/*
Theme Name: THE RIVER
Author: James Morris
Author URI: https://jameswm.com
Description:
Version: 1.0
Text Domain: jwm_boilerplate
*/


.the-content .square_btn {
    width: 100%;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #323232;
    color: #FFF;
    border: none;
    box-shadow: 0 6px #161616;
    border-radius: 3px;
    margin: 0 0 10px 0;
}

.the-content .square_btn:hover {
    color: #FFF;
    border-bottom: none;
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0 2px #161616;
}

.gam-ads-container{
        display:flex;
        justify-content: space-around;
    }
body > div.non-ads iframe { display: block; }

#sp_article_billboard { width: 100%; max-width: 100%; text-align:center; overflow: hidden;}

.gam_underarticle {
    display: flex;
    justify-content: space-around;
}
