/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */
body.terms-modal-opened {
    overflow: hidden;
}
.modal-terms {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.7);
    width: 100%;
    height: 100%;
    z-index: 9999;
    transform: translateY(-100%);
    transition: all 0.3s linear;
}
.modal-terms.show-terms {
    transform: translateY(0);
}
.modal-terms .modal-inner {
    max-width: 70%;
    max-height: 70%;
    z-index: 99999;
    background-color: #fff;
    position: absolute;
    top:15%;
    left:15%;
    overflow-y: scroll;

}
.modal-terms .modal-inner .button-block {
    text-align: center;
}

#cardbranding_banner,
#cardbranding_banner > div{
    display:flex;
    justify-content:center;
    flex-wrap: wrap;
    align-content: center;
    background:   rgb(245, 247, 250);
    margin: 0 -25px -20px -25px; 
    
}

#cardbranding_banner > div{
    margin:10px 4vw;
}

#cardbranding_banner img{
    height: 32px;
    margin:0 0.2vw;
    width:auto;
    max-width:1000px;
    min-height: 20px;
    max-height: 34px;
}

#cardbranding_banner a img{
    height:20px;
}


