/*

 Theme Name:   Twenty Twenty One Child

 Theme URI:    http://example.com/twenty-fifteen-child/

 Description:  Twenty Fifteen Child Theme

 Author:       John Doe

 Author URI:   http://example.com

 Template:     twentytwenty

 Version:      1.0.0

 License:      GNU General Public License v2 or later

 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready

 Text Domain:  twentytwentyone-child

*/

/* Text shadow for white text on white images */
.elementor-cta__title{
    text-shadow: 0px 0px 15px #212121;
}

#mm-prv-wdg table{
    margin: 0 !important;
}

#mm-prv-wdg table td,
#mm-prv-wdg table tr {
    border-color:#ffffff !important;
}

#mm-prv-wdg a{
    color:#000000 !important;
}

.header_img_custom_2{
    display: none;
    top: 15px !important;
    transform: translate(0%, -25%);
}

.bdt-active .header_img_custom_2{
    display: inline;
}

.bdt-active .header_img_custom{
    display: none;
}

@media screen and (max-width: 1024px) {   
    .header_img_custom{
        top: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .header_custom_sec{
        background-color: #ffffff !important;
    } 

    .header_img_custom{
        top: 10px !important;
        transform: scale(1.25,1.25) translate(0%, 25%);
    }

    .header_img_custom_2{
        transform: scale(1.25,1.25) translate(0%, -30%);
        top: 30px !important;
    }
}

/* .elementor-cta__content{
    padding: 0px !important;
}

.elementor-cta__content-item{
    padding: 35px;
    background-color: rgba(136,157,174,.9);
} */