/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
section#text-16 p {
    font-size: 11px !important;
}
.desc-gfcr span {
    color: #76c4f6;
    font-size: 29px;
}

.desc-gfcr p {
    font-size: 18px;
}
.popupally-signup-form-ishdye input:first-child{
display:none !important;
}


.required{
color:red !important;
}
div#myModal {
    padding: 0px;
    text-align: center;
}
form.es_shortcode_form {
    display: inline-flex;
}
input#es_txt_button {
    background: #0D69B6;
    padding: 10px;
    margin-top: -11px;
    border-radius: 8px;
    margin-left: -10px;
    border: none;
    color: white;
    font-size: 17px;
}

.es_caption {
    display: none;
}
label.es_shortcode_form_email {
    display: none;
}
.popup-subscriober span {
    color: #0D69B6;
    font-size: 36px;
    font-weight: 600;
}


#exitpopup-modal p {
    color: #344a5f;
    font-size: 18px;
}

.close_icon {
    position: absolute;
    top: -20px;
    right: -19px;
    text-decoration: none !important;
    display: block;
    width: 56px !important;
    height: 55px !important;
     z-index: 1500;
}

#es_txt_email {
    width: 350px;
    color: grey;
}

#exitpopup-modal .exitpopup-modal-window {
    width: 500px;
    height: 300px;
    background-color: #f0f1f2;
    z-index: 9999;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 16px !important;
    -webkit-animation: popin 0.5s;
    animation: popin 0.5s;
}


#es_txt_email {
    width: 350px;
    color: grey;
    height: 42px;
    border-radius: 6px;
}


.custom-banner .background.background-image {
    max-width: 100%;
    height: 575px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}


.custom-banner .fusion-slider-container.full-width-slider-container {
     height: 575px;
     max-height: 575px;   
}

@media only screen and (max-width: 767px){

   .custom-banner .fusion-slider-container.full-width-slider-container {
     height:100%;
     max-height: 100%;   
}
 
.custom-banner .background.background-image {
        height: 104px;
}

#sliders-container.custom-banner{

    display: block;
}

}


