/**
 * Generic Stylings for the template. Must be included in all Templates !!
 */

.sls-popup-container ,
.sls-popup-container * { line-height: 1.4; margin: 0; padding: 0; font-family: "Raleway"; box-sizing:border-box;  }

.sls-popup-image-inner  {/* height:70%; */vertical-align:middle;}
.inner-sls-popup-banner { height:100%; vertical-align:middle; }
div.sls-pos-center-center div.sls_popup-wrap { vertical-align: top;  }
div.admin-pre-template-popup .sls-popup-container{ align-self:flex-start; }

div.sls-pos-top-left { top:0; left:0; width:100%; padding:0;  }

/**
 * Popup Layout
 */

.sls-popup-inner-container {z-index: 5;position: relative;padding: 0px;/* text-align: center; */height: 100%;}
.sls-popup-container {
    margin: 0 auto;
    position: relative;
    margin: 0;
    z-index:999999;
    display:block;
    width: 100%;
    height: 60px;
    background: #36cb80;
}   

.sls-banner-content {text-align:center;height: 100%;}
div.sls-banner-content > div {display: inline-block!important;/* max-height: 100%; */vertical-align: middle;line-height: 60px;margin-top: 0px;}  

/**
 * Popup Container Stlyings
 */

.sls-popup-container { box-shadow: 0px 0px 100px rgba(0,0,0,0.08);}

/**
 * Overlay Stylings
 */

.sls-popup-overlay { display: none; }


/**
 * Close button stylings
 *
 **/


.sls-close-button-icon {color:#fff; stroke:#fff;}
.sls-close-button-icon  svg{stroke:inherit;}
.sls-close-button-icon {position:absolute;top:13px;right: 8px;color: #111;font-size: 28px;line-height:1;display: block;border-radius: 100%;text-align: center;font-style: normal; } 

 /**
 * Popup Area stylings
 *
 */
div.sls-popup-img {/* max-height: 80%!important; */ vertical-align:middle; }

.sls-popup-img{
    /* text-align: center; */
    position:relative;
    padding: 0;
}

.sls-popup-img img{
    max-width: none;
    margin: 0px auto;
    display: inline-block;
    height: auto;
    width: auto;
    /* max-height:100%; */
    vertical-align: middle;
    position: relative;
    /* top: 30%; */
}

.sls-popup-heading {
    margin: 0px 30px;
}

.sls-popup-heading .sls-banner-title, .sls-popup-heading .sls-banner-title p{
    font-size: 20px;
    font-weight:100;
    margin: 0px 0px 0px 0px;
    font-family: "Raleway";
    color:#fff;
    line-height: 60px;
    /* text-transform:uppercase; */
}

 div.sls_popup-wrap { padding: 0!important; }
div.sls_form_builder_body { height:auto;  }


/*========================= Responsive Style ==============================*/




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


.sls-popup-heading .sls-banner-title, .sls-popup-heading .sls-banner-title p{font-size: 24px !important; line-height: normal;}

}


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

.sls-popup-container{max-width:100%; height:auto; padding:10px 0px;}
.sls-popup-banner{width:100%; float:none; padding:20px 0px;}

.sls-banner-content{width:100%; float: none; display: block; text-align: center; padding:0px 15px;}
.sls-popup-img{width:100%; text-align:center;}
.sls-popup-heading{padding:10px 0px; margin:0;}
.sls-popup-heading .sls-banner-title, .sls-popup-heading .sls-banner-title p{font-size: 28px; line-height: normal;}


.sls_form_builder_body img{position: relative; top:0; left:0;}
div.sls_popup_parent-wrap{width:100%; height:auto;}

.sls-close-button-icon{position:absolute; right:3px; top:0px;}
.sls-close-button-icon{font-size: 24px;}

}


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

.sls-popup-heading .sls-banner-title, .sls-popup-heading .sls-banner-title p{font-size: 21px !important; line-height: normal;}

}