/*
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
*/
ul.list_box {
    margin: 0px 0 13px 0;
    padding: 0px;
    list-style-type: none;
}
ul.list_box li {
    position: relative;
    color: #333;
    padding: 0 0 4px 27px;
}
ul.list_box li:before {
    position: absolute;
    content: "";
    width: 11px;
    left: 0;
    height: 6px;
    top: 6px;
    border-left: 2px solid #333;
    transform: rotate(-45deg);
    border-bottom: 2px solid #333;
}
.fusion-text.expand_cls {
    background: #085464;
    padding: 10px;
}


/****** Sign up popup *****/


.sgpb-theme-1-overlay.sgpb-popup-overlay {
    background: #000 !important;
    opacity: 0.6 !important;
}

#sgpb-popup-dialog-main-div {
    box-shadow: none !important;
    border: none !important;
    padding: 30px 20px !important;
    border-radius: 3px !important;
    max-width: 500px !important;
	width:96% !important;
	box-sizing:border-box !important; 
}

#sgpb-popup-dialog-main-div p{
	margin: 0 !important;
}

#sgpb-popup-dialog-main-div > div {
    overflow: hidden !important;
}

img.sgpb-popup-close-button-1 {
    top: 9px;
	right:30px !important;
    bottom: auto !important;
}

.subs_form_content {
    text-align: center;
}

.subs_form_content h2 {
    color: #226378;
    font-weight: 600;
    font-size: 27px;
    margin-bottom: 5px;
}

.subs_form_content p {
    margin: auto;
    max-width: 460px;
    display: inline-block;
}

.subs_form_content .emaillist {
    text-align: left;
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 460px;
    margin-top: 20px;
}

.subs_form_content .emaillist input.es_txt_email {
    border-radius: 3px;
    padding: 10px !important;
    height: auto;
    margin-right: 50px;
    width: 65%;
    display: inline-block;
}

.subs_form_content .emaillist input[type=submit] {
    border: 1px solid #226378;
    background: #226378;
    padding: 9px 10px 8px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 3px;
    position: absolute;
    right: 0;
    transition: all 0.3s ease;
    bottom: 0;
    width: 32%;
}


.subs_form_content .emaillist input[type=submit]:hover {
    background: #222;
}

#sgpb-popup-dialog-main-div .es-field-wrap {
    margin: 0;
}


#main .fullwidth-box.testimonial_sec {
    padding-top: 50px !important;
    padding-bottom: 40px !important;
}

#main .fullwidth-box.testimonial_sec .center_test {
    margin: auto !important;
    display: block;
    float: none;
    text-align: center;
}
#main .fullwidth-box.testimonial_sec .center_test .icn_img img{
    margin-bottom:30px;
}

#main .fullwidth-box.testimonial_sec .center_test h4 {
    font-weight: 600;
    position: relative;
    padding-top: 10px;
}

#main .fullwidth-box.testimonial_sec .center_test h4:before {
	content: "";
	position: absolute;
	height: 2px;width: 150px;
	background: #024f67;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
}