/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.ls-slide-backgrounds {
    border-bottom: 2px solid #e5e4e4;
    z-index: 2;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.textwidget img{
text-align:center;
}/*---------custom-----------*/

#customer_details .clear {
 display: inline-block!important;
 width: 100%!important;
     overflow: visible!important;
 visibility: visible !important;
}



/* | --------------   Flags Popup   -------------- |*/	

#overlay {  position: fixed;     top: 0;    left: 0;    width: 100%;    height: 100%;    background: #000;
    opacity: 0.5;    filter: alpha(opacity=50);z-index: 10000; }


#modal {   position:absolute;    background:url(tint20.png) 0 0 repeat;    background:rgba(0,0,0,0.2);    border-radius:14px;    padding:8px; z-index: 10001; }
#modal .response{ background:#F00; color: #FFF; z-index:10002;}

#modal-content { border-radius:8px;    background:#fff url(images/expert.jpg) no-repeat 0px 0%;    padding:20px 20px 5px 200px; 	-webkit-transition: all 0.2s ease-in-out;	-moz-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;}
#close { position:absolute;     background:url(http://www.jacklmoore.com/demo/modal/close.png) 0 0 no-repeat;
    width:24px;    height:27px;    display:block;    text-indent:-9999px;    top:-7px;    right:-7px; }
	
	

#modal-content-flags{ border-radius:8px;    background:#fff;    padding:50px 35px 50px 40px; 	-webkit-transition: all 0.2s ease-in-out;	-moz-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }

#flags h2 { font-size: 32px; line-height: 110%;margin-bottom: 30px; text-align:center;}
#flags a{ display: inline-block; width: 165px; height:90px; margin-right:10px; background-repeat: no-repeat; background-position: 50% 50%; background-size:cover; color:#FFFFFF; border:3px solid #FFF; text-align:center;vertical-align: middle;}
#flags a:hover{ border:3px solid #F00;}
/*#flags a:last-child:hover{ border:3px solid #FFF;}*/

#flag-au{ background-image: url(images/flag-au.png);}
#flag-us{ background-image: url(images/flag-us.png);}
#flag-nz{ background-image: url(images/flag-nz.png);}
#flag-other{ background-image: url(images/flag-other.png);}
.modal-flag{ max-width: 800px;}

#flags a:last-child{ margin-right: 0; opacity: 0.5;}


@media all and (max-width:800px){	
	#modal-content-flags{  padding:50px 30px 50px 30px; }
	#flags a{ width: 47%; height: 140px; margin-bottom: 10px; background-size:contain; }
	#flags a:nth-child(even){ margin-right:10px;}
	#flags a:nth-child(odd){ margin-right:0;}
}

@media all and (max-width:680px){	
	#flags a{ height: 120px;}
	
	#about  .callout{ font-size: 18px; }
	#about  .callout br{ display: none; }
	#about img{  margin-left: -50px;}
	#about .testimonial { width:85%; }
	#about .testimonial2{ display: none;}
}

@media (max-width: 643px) {
	#flags a{ height: 100px;}
}

@media (max-width: 560px) {	
	#flags a{ width:100%; max-width: 200px; height:100px; margin: 0px auto 20px auto; display:block;}
	#flags a:nth-child(even){ margin-right:auto;}
	#flags a:nth-child(odd){ margin-right:auto;}
}
 

/*custom narola*/
.wordpress-country-selector-modal-content{
	background-image: url(https://www.perfecthealthsupplements.com/wp-content/uploads/2017/12/frame-4.png) !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    padding: 0 25px;
}
.wordpress-country-selector-modal-header,.wordpress-country-selector-modal-footer{border:0 !important;}
.country_selector_modal_close{margin:0;}

.country_selector_seems_text b{
	font-size: 20px;
    color: #333;
    font-weight: 900;
}
.country_selector_modal_flag{
	width: 80px;
	height: 66px;
	margin: 0 10px;
}
.country_selector_modal_stay{padding:5px 10px !important;}
.country_selector_modal_flag:first-child{margin-left:0;}
.country_selector_country_text{
	color: #333;
	font-weight: normal;
    font-size: 15px;
}
.country_selector_modal_flag{display: inline-block; margin-bottom:10px;}
.country_selector_modal_flag span{width: 80px; height: 60px;}
.wordpress-country-selector-modal-footer button{
    color: #fff;
    font-weight: bold;
    background: #222;
    margin-bottom: 0px;
    border-radius: 5px;
    padding: 7px 20px;
	margin-right:0 !important;
}
.wordpress-country-selector-modal-footer{padding:0 0 15px 0 !important;}
.country_selector_modal_close{ border: 2px solid #333; background: #fff !important;}

.flag-icon-zw {
	background-image: url(../flags/4x3/zw.svg);
	background-color: #808080 !important;
	background: none;
}

.wordpress-country-selector-modal-footer .btn {
    display: none;
} 
/*30-07-2018*/
.country_selector_modal p{
 display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
 -ms-flex-wrap:wrap;
        flex-wrap:wrap;
}
.flag-icon:before{display:none;}
.flag-icon.flag-icon-zw{
    margin-bottom: 0;
    padding: 11px 0;
    color: #fff;
    font-size: 13px;
    line-height: 18px;
}
/*30-07-2018*/
.google-captcha-notice {
	font-size: 13px;
}