/*
* Theme Name: Dr. Chris
* Theme URI: https://www.facebook.com/engr.rafiul
* Description: Dr. Chris is PSD to Custom Responsive WordPres developments.
* Author: Rafiul Alom
* Author URI: https://www.facebook.com/engr.rafiul
* Version: 1.0
* Text Domain: ed;
*/

body{ 
    background: #fff;
    margin: 0; 
    color: #414042; 
    font-size: 16px;
    line-height: 1.4;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
}

ul {list-style: disc; padding-left: 35px }

ol {list-style: decimal; }

.page-post-content img {margin-bottom: 15px}



/* Grids Start */
.wrapper{
    width: 90%;
    max-width: 1230px;
    min-width: 300px;
    margin: 0 auto;
    height: auto;
    display: block;
    position: relative;
}

a{
    color: #87345e;
    text-decoration: none;    
}
a:hover{
    text-decoration: underline;
}

#header{
    position: relative;
    height: auto;
    width: 100%;
    display: block;
    color: #fff;
    padding: 15px 0 11px 0;
}
.row_1{
    overflow: visible;
}
.logo_wrap{
    float: left;
    width: 25%;
    height: auto;
}
.logo_wrap h1{
    margin: 0;
}
.logo_wrap h1 a{
    display: inline-block;
}
.header_right{
    float: left;
    width: 70%;
    margin-left: 5%;
    height: auto;
}
.mobile_tablet{
    display: none;
}
.emergency_tips{
    float: right;
    height: auto;
    position: relative;
    padding-top: 10px;
}
.emergency_tips h2{
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    font-weight: bold;
    font-size: 27px;
    letter-spacing: 2px;
    color: #20a5c4;
    font-family: 'Open Sans Condensed', sans-serif;
}
.emergency_tips span{
    color: #fe0101;
}
.emergency_tips a {
    color: #fff;
    text-decoration: none;
    outline: none;
}
.emergency_tips a:hover{}
.social_top{
    float: right;
    height: auto;
    position: relative;
    margin: 0 0 15px 0;
    margin-left: 10px;
    padding-top: 15px;
}
.social_top a {
    display: inline-block;
    margin: 0 2px;
    background: #20a5c4;
    color: #fff;
    width: 30px;
    height: 30px;
    padding: 3px;
    text-align: center;
    line-height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background 1300ms ease;
    -moz-transition: background 1300ms ease;
    -ms-transition: background 1300ms ease;
    -o-transition: background 1300ms ease;
    transition: background 1300ms ease;
}
.social_top a:hover {
    background: #969696;
}
.nav-wrap{
    width: 100%;
}
#nav{
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    float: right;
    margin-right: 10px;
}
#nav li{
    float: left;
    position: relative;
}
#nav li a{
    color: #969696;
    display: block;
    padding: 8px 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
}
.slicknav_nav a{

}
#nav li.active a,
#nav li a:hover{
    color: #20a5c4;
}
#nav li ul{
    position: absolute;
    text-align: left;
    left: 0px;
    top: 38px;
    z-index: 5555;
    background: #969696;
    width: 150px;
    padding: 5px 15px;
    margin: 0;
    display: none;
}
#nav li:hover ul{
    display: block;
}
#nav li ul li{
    display: block;
    float: none;
}
#nav li.active ul li a,
#nav li ul li a{    
    padding: 5px 0 8px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    border-bottom: 2px solid #cacaca;
}
#nav li ul li a:focus,
#nav li ul li a:hover{
    color: #000;
    border-bottom: 2px solid #666;
}
.slicknav_menu {
    display:none;
    background: none;
}
.slicknav_btn{
    background: url(assets/img/mobile-nav.png) no-repeat center center;
    float: none;
    height: 25px;
}
.slicknav_menu .slicknav_icon-bar{
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.book_online{
    height: auto;
    float: right;
}
.book_online a{
    padding: 8px 25px;
    display: inline-block;
    background: #20a5c4;
    color: #fff;    
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
}
.book_online a:hover{
    background: #969696;
    text-decoration: none;
}

#banner-section{
    position: relative;
    height: auto;
    display: block;
    text-align: center;
    vertical-align: top;
}
#banner-section .wrapper{
    position: relative;
}
.banner_label{
    background: rgba(255, 255, 255, 0.71);
    padding: 25px 0 ;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    text-align: center;
}
.banner_label h2{
    /* color: #20a5c4;*/
	color: #1d65ae;
    font-size: 40px;
    margin: 0 0 10px 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    line-height: 40px;
}
.banner_label p{
    font-size: 22px;
    line-height: normal;
    margin: 0;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    color: #3f3f3f;
}

#service-section{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    margin-bottom: 60px;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}
.service_item{
    height: auto;
    width: 33.333%;
    padding: 30px 50px;
    text-align: center;
}
.service_item_1{
    background: #20a5c4;
}
.service_item_2{
    background: #108ca0;
}
.service_item_3{
    background: #21c1ad;
}
.service_item h2{
    color: #fff;
    font-size: 24px;
    font-family: 'Open Sans Condensed', sans-serif;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    font-weight: bold;
}
.service_item h5{
    margin: 0 0 15px 0;
    text-align: center;
}
.service_item p{
    margin: 0 0 15px 0;
    color: #000;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-align: left;
}
.service_item p:last-child{
    margin-bottom: 0;
}
.service_item p.learnmore{
    text-align: center;
}
.service_item p.learnmore a{
    background: #bababa;
    text-align: center;
    display: inline-block;
    padding: 4px 25px;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #fff;
}
.service_item .learnmore a:hover{
    background: #969696;
    text-decoration: none;
}

#content-section{
    position: relative;
    height: auto;
    background: #fff;
    width: 100%;
    display: block;
    margin-bottom: 35px;
}
.content_wrap{
    position: relative;
    height: auto;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}
.column_half{
    width: 50%;
    height: auto;
    padding: 0 25px;
}
.front_post{
    position: relative;
    height: auto;
    margin-bottom: 70px;
}
.front_post h2{
    color: #86355e;
    font-size: 22px;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}
.front_post p{
    color: #000;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.btnBlock{
    display: block;
    padding: 15px 25px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    background: #20a5c4;
    text-transform: uppercase;
}
.btnBlock:hover{
    background: #969696;
    color: #fff;
    text-decoration: none;
}
.btnBlock span{
    padding-right: 15px;
}
.insurance_wrap{
    max-width: 700px;
    height: auto;
    position: relative;
    margin: 0 auto 50px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.insurance_wrap h2{
    color: #000;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    margin-bottom: 0px;
}
.insurance_wrap p{
	text-align:center;

}
.insurance_row{
    text-align: center;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
	margin-bottom: 20px
}
.insurance_row div{
    width: 33.333%;
    height: auto;
    text-align: center;
    margin-bottom: 20px;
	padding-right: 15px
}
.testimonial_wrap{
    border-top: 2px solid #108ca0;
    border-bottom: 2px solid #108ca0;
    max-width: 840px;
    height: auto;
    position: relative;
    margin: 0 auto;
    padding: 25px 85px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.testimonial_wrap blockquote{
    margin: 0;
    padding: 0;
}
.testimonial_wrap blockquote p{
    color: #108ca0;
    font-size: 20px;
	line-height:36px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 35px;
}
.testimonial_wrap blockquote p.author{
    text-align: center;
    margin-bottom: 0;
}

#header-post{
    position: relative;
    height: auto;
    display: block;
    overflow: hidden;
    width: 100%;
    background: #20a5c4;
    padding: 40px 0;
}
#header-post h1{
    text-align: center;
    margin: 0;
    font-size: 31px;
    color: #fff;
    text-transform: uppercase;
}

#post-section{
    position: relative;
    height: auto;
    display: block;
    overflow: hidden;
    width: 100%;
    background: #fff;
    padding-bottom: 20px; 
    padding-top: 20px;
}
#post-section.no_pad_top{
    padding-top: 0;
}
.post_wrap{
    max-width: 840px;
    height: auto;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}


.post{
    position: relative;
    height: auto;
    overflow: hidden;
    margin-bottom: 70px;
    border-bottom: 2px solid #10a6e9;
    padding-bottom: 50px;
}


.featured_img{
    height: auto;
    margin-bottom: 15px;
    vertical-align: top;
    text-align: center;
}
.featured_img img{}

.post h1{
    text-transform: uppercase;
    color: #666;
    margin: 0 0 10px 0;
    font-size: 28px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
}
.post h2{
    text-align: center;
    color: #666;
    margin: 0 0 30px 0;
    font-size: 18px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
.post h3{
    text-align: center;
    color: #666;
    margin: 0 0 30px 0;
    font-size: 18px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
.page_post h2{
    text-align: left;
    font-size: 24px;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #666;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}
.page_post h3{
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}
.post p{
    text-align: left;
    color: #666;
    margin: 0 0 25px 0;
    font-size: 16px;
	line-height:24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;    
}
.post a{
    font-weight: bold;
    text-transform: none;
}
.post_wrap .post:last-child{
    margin-bottom: 0;
    border: none;
    padding-bottom: 20px;
}
.post ul{
    margin: 0 0 20px 0;
    padding-left: 10px;
    border: /*1px solid #ddd*/none;
}
.post ul li{
    margin: 0 0 10px 0;
	list-style-type:disc;
    text-align: left;
    text-transform: none;
    color: #666;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 24px;
}
#header-featured{
    position: relative;
    height: auto;
    display: block;
    margin-bottom: 40px;
    background-color: #939292;
    padding: 180px 0;
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#header-featured h1{
    font-size: 50px;
    line-height: 50px;
    color: #000;
    margin: 0 0 10px 0;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;   
    text-transform: uppercase;
}
#header-featured h2.date{
    font-size: 27px;
    font-weight: 300;
    margin: 0;
    font-family: 'Open Sans', sans-serif;   
}

.full_width_row{
    position: relative;
    height: auto;
    overflow: hidden;
}
.row_1{
    position: relative;
    height: auto;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex; 
}
.half_column{
    height: auto;
    width: 50%;
}
.half_column .page_post_wrap, 
.half_column .img_wrap{
    width: 100%;
}
.half_column .page_post_content{
    padding: 0;
}
.half_column .page_post_wrap p{
    padding: 0 20px;
}
.half_column .page_post_wrap 
.full_width_post_row{
    position: relative;
    height: auto;
}
.half_column_page{
    width: 100%;
}
.page_post_wrap{
    position: relative;
    height: auto;
}
.page_post_content{
    padding: 20px 30px;
}
.half_column_page{
    position: relative;
    height: auto;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;    
}
.page_post_wrap,
.img_wrap{
    height: auto;
    position: relative;
    width: 50%;
}
.half_column_page .img{
    height: auto;
    position: relative;
    margin-bottom: 20px;
}
.page_post_wrap h2{
    color: #666666;
    font-weight: 700;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif; 
    line-height: 26px;
    margin: 0 0 10px 0;
}
.page_post_wrap h3{
    color: #666666;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif; 
    line-height: 20px;
    margin: 0 0 10px 0;
}
.page_post_wrap p{
    color: #666666;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif; 
    line-height: 24px;
    margin: 0 0 10px 0;    
    text-align: justify;
}
.cta_row{
    padding-top: 25px;
    overflow: hidden;
    margin-bottom: 50px;
    position: relative;
    height: auto;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;  
}
.cta_col_half{
    width: 50%;
    height: auto;
    position: relative;
    padding: 0 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#footer{
    padding: 30px 0;
    position: relative;
    height: auto;
    width: 100%;
    display: block;
    overflow: hidden;
    background: #20a5c4;
}
#footer .wrapper{
    width: 90%;
    max-width: 1200px;
    min-width: 300px;
    margin: 0 auto;
    height: auto;
    display: block;
    position: relative;
}
.one_fourth,
.two_fourth{
    float: left;
    height: auto;
    display: block;
    position: relative;
    margin: 0 2%;
}
.one_fourth{
    width: 21%;
}
.two_fourth{
    width: 46%;
}
.footer_widget{
    position: relative;
    height: auto;
    display: block;
    overflow: hidden;
    color: #fff;
    margin-bottom: 30px;
}
.footer_widget h3{
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    line-height: 24px;
    margin: 0 0 10px 0;
    font-family: 'Open Sans', sans-serif;
}
.footer_widget p{
    font-size: 17px;
    font-weight: normal;
    margin: 0 0 10px 0;
    line-height: 25px;
    font-family: 'Open Sans', sans-serif;    
}
.footer_widget ul{
    margin: 0;
    padding: 10px 0 0 0;
    list-style: none;
}
.footer_widget ul li{
    display: block;
    margin: 0 0 5px 0;
}
.footer_widget ul li a{    
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    line-height: 24px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}
.footer_widget ul li a:hover{
    text-decoration: none;
    color: #272526;
}
.footer_cta{
    position: relative;
    height: auto;
    padding: 20px 0 50px 0;
    text-align: center;
}
.footer_cta a{
    display: inline-block;
    color: #20a5c4;
    font-size: 21px;
    background: #acc8ef;
    text-transform: uppercase;
    text-align: center;
    width: 360px;
    height: 60px;
    line-height: 60px;
}
.footer_cta a:hover{
    background: #999;
    color: #fff;
    text-decoration: none;
}
.footer_social_bar{
    text-align: center;
    position: relative;
    height: auto;
    margin-bottom: 40px;
}
.footer_social_bar a {
    display: inline-block;
    margin: 0 2px;
    background: #fff;
    color: #20a5c4;
    width: 30px;
    height: 30px;
    padding: 3px;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 1300ms ease;
    -moz-transition: all 1300ms ease;
    -ms-transition: all 1300ms ease;
    -o-transition: all 1300ms ease;
    transition: all 1300ms ease;
}
.footer_social_bar a:hover {
    background: #bababa;
    color: #fff;
}
.footer_address{
    max-width: 300px;
}
.emergency{
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 6px 0;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 6px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}
.emergency span{
    color: #fe0101;
}
.emergency a{
    color: #fff;
    text-decoration: none;
    outline: none;
}
.emergency a:hover{}
.copy{
    text-align: center;
    font-size: 13px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
}
.copy a{
    color: #000;
    text-decoration: none;    
}
.copy a:hover{
    text-decoration: underline;
}
.not_found{
    text-align: center;
    height: auto;
    position: relative;
}
.readmore{
    text-transform: uppercase;
}
.wpcf7-form-control{
    width: 100%;
    height: auto;
    padding: 5px 15px;
    font-size: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wpcf7-form-control.wpcf7-submit{
    padding: 8px 25px;
    width: auto;
    display: inline-block;
    background: #20a5c4;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: normal;
    border: none;
    outline: none;
}
.wpcf7-form-control.wpcf7-submit:hover{
    background: #969696;
    text-decoration: none;
}
.map_wrap{
	overflow: hidden;
	padding-top: 56.25%;
	position: relative;
}
.map_wrap iframe{
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}
.alpha{margin-left:0;}
.omega{margin-right:0;}





 