/*
Theme Name: Copper Coast Kadina Dental
Theme URI: 
Author: I Love Web
Author URI: http://iloveweb.com.au/   
Description: 
Version: 0.1
License: 
License URI: 
Tags: 
*/
@import url('//fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:400,500,700');
@import url("font-awesome.css"); 
body{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 25px;
	color: #494747;
	overflow-x: hidden;
}
table td,
table th{
	vertical-align: top;
	text-align: left;
}
table th{
	width: 28%;
}
h1, h2, h3, h4, h5{
	color: #00acef;
	font-weight: bold;
	line-height: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
}
h1{
	font-size: 40px;
	line-height: 45px;
	margin: 0 0 25px;
}
h2{
	
	margin: 0 0 25px;
}
h3{
	font-size: 26px;
	margin: 0px 0 15px;
	padding-top: 25px;
}
h4{
	
}
p{
	margin: 0 0 20px;
}
a{
	outline: none;
	text-decoration: none;
	 -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a:active,
a:visited{
	border: none;
}
a:hover{
	text-decoration: none;
}
img{
	max-width: 100%;
	height: auto;
}
.defaultpage a{
	color: black;
	text-decoration: underline;
}
ul{
	padding: 0 0 0 18px;
	margin: 0;
}
.defaultpage ul li{
	margin-bottom: 15px;
}
.alignright{
	float: right;
	margin: 0 0 0 20px;
}
.aligncenter{
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft{
	float: left;
	margin: 0 20px 0 0;
}
.header{
	background-size: cover;
	padding: 0px 0;
}
.logo{
	padding: 0;
	display: table;
	margin: 0 auto;
}
.logo h1{
  font-size: 91px;
  font-family: 'Sansita', sans-serif;
	font-weight: 500;
	line-height: 80px;
	padding: 0;
	margin: 5px 0 0;
}
.logo a{
	color: #7aa542;
}
.main_menu{
	float: right;
}
.main_menu ul{
	padding: 0;
	margin: 0 auto;
	display: table;
} 
.main_menu li{
	display: block;
	float: left;
	font-size: 17px;
	position: relative;
}
.main_menu li .arrow_menu{
	background: url(img/arrow_menu.png) no-repeat center;
	height: 16px;
	display: table;
	transform: translate(0, -100%);
	width: 100%;
	position: relative;
}
.main_menu li .sub-menu{
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	z-index: 99;
	padding: 18px 10px 30px;
	width: 270px;
	background: #00acef;
	 -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.main_menu li.mega_menu .sub-menu{
	width: 660px;
	display: table;
	height: 200px;
	left: -20px;
	padding: 25px 10px 20px;
}
.main_menu li.mega_menu .sub-menu .sub-menu{
	width: auto;
	display: table;
	height: auto;
	padding-top: 10px;
	left: 0;
	padding-left: 0;
}
.main_menu li a{
	color: #333333;
	padding: 0px 25px;
	display: inline-block;
	line-height: 102px;
	text-decoration: none !important;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	-webkit-transition: all 0s ease;
		-moz-transition: all 0s ease;
		-o-transition: all 0s ease;
		transition: all 0s ease;
}

.main_menu li:last-child a{
	padding-right: 0px;
}
.main_menu li a[href="#"]:hover{
	cursor: default;
}
.main_menu li.current-menu-item a,
.main_menu li.current-menu-parent a,
.main_menu li a:hover,
.main_menu li.arrowhover a{
	/*
	background-image:url(img/arrow_menu.png);
	background-size: auto ;
	background-repeat: no-repeat;
	background-position: 5px center;
	*/
	color: #00acef;
}
.main_menu li.arrowhover .sub-menu a{
	background: none;
}
.main_menu li:hover .sub-menu{
	opacity: 1;
	visibility: visible;
}
.main_menu .sub-menu li{
	font-size: 16px;
	display: block;
	width: 100%;
}
.main_menu li.mega_menu .sub-menu li{
	width: 33.3%;
	font-size: 22px;
}
.main_menu li.mega_menu .sub-menu .sub-menu li{
	width: 100%;
	font-size: 16px;
}
.main_menu .sub-menu li a{
	color: white;
	line-height: 25px;
	padding: 7px 20px 0px;
  display: block;
}
.sub-menu li.current-menu-item a,
.sub-menu li a:hover{
	color: #f19818;
	background: none;
}
.footer{
	padding: 70px 0 65px;
	background-color: #f1f1f1;
	background-image: url(img/bg_f.png);
	background-size: auto;
	background-repeat: no-repeat;
	background-position: 90% center;
	margin-top: 0px;
}
.home .footer{
	margin-top: 120px;
}
.footer ul{
	margin: 0;
	padding: 0;
}
.before_footer{
	
}
.footer .widget-title{
	color: #00acef;
	font-size: 20px;
	margin-bottom: 25px;
	font-weight: bold;
}
.widget_footer{
	background: black;
	padding: 55px 0 40px;
}
.copyright{
	margin-top: 0px;
	text-align: center;
	padding: 0px 10px 10px;
	font-size: 13px;
	color: #2c5697;
}
.copyright a{
	color: #2c5697;
}
#slider_home li{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
#slider_home li .item{
	position: relative;
	display: table;
	height: 550px;
	width: 100%;
}
.slider_seciton{
	position: relative;
	clear: both;

}
.slidertext{
	position: absolute;
	top: 50%;
	max-width: 520px;
	left: 0;
	transform: translateY(-50%);
	text-align: left;
}
.slidertext h2{
	color: #fff;
	font-size: 39px;
	margin-bottom: 20px;
	line-height: 45px;
	font-weight: normal;
}
.slidertext a{
	color: white;
	font-size: 25px;
	font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
	background: #00acef;
	display: inline-block;
	padding: 20px 35px;
	font-weight: bold;
}
.slidertext a:hover{
	background: #009dd8;
}
.social{
	display: table;
	margin-top: 5px;
}
.social a{
	margin-right: 30px;
	color: #007ab5;
}
.social a:hover{
	color: #fdd300;
}
/*------------------------------------------------end default --------------------------------------*/

input[type="text"],
input[type="email"],
textarea{
	width: 100%;
	padding: 3px;
}
input[type="submit"]{
	background: #00acef;
	color: white;
	border: none;
	padding: 13px 28px;
	border-radius: 0;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	margin-top: 25px;
}
input[type="submit"]:hover{
	background: #00adef;
}
.wpcf7-validation-errors{
	display: none !important;
}

.header_mobile{
	background: black;
}
.mobile{
	display: none;
}


#client_slider .slides li {
    height: 90px;
    position: relative;
}
#client_slider .slides li img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 80px;
    width: auto;
}
.flex-direction-nav .flex-prev {
    left: -45px !important;
	z-index: 99999;
}
.flex-direction-nav a {
    width: 40px;
    height: 40px;
    margin: 0px;
        margin-bottom: 0px;
    cursor: pointer;
    color: rgba(0, 0, 0, .8);
    text-shadow: none;
	top: 34px;
}
.flex-direction-nav a {
    opacity: 1 !important;
    z-index: 999;
    text-decoration: none;
	right: -60px !important;
}
.footer ul.menu{
	margin: 0;
}
.footer ul li{
	display: block;
	margin-bottom: 5px;
	font-weight: 500;
}
.footer ul li:hover a{
	color: #009dd8;
}
.footer ul li:last-child{
	margin-right: 0px;
}
.footer h3{
	color: white;
	font-size: 47px;
	margin: 12px 0 18px;
}
.flex-direction-nav a::before {
	    font-family: "FontAwesome";
    font-size: 25px;
    display: block;
	content: "\f053";
    position: absolute;
    top: 0px;
	z-index: 99999999;
}
.flex-direction-nav a.flex-next::before {
    content: "\f054";
}
.titlesection{
	background: black;
	padding: 20px 0 25px;
}
.titlesection h1{
	color: white;
	text-align: center;
	font-size: 40px;
	text-transform: uppercase;
	line-height: 60px;
}
.defaultpage{
	padding: 0px 0 95px;
	margin: 0 auto;
}

.blog_post h4 a{
	text-decoration: none;
}
.blog_post h4{
	margin-bottom: 10px;
}
.blog_post p{
	margin-bottom: 5px;
}
.blog_post .readmore{
	text-decoration: none;
}

.blog_post{
	border-bottom: 1px solid #ddd;
	padding: 30px 0 36px;
}
.blog_post:first-child{
	padding-top: 0px;
}
.blog_post:last-child{
	border: none;
}
.wp-pagenavi{
	display: table;
	margin: 0px auto 80px;
}
.wp-pagenavi span.current {
    font-weight: normal;
	background: black;
	color: white;
	border: none;
	padding: 8px 15px;
	border: 2px solid black;
}
.wp-pagenavi a, .wp-pagenavi span{
	background: white;
	padding: 8px 15px;
	text-decoration: none;
	border: none;
	color: black;
	border: 2px solid black;
}
.wp-pagenavi a:hover{
	
}


.widget_1{
	padding: 100px 0;
	text-align: center;
}
.widget_1 .edit-link{
	display: none;
}

.yikes-easy-mc-form.yikes-mailchimp-form-inline{
	max-width: 365px;
	margin: 0;
}
.yikes-easy-mc-form .yikes-easy-mc-email{
	border: 1px solid #d4d6d7 !important;
	background: #f9f9f9 !important;
	padding: 11px 0px 14.5px 15px !important;
	font-size: 14px;
	color: #202020 !important;
	margin-top: 8px;
}

.yikes-easy-mc-form .yikes-easy-mc-email:focus{
	outline: none !important;
}
.yikes-easy-mc-form .yikes-easy-mc-email:required{
	box-shadow:none;
}
.yikes-mailchimp-container .edit-link,
.submit-button-inline-label{
	display: none !important;
}
.yikes-easy-mc-submit-button{
	display: none !important;
	width: 162px !important;
	background: black;
	border: none;
	color: white;
	
	text-transform: uppercase;
	letter-spacing: 0.5px;
	 -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border: 2px solid black;
}
.yikes-easy-mc-submit-button:hover{
	background: white;
	color: black;
}
.yikes-easy-mc-form label.label-inline{
	float: none !important;
	width: auto !important;
	display: block !important;
	width: 100%;
}
.yikes-easy-mc-form .submit-button-inline-label {
 	float: none !important;
	width: auto !important;
	display: inline-block;
}
.co4 img{
	margin-top: 25px;
}
.widget_2{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;
	padding: 185px 0 185px;
}
.inner2{
	max-width: 550px;
	margin: 0 auto;
}
.inner2 a{
	display: inline-block;
	padding: 12px 40px;
	color: white;
	text-decoration: none !important;
	background: black;
	
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-top: 20px;
	border: 2px solid black;
}
.inner2 a:hover{
	background: white;
	color: black;
}
/*mobile*/
.header_mb{
	padding: 0;
	display: table;
	width: 100%;
	position: relative;
	display: none;
}
.header_mb .hmiddle img {
    max-width: 120px;
	margin: 0 auto;
}
.hleft{
  position: absolute;
	right: 27px;
	top: 55px;
}
.logo{
  margin: 0 auto;
}
.logo img{
	max-height: 100px;
}
.mean-container .mean-nav {
    background: #141414;
    padding: 25px;
}
.logo_menu img{
	max-width: 140px;
	margin-bottom: 22px;
}
#menu-mobile-menu{
	margin-top: 22px;
}
.menu-mobile-menu-container{
	border-top: 1px solid #ddd;
}
.mean-container .mean-nav {

    background: #141414;
    padding: 130px 25px 25px;

}
.mean-expand span.close svg {
    -webkit-transform: scaleY(-1);
    -webkit-transform-transform: scaleY(-1);
}
.mean-expand svg {
    display: block;
    -webkit-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    height: 58px;
    width: 1.5rem;
    float: right;
    position: relative;
    right: -2px;
    fill: currentColor;
}
.drawer-nav {

    z-index: 9999;
    height: 100%;
    width: 65%;
    right: 0px;
    top: 0px;
    position: fixed;
    overflow-y: auto;
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;

}
.drawer-nav {
    z-index: 999999;
}

.drawer-nav.open {
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}
.hleft a.drawer-toggle.close {
    display: block;
    height: 50px;
    width: 50px;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 25px;
    top: 10px;
	color: #2c5697;
}
.hleft a.drawer-toggle.close svg {
    fill: currentColor;
    width: 30px;
    height: 30px;
    float: right;
    margin-top: 10px;
}
.header_mb .sub-menu {
    display: none;
}

.header_mb .sub-menu li {
    /*border-left: 1px solid #262626;*/
}
/*end mobile*/
.footer .sub-menu{
	display: none;
}
.footer .menu-mobile-menu-container{
	border: none;
}
.footer li a{
	font-size: 15px;
	color: #282828;
}
.cnss-social-icon{
	margin-bottom: 40px !important;
	padding-top: 10px !important;
}
ul.cnss-social-icon li {
	margin: 0 4px !important; 
}
ul.cnss-social-icon li a img{
	width: auto !important;
}
.dtitle{
	background: #00adef;
	margin-bottom: 60px;
}
.ptitle{
	color: white;
	text-align: center;
	padding: 80px 0 80px;
	margin: 0;
}
.imgdate{
	position: relative;
}
.hdate{
	position: absolute;
	bottom: 13px;
	left: 13px;
	text-align: center;
	background: white;
	padding: 6px 10px 0px;
	border: 2px solid #eaeaea;
}
.hdate span.hd{
	font-size: 24px;
	
	display: block;
}
.hdate span.hm{
	font-size: 13px;
	
	text-transform: uppercase;
	display: block;
}
.widget_1.wfooter{
	padding: 0px 0 100px;
}
.ii{
	border-top: 1px solid #e3e3e3;
	max-width: 850px;
  margin: 0 auto;
	padding-top: 75px;
}
.vcategory{
	display: table;
	width: 100%;
	margin-bottom: 30px;
}
.imgf{
	background-image: url(img/sophit-innerV2_03.jpg);
	height: 350px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.vcategory .scg{
	margin-bottom: 30px;
	text-align: center;
}
.scg h3{
	margin: 20px 0 16px;
}
.scg h3 a{
	color: black;
	text-decoration: none;
}
.mean-container .mean-nav ul li a{
	font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
}
.mean-container a.meanmenu-reveal span{
	background: white;
}
.mean-container a.meanmenu-reveal{
	color: white;
}
.mean-container .mean-nav {
	background: white;
	border-right: 1px solid #ddd;
}

.mean-container .mean-nav ul li a.mean-expand {
	height: 29px;
}

.logo img{
	max-width: 100%;
	display: block;
	margin: 22px auto 22px;
}
.header_pc .logo img{
	margin: 15px 0 0;
}
.home_1{
	background: #fcffab;
	padding: 103px 0 108px;
	display: table;
	width: 100%;
}
.home_1 h1{
	font-family: 'Raleway', sans-serif;
	color: #292929;
	font-size: 40.6px;
	text-transform: none;
}
.home_1 p{
	font-family: 'Raleway', sans-serif;
	color: #292929;
	font-size: 24px;
	line-height: 28px;
}
.home_1 a{
	display: block;
  width: 240px;
	margin: 45px auto 0;
	text-align: center;
	padding: 18px 0 16px;
	background: #2c5697;
	color: white;
	font-size: 25px;
	border: 2px solid #2c5697;
}
.home_1 a:hover{
	background: white;
	color: #2c5697;
}
.home_2{
	margin-top: 48px;
}
.vcner .b2{
	text-align: center;
}
.vcner .b2 img{
	max-height: 185px;
	display: block;
	margin: 0 auto;
}
.vcner .b2 span{
	display: block;
	font-weight: bold;
	color: #2c5697;
	font-size: 14.32px;
	position: relative;
	top: -10px;
}
.drawer-nav{
	text-align: center;
}

.pro_1{
	background: #fcffab;
	padding-top: 167px;
	padding-bottom: 146px;
}
.pro_1 h1{
	margin: 0;
	margin-bottom: 58px;
}
.pro_1 p{
	font-size: 20px;
	line-height: 30px;
}
.pinner{
	max-width: 940px;
	margin: 0 auto;
}

.custom_content{
	padding-bottom: 30px;
	overflow: hidden;
	display: table;
	width: 100%;
}
.vc{
	width: 100%;
	display: table;
}

.custom_content h3{
	margin-bottom: 29px;
}
.custom_content span{
	display: block;
	font-size: 21px;
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 26px;
}
.custom_content p{
	font-size: 17px;
	line-height: 24px;
}

.vc:nth-child(1) .content{
	background: #e0feed;
}
.vc:nth-child(2) .content{
	background: #e0e2fe;
}
.vc:nth-child(3) .content{
	background: #fee0f8;
}
.flex-control-nav {
    bottom: 20px;
	z-index: 99;
}
.flex-control-nav li {
    margin: 0 4px;
}
.flex-control-paging li a {
    width: 16px;
    height: 16px;
    display: block;
    background: #2e5898;
	box-shadow: none;
}
.flex-control-paging li a.flex-active,
.flex-control-paging li a:hover{
    background: #5279b3;
	
}
.header_pc .logo{
	float: left;
}
.w_1{
	margin: 0px 0 0;
}
.w_1 span{
	display: block;
	margin: 0 auto;
}
.w_1 span.spanw1{
	font-size: 20px;
	line-height: 25px;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	padding-top: 38px;
	font-weight: bold;
	text-transform: uppercase;
}
.w_1 span.spanw12{
	font-size: 32px;
	line-height: 35px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	margin-top: 5px;
	margin-bottom: 25px;
	font-family: 'Roboto Condensed', sans-serif;
}
.w_1 p{
	text-align: left;
	padding: 0 50px;
	color: #fff;
	font-size: 16px;
}
.w_1 a{
	font-size: 18px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	padding: 10px 15px;
	display: inline-block;
	border: 2px solid #fff;
	text-transform: uppercase;
}
.w_1 a{
  overflow: hidden;
  position: relative;
}
.w_1 a span {
  z-index: 20;
}
.w_1 a:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 9;
}

.w_1 a:hover:after {
  left: 120%;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
	z-index: 9;
}


.w1s{
	text-align: center;
	padding-bottom: 36px;
}
.w_2{
	margin: 85px 0 0;
}
.w_2 h3{
	text-transform: none;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 34px;
	margin-bottom: 33px;
	padding-top: 0;
}
.w2s2{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.w2s1 h3{

}
.w2s2{
	color: white;
	font-size: 19px;
	text-align: center;
}
.w2s2 h3{
	color: white;
	text-align: left;
}
.w2s2 ul{
	padding: 0;
	text-align: left;
}
.w2s2 li{
	list-style: none;
}
.w2s2 li::before {
  color: #fdd300;  
  content: "\2022";
  font-size: 37px; 
  padding-right: 10px; 
  position: relative;
  top: 7px; 
}
.w2s2 a{
	margin: 8px auto 0;
	color: white;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	background: #fdd300;
	display: inline-block;
	padding: 13px 30px;
}
.w2s2 a:hover {
    background: #512b76;
}
.w2s2 div{
		padding-top: 50px;
		float: right;
		margin-right: 60px;
		padding-bottom: 30px;
	}
.w_3{
	margin: 93px 0 0;
}
.w3s{
	text-align: left;
}
.w3s p{
	font-size: 18px;
	color: #494747;
	line-height: 28px;
	margin-bottom: 35px;
}
.w3s img{
	display: block;
}
.w3s a:hover img{
	opacity: 0.8
}
.w3s a:hover span{
	color: #512b76;
}
.w3s img{
	    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.w3s span{
	display: block;
	color: #149fd7;
	font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
	font-size: 24px;
	line-height: 25px;
	font-weight: bold;
	margin-top: 22px;
	    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

}
.vgallery{
	display: table;
	margin-top: 67px;
	width: 100%;
}
.vg{
	width: 23%;
	float: left;
	margin-left: 1.3%;
	margin-right: 1.3%;
	margin-bottom: 30px;
}
.vg:nth-child(4n){
	margin-right: 0%;
}
.vg:nth-child(4n + 1){
	margin-left: 0%;
}
.vg img{
	width: 100%;
	padding: 3px;
	border: 1px solid #00aeef;
}
.call_to_action{
	
	padding: 55px 0 65px;
	text-align: center;
}
.call_to_action .container{
	position: relative;
}
.call_1213{
	position: absolute;
	background: #0cadeb;
	width: 924px;
	height: 140px;
	top: -25px;
	z-index: -1;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.call_to_action span{
	display: block;
	font-weight: bold;
	text-transform: none;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	margin-bottom: 25px;
}
.call_to_action span span{
	font-size: 19px;
}
.call_to_action a{
	text-align: center;
	display: inline-block;
	margin-bottom: 10px;
	padding: 14px 30px;
	color: white;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	margin-right: 30px;
	background: #f19818;
}
.call_to_action a:hover{
	background: #000;
	border-color: #00adef;
}
.wpcf7-form {
    max-width: 450px;
}
.contact_form br{
	display: none;
}
.contact_form input[type="text"], .contact_form input[type="email"]{
    margin-top: 20px;
		border: 1px solid #aaa;
	border-radius: 4px;
	padding-left: 8px;
	height: 40px;
}
.contact_form textarea {
    width: 100%;
    max-width: 100%;
    padding-top: 5px;
    margin-top: 20px;
	border: 1px solid #aaa;
	border-radius: 4px;
	padding-left: 8px;
}
.top_bar{
	background: #181818;
	padding: 10px 0;
}
.top_left{
	float: left;
}
.top_right{
	float: right;
	color: #fff;
}
.top_left a{
	color: #fff;
	font-weight: bold;
}
.top_left span{
	margin-left: 12px;
}
.top_right a{ 
	color: #fff;
	font-weight: bold;
}
.top_right a span,
.top_right span span{
	margin-left: 12px;
}
.top_right span.add{
	margin-right: 55px;
	font-weight: bold;
}
.h_popup_s{
	background: #ebebeb;
	max-width: 513px;
	margin: 0 auto;
	text-align: center;
}
.h_popup_s span{
	display: block;
	text-align: center;
	font-size: 21px;
	font-weight: bold;
	color: #009dd8;
	padding-top: 24px;
	line-height: 25px;
}
.h_popup_s a{
	display: inline-block;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	background: #00acef;
	color: #fff;
	padding: 10px 18px;
	margin-bottom: 17px;
	margin-top: 15px;
}
.h_popup_s a:hover{
	background: #009dd8;
}
#inline1{
	padding: 20px 20px 0;
}
.staff{
	text-align: center;
	margin-bottom: 60px;
}
.staff a{
	display: inline-block;
	margin: 0 18px;
	vertical-align: top;
	text-decoration: none;
}
.staff a img{
	border: 2px solid #00aeef;
	display: inline-block;
}
.staff.staff a img{
	max-width: 184px;
}
.staff.dentists a img{
	max-width: 184px;
}
.staff.hygienists a img{
	max-width: 217px;
}
.staff_title{
	display: block;
	max-width: 200px;
	vertical-align: top;
	margin: 10px auto 0;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
	font-size: 16px;
}
.rmore{
	display: block;
	max-width: 200px;
	vertical-align: top;
	margin: 5px auto 0;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
	font-size: 14px;
	color: #00adef;
}
.popup_staff img{
	float: left;
	margin: 0 20px 20px 0;
	border: 2px solid #00aeef;
}
.fancybox-opened,
.fancybox-overlay{
	z-index: 9999999999999999999 !important;
}
.popup_title{
	display: block;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 15px;
	color: #00acef;
	line-height: 25px;
	font-family: 'Roboto Condensed', sans-serif;
}
.dd_ccct{
		margin-top: 20px;
}
.h1213{
	text-align: center;
	display: block;
	font-size: 17px;
	font-weight: bold;
	color: #131313;
}
@media (min-width: 993px) {
	.dcontent{
		display: flex;
	}
	.dd_img{
		flex: 1;
		padding-right: 50px;
	}
	.dd_ccct{
		flex: 1;
		padding-left: 50px;
	}
	.fcontainer{
		padding: 0 50px;
	}
	.co1{
		width: 13%;
		float: left;
	}
	.co2{
		width: 22%;
		float: left;
	}
	.co3{
		width: 25%;
		float: left;
	}
	.co4{
		width: 25%;
		float: left;
	}
	.slidertext{
		width: 520px;
	}
	.w_1 .w1container{
		margin: 0 auto;
		display: flex;
	}
	.w1s{
		flex: 1;
	}
	.w2container{
		display: flex;
		align-items: center;
	}
	.w2s1{
		flex: 1;
		padding-right: 140px;
	}
	.w2s2{
		flex: 1;
	}
	.w3container{
		display: flex;
		align-items: center;
   justify-content: center;
		max-width: 980px;
		margin: 0 auto;
	}
	.w3s{
		flex: 1;
	}
	.w3s:nth-child(2){
		flex: 1.75;
		padding-left: 40px;
	}
	.custom_content img{
		display: block;
		margin: 30px auto 0;
		max-height: 600px; 
	}
	.ccimg{
		width: 50%;
		display: table;
		float: left;
	}
	.cvimg{
		width: 50%;
		display: table;
		float: right;
	}
	.ccimg img{
		max-height: 600px;
		margin: 30px auto 0;
	}
	.vc .content{
		padding-top: 219px;
		height: 658px;
	}
	.vc .content .cct{
		max-width: 515px;
		float: right;
		margin-right: 94px;
	}
	.drawer-nav {
    width: 450px;
		border-left: 1px solid #ddd;
  }
	.vcner{
		max-width: 1025px;
		margin: 0 auto;
	}
	.vcner .b2{
		width: 20%;
		float: left;
	}
	.vh1{
		float: left;
		width: 50%;
	}
	.vh1 img{
		float: right;
		margin-right: 74px;
	}
	.vh2{
		float: left;
		width: 50%;
		margin-top: 205px;
	}
	.vch{
		max-width: 623px;
	}
	.imgcate img{
		width: 94%;
		margin: 0 auto;
		display: block;
	}
	.vcategory .scg{
		width: 27.3%;
		float: left;
		margin-left: 3%;
		margin-right: 3%;
	}
	.vcategory .scg:nth-child(3n+1){
		clear: both;
	}
	
	.vc .content{
		float: left;
		width: 50%;
	}
	.vc:nth-child(2n) .content{
		padding-right: 70px;
		padding-left: 0px;
		text-align: left;
		float: right;
	}
	.vc:nth-child(2n) .content .cct{
		float: left;
		margin-left: 94px;
	}
	.vc:nth-child(2n+1) .content{
		padding-left: 70px;
		padding-right: 0px;
	}
	
	.rightbar{
		float: left;
		width: 63.5%;
	}
	.sidebar{
		float: right;
		width: 29%;
	}
}
@media (min-width: 1024px) and (max-width: 1200px) {
	.custom_content img {
			margin-left: 50px;
			max-width: 80%;
	}
	.ccimg img {
			margin-right: 50px;
	}
	.vc .content{
		padding-top: 150px;
	}
	.vc .content .cct {
			max-width: 80%;
		  width: 80%;
	}
}
@media (max-width: 993px) {
	.w3s:nth-child(1){
		float: left;
	}
	.home .footer {
			margin-top: 50px;
	}
	.footer .widget-title {
			margin-top: 50px;
	}
	.footer{
		text-align: center;
	}
	.hleft {
			right: 15px;
			top: 35px;
	}
	.logo img {
			max-height: 50px;
	}
	.logo_menu{
		display: none;
	}
	.mean-container .mean-nav ul li li a{
		width: 100%;
		font-size: 15px;
		text-transform: none;
	}
	.logo{
		margin: 0 0 0 15px;
	}
	.top_left span {
			font-size: 12px;
		margin-left: 8px;
	}
	.top_right a span, .top_right span span {
			margin-left: 8px;
		font-size: 12px;
	}
	.top_right img,
	.top_left img{
		width: 17px;
	}
	.top_right span.add {
			margin-right: 25px;
			font-weight: bold;
	}
	.slidertext{
		width: 60%;
		max-width: 60%;
	}
	.slidertext h2 {
			font-size: 25px;
			margin-bottom: 20px;
			line-height: 35px;
	}
	.slidertext a {
			color: white;
			font-size: 19px;
			padding: 15px 25px;
			font-weight: bold;
	}
	.header_mb{
		display: block;
	}
	.header_pc{
		display: none;
	}
	.custom_content {
			padding-bottom: 0;
	}
	.vc .content {
			padding: 100px 15px;
		text-align: center;
	}
	.home_1{
		text-align: center;
	}
	.vh2{
		margin-top: 60px;
	}
	.widget_2{
		padding: 80px 0 100px;
	}
	.inner2{
		padding: 0 50px;
	}
	.header{
		display: none;
	}
	
	.titlesection h1 {
			font-size: 40px;
			line-height: 48px;
	}
	.titlesection {
			padding: 30px 0 35px;
	}
	.flex-direction-nav{
		display: none;
	}
	.custom_content {
			margin-top: 0px;
	}
	.copyright p{
		font-size: 12.5px;
	}
	.footer ul li {
			font-size: 14px;
	}
	.vc a.more {
			font-size: 18px;
	}
	.pc{
		display: none;
	}
	.mobile{
		display: block;
	}
	
	#slider_home .item {
			height: 380px !important;
	}
	.vc img{
		margin: 30px auto;
		max-width: 80%;
		display: block;
	}
	.menu_option{
		max-height: 25px;
		max-width: 25px;
    display: block;
	}
}
@media (max-width: 568px) {
	.w3s:nth-child(1){
		float: none;
	}
	.h_popup_s span{
		padding-left: 20px;
		padding-right: 20px;
	}
	.w3s img{
		margin: 0 auto 40px;
		max-width: 250px;
	}
	.footer {
			padding: 30px 0 45px;
	}
	.home .footer {
			margin-top: 50px;
	}
	.footer .widget-title{
		margin-top: 50px;
	}
	.footer{
		text-align: center;
	}
	.logo img{
		max-height: 50px;
	}
	.mean-container .mean-nav {
			padding: 50px 25px 25px;
	}
	.menu_option{
		max-height: 25px;
		max-width: 25px;
    display: block;
	}
	.hleft {
			right: 15px;
			top: 35px;
	}
} 

@media (max-width: 568px) {
	.ptitle {
			padding: 50px 0 50px;
		font-size: 30px;
		line-height: 38px;
	}
	.call_to_action span{
		font-size: 25px;
    line-height: 32px;
	}
	.call_to_action a{
		margin-right: 0;
		font-size: 25px;
    line-height: 32px;
		padding: 12px 18px;
	}
	.staff_title{
		margin-bottom: 35px;
	}
	.top_right a span, .top_right span span {
			margin-left: 5px;
			font-size: 10px;
	}
	.top_left span {
			font-size: 10px;
			margin-left: 5px;
		display: none;
	}
	.top_right span.add {
			margin-right: 15px;
	}
	.slidertext {
			width: 80%;
			max-width: 80%;
	}
}