/*
Theme Name: Schema Child
Version: 1.0
Description: A child theme of Schema by MyThemeShop
Template: mts_schema
Text Domain: schema
*/

/* Carousel */
@import url("../mts_schema/style.css");
/* general */

/*Handicap Plugin Restyle */
.accessibility-location-right .accessability_container{right:-180px}.accessibility-location-right .accessability_container.active{right:0!important}.access_container_inner{margin-top:5px}body .accessability_container.dark_theme .a_module{margin-bottom:5px;border:0}body .accessability_container button.wah-action-button{font-size:13px !important;border-radius:3px}.accessability_container.dark_theme.active button.aicon_link{background-color:#fff!important;color:#000!important}.wahout.aicon_link{top:5px;border-radius:5px}button.close_container{line-height:28px;height:28px;border-radius:3px}html .a_module_title{display:none!important}html button.wahout.aicon_link img{opacity:0;display:none;visibility:hidden}html button.aicon_link{background-color:#29627d!important}html button.wahout.aicon_link:before{font-family:fontAwesome;content:"\f193";line-height:48px;color:#fff;font-size:32px}.dark_theme.active button.wahout.aicon_link:before{color:#000!important}html body .accessability_container{width:180px!important;height:100%;max-height:405px}body .access_container_inner .a_module{border:0 !important;padding-bottom:0 !important;}

.container {
	max-width: 1170px !important;
}
.owl-controls{display:none;}
.btn {
	color: #fff !important;
	background: #004071;
	padding: 10px 15px;
	text-transform: uppercase;
	border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 1px 1px 1px #000;
	-moz-box-shadow: 1px 1px 1px #000;
}
.alignleft {
	float: left;
	margin: 0px 20px 20px 0px;
	border: 2px solid #ececec;
	margin-bottom:20px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}
.alignright {
	float: right;
	margin: 0px 0px 20px 20px;
	border: 2px solid #ececec;
	margin-bottom:20px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}
.alignnone {
	border: 2px solid #ececec;
	margin-bottom:20px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}
.center { text-align: Center; }
.clear { clear: both; }

/* header */
#secondary-navigation .navigation ul .current-menu-item a{color:#005ba2!important;}
#regular-header { background: #fff; }
.main-header { background: transparent !important; }
#header { background: transparent !important; top: 0px;}
#header .container, #regular-header .container { width: 98% !important; padding: 0px 1%; max-width: 98% !important;}
.headerPhone, .headerInfo { float: left; width: 31%; padding: 10px 0; }

.headerInfo { width: 32%; text-align: right; margin-top: 30px; }
.headerInfo p { margin-bottom: 5px; }
.headerPhone { text-align: center; margin-top: 30px; }
.headerPhone a { color: #005ba2 !important; }
div.header-social-icons { background: none; border: 0px; }
div.header-social-icons a { background: #fff; border-radius: 50%; padding: 10px; width: 30px; text-align: center; line-height: 30px; margin: 0px 5px; font-size: 26px;}
div.header-social-icons::before { border: 0px; }
#primary-navigation .header-social-icons a, .header-social-icons a { padding: 0px 10px; }
.social-icons{clear:both;}
.primary-slider-container { max-width: 100%; float: none; width: 100%;  overflow: hidden; margin: 0px; }
.primary-slider-container .slide-caption { 
	width: 94%;
    	padding: 2% 3%;
    	bottom: 0%;
    	background: none!important;
    	left: 0px;
    	text-align: center!important;
    	max-height: 40%; 
}
.primary-slider-container .slide-caption a { color: #fff; }
.slide-title { font-size: 38px !important; line-height: 34px; }
.owl-carousel .owl-item img { max-width: 100% !important; }
.primary-slider .owl-dots { bottom: 8%; top: inherit; right: 16%; }
.slide-caption i { font-size: 48px; margin-top: 8vh; }

.primary-slider .slide-title { margin-bottom: 30px; }
.slide-caption a.btn { padding: 10px 30px; background-color: #004071; }

#page { padding-top: 0px; width: 100%; max-width: 100%; }
.primary-slider, .owl-carousel.owl-loaded {
    float: left;
    margin-top: -150px;
    position: absolute;
    top: 0px;
}
/* home boxes */
.homeBoxes {
	margin: 0px auto;
	margin-top: 0px;
	height: 200px;
	text-align: left;
	padding: 25px 0px;
}
.homeBoxes h3{
	color: #000;
	font-size: 32px;
	margin-top: 0px;
}
.homeBoxes p{
	color: #000 !important;
	font-size: 14px !important;
}
.homeBoxes .box01,
.homeBoxes .box02,
.homeBoxes .box03 {
	float: left;
	height: 200px;
	width: 31%;
	position: relative;
	padding: 1%;
}
.homeBoxes .box02{
	width: 32%;
}

/* home widgets */
.homeWidgets {
	margin: 30px auto;
	text-align: left;
}
.widgetBox {
	margin-right: 3%;
	margin-bottom: 20px;
	padding: 2%;
	width: 27%;
	float: left;
	border-radius: 10px;
	-moz-border-radius: 10px;
	background: rgba(255,255,255,0.8);
}
.widgetBox h3 { text-align: center; }

.widgetBox.noMargin {
	margin-right: 0px;
}
.widgetBox img { width: 100%; }

.textwidget p {
	font-size: 16px;
	line-height: 20px;
	color:#000!important;
}



/* inner pages */
#page.single { float: left; }
.article { background: none;  margin: 0 auto; float: none; }
.page h1.title { margin-bottom: 20px; }

/* footer */
.copyrights { text-align: center; }

#copyright-note span { display: none; }
.to-top { float: none; }
#copyright-note .to-top span{ display: inline-block; font-size: 16px; line-height: 24px; }

.hide-d { display: none; }

.social-icons { display: inline-block; }
.social-icons a {
    display: inline-block;
    color: #fff;
    background: none;
    line-height: 25px;
    text-align: center;
	margin: 0 10px;
}
.headerPhone {    font-family: 'Open Sans';
	width: 100%;
	margin-top: 0px;
	text-align: center;
}
.headerPhone p {
	display: inline-block;
	font-size: 14px;
	margin:0px;
	color: #005ba2;
}
header .navigation {
	float: none;
	width: 100%;
}

#header { background: rgba(255,255,255,0.5) !important; height: 150px; }
#header .logo-wrap {
float: none;
    width: 100%;
    position: absolute;
    left: 40%;
    right: 45%;
    top: 14px;
}
.logo-wrap img { width: 60%; }

#header.sticky-navigation-active { background: #fff !important; transition: 1s ease; height: 70px; top: 44px; }
#header.sticky-navigation-active .logo-wrap { margin-top: 0px; padding: 0; transition: 1s ease; text-align: center; }
#header.sticky-navigation-active .logo-wrap img { width: 50%; float: none !important; transition: 1s ease; }

.info { position: fixed; top: 0px; width: 100%; }

#secondary-navigation .logo-wrap a { padding: 0px; margin: 0px; }


.navigation ul {
	text-align: center;
	padding-top: 13px;
}
@media screen and (max-width: 1600px) {
	.navigation ul { padding-top: 13px; }
	#header { height: 150px; }
}
@media screen and (max-width: 1400px) {
	.navigation ul { padding-top: 13px; }
	#header { height: 150px; }
	.logo-wrap img { max-width: 60%; }
}
@media screen and (max-width: 1200px) {
	.navigation ul { padding-top: 13px; }
	#header { height: 150px; }
	.logo-wrap img { max-width: 60%; }
}

#header.sticky-navigation-active .navigation ul { padding-top: 15px; }

.navigation ul li {
	float: none;
	display: inline-block;
}
#secondary-navigation .navigation > ul > .menu-item-has-children > a {
    padding-right: 22px;
} 
#secondary-navigation .menu-item-has-children > a::after { right: 10px; }

#secondary-navigation .navigation ul .current-menu-item a{color:#fff;}

#secondary-navigation a{
    padding: 5px 10px 12px;
    margin: 0;
}

.navigation ul li:nth-child(3) { margin-right: 29%; }

@media screen and (max-width: 1100px) { 
	#secondary-navigation a { font-size: 15px !important; }
}

.newCon {
	height: 110vh;
	background-size: cover;
	background-position: top center;
}
.mainArea {
	z-index: 1000;
	text-align: left;
	background: #fff;
	padding: 20px 0px;
}
.mainArea .col-sm-3, .featured .col-sm-3 { float: left; width: 23%; padding: 1%; text-align: center; }

.mainArea i { font-size: 36px; color: #f36d00; }

.logos { padding: 30px 0; text-align: center; display:none; }
.logos .container { width: 100% !important; max-width: 100% !important; }
.logos img { height: 8vh !important; width: auto !important; margin: 10px 20px; }

.featured {
	margin: 0px auto;
	z-index: 1000;
	padding: 8vh 0;
	text-align: center;
	background: url("/wp-content/uploads/2017/08/dental-tools-1920-60-white-overlay.jpg") no-repeat fixed center center / cover;
}
.featured img {
	border: 10px solid #88a65c;
	border-radius: 50%;
	width: 40%;
	display: block;
	margin: 0px auto;
	margin-bottom: 20px;
}
.featured a:hover img {
	border: 10px solid rgba(255,255,255,0.5);
	border-radius: 50%;
	width: 80%;
	display: block;
	margin: 0px auto;
	margin-bottom: 20px;
}
.featured p {
	color: #000;
	padding-right: 0px;
}
.featured h2, .featured h3 { color: #000; }
.featured .footerboxes h3 { font-size: 18px; }
.featured h3 span { font-size: 56px; }

.featured i { font-size: 24px; width: 48px; line-height: 48px; border: 2px solid #fff; border-radius: 50%; -moz-border-radius: 50%; }

.servicesWrap {
	color:#000;
	margin: 0px auto;
	z-index: 1000;
	padding: 4vh 0;
	background: url("/wp-content/uploads/2017/08/tooth-and-mirror-1920-60white-overlay.jpg") no-repeat fixed center center / cover;
}
.servicesWrap .col-sm-6 { padding-right: 3%; width: 46%; }
.servicesWrap h3{color:#000;}
.footerboxes {
	position: relative;
	margin-top: 0px;
}
.box01, .box02, .box03{
	width:31%;
	float: left;
    	padding: 1%;
}
.welcome { padding: 50px 0 0; background: #fff; }

.welcome h1 {
    font-size: 30px;
    color: #000;
    margin-top: 0px;
}
.welcome img {
    padding: 3px;
    border: 1px solid #ccc;
}
.leftwow {
	width: 33.33%;
	float: left;
	padding: 1%;
}
.rightwow {
	width: 62.66%;
	float: right;
	padding: 1%;
}

.quickNav { padding: 30px 0; text-align: center; background: #88a65c; }
.quickNav h2, .quickNav h3 { color: #fff; }
.quickNav img { 
	border: 10px solid #fff;
    border-radius: 50%;
    width: 40%;
    display: block;
    margin: 0px auto;
    margin-bottom: 20px; 
}
.quickNav a:hover img { 
	border: 10px solid #c8c8c8;
}

.row {
	margin:0px -15px;
}
.row:after,
.container:after {
	clear: both;
	content: "";
	display: block;
	position: relative;
}
.main-header .container {
	background-color: transparent !important;
}
#reviews {
	margin: 90vh auto 0px;
    padding: 120px 0px;
	background: url("/wp-content/uploads/2017/08/smiling-mouth-1920-60white-overlay.jpg") no-repeat fixed center center / cover;
}
#reviews h2 {
    color: #000;
    font-size: 32px;
    padding-top: 10px !important;
}
#reviews h4 {
	color: #000;
    font-weight: normal;
    line-height: 26px;
    font-size: 16px;
}
p.animation{color:#000;}
.carousel-indicators {
    bottom: -40px !important;
}
.col-sm-6 {
	width: 50%;
	float: left;
}

.homeBoxes {
    background: #fff;
    font-size: 14px;
    padding: 20px 0px;
}
.homeBoxes h3 {
	margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    color: #000;
}
footer {
	margin-top: 0px;
	padding:5px 0px 0;
}
.to-top,.to-top a {
	color: #fff !important;
}
#page.single {
	float: none !important;
}
.article:after {
	clear:both;
	content: "";
	display: block;
	position: relative;
}
.post-info {
	display: none !important;
}
#featured-thumbnail {
	float: right;
	width: 30%;
}
.front-view-content {
	float: left;
	width: 68%;
}
.innerImage{position:absolute; height: 65vh; overflow: hidden; }
#content_box{margin-top: 45vh;}
#content_box a{color:#000;}
.opacit_ { opacity: 0; }
.sticky { position: fixed !important; box-shadow: 0px 0px 17px rgba(0,0,0,0.9); }
.sticky img { max-width: 100px !important }
#secondary-navigation .navigation ul ul li, #secondary-navigation .navigation ul ul li:hover {
    background: rgba(255, 255, 255, 0.8);
}
#secondary-navigation .navigation ul li:hover, #secondary-navigation .navigation ul .current-menu-item {
    background: #fff;
    color: #fff;
}
#secondary-navigation a{color:#000;}
/* #secondary-navigation .navigation ul > li.current-menu-item { background: none !important; } */
/* mobile */

#header h1 { text-align: center; }
#logo img { float: none !important; }
#logo a { float: none !important; }

.col-sm-4 { width: 31.33%; padding: 1%; float: left; }
.col-sm-4 h3 span { font-size: 20px !important; }
.col-sm-2 { width: 17%; float: left; }

#secondary-navigation .navigation ul li:hover, #secondary-navigation .navigation ul .current-menu-item { background: #fff; }
.textwidget .btn{background:#005ba2;}
@media screen and (max-width: 1152px) {
	.servicesWrap .container {
	    padding: 0px 10px;
    	box-sizing: border-box;
	}
	.mainArea {
		padding: 20px 10px;
	}
	.newCon {
		height: 100vh;
	}
	footer .container {
		width: 100%;
	}
	#regular-header .container {
		box-sizing: border-box;
	}
	#reviews {
		margin-top: 80vh;
	}
	.welcome .row {
		margin:0px;
	}
    #secondary-navigation a {
        font-size: 14px !important;
    }
    #secondary-navigation a {
        padding: 5px 5px 5px;
        margin: 0;
    }
    html #header .logo-wrap {
    float: none;
    width: 400px;
    position: absolute;
    left: 28%;
    right: 45%;
    top: 14px;
    }
    .article { width:100% !important; }
#content_box {
    margin-top: 17vh;
}
#logo { text-align:center; }
#reviews h4 { margin: 0px auto; max-width:85%; }
}
@media screen and (max-width: 880px) {
a#pull {
    margin: 0px auto !important;
    box-sizing: border-box;
}
	#header:after,#regular-header:after {
		clear: both;
		content: "";
		display: block;
	}
	#header { height: auto !important; }
	.logo-wrap {
		width: 100% !important;
		position: static !important;
	}
	.logo-wrap img { width: 80%; }
	#content_box{margin-top:20px;}
	#header .logo-wrap {
		float: none !important;
	}
	.col-sm-4, .col-sm-3, .col-sm-6 { width: 98% !important; float: none; }

	#secondary-navigation {
		height: auto !important;
	}
	.localmed-csstransforms .localmed-tab, .localmed-csstransforms .localmed-tab.is-active, .localmed-csstransforms .localmed-tab:active { top: 65% !important; }
	#reviews { margin-top: 50px; padding: 30px 0;}
	.hide-d { display: block; }
	#header { background: none; padding: 0px 0 0px 0px; margin-bottom: 0px; }
	.mobileBtn { margin-bottom: 0px; }
	#header #logo a {
    font-size: 28px!important;
    color: #000;
}
	.mobileBtn a, .hours{ display: block; color: #fff; text-align: center; background: #005ba2; padding: 10px; border-radius: 10px; -moz-border-radius: 10px; margin: 10px !important;}
	.mobileBtn.phoneBtn { font-size: 20px; }
	.mobileBtn a:hover, .mobileBtn a:visited { color: #fff; }
	.primary-slider-container, .hide-xs { display: none; }
	.container, .welcome .container, .widgetBox { width: 96%; padding: 2%; }
	section.welcome{margin-top:20px;}
	.innerImage { display: none; }
	.homeBoxes, .homeWidgets, .welcome, .footerSocial, div.footer .copy { width: 100%; height: auto;}
	.box01, .box02, .box03 { width: 96%; float: none; margin-bottom: 20px; padding: 2%;}
	.welcome {margin: 20px auto;}
	.homeBoxes .box01, .homeBoxes .box02, .homeBoxes .box03 { width: 98%; }
	.post-content img, .mainArea img { width: 100% !important; height: auto !important; }
	.footer-widgets.widgets-num-4 .f-widget:nth-child(even), .footer-widgets.widgets-num-3 .f-widget:nth-child(even),
	.footer-widgets.widgets-num-4 .f-widget, .footer-widgets.widgets-num-3 .f-widget	{ width: 100% !important; max-width: 100% !important; }
	.hours { display: none !important; }
	.main-header { background-color: #fff !important; }
	.leftwow {
		 width: 100%;
	}
	.rightwow {
		width: 100%;
	}
	.col-sm-6 {
		width: 100%;
	}
	.row {
		margin:0px;
	}
	.welcome iframe {
		height: 400px !important;
	}
	.featured .btn {
		display: block;
		text-align: center;
	}
	.homeBoxes .box01, .homeBoxes .box02, .homeBoxes .box03 {
		height: auto;
	}
	.box02 .btn {
		display: block;
		max-width: 250px;
		margin:10px auto 0px;
	}
	footer .container {
		width: 100%;
	}
	#regular-header { display: none; }
	.sticky { background-color: #fff !important; }
	
	div.header-social-icons { float: none !important; text-align: center; background: none !important; }
	div.header-social-icons a { float: none; display: inline-block; position: relative; z-index: 9999; background:#77de08;}
	.header-social-icons {  text-align: Center; float: none !important; }
	.header-social-icons a {  display: inline-block; font-size: 32px !important; width: 34px !important; line-height: 34px; color: #fff !important; }
}
.innerImage img { width: 100% !important; }
#header .logo-wrap { padding: 0px; }
.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;height:auto;max-width:100%;line-height:1}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6);opacity:.5;filter:alpha(opacity=50)}.carousel-control.left{background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.5) 0),color-stop(rgba(0,0,0,0.0001) 100%));background-image:linear-gradient(to right,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1)}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.0001) 0),color-stop(rgba(0,0,0,0.5) 100%));background-image:linear-gradient(to right,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1)}.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;outline:0;opacity:.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;margin-left:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicons-chevron-left,.carousel-control .glyphicons-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;margin-left:-15px;font-size:30px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after{display:table;content:" "}.clearfix:after{clear:both}
@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}
