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

@import url("../mts_schema/style.css");
/*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;}
/* general */
.btn {
	color: #fff !important;
	background: #a90c60;
	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;
}

.main-header { background: none; }

#header {
	background:url("/wp-content/uploads/2017/05/nav-bck.png") no-repeat center top;
	padding: 35px 0;
	margin-bottom: -35px;
	margin-top: -25px;
}
#header .container { width: 960px; }

#secondary-navigation a { padding: 5px 15px; }
#secondary-navigation .navigation > ul > li:hover, #secondary-navigation .navigation > ul > .current-menu-item { border-radius: 10px; }

#secondary-navigation .navigation > ul > li.menu-item-has-children:hover, #secondary-navigation .navigation > ul > .menu-item-has-children { border-radius: 10px 10px 0 0; }
#secondary-navigation ul li ul li a { font-size: 14px; }

/* header */

.logo-wrap, .headerPhone, .headerInfo { float: left; width: 31%; padding: 1%; }
.logo-wrap { margin: 0; }
.headerInfo { width: 32%; text-align: right; }
.headerInfo p { margin-bottom: 10px; }
.headerPhone { text-align: center; }
.headerPhone a { color: #4c371a !important; }
.phoned { font-size: 28px; margin-bottom: 10px;}
.hoursd { font-size: 14px; }
div.header-social-icons { background: none; border: 0px; }
div.header-social-icons::before { border: 0px; }
#primary-navigation .header-social-icons a, .header-social-icons a { padding: 0px 10px; }

.primary-slider-container { max-width: 960px; float: none; width: 960px; margin: 0 auto;}
.primary-slider-container img { float: left; width: 600px; height: 360px; }
.primary-slider-container .slide-caption { float: left; position: static; width: 320px; max-height: 240px; height: 290px; padding: 100px 20px 20px 20px; background: #a80c60; font-size: 36px; }
.slide-title { font-size: 32px !important; line-height: 34px; }
.owl-carousel .owl-item img { max-width: 600px !important; }
.primary-slider .owl-dots { bottom: 8%; top: inherit; right: 16%; }


#page, .container, .article { width: 960px; }
#page { padding-top: 0px; }

/* home boxes */
.homeBoxes {
	width: 960px;
	height: 100px;
	margin: 0px auto;
	margin-top: 0px;
	text-align: left;
	padding: 25px 0px;
}
.homeBoxes h3{
	color: #fff;
	font-size: 26px;
	margin-top: 0px;
}
.homeBoxes p, .homeBoxes a{
	color: #fff !important;
	font-style: italic;
	font-size: 16px;
}
.homeBoxes .box01,
.homeBoxes .box02,
.homeBoxes .box03 {
	float: left;
	height: 100px;
	width: 31%;
	position: relative;
	padding: 1%;
	background: #37a3b8;
	box-shadow: -5px 5px 5px #2c92a6;
}
.homeBoxes .box02{
	width: 32%;
	background: #2c92a6;
	box-shadow: -5px 5px 5px #238497;
}
.homeBoxes .box03 {
	background: #238497;
	box-shadow: -5px 5px 5px #1a7587;
}

/* welcome */
.welcome { 
	width: 100%;
	padding: 20px 0;
	margin-bottom: 0px;
}
.welcome h1 { text-align: center; color: #000; }
.welcome p, .welcome h3 { color: #000; }

.welcome .container {
	width: 920px;
	padding: 20px;
	margin: 40px auto;
	text-align: left;
	background: #fff;
}

/* home widgets */
.homeWidgets {
	width: 960px;
	margin: 0px auto;
	text-align: left;
}
.widgetBox {
	float: left;
	width: 280px;
	margin-right: 30px;
	margin-bottom: 20px;
	padding: 10px;
	background: rgba(255,255,255,0.8);
}
.widgetBox h3 { text-align: center; }

.widgetBox.noMargin {
	margin-right: 0px;
}
.textwidget p {
	font-size: 16px;
	line-height: 20px;
}



/* inner pages */
.article { width: 960px; background: rgba(255,255,255,0.8); }
.page h1.title { margin-bottom: 20px; }
.innerImage { width: 960px; height: 290px; overflow: hidden; margin: 0 auto; }
.innerImage img { width: 100%; }

/* 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; }
#copyright-note .to-top a { color: #fff !important; }

.hide-d { display: none; }

#logo a { float: none !important; }

/* mobile */
@media screen and (max-width: 767px) {
	.hide-d { display: block; }
	#header { background: none; padding: 0px 0 10px 0px; margin-bottom: 0px; }
	.mobileBtn { margin-bottom: 0px; }
	.mobileBtn a, .hours{ display: block; color: #fff; text-align: center; background: #462152; padding: 10px; border-radius: 10px; -moz-border-radius: 10px; margin: 10px !important;}
	.mobileBtn.phoneBtn { font-size: 20px; }
	#slider, .hide-xs { display: none; }
	.container, .welcome .container, .widgetBox { width: 96%!important; padding: 2%; }
	.homeBoxes, .innerImage { display: none; }
	.homeBoxes, .homeWidgets, .welcome, .footerSocial, div.footer .copy { width: 100%; height: auto;}
	.homeBoxes .box01, .homeBoxes .box02, .homeBoxes .box03 {height: auto; width: 100%; float: none; margin-bottom: 30px; padding: 20px;}
	.welcome {margin: 20px auto;}
	.homeBoxes .box01, .homeBoxes .box02, .homeBoxes .box03 { width: 98%; }
	.post-content 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; }
	
	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; }
	.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: #462152 !important; }
}
.page-id-11 .innerImage img {
    background-image:url('/wp-content/uploads/2017/05/inner.jpg');
}

.slide-caption .small {
    font-size:22px;
	line-height: 25px!Important;
}

.in-network {
	font-size:14px;
}