/*
Theme Name: Lounge 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");

/* general */
#header .container{
    max-width: 100%;
}
.innerBanner img{width:100%;}
.footerlogos{
	padding:20px 0 0;
	text-align:center;
}
.footerlogos img{	
	vertical-align:middle;
	margin:5px 25px;
	height:80px!important;
}
.btn {
	color: #fff !important;
	background: #000;
	padding: 10px 15px;
	text-transform: uppercase;
	border-radius: 10px;
	-moz-border-radius: 10px;
}
.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;
}
.fw-bold a{
	font-weight:700!important;
}
.fw-bold a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #0056a9;
    left: 0;
}
@media screen and (max-width: 865px){
	.fw-bold a {
		border-left: solid 4px #0056a9!important;
	}
	.fw-bold a::after {
		display: none!important;
	}
}

.center { text-align: center; }
.tiny, .Tiny { font-size: 12px; }
.clear { clear: both; }
#secondary-navigation a {
    padding: 10px 25px;
}
/* header */
.main-header { background: #fff; } 
.home .main-header { position: absolute; }
#header { background: #000; }
.topBar { 
	width: 100%; 
	background: #0056a9; 
	text-align: center; 
}
.topBar p, .topBar p a { color: #fff; font-size: 18px; }
.topBar .header-social-icons { display: inline-block; float: none; position: static; margin-top: 3px; }

.logo-wrap, .headerPhone, .headerInfo { float: left; width: 50%; padding: 1%; box-sizing: border-box; }
.logo-wrap { margin: 0px 0 0 0; padding-top:0px; padding-bottom:0px;}

.headerInfo { width: 46%; text-align: right; margin-top: 20px; }
.headerInfo p { margin-bottom: 5px; }
.phoned {
 	font-size: 28px; 
 	margin-bottom: 20px; 
 	display: inline-block; 
    margin-bottom: 0px;
    line-height: 40px;
    vertical-align: top;
}

div.header-social-icons { background: none; border: 0px; }
html div.header-social-icons a {     background: #000!important;
    border-radius: 50%;
    padding: 6px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    margin: 0px 5px;
    font-size: 18px;
    color: #fff!important;
}

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: 100%; float: none; width: 100%; overflow: hidden; margin: 0px; }
.primary-slider-container img { float: none; width: 100%; }
.primary-slider-container .slide-caption { width: 100%; box-sizing: border-box; padding: 2% 3%; bottom: 0px; left: 0px; max-height: 100%; overflow: visible; }
.slide-title { font-size: 32px !important; line-height: 34px; }
.owl-carousel .owl-item img { max-width: 100% !important; }
.primary-slider .owl-dots { bottom: 8%; top: inherit; right: 16%; }
.video-wrapper{border-bottom:5px solid #000;}
.doctors h3, .team_field span{text-shadow:1px 2px 2px #000;}
.team_field span{font-size: 23px!important;font-weight:normal!important;     text-transform: capitalize!important;}
.doctors{position:relative;}
.doctors:before{
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	opacity:0.7;
	background:#000;
}
#page { padding-top: 0px; width: 100%; max-width: 100%; }

/* home boxes */

.homeBoxes {
	margin: 0px auto;
	margin-top: 0px;
	text-align: center;
	z-index: 10;
	position: relative;
    margin-top: -320px;
    margin-bottom: 0px;
}
.circleBoxes {
	margin-top: -120px;
}
.homeBoxes .container:after {
	clear: both;
	content: "";
	position: relative;
	display: block;
}
.homeBox,.circleBox {
	position: relative;
	float: left;
	width: 25%;
	padding: 0px 15px;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
}
.circleBox a {
	display: block;
    text-align: center;
    border: 5px solid #ff5300;
    border-radius: 50%;
    height: 240px;
    width: 240px;
    margin: 0px auto;
    background-color: #0257ac;
}
.circleBox img {
	filter: brightness(0) invert(1);
    max-width: 100px;
}
.circleBox h3 {
    color: #fff;
}
.celltb {
	display: table;
	width: 100%;
	height: 100%;
}
.cellct {
	vertical-align: middle;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	display: table-cell;
	height: 100%;
}
.circleBox a:hover .cellct {
	transform: scale(1.05);
}

.homeBox a {
	position: relative;
	display: inline-block;
	width: 100%;
}
.homeBox .cube-image {
	height: 300px;
	position: relative;
	background-size: cover;
	background-position: 50% 50%;
	width: 100%;
}

.homeBox h3{
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin: 0px;
    box-sizing: border-box;
    padding: 10px 0;
    z-index: 6000;
    text-align: center;
    color: #fff;
    width: 100%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(53,28,1,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(53,28,1,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(53,28,1,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6351c01',GradientType=0 ); /* IE6-9 */
}
.welcome { 
    margin-top: 35px;
    margin-bottom: 30px; 
}
.welcome h1 { text-align: center; }
.contactBox { 
	padding: 40px 0px; 
	border-top: 1px solid #ccc; 
	background:#0056a9; 
	color:#fff;
}
.contactBox h2,
.contactBox h3 {
	color: #fff;
}
.contactText { float: left; width: 45%; padding-right: 5%; }
.contactMap { float: left; width: 50%; }
.contactBox .container:after {
	clear: both;
	content: "";
	display: block;
}
.contactBox a { color: #fff !important; }

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

/* footer */
footer{background:transparent!important; margin-top:0px;}
.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: #000 !important; }

.footerWidgets {
	padding:15px 0pX;
}
.widgetBox { 
	float: left; 
	width: 33.33%;
	padding:0px 15px;
	box-sizing: border-box; 
}
.hide-d { display: none; }
.social-profile-icons .social-yelp a {
    background: #BD2525;
}
#logo a { float: none !important; }
.banner img{width:100%;}
/*Blog*/
.post-info{display:none;}
#featured-thumbnail {
	max-width: 30%;
	display: block;
	position: relative;
	overflow: hidden;
	clear: both;
	margin-bottom: 15px;
	float: right;
}
.front-view-content {
	float: left;
	width: 69%;
}
body#blog #content_box{width:100%;}
body#blog #sidebar{display:none;}

/* Slider Settings */
#slider {
	margin-bottom: 0px !important;
}
.owl-controls {
	display: none;
}
.newCon,.home-banner {
	height: 650px;
	background-position: 50% 50%;
	background-size: cover;
	position: relative;
}
.logoHome {
    position: absolute;
    width: 100%;
    z-index: 10;
    left: 0px;
    top: 10%;
}
.logoHome h3 { margin-left: 130px; font-size: 28px; font-weight: bold; }
.logoHome p { margin-left: 130px; }
#logo img {
    float: left;
    max-width: 450px;
}
.home-banner {
	height: 700px;
}
.noRegular {
	display: none;
}
.circleStyle {
	background-color: transparent !important;
}
#secondary-navigation {
	float: none;
}
.navigation ul {
	text-align: center;
}
.navigation ul li {
	float: none;
	display: inline-block;
}
.circleTop {
	padding:0px 20px;
	box-sizing: border-box;
}
.circleTop:after {
	clear: both;
	content: "";
	display: block;
}
.circleTop .phoned {
	float: right;
}
.circleTop .header-social-icons {
	float: right;
}
.general-wrapper {
	position: relative;
}
.video-wrapper {
	height: 700px;
	position: relative;
}
.video-wrapper video {
	position: absolute;
	height: 100% !important;
	width: 100% !important;
	object-fit: cover;
}
.video-wrapper a.btn { position: absolute; z-index: 1; bottom: 100px; left: 50%; width: 250px; margin-left: -125px; text-align: center; }
.contactText p:last-of-type {
	margin-bottom: 0px;
}
.contactMap iframe {
	height: 100%;
}
.article {
	max-width: 100%;
	width: 1170px;
	box-shadow: 0px 0px 0px;
	position: relative;
	margin:10px auto;
	padding:30px 15px;
	box-sizing: border-box;
}
.innerImage {
	height: 350px;
	background-position: 50% 50%;
	background-size: cover;
}
/*.accessibility-location-right .accessability_container {
    top: 45px;
}*/
.sub-page-logo {
	display: block;
	text-align: center;
	padding:10px 0px;
}
.sub-page-logo img {
	max-width: 280px;
	display: block;
	margin:0px auto;
}
.contactBox {
	overflow: hidden;
}
.innerImage .logoHome {
	top: 20%;
}
.copyrights {
	color: #fff;
}
.Day { padding: 5px 0; text-align: center; width: calc( 95px - 2px); display: inline-block; float: left; border: 1px solid rgba(255,255,255,.5); font-size: 15px; }
.Hours { width: calc(100% - 97px); float: left; display: inline-block; text-align: center; border: 1px solid rgba(255,255,255,.5); font-size: 15px; padding: 5px 0; }
.Div { padding: 0 10px; display: inline; }
.Hours:after  {
    clear: both;
}
.Cont br { display: none; }
/* mobile */
@media screen and (max-width: 1200px) {
	#secondary-navigation .menu-item-has-children > a:after {
		right: 0px;
	}
	html #secondary-navigation a {
		padding:18px 18px;
	}
	#page {
		width: 100% !important;
		max-width: 100% !important;
	}
	.newCon,.home-banner,.video-wrapper {
		height: 550px;
	}
	.circleBox a {
		width: 200px;
		height: 200px;
	}
	.circleBoxes {
		margin-top: -100px;
	}
	.circleBox img {
	    max-width: 80px;
	}
}
.contactForm { 
	padding: 50px 0; 
	text-align: center; 
	position: relative;
	background: url("/wp-content/uploads/2019/07/626906219.jpg") fixed center center / cover;
}
.contactForm:before {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	content: '';
	background: rgba(0,0,0,0.5);
}
.contactForm * { position: relative; z-index: 20; color: #fff; }
.contactForm .container { max-width: 900px; }
.contactForm .button { color: #000; }

.services_slide {
    padding:0px 30px;
    box-sizing: border-box;
}
.welcome .slickServ a {
    display: block;
    position: relative;
    padding-bottom: 30px;
}
.welcome .slick-slide img {
    display: block;
    margin: 0px auto;
    max-width: 60px;
    margin-bottom: 15px;
}
.welcome .slickItem span {
    display: block;
    max-width: 165px;
    text-transform: uppercase;
    font-size: 15px;
    vertical-align: top;
    color: #000;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
}
.welcome .slickServ p {
    position: absolute;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    margin-bottom: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #14243F;
    font-size: 14px;
    text-transform: uppercase;
}

.social-icons { 
    position: fixed;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100000;
}
.social-icons span {
    line-height: 25px;
	color: #fff;
}
.social-icons a { 
	border: 2px solid #000; 
	margin-bottom: 5px; 
	padding: 5px; 
	border-radius: 50%; 
	background: rgba(255,255,255,0.7); 
	background: rgb(51,51,51); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(51,51,51,1) 0%, rgba(51,51,51,1) 50%, rgba(10,14,10,1) 51%, rgba(10,8,9,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(51,51,51,1) 0%,rgba(51,51,51,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(51,51,51,1) 0%,rgba(51,51,51,1) 50%,rgba(10,14,10,1) 51%,rgba(10,8,9,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	display: block; 
	float: none; 
	text-align: center; 
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 24px;
	position: relative;
	left: 0;
}
@media screen and (min-width: 881px) {
	.navigation ul ul ul {
		background-color: #fff;
	}
}
@media screen and (max-width: 880px) {
	.Day, .Hours { font-size: 12px; }
	.team_field { margin-bottom: 75px; margin-left: 0!important; }
	input {
    color: #000 !important;
}
	section {
    background-attachment: scroll !important;
}
	textarea {
    color: #000 !important;
}
	.contactForm {
    background-attachment: scroll;
}
	#logo img {
    float: left;
    max-width: 97%;
}
	#page.homepage {
		padding-top:20px;
	}
	.contactText {
		margin-bottom: 20px;
	}
	.logoHome {
		display: none;
	}
	.innerImage {
		height: 150px;
	}
	.sh_ {
		height: auto !important;
	}
	.contactMap iframe {
		height: 250px;
	}
	.contactText {
		padding: 0px;
	}
	html #secondary-navigation a {
		padding:10px;
	}
	.noRegular {
		display: block;
	}
	.noRegular h1 {
		margin-bottom: 0px;
	}
	.logo-wrap {
		margin:10px 0px 0px;
	}
	.contactBox {
		padding: 0px;
	}
	#header .container, #regular-header .container {
		padding:0px;
		max-width: 100% !important;
		width: 100% !important;
	}
	a#pull {
	    box-sizing: border-box;
    	margin: 0px auto !important;
	}
	.home-banner {
		display: none;
	}
	.hide-d { display: block; }
	#header { background: none; padding: 0px 0 0px 0px; margin-bottom: 0px; }
	.mobileBtn { margin-bottom: 0px; }
	.mobileBtn a, .hours{ display: block; color: #fff; text-align: center; background: #000; 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, .hidden-xs { display: none; }
	.container, .welcome .container, .widgetBox { width: 96%; padding: 2%; }
	.contactText, .contactMap { width: 100%; }
	.homeBoxes, .banner, .banner { display: none; }
	.welcome, .footerSocial, div.footer .copy { width: 100%; height: auto;}
	
	.welcome {margin: 20px auto;}
	
	.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: #333 !important; }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	#secondary-navigation a { font-size: 14px !important; padding: 24px 18px; }
}
@media only screen and (min-width: 865px){
	#secondary-navigation .navigation ul ul.wda-long-menu > li { width: 100%; }
	html ul ul.wda-long-menu { right: auto; left: 0; width: 375px; }
}

.reviewMenuButton a{position:relative}.reviewMenuButton a:after{content:"";display:block;position:absolute;bottom:0;left:0;right:0;height:15px;margin:0 auto;background:url(/wp-content/uploads/2019/06/rewiew-5-stars-300-web-5.png) bottom center no-repeat;background-size:contain!important}@media screen and (max-width:880px){.reviewMenuButton{background:0 0!important}}

/*  */
.flex-box{
	display: flex;
}
.percent-50{
	width: 50%;	
}