/*
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");

blockquote::before {
    font-family: FontAwesome;
    position: absolute;
    content: "\f10e";
    font-size: 20px;
    width: 50px;
    bottom: 30px;
    right: 0;
}
body.page-id-285 #header { display: none; }
/*Landing Page Styling*/
body #gform_wrapper_3 .gform_body .gform_fields .gfield .gfield_required{ display:none;}
body #gform_wrapper_3 ul li.gfield{    margin-top: 1px;}
body #gform_wrapper_3 .top_label .gfield_label{color:#222;}
.rightform{
	background:#B4E9A9;
	padding:5px 10px;

}
.rightform h4{color:#222; font-size: 22px; text-align:center;}
/*end styling*/

/* general */
.innerBanner img{width:100%;}
.btn {
	color: #fff !important;
	background: #3090c7;
	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: 5px 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: 5px 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; }

.gallery-alignright {
    float: right;
    margin: 5px 0px 5px 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; */
}

#bwg_container1_0 #bwg_container2_0 .bwg_slideshow_image_wrap_0 {
    background-color: transparent!important;
    border-collapse: collapse;
    display: table;
    position: relative;
    text-align: center;
    width: 400px;
    height: 250px;
}

#bwg_container1_0 #bwg_container2_0 .bwg_slideshow_dots_0 {
    display: inline-block;
    position: relative;
    width: 12px;
    height: 12px;
    border-radius: 5px;
    background: #F2D22E;
    margin: 3px;
    cursor: pointer;
    overflow: hidden;
    z-index: 17;
    visibility: hidden!important;
}

/* header */
.main-header { background: #fff; }
#header { background: #3090c7; }
.topBar { width: 100%; height: 40px; background: #b5eaaa; text-align: center; }
.topBar p, .topBar p a { color: #333; 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%; }
.logo-wrap { margin: 0; }
.logo-wrap img { width: 120px; }
.headerInfo { width: 46%; text-align: right; }
.headerInfo p { margin-bottom: 5px; }
.phoned { font-size: 28px; margin-bottom: 20px; display: inline-block; vertical-align: middle !important; }

div.header-social-icons { background: none; border: 0px; }
div.header-social-icons a { background: #fff; border-radius: 50%; padding: 6px; width: 20px; text-align: center; line-height: 20px; margin: 0px 5px; font-size: 18px;}
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%; height: 450px; overflow: hidden; margin: 0px; }
.primary-slider { height: 450px !important; }
.primary-slider-container img { float: none; width: 100%; height: 450px; }
.primary-slider-container .slide-caption { width: 94%; padding: 2% 3%; top: 37%; left: 0px; max-height: 50px; }
.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%; }


#page { padding-top: 0px; width: 100%; max-width: 100%; }

/* home boxes */
.homeBoxes {
	margin: 0px auto;
	margin-top: 0px;
	height: 350px;
	text-align: center;
	margin-top: -360px;
	z-index: 5000;
}
.homeBox {
	position: relative;
	float: left;
	width: 21%;
	padding: 2%;
	overflow: hidden;
	height: 300px;
}
.homeBox img{
	width: 100%;
	vertical-align: middle;
	border-radius: 50%;
	-moz-border-radius: 50%;
	border: 10px solid #b5eaaa;
}
.homeBox h3{
	position: absolute;
	bottom: 10px;
	z-index: 6000;
	text-align: center;
	color: #fff;
	width: 92%;
}


.welcome { margin-top: 20px; }
.welcome h1 { text-align: center; }

.contactBox { padding-top: 40px; border-top: 1px solid #ccc; background: #b5eaaa; }
.contactText { float: left; width: 45%; padding-right: 5%; }
.contactMap { float: left; width: 50%; }
.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 */
.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: 30px; }
.footerWidgets .container { background: rgba(255,255,255,0.7); padding: 30px; text-align: center; box-sizing: border-box; }
.widgetBox { float: left; width: 31%; padding: 1%; }

.hide-d { display: none; }

#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;}
footer { margin-top: 0px; }
/* mobile */
@media screen and (max-width: 880px) {
	.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: #3090c7; 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 !important; }
	.container, .welcome .container, .widgetBox { width: 96%; padding: 2%; }
	.contactText { width: 100%; }
	.homeBoxes, .banner, .banner, .contactMap { 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; }
}


/* Rating System */

.dm-rate-us a:before {font-family: FontAwesome;}.dm-rate-us .rtg,.dm-rate-us>a{display:inline-block;position:relative}.dm-rate-us .rtg{text-align:center;float:none;direction:rtl;margin-left:0}.dm-rate-us>a{color:#184755!important;transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;text-decoration:none;line-height:34px;padding:0 1px;font-size:25px}.dm-rate-us a:visited{color:#cb7b14}.dm-rate-us span{font-size:20px;margin-right:7px;color:#fff;position:relative;text-transform:none;top:0}.dm-rate-us a:hover:before{content:"\f005";color:#d89947!important}.dm-rate-us a:hover{color:#d89947!important}.rtg>a:hover:before,.rtg>a:hover~a:before{content:"\f005";color:#e1c851!important;transition:.3s;-moz-transition:.3s;-webkit-transition:.3s}


@media screen and (max-width:880px) {
    .dm-rate-us span{font-size:21px;color:#111}.rtg a{color:#111}.dm-rate-us a:visited{color:#111}.dm-rate-us .rtg{text-align:center;float:none;direction:rtl;margin-left:0;font-size:23px}.dm-rate-us{display:block;position:relative;color:#0f5837;text-transform:uppercase;margin:10px 15px;text-align:center;display:block;color:#111;text-align:center;padding:10px;border-radius:4px;-moz-border-radius:4px;margin:10px!important}

}


@media screen and (min-width:880px) {
	.dm-rate-us a,.dm-rate-us .review-link {
		padding:0!important;
		background:unset!important;
        font-size:20px!important;
        width:auto!important;
		color:black!important;
		/*display:inline-block!important;
		font-style:normal!important;*/
	}

    .dm-rate-us {
		margin-top:1em;
	}
}

@media screen and (max-width: 760px) {
	.post-single-content img {
		width: 100% !important;
		height: auto !important;
		display: block !important;
		margin: auto !important;
		margin-bottom: 20px !important;
	}

}
.headerInfo.hide-xs img {
    max-width: 140px;
    top: 12px;
    position: relative;
    padding-right: 10px;
}

.headerInfo.hide-xs {
    display: flex;
    align-items: self-end;
    justify-content: flex-end;
}

img.new-img {
    width: 160px;
}

h1#logo, h2#logo {
    display: flex;
    flex-flow: row;
    align-items: center;
    gap: 15px;
}

