/*!
Theme Name: Quantum Construction
Theme URI:
Author: STEAM HOSTING
Author URI: https://steamwebhosting.com
Description: Custom designed theme built with BootStrap 4.
Version: 07202020
License:
License URI:
*/
	
/* VARIABLES */
	:root {
		--allEase:all .3s ease;
		--colorBase:#1D1D1D;
		--colorPop:#D9261C;
		--colorPrimary:#135589;
		--colorSecondary:#2A93D5;
		--colorTertiary:#F6F6F6;
		--font1:'Lato', Arial, Helvetica, sans-serif;
		--font2:'Roboto Slab', Arial, Helvetica, serif;
		--font3:'Open Sans Condensed', Arial, Helvetica, sans-serif;
	}

/* GLOBAL */
	html {box-sizing:border-box;font-size:18px;}
	* { -moz-osx-font-smoothing:grayscale; *-webkit-font-smoothing:antialiased; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;font-variant-numeric:lining-nums;-webkit-font-feature-settings:"lnum";-moz-font-feature-settings:"lnum";-ms-font-feature-settings:"lnum";-o-font-feature-settings:"lnum";font-feature-settings:"lnum";}
	*:before, *:after {-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
	:focus {outline:none !important;}
	a { color:var(--colorPop);cursor:pointer;}
	a,a img { outline:none;}
	a:hover { text-decoration:none;}
	a[href^="tel"] {white-space:nowrap;text-decoration:none;}
	a#top { display:block; content:" "; margin-top:-124px; height:124px; visibility:hidden;}
	body {margin:0px;padding:0px;background:var(--colorBase) !important;font-family:var(--font1) !important;color:var(--colorBase);font-weight:400;font-size:1em;line-height:1.5;overflow-x:hidden !important;}
	body.modal-open {padding-right:0px !important;}
	body.isScrolled .backToTopButton {display:inline-block;opacity:1;transition:all .3s ease;}
	h1, h2, h3, h4, h5, h6 {font-family:var(--font2);margin:2.75rem 0 1.05rem;line-height:1.15;}	
	h1 {font-size: 3.052em;font-weight:600;margin-top:0;margin-bottom:15px;}
	h2 {font-size: 2.441em;font-weight:400;margin-top:0px;}
	h2.bigger {line-height:1;margin-bottom:25px !important;}
	h3 {font-size: 1.953em;font-weight:400;}
	h4 {font-size: 1.563em;}
	h4 + ul {margin-top:15px;}
	h5 {font-size: 1.25em;}	
	img {vertical-align:middle;}
	img,figure,figcaption,picture,audio,svg {max-width:100%;height:auto;}
	main {background:#fff;}
	main a {color:var(--colorPop);text-decoration:underline;}
	p { line-height:1.5; margin-top:0px;}
	p:empty {display:none;}
	p + ul {margin-top: -5px;}
	picture {display:inline-block;}
	small {font-size:0.8em;}
	sup {vertical-align:super !important;font-size:45% !important;top:0px !important;}
	table {margin-bottom:15px;}
	table tr td:first-child {padding-right:10px;text-align:left;}
	table tr td:last-child {padding-left:10px;}
	ul.checkedNew {list-style:none;padding-left:0px;}
	ul.checkedNew li {margin-left:30px;margin-bottom:6px;width:calc(100% - 37px);}
	ul.checkedNew li::before {content:'';vertical-align:top;background:url(img/icon-check.svg) no-repeat scroll center center;background-size:contain;display:inline-block;width:23px;height:26px;margin-left:-30px;margin-right:7px;}
	.alignleft { float:left; margin:0px 20px 20px 0px;}
	.alignright { float:right; margin:0px 0px 20px 20px;}
	.anchor { display:block; content:" ";scroll-margin-top: 5rem;margin-top:-124px; height:124px; visibility:hidden; position:absolute; z-index:-1;}
	.backToTopButton {display:none;position:fixed; bottom:50px; right:10px; z-index:997; border-radius:100%; padding:7px 0px; background:var(--colorPop); color:#ffffff !important; text-decoration:none !important; font-size:20px; line-height:1; width:36px; height:36px; text-align:center;opacity:0;transition:all .3s ease;}
	.backToTopButton:hover { text-decoration:none !important;}
	.bigrowcontent {width:100%;}
	.boxShadow1 {box-shadow:0 1px 1px 1px rgba(0,0,0,0.07), 0 3px 4px -1px rgba(0,0,0,0.07), 0 4px 9px 2px rgba(0,0,0,0.07);}
	.boxShadow2 {box-shadow:0 2px 4px 2px rgba(0,0,0,0.07), 0 8px 8px -1px rgba(0,0,0,0.07), 0 14px 28px 3px rgba(0,0,0,0.07);}
	.boxShadow3 {box-shadow:0 4px 8px 4px rgba(0,0,0,0.07), 0 16px 16px -2px rgba(0,0,0,0.07), 0 32px 64px 5px rgba(0,0,0,0.07);}
	.breadcrumbs { font-size:.8em; padding:12px 0px 8px 0px;}
	.breadcrumbs a {color:var(--colorPop);text-decoration:underline;}
	.buffer {display:block;height:15px;}
	.clear::after {content:"";display:table;clear:both;}
	.caption, figcaption {font-size:12px;display:block;text-align:center;padding:8px 0px 12px 0px;}
	.contactSidebarSocial a {text-decoration:none !important;}
	.container {padding-left:20px !important;padding-right:20px !important;}
	.container.container-smooth { width:1500px; max-width:100%;}
	.container-fluid.p-0 {overflow:hidden;}
	.contentMainWrap {padding-left:35px;}
	.contentpad { padding:25px 0px;}
	.contentSidebarDivider { border-right:solid 1px #dddddd; padding-right:25px !important;}
	.cv-auto {content-visibility: auto;}
	.divider { height:1px; border-top:solid 1px rgba(0,0,0,.1); display:block; clear:both; margin:30px auto;}
	.fadeItLeft,.fadeItRight {display:block;width:100%;}
	.headLabel {text-transform:uppercase;font-family:var(--font3);font-weight:700;color:var(--colorPop);line-height:1;margin-bottom:10px;display:block;}
	.hoursTableRow.active {font-weight:700;}
	.infoBox {font-size:.85em;background:rgba(0,0,0,.1);border-radius:8px;margin-bottom:20px;padding:20px;}
	.infoBox h4 {font-size:1.4em;margin-top:0px;}
	.itemListing { margin-bottom:10px; padding-bottom:10px; border-bottom:dotted 1px #dddddd;}
	.itemListing:last-child { border-bottom:none !important;}
	.nooverflow {overflow:hidden !important;}
	.nooverflow-x {overflow-x:hidden !important;}
	.nooverflow-y {overflow-y:hidden !important;}
	.padbtm {padding-bottom:25px;}
	.pageBreak { display:none;}
	.pageEditLink { font-size:12px; padding:10px 0px; border-top:dotted 1px #dddddd;}
	.pageEditLink a { padding:0px 10px 0px 0px;}
	.pageEditLink a:last-child { padding-right:0px;}
	.phoneNumber { display:inline-block;}
	.photoBorder {border:solid 2px #dddddd;padding:1px;}
	.ratio1x1 {padding-top:100%;width:100%; /* 1:1 Aspect Ratio */}
	.ratio16x9 {padding-top:56.25%;width:100%; /* 16:9 Aspect Ratio */}
	.ratio4x3 {padding-top:75%;width:100%; /* 4:3 Aspect Ratio */}
	.ratio3x2 {padding-top:66.66%;width:100%; /* 3:2 Aspect Ratio */}
	.ratio8x5 {padding-top:62.5%;width:100%; /* 8:5 Aspect Ratio */}
	.row:before, .row:after {display: inline-block !important;/* Safari > 7 Fix */}
	.screen-reader-shortcut {background:#000 !important;color:#fff !important;}
	.search-highlight {font-weight:bold;}
	.searchResultsUrl { text-overflow:ellipsis !important; font-size:12px; padding:3px 0px 6px 0px; overflow-x:hidden;}
	.searchResultsUrl a { color:#999999;}
	.sectionWrap {padding:80px 0px;}
	.smallText { font-size:12px;}
	.sticky-top {z-index:97;}
	.teamMemberItem { border-bottom:solid 1px rgba(0, 0, 0, 0.1); padding-bottom:15px; margin-bottom:25px;}
	.teamMemberItemPhoto {padding-bottom:10px;}
	.topWrap { background:#ffffff; overflow:hidden;}
	.topWrapInner { background:#ffffff; overflow:hidden; max-width:100%; margin:0px auto;}
	.w-100 {width:100%;}
	@media screen and (min-width:992px) {
		h2.bigger {font-size:3em;}
		.border-lg-right {padding-right:30px;border-right:solid 1px rgba(0,0,0,.1);}
		.border-lg-right + div {padding-left:30px;}
		.fadeItLeft {background: #f3eee3;background: linear-gradient(90deg,#ffffff, transparent 13%);}
		.fadeItRight {background: #f3eee3;background: linear-gradient(-90deg,#ffffff, transparent 13%);}
	}
	@media screen and (max-width:991px) {
		h2.bigger {font-size:2.5em;}
		body.noScroll {overflow:hidden;}
	}
	@media screen and (min-width:768px) {
		a[href^="tel"] {text-decoration:none !important;/*pointer-events:none;*/}
		.bigrowcontent {padding:60px 0px 60px 0px;}
		.border-md-right {padding-right:30px;border-right:solid 1px rgba(0,0,0,.1);}
		.border-md-right + div {padding-left:30px;}
	}
	@media screen and (max-width:767px) {
		a[href^="tel"] {pointer-events:auto;}
		h1 {font-size: 2.2em !important;}
		h2 {font-size: 1.8em !important;}
		h3 {font-size: 1.5em !important;}
		h4 {font-size: 1.2em;}
		h5 {font-size: 1.1em;}	
		.alignleft, .alignright { margin:0px 0px 15px 0px !important; float:none !important; display:block !important; clear:both !important;}
		.backToTopButton {display:none !important;}
		/* .bigrowcontent { padding:40px 0px !important;} */
		.sectionWrap {padding:40px 0px;}
	}

/* COLORS */
	.bgAlt {background-color:#F6F6F6;}
	.bgCover {background-position:center center;background-size:cover;background-repeat:no-repeat;background-attachment:scroll;}
	.bgPop {background-color:var(--colorPop);}
	.bgPrimary {background-color:var(--colorPrimary);color:#fff;}
	.bgSecondary {background-color:var(--colorSecondary);color:#fff;}
	.bgTertiary {background-color:var(--colorTertiary);color:var(--colorPrimary);}
	.bgWhite {background-color:#fff;}
	.colorBase {color:var(--colorBase) !important;}
	.colorPop {color:var(--colorPop) !important;}
	.colorPrimary {color:var(--colorPrimary) !important;}
	.colorSecondary {color:var(--colorSecondary) !important;}
	.colorTertiary {color:var(--colorTertiary) !important;}
	.colorWhite {color:#fff !important;}

	/* Social Media */
	.facebook:hover { color:#3A589B;}
	.google:hover { color:#D6492F;}
	.healthgrades:hover { color:#0202ea;}
	.instagram:hover { color:#007AB9;}
	.linkedin:hover { color:#007AB9;}
	.pinterest:hover { color:#BA0C25;}
	.rss:hover { color:#E19126;}
	.twitter:hover { color:#598DCA;}
	.vimeo:hover { color:#63B4E4;}
	.yelp:hover { color:#CB2727;}
	.youtube:hover { color:#CF3427;}

/* BUTTONS */
	.btn {display:inline-block;font-family:var(--fontPrimary);font-size:0.889em !important;font-weight:700 !important;border-radius:0px !important;border:none !important;padding:12px 20px 12px 20px;text-align:center;text-decoration:none;outline:none;white-space:normal;text-transform:uppercase;line-height:1.2;letter-spacing:2px;}
	.btn-callout {background:var(--colorPrimary);color:#ffffff;}
	.btn-callout:hover {background:var(--colorPrimary);color:#ffffff;}
	.btn-default { background:var(--colorPop) !important;color:#ffffff !important;}
	.btn-default:hover { background:var(--colorBase) !important;color:#ffffff !important;}
	.btn-pop {border:solid 2px transparent !important;background:var(--colorPop);color:#fff;}
	.btn-pop:hover {background:var(--colorSecondary);color:#ffffff;}
	.btn-tiny {display:inline-block;font-size:.9em;margin:3px 0px 1px 0px;border-radius:3px;border:none !important;padding:5px 8px;text-align:left;text-decoration:none;outline:none;font-weight:400 !important;white-space:normal;line-height:1.2;border:solid 2px transparent !important;background:var(--colorSecondary);color:#ffffff;}
	@media only screen and (max-width:991px) {
		.btn {margin-bottom:5px;}
	}
	@media screen and (max-width:767px) {
		.btn:not(.modal-content .btn) {display:block !important;}
	}

/* HEADER */
	body.admin-bar .headerWrap {top:32px !important;}
	body.admin-bar .headerWrap.scrolled {top:-2px !important;}
	body.isScrolled .headerWrap,.headerWrap.isSubpage {box-shadow:0px 3px 6px rgba(0,0,0,.16);}
	body.isScrolled .headerWrap.isHomepage .headerWrapContact a {color:var(--colorBase);}
	body.isScrolled .headerWrap.isHomepage .headerWrapContact {color:var(--colorBase);}
	body.isScrolled .headerWrap.isHomepage {background:rgba(255,255,255,1);}
	#wpadminbar {position:fixed !important;}
	.headerWrap { position:fixed; top:0px; left:0px; z-index:499; background:#ffffff; width:100%;top:0px;transition:top .6s ease;}
	.headerWrap .mobileMenuToggle {font-size:28px;text-decoration:none !important;}
	.headerWrap.isHomepage {background:rgba(255,255,255,.0);}
	.headerWrap.nav-up {top:-160px !important;transition:all .6s ease;}
	.headerWrap-headerLogo {padding:14px 0px;}
	.headerWrap-headerLogo a {display:inline-block;}
	.headerWrapSlimbar {background:var(--colorPrimary);color:#ffffff; font-size:.75em; padding:9px 0px;}
	.headerWrapSlimbar a { color:#ffffff;}
	.headerWrapContact {font-size:0.833em;}
	.headerWrapContact a {color:var(--colorBase);}
	.headerWrapContactSocial a {display:inline-block;margin:0px 3px;}
	.headerWrap.isHomepage .headerWrapContact {color:#fff;}
	.headerWrap.isHomepage .headerWrapContact a {color:#fff;}
	.headerWrapContactAddress,.headerWrapContactPhone {font-family:var(--font3);font-weight:700;}
	.mobileMenuToggle {color:var(--colorPop) !important;}
	@media screen and (min-width:1200px) {
		#headerLogo {width:320px !important;max-width:100%;}
	}
	@media screen and (min-width:768px) and (max-width:1199px) {
		#headerLogo {width:285px !important;max-width:100%;}
	}
	@media screen and (max-width:782px) {
		body.admin-bar .headerWrap {top:45px !important;}		
	}
	@media screen and (max-width:767px) {
		#headerLogo {width:160px !important;max-width:100%;}
		.headerWrap .btn.btn-default {font-size:.6em !important;padding:13px 10px 13px 10px;margin-bottom:0px !important;}
		.headerWrap-headerLogo {padding:12px 0px 2px 0px !important;}
	}

/* ABOUT US */
	.showTeamMember {text-decoration:none !important;}
	.teamMemberJobTitle {color:var(--colorBase) !important;}
	.teamMemberName {font-size:1.167em;line-height:1;margin-bottom:5px;font-weight:700;font-family:var(--font1);color:var(--colorPop);}
	.teamMemberJobTitle {font-family:var(--font1);font-size:0.889em;font-style:italic;line-height:1;}
	@media screen and (max-width:767px) {
		.teamMemberName {font-size:1em !important;}
		.teamMemberJobTitle {font-size:0.75em;}
	}

/* MAIN NAVIGATION */
	li.dropdown:hover ul.dropdown-menu { display:block;}
	body.isScrolled .headerWrap.isHomepage #main-nav > ul > li > a {color:#1d1d1d;}
	.headerWrap.isHomepage #main-nav > ul > li > a {color:#fff;}
	#main-nav {display:inline-block;}
	#main-nav > ul > li {border-left:none !important;}
	#main-nav > ul > li.current-menu-item > a,#main-nav > ul > li.current_page_parent > a {border-bottom:solid 3px rgba(217,38,28,1);}
	#main-nav > ul > li {margin:5px 15px !important;}
	#main-nav > ul > li > a {font-family:var(--font3);font-weight:700;font-size:1.111em;text-transform:uppercase;color:#1d1d1d;border-bottom:solid 3px rgba(217,38,28,0);padding:8px 0px 5px 0px;}
	#main-nav > ul > li > a:hover, #main-nav > ul > li > a.highlighted {background:rgba(0,0,0,.03) !important;}
	#main-nav span.sub-arrow {display:none !important;}
	#main-nav > ul ul a {font-size:14px;}
	#main-nav > ul ul {box-shadow:0 3px 6px rgba(0, 0, 0, 0.3);border:none;}
	.dropdown-menu { margin:0px 0px 0px 0px !important;}
	.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { background:none !important; color:#000000 !important;}
	.headerWrap-mainNavigation { float:right;}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color:transparent; border:none;}
	.navmenu-fixed-left, .navmenu-fixed-right, .navbar-offcanvas { z-index:100000 !important;}

/* PAGE SUBNAV */
    #pageSubnav {z-index:98;height:42px;overflow-y:hidden;border-bottom:solid 1px rgba(0,0,0,.1);}
    .pageSubnavInner {padding:8px 0px 10px 0px;white-space:nowrap;overflow-x:auto;}
    @media screen and (min-width:768px) {
		#pageSubnav {top:120px;}
	    #pageSubnav a {font-size:.8em;}
    }
    @media screen and (min-width:783px) {
		body.admin-bar #pageSubnav {top:154px !important;}
    }
    @media screen and (min-width:768px) and (max-width:782px) {
		body.admin-bar #pageSubnav {top:170px !important;}
    }
    @media screen and (max-width:767px) {
		body.admin-bar #pageSubnav {top:118px !important;}
		#pageSubnav {top:76px;}
    	#pageSubnav a {font-size:.75em;}
    }

/* HERO & SUBPAGE HERO */
	.subpageHeroWrap {position:relative;}
	.subpageHeroWrap h1 {font-family:var(--font3);line-height:1;text-transform:uppercase;color:#fff;}
	.subpageHeroWrap h1::after {content:'';display:block;width:30%;max-width:100%;height:5px;background:red;margin-top:10px;}
	.subpageHeroWrapContent {position:relative;z-index:5;}
	.subpageHeroWrapOverlay {background:rgba(0,0,0,.3);z-index:2;position:absolute;top:0px;right:0px;bottom:0px;left:0px;}
	@media screen and (min-width:992px) {
		.subpageHeroWrap h1 {font-size:5.889em;}
	}
	@media screen and (max-width:767px) {
		.subpageHeroWrap h1 {font-size:1.75em;}
	}

/* HOME PAGE */
	.homeServices {margin-bottom:40px;}
	@media screen and (min-width:1400px) {
		.homeServices {float:right;display:inline-block;width:50%;margin-left:25px;margin-bottom:10px !important;}
	}	
	@media screen and (max-width:767px) {
		.homeTestimonialBody { font-size:15px !important;}
		.homeTestimonialByline { font-size:13px !important;}
	}

/* PROJECTS */
	.projectBox {position:relative;display:block;text-decoration:none !important;color:var(--colorBase) !important;}
	.projectBox:hover .projectBoxImg {transform:scale(1.2);transition:all .6s ease;}
	.projectBoxInfo {position:relative;left:0%;right:0px;z-index:3;display:block;background:#fff;box-shadow:-2px 2px 4px rgba(0,0,0,.2);padding:15px;}
	.projectBoxInfoCity {font-size:0.833em;text-transform:uppercase;font-weight:700;color:var(--colorPop);}
	.projectBoxInfoTitle {font-size:1.222em;line-height:1.15;font-weight:400;font-family:var(--font2);}
	.projectBoxInfoIntro {font-size:.9em;}
	.projectBoxInfoLink {font-size:.9em;margin-top:6px;text-decoration:underline;color:var(--colorPop);text-align:right;display:block;}
	.projectBoxImgWrapper {position:relative;z-index:2;overflow:hidden;padding-top:80%;}
	.projectBoxImg {position:absolute;top:0px;right:0px;bottom:0px;left:0px;transform:scale(1);transition:all .6s ease;}
	@media screen and (min-width:768px) {
		.projectBoxInfo {margin-top:-70px;margin-left:30%;}
	}
	@media screen and (max-width:767px) {
		.projectBoxInfo {margin-top:-30px !important;margin-left:2% !important;margin-right:2% !important;}
	}

/* ACCORDION LISTING */
	.accordion-item {padding-bottom:10px;margin-bottom:10px;border-bottom:solid 1px rgba(0,0,0,.1);}
	.accordion-item-headline {display:block;cursor:pointer;}
	.accordion-item-headline:hover {text-decoration:underline;}
	.accordion-item-content {padding-top:10px;display:none;font-size:.9em;}
	.accordion-item .accordion-item-headline::after {font-family:'Font Awesome 5 Pro';content:'\f107';font-weight:400;text-transform:none;display:inline-block;font-size:.7em;padding-left:6px;float:right;}
	.accordion-item .accordion-item-headline.selected::after {font-family:'Font Awesome 5 Pro';content:'\f106';font-weight:400;text-transform:none;display:inline-block;font-size:.7em;padding-left:6px;float:right;}
	.accordion-item .accordion-item-headline.selected {color:var(--colorPop);}

/* CONTACT BAR / CONTACT PAGE */
	.contactSocial {font-size:.9em;}
	.contactSocialIcon {width:30px;text-align:center;}
	.contactWrap {background:#f6f6f6;}
	.contactWrap h4 {text-transform:uppercase;font-size:.85em;letter-spacing:.1em;}
	.contactWrapSocial a { display:inline-block; font-size:2em; line-height:normal; vertical-align:middle; text-decoration:none !important; margin:0px 4px;color:var(--colorPrimary);transform:scale(1);transition:transform .3s ease;}
	.contactWrapSocial a:hover {text-shadow:0px 0px 1px rgba(255,255,255,.8),0px 0px 15px rgba(255,255,255,.6);transform:scale(1.1);transition:transform .3s ease;}
	@media screen and (max-width:767px) {
		.contactWrap { font-size:15px; padding-bottom:15px;}
	}

/* FOOTER */
	.footerLinks a {text-decoration:underline !important;margin:0px 3px;}
	.footerWrap {font-size:.75em;color:#ffffff;}
	.footerWrap a {color:#ffffff !important;}
	.footerWrapCopyright a {color:rgba(255,255,255,.5);text-decoration:underline;}
	.footerWrapCredits {font-size:.8em;}
	.footerWrapCredits a {text-decoration:none;font-weight:700;}
	.footerAddress {font-weight:700;}
	.footerPhone {font-weight:700;color:#000;}
	.footerPhone a {color:#000 !important;text-decoration:none !important;}
	.footerLetsStartBuilding {font-size:1.167em;font-weight:900;color:var(--colorPop);text-transform:uppercase;}
	@media screen and (min-width:768px) {
		.footerAddress {font-size:1.444em;}
		.footerPhone {font-size:3.333em;}	
	}
	@media screen and (max-width:767px) {
		.footerAddress {font-size:1.1em;}
		.footerLinks {display:block;padding:10px 0px;}
		.footerPhone {font-size:2em;}
	}

/* MOBILE NAVIGATION */
	#mobileMenu {background:rgba(0,0,0,.95);position:fixed;top:0px;bottom:0px;overflow-y:auto;box-shadow:0px 5px 10px rgba(0, 0, 0, 0.2) !important;}
	#mobileMenu a {text-decoration:none !important;}
	#mobileMenu h5 {color:#fff;font-size:.8em;text-transform:uppercase;letter-spacing:1px;font-weight:600;}
	#mobileMenu .mobileMenu { padding:0px 0px 10px 0px;}
	#mobileMenu .mobileMenu a { text-decoration:none !important;}
	#mobileMenu .mobileMenu ul { list-style:none; padding:0px !important; margin:0px;}
	#mobileMenu .mobileMenu ul li { padding:0px; margin:0px;}
	#mobileMenu .mobileMenu ul li:last-child a { border-bottom:none;}
	#mobileMenu .mobileMenu ul li ul {display:none;}
	#mobileMenu .mobileMenu ul li ul li { margin:0px; padding:0px;}
	#mobileMenu .mobileMenu ul li ul li a { background:rgba(255, 255, 255, 0.05); font-size:17px;font-weight:300; display:block; color:#ffffff; margin-bottom:1px; padding:8px 6px;}
	#mobileMenu .mobileMenu ul li ul li ul li a {background:rgba(255,255,255,.15);}
	#mobileMenu .mobileMenu > ul > li {position:relative;display:block;width:100%;}
	#mobileMenu .mobileMenu > ul > li.menu-item-has-children a {position:relative;z-index:9;}
	#mobileMenu .mobileMenu > ul > li.menu-item-has-children span.showSubmenu {position:absolute;z-index:10;top:0px;right:0px;cursor:pointer;display:inline-block;padding:16px 16px 16px 16px;}
	#mobileMenu .mobileMenu > ul > li.menu-item-has-children span.showSubmenu::after {font-family:'Font Awesome 5 Pro';content:'\f107';font-weight:400;font-size:.9em;color:#fff;}
	#mobileMenu .mobileMenu ul li ul li a::before {font-family:'Font Awesome 5 Pro';content:'\f105';font-weight:400;font-size:.9em;color:#fff;display:inline-block; padding-right:6px;}
	#mobileMenu .mobileMenu > ul > li > a { font-size:24px;font-weight:300; display:block; color:#ffffff !important; border-bottom:solid 1px rgba(255, 255, 255, 0.15); padding:11px 0px;}
	#mobileMenu .mobileMenu > ul > li > a span { float:right;}
	#mobileMenu .mobileMenu > ul > li ul { display:none; list-style:none; margin:0px; padding:0px;}
	#mobileMenu .mobileMenu .nav>li>a:hover, .nav>li>a:focus {outline:none !important;}
	#mobileMenu .mobileMenuAppointments {margin-bottom:10px;}
	#mobileMenu .mobileMenuAppointments .btn.btn-default {font-size:.75em;border:solid 1px rgba(255,255,255,.2) !important;box-shadow:0px 3px 6px rgba(0,0,0,.16);}
	#mobileMenu .mobileMenuClose {display:block;}
	#mobileMenu .mobileMenuClose i {color:#fff !important;font-size:24px;padding:3px 8px;}
	#mobileMenu .mobileMenuCloseTop {padding:20px 0px 0px 0px;}
	#mobileMenu .mobileMenuSearch button {margin-right:-50px;transition:margin-right .3s ease;display:inline-block;text-align:center;border:none;outline:none;background:none;float:right;}
	#mobileMenu .mobileMenuSearch button.active {margin-right:0px;transition:margin-right .3s ease;}
	#mobileMenu .mobileMenuSearch form {border-radius:30px;overflow:hidden;background:#ffffff; padding:5px 15px;box-shadow:0px 2px 3px rgba(0, 0, 0, 0.1);}
	#mobileMenu .mobileMenuSearch input {border:none; outline:none;font-size:14px; padding:5px 0px;width:100%;}
	#mobileMenu .mobileMenuSection {padding:20px 0px 10px 0px;margin:10px 0px 0px 0px;border-top:dashed 1px rgba(255,255,255,.25);}
	#mobileMenu .mobileMenuSocial {text-align:center;margin:10px 0px 5px 0px;}
	#mobileMenu .mobileMenuSocial a {color:rgba(255,255,255,.9) !important;font-size:24px;display:inline-block;margin:5px 7px;text-shadow:1px 1px 0px rgba(0,0,0,.4);}
	.hamburger{padding:12px 0px;display:inline-block;cursor:pointer;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}
	.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::before,.hamburger.is-active .hamburger-inner::after{background-color:#fff}
	.hamburger-box{width:36px;height:24px;display:inline-block;position:relative}
	.hamburger-inner{display:block;top:50%;margin-top:-2px}
	.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after{width:36px;height:3px;background-color:#fff;border-radius:4px;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}
	.hamburger-inner::before,.hamburger-inner::after{content:"";display:block}
	.hamburger-inner::before{top:-10px}
	.hamburger-inner::after{bottom:-10px}
	.hamburger--spin .hamburger-inner{transition-duration:.22s;transition-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}
	.hamburger--spin .hamburger-inner::before{transition:top .1s .25s ease-in,opacity .1s ease-in}
	.hamburger--spin .hamburger-inner::after{transition:bottom .1s .25s ease-in,transform .22s cubic-bezier(0.55,0.055,0.675,0.19)}
	.hamburger--spin.is-active .hamburger-inner{transform:rotate(225deg);transition-delay:.12s;transition-timing-function:cubic-bezier(0.215,0.61,0.355,1)}
	.hamburger--spin.is-active .hamburger-inner::before{top:0;opacity:0;transition:top .1s ease-out,opacity .1s .12s ease-out}
	.hamburger--spin.is-active .hamburger-inner::after{bottom:0;transform:rotate(-90deg);transition:bottom .1s ease-out,transform .22s .12s cubic-bezier(0.215,0.61,0.355,1)}
	@media screen and (min-width:768px) {
		body.admin-bar #mobileMenu {z-index:100000 !important;}
		#mobileMenu {z-index:500;width:320px;left:auto;right:-340px;transition:right .6s ease;padding:0px 15px 60px 15px;box-shadow:-5px 0px 20px rgba(0,0,0,0.4) !important;}
		#mobileMenu.isOpen {right:0px;transition:right .6s ease;}
	}
	@media screen and (max-width:767px) {	
		body.admin-bar #mobileMenu {padding:60px 15px 60px 15px !important;}
		#mobileMenu {display:none;z-index:500;width:100%;right:0px;left:0px;padding:40px 15px 60px 15px;}
		#mobileMenu.isOpen {display:block;}
	}

/* MOBILE FOOTER */
	#mobileNavigation2 {position:fixed;z-index:99999999;bottom:0px;left:0px;right:0px;background:#000000;height:50px;border-radius:0px;}
	.mobileNavigation a {color:#fff;font-size:22px;padding:13px 13px;height:49px;display:inline-block;text-decoration:none !important;transition:color .3s ease;}
	.mobileNavigation a:hover {color:inherit;}
	.mobileNavigationLeft {float:left;}
	.mobileNavigationRight {float:right;}
	.mobileNavigationOrb {display:inline-block;position:absolute;bottom:-11px;left:50%;transform:translateX(-50%) rotate(45deg);z-index:4;border:solid 3px #000000;width:60px;height:60px;background:var(--colorPop);border-radius:0%;}
	.mobileNavigationOrb button {transform:rotate(-45deg);}
	.mobileNavigationOrb a {display:block;font-size:26px;font-weight:400;color:#fff !important;width:50px;height:auto;position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);line-height:1;text-align:center;}
	.mobileNavigationOrb a i {position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);}

/* CALLOUTS */
	.calloutWrap {background:var(--colorTertiary);padding:30px 0px;color:#111;}
	.calloutWrap h2 {margin:0px 0px 0px 0px;}
	@media screen and (min-width:992px) {
		.calloutWrap {text-align:center;}
	}
	@media screen and (max-width:767px) {
		.calloutWrap h2 {font-size:30px;}
	}

/* BLOG */
	h3.blogPostTitle {line-height:1.3;}
	.author-description {font-size:.85em;}
	.author-photo img {margin-bottom:20px;}
	.author-title {font-size:1.2em;}
	.blogListingItem {border-bottom:solid 1px #dddddd;padding-bottom:30px;margin-bottom:30px;}
	.blogPagination ul {margin:0px 0px 10px 0px;padding:0px;font-size:.75em;}
	.blogPagination li {display:inline-block;overflow:hidden;border-radius:4px;border:solid 1px #dddddd !important;}
	.blogPagination li.active a,.blogPagination li.active a:hover {background-color:var(--colorPop);color:#ffffff;}
	.blogPagination li a {display:block;color:#3d3d3d;text-decoration:none;cursor:pointer;padding:6px 10px;overflow:hidden;background:#ffffff;}
	.blogPagination li a:hover {background:#eeeeee;color:#3d3d3d;}
	.blogPagination li.noBorder {border:none !important;}
	.blogPostDate {padding-bottom:10px;line-height:1.2 !important;clear:both;}
	.blogPostDate img {float:left;margin:0px 10px 0px 0px;width:42px;height:auto;border-radius:100%;}
	.blogPostInner {padding:20px;background:#ffffff;margin-bottom:2px;box-shadow:0px 3px 3px rgba(0,0,0,.2);}
	.newsItem { margin-bottom:25px;}
	.newsItem-inner img { width:100%; margin-bottom:6px;}
	@media screen and (max-width:576px) {
		.blogPagination li:not(.prevLink):not(.nextLink) {display:none;}
	}

/* LIGHT GALLERY */
	.lg-backdrop {background:rgba(0,0,0,0.9) !important;}

/* MODALS */
	#searchformModalKeywords,#searchformModalKeywords:focus {border:solid 1px #cccccc !important;border-color:#cccccc !important;padding:8px 10px;width:100%;}
	.modal {z-index:999999991 !important;}
	.modal-content {border-radius:0px !important;background-color:transparent !important;/*box-shadow:0px 0px 200px rgba(0,0,0,.2);*/border:none !important;}
	.modal-backdrop {background:#fff;z-index:99999999 !important;pointer-events:none !important;}
	.modal-backdrop.in {opacity:.65;}
	.modal-backdrop.show {opacity:.65 !important;}
	.modal-header {border-bottom:1px solid rgba(0,0,0,.1) !important;}
	.modal-title {font-size:28px;font-weight:600 !important;text-shadow:1px 1px 0px #fff;}
	.modal-content .btn.btn-default {display:inline-block !important;width:auto;}
	@media screen and (min-width:768px) {
		.modal-open {overflow:visible !important;}
	}

/* SIDEBAR */
	h4.widget-title {font-size:1.1em; margin-top:0px; margin-bottom:6px; font-weight:700;}
	#secondary {font-size:.8em;}
	#secondary aside { border-bottom:dotted 1px #dddddd; padding:0px 0px 20px 0px; margin:0px 0px 20px 0px;}
	#secondary aside:last-child { border-bottom:none;}
	#secondary aside ul { padding:0px 0px 0px 18px; margin:0px;}
	#secondary aside .btn {font-size:15px;}
	.reviewLinks a {display:block;position:relative;color:#ffffff !important;border-radius:2px;line-height:normal;padding:10px;margin:3px;transition:var(--allEase);}
	.reviewLinks a:hover {transform:scale(1.1);z-index:5;box-shadow:0px 4px 8px rgba(0,0,0,.3);transition:var(--allEase);}
	.reviewLinks a i {width:35px;text-align:center;font-size:20px;display:inline-block;padding-right:10px;vertical-align:middle;}
	.reviewLinks a.google {background:#D6492F;}
	.reviewLinks a.facebook {background:#3A589B;}
	.reviewLinks a.yelp {background:#CB2727;}
	.reviewLinks a span {font-size:15px;display:inline-block;padding-top:2px;font-weight:normal;}
	.reviewLinks p {margin-bottom:5px;}
	.sidebarSocialShare a { font-size:26px;}
	@media screen and (max-width:767px) {
		#secondary { padding-left:0px;}
	}

/* REVIEWS */
	.fbReviewBoxBtm a {color:#4267B2;text-decoration:underline;}
	.fbReviewBoxHead {font-family:var(--font2);font-weight:400;font-size:1.667em;line-height:1;color:#4267B2;}
	.fbReviewBoxScore {font-family:var(--font1);font-weight:700;font-size:4.056em;line-height:1;}
	.fbReviewBoxTop {border-bottom:solid 5px rgba(0,0,0,.15);margin-bottom:20px;padding-bottom:10px;}
	.fbReviewBoxStars {color:#4267B2;}

/* TESTIMONIALS */
	.rotatingTestimonials .swiper-slide {opacity:0 !important;}
	.rotatingTestimonials .swiper-slide.swiper-slide-active {opacity:1 !important;}
	.quoteBlock {background:#fafafa;position:relative;box-shadow: 0px 0px 30px rgba(0,0,0,.16);z-index:10;}
	.qcquote cite {display:inline-block;font-size: 16px;color: #595756;font-weight: 600;margin: 2em 0;font-style:normal;text-transform:uppercase;letter-spacing:2px;border-top:solid 2px var(--colorPop);color:#000;padding-top:6px;margin-top:10px;}
  	.qcquote cite div {display:block;font-size:.7em;font-weight:400;text-transform:none;letter-spacing:0px;}
  	.qcquote .quote-quote {color: #1D1D1D;font-family:var(--font1);font-weight:400;font-size: 20px;line-height: 1.3em;padding-top: 1em;position: relative;z-index: 1;margin-bottom: 0.75em;quotes: none;}
  	.qcquote .quote-quote::before {content: "“";color: #E0DDD7;font-family: georgia, serif;font-size: 6em;position: absolute;left: -0.25em;top: 0.35em;z-index: -10;}
  	.qcquote .quote-quote a {color: #020202;text-decoration: none;}
  	.qcquote .quote-quote a:hover {color: #020202;text-decoration: underline;}
	@media screen and (max-width:767px) {
		.qcquote .quote-quote {font-size: 1em !important;}
	}

/* ACCESSIBILITY */
	a.skipContent {position: absolute;z-index:500;top: -1000px;left: -1000px;height: 1px;width: 1px;text-align: left;overflow: hidden;}
	a.skipContent:active,a.skipContent:focus,a.skipContent:hover {left: 0;top: 0;width: auto;height: auto;overflow: visible;}
