/*
  Theme Name: Goebel Website Theme 2021
  Description: Custom Theme for Dr. Goebel
  Author: Infinity Dental Web
  Author URI: https://www.infinitydentalweb.com/
  Version: 2.0
 	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

:root {
	--color-brown: #aa8d78;
	--filter-color-brown: invert(67%) sepia(7%) saturate(1359%) hue-rotate(342deg) brightness(86%) contrast(84%);
	--filter-color-white: invert(100%) sepia(100%) saturate(28%) hue-rotate(50deg) brightness(105%) contrast(108%);
	--color-purple:#4f394e;
	--home-header-height:160px;
	--inner-header-height:160px;
	--hover-bg:#785677;
}
body {
    background-color:#fefefe;
    color:#444662;
	font-size:1.6rem;
    font-family:'Roboto',sans-serif;
	font-display: swap;
}

.tan{
	filter: var(--filter-color-brown);
}

.tan:hover{
	filter: var(--filter-color-white);
}


section {
	line-height: 1;
}

h1, h2, h3, h4, h5, p, ul {
	margin-top: 0;
}

.fa-1p5x{
	font-size: 1.5rem;
}

.home h1, .super-text {
	font-family: 'Montserrat',sans-serif;
	font-size: 1.3rem;
	letter-spacing:1px;
	text-transform: uppercase;
	margin-bottom: 4rem;
	font-weight: 600;
	font-display: swap;
}

p {
	line-height: 3.1rem;
	margin: 0 0 3.1rem;
}

a {
	
	color: #aa8d78;
}

a:hover {
	color: #c8b18f;
	
}

.icon .bar {
	background-color: #000;
}

.phone-icon path {
	fill:#000;
}

.stuck .icon .bar {
	background-color: #fff;
}

.stuck .phone-icon path {
	fill:#fff !important;
}

.menu-icon {
	width: 30px;
}

i.icon {
	width: 2rem;
	height: 2rem;
}

footer i.icon {
	filter: invert(59%) sepia(11%) saturate(784%) hue-rotate(342deg) brightness(96%) contrast(90%);
	margin-right: .6rem;
	margin-bottom: -.6rem;
}

footer a:hover .icon {
	filter: invert(100%);
}

#menu-footer {
	padding: 2rem;
}

.aligncenter {
	display:block;
	margin:0 auto;
}

.home a:hover, .testimonials .review-text a:hover {
	color: #fff;
}

.footer-menu ul{
	list-style-type: none;
    font-size: 1.4rem;
    letter-spacing: 1px;
    color: none;
    flex: 1;
    height: 50px;
    text-align: center;
}

.footer-menu a{
    color:#959da4 !important;
    text-decoration: none;
}

.footer-menu a:hover{
    color: #959da4 !important;
}

.button {
	background-color: var(--color-brown);
	color: #fff;
	font-family: 'Montserrat',sans-serif;
	font-size: 1.3rem;
	letter-spacing:1px;
	font-weight: 600;
	text-transform: uppercase;
	height: 8rem;
	line-height: 8rem;
	text-decoration: none;
	justify-content: center;
	display: inline-block;
	padding: 0 3.5rem;
	font-display: swap;
}

.button:hover {
	background: var(--hover-bg);
	color:#fff;
}

.button span {
	width:55px;
	height: 10px;
	margin-left: .5rem;
	display: inline-block;
	position: relative;
}

.button span:before {
	content:"";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 1px;
	width: 52px;
	z-index:0;
	background: #fff;
}

.button span:after {
	content:"";
	position: absolute;
	right: 3px;
	top: 50%;
	transform: translateY(-50%);
	width: 0; 
  	height: 0; 
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #fff;
}
.wp-caption-text {
	text-align: center;
}

.page-heading {
	font-family: 'Playfair Display',serif;
	font-size: 3rem;
	line-height: 4.5rem;
	margin-bottom: 4rem;
	font-display: swap;
}

.page-heading em {
	font-style:italic;
}

.vertical-dash {
	height: 28px;
	margin: 2rem auto 1rem;
	width: 1px;
	background-color: #776777;
	display: inline-block;
}

.tags p, .tags a {
	font-size: 1.2rem;
	line-height: 2.4rem;
  }
  .tags p {
	margin-bottom: 0;
  }

/* slider */
.owl-carousel {
	overflow: hidden;
}

.home-slider .owl-item img{
	width: 100%;
	height: auto;
}

.slide-nav {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    left: 0;
}

.prev-slide,
.next-slide {
    position: absolute;
    left: -32px;
    background:var(--color-brown);
    height: 55px;
    width: 85px;
    cursor: pointer;
}

.next-slide {
    left: auto;
    right: -32px;
}

.prev-slide:hover,
.next-slide:hover {
    background:var(--hover-bg);
}

.prev-slide i,
.next-slide i {
    color: #fff;
}

.arrow-prev {
    width: 0;
    height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
    border-right: 4px solid #fff;
    display: block;
    position: absolute;
    left: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.arrow-next {
    width: 0;
    height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
    border-left: 4px solid #fff;
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.prev-slide:after,
.next-slide:after {
    content: "";
    height: 1px;
    background-color: #fff;
    right: 20px;
    top: 50%;
    width: 45px;
	position: absolute;
	transform: translateY(-50%);
}

.next-slide:after {
    left: 20px;
    right: auto;
}


/* header area */
header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: var(--home-header-height);
	background:transparent;
	z-index: 2;
}

.info-social-phone {
	position:absolute;
	right: 3rem;
	top: 3rem;
	text-align: right;
	line-height: 2.7rem;
}
.info-social-phone a {
	color: #3e3e3e;
}

.logo {
	position: absolute;
	top: 1rem;
	left: 50%;
	transform: translateX(-50%);
}

.info-address {
	position:absolute;
	left: 3rem;
	top: 3rem;
	line-height: 2.7rem;
}

.nav-primary {
	border-top: 1px solid #c4c3bb;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: auto;
	transform: none;
}

ul.menu {
	display: flex;
	justify-content: center;
	margin-bottom:	0;
}

.menu li {
	font-family: 'Montserrat',sans-serif;
	font-size: 1.3rem;
	letter-spacing:1px;
	font-weight: 600;
	text-transform: uppercase;
	font-display: swap;
}

.menu li a {
	color: #3e3e3e;
	display: block;
}

.menu li a:hover {
	background-color: #776777;
	color: white
}

header.stuck {
	background: var(--color-purple);
	box-shadow:0 0 20px rgba(255,255,255,.3);
	height: 110px;
	z-index: 3;
}

.stuck .info-social-phone, .stuck .info-address {
	display: none;
}

.stuck .logo {
	width: 300px;
	top: 1.8rem;
}

.stuck .logo img {
	filter: invert(1);
}

.stuck .nav-primary {
	border: none;
}

.stuck .menu > li > a {
	color: #fff;
}

/* footer */
footer {
	background: var(--color-purple) url('images/bg-footer.jpg?1') bottom center repeat-x;
	position: relative;
	color: #fff;
	text-align: center;
	padding: 10rem 0 0;
}

footer:before {
	content: "";
	position: absolute;
	background-image: url('images/bg-hero-box.png');
	background-repeat: repeat-x;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 39px;
}


footer .page-heading {
	width: 100%;
}

footer .button {
	margin-bottom: 6rem;
}

.footer-cols {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.footer-col {
	width: 22%;
	text-align: left;
	line-height: 3.4rem;
}

.col-title {
	font-family: 'Montserrat',sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 2.4rem;
	text-transform: uppercase;
	font-display: swap;
}

.footer-col svg {
	margin-right: 1rem;
}

footer a:hover {
	color: #fff;
}

p.copyright {
	padding: 3rem;
	border-top: 1px solid #746573;
	margin: 0;
	font-size: 1.4rem;
	line-height: 1.4rem;
}

.side-text {
	position: absolute;
	top: 30%;
	right: 3rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size:1.1rem;
	transform: rotate(-90deg);
	transform-origin: bottom right;
	display: flex;
	align-items: center;
	color: var(--color-purple);
	font-display: swap;
}

.side-text span {
	font-family: 'Playfair Display', serif;
	font-size:3rem;
	margin-top: -1rem;
	font-display: swap;
}

.side-text .dash {
	width: 144px;
	margin: 0 1rem;
	height: 1px;
	background: var(--color-purple);
	opacity: .25;
}

.side-text.white {
	color: #fff;
}

.side-text.white .dash {
	background: #fff;
}

/* hero area */
.hero {
	overflow: visible;
}

.hero img {
	width: 100%;
	/* max-width: 1920px; */
	height: auto;;
}

.hero-content-center {
	position: absolute;
	padding: 8rem 12rem 6rem;
	width: 90%;
	max-width: 700px;
	left: 50%;
	top: 55%;
	transform: translate(-50%,-50%);
	z-index: 2;
	background: var(--color-purple) url('images/bg-hero-box.png?1') top left no-repeat;
	background-size: 100% auto;
	color: #fff;
}

.social-icons {
    display: flex;
    justify-content: space-evenly;
}

.social-icons a{
	padding: 0rem 3rem 3rem 3rem;
}

.hero-content-center .button {
	position:absolute;
	bottom: -40px;
	left: 50%;
	transform: translateX(-50%);
}

.hero-content-left {
	position: absolute;
	width: 28%;
	right: 55%;
	text-align: left;
	top: 55%;
	transform: translateY(-50%);
	z-index: 1;
	color: #444662;
}

.hero-content-left .button {
	position:relative;
}

.hero .slide-nav {
	top: auto;
	bottom: -22.5px;
	width: 120px;
	height: 55px;
	left: 50%;
	transform: translateX(-50%);
}

.hero.innerpage {
	background:transparent url('images/bg-hero-innerpage.jpg') center no-repeat;
	position: relative;
	padding: 18rem 0 6rem;
	background-size: cover;
}



.innerpage .hero-content {
	margin: 0 auto;
	text-align: center;
	width: 100%;
}



.innerpage .page-heading {
	font-size: 3.2rem;
	line-height: 4.7rem;
	margin-bottom: 4rem;
}

aside {
	position: relative;
}

/* meet the doctor */
.doctor {
	padding: 8.8rem 0 0;
}

.doctor .bg-tile {
	position: absolute;
	width: 50%;
	height: 80%;
	background: var(--color-purple) url('images/bg-hero-box.png?1') top left repeat-x;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.doctor img {
	margin-left: 4.8rem;
}

.vertical-label {
	color: #fff;
	transform: rotate(-90deg);
	transform-origin: top left;
	padding-left: 12rem;
	margin-left: 1rem;
}

.vertical-label span {
	opacity: .2;
}

.doctor-text {
	padding: 8.5rem 0 0 4.8rem;
}

.doctor .button {
	margin-bottom: 3.5rem;
}

.doctor-text img {
	margin: 0;
}

/* testimonials */
.testimonials {
	background: transparent url('images/bg-testimonials.jpg');
	background-size: cover;
	padding: 10rem 0;
}

.testimonials .flex-row {
	justify-content: flex-end;
}



.dark-content-box {
	color: #fff;
	background: var(--color-purple);
	position: relative;
	text-align: center;
	padding: 10rem;
}

.dark-content-box:before {
	content: "";
	position: absolute;
	background-image: url('images/bg-hero-box.png');
	background-repeat: repeat-x;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 39px;
}

.dark-content-box:after {
	content: "";
	position: absolute;
	background-image: url('images/bg-hero-box.png');
	background-repeat: repeat-x;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	transform: rotate(180deg);
	height: 39px;
}

.testimonials-slider {
	overflow: hidden;
}

.testimonials-slider .item {
	padding: 0;
}

.testimonials blockquote {
	font-family: 'Playfair Display',serif;
	font-size: 3rem;
	line-height: 4.5rem;
	margin: 0 0 3rem;
	font-display: swap;
}

.testimonials blockquote p {
	line-height: 4.5rem;
}

.testimonials .review-text {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
}

.testimonials .review-text a {
	color: #c8b18f;
	margin: 0 1.5rem;
	font-size: 2rem;
	line-height: 3.5rem;
}


/* services */
.services {
	background: var(--color-purple);
	padding: 10rem 0;
	color: #fff;
	text-align: center;
}

.services:before {
	content: "";
	position: absolute;
	background-image: url('images/bg-hero-box.png');
	background-repeat: repeat-x;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 39px;
}

.services:after {
	content: "";
	position: absolute;
	background-image: url('images/bg-hero-box.png');
	background-repeat: repeat-x;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	transform: rotate(180deg);
	height: 39px;
}

.services-slider {
	margin-bottom: 3rem;
}

.services-slider .item {
	margin: 0 auto;
	padding: 0 3rem;
}

.service-number {
	width: 114px;
    margin: 0 auto 2.5rem;
    height: 114px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent url('images/icon-service.png') center no-repeat;
    font-family: 'Montserrat',sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 1px;
	font-display: swap;
}

.vertical-line {
	margin: -2rem auto 2rem;
	width: 1px;
	height: 7rem;
	background-color: #fff;
	opacity: .25;
}

.services .slide-nav {
	top: auto;
	left: auto;
	position: relative;
	margin: 0 auto;
	width: 120px;
	height: 55px;
}

/* smile gallery */
.gallery {
	background: transparent url('images/bg-gallery.jpg');
	background-size: cover;
	padding: 10rem 0;
	
}

.gallery .flex-row {
	justify-content: flex-start;
}

/* innerpage */
main:not(.home) .container.flex-row {
	max-width: 100%;
	padding: 0;
}

a:hover{
	color: #b47999;
	transition: ease-in-out 0.2s;
}

.content-wide {
	width: 65%;
	display:flex;
	justify-content: flex-end;
}

.sidebar-wide {
	width: 35%;
	background: #4f394e;
	display:flex;
	justify-content: flex-start;
	position: relative;
}

.sidebar-wide:before {
	content: "";
	position: absolute;
	background-image: url('images/bg-hero-box.png');
	background-repeat: repeat-x;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 39px;
}

.content {
	width: 100%;
	max-width:858px;
	padding: 10rem 6rem;
	text-align: left;	
}

.sidebar {
	width: 100%;
	max-width:462px;
	padding: 5rem 6rem;
}


.content h1 {
	font-family: 'Playfair Display',serif;
	font-size: 3.0rem;
	line-height: 5.0rem;
	color: #444662;
	font-weight: 500;
	margin-bottom: 4.8rem;
	font-display: swap;
}

.content h2{
	font-family: 'Playfair Display',serif;
	font-size: 2.8rem;
	line-height: 4.3rem;
	color: #444662;
	font-weight: 500;
	margin-bottom: 3rem;
	font-display: swap;
}

.content h3 {
	font-family: 'Roboto',sans-serif;
	font-size: 1.6rem;
	line-height: 3.2rem;
	color: #444662;
	margin-bottom: 4.8rem;
	font-display: swap;
}

.content ul {
	list-style: none;
	padding: 0;
}

.content ul li {
	padding: 0 0 0 5.2rem;
	position: relative;
	margin: 0 0 2.6rem 0;
	line-height: 3.1rem;
}

.content ul li:before {
	content:"";
	width: 3.8rem;
	height: 1px;
	position: absolute;
	left: 0;
	top: 15px;
	background-color: #ccc;
}

.sidebar {
	color:#fff;
	text-align:center;
}

.sidebar aside {
	padding:3.6rem 0;
	border-bottom: 1px solid #71595b;
}

.sidebar aside:last-child {
	border: none;
}

.widget-title {
	font-family: 'Montserrat',sans-serif;
	font-size: 1.3rem;
	letter-spacing:1px;
	text-transform: uppercase;
	margin-bottom: 3rem;
	font-weight: 600;
	font-display: swap;
}

.sidebar .page-heading {
	font-size: 2.4rem;
	line-height: 3.5rem;
	margin-bottom: 2.4rem;
}

.textwidget > p {
	margin-bottom: -1.4rem;
}

.textwidget > p:nth-child(2){
	margin-bottom: 0;
}

.sidebar img {
	margin-bottom: 2.4rem;
}

.sidebar .testimonials {
	background: none;
}

aside .testimonials-slider {
	margin-bottom: 2rem;
}

.sidebar blockquote p, .sidebar blockquote {
	font-size: 2.2rem;
	line-height: 4rem;
	margin: 0;
}

.sidebar .testimonials .slide-nav {
	position: relative;
	width: 120px;
	height: 55px;
	margin: 0 auto;
	top: auto;
	left: auto;
	margin-bottom: 2.4rem;
}

.sidebar .review-text {
	border-top: 1px solid #71595b;
	padding-top: 1.4rem;
}

/* smile gallery */
.smile {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 6rem;
	position: relative;
	cursor: pointer;
}

.smile img{
	filter: grayscale(5%) brightness(100%);
	border-radius: 30px;
	transition: ease 0.3s;
}

.headshot{
	max-width: 100%;
}

.smile:hover p{
	color: var(--color-brown);
	font-size:large;
	transition: ease-in-out 0.2s;
}

.smile img:hover{
	filter: grayscale(0%) brightness(115%);
	box-shadow: inset black;
	border-radius: 15px;
	transition: ease 0.3s;
}

.smile .col-2 {
	width:48%;
	text-align: center;
}

.smile p {
	width: 100%;
	text-align: center;
	margin: 3rem 0;
}

.smile:after {
	content: "";
	position: relative;
	background-image: url('images/bg-hero-box.png');
	background-repeat: repeat-x;
	width: 100%;
	height: 39px;
	opacity: .5;
}

.office {
	padding: 4.8rem 0;
	position: relative;
}


.office .super-text {
	text-align: left;
}

.office-slider {
	margin-left: -20%;

	overflow: visible;
}

.office-slider .owl-stage-outer {
	overflow: visible!important;
}

.main-slide {
	margin-right: 10%!important;
}

.office-text {
	position: absolute;
	left: 48%;
	top: 50%;
	transform: translateY(-50%);
	width: 27%;
	z-index: 2;
	background: #fff;
	padding: 4.8rem;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.office-tezt br {
	display: none;
}

.office .slide-nav {
	position: absolute;
    width: 120%;
    transform: translateX(-50%);
    left: 50%;
}

.modal-overlay {
	position: fixed;
	display: none;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,.8);
	z-index: 9998;
}

.modal {
	position: fixed;
	display: none;
	z-index: 9999;
	max-width: 800px;
	max-height: 100%;
	padding: 3rem 3rem 1rem 3rem;
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
	text-align: center;
	background: #fff;
}

.modal img{
	max-height: 250px;
}

.modal-close {
	cursor: pointer;
	position: absolute;
	top: .5rem;
	right: -3rem;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}

.modal > div {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.modal > div > img, .modal > div > div {
	width: 48%;
	text-align: center;
}

.modal > div > h4, .modal > div > p {
	width: 100%;
	text-align: center;
}

.info-social-phone a:hover{
	color: var(--color-brown);
}
.textwidget > p:nth-child(2) {
    margin-bottom: 12px;
}

aside .button{
	height: 6rem;
	line-height: 6rem;
}

.page-id-1761 #iframe-weave-widget-button {
	display:none;
}

/* MEDIA QUERIES */

/* Menu breakpont */
@media screen and (max-width:1024px){
	.smile img{
		filter: grayscale(0%);
	}

	.modal img{
		height: 250px;
		width: 100%;
	}
	.modal{
		flex-direction: column;
	}
  
	:root {
			--resp-header-height: 160px;
		}

	.site-header, header {
			height: var(--resp-header-height);
	}

	.nav-primary {
		margin-bottom: 0;
		padding: 4.8rem;
		overflow: hidden;
		position: absolute;
			display: block;
			z-index:2;
			transform: none;
			top: auto;
			bottom: auto;
			left: auto;
			right: auto;
	}
	#menu-footer{
		padding-inline-start: 0px !important;
		height: 100%;
	}
	#menu-footer ul{
		padding:0.5rem
	}

	.nav-primary ul { display: block; }

	.nav-primary .social-menu {
		display: none;
	}

	/* tablet and mobile slideout */
	main.open {
		opacity:.05;
	}

		.from-top {
			top:var(--resp-header-height); 
			position: absolute;
			height: 0;
			width: 100%;
			padding: 0 4rem;
		}
		
		.from-bottom {
			bottom:var(--resp-header-height);
			position: fixed;
			height: 0;
			width: 100%;
			padding: 4.8rem 4rem;
		}
		
		.from-left {
			opacity: 0;
			top:var(--resp-header-height);
			/* height: calc(100vh - var(--resp-header-height)); */
			width:0;
			left:0;
			padding: 4rem 0;
		}
		
		.from-right {
			top:var(--header-height);
			height: calc(100vh - var(--resp-header-height)); 
			width:0;
			right: 0;
			padding: 4rem 0;
		}
		
		.from-top.open {
			height: calc(100vh - var(--resp-header-height));
			padding: 4rem
		}
		
		.from-bottom.open {
			height: calc(100vh - var(--resp-header-height));
			padding: 4rem;
		}
		
		.from-left.open {
			opacity: 1;
			transition: ease 0.1s;
			width: 100%;
			padding: 4rem;
			height: 100%;
		}
		
		.from-right.open {
			width: 100%;
			padding: 4rem;
		}

		.menu-icon, .stuck .menu-icon {
			display: block;
	}

	.nav-primary .sub-menu {
		display: none;
		position: inherit;
		background-color: unset;
		top: 0;
		box-shadow: unset;
		/* overflow: scroll; */
	}

	.nav-primary {
		/* overflow: scroll; */
	}

	.menu-item-has-children li {
		display: block;
	}

	.nav-primary li a {
		padding-left: 30px;
	}

	.menu-item-has-children > a {
		position: relative;
	}

	.menu-item-has-children > a[href='#']::before {
		content: "\25BE"; /* down arrow */
		content: "\0002B"; /* plus */
		left: 0;
		color: #505050;
		font-size: 30px;
		font-family: Arial, sans-serif;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		font-display: swap;
	}

	/* This will change the symbol for all nested divs */
	.menu-item-has-children.expanded > a[href='#']::before {
		content:"\025BF"; /* down arrow outline */
		content: "\02013"; /* minus */
	}

	.sub-menu {
		padding-left: 3rem;
		width: 100%;
	}

	.sub-menu-open > .sub-menu {
		display:block;
		left: 0;
		top: 0;
	}

	.menu-icon span {
		display: none;
	}

	.stuck .menu > li > a {
		color:#3e3e3e
	}
	
}


@media screen and (max-width:1650px){
	.testimonials {
		background-position: 35%;
	}
}

@media screen and (max-width:1439px){
	.testimonials {
		background-position: 20%;
		background-size: cover;
	}

	.gallery {
		background-position: 35%;
		background-size: cover;
	}

	.side-text {
		display: none;
	}
}


@media screen and (max-width:1279px){
	.testimonials {
		background-position: 40%;
		
	}

	.gallery {
		background-position: 50%;
	}

	.dark-content-box {
		padding: 8rem 6rem;
	}

	.hero-content-left {
		width: 40%;
	}

	.hero-content-center {
		padding: 7rem 12rem 4rem;
	}

	.office-text {
		padding: 4.8rem 3.2rem;
	}

	.office-text .page-heading {
		font-size: 2rem;
		line-height: 3.5rem;
	}

	.office-text p {
		line-height: 2.5rem;
	}
}
@media screen and (max-width:1024px){

	header.stuck {
		position: absolute
	}

	.gallery, .testimonials {
		background-position: auto;
	}
	.info-social-phone, .info-address {
		display:none;
	}

	.nav-primary {
		border: none;
	}

	.no-scroll header {
		height: 100%;
	}

	.menu {
		flex-wrap: wrap;
	}

	.menu li {
		width: 100%;
	}

	.home a:hover {
		color: #444662;
	}
	.phone-icon{
		display: flex;
		left: 3rem;
		width:36px;
	}
	.phone-icon a {
		width: 36px;
	}
	.menu-icon a{
		width: 36px;
	}

	
}

@media screen and (max-width:1023px){
	:root {
		--resp-header-height: 120px;
	}

	.hero-content-center, .hero-content-left {
		display: none;
	}
	
	.stuck .logo {
		width: 360px;
		top: .5rem;
	}

	header.stuck {
		height: 90px;
		z-index:50;
	}

	.flex-row {
		flex-wrap: wrap;
	}

	img.tablet-down {
		display: block!important;
		width: 100%;
		height: auto;
	}

	.side-text, .bg-tile, .vertical-label {
		display: none;
	}
	
	.home-slider {
		display: block;
	}

	.home-slider .item {
		width: 100%;
	}

	.home-slider .item .tablet-down {
		display:block!important;
	}
	.hero-content {
		display: flex!important;
		flex-direction: column-reverse;
		position: relative;
		background: var(--color-purple) url('images/bg-hero-box.png?1') top left no-repeat;
		color: #fff;
		text-align: center;
		padding: 6rem 6rem 0;
	}

	.home .hero-content .button {
		margin-bottom: 2rem;
		margin-bottom: 2rem;
		margin-top: -9rem;
		z-index: 5;
	}

	.doctor .container, .testimonials .container, .gallery .container, .office .container {
		padding: 0;
	}

	.doctor img {
		margin: 0;
		width: 100%;
	}
	.doctor .col-2, .testimonials .col-2, .gallery .col-2, .office .col-2 {
		width: 100%;
		max-width: 100%;
	}

	.doctor-text, .office-text {
		text-align: center;
		margin: 0;
		padding: 9rem;
	}

	.doctor-text img {
		width: auto;
	}

	.testimonials, .gallery {
		background: none;
		padding: 0;
		margin-bottom: 4.8rem;
	}

	.testimonials .slide-nav {
		top: auto;
		left: auto;
		position: relative;
		margin: 0 auto;
		width: 120px;
		height: 55px;
		transform: none;
		margin-top: 3.6rem;
	}

	.services {
		padding-bottom: 10rem;
		margin-bottom: 4.8rem;
	}

	.footer-cols {
		flex-wrap: wrap;
		padding: 0 10rem;
	}

	.footer-col {
		margin-bottom: 4.8rem;
	}

	.footer-col {
		width: 35%;
	}

	.footer-col:first-child, .footer-col:nth-child(3) {
		width: 60%;
	}

	.content-wide, .sidebar-wide {
		width: 100%;
	}

	.content {
		padding: 4.8rem 6rem 3rem;
	}

	.sidebar-wide {
		text-align: center;
	}

	.sidebar {
		margin: 0 auto;
		padding: 4.8rem 6rem;
	}

	p.copyright {
		padding: 3rem 20%;
		line-height: 3rem;
	}

	.content h2 {
		margin-bottom: 2.4rem;
	}

	.alignleft, .alignright {
		margin-bottom:1.2rem;
	}

	.office {
		padding: 0;
	}

	.office-slider {
		width: 180%!important;
		height: auto!important;
		margin: 0 -20px;
	}

	.office-slider .item {
		width: 95%;
	}

	.main-slide {
		margin-right: 20px!important;
	}
	
	.office-text {
		position: relative;
		left: auto;
		top: auto;
		transform: none;
		width: 100%;
		z-index: 2;
		background: #fff;
		padding: 9rem 9rem 4.8rem;
		height: 100%;
		display: block;
		text-align: center;
	}

	.office-text br {
		display: inline;
	}

	.office .super-text {
		text-align: center;
	}
	
	.office .slide-nav {
		position: absolute;
		width: 120px;
		top: -30px;
		transform: translateX(-50%);
		left: 50%;
	}
	
}

@media screen and (max-width:767px){

	.owl-stage-outer {
		max-width: 100%;
	}

	:root {
		--resp-header-height: 80px;
	}

	.blog aside ul li {
		margin-bottom: 12px;
	}


	.testimonials blockquote{
		font-size: 2.2rem;
		line-height: 3.8rem;
		margin:0;
	}

	.testimonials blockquote p{
		margin:0;
		line-height: 3.8rem;
	}

	.vertical-line{
		height: 3rem;
	}
	
	.phone-icon{
		left: unset;
	}

	header.stuck {
		height: 90px;
	}

	.stuck .logo {
		width: 220px;
		top: 2.2rem
	}

	.phone-icon > span:first-child, .menu-icon > span:last-child {
		display: none;
	}

	.menu-icon {
		left: 2rem;
	}

	.menu-icon .icon {
		position: relative;
		width: 30px;
		height: 20px;
		cursor: pointer;
		margin-right: 6px;
	}

	.phone-icon {
		right: 2rem;
		top: 2.4rem;
	}

	.phone-icon a {
		width: 36px;
	}

	.logo {
		top: 2rem;
		width: 60%;
	}

	.hero-content {
		padding: 6rem 2.4rem 0;
	}

	.button {
		padding:0 2.5rem;
	}

	.hero {
		margin-bottom: 4.8rem;
	}

	.doctor {
		padding-top: 0;
	}

	.doctor-text {
		padding: 4.5rem 2.4rem;
	}

	.dark-content-box {
		padding: 8rem 3.6rem;
	}

	.testimonials, .services {
		margin-bottom: 2.4rem;
	}

	.services {
		padding-bottom: 6rem;
	}

	.gallery {
		margin-bottom: 0;
	}

	.office-slider {
		width: 80%!important;
		height: auto!important;
		margin: 10px auto 0;
	}

	.office-slider .item {
		width: 100%;
	}

	.main-slide {
		margin-right: 10px!important;
	}

	.office-text {
		padding: 8rem 2.4rem 6rem;
	}

	.footer-cols {
		padding: 0;
	}

	.footer-col {
		text-align: center;
		width: 100%!important;
	}

	.col-title {
		width: 100%;
	}

	.footer-col:last-child {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.footer-menu .menu {
			margin-bottom: 2rem;
	}

	.footer-menu .menu li a {
		padding-bottom: .5rem;
	}

	p.copyright {
		padding: 2.4rem;
	}

	p.copyright a {
		display: block;
	}

	/* innerpage */
	.hero.innerpage {
		margin-bottom: 0;
		padding: 10rem 0 6rem;
	}

	.hero.innerpage .hero-content {
		background: none;
		padding: 0;
		margin: 0;
	}

	.hero.innerpage .hero-content .page-heading {
		display: none!important;
	}

	.content {
		padding: 4.8rem 2.4rem;
	}

	/* smile gallery */
	.smile .col-2 {
		width: 100%;
	}
}

.fa-x-twitter:before {
	color: #000;
}
.page-id-1761 .content ul li::before{
	display: none;
}