/*
  Theme Name: Walden Custom Theme
  Description: Custom Theme for Dr. Walden
  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 {
  --resp-header-height: 145px;
}

.doc-html.locked {
  overflow: hidden;
}

html.no-scroll {
  overflow: hidden;
}

body {
    background-color:#fff;
    color:#232323;
	  font-size:1.6rem;
    line-height: 3.1rem;
    font-family:'Roboto',sans-serif;
}

section {
	line-height: 1;
  position: relative;
  display: block;
}

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

body:not(.home) h1 {
  font-family: "PlayFair Display";
  font-size: 3.5rem;
  line-height: 1.37;
  letter-spacing: 1.4px;
  font-weight: 500;
}

h2 {
  font-family: "PlayFair Display";
  font-size: 2.8rem;
  line-height: 1.41;
  letter-spacing: 1.3px;
  font-weight: 500;
}

h3 {
  font-family: "Roboto";
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 2.18;
  letter-spacing: .68px;

}

p {
  font-family: "Roboto";
  font-size: 1.7rem;
  line-height: 2.18;
  letter-spacing: 0.68px;
}

.home p {
	line-height: 3.1rem;
	margin: 0 0 3.1rem;
  font-family: "Roboto";
  font-size: 1.6rem;
  font-weight: 500;
}


img {
  display: block
}
.gform_button {
  cursor: pointer;
}

.gform_button:hover {
  background-color: #749799;
}


a {
  color:#232323;
  text-decoration: underline;
  font-family: "Roboto"; 
}

a:hover {
  color:#76999b;
}

.content a {
  color: #76999b;
}

.content a:hover {
  color:#232323;
}

.content {
  padding-bottom: 6rem;
}

blockquote {
  border-left: 4px solid #779a9c;
  margin: 0 0 3rem 3.6rem;
  padding:0 0 0 3.6rem;
}

blockquote p {
  font-family:"Playfair Display", serif;
  font-size:2.5rem;
  line-height:4rem;
  letter-spacing:1.25px;
}

hr {
  clear:both;
}

.embed-container {
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%;
}

.embed-container iframe {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%;
}


.home a:hover {
  color: #fff;
}

.content a {
  font-weight: 600;
}

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

.content ul li {
  margin-bottom: 1rem;
  padding-left: 4.8rem;
  position: relative;

}

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


figcaption{
  text-align: center;
}

.bafg-slider-title {
  text-align: center;
}

main, header, footer {
  max-width: 1920px;
  margin: 0 auto;
}

main {
  overflow: hidden;
}

.underline {
  text-decoration: underline;
}

.underline:hover {
  color: #fff!important;
}

header {
  position: absolute;
  top: 0;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
}

.page-template-default header a:hover{
  color: #fff
}

header.stuck a:hover {
  color:#76999b;
}

section, footer {
  position: relative;
  max-width:1920px;
  margin: 0 auto;
}

.large-heading {
  font-family: "PlayFair Display";
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 1.5px;
}

.cap-heading, .home h1 {
  font-family: "Roboto";
  font-weight: bold;
  letter-spacing: 3.52px;
  font-size: 1.1rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
}


.monst-heading {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 4.76px;
  text-transform: uppercase;
}

.button, .content .button {
  display: inline-block;
  position: relative;
  font-family: "Montserrat";
  background-color: #232323;
  text-decoration: none;
  font-size: 1.2rem;
  letter-spacing: 2.4px;
  color: #fff;
  padding:2.4rem 9rem 2.4rem 3.6rem;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid transparent;
  max-width: 38rem;
  transition: .25s ease all;
}

.content .button:hover {
  color:#fff;
}

.button:before {
  position: absolute;
  content: "";
  right: 3rem;
  width: 4.5rem ;
  top: 50%;
  height: 1px;
  transform: translateY(-50%);
  background-color: #fff;
}

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

a.hover-blue:hover {
  background-color: #76999b;
}

a.hover-white:hover {
  color: #76999b;
  background-color: #fff;
}

a.hover-white:hover:after {
  border-left: 4px solid #76999b;
}

a.hover-white:hover:before {
  background-color: #76999b;
}



.icon {
  width: 1rem;
  height: 1rem;
}

main .icon:hover {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(345deg) brightness(102%) contrast(102%)
}

.review-link:hover .icon {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(345deg) brightness(102%) contrast(102%)
}

/* inline classes from wordpress editor */

.google-maps {
  position: relative;
  padding-bottom: 75%; 
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.porc-div {
  display: flex;
  gap: 1rem;
}

.porc-div img {
  width: 48%;

}

/* Home Header */
body:not(.home).page-template-default header.stuck {
  height:170px;
}
.walden-logo img {
  display: block;
  margin: 0 auto;
  object-fit:contain;
}

body:not(.home).page-template-default .walden-logo img {
  max-height:80px;
}

.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 4rem 1.8rem 4rem;
  border-bottom: 1px solid #556a6c;
  background: transparent;
  z-index: 2;
  margin-right: 3rem;
}

.walden-logo, .header-address, .phone-number {
  width: 33.33%
}


.header-address{
  text-align: right;
}

.desktop-menu .nav-primary {
  position: static;
  transform: none;
  right: 0;
  top: 0;
  padding-top: 1rem;
}

.desktop-menu .menu-main-menu-container > ul {
  justify-content: center;
  align-items: center;
  margin-left: 8rem;
}

nav {
  transition: none;
}

.mobile-menu nav {
  transition: 1s ease all;
}

nav > ul li {
  margin-right: 4rem;
}

nav ul li a {
  font-family: "Roboto";
  font-size: 1.4rem;
  letter-spacing: 3.84px;
  color: #232323;
  font-weight: 700;
  text-transform: uppercase;
}

.sub-menu {
  border-radius: 0;
  box-shadow: none;
}

.sub-menu li a {
  transition: none;
}

.sub-menu li:hover {
  background-color: #749799;
}

.sub-menu li:hover a {
  color: #fff;
}

.hero-container-outer {
  position: absolute;
  top: 60%;
  left: 40%;
  transform: translate(-50%, -50%);
}

.hero img {
  width:100%;
}

.hero .large-heading {
  font-size: 5rem;
  margin-bottom: 3rem;
  line-height: 1.14;
}

.hero-container {
  width: 100%;
  max-width: 50%;
}

.office-card-container .written-by {
  align-self: flex-start;
}


/* Mobile Menu */

.mobile-item {
  display: none;
}

.mobile-menu .phone-number, .mobile-menu .header-address {
  display: none;
}

.mobile-menu .nav-primary {
  right: 0;
  position: fixed;
}

.mobile-menu .nav-primary .sub-menu {
  padding-top: 2rem;
}

.mobile-menu .sub-menu li a {
  padding: 0 3rem;
}

.mobile-menu .logo, .mobile-menu .phone-icon, .mobile-menu .menu-icon {
  position:relative;
  transform: none;
  top: auto;
  left: auto;
  right: auto;
}

.mobile-menu .from-left.open {
  overflow: auto;
  -webkit-overflow-scrolling: auto;
}

.mobile-menu .nav-primary .sub-menu {
  overflow: hidden;
} 

.mobile-menu .menu-icon {
  margin-left: 3rem;;
}

.mobile-menu .menu-icon .icon .bar {
  background: #3e3e3e
}

.mobile-menu .phone-icon {
  display: block;
  width: 4rem;
  margin-right: 3rem;
  margin-top: 2rem;
}

.icon-color {
  fill:#000;
}

.mobile-menu .mobile-menu .nav-primary {
  background-color: rgba(58, 104, 115, 0.9);
}

.mobile-menu .menu li {
  margin-bottom: 2rem;
}

.mobile-menu .menu li a {
  color: #232323
}

.mobile-menu .sub-menu {
  padding-left: 2rem;
}

.mobile-menu .menu-item-has-children > a[href='#']::before {
  color: #232323;
}



/* Home doctor section */
.dr-section {
  position: relative;
  background-image: url('./images/section-bg.jpg');
  padding:10rem 0;
  background-size:cover;
}

.dr-section .container {
  padding: 0 60px;
  width:100%;
  max-width:1440px;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}

.dr-section .container h1 {
  width: 100%;
  text-align:center;
  margin-bottom: 4rem;
}

.dr-col-2 {
  width:100%;
  max-width:48%;
  justify-content: space-between;
  display: flex;
  flex-wrap:wrap;
}
.corner-dec {
  position: absolute;
}

.corner-dec.right {
  top: 0;
  right:0;
  bottom:0;
  width: auto;
  height: 100%;
}

.corner-dec.left {
  top: 0;
  left:0;
  bottom:0;
  width: auto;
  height: 100%;
}

.dr-dec-1 {
  top: 3rem;
  left: 3rem;
}

.dr-dec-3 {
  top: 3rem;
  right: 3rem;
}

.dr-side {
  display: flex;
  width: 100%;
  max-width: 48%;
}

.ai-center {
  justify-content: center;
}

.dr-col {
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: flex-start;
  width:100%;
  max-width:48%;
}

.portrait, .dr-col .cap-heading  {
  margin-bottom: 2.4rem;
}

.dr-content-side {
  width: 100%;
  max-width: 48%;
}

.dr-content-side .large-heading {
  margin-bottom: 3.6rem;
}

/* Home Services Section */

.services-section {
  padding: 8rem 0 4rem;
  text-align: center;
}

.services-section > .large-heading {
  margin-bottom: 5rem;
  max-width: 65rem;
  margin: 0 auto 5rem;
}

.services-slider {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  margin-bottom: 3rem;
}

.services-section .item {
  padding: 3rem 14rem 7rem;
}

.services-slider .owl-item {
  justify-content: center;
  border-right: 1px solid #dedede;
}

.active:last-child {
  border-right: none;
}

.service-icon {
  margin-bottom: 2.8rem;
  display:inline;
}

.item .large-heading {
  margin-bottom: 3.6rem;
}

.item p:last-child {
  width: 100%;
  max-width: 30rem;
  margin: 0 auto;
}
.slider-buttons {
  position: absolute;
  left: calc(50% + 8px);
  bottom: 11rem;
  transform: translateX(-50%);
  z-index: 2;
}
.next-btn, .prev-btn {
  border: none;
  cursor: pointer;
  padding-right: 2rem;
  position: relative;
  margin: 0;
  padding-bottom: 2rem;
  background-color: transparent;
  transition: 0.25s ease all;
  color:#232323
}

.next-btn.hover-white:hover, .prev-btn.hover-white:hover {
  color:#fff
}

.next-btn.hover-blue:hover, .prev-btn.hover-blue:hover {
  color: #76999b
}

.prev-btn:before {
  position: absolute;
  content: "";
  left: -4.1rem;
  width: 8.5rem ;
  top: 2.6rem;
  height: 1px;
  transform: translateY(-50%);
  background-color: #292929;
}

.prev-btn.hover-white:hover:before {
  background-color: #fff;
}

.prev-btn.hover-blue:hover:before {
  background-color: #76999b;
}

.prev-btn:after{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #292929;
  left: -4.5rem;
  top: 2.6rem;
  transform: translateY(-50%);
}

.prev-btn.hover-white:hover:after {
  border-right: 4px solid #fff;
}

.prev-btn.hover-blue:hover:after {
  border-right: 4px solid #76999b;
}

.next-btn:before {
  position: absolute;
  content: "";
  right: -2.3rem;
  width: 8.5rem;
  top: 2.6rem;
  height: 1px;
  transform: translateY(-50%);
  background-color: #292929;
}

.next-btn.hover-white:hover:before {
  background-color: #fff;
}

.next-btn.hover-blue:hover:before {
  background-color: #76999b;
}

.next-btn:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #292929;
  right: -2.8rem;
  top: 2.6rem;
  transform: translateY(-50%);
}

.next-btn.hover-white:hover:after {
  border-left: 4px solid #fff;
}

.next-btn.hover-blue:hover:after {
  border-left: 4px solid #76999b;
}

.tags {
  margin-top: 6rem;
  border-top: 1px solid rgba(0, 0, 0, .3);
  padding-top: 6rem;
}
.tags p {
  font-size: 1.2rem;
  line-height: normal;
  margin-bottom: 0.5rem;
}

/* Home Testimonials Section */
.testimonials-section {
  background-color: #76999b;
  background-image: url('./images/section-bg.jpg');
}


.testimonials-section .container {
  text-align: center;
  margin: 0 auto;
  padding: 8.5rem 6rem 4.5rem;
  max-height: 86rem;
}

.testimonials-section .large-heading {
  margin: 0 auto 5.2rem;
  max-width: 80rem;
}

.testimonials-slider {
  /* margin-bottom:6.3rem; */

}

.testimonials-slider .owl-stage {
  align-items:flex-start;
}

.testimonials-section .owl-item {
  justify-content: center;
}

.testimonials-section .item {
  width: 100%;
  position: relative;
  /* height: fit-content; */
}

.owl-carousel .owl-item img.home-player {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width:150px;
  height:auto;
}

.testimonials-slider .item:hover .home-player {
  filter: brightness(0) saturate(100%) invert(10%) sepia(14%) saturate(0%) hue-rotate(184deg) brightness(113%) contrast(95%)
}
.testimonials-slider .item:hover .home-thumbnail {
  opacity: 0.8;
}


.review-link {
  position: absolute;
  right:2.7rem;
  bottom: 11rem;
}

.review-link .icon {
  width: 2rem;
  height: 2rem;
  margin-right: 1.4rem;
  display: inline-block;
  position: relative;
  top: .4rem;
}

/* Home Office Section */

.office-section {
  padding-bottom: 4rem;
  text-align: center;
}

.slider-div {
  width: 90%;
  margin-left: 10%;
  position: relative;
  margin-bottom: 4rem;
}

.office-section .slider-div {
  margin-left: 3.4%;
}
.slider.office-slider {
  overflow: visible;
  margin-left: 33%;
  width: 66%;
}

.office-section .owl-item {
  padding: 22px 11px;;
}

.office-slider-card {
  width: 33.34%;
  padding: 22px 11px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
}

.office-card-container {
  background-color: #e4e4e4;
  padding: 8rem; 
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  height: 100%;
}

.office-card-container img {
  margin-bottom: 2.9rem;
}

.office-card-container .cap-heading {
  text-align: left;
  width: 100%;
}

.office-card-container .large-heading {
  margin-bottom: 3rem;
}

.office-card-container p {
  margin-bottom: 0;
}

/* Home Map section */

.map-section {
  padding: 0 2.1rem 2.1rem
}

.map-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-image: url('./images/map-bg.jpg');
  padding: 0 4.5rem 6rem;
}

.text-container {
  text-align: center;
}

.text-container .large-heading {
  line-height: 1.17;
}

.text-container .large-heading.last {
  margin-bottom: 2rem;
}

.text-container p {
  margin-bottom: 2rem;
}

.map-dec {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  top: -3rem;
}

.map-link img {
  display: inline;
  margin-right: 0.5rem;
  position: relative;
  top: 0.5rem;
}

/* Footer */

footer {
  background-image: url('./images/section-bg.jpg');
}

footer .container {
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  text-align: center;
  max-width: 1920px;
  padding: 2.8rem 0 1rem;
}

.footer-dec {
  display: inline;
  margin-bottom: 3rem;
}

.logo-row {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #556a6c;
  text-align: left;
  margin-bottom: 3rem;
}

.logo-container {
  padding: 4rem 5.6rem 4rem 0;
  border-right: 1px solid #556a6c;
}

.address-container {
  padding: 4rem 0 4rem 5.6rem 
}

.hours-row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.4rem;
}

.hours-row p {
  margin-bottom: 0;
}

.weekday{
  padding: 0 2.4rem;
}

footer .monst-heading {
  margin-bottom: 2.8rem;
}

#menu-footer {
  display: flex;
  list-style: none;
  justify-content: center;
  margin-bottom: 3rem;
}

#menu-footer li a {
  font-family: "Roboto";
  font-size: 1.2rem;
  letter-spacing: 3.84px;
  color: #232323;
  font-weight: 700;
  text-transform: uppercase;
}

#menu-footer li a:hover {
  color: #fff;
}

footer .button {
  margin-bottom: 4rem 
}

.copyright-row {
  display: flex;
  justify-content: center;
  border-top: 1px solid #556a6c;
  padding-top: 1rem;
} 
  
.copyright-row p {
  margin-bottom: 0;
  margin-right: 4.8rem;
}

.footer-icons .icon {
  height: 2rem;
  width: 2rem;
  position: relative;
  top: 0.4rem;
  margin-right: 3rem;
}


/* Innerpage */

.container.flex-row {
  margin: 0;
  max-width: none;
  padding: 2.2rem 0 0;
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin-bottom: 2.2rem;
}


.content {
  width: 40%;
  margin-right: 5%;
  margin-left: 15%;
  padding-top: 6rem;
}

.sidebar {
  background-color:#779a9c;
  width: 40%;
  position: relative;
}


.sidebar a {
  text-decoration: none;
}

.sidebar a:hover {
  color:#111;
  text-decoration:underline;
}

.sidebar-card p:last-child {
  margin-bottom:0;
}

.sb-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.sb-dec-1 {
  position: absolute;
  top: 4rem;
  right: 4rem;
}

.sb-dec-2 {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
}

.sidebar-container {
  display: flex;
  flex-direction: column;
  z-index: 1;
  padding: 18rem 2.2rem 2.5rem;
}

.sidebar-card {
  z-index: 1;
  border: 1px solid  #556a6c;
  max-width: 50%;
  width: 100%;
  margin-bottom: 6rem;
  padding: 3rem 4rem 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 33%;
  min-width: 36rem
}

.sidebar-card .cap-heading {
  margin-bottom: 0;
}

.sidebar-card .button {
  padding: 2rem 9rem 2rem 2rem;
  letter-spacing: 2px;
  font-size: 1.1rem;
  width: 100%;
}

.sidebar-card .large-heading {
  margin-bottom: 2.5rem;;
}

.sidebar-card.last {
  margin-bottom: 50rem;
}

.dr-circle {
  margin-bottom: 2rem;;
}

.dr {
  margin-bottom: 4rem;;
}

.sidebar-card p {
  margin-bottom: 3rem;
}

.sidebar-slider-nav {
  margin-bottom: 4rem;;
}

.test-desc {
  padding-bottom: 2.2rem;
  border-bottom: 1px solid  #556a6c;
}

.sidebar-google {
  margin-bottom: 3rem;
}

.sidebar-google .icon {
  margin-right: 1.2rem;
  width: 2rem;
  height: 2rem;
  top: 0.4rem;
  position: relative
}

.sidebar-slider .item {
  width: 99%;
  margin-bottom: 4rem;
  position: relative;
}

.thumbnail {
  border-radius: 50%;
  width: 230px;
  height: 230px;
  object-fit: cover;
  margin: 0 auto;
}

.sidebar-player {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
}

.popup-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(85, 106, 108, 0.9);
  top: 0;
  left: 0;
  z-index: 99991;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
}

.popup-overlay.show {
  display: block;
}

.youtube-modal {
  display: none;
  position: fixed;
  top: 50%;
  right: 50%;
  z-index: 2;
  width: 50%;
  transform: translate(50%, -50%);
  width: 50%;
}

.youtube-modal.show {
  display: block;
}

.video-container {
  padding-top: 0!important;
}

.modal-close {
  color: #000;
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  top: -7%;
  right: -7%;
  cursor: pointer;
  border: none;
  background-color: transparent;
}

 .map-section a:hover, footer a:hover {
  color: #fff
}

.footer-icons a:hover .icon {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(345deg) brightness(102%) contrast(102%)
}

.sidebar-google:hover .icon {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(345deg) brightness(102%) contrast(102%)
}

.sidebar-google:hover {
  color: #fff
}

/* Blog Sidebar */

.sidebar.blog {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10rem 2.2rem 2.5rem
}

.sidebar.blog aside {
  margin-bottom: 6rem;
  border: 1px solid #556a6c;
  width: 100%;
  text-align: center;
  padding: 4rem;
}

.sidebar.blog a:hover {
  color: #fff;
}

.sidebar.blog .widget-title {
  margin-bottom: 2.5rem;
  font-size: 2.8rem;
  font-family: "PlayFair Display";
  letter-spacing: 1.5px;
  line-height: 1.5;

}



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

  .office-card-container {
    padding: 4rem;
    justify-content: center;
  }

  .office-card-container img {
    width: 50%;
  }

  .office-card-container .large-heading {
    font-size: 2.6rem;
    line-height: 1.3;
  }

  .office-card-container p {
    line-height: 2.8rem;
  }

  .innerpage .hero-container .hero-card.larger-heading {
    font-size: 4.6rem;
  }

}


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

  .home .hero-container-outer{
    top: 60%;
  }

  .hero .large-heading {
    font-size: 3.3rem;;
  }

  .large-heading {
    font-size: 2.8rem;;
  }

  .corner-dec {
    display: none;
  }

  .sidebar-container {
    padding-top: 8rem;
  }

  .office-card-container {
    padding: 2rem;
  }

  .office-card-container img {
    display: none
  }

  .office-card-container .large-heading {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 2rem;
  }


  .office-card-container p {
    line-height: 2.3rem;
  }

  .services-section .item {
    padding: 3rem 7rem 7rem;
  }

  .map-section {
    padding-bottom: 18rem;
  }

  .map-container {
    top: 60%;
  }

  .copyright-row p {
    margin-right: 1.8rem;;
  }

  .footer-icons .icon {
    margin-right: 1rem;
  }

  .sb-dec-1 {
    display: none;
  }

  .hero.innerpage .large-heading {
    font-size: 2.6rem
  }

  .hero.innerpage .container {
    top: 65%;
  }

  .content {
    padding-top:6rem;
  }

  .top-bar {
    font-size: 14px;;
  }


}


@media screen and (max-width:1024px){
  .top-bar {
    margin-right: 0;
  }

  .home .hero-container-outer{
    top: 62%;
  }

  .hero .large-heading {
    font-size: 3rem;
    margin-bottom:2rem;
  }

  .hero p {
    line-height: 2.6rem;
    margin-bottom: 2rem;
  }

}

/* Tablet */

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

  .review-link {
      bottom: 5rem;
  }

  .alignright {
    margin: 2rem 0 2rem 2rem;
  }

  body:not(.home).page-template-default .walden-logo {
    max-width: 64%;
  }

  .alignleft {
    margin: 2rem 2rem 2rem 0;
  }

  .hero-container-outer {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    transform: none;
    padding: 4.8rem;
  }

  .hero-container {
    max-width: 80%;
    text-align: center;
    margin: 0 auto;;
  }

  .hero-container .button.hover-white:hover {
    color: #fff;
    background-color: #76999b;
  }
  
  .hero-container .button.hover-white:hover:after {
    border-left: 4px solid #fff;
  }
  
  .hero-container .button.hover-white:hover:before {
    background-color: #fff;
  }

  .dr-section {
    padding:7rem 0;
  }

  .dr-section .container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .dr-col-2{
    justify-content: space-evenly;
    margin-bottom: 7rem;
  }

  .dr-col-2:last-child {
    margin-bottom: 0;
  }

  .dr-col {
    justify-content: center;
    margin-right: 0 ;
  }

  .dr-col-2 {
    max-width:100%;
    margin-bottom: 6rem;
  }

  .dr-content-side .large-heading {
    font-size: 2.8rem;
    line-height: 1.5;
  }

  .services-slider .owl-item {
    border-right: none;
  }

  .office-slider-card {
    position: relative;
    width: 100%;
  }

  .slider-div {
    margin-left: 0;
    width: 100%;
  }

  .office-section .slider {
    width: 70%;
  }

  .office-section .slider-div {
    margin-left: 0;
  }
  .slider.office-slider {
    margin-left: auto;
    margin-right: auto;
    width: 66%;
  }

  .office-section .item {
    padding-left: 3rem;
  }

  .office-section .owl-item {
    padding: 0;
  }

  .office-slider-card {
    padding: 3rem;
  }

  .review-link {
    left: 50%;
    transform: translateX(-50%);
  }

  
  .office-card-container {
    background-color: #e4e4e4;
    padding: 8rem; 
    text-align: center;
  }
  
  .office-card-container img {
    margin-bottom: 2.9rem;
    display: block
  }
  
  .office-card-container .cap-heading {
    text-align: center;
    width: 100%;
  }
  
  .office-card-container .large-heading {
    margin-bottom: 3rem;
    font-size: 2.8rem;
  }
  
  .office-card-container p {
    margin-bottom: 0;
  }

  .map-container {
    top: 73%;
  }

  .logo-row {
    flex-direction: column;
    border: none;
  }

  .logo-container {
    border-right: none;
    padding-top: 0;
    width: 100%;
    border-bottom: 1px solid #556a6c;
  }

  .address-container {
    padding-bottom: 0;
  }

  .address-container .large-heading {
    text-align: center;

  }

  #menu-footer {
    margin-bottom: 0;
  }

  .copyright-row {
    flex-direction: column;
    padding: 1rem 3rem
  }

  .copyright-row p {
    margin-bottom: 1rem;
  }

  .youtube-modal {
    width: 80%;
  }

  .hero.innerpage .container {
    border-bottom: 1px solid  #556a6c;
  }

  .container.flex-row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .content {
    width: 80%;
  }

  .sidebar {
    width: 80%;
  }

  .sidebar-container {
    align-items: center;
    padding-top: 6rem;
  }

  .sidebar-card {
    max-width: 80%;
  }

  .sidebar-player {
    left: 60%;
  }

  .container, .container.flex-row {
    padding:0 3.6rem;
  }

  .content {
    width:100%;
    padding-top: 6rem;
    margin: 0 0 2.2rem 0;
  }

  .office-card-container .written-by {
    align-self: center;
  }

  .page-template-default .walden-logo {
    max-width: 64%;
  }

}

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

  :root {
    --resp-header-height: 9rem
  }

  .alignright, .alignleft {
    margin: 0 0 2rem 0;
    clear:both;
    float: none;
  }

  .container , .container.flex-row {
    padding:0 2.4rem;
  }

  .content {
    padding-top: 2.4rem;
    width:100%;
  }

  blockquote p {
    font-size: 1.8rem;
    line-height: 3rem;
  }

  .top-bar {
    padding: 0 2rem;
    border-bottom: none;
    height: 7rem;
    border-bottom: 1px solid  #556a6c;
  }

  .walden-logo {
    width: 44%;
  }

  .mobile-menu .phone-icon {
    margin-right: 0;
    width: 3rem;
  }

  .mobile-menu .menu-icon {
    margin-left: 0;
  }

  .menu-icon .icon {
    width: 30px;
    height: 23px;
  }

  .hero-container-outer {
    padding: 3.6rem 2.4rem;
  }

  .hero-container {
    max-width: 100%;
  }

  .hero-container p {
    font-size: 1.5rem;
  }

  .office-section .slider {
    width: 100%;
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .office-section .item {
    padding-left: 0;
  }

  .button {
    font-size: 1rem;
    letter-spacing: 1.4px;
    padding: 2.4rem 7.2rem 2.4rem 1.6rem;
  }

  .button:after {
    right: 19px
  }

  .button:before {
    right: 2rem;
  }

  .dr-secion {
    padding:4.8rem 0;
  }

  .dr-side {
    flex-direction: column;
    margin-bottom: 5rem;
  }

  .dr-col {
    max-width:100%;
  }

  .dr-col .button {
    margin: 0 auto;
  }

  .dr-col.first {
    margin-bottom: 4rem;
  }

  .dr-section .dr-col {
    order:2;
  }

  .dr-section .dr-img {
    order:1;
  }



  .dr-section .button {
    width: 100%;
  }

  .services-section {
    padding: 6rem 0 4rem;
  }

  .services-section > .large-heading {
    font-size: 2.7rem;
    padding: 0 4rem;
  }

  .testimonials-section .container {
    padding: 6rem 2rem 5rem;
  }

  .testimonials-slider {
    width: auto;
  }

  .testimonials-slider .owl-stage {
    align-items:flex-start;
  }

  .testimonials-section .large-heading {
    font-size: 2.7rem;
    margin: 0 auto 4rem;
  }

  .home-player {
    width: 30%;
  }

  .review-link {
    right: auto;
  }

  .office-card-container {
    padding: 3rem 3rem 7rem 3rem;
  }

  .office-card-container .large-heading {
    font-size: clamp(1.8rem, 1.927vw + 1.222rem, 2.7rem);

  }

  .office-card-container img {
    width: 70%;
  }


  .map-container {
    top: 60%;
    width: 80%;
    max-width: 36rem;
    padding-bottom: 4rem;
  }

  .map-container .large-heading {
    font-size: 2rem;
  }

  .footer-dec {
    width: 85%;
  }

  .logo-container {
    padding: 0 5rem 4rem
  }

  .logo-row {
    margin-bottom: 0;
  }

  .address-container {
    padding: 4rem 3rem; 
  }

  .address-container .large-heading {
    font-size: 2.7rem;
  }

  .hours-row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .weekday {
    margin-bottom: 1.2rem;
  }

  .hours-row {
    margin-bottom: 2rem;;
  }

  .hours-row p {
    display: inline
  }

  .weekday p:last-child {
    padding-left: 1rem;
  }

  #menu-footer {
    flex-direction: column;
    padding-left: 0;
  }

  footer .button {
    padding: 1.4rem 7.2rem 1.4rem 1.6rem;
  }

  .copyright-row p {
    font-size: 1.3rem;
  }

  .footer-icons .icon {
    margin-right: 2rem;
  }

  .modal-close {
    top: -25%;
    right:-12%;
  }

  .sidebar {
    width: 100%;
  }

  .sb-dec-2 {
    display: none;
  }

  .sidebar-card {
    min-width: 30rem;
  }

  .sidebar-card .button {
    font-size: 1rem;
    letter-spacing: 1px;
  }

  .sidebar-card.last {
    margin-bottom: 0rem;
  }
  
  blockquote {
    border-left: 4px solid #779a9c;
    margin-left: 0;
    padding-left:3.6rem;
  }

  .porc-div {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .walden-logo img {
    max-width:214px;
  }

}

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

  .walden-logo img {
    max-width:100%;
  }

}

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

  .map-section {
    padding-bottom: 24rem;
  }

}
.page-id-1761 .content ul li::before{
	display: none;
}