#wp-admin-bar-enable-jquery-migrate-helper {
  display: none;
}

body.home #email-notice,
body.dvme-contact #email-notice {
  color: #000!important;
}

h1 {
  font-family: "Raleway", sans-serif;
}

a {
  text-decoration: inherit;
  color: #527C8A;
}

/********************************************/

/* Slide page/post title in from left START */

/********************************************/

#wrapper #content-column #site-content #content-header #content-title-wrapper {
  -webkit-animation: slide-right 1s;
  animation: slide-right 1s;
}

@-webkit-keyframes slide-right {
  from {
    margin-left: -100%;
  }

  to {
    margin-left: 0%;
  }
}

@keyframes slide-right {
  from {
    margin-left: -100%;
  }

  to {
    margin-left: 0%;
  }
}

/********************************************/

/* Slide page/post title in from left END   */

/********************************************/

/****************/

/* Theme elements to use when needed START   */

/****************/

/* Shadow to use when there are no block settings for it  */

.box-shadow {
  box-shadow: rgb(0 0 0 / 25%) 0 3px 11px 0 !important;
  -moz-box-shadow: rgba(0,0,0,0.25) 0 3px 11px 0 !important;
  -webkit-box-shadow: rgb(0 0 0 / 25%) 0 3px 11px 0 !important;
  position: relative;
}

/* Lighter shadow to use when there are no block settings for it  */

.box-shadow-light {
  box-shadow: rgb(0 0 0 / 10%) 0 3px 11px 0 !important;
  -moz-box-shadow: rgba(0,0,0,0.10) 0 3px 11px 0 !important;
  -webkit-box-shadow: rgb(0 0 0 / 10%) 0 3px 11px 0 !important;
  position: relative;
}

.box-shadow-light2 {
  box-shadow: rgb(0 0 0 / 10%) 0 3px 11px 0 !important;
  -moz-box-shadow: rgba(0,0,0,0.10) 0 3px 11px 0 !important;
  -webkit-box-shadow: rgb(0 0 0 / 10%) 0 3px 11px 0 !important;
}

/* 25px - Rounded corners to use when there are no block settings for it */

.rounded-corners-25 {
  border-radius: 25px!important;
}

/* 8px - Rounded corners to use when there are no block settings for it  */

.rounded-corners-8 {
  border-radius: 8px!important;
}

/****************/

/* Theme elements to use when needed END   */

/****************/

/****************/

/* Hiding classes START   */

/****************/

@media (min-width: 1025px) {
  .hide-on-desktop {
    display: none!important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .hide-on-tablet {
    display: none!important;
  }
}

@media (max-width: 767px) {
  .hide-on-mobile {
    display: none!important;
  }
}

/****************/

/* Hiding classes END   */

/****************/

/*********************/

/* Header area START */

/*********************/

/* First header row height */

#header-content-2,
#header-content-2-widget {
  height: 105px;
}

/* logo, call to action, address */

/* #header-content-1 {
		background-image: -o-linear-gradient(315deg,rgba(251,199,139,1) 0,rgba(168,85,117,1) 100%);
		background-image: linear-gradient(135deg,rgba(251,199,139,1) 0,rgba(168,85,117,1) 100%);
		background-position: 0 0;
		background-size: 100vw;
    opacity: 0.75;
} */

#header-content-2-widget {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* force column container elements to full width */

#header-content-2-widget > div,
#header-content-2-widget div.uagb-columns__inner-wrap {
  width: 100%;
}

/* Setup columns inner container element */

#header-content-2-widget div.uagb-columns__inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* Col 1, logo */

#header-content-2-widget div.header-row1-col1 figure.header-logo-figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

/* Col 2, call to action; force to right side */

#header-content-2-widget div.header-row1-col2 {
  margin-left: auto;
  margin-right: 40px;
}

/* Col 2, Create call to action "button" */

#header-content-2-widget #header-call-to-action div {
  text-align: center;
  border: 1px solid white;
  border-radius: 30px;
  padding: 10px 20px;
  color: white;
  font-size: 16px;
}

/* Col 2, Hide line break within call to action text; show on mobile */

#header-content-2-widget #header-call-to-action div br {
  display: none;
}

/* Col 3, business address */

#header-content-2-widget div.header-row1-col3 p.business-address {
  margin: 0;
  line-height: 1.25;
  color: white;
}

@media only screen and (max-width: 1260px) {
  #header-content-2-widget {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media only screen and (max-width: 1100px) {
  #header-content-2-widget div.header-row1-col1 {
    position: absolute;
    left: calc((100vw / 2) - 132.5px);
  }

  #header-content-2-widget div.header-row1-col2 {
    margin-right: 0;
  }

  #header-content-2-widget div.header-row1-col1 figure.header-logo-figure img {
    width: 248px;
  }

  #header-content-2-widget div.header-row1-col3 {
    display: none;
  }

  #header-content-3 #top-menu-widget {
    display: none;
  }
}

@media only screen and (max-width: 850px) {
  #header-content-2-widget #header-call-to-action div br {
    display: block;
  }
}

@media only screen and (max-width: 650px) {
  #header-content-2-widget {
    padding-left: 20px;
    padding-right: 20px;
  }

  #header-content-2-widget div.header-row1-col1 {
    left: calc((100vw / 2) - 110px);
  }

  #header-content-2-widget div.header-row1-col1 figure.header-logo-figure img {
    width: 220px;
  }

  #hamburger-menu {
    left: 0;
  }
}

@media only screen and (max-width: 550px) {
  #header-content-2-widget {
    padding-left: 5px;
    padding-right: 5px;
  }

  #header-content-2,
  #header-content-2-widget {
    height: 75px;
  }

  /*	#header-content-1-widget div.header-row1-col2 {
			display: none;
	} */
}

/*******************/

/* Side Menu START */

/*******************/

/* Side menu background color */

/* #wrapper #menu-column #site-navigation #main-menu {
background: transparent!important;
} */

/* Side menu links background color */

#site-navigation > input#toggle-mobile-menu + #main-menu > li.menu-item a {
  background-color: transparent;
}

/* Side menu Youtube social icon */

#side-menu-social-icons-widget h3 {
  text-align: center;
  font-size: 18px;
  color: #a85575;
}

#side-menu-social-icons-widget ul.zoom-social-icons-list li > a > span.socicon-youtube {
  color: #a85575 !important;
}

/*******************/

/* Side Menu END   */

/*******************/

/******************/

/* Top Menu START */

/******************/

#top-menu-widget {
  background-image: url(/wp-content/uploads/2025/07/menu-background-v2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5px;
}

/* Header shadow for Tablet and Mobile 
@media only screen and (max-width: 1100px) {
#header-wrap {
    box-shadow: rgb(0 0 0 / 25%) 0 3px 11px 0 !important;
    -moz-box-shadow: rgba(0,0,0,0.25) 0 3px 11px 0 !important;
    -webkit-box-shadow: rgb(0 0 0 / 25%) 0 3px 11px 0 !important;
} 
} */

/* Header shadow for Desktop */

@media only screen and (min-width: 1101px) {
  #top-menu-widget {
    box-shadow: 0px 4px 6px -2px rgba(0,0,0,0.24);
    -webkit-box-shadow: 0px 4px 6px -2px rgba(0,0,0,0.24);
    -moz-box-shadow: 0px 4px 6px -2px rgba(0,0,0,0.24);
  }
}

/* Main menu */

#top-menu-widget ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
}

/* All menu items */

#top-menu-widget li.menu-item {
  display: block;
  cursor: pointer;
}

/* All menu items; parent item has caret, needs wider padding */

#top-menu-widget li.menu-item.has-child {
  padding-right: 38px;
}

/* Top level menu items */

#top-menu-widget li.level0 {
  position: relative;
  text-align: left;
  padding: 0px 20px;
  font-weight: 700;
  line-height: 1.2;
  font-size: 16px;
}

/* Top level menu items, except last one; solid line on right */

#top-menu-widget li:not(:last-of-type).level0 {
  border-right: 1px solid #262626;
}

/* Top level menu links */

#top-menu-widget li.level0 > a {
  position: relative;
  white-space: nowrap;
  color: #262626;
}

/* Top level menu items, create animated underline element */

#top-menu-widget li.level0 > a:before {
  content: "";
  position: absolute;
  top: 2px;
  padding-top: 25px;
  left: 0;
  width: 0%;
  border-bottom: 2px solid #527C8A;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

/* Top level menu items, draw underline */

#top-menu-widget li.level0:hover > a:before {
  width: 100%;
}

#top-menu-widget ul#menu-primary > li.current-parent > a:before,
#top-menu-widget ul#menu-primary > li.current-ancestor > a:before,
#top-menu-widget ul#menu-primary > li.current-menu-item > a:before, #top-menu-widget ul#menu-primary > li.current > a:before {
  width: 100% !important;
}

/* Top level menu items, show submenu on hover */

#top-menu-widget li.level0.has-child:hover > ul.level1 {
  position: absolute;
  display: block;
  margin-top: 10px;
}

#top-menu-widget li.menu-item ul.sub-menu {
  padding-left: 0;
}

/* Top menu item with submenu; down caret */

#top-menu-widget li.menu-item.has-child > a:after {
  display: inline-block;
  font-family: "icomoon";
  font-size: 16px;
  content: "";
  position: absolute;
  right: -20px;
  top: 2px;
  color: #262626;
}

/* Menu items with open submenu; change caret */

#top-menu-widget li.level0.has-child:hover > a:after,
#top-menu-widget li:not(.level0).has-child.open > a:after {
  content: "";
}

/* Hide all submenus by default */

#top-menu-widget li.menu-item.has-child > ul.sub-menu {
  display: none;
}

/* Submenu menu items */

#top-menu-widget li.menu-item.has-child > ul.sub-menu li {
  padding: 10px 18px;
  background-color: #faf9f9;
}

/* Submenu menu items with child */

#top-menu-widget li.menu-item.has-child > ul.sub-menu li.has-child {
  padding: 10px 36px 10px 18px;
}

/* Submenu menu items, when opened */

#top-menu-widget li.menu-item.has-child > ul.sub-menu li.has-child.open {
  padding-right: 18px;
}

/* Submenu menu items, when opened with long menu title */

#top-menu-widget li.menu-item.has-child > ul.sub-menu li.long-title.has-child.open {
  padding-right: 36px;
}

/* Submenu links */

#top-menu-widget li:not(.level0).menu-item a {
  color: #000;
  position: relative;
  white-space: nowrap;
  font-weight: normal;
  font-size: 16px;
}

/* Submenu open, hover over parent element */

#top-menu-widget li:not(.level0).menu-item.open:hover > a {
  color: black;
}

/* Submenu item on hover */

#top-menu-widget li:not(.level0).has-child.menu-item:not(.open):hover,
#top-menu-widget li:not(.level0):not(.has-child).menu-item:hover {
  /* element doesn't have submenu */
  background-color: #9AC0C6;
}

/* Submenu link on hover */

#top-menu-widget li:not(.level0).has-child.menu-item:not(.open):hover a,
#top-menu-widget li:not(.level0).has-child.menu-item:not(.open):hover a:after,
#top-menu-widget li:not(.level0):not(.has-child).menu-item:hover a {
  /* element doesn't have submenu */
  color: #000;
}

/* Submenu links, caret */

#top-menu-widget li.level0 > ul.sub-menu > li.menu-item a:after {
  color: #999999;
}

/* Submenu links, caret on hover*/

#top-menu-widget li.level0 > ul.sub-menu > li:not(.has-child).menu-item:hover a:after {
  color: white;
}

/******************/

/* Top Menu END   */

/******************/

/****************/

/* Footer START */

/****************/

#footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: calc((100vw / 2) - 600px);
  padding-right: calc((100vw / 2) - 600px);
  background: -o-linear-gradient(135deg,rgba(245, 243, 237,1) 0,rgba(154, 192, 198,.8) 100%), url(/wp-content/uploads/2022/06/grayscaletexture-2880w.webp) !important;
  background: linear-gradient(135deg,rgba(245, 243, 237, 1) 0,rgba(154, 192, 198, 0.85) 100%), url(/wp-content/uploads/2022/06/grayscaletexture-2880w.webp) !important;
  background-origin: border-box !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-size: cover !important;
  box-shadow: rgb(0 0 0 / 25%) 0 3px 11px 0 !important;
  -moz-box-shadow: rgba(0,0,0,0.25) 0 3px 11px 0 !important;
  -webkit-box-shadow: rgb(0 0 0 / 25%) 0 3px 11px 0 !important;
  color: white;
}

#footer:before {
  content: '';
  background-color: rgba(255,255,255,0.5);
}

@media only screen and (max-width: 1260px) {
  #footer {
    padding: 40px;
    padding-top: 20px;
  }
}

@media only screen and (max-width: 1050px) {
  #footer {
    background-attachment: scroll !important;
  }
}

@media only screen and (max-width: 500px) {
  #footer {
    padding: 20px;
  }
}

#footer #footer-content-1 {
  margin-right: auto;
}

@media only screen and (min-width: 1200px) {
  #footer #footer-content-2 {
    width: 35%;
  }

  #footer #footer-content-3 {
    width: 35%;
  }

  #footer #footer-content-3 #footer-col-3 iframe {
    width: 100%;
  }
}

@media only screen and (max-width: 1200px) {
  #footer #footer-content-1 {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 920px) {
  #footer #footer-content-1 {
    width: 50%;
  }

  #footer #footer-content-2 {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  #footer #footer-content-1 {
    width: 100%;
  }

  #footer #footer-content-2 {
    width: 100%;
  }
}

#footer #footer-col-1 p.footer-location-header,
#footer #footer-col-1 p.footer-hours-header,
#footer #footer-col-1 p.footer-hours {
  margin-bottom: 5px;
  line-height: 1.333;
}

#footer #footer-col-1 p.footer-location,
#footer #footer-col-1 p.footer-hours {
  margin-top: 0;
  line-height: 1.333;
}

#footer #footer-col-1 a:first-of-type span.social-icon {
  margin-left: 0;
  padding-left: 0;
}

#footer #footer-col-2 img {
  width: 97%;
  height: auto;
}

#footer #footer-content-3 {
  margin-left: auto;
}

@media only screen and (max-width: 1200px) {
  #footer #footer-col-2 img {
    width: 100%;
  }

  #footer #footer-content-3,
  #footer #footer-content-3 #footer-col-3 iframe {
    width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  /*		#footer #footer-content-1,
		#footer #footer-content-2 {
				width: 100%;
		} */

  #footer #footer-col-1,
  #footer #footer-col-2 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}

#footer-copyright #footer-copyright-widget {
  padding-top: 10px;
  padding-bottom: 10px;
}

#footer-copyright {
  width: 100%;
  background-color: #527C8A;
  color: white;
}

#footer-copyright #footer-copyright-widget p.dvme-copyright {
  text-align: center;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  color: white;
}

#footer-copyright #footer-copyright-widget p.dvme-copyright a {
  text-decoration: underline;
  color: white;
}

iframe {
  border: 0px!important;
}

/****************/

/* Footer END   */

/****************/

/****************/

/* Header edits START   */

/****************/

/* Add Header 2 background image and gradient */

#header-content-2 {
  background: #e8e8e8;
  background-image: url(/wp-content/uploads/2022/06/grayscaletexture-cc530188-2880w.webp);
  /* fallback */
  background-image: linear-gradient(135deg,rgba(245, 243, 237, 1) 0,rgba(154, 192, 198, 0.85) 100%), url(/wp-content/uploads/2022/06/grayscaletexture-cc530188-2880w.webp);
}

/* Keep header from scrolling on desktop & adjust site content top padding */
#header-wrap {
height: auto;
}
@media only screen and (min-width: 1101px) {
  #header-wrap {
    position: relative;
		height: auto;
  }

  #wrapper #content-column #site-content {
    padding-top: 0px;
  }
}

#wrapper #menu-column #side-menu-top-content-1 div.hide-on-tablet div.kt-btn-wrap-0 a {
  z-index: 9999999;
}

/* Add Side Menu background image and gradient */

#wrapper #main-menu {
  background: #e8e8e8;
  background-image: url(/wp-content/uploads/2022/06/grayscaletexture-2880w.webp);
  /* fallback */
  background-image: -o-linear-gradient(135deg,rgb(245, 243, 237) 8%,rgba(154, 192, 198, 0.85) 76%), url(/wp-content/uploads/2022/06/grayscaletexture-cc530188-2880w.webp)!important;
  background-image: linear-gradient(135deg,rgb(245, 243, 237) 8%,rgba(154, 192, 198, 0.85) 76%), url(/wp-content/uploads/2022/06/grayscaletexture-cc530188-2880w.webp)!important;
  /* W3C */
  margin-top: -100px !important;
  padding-top: 100px !important;
}

/* Adjust site content top padding for tablet & mobile */

@media only screen and (max-width: 1100px) {
  #wrapper #content-column #site-content {
    padding-top: 161px;
  }
}

@media only screen and (max-width: 767px) {
  #wrapper #content-column #site-content {
    padding-top: 187px;
  }
}

@media only screen and (max-width: 550px) {
  #wrapper #content-column #site-content {
    padding-top: 157px;
  }
}

/* Adjust Side Menu styling */

@media only screen and (max-width: 1100px) {
  #site-navigation > input#toggle-mobile-menu + #main-menu a {
    font-size: 25px;
  }

  #site-navigation > input#toggle-mobile-menu + #main-menu li.menu-item.level1 a {
    font-size: 23px;
    text-align: center;
  }

  #site-navigation > input#toggle-mobile-menu + #main-menu li.menu-item.level1:hover a {
    color: #527C8A;
  }

  #site-navigation > input#toggle-mobile-menu + #main-menu {
    padding: 80px;
  }

  #side-menu-bottom-content-1 {
    background: #fff;
    padding: 30px;
  }
}

@media only screen and (max-width: 767px) {
  #site-navigation > input#toggle-mobile-menu + #main-menu a {
    font-size: 20px;
  }

  #site-navigation > input#toggle-mobile-menu + #main-menu li.menu-item.level1 a {
    font-size: 18px;
    text-align: left;
  }

  #site-navigation > input#toggle-mobile-menu + #main-menu li.menu-item.level1:hover a {
    color: #a34f73;
  }

  #site-navigation > input#toggle-mobile-menu + #main-menu {
    padding: 30px;
  }

  #side-menu-top-content-1 {
    padding-top: 35px;
    z-index: var(--zindex1);
    position: relative;
    display: block;
  }
}

/****************/

/* Header edits END   */

/****************/

/****************/

/* Page hero edits START   */

/****************/

/* Add shadow to page heros
#wrapper #content-column #site-content #content-header {
    box-shadow: rgb(0 0 0 / 25%) 0 3px 11px 0 !important;
    -moz-box-shadow: rgba(0,0,0,0.25) 0 3px 11px 0 !important;
    -webkit-box-shadow: rgb(0 0 0 / 25%) 0 3px 11px 0 !important;
} */

#wrapper #content-column #site-content #content-header #content-title-wrapper {
  max-width: 590px;
  padding: 60px 35px;
}

#wrapper #content-column #site-content #content-header {
  margin-bottom: 0px;
  height: 485px;
}

@media only screen and (min-width: 919px) {
  #wrapper #content-column #site-content #content-header {
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
  }
}

@media only screen and (max-width: 920px) {
  #wrapper #content-column #site-content #content-header {
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
  }
}

@media only screen and (max-width: 1300px) {
  #wrapper #content-column #site-content #content-header #content-title-wrapper #content-title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 920px) {
  #wrapper #content-column #site-content #content-header #content-title-wrapper #content-title {
    font-size: 40px;
  }

  #wrapper #content-column #site-content #content-header {
    height: 45vw;
  }

  #wrapper #content-column #site-content #content-header #content-title-wrapper {
    max-width: 400px;
    width: 400px;
    padding: 45px 20px;
  }
}

@media only screen and (max-width: 730px) {
  #wrapper #content-column #site-content #content-header #content-title-wrapper #content-title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 600px) {
  #wrapper #content-column #site-content #content-header {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  #wrapper #content-column #site-content #content-header {
    padding: 20px;
  }
}

@media only screen and (max-width: 500px) {
  #wrapper #content-column #site-content #content-header #content-title-wrapper #content-title {
    font-size: 28px;
  }
}

@media only screen and (max-width: 400px) {
  #wrapper #content-column #site-content #content-header #content-title-wrapper #content-title {
    font-size: 28px;
    line-height: 1.25;
  }
}

#wrapper #content-column #site-content #content-header #content-title-wrapper #content-subtitle {
  margin-top: 10px;
  margin-bottom: 0;
  color: #000;
}

@media only screen and (max-width: 1300px) {
  #wrapper #content-column #site-content #content-header #content-title-wrapper #content-subtitle {
    font-size: 20px;
  }
}

@media only screen and (max-width: 900px) {
  #wrapper #content-column #site-content #content-header #content-title-wrapper #content-subtitle {
    font-size: 18px;
    line-height: 1.25;
  }
}

@media only screen and (max-width: 400px) {
  #wrapper #content-column #site-content #content-header #content-title-wrapper #content-subtitle {
    font-size: 16px;
    line-height: 1.25;
  }
}

/****************/

/* Page hero edits END   */

/****************/

/****************/

/* Single Blog Page Styling START   */

/****************/

/* Header and Content Column */

body.single #wrapper #content-column #site-content #content {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
}

@media only screen and (max-width: 920px) {
  body.single #wrapper #content-column #site-content #content {
    padding-left: 20px;
    padding-right: 20px;
  }

  body.single #wrapper #content-column #site-content nav.post-navigation {
    padding: 20px 20px;
  }
}

@media only screen and (max-width: 600px) {
  body.single #wrapper #content-column #site-content #content {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Navigation Links */

  body.single #wrapper #content-column #site-content nav.post-navigation {
    padding: 15px 15px;
  }
}

body.single #wrapper #content-column #site-content nav.post-navigation {
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
}

body.single #wrapper #content-column #site-content nav.post-navigation div.nav-links a {
  color: #527C8A;
}

/* Posts Grid */

body.single #wrapper #content-column #site-content div.am_ajax_post_grid_wrap div.am_post_grid div.am_grid_col div.am_single_grid div.am_thumb {
  height: 230px;
}

body.single #wrapper #content-column #site-content div.am_ajax_post_grid_wrap div.am_post_grid div.am_grid_col div.am_single_grid img.wp-post-image {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
  object-fit: cover;
}

body.single #wrapper #content-column #site-content div.am_ajax_post_grid_wrap div.am_post_grid div.am_grid_col div.am_single_grid {
  overflow: hidden;
  width: 360px;
  min-height: 418px;
  height: 418px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 16px;
  border-radius: 25px;
  -webkit-box-shadow: rgb(0 0 0 / 25%) 0 3px 11px 0;
  box-shadow: rgb(0 0 0 / 25%) 0 3px 11px 0;
  background: #fff;
}

body.single #wrapper #content-column #site-content div.am_ajax_post_grid_wrap div.am_post_grid div.am_grid_col div.am_single_grid div.am_cont h2.am__title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 20px;
  font-family: 'Quicksand';
  font-weight: 700;
  color: #527C8A;
}

body.single #wrapper #content-column #site-content div.am_ajax_post_grid_wrap div.am_post_grid div.am_grid_col div.am_single_grid div.am_cont div.am__excerpt {
  height: 170px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: -0.25px;
  word-spacing: 1.25px;
  font-family: 'Quicksand';
  color: #000;
}

body.single #wrapper #content-column #site-content div.am_ajax_post_grid_wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

#post-page-posts-grid {
  background: #f9f9f9;
  padding-top: 0px;
  padding-bottom: 40px;
}

body.single #wrapper #content-column #site-content div.am_ajax_post_grid_wrap div.am_post_grid div.am_grid_col div.am_single_grid div.am_cont a.am__readmore {
  display: block!important;
  color: #747474!important;
  position: absolute;
  margin-top: 130px;
  font-weight: normal;
}

@media only screen and (max-width: 920px) {
  body.single #wrapper #content-column #site-content div.am_ajax_post_grid_wrap div.am_post_grid div.am_grid_col div.am_single_grid {
    width: 205px;
    min-height: 475px;
    height: 475px;
  }

  body.single #wrapper #content-column #site-content div.am_ajax_post_grid_wrap div.am_post_grid div.am_grid_col div.am_single_grid div.am_cont a.am__readmore {
    margin-top: 190px;
  }
}

@media only screen and (max-width: 600px) {
  body.single #wrapper #content-column #site-content div.am_ajax_post_grid_wrap div.am_post_grid div.am_grid_col div.am_single_grid {
    overflow: hidden;
    width: 360px;
    min-height: 418px;
    height: 418px;
  }

  body.single #wrapper #content-column #site-content div.am_ajax_post_grid_wrap div.am_post_grid div.am_grid_col div.am_single_grid div.am_cont a.am__readmore {
    margin-top: 130px;
  }
}

/* Social Share Icons and Search Box Styling */

.hustle-inline-content {
  text-align: center;
  max-width: 1200px!important;
  margin: 0 auto!important;
}

.hustle-ui .hustle-social.hustle-social--rounded a[class*=hustle-share-] [class*=hustle-icon-social-] {
  height: 40px!important;
  font-size: 16px!important;
}

.hustle-ui .hustle-social.hustle-social--rounded ul.hustle-counter--none a[class*=hustle-share-] [class*=hustle-icon-social-] {
  width: 40px!important;
}

#single-blog-social-icons-search {
  background: #ffffff!important;
}

body.single form.search-box {
  width: 400px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

body.single form.search-box div.wp-block-search__inside-wrapper {
  width: 100%;
  border-radius: 25px;
  padding: 10px 10px 10px 20px;
  border-color: #527C8A;
  -webkit-box-shadow: rgb(0 0 0 / 25%) 0 3px 11px 0;
  box-shadow: rgb(0 0 0 / 25%) 0 3px 11px 0;
}

/* search box */

body.single form.search-box input {
  padding: 10px 10px 10px 20px !important;
  background: transparent;
  font-size: 18px;
}

body.single input::-webkit-input-placeholder {
  font-size: 18px;
  color: #527C8A;
}

body.single input::-moz-placeholder {
  font-size: 18px;
  color: #527C8A;
}

body.single input:-ms-input-placeholder {
  font-size: 18px;
  color: #527C8A;
}

body.single input::placeholder {
  font-size: 18px;
  color: #527C8A;
}

/* Submit button */

body.single form.search-box button {
  border: none !important;
  background: transparent !important;
}

.gb-container-7fb98bbe > .gb-inside-container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

/****************/

/* Single Blog Page Styling END   */

/****************/

/****************/

/* Search Blog Page Styling START   */

/****************/

body.search #wrapper #content-column #site-content {
  padding-top: 90px;
}

body.search #wrapper #content-column #site-content div#link-to-blog-page a {
  font-size: 20px;
  color: #a34f73;
}

body.search #wrapper #content-column #site-content div#search-grid-wrap div#search-grid div.search-item div.search-item-thumb {
  height: 230px;
}

body.search #wrapper #content-column #site-content div#search-grid-wrap div#search-grid div.search-item div.search-item-thumb img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
  object-fit: cover;
}

body.search #wrapper #content-column #site-content div#search-grid-wrap div#search-grid div.search-item {
  overflow: hidden;
  width: 360px;
  min-height: 418px;
  height: 418px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 16px;
  border-radius: 25px;
  -webkit-box-shadow: rgb(0 0 0 / 25%) 0 3px 11px 0;
  box-shadow: rgb(0 0 0 / 25%) 0 3px 11px 0;
  background: #fff;
}

body.search #wrapper #content-column #site-content div#search-grid-wrap div#search-grid div.search-item div.search-item-content h3 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 20px;
  font-family: 'Quicksand';
  font-weight: 700;
  color: #527C8A;
}

body.search #wrapper #content-column #site-content div#search-grid-wrap div#search-grid div.search-item div.search-item-content div.search-item-excerpt {
  height: 170px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: -0.25px;
  word-spacing: 1.25px;
  font-family: 'Quicksand';
  color: #000;
}

body.search #wrapper #content-column #site-content div#search-grid-wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 920px) {
  body.search #wrapper #content-column #site-content div#search-grid-wrap div#search-grid div.search-item {
    width: 205px;
    min-height: 475px;
    height: 475px;
  }
}

@media only screen and (max-width: 600px) {
  body.search #wrapper #content-column #site-content div#search-grid-wrap div#search-grid div.search-item {
    overflow: hidden;
    width: 360px;
    min-height: 418px;
    height: 418px;
  }
}

body.search-no-results #wrapper #content-column #site-content div#search-grid-wrap {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/****************/

/* Search Blog Page Styling END   */

/****************/

/****************/

/* Single Blog Related Posts Styling START   */

/****************/

body.single .entry.loop-entry .entry-header .entry-title a {
  font-size: 18px;
  color: #527C8A;
  font-weight: 700;
}

body.single .entry-summary p {
  font-weight: 400;
  font-size: 18px;
}

body.single .wp-block-kadence-posts a.post-more-link {
  font-weight: bold;
  letter-spacing: normal;
  text-transform: none;
  font-size: 18px;
	color: #527C8A;
}

body.single .wp-block-kadence-posts .loop-entry {
  box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, .1);
  border-radius: 10px;
}

body.single .wp-block-kadence-posts .loop-entry .post-thumbnail {
  border-radius: 10px 10px 0 0;
}

body.single .wp-block-kadence-posts .loop-entry .entry-content-wrap {
  padding: 1.3rem;
}

/****************/

/* Single Blog Related Posts Styling END   */

/****************/

/* Special Offer Pop-up*/

.hustle-ui .hustle-info {
  text-align: center;
  width: 100%;
  display: block;
}

.hustle-ui .hustle-button-icon [class*=hustle-icon-] {
  display: block;
  margin: 0 auto;
  font-size: 12px;
  color: #fff;
}

body.single #wrapper #content-column #site-content div.am_ajax_post_grid_wrap div.am_posts_navigation {
  font-family: 'Quicksand';
}

.slick-arrow {
  border-color: transparent!important;
}

/* ----- Push gallery lightbox overlay and content forward to avoid images being cut off */

.slbOverlay {
  z-index: 99999!important;
}

.slbWrapOuter {
  z-index: 99999!important;
}

/* ----- Forminator Buttons Styling */

.forminator-button-upload, .forminator-button-submit {
  background: #5DC4A9!important;
  border: none!important;
  border-radius: 50px!important;
  padding-left: 50px;
  padding-right: 50px;
	color: #000!important;
}

.forminator-button-upload:hover, .forminator-button-submit:hover {
  background: #9AC0C6!important;
  border: none!important;
  border-radius: 50px!important;
	color: #000!important;
}

/* ----- Header Adjustments */

#header-content-2-widget .uagb-columns__columns-3>.uagb-column__wrap {
  width: 33.33%;
}

#header-content-2-widget .uagb-column__wrap {
  position: relative;
  overflow: visible;
}

#header-content-2-widget .uagb-column__wrap,
#header-content-2-widget .uagb-column__inner-wrap {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  z-index: 2;
}

#header-content-2-widget [class*="uagb-columns__columns-"],
#header-content-2-widget .uagb-columns__inner-wrap {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .wp-block-uagb-column.uagb-column__wrap.header-row1-col1 {
    width: 100%!important;
  }

  .wp-block-uagb-column.uagb-column__wrap.header-row1-col2 {
    width: 20%!important;
  }
}

/* Turn side menu colors from white to dark colors for ADA compliance */

#site-navigation > input#toggle-mobile-menu + #main-menu a {
  color: #000;
}

#site-navigation > input#toggle-mobile-menu + #main-menu li.has-child > a:after {
  color: #000;
}

#site-navigation > input#toggle-mobile-menu + #main-menu li.has-child.open > a:after {
  color: #000;
}

#site-navigation > input#toggle-mobile-menu + #main-menu li:not(.level0).current-ancestor > a,
#site-navigation > input#toggle-mobile-menu + #main-menu li:not(.level0).current-parent > a,
#site-navigation > input#toggle-mobile-menu + #main-menu li:not(.level0).current > a,
#site-navigation > input#toggle-mobile-menu + #main-menu li:not(.level0).current-ancestor > a:after,
#site-navigation > input#toggle-mobile-menu + #main-menu li:not(.level0).current-parent > a:after,
#site-navigation > input#toggle-mobile-menu + #main-menu li:not(.level0).current > a:after,
#site-navigation > input#toggle-mobile-menu + #main-menu li:not(.level0).current-ancestor.has-child > a:after,
#site-navigation > input#toggle-mobile-menu + #main-menu li:not(.level0).current-parent.has-child > a:after,
#site-navigation > input#toggle-mobile-menu + #main-menu li:not(.level0).current.has-child > a:after {
  color: #57293B;
}

.uagb-post-grid-byline {
  display: none!important;
}

/* ----- Page H2 and link styling --- START  */

body.single #wrapper #content-column #site-content #content h2, .page-copy h2 {
  color: #795D46;
  font-size: 30px;
  font-weight: 400;
}

body.single #wrapper #content-column #site-content #content a, .page-copy a {
  color: #527C8A;
  text-decoration: underline;
}

/* ----- Page H2 and link styling --- END  */

.uagb-post-grid-byline {
  display: none!important;
}

.uagb-post__title {
  padding-bottom: 0!important;
}

#wrapper #content-column #site-content #content-header #content-title-wrapper {
  background-image: -o-inear-gradient(405deg, rgba(93,196,169, 0.8) 0%, rgba(154, 192, 198, .8) 100%) !important;
  background-image: linear-gradient(405deg, rgba(93,196,169, 0.8) 0%, rgba(154, 192, 198, .8) 100%) !important;
}

#wrapper #content-column #site-content #content-header #content-title-wrapper #content-title {
  color: #000;
}

#wrapper #content-column #site-content #content-header #content-title-wrapper #post-date {
  display: none!important;
}

@media only screen and (max-width: 1260px) {
#header-content-2 {
  background: #e8e8e8;
    background-image: none;
  background-image: url(/wp-content/uploads/2022/06/grayscaletexture-cc530188-2880w.webp);
    background-image: linear-gradient(135deg,rgb(245, 243, 237) 0%,rgba(245, 243, 237, 0.85) 100%), url(/wp-content/uploads/2022/06/grayscaletexture-cc530188-2880w.webp);
  }
}

#hamburger-menu.icon-uniF136::before, #hamburger-menu::before {
		color: #527C8A;
}

@media only screen and (max-width: 1100px) {
  #hamburger-menu {
    top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  #hamburger-menu {
    top: 110px;
  }
}

@media only screen and (max-width: 550px) {
  #hamburger-menu {
    top: 100px;
  }
}

#site-navigation > input#toggle-mobile-menu + #main-menu li.level0 {
  border-bottom: 1px solid #9AC0C6;
}

.top-bar-inner {
    max-width: clamp(320px, 90vw, 1140px);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}