/*!
* Client specific customizations; base theme will be blank.  Implemented in child theme
==========================================================================
TABLE OF CONTENTS
==========================================================================
  1. Unorganised Styles
  2. Base Styles
  3. Header
  4. Backgrounds
  5. Borders
  6. Border Radius
  7. Buttons
  8. Headings
  9. Banners & Blocks
  10. Footer
  11. Sidebars
  12. Hero Slider
  13. Pages
  14. Mobile
  15. Animations
  16. Inline Migration
==========================================================================*/
/* ==========================================================================
Unorganised Styles
========================================================================== */
.video-thumbnail {
  position: relative;
  margin-bottom: 20px;
}
.video-thumbnail .icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 40px;
  color: #fff;
}
.video-thumbnail a:hover .icon-play {
  color: #d6d1d1;
}
.video-thumbnail img {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .video-thumbnail img {
    margin-bottom: 0;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .video-thumbnail img {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .video-thumbnail img {
    margin-bottom: 0;
  }
}

.masonry-item:has(.video-thumbnail) {
  width: 49%;
}

@media (min-width: 992px) {
  .homePromotions {
    position: relative;
  }
}

.homePromotions a.button.cta {
  -webkit-box-shadow: 0px 4px 25px 4px var(--primary);
          box-shadow: 0px 4px 25px 4px var(--primary);
  max-width: 300px;
  margin: 0 auto;
  font-size: 20px;
  display: block;
  border-radius: 3px;
  text-align: center;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  min-height: 121px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 991px) {
  .homePromotions a.button.cta {
    margin-top: 20px;
  }
}
.homePromotions a.button.cta span:first-child {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
}
.homePromotions a.button.cta span:first-child i {
  font-size: 34px;
  color: var(--primary);
}
.homePromotions a.button.cta span:last-child {
  font-size: 20px;
  line-height: 25px;
  text-align: left;
}
.homePromotions a.button.cta span:last-child strong {
  font-size: 20px;
  line-height: 20px;
  display: inline;
}

.smile-gallery-block .smile-gallery .smile-gallery-wrapper {
  height: auto;
}
.smile-gallery-block .smile-gallery .smile-gallery-wrapper p {
  margin-bottom: 0;
  line-height: 24px;
  font-size: 16px;
}

.header-item li {
  font-size: 14px !important;
}

@media (min-width: 992px) {
  .header-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#header.logo_bottom .logo {
  top: 5px;
}
@media (min-width: 992px) {
  #header.logo_bottom .logo {
    max-width: 17rem;
  }
  #header.logo_bottom .logo img {
    width: 17rem !important;
    max-width: unset;
  }
}
@media (min-width: 1166px) {
  #header.logo_bottom .logo {
    max-width: 20rem;
  }
  #header.logo_bottom .logo img {
    width: 20rem !important;
  }
}

@media (min-width: 992px) {
  .menu-drop .main-nav > li > a, .menu-drop .main-nav > li > span {
    padding-left: 10px;
    padding-right: 20px;
  }
  .we-mega-menu-ul .dropdown-menu > a:before, .we-mega-menu-ul .dropdown-menu > a:after, .we-mega-menu-ul .dropdown-menu > span:before, .we-mega-menu-ul .dropdown-menu > span:after {
    right: 0.4rem;
  }
}
.intro-section .text-holder .default-title:before {
  content: "";
  background: url("/sites/default/files/2023-05/Olney.png");
  width: 150px;
  height: 150px;
  position: absolute;
  top: -80px;
  background-size: contain;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0.7;
  background-repeat: no-repeat;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media (max-width: 768px) {
  .intro-section .text-holder .default-title:before {
    width: 70px;
    height: 70px;
    top: -30px;
  }
}

.gv-video-holder .text-holder {
  top: 70%;
  height: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 991px) {
  .gv-video-holder .text-holder {
    padding: 4.0625rem 15px;
  }
}
@media (min-width: 992px) {
  .gv-video-holder .text-holder {
    max-width: 800px !important;
  }
  .gv-video-holder .text-holder .text-block {
    margin-top: 10px;
  }
  .gv-video-holder .text-holder .text-block p {
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .gv-video-holder video.gv-bg-video {
    min-height: 500px;
    max-height: 500px;
    height: 500px;
  }
  .gv-video-holder .text-holder {
    top: 0;
    height: 500px;
  }
  .intro-section .default-title {
    line-height: 2.5rem;
  }
}
.team-slider .slick-list {
  margin: auto;
}

@media (min-width: 992px) {
  .path-frontpage .header-top {
    display: none;
  }
  .path-frontpage .header-holder {
    position: fixed;
    top: 0;
    z-index: 3;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.6);
    -webkit-backdrop-filter: blur(9px);
            backdrop-filter: blur(9px);
  }
}

#page-421 .content-holder {
  background: rgba(23, 42, 96, 0.2);
}

body {
  text-align: justify;
}

@media (min-width: 768px) {
  .member-holder-alt1 col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .about-section {
    padding-top: 6.25rem;
  }
}

.services-section .card a:hover p {
  color: #fff;
}

@media screen and (max-width: 992px) {
  #page_primary_menu a.btn.btn-warning {
    margin-right: 0;
    line-height: 23px;
  }
  .gv-video-holder .text-holder {
    top: 670px;
  }
  .header-item li {
    color: #35363a !important;
  }
  section.inform-section {
    min-height: 100%;
  }
  ul.slick-dots {
    display: none !important;
  }
  #block-views-block-cta-cta-by-route-block-content {
    margin-bottom: 30px;
    background-color: #e6e6e6;
    padding: 20px 15px 30px;
  }
}

@media (min-width: 992px) {
  .homePromotions .row {
    max-width: 1000px;
    margin: auto;
  }
}

@media (min-width: 992px) {
  .gv-video-holder .text-holder {
    padding: 4.375rem 0 4.375rem 0.625rem;
  }
}

/* D8-1835 */
.intro-section .text-holder .default-title:before {
  top: -160px;
}

@media (min-width: 992px) {
  .intro-holder:has(.gv-video-holder) {
    height: unset;
  }
  .intro-holder:has(.gv-video-holder) .gv-video-holder video.gv-bg-video {
    min-height: 100vh;
    height: 100vh;
  }
  .intro-holder:has(.gv-video-holder) .gv-video-holder .text-holder {
    top: unset;
    bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .intro-holder:has(.gv-video-holder) .gv-video-holder .text-holder {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    bottom: -40%;
  }
}
@media screen and (max-width: 768px) {
  .intro-section .text-holder .default-title:before {
    top: -80px;
  }
}
/*HD: #1273*/
.blog-section .card .card-body {
  text-align: left;
}

/* ==========================================================================
Base Styles
========================================================================== */
/* ==========================================================================
Header
========================================================================== */
/* ==========================================================================
Backgrounds
========================================================================== */
/* ==========================================================================
Borders
========================================================================== */
/* ==========================================================================
Border Radius
========================================================================== */
/* ==========================================================================
Buttons
========================================================================== */
/* ==========================================================================
Headings
========================================================================== */
/* ==========================================================================
Banners & Blocks
========================================================================== */
/* ==========================================================================
Footer
========================================================================== */
/* ==========================================================================
Sidebars
========================================================================== */
/* ==========================================================================
Hero Slider
========================================================================== */
/* ==========================================================================
Pages
========================================================================== */
/* ==========================================================================
Mobile
========================================================================== */
/* ==========================================================================
Animations
========================================================================== */
/* ==========================================================================
Inline Migration
========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Ysabeau", sans-serif !important;
  font-weight: 800 !important;
}

body,
p,
ul,
li,
blockquote {
  color: #595959;
  font-family: "Roboto", sans-serif !important;
  font-weight: 400 !important;
  font-size: 18px !important;
}

body strong {
  font-weight: 800 !important;
}

ul.address-list {
  color: white !important;
}

@media (min-width: 768px) {
  ul:not([class]):not([id]) li:before {
    border: 0px none !important;
    background: #C59845 !important;
  }
}
.bg-holder.bg-img.d-none.d-md-block {
  background: url("/sites/default/files/2023-04/view-fade.jpg") !important;
  background-size: cover !important;
  background-position: fixed !important;
}

.header-item li {
  color: white !important;
}

.gv-video-holder .text-holder .default-title,
.gv-video-holder .text-holder .text-block p {
  text-shadow: 0px 0px 10px black;
}

.intro-section .text-holder a.btn {
  -webkit-box-shadow: 0px 0px 10px black;
          box-shadow: 0px 0px 10px black;
}

#footer .small {
  font-size: 14px !important;
}

form#webform-submission-contact-add-form {
  margin-bottom: 2em;
}

.homePromotions a.button.cta:has(.red) {
  background: #da2b2b !important;
}

.homePromotions a.button.cta:hover:has(.red) {
  background: #ee3f3f !important;
}

strong#page_logo img {
  width: 220px;
}

#header.logo_bottom .logo {
  overflow: visible;
}

.contextual-region.view.view-gallery.view-id-gallery.view-display-id-virtualtour_page_slideshow {
  margin-top: 2em;
}

#page-421 .col-11.col-lg-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.inform-section .bg-image {
  opacity: 0.5 !important;
}

.field--name-field-embedded-view,
.view-display-id-virtualtour_page_slideshow {
  margin-bottom: 2em;
}

a.btn,
a.btn.btn-warning,
a.button.secondary,
.intro-section .intro-holder .text-holder .button {
  background: rgb(2, 0, 36) !important;
  background: linear-gradient(333deg, rgb(2, 0, 36) 0%, rgb(197, 152, 69) 0%, rgb(231, 173, 66) 100%) !important;
  -webkit-box-shadow: 0 0 5px black;
          box-shadow: 0 0 5px black;
}

a.btn:hover,
a.btn.btn-warning:hover,
a.button.secondary:hover,
.intro-section .intro-holder .text-holder .button:hover {
  background: rgb(2, 0, 36) !important;
  background: linear-gradient(333deg, rgb(2, 0, 36) 0%, rgb(231, 179, 82) 0%, rgb(250, 194, 92) 100%) !important;
  -webkit-box-shadow: 0 0 10px black;
          box-shadow: 0 0 10px black;
}

.homeSmileGallery {
  min-height: 368px;
}

li.we-mega-menu-li.dropdown-menu {
  margin-right: 1em;
}

#page_primary_menu a.btn.btn-warning {
  margin-right: 1.6em;
}

div#edit-actions input#edit-submit {
  margin-top: -10px !important;
}

.homePromotions a.button.cta {
  -webkit-box-shadow: 0 4px 15px 4px var(--primary) !important;
          box-shadow: 0 4px 15px 4px var(--primary) !important;
}

.homePromotions a.button.cta:hover {
  -webkit-box-shadow: 0 4px 25px 4px var(--primary) !important;
          box-shadow: 0 4px 25px 4px var(--primary) !important;
}

section.inform-section {
  text-shadow: 0 0 10px white;
}

#block-gva-custom-footeraboutus {
  text-align: left;
}

.about-section .heading h1 {
  font-size: 2em;
}

div#discountPlan {
  padding: 1em;
  border: 2px solid var(--header_bg);
  background: #e4eef7;
  margin-bottom: 1em;
  -webkit-box-shadow: 0 0 15px black;
          box-shadow: 0 0 15px black;
}

@media (min-width: 1200px) {
  .main-content h2 {
    margin-bottom: 0.5rem;
  }
  .view.view-gallery.view-id-gallery {
    margin-top: 2em;
  }
}
div#block-gva-custom-content h1 {
  text-align: left;
}

span.decor-icon {
  display: none !important;
}

@media screen and (max-width: 991px) {
  #page_logo img {
    width: 200px !important;
    max-width: 200px !important;
  }
  #page_logo {
    width: 196px !important;
    max-width: 196px !important;
  }
}
section.inform-section {
  border-top: 8px solid var(--primary);
  min-height: 625px;
  background-size: cover;
  background-repeat: no-repeat;
}

section.testimonials-section-text {
  background-attachment: inherit;
  background-size: cover;
  background-position: top;
}

@media screen and (max-width: 575px) {
  .gv-video-holder .text-holder {
    top: 750px;
    height: 500px;
  }
}
@media screen and (max-width: 1024px) {
  .mobile-click-to-call {
    top: 52px !important;
    bottom: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .mobile-click-to-call {
    display: block;
    position: fixed;
    z-index: 9999;
    background: var(--secondary);
    color: #fff;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    top: 16px;
    right: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.2509803922);
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.2509803922);
    border: 2px solid #fff;
  }
  .mobile-click-to-call a .icon-phone-call {
    font-size: 26px;
    line-height: 45px;
    text-decoration: none !important;
  }
}
#footer .container {
  z-index: 3;
}

.members-holder a.btn.btn-outline-warning {
  color: #fff;
}

.path-about-us .main-content {
  margin-top: 2em;
}

.intro-holder:has(.gv-video-holder) .play-button {
  @media (max-width: 768px) {
    right: 50px;
    bottom: -5px;
    z-index: 200;
  }
}
