@charset "UTF-8";
/*
 Theme Name:   Twenty Twenty-One Child
 Theme URI:    https://yourwebsite.com/
 Description:  Child theme for Twenty Twenty-One
 Author:       Your Name
 Author URI:   https://yourwebsite.com/
 Template:     twentytwentyone
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  twentytwentyone-child
*/
/* Fonts */
.primary {
  color: #D23442;
}

.secondary {
  color: #540A10;
}

.tertiary {
  color: #231F20;
}

.quaternary {
  color: #282829;
}

.white {
  color: #ffffff;
}

.dkgray {
  color: #555555;
}

h1 {
  color: #D23442;
  font-family: "Manrope", sans-serif !important;
  font-size: 48px;
  font-style: italic;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.48px;
}

h2 {
  color: #D23442;
  font-family: "Manrope", sans-serif !important;
  font-size: 38px !important;
  font-weight: 700 !important;
  line-height: 42px !important;
}
h2.relative {
  font-family: "relation-one", sans-serif !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: normal !important;
  margin-bottom: 0;
}
h2.large {
  font-family: "relation-one", sans-serif !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: normal !important;
  margin-bottom: 0;
}

.relative {
  font-family: "relation-one", sans-serif !important;
  font-size: 38px !important;
  font-weight: 400 !important;
  line-height: normal !important;
  margin-bottom: 0;
}

h3 {
  font-family: "Manrope", sans-serif !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  line-height: normal !important;
}

h4 {
  font-family: "Manrope", sans-serif !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: normal !important;
}

p, li {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
}

a, a:visited {
  text-decoration: none;
}

a.btn.btn-primary {
  background: #D23442;
  border-color: #D23442;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding: 10px 40px;
  border-radius: 10px;
  border: none;
}
a.btn.btn-primary:hover, a.btn.btn-primary:focus {
  background: #540A10;
  color: #ffffff;
}
a.btn.btn-secondary {
  border-color: #540A10;
  background: #540A10;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding: 10px 40px;
  border-radius: 10px;
  border: none;
}
a.btn.btn-secondary:hover, a.btn.btn-secondary:focus {
  background: #ffffff;
  color: #D23442;
  border-color: #ffffff;
}

.brands-box-main h2 {
  color: #555555;
}
.brands-box-main h2 span {
  color: #D23442;
}

.intro h2 {
  font-family: "relation-one", sans-serif !important;
  font-size: 64px !important;
  font-weight: 400 !important;
  line-height: normal !important;
  margin-bottom: 20px;
}

.singular .entry-title {
  color: #B6201E;
  font-family: "Manrope", sans-serif !important;
  font-size: 36px !important;
  font-style: italic;
  font-weight: 900 !important;
  line-height: normal !important;
  text-transform: uppercase;
  padding-top: 83px;
}

.tribe-events-header__title-text {
  color: #B6201E;
  font-family: "Manrope", sans-serif !important;
  font-size: 36px !important;
  font-style: italic;
  font-weight: 900 !important;
  line-height: normal !important;
  text-transform: uppercase;
}

body {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal !important;
  color: #282829 !important;
  font-optical-sizing: auto;
  background-color: #ffffff !important;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
.site textarea:focus {
  outline: none !important;
}

.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}

.pl-2, .px-2 {
  padding-left: 0.5rem !important;
}

.pl-3, .px-3 {
  padding-left: 1rem !important;
}

.pl-4, .px-4 {
  padding-left: 1.5rem !important;
}

.pl-5, .px-5 {
  padding-left: 3rem !important;
}

.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}

.pr-2, .px-2 {
  padding-right: 0.5rem !important;
}

.pr-3, .px-3 {
  padding-right: 1rem !important;
}

.pr-4, .px-4 {
  padding-right: 1.5rem !important;
}

.pr-5, .px-5 {
  padding-right: 3rem !important;
}

@media (min-width: 992px) {
  .pl-lg-1, .px-1 {
    padding-left: 0.25rem !important;
  }

  .pl-lg-2, .px-2 {
    padding-left: 0.5rem !important;
  }

  .pl-lg-3, .px-3 {
    padding-left: 1rem !important;
  }

  .pl-lg-4, .px-4 {
    padding-left: 1.5rem !important;
  }

  .pl-lg-5, .px-5 {
    padding-left: 3rem !important;
  }

  .pl-lg-6, .px-6 {
    padding-left: 4rem !important;
  }

  .pr-lg-1, .px-1 {
    padding-right: 0.25rem !important;
  }

  .pr-lg-2, .px-2 {
    padding-right: 0.5rem !important;
  }

  .pr-lg-3, .px-3 {
    padding-right: 1rem !important;
  }

  .pr-lg-4, .px-4 {
    padding-right: 1.5rem !important;
  }

  .pr-lg-5, .px-5 {
    padding-right: 3rem !important;
  }

  .pr-lg-6, .px-6 {
    padding-right: 4rem !important;
  }
}
.shift-nav-box {
  text-align: right;
}

.primary-navigation .primary-menu-container > ul > .menu-item > a, .primary-navigation .primary-menu-container > ul > .menu-item > a:visited, .primary-navigation .primary-menu-container > ul > .menu-item > a:focus {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  background: none;
}
.primary-navigation .primary-menu-container > ul > .menu-item > a:hover, .primary-navigation .primary-menu-container > ul > .menu-item > a:visited:hover, .primary-navigation .primary-menu-container > ul > .menu-item > a:focus:hover {
  text-decoration: underline;
}

body .primary-navigation > div > .menu-wrapper > li > .sub-menu li {
  background: #ffffff;
}

body .primary-navigation > div > .menu-wrapper > li > .sub-menu:before, .primary-navigation > div > .menu-wrapper > li > .sub-menu:after {
  display: none !important;
}

.admin-bar .primary-navigation {
  top: initial;
  margin: 0;
  width: 100%;
}

.custom-logo-link img {
  max-width: 290px;
}

/*---
Hero
---*/
.site-main {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

/* Hero */
.hero {
  position: relative;
  padding-top: 10px;
  height: 90vh;
}
.hero .header-top .header-phone a, .hero .header-top .header-phone a:visited {
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  /* 18.75px */
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
}
.hero .header-top .header-phone a:focus, .hero .header-top .header-phone a:visited:focus {
  background-color: transparent !important;
  color: #ffffff !important;
}
.hero .header-top .header-social-box a:focus {
  background-color: transparent !important;
  color: #ffffff !important;
}
.hero .hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.hero .left-right-navigation .mega-menu-wrap .mega-menu .mega-menu-item .mega-menu-link {
  font-family: "Manrope", sans-serif !important;
  line-height: normal !important;
  letter-spacing: 0.18px;
}
.hero .left-right-navigation .mega-menu-wrap .mega-menu .mega-menu-item .mega-menu-link:focus {
  color: #ffffff !important;
}
.hero .left-right-navigation .mobile-menu {
  position: absolute;
  top: 15px;
  z-index: 4;
  right: 20px;
}
.hero .left-right-navigation .mobile-menu .mega-menu-wrap .mega-menu-toggle button {
  background-color: transparent !important;
}
.hero .left-right-navigation .mobile-menu .mega-menu-wrap .mega-close {
  background-color: transparent !important;
}
.hero .hero-content {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
}
.hero .hero-content p.subtitle {
  font-family: "Manrope", sans-serif !important;
  font-size: 24px;
  font-weight: 400 !important;
  line-height: normal;
  color: #FFFFFF;
  text-transform: none !important;
}
.hero .hero-content h1 {
  font-family: "Manrope", sans-serif !important;
  font-size: 56px !important;
  font-style: normal;
  font-weight: 900 !important;
  line-height: 56px;
  color: #FFFFFF;
  text-transform: uppercase !important;
  margin-top: 12px;
}
.hero .hero-content h3.hero-top-subtitle {
  font-family: "relation-one", sans-serif !important;
  font-size: 40px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal;
  color: #FFFFFF;
  text-transform: none !important;
}
.hero .hero-content p.hero-bottom-subtitle {
  font-size: 24px;
  margin-top: 7px;
  margin-bottom: 10px;
}
.hero .hero-image {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.hero-right-form {
  position: relative;
}
.hero-right-form .form-wrap.form-wrap-hero {
  position: absolute;
  top: -70px;
}

.form-wrap {
  border-radius: 10px;
  background: #D23442;
  padding: 30px 30px;
  color: white;
}
.form-wrap .gform_required_legend {
  display: none;
}
.form-wrap h2 {
  text-transform: capitalize;
  padding-bottom: 15px;
  font-size: 24px !important;
  font-weight: 600 !important;
}
.form-wrap .gform-theme--foundation .gform_fields {
  row-gap: 10px;
}
.form-wrap .textarea,
.form-wrap .gfield_select,
.form-wrap input {
  border: solid 1px rgba(255, 255, 255, 0.3) !important;
  border-radius: 8px !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
}
.form-wrap textarea {
  height: 94px !important;
}
.form-wrap legend.gfield_label.gform-field-label.gfield_label_before_complex {
  color: #ffffff;
  font-size: 17px !important;
  font-weight: 900 !important;
  padding-top: 5px;
}
.form-wrap label.gform-field-label.gform-field-label--type-inline.gfield_consent_label {
  font-size: 14px;
  color: #ffffff;
  line-height: 18px;
}
.form-wrap .grecaptcha-badge {
  text-align: center;
  margin: 0 auto;
}
.form-wrap .form-links {
  display: block;
  padding: 8px 0 0;
}
.form-wrap .form-links a, .form-wrap .form-links a:visited {
  color: #ffffff;
}
.form-wrap .form-links a:hover, .form-wrap .form-links a:visited:hover {
  text-decoration: underline;
}
.form-wrap .gform_footer {
  justify-content: center;
}
.form-wrap input#gform_submit_button_1,
.form-wrap input#gform_submit_button_2 {
  font-size: 16px !important;
  text-transform: uppercase;
  padding: 13px 40px;
  border-radius: 10 !important;
  margin-top: 10px;
  font-weight: 900;
  background-color: #540A10 !important;
  border-color: #540A10 !important;
}
.form-wrap input#gform_submit_button_1:hover,
.form-wrap input#gform_submit_button_2:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #D23442;
}

/*---
Home Page
---*/
.lists {
  text-align: left;
}
.lists .list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 8px;
}
.lists .list .list-image {
  margin-right: 13px;
}
.lists .list .list-image img {
  max-width: 20px;
  margin-top: 18px;
}
.lists .list .list-text p {
  padding-top: 12px;
  margin-bottom: 0;
}

.section-video {
  padding-top: 80px;
  padding-bottom: 70px;
  text-align: left;
}
.section-video .video-background {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 413px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-video .video-background .video-box {
  position: relative;
  overflow: hidden;
}
.section-video .video-background .video-box .video-img {
  width: auto;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}
.section-video .video-background .video-box .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.section-video .video-background .video {
  display: none;
}
.section-video .video-background .video iframe {
  border-radius: 5px;
  display: block;
  margin: 0 auto;
}
.section-video.contact-us {
  background-image: url("/wp-content/themes/twentytwentyone-child/images/footer-faq-2-bg.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: -180px !important;
  padding-bottom: 310px !important;
}

h2.large-font {
  color: #F1F1F1;
  font-size: 210px !important;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
  line-height: normal;
  position: relative;
  margin-bottom: -120px;
}

.section-featured-items {
  padding-bottom: 97px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
.section-featured-items .featured-items .box {
  max-width: 170px;
  margin: 16px auto 16px;
  padding: 22px 13px 20px;
  background: linear-gradient(180deg, rgba(20, 60, 100, 0.9) 0%, rgba(59, 99, 168, 0.9) 100%);
  border-radius: 6px;
  min-height: 156px;
  filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.15));
  transform: scale(1);
  transition: all 2s;
  position: relative;
}
.section-featured-items .featured-items .box:hover {
  transform: scale(1);
  background: linear-gradient(180deg, rgba(0, 24, 47, 0.9) 0%, rgba(0, 76, 149, 0.9) 100%);
  transition: all 2s;
}
.section-featured-items .featured-items .box:hover path {
  fill: #F6A300;
}
.section-featured-items .featured-items .box:hover::before {
  transition: all 1s;
  content: url("/wp-content/themes/twentytwentyone-child/images/services-yellow-lines.svg");
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  background: none;
  transform: none;
  border-radius: 0px;
  position: absolute;
  top: -30px;
  left: -31px;
}
.section-featured-items .featured-items .box .box-title {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  flex-direction: column;
}
.section-featured-items .featured-items .box .box-title .icon-image {
  margin-right: 13px;
}
.section-featured-items .featured-items .box .box-title .title {
  font-family: "Manrope", sans-serif !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: normal !important;
  text-transform: capitalize;
  color: #ffffff;
  text-align: center;
  padding-top: 10px;
}
.section-featured-items .featured-items .box .box-text {
  margin-top: 23px;
}

.row.setus-icon-box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  align-content: center;
  text-align: center;
  max-width: 1000px;
  margin: 40px auto 100px;
}
.row.setus-icon-box .wrap-service {
  background: #F1F1F1;
  padding: 25px 16px;
  min-height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 206px;
}
.row.setus-icon-box .wrap-service img {
  margin-top: -110px;
}
.row.setus-icon-box .wrap-service p {
  padding-top: 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.section-events {
  padding-top: 45px;
  padding-bottom: 45px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
.section-events a:focus {
  background-color: transparent !important;
  color: #282829 !important;
}
.section-events .events .tribe-events-calendar-list-nav {
  display: none;
}

.events {
  padding-top: 0px;
}
.events .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding-top: 0px;
  padding-bottom: 0px;
}
.events .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-details {
  width: calc(var(--tec-grid-width-1-of-8) * 8);
}
.events .tribe-events-view--list .tribe-events-calendar-list {
  max-width: 846px;
  margin: 0 auto !important;
  display: block;
}
.events .tribe-events-view--list .tribe-events-calendar-list .tribe-events-calendar-list__event-row {
  align-items: center;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
  padding: 8px 0px;
}
.events .tribe-events-view--list .tribe-events-calendar-list .tribe-events-calendar-list__event-row:last-child {
  margin-bottom: 0px;
}
.events .tribe-events-view--list .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-datetime .tribe-events-calendar-list__event-date-tag-daynum {
  color: #D23442;
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}
.events .tribe-events-view--list .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-datetime .tribe-events-calendar-list__event-date-tag-weekday {
  color: #D23442;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-top: -10px;
}
.events .tribe-events-view--list .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.events .tribe-events-view--list .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-header > * {
  position: relative;
  padding-right: 24px;
  padding-left: 24px;
  margin-bottom: 0px;
  font-family: "Manrope", sans-serif !important;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal;
}
.events .tribe-events-view--list .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-header > *:first-child {
  padding-left: 0px;
}
.events .tribe-events-view--list .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-header > *:not(:last-child):not(:nth-last-child(2))::after {
  content: "|";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 24px;
  color: #282829;
}
.events .tribe-events-view--list .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title a:hover {
  border-bottom: none;
}
.events .tribe-events-view--list .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-venue .tribe-events-calendar-list__event-venue-title {
  font-weight: 400;
}
.events .tribe-events-view--list .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-venue .tribe-events-calendar-list__event-venue-title::after {
  content: " -";
  color: #282829;
}
.events .tribe-events-view--list .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-header .event-image-link {
  margin-left: 98px !important;
  padding-left: 0px;
  padding-right: 0px;
}
.events .tribe-events-view--list .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-header .event-image-link a::after {
  content: url("/wp-content/themes/twentytwentyone-child/images/image-events-button.png");
  width: 100%;
  display: block;
  line-height: 0;
}
.events .tribe-events-view--list .tribe-events-calendar-list .tribe-events-calendar-list__event-row:hover {
  background: linear-gradient(180deg, #540A10 0%, #D23442 100%);
}
.events .tribe-events-view--list .tribe-events-calendar-list .tribe-events-calendar-list__event-row:hover .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-datetime .tribe-events-calendar-list__event-date-tag-daynum {
  color: #ffffff;
}
.events .tribe-events-view--list .tribe-events-calendar-list .tribe-events-calendar-list__event-row:hover .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-datetime .tribe-events-calendar-list__event-date-tag-weekday {
  color: #ffffff;
}
.events .tribe-events-view--list .tribe-events-calendar-list .tribe-events-calendar-list__event-row:hover .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-venue,
.events .tribe-events-view--list .tribe-events-calendar-list .tribe-events-calendar-list__event-row:hover .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title-link,
.events .tribe-events-view--list .tribe-events-calendar-list .tribe-events-calendar-list__event-row:hover .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-datetime {
  color: #ffffff;
}
.events .tribe-events-view--list .tribe-events-calendar-list .tribe-events-calendar-list__event-row:hover .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-venue-title::after {
  content: " -";
  color: #ffffff;
}
.events .tribe-events-view--list .tribe-events-calendar-list .tribe-events-calendar-list__event-row:hover .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-header > *:not(:last-child):not(:nth-last-child(2))::after {
  color: #ffffff;
}
.events .tribe-events-view--list .tribe-events-calendar-list .tribe-events-calendar-list__event-row:hover .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-header .event-image-link a::after {
  content: url("/wp-content/themes/twentytwentyone-child/images/image-2-events-button.png");
  width: 100%;
  display: block;
  line-height: 0;
}
.events .tribe-events-view--list .tribe-events-calendar-list-nav {
  border-top: none;
}
.events .tribe-events-view--list .tribe-events-calendar-list-nav .tribe-events-c-nav__list-item button {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.section-gallery {
  padding-top: 106px;
  padding-bottom: 26px;
}
.section-gallery .title {
  margin-bottom: -36px;
}
.section-gallery .title::before {
  content: "";
  position: absolute;
  top: 53px;
  left: 14px;
  width: 198px;
  height: 5px;
  background-color: #D23442;
  border-radius: 5px;
}
.section-gallery .gallery {
  display: flex;
  justify-content: flex-end;
  min-height: 255px;
  overflow: hidden;
}
.section-gallery .gallery .swiper-container-right {
  width: 85%;
  margin-right: -12em;
  max-width: 1224px;
}
.section-gallery .gallery .swiper-container-right .swiper {
  width: 100%;
  height: 100%;
  margin-bottom: -46px;
}
.section-gallery .gallery .swiper-container-right .swiper .swiper-wrapper {
  height: auto;
}
.section-gallery .gallery .swiper-container-right .swiper .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative !important;
  overflow: hidden;
}
.section-gallery .gallery .swiper-container-right .swiper .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  transform: scale(1);
  transition: all 0.5s;
}
.section-gallery .gallery .swiper-container-right .swiper .swiper-wrapper .swiper-slide img:hover {
  transform: scale(1.04);
}
.section-gallery .gallery .swiper-container-right .swiper .control-buttons {
  background: linear-gradient(180deg, #D23442 0%, #500E0D 100%);
  border-color: #D23442;
  padding: 10px;
  border-radius: 5px;
  border: none;
  width: 65px;
  height: 47px;
  position: relative;
}
.section-gallery .gallery .swiper-container-right .swiper .control-buttons:hover {
  background: linear-gradient(180deg, #FF1613 0%, #D23442 100%);
}
.section-gallery .gallery .swiper-container-right .swiper .swiper-button-prev {
  left: 0;
  top: 0;
  margin-top: 32px;
}
.section-gallery .gallery .swiper-container-right .swiper .swiper-button-prev::after {
  content: url("/wp-content/themes/twentytwentyone-child/images/prev-icon.svg");
  width: 100%;
  line-height: 0;
}
.section-gallery .gallery .swiper-container-right .swiper .swiper-button-next {
  top: -47px;
  right: -90px;
  margin-top: 0px;
}
.section-gallery .gallery .swiper-container-right .swiper .swiper-button-next::after {
  content: url("/wp-content/themes/twentytwentyone-child/images/next-icon.svg");
  width: 100%;
  line-height: 0;
}

.large-text-wrap {
  position: relative;
  z-index: 0;
}

.large-text-wrap-top {
  position: relative;
  z-index: 1;
}

.page-id-1045 main#main {
  padding-top: 0 !important;
}

#media-boxes-container-681b543b6109a .media-boxes-load-more-button {
  background-color: #555555 !important;
}

.section-text-with-image {
  padding-top: 85px;
  padding-bottom: 88px;
  background: linear-gradient(180deg, #FFF 0%, #F1F1F1 9.42%, #F1F1F1 86.04%, #FFF 100%), linear-gradient(180deg, #FFF 0%, #F1F1F1 18.83%, #FFF 100%);
}
.section-text-with-image .text-with-image-background {
  background-repeat: no-repeat;
  background-size: initial;
  background-position: center;
  height: 382px;
}
.section-text-with-image .text-with-image-background .image-1 {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  transform: scale(1);
  transition: all 0.5s;
}
.section-text-with-image .text-with-image-background .image-1:hover {
  transform: scale(1.04);
}
.section-text-with-image .text-with-image-background .image-2 {
  position: absolute;
  right: 13%;
  bottom: 0;
  z-index: 2;
  border-radius: 5px;
  transform: scale(1);
  transition: all 0.5s;
}
.section-text-with-image .text-with-image-background .image-2:hover {
  transform: scale(1.04);
}

.section-reviews {
  padding-top: 109px;
  padding-bottom: 130px;
}
.section-reviews .google-reviews {
  padding-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-reviews .google-reviews .ti-widget {
  width: 508px;
}
.section-reviews .google-reviews .ti-widget .ti-reviews-container {
  width: 508px;
}
.section-reviews .google-reviews .ti-widget .ti-reviews-container .ti-controls {
  top: 113% !important;
}
.section-reviews .google-reviews .ti-widget .ti-reviews-container .ti-controls .ti-next {
  right: 40% !important;
}
.section-reviews .google-reviews .ti-widget .ti-reviews-container .ti-controls .ti-next::before {
  content: url("/wp-content/themes/twentytwentyone-child/images/right-arrow.svg");
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  background: none;
  transform: none;
  border-radius: 0px;
}
.section-reviews .google-reviews .ti-widget .ti-reviews-container .ti-controls .ti-next::after {
  content: none;
}
.section-reviews .google-reviews .ti-widget .ti-reviews-container .ti-controls .ti-prev {
  display: block !important;
  left: 40% !important;
}
.section-reviews .google-reviews .ti-widget .ti-reviews-container .ti-controls .ti-prev::before {
  content: url("/wp-content/themes/twentytwentyone-child/images/left-arrow.svg");
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  background: none;
  transform: none;
  border-radius: 0px;
  top: 8px !important;
}
.section-reviews .google-reviews .ti-widget .ti-reviews-container .ti-controls .ti-prev::after {
  content: none;
}
.section-reviews .google-reviews .ti-widget .ti-reviews-container .ti-reviews-container-wrapper {
  box-shadow: 0px 11px 11px 0px rgba(0, 0, 0, 0.25);
}
.section-reviews .google-reviews .ti-widget .ti-reviews-container .ti-reviews-container-wrapper .ti-inner {
  height: 315px;
  border-radius: 5px !important;
  box-shadow: none;
}
.section-reviews .google-reviews .ti-widget .ti-reviews-container .ti-reviews-container-wrapper .ti-inner .ti-review-header {
  margin-bottom: 14px;
}
.section-reviews .google-reviews .ti-widget .ti-reviews-container .ti-reviews-container-wrapper .ti-inner .ti-review-header .ti-profile-img img {
  width: 64px !important;
  height: 64px !important;
}
.section-reviews .google-reviews .ti-widget .ti-reviews-container .ti-reviews-container-wrapper .ti-inner .ti-review-header .ti-profile-details {
  justify-content: flex-start !important;
}
.section-reviews .google-reviews .ti-widget .ti-reviews-container .ti-reviews-container-wrapper .ti-inner .ti-review-header .ti-profile-details .ti-name {
  color: #454545;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  font-family: "Manrope", sans-serif !important;
}
.section-reviews .google-reviews .ti-widget .ti-reviews-container .ti-reviews-container-wrapper .ti-inner .ti-stars {
  margin: -46px 0 14px 80px !important;
  position: absolute;
}
.section-reviews .google-reviews .ti-widget .ti-reviews-container .ti-reviews-container-wrapper .ti-inner .ti-stars .ti-star {
  width: 27px !important;
  height: 27px !important;
}
.section-reviews .google-reviews .ti-widget .ti-reviews-container .ti-reviews-container-wrapper .ti-inner .ti-stars .ti-star.f {
  background-image: url("/wp-content/themes/twentytwentyone-child/images/star.svg") !important;
}
.section-reviews .google-reviews .ti-widget .ti-reviews-container .ti-reviews-container-wrapper .ti-inner .ti-review-content {
  font-family: "Manrope", sans-serif !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #454545 !important;
  height: 187px !important;
  overflow-y: scroll;
}

.section-featured-items-two {
  padding-top: 43px;
  padding-bottom: 87px;
  background-repeat: no-repeat;
  background-size: initial;
  background-position: left center;
}
.section-featured-items-two .featured-items {
  display: flex;
  flex-wrap: wrap;
  gap: 19px;
}
.section-featured-items-two .featured-items .box {
  position: relative;
  flex: 1 1 calc(50% - 10px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 23px 29px 27px;
  border-radius: 5px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
  min-height: 264px;
  transform: scale(1);
  transition: all 0.5s;
}
.section-featured-items-two .featured-items .box:hover {
  transform: scale(1.04);
}
.section-featured-items-two .featured-items .box.item-2 {
  transform: translateY(44px) scale(1);
}
.section-featured-items-two .featured-items .box.item-2:hover {
  transform: translateY(44px) scale(1.04);
}
.section-featured-items-two .featured-items .box.item-4 {
  transform: translateY(44px) scale(1);
}
.section-featured-items-two .featured-items .box.item-4:hover {
  transform: translateY(44px) scale(1.04);
}
.section-featured-items-two .featured-items .box .box-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 40px;
}
.section-featured-items-two .featured-items .box .box-title .icon-image {
  margin-right: 13px;
}
.section-featured-items-two .featured-items .box .box-title .title {
  font-family: "Manrope", sans-serif !important;
  font-size: 20px !important;
  font-style: italic;
  font-weight: 900 !important;
  line-height: normal !important;
  text-transform: uppercase;
}
.section-featured-items-two .featured-items .box .box-title::before {
  content: "";
  position: absolute;
  top: 68px;
  left: 29px;
  width: 183px;
  height: 5px;
  background-color: #D23442;
  border-radius: 5px;
}
.section-featured-items-two .featured-items .box .box-text {
  margin-top: 23px;
}

.section-text-with-image-two {
  padding-top: 75px;
}
.section-text-with-image-two .text-with-image-background {
  background-repeat: no-repeat;
  background-size: initial;
  background-position: center;
  height: 338px;
}
.section-text-with-image-two .text-with-image-background .image-1 {
  border-radius: 5px;
  transform: scale(1);
  transition: all 0.5s;
}
.section-text-with-image-two .text-with-image-background .image-1:hover {
  transform: scale(1.04);
}

.content-area .site-main .blog-main-box {
  padding-top: 200px;
}

.section-blog {
  padding-top: 64px;
  padding-bottom: 64px;
}
.section-blog .post {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 32px;
  padding-top: 33px;
  padding-bottom: 27px;
}
.section-blog .post .post-item {
  flex: 1 1 calc(50% - 16px);
  max-width: 320px;
  margin-bottom: 0;
  transform: scale(1);
  transition: all 0.5s;
}
.section-blog .post .post-item:hover {
  transform: scale(1.04);
}
.section-blog .post .post-item .post-thumbnail {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  height: 272px;
  margin-top: 0px;
  margin-bottom: 24px;
}
.section-blog .post .post-item .post-thumbnail img {
  max-width: 100% !important;
  width: 100% !important;
  height: 100% !important;
  display: block;
  object-fit: cover;
  margin-top: 0px;
}
.section-blog .post .post-item .post-title {
  font-family: "Manrope", sans-serif;
  font-size: 20px !important;
  font-style: italic;
  font-weight: 900;
  line-height: normal !important;
  text-transform: uppercase;
}
.section-blog .post .post-item .post-title a {
  color: #D23442 !important;
}
.section-blog .post .post-item .post-title a:focus {
  background: transparent !important;
}
.section-blog .post .post-item .excerpt {
  color: #282829;
  text-align: justify;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 8px;
}
.section-blog .post .post-item .excerpt .more-link {
  display: none;
}
.section-blog .form {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 22px 34px 19px;
  border-radius: 10px;
}
.section-blog .form .gform_wrapper .gform_required_legend {
  display: none;
}
.section-blog .form .gform_wrapper .gform_title {
  color: #ffffff;
  text-align: center;
  font-family: "Manrope", sans-serif !important;
  font-size: 28px !important;
  font-style: italic;
  font-weight: 900 !important;
  line-height: normal !important;
  text-transform: uppercase;
  padding-bottom: 16px;
  width: 70%;
  margin: 0 auto;
}
.section-blog .form .gform_wrapper .gform-body .gfield_label {
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section-blog .form .gform_wrapper .gform-body .gfield_radio {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 7px;
}
.section-blog .form .gform_wrapper .gform-body .gfield_radio .gchoice {
  flex: 1 1 calc(50% - 3.5px);
}
.section-blog .form .gform_wrapper .gform-body .gfield_radio .gchoice .gfield-choice-input {
  border: 2px solid #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
.section-blog .form .gform_wrapper .gform-body .gfield_radio .gchoice .gfield-choice-input:before {
  background-color: #ffffff;
  block-size: 18px;
  inline-size: 18px;
}
.section-blog .form .gform_wrapper .gform-body .gfield_radio .gform-field-label {
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section-blog .form .gform_wrapper .gform-body .textarea.small {
  height: 91px;
}
.section-blog .form .gform_wrapper .gform-body .gfield_required .gfield_required_asterisk {
  color: #ffffff;
  font-size: 16px;
}
.section-blog .form .gform_wrapper .gform-body .gfield--type-consent input {
  border: 2px solid #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0;
}
.section-blog .form .gform_wrapper .gform-body .gfield--type-consent input:before {
  color: #ffffff;
}
.section-blog .form .gform_wrapper .gform-body .gfield--type-consent input:focus {
  --gf-local-outline-color: transparent;
}
.section-blog .form .gform_wrapper .gform-body .gfield--type-consent label {
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.section-blog .form .gform_wrapper .gform-body .gfield--type-consent label a {
  color: #ffffff;
}
.section-blog .form .gform_wrapper .gform-body input, .section-blog .form .gform_wrapper .gform-body textarea {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(2px);
  border: none;
  color: #ffffff;
}
.section-blog .form .gform_wrapper .gform-footer {
  justify-content: center;
  padding-top: 24px;
}
.section-blog .form .gform_wrapper .gform-footer .gform_button {
  background-color: #900D1A !important;
  color: #ffffff !important;
  font-family: "Manrope", sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: normal !important;
  text-transform: uppercase !important;
  padding: 5px 29px;
  border-radius: 0px !important;
  border: none;
  --gf-local-border-color: transparent;
}
.section-blog .form .gform_wrapper .gform-footer .gform_button:hover {
  background: linear-gradient(180deg, #FF1613 0%, #D23442 100%) !important;
}
.section-blog .form .gform_wrapper .gform-footer .gform_button:focus {
  --gf-local-outline-color: transparent !important;
  --gf-local-border-color: transparent !important;
}

/*---
About Page
---*/
.section-video.about {
  padding-top: 130px;
  padding-bottom: 0;
}
.section-video.about h2.large {
  padding-bottom: 40px;
}

.about-row2-left {
  border-radius: 25px;
  padding: 20px;
  box-shadow: 6px 0px 22px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  background: #F1F1F1;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  flex-shrink: 0;
  min-height: 510px;
}

.uppercase {
  text-transform: uppercase;
}

.right-side-bg-red-block {
  position: relative;
}
.right-side-bg-red-block:before {
  content: " ";
  position: absolute;
  right: 0;
  top: -25px;
  background: #D23442;
  height: 110%;
  width: 75%;
  border-radius: 13px;
  z-index: -1;
}

.left-side-bg-red-block {
  position: relative;
}
.left-side-bg-red-block:before {
  content: " ";
  position: absolute;
  left: 0;
  top: -25px;
  background: #D23442;
  height: 110%;
  width: 75%;
  border-radius: 13px;
  z-index: -1;
}

.wrap-about2 {
  padding-right: 20px;
}

.section-gallery.about {
  padding-top: 39px;
}

.section-reviews.about {
  padding-top: 138px;
}

.section-blog.about {
  padding-top: 104px;
}

/*---
Memberships Page
---*/
.section-featured-items.memberships {
  margin-top: 83px !important;
}

.section-video.memberships {
  padding-top: 53px;
  padding-bottom: 139px;
}

.section-membership.memberships {
  padding-bottom: 136px;
}
.section-membership.memberships .membership-text strong {
  color: #D23442;
}
.section-membership.memberships .membership-background {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 413px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-membership.memberships .membership-background .membership-img {
  border-radius: 5px;
  transform: scale(1);
  transition: all 0.5s;
}
.section-membership.memberships .membership-background .membership-img:hover {
  transform: scale(1.04);
}

.section-gallery.memberships {
  padding-top: 106px;
}

.section-reviews.memberships {
  padding-top: 138px;
  padding-bottom: 142px;
}

.section-blog .blogs-with-bg .post-item-wrap {
  margin: 0 auto;
  position: relative;
  padding: 20px;
}
.section-blog .blogs-with-bg .post-item {
  position: relative;
}
.section-blog .blogs-with-bg .post-item:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  background: #D23442;
  height: 50%;
  width: 100%;
  border-radius: 13px;
}
.section-blog.memberships {
  padding-top: 123px;
}

/*---
Cars & Caffeine - Page
---*/
.section-text-with-image.cars-and-caffeine {
  padding-top: 85px;
  padding-bottom: 63px;
  background: none;
}

.section-video.cars-and-caffeine {
  padding-top: 109px;
}

.section-gallery.cars-and-caffeine {
  padding-top: 64px;
  padding-bottom: 141px;
}

.section-featured-items-two.cars-and-caffeine {
  padding-bottom: 108px;
}

/*---
Events - Page
---*/
.section-events.events {
  margin-top: 51px;
  padding-top: 45px;
  padding-bottom: 45px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
.section-events.events .tribe-events-calendar-list-nav {
  display: block;
}

.section-events-calendar {
  padding-top: 89px;
  padding-bottom: 64px;
}
.section-events-calendar .events-calendar .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding-top: 0px;
  padding-bottom: 0px;
}
.section-events-calendar .events-calendar .tribe-events-view--month .tribe-events-calendar-month .tribe-events-calendar-month__header .tribe-events-calendar-month__header-column-title {
  font-family: "Manrope", sans-serif !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 400 !important;
}
.section-events-calendar .events-calendar .tribe-events-view--month .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__day-date {
  font-family: "Manrope", sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
}
.section-events-calendar .events-calendar .tribe-events-view--month .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__events .tribe-events-calendar-month__calendar-event-title a {
  color: #D23442;
  border: none;
}
.section-events-calendar .events-calendar .tribe-events-view--month .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__events .tribe-events-calendar-month__calendar-event-title a:focus {
  background-color: transparent;
  color: #D23442;
}
.section-events-calendar .events-calendar .tribe-events-view--month .tribe-events-calendar-month-nav {
  border-top: none;
}
.section-events-calendar .events-calendar .tribe-events-view--month .tribe-events-calendar-month-nav .tribe-events-c-nav__list a {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/*---
Single Events - Page
---*/
.single-tribe_events .secondary {
  color: #D23442;
}
.single-tribe_events a:focus {
  background-color: transparent !important;
  color: #282829 !important;
}
.single-tribe_events .tribe-events-pg-template {
  padding-top: 83px !important;
  padding-bottom: 64px !important;
}
.single-tribe_events .tribe-events-pg-template button:not(.tribe-dialog__close-button) {
  background: linear-gradient(180deg, #D23442 0%, #500E0D 100%);
  border-color: #D23442;
  color: #ffffff !important;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 5px 29px !important;
  border-radius: 5px;
  border: none;
  outline: none;
}
.single-tribe_events .tribe-events-pg-template button:not(.tribe-dialog__close-button):hover, .single-tribe_events .tribe-events-pg-template button:not(.tribe-dialog__close-button):focus {
  background: linear-gradient(180deg, #FF1613 0%, #D23442 100%) !important;
  color: #ffffff;
}
.single-tribe_events .tribe-events-pg-template .tribe-events-single-event-title {
  color: #D23442;
  font-family: "Manrope", sans-serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}
.single-tribe_events .tribe-events-pg-template .tribe-events-schedule h2 {
  color: #282829;
  font-family: "Manrope", sans-serif !important;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal !important;
}
.single-tribe_events .tribe-events-pg-template .tribe-events .tribe-events-c-subscribe-dropdown .tribe-common-c-btn-border {
  color: #D23442;
  background-color: #ffffff;
  border: 1px solid #D23442;
  border-radius: 5px;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 8px 12px;
}
.single-tribe_events .tribe-events-pg-template .tribe-events .tribe-events-c-subscribe-dropdown .tribe-common-c-btn-border .tribe-events-c-subscribe-dropdown__export-icon {
  color: #D23442;
  stroke: #D23442;
}
.single-tribe_events .tribe-events-pg-template .tribe-events .tribe-events-c-subscribe-dropdown .tribe-common-c-btn-border .tribe-events-c-subscribe-dropdown__button-text {
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #D23442 !important;
  cursor: pointer;
  font-size: 18px;
  padding: 0 !important;
  text-shadow: none;
}
.single-tribe_events .tribe-events-pg-template .tribe-events .tribe-events-c-subscribe-dropdown .tribe-common-c-btn-border .tribe-events-c-subscribe-dropdown__button-text:hover {
  background: transparent !important;
}
.single-tribe_events .tribe-events-pg-template .tribe-events .tribe-events-c-subscribe-dropdown .tribe-common-c-btn-border:hover {
  background-color: #D23442;
  color: #ffffff;
}
.single-tribe_events .tribe-events-pg-template .tribe-events .tribe-events-c-subscribe-dropdown .tribe-common-c-btn-border:hover .tribe-events-c-subscribe-dropdown__export-icon {
  color: #ffffff;
  stroke: #ffffff;
}
.single-tribe_events .tribe-events-pg-template .tribe-events .tribe-events-c-subscribe-dropdown .tribe-common-c-btn-border:hover .tribe-events-c-subscribe-dropdown__button-text {
  color: #ffffff !important;
}
.single-tribe_events .tribe-events-pg-template .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__content .tribe-events-c-subscribe-dropdown__list {
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
}
.single-tribe_events .tribe-events-pg-template .tribe-events-event-meta {
  order: 1;
}
.single-tribe_events .tribe-events-pg-template .tribe-events-event-meta .tribe-events-meta-group-details dd {
  color: #282829;
}
.single-tribe_events .tribe-events-pg-template .tribe-events-event-meta .tribe-events-meta-group-details .tribe-events-abbr {
  text-decoration: none;
}
.single-tribe_events .tribe-events-pg-template .tribe-events-event-meta .tribe-events-meta-group-details .tribe-event-tags a {
  cursor: default;
}
.single-tribe_events .tribe-events-pg-template .tribe-events-event-meta .tribe-events-meta-group-organizer dd {
  color: #282829;
}
.single-tribe_events .tribe-events-pg-template .tribe-events-event-meta .tribe-venue-location .tribe-address .tribe-events-abbr {
  text-decoration: none;
}
.single-tribe_events .tribe-events-pg-template .event-tickets .tribe-tickets__rsvp-actions .tribe-tickets__rsvp-actions-button-going,
.single-tribe_events .tribe-events-pg-template .event-tickets .tribe-tickets__rsvp-actions .tribe-tickets__rsvp-actions-button-not-going {
  background: linear-gradient(180deg, #D23442 0%, #500E0D 100%);
  border-color: #D23442;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 5px 29px;
  border-radius: 5px;
  border: none;
}
.single-tribe_events .tribe-events-pg-template .event-tickets .tribe-tickets__rsvp-actions .tribe-tickets__rsvp-actions-button-going:hover, .single-tribe_events .tribe-events-pg-template .event-tickets .tribe-tickets__rsvp-actions .tribe-tickets__rsvp-actions-button-going:focus,
.single-tribe_events .tribe-events-pg-template .event-tickets .tribe-tickets__rsvp-actions .tribe-tickets__rsvp-actions-button-not-going:hover,
.single-tribe_events .tribe-events-pg-template .event-tickets .tribe-tickets__rsvp-actions .tribe-tickets__rsvp-actions-button-not-going:focus {
  background: linear-gradient(180deg, #FF1613 0%, #D23442 100%) !important;
}
.single-tribe_events .tribe-dialog .tribe-dialog__close-button {
  background-color: transparent !important;
  background-image: none !important;
  color: transparent !important;
}
.single-tribe_events .tribe-dialog .tribe-dialog__close-button::after {
  content: url("/wp-content/themes/twentytwentyone-child/images/close-icon.svg");
  width: 100%;
  line-height: 0;
  display: block;
  height: 18px;
  width: 18px;
}
.single-tribe_events .tribe-dialog .tribe-dialog__close-button:hover {
  background: transparent;
}
.single-tribe_events .tribe-dialog .tribe-dialog__close-button:focus {
  outline: none;
}

/*---
Single Venue - Page
---*/
.single-tribe_venue a:focus {
  background-color: transparent !important;
  color: #282829 !important;
}
.single-tribe_venue .tribe-events-l-container {
  padding-top: 83px !important;
  padding-bottom: 50px !important;
}
.single-tribe_venue .tribe-events-l-container .tribe-events-header__breadcrumbs .tribe-events-c-breadcrumbs__list .tribe-events-c-breadcrumbs__list-item .tribe-events-c-breadcrumbs__list-item-link {
  bottom: 0;
}
.single-tribe_venue .tribe-events-l-container .tribe-events-header .tec-events-c-view-box-border {
  border: 1px solid #d9d9d9;
}
.single-tribe_venue .tribe-events-l-container .tribe-events-header .tec-events-c-view-box-border .tribe-events-abbr {
  text-decoration: none;
}
.single-tribe_venue .tribe-events-l-container .tribe-events-calendar-list .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-datetime .tribe-events-calendar-list__event-date-tag-daynum {
  color: #B6201E;
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}
.single-tribe_venue .tribe-events-l-container .tribe-events-calendar-list .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-datetime .tribe-events-calendar-list__event-date-tag-weekday {
  color: #B6201E;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-top: -10px;
}
.single-tribe_venue .tribe-events-l-container .tribe-events-calendar-list .tribe-events-calendar-list__event-details h3 .tribe-events-calendar-list__event-title-link {
  color: #D23442;
}
.single-tribe_venue .tribe-events-l-container .tribe-events-calendar-list-nav .tribe-events-c-nav__prev,
.single-tribe_venue .tribe-events-l-container .tribe-events-calendar-list-nav .tribe-events-c-nav__next {
  background-color: transparent !important;
  color: #282829 !important;
}

/*---
Events Category - Page
---*/
.post-type-archive-tribe_events a:focus {
  background-color: transparent !important;
  color: #282829 !important;
}
.post-type-archive-tribe_events .tribe-events-l-container {
  padding-top: 83px !important;
  padding-bottom: 64px !important;
}
.post-type-archive-tribe_events .tribe-events-l-container .tribe-events-header__breadcrumbs .tribe-events-c-breadcrumbs__list .tribe-events-c-breadcrumbs__list-item .tribe-events-c-breadcrumbs__list-item-link {
  bottom: 0;
}
.post-type-archive-tribe_events .tribe-events-l-container .tribe-events-header__events-bar {
  border: 1px solid #d9d9d9;
  padding-right: 10px;
}
.post-type-archive-tribe_events .tribe-events-l-container .tribe-events-header__events-bar .tribe-events-c-search__input {
  border: none;
}
.post-type-archive-tribe_events .tribe-events-l-container .tribe-events-header__events-bar .tribe-events-c-search__button {
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  color: #231F20;
}
.post-type-archive-tribe_events .tribe-events-l-container .tribe-events-header__events-bar .tribe-events-c-search__button:focus {
  outline: none;
}
.post-type-archive-tribe_events .tribe-events-l-container .tribe-events-calendar-list .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-datetime .tribe-events-calendar-list__event-date-tag-daynum {
  color: #B6201E;
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}
.post-type-archive-tribe_events .tribe-events-l-container .tribe-events-calendar-list .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-datetime .tribe-events-calendar-list__event-date-tag-weekday {
  color: #B6201E;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-top: -10px;
}
.post-type-archive-tribe_events .tribe-events-l-container .tribe-events-calendar-list .tribe-events-calendar-list__event-details h3 .tribe-events-calendar-list__event-title-link {
  color: #D23442;
}
.post-type-archive-tribe_events .tribe-events-l-container .tribe-events-calendar-list-nav .tribe-events-c-nav__prev,
.post-type-archive-tribe_events .tribe-events-l-container .tribe-events-calendar-list-nav .tribe-events-c-nav__next {
  background-color: transparent !important;
  color: #282829 !important;
}

/*---
Rooms - Page
---*/
.section-images.rooms {
  padding-top: 50px;
  padding-bottom: 21px;
}
.section-images.rooms .background-images {
  background-repeat: no-repeat;
  background-size: initial;
  background-position: center 30%;
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 33px;
}
.section-images.rooms .background-images .image-1 img, .section-images.rooms .background-images .image-2 img, .section-images.rooms .background-images .image-3 img {
  border-radius: 5px;
  transform: scale(1);
  transition: all 0.5s;
}
.section-images.rooms .background-images .image-1 img:hover, .section-images.rooms .background-images .image-2 img:hover, .section-images.rooms .background-images .image-3 img:hover {
  transform: scale(1.04);
}
.section-images.rooms .background-images .image-1 h3, .section-images.rooms .background-images .image-2 h3, .section-images.rooms .background-images .image-3 h3 {
  color: #231F20;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  padding-top: 24px;
}

.section-text-and-calendar.rooms {
  padding-top: 96px;
}
.section-text-and-calendar.rooms.three {
  padding-bottom: 64px;
}

/*---
Blog - Page
---*/
.section-post-filter {
  padding-top: 102px;
}
.section-post-filter .post .post-item {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.section-post-filter .post .post-item .post-thumbnail {
  flex: 1 1 41.5%;
  margin: 0;
}
.section-post-filter .post .post-item .post-thumbnail .wp-post-image {
  margin: 0px;
}
.section-post-filter .post .post-item .post-content {
  flex: 1 1 58.5%;
  padding: 0 0 0 68px;
}
.section-post-filter .post .post-item .post-content h3 a {
  color: #D23442;
  font-family: "Manrope", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
}
.section-post-filter .post .post-item .post-content .post-excerpt {
  padding-top: 16px;
  padding-bottom: 16px;
}
.section-post-filter .post .post-item .post-content .post-excerpt .more-link {
  display: none;
}
.section-post-filter .post .post-item .post-content .read-more-button {
  color: #540A10 !important;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.section-post-filter .filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  min-width: 300px;
  width: 100%;
}
.section-post-filter .filter .blog-category-filter {
  background-color: #F1F1F1;
  box-shadow: 6px 0px 22px 0px rgba(0, 0, 0, 0.25);
  padding: 32px 46px 32px 24px;
  color: #555555;
  max-width: 310px;
  width: 100%;
}
.section-post-filter .filter .blog-category-filter h3 {
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 97%;
  color: #D23442;
  text-transform: capitalize;
}
.section-post-filter .filter .blog-category-filter #category-filter-form label {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 16px;
  margin-bottom: 0px;
}
.section-post-filter .filter .blog-category-filter #category-filter-form label input {
  border: 1px solid #555555;
  background-color: transparent;
  width: 13px;
  height: 13px;
  margin-right: 11px;
}
.section-post-filter .filter .blog-category-filter #category-filter-form label input::after {
  border: 2px solid #555555;
  border-top: 0;
  border-left: 0;
  left: 3px;
  top: -1px;
  width: 6px;
  height: 11px;
}

.single-post .hero {
  height: 50vh;
}

.section-post-filter.blog-main-box {
  padding-top: 0;
}

.section-posts {
  padding-top: 83px;
  padding-bottom: 64px;
}
.section-posts .blog-posts .all-post {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 2* 24px) / 3));
  column-gap: 24px;
  row-gap: 70px;
  max-width: 1320px;
  margin: 0 auto;
}
.section-posts .blog-posts .all-post .post-item {
  position: relative !important;
  overflow: hidden;
}
.section-posts .blog-posts .all-post .post-item .post-thumbnail {
  margin: 0;
  height: 292px;
}
.section-posts .blog-posts .all-post .post-item .post-thumbnail .wp-post-image {
  margin: 0;
  width: 100% !important;
  height: 100% !important;
  display: block;
  max-width: 100% !important;
  object-fit: cover;
}
.section-posts .blog-posts .all-post .post-item h3 {
  padding-top: 32px;
}
.section-posts .blog-posts .all-post .post-item h3 a {
  color: #D23442;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}
.section-posts .blog-posts .all-post .post-item h3 a:focus {
  background-color: transparent !important;
  color: #D23442;
}
.section-posts .blog-posts .all-post .post-item .entry-content {
  margin-top: 16px;
  margin-bottom: 16px;
}
.section-posts .blog-posts .all-post .post-item .entry-content .more-link {
  display: none;
}
.section-posts .blog-posts .all-post .post-item .read-more-button {
  color: #540A10 !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.section-posts .blog-posts .all-post .post-item .read-more-button:focus {
  background-color: transparent !important;
  color: #540A10 !important;
}
.section-posts .blog-posts .blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 100px;
}
.section-posts .blog-posts .blog-pagination span[aria-current=page] {
  background-color: #D23442;
  color: #fff;
  display: inline-block;
  width: 36px;
  height: 36px;
  padding: 5px 12px;
  border-radius: 50%;
  text-align: center;
}
.section-posts .blog-posts .blog-pagination .page-numbers {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 15px;
}
.section-posts .blog-posts .blog-pagination .page-numbers:focus {
  background-color: transparent !important;
  color: #282829 !important;
}

/*---
Single Post - Page
---*/
.single-post .post-content {
  padding-top: 100px;
  padding-bottom: 64px;
}
.single-post .post-content .post-thumbnail {
  margin: 0;
  width: 100%;
}
.single-post .post-content .post-thumbnail .wp-post-image {
  margin: 0;
}
.single-post .post-content .entry-title {
  color: #D23442;
  font-family: "Manrope", sans-serif !important;
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 16px;
  padding-top: 0px;
}
.single-post .post-content p {
  text-align: justify;
}
.single-post .entry-footer::before {
  content: none !important;
}
.single-post .comments-area {
  display: none;
}
.single-post .post-navigation {
  display: none;
}

/*---
Contact Us - Page
---*/
.section-contact {
  padding-top: 120px;
}
.section-contact .contact-info-wrap {
  margin-bottom: 60px;
  text-align: center;
}
.section-contact .contact-information {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-evenly;
  margin-top: 40px;
}
.section-contact .contact-information .title {
  color: #D23442;
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
}
.section-contact .contact-information .title .icon {
  margin: 0 auto;
  max-width: 65px;
  clear: both;
  display: block;
}
.section-contact .contact-information a {
  margin-bottom: 40px;
}
.section-contact .contact-information a:focus {
  background-color: transparent !important;
  color: #282829 !important;
}
.section-contact .contact-info-map .map {
  margin-top: 20px;
}
.section-contact .contact-info-map .map iframe {
  border-radius: 10px;
  border-radius: 10px;
  background: url(<path-to-image>) lightgray 50%/cover no-repeat;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.section-contact .form {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 22px 34px 19px;
  border-radius: 10px;
}
.section-contact .form .gform_wrapper .gform_required_legend {
  display: none;
}
.section-contact .form .gform_wrapper .gform_title {
  color: #ffffff;
  text-align: center;
  font-family: "Manrope", sans-serif !important;
  font-size: 28px !important;
  font-style: italic;
  font-weight: 900 !important;
  line-height: normal !important;
  text-transform: uppercase;
  padding-bottom: 16px;
  width: 70%;
  margin: 0 auto;
}
.section-contact .form .gform_wrapper .gform-body .gfield_label {
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section-contact .form .gform_wrapper .gform-body .gfield_radio {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 7px;
}
.section-contact .form .gform_wrapper .gform-body .gfield_radio .gchoice {
  flex: 1 1 calc(50% - 3.5px);
}
.section-contact .form .gform_wrapper .gform-body .gfield_radio .gchoice .gfield-choice-input {
  border: 2px solid #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
.section-contact .form .gform_wrapper .gform-body .gfield_radio .gchoice .gfield-choice-input:before {
  background-color: #ffffff;
  block-size: 18px;
  inline-size: 18px;
}
.section-contact .form .gform_wrapper .gform-body .gfield_radio .gform-field-label {
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section-contact .form .gform_wrapper .gform-body .textarea.small {
  height: 91px;
}
.section-contact .form .gform_wrapper .gform-body .gfield_required .gfield_required_asterisk {
  color: #ffffff;
  font-size: 16px;
}
.section-contact .form .gform_wrapper .gform-body .gfield--type-consent input {
  border: 2px solid #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0;
}
.section-contact .form .gform_wrapper .gform-body .gfield--type-consent input:before {
  color: #ffffff;
}
.section-contact .form .gform_wrapper .gform-body .gfield--type-consent input:focus {
  --gf-local-outline-color: transparent;
}
.section-contact .form .gform_wrapper .gform-body .gfield--type-consent label {
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section-contact .form .gform_wrapper .gform-body .gfield--type-consent label a {
  color: #ffffff;
}
.section-contact .form .gform_wrapper .gform-body input, .section-contact .form .gform_wrapper .gform-body textarea {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(2px);
  border: none;
  color: #ffffff;
}
.section-contact .form .gform_wrapper .gform-footer {
  justify-content: center;
  padding-top: 24px;
}
.section-contact .form .gform_wrapper .gform-footer .gform_button {
  background-color: #900D1A !important;
  color: #ffffff !important;
  font-family: "Manrope", sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: normal !important;
  text-transform: uppercase !important;
  padding: 5px 29px;
  border-radius: 0px !important;
  border: none;
  --gf-local-border-color: transparent;
}
.section-contact .form .gform_wrapper .gform-footer .gform_button:hover {
  background: linear-gradient(180deg, #FF1613 0%, #D23442 100%) !important;
}
.section-contact .form .gform_wrapper .gform-footer .gform_button:focus {
  --gf-local-outline-color: transparent !important;
  --gf-local-border-color: transparent !important;
}

.contact-follow-us {
  margin-bottom: 40px;
}
.contact-follow-us .social-networks a, .contact-follow-us .social-networks a:visited {
  margin-right: 10px;
  margin-left: 10px;
  color: #555555;
}

.home-form-special {
  padding-left: 15px;
  padding-right: 15px;
}

.locations-box h4 {
  font-size: 32px !important;
  margin-bottom: 30px;
  color: #D23442;
}
.locations-box .nav-tabs {
  border-bottom: none;
  justify-content: center;
  gap: 8px;
}
.locations-box .nav-tabs .nav-link {
  border: none !important;
  color: #333;
  font-size: 24px;
  background: transparent !important;
  border-radius: 6px;
  padding: 8px 16px;
  transition: all 1s ease;
  overflow: hidden;
  position: relative;
}
.locations-box .nav-tabs .nav-link:hover {
  border: none !important;
  background: transparent;
  color: #c40021;
}
.locations-box .nav-tabs .nav-link.active {
  background: transparent !important;
  color: #D23442 !important;
  border: none !important;
}
.locations-box .nav-tabs .nav-link.active:after {
  content: "";
  width: 75px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: #F1F1F1;
  z-index: -1;
  transition: all 1s ease;
  /* 1-second transition */
}
.locations-box .nav-link:after {
  content: "";
  width: 75px;
  height: 100%;
  position: absolute;
  left: -77px;
  top: 0;
  border-radius: 5px;
  background: #F1F1F1;
  z-index: -1;
  transition: all 1s ease;
  /* 1-second transition */
}
.locations-box .nav-link:hover:after {
  content: "";
  width: 75px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: #F1F1F1;
  z-index: -1;
  transition: all 1s ease;
  /* 1-second transition */
}
.locations-box .col-md-4 {
  text-align: center;
}

.img-wrap-box {
  padding: 0px 20px 20px 20px;
  position: relative;
  margin: 0 auto 25px;
  max-width: 320px;
}
.img-wrap-box:after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #D23442;
  border-radius: 13px;
  z-index: -2;
}

.section-video.contact-us {
  padding-top: 178px;
  padding-bottom: 64px;
}

.image-title-box span {
  font-size: 30px;
  font-family: "relation-one", sans-serif;
}
.image-title-box img.gif {
  max-width: 75px;
  float: left;
  margin-right: 10px;
}
.image-title-box h2.primary.pb-2 {
  line-height: 30px !important;
  margin-bottom: 5px;
}

/*---
Thank You - Page
---*/
.section-thank-you {
  padding-top: 120px;
  padding-bottom: 64px;
}
.section-thank-you p {
  font-size: 20px;
}

/*---
Terms and Conditions - Page
---*/
.section-terms-and-conditions {
  padding-top: 83px;
  padding-bottom: 64px;
}
.section-terms-and-conditions h2 {
  padding-bottom: 32px;
}
.section-terms-and-conditions h3 {
  color: #D23442;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  padding: 16px 0px;
}

/*---
Privacy Policy - Page
---*/
.section-privacy-policy {
  padding-top: 83px;
  padding-bottom: 64px;
}
.section-privacy-policy h2 {
  padding-bottom: 32px;
}
.section-privacy-policy h3 {
  color: #D23442;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  padding: 16px 0px;
}

.row.design-wrap-centered {
  display: flex;
  justify-content: center;
}

.design-main-box-wrap {
  margin-top: 80px;
}
.design-main-box-wrap h3 {
  font-size: 32px !important;
  color: #D23442;
  padding-top: 35px;
  padding-bottom: 24px;
  text-transform: capitalize;
}
.design-main-box-wrap h5 {
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 400;
  font-family: "Manrope", sans-serif;
  color: #555555;
  padding-top: 10px;
  margin-bottom: 30px;
}

/*---
Footer
---*/
footer#colophon {
  background-size: 100% !important;
  background-position: top;
  background: #F1F1F1;
  background-repeat: no-repeat;
}

.footer-menu-wrap p, .col-12.col-lg-9.footer-menu-wrap p a {
  color: #464646 !important;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.site-footer {
  padding-top: 249px !important;
  padding-bottom: 31px !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  margin-top: 0 !important;
  position: relative;
  width: 100%;
  max-width: 100% !important;
}
.site-footer .footer-logo {
  width: 100%;
  max-width: 320px;
}
.site-footer .container {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 0px;
}
.site-footer .container .footer-nav .footer-menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: left;
  gap: 5px;
  list-style: none;
  padding-left: 0;
}
.site-footer .container .footer-nav .footer-menu .menu-item {
  flex: 1 1 auto;
  text-align: left;
  max-width: fit-content;
}
.site-footer .container .footer-nav .footer-menu .menu-item a, .site-footer .container .footer-nav .footer-menu .menu-item a:visited {
  color: #555555;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.site-footer .container .footer-nav .footer-menu .menu-item a:focus, .site-footer .container .footer-nav .footer-menu .menu-item a:visited:focus {
  background-color: transparent !important;
  color: #555555 !important;
}
.site-footer .container .contact-information {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 26px;
}
.site-footer .container .contact-information a {
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 25px;
}
.site-footer .container .contact-information a i {
  margin-right: 8px;
}
.site-footer .container .contact-information .social-networks a {
  margin-right: 16px;
}
.site-footer .container .contact-information .social-networks a i {
  margin-right: 0px;
}
.site-footer .container .contact-information .social-networks a:last-child {
  margin-right: 0;
}
.site-footer .container .footer-text {
  margin-top: 27px;
}
.site-footer .container .footer-text p, .site-footer .container .footer-text a {
  color: #555555;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

.footer-bottom-social-box {
  margin-top: 20px;
}
.footer-bottom-social-box .social-networks a {
  color: #D23442 !important;
  padding-left: 10px;
  padding-right: 10px;
}

.commercial-landing-main {
  margin-top: 124px !important;
}
.commercial-landing-main .wrap-service.icon-x-top-right .icon-box-shop-store {
  max-width: 70px !important;
}

.footer-email-box p {
  padding-left: 40px;
  margin-bottom: 10px;
}
.footer-email-box p a.footer-phone,
.footer-email-box p a.footer-email {
  color: #555555;
  font-weight: 700;
}
.footer-email-box p.contact-link {
  clear: both;
  float: left;
  margin-top: 20px;
  margin-bottom: 30px;
}

.header-wrap {
  position: relative;
  width: 100%;
  min-height: 570px;
  overflow: hidden;
}
.header-wrap h1 {
  color: #FFF;
  font-family: "relation-one", sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.header-wrap h2 {
  color: #FFF;
  font-family: "Manrope", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  padding: 100px 0 0;
  line-height: 60px;
}
.header-wrap h2 span {
  font-size: 68px;
}

#hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensures the video covers the section */
}

.header-wrap {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  padding: 9px 0 0;
}

.wp-custom-logo .site-header {
  position: relative;
}

.header-wrap {
  text-align: left;
}
.header-wrap .site-branding {
  display: none;
}
.header-wrap .site-logo {
  max-width: 220px;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 30px;
  padding: 0;
}

.header-phone a, .header-phone a:visited {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  /* 18.75px */
  text-transform: uppercase;
  text-decoration: none;
}
.header-phone a:hover, .header-phone a:visited:hover {
  text-decoration: underline;
}

.hero-form-title {
  color: #ffffff;
  font-family: "relation-one", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 10px;
}

.header-social-box a, .header-social-box a:visited {
  color: #fff;
  margin-right: 10px;
  margin-left: 10px;
}
.header-social-box i.fa-brands.fa-facebook {
  margin: 0 0 0 5px;
}
.header-social-box i.fa-brands.fa-instagram {
  margin: 0 10px;
}

.hero-overlay {
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.hero-overlay:after {
  content: "";
  position: relative;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("/wp-content/themes/twentytwentyone-child/images/hero-wave-1.png");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 100% 101%;
}

a.company-logo-lk {
  z-index: 2;
  position: relative;
  display: block;
}

.site-logo {
  border: none !important;
}

.hero-form-box {
  position: relative;
  z-index: 1;
}
.hero-form-box.faq-form .hero-form-wrap {
  margin: 0 auto;
  float: none;
}
.hero-form-box.faq-form .grass-form {
  left: -40px;
  top: 370px;
  bottom: auto;
}

.container.brands-box-main.brands-box-main-commercial .row {
  display: flex;
  justify-content: space-evenly;
}

.hero-form-wrap {
  background: #051416E5;
  max-width: 320px;
  float: right;
  padding: 24px;
  position: relative;
  border-radius: 5px;
  box-shadow: 6px 0px 22px 0px rgba(0, 0, 0, 0.25);
}
.hero-form-wrap .gform-theme--foundation .gform_fields {
  row-gap: 11px;
}
.hero-form-wrap .gform-theme--foundation .gfield textarea,
.hero-form-wrap select#input_1_5,
.hero-form-wrap select#input_2_5,
.hero-form-wrap .gform_fields input {
  border-radius: 5px !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  background: rgba(255, 255, 255, 0.2) !important;
  color: white !important;
  margin: 0 !important;
}
.hero-form-wrap .hero-msg-input textarea {
  max-height: 84px;
}
.hero-form-wrap .gform-footer.gform_footer.top_label {
  margin: 20px auto 0px;
  justify-content: space-evenly;
}
.hero-form-wrap input#gform_submit_button_2,
.hero-form-wrap input#gform_submit_button_1 {
  display: flex;
  padding: 5px 29px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: #11484F;
  color: #FFF;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.grass-form {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: -1;
  left: -3%;
  margin: 0 auto;
  bottom: -70px;
  min-width: 500px;
}
@media (max-width: 1200px) {
  .grass-form {
    display: none;
  }
}
.grass-form img {
  width: 100%;
}

.video-wrap {
  padding: 40px;
  background-image: url("/wp-content/themes/twentytwentyone-child/images/video-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.home-services-row3 {
  margin-top: 80px !important;
}

.home-row2 {
  background-image: url("/wp-content/themes/twentytwentyone-child/images/rocks-bg.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.home-row2.about-row-2 {
  background-image: url("/wp-content/themes/twentytwentyone-child/images/about-row2-bg.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.home-row2.contact-map-row {
  background-image: url("/wp-content/themes/twentytwentyone-child/images/contact-row2-bg.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 120px;
  padding-bottom: 110px;
}
.home-row2.pool-serivces-row2 {
  background-image: url("/wp-content/themes/twentytwentyone-child/images/pool-services-row2-bg.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 0;
}
.home-row2.services-row2 {
  background-image: url("/wp-content/themes/twentytwentyone-child/images/contact-row2-bg.png");
}

.service-wrap-1 {
  padding-top: 80px;
  position: relative;
}
.service-wrap-1.service-wrap-main-box {
  margin-bottom: 0;
}
.service-wrap-1.service-wrap-main-box .service-main-img {
  margin-top: 0px;
  z-index: 0;
  position: relative;
}
.service-wrap-1.service-wrap-main-box .service-before-1 {
  margin-top: -230px;
  position: relative;
  margin-bottom: 60px;
  right: -230px;
}
.service-wrap-1 .wrap-service {
  background: #F1F1F1;
  color: #D23442;
  padding: 60px 40px 60px;
  border-radius: 20px;
  box-shadow: 4px 4px 4px 2px #8080806b;
}
.service-wrap-1 .wrap-service h3 {
  font-family: "League Spartan", sans-serif !important;
  font-size: 32px !important;
  font-weight: 700 !important;
}
.service-wrap-1 p {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #555555;
}
.service-wrap-1 ul {
  padding: 0 0 0;
  list-style: none;
}
.service-wrap-1 ul li {
  background-image: url("/wp-content/themes/twentytwentyone-child/images/redCheck.gif");
  background-size: 20px;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 4px 0 5px 30px;
  color: #555555;
}
.service-wrap-1 a.btn.btn-primary {
  margin-top: 20px;
}

.list-1 ul {
  padding: 0 0 0;
  list-style: none;
}
.list-1 ul li {
  background-image: url("/wp-content/uploads/icon-garage1.png");
  background-size: 20px;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 4px 0 5px 30px;
}

.list-2 ul {
  padding: 0 0 0;
  list-style: none;
}
.list-2 ul li {
  background-image: url("/wp-content/themes/twentytwentyone-child/images/redCheck.gif");
  background-size: 20px;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 4px 0 5px 30px;
}

.wrap-red-bg {
  position: relative;
  padding: 50px 50px !important;
}
.wrap-red-bg:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  background: #D23442;
  height: 50%;
  width: 100%;
  border-radius: 13px;
}

.service-slide-box .carousel-indicators {
  justify-content: flex-end;
  margin-right: 1rem;
  bottom: 1rem;
}
.service-slide-box .carousel-indicators [data-bs-target] {
  background-color: #ccc;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 4px;
}
.service-slide-box .carousel-indicators .active {
  background-color: #e74c3c;
  /* Red active dot */
}
.service-slide-box .carousel-item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.carousel-indicators button {
  background: #D9D9D9 !important;
  width: 30px !important;
  height: 0px !important;
  border-radius: 10px;
}
.carousel-indicators button.active {
  width: 45px !important;
  background: #D23442 !important;
}

.red-bg-full {
  position: relative;
  padding: 50px;
}

.red-bg-full:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  background: #D23442;
  height: 50%;
  width: 100%;
  border-radius: 13px;
}

.ba-toggle {
  color: #F6A300;
}

button#showAfter,
button#showBefore {
  background: transparent;
  color: rgba(0, 24, 46, 0.5);
}
button#showAfter:hover,
button#showBefore:hover {
  color: #00182F;
}

.ser-row-title-box {
  clear: both;
  float: left;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.ser-row-title-box img {
  max-width: 50px;
  float: left;
  margin-right: 15px;
  position: relative;
  top: -15px;
}

.ser-row1-img-box {
  background-image: url("/wp-content/themes/twentytwentyone-child/images/bg-serv-row1.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  min-height: 450px;
}

.ser-row1-left-background img {
  max-width: 75% !important;
  position: relative;
  bottom: -73px;
  right: -10px;
}

.ba-toggle {
  text-align: center;
  margin-top: 10px;
  font-family: sans-serif;
}

.ba-toggle button {
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  color: #0073aa;
}

.ba-toggle button:hover {
  text-decoration: underline;
}

.ba-img.ba-before {
  position: absolute;
}

.ba-image-wrapper {
  pointer-events: none;
}

.service-service1-top {
  z-index: 1;
  position: relative;
}

.service-wrap-1 .ba-toggle {
  text-align: left;
}

.service-main-img.service-main-img-2 {
  margin-top: -160px;
  z-index: 0;
}

.img-fluid {
  width: 100%;
}

.service-testimonial-box {
  border: saddlebrown;
  padding: 30px 52px 12px 32px;
  background-color: linear-gradient(180deg, #ea6302 0%, #f6a300 100%);
  background-image: url("/wp-content/themes/twentytwentyone-child/images/orange-bg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  max-width: 800px;
  margin: -60px auto 0;
  z-index: 3;
  position: relative;
}
.service-testimonial-box p {
  padding-top: 0;
  padding-bottom: 20px;
}

.service-single-row4-wrap .home-services-row3 {
  background: none;
}

.services-row-5-wrap {
  padding-top: 50px;
  background-image: url("/wp-content/themes/twentytwentyone-child/images/bg-single-slider-bg.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-box {
  position: relative;
}

.home-service-img {
  border-radius: 7px;
  position: relative;
  z-index: 1;
}

.image-box-left {
  padding-right: 50px;
  padding-bottom: 64px;
}

.image-box-right {
  padding-left: 50px;
  padding-bottom: 64px;
}

.small-floating-left,
.small-floating-right {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  max-width: 160px;
  border-radius: 7px;
  border: solid 6px white;
}

.small-floating-left {
  position: absolute;
  z-index: 2;
  bottom: 0;
  max-width: 160px;
  border-radius: 7px;
  border: solid 6px white;
  right: auto;
  left: 0;
}

.service-wrap-1.service-wrap-box-2 {
  padding-top: 50px;
  padding-bottom: 60px;
  margin-top: 60px;
  margin-bottom: 10px;
  background-image: url("/wp-content/themes/twentytwentyone-child/images/gray-bg-1.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 80% 100%;
}
.service-wrap-1.service-wrap-box-2 .carousel-indicators {
  justify-content: start;
  padding: 0;
  margin-left: 0;
  margin-bottom: -40px;
}
.service-wrap-1.service-wrap-box-2 .service-before-1.service-before-2 {
  z-index: 2;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
}
.service-wrap-1.service-wrap-box-2 .service-service1-top {
  position: relative;
}
.service-wrap-1.service-wrap-box-2 .service-service1-top .wrap-service {
  background: #D23442;
  color: #ffffff;
  padding: 60px 40px 60px 17px;
  border-radius: 20px;
  box-shadow: none;
  border: none;
  height: 100%;
}
.service-wrap-1.service-wrap-box-2 .service-service1-top .wrap-service p, .service-wrap-1.service-wrap-box-2 .service-service1-top .wrap-service li {
  color: #ffffff;
}
.service-wrap-1.service-wrap-box-2 .service-service1-top .wrap-service ul li {
  background-image: url("/wp-content/themes/twentytwentyone-child/images/whiteCheck.gif");
}
.service-wrap-1.service-wrap-box-2 .service-service1-top .wrap-service a.btn.btn-primary {
  background: #540A10;
  border-color: #540A10;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding: 10px 40px;
  border-radius: 10px;
  border: none;
}
.service-wrap-1.service-wrap-box-2 .service-service1-top .wrap-service a.btn.btn-primary:hover, .service-wrap-1.service-wrap-box-2 .service-service1-top .wrap-service a.btn.btn-primary:focus {
  background: #ffffff;
  color: #D23442;
  border-color: #ffffff;
}
.service-wrap-1.service-wrap-box-2 .service-service1-top:after {
  background: #D23442;
  content: "";
  width: 300px;
  height: 100%;
  display: block;
  position: absolute;
  left: -220px;
  top: 0;
  z-index: -1;
  border-radius: 20px;
}

.service-wrap-1.service-wrap-box-3 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.service-wrap-1.service-wrap-box-3 .icon-box-shop-store {
  max-width: 70px;
}
.service-wrap-1.service-wrap-box-3 .icon-box-shop-store {
  max-width: 45px;
}
.service-wrap-1.service-wrap-box-3 .wrap1 {
  padding: 30px 20px 10px 30px;
}
.service-wrap-1.service-wrap-box-3 .wrap1 p {
  padding-top: 0px;
  padding-bottom: 12px;
}
.service-wrap-1.service-wrap-box-3 .wrap1 strong {
  color: #540A10;
}
.service-wrap-1.service-wrap-box-3 .wrap-service.icon-x-top-right {
  background: #D23442;
  padding: 80px 40px 80px;
  transition: background-color 0.5s ease;
}
.service-wrap-1.service-wrap-box-3 .wrap-service.icon-x-top-right h3, .service-wrap-1.service-wrap-box-3 .wrap-service.icon-x-top-right ul li, .service-wrap-1.service-wrap-box-3 .wrap-service.icon-x-top-right p {
  color: #ffffff;
}
.service-wrap-1.service-wrap-box-3 .wrap-service.icon-x-top-right h3 {
  padding-top: 30px;
}
.service-wrap-1.service-wrap-box-3 .wrap-service.icon-x-top-right ul li {
  background-image: url("/wp-content/themes/twentytwentyone-child/images/icon-white-garage.png");
  background-size: 20px;
  background-position: left center;
  background-repeat: no-repeat;
}
.service-wrap-1.service-wrap-box-3 .wrap-service.icon-x-top-right a.btn.btn-primary {
  background: #540A10;
  border-color: #540A10;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding: 10px 40px;
  border-radius: 10px;
  border: none;
}
.service-wrap-1.service-wrap-box-3 .wrap-service.icon-x-top-right a.btn.btn-primary:hover, .service-wrap-1.service-wrap-box-3 .wrap-service.icon-x-top-right a.btn.btn-primary:focus {
  background: #ffffff;
  color: #D23442;
  border-color: #ffffff;
}
.service-wrap-1.service-wrap-box-3 .service-before-1 {
  margin-top: 0;
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
.service-wrap-1.service-wrap-box-3 .service-main-img.service-main-img-2 {
  margin-top: -420px;
}

a .garage-box-wrapper, a:visited .garage-box-wrapper {
  background: #F1F1F1;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  border-radius: 20px;
}
a .garage-box-wrapper h4, a:visited .garage-box-wrapper h4 {
  font-size: 28px !important;
  font-weight: 700;
  margin: 0;
  padding: 20px 0 0 0;
  color: #D23442;
}
a .garage-box-wrapper img, a:visited .garage-box-wrapper img {
  max-width: 226px;
}
a .garage-box-wrapper img.img-fluid.icon-white, a:visited .garage-box-wrapper img.img-fluid.icon-white {
  display: none;
}
a:hover .garage-box-wrapper, a:visited:hover .garage-box-wrapper {
  background: #D23442;
}
a:hover .garage-box-wrapper h4, a:hover .garage-box-wrapper p, a:hover .garage-box-wrapper li, a:visited:hover .garage-box-wrapper h4, a:visited:hover .garage-box-wrapper p, a:visited:hover .garage-box-wrapper li {
  color: #ffffff;
}
a:hover .garage-box-wrapper h4, a:visited:hover .garage-box-wrapper h4 {
  color: #ffffff;
}
a:hover .garage-box-wrapper img.img-fluid.icon-white, a:visited:hover .garage-box-wrapper img.img-fluid.icon-white {
  display: block;
}
a:hover .garage-box-wrapper img.img-fluid.icon-color, a:visited:hover .garage-box-wrapper img.img-fluid.icon-color {
  display: none;
}

.breaker-small {
  display: block;
  height: 30px;
}

.services-mainbox {
  padding-bottom: 140px;
}

#mega-menu-wrap-left #mega-menu-left > li.mega-menu-flyout ul.mega-sub-menu {
  margin-top: 10px;
}

.service-wrap-1.service-wrap-box-4 {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
}
.service-wrap-1.service-wrap-box-4 .red-bg-full:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  background: #F1F1F1;
  height: 50%;
  width: 100%;
  border-radius: 13px;
}
.service-wrap-1.service-wrap-box-4 .wrap-service {
  background: #D23442;
  color: #ffffff;
  padding: 60px 40px 60px;
  border-radius: 20px;
  box-shadow: 4px 4px 4px 2px #8080806b;
}
.service-wrap-1.service-wrap-box-4 .wrap-service h3 {
  font-family: "League Spartan", sans-serif !important;
  font-size: 32px !important;
  font-weight: 700 !important;
  color: #ffffff;
}
.service-wrap-1.service-wrap-box-4 .wrap-service p, .service-wrap-1.service-wrap-box-4 .wrap-service ul li {
  color: #ffffff;
}
.service-wrap-1.service-wrap-box-4 .wrap-service ul li {
  background-image: url("/wp-content/themes/twentytwentyone-child/images/whiteCheck.gif");
}
.service-wrap-1.service-wrap-box-4 .service-main-img.service-main-img-2 {
  margin-top: 0;
}
.service-wrap-1.service-wrap-box-4 .icon-x-bottom-right-blue::before {
  content: url("/wp-content/themes/twentytwentyone-child/images/icon-blue-cross-br.svg");
  bottom: 20px;
  right: -260px;
}

.service-wrap-1.service-wrap-box-5 {
  padding-top: 200px;
}
.service-wrap-1.service-wrap-box-5 .service-service1-top {
  z-index: 2;
  position: relative;
}
.service-wrap-1.service-wrap-box-5 .service-before-1.service-before-2 {
  margin-top: -570px;
  z-index: 1;
  margin-bottom: 200px;
}
.service-wrap-1.service-wrap-box-5 .icon-x-top {
  position: relative;
}
.service-wrap-1.service-wrap-box-5 .icon-x-top::before {
  top: -90px;
  left: -10px;
  z-index: -1;
}

.service-wrap-1.service-wrap-box-6 {
  padding-top: 200px;
}
.service-wrap-1.service-wrap-box-6 .service-before-1.service-before-2 {
  margin-top: -353px;
  z-index: 1;
  margin-bottom: 0;
}

body .services-temp {
  margin-top: 140px !important;
}

.page-id-762 .hero-right-form {
  display: none;
}

.page-id-762 .hero {
  padding-top: 70px;
  height: 60vh;
}

.page-id-762 .hero .hero-content {
  top: 63%;
}

.home-gallery-box {
  padding: 0 0;
}
.home-gallery-box sr7-mask {
  border: solid 3px white;
}
.home-gallery-box .sr7-layer[data-subtype=slidebg], .home-gallery-box sr7bg {
  border-radius: 32px;
}
.home-gallery-box h2 .relative {
  font-size: 56px !important;
}

.testimonials-box-main .ti-footer {
  display: none;
}
.testimonials-box-main .ti-reviews-container-wrapper .ti-review-item:nth-child(2) {
  position: relative;
}
.testimonials-box-main .ti-widget.ti-goog .ti-reviews-container-wrapper {
  justify-content: space-between;
}
.testimonials-box-main .ti-widget.ti-goog .ti-review-item .ti-inner {
  background-color: #F1F1F1;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  overflow: hidden;
}
.testimonials-box-main .ti-widget.ti-goog .ti-col-4 .ti-review-item {
  -ms-flex: 0 0 25%;
  flex: 0 0 33%;
  max-width: 50%;
  color: #ffffff;
  overflow: hidden;
}
.testimonials-box-main .ti-widget.ti-goog .ti-widget-container .ti-name {
  font-size: 20px;
  color: #D23442;
  margin-bottom: 2px;
  text-transform: capitalize;
}
.testimonials-box-main .ti-date {
  display: none;
}
.testimonials-box-main span.ti-stars {
  position: relative;
  top: -18px;
  left: 56px;
}
.testimonials-box-main .ti-widget.ti-goog .ti-profile-img img {
  position: relative;
  top: 10px;
}
.testimonials-box-main .ti-widget.ti-goog .ti-read-more span {
  font-size: 16px;
  color: #454545;
  opacity: 1;
  font-weight: 900;
}

.emergency-box-main {
  background: #D23442;
  padding-top: 50px;
  padding-bottom: 50px;
  border-radius: 20px;
}
.emergency-box-main h2 {
  color: #ffffff;
}
.emergency-box-main img.emergency-icon.img-fluid {
  max-width: 70px;
}

.home-row6 {
  background-image: url("/wp-content/themes/twentytwentyone-child/images/home-row6-bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.sp-testimonial-title {
  text-align: left;
}

.sp-testimonial-free-section .sp-testimonial-title h3 {
  text-align: left;
  text-transform: capitalize !important;
  font-family: "relation-one", sans-serif !important;
  font-weight: 700;
}

h4.sp-testimonial-client-name {
  display: none;
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial,
.sp-testimonial-free-section .sp-testimonial-client-testimonial p {
  font-size: 18px;
  line-height: 26px;
  text-transform: none;
  text-align: left;
  letter-spacing: normal;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 20px 0;
  font-family: "relation-one", sans-serif !important;
}

.sp-testimonial-free-section .sp-testimonial-client-name {
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
  text-align: left;
  letter-spacing: normal;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 8px 0;
  padding: 0;
}

.section-faq {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  bottom: 0;
}
.section-faq .accordion-button:focus {
  outline: 0;
  box-shadow: none;
}
.section-faq .accordion-header:after,
.section-faq .accordion-header:before {
  display: none;
}
.section-faq .accordion-button::after {
  font-family: "Font Awesome 6 Free";
  content: "";
  /* Unicode for user icon */
  font-weight: 900;
  /* Needed for solid icons */
  margin-right: 0.5em;
  background-image: none !important;
  color: #555555;
  transform: rotate(1deg);
}
.section-faq .accordion-button.collapsed::after {
  transform: rotate(135deg);
}
.section-faq .accordion {
  background: transparent;
}
.section-faq .accordion-flush .accordion-item .accordion-button, .section-faq .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
  background: transparent;
  color: #454545;
  font-size: 18px;
  padding: 25px 0;
}
.section-faq .accordion-header {
  padding: 0px 20px 0 0;
}

.accordion-item {
  background-color: transparent !important;
  border-bottom: solid 2px #555555;
}

.faq-right-box,
.faq-left-box {
  background: white;
}

.faq-left-box {
  padding: 32px;
}

.faq-right-box {
  padding-left: 32px;
  padding-bottom: 32px;
  padding-right: 30px;
}

.ti-widget.ti-goog .ti-review-content {
  color: #454545;
}

body,
html {
  overflow-x: hidden;
}

.no-link {
  pointer-events: none;
}

.icon-x-bottom-right-blue::before {
  background-position: 100% top;
  background-repeat: no-repeat;
  background-size: contain;
  content: url("/wp-content/themes/twentytwentyone-child/images/icon-blue-cross-br.svg");
  width: 100%;
  max-width: 610px;
  position: absolute;
  bottom: -70px;
  right: -230px;
}

.border-red {
  border: solid 5px red;
}

.our-process-row {
  background: #ECECEC;
  background: linear-gradient(180deg, #ececec 0%, #fcfcfc 80%, white 100%);
  padding-top: 10px;
  padding-bottom: 90px;
}

.wrap-pro {
  margin-bottom: 30px;
  padding: 24px 24px;
  background-color: #D23442;
  color: #ffffff;
  min-height: 204px;
  background-image: url("/wp-content/themes/twentytwentyone-child/images/wrap-bg-1.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.wrap-pro.wrap-2 {
  background-image: url("/wp-content/themes/twentytwentyone-child/images/wrap-bg-2.jpg");
}
.wrap-pro.wrap-3 {
  background-image: url("/wp-content/themes/twentytwentyone-child/images/wrap-bg-1.jpg");
}
.wrap-pro.wrap-4 {
  background-image: url("/wp-content/themes/twentytwentyone-child/images/wrap-bg-4.jpg");
}
.wrap-pro.wrap-5 {
  background-image: url("/wp-content/themes/twentytwentyone-child/images/wrap-bg-5.jpg");
}
.wrap-pro.wrap-6 {
  background-image: url("/wp-content/themes/twentytwentyone-child/images/wrap-bg-4.jpg");
}
.wrap-pro .title {
  display: inline-block;
  width: 100%;
}
.wrap-pro .title span {
  font-size: 60px;
  float: left;
  font-weight: 900;
  max-width: 110px;
  padding-right: 10px;
}
.wrap-pro .title h3 {
  clear: right;
  font-size: 32px !important;
  display: block;
  padding: 0 0 0 10px;
  font-family: "Manrope", sans-serif;
  font-weight: 500 !important;
  line-height: 28px !important;
  padding-top: 16px;
}

.faq-form-internal .section-faq {
  padding-top: 80px;
  padding-bottom: 90px;
  bottom: 0;
}

#sp-testimonial-free-wrapper-238 .sp-testimonial-free-section .sp-testimonial-client-rating {
  display: inline-flex;
  justify-content: flex-start;
  flex-direction: row;
  width: 100%;
}

#sp-testimonial-free-wrapper-238 .sp-testimonial-free-section {
  margin: 0px 10px !important;
  padding: 20px !important;
  box-shadow: 0px 1px 5px 0px #d1d1d1;
  border: none !important;
  background: #ffffff;
}

.sp-testimonial-free-wrapper {
  padding: 20px 0 50px;
}

#sp-testimonial-free-wrapper-238 .sp-testimonial-free-section .testimonial-nav-arrow {
  background: transparent;
  border: 1px solid #777777;
  color: #777777;
  display: none;
}

#sp-testimonial-free-wrapper-238 .sp-testimonial-free-section .testimonial-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

.home-row12 {
  background-image: url("/wp-content/themes/twentytwentyone-child/images/testimonial-lg-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 120%;
  min-height: 560px;
  margin-top: 10px;
}

.testimonial-wrap-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 90px;
  max-width: 520px;
}
.testimonial-wrap-left a.btn.btn-primary {
  max-width: 200px;
}

.home .foogallery.fg-light.fg-shadow-outline .fg-item-inner {
  box-shadow: none;
}

.gallery-box-main {
  margin-top: 200px !important;
  margin-bottom: 0 !important;
}
.gallery-box-main .site .button:not(:hover):not(:active):not(.has-background),
.gallery-box-main button:not(:hover):not(:active):not(.has-background),
.gallery-box-main input[type=submit]:not(:hover):not(:active):not(.has-background),
.gallery-box-main input[type=reset]:not(:hover):not(:active):not(.has-background),
.gallery-box-main .wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-background),
.gallery-box-main .wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-background),
.gallery-box-main .wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-background) {
  background-color: transparent !important;
}
.gallery-box-main .d-none {
  display: none !important;
}
.gallery-box-main .display-block {
  display: block !important;
}
.gallery-box-main .tab-wrapper {
  position: relative;
  display: inline-flex;
  border-radius: 8px;
  overflow: hidden;
  background-color: #540A10;
  width: 100%;
  border: solid 10px #540A10;
  margin-bottom: 30px;
}
.gallery-box-main .tab-wrapper .icon-gallery.img-fluid {
  max-width: 70px;
  clear: both;
  display: block;
  margin: 0 auto 5px;
}
.gallery-box-main .tab-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #D43D3D;
  border-radius: 8px;
  z-index: 0;
  transition: transform 0.3s ease;
}
.gallery-box-main .tab-button {
  position: relative;
  z-index: 1;
  padding: 1rem 2rem;
  color: #fff;
  background: none;
  border: none;
  font-weight: bold;
  cursor: pointer;
  flex: 1;
  min-width: 200px;
}
.gallery-box-main .tab-button:focus {
  outline: none;
}

.media-boxes-filters-container {
  margin-bottom: 15px;
  width: 100%;
  text-align: center;
}

.gallery-wrap-1 .tab-container {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1080px;
  background-color: #510D0E;
  border-radius: 8px;
  overflow: hidden;
}
.gallery-wrap-1 .tab-btn {
  flex: 1;
  min-width: 240px;
  text-align: center;
  padding: 1.2rem 1rem;
  color: #fff;
  background: transparent;
  border: none;
  position: relative;
  z-index: 2;
  cursor: pointer;
  transition: color 0.3s ease;
  font-weight: 600;
}
.gallery-wrap-1 .tab-btn img {
  width: 32px;
  height: 32px;
  margin-bottom: 0.5rem;
}
.gallery-wrap-1 .tab-btn.active {
  color: #fff;
}
.gallery-wrap-1 .slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  background-color: #D43D3D;
  border-radius: 8px;
  transition: transform 0.3s ease;
  z-index: 1;
}
.gallery-wrap-1 .tab-content-wrapper {
  margin-top: 2rem;
  max-width: 1200px;
}
.gallery-wrap-1 .tab-pane {
  display: none;
  animation: fadeIn 0.3s ease-in-out;
}
.gallery-wrap-1 .tab-pane.active {
  display: block;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.gallery-box {
  margin-top: 40px !important;
}

.accordion {
  background: white;
}

.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
  background: #ffffff;
  color: #454545;
  font-size: 18px;
  padding: 25px 0;
}

button.sub-menu-toggle {
  display: none !important;
}

.section-faq .wrap {
  position: relative;
  box-shadow: 1px 2px 9px 0px #000000a1;
  margin-top: 30px;
}
.section-faq .wrap::before {
  background: #D23442;
  content: " ";
  width: 100%;
  max-width: 610px;
  position: absolute;
  top: -30px;
  left: -30px;
  height: 110%;
  border-radius: 10px;
}

.bathroom-ba.show-after img.ba-img.ba-before,
.kitchen-ba.show-after img.ba-img.ba-before {
  opacity: 0;
}

.about-row-icon {
  text-align: center;
  margin-bottom: 35px;
}
.about-row-icon p {
  font-size: 20px;
  padding-top: 15px;
  font-weight: 600;
  line-height: 24px;
}

.about-gallery-row {
  background-image: url("/wp-content/themes/twentytwentyone-child/images/about-gallery-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.about-gallery-row {
  padding-top: 100px;
  padding-bottom: 100px;
}

.about-testimonial-row .home-row12 {
  background-image: url("/wp-content/themes/twentytwentyone-child/images/about-testimonials-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  min-height: 560px;
  margin-top: 0;
}

.service-wrap-1.service-wrap-box-2.comm-sheet-doors-box {
  background-image: url("/wp-content/themes/twentytwentyone-child/images/red-bg.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 80% 100%;
}
.service-wrap-1.service-wrap-box-2.comm-sheet-doors-box .wrap-service {
  background: #F1F1F1;
  color: #D23442;
  padding: 60px 40px 60px;
  border-radius: 20px;
  box-shadow: 4px 4px 4px 2px #8080806b;
}
.service-wrap-1.service-wrap-box-2.comm-sheet-doors-box .wrap-service h3 {
  font-family: "League Spartan", sans-serif !important;
  font-size: 32px !important;
  font-weight: 700 !important;
}
.service-wrap-1.service-wrap-box-2.comm-sheet-doors-box .wrap-service p, .service-wrap-1.service-wrap-box-2.comm-sheet-doors-box .wrap-service li {
  color: #555555;
}
.service-wrap-1.service-wrap-box-2.comm-sheet-doors-box .wrap-service ul li {
  background-image: url("/wp-content/themes/twentytwentyone-child/images/redCheck.gif");
}

.service-wrap-1.service-wrap-box-2.service-wrap-dock {
  background: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.service-wrap-1.service-wrap-box-2.service-wrap-dock .red-bg-full:before {
  background: #F1F1F1;
}
.service-wrap-1.service-wrap-box-2.service-wrap-dock .service-service1-top .wrap-service {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 40px 60px 47px;
}
.service-wrap-1.service-wrap-box-2.service-wrap-dock .service-service1-top .wrap-service:after {
  display: none !important;
}
.service-wrap-1.service-wrap-box-2.service-wrap-dock .service-before-1.service-before-2 {
  margin-top: 0;
}

.service-wrap-1.service-wrap-box-2.service-wrap-dock .service-service1-top:after {
  display: none;
}

.door-option-box1 {
  padding-bottom: 100px;
}
.door-option-box1 img.gif {
  margin-top: -10px;
}

.opener-row-2 {
  margin-top: 0px !important;
  padding-top: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.opener-row-2 .col-lg-2 {
  margin-bottom: 30px;
}
.opener-row-2 h3 {
  color: #D23442;
  font-size: 36px !important;
  font-weight: 600;
}
.opener-row-2 h5 {
  color: #555555;
  font-size: 30px !important;
  font-weight: 600;
}
.opener-row-2 p {
  font-size: 16px;
  color: #D23442;
  line-height: 20px;
  padding-top: 10px;
}

.service-wrap-1.service-wrap-box-2.door-option-box3 {
  background-image: url("/wp-content/themes/twentytwentyone-child/images/gray-right-bg.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 80% 100%;
}
.service-wrap-1.service-wrap-box-2.door-option-box3 .service-before-1.service-before-2 {
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}
.service-wrap-1.service-wrap-box-2.door-option-box3 .service-service1-top {
  position: relative;
  z-index: 1;
  height: auto;
  margin: 20px 0 0 -120px;
}
.service-wrap-1.service-wrap-box-2.door-option-box3 .service-service1-top:after {
  display: none;
}
.service-wrap-1.service-wrap-box-2.door-option-box3 .service-service1-top .wrap-service {
  padding: 40px 40px 40px;
  height: auto;
}

.media-boxes-filters-container ul {
  margin: 0 0 30px !important;
  text-align: center;
  line-height: 54px;
}

.media-boxes-filter > li a,
.media-boxes-filter > li a:visited {
  font-size: 18px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  padding: 10px 20px;
  text-transform: capitalize;
  border: none;
  background: transparent;
  color: rgba(85, 85, 85, 0.3);
  border: solid 1px #F1F1F1;
}

.media-boxes-filter > li a.selected {
  background: #D23442 !important;
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  outline: 2px solid transparent;
  text-decoration: underline 1px dotted transparent !important;
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  outline: 2px solid transparent;
  text-decoration: underline 1px dotted transparent !important;
  text-decoration-skip-ink: none;
}

#media-boxes-container-681b543b6109a .media-boxes-no-more-entries {
  margin-bottom: 50px;
}

.contact-follow-us .title {
  color: #D23442;
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
}
.contact-follow-us .title .icon {
  margin-right: 10px;
  max-width: 35px;
}

.gray-bg-left,
.gray-bg-right {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
.gray-bg-left::before,
.gray-bg-right::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 75%;
  height: 100%;
  background-color: #F1F1F1;
  border-top-left-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 20px;
  display: block;
  z-index: -1;
}

.gray-bg-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0;
}

.service-row1 {
  margin-top: 170px !important;
}

.serv-res-2 .icon-box-shop-store {
  max-width: 50px;
}

.serv-res-2 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.serv-res-2 .icon-box-shop-store {
  max-width: 70px;
}
.serv-res-2 .icon-box-shop-store {
  max-width: 45px;
}
.serv-res-2 .wrap1 {
  padding: 30px 20px 10px 30px;
}
.serv-res-2 .wrap1 p {
  padding-top: 0px;
  padding-bottom: 12px;
}
.serv-res-2 .wrap1 strong {
  color: #540A10;
}
.serv-res-2 .wrap-service.icon-x-top-right {
  background: #D23442;
  padding: 30px 40px 30px;
  transition: background-color 0.5s ease;
  border-radius: 20px;
}
.serv-res-2 .wrap-service.icon-x-top-right h3, .serv-res-2 .wrap-service.icon-x-top-right ul li, .serv-res-2 .wrap-service.icon-x-top-right p {
  color: #ffffff;
}
.serv-res-2 .wrap-service.icon-x-top-right h3 {
  padding-top: 30px;
}
.serv-res-2 .wrap-service.icon-x-top-right ul li {
  background-image: url("/wp-content/themes/twentytwentyone-child/images/icon-white-garage.png");
  background-size: 20px;
  background-position: left center;
  background-repeat: no-repeat;
}
.serv-res-2 .wrap-service.icon-x-top-right a.btn.btn-primary {
  background: #540A10;
  border-color: #540A10;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding: 10px 40px;
  border-radius: 10px;
  border: none;
}
.serv-res-2 .wrap-service.icon-x-top-right a.btn.btn-primary:hover, .serv-res-2 .wrap-service.icon-x-top-right a.btn.btn-primary:focus {
  background: #ffffff;
  color: #D23442;
  border-color: #ffffff;
}
.serv-res-2 .service-before-1 {
  margin-top: 0;
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
.serv-res-2 .service-main-img.service-main-img-2 {
  margin-top: -420px;
}

.services-res-left.service-row2 .serv-res-1 {
  position: relative;
  z-index: -1;
}

.pool-box {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.pool-box:hover .pool-title {
  color: #540A10;
}

.pool-box img {
  width: 100%;
  transition: transform 0.3s ease-in-out;
}

.pool-box:hover img {
  transform: scale(1.2);
}

.pool-title {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 1.55rem;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "relation-one", sans-serif;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

.learn-more {
  text-align: center;
  margin-top: 25px;
  font-weight: bold;
  color: #D23442;
  text-decoration: none;
  display: block;
  font-weight: 600;
  font-size: 22px;
}

.learn-more:hover {
  text-decoration: underline;
  color: #540A10;
}

.page-template-contact .hero-form-box {
  display: none;
}
.page-template-contact .hero-form-box.faq-form {
  display: block;
}

.wrap-contact-left h2 {
  font-size: 36px;
  color: #D23442;
}
.wrap-contact-left h2 i.fa-solid.fa-location-dot,
.wrap-contact-left h2 i.fa-solid.fa-envelope,
.wrap-contact-left h2 i.fa-solid.fa-phone {
  border: solid 1px #D23442;
  padding: 10px;
  background: #D23442;
  border-radius: 50%;
  font-size: 20px;
  position: relative;
  top: -7px;
  color: #ffffff;
}
.wrap-contact-left h2 i.fa-solid.fa-envelope {
  padding: 10px 11px;
}
.wrap-contact-left h2 i.fa-solid.fa-location-dot {
  padding: 10px 13px;
}
.wrap-contact-left a, .wrap-contact-left a:visited {
  font-size: 20px;
  padding-top: 10px;
  margin-bottom: 50px;
  display: block;
}

.wrap-contact-left {
  padding-top: 50px;
  padding-bottom: 50px;
}

.home-row2.services-row2.services-row2 {
  margin-bottom: 0;
}

.about-setpart {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.about-setpart .home-row2.about-row-2 {
  background-image: none;
  padding-top: 20px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.services-testimonial-row {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.no-widgets .site-footer .footer-navigation .footer-navigation-wrapper {
  justify-content: space-between;
}
.no-widgets .site-footer .footer-navigation .footer-navigation-wrapper li a:link,
.no-widgets .site-footer .footer-navigation .footer-navigation-wrapper li a:visited,
.no-widgets .site-footer .footer-navigation .footer-navigation-wrapper li a:active {
  color: white;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
}
.no-widgets .site-footer .header-phone.footer-phone {
  float: left;
  padding-right: 50px;
  font-size: 18px;
}
.no-widgets .site-footer .header-phone.footer-phone a, .no-widgets .site-footer .header-phone.footer-phone a:visited {
  font-size: 18px;
  font-family: "relation-one", sans-serif;
}
.no-widgets .site-footer .footer-email {
  text-align: center;
  float: left;
}
.no-widgets .site-footer .footer-email a, .no-widgets .site-footer .footer-email a:visited {
  color: white;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}
.no-widgets .site-footer .header-social-box.footer-social-media-box {
  float: left;
}
.no-widgets .site-footer .footer-copyrights {
  padding-top: 60px;
  text-align: center;
}
.no-widgets .site-footer .footer-copyrights p {
  color: #ffffff;
  font-size: 14px;
  font-family: "relation-one", sans-serif;
}
.no-widgets .site-footer .footer-copyrights p a, .no-widgets .site-footer .footer-copyrights p a:visited {
  color: #ffffff;
  font-size: 14px;
  font-family: "relation-one", sans-serif;
  text-decoration: none;
}

.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  background: transparent;
  text-decoration: none !important;
}

.page-id-701 .hero-form-box {
  display: none;
}
.page-id-701 .header-wrap h2 span {
  font-size: 68px;
  display: none;
}

.shiftnav-toggle {
  display: none;
}

.shiftnav-transition-standard.shiftnav-open-target {
  display: block;
}

.shiftnav-nav {
  padding-top: 70px !important;
}

.shiftnav.shiftnav-skin-standard-dark,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu {
  background: #11484F !important;
  color: #fff;
  font-family: "relation-one", sans-serif !important;
  font-weight: 700 !important;
}

.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.menu-item > .shiftnav-target {
  font-weight: 700 !important;
}

.shiftnav-toggle-button {
  background: #11484F !important;
  color: #fff !important;
}

.shiftnav.shiftnav-nojs.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target:hover,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-in-transition > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-accordion.current-menu-ancestor > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-shift.current-menu-ancestor > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-highlight li.menu-item > .shiftnav-target:active, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-on-hover li.menu-item > .shiftnav-target:hover {
  color: #fff;
  background: #11484F !important;
  border-top-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(0, 0, 0, 0.8);
}

@media (min-width: 3841px) {
  .site-footer {
    padding-top: 434px !important;
  }
}
@media (min-width: 3421px) and (max-width: 3840px) {
  .site-footer {
    padding-top: 384px !important;
  }
}
@media (min-width: 3021px) and (max-width: 3420px) {
  .site-footer {
    padding-top: 334px !important;
  }
}
@media (min-width: 2721px) and (max-width: 3020px) {
  .site-footer {
    padding-top: 280px !important;
  }
}
@media (min-width: 2321px) and (max-width: 2720px) {
  .site-footer {
    padding-top: 234px !important;
  }
}
@media (min-width: 2121px) and (max-width: 2320px) {
  .site-footer {
    padding-top: 280px !important;
  }
}
@media (min-width: 1921px) and (max-width: 2120px) {
  .site-footer {
    padding-top: 240px !important;
  }
}
@media (min-width: 1721px) and (max-width: 1920px) {
  .site-footer {
    padding-top: 213px !important;
  }
}
@media (min-width: 1500px) and (max-width: 1720px) {
  .site-footer {
    padding-top: 175px !important;
  }
}
@media (max-width: 1441px) {
  .section-gallery .gallery .swiper-container-right {
    width: 90%;
  }
}
@media (max-width: 1400px) {
  .section-text-with-image .text-with-image-background .image-2 {
    right: 2%;
  }

  .section-text-with-image-two .text-with-image-background {
    background-size: contain;
  }
}
@media (max-width: 1399px) {
  .hero .left-right-navigation .mega-menu-wrap .mega-menu .mega-menu-item .mega-menu-link {
    padding: 0px 28px 0px 28px !important;
  }
}
@media (max-width: 1280px) {
  .site-footer {
    padding-top: 160px !important;
  }
}
@media (min-width: 1200px) {
  .opener-row-2 .col-lg-2 {
    margin-right: 40px;
    margin-left: 40px;
  }

  .home-services-row3.door-option-box1 {
    margin-top: 190px !important;
  }

  .section-video.location-main-wrap {
    margin-top: 30px !important;
    padding-bottom: 20px;
  }

  .services-res-right .serv-res-2 {
    padding-top: 30px;
    padding-bottom: 60px;
    margin-left: -130px;
  }

  .services-res-left .serv-res-2 {
    padding-top: 30px;
    padding-bottom: 60px;
    margin-right: -130px;
  }

  .services-res-right .row {
    display: flex;
    flex-wrap: nowrap;
  }

  .service-wrap-1.service-wrap-box-3 .wrap-service.icon-x-top-right {
    padding: 66px 60px 66px;
  }

  .carousel-indicators {
    justify-content: flex-end;
    padding: 0;
    margin-bottom: -30px;
  }

  .home .service-wrap-1 .wrap-service h3 {
    padding-right: 90px;
  }

  .service-wrap-1 .wrap-service {
    min-height: 553px;
  }

  .page-template-services-single .section-video .video-background .video-box {
    max-width: 79%;
    max-height: 332px;
  }

  .shift-nav-box {
    display: none;
  }

  .service-wrap-1.service-wrap-box-3 .service-service1-top {
    position: relative;
    right: 30px;
  }

  .site-header .primary-navigation > div > .menu-wrapper {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    max-width: none;
    padding-left: 0;
    position: relative;
  }

  .site-header .primary-navigation li#menu-item-50 {
    margin: 0 0px;
  }
  .site-header .primary-navigation li#menu-item-52 {
    margin: 0 50px;
  }
  .site-header .primary-navigation li#menu-item-54 {
    margin: 0 -57px 0 230px;
  }
  .site-header .primary-navigation li#menu-item-55 {
    margin: 0 -20px;
  }
  .site-header .primary-navigation li#menu-item-53 {
    margin: 0 -31px 0 0px;
  }

  .sp-testimonial-free-wrapper {
    position: relative;
    left: -90px;
    margin-top: 47px;
  }

  body .footer-navigation-wrapper {
    max-width: 680px;
  }

  .header-social-box.footer-social-media-box {
    margin-right: 0;
    margin-left: 50px;
  }

  .home .header-wrap h2 {
    padding: 260px 0 0;
  }

  .header-wrap h2 {
    padding: 130px 0 0;
  }

  .wrap-contact-left {
    padding-left: 200px;
  }

  .page-template-contact .hero-form-box.faq-form .grass-form {
    left: 12%;
    max-width: 360px;
  }

  .contact-map-right {
    padding-left: 140px;
    padding-top: 10px;
    text-align: right;
  }

  .site-main {
    padding-top: 10px !important;
  }

  .page-id-8 .site-main {
    padding-top: 90px !important;
  }
  .page-id-8 .home-row-1-right-bx {
    padding-left: 90px !important;
    padding-right: 0 !important;
  }

  .Service-single-temp {
    padding-top: 160px !important;
  }
  .Service-single-temp .ser-row-1-right-bx {
    padding-left: 90px !important;
  }

  .section-video .video-background {
    background-size: 100% 100%;
    background-position: center;
    padding: 24px 0;
    min-height: 460px;
  }

  .faq-form-right {
    padding-left: 60px;
  }

  .section-faq {
    padding-top: 40px;
    padding-bottom: 120px;
    bottom: 10px;
  }

  .contact-row3-right {
    padding-left: 100px !important;
  }

  .media-boxes-filters-container .media-boxes-filter .has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button),
.media-boxes-filters-container .media-boxes-filter .has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
    background: transparent;
    color: rgba(85, 85, 85, 0.3) !important;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .media-boxes-filters-container .media-boxes-filter a {
    border-radius: 10px;
    border: 2px solid rgba(64, 64, 64, 0.4) !important;
  }

  .media-boxes-filter > li a.selected {
    background: #D23442 !important;
    border: solid 2px #D23442 !important;
    border-radius: 10px;
  }

  a#mb_filteritem__1__7 {
    background-image: url("/wp-content/themes/twentytwentyone-child/images/g5.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  a#mb_filteritem__1__7.selected, a#mb_filteritem__1__7:hover {
    background-image: url("/wp-content/themes/twentytwentyone-child/images/g5-h.png") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-color: transparent !important;
  }

  a#mb_filteritem__1__8 {
    background-image: url("/wp-content/themes/twentytwentyone-child/images/g6.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  a#mb_filteritem__1__8.selected, a#mb_filteritem__1__8:hover {
    background-image: url("/wp-content/themes/twentytwentyone-child/images/g6-h.png") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-color: transparent !important;
  }

  .home-services-row3.single-service-row4 .service-wrap-1.service-wrap-box-2 .service-before-1.service-before-2 {
    margin-top: -50px;
    z-index: 0;
    margin-bottom: 50px;
    margin-left: -80px;
  }

  .service-wrap-1.service-wrap-box-2.comm-sheet-doors-box .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .service-wrap-1.service-wrap-box-2.comm-sheet-doors-box .row .service-service1-top .wrap-service {
    padding: 60px 110px 60px 37px;
  }
  .service-wrap-1.service-wrap-box-2.comm-sheet-doors-box .row .service-before-1.service-before-2 {
    margin-left: -110px;
  }
}
@media (max-width: 1199px) {
  h2 {
    font-size: 30px !important;
  }

  h3 {
    font-size: 18px !important;
  }

  .singular .entry-title {
    font-size: 30px !important;
  }

  .tribe-events-header__title-text {
    font-size: 30px !important;
  }

  .hero .left-right-navigation .mega-menu-wrap .mega-menu .mega-menu-item .mega-menu-link {
    padding: 0px 15px 0px 15px !important;
  }
  .hero .left-right-navigation .mobile-menu .mega-menu-wrap .mega-menu-horizontal .mega-menu-link {
    padding: 5px 30px 5px 30px !important;
  }
  .hero .left-right-navigation .mobile-menu .mega-menu-wrap .mega-menu-horizontal .menu-item {
    text-align: left;
    padding: 0px 30px 0px 30px;
    height: 40px;
  }
  .hero .left-right-navigation .mobile-menu .mega-menu-wrap .mega-menu-horizontal .menu-item a {
    font-family: "Manrope", sans-serif !important;
    line-height: normal !important;
    letter-spacing: 0.18px;
    color: #ffffff;
    border-radius: 0;
    border: 0;
    margin: 0;
  }
  .hero .left-right-navigation .mobile-menu .mega-menu-wrap .mega-menu-horizontal .phone-number-item {
    margin-top: 30px;
  }
  .hero .left-right-navigation .mobile-menu .mega-menu-wrap .mega-menu-horizontal .social-icons-item .social-media-link {
    margin-right: 10px;
  }
  .hero .hero-content h1 {
    font-size: 42px;
  }
  .hero .hero-content .subtitle {
    font-size: 34px;
  }

  .section-featured-items .featured-items .box .box-title .title {
    font-size: 18px !important;
  }

  .section-text-with-image .text-with-image-background {
    background-size: contain;
  }

  .section-reviews .google-reviews .ti-widget {
    width: 490px;
  }
  .section-reviews .google-reviews .ti-widget .ti-reviews-container {
    width: 490px;
  }
  .section-reviews .google-reviews .ti-widget .ti-reviews-container .ti-reviews-container-wrapper .ti-inner {
    height: 100%;
  }

  .section-featured-items-two .featured-items .box .box-title::before {
    top: 72px;
  }
  .section-featured-items-two .featured-items .box .box-title .title {
    font-size: 18px !important;
  }

  .section-blog .post .post-item .post-title a {
    font-size: 18px;
  }
  .section-blog .form .gform_wrapper .gform_title {
    font-size: 22px !important;
  }

  /*---
  Single Events - Page
  ---*/
  .single-tribe_events .tribe-events-pg-template .tribe-events-single-event-title {
    font-size: 30px;
  }

  /*---
  Rooms - Page
  ---*/
  .section-images .background-images {
    background-image: none !important;
  }

  /*---
  Blog - Page
  ---*/
  .section-post-filter .post .post-item .post-content h3 a {
    font-size: 30px;
  }

  /*---
  Single Post - Page
  ---*/
  .single-post .post-content .entry-title {
    font-size: 30px;
  }

  /*---
  Contact Us - Page
  ---*/
  .section-contact.contact-us .contact-information .title {
    font-size: 19px;
  }
  .section-contact.contact-us .form .gform_wrapper .gform_title {
    font-size: 22px !important;
  }

  /*---
  Thank You - Page
  ---*/
  .section-thank-you p {
    font-size: 18px;
  }

  /*---
  Terms and Conditions - Page
  ---*/
  .section-terms-and-conditions h3 {
    font-size: 18px;
  }

  /*---
  Privacy Policy - Page
  ---*/
  .section-privacy-policy h3 {
    font-size: 18px;
  }

  .header-wrap .site-logo {
    position: relative;
    right: 0;
    left: 0;
    top: 0;
    padding: 0;
  }

  .site-header > .site-logo {
    border-bottom: 1px solid transparent;
    padding: 0 !important;
  }

  .primary-navigation > div > .menu-wrapper {
    display: flex;
    justify-content: space-evenly !important;
    list-style: none !important;
    margin: 0;
    max-width: none;
    padding-left: 0;
    position: relative !important;
    flex-wrap: nowrap !important;
  }

  .header-wrap h1 {
    color: #FFF;
    font-family: "Manrope", sans-serif;
    font-size: 36px;
  }
}
@media (max-width: 1115px) {
  .section-gallery .gallery .swiper-container-right {
    margin-right: -4em;
    max-width: 808px;
  }

  .section-reviews .google-reviews .ti-widget {
    width: 453px;
  }
  .section-reviews .google-reviews .ti-widget .ti-reviews-container {
    width: 453px;
  }
}
@media (max-width: 1114px) {
  .home .hero .hero-content h1 {
    font-size: 36px;
  }
  .home .hero .hero-content .subtitle {
    font-size: 28px;
  }
  .home .hero .hero-content .subtitle::before {
    top: 50px;
  }

  .hero .hero-content h1 {
    font-size: 36px;
  }
  .hero .hero-content .subtitle {
    font-size: 28px;
  }

  h2 {
    font-size: 28px !important;
  }

  .singular .entry-title {
    font-size: 28px !important;
  }

  .tribe-events-header__title-text {
    font-size: 28px !important;
  }

  .section-blog .form .gform_wrapper .gform_title {
    font-size: 20px !important;
  }

  /*---
  Single Events - Page
  ---*/
  .single-tribe_events .tribe-events-pg-template .tribe-events-single-event-title {
    font-size: 28px;
  }

  /*---
  Blog - Page
  ---*/
  .section-post-filter .post .post-item .post-content h3 a {
    font-size: 28px;
  }

  /*---
  Single Post - Page
  ---*/
  .single-post .post-content .entry-title {
    font-size: 28px;
  }

  /*---
  Contact Us - Page
  ---*/
  .section-contact.contact-us .form .gform_wrapper .gform_title {
    font-size: 20px !important;
  }
}
@media (max-width: 1024px) {
  .home .hero .hero-content h1 {
    font-size: 33px;
  }
  .home .hero .hero-content .subtitle {
    font-size: 25px;
  }
  .home .hero .hero-content .subtitle::before {
    top: 45px;
  }

  .hero .hero-content h1 {
    font-size: 33px;
  }
  .hero .hero-content .subtitle {
    font-size: 25px;
  }

  .section-gallery .gallery .swiper-container-right {
    margin-right: -5em;
  }

  .section-reviews .google-reviews .ti-widget {
    width: 375px;
  }
  .section-reviews .google-reviews .ti-widget .ti-reviews-container {
    width: 375px;
  }
  .section-reviews .google-reviews .ti-widget .ti-reviews-container .ti-controls {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .primary-navigation > .primary-menu-container ul > li .sub-menu-toggle[aria-expanded=false] ~ ul {
    display: none;
  }

  .section-contact.contact-us {
    padding-top: 200px;
  }
}
@media (max-width: 991px) {
  #mega-menu-wrap-mobile .mega-menu-toggle + #mega-menu-mobile {
    background: #D23442;
  }

  #mega-menu-wrap-mobile #mega-menu-mobile > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background: #D23442;
  }

  #mega-menu-wrap-mobile #mega-menu-mobile > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-mobile #mega-menu-mobile > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-mobile #mega-menu-mobile > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: #540A10;
  }

  h2.large-font {
    font-size: 70px !important;
  }

  .services-temp {
    padding-top: 5px;
  }

  .section-contact .contact-information {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
  }

  .home-form-special {
    margin-top: 40px;
  }

  .service-wrap-1 {
    padding-top: 60px;
  }

  .service-main-img {
    margin-top: 0;
  }

  .service-wrap-1 .service-before-1 {
    margin-top: 110px;
    margin-bottom: 0;
  }

  .service-wrap-1.service-wrap-box-6 .service-before-1.service-before-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .form-wrap.form-wrap-hero {
    margin-bottom: 60px;
  }

  .singular .entry-title {
    padding-top: 50px;
  }

  .home .hero .hero-content h1 {
    font-size: 31px;
  }
  .home .hero .hero-content .subtitle {
    font-size: 23px;
  }
  .home .hero .hero-content .subtitle::before {
    top: 42px;
  }

  .hero {
    height: 67vh;
  }
  .hero .hero-content h1 {
    font-size: 31px;
  }
  .hero .hero-content .subtitle {
    font-size: 23px;
  }

  /*---
  Home - Page
  ---*/
  .section-video {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-featured-items {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-featured-items .featured-items .box {
    text-align: center;
  }
  .section-featured-items .featured-items .box .box-title {
    justify-content: center;
  }
  .section-featured-items .featured-items .box .box-title::before {
    left: 50%;
    transform: translateX(-50%);
  }

  .section-events {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-gallery {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-gallery .title {
    margin-bottom: 0px;
  }
  .section-gallery .title::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .section-gallery .gallery {
    justify-content: center;
  }
  .section-gallery .gallery .swiper-container-right {
    margin-right: 0px;
    max-width: 392px;
    width: 100%;
  }
  .section-gallery .gallery .swiper-container-right .swiper .swiper-button-prev {
    left: 37%;
    transform: translateX(-50%);
  }
  .section-gallery .gallery .swiper-container-right .swiper .swiper-button-next {
    right: -63%;
    transform: translateX(-50%);
  }

  .section-text-with-image {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-reviews {
    padding-top: 50px;
    padding-bottom: 87px;
  }

  .section-featured-items-two {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-featured-items-two .featured-items {
    gap: 32px;
  }
  .section-featured-items-two .featured-items .box {
    flex: 1 1 100%;
    text-align: center;
  }
  .section-featured-items-two .featured-items .box.item-1 {
    margin-top: 32px;
  }
  .section-featured-items-two .featured-items .box.item-2 {
    transform: scale(1);
  }
  .section-featured-items-two .featured-items .box.item-4 {
    transform: scale(1);
  }
  .section-featured-items-two .featured-items .box .box-title {
    justify-content: center;
  }
  .section-featured-items-two .featured-items .box .box-title::before {
    left: 50%;
    transform: translateX(-50%);
  }

  .section-text-with-image-two {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-blog {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-blog .post .post-item {
    max-width: 100%;
  }
  .section-blog .post .post-item .excerpt {
    text-align: center;
  }

  /*---
  About - Page
  ---*/
  .section-video.about {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-featured-items.about {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-gallery.about {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-reviews.about {
    padding-top: 50px;
    padding-bottom: 87px;
  }

  .section-featured-items-two.about {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-blog.about {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  /*---
  Memberships - Page
  ---*/
  .section-featured-items.memberships {
    margin-top: 50px !important;
    padding-top: 0px;
    padding-bottom: 50px;
  }

  .section-video.memberships {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-membership.memberships {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-text-with-image.memberships {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-gallery.memberships {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-reviews.memberships {
    padding-top: 50px;
    padding-bottom: 87px;
  }

  .section-events.memberships {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-blog.memberships {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  /*---
  Cars & Caffeine - Page
  ---*/
  .section-text-with-image.cars-and-caffeine {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-events.cars-and-caffeine {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-video.cars-and-caffeine {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-gallery.cars-and-caffeine {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-featured-items-two.cars-and-caffeine {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  /*---
  Events - Page
  ---*/
  .section-events.events {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .events .tribe-events-view.alignwide {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    max-width: 100%;
  }
  .events .tribe-events-view--list .tribe-events-l-container {
    padding: 0px;
  }
  .events .tribe-events-view--list .tribe-events-l-container .tribe-events-header {
    padding: 0px;
  }
  .events .tribe-events-view--list .tribe-events-calendar-list .tribe-events-calendar-list__event-row {
    padding: 32px 32px;
    flex-direction: column;
  }
  .events .tribe-events-view--list .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-date-tag {
    padding-bottom: 16px;
  }
  .events .tribe-events-view--list .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-header {
    flex-direction: column;
    justify-content: center;
    gap: 16px;
  }
  .events .tribe-events-view--list .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-header > * {
    padding-left: 0px;
    padding-right: 0px;
  }
  .events .tribe-events-view--list .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-header > *:not(:last-child):not(:nth-last-child(2))::after {
    content: none;
  }
  .events .tribe-events-view--list .tribe-events-calendar-list .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-header .event-image-link {
    margin-left: 0px !important;
  }

  .section-events-calendar {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-events-calendar .events-calendar .tribe-events-view--month .tribe-events-l-container {
    padding: 0px;
  }

  /*---
  Single Events - Page
  ---*/
  .single-tribe_events .tribe-events-pg-template {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  /*---
  Single Venue - Page
  ---*/
  .single-tribe_venue .tribe-events-l-container {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  /*---
  Events Category - Page
  ---*/
  .post-type-archive-tribe_events .tribe-events-l-container {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  /*---
  Rooms - Page
  ---*/
  .section-images.rooms {
    padding-bottom: 0px;
  }

  .section-text-and-calendar.rooms {
    padding-top: 50px;
  }
  .section-text-and-calendar.rooms.three {
    padding-bottom: 50px;
  }

  /*---
  Blog - Page
  ---*/
  .section-post-filter {
    padding-top: 50px;
  }
  .section-post-filter .filter {
    display: block;
    text-align: center;
  }
  .section-post-filter .filter .blog-category-filter {
    max-width: 100%;
  }
  .section-post-filter .post .post-item .post-content h3 a {
    font-size: 28px;
  }

  .section-posts {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-posts .blog-posts .all-post {
    grid-template-columns: repeat(2, calc((100% - 1 * 24px) / 2));
  }
  .section-posts .blog-posts .all-post .post-item {
    text-align: center;
  }
  .section-posts .blog-posts .blog-pagination {
    margin-top: 80px;
  }

  /*---
  Single Post - Page
  ---*/
  .single-post .post-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .single-post .post-content .wp-post-image {
    margin: 0 auto !important;
    display: block;
  }
  .single-post .post-content .entry-title {
    text-align: center;
  }

  /*---
  Contact Us - Page
  ---*/
  .section-contact.contact-us {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-video.contact-us {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  /*---
  Thank You - Page
  ---*/
  .section-thank-you {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  /*---
  Terms and Conditions - Page
  ---*/
  .section-terms-and-conditions {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  /*---
  Privacy Policy - Page
  ---*/
  .section-privacy-policy {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  /*---
  Footer
  ---*/
  .site-footer {
    padding-top: 200px !important;
  }
  .site-footer .footer-nav {
    display: none;
  }

  .about-testimonial-row .home-row12 {
    background-image: none;
  }

  .contact-map-right {
    padding-top: 40px;
  }

  .home-row2.contact-map-row {
    background-size: cover;
  }
}
@media (max-width: 967px) {
  /*---
  Events Category - Page
  ---*/
  .post-type-archive-tribe_events .tribe-events-l-container .tribe-events-header__events-bar {
    border: none;
  }
  .post-type-archive-tribe_events .tribe-events-l-container .tribe-events-header__events-bar .tribe-events-c-events-bar__search-button {
    border: none;
    background-color: transparent;
  }
  .post-type-archive-tribe_events .tribe-events-l-container .tribe-events-header__events-bar .tribe-events-c-events-bar__search-button .tribe-common-c-svgicon--search {
    color: #231F20;
  }
  .post-type-archive-tribe_events .tribe-events-l-container .tribe-events-header__events-bar .tribe-events-c-events-bar__search-container {
    background-color: #ffffff;
  }
  .post-type-archive-tribe_events .tribe-events-l-container .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event {
    padding-left: 10px;
  }

  .section-featured-items h2.large-font {
    font-size: 140px !important;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 822px) {
  body .site-header {
    padding-top: 0;
  }
}
@media (min-width: 640px) {
  .hero-form-wrap .gform-theme--foundation .gform_fields {
    -moz-column-gap: 11px;
    column-gap: 11px;
    row-gap: 11px;
  }
}
@media only screen and (min-width: 482px) {
  .primary-navigation {
    position: relative;
    margin: auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .all-post .post-item:nth-child(1) {
    display: none !important;
  }

  /*---
  Single Events - Page
  ---*/
  .single-tribe_events .tribe-events-pg-template .tribe-events-event-meta.primary, .single-tribe_events .tribe-events-pg-template .tribe-events-event-meta.secondary {
    width: 100%;
  }

  .row.pool-serv-row1-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }
}
@media (max-width: 767px) {
  .br {
    display: none;
  }

  .img-wrap-box {
    max-width: 300px;
  }

  .custom-logo-link img {
    max-width: 300px;
  }

  .hero .hero-content h1,
.home .hero .hero-content h1 {
    font-size: 24px !important;
    line-height: 22px;
    text-align: center !important;
  }

  h2.large {
    font-size: 38px !important;
    margin-bottom: 0;
  }

  .intro h2 {
    font-size: 38px !important;
  }

  .section-video .video-background .video-box {
    margin-bottom: 30px;
  }

  .image-title-box h2.primary.pb-2 {
    text-align: left;
  }

  h2.relative {
    font-size: 30px !important;
  }

  .service-wrap-main-box .container.red-bg-full {
    padding: 10px;
  }

  a .garage-box-wrapper, a:visited .garage-box-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 30px;
  }

  .service-wrap-1.service-wrap-box-3 .icon-box-shop-store {
    text-align: center;
    margin: 0 auto;
  }

  .hero .hero-content h3.hero-top-subtitle {
    font-size: 34px !important;
    text-align: center;
    line-height: 35px !important;
  }

  .section-featured-items h2.large-font {
    font-size: 60px !important;
    margin-bottom: 0px;
  }

  .hero {
    height: 55vh;
  }

  .hero .hero-content {
    top: 48%;
    left: 50%;
  }

  .service-wrap-1.service-wrap-main-box .service-main-img {
    margin-top: 100px;
  }

  .service-wrap-1.service-wrap-main-box .service-before-1 {
    margin-top: 60px;
    margin-bottom: 60px;
    right: 0;
    left: 0;
  }

  .service-wrap-1.service-wrap-box-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .service-wrap-1.service-wrap-box-2 .service-before-1.service-before-2 {
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .service-wrap-1.service-wrap-box-2 .service-main-img.service-main-img-2 {
    margin-top: 30px;
    padding-bottom: 20px;
  }

  .service-wrap-1.service-wrap-box-3 {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .service-wrap-1.service-wrap-box-3 .service-before-1 {
    margin-top: 60px;
    margin-bottom: 80px;
  }

  .service-wrap-1.service-wrap-box-3 .service-main-img.service-main-img-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .service-wrap-1.service-wrap-box-4 {
    padding-top: 0;
    padding-bottom: 0px;
  }

  .service-wrap-1.service-wrap-box-4 .service-main-img.service-main-img-2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .service-wrap-1.service-wrap-box-4 .icon-x-bottom-right-blue::before {
    display: none;
  }

  .service-wrap-1.service-wrap-box-5 {
    padding-top: 30px;
  }

  .service-wrap-1.service-wrap-box-5 .service-before-1.service-before-2 {
    margin-top: 50px;
    margin-bottom: 180px;
  }

  .service-wrap-1.service-wrap-box-6 {
    padding-top: 60px;
  }

  .service-wrap-1.service-wrap-box-6 .service-before-1.service-before-2 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .service-main-img.service-main-img-2 {
    margin-top: 0px;
  }

  .icon-x-bottom-right::before {
    display: none;
  }

  .home-gallery-box {
    padding: 60px 0 0px;
  }

  .testimonials-box-main .ti-reviews-container-wrapper .ti-review-item:nth-child(2) {
    top: 0px;
  }

  .red-bg-full {
    padding: 30px 20px;
  }

  .home-services-row3 {
    margin-bottom: 0;
  }

  .emergency-box-main {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container.brands-box-main img {
    width: 100%;
    height: auto;
  }

  .home-gallery-box h2 .relative {
    font-size: 34px !important;
  }

  .row.setus-icon-box .wrap-service img {
    margin-top: 0;
  }

  .service-row1 {
    margin-top: 0px !important;
  }

  .wrap-red-bg {
    padding: 40px 20px !important;
  }

  .service-wrap-1.service-wrap-box-2.door-option-box3 .service-service1-top .wrap-service {
    padding: 30px 20px 30px;
    height: auto;
  }

  .service-wrap-1.service-wrap-box-2.door-option-box3 .service-service1-top {
    margin: 20px 0 20px 0px;
  }

  .page-id-1499 .service-wrap-1.service-wrap-box-2.service-wrap-dock .service-before-1.service-before-2 {
    margin-top: 20px;
  }

  .page-id-33 .hero .hero-content p.hero-bottom-subtitle {
    text-align: center;
  }

  .content-area .site-main .blog-main-box {
    padding-top: 0px;
    margin-bottom: 20px !important;
  }

  .single-post .hero {
    height: 20vh;
  }

  .hero .hero-content p.hero-bottom-subtitle {
    text-align: center;
  }

  .gallery-box-main {
    margin-top: 20px !important;
    margin-bottom: 40px !important;
  }

  /*---
  Home - Page
  ---*/
  .home .hero .hero-content h1 {
    font-size: 24px;
    text-align: center;
  }
  .home .hero .hero-content .subtitle {
    font-size: 34px;
    text-align: center;
  }
  .home .hero .hero-content .subtitle::before {
    top: 39px;
  }

  .hero .hero-content h1 {
    font-size: 24px;
    text-align: center;
  }
  .hero .hero-content .subtitle {
    font-size: 24px;
    text-align: center;
  }

  h2 {
    font-size: 23px !important;
  }

  .singular .entry-title {
    font-size: 23px !important;
  }

  .tribe-events-header__title-text {
    font-size: 23px !important;
  }

  .section-video .video-background {
    background-image: none !important;
    height: auto;
  }

  .section-featured-items {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-gallery {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-text-with-image .text-with-image-background {
    background-image: none !important;
    height: auto;
  }
  .section-text-with-image .text-with-image-background .image-1 {
    display: block;
    margin: 0 auto;
  }
  .section-text-with-image .text-with-image-background .image-2 {
    display: none;
  }

  .section-reviews {
    padding-top: 0px;
    padding-bottom: 37px;
  }

  .section-text-with-image-two {
    padding-top: 0px;
  }
  .section-text-with-image-two .text-with-image-background {
    background-image: none !important;
    height: auto;
  }

  .section-blog {
    padding-top: 0px;
  }
  .section-blog .post {
    flex-direction: column;
  }
  .section-blog .post .post-item .post-thumbnail img {
    max-width: min-content !important;
  }

  /*---
  About - Page
  ---*/
  .section-featured-items.about {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-gallery.about {
    padding-bottom: 0px;
  }

  .section-reviews.about {
    padding-bottom: 37px;
  }

  .section-blog.about {
    padding-top: 0px;
  }

  /*---
  Memberships - Page
  ---*/
  .section-featured-items.memberships {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-membership.memberships {
    padding-top: 0px;
  }
  .section-membership.memberships.four {
    padding-bottom: 0px;
  }
  .section-membership.memberships .membership-background {
    background-image: none !important;
    height: auto;
  }

  .section-gallery.memberships {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-reviews.memberships {
    padding-bottom: 37px;
  }

  .section-blog.memberships {
    padding-top: 0px;
  }

  /*---
  Cars & Caffeine - Page
  ---*/
  .section-text-with-image.cars-and-caffeine {
    padding-bottom: 0px;
  }

  .section-video.cars-and-caffeine {
    padding-top: 0px;
  }

  .section-gallery.cars-and-caffeine {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  /*---
  Events - Page
  ---*/
  .section-events-calendar {
    padding-top: 0px;
  }

  /*---
  Single Events - Page
  ---*/
  .single-tribe_events .tribe-events-pg-template .tribe-events-single-event-title {
    font-size: 23px;
  }

  /*---
  Single Venue - Page
  ---*/
  .single-tribe_venue .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-wrapper .tribe-events-calendar-list__event {
    padding-left: 10px;
  }

  /*---
  Blog - Page
  ---*/
  .section-posts .blog-posts .all-post {
    grid-template-columns: 100%;
    row-gap: 50px;
  }
  .section-posts .blog-posts .all-post .post-item .post-thumbnail {
    width: 100%;
    height: 450px;
  }
  .section-posts .blog-posts .all-post .post-item h3 a {
    font-size: 23px;
  }

  /*---
  Single Post - Page
  ---*/
  .single-post .post-content .entry-title {
    font-size: 23px;
  }

  /*---
  Contact - Page
  ---*/
  .section-video.contact-us {
    padding-top: 0px;
  }

  .site-footer {
    padding-top: 172px !important;
  }

  .hero-overlay:after {
    background-position: bottom center;
    background-size: cover;
  }

  .pool-serv-row1 a.learn-more {
    margin-bottom: 50px;
  }

  .home-row2.pool-serivces-row2 {
    background-image: none;
  }

  .header-wrap h2 {
    padding: 10px 0 0;
    text-align: center;
  }

  .header-wrap h2 span {
    font-size: 32px;
    text-align: center;
    padding: 0;
  }

  .header-wrap h1 {
    font-size: 28px;
    padding-bottom: 40px;
    text-align: center;
  }

  .hero-form-wrap {
    max-width: 500px;
  }

  .home-row12 {
    background-image: none;
    min-height: 0;
    margin-top: 0;
  }

  .testimonial-wrap-left {
    margin-top: 0;
    max-width: 100%;
  }

  .home-row6 {
    background-image: none;
    padding-top: 50px;
    padding-bottom: 30px;
    margin-bottom: 0 !important;
  }

  .footer-email {
    text-align: left;
    float: none;
    clear: both;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  body .footer-navigation-wrapper li a:link, body .footer-navigation-wrapper li a:visited, body .footer-navigation-wrapper li a:active {
    font-size: 16px;
  }

  .faq-right-box {
    padding-top: 50px;
  }

  .image-box-right {
    margin-top: 50px;
  }

  .home-row6 .video-wrap,
.home-row2 .video-wrap {
    margin-top: 50px;
  }

  .wrap-contact-left {
    padding-top: 0;
    padding-bottom: 10px;
    text-align: center;
  }

  .home-row2 {
    background-size: cover;
  }

  body .footer-navigation-wrapper {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    flex-direction: row;
    justify-content: flex-start;
    max-width: 400px;
  }
}
@media (max-width: 576px) {
  .section-gallery .gallery .swiper-container-right {
    width: 94%;
  }

  .section-reviews .google-reviews {
    padding: 0px 10px 0px !important;
  }
  .section-reviews .google-reviews .ti-widget {
    width: 100% !important;
    margin: 0 auto;
  }
  .section-reviews .google-reviews .ti-widget .ti-widget-container {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .section-reviews .google-reviews .ti-widget .ti-widget-container .ti-reviews-container {
    width: 100% !important;
  }
  .section-reviews .google-reviews .ti-widget .ti-widget-container .ti-reviews-container .ti-review-item {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
@media (max-width: 443px) {
  /*---
  Events - Page
  ---*/
  .section-events-calendar .events-calendar .tribe-events-view--month .tribe-events-calendar-month-nav .tribe-events-c-nav__list a {
    font-size: 12px;
  }

  .events .tribe-events-view--list .tribe-events-calendar-list-nav .tribe-events-c-nav__list-item button {
    font-size: 12px;
  }

  /*---
  Single Events - Page
  ---*/
  .single-tribe_events .tribe-events-pg-template .tribe-events-event-meta.primary .tribe-events-meta-group-organizer {
    padding-top: 32px;
  }

  /*---
  Checkout Events - Page
  ---*/
  .event-tickets .tribe-tickets__commerce-checkout-cart-item-price {
    flex: 0 0 40px !important;
    max-width: 40px !important;
  }
}

/*# sourceMappingURL=style.css.map */
