/*
 * Custom Styles
 *
 */
/* START - CSS Vars */
:root {
  --teal: #07323d;
  --gold: #fbb716;
  --gold-dark: #d89a0b;
  --teal-light: #0785a3;
  --gray: #dbdbdb;
  --teal-transparency: rgba(7, 50, 61, 0.65);
  --dark-gray: #808080;
  --gray-gradient: linear-gradient(
    180deg,
    rgba(45, 45, 45, 1) 29%,
    rgba(56, 56, 56, 1) 100%
  );
  --gray-gradient-reverse: linear-gradient(
    0deg,
    rgba(45, 45, 45, 1) 29%,
    rgba(56, 56, 56, 1) 100%
  );
  --blue-dark: #1b6b9f;
  --blue: #4191c5;
  --yellow: #fbb716;
  --green: #9bc33e;
  --black: #2b2b2b;
  --dark-gray-start: #2d2d2d;
  --dark-gray-end: #383838;
  --white: #ffffff;
  --medium-gray: #dbdbdb;
  --light-gray: #dbdbdb;
  --black: #000;
}

/* END - CSS Vars */

/* START - Imports and HTML overrides */
@import "../vendor/fontawesome/css/all.min.css";

@font-face {
  font-family: "Avenir-Black";
  src: url("../fonts/avenirltstd-black-webfont.woff2") format("woff2"),
    url("../fonts/avenirltstd-black-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Avenir-Book";
  src: url("../fonts/avenirltstd-book-webfont.woff2") format("woff2"),
    url("../fonts/avenirltstd-book-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Avenir-Roman";
  src: url("../fonts/avenirltstd-roman-webfont.woff2") format("woff2"),
    url("../fonts/avenirltstd-roman-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

html {
  width: 100%;
  overflow-x: hidden !important;
}

body {
  font-family: 'Avenir-Book', 'Avenir-Roman', sans-serif;
  font-size: 16px;
  color: #000000;
  font-weight: 100;
  background-color: white;
  width: 100%;
  overflow-x: hidden !important;
}

body.admin-bar #wpadminbar {
  display: none;
}

strong {
  font-weight: 600;
}

ul li {
  line-height: 26px;
}

ul li.menu-item {
  line-height: 1;
  display: flex;
}

ul,
ol {
  padding-left: 1rem;
}

a,
a:link,
a:visited,
a:active {
  text-decoration: none;
  color: var(--teal);
  transition: color 0.4s;
}

a:hover {
  color: var(--teal-dark);
}

footer a,
footer a:link,
footer a:visited,
footer a:active {
  text-decoration: none;
  color: white;
  transition: color 0.4s;
}

footer a:hover {
  color: var(--gold);
}

article {
  padding-top: 230px;
}

@media (min-width: 1200px) {
  .col-xl-2point5 {
    flex: 0 0 auto;
    width: 23%;
  }
}

@media (min-width: 992px) {
  .col-lg-2point5 {
    flex: 0 0 auto;
    width: 22%;
  }
  .text-center.text-lg-left {
    text-align: left !important;
  }
}
@media (max-width: 991px) {
  .text-center.text-lg-left {
    text-align: center;
  }
}

@media (min-width: 1080px) {
  .ps-lg-10 {
    padding-left: 6rem;
    padding-right: 0;
  }

  .ps-lg-8 {
    padding-left: 4rem;
    padding-right: 0;
  }
}

@media (min-width: 992px) and (max-width: 1079px) {
  .ps-lg-10 {
    padding-left: 3rem;
    padding-right: 0;
  }

  .ps-lg-8 {
    padding-left: 2rem;
    padding-right: 0;
  }
}

/* CSS for [hide_on_mobile] shortcode */
@media (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }
}

/* END - Imports and HTML overrides */

/* START - Header */
header {
  position: fixed;
  width: 100%;
  z-index: 5;
  padding: 1rem 0 1rem 0;
  transition: all 0.3s;
  height: auto;
  background-color: var(--dark-gray);
  background: var(--gray-gradient);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.5);
  transition: all 0.6s;
}

header.scroll {
  background-color: var(--teal);
}

img.header-logo.img-fluid {
  margin-bottom: 0;
}

.jump-to-anchor {
  display: block;
  position: absolute;
}

@media (min-width: 1200px) {
  img.header-logo {
    /* height: 84px; */
    height: 50px;
  }
  #main-content {
    padding-top: 90px;
  }
  .jump-to-anchor {
    margin-top: -146px;
  }
}
@media (max-width: 1199px) {
  img.header-logo {
    height: 52px;
  }
  #main-content {
    padding-top: 84px;
  }
  .jump-to-anchor {
    margin-top: -114px;
  }
}

@media (min-width: 992px) and (max-width: 1299px) {
  #top-menu.nav {
    gap: 2rem;
  }
}

@media (min-width: 1300px) {
  #top-menu.nav {
    gap: 2.5rem;
  }
}

@media (max-width: 991px) {
  #top-menu.nav {
    gap: 25px;
  }
}

.nav a,
.nav a:link,
.nav a:visited,
.nav a:active {
  text-decoration: none;
  color: white;
  font-weight: 300;
  font-size: 1.05rem;
  letter-spacing: 1px;
}

#top-menu.nav li a:after {
  display: block;
  height: 3px;
  width: 100%;
  background-color: var(--gold);
  content: " ";
  margin-top: 20px;
  position: absolute;
  opacity: 0;
  transition: all 0.3s;
}

#top-menu.nav li.button-link a,
a.btn,
a.btn:link,
a.btn:visited,
a.btn:active {
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 1px;
  display: inline-block;
  line-height: 1;
  color: #ffffff;
  padding: 0.75rem 1.25rem 0.75rem 1.25rem;
  border-radius: 1.5rem;
  background-color: var(--blue);
  transition: all 0.3s;
  letter-spacing: 1px;
}

#top-menu.nav li.button-link a:hover,
a.btn:hover {
  background-color: var(--blue-dark);
  color: #fff;
}

#top-menu.nav li.button-link a:after {
  display: none;
}

#top-menu.nav li a:hover:after,
#top-menu.nav li a:active:after {
  opacity: 1;
  margin-top: 8px;
}

@media (min-width: 992px) {
  #mobile-menu,
  header#main-header a#mobileMenuClose {
    display: none;
  }

  #top-menu.nav {
    justify-content: flex-end;
  }

  #top-menu.nav li.button-link a {
    margin-top: -11px;
  }
}

@media (max-width: 991px) {
  .menu-column {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: var(--dark-gray);
    top: 0;
    left: 0;
    opacity: 0 !important;
    transform: translateX(100%) !important;
    transition: transform 0s linear 0.5s, opacity 0.4s ease 0s;
  }

  .menu-column.show {
    opacity: 1 !important;
    transform: translateX(0) !important;
    transition: transform 0s linear 0s, opacity 0.4s ease 0s;
  }

  .menu-column .primary-menu-container #top-menu {
    padding: 40px 40px;
    flex-direction: column;
    gap: 36px;
  }

  .menu-column .primary-menu-container ul li.menu-item {
    line-height: 1.5em;
  }

  #top-menu.nav li a:after {
    opacity: 1;
    margin-top: 3px;
    position: relative;
  }

  #top-menu.nav li a:hover:after {
    margin-top: 3px;
    width: calc(100% + 2rem);
  }
}

#mobileMenuClose {
  position: absolute;
  top: 36px;
  right: 2rem;
  font-size: 30px;
  color: #fff;
}

#mobileMenuToggle {
  font-size: 30px;
  line-height: 1;
  align-items: center;
  display: flex;
  color: #fff;
}

a#mobileMenuToggle:hover,
a#mobileMenuToggle:active,
a#mobileMenuClose:hover,
a#mobileMenuClose:active {
  color: var(--gold);
}

.mobile-and-search-menu {
  justify-content: flex-end;
  display: flex;
}

/* END - Header */

/* START - Video Hero */
section.video-hero {
  position: relative;
  width: 100%;
  height: 100vh;
}

section.video-hero video#bgvid {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

section.video-hero .content-overlay {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background-color: var(--teal-transparency);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 576px) {
  .hero-logo > img {
    max-width: 400px;
  }
}

@media (max-width: 575px) {
  .hero-logo > img {
    max-width: 100%;
  }
}

/* END - Video Hero */

/* START - Section */
#main-content section:not(.video-hero) {
  padding: 4rem 0 6rem 0;
}

section.gold {
  background-color: var(--gold);
  color: black;
  padding: 2rem 0;
}

div.subheading {
  font-weight: 500;
  font-size: 1.5rem;
  text-align: center;
}

section.teal {
  background-color: var(--teal);
  color: white;
  padding: 4rem 0 6rem 0;
}

a.absolute-anchor {
  position: absolute;
  margin-top: -100px;
}

/* END - Section */

/* START - Solution Columns */
.solution-image {
  width: 100%;
  padding-bottom: 80%;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  background-size: cover;
}

.solution-text {
  background-color: var(--gray);
  color: var(--teal);
  font-size: 1.2rem;
  padding: 0 2.25rem 2rem 2.25rem;
  font-weight: 500;
}

@media (min-width: 1400px) {
  .solution-text {
    min-height: 312px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .solution-text {
    min-height: 325px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .solution-text {
    min-height: 380px;
  }
}

.solution-text h2 {
  font-weight: 900;
  margin-bottom: 2rem;
  padding-top: 1.5rem;
}

@media (min-width: 992px) and (max-width: 1399px) {
  .solution-text h2 {
    font-size: 1.5rem;
  }
}

/* END - Solution Columns */

/* START - Contact Section */
input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  padding: 3px 8px;
  background-color: var(--gray);
  border: 0;
  width: 100%;
  font-weight: 300;
}

form label {
  padding-top: 1rem;
}

input[type="submit"] {
  background-color: var(--gold);
  font-family: "Avenir-Book";
  font-weight: 900;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 0;
  padding: 0.5rem 3rem;
  font-size: 1.2rem;
  margin-top: 1rem;
  transition: all 0.3s;
}

input[type="submit"]:hover {
  background-color: var(--gold-dark);
}

.phone {
  color: black;
  font-size: 1.5rem;
  font-weight: 900;
}

.email {
  color: black;
}

.contact-col-2 {
  padding-top: 86px;
}

.contact-col-2 img {
  margin-top: 100px;
}

/* END - Contact Section */

/* START - Footer */
footer {
  background-color: var(--dark-gray);
  background: var(--gray-gradient-reverse);
  color: white;
  padding: 2rem 0;
}

footer img.img-fluid {
  max-width: 400px;
  margin-bottom: 4px;
}

@media (max-width: 767px) {
  footer img {
    margin: 0 auto;
  }

  footer img:nth-of-type(2) {
    margin-bottom: 2rem;
  }
}

footer .nav {
  flex-direction: column;
  gap: 1rem;
}

@media (max-width: 991px) {
  footer .nav {
    align-items: center;
  }
}

footer .social-menu-container .nav {
  flex-direction: row;
}

footer .nav a:hover {
  color: var(--gold);
}

footer .nav a,
footer .nav a:link,
footer .nav a:visited,
footer .nav a:hover,
footer .nav a:active {
  font-size: 1rem;
}

footer .nav .menu-title a,
footer .nav .menu-title a:link,
footer .nav .menu-title a:visited,
footer .nav .menu-title a:hover,
footer .nav .menu-title a:active {
  font-size: 1.5rem;
}

@media (min-width: 992px) and (max-width: 1080px) {
  footer .nav a,
  footer .nav a:link,
  footer .nav a:visited,
  footer .nav a:hover,
  footer .nav a:active {
    font-size: 0.75rem;
  }

  footer .nav .menu-title a,
  footer .nav .menu-title a:link,
  footer .nav .menu-title a:visited,
  footer .nav .menu-title a:hover,
  footer .nav .menu-title a:active {
    font-size: 1rem;
    font-weight: 800;
  }
}
footer .social-menu-container .nav {
  gap: 0.5rem;
  justify-content: center;
}
.social-menu-container ul li.menu-item a,
.social-menu-container ul li.menu-item a:link,
.social-menu-container ul li.menu-item a:visited,
.social-menu-container ul li.menu-item a:hover,
.social-menu-container ul li.menu-item a:active {
  font-size: 0px;
  color: #fff;
  position: relative;
  width: 28px;
  height: 28px;
}

.social-menu-container ul li.menu-item a:after {
  display: flex;
  font-family: "Font Awesome 5 Brands";
  content: "\f39e";
  color: var(--dark-gray);
  background-color: #fff;
  border-radius: 100%;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  font-size: 16px;
  font-weight: 900;
  left: 0;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  padding-left: 1px;
}

.social-menu-container ul li.menu-item a:hover:after {
  background-color: var(--gold);
}

.social-menu-container ul li.menu-item.instagram a:after {
  content: "\f16d";
  font-size: 18px;
}

@media (max-width: 991px) {
  footer .logo {
    text-align: center;
  }
}

@media (min-width: 768px) {
  footer .copyright {
    display: block;
    width: 100%;
    text-align: right;
  }
}

@media (max-width: 767px) {
  footer .copyright {
    display: block;
    text-align: center;
  }
}

.footer-beneath-logo {
  display: flex;
  align-items: flex-end;
  gap: 16px;
}
.footer-beneath-logo .byline {
  line-height: 0.6;
}

@media (min-width: 1400px) {
  .footer-beneath-logo {
    gap: 16px;
  }
  .footer-beneath-logo .socials {
    width: 145px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .footer-beneath-logo {
    gap: 16px;
  }
  .footer-beneath-logo .socials {
    width: 136px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-beneath-logo {
    gap: 12px;
  }
  .footer-beneath-logo .socials {
    width: 116px;
  }
  .footer-beneath-logo .byline {
    font-size: 0.75rem;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  footer .social-menu-container .nav {
    justify-content: flex-start;
  }
  .footer-beneath-logo {
    gap: 16px;
    justify-content: center;
  }
  .footer-beneath-logo .socials {
    width: 123px;
    padding-left: 19px;
  }
}
@media (max-width: 575px) {
  footer img.img-fluid {
    max-width: 300px;
    margin-bottom: 4px;
  }
  footer .social-menu-container .nav {
    justify-content: flex-start;
  }
  .footer-beneath-logo {
    gap: 16px;
    justify-content: center;
  }
  .footer-beneath-logo .socials {
    width: 90px;
    padding-left: 8px;
  }
  .footer-beneath-logo .byline {
    font-size: 0.75rem;
  }
}

/* END - Footer */

.color-blue {
  color: var(--blue);
}

.color-yellow {
  color: var(--yellow);
}

.color-green {
  color: var(--green);
}

.bg-black {
  background-image: linear-gradient(
    to right,
    var(--dark-gray-start),
    var(--dark-gray-end)
  );
}

.bg-black h1 {
  color: var(--white);
}

.bg-gray {
  background-color: var(--gray);
}

.btn-blue {
  background-color: var(--blue) !important;
  color: var(--white) !important;
}

.btn-yellow {
  background-color: var(--yellow) !important;
  color: var(--black) !important;
}

.btn-green {
  background-color: var(--green) !important;
  color: var(--white) !important;
}

.btn-black {
  background-color: var(--black) !important;
  color: var(--white);
}

.right-column-image {
  border-radius: 20px;
  position: relative;
  z-index: 10;
  top: 80px;
}

@media (min-width: 768px) and (max-width: 899px) {
  .page-template-template-homepage .right-column-image {
    max-width: 336px;
  }
}
@media (min-width: 768px) {
  .page-template-template-homepage .has-right-column-image {
    max-height: 260px;
  }
  .page-template-template-homepage .fold-one {
    padding: 0 0 0 0 !important;
  }
  .page-template-template-homepage .right-column-image {
    top: 20px;
  }
}
@media (max-width: 767px) {
  .page-template-template-homepage .fold-one {
    padding-bottom: 0 !important;
  }
  .page-template-template-homepage .right-column-image {
    top: 50px;
  }
}
@media (max-width: 991px) {
  .page-template-template-homepage .fold-one .h1,
  .page-template-template-homepage .fold-one h1 {
    font-size: 2.5rem;
  }
}
.overlap-section {
  position: relative;
  top: -20px;
}

.p1em {
  padding: 1em;
}

.p2em {
  padding: 2em;
}

.p3em {
  padding: 3em;
}

.p2em3 {
  padding: 2em 3em;
}

.p3em0 {
  padding: 3em 0;
}

.p0em3 {
  padding: 0 3em;
}

.card-header-icon {
  display: flex;
  justify-content: space-between;
  align-items: baseline !important;
}

.card-title {
  margin-bottom: 0;
}

.card-icon {
  background: var(--medium-gray);
  padding: 2em;
  border: none;
  border-radius: 2em;
  box-shadow: 0 4px 10px -4px #0000007d;
  min-height: 210px;
}

.card-icon h4 {
  color: #6f6f6f;
  font-size: 2em;
}

.card-text {
  margin-bottom: 0;
  font-size: 1.3em;
  line-height: 1.4em;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .card-header-icon {
    flex-direction: column-reverse;
    row-gap: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .card-icon {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  .card-icon {
    height: 100%;
  }
  .card-header-icon img {
    max-height: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .page-template-template-homepage
    .fold-one
    + section
    .row
    .col-md-4:nth-of-type(3)
    .card-header-icon
    img {
    margin-bottom: 12px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .card-icon {
    padding: 1.5rem;
  }
  .card-text {
    font-size: 1.2rem;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .card-icon {
    padding: 0.5rem 0;
  }
  .card-text {
    font-size: 1.1rem;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  .card-icon {
    padding: 1rem;
  }
  .card-text {
    font-size: 1rem;
  }
  .card-body {
    padding: 0.5rem 0 0 0;
  }
}

a.card-icon {
  transition: all 0.3s;
}
a.card-icon:hover {
  box-shadow: 0 0 0px 5px var(--blue);
}
.col-md-4:nth-of-type(2) a.card-icon:hover {
  box-shadow: 0 0 0px 5px var(--gold);
}
.col-md-4:nth-of-type(3) a.card-icon:hover {
  box-shadow: 0 0 0px 5px var(--green);
}

.mt-5 {
  margin-top: 5em !important;
}

.mb-5 {
  margin-bottom: 5em !important;
}

.h1,
h1 {
  font-size: 3.5rem;
}

.h2,
h2 {
  font-size: 2.5rem;
}

.h3,
h3 {
  font-size: 2rem;
}

h1 > span {
  font-weight: 600;
}

.text-bold {
  font-weight: 600;
}

.fs3em {
  font-size: 3rem;
}

.white-text {
  color: var(--white);
}

.p0 {
  padding: 0 !important;
}

.home-refri-img-section {
  margin-top: 0;
  z-index: 3;
  position: relative;
  border-radius: 0 0 40px 40px !important;
}

.home-cta-section {
  position: relative;
  top: -2em;
  z-index: 2;
}

.bg-card {
  display: block;
  position: relative;
  color: white;
  height: 30em;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  border-radius: 40px;
  margin: 0 1em;
}
a.bg-card {
  cursor: pointer;
}
.bg-card:link,
.bg-card:visited,
.bg-card:hover,
.bg-card:active {
  color: white;
}

.bg-card .bg-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    circle at 50% 20%,
    transparent 0%,
    rgba(0, 0, 0, 0.75) 100%
  );
  z-index: 1;
}

.bg-card-content {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 22% 0 10%;
  z-index: 2;
}

.bg-card-content p {
  font-size: 1.2em;
}

.bg-card-divider {
  height: 5px;
  width: 70px;
  margin-bottom: 10px;
}

.bg-card-divider.blue {
  background-color: var(--blue);
}

.bg-card-divider.green {
  background-color: var(--green);
}

.bg-card-divider.yellow {
  background-color: var(--yellow);
}

.text-gray {
  color: var(--dark-gray);
}

.feature-title {
  font-size: 1.25em;
  font-weight: bold;
}

.feature-text {
  font-size: 1em;
}

@media (max-width: 768px) {
  .feature-icon {
    margin-bottom: 10px;
  }
}

.subheading-color-blue {
  color: var(--blue);
}

.subheading-color-green {
  color: var(--green);
}

.subheading-color-yellow {
  color: var(--yellow);
}

.img-fluid {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .img-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .img-row img {
    max-width: 48%;
    margin: 1%;
  }
}

.img-full-width {
  width: 100%;
  height: auto;
}

.b-radius-30 {
  border-radius: 30px;
}

.number-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: var(--white);
  font-weight: bold;
  margin-right: 15px;
  min-height: 50px;
  min-width: 50px;
  font-size: 2em;
}

.number-circle-blue {
  background: var(--blue);
}

.number-circle-yellow {
  background: var(--yellow);
}

.number-circle-green {
  background: var(--green);
}

.heading-list {
  font-size: 1.2em;
  font-weight: 500;
}

.subheading-list {
  font-size: 2em;
  font-weight: 500;
}

.accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #ffffff;
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  border: none;
  border-bottom: 2px solid rgb(0 0 0);
  border-radius: 0 !important;
  margin-bottom: 0;
}

.accordion-button:focus {
  z-index: 3;
  border-color: transparent !important;
  box-shadow: none !important;
}

.upper-rounded-img {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.text-size-1-3 {
  font-size: 1.3em;
  line-height: 1.4em;
}

.video-column {
  position: relative;
  height: 320px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.video-overlay {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

/* Splide Adjusts */

.splide__arrow--prev {
  left: -3em !important;
}

.splide__arrow--next {
  right: -3em !important;
}

.splide__pagination {
  bottom: -2.5em !important;
}

.splide__pagination__page.is-active {
  background: var(--black) !important;
}

.splide__pagination__page {
  height: 10px !important;
  margin: 10px !important;
  width: 10px !important;
}

.splide__arrow {
  background: transparent !important;
}

@media screen and (min-width: 900px) {
  .pr-6em {
    padding-right: 6em;
  }
}

.rounded-bottom-image {
  border-radius: 0 0 30px 30px;
  max-height: 500px;
}

.forminator-ui#forminator-module-1975.forminator-design--default
  .forminator-input {
  border: none !important;
  background-color: #fff !important;
  color: #000000 !important;
  height: 50px !important;
  border-radius: 10px !important;
}

.forminator-ui#forminator-module-1975.forminator-design--default
  .forminator-textarea {
  border: none !important;
  background-color: #fff !important;
  border-radius: 10px !important;
}

.forminator-button-submit {
  width: 30% !important;
  margin-left: 35% !important;
  border-radius: 50px !important;
}

#get-in-touch {
  padding-top: 2rem;
}
#off-grid-flexibility {
  padding-top: 6rem;
}

/* Specifications Page */
.page-template-template-specifications .feature-title .icons-container {
  float: none;
}
.page-template-template-specifications .feature-title.collapsed .fa-minus,
.page-template-template-specifications .feature-title:not(.collapsed) .fa-plus {
  display: none;
}
.page-template-template-specifications .feature-title.collapsed .fa-plus,
.page-template-template-specifications
  .feature-title:not(.collapsed)
  .fa-minus {
  display: inline-block;
}

.home-imge-colar-container {
  position: relative;
  top: -150px;
  right: -170px;
  width: 100%;
}
.page-template-template-about
  .fold-six
  + .fold-eight
  .home-imge-colar-container {
  top: -110px;
}
.home-arrow-steps {
  float: right;
  position: relative;
  right: -33%;
  z-index: 1;
}

.fold-one {
  padding: 0 0 2rem 0 !important;
}

.text-bold-grey {
  font-size: 2em;
  line-height: 2em;
}
.video-section {
  background: linear-gradient(180deg, var(--light-gray) 65%, #fff 35%);
}

.bg-dark {
  background: #000;
}
.video-iframe {
  width: 100%;
  height: 66vh;
}

/* Mobile Version */
@media screen and (max-width: 991px) {
  .h1,
  h1 {
    font-size: 2.5rem;
  }

  .h2,
  h2 {
    font-size: 2rem;
  }

  .right-column-image {
    max-width: 100%;
  }
  .card-icon {
    margin-top: 1em;
  }

  .fs3em {
    font-size: 2.3rem;
    margin-bottom: 1em;
  }
  #off-grid-flexibility {
    padding-top: 0;
  }
  .p2em3 {
    padding: 2em 1em;
  }
  .full-w-image {
    height: 130px;
  }
  .home-imge-colar-container {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
  }

  .home-arrow-steps {
    float: right;
    position: relative;
    right: -131%;
    z-index: 1;
    width: 300px !important;
    max-width: 150%;
  }

  .fold-one {
    padding: 3em 1em 2rem 1em !important;
  }
  #main-content section:not(.video-hero) {
    padding: 2em 1em 3em 1em;
  }

  .section-image-offgrid {
    padding: 0 1em !important;
  }
  .home-refri-img-section {
    border-radius: 30px !important;
  }
  .full-img-height {
    height: 130px;
  }
  .full-img-height-160 {
    height: 160px;
  }
  .faq-video-column {
    height: 380px !important;
  }
  #faqAccordion {
    margin-top: 2em !important;
  }

  .text-bold-grey {
    font-size: 2em;
    line-height: 1.4em;
  }
  .splide-section {
    padding-top: 3em;
  }

  .splide-img-section {
    border-radius: 30px !important;
  }
  .video-column {
    height: 200px;
    width: 320px;
    left: -25px;
    top: 20px;
  }
  .video-section {
    background: linear-gradient(180deg, var(--light-gray) 55%, #fff 35%);
  }
  .video-section-off-grid {
    background: linear-gradient(180deg, var(--light-gray) 75%, #fff 35%);
  }
  .video-iframe {
    width: 100%;
    height: 36vh;
  }
  .w-50 {
    width: 100% !important;
  }
  .text-adjust {
    padding-left: 8em;
    margin-top: 1em !important;
  }
}

.modal-content-video {
  background: transparent;
  border: none;
}
@media screen and (max-width: 900px) {
  .embed-responsive-item {
    max-width: 100%;
  }
}

header {
  position: fixed;
  width: 100%;
  z-index: 5;
  padding: 1rem 0 1rem 0;
  transition: all 0.3s;
  height: auto;
  background-color: var(--dark-gray);
  background: var(--gray-gradient);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.5);
  transition: all 0.6s;
}

.button-link {
  font-size: 1.05rem;
  font-weight: 300;
  letter-spacing: 1px;
  display: inline-block;
  line-height: 1;
  color: #ffffff;
  padding: 0.75rem 1.25rem 0.75rem 1.25rem;
  border-radius: 1.5rem;
  background-color: var(--blue);
  transition: all 0.3s;
  letter-spacing: 1px;
}

.button-link:hover,
a.btn:hover {
  background-color: var(--blue-dark);
  color: #fff;
}

.button-link:after {
  display: none;
}

.btn-top-flex a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.btn-top-flex a:after {
  display: none !important;
}

.phone-top {
  font-size: 0.9rem;
  margin-top: 0.5rem;
}

#top-menu.nav {
  justify-content: flex-end;
  display: flex;
  align-items: center;
}

.button-link {
  padding: 0.55rem 1.25rem 0.55rem 1.25rem;
}

.phone-hide-desktop {
  display: flex !important;
  justify-content: center;
}

.phone-footer {
  margin: 1rem 0;
}

.phone-footer a {
  color: #343434 !important;
  background: #fff;
  padding: 0.5rem 2rem;
  border-radius: 50px;
  margin: 1rem 0;
  text-align: center;
}

.copyright-mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .copyright-mobile {
    display: block;
  }
  .hide-mobile {
    display: none;
  }

  .social-menu-container ul li.menu-item a:after {
    width: 38px;
    height: 38px;
  }
  footer .social-menu-container .nav {
    gap: 1rem;
  }

  #main-content {
    padding-top: 80px;
  }
}

@media screen and (min-width: 768px) {
  .phone-hide-desktop {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .mobile100 {
    width: 100%;
  }
}

.btn-members {
  padding: 0.2em 1.5rem;
  border-radius: 50px;
}

.member-name {
  font-size: 1.1rem;
  font-weight: 500;
}

.job-title {
  color: var(--yellow);
}

.pointer {
  cursor: pointer;
}

.splide50 {
  width: 46% !important;
  margin: 0 1% !important;
}

.splide50 .card-body {
  background: #f9f9f9;
  text-align: center;
  padding: 1rem 1rem 1.3rem 1rem;
}

.btn-download {
  background: #fff;
  color: #000;
  border: solid 2px;
  font-weight: bold;
  font-size: 0.8rem;
  padding: 0.3rem 0.5rem 0.2rem 0.5rem;
  border-radius: 50px;
}

.btn-view-pdf {
  background: #fff;
  color: #000;
  border: solid 2px;
  font-weight: bold;
  font-size: 0.8rem;
  padding: 0.3rem 0.5rem 0.2rem 0.5rem;
  margin-right: 1rem;
  border-radius: 50px;
  cursor: pointer;
}
.spec-sheets-title {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.spec-sheets-highlight {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

/* START Blog Page */
#blog-page .blog-card {
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

#blog-page .blog-card-img-wrapper {
  position: relative;
  overflow: hidden;
  max-height: 260px;
  height: 260px;
  width: 100%;
}

#blog-page .blog-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 1s ease;
}

#blog-page .category-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

#blog-page .category-badge a {
  padding: 3px 16px 1px 16px;
  background-color: rgb(128 155 62 / 86%);
  color: #fff;
  border-radius: 50px;
  font-size: 0.7em;
  text-transform: uppercase;
  text-decoration: none;
}

#blog-page .category-badge a:hover {
  background-color: rgb(142 177 58);
}

#blog-page .category-badge a:last-child {
  margin-right: 0;
}

#blog-page .card-link:hover .blog-card-img {
  transform: scale(1.1);
}

#blog-page .card-link:hover .blog-card {
  transform: translateY(-5px);
}

#blog-page .card-title {
  font-size: 1.25em;
  margin-bottom: 0.75em;
}

#blog-page .card-text {
  font-size: 0.95em;
  margin-bottom: 1.25em !important;
}

#blog-page .card-link-text {
  font-size: 0.95em;
  color: #ffffff !important;
  text-decoration: none;
  background: #323232 !important;
  width: fit-content;
  padding: 4px 16px;
  border-radius: 6px;
}
#blog-page .card-link-text:hover {
  background: #000 !important;
}
/* END Blog Page */

/* START Home Page */
/* Start Blog Posts */

.page-template-template-homepage .home-blog-posts {
  background: #f7f7f7;
  padding: 1rem 0 1rem 0!important;
}


.page-template-template-homepage .blog-card {
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.page-template-template-homepage .blog-card-img-wrapper {
  position: relative;
  overflow: hidden;
  max-height: 260px;
  height: 260px;
  width: 100%;
}

.page-template-template-homepage .blog-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 1s ease;
}

.page-template-template-homepage .category-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.page-template-template-homepage .category-badge a {
  padding: 3px 16px 1px 16px;
  background-color: rgb(128 155 62 / 86%);
  color: #fff;
  border-radius: 50px;
  font-size: 0.7em;
  text-transform: uppercase;
  text-decoration: none;
}

.page-template-template-homepage .category-badge a:hover {
  background-color: rgb(142 177 58);
}

.page-template-template-homepage .category-badge a:last-child {
  margin-right: 0;
}

.page-template-template-homepage .card-link:hover .blog-card-img {
  transform: scale(1.1);
}

.page-template-template-homepage .card-link:hover .blog-card {
  transform: translateY(-5px);
}

.page-template-template-homepage .card-title {
  font-size: 1.25em;
  margin-bottom: 0.75em;
}

.page-template-template-homepage .card-text {
  font-size: 0.95em;
  margin-bottom: 1.25em !important;
}

.page-template-template-homepage .card-link-text {
  font-size: 0.95em;
  color: #ffffff !important;
  text-decoration: none;
  background: #323232 !important;
  width: fit-content;
  padding: 4px 16px;
  border-radius: 6px;
}
.page-template-template-homepage .card-link-text:hover {
  background: #000 !important;
}
/* END Blog Posts */
/* End Home Page */

/* Start Search Page */
#search-page {
  padding: 4rem 2rem;
}

#search-page h3 {
  font-size: 2.5rem;
  color: var(--primary-color);
}

#search-page h4 {
  font-size: 1.75rem;
  color: var(--secondary-color);
  margin-bottom: 1rem;
}

#search-page ul {
  padding-left: 0;
  list-style: none;
}

#search-page ul li {
  margin-bottom: 0.5rem;
}

#search-page ul li a {
  color: var(--primary-color);
  text-decoration: none;
}

#search-page ul li a:hover {
  text-decoration: underline;
}

#search-page .blog-card {
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

#search-page .blog-card-img-wrapper {
  position: relative;
  overflow: hidden;
  max-height: 260px;
  height: 260px;
  width: 100%;
}

#search-page .blog-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 1s ease;
}

#search-page .category-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

#search-page .category-badge a {
  padding: 3px 16px 1px 16px;
  background-color: rgb(128 155 62 / 86%);
  color: #fff;
  border-radius: 50px;
  font-size: 0.7em;
  text-transform: uppercase;
  text-decoration: none;
}

#search-page .category-badge a:hover {
  background-color: rgb(142 177 58);
}

#search-page .category-badge a:last-child {
  margin-right: 0;
}

#search-page .card-link:hover .blog-card-img {
  transform: scale(1.1);
}

#search-page .card-link:hover .blog-card {
  transform: translateY(-5px);
}

#search-page .card-title {
  font-size: 1.25em;
  margin-bottom: 0.75em;
}

#search-page .card-text {
  font-size: 0.95em;
  margin-bottom: 1.25em !important;
}

#search-page .card-link-text {
  font-size: 0.95em;
  color: #ffffff !important;
  text-decoration: none;
  background: #323232 !important;
  width: fit-content;
  padding: 4px 16px;
  border-radius: 6px;
}
#search-page .card-link-text:hover {
  background: #000 !important;
}

#search-page input[type="text"] {
  padding: 12px 8px;
  background-color: #ebebeb73;
  border: 0;
  width: 100%;
  font-weight: 300;
  border: solid 1px #c3c3c3;
  border-radius: 6px;
}

#search-page .search-section {
  background-color: #f9f9f9;
  padding: 2rem;
  border-radius: 8px;
  margin-top: 3rem;
}

#search-page .search-section h4 {
  font-size: 1.5rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
}

#search-page .search-section p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 1.5rem;
}

#search-page .search-section .searchform {
  max-width: 500px;
  margin: 0 auto;
}

#search-page .search-section .searchform input[type="search"] {
  border-radius: 4px 0 0 4px;
  border-right: none;
}

#search-page .search-section .searchform input[type="submit"] {
  border-radius: 6px;
  background-color: var(--gold) !important;
  color: #fff;
}

@media (max-width: 767.98px) {
  #search-page {
    padding: 0rem 1rem;
  }
}
/* End Search Page */

/* Start Archive Page */
#archive-page {
  padding: 4rem 2rem;
}

#archive-page h3 {
  font-size: 2.5rem;
  color: var(--primary-color);
}

#archive-page h4 {
  font-size: 1.75rem;
  color: var(--secondary-color);
  margin-bottom: 1rem;
}

#archive-page ul {
  padding-left: 0;
  list-style: none;
}

#archive-page ul li {
  margin-bottom: 0.5rem;
}

#archive-page ul li a {
  color: var(--primary-color);
  text-decoration: none;
}

#archive-page ul li a:hover {
  text-decoration: underline;
}

#archive-page .blog-card {
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

#archive-page .blog-card-img-wrapper {
  position: relative;
  overflow: hidden;
  max-height: 260px;
  height: 260px;
  width: 100%;
}

#archive-page .blog-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 1s ease;
}

#archive-page .category-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

#archive-page .category-badge a {
  padding: 3px 16px 1px 16px;
  background-color: rgb(128 155 62 / 86%);
  color: #fff;
  border-radius: 50px;
  font-size: 0.7em;
  text-transform: uppercase;
  text-decoration: none;
}

#archive-page .category-badge a:hover {
  background-color: rgb(142 177 58);
}

#archive-page .category-badge a:last-child {
  margin-right: 0;
}

#archive-page .card-link:hover .blog-card-img {
  transform: scale(1.1);
}

#archive-page .card-link:hover .blog-card {
  transform: translateY(-5px);
}

#archive-page .card-title {
  font-size: 1.25em;
  margin-bottom: 0.75em;
}

#archive-page .card-text {
  font-size: 0.95em;
  margin-bottom: 1.25em !important;
}

#archive-page .card-link-text {
  font-size: 0.95em;
  color: #ffffff !important;
  text-decoration: none;
  background: #323232 !important;
  width: fit-content;
  padding: 4px 16px;
  border-radius: 6px;
}
#archive-page .card-link-text:hover {
  background: #000 !important;
}

#archive-page input[type="text"] {
  padding: 12px 8px;
  background-color: #ebebeb73;
  border: 0;
  width: 100%;
  font-weight: 300;
  border: solid 1px #c3c3c3;
  border-radius: 6px;
}

#archive-page .search-section {
  background-color: #f9f9f9;
  padding: 2rem;
  border-radius: 8px;
  margin-top: 3rem;
}

#archive-page .search-section h4 {
  font-size: 1.5rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
}

#archive-page .search-section p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 1.5rem;
}

#archive-page .search-section .searchform {
  max-width: 500px;
  margin: 0 auto;
}

#archive-page .search-section .searchform input[type="search"] {
  border-radius: 4px 0 0 4px;
  border-right: none;
}

#archive-page .search-section .searchform input[type="submit"] {
  border-radius: 6px;
  background-color: var(--gold) !important;
  color: #fff;
}

#archive-page input[type="text"] {
  padding: 12px 8px;
  background-color: #ebebeb73;
  border: 0;
  width: 100%;
  font-weight: 300;
  border: solid 1px #c3c3c3;
  border-radius: 6px;
}

@media (max-width: 767.98px) {
  #archive-page {
    padding: 0rem 1rem;
  }
}
/* End Archive Page */

/* START Single Post */
#single-post-page #main-content section:not(.video-hero) {
  padding: 4rem 2rem 6rem 2rem;
}


.blog-page .right-column-image,
.search .right-column-image,
.archive .right-column-image,
.single-post .right-column-image {
    border-radius: 20px;
    position: relative;
    z-index: 10;
    top: 80px;
    width: 90%;
    height: 300px;
    object-fit: cover;
}

.blog-page .blog-subtitle {
	font-size: 1.5rem;
    color: white;
    margin-bottom: 0;
}

.blog-page .blog-subtitle > *:last-of-type {
	margin-bottom:0;
}


#single-post-page h1 {
  font-size: 2rem;
  color: var(--teal);
}

#single-post-page #sidebar {
  padding-top: 4rem;
}
#single-post-page .widget.search-widget {
  margin-bottom: 20px;
}

#single-post-page .widget h4 {
  margin-bottom: 15px;
  font-size: 1.25em;
  font-weight: bold;
  color: #333;
}

#single-post-page .widget.categories-widget ul {
  list-style: none;
  padding-left: 0;
}

#single-post-page .widget.categories-widget ul li a {
  display: block;
  margin-bottom: 10px;
  background: #f7f7f7;
  padding: 0.5rem 0.75rem;
}

#single-post-page .widget.categories-widget ul a:hover {
	background: #e7e7e7;
}

#single-post-page .widget.recent-posts-widget ul {
  list-style: none;
  padding-left: 0;
}

#single-post-page .widget.recent-posts-widget ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  background: #f7f7f7;
  padding: 0.5rem;
}

#single-post-page .widget.recent-posts-widget ul li:hover {
	background: #e7e7e7;
}

#single-post-page .widget.recent-posts-widget ul li img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 4px;
}

#single-post-page .widget.recent-posts-widget ul li a {
  color: #007bff;
  text-decoration: none;
}
.tagcloud {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
#single-post-page .widget.tag-cloud-widget .tagcloud a {
  background-color: #f7f7f7;
  padding: 5px 10px;
  margin: 0;
  display: inline-block;
  border-radius: 4px;
  color: #333;
  font-size: 14px;
  text-decoration: none;
}

#single-post-page .widget.tag-cloud-widget .tagcloud a:hover {
  background-color: #e2e2e2;
}

#single-post-page .post-thumbnail img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}

/* Prev & Next Posts */
#single-post-page .post-navigation .previous-post a,
#single-post-page .post-navigation .next-post a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--teal);
  background: #f7f7f7;
  padding: 1rem;
}

#single-post-page .post-navigation .previous-post a:hover,
#single-post-page .post-navigation .next-post a:hover {
	background: #e7e7e7;
} 

#single-post-page .post-navigation .previous-post .col-2,
#single-post-page .post-navigation .next-post .col-2 {
  padding-right: 0;
  padding-left: 0;
}

#single-post-page .post-navigation .previous-post .col-10,
#single-post-page .post-navigation .next-post .col-10 {
  padding-right: 0;
  padding-left: 0;
}

#single-post-page .post-navigation .previous-post span,
#single-post-page .post-navigation .next-post span {
  font-size: 1rem;
  color: var(--teal);
  text-align: left;
  display: block;
  margin-bottom: 5px;
}

#single-post-page .post-navigation .post-direction-label {
  font-size: 0.875rem;
  color: #555;
  margin-top: 5px;
  text-transform: uppercase;
  font-weight: bold;
}

#single-post-page .post-navigation .previous-post span {
  text-align: left;
}

#single-post-page .post-navigation .next-post span {
  text-align: right;
}

#single-post-page .post-navigation .next-post .post-direction-label {
  text-align: right;
}

#single-post-page .link-prev-post,
#single-post-page .text-prev-post {
  padding-left: 1rem;
}

#single-post-page .link-next-post,
#single-post-page .text-next-post {
  padding-right: 1rem;
}

#single-post-page .img-fluid {
  margin-bottom: 0;
}

#single-post-page .post-navigation {
  margin-top: 4rem;
}

#single-post-page .widget.tag-cloud-widget .tagcloud a {
  font-size: 14px !important;
}

#single-post-page .widget {
  padding: 1rem;
}

#single-post-page .post-tags a {
  background: #353535;
  border-radius: 4px;
  color: #fff;
  margin-right: 0.6rem;
  padding: 5px 10px;
  font-size: 14px;
}

#single-post-page .post-tags a:hover {
	background: #000;
}
body.single-post {
  overflow-x: clip !important;
}

#single-post-page #sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 4rem;
  align-self: start;
  margin-bottom: 4rem;
  margin-top: 3rem;
}
#single-post-page .widget.recent-posts-widget ul li a {
  color: var(--teal);
  display: flex;
  line-height: 1.5;
  align-items: center;
}
#single-post-page .post-navigation .previous-post span,
.post-navigation .next-post span {
  color: var(--teal);
}
#single-post-page .link-prev-post,
#single-post-page .link-next-post {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

#single-post-page .link-prev-post {
  text-align: left;
}

#single-post-page .link-next-post {
  text-align: right;
}
@media (min-width: 768px) {
  #single-post-page #sidebar {
    padding-left: 3rem;
  }
}

@media (max-width: 767.98px) {
	#single-post-page {
	  padding-top: 3rem;
	}
	#single-post-page #sidebar {
		margin-top: -3rem;
	}
	#single-post-page .post-navigation {
		display: none;
	}
}

#single-post-page .post-content a {
  text-decoration: underline;
  color: var(--teal);
  transition: color 0.4s;
  font-weight: 500;
}
/* END Single Post */

/* Start Search Pages Banner */
.archive .fold-one {
	padding: 0 0 2rem 0;
}

.archive .fold-one span{
	font-size:2.75rem
}

.archive h1, .single-post h1 {
	font-size:3rem
}
/* End Search Pages Banner */



/* START Video Homepage */
.video-image-wrapper {
    position: relative;
    display: inline-block;
}

.video-image-wrapper .video-overlay {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.58);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    z-index: 10;
}

.video-image-wrapper .video-play-button {
    position: relative;
    z-index: 2;
    width: 80px;
    height: 80px;
    background: transparent;
    border: none;
    cursor: pointer;
}

.video-image-wrapper .video-play-button i {
    color: #fff;
    font-size: 24px;
    position: relative;
    z-index: 3;
    left: 2px;
    top: 2px;
}

.video-image-wrapper .video-play-circle,
.video-image-wrapper .video-play-circle-outer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.video-image-wrapper .video-play-circle {
    width: 60px;
    height: 60px;
    background: rgba(238, 182, 56, 0.8);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}

.video-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1000;
    padding: 20px;
}

.video-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-modal-content {
    position: relative;
    width: 100%;
    max-width: 1200px;
    background: transparent;
    padding: 0;
}

.video-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* Proporção 16:9 */
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 90vh;
    object-fit: contain;
}

@media (max-width: 768px) {
    .video-modal {
        padding: 10px;
    }
    
    .video-modal-content {
        width: 100%;
        height: auto;
    }
    
    .video-container {
        height: auto;
        padding-bottom: 56.25%;
    }
    
    .video-container video {
        max-height: 80vh;
    }
    
    .video-modal-close {
        top: -30px;
        right: 0;
    }
}
/* END Video Homepage */