/*
Theme Name: Raymaakers 2023
Theme URI: http://cdevision.com/
Author: cdeVision
Author URI: http://cdevision.com/
Description: Custom theme for Raymaakers
Version: 5.1
License: No copy or resale
License URI: http://cdevision.com/
Text Domain: Raymaakers
Tags: 
*/
/* 

CSS RESET 

Mostly:
https://www.joshwcomeau.com/css/custom-css-reset/

Added:
https://piccalil.li/blog/a-modern-css-reset/

Tweaks:
https://www.youtube.com/watch?v=h3bTwCqX4ns


*/
/*
  1. Use a more-intuitive box-sizing model.
*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*
  2. Remove default margin
*/
* {
  margin: 0;
  padding: 0;
  font: inherit;
}

/*
  3. Allow percentage-based heights in the application
*/
html, body {
  height: 100%;
}

/*
  Typographic tweaks!
  4. Add accessible line-height
  5. Improve text rendering
*/
body {
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/*
  Added
*/
/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/*
  6. Improve media defaults
*/
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

/*
  7. Remove built-in form typography styles - Used * above instead

input, button, textarea, select {
  font: inherit;
}
*/
/*
  8. Avoid text overflows
*/
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
*::before,
*::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*	
    --------------------------------------------------
    Body
	--------------------------------------------------
*/
body {
  background: #FFF;
  font-size: 18px;
  line-height: 1.4;
  color: #333;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

#skipnav {
  display: none;
}

/*	
    --------------------------------------------------
   	Grid
	-------------------------------------------------- 
*/
.container {
  max-width: 1270px;
  padding: 0 20px;
  margin: 0 auto;
}

.main-content-inner {
  display: grid;
  max-width: 100%;
  grid-template-columns: minmax(20px, 1fr) minmax(50px, 410px) minmax(50px, 410px) minmax(50px, 410px) minmax(20px, 1fr);
}

.fullscreen {
  grid-column: 1/6;
}

.fullwidth {
  grid-column: 2/5;
}

.twothirds {
  grid-column: 3/5;
}

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0px;
}

.col.sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 600px;
          flex: 0 0 600px;
}

@media (max-width: 1270px) {
  .col.sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
/* tablet */
@media (max-width: 1000px) {
  .main-content-inner {
    grid-template-columns: 20px minmax(50px, 1fr) minmax(50px, 1fr) minmax(50px, 1fr) 20px;
  }
  .columns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .columns.four {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
  }
  .col.sidebar {
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .columns.revmob {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
/* small Mobile */
@media (max-width: 650px) {
  .container {
    max-width: 100%;
  }
  .columns,
.columns.four {
    display: block;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    gap: 0;
  }
  .columns .col,
.col.sidebar {
    max-width: 100% !important;
    width: 100% !important;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
  }
  .col.sidebar {
    margin-top: 50px;
  }
}
/*	
  ----------------------------------------------------------------
  Base - Typography and other classes - included into TinyMCE
	----------------------------------------------------------------
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3B362B;
  margin: 20px 0 2px 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #3B362B;
  text-decoration: none;
  font-weight: 800;
}

h1.center,
h2.center,
h3.center,
h4.center,
h5.center,
h6.center {
  text-align: center;
}

h1,
.h1 {
  font-size: 40px;
  line-height: 50px;
  color: #3B362B;
  font-weight: 800;
  margin: 20px 0 2px 0;
}

h2,
.h2 {
  font-size: 32px;
  line-height: 42px;
  color: #3B362B;
  font-weight: 800;
  margin: 20px 0 2px 0;
}

h3,
.h3 {
  font-size: 24px;
  line-height: 32px;
  color: #3B362B;
  font-weight: 800;
  margin: 20px 0 2px 0;
}

h4,
.h4 {
  font-size: 18px;
  line-height: 26px;
  color: #3B362B;
  font-weight: 800;
  margin: 20px 0 2px 0;
}

h5,
h6 {
  font-size: 18px;
  line-height: 26px;
  color: #3B362B;
  font-weight: 800;
  margin: 20px 0 2px 0;
}

/* Mobile */
@media (max-width: 767px) {
  h1,
.h1 {
    font-size: 34px;
    line-height: 44px;
  }
  h2,
.h2 {
    font-size: 26px;
    line-height: 36px;
  }
  h3,
.h3 {
    font-size: 20px;
    line-height: 28px;
  }
  h4,
.h4 {
    font-size: 14px;
    line-height: 22px;
  }
  h5,
h6 {
    font-size: 14px;
    line-height: 22px;
  }
  h1 br,
h2 br,
h3 br,
h4 br,
h5 br,
h6 br {
    display: none;
  }
}
p {
  font-size: 18px;
  line-height: 1.4;
  color: #333;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-weight: normal;
  margin: 0 0 30px 0;
}

p.smallmargin {
  margin: 0 0 10px 0;
}

p img {
  margin: 0;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: 800;
  line-height: inherit;
}

small {
  font-size: 60%;
  line-height: inherit;
}

ul {
  margin: 0 0 30px 30px;
  padding: 0;
}

ul li {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: url(images/bullet.png); /* Also change .white-text Helper Class in _misc.scss */
}

ul ul {
  margin: 10px 0 10px 60px;
  padding: 0;
}

ol {
  margin: 0 0 30px 20px;
  padding: 0;
}

ol li {
  margin: 0 0 12px 0;
  padding: 0 0 0 4px;
}

ol ol {
  margin: 10px 0 10px 60px;
  padding: 0;
}

blockquote {
  padding: 0;
  margin: 0;
  border: none;
  font-size: 16px;
  line-height: 22px;
}

blockquote p {
  padding: 0 0 0 45px;
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 22px;
  border: none;
}

p.wp-caption-text {
  font-size: 16px !important;
  line-height: 24px !important;
  text-align: center !important;
  padding: 10px 20px 0 20px;
  color: #333333;
  font-style: normal;
  margin: 0;
}

.gallery-caption {
  font-size: 14px !important;
  line-height: 22px !important;
  text-align: center !important;
  padding: 4px 35px 0 10px;
  color: #666;
  font-style: normal;
  margin: 0;
}

.wp-caption.aligncenter {
  max-width: 100%;
}

/*	--------------------------------------------------
	Links
	-------------------------------------------------- */
a {
  color: #FFB91C;
  line-height: inherit;
  word-wrap: break-word;
  font-weight: bold;
  text-decoration: none;
}

a:visited {
  color: inherit;
  text-decoration: inherit;
}

a:focus {
  color: inherit;
  outline: none;
  text-decoration: inherit;
}

a:visited {
  line-height: inherit;
  color: #FFB91C;
}

a:hover {
  color: #231F20;
  font-weight: bold;
  text-decoration: none !important;
}

a.box {
  display: inline-block;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 24px;
  color: #231F20;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-style: normal !important;
  font-weight: 800 !important;
  position: relative;
  background: #FFB91C;
  text-transform: uppercase;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  border-radius: 6px;
}

.tool a.box {
  display: inline-block;
  margin: 0;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 24px;
  font-weight: 600 !important;
}

a.box.action {
  width: 100%;
  text-align: center;
  color: #231F20 !important;
  font-size: 24px !important;
  line-height: 32px !important;
  padding: 30px 0 !important;
  text-transform: uppercase !important;
  border-radius: 0;
}

a.box:visited {
  color: #231F20;
  text-decoration: inherit;
  font-weight: inherit;
}

a.box:after {
  font-size: 14px;
  content: "\f054";
  padding-left: 4px;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

a.box.plain:after {
  display: none;
}

a.box.action::after {
  font-size: 26px !important;
}

a.box.back:before {
  font-size: 14px;
  content: "\f054";
  padding-right: 6px;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

a.box.back:after {
  display: none;
}

a.box.rev {
  color: #FFF;
  background: #231F20;
}

a.box.rev:visited {
  color: #FFF;
}

a.box.white {
  color: #FFF;
}

a.box.white:visited {
  color: #FFF;
}

a.box.down:after {
  content: "\f078";
}

a.box.pdf:after {
  content: "\f1c1";
  padding-left: 6px;
}

a.box:hover {
  color: #FFF;
  text-decoration: inherit;
  font-weight: inherit;
  background: #231F20;
  text-decoration: none !important;
}

a.box.rev:hover {
  color: #231F20;
  background: #FFB91C;
}

a.box.white:hover {
  color: #FFF;
}

a.box.action:hover {
  color: #FFF !important;
  background-color: #FFB91C !important;
}

p + p.linkwrap {
  margin-top: -10px;
}

/*	--------------------------------------------------
	Misc
	-------------------------------------------------- */
/* Utility classes */
.no-pad {
  padding: 0;
}

.no-margin {
  margin: 0;
}

.no-margin-top {
  margin-top: 0;
}

.color-white {
  color: #FFF;
}

.screen-reader-text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.clearfloats {
  clear: both;
  line-height: 0px;
  height: 0px;
  font-size: 0px;
}

div[id*=gallery-] {
  margin: 20px 0 20px 0 !important;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}

.two div[id*=gallery-] {
  grid-template-columns: 1fr 1fr;
}

.accordiancontent div[id*=gallery-] {
  margin: 30px 0 !important;
}

div[id*=gallery-] .gallery-item {
  margin: 0 !important;
}

.gallery-item {
  margin: 0 !important;
  width: 100% !important;
  padding: 0 !important;
}

.gallery br {
  display: none !important;
}

/* Mobile */
@media (max-width: 767px) {
  div[id*=gallery-] {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
div[id*=gallery-] img {
  border: none !important;
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

div[id*=gallery-] img:hover {
  opacity: 0.8;
}

img[class*=wp-image-] {
  margin-top: 0;
  margin-bottom: 0;
}

/* Images sizes */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.alignleft {
  float: left;
  margin: 4px 30px 20px 0 !important;
  display: block;
}

.alignright {
  float: right;
  margin: 4px 0 20px 30px !important;
  display: block;
}

.widget {
  margin-bottom: 0;
  margin-top: 0;
}

.wp-caption {
  padding: 0;
  border: none;
}

@media handheld, only screen and (max-width: 767px) {
  .alignleft {
    max-width: 40% !important;
    height: auto;
  }
  .alignright {
    max-width: 40% !important;
    height: auto;
  }
  .main-content-inner img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .attachment-thumbnail {
    max-width: 100% !important;
    height: auto !important;
  }
}
.fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5) !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5) !important;
}

.fancybox-toolbar {
  right: auto !important;
  left: 0;
  top: 0;
}

/* Object Fit Image */
.object-fit-image {
  position: relative;
  padding-bottom: 66.6%;
  overflow: hidden;
}

.object-fit-image img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  -o-object-position: center center;
     object-position: center center;
}

/* Appear Items */
.has-animation {
  opacity: 0;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}

.has-animation.animate-in {
  opacity: 1 !important;
}

/* Helper Classes */
.clear-first-child-margin-top > *:first-child {
  margin-top: 0;
}

.clear-last-child-margin-bottom > *:last-child {
  margin-bottom: 0;
}

.clear-child-margin-top-bottom > *:first-child {
  margin-top: 0;
}

.clear-child-margin-top-bottom > *:last-child {
  margin-bottom: 0;
}

.white-text {
  color: #FFF;
}
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6,
.white-text p,
.white-text ul {
  color: #FFF;
}
.white-text a:not(a.box) {
  color: #FFF;
  text-decoration: underline !important;
}
.white-text a:hover:not(a.box),
.white-text a:visited:not(a.box) {
  color: #FFF;
  text-decoration: underline !important;
  opacity: 0.6;
}
.white-text ul li {
  list-style: url(images/bullet_white.png);
}

.centered-text {
  text-align: center;
}
.centered-text * {
  text-align: center;
}

/*	--------------------------------------------------
   	Header
	-------------------------------------------------- */
/* Alert */
.alertbar {
  background: #FFB91C;
  padding: 15px 0;
  color: #FFF;
}

.alertbar .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  padding-right: 60px;
}

.alertbar .text {
  font-size: 16px;
  color: #111111;
}

.alertbar .text p {
  font-size: 16px;
  color: #111111;
  margin: 0;
}

.alertbar .text h2,
.alertbar .text h3,
.alertbar .text h4 {
  color: #111111;
  margin: 0;
}

.alertbar .text a {
  color: #111111;
  font-weight: 700;
  text-decoration: underline;
}

.alertbar .text a:hover {
  color: #111111;
  font-weight: 700;
  text-decoration: none;
}

.alertbar .close {
  font-size: 20px;
  color: #111111;
  margin: 4px 0 0 0;
}

.alertbar .close:hover {
  opacity: 0.8;
  cursor: pointer;
}

/* Header */
.site-header {
  margin: 0;
  padding: 0;
  width: 100%;
}

.site-header .wrap {
  position: static;
}

.site-header__pad {
  height: 140px;
  position: relative;
}

/* Site Branding */
.site-branding {
  width: 304px;
  height: 114px;
  position: absolute;
  bottom: 12px;
  left: 0;
}

.site-branding__site-title {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.site-branding__site-title a {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -4000px;
  background: url(images/logo.png) no-repeat;
  background-size: contain;
}

/* Mobile */
@media (max-width: 767px) {
  .site-branding {
    width: 304px;
    height: 114px;
    position: absolute;
    bottom: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
/* Tool */
.tool {
  position: absolute;
  right: 0;
  top: 20px;
}

.tool .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.tool span {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 30px;
  color: #3B362B;
  font-weight: 300;
  letter-spacing: 1px;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}

@media (max-width: 1250px) {
  #masthead .tool {
    right: 50px;
    top: 20px;
  }
  .mobile-menu-cover .tool {
    display: none;
    position: static;
    margin: 30px 30px 0 30px;
  }
  .mobile-menu-cover .tool .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
/* Mobile */
@media (max-width: 860px) {
  #masthead .tool {
    display: none;
  }
  .social.header {
    margin: 0 0 25px 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
/* Social */
.social {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.social a {
  font-size: 20px;
  line-height: 30px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  color: #3B362B;
  text-decoration: none;
  font-weight: normal;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.social a:hover {
  color: #FFB91C;
}

@media (max-width: 1250px) {
  .mobile-menu-cover .tool .social {
    position: static;
    margin: 0 0 50px 0;
    gap: 20px;
  }
  .mobile-menu-cover .tool .social a {
    font-size: 30px;
    line-height: 30px;
    color: #FFF;
    padding: 0;
    margin: 0;
  }
  .mobile-menu-cover .tool .social a:hover {
    color: #FFB91C;
  }
}
/* Phone */
a.phone {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #3B362B;
  font-weight: 300;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  margin-left: 30px;
}

a.phone .fa {
  padding-right: 8px;
}

a.phone:hover {
  color: #FFB91C;
}

@media (max-width: 1250px) {
  .mobile-menu-cover .tool a.phone {
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 30px 0;
  }
}
/*	--------------------------------------------------
   	Nav Bar - Desk
	-------------------------------------------------- */
.primary-navigation {
  position: absolute;
  bottom: 0;
  right: 0;
}

.primary-navigation .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  z-index: 9999;
}

.primary-menu .menu-item {
  padding: 0;
  margin: 0;
  position: relative;
  list-style: none;
}

.primary-menu .menu-item a {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 0 18px 15px 18px;
  text-decoration: none;
  color: #251F19;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.primary-menu > .menu-item:first-child {
  display: none;
}

.primary-menu .menu-item:last-child a {
  padding-right: 0;
}

.primary-menu .menu-item.current_page_item > a,
.primary-menu .menu-item.current-menu-item > a,
.primary-menu .menu-item.current-post-ancestor > a,
.primary-menu .menu-item.current-category-ancestor > a,
.primary-menu .menu-item.current_page_ancestor > a {
  color: #FFB91C;
}

.primary-menu .menu-item:hover > a {
  color: #FFB91C;
}

.primary-menu .sub-menu {
  display: none;
  position: absolute;
  top: 55px;
  left: 0;
  min-width: 200px;
  margin: 0;
  padding: 0;
  z-index: 99999;
  background: #251F19;
  padding: 0;
}

/*.menu-desk > ul > li:hover > ul { display:block; }*/
.primary-menu .sub-menu .menu-item {
  padding: 0;
  margin: 0;
}

.primary-menu .menu-item .sub-menu .menu-item a {
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 800;
  padding: 5px 15px;
  color: #FFF;
  background: none;
  white-space: nowrap;
}
.primary-menu .menu-item .sub-menu .menu-item a br {
  display: none;
}

.primary-menu .sub-menu .menu-item:first-child a {
  padding-top: 12px;
}

.primary-menu .sub-menu .menu-item:last-child a {
  padding-bottom: 12px;
}

.primary-menu .menu-item .sub-menu .menu-item a:hover {
  color: #FFF;
  opacity: 0.6;
}

.primary-menu .menu-item .sub-menu .menu-item.current-menu-item > a {
  color: #FFF;
  opacity: 0.6;
}

@media (max-width: 1250px) {
  .primary-navigation {
    display: none;
  }
}
/*	--------------------------------------------------
   	Menu Mobile
	-------------------------------------------------- */
.mobile-hamburger {
  display: none;
  width: 30px;
  height: 30px;
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 999999;
}

.mobile-hamburger__link {
  background: #000 url(images/mob.png) 0 0 no-repeat !important;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  padding: 0;
  text-indent: -4000px;
}

.mobile-hamburger__link.open {
  background: #000 url(images/mob.png) 0 -30px no-repeat !important;
}

.mobile-menu-cover {
  display: none;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center 100px;
  color: #FFF;
  padding: 0;
  clear: both;
  margin: 0 auto;
  position: fixed;
  top: 0;
  right: 0;
  height: 150%;
  max-width: 340px;
  min-width: 340px;
  overflow: auto;
  z-index: 99999;
}

.mob-nav-container {
  margin: 0;
  padding: 0;
  display: none;
}

.mob-nav-menu {
  margin: 20px 30px 0 30px;
  padding: 0;
}

.mob-nav-menu .menu-item {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}

.mob-nav-menu .menu-item a {
  font-size: 20px;
  line-height: 28px;
  padding: 8px 0;
  display: block;
  text-decoration: none;
  color: #FFF;
  margin: 0;
  font-weight: 800;
  font-style: normal;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  text-transform: uppercase;
}
.mob-nav-menu .menu-item a br {
  display: none;
}

.mob-nav-menu .menu-item a:hover {
  color: #FFB91C;
}

.mob-nav-menu .sub-menu {
  display: none;
  margin: 0 0 10px 0;
  padding: 0;
  z-index: 99999;
  padding: 0;
}

.mob-nav-menu .sub-menu .menu-item a {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0;
  display: block;
  text-decoration: none;
  color: #444;
  margin: 0;
  font-weight: 400;
  font-style: normal;
}

.mob-nav-menu .sub-menu .menu-item:first-child a {
  padding-top: 4px;
}

.mob-nav-menu .sub-menu .menu-item:last-child a {
  padding-bottom: 10px;
}

@media (max-width: 1250px) {
  .mobile-hamburger {
    display: block;
    top: 22px;
    right: 20px;
  }
  .mobile-menu-cover {
    max-width: 400px;
    min-width: 400px;
  }
}
@media (max-width: 660px) {
  .mobile-hamburger {
    top: 10px;
    right: 10px;
  }
  .mobile-menu-cover {
    max-width: 100%;
    min-width: 100%;
  }
}
/*	--------------------------------------------------
   	Home
	-------------------------------------------------- */
/* Video */
.home-video {
  position: relative;
  height: 700px;
  background-color: #000;
  z-index: 10;
}
.home-video .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
  width: 50px;
  height: 50px;
  opacity: 0.3;
}
.home-video .wrap {
  position: relative;
  z-index: 20;
  height: 100%;
  max-width: 1230px;
  margin: 0 auto;
}
.home-video .wrap .bannertitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 700px;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.home-video .wrap .bannertitle h2 {
  font-size: 60px;
  line-height: 70px;
  color: #FFF;
  margin: 0 0 15px 0;
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
}
.home-video .home-videoplayer {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  -o-object-fit: center top;
     object-fit: center top;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1270px) {
  .home-video .wrap {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 1024px) {
  .home-video {
    height: 500px;
  }
  .home-video .wrap {
    max-width: 100%;
    padding: 0 20px;
  }
  .home-video .wrap .bannertitle h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 640px) {
  .home-video {
    height: auto;
  }
  .home-video .wrap {
    max-width: 100%;
    height: auto;
    padding: 30px 20px;
  }
  .home-video .wrap .bannertitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0;
  }
  .home-video .wrap .bannertitle h2 {
    font-size: 28px;
    line-height: 38px;
    color: #FFF;
    margin: 0 0 15px 0;
    padding-right: 0;
    text-align: center;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
  }
  .home-video .wrap .bannertitle .link_bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin: 0;
  }
  .home-video .home-videoplayer {
    position: static;
    height: 300px;
  }
}
/* Elevator */
.elevator {
  background: #FFF;
  padding: 60px 0;
  border-top: 1px solid #FFB91C;
  border-bottom: 1px solid #FFB91C;
  background-image: url(images/lion_background.png);
  background-repeat: no-repeat;
  background-position: calc(50% - 250px) 20px;
}
.elevator .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.elevator .wrap .elevator-video {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
.elevator .wrap .elevator-video .vwrap,
.elevator .wrap .elevator-video .videoWrapper {
  margin: 0 !important;
}
.elevator .wrap .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
.elevator .wrap .text h2 {
  font-size: 50px;
  line-height: 60px;
}

@media (max-width: 1000px) {
  .elevator .wrap .text h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
/* mobile */
@media (max-width: 800px) {
  .elevator {
    padding: 50px 0;
    background-position: right bottom;
    background-size: auto 250px;
  }
  .elevator .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .elevator .wrap .elevator-video {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .elevator .wrap .elevator-video .vwrap,
.elevator .wrap .elevator-video .videoWrapper {
    margin: 0 !important;
  }
  .elevator .wrap .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .elevator .wrap .text h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .elevator .wrap .text h2 br {
    display: none;
  }
}
/* Instagram Section */
.instagram-section {
  position: relative;
  background: #231F20;
  overflow: hidden;
  padding: 60px 0;
  border-top: 1px solid #FFB91C;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-section .headline-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 20px;
}
.instagram-section .headline-flex .tool {
  position: relative;
  top: auto;
  background-color: transparent;
}
.instagram-section .headline-flex .tool span {
  font-size: 20px;
  line-height: 30px;
  color: #FFF;
  font-weight: 600;
  text-transform: uppercase;
}
.instagram-section .headline-flex .tool .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.instagram-section .headline-flex .tool .social a {
  font-size: 24px;
  color: #FFF;
}
.instagram-section .headline-flex .tool .social a:hover {
  color: #FFB91C;
}
.instagram-section .headline-flex .social {
  margin-right: 0;
}

.instagram-section h2 {
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  margin: 0;
  color: #FFF;
}

/* mobile */
@media (max-width: 1120px) {
  .instagram-section .container {
    padding: 0 20px;
  }
  .instagram-section .headline-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-bottom: 30px;
  }
  .instagram-section h2 {
    text-align: center;
    font-size: 26px;
    line-height: 34px;
  }
  .instagram-section .social.header {
    margin: 0;
  }
  .instagram-section .headline-flex .tool span {
    font-size: 16px;
  }
}
/* Instagram */
#sb_instagram {
  width: 100%;
}

#sbi_images {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  width: 100%;
}

#sbi_images .sbi_item {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

#sbi_images .sbi_photo_wrap {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

/* mobile */
@media (max-width: 767px) {
  #sbi_images {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 100% !important;
  }
}
/*	--------------------------------------------------
   	Content
	-------------------------------------------------- */
/* Page wrap */
.pagewrap {
  padding: 0 0 80px 0;
  background-color: #F8F8F5;
}

/* Page header */
.page-header {
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
}

.page-header.video {
  background-color: #000;
  height: 400px;
}
.page-header.video .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
  width: 50px;
  height: 50px;
  opacity: 0.3;
}

.page-header.image {
  background-color: #000;
  height: 250px;
  background-image: url(images/lion.png);
  background-position: calc(50% - 65px) 0;
  background-repeat: no-repeat;
}

.page-header.largeimage {
  background-color: #000;
  height: 400px;
}

.page-header img,
.page-header video {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.page-header.image .wrap,
.page-header.largeimage .wrap,
.page-header.video .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 1230px;
  height: 100%;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 20;
}

.page-header.image .wrap,
.page-header.largeimage .wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 0;
  z-index: 20;
}

.page-header.video .wrap .bannertitle h1 {
  margin-bottom: 20px;
}
.page-header.video .wrap .bannertitle p {
  color: #FFF;
}

.page-header h1 {
  margin: 0 0 10px 0;
  padding: 0;
  color: #FFF;
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
}

/* Mobile */
@media (max-width: calc(1230px + 40px)) {
  .page-header.image .wrap,
.page-header.video .wrap,
.page-header.largeimage .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 100% !important;
    max-width: 100% !important;
    height: 100%;
    padding: 0 20px;
    z-index: 20;
  }
  .page-header.image .wrap {
    padding-bottom: 0;
  }
}
@media (max-width: 860px) {
  .page-header.video {
    height: 200px;
  }
  .page-header.largeimage {
    height: 200px;
  }
  .page-header.image {
    height: 200px;
    background-position: right 0;
    background-repeat: no-repeat;
  }
  .page-header.image .wrap,
.page-header.largeimage .wrap,
.page-header.video .wrap,
.page-header.title .wrap {
    padding: 0 20px;
    width: 100% !important;
    max-width: 100% !important;
  }
  .page-header.image .wrap {
    padding: 0 120px 0 20px;
  }
  .page-header h1 {
    font-size: 34px;
    line-height: 44px;
    max-width: 100%;
  }
  .page-header h1 br {
    display: none;
  }
  .page-header .down-link {
    display: none;
  }
}
/* Main Content */
.intro {
  font-size: 20px;
  line-height: 1.4;
}

.intro p {
  font-size: 20px;
  line-height: 1.4;
}

/*	--------------------------------------------------
   	Sidebar
	-------------------------------------------------- */
.sidebar {
  padding: 80px 0 0 0;
}

.sidebar .fullwidthphoto {
  margin-top: 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .sidebar {
    padding: 40px 0 0 0;
  }
}
/*	--------------------------------------------------
   	Blog
	-------------------------------------------------- */
/* Blog Header */
.blog_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 0 0 50px 0;
  gap: 30px;
}

.blog_header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
}

.blog_header ul li {
  list-style: none;
  margin: 0;
}

.blog_header ul li a {
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #FFB91C;
}

.blog_header ul li a:hover,
.blog_header ul li.active a {
  font-weight: 700;
  color: #231F20;
}

@media (max-width: 767px) {
  .blog_header ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
/* Blog Grid */
.bloggrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px 30px;
}

.object-fit-image {
  margin-bottom: 10px;
}

.blogitem h3 {
  margin-top: 0;
}

@media (max-width: 600px) {
  .bloggrid {
    max-width: 285px;
    margin-left: auto;
    margin-right: auto;
  }
}
/*	--------------------------------------------------
   	Pager
	-------------------------------------------------- */
ul.pager {
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#nav-below {
  margin: 30px 0 0 0;
}

ul.pager li {
  margin: 0;
  padding: 0;
  list-style: none !important;
}

ul.pager a {
  display: inline-block;
  margin: 0;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 24px;
  color: #FFF;
  text-decoration: none;
  font-style: normal !important;
  font-weight: 700 !important;
  position: relative;
  background: #FFB91C;
  text-transform: uppercase;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  border-radius: 6px;
}

ul.pager a:visited {
  color: #FFF;
  text-decoration: inherit;
  font-weight: inherit;
}

ul.pager a:after {
  font-size: 16px;
  content: "\f054";
  padding-left: 6px;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

ul.pager a:hover {
  color: #FFF;
  text-decoration: inherit;
  font-weight: inherit;
  background: #231F20;
  text-decoration: none !important;
}

ul.pager .previous a:before {
  font-size: 16px;
  content: "\f053";
  padding-right: 6px;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

ul.pager .previous a:after {
  display: none;
}

/* Mobile */
/*	--------------------------------------------------
   	Footer
	-------------------------------------------------- */
#colophon {
  padding: 0 0 100px 0;
}

.site-footer {
  background: #231F20;
  padding: 0 0 100px 0;
}

.site-footer h4,
.site-footer p,
.site-footer li {
  color: #FFF;
}

/* Mobile */
@media (max-width: 767px) {
  .site-footer {
    padding: 0 0 30px 0;
  }
}
/* Mobile */
.footercolumns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 40px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
}
.footercolumns p {
  font-size: 16px;
  margin: 0;
}
.footercolumns h2,
.footercolumns h3,
.footercolumns h4,
.footercolumns h5 {
  font-size: 18px;
  line-height: 26px;
  text-transform: none;
  margin-top: 0;
}
.footercolumns a {
  color: #FFF;
}
.footercolumns a:hover {
  color: #FFB91C;
}

.footer-logo a {
  display: block;
  width: 269px;
  height: 97px;
  background: url(images/logo_footer.png) no-repeat center center;
  text-indent: -4000px;
}

.footercolumns .hrs ul {
  margin: 0;
  padding: 0;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.footercolumns .hrs ul li {
  margin: 0;
  list-style: none;
}

@media (max-width: 1230px) {
  .footer-logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (max-width: 600px) {
  .footercolumns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
  .footer-logo {
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media (max-width: 525px) {
  .footercolumns .hrs ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}
/* Footer Logos */
.footer_logos {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.footer_logos a:hover {
  opacity: 0.6;
}

@media (max-width: 600px) {
  .footer_logos {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/* Copyright */
.site-info {
  font-size: 12px;
  line-height: 16px;
}

.site-info p {
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 20px 0;
}

.site-info a {
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  color: #FFF;
  text-decoration: none;
  padding-left: 5px;
}

.site-info a:hover {
  text-decoration: underline !important;
}

/*	--------------------------------------------------
   	Flexible Content
	-------------------------------------------------- */
/* UL columns */
.ul_two ul {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
}

.ul_three ul {
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}

.ul_four ul {
  -webkit-columns: 4;
     -moz-columns: 4;
          columns: 4;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}

.ul_two ul li,
.ul_three ul li,
.ul_four ul li {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  .ul_four ul {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
  }
}
@media (max-width: 1000px) {
  .ul_three ul,
.ul_four ul {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}
@media (max-width: 700px) {
  .ul_two ul,
.ul_three ul,
.ul_four ul {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .ul_two ul li,
.ul_three ul li,
.ul_four ul li {
    -webkit-column-break-inside: auto;
       -moz-column-break-inside: auto;
            break-inside: auto;
  }
}
/* Spacer */
.spacer_small {
  height: 20px;
}

.spacer_medium {
  height: 40px;
}

.spacer_large {
  height: 60px;
}

.spacer_lumbo {
  height: 80px;
}

/* Padding Before and After */
.fullwidth.pad_before_small {
  padding-top: 20px;
}

.fullwidth.pad_before_med {
  padding-top: 40px;
}

.fullwidth.pad_before_large {
  padding-top: 60px;
}

.fullwidth.pad_after_small {
  padding-bottom: 20px;
}

.fullwidth.pad_after_med {
  padding-bottom: 40px;
}

.fullwidth.pad_after_large {
  padding-bottom: 60px;
}

/* Link Bar */
.link_bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

/* Full width Photo */
.fullwidthphoto {
  margin-bottom: 30px;
}

.fullwidthphoto img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* Multi Column */
.column_image.object-fit-image {
  padding-bottom: 66%;
  margin: 0 0 16px 0;
}

.fullwidth.columns.four .linkwrap {
  margin-bottom: 50px;
}

/* Highlight Text Intro */
.headline_left_intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 30px;
}

@media (max-width: 800px) {
  .headline_left_intro {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .headline_left_intro .headline br {
    display: none;
  }
}
/* Highlight Box */
.highlight_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 50px 0;
  gap: 30px;
}
.highlight_box h2 {
  font-size: 38px;
  line-height: 48px;
}

.highlight_box.left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.highlight_box .imagecol {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 600px;
          flex: 0 0 600px;
}

.highlight_box.narrow .imagecol {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
}

.highlight_box img {
  display: block;
  max-width: 100%;
  height: auto;
}

.highlight_box p.caption {
  font-size: 14px;
  line-height: 22px;
  margin: 10px 0 0 0;
  text-align: center;
}

.highlight_box ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}

@media (max-width: 1100px) {
  .highlight_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 30px 0 30px 0;
  }
  .highlight_box .imagecol {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
  .highlight_box.narrow .imagecol {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
  .highlight_box ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .highlight_box.left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .highlight_box .imagecol {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
  .highlight_box h2 {
    font-size: 26px;
    line-height: 36px;
  }
}
/* Hero Image & Text */
.hero_image {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 50px;
  margin-top: 30px;
  padding: 100px 0;
  background-attachment: fixed;
}
.hero_image .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero_image .text.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.hero_image .text .wrap {
  padding: 30px;
  max-width: 600px;
  background-color: rgba(0, 0, 0, 0.5);
}

body.home .hero_image {
  margin-bottom: 0;
  margin-top: 0;
}

/* Mobile */
@media (max-width: 767px) {
  .hero_image {
    background-attachment: scroll;
    padding: 60px 0;
  }
  .hero_image .container {
    padding: 0;
    margin: 0;
  }
  .hero_image .text {
    padding: 0 20px;
  }
  .hero_image .text.right {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .hero_image .text .wrap {
    padding: 20px;
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
  }
}
/* Page Quote */
.page-quote {
  padding: 0;
  margin: 60px 200px;
}

.page-quote .quotetext {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}

.page-quote .quotetext p {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-align: center;
  margin: 0;
}

.page-quote .by {
  font-weight: 400;
  text-align: center;
}

/* small screen - hide on ipad */
@media (max-width: 767px) {
  .page-quote {
    padding: 0;
    margin: 40px 0;
  }
  .page-quote .quotetext {
    font-size: 20px;
    line-height: 30px;
  }
  .page-quote .quotetext p {
    font-size: 20px;
    line-height: 30px;
  }
}
/* Gallery */
.galleryblock {
  text-align: center;
  margin-bottom: 60px;
}
.galleryblock h3 {
  text-align: left;
}
.galleryblock p {
  text-align: left;
  margin-bottom: 20px;
}
.galleryblock a.box {
  margin-top: 30px;
}

.gallery_custom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.gallery_custom a:nth-child(n+5) {
  display: none;
}

/* Mulch Calculator Bar */
.calculator_bar {
  background-color: #FFB91C;
  padding: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin: 30px 0 50px 0;
}
.calculator_bar h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: none;
}

.calcform {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.calcform input.num {
  padding: 5px;
  border: 1px solid #ccc;
  font-size: 16px;
  line-height: 26px;
  max-width: 225px;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.calcform input.num.error {
  border-color: #000;
}
.calcform input.num:focus {
  outline: none;
  border-color: #ccc;
}
.calcform .inputspacer {
  height: 38px;
}
.calcform .form-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.calcform .form-buttons input.submit {
  display: inline-block;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 24px;
  color: #FFF;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-style: normal !important;
  font-weight: 800 !important;
  position: relative;
  background: #231F20;
  text-transform: uppercase;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  border-radius: 6px;
  border: 1px solid #231F20;
}
.calcform .form-buttons input.submit:hover {
  border: 1px solid #FFF;
  cursor: pointer;
}
.calcform .form-buttons input.reset {
  display: inline-block;
  margin: 0;
  padding: 8px 0;
  font-size: 14px;
  line-height: 24px;
  color: #231F20;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-style: normal !important;
  font-weight: 800 !important;
  position: relative;
  background: transparent;
  text-transform: uppercase;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  border-radius: 6px;
  border: none;
}
.calcform .form-buttons input.reset:hover {
  color: #FFF;
  cursor: pointer;
}

.result-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 50px;
  line-height: 50px;
  height: 70px;
  color: #FFF;
  font-family: "Inter", sans-serif;
  max-width: 225px;
  margin-top: 20px;
  text-align: center;
  opacity: 0;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
.result-text .small {
  font-size: 20px;
  line-height: 20px;
}
.result-text.show {
  opacity: 1;
}

@media (max-width: 1000px) {
  .calculator_bar {
    grid-template-columns: repeat(3, 1fr);
  }
  .calculator_bar .text {
    grid-column: 1/-1;
  }
  .calculator_bar .text h3 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .calculator_bar {
    grid-template-columns: repeat(2, 1fr);
  }
  .calculator_bar .text {
    grid-column: auto;
  }
}
@media (max-width: 550px) {
  .calculator_bar {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .calculator_bar .calcform .inputspacer {
    display: none;
  }
  .result-text {
    max-width: 100%;
    width: 100%;
  }
}
/* Accordion */
.accordianwrap {
  margin: 10px 0 30px 0;
  border-top: 1px solid #cccccc;
}

.accordianwrap.add {
  margin: -31px 0 30px 0;
}

.accordiantitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  border-bottom: 1px solid #cccccc;
}

.accordiantitle .fa-solid {
  font-size: 16px;
  line-height: 30px;
  font-weight: 900;
  color: #FFB91C;
  float: left;
  margin: 0;
}

.accordiantitle:hover .fa-solid {
  cursor: pointer;
  color: #231F20;
}

.accordiantitle.open .closedicon {
  display: none;
}

.accordiantitle.open .openicon {
  display: block;
}

.accordiantitle .openicon {
  display: none;
}

.accordiantitle h3 {
  line-height: 30px;
  font-size: 18px;
  color: #3B362B;
  padding: 0 0 0 8px;
  margin: 0;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  text-transform: none;
}

.accordiantitle:hover h3 {
  cursor: pointer;
  color: #333;
}

.accordiantitle.open:hover h3 {
  cursor: pointer;
}

.accordiancontent {
  display: none;
  padding: 20px 34px 1px 34px;
  margin: 0;
}
.accordiancontent ul {
  margin-left: 30px;
}

/* Mobile */
@media (max-width: 767px) {
  .accordiancontent {
    display: none;
    padding: 20px 0 1px 0;
    margin: 0;
  }
}
/* Video embeds */
.vwrap {
  max-width: 100%;
  margin: 0 auto 30px auto;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 0;
  height: 0;
  margin-bottom: 30px;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Gallery */
.galleryblock {
  margin: 30px 0;
}

.galleryblock .smallmargin {
  margin: 0;
}

/*	--------------------------------------------------
   	Form - Gravity Forms (labels inside)
	-------------------------------------------------- */
/* Theme */
.gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 16px !important;
  grid-row-gap: 16px !important;
}

.gform_wrapper h3 {
  margin: 0 !important;
  font-size: 18px !important;
  line-height: 26px !important;
  font-weight: 600 !important;
  margin: 10px 0 -10px 0 !important;
  text-transform: capitalize;
}

.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
  font-size: 16px;
  line-height: 20px;
  margin: 0 !important;
  padding: 8px !important;
  border: 1px solid #CCCCCC !important;
}

.gform_wrapper.gravity-theme textarea.textarea {
  height: 140px !important;
  display: block !important;
  margin: 0 !important;
}

/* Address */
.gform_wrapper.gravity-theme .ginput_container_address {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.gform_wrapper.gravity-theme .ginput_container_address span {
  margin: 0 !important;
  padding: 0 !important;
}

.gform_wrapper.gravity-theme .ginput_container_address span.address_line_1 {
  margin-bottom: 16px !important;
}

.gform_wrapper.gravity-theme .ginput_container_address span.address_city {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 40% !important;
          flex: 0 0 40% !important;
}

.gform_wrapper.gravity-theme .ginput_container_address span.address_state {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 calc(40% - 16px) !important;
          flex: 0 0 calc(40% - 16px) !important;
  margin-left: 16px !important;
}

.gform_wrapper.gravity-theme .ginput_container_address span.address_zip {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 calc(20% - 16px) !important;
          flex: 0 0 calc(20% - 16px) !important;
  margin-left: 16px !important;
}

/* Submit */
.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
  margin: 0 !important;
  padding: 0 !important;
}

.gform_wrapper .gform_footer input[type=submit] {
  display: inline-block;
  margin: 0;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 24px;
  color: #FFF;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-style: normal !important;
  font-weight: 800 !important;
  letter-spacing: 0.5px !important;
  position: relative;
  background: #231F20;
  text-transform: uppercase;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  border-radius: 6px;
  border: none;
  margin-top: 10px;
}
.gform_wrapper .gform_footer input[type=submit]:hover {
  background-color: #231F20;
  border: none;
  cursor: pointer;
}

/* Error */
h2.gform_submission_error {
  text-transform: none;
}

p.gform_required_legend {
  display: none;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
  background: #fff9f9;
  border: 1.5px solid #c02b0a;
  border-radius: 5px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin-bottom: 8px;
  margin-top: 8px;
  padding: 15px !important;
  position: relative;
  width: 100%;
}

.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
  background: transparent !important;
  border: none !important;
  font-size: 13px !important;
  margin-top: 8px;
  padding: 0 !important;
}

/* Placeholder color */
.gform_wrapper .gform_fields .gfield input::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield textarea::-webkit-input-placeholder,
.ginput_container_select select:first-child {
  color: #666666;
}

/* Focus color */
.gfield input[type=text]:focus,
.gfield input[type=email]:focus,
.gfield input[type=tel]:focus,
.gfield input[type=url]:focus,
.gfield input[type=number]:focus,
.gfield input[type=password]:focus,
.gfield select:focus,
.gfield textarea:focus {
  border: 1px solid #333 !important;
  border-radius: 0 !important;
  font-size: 16px;
  line-height: 20px;
  padding: 8px !important;
}

/* Focus visible */
.gfield :focus-visible {
  outline: none !important;
}

.gform_ajax_spinner {
  margin: 5px 0 0 20px !important;
  width: 24px !important;
  max-width: 24px !important;
  height: 24px !important;
}

.ginput_container_consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
.ginput_container_consent input[type=checkbox] {
  display: block !important;
  width: 20px !important;
  height: 20px !important;
  max-width: 20px !important;
  max-height: 20px !important;
  margin-top: 4px;
}
.ginput_container_consent label {
  font-size: 14px !important;
  line-height: 22px !important;
  margin: 0 !important;
  padding: 0 !important;
  font-weight: 400 !important;
}

/*	--------------------------------------------------
	Print
	-------------------------------------------------- */
.showprint {
  display: none;
}

@media print {
  body {
    padding: 20px !important;
  }
  .container {
    padding: 0;
    margin: 0;
  }
  .showprint {
    display: block;
  }
  .hideprint {
    display: none;
  }
  .printlogo {
    margin: 15px 0;
  }
  .header-pad {
    display: none;
  }
  .page-header {
    margin: 0;
    padding: 0;
  }
  .page-header .wrap {
    display: block;
    height: auto;
  }
  .page-header h1 {
    color: #000;
    padding: 0;
    margin: 0 0 20px 0;
  }
  .main-content-inner {
    margin: 0;
  }
  p {
    margin: 0 0 20px 0;
  }
  #colophon a {
    display: none !important;
  }
}