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

Stylesheet: Global Stylesheet

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


/*********************
GENERAL STYLES
*********************/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

html,
body {
  font-size: 16px;
  background: #fff;
  scroll-behavior: smooth;
}


* {
  scroll-margin-top: 5rem;
}

@media print, screen and (min-width: 40em) {
  html,
  body {
    font-size: 16px;
  }

}

.grid-container,
.wp-block-columns.grid-container {
  padding-left: .9375rem;
  padding-right: .9375rem;
  max-width: 82.5rem;
}

.cell {
  position: relative;
}

.grecaptcha-badge {
  display: none;
}

.page-id-171 .grecaptcha-badge {
  display: block;
}


.portfolioTextBlock a {
    text-decoration:underline;
    font-weight:bold;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
blockquote {
  font-family: 'Montserrat', sans-serif !important;
}

html,
body,
h1,
h2,
h3,
.wp-block-latest-posts__post-title {
  position: relative;
}

h1,
h2,
h3,
.wp-block-latest-posts__post-title {
  color: #252525;
  text-transform: uppercase;
}

h4,
h5,
h6,
p,
blockquote,
blockquote p, {
  font-family: 'Montserrat', sans-serif;
  color: #252525;
  font-weight: 600;
}

p {
  font-size: 1rem;
}

b,
strong {
  font-weight: 700;
}

.subtitle {
  font-family: 'Montserrat', sans-serif;
}

h2,
h3,
.wp-block-latest-posts__post-title {
  font-weight: 800;
}

h1,
.site-title {
  font-size: 1.6em;
  line-height: 1.25;
  margin-bottom: 1rem;
  font-weight: 700;
  position: relative;
}

h2,
.wp-block-latest-posts__post-title {
  font-size: 1.5em;
  line-height: 1.25;
  margin-bottom: 1rem;
}

h2 strong {
    font-weight:900;
}

h3 {
  margin-bottom: 0.5rem;
  font-size: 1.15em;
  line-height: 1.25;
}

h4 {
  font-size: 1.15em;
}

h5 {
  font-weight: 700;
  font-size: .875em;
}


.wp-block-quote {
  border: none;
  padding: 0;
  text-align: center;
}

.wp-block-quote,
.wp-block-quote p {
  color: #252525;
  font-size: 1.15rem;
  font-weight: 600;
}

.wp-block-quote p::before,
.wp-block-quote h4::before {
  content: '“';
}

.wp-block-quote p::after,
.wp-block-quote h4::after {
  content: '”';
}

.wp-block-quote cite {
  color: #252525;
  font-size: 1.25rem;
  padding-top: 2rem;
  font-weight: 400;
}

hr,
.wp-block-separator {
  border: 1px solid #efefef;
}

@media print, screen and (min-width: 40em) {
  p {
    font-size: 1.125rem;
  }
  h1,
  .site-title {
    font-size: 3.25em;
  }
  h2, .wp-block-latest-posts__post-title {
    font-size: 2.25em;
  }
  h3,
  h4,
  .wp-block-quote,
  .wp-block-quote p {
    font-size: 1.5rem;
  } 
}

.wp-block-columns {
  position: relative;
  margin-bottom: 0;
}

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.bg-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.full-width,
.half-width--right,
.half-width--left {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  z-index: 1;
}

.full-width .wp-block-group__inner-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.full-height {
  min-height: 35rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}


@media print, screen and (min-width: 40em) {
  .full-width .wp-block-group__inner-container {
    max-width: 95%;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .full-height {
    min-height: 100vh;
  }
}

figure.full-width img {
  width: 100%;
}

.wp-block-cover,
.wp-block-cover-image {
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: row !important;
  flex-direction: row !important;
  -webkit-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
  -webkit-justify-content: flex-start !important;
  justify-content: flex-start !important;
  -webkit-align-content: stretch !important;
  align-content: stretch !important;
  -webkit-align-items: flex-end !important;
  align-items: flex-end !important;
}
@media print, screen and (min-width: 40em) {
  .wp-block-cover .wp-block-cover__inner-container, .wp-block-cover-image .wp-block-cover__inner-container {
    max-width: 75%;
  }
}

@media print, screen and (min-width: 64em) {
  .half-width--right {
    width: 50vw;
    position: relative;
    left: 0;
    right: 50%;
    margin-left: 0;
    margin-right: -50vw;
  }

  .half-width--left {
    width: 50vw;
    position: relative;
    left: 50%;
    right: 0;
    margin-left: -50vw;
    margin-right: 0;
  }
}

/*********************
LINKS & BUTTONS
*********************/

a,
a:link,
a:active,
a:focus,
a:visited,
a p,
a span,
a h1,
a h2,
a h3,
a h4,
a h5,
a h6 {
  -webkit-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

a,
a:link,
a:visited,
.is-ajax-search-details a,
.is-ajax-search-result a {
  color: #252525;
}

a:hover,
a:active,
a:focus {
  color: #252525;
  text-decoration: underline;
}

a.btn,
.btn a,
input[type="submit"],
.wp-block-latest-posts__post-excerpt a {
  display: block;
  color: #252525;
  background: #FFCD3C;
  font-size: 1em;
  font-weight: 700;
  position: relative;
  z-index: 1;
  -webkit-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
}

.btn a:hover,
a.btn:hover,
input[type="submit"]:hover,
.wp-block-latest-posts__post-excerpt a:hover {
  color: #FFCD3C;
}

p.btn {
  margin-bottom: 0;
}

.wp-block-buttons>.wp-block-button {
  display: block;
  width: 100%;
  margin-top: -1px;
}

@media print, screen and (min-width: 40em) {
  .wp-block-buttons>.wp-block-button {
    width: auto
  }
}

a.wp-block-button__link {
  position: relative;
  width: 100%;
  border-radius: 0;
  background: #FFCD3C;
  color: #fff;
  padding: 1rem;
  font-size: 1em;
  text-align: center;
  font-weight: 600;
}

.wp-block-button__link:hover,
.wp-block-button__link:active,
.wp-block-button__link:focus {
  background: #FFC828;
  color: #fff;
  text-decoration: none;
}

@media print, screen and (min-width: 40em) {
  a.btn,
  .btn a,
  input[type="submit"],
  .wp-block-latest-posts__post-excerpt a,
  a.wp-block-button__link {
    display: inline-block;
    width: auto;
  }
}

.inner-content {
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.grey-bg {
  position: relative;
  border-radius: 1.875rem;
  padding: .9375rem;
  z-index: 10;
  overflow: hidden;
}

@media print, screen and (min-width: 40em) {
  .inner-content {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  }
  .grey-bg {
    padding: 2.5rem;
  }
}

.brands .wp-block-group__inner-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}


.brands .wp-block-image {
  transform: translateY(1rem);
  opacity: 0;
}

.brands figure {
  max-width: 50%;
}

.brands img {
  filter: grayscale(1) brightness(0.5);
  pointer-events: all;
  -webkit-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.brands img:hover {
  filter: grayscale(0) brightness(1);
}


@media print, screen and (min-width: 40em) {
  .brands .wp-block-group__inner-container {
    width: 75%;
    gap: 2%;
  }
  .brands figure {
    max-width: 25%;
    text-align: center;
  }
  .brands figure img {
    max-height: 4.5rem;
    width: auto;
  }
}


/* 
.fadeleft {
  transform: translateX(-2rem);
  opacity: 0;
}

.faderight {
  transform: translateX(2rem);
  opacity: 0;
}

.fadetop {
  transform: translateY(2rem);
  opacity: 0;
}

.fadebottom {
  transform: translateY(-2rem);
  opacity: 0;
}

.fade {
  opacity: 0;
} */

.why-us--block-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  gap: 1rem;
  z-index: 2;
}

.why-us--block {
  background: #FFCD3C;
  padding: 2rem;
}

.why-us--block ul {
  margin: 0;
  list-style: none;
}

.why-us figure,
.why-us img {
  position: relative;
  height: 100% !important;
  z-index: 1;
}

.why-us figure {
  transform: scaleX(1.5) scaleY(.9);  
}

@media print, screen and (min-width: 40em) {
  .why-us figure {
    transform: scaleX(1.15) scaleY(.9);
    transform-origin: 100% 50%;
  }
}

.why-us img {
  object-fit: cover;
  width: 100% !important;
}

.home-gallery {
  position: relative;
  z-index: 10;
}

.wp-block-gallery .wp-block-image,
.wp-block-media-text .wp-block-media-text__media {
  transform: rotateY(180deg);
  opacity: 0;
}

.home-gallery .wp-block-media-text,
.bg-yellow {
  margin-top: .5rem;
  margin-bottom: .5rem;
  position: relative;
}

.home-gallery .wp-block-media-text__content,
.bg-yellow {
  margin: .5rem 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #FFCD3C;
  height: 100%;s
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.bg-yellow {
  padding: 2rem 8% 1rem;
  margin: 0 !important;
}

.home-gallery .wp-block-columns {
  gap: .5em !important;
}

.bg-masstimber,
.bg-cherry,
.bg-lime {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    height: auto !important;
    padding-top: 3.5rem;
    padding-bottom: 2rem;
}

@media print, screen and (min-width: 40em) {
  .bg-masstimber,
  .bg-cherry,
  .bg-lime {
    min-height: 45rem;
  }
}

@media print, screen and (min-width: 70em) {
  .bg-masstimber,
  .bg-cherry,
  .bg-lime {
    min-height: 37.5rem;
  }
}

@media print, screen and (min-width: 1240px) {
  .bg-masstimber,
  .bg-cherry,
  .bg-lime {
    min-height: 32.5rem;
  }
}

@media print, screen and (min-width: 1440px) {
  .bg-masstimber,
  .bg-cherry,
  .bg-lime {
    min-height: 30rem;
  }
}


.bg-masstimber {
    background:#ffe956 !important;
}

.bg-cherry {
    background:#ff813c !important;
}

.bg-lime {
    background:#d7ff59 !important;
}

@media print, screen and (min-width: 40em) {
  .home-gallery .wp-block-media-text__content,
  .bg-yellow {
    margin: .5rem;
    width: 100%;
  }
  
}

.parallax-container .wp-block-group__inner {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.layer {
  width: 400px;
  height: 500px;
  background: rgba(255, 205, 60, 0.8);
  transform: skewX(50deg);
  position: absolute;
  z-index: -1;

}

.layer-shape-one {
  top: 30%;
  left: -10%;
  animation: floatOne 5s ease-in-out infinite;
}

.layer-shape-two {
  top: 45%;
  left: 15%;
  animation: floatTwo 4s ease-in-out infinite;
  animation-delay: 1s;
}

.layer-shape-three {
  top: 30%;
  right: -10%;
  animation: floatThree 5s ease-in-out infinite;
  animation-delay: .8s;
}

.layer-shape-four {
  top: 100%;
  right: 0%; 
  animation: floatFour 5s ease-in-out infinite;
  animation-delay: 1.2s;

}

@keyframes floatOne {
    0% {
        top: 45%;
    }

    50% {
        top: 47.5%;
    }

    100% {
        top: 45%;
    }
}

@keyframes floatTwo {
  0% {
      top: 45%;
  }

  50% {
      top: 47.5%;
  }

  100% {
      top: 45%;
  }
}

@keyframes floatThree {
  0% {
      top: 30%;
  }

  50% {
      top: 32.5%;
  }

  100% {
      top: 30%;
  }
}

@keyframes floatFour {
  0% {
      top: 100%;
  }

  50% {
      top: 97.5%;
  }

  100% {
      top: 100%;
  }
}


@media print, screen and (max-width: 39.5em) {
  .has-text-align-right {
    text-align: left;
  }

  .is-layout-flex {
    gap: .5rem;
  }
}

/* Flex Styles */

.flex-top-left,
.flex-top-left .wp-block-group__inner-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-top-right,
.flex-top-right .wp-block-group__inner-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-bottom-left,
.flex-bottom-left .wp-block-group__inner-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-bottom-right,
.flex-bottom-right .wp-block-group__inner-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-center,
.flex-center .wp-block-group__inner-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-center-right,
.flex-center-right .wp-block-group__inner-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-center-left,
.flex-center-left  .wp-block-group__inner-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media print, screen and (max-width: 39.5em) {
  .flex-top-left--small,
  .flex-top-left--small .wp-block-group__inner-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .flex-top-right--small,
  .flex-top-right--small .wp-block-group__inner-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .flex-bottom-left--small,
  .flex-bottom-left--small .wp-block-group__inner-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .flex-bottom-right--small,
  .flex-bottom-right--small .wp-block-group__inner-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .flex-center--small,
  .flex-center--small .wp-block-group__inner-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

/*********************
NAVIGATION & MENUS
*********************/

.nav__container {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  position: absolute;
  background: transparent;
  width: 100vw;
  z-index: 99;
  top: 0;
  pointer-events: none;
}

.admin-bar .nav__container {
  margin-top: 0px;
}

.nav__container .grid-container,
.nav__container .grid-x {
  height: 100%;
}

.nav__container h1 {
  margin: 0;
  padding: 0;
}

.footer .custom-logo-link {
  text-align: center;
  display: block;
  margin-bottom: 1rem;
}

.logo-container { 
  width: 10rem;
  height: 10rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  pointer-events: all;
}

.logo-tab {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: calc(100% - 3rem);
  margin-left: -50%;
  background: #252525;
  -webkit-transition: all .4s cubic-bezier(.165,.84,.44,1);
  -moz-transition: all .4s cubic-bezier(.165,.84,.44,1);
  -ms-transition: all .4s cubic-bezier(.165,.84,.44,1);
  -o-transition: all .4s cubic-bezier(.165,.84,.44,1);
  transition: all .4s cubic-bezier(.165,.84,.44,1);
  z-index: -1;
  opacity: 0;
}

.logo-tab:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: -30px;
  left: 0;
  border-style: solid;
  border-width: 30px 5rem 0;
  border-color: #252525 transparent transparent;
}

.logo {
  width: 8rem;
}

.logo polygon,
.logo path,
.logo circle,
.logo rect,
.logo line {
  fill: #252525;
}

.footer .custom-logo {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .nav__container {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    position:fixed;
    height: 10rem;
    top: 0;
    left: 0;
  }
  .footer .custom-logo-link {
    text-align: left;
    margin-bottom: 0;
  }
  .custom-logo{  
    display: block;
  }
  .admin-bar .nav__container {
    margin-top: 32px;
  }
}

#main-nav {
  position: relative;
  display: block;
  text-align: center;
  height: 4rem;
  pointer-events: all;
}

#main-nav>li {
  position: relative;
  text-align: center;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#main-nav li a {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  color: #252525;
  padding: 0 1.25rem;
  font-size: 1em;
  font-weight: 600;
  z-index: 1;
  -webkit-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#main-nav li a:hover,
#main-nav li a:focus,
#main-nav li a:active {
  color: #252525;
}

.menu .active>a {
  background: transparent;
  color: #252525;
}

#main-nav>li.is-dropdown-submenu-parent a {
  padding: 0 2.5rem 0 1.25rem;
}


#main-nav .submenu {
  position: absolute;
  left: -1px;
  top: 5.5rem;
  width: 200%;
  border: none;
  background: #f;ff
  padding: 1.5rem;
}

#main-nav .submenu li a {
  color: #252525;
}

#main-nav .submenu li a:hover {
  color: #252525;
}


#main-nav.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
  display: block;
  position: absolute;
  border: none;
  content: '\f0140';
  font-family: 'Material Design Icons';
  top: 43%;
  right: 2rem;
}

.js-off-canvas-overlay {
  background: rgba(35,55,69,.1);
}

.off-canvas .menu>li.is-dropdown-submenu-parent>a::after,
.off-canvas .menu>li.is-accordion-submenu-parent>a::after {
  display: inline-block;
  position: absolute;
  border: none;
  content: '\f0140';
  font-family: 'Material Design Icons';
  margin-left: .35rem;
  margin-top: -.5rem;
  right: 2rem;
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded=true]>a::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

#main-nav.dropdown.menu>li.is-dropdown-submenu-parent:hover>a::after,
.off-canvas .menu>li.is-dropdown-submenu-parent[aria-expanded=true]>a::after,
.off-canvas .menu>li.is-accordion-submenu-parent[aria-expanded=true]>a::after {
  content: '\f0143';
  font-family: 'Material Design Icons';
}

.accordion-menu .is-accordion-submenu {
  background: rgba(0,0,0,.1);
}
.accordion-menu .is-accordion-submenu a {
padding: 1.5rem 2rem;
}

.accordion-menu .is-accordion-submenu ul li a {
padding: 1.5rem 2rem;
}

#main-nav.dropdown.menu>li.opens-left>.is-dropdown-submenu,
.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
  top: 100% !important;
}

#main-nav.dropdown.menu>li.opens-left>.is-dropdown-submenu,
.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
  left: 0;
  right: auto;
}

#main-nav.dropdown.menu>li.opens-left>.is-dropdown-submenu a,
.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu a {
  text-align: left;
  padding: .5rem 0 !important;
  display: block !important;
}

#footer-links {
  position: relative;
  text-align: left;
  padding: 0;
  margin-top: 2rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#footer-links li {
  position: relative;
  margin: 0;
  display: block;
}

#footer-links li a {
  color: #252525;
  padding: 0.625rem;
  font-size: 1em;
  font-weight: 300;
  display: inline-block;
  position: relative;
}

#footer-links li.active>a,
#footer-links li a:hover,
#footer-links li a:active,
#footer-links li a:focus {
  color: #252525;
  text-decoration: underline;
}


@media print, screen and (min-width: 40em) {
  #footer-links {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
  }
  #footer-links li {
    margin: 0 2rem 0 0;
  }
  #footer-links li a {
    padding: 0;
  }
}

@media print, screen and (min-width: 40em) {
  #main-nav {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

/* Socials */

.socials {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.socials li {
  margin: 0;
  padding: 0 2rem;
  font-size: 1.15rem;
  font-weight: 500;
}

.socials li a {
  color: #252525;
    display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: .6rem;
}

.socials li a:hover,
.socials li a:focus,
.socials li a:active {
  color: #5e490d;
  text-decoration: none;
}

.socials li i {
  font-size: 2em;
}

.socials img {
  width: auto;
  height: 2rem;
  margin-left: .25rem;
}


/* Hamburger */

.nav__hamburger {
  text-align: right;
  pointer-events: all;
}

.hamburger {
  padding: 11px 0 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  pointer-events: all;
 }
  .hamburger:hover {
    }

.hamburger__box {
  width: 2.25rem;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger__inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger__inner, .hamburger__inner::before, .hamburger__inner::after {
    width: 2.25rem;
    height: 3px;
    border-radius: 3px;
    background-color: #fff;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger__inner::before, .hamburger__inner::after {
    content: "";
    display: block; }
  .hamburger__inner::before {
    top: -10px; }
  .hamburger__inner::after {
    bottom: -10px; }


.hamburger--spin .hamburger__inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger__inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger__inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger__inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger__inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger__inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.off-canvas {
  background: #efefef;
  padding: 4.5rem 0 2rem;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.admin-bar .off-canvas {
  padding: calc(32px + 2rem) 0 2rem 0;
}

.accordion-menu {
  margin-top: 0;
  margin-bottom: 2rem;
}

.accordion-menu li a {
  color: #252525;
  font-size: 1.1em;
  line-height: 1.25;
  font-weight: 400;
  padding: 1.5rem 1rem;
  margin-top: -1px;
}

.accordion-menu li a:hover,
.accordion-menu li.active a {
  background: transparent;
  color: #252525 !important;
}

.off-canvas .widget {
  margin: 1rem 2rem;
}

.off-canvas h1,
.off-canvas h2,
.off-canvas h3,
.off-canvas h4,
.off-canvas h5,
.off-canvas h6,
.off-canvas p,
.off-canvas figcaption {
  color: #252525 !important;
}

.off-canvas p a {
  text-decoration: underline;
}

.off-canvas p {
  font-size: .9em;
}

.off-canvas .menu .active>a,
.off-canvas a:hover {
  color: #252525;
}

/*********************
Hero
*********************/

.hero-wrapper {
  display: none !important;
}

.hero,
.herotwo {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 1.875rem;
  overflow: hidden;
}

.shapes-container,
.shapestwo-container {
  position: absolute;
  width: 40%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 1;
}

.shapes-group,
.shapestwo-group {
  position: absolute;
  width: 50%;
  height: 100%;
}

.left-group {
  left: 0;
}

.right-group {
  right: 0;
}

.section-1 {

}

.shape,
.shapetwo {
  position: absolute;
  width: 300px;
  height: 600px;
  background: rgba(255, 205, 60, 0.8);
  transform: skewX(60deg) translateY(-70px);
  opacity: 0;
}

.left-group .shape:nth-child(1),
.left-group .shapetwo:nth-child(1) {
  top: 30%;
  left: 15%;
}

.left-group .shape:nth-child(2),
.left-group .shapetwo:nth-child(2) {
  top: 40%;
  left: 13%;
}

.left-group .shape:nth-child(3),
.left-group .shapetwo:nth-child(3) {
  top: 50%;
  left: 11%;
}

.right-group .shape:nth-child(1),
.right-group .shapetwo:nth-child(1) {
  top: 5%;
  left: 70%;
}

.right-group .shape:nth-child(2),
.right-group .shapetwo:nth-child(2) {
  top: 15%;
  left: 68%;
}

.right-group .shape:nth-child(3),
.right-group .shapetwo:nth-child(3) {
  top: 25%;
  left: 66%;
}

.hero h1,
.hero h4 {
  z-index: 2;
}

@media (max-width: 1220px) {
  .shape,
  .shapetwo {
      position: absolute;
      width: 300px;
      height: 600px;
      background: rgba(255, 205, 60, 0.8);
      transform: skewX(50deg);
  }


  .shapes-container,
  .shapestwo-container {
      width: 60%;
  }
}

@media (max-width: 991px) {
  .right-group {
      display: none;
  }

  .left-group .shape:nth-child(1),
  .left-group .shapetwo:nth-child(1) {
      
      top: 15%;
      left: 80%;
  }

  .left-group .shape:nth-child(2),
  .left-group .shapetwo:nth-child(2) {
      top: 25%;
        left: 90%;
  }

  .left-group .shape:nth-child(3),
  .left-group .shapetwo:nth-child(3) {
      top: 35%;
        left: 90%;
  }

  .hero h1 {
      font-size: 3rem;

  }

}

@media (max-width: 600px) {
  .shape,
  .shapetwo {
      position: absolute;
      width: 200px;
      height: 400px;
      background: rgba(255, 205, 60, 0.8);
      transform: skewX(50deg);
  }

  .hero h1 {
      font-size: 2.6rem;

  }

  

  .hero,
  .herotwo {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}

/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  background: #FFCD3C;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/*
Lightbox 
*/

.fancybox-opened .fancybox-skin {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.fancybox-close {
  top: 1rem;
  right: 1rem;
}

.fancybox-prev {
  left: 1rem;
}

.fancybox-next {
  right: 1rem;
}

.wp-block-image a.fancybox,
.wp-block-media-text a.fancybox,
.wp-block-image a.fancybox-vimeo,
.wp-block-media-text a.fancybox-vimeo {
  cursor: zoom-in;
  overflow: hidden;
}

.wp-block-image a.fancybox img,
.wp-block-media-text a.fancybox img,
.wp-block-image a.fancybox-vimeo img,
.wp-block-media-text a.fancybox-vimeo img,
.wp-block-feedzy-rss-feeds-loop figure.wp-block-image img  {
  -webkit-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.wp-block-image a.fancybox:hover img,
.wp-block-media-text a.fancybox:hover img,
.wp-block-image a.fancybox-vimeo:hover img,
.wp-block-media-text a.fancybox-vimeo:hover img,
.wp-block-feedzy-rss-feeds-loop figure.wp-block-image:hover img {
  transform: scale(1.05) rotate(1deg);
}

.fancybox-title-over-wrap {
  background: rgba(0,0,0,.75) !important;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%) !important;
  opacity: 1 !important;
  padding: 5rem 2rem 2rem  !important;
}

.fancybox-title {
  font-size: 1.15rem !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}

.fancybox-title-outside-wrap {
  color: #252525 !important;
  text-align: center !important;
}

.home-gallery figcaption {
  opacity: 0;
  -webkit-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateY(2rem);
  font-size: 1.15rem !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  padding: 6rem 2rem 2rem !important;
  text-align: left !important;
  text-shadow: none !important;
  background: rgba(0, 0, 0, .75) !important;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%) !important;
  pointer-events: none !important;
}

.home-gallery .wp-block-image,
.wp-block-feedzy-rss-feeds-loop figure.wp-block-image {
  overflow: hidden;
}

.home-gallery .wp-block-image:hover figcaption {
  opacity: 1;
  transform: translateY(0);
}

.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
  opacity: 0;
}

/* Feedzy */

.wp-block-feedzy-rss-feeds-loop {
  gap: .5em !important;
}

.wp-block-feedzy-rss-feeds-loop > .wp-block-group {
  border-radius: 0 !important;
}

.wp-block-feedzy-rss-feeds-loop .wp-block-group__inner-container .wp-block-group {
  padding:  2rem 8% !important;
}

/* Smart Slider */

.n2-ss-slide-backgrounds::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75%;
  background: #252525;
  background: linear-gradient(0deg, rgba(37, 37, 37, 1) 0%, rgba(37, 37, 37, 0) 100%);
  z-index: 100;
  opacity: .75;
}

@media print, screen and (min-width: 40em) {
  .n2-ss-slide-backgrounds::before {
  height: 50%;
  }
}

.n2-ss-slider-1 {
  z-index: 101;
}

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