/* === GLOBAL === */
::-moz-selection {
  /* Code for Firefox */
  background: #3a1c20;
  color: white;
}

::selection {
  background: #3a1c20;
  color: white;
}

body::-webkit-scrollbar {
  width: 15px;
}

body {
  scrollbar-width: thin;
  scrollbar-color: #225659 #dfe9f2;
}

body::-webkit-scrollbar-track {
  background: #dfe9f2;
}

body::-webkit-scrollbar-thumb {
  background-color: #225659;
  border-radius: 6px;
  border: 3px solid #dfe9f2;
}

html {
  scroll-behavior: smooth;
}

.entry-content .txt-black, .editor-styles-wrapper .txt-black {
  color: #221d23;
}
.entry-content .txt-white, .editor-styles-wrapper .txt-white {
  color: #F7F5F5;
}
.entry-content .txt-brown, .editor-styles-wrapper .txt-brown {
  color: #3a1c20;
}
.entry-content .txt-green, .editor-styles-wrapper .txt-green {
  color: #225659;
}
.entry-content .bg-black, .editor-styles-wrapper .bg-black {
  background-color: #221d23;
}
.entry-content .bg-white, .editor-styles-wrapper .bg-white {
  background-color: #F7F5F5;
}
.entry-content .bg-brown, .editor-styles-wrapper .bg-brown {
  background-color: #3a1c20;
}
.entry-content .bg-green, .editor-styles-wrapper .bg-green {
  background-color: #225659;
}
.entry-content .btn-green a.wp-block-button__link, .editor-styles-wrapper .btn-green a.wp-block-button__link {
  background-color: #225659;
}
.entry-content .btn-brown a.wp-block-button__link, .editor-styles-wrapper .btn-brown a.wp-block-button__link {
  background-color: #3a1c20;
}
.entry-content .invisible-block, .editor-styles-wrapper .invisible-block {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 900px) {
  .entry-content .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    width: 100%;
  }
  .entry-content .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image):first-child {
    margin-bottom: 25px;
  }
  .entry-content .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2), .entry-content .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image) {
    width: 100%;
  }
}

.main-layout-content #site-content > .customify-container .customify-grid #main, .main-layout-content-sidebar #site-content > .customify-container .customify-grid #main {
  min-height: calc(100vh - 90px - 178px);
}
.main-layout-content #page-cover + #site-content > .customify-container .customify-grid #main, .main-layout-content-sidebar #page-cover + #site-content > .customify-container .customify-grid #main {
  min-height: calc(100vh - 90px - 400px - 178px);
}

body.home.main-layout-content #site-content > .customify-container .customify-grid #main {
  background-image: url("/wp-content/themes/customify-child/img/placeholder-bg.png");
  background-repeat: repeat;
  position: relative;
}
body.home.main-layout-content #site-content > .customify-container .customify-grid #main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(247, 245, 245, 0.7);
}

.heading-1 {
  background-color: #225659;
  color: #F7F5F5;
  font-size: 32px;
  text-align: center;
  padding: 0 20px;
}

@media (max-width: 600px) {
  .heading-1 {
    font-size: 24px;
  }
}
/* === BACKEND - ADMIN OVERWRITES === */
/* === HEADER === */
header .header--row .dark-mode {
  background-color: #3a1c20;
}

/* === FOOTER === */
footer .footer-bottom .dark-mode {
  background-color: #3a1c20;
}

.builder-footer-footer_html_3-item {
  text-align: right;
}
.builder-footer-footer_html_3-item address {
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .builder-footer-footer_html_3-item {
    text-align: center;
  }
  .builder-footer-footer_html_3-item address {
    margin-bottom: 10px;
  }
}
/* === BLOCKS === */
.info-img-panel {
  display: flex;
  text-align: center;
  background-color: white;
}
.info-img-panel > div {
  flex-basis: 50%;
}
.info-img-panel h1.iip-title, .info-img-panel h2.iip-title, .info-img-panel h3.iip-title, .info-img-panel h4.iip-title, .info-img-panel h5.iip-title, .info-img-panel h5.iip-title {
  margin-bottom: 40px;
}
.info-img-panel .iip-info {
  order: 2;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 500px;
}
.info-img-panel .iip-info .iip-text p:last-child {
  margin-bottom: 0;
}
.info-img-panel .iip-info .iip-text ul:first-child {
  margin-top: 0;
}
.info-img-panel .iip-info .iip-text ul:last-child {
  margin-bottom: 0;
}
.info-img-panel .iip-info .iip-text li {
  margin-left: 0;
}
.info-img-panel .iip-info .iip-button {
  display: inline-block;
  background-color: black;
  color: white;
  margin-top: 50px;
  padding: 10px 20px;
  min-width: 200px;
}
.info-img-panel .iip-info .iip-button:hover {
  box-shadow: inset 0 0 0 120px rgba(0, 0, 0, 0.18);
}
.info-img-panel .iip-img {
  order: 2;
  background-size: cover;
  background-position: center;
}
.info-img-panel .iip-first {
  order: 1;
}

.info-img-panel.bg-shadow {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 850px) {
  .info-img-panel {
    flex-direction: column;
  }
  .info-img-panel .iip-info {
    order: 1;
    min-height: initial;
  }
  .info-img-panel .iip-img, .info-img-panel .iip-img.iip-first {
    order: 2;
    min-height: 300px;
  }
}
.info-img-panel .iip-info .iip-title {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid #3a1c20;
  text-transform: uppercase;
}
.info-img-panel .iip-info h2.iip-title {
  font-size: 36px;
}
.info-img-panel .iip-info .iip-text {
  font-size: 22px;
}
.info-img-panel .iip-info .iip-button {
  background-color: #225659;
  text-transform: uppercase;
}
.info-img-panel .iip-info p {
  margin-bottom: 10px;
}

body .contact-us-block .row-top {
  display: flex;
  background-color: #1a1a1a;
  color: white;
}
body .contact-us-block .row-top h1, body .contact-us-block .row-top h2, body .contact-us-block .row-top h3, body .contact-us-block .row-top h4, body .contact-us-block .row-top h5, body .contact-us-block .row-top h6 {
  color: white;
}
body .contact-us-block .row-top > div {
  flex-basis: 50%;
  padding: 40px;
}
body .contact-us-block .row-top .cub-content {
  padding-right: 0;
  margin-bottom: 150px;
}
body .contact-us-block .row-top .cub-image {
  background-size: cover;
  position: relative;
  overflow: hidden;
}
body .contact-us-block .row-top .cub-image .cub-triangle {
  background-color: #1a1a1a;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 30%;
  height: 500%;
  transform: rotate(13deg);
  transform-origin: 100% 0%;
}
body .contact-us-block .row-bottom {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: -150px;
}
body .contact-us-block .row-bottom > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #f3f3f5;
  margin: 0 20px;
  margin-bottom: 40px;
  padding: 35px 25px;
  text-align: center;
  width: 100%;
  max-width: 330px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  font-size: 20px;
}
body .contact-us-block .row-bottom > a i {
  display: block;
  font-size: 50px;
  margin-bottom: 15px;
}
body .contact-us-block .row-bottom > a address {
  margin-bottom: 0;
}
body .contact-us-block .row-bottom > a .cub-additional {
  display: block;
}
body .contact-us-block .row-bottom > a .cub-additional p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1250px) {
  body .contact-us-block .row-bottom {
    justify-content: center;
  }
}
@media (max-width: 850px) {
  body .contact-us-block .row-top {
    flex-direction: column;
  }
  body .contact-us-block .row-top > div {
    flex-basis: 100%;
    padding: 35px;
  }
  body .contact-us-block .row-top .cub-content {
    padding-right: 35px;
    margin-bottom: 0;
  }
  body .contact-us-block .row-top .cub-image {
    padding-bottom: 360px;
    min-height: 50vw;
    max-height: 70vw;
  }
  body .contact-us-block .row-top .cub-image .cub-triangle {
    width: 500%;
    height: 70px;
    transform: rotate(-5deg);
    transform-origin: 0% 100%;
  }
}
@media (max-width: 850px) and (max-width: 500px) {
  body .contact-us-block .row-top .cub-image .cub-triangle {
    height: 50px;
  }
}
@media (max-width: 850px) {
  body .contact-us-block .row-bottom {
    margin-top: -415px;
  }
}
body .contact-us-block .row-top {
  background-color: #225659;
  color: #F7F5F5;
}
body .contact-us-block .row-top h1, body .contact-us-block .row-top h2, body .contact-us-block .row-top h3, body .contact-us-block .row-top h4, body .contact-us-block .row-top h5, body .contact-us-block .row-top h6 {
  color: #F7F5F5;
}
body .contact-us-block .row-top .cub-image .cub-triangle {
  background-color: #225659;
}

.form-links-block .fl-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.form-links-block .fl-grid .fl-link {
  display: block;
  width: 45%;
  margin-bottom: 1.5em;
  font-size: 1.25em;
  line-height: 1.5;
  color: #221d23;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 2px solid #225659;
  border-radius: 0.25em;
  padding: 0.75em 1em;
  text-align: center;
}
.form-links-block .fl-grid .fl-link i {
  margin-right: 0.5em;
}
.form-links-block .fl-grid .fl-link:hover {
  color: #fff;
  background-color: #225659;
  border-color: #225659;
}
@media (max-width: 768px) {
  .form-links-block .fl-grid .fl-link {
    width: 100%;
    font-size: 1.25em;
    border: none;
    padding: 0;
    margin-bottom: 15px;
    background-color: transparent;
  }
  .form-links-block .fl-grid .fl-link:hover {
    background-color: transparent;
    transform: none;
    color: #221d23;
  }
}

/* === HOME === */
.home.main-layout-content #site-content > .customify-container .customify-grid #main {
  padding-top: 0;
}

.home .info-img-panel .iip-info .iip-text ul li {
  list-style-type: none;
}

.home.anchor-padding :target:before {
  margin-top: -130px;
}
@media (max-width: 500px) {
  .home.anchor-padding :target:before {
    margin-top: -170px;
  }
}

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