/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/
/* Add your custom styles here... */
/*
* Custom font face /assets/fonts/SuisseIntl-Regular.ttf
*/
@font-face {
  font-family: "SuisseIntl-Regular";
  src: url("/wp-content/themes/bb-theme-child/assets/fonts/SuisseIntl-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "SuisseIntl-Light";
  src: url("/wp-content/themes/bb-theme-child/assets/fonts/SuisseIntl-Light.ttf") format("truetype");
}
body :not(#wpadminbar):not(#wpadminbar *) p,
body :not(#wpadminbar):not(#wpadminbar *) a,
body :not(#wpadminbar):not(#wpadminbar *) ul,
body :not(#wpadminbar):not(#wpadminbar *) ol,
body :not(#wpadminbar):not(#wpadminbar *) li,
body :not(#wpadminbar):not(#wpadminbar *) blockquote,
body :not(#wpadminbar):not(#wpadminbar *) pre,
body :not(#wpadminbar):not(#wpadminbar *) code,
body :not(#wpadminbar):not(#wpadminbar *) address,
body :not(#wpadminbar):not(#wpadminbar *) input,
body :not(#wpadminbar):not(#wpadminbar *) textarea,
body :not(#wpadminbar):not(#wpadminbar *) th,
body :not(#wpadminbar):not(#wpadminbar *) td,
.regular-text,
.regular-text span {
  font-family: "SuisseIntl-Regular", sans-serif;
}

body :not(#wpadminbar) h2:not(#wpadminbar *),
body :not(#wpadminbar) h3:not(#wpadminbar *),
body :not(#wpadminbar) h4:not(#wpadminbar *),
body :not(#wpadminbar) h5:not(#wpadminbar *),
body :not(#wpadminbar) h6:not(#wpadminbar *),
body :not(#wpadminbar) h2:not(#wpadminbar *) span,
body :not(#wpadminbar) h3:not(#wpadminbar *) span,
body :not(#wpadminbar) h4:not(#wpadminbar *) span,
body :not(#wpadminbar) h5:not(#wpadminbar *) span,
body :not(#wpadminbar) h6:not(#wpadminbar *) span {
  font-family: "broadacre-light-2", sans-serif !important;
}

.fl-page-content {
  background-color: black;
}

a.fl-button {
  transition: all 0.3s ease-in-out;
}

a {
  color: unset;
}

a:hover {
  color: white;
}

.col-footer > .fl-col-content.fl-node-content {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

body,
html {
  overflow-x: hidden;
  background-color: black;
}

.item-bento {
  padding: 2rem;
  border-radius: 25px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  transition: all 0.3s ease;
}
.item-bento .content-bento {
  width: 100%;
}
.item-bento .content-bento .icon {
  position: absolute;
  top: 2rem;
  left: 2rem;
}
.item-bento .content-bento .icon img {
  width: 80px;
  height: 80px;
}
.item-bento .content-bento h3 {
  font-size: 1.2rem;
  font-weight: bold;
}
.item-bento .content-bento p {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: height 0.5s ease, opacity 0.5s ease;
  color: white;
  text-align: center;
  line-height: 1.2;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .item-bento .content-bento p {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .item-bento {
    height: 500px !important;
  }
}
header .fl-row-content-wrap {
  background-color: transparent !important;
}

section.z-0 * {
  z-index: 0 !important;
}

section.z-0.fixed {
  width: 100vw;
  height: 100vh;
}
section.z-0.fixed * {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bg-blur {
  background: rgba(178, 154, 103, 0.5) !important;
  -webkit-backdrop-filter: blur(25px) !important;
          backdrop-filter: blur(25px) !important;
}

html body.home h1.fl-heading {
  font-family: "broadacre-medium-2", sans-serif !important;
}
@media screen and (min-width: 768px) {
  html body.home h1.fl-heading {
    font-size: 39px;
  }
}
@media screen and (max-width: 767px) {
  html body.home h1.fl-heading {
    font-size: 30px;
  }
}

html body.home div.broadacre * {
  font-family: "broadacre-light-0", sans-serif !important;
}
html body.home .item-bento p.broadacre {
  font-family: "broadacre-light-1", sans-serif !important;
}
html body.home .item-bento p.broadacre * {
  font-family: "broadacre-light-1", sans-serif !important;
}
html body.home div.suisse-light * {
  font-family: "SuisseIntl-Light", sans-serif !important;
}

.menu-item a:focus, .menu-item a:hover {
  color: white !important;
}/*# sourceMappingURL=style.css.map */