@charset "UTF-8";
/**
 * Colors
 */
/**
 * Sizes
 */
/**
 * Font sizes
 */
/**
 * Font families
 */
@keyframes slideIn {
  0% {
    transform: translateY(100%); }
  100% {
    transform: none; } }

@keyframes showpopup {
  0% {
	  display:flex;
	  opacity:0;
	z-index:-1;}
  100% {
	  display:flex;
	  opacity:1;
	z-index:10;} }

#gratis-bloemen-popup {
    background-color: #00000099;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    z-index: 10000;
	opacity: 0;
	z-index:-1;
}
#gratis-bloemen-popup div::-webkit-scrollbar {
    display: none;
}
#gratis-bloemen-popup.show {
    animation: showpopup 0.4s forwards 8s ease-out;
}
#gratis-bloemen-popup div.wp-block-group__inner-container {
    max-width: calc(100vw - 2em);
    max-height: calc(100vh - 2em);
	overflow-y: scroll;
    background-color: white;
    padding: 1em 3em 2em 3em;
	width:1000px;
	position:relative;
}

@media only screen and (max-device-width: 600px) {
	#gratis-bloemen-popup h2{
		font-size: 1em;
	}
}
.close-popup{
	position:absolute;
	padding:1em 1.5em;
	top:0;
	right:0;
	cursor:pointer;
}
.cookie-consent {
  animation: slideIn 0.3s ease;
  background: #f5ede1;
  bottom: 0;
  color: #404040;
  font-size: 1.6rem;
  padding: 1.6rem 3.2rem;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 999; }
  .cookie-consent__container {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1.6rem;
    justify-content: center; }
  .cookie-consent__buttons {
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: 0.8rem;
    white-space: nowrap; }

.menu-header-menu-container {
  background: white;
  position: absolute;
  z-index: 10;
  width: 100%;
  box-shadow: 0 0.4rem 3rem rgba(0, 0, 0, 0.1);
  height: 8.7rem; }
  .menu-header-menu-container.is-stuck {
    position: fixed;
    top: -12.2rem;
    transform: translateY(0);
    z-index: 9;
    transition: transform 0.2s ease; }
    @media screen and (max-width: 768px) {
      .menu-header-menu-container.is-stuck {
        top: -8.7rem; } }
    .menu-header-menu-container.is-stuck.is-collapsed {
      transform: translateY(calc(100% + 3.5rem)); }
      @media screen and (max-width: 768px) {
        .menu-header-menu-container.is-stuck.is-collapsed {
          transform: translateY(100%); } }
  @media screen and (max-width: 768px) {
    .menu-header-menu-container {
      box-shadow: none; } }
  @media screen and (max-width: 768px) {
    .menu-header-menu-container:before {
      display: block;
      content: '';
      width: 100%;
      height: 8.7rem;
      left: 0;
      top: 0;
      background: white;
      box-shadow: 0 0.4rem 3rem rgba(0, 0, 0, 0.1);
      z-index: 2;
      position: absolute; } }

.menu-header-menu__mobile_logo img{
    height: 100%;
    width: auto;
}
.menu-header-menu__mobile_logo {
  display: none; }
  @media screen and (max-width: 768px) {
    .menu-header-menu__mobile_logo {
      display: block;
      position: absolute;
      left: 1.5rem;
      top: 50%;
      transform: translateY(-50%);
      width: 6.6rem;
      height: 6.6rem;
      z-index: 2; } }

.menu-header-menu__checkbox {
  margin: 0;
  height: 100%;
  opacity: 0;
  z-index: 4; }

.menu-header-menu__checkbox,
.menu-header-menu__button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 9.5rem;
  display: none; }
  @media screen and (max-width: 768px) {
    .menu-header-menu__checkbox,
    .menu-header-menu__button {
      display: block; } }

.menu-header-menu__checkbox:hover {
  cursor: pointer; }

.menu-header-menu__checkbox:checked + .menu-header-menu__button .menu-header-menu__bar {
  transform-origin: 0% 100%; }
  @media screen and (max-width: 768px) {
    .menu-header-menu__checkbox:checked + .menu-header-menu__button .menu-header-menu__bar {
      top: calc(50% - 0.8rem); } }
  .menu-header-menu__checkbox:checked + .menu-header-menu__button .menu-header-menu__bar:nth-child(2) {
    transform: rotate(45deg) translateX(0.2rem); }
  .menu-header-menu__checkbox:checked + .menu-header-menu__button .menu-header-menu__bar:nth-child(3) {
    transform-origin: 100% 100%;
    transform: rotate(-45deg) translateX(-0.2rem); }
  .menu-header-menu__checkbox:checked + .menu-header-menu__button .menu-header-menu__bar:nth-child(4) {
    transform: scale(0); }

@media screen and (max-width: 768px) {
  .menu-header-menu__checkbox:checked + .menu-header-menu__button + #menu-header-menu {
    transform: translateX(0); } }

@media screen and (max-width: 768px) {
  .menu-header-menu__checkbox:not(:checked) + .menu-header-menu__button + #menu-header-menu {
    transform: translateX(100%); } }

.menu-header-menu__button {
  color: white;
  background: #f3a60d;
  font-size: 1.4rem;
  font-family: "Brandonmed";
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  border: 0.1rem solid #f3a60d;
  padding: 1rem;
  z-index: 3; }

.menu-header-menu__label {
  line-height: 2.2rem; }
  @media screen and (max-width: 768px) {
    .menu-header-menu__label {
      top: 50%;
      position: absolute;
      transform: translateY(-50%); } }

.menu-header-menu__bar {
  height: 0.2rem;
  width: 1.5rem;
  position: absolute;
  background: white;
  right: 1rem;
  top: 1.5rem;
  transition: transform 0.2s ease; }
  @media screen and (max-width: 768px) {
    .menu-header-menu__bar {
      top: calc(50% - 0.6rem); } }
  .menu-header-menu__bar:nth-child(3) {
    transform: translateY(0.5rem); }
  .menu-header-menu__bar:nth-child(4) {
    transform: translateY(1rem) scale(1, 1); }

#menu-header-menu {
  display: flex;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 100%;
  max-width: 96rem;
  align-items: flex-start; }
  @media screen and (max-width: 768px) {
    #menu-header-menu {
      position: fixed;
      width: 100vw;
      min-height: 100vh;
      min-height: -webkit-fill-available;
      overflow: auto;
      flex-direction: column;
      justify-content: flex-start;
      background: white;
      padding: 8.7rem 0 8.7rem 1.5rem;
      transition: transform 0.3s ease; } }
  #menu-header-menu .menu-item {
    flex-grow: 1;
    text-align: center;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    font-family: "Brandonmed"; }
    @media screen and (max-width: 768px) {
      #menu-header-menu .menu-item {
        flex-grow: 0;
        order: 1; } }
    #menu-header-menu .menu-item.menu-item-home {
      min-width: 17rem;
      max-width: 17rem;
      padding: 0; }
      @media screen and (max-width: 768px) {
        #menu-header-menu .menu-item.menu-item-home {
          min-width: 0;
          max-width: none;
          order: 0; } }
      #menu-header-menu .menu-item.menu-item-home:before {
        content: '';
        display: block;
        width: 100%;
        height: 3.4rem;
        top: 8.7rem;
        position: absolute;
        box-shadow: 0 0.4rem 3rem rgba(0, 0, 0, 0.1); }
        @media screen and (max-width: 768px) {
          #menu-header-menu .menu-item.menu-item-home:before {
            display: none; } }
    #menu-header-menu .menu-item a {
      display: block; }
      #menu-header-menu .menu-item a:hover {
        text-decoration: none; }
    #menu-header-menu .menu-item.menu-item-home a {
      text-indent: -9999px;
      border: none;
      padding: 0;
      position: absolute;
      height: 12.1rem;
      width: 100%;
      background: white;
      display: block;
      top: 0;
      border-radius: 0 0 0.3rem 0.3rem; }
      @media screen and (max-width: 768px) {
        #menu-header-menu .menu-item.menu-item-home a {
          text-indent: 0;
          position: relative;
          height: auto;
          background: transparent;
          border-radius: 0;
          padding: 3rem 1.5rem;
          border: none;
          color: #666;
          font-size: 1.4rem;
          font-weight: 400;
          letter-spacing: 0.1rem;
          position: relative;
          border-radius: 0; } }
      #menu-header-menu .menu-item.menu-item-home a:before, #menu-header-menu .menu-item.menu-item-home a:after {
        content: ' ';
        display: block;
        height: 12.1rem;
        position: absolute;
        width: 100%;
        top: 0;
        transition: opacity 0.2s ease; }
      #menu-header-menu .menu-item.menu-item-home a:before {
        background: url("/wp-content/themes/blouming/assets/images/logo.png") no-repeat center;
        background-size: 15rem 10rem;
        opacity: 1; }
        @media screen and (max-width: 768px) {
          #menu-header-menu .menu-item.menu-item-home a:before {
            content: '';
            background: transparent;
            display: block;
            position: absolute;
            bottom: 0;
            height: 0.4rem;
            width: 100%;
            left: 50%;
            z-index: -1;
            background: #f3a60d;
            transform: translateX(-50%) scale(0, 1);
            transition: transform 0.3s ease;
            top: auto; } }
      #menu-header-menu .menu-item.menu-item-home a:after {
        background: url("/wp-content/themes/blouming/assets/images/logo-green.png") no-repeat center;
        background-size: 15rem 10rem;
        opacity: 0; }
        @media screen and (max-width: 768px) {
          #menu-header-menu .menu-item.menu-item-home a:after {
            display: none; } }
      #menu-header-menu .menu-item.menu-item-home a:hover:before {
        opacity: 0; }
        @media screen and (max-width: 768px) {
          #menu-header-menu .menu-item.menu-item-home a:hover:before {
            opacity: 1;
            transform: translateX(-50%) scale(1, 1); } }
      #menu-header-menu .menu-item.menu-item-home a:hover:after {
        opacity: 1; }
    #menu-header-menu .menu-item:not(.menu-item-home) a {
      padding: 3.3rem 1.5rem;
      border: none;
      color: #666;
      font-size: 1.4rem;
      font-weight: 400;
      letter-spacing: 0.2rem;
      position: relative;
      border-radius: 0; }
      #menu-header-menu .menu-item:not(.menu-item-home) a::before {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        height: 0.4rem;
        border-radius: 0.1rem 0.1rem 0 0;
        width: 100%;
        left: 50%;
        z-index: -1;
        background: #f3a60d;
        transform: translateX(-50%) scale(0, 1);
        transition: transform 0.3s ease; }
    #menu-header-menu .menu-item:not(.menu-item-home).current-menu-item a,
    #menu-header-menu .menu-item:not(.menu-item-home) a:hover {
      background: transparent;
      color: #404040; }
    #menu-header-menu .menu-item:not(.menu-item-home).current-menu-item a::before,
    #menu-header-menu .menu-item:not(.menu-item-home) a:hover::before {
      transform: translateX(-50%) scale(1, 1); }
    @media screen and (max-width: 768px) {
      #menu-header-menu .menu-item.current-menu-item a::before {
        transform: translateX(-50%) scale(1, 1); } }

.hero {
  min-height: 20rem;
  height: 55rem;
  max-height: 55rem;
  position: relative;
  padding: 1.5rem;
  background: #f5ede1;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .hero {
      max-height: none;
      height: auto; } }
  .hero::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    background: #f5ede1;
    height: 100%;
    left: 50%;
    width: 10rem;
    transform: translateX(-50%) translateX(-3rem) skew(10deg);
    z-index: 1; }
    @media screen and (max-width: 768px) {
      .hero::before {
        display: none; } }
  .hero__background {
    position: absolute;
    z-index: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: calc(50% + 3rem);
    height: 100%;
    top: 0;
    left: calc(50% - 3rem); }
    @media screen and (max-width: 768px) {
      .hero__background {
        display: none; } }
    .hero__background--mobile {
      display: none; }
      @media screen and (max-width: 768px) {
        .hero__background--mobile {
          width: 15rem;
          height: 15rem;
          border-radius: 50%;
          display: block;
          margin: 1.5rem auto 0 auto;
          border: 0.4rem solid white; } }
  .hero__container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 96rem;
    margin: 0 auto; }
  .hero__title, .hero__description {
    max-width: calc(50% - 3rem);
    padding-right: 3rem;
    text-align: left; }
    @media screen and (max-width: 768px) {
      .hero__title, .hero__description {
        max-width: 100%;
        text-align: center;
        padding: 0 1.5rem; } }
  .hero__title {
    color: #727131;
    font-size: 3.2rem;
    margin-bottom: 3rem;
    text-transform: uppercase; }
    @media screen and (max-width: 768px) {
      .hero__title {
        margin-top: 3rem; } }
  .hero__description {
    color: #727131;
    font-size: 2.2rem; }
    @media screen and (max-width: 768px) {
      .hero__description {
        font-size: 1.8rem; } }

.gallery-post {
  position: relative;
  margin: 8rem 0;
  padding-top: 40rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .gallery-post {
      background-size: contain;
      background-position: center top; } }
  .gallery-post:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0rem;
    width: 66%;
    left: 50%;
    height: 0.4rem;
    background: #f3a60d;
    transform: translateX(-50%) scale(0, 1);
    transform-origin: 50% 0;
    transition: transform 0.4s ease;
    z-index: 4; }
  .gallery-post__container {
    background: white;
    padding: 2rem 2rem 4rem 2rem;
    z-index: 2;
    position: relative;
    text-align: center;
    transition: transform 0.4s ease; }
  .gallery-post__title {
    font-size: 3.2rem; }
    .gallery-post__title small {
      display: block;
      font-size: 1.4rem;
      font-family: "Brandonmed";
      color: #aaa;
      letter-spacing: 0.2rem; }
  .gallery-post__description {
    max-width: 66%;
    margin: 0 auto;
    font-size: 1.8rem; }
    @media screen and (max-width: 768px) {
      .gallery-post__description {
        max-width: 100%; } }
  .gallery-post__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3; }
  @media screen and (min-width: 767px) {
    .gallery-post:hover .gallery-post__container {
      transform: none; } }
  .gallery-post:hover:before {
    transform: translateX(-50%) scale(1, 1); }

.gallery-post-repeater {
  max-width: calc(96rem + 3rem);
  width: 100%;
  padding: 0 1.5rem;
  margin: 0 auto; }

.responsive-image {
  width: 100%;
  height: auto; }

.post-intro {
  background: #727131;
  padding: 8rem 2rem;
  margin-bottom: 4rem; }
  .post-intro__container {
    max-width: 96rem;
    width: 100%;
    margin: 0 auto;
    text-align: center; }
  .post-intro__title {
    color: white; }
    .post-intro__title small {
      color: white;
      opacity: 0.5;
      font-family: "Brandonmed";
      letter-spacing: 0.2rem; }
  .post-intro__description {
    font-size: 2.2rem;
    color: white;
    max-width: 60rem;
    margin: 0 auto; }

@media screen and (max-width: 480px) {
  .is-ios-10 .footer__col:nth-child(2) img {
    top: -35rem;} }

.footer {
  background: #fbd8ca url("/wp-content/themes/blouming/assets/images/korenbloem.png") no-repeat center bottom 17.5rem;
  background-attachment: fixed;
  background-size: 4rem auto;
  position: relative;
  margin-top: 24rem; }
  @media screen and (max-width: 768px) {
    .footer {
      background-attachment: scroll;
      background-position: center top 6rem; } }
  .footer iframe {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -21rem; }
  .footer__container {
    max-width: calc(96rem + 3rem);
    margin: 0 auto;
    padding: 6rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .footer__container {
        flex-direction: column;
        justify-content: center;
        padding-bottom: 12rem; } }
    @media screen and (max-width: 480px) {
      .footer__container {
        display: block;
        padding-top: 15rem; } }
  @media screen and (max-width: 768px) {
    .footer__col {
      order: 1; } }
  .footer__col:nth-child(1) {
    flex-basis: calc(50% - 8rem); }
    @media screen and (max-width: 768px) {
      .footer__col:nth-child(1) {
        padding-top: 3rem; } }
  .footer__col:nth-child(2) {
    flex-basis: 8rem;
    position: relative;
    background-size: contain;
    align-self: flex-start; }
    .footer__col:nth-child(2) img {
      position: absolute;
		width:calc(80px + 3rem);
		height:calc(80px + 3rem);
      border-radius: 50%;
      top: -11rem;
      left: 50%;
      transform: translateX(-50%);
      background: #727131;
      padding: 1.5rem;
      box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.1); }
      @media screen and (max-width: 480px) {
        .footer__col:nth-child(2) img {
          top: -30rem; } }
      @media screen and (max-width: 320px) {
        .footer__col:nth-child(2) img {
          top: -35rem; } }
    @media screen and (max-width: 768px) {
      .footer__col:nth-child(2) {
        order: 0;
		  display:block;
        align-self: center; }
.footer__col:nth-child(2) img {
          top: -44rem; } }
  .footer__col:nth-child(3) {
    flex-basis: calc(50% - 8rem); }
    @media screen and (max-width: 768px) {
      .footer__col:nth-child(3) {
        padding-top: 3rem;
        margin-top: 3rem;
        border-top: 0.1rem solid #727131; } }

#menu-footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  margin: -1rem;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    #menu-footer-menu {
      justify-content: center; } }
  #menu-footer-menu li {
    flex-basis: calc(50% - 2rem);
    padding: 1rem; }
    @media screen and (max-width: 768px) {
      #menu-footer-menu li {
        flex-basis: auto; } }
  #menu-footer-menu a {
    color: #727131;
    font-family: "Brandonmed";
    text-transform: uppercase;
    letter-spacing: 0.2rem; }
    @media screen and (max-width: 768px) {
      #menu-footer-menu a {
        font-size: 1.4rem; } }

.footer-contact {
  text-align: right; }
  .footer-contact__container {
    display: inline-flex;
    flex-wrap: wrap;
    margin: -1rem 0;
    justify-content: flex-end;
    flex-direction: column; }
    @media screen and (max-width: 480px) {
      .footer-contact__container {
        display: block; } }
  .footer-contact a {
    text-align: right;
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #727131;
    font-family: "Brandonmed";
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    font-size: 1.6rem;
    background-position: right center;
    background-repeat: no-repeat; }
    @media screen and (max-width: 768px) {
      .footer-contact a {
        padding-right: 0 !important;
        padding-top: 3rem;
        background-position: center top;
        margin-top: 2rem;
        font-size: 1.4rem;
        text-align: center; } }
    @media screen and (max-width: 480px) {
      .footer-contact a {
        display: block; } }
  .footer-contact__email {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath fill='%23727131' d='M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z'/%3E%3C/svg%3E");
    padding-right: 3.5rem; }
  .footer-contact__phone {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath fill='%23727131' d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E");
    padding-right: 3.5rem; }
  .footer-contact__facebook {
    background-image: url("data:image/svg+xml,%3C?xml version='1.0' ?%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg enable-background='new 0 0 56.693 56.693' height='56.693px' id='Layer_1' version='1.1' viewBox='0 0 56.693 56.693' width='56.693px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath fill='%23727131' d='M40.43,21.739h-7.645v-5.014c0-1.883,1.248-2.322,2.127-2.322c0.877,0,5.395,0,5.395,0V6.125l-7.43-0.029 c-8.248,0-10.125,6.174-10.125,10.125v5.518h-4.77v8.53h4.77c0,10.947,0,24.137,0,24.137h10.033c0,0,0-13.32,0-24.137h6.77 L40.43,21.739z'/%3E%3C/svg%3E");
    background-size: 2.5rem auto;
    padding-right: 3rem; }
  .footer-contact__instagram {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512.00096 512.00096' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23727131' d='m373.40625 0h-234.8125c-76.421875 0-138.59375 62.171875-138.59375 138.59375v234.816406c0 76.417969 62.171875 138.589844 138.59375 138.589844h234.816406c76.417969 0 138.589844-62.171875 138.589844-138.589844v-234.816406c0-76.421875-62.171875-138.59375-138.59375-138.59375zm108.578125 373.410156c0 59.867188-48.707031 108.574219-108.578125 108.574219h-234.8125c-59.871094 0-108.578125-48.707031-108.578125-108.574219v-234.816406c0-59.871094 48.707031-108.578125 108.578125-108.578125h234.816406c59.867188 0 108.574219 48.707031 108.574219 108.578125zm0 0'/%3E%3Cpath fill='%23727131' d='m256 116.003906c-77.195312 0-139.996094 62.800782-139.996094 139.996094s62.800782 139.996094 139.996094 139.996094 139.996094-62.800782 139.996094-139.996094-62.800782-139.996094-139.996094-139.996094zm0 249.976563c-60.640625 0-109.980469-49.335938-109.980469-109.980469 0-60.640625 49.339844-109.980469 109.980469-109.980469 60.644531 0 109.980469 49.339844 109.980469 109.980469 0 60.644531-49.335938 109.980469-109.980469 109.980469zm0 0'/%3E%3Cpath fill='%23727131' d='m399.34375 66.285156c-22.8125 0-41.367188 18.558594-41.367188 41.367188 0 22.8125 18.554688 41.371094 41.367188 41.371094s41.371094-18.558594 41.371094-41.371094-18.558594-41.367188-41.371094-41.367188zm0 52.71875c-6.257812 0-11.351562-5.09375-11.351562-11.351562 0-6.261719 5.09375-11.351563 11.351562-11.351563 6.261719 0 11.355469 5.089844 11.355469 11.351563 0 6.257812-5.09375 11.351562-11.355469 11.351562zm0 0'/%3E%3C/svg%3E");
    background-size: 2.5rem auto;
    padding-right: 3.5rem; }
  .footer-contact__linkedin {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23727131' d='M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z'/%3E%3C/svg%3E");
    background-size: 2.5rem auto;
    padding-right: 3.5rem; }
  .footer-contact__pinterest {
    background-image: url("data:image/svg+xml,%3Csvg width='256' height='256' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid'%3E%3Cpath d='M0 128.002c0 52.414 31.518 97.442 76.619 117.239-.36-8.938-.064-19.668 2.228-29.393 2.461-10.391 16.47-69.748 16.47-69.748s-4.089-8.173-4.089-20.252c0-18.969 10.994-33.136 24.686-33.136 11.643 0 17.268 8.745 17.268 19.217 0 11.704-7.465 29.211-11.304 45.426-3.207 13.578 6.808 24.653 20.203 24.653 24.252 0 40.586-31.149 40.586-68.055 0-28.054-18.895-49.052-53.262-49.052-38.828 0-63.017 28.956-63.017 61.3 0 11.152 3.288 19.016 8.438 25.106 2.368 2.797 2.697 3.922 1.84 7.134-.614 2.355-2.024 8.025-2.608 10.272-.852 3.242-3.479 4.401-6.409 3.204-17.884-7.301-26.213-26.886-26.213-48.902 0-36.361 30.666-79.961 91.482-79.961 48.87 0 81.035 35.364 81.035 73.325 0 50.213-27.916 87.726-69.066 87.726-13.819 0-26.818-7.47-31.271-15.955 0 0-7.431 29.492-9.005 35.187-2.714 9.869-8.026 19.733-12.883 27.421a127.897 127.897 0 0 0 36.277 5.249c70.684 0 127.996-57.309 127.996-128.005C256.001 57.309 198.689 0 128.005 0 57.314 0 0 57.309 0 128.002z' fill='%23727131'/%3E%3C/svg%3E");
    background-size: 2.5rem auto;
    padding-right: 3.5rem; }
  .footer-contact__location {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23727131' d='M18 8c0-3.31-2.69-6-6-6S6 4.69 6 8c0 4.5 6 11 6 11s6-6.5 6-11zm-8 0c0-1.1.9-2 2-2s2 .9 2 2-.89 2-2 2c-1.1 0-2-.9-2-2zM5 20v2h14v-2H5z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
    background-size: 2.5rem auto;
    padding-right: 3.5rem; }

.content {
  font-size: 2.2rem; }
  .content h1,
  .content h2,
  .content h3,
  .content h4,
  .content h5,
  .content h6 {
    font-weight: 700; }
  .content__container {
    max-width: calc(96rem + 3rem);
    padding: 4rem 1.5rem;
    margin: 0 auto;
    font-family: "Brandonmed"; }
  .content .wp-block-image img {
    width: 100%;
    height: auto; }

.testimonial {
  border-left: 0.4rem solid #f3a60d;
  box-shadow: 0 1rem 3rem rgba(197, 162, 162, 0.1);
  border-radius: 0.4rem;
  padding: 4rem 8rem 6rem 8rem;
  margin: 4rem 0; }
  @media screen and (max-width: 768px) {
    .testimonial {
      padding: 4rem; } }
  @media screen and (max-width: 768px) {
    .testimonial {
      margin: 2rem 0; } }
  .testimonial blockquote {
    font-size: 2.8rem;
    position: relative;
    margin: 0;
    padding-top: 4rem; }
    @media screen and (max-width: 480px) {
      .testimonial blockquote {
        font-size: 2.2rem;
        padding-top: 3rem; } }
    .testimonial blockquote:before {
      content: '“';
      font-family: Georgia, serif;
      font-size: 6.4rem;
      text-align: center;
      position: absolute;
      left: 0;
      top: 0;
      line-height: 8rem;
      color: white;
      width: 4.5rem;
      height: 4.5rem;
      background: #f3a60d;
      border-radius: 50%; }
      @media screen and (max-width: 480px) {
        .testimonial blockquote:before {
          font-size: 4.8rem;
          width: 3.5rem;
          height: 3.5rem;
          line-height: 6rem; } }
  .testimonial__reviewer {
    font-family: "Brandonmed";
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    color: #f3a60d;
    margin-top: 4rem;
    font-size: 1.8rem; }
    @media screen and (max-width: 480px) {
      .testimonial__reviewer {
        font-size: 1.6rem;
        margin-top: 2rem; } }
    .testimonial__reviewer:before {
      content: '- ';
      color: #aaa; }

.content + #instagram {
  padding-top: 0; }

#instagram {
  background: white;
  z-index: 1;
  position: relative;
  padding: 5rem 0 5rem 0;
  width: 100vw; }
  #instagram h2 {
    text-align: center;
    text-transform: uppercase; }
  #instagram .container {
    column-count: 2;
    column-gap: 3rem; }
    @media screen and (max-width: 768px) {
      #instagram .container {
        column-count: 1; } }

.instagram-feed {
  width: 100%;
  display: inline-block;
  padding: 1.5rem 0; }
  .instagram-feed__container {
    margin: 0 auto;
    width: 46.5rem;
    max-width: 100%; }
  @media screen and (max-width: 768px) {
    .instagram-feed__image {
      width: 100%;
      height: auto; } }

.instagram-feed__image_container {
  width: 100%;
  height: 46.5rem;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .instagram-feed__image_container {
      height: auto; } }

.instagram-feed__caption {
  border-left: 0.1rem solid #ddd;
  border-right: 0.1rem solid #ddd;
  border-bottom: 0.1rem solid #ddd;
  border-radius: 0 0 0.3rem 0.3rem;
  padding: 2.5rem;
  margin: 0;
  font-size: 1.8rem; }
  .instagram-feed__caption a {
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    font-family: "Brandonmed";
    font-size: 1.4rem; }

.button {
  border-color: transparent;
  padding: 1.5rem 3rem;
  margin: 0 auto;
  border-radius: 2px;
  font-family: "Brandonmed";
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: 1.6rem;
  transition: all 0.2s ease;
  transform: none;
  display: inline-block;
  text-align: center; }
  .button:hover {
    text-decoration: none;
    transform: scale(1.04); }
  .button:active {
    transform: scale(0.95); }
  .button__container--align-left {
    text-align: left; }
  .button__container--align-center {
    text-align: center; }
  .button__container--align-right {
    text-align: right; }
  .button__container--align-justify a {
    display: block; }
  .button--text-white {
    color: white; }
  .button--text-black {
    color: #404040; }
  .button--bg-green {
    background-color: #727131; }
    .button--bg-green:hover {
      background-color: #605f29; }
  .button--bg-orange {
    background-color: #f3a60d; }
    .button--bg-orange:hover {
      background-color: #dc960b; }
  .button--bg-pink {
    background-color: #fbd8ca; }
    .button--bg-pink:hover {
      background-color: #f9c7b2; }

.video {
  position: relative;
  min-height: 55rem;
  height: 65vh;
  overflow: hidden;
  background-position: center;
  background-size: cover; }
  @media screen and (max-width: 768px) {
    .video {
      min-height: 0rem;
      height: auto; } }
  .video__credits {
    font-size: 1.2rem;
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 2;
    color: white; }
    .video__credits a {
      color: white; }
    @media screen and (max-width: 768px) {
      .video__credits {
        display: none; } }
  .video__container {
    z-index: 2;
    color: #161616;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    max-width: 768px; }
    @media screen and (max-width: 768px) {
      .video__container {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        padding: 15rem 1.5rem; } }
    .video__container h1 {
      color: transparent;
      font-size: 0; }
    .video__container svg {
      width: 100%; }
      .video__container svg text {
        font-family: "Trajan Pro 3";
        text-transform: uppercase;
        fill: #fff; }
    .video__container p {
      font-size: 3.2rem;
      margin: 0;
      color: white; }
      @media screen and (max-width: 768px) {
        .video__container p {
          font-size: 2.2rem; } }
  .video__overlay {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
    @media screen and (max-width: 768px) {
      .video__overlay {
        background: rgba(0, 0, 0, 0.3); } }
  .video__player {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 0; }
    @media screen and (max-width: 768px) {
      .video__player {
        display: none; } }

.nf-form-cont .nf-form-content {
  padding: 2rem 0;
  max-width: 60rem;
  margin: 0; }
  .nf-form-cont .nf-form-content label {
    font-family: "Brandonmed";
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    font-size: 1.4rem; }
  .nf-form-cont .nf-form-content input[type=text],
  .nf-form-cont .nf-form-content input[type=email],
  .nf-form-cont .nf-form-content textarea {
    background: #fafafa;
    border-radius: 0.3rem;
    font-family: "Brandonmed";
    font-size: 2.2rem;
    color: #404040;
    transition: all 0.1s ease; }
    .nf-form-cont .nf-form-content input[type=text]:focus,
    .nf-form-cont .nf-form-content input[type=email]:focus,
    .nf-form-cont .nf-form-content textarea:focus {
      color: #404040; }
  .nf-form-cont .nf-form-content .list-select-wrap .nf-field-element > div {
    background: #fafafa;
    border-radius: 0.3rem;
    font-family: "Brandonmed";
    font-size: 2.2rem;
    color: #404040;
    transition: all 0.1s ease; }
  .nf-form-cont .nf-form-content input[type=button] {
    background: #727131;
    font-family: "Brandonmed";
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    padding: 1.5rem 3rem;
    border: none;
    border-radius: 0.3rem;
    height: auto;
    cursor: pointer;
    transition: background 0.1s ease; }
    .nf-form-cont .nf-form-content input[type=button]:hover {
      background: #969440;
      color: white; }

html,
body {
  background: white;
  font-family: "Brandonmed", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 10px;
  color: #404040;
  line-height: 1.5;
  overflow-x: hidden;
  width: 100vw; }

* {
  box-sizing: border-box; }

a {
  color: #f3a60d;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

body {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center -20vh;
  background-size: cover;
  min-height: 100vh;
  transition: background-image 0.2s ease;
  position: relative; }

.scroll-lock {
  overflow: hidden; }

main {
  font-size: 1.6rem;
  min-height: 100vh;
  padding-top: 8.7rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Trajan Pro 3", Georgia, serif;
  text-transform: uppercase; }

h1 {
  color: #f3a60d;
  font-size: 6.4rem;
  line-height: 1.2; }
  @media screen and (max-width: 768px) {
    h1 {
      text-align: center;
      font-size: 4.8rem; } }
  @media screen and (max-width: 480px) {
    h1 {
      text-align: center;
      font-size: 3.2rem; } }
  h1 small {
    margin-top: 1rem;
    font-size: 2.1rem;
    display: block;
    color: #404040; }
    @media screen and (max-width: 768px) {
      h1 small {
        font-size: 1.8rem; } }

.container {
  max-width: 99rem;
  width: 100%;
  padding: 0 1.5rem;
  margin: 0 auto; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes scaleIn {
  0% {
    transform: scale(0.95); }
  100% {
    transform: none; } }

img[image-modal] {
  cursor: zoom-in;
  transform: none;
  transition: transform 0.2s ease; }

img[image-modal]:hover {
  transform: scale(1.02); }

.image-modal__backdrop {
  position: fixed;
  animation: fadeIn 0.2s ease;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  cursor: pointer; }

.image-modal__container {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 90vw;
  max-height: 90vh;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center; }
  .image-modal__container img {
    animation: scaleIn 0.2s ease;
    max-width: 100%;
    max-height: 100%;
    box-shadow: 0 0 3rem rgba(0, 0, 0, 0.3); }
  @media screen and (max-width: 768px) {
    .image-modal__container {
      max-width: 95vw;
      max-height: 95vh; } }

.content .content__container > blockquote {
  font-size: 3.2rem;
  border-left: 0.4rem solid #f3a60d;
  margin: 0;
  padding: 0 4rem; }

.content ul:not([class]) {
  list-style: none;
  padding-left: 2.1rem; }

.content ul:not([class]) li::before {
  content: "\2022";
  color: #f3a60d;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em; }

.photo-item {
  max-width: 96rem;
  margin: 0 auto;
  width: 100%;
  padding: 4rem 0; }
  @media screen and (max-width: 786px) {
    .photo-item {
      padding: 0.75rem 1.5rem; } }

.wp-block-separator {
  margin: 8rem 0;
  border-style: solid;
  border-color: #f5ede1; }
  .wp-block-separator:last-child {
    margin-bottom: 0; }

.wp-block-media-text {
  margin-bottom: 4rem; }
  @media screen and (max-width: 786px) {
    .wp-block-media-text {
      display: block; } }

@media (max-width: 768px) and (min-width: 600px) {
  .wp-block-column {
    flex-basis: calc(50% - 0.75rem); } }

@media (max-width: 768px) {
  .wp-block-column:nth-child(odd) {
    margin-right: 0.75rem; } }

@media (max-width: 768px) {
  .wp-block-column:not(:last-child) {
    margin-right: 0.75rem; } }

@media (max-width: 768px) {
  .wp-block-column:nth-child(even) {
    margin-left: 0.75rem; } }

@media (max-width: 768px) {
  .wp-block-column:not(:first-child) {
    margin-left: 0.75rem; } }

.wp-block-media-text__media img {
  height: auto; }

.wp-block-pullquote {
  border-top: 4px solid #f3a60d;
  border-bottom: 4px solid #f3a60d; }


@media only screen and (max-device-width: 600px) {
	.gallery-post__title{
		font-size: 2rem !important;
	}
}