/*/ FONTS IMPORT LOCAL /*/
@font-face {
  font-family: "figtree-regular";
  src: url("../font/figtree/Figtree-Regular.ttf");
}
@font-face {
  font-family: "figtree-semibold";
  src: url("../font/figtree/Figtree-SemiBold.ttf");
}
@font-face {
  font-family: "figtree-bold";
  src: url("../font/figtree/Figtree-Bold.ttf");
}
@font-face {
  font-family: "khorla";
  src: url("../font/khorla/Khorla.ttf");
}
/*/ VARIABLES /*/
/*/colors/*/
/*/fonts/*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "figtree-regular;", sans-serif;
  background-color: #FFF8F2;
}

.container {
  max-width: 1440px;
}

ul {
  margin: 0;
}

a {
  text-decoration: none;
  transition: 0.2s ease-in;
}
a:hover {
  text-decoration: none;
}

img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

h1, h2, h3, h4 {
  font-family: "khorla", sans-serif;
}

h3 {
  font-size: 28px;
}

.bg-white {
  background-color: #fff;
}

/*/ THEME BUTTON /*/
.theme-button {
  padding: 10px 40px;
  font-size: 24px;
  display: inline-block;
  transition: 0.2s ease-in;
  margin: 0 16px 0 0;
}

/*/ THEME ICONS /*/
.theme-icon {
  position: absolute;
  width: 110px;
}

/*/ BURGER TRIGGER /*/
.burger-trigger {
  position: relative;
  z-index: 15;
  margin: 0 30px 0 24px;
  cursor: pointer;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background-color: #FFF8F2;
  display: none;
  align-items: center;
  justify-content: center;
}
.burger-trigger span {
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: #F9B438;
  width: 18px;
  border-radius: 999px;
  transition-duration: 0.3s;
}
.burger-trigger span:first-child {
  top: 12px;
}
.burger-trigger span.center {
  top: calc(50% - 1px);
}
.burger-trigger span:last-child {
  bottom: 12px;
}
.burger-trigger.burger-active span:nth-of-type(1) {
  rotate: -135deg;
  top: 20.5px;
}
.burger-trigger.burger-active span.center {
  opacity: 0;
}
.burger-trigger.burger-active span:nth-of-type(4) {
  rotate: 135deg;
  bottom: 19.5px;
}

/*/ THEME STYLING /*/
.theme-wrapper {
  padding: 75px 0;
}

.theme-header {
  position: relative;
  background-color: #fff;
  border-radius: 0 0 0 40px;
}
.theme-header-topbar {
  background-color: #C2F847;
  height: 18px;
}
.theme-header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.theme-header-wrapper-logo {
  position: relative;
  width: 320px;
  bottom: -46px;
}
.theme-header-wrapper-menu ul {
  display: flex;
  list-style: none;
  -moz-column-gap: 58px;
       column-gap: 58px;
  padding: 0;
}
.theme-header-wrapper-menu ul li a {
  color: #0F3B35;
  font-size: 21px;
  font-family: "figtree-bold", sans-serif;
}
.theme-header-wrapper-menu ul li a:hover {
  opacity: 0.8;
}

.theme-hero {
  padding: 0 0 40px 0;
  margin-top: 96px;
  position: relative;
}
.theme-hero-background {
  position: absolute;
  width: 650px;
  right: 0;
  top: 90px;
  z-index: -1;
}
.theme-hero-wrapper-image {
  height: 580px;
  position: relative;
}
.theme-hero-wrapper-image img {
  height: 100%;
  border-radius: 30px 30px 0 30px;
}
.theme-hero-wrapper-image .theme-icon__lemon {
  top: 30px;
  left: -53px;
  rotate: -37deg;
}
.theme-hero-wrapper-image .theme-icon__orange {
  top: -55px;
  right: 132px;
}
.theme-hero-wrapper-image .theme-icon__peach {
  bottom: -55px;
  right: -55px;
}
.theme-hero-wrapper-content {
  position: relative;
  background-color: #fff;
  padding: 50px 60px 38px 60px;
  color: #0F3B35;
  border-radius: 20px 20px 20px 0;
  width: 790px;
  margin-left: 120px;
  top: -180px;
}
.theme-hero-wrapper-content h1 {
  font-size: 40px;
  padding-bottom: 14px;
}
.theme-hero-wrapper-content-text {
  font-size: 22px;
}

.theme-chat-button {
  position: fixed;
  bottom: 55px;
  right: 40px;
  width: 100%;
}
.theme-chat-button-wrapper {
  font-size: 20px;
  position: relative;
  text-align: right;
}
.theme-chat-button-wrapper-button {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  background-color: #C2F847;
  color: #0F3B35;
  font-family: "khorla", sans-serif;
  padding: 11px 25px;
  border-radius: 999px;
  border: 2px solid #0F3B35;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  z-index: 10;
  position: relative;
}
.theme-chat-button-wrapper-button-icon {
  width: 31px;
}
.theme-chat-button-wrapper-button:hover {
  scale: 1.02;
  box-shadow: 0px 8px 6px rgba(0, 0, 0, 0.16);
}
.theme-chat-button-wrapper-options {
  position: absolute;
  display: flex;
  flex-direction: column;
  right: 0;
  background-color: #fff;
  border: 2px solid #0F3B35;
  border-radius: 16px;
  transition: 0.4s cubic-bezier(0.6, -0.28, 0.74, 0.05);
  z-index: 5;
  bottom: 40px;
  opacity: 0;
  visibility: hidden;
  text-wrap: nowrap;
}
.theme-chat-button-wrapper-options-option {
  text-align: left;
  color: #0F3B35;
  padding: 16px 32px;
  border-bottom: 2px solid #0F3B35;
}
.theme-chat-button-wrapper-options-option:last-of-type {
  border-bottom: none;
}
.theme-chat-button-wrapper-options-option:hover {
  color: #0F3B35;
}
.theme-chat-button-wrapper.active .theme-chat-button-wrapper-button {
  scale: 1.02;
  box-shadow: 0px 8px 6px rgba(0, 0, 0, 0.16);
}
.theme-chat-button-wrapper.active .theme-chat-button-wrapper-options {
  visibility: visible;
  opacity: 1;
  bottom: 70px;
  transition: 0.3s ease-in-out;
}

.theme-double-content {
  position: relative;
  top: -80px;
  padding-bottom: 10px;
}
.theme-double-content h2 {
  font-size: 28px;
  margin-bottom: 10px;
}
.theme-double-content-left {
  display: flex;
  background-color: #fff;
  position: relative;
  height: calc(100% - 92px);
  border-radius: 20px 20px 0 0;
}
.theme-double-content-left .theme-icon__watermelon {
  left: -55px;
  top: -55px;
}
.theme-double-content-left .theme-icon__lettuce {
  right: 40px;
  bottom: -80px;
  rotate: -32deg;
}
.theme-double-content-left-image {
  border-radius: 20px 0 0 20px;
  overflow: hidden;
  width: 45%;
}
.theme-double-content-left-image img {
  height: 100%;
}
.theme-double-content-left-content {
  padding: 41px 31px 26px 26px;
  color: #0F3B35;
  font-size: 18px;
  width: 65%;
  border-radius: 20px 20px 0 0;
}
.theme-double-content-right {
  display: flex;
  background-color: #fff;
  position: relative;
  margin-top: 92px;
  height: calc(100% - 92px);
  border-radius: 20px 20px 0 0;
}
.theme-double-content-right .theme-icon__banana {
  left: 190px;
  top: -92px;
}
.theme-double-content-right-image {
  border-radius: 20px 0 0 20px;
  overflow: hidden;
  width: 45%;
}
.theme-double-content-right-image img {
  height: 100%;
}
.theme-double-content-right-content {
  padding: 41px 31px 26px 26px;
  color: #0F3B35;
  font-size: 18px;
  border-top-right-radius: 20px;
  width: 65%;
}

.theme-banner {
  transform: translateY(50%);
}
.theme-banner-wrapper {
  /*/ SINGLE BANNER /*/
  display: flex;
  align-items: center;
  background-color: #0F3B35;
  border-radius: 0 20px 20px 20px;
  padding: 80px 60px 80px 100px;
  background-image: url(../img/grunge-korrel-meijelgezond.png);
  background-size: cover;
  position: relative;
  /*/ DOUBLE BANNER /*/
}
.theme-banner-wrapper-icon {
  width: 110px;
}
.theme-banner-wrapper-content {
  padding-left: 70px;
  width: calc(100% - 110px);
}
.theme-banner-wrapper-content-title {
  font-family: "khorla", sans-serif;
  font-size: 60px;
  color: #C2F847;
}
.theme-banner-wrapper-content-content {
  font-size: 28px;
  font-family: "figtree-semibold;", sans-serif;
  color: #fff;
}
.theme-banner-wrapper-left {
  display: flex;
  align-items: center;
  background-color: #0F3B35;
  border-radius: 0 20px 20px 20px;
  padding: 60px 55px 60px 55px;
  background-image: url(../img/grunge-korrel-meijelgezond.png);
  background-size: cover;
}
.theme-banner-wrapper-left-icon {
  width: 62px;
}
.theme-banner-wrapper-left-content {
  padding-left: 26px;
  width: calc(100% - 62px);
}
.theme-banner-wrapper-left-content-title {
  font-family: "khorla", sans-serif;
  font-size: 36px;
  color: #C2F847;
  text-transform: uppercase;
}
.theme-banner-wrapper-left-content-content {
  font-size: 22px;
  font-family: "figtree-semibold;", sans-serif;
  color: #fff;
}
.theme-banner-wrapper-right {
  position: relative;
  padding: 58px 0 46px 0;
  background-color: #DFCFE7;
  border-radius: 20px 0 20px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.theme-banner-wrapper-right-top {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 19px;
}
.theme-banner-wrapper-right-top img {
  width: 56px;
  margin-right: 22px;
}
.theme-banner-wrapper-right-top-title {
  font-family: "khorla", sans-serif;
  font-size: 28px;
  color: #0F3B35;
}
.theme-banner-wrapper-right-bottom {
  position: relative;
  padding: 10px 30px;
  border-radius: 10px 10px 0 10px;
  background-color: #fff;
  font-family: "figtree-semibold;", sans-serif;
  color: #0F3B35;
  transition: 0.2s cubic-bezier(0.55, 0.06, 0.68, 0.19);
}
.theme-banner-wrapper-right-bottom:hover {
  color: #0F3B35;
  scale: 1.03;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
.theme-banner .theme-icon__kiwi {
  right: -55px;
  bottom: -55px;
  rotate: 11deg;
}

.theme-cards {
  padding: 255px 0 32px 0;
  background-color: #fff;
  border-radius: 40px 40px 0 0;
}
.theme-cards .color:nth-of-type(1) .theme-cards-card-wrapper {
  background-color: #0F3B35;
  color: #fff;
}
.theme-cards .color:nth-of-type(2) .theme-cards-card-wrapper {
  background-color: #DFCFE7;
}
.theme-cards .color:nth-of-type(3) .theme-cards-card-wrapper {
  background-color: #C2F847;
}
.theme-cards .color:nth-of-type(4) .theme-cards-card-wrapper {
  background-color: #F9B438;
}
.theme-cards-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  border-radius: 20px 20px 0 20px;
}
.theme-cards-card-image {
  height: 277px;
}
.theme-cards-card-image img {
  border-radius: 20px 20px 0 0;
  height: 100%;
}
.theme-cards-card-wrapper {
  padding: 32px 40px 32px 28px;
  border-radius: 0 0 0 20px;
  height: calc(100% - 277px);
  color: #0F3B35;
}
.theme-cards-card-wrapper h3 {
  font-size: 28px;
}
.theme-cards-card-wrapper-content {
  font-size: 16px;
}
.theme-cards .container {
  position: relative;
}
.theme-cards .theme-icon__peach {
  top: 126px;
  left: -40px;
  z-index: 10;
}

.theme-collab {
  padding: 40px 0 70px 0;
  background-color: #fff;
}
.theme-collab h2 {
  color: #0F3B35;
  font-size: 40px;
  padding-bottom: 30px;
}
.theme-collab-card {
  padding: 10px 17px;
  border-radius: 20px 20px 0 20px;
  background-color: #f7f3f9;
  transition: 0.2s cubic-bezier(0.47, 0, 0.75, 0.72);
  display: flex;
}
.theme-collab-card-image {
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.theme-collab-card:hover {
  margin-top: -10px;
  scale: 1.01;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.theme-info {
  background-color: #fff;
  padding: 70px 0 50px 0;
}
.theme-info-left {
  display: flex;
  position: relative;
}
.theme-info-left-image {
  border-radius: 40px 0 0 40px;
  overflow: hidden;
  width: calc(100% - 350px);
}
.theme-info-left-image img {
  height: 100%;
}
.theme-info-left-wrapper {
  padding: 60px 26px 38px 46px;
  border-top-right-radius: 40px;
  background-color: #FFF8F2;
  color: #0F3B35;
  width: 350px;
  font-size: 22px;
  background-image: url(../img/grunge-purple-pattern-meijelgezond.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
}
.theme-info-left-wrapper h3 {
  color: #0F3B35;
}
.theme-info-left .theme-icon__carrot {
  left: 470px;
  top: -55px;
  rotate: 23deg;
}
.theme-info-left .theme-icon__mango {
  right: 48px;
  bottom: -85px;
  rotate: 11deg;
}
.theme-info-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.theme-info-right-contact {
  background-color: #0F3B35;
  padding: 56px 28px;
  border-radius: 20px 20px 0 20px;
  width: 100%;
}
.theme-info-right-contact-title {
  display: flex;
  color: #fff;
}
.theme-info-right-contact-title h3 {
  width: calc(100% - 57px);
}
.theme-info-right-contact-title-icon {
  width: 57px;
  margin-right: 20px;
}
.theme-info-right-contact-link {
  color: #C2F847;
}
.theme-info-right-contact-link:hover {
  color: #F9B438;
}
.theme-info-right-logo {
  width: 210px;
}

.theme-blog {
  margin: 124px 0 80px 0;
  position: relative;
}
.theme-blog-filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.theme-blog-filters-reset .wpgb-facet-4 button {
  padding: 10px 20px !important;
  margin-bottom: 15px !important;
  font-size: 14px !important;
  color: #0F3B35 !important;
  background-color: #DFCFE7;
  cursor: pointer;
  border-radius: 10px 10px 0 10px !important;
  font-family: "figtree-bold", sans-serif;
  display: inline-block;
  transition: 0.2s ease-in-out !important;
}
.theme-blog-filters-reset .wpgb-facet-4 button:hover {
  background-color: #C2F847;
}
.theme-blog-filters-reset .wpgb-facet-4 button[disabled] {
  display: none;
}
.theme-blog-filters-select {
  display: flex;
}
.theme-blog-filters-select fieldset {
  margin-bottom: 0 !important;
}
.theme-blog-filters-select fieldset legend {
  margin: 0 !important;
}
.theme-blog-filters-select fieldset li {
  margin: 0 !important;
}
.theme-blog-filters-select fieldset .wpgb-checkbox[aria-pressed=true] span.wpgb-checkbox-control {
  background-color: #C2F847 !important;
  border: 1px solid #0F3B35 !important;
}
.theme-blog-filters-select fieldset .wpgb-checkbox[aria-pressed=true] span.wpgb-checkbox-control::after {
  content: none !important;
}
.theme-blog-filters-select fieldset .wpgb-hierarchical-list {
  display: flex;
  align-items: center;
  -moz-column-gap: 18px;
       column-gap: 18px;
  max-width: 930px;
  row-gap: 16px;
  transform: translateY(7px);
  flex-wrap: wrap;
}
.theme-blog-filters-select fieldset .wpgb-checkbox-label {
  color: #0F3B35;
  font-family: "figtree-semibold;", sans-serif;
  font-size: 21px;
}
.theme-blog-filters-select-title {
  padding-right: 21px;
  font-size: 20px;
  color: #0F3B35;
  font-family: "figtree-bold", sans-serif;
}
.theme-blog-filters-search fieldset {
  margin-bottom: 0 !important;
}
.theme-blog-filters-search input.wpgb-input {
  background-color: #fff;
  border: none;
  padding: 16px 52px 14px 32px !important;
  text-indent: 0 !important;
  border-radius: 999px;
  color: #0F3B35;
  font-size: 21px;
  max-width: 284px;
}
.theme-blog-filters-search input.wpgb-input::-moz-placeholder {
  color: #0F3B35;
  font-size: 21px;
}
.theme-blog-filters-search input.wpgb-input::placeholder {
  color: #0F3B35;
  font-size: 21px;
}
.theme-blog-filters-search .wpgb-input-icon {
  left: unset !important;
  right: 22px;
  height: 20px !important;
  width: auto !important;
  stroke: #0F3B35 !important;
}
.theme-blog-filters-search .wpgb-clear-button {
  display: none !important;
}
.theme-blog-pattern {
  position: absolute;
  width: 650px;
  right: 0;
  top: 80px;
  z-index: -1;
}
.theme-blog-card {
  display: block;
  height: 100%;
  background-color: #fff;
  border-radius: 20px 20px 0 20px;
  overflow: hidden;
}
.theme-blog-card-gap {
  row-gap: 36px;
  min-height: 340px;
}
.theme-blog-card-image img {
  transition: 0.2s ease-in-out;
  aspect-ratio: 3/2;
}
.theme-blog-card-content {
  background-color: #fff;
  padding: 42px 48px;
  position: relative;
  z-index: 10;
}
.theme-blog-card-content h4 {
  font-size: 24px;
  color: #0F3B35;
}
.theme-blog-card-content-excerpt {
  color: #0F3B35;
  font-size: 16px;
}
.theme-blog-card-content-button {
  margin-top: 14px;
  padding: 10px 26px;
  font-family: "figtree-semibold;", sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  color: #0F3B35;
  background-color: #C2F847;
  border-radius: 10px 10px 0 10px;
  display: inline-block;
  transition: 0.2s ease-in-out;
}
.theme-blog-card-content-button:hover {
  background-color: #DFCFE7;
}
.theme-blog-card:hover .theme-blog-card-image img {
  scale: 1.02;
}
.theme-blog-load-more {
  text-align: center;
  top: 70px;
  position: relative;
}
.theme-blog-load-more ul li a {
  width: 48px;
  height: 48px;
  background-color: orange;
  color: white;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 21px !important;
  font-family: "figtree-bold", sans-serif;
}
.theme-blog-load-more ul li a[aria-current] {
  color: white !important;
  background-color: #ffba3d;
}
.theme-blog-load-more ul li a[aria-current]:hover {
  scale: 1;
}
.theme-blog-load-more ul li a:hover {
  scale: 1.04;
}
.theme-blog-load-more ul li.wpgb-page-prev a {
  color: rgba(255, 255, 255, 0) !important;
}
.theme-blog-load-more ul li.wpgb-page-prev a::after {
  content: "";
  background-image: url(../img/errow-right-white.svg);
  width: 14px;
  height: 21px;
  position: absolute;
  rotate: 180deg;
  transition: 0.2s ease-in-out;
}
.theme-blog-load-more ul li.wpgb-page-next a {
  color: rgba(255, 255, 255, 0) !important;
}
.theme-blog-load-more ul li.wpgb-page-next a::after {
  content: "";
  background-image: url(../img/errow-right-white.svg);
  width: 14px;
  height: 21px;
  position: absolute;
  transition: 0.2s ease-in-out;
}

.theme-single-blog {
  padding: 96px 0 10px 0;
}
.theme-single-blog-thumnail {
  aspect-ratio: 7/3;
  border-radius: 30px 30px 0 30px;
  overflow: hidden;
}
.theme-single-blog-thumnail img {
  height: 100%;
}
.theme-single-blog-wrapper {
  position: relative;
  padding: 60px 90px 64px 90px;
  border-radius: 20px 20px 20px 0;
  margin-top: -180px;
  background-color: #fff;
  z-index: 10;
  color: #0F3B35;
}
.theme-single-blog-wrapper h1 {
  font-size: 40px;
  padding-bottom: 14px;
}
.theme-single-blog-wrapper-content {
  margin-bottom: 42px;
}
.theme-single-blog-wrapper-content h2 {
  font-size: 24px;
}
.theme-single-blog-wrapper-content-image {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 58px;
}
.theme-single-blog-wrapper-content-image.align_left {
  flex-direction: row-reverse;
}
.theme-single-blog-wrapper-content-image-wrapper {
  width: calc(50% - 15px);
}
.theme-single-blog-wrapper-content-image-image {
  width: calc(50% - 15px);
  height: 368px;
  border-radius: 20px 20px 0 20px;
  overflow: hidden;
}
.theme-single-blog-wrapper-content-image-image img {
  height: 100%;
}
.theme-single-blog-wrapper-content-single_image {
  border-radius: 30px 30px 0 30px;
  overflow: hidden;
  aspect-ratio: 100/45;
  margin-bottom: 52px;
}
.theme-single-blog-wrapper-content-single_image img {
  height: 100%;
}
.theme-single-blog-wrapper-tags {
  -moz-column-gap: 17px;
       column-gap: 17px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
}
.theme-single-blog-wrapper-tags-single {
  padding: 12px 22px;
  font-size: 14px;
  font-family: "figtree-bold", sans-serif;
  color: #0F3B35;
  border-radius: 999px;
  background-color: #DFCFE7;
}
.theme-single-blog-wrapper-tags-single.main {
  background-color: #C2F847;
}
.theme-single-blog-share {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 58px;
}
.theme-single-blog-share-title {
  font-family: "figtree-bold", sans-serif;
  font-size: 24px;
  color: #0F3B35;
}
.theme-single-blog-share-icons {
  padding-top: 16px;
  display: flex;
  -moz-column-gap: 21px;
       column-gap: 21px;
}
.theme-single-blog-share-icons-single {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background-color: #C2F847;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease-in-out;
  position: relative;
}
.theme-single-blog-share-icons-single-tooltip {
  opacity: 0;
  visibility: hidden;
  width: 150px;
  background-color: #F9B438;
  color: #0F3B35;
  text-align: center;
  border-radius: 999px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  top: calc(100% + 10px);
  left: 50%;
  margin-left: -75px;
  font-size: 14px;
  transition-delay: 0.3s;
  transition: 0.2s ease-in-out;
}
.theme-single-blog-share-icons-single-tooltip::after {
  content: " ";
  position: absolute;
  bottom: calc(100% - 1px);
  left: 50%;
  margin-left: -6px;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #F9B438 transparent;
}
.theme-single-blog-share-icons-single:hover .theme-single-blog-share-icons-single-tooltip {
  visibility: visible;
  opacity: 1;
}
.theme-single-blog-share-icons-single img {
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 21px;
}
.theme-single-blog-share-icons-single:hover {
  scale: 1.05;
}

.theme-footer {
  border-bottom: 88px solid #0F3B35;
}
.theme-footer-wrapper {
  display: flex;
  align-items: center;
  margin: 0 0 -32px 0;
}
.theme-footer-wrapper img {
  width: 188px;
  border-radius: 999px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}
.theme-footer-wrapper-content {
  padding-left: 32px;
  color: #0F3B35;
  font-size: 22px;
}

/*/ THEME OFFCANVAS /*/
.theme-offcanvas {
  position: fixed;
  z-index: 120;
  top: 0;
  bottom: 0;
  left: 0;
  width: 85%;
  max-width: 400px;
  font-size: 21px;
  transform: translate(-100%, 0);
  transition: 0.2s ease-in;
  background-color: #FFF8F2;
  border-top: 18px solid #C2F847;
  overflow-y: scroll;
  scrollbar-width: 0;
  display: none;
}
.theme-offcanvas.canvas-open {
  transform: translate(0, 0);
}
.theme-offcanvas-overlay {
  z-index: 110;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-in;
  background-color: rgba(0, 0, 0, 0.4);
  border-top: 18px solid #C2F847;
  display: none;
}
.theme-offcanvas-overlay.overlay-active {
  opacity: 1;
  visibility: visible;
}
.theme-offcanvas-logo {
  position: relative;
  padding: 0 0 30px 30px;
  margin-bottom: 55px;
  background-color: #fff;
}
.theme-offcanvas-logo img {
  position: relative;
  width: 190px;
  margin-bottom: -38px;
  top: 19px;
}
.theme-offcanvas-burger {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.theme-offcanvas-wrapper {
  margin: 65px 0 40px 0;
}
.theme-offcanvas-wrapper-navmenu a {
  font-size: 30px;
  color: #000;
}
.theme-offcanvas-wrapper-navmenu a:hover {
  opacity: 0.6;
}
.theme-offcanvas-wrapper-navmenu ul {
  padding: 0 0 0 30px;
  list-style-type: none;
}
.theme-offcanvas-wrapper-navmenu ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 46px;
  font-size: 22px;
  color: #0F3B35;
  font-family: "figtree-bold", sans-serif;
}
.theme-offcanvas-wrapper-navmenu ul li a:hover {
  color: #F9B438;
}
.theme-offcanvas-wrapper-contact {
  background-color: #0F3B35;
  padding: 56px 30px;
  border-bottom: 30px solid #DFCFE7;
}
.theme-offcanvas-wrapper-contact-title {
  display: flex;
  color: #fff;
}
.theme-offcanvas-wrapper-contact-title h3 {
  width: calc(100% - 57px);
}
.theme-offcanvas-wrapper-contact-title-icon {
  width: 57px;
  margin-right: 20px;
}
.theme-offcanvas-wrapper-contact-link {
  color: #C2F847;
}
.theme-offcanvas-wrapper-contact-link:hover {
  color: #F9B438;
}

/*/ Media Query /*/
@media screen and (max-width: 1800px) {
  .theme-chat-button {
    right: 30px;
  }
}
@media screen and (max-width: 1560px) {
  .theme-icon {
    display: none;
  }
}
@media screen and (max-width: 1400px) {
  .theme-header-wrapper-logo {
    width: 278px;
    bottom: -38px;
  }
  .theme-hero-wrapper-image {
    height: 530px;
  }
  .theme-double-content {
    top: -60px;
    margin-bottom: -50px;
  }
  .theme-banner-wrapper {
    padding: 55px 60px 55px 50px;
  }
  .theme-banner-wrapper-content-title {
    font-size: 48px;
  }
  .theme-banner-wrapper-content-content {
    font-size: 26px;
  }
  .theme-banner-wrapper-left {
    padding: 36px 38px;
  }
  .theme-banner-wrapper-right {
    padding: 36px;
  }
  .theme-cards-card-image {
    height: 220px;
  }
  .theme-cards-card-wrapper {
    height: calc(100% - 220px);
  }
  .theme-info-right-contact {
    padding: 34px 24px;
  }
  .theme-info-right-contact-title {
    flex-direction: column;
  }
  .theme-info-right-contact-title h3 {
    width: unset;
  }
  .theme-info-right-contact-title-icon {
    margin: 0 0 20px 0;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
  }
  .theme-info-right-logo {
    width: 180px;
  }
  .theme-blog-filters-select fieldset .wpgb-hierarchical-list {
    max-width: 740px;
  }
  .theme-single-blog-wrapper-content-image-image {
    height: 322px;
  }
}
@media screen and (max-width: 1200px) {
  .theme-header-wrapper-logo {
    width: 212px;
    bottom: -30px;
  }
  .theme-header-wrapper-menu ul {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .theme-hero-wrapper-image {
    height: 500px;
  }
  .theme-double-content h2 {
    margin-bottom: 15px;
  }
  .theme-double-content-right {
    flex-direction: column;
    border-bottom-left-radius: 20px;
  }
  .theme-double-content-right-image {
    width: 100%;
    height: 290px;
    border-radius: 20px 20px 0 0;
  }
  .theme-double-content-right-content {
    width: 100%;
  }
  .theme-double-content-left {
    flex-direction: column;
    border-bottom-left-radius: 20px;
  }
  .theme-double-content-left-image {
    width: 100%;
    height: 290px;
    border-radius: 20px 20px 0 0;
  }
  .theme-double-content-left-content {
    width: 100%;
  }
  .theme-banner-wrapper-left {
    padding: 36px 28px;
  }
  .theme-banner-wrapper-left-content-title {
    font-size: 28px;
  }
  .theme-cards-card-wrapper {
    margin-bottom: 30px;
  }
  .theme-blog-filters {
    flex-direction: column-reverse;
    row-gap: 20px;
    align-items: flex-start;
  }
  .theme-blog-filters-select fieldset .wpgb-hierarchical-list {
    max-width: unset;
  }
  .theme-blog-pattern {
    top: 135px;
  }
  .theme-blog-card-content {
    padding: 32px 34px;
  }
  .theme-single-blog-wrapper {
    margin-top: -120px;
    padding: 60px 60px 64px 60px;
  }
}
@media screen and (max-width: 992px) {
  .burger-trigger {
    display: flex;
  }
  .theme-header-wrapper-logo {
    left: 50%;
    transform: translateX(-50%);
  }
  .theme-header-wrapper-menu {
    display: none;
  }
  .theme-hero-background {
    top: 90px;
    width: 580px;
  }
  .theme-hero-wrapper-image {
    height: 460px;
  }
  .theme-hero-wrapper-content {
    padding: 34px 42px;
    width: 690px;
    margin-left: 30px;
    top: -150px;
  }
  .theme-double-content {
    margin-bottom: -95px;
  }
  .theme-banner-wrapper {
    padding: 34px 60px 36px 38px;
  }
  .theme-banner-wrapper-content {
    padding-left: 42px;
  }
  .theme-banner-wrapper-content-title {
    font-size: 42px;
  }
  .theme-banner-wrapper-left {
    flex-direction: column;
  }
  .theme-banner-wrapper-left-content {
    padding: 20px 28px 0 28px;
    width: unset;
  }
  .theme-collab h2 {
    font-size: 30px;
  }
  .theme-collab-card-image {
    height: 100px;
  }
  .theme-info-left {
    flex-direction: column;
  }
  .theme-info-left-image {
    border-radius: 20px 20px 0 0;
    width: 100%;
  }
  .theme-info-left-wrapper {
    border-radius: 0 0 0 40px;
    padding: 60px 38px 38px 38px;
    width: 100%;
  }
  .theme-blog {
    margin-top: 96px;
  }
  .theme-blog-filters-select {
    flex-direction: column;
  }
  .theme-blog-filters-select-title {
    padding-bottom: 6px;
  }
  .theme-blog-filters-select fieldset .wpgb-hierarchical-list {
    transform: none;
  }
  .theme-blog-pattern {
    top: 158px;
  }
  .theme-offcanvas {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .theme-offcanvas-overlay {
    display: unset;
  }
  .theme-single-blog {
    padding-top: 72px;
  }
  .theme-single-blog-wrapper {
    margin-top: -55px;
    padding: 50px 50px 56px 50px;
  }
  .theme-single-blog-wrapper h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .theme-hero {
    overflow: hidden;
    padding: 0;
  }
  .theme-hero-background {
    top: 15px;
    right: -240px;
    width: 600px;
  }
  .theme-hero-wrapper-image {
    height: 345px;
  }
  .theme-hero-wrapper-content {
    width: calc(100% - 45px);
    padding-bottom: 15px;
  }
  .theme-hero-wrapper-content h1 {
    font-size: 32px;
    padding-bottom: 5px;
  }
  .theme-chat-button {
    bottom: 45px;
  }
  .theme-chat-button-wrapper {
    font-size: 18px;
  }
  .theme-chat-button-wrapper-options-option {
    padding: 14px 29px;
  }
  .theme-double-content {
    top: 0;
  }
  .theme-double-content-left {
    height: unset;
  }
  .theme-double-content-right {
    margin-top: 30px;
    height: unset;
  }
  .theme-banner {
    transform: translateY(41%);
  }
  .theme-banner-wrapper-left {
    border-radius: 20px 20px 0 20px;
  }
  .theme-banner-wrapper-right {
    margin-top: 30px;
    border-radius: 20px 20px 0 20px;
  }
  .theme-cards {
    padding-top: 320px;
  }
  .theme-cards-wrapper {
    padding: 32px 28px;
  }
  .theme-collab {
    padding-bottom: 35px;
  }
  .theme-collab-card {
    margin-bottom: 30px;
  }
  .theme-collab-card-image {
    height: 100%;
  }
  .theme-info {
    padding-top: 35px;
  }
  .theme-info-right {
    flex-direction: row;
    padding-top: 30px;
  }
  .theme-info-right-contact {
    width: calc(75% - 15px);
    max-width: 270px;
  }
  .theme-info-right-logo {
    width: calc(25% - 15px);
  }
  .theme-single-blog-wrapper h1 {
    font-size: 28px;
  }
  .theme-single-blog-wrapper-content-image {
    flex-direction: column;
  }
  .theme-single-blog-wrapper-content-image.align_left {
    flex-direction: column;
  }
  .theme-single-blog-wrapper-content-image-wrapper {
    width: 100%;
  }
  .theme-single-blog-wrapper-content-image-image {
    width: 100%;
    height: unset;
    aspect-ratio: 3/2;
  }
}
@media screen and (max-width: 576px) {
  .burger-trigger {
    margin-right: 6px;
  }
  h3 {
    font-size: 26px;
  }
  .theme-hero-background {
    top: -30px;
    right: -290px;
    width: 600px;
  }
  .theme-hero-wrapper-image {
    height: 270px;
  }
  .theme-hero-wrapper-image img {
    border-radius: 20px;
  }
  .theme-hero-wrapper-content {
    width: 100%;
    padding: 28px 30px 20px 30px;
    top: -70px;
    margin-left: 0;
  }
  .theme-hero-wrapper-content h1 {
    font-size: 28px;
  }
  .theme-hero-wrapper-content-text {
    font-size: 20px;
  }
  .theme-chat-button {
    bottom: 15px;
    right: 15px;
  }
  .theme-chat-button-wrapper {
    font-size: 16px;
  }
  .theme-chat-button-wrapper-button {
    -moz-column-gap: 8px;
         column-gap: 8px;
    padding: 11px 18px;
  }
  .theme-chat-button-wrapper-button-icon {
    width: 26px;
  }
  .theme-double-content h2 {
    margin-bottom: 8px;
  }
  .theme-double-content-left-content {
    padding-top: 30px;
  }
  .theme-double-content-right-content {
    padding-top: 30px;
  }
  .theme-banner {
    position: relative;
    top: -45px;
  }
  .theme-banner-wrapper {
    padding: 36px 32px;
    flex-direction: column;
    bottom: -100px;
    margin-bottom: -40px;
  }
  .theme-banner-wrapper-content {
    text-align: center;
    padding: 20px 0 0 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .theme-banner-wrapper-content-title {
    max-width: 230px;
    text-align: center;
    font-size: 28px;
  }
  .theme-banner-wrapper-content-content {
    font-size: 20px;
  }
  .theme-banner-wrapper-icon {
    width: 62px;
  }
  .theme-banner-wrapper-left {
    padding: 36px 32px;
  }
  .theme-banner-wrapper-left-content {
    padding: 20px 0 0 0;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .theme-banner-wrapper-left-content-title {
    max-width: 230px;
    text-align: center;
  }
  .theme-banner-wrapper-left-content-content {
    font-size: 20px;
    text-align: center;
  }
  .theme-banner-wrapper-right-top-title {
    font-size: 22px;
  }
  .theme-collab {
    padding-top: 20px;
  }
  .theme-collab h2 {
    font-size: 28px;
  }
  .theme-info-left-wrapper {
    font-size: 20px;
    padding: 30px 36px 28px 36px;
    border-radius: 0 0 0 20px;
  }
  .theme-info-right {
    flex-direction: column;
  }
  .theme-info-right-logo {
    width: 180px;
    padding-top: 35px;
  }
  .theme-info-right-contact {
    width: 100%;
    max-width: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .theme-info-right-contact-title h3 {
    text-align: center;
  }
  .theme-blog {
    margin-top: 82px;
  }
  .theme-blog-filters {
    row-gap: 10px;
  }
  .theme-blog-filters-select fieldset .wpgb-hierarchical-list {
    font-size: 16px;
  }
  .theme-blog-filters-search input.wpgb-input {
    padding: 8px 52px 6px 32px !important;
    font-size: 18px;
  }
  .theme-blog-filters-search input.wpgb-input::-moz-placeholder {
    font-size: 18px;
  }
  .theme-blog-filters-search input.wpgb-input::placeholder {
    font-size: 18px;
  }
  .theme-blog-filters-search .wpgb-input-icon {
    height: 18px;
  }
  .theme-blog-pattern {
    top: 200px;
    width: 490px;
  }
  .theme-blog-load-more {
    top: 26px;
  }
  .theme-blog-load-more ul li.wpgb-page-next a::after {
    width: 10px;
    height: 15px;
    background-size: contain;
  }
  .theme-blog-load-more ul li.wpgb-page-prev a::after {
    width: 10px;
    height: 15px;
    background-size: contain;
  }
  .theme-blog-load-more ul li a {
    width: 32px;
    height: 32px;
    font-size: 16px !important;
  }
  .theme-footer {
    border-bottom: 50px solid #0F3B35;
  }
  .theme-footer-wrapper {
    align-items: flex-start;
    margin: 0 0 -16px 0;
  }
  .theme-footer-wrapper img {
    width: 146px;
  }
  .theme-footer-wrapper-content {
    font-size: 18px;
  }
  .theme-offcanvas {
    width: 100%;
    max-width: unset;
  }
  .theme-offcanvas-logo {
    margin-bottom: 30px;
  }
  .theme-offcanvas-wrapper {
    margin: 25px 0 18px 0;
  }
  .theme-offcanvas-wrapper-navmenu ul li a {
    margin-bottom: 35px;
  }
  .theme-offcanvas-wrapper-contact {
    padding: 40px 30px;
  }
  .theme-single-blog-thumnail {
    aspect-ratio: 7/5;
  }
  .theme-single-blog-wrapper {
    margin-top: -48px;
    padding: 38px 30px 38px 30px;
  }
  .theme-single-blog-wrapper h1 {
    padding-bottom: 8px;
  }
  .theme-single-blog-wrapper-content {
    margin-bottom: 30px;
  }
  .theme-single-blog-wrapper-content-image {
    margin-bottom: 36px;
  }
  .theme-single-blog-share {
    padding: 38px 0 48px 0;
  }
  .theme-single-blog-share-icons {
    flex-wrap: wrap;
    row-gap: 15px;
    justify-content: center;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .theme-single-blog-share-icons-single-tooltip {
    display: none;
  }
}
@media screen and (max-width: 380px) {
  .theme-single-blog-share-icons {
    grid-template-columns: repeat(4, 1fr);
  }
}/*# sourceMappingURL=style.css.map */