/*/ Fonts /*/
html {
  scroll-behavior: smooth;
}

.container {
  max-width: 1440px;
}

body {
  font-size: 20px;
  font-family: "calluna", serif;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 700;
  color: #314c66;
}

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

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

/*/ THEME BUTTONS /*/
.theme-button {
  padding: 6px 26px 8px 26px;
  border-radius: 999px;
  margin: 0 6px;
}
.theme-button__orange {
  background-color: #d36822;
  color: #fff;
  border: 2px solid #d36822;
}
.theme-button__orange:hover {
  color: #fff;
  background-color: #314c66;
  border-color: #314c66;
}
.theme-button__blue {
  background-color: #314c66;
  color: #fff;
  border: 2px solid #314c66;
}
.theme-button__blue:hover {
  color: #d36822;
}
.theme-button__transparent {
  background-color: transparent;
  border: 2px solid #d36822;
  color: #d36822;
}
.theme-button__transparent:hover {
  border-color: #314c66;
  color: #314c66;
}

/*/ BURGER TRIGGER /*/
.burger-trigger {
  position: relative;
  height: 34px;
  width: 41px;
  z-index: 15;
  margin-right: 12px;
  margin: 4px 12px 0 0;
  display: block;
  cursor: pointer;
}
.burger-trigger span {
  position: absolute;
  width: 40px;
  height: 4px;
  background-color: #fff;
  transition-duration: 0.3s;
}
.burger-trigger span:first-child {
  top: 0px;
  width: 25px;
  right: 5px;
}
.burger-trigger span.center {
  top: calc(50% - 2px);
}
.burger-trigger span:last-child {
  bottom: 0px;
  left: 5px;
  width: 25px;
}
.burger-trigger.burger-active {
  height: 23px;
}
.burger-trigger.burger-active span:nth-of-type(1) {
  rotate: -135deg;
  top: 9.5px;
  width: 34px;
  right: 3.5px;
}
.burger-trigger.burger-active span.center {
  opacity: 0;
}
.burger-trigger.burger-active span:nth-of-type(4) {
  rotate: 135deg;
  bottom: 9.5px;
  width: 34px;
  left: 3.5px;
}

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

.theme-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 45px 0;
  height: 150px;
  overflow: hidden;
}
.theme-header .container {
  position: relative;
  z-index: 5;
}
.theme-header .row {
  align-items: center;
}
.theme-header-socials-linkedin {
  background-color: #fff;
  padding: 9px 12px;
  border-radius: 999px;
  transition: 0.2s ease-in;
  display: inline-block;
}
.theme-header-socials-linkedin img {
  width: 24px;
  height: 24px;
  margin-top: -8px;
}
.theme-header-socials-linkedin:hover {
  transform: scale(1.1);
}
.theme-header-logo {
  display: flex;
  justify-content: center;
}
.theme-header-logo a {
  display: block;
  max-width: 275px;
}
.theme-header-burger {
  position: absolute;
  top: 25px;
  right: 15px;
  z-index: 999;
}
.theme-header-burger::after {
  content: "";
  position: absolute;
  top: -200px;
  right: -180px;
  width: 300px;
  height: 300px;
  background-color: #314c66;
  border-radius: 999px;
}

.theme-hero {
  background-color: #f2edeb;
  padding: 250px 0;
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
}
.theme-hero::before {
  content: "";
  background-image: url("../img/hero-background-logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  left: -450px;
  width: 900px;
  height: 500px;
}
.theme-hero::after {
  content: "";
  background-image: url("../img/circle-dots.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  position: absolute;
  bottom: -110px;
  right: -140px;
  width: 350px;
  height: 350px;
}
.theme-hero-title {
  font-family: "calluna", serif;
  font-weight: 300;
  font-size: 80px;
}
.theme-hero-title strong {
  color: #d36822;
}
.theme-hero-content {
  color: #314c66;
}
.theme-hero-buttons {
  display: flex;
  justify-content: center;
}
.theme-hero-hashlink {
  position: absolute;
  bottom: -26px;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, 0);
  background-color: #fff;
  padding: 11px 14px;
  border-radius: 999px;
  transition: 0.2s ease-in;
}
.theme-hero-hashlink:hover {
  transform: translate(-50%, 4px);
}
.theme-hero-hashlink-link {
  display: inline-block;
}
.theme-hero-hashlink-link img {
  width: 24px;
  height: 24px;
  margin-top: -4px;
}

.theme-content {
  padding-bottom: 68px;
}
.theme-content-title {
  font-size: 28px;
  line-height: 1.5;
}
.theme-content-content {
  padding-bottom: 15px;
}

.theme-cards-card-modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.theme-cards-card-modal-title {
  font-size: 1.7rem;
}
.theme-cards-card-modal-text {
  font-size: 1.3rem;
}
.theme-cards-card-modal .indicator {
  display: none;
  visibility: hidden;
}

.modal-content {
  background-color: #314c66;
  z-index: 99;
  margin: 15% auto;
  padding: 24px;
  width: 80%;
  max-width: 700px;
}

.close {
  display: flex;
  color: #ffffff;
  font-size: 50px;
  cursor: pointer;
  flex-direction: row-reverse;
}

.close:hover {
  color: #fff;
}

.ff-btn {
  padding: 6px 26px 8px 26px;
  border-radius: 999px;
  margin: 0 6px;
  background-color: #d36822;
  color: #fff;
  border: 2px solid #d36822;
}

.ff-el-input--content {
  border-bottom: 2px solid rgba(255, 255, 255, 0.4745098039);
}
.ff-el-input--content input {
  color: #fff !important;
  padding: 11px 0px 11px 0px !important;
}
.ff-el-input--content .ff-el-form-control {
  background: none !important;
  border: none !important;
}

.fluentform .ff-el-form-control::-moz-placeholder {
  color: #fff !important;
  opacity: 0.5 !important;
}

.fluentform .ff-el-form-control::placeholder {
  color: #fff !important;
  opacity: 0.5 !important;
}

.theme-cards-showcase {
  position: relative;
  height: 100%;
}
.theme-cards-showcase-standard {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  right: 0;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  height: 100%;
}
.theme-cards-showcase-reverse {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  right: 0;
  border-bottom-left-radius: 999px;
  border-bottom-right-radius: 999px;
  height: 100%;
}
.theme-cards-card {
  background-color: #fff;
  position: relative;
  z-index: 5;
  line-height: 1.8;
}
.theme-cards-card-modal {
  z-index: 999;
}
.theme-cards-card-modal-title {
  color: #fff;
}
.theme-cards-card-modal-text {
  color: #D6DBE0;
  padding-bottom: 16px;
}
.theme-cards-card-title {
  font-size: 36px;
}
.theme-cards-card-title strong {
  color: #d36822;
}
.theme-cards-card-image {
  margin-bottom: 10px;
}
.theme-cards-card-image img {
  width: 150px;
}
.theme-cards-card-button {
  padding-top: 20px;
}
.theme-cards-card-button__orange {
  background-color: #d36822;
  color: #fff;
  border: 2px solid #d36822;
}
.theme-cards-card-button__orange:hover {
  color: #fff;
  background-color: #314c66;
  border-color: #314c66;
}
.theme-cards-card-button__blue {
  background-color: #314c66;
  color: #fff;
  border: 2px solid #314c66;
}
.theme-cards-card-button__blue:hover {
  color: #d36822;
}
.theme-cards-card-button__transparent {
  background-color: transparent;
  border: 2px solid #d36822;
  color: #d36822;
}
.theme-cards-card-button__transparent:hover {
  border-color: #314c66;
  color: #314c66;
}

.hidden-button {
  display: none;
}

.theme-aboutme {
  background-color: rgba(214, 219, 224, 0.4509803922);
  padding: 175px 0 450px 0;
  position: relative;
}
.theme-aboutme-button {
  margin-top: 20px;
}
.theme-aboutme-image {
  height: 550px;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  overflow: hidden;
}
.theme-aboutme-image img {
  height: 100%;
}
.theme-aboutme-wrapper {
  margin-top: 24px;
}
.theme-aboutme-wrapper-content {
  overflow: hidden;
  transition: 0.4s ease-in;
}
.theme-aboutme-wrapper-content.content-open {
  max-height: unset;
}
.theme-aboutme-wrapper-image {
  width: 150px;
}
.theme-aboutme-wrapper-title {
  font-family: "calluna", serif;
  font-weight: 300;
  font-size: 48px;
}
.theme-aboutme-wrapper-more {
  display: inline-flex;
  align-items: center;
  color: #d36822;
  cursor: pointer;
  margin-top: 10px;
  transition: 0.2s ease-in;
}
.theme-aboutme-wrapper-more.rotate i {
  transform: scaleY(-1);
}
.theme-aboutme-wrapper-more:hover {
  color: #314c66;
}
.theme-aboutme-wrapper-more i {
  font-size: 24px;
}
.theme-aboutme-wrapper-more-text {
  padding-left: 14px;
  font-size: 16px;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 700;
}
.theme-aboutme-quote {
  margin-top: 100px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  background-color: #314c66;
}
.theme-aboutme-quote-text {
  text-align: center;
  font-size: 48px;
  font-family: "calluna", serif;
  font-style: italic;
  font-weight: 400;
  color: #fff;
  padding-top: 50px;
}
.theme-aboutme-quote-eye {
  background-image: url("../img/logo-grey-small.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  height: 70px;
  margin: 50px 0px;
  opacity: 0.1;
}

.theme-reviews {
  padding-top: 200px;
}
.theme-reviews-title {
  text-align: center;
}
.theme-reviews-prev, .theme-reviews-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 20;
  cursor: pointer;
}
.theme-reviews-prev img, .theme-reviews-next img {
  width: 16px;
  height: 24px;
}
.theme-reviews-prev {
  left: -40px;
  transform: translate(0, -50%) rotate(180deg);
}
.theme-reviews-next {
  right: -40px;
}
.theme-reviews-slider .slick-track {
  overflow-y: visible;
}
.theme-reviews-slider .slick-list {
  margin: 0 -14px !important;
  padding: 20px 50px !important;
  overflow-y: visible;
}
.theme-reviews-slider-slide {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1019607843);
  background-color: #FCF8F7;
  transform: scale(0.66);
  transition: 0.4s ease-in all;
}
.theme-reviews-slider-slide.slick-current {
  transform: scale(1);
}
.theme-reviews-slider-slide-content {
  position: relative;
  overflow: hidden;
  padding: 70px 40px;
}
.theme-reviews-slider-slide-content-eye::after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 82%;
  transform: translate(-50%, 0);
  background-image: url("../img/Beeldmerk-oranje.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 200px;
  height: 120px;
  opacity: 0.1;
}
.theme-reviews .slick-dots {
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.theme-reviews .slick-dots li {
  width: 40px;
  height: 4px;
  background-color: #d36822;
  opacity: 0.2;
  margin: 0 2.5px;
}
.theme-reviews .slick-dots li.slick-active {
  opacity: 1;
}
.theme-reviews .slick-dots li button {
  display: none;
}

.theme-recentposts-title {
  font-size: 36px;
  text-align: center;
  margin-bottom: 52px;
  color: #314c66;
}
.theme-recentposts-previous-image {
  height: 300px;
  overflow: hidden;
  position: relative;
}
.theme-recentposts-previous-image:hover > div img {
  transform: translate(5px, 0);
}
.theme-recentposts-previous-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.theme-recentposts-previous-title {
  margin-top: 24px;
  font-family: "calluna", serif;
  font-weight: 300;
}
.theme-recentposts-previous-button {
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
  width: 100px;
  height: 100px;
}
.theme-recentposts-previous-button::before {
  content: "";
  background-color: #314c66;
  position: absolute;
  bottom: -42px;
  right: -38px;
  width: 120px;
  height: 120px;
  border-radius: 999px;
}
.theme-recentposts-previous-button img {
  filter: brightness(0) invert(1);
  width: 34px;
  height: 34px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  transition: 0.2s ease-in;
}
.theme-recentposts-button {
  margin-left: calc(50% - 6px);
  position: absolute;
}
.theme-recentposts-list-post {
  padding: 28px 0 4px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #D6DBE0;
  position: relative;
}
.theme-recentposts-list-post:hover img {
  transform: translate(4px, 0);
}
.theme-recentposts-list-post:first-child {
  padding-top: 0px;
}
.theme-recentposts-list-post:last-child {
  border: none;
}
.theme-recentposts-list-post-title {
  font-size: 28px;
  font-family: "calluna", serif;
  font-weight: 300;
}
.theme-recentposts-list-post-excerpt {
  font-size: 18px;
  margin-top: 4px;
  color: #314c66;
  display: block;
  position: static;
}
.theme-recentposts-list-post-arrow {
  width: 34px;
  height: 34px;
  transition: 0.2s ease-in;
  margin-left: 16px;
  align-self: flex-start;
}
.theme-recentposts-list-post img {
  width: 34px;
  height: 34px;
  transition: 0.2s ease-in;
  margin-left: 16px;
  align-self: flex-start;
}

.theme-blog-archive-card {
  margin-bottom: 40px;
  display: block;
}
.theme-blog-archive-card:hover .theme-blog-archive-card-image-button img {
  transform: translate(5px, 0);
}
.theme-blog-archive-card-image {
  height: 315px;
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
}
.theme-blog-archive-card-image img {
  height: 100%;
}
.theme-blog-archive-card-image-button {
  position: absolute;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  width: 100px;
  height: 100px;
}
.theme-blog-archive-card-image-button::before {
  content: "";
  background-color: #314c66;
  position: absolute;
  bottom: -42px;
  right: -38px;
  width: 120px;
  height: 120px;
  border-radius: 999px;
}
.theme-blog-archive-card-image-button img {
  filter: brightness(0) invert(1);
  width: 34px;
  height: 34px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  transition: 0.2s ease-in;
}
.theme-blog-archive-card-title {
  font-size: 28px;
  font-family: "calluna", serif;
  font-weight: 300;
}
.theme-blog-archive-load {
  margin-top: 48px;
  text-align: center;
}
.theme-blog-archive-load button {
  background-color: #d36822 !important;
  border-radius: 999px !important;
}

.theme-blog-hero {
  background-color: #f2edeb;
  padding: 250px 0;
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
}
.theme-blog-hero::before {
  content: "";
  background-image: url("../img/hero-background-logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  left: -450px;
  width: 900px;
  height: 500px;
}
.theme-blog-hero::after {
  content: "";
  background-image: url("../img/circle-dots.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  position: absolute;
  bottom: -110px;
  right: -140px;
  width: 350px;
  height: 350px;
}
.theme-blog-hero-title {
  font-size: 48px;
  font-family: "calluna", serif;
  text-align: center;
  font-weight: 300;
}
.theme-blog-image {
  position: relative;
}
.theme-blog-image-image {
  height: 400px;
}
.theme-blog-image-image img {
  height: 100%;
}
.theme-blog-image-hashlink {
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #fff;
  padding: 11px 14px;
  border-radius: 999px;
  z-index: 10;
  transition: 0.2s ease-in;
}
.theme-blog-image-hashlink-link {
  display: inline-block;
}
.theme-blog-image-hashlink:hover {
  transform: translate(-50%, 4px);
}
.theme-blog-content {
  margin-top: 70px;
}
.theme-blog-content h2 {
  margin-bottom: 20px;
}
.theme-blog-content img {
  width: unset;
}
.theme-blog-content li {
  padding-bottom: 14px;
}
.theme-blog-content a {
  color: #d36822;
}
.theme-blog-content a:hover {
  opacity: 0.7;
}

.theme-footer {
  background-color: #d36822;
  padding: 48px 0;
  position: relative;
}
.theme-footer::after {
  content: "";
  position: absolute;
  top: -210px;
  right: 0;
  width: 300px;
  height: 250px;
  background-image: url("../img/footer-lines.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.theme-footer-wrapper-title {
  color: #fff;
  font-size: 36px;
}
.theme-footer-wrapper-quote {
  color: #fff;
  font-size: 28px;
  font-family: "calluna", serif;
  font-weight: 300;
}
.theme-footer-links {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.theme-footer-links .theme-button {
  margin-left: 0;
}
.theme-footer-links-link {
  border: 1px solid #fff;
  border-radius: 999px;
  padding: 4px 9px;
  margin: 0 4px;
  transition: 0.2s ease-in;
}
.theme-footer-links-link img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
  margin-top: -4px;
}
.theme-footer-links-link:hover {
  transform: scale(1.1);
}
.theme-footer__bottom {
  padding: 20px 0;
  background-color: #f2edeb;
}
.theme-footer__bottom-links {
  text-align: end;
}
.theme-footer__bottom-links a {
  color: #000;
  margin: 0 4px;
}
.theme-footer__bottom-links a:hover {
  color: #d36822;
}

.theme-offcanvas {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  visibility: hidden;
  transition: 0.6s ease-in-out all;
}
.theme-offcanvas.canvas-open {
  z-index: 500;
  visibility: visible;
}
.theme-offcanvas-background {
  position: absolute;
  right: -13vw;
  top: -13vw;
  width: 0vw;
  height: 0vw;
  background-color: #314c66;
  border-radius: 9999px;
  transition: 0.6s ease-in-out all;
}
.theme-offcanvas-background.active {
  right: -15vw;
  top: -35vw;
  width: 110vw;
  height: 100vw;
}
.theme-offcanvas-wrapper {
  width: 70vw;
  height: 100%;
  position: relative;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 60px;
  opacity: 0;
  transition: 0.2s ease-in;
  overflow-y: scroll;
  scrollbar-width: none;
}
.theme-offcanvas-wrapper.visible {
  opacity: 1;
}
.theme-offcanvas-wrapper-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
  height: 72px;
}
.theme-offcanvas-wrapper-top-logo {
  margin-left: 15vw;
}
.theme-offcanvas-wrapper-top-logo a {
  display: block;
  height: 72px;
}
.theme-offcanvas-wrapper-top-logo a img {
  height: 100%;
}
.theme-offcanvas-wrapper-top-burger {
  margin-right: 15px;
}
.theme-offcanvas-wrapper-navmenu {
  padding: 60px 0 70px 0;
}
.theme-offcanvas-wrapper-navmenu ul {
  padding: 0;
  list-style-type: none;
}
.theme-offcanvas-wrapper-navmenu ul li {
  position: relative;
}
.theme-offcanvas-wrapper-navmenu ul li.current-menu-item:not(.menu-item-object-custom) {
  margin-left: 26px;
}
.theme-offcanvas-wrapper-navmenu ul li.current-menu-item:not(.menu-item-object-custom) a::before {
  content: "";
  background-image: url(../img/orange-menu-dot.svg);
  position: absolute;
  top: calc(50% + 6px);
  left: -25px;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
}
.theme-offcanvas-wrapper-navmenu ul li a {
  font-size: 64px;
  color: #fff;
}
.theme-offcanvas-wrapper-navmenu ul li a:hover {
  color: #d36822;
}
.theme-offcanvas-wrapper-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-right: 90px;
}
.theme-offcanvas-wrapper-bottom-buttons {
  display: flex;
}
.theme-offcanvas-wrapper-bottom-buttons .theme-button {
  margin-left: 0;
}
.theme-offcanvas-wrapper-bottom-buttons-link {
  border: 1px solid #fff;
  padding: 4px 11px;
  border-radius: 999px;
  margin: 0 4px;
  height: 44px;
}
.theme-offcanvas-wrapper-bottom-buttons-link img {
  filter: brightness(0) invert(1);
  width: 20px;
  height: 20px;
}
.theme-offcanvas-wrapper-bottom-buttons-link:hover {
  background-color: white;
}
.theme-offcanvas-wrapper-bottom-buttons-link:hover img {
  filter: none;
}

.ff-message-success {
  color: #fff;
  border: none !important;
  box-shadow: none !important;
}

/*/ Media Query /*/
@media screen and (min-width: 1920px) {
  .theme-offcanvas-wrapper {
    justify-content: unset;
  }
  .theme-offcanvas-wrapper-navmenu {
    padding: 13vh 0;
  }
}
@media screen and (max-width: 1920px) {
  .theme-offcanvas-background.active {
    right: -25vw;
    top: -20vw;
    width: 120vw;
    height: 120vw;
  }
}
@media screen and (max-width: 1440px) {
  .theme-recentposts-button {
    top: 0px;
  }
  .theme-reviews-prev {
    left: 40px;
  }
  .theme-reviews-next {
    right: 40px;
  }
  .theme-offcanvas-background.active {
    right: -15vw;
    top: -20vw;
    width: 120vw;
    height: 120vw;
  }
  .theme-offcanvas-wrapper {
    width: 80vw;
    justify-content: unset;
  }
  .theme-offcanvas-wrapper-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1200px) {
  .theme-hero-title {
    font-size: 70px;
  }
  .theme-blog-archive-card-image {
    height: 265px;
  }
}
@media screen and (max-width: 992px) {
  .theme-hero::before {
    display: none;
  }
  .theme-content-title {
    margin-bottom: 12px;
  }
  .theme-content-content {
    padding: 0;
  }
  .theme-cards-showcase-standard {
    position: relative;
    padding: 32px;
  }
  .theme-cards-showcase-reverse {
    position: relative;
    padding: 32px;
  }
  .theme-cards-card {
    padding-left: 32px;
    padding-right: 32px;
  }
  .theme-cards .col-12:nth-of-type(2) .theme-cards-card:first-of-type {
    margin-top: 0;
  }
  .theme-aboutme-image {
    margin-bottom: 32px;
  }
  .theme-aboutme-quote {
    margin-top: 50px;
  }
  .theme-aboutme-quote-text {
    font-size: 28px;
  }
  .theme-reviews {
    padding-top: 200px;
  }
  .theme-reviews-slider-slide {
    transform: scale(0.8);
  }
  .theme-reviews-slider-slide-content {
    padding: 50px 30px;
  }
  .theme-reviews-slider-slide.slick-current {
    transform: scale(0.8) !important;
  }
  .theme-recentposts-previous-image {
    height: auto;
  }
  .theme-recentposts-button {
    margin-left: -6px;
    position: absolute;
    top: 0px;
  }
  .theme-recentposts-title {
    text-align: left;
  }
  .theme-recentposts-previous {
    display: block;
    margin-bottom: 48px;
  }
  .theme-blog-hero::before {
    display: none;
  }
  .theme-blog-archive-card-image {
    height: 190px;
  }
  .theme-offcanvas-background.active {
    right: -50vw;
    top: -50vw;
    width: 170vw;
    height: 200vw;
  }
}
@media screen and (max-width: 768px) {
  .theme-hero-title {
    font-size: 60px;
  }
  .theme-blog-archive-card-image {
    height: 260px;
  }
  .theme-recentposts-button {
    margin-left: 0px;
    position: absolute;
    top: 0px;
  }
  .theme-footer-links {
    justify-content: flex-start;
  }
  .theme-footer__bottom-links {
    text-align: start;
  }
  .theme-offcanvas-background.active {
    right: -50vw;
    top: -50vw;
    width: 170vw;
    height: 220vw;
  }
}
@media screen and (max-width: 576px) {
  .burger-trigger.burger-active {
    height: 22px;
  }
  .theme-header {
    padding: 40px 0;
  }
  .theme-header-burger::after {
    top: -130px;
    right: -135px;
    width: 210px;
    height: 210px;
  }
  .theme-hero {
    padding: 150px 0 100px 0;
  }
  .theme-hero::after {
    display: none;
  }
  .theme-hero-title {
    font-size: 36px;
  }
  .theme-hero-buttons {
    flex-direction: column;
    align-items: center;
  }
  .theme-hero-buttons a {
    margin: 8px 0;
  }
  .theme-content {
    padding-bottom: 38px;
  }
  .theme-content-title {
    font-size: 24px;
  }
  .theme-cards {
    padding-top: 50px;
  }
  .theme-cards-card-title {
    font-size: 24px;
  }
  .theme-cards-card-modal-title {
    font-size: 1rem;
  }
  .theme-aboutme {
    padding-bottom: 120px;
  }
  .theme-aboutme-image {
    margin-bottom: 15px;
  }
  .theme-aboutme-wrapper-title {
    font-size: 24px;
  }
  .theme-aboutme-quote-text {
    font-size: 20px;
  }
  .theme-aboutme-quote-eye {
    margin: 25px 0px;
  }
  .theme-reviews {
    padding-top: 250px;
    padding-bottom: 50px;
  }
  .theme-reviews-title {
    font-size: 24px;
  }
  .theme-reviews-slider-slide-content {
    padding: 45px 30px;
  }
  .theme-reviews-slider-slide.slick-slide {
    opacity: 0;
  }
  .theme-reviews-slider-slide.slick-current {
    transform: scale(0.95) !important;
    opacity: 1;
  }
  .theme-reviews-prev {
    left: 18px;
  }
  .theme-reviews-next {
    right: 18px;
  }
  .theme-recentposts {
    padding-top: 80px;
  }
  .theme-recentposts-previous-image {
    height: auto;
  }
  .theme-recentposts-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .theme-recentposts-previous-title {
    font-size: 24px;
  }
  .theme-recentposts-list-post {
    padding: 20px 0;
  }
  .theme-recentposts-list-post-title {
    font-size: 20px;
    padding-right: 10px;
  }
  .theme-recentposts-list-post img {
    width: 26px;
    height: 26px;
  }
  .theme-blog-archive-card-image {
    height: 180px;
  }
  .theme-blog-hero {
    padding: 175px 0 225px 0;
  }
  .theme-blog-hero::after {
    display: none;
  }
  .theme-blog-hero-title {
    font-size: 28px;
  }
  .theme-blog-image-image {
    height: 250px;
  }
  .theme-blog-archive-card-title {
    font-size: 24px;
  }
  .theme-footer {
    padding: 58px 0 48px 0;
  }
  .theme-footer::after {
    top: -215px;
  }
  .theme-footer-wrapper-title {
    font-size: 32px;
  }
  .theme-footer-wrapper-quote {
    font-size: 24px;
  }
  .theme-footer__bottom-links {
    display: flex;
    flex-direction: column;
  }
  .theme-offcanvas-background.active {
    right: -55vw;
    top: -55vw;
    width: 150vh;
    height: 150vh;
  }
  .theme-offcanvas-wrapper {
    width: 90vw;
    justify-content: space-between;
    margin-left: 20px;
  }
  .theme-offcanvas-wrapper-top {
    height: 65px;
  }
  .theme-offcanvas-wrapper-top-logo {
    margin-left: 0;
  }
  .theme-offcanvas-wrapper-top-logo a {
    height: unset;
  }
  .theme-offcanvas-wrapper-top-logo a img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 200px;
  }
  .theme-offcanvas-wrapper-navmenu ul li.current-menu-item:not(.menu-item-object-custom) {
    margin-left: 18px;
  }
  .theme-offcanvas-wrapper-navmenu ul li.current-menu-item:not(.menu-item-object-custom) a::before {
    background-size: 60%;
    left: -17px;
  }
  .theme-offcanvas-wrapper-navmenu ul li a {
    font-size: 38px;
  }
  .theme-offcanvas-wrapper-bottom {
    margin-right: 20px;
  }
  .burger-trigger {
    height: 24px;
    width: 30px;
    margin: 2px 2px 0 0;
  }
  .burger-trigger span {
    width: 30px;
    height: 3px;
  }
  .burger-trigger span:first-child {
    width: 15px;
    right: 5px;
  }
  .burger-trigger span.center {
    top: calc(50% - 1px);
  }
  .burger-trigger span:last-child {
    bottom: 0px;
    left: 5px;
    width: 15px;
  }
  .burger-trigger.burger-active span:nth-of-type(1) {
    rotate: -135deg;
    top: 9.5px;
    width: 30px;
    right: 0;
  }
  .burger-trigger.burger-active span:nth-of-type(4) {
    rotate: 135deg;
    bottom: 9.5px;
    width: 30px;
    left: 0;
  }
}/*# sourceMappingURL=style.css.map */