:root {
  --mainBlack: #664c29;
  --mainWhite: #F2EAD5;
  --mainRed: #fa5c5c;
  --mainHighlight: #F2EAD5;
  --mainfontColor: #13130d;
  --bs-gutter-x: 15px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Metamorphous", sans-serif;
  color: #664c29;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body main {
  flex: 1;
}
body h1, body h2, body h3 {
  font-family: "Metamorphous", serif;
}
body h1 {
  font-size: 40px;
  font-weight: 600;
}
body h2 {
  font-weight: bold;
  font-size: 28px;
}
@media (min-width: 992px) {
  body h2 {
    font-size: 40px;
  }
}
body a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
body a:hover {
  text-decoration: none;
}
body a.more-link {
  font-size: 16px;
  fill: #664c29;
  color: #664c29;
  border-bottom: 2px solid #F2EAD5;
  display: inline-block;
  font-weight: 600;
}
body img {
  height: auto;
}
body .more {
  border: 1px solid #664c29;
  padding: 10px 32px 10px 32px;
  font-size: 15px;
  font-weight: 600;
  color: #664c29;
  margin-top: 10px;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  background-color: #F2EAD5;
}
body .more:hover {
  background-color: #664c29;
  color: #F2EAD5;
}

.error-message {
  color: #fa5c5c;
}

.header-fixed {
  position: absolute;
  top: 0;
}

header {
  z-index: 50;
  padding: 0px 0;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .logo-holder {
  text-transform: uppercase;
  font-family: "Metamorphous", serif;
  font-size: 24px;
  font-weight: 600;
}
header .logo-holder .logo {
  width: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
}
header .logo-holder a {
  color: #664c29;
}
header .header-menu-toggler {
  border: 0;
  background: transparent;
  color: #ffffff;
  padding: 0.5rem;
  line-height: 1;
  z-index: 1;
  position: relative;
}
header .header-menu-toggler:focus {
  box-shadow: none;
}
header .header-menu-toggler:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
header .navbar {
  left: 0;
  padding: 5px 30px;
  position: absolute;
  text-align: left;
  top: 0;
  width: 100%;
  z-index: 1;
  background-color: #1C2F3D;
  z-index: 0;
}
header .navbar .nav {
  padding-top: 100px;
}
@media (min-width: 992px) {
  header .navbar .nav {
    padding-top: 0;
  }
}
header .navbar > .navbar-collapse > ul > li {
  padding: 25px 15px;
  position: relative;
}
header .navbar > .navbar-collapse > ul > li a {
  color: #F2EAD5;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  display: block;
}
@media (min-width: 992px) {
  header .navbar > .navbar-collapse > ul > li a {
    text-align: left;
    display: inline-block;
  }
}
header .navbar > .navbar-collapse > ul > li a:hover {
  color: #ffffff;
}
header .navbar > .navbar-collapse > ul > li:hover ul {
  display: block;
}
header .navbar > .navbar-collapse > ul > li > ul {
  display: none;
  position: absolute;
  list-style: none;
  margin: 15px 0;
  padding: 20px 15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #F2EAD5;
  -webkit-box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.08);
}
header .navbar > .navbar-collapse > ul > li > ul li {
  background-color: #F2EAD5;
}
@media (min-width: 992px) {
  header .navbar {
    background: initial;
    position: static;
    width: auto;
    text-align: right;
  }
}
header .lang-switch a {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  display: block;
  margin-left: 10px;
}
@media (min-width: 992px) {
  header .lang-switch a {
    text-align: left;
    display: inline-block;
  }
}
header .lang-switch a:hover {
  color: #ffffff;
}
header .lang-switch .active {
  display: none;
}

footer {
  background-color: #6d99b2;
}
footer .footer-top {
  font-size: 14px;
}
footer .footer-top .footer-title {
  font-family: "Metamorphous", serif;
  color: #664c29;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}
footer .footer-top a {
  color: #664c29;
}
footer .footer-top a:hover {
  color: #F2EAD5;
}
footer .footer-top ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer-top ul li {
  display: block;
  line-height: 24px;
  margin-bottom: 10px;
}
footer .footer-top .fab {
  font-size: 20px;
  margin-right: 10px;
}
#toTop {
  background: #F2EAD5;
  border: none;
  bottom: 30px;
  color: #F2EAD5;
  font-size: 28px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  position: fixed;
  right: 30px;
  text-align: center;
  width: 50px;
  z-index: 100;
}
@media (min-width: 768px) {
  #toTop {
    bottom: 60px;
    right: 40px;
  }
}
@media (min-width: 992px) {
  #toTop {
    bottom: 60px;
    right: 40px;
  }
}
#toTop:focus {
  outline: none;
}

.error {
  margin-top: 200px;
  margin-bottom: 200px;
}
.error .clip {
  display: inline-block;
  margin: 20px;
  font-size: 50px;
}
.error .clip .shadow {
  width: 90px;
  height: 90px;
  background-color: #F2EAD5;
  border-radius: 50%;
  color: #F2EAD5;
  line-height: 90px;
}

.card {
  border-radius: 0;
  border-color: #FBF7F5;
}

.pagination .page-item {
  margin: 10px;
}
.pagination .page-item.active .page-link {
  background-color: #664c29;
  color: #F2EAD5;
}
.pagination .page-item .page-link {
  border-radius: 50%;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  background-color: #F2EAD5;
  color: #664c29;
  border: none;
  font-size: 18px;
  font-weight: 600;
}
.pagination .page-item .page-link:hover {
  fill: #D78A16;
  background-color: #D78A16;
}

.instagram-feed a {
  display: block;
  margin-bottom: 30px;
}
.instagram-feed a img {
  object-fit: cover;
  min-height: 300px;
  border-radius: 5px;
}

.form-group {
  margin-bottom: 20px;
}
.form-group .form-control {
  border-radius: 3px;
}
.form-group textarea {
  min-height: 200px;
}
.form-group.has-error .form-control {
  background-color: #ffcbcb;
}
.form-group.has-error .input-holder {
  position: relative;
}
.form-group.has-error .error-message {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 12px;
  pointer-events: none;
}

.btn {
  border: none;
  border-radius: 0;
  padding: 10px 32px 10px 32px;
  font-size: 15px;
  font-weight: 600;
}
.btn.btn-primary {
  fill: #664c29;
  color: #664c29;
  background-color: transparent;
}
.btn.btn-primary:hover {
  fill: #D78A16;
  background-color: #D78A16;
}
.btn.btn-black {
  background-color: #664c29;
  color: #F2EAD5;
  border-radius: 0;
  height: 48px;
}

.newsletter .form-control {
  padding: 14px 20px;
  font-size: 14px;
  border: 2px solid #d2d2d2;
  font-weight: 600;
  height: 48px;
}

.page-main section.top {
  padding: 0;
}
.page-main section.top img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.page-sub {
  padding-top: 60px;
}
.page-sub section.top {
  padding-bottom: 0;
}
.page-sub header {
  background-color: #fcf1ea;
}

/**
Section styles
 */
section {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
section.bg-gray {
  background-color: #FBF7F5;
}
section.bg-blue {
  background-color: #6d99b2;
}
section.bg-highlight {
  background-color: #F2EAD5;
}
section.history {
  position: relative;
  background-color: #6d99b2;
  background-image: url("../img/map.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #13130d;
}
section.history::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-color: rgba(109, 153, 178, 0.72);
}
section.history > * {
  position: relative;
  z-index: 1;
}
section.contact {
  position: relative;
  margin-left: calc(50% - 50vw);
  box-sizing: border-box;
  overflow: hidden;
  background-color: #1C2F3D;
  z-index: 0;
}
section.contact .box {
  min-height: 400px;
  display: flex;
  align-items: center;
}
section.contact::before {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  left: 0;
  background: #1C2F3D url("../img/map2.jpg") left center/cover no-repeat;
  opacity: 0.5;
}
@media (max-width: 991.98px) {
  section.contact {
    padding-top: 400px;
  }
  section.contact::before {
    top: 0;
    right: 0;
    width: 100%;
    height: 400px;
  }
}
@media (min-width: 992px) {
  section.contact::before {
    top: 0;
    bottom: 0;
    right: auto;
    height: auto;
    width: calc(50vw + min(100vw, 960px) * 0.1 - 4px);
  }
}
@media (min-width: 1200px) {
  section.contact::before {
    width: calc(50vw + min(100vw, 1140px) * 0.1 - 4px);
  }
}
@media (min-width: 1400px) {
  section.contact::before {
    width: calc(50vw + min(100vw, 1320px) * 0.1 - 4px);
  }
}
section.contact > * {
  position: relative;
  z-index: 1;
}
section.gallery {
  padding: 0;
}
section.gallery .row, section.gallery .col-12 {
  padding: 0;
  margin: 0;
}

/**
 * Horizontal scroll timeline (e.g. section.history)
 */
.timeline {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x pan-y;
  overscroll-behavior-x: contain;
  cursor: grab;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0.5rem;
}
.timeline::-webkit-scrollbar {
  height: 8px;
}
.timeline::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}
.timeline::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.35);
  border-radius: 4px;
}
.timeline:active, .timeline.is-dragging {
  cursor: grabbing;
  user-select: none;
}
.timeline {
  --tl-tick: 1.5rem;
  --tl-gap: 0.5rem;
  --tl-spine-h: 3px;
}
.timeline ul {
  position: relative;
  z-index: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  list-style: none;
  margin: 0;
  padding: 2rem 1.5rem 2.5rem;
  min-height: 550px;
  width: max-content;
  min-width: 100%;
  gap: 0 0.5rem;
}
@media (min-width: 992px) {
  .timeline ul {
    min-height: 464px;
  }
}
.timeline ul::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 0;
  height: var(--tl-spine-h);
  background: #13130d;
  transform: translateY(-50%);
  border-radius: 1px;
}
.timeline li {
  position: relative;
  z-index: 1;
  flex: 0 0 clamp(10.5rem, 15vi, 20rem);
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  color: #ffffff;
  line-height: 1.4;
  isolation: isolate;
}
.timeline li::after {
  content: "";
  position: absolute;
  left: 51%;
  z-index: 0;
  width: 2px;
  pointer-events: none;
  background: #664c29;
}
.timeline li:nth-child(odd)::before {
  content: "";
  flex: 0 0 auto;
  align-self: stretch;
  min-height: calc(55% + var(--tl-tick) + var(--tl-gap));
}
.timeline li:nth-child(even)::before {
  content: "";
  order: 2;
  flex: 1 0 auto;
  align-self: stretch;
  min-height: calc(50% - 0.5rem);
}
.timeline li:nth-child(odd)::after {
  top: 51%;
  height: var(--tl-tick);
  transform: translateX(-50%);
}
.timeline li:nth-child(even)::after {
  top: 51%;
  height: var(--tl-tick);
  transform: translate(-50%, -100%);
}
.timeline li > strong,
.timeline li > br {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
.timeline li > strong {
  display: block;
  width: 100%;
  max-width: 100%;
  font-family: "Metamorphous", serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.1;
  color: #ffffff;
  margin: 0 0 0.4rem 0;
  text-align: center;
}
.timeline li > br {
  line-height: 0.4rem;
}

section.history .timeline,
section.history .timeline li {
  color: #ffffff;
}

@media (max-width: 575.98px) {
  .timeline ul {
    min-height: 560px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
section.slider-container {
  padding: 0 0 0px 0 !important;
}
section.slider-container .row, section.slider-container .col-12 {
  padding: 0;
  margin: 0;
}
section.slider-container .carousel-item {
  position: relative;
}
section.slider-container .carousel-item:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(29, 48, 62, 0.58) 0%, rgba(29, 48, 62, 0.14) 38%, rgba(29, 48, 62, 0.18) 52%, rgba(29, 48, 62, 0.8) 100%);
}
section.slider-container .carousel-item .video-container {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  position: relative;
  order: 2;
  height: 80vh;
  min-height: 600px;
}
@media (min-width: 992px) {
  section.slider-container .carousel-item .video-container {
    min-height: 800px;
    max-height: 900px;
  }
}
section.slider-container .carousel-item .carousel-caption {
  position: absolute;
  z-index: 6;
  left: 0;
  right: 0;
  text-align: left;
  top: 60%;
  transform: translateY(-70%);
  color: #F2EAD5;
}
@media (min-width: 992px) {
  section.slider-container .carousel-item .carousel-caption {
    transform: translateY(-50%);
  }
}
section.slider-container .carousel-item .carousel-caption h1, section.slider-container .carousel-item .carousel-caption h2 {
  font-size: 34px;
  line-height: 1.2em;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  section.slider-container .carousel-item .carousel-caption h1, section.slider-container .carousel-item .carousel-caption h2 {
    font-size: 58px;
  }
}
section.slider-container .carousel-item .carousel-caption h1 strong, section.slider-container .carousel-item .carousel-caption h2 strong {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  color: #F2EAD5;
  font-size: 16px;
  color: #ffffff;
}
@media (min-width: 992px) {
  section.slider-container .carousel-item .carousel-caption h1 strong, section.slider-container .carousel-item .carousel-caption h2 strong {
    font-size: 20px;
  }
}
section.slider-container .carousel-item .carousel-caption .carousel-caption-lead {
  color: #F2EAD5;
  line-height: 1.5em;
  margin-bottom: 30px;
  font-size: 14px;
}
@media (min-width: 992px) {
  section.slider-container .carousel-item .carousel-caption .carousel-caption-lead {
    font-size: 20px;
  }
}
section.slider-container .carousel-item .image-container {
  flex: 0 0 auto;
  width: 40%;
  max-height: 530px;
  align-self: center;
  order: 2;
}
section.slider-container .carousel-item .image-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.row.owl-carousel .col-12 {
  width: 100% !important;
}

/**
PageBox styles
 */
.box .inner h2 {
  margin-bottom: 40px;
}
.box .inner h2 a {
  color: #664c29;
}
.box .inner .btn-wrapper {
  margin-top: 40px;
}
.box .inner .btn-wrapper button.more {
  font: inherit;
  cursor: pointer;
  line-height: normal;
  text-align: center;
}

.has-image {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.has-image .main-image {
  flex: 0 0 auto;
  width: 100%;
}
.has-image .inner {
  flex: 0 0 auto;
  width: 100%;
}
.has-image.image_right .main-image {
  order: 2;
}
@media (min-width: 992px) {
  .has-image.image_right .main-image {
    width: 50%;
  }
}
.has-image.image_right .inner {
  order: 1;
}
@media (min-width: 992px) {
  .has-image.image_right .inner {
    width: 50%;
    padding-right: 90px;
  }
}
.has-image.image_left .main-image {
  order: 1;
}
@media (min-width: 992px) {
  .has-image.image_left .main-image {
    width: 50%;
  }
}
.has-image.image_left .inner {
  order: 2;
}
@media (min-width: 992px) {
  .has-image.image_left .inner {
    width: 50%;
  }
}

section .row:has(> [class*=col-].info) {
  align-items: stretch;
}

.info {
  margin-bottom: 20px;
  text-align: center;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.info .main-image {
  display: inline-block;
  max-width: 70px;
  margin: 0 auto 40px;
}
.info .box {
  background-color: #ffffff;
  padding: 40px;
  text-align: center;
  flex: 1 1 0%;
  min-height: 0;
  width: 100%;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
}
.info .box:not(.has-image), .info .box.has-image.image_center {
  flex-direction: column;
}
.info .box .inner {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-width: 0;
  align-items: center;
}
.info .box .inner .btn-wrapper {
  padding-top: 20px;
  margin-top: auto;
}
.info .box .inner .btn-wrapper .more {
  background-color: transparent;
}
.info .box h2 {
  font-size: 24px;
  min-width: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .info .box h2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.info .box.has-image.image_center {
  flex-wrap: nowrap;
  align-items: stretch;
  align-content: flex-start;
}
.info .box.has-image.image_center .main-image,
.info .box.has-image.image_center .inner {
  width: 100%;
}
.info .box.has-image.image_center .inner {
  min-height: 0;
}
@media (min-width: 992px) {
  .info .box {
    padding: 60px;
  }
  .info .box h2 {
    font-size: 30px;
  }
}

.dark {
  background-color: #1C2F3D;
  color: #6d99b2;
}
.dark a {
  color: #6d99b2;
}

.project {
  background-image: url("../img/logo-gate.svg");
  background-repeat: no-repeat;
  background-position: right 1.25rem center;
  background-size: min(68vw, 60vh) auto;
}

.wow {
  visibility: hidden;
}

.animated {
  animation-duration: 0.75s;
  animation-fill-mode: both;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}

@media (prefers-reduced-motion: reduce) {
  .wow {
    visibility: visible !important;
  }
  .animated.slideInRight,
  .slideInRight {
    animation: none !important;
    transform: none !important;
  }
}
.gallery-masonry {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.gallery-masonry .gallery-masonry__sizer {
  float: left;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.gallery-masonry .gallery-masonry__sizer,
.gallery-masonry .gallery-masonry__item {
  width: 20%;
  box-sizing: border-box;
  padding: 0;
}
@media (max-width: 1200px) {
  .gallery-masonry .gallery-masonry__sizer,
  .gallery-masonry .gallery-masonry__item {
    width: 25%;
  }
}
@media (max-width: 940px) {
  .gallery-masonry .gallery-masonry__sizer,
  .gallery-masonry .gallery-masonry__item {
    width: 33.333%;
  }
}
@media (max-width: 520px) {
  .gallery-masonry .gallery-masonry__sizer,
  .gallery-masonry .gallery-masonry__item {
    width: 50%;
  }
}
@media (max-width: 400px) {
  .gallery-masonry .gallery-masonry__sizer,
  .gallery-masonry .gallery-masonry__item {
    width: 100%;
  }
}
.gallery-masonry .gallery-masonry__item--wide {
  width: 40%;
}
@media (max-width: 1200px) {
  .gallery-masonry .gallery-masonry__item--wide {
    width: 50%;
  }
}
@media (max-width: 940px) {
  .gallery-masonry .gallery-masonry__item--wide {
    width: 66.666%;
  }
}
@media (max-width: 520px) {
  .gallery-masonry .gallery-masonry__item--wide {
    width: 100%;
  }
}
.gallery-masonry .gallery-masonry__item {
  margin: 0 !important;
  border: 0;
}
.gallery-masonry .gallery-masonry__link {
  display: block;
  line-height: 0;
  margin: 0 !important;
  padding: 0 !important;
  border: 0;
}
.gallery-masonry .gallery-masonry__img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 !important;
  padding: 0 !important;
  border: 0;
  vertical-align: top;
}

.page-post {
  background-color: #FCF9F8;
}
.page-post .bg-white {
  background-color: #F2EAD5;
}
.page-post article .lead {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.page-post article .post-date {
  line-height: 24px;
  font-weight: 600;
}
.page-post article .post-tags {
  margin-top: 20px;
}
.page-post article .post-tags a {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
  text-decoration: none;
  border-radius: 15px;
  padding: 5px 20px;
  font-weight: 600;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
  font-size: 14px;
  color: #664c29;
  background-color: #fcf1ea;
}
.page-post aside .section-title {
  font-size: 24px;
  font-family: "Metamorphous", serif;
  font-weight: 700;
}
.page-post aside .post-list .post-item-small {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.page-post aside .post-list .post-item-small a {
  font-family: "Metamorphous", serif;
  font-size: 15px;
  color: #664c29;
}
.page-post aside .post-list .post-item-small .post-date {
  font-size: 12px;
  line-height: 12px;
  font-weight: 300;
}
.page-post aside .post-list .post-item-small:last-of-type {
  border-bottom: 0;
}

.post-item .card-body {
  padding: 30px;
}
.post-item .post-image {
  position: relative;
}
.post-item .post-image .post-category {
  top: 32px;
  position: absolute;
  left: 0;
  background: #fcf1ea;
  font-weight: 600;
  font-size: 14px;
  padding: 5px 20px 5px 10px;
  border-radius: 0 50px 50px 0;
}
.post-item .post-title a {
  color: #664c29;
  font-size: 24px;
  font-family: "Metamorphous", serif;
  font-weight: 600;
}
.post-item .post-lead {
  color: #13130d;
  margin-bottom: 40px;
}

.page-recipe {
  background-color: #FCF9F8;
}
.page-recipe .bg-white {
  background-color: #F2EAD5;
}
.page-recipe article .lead {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.page-recipe article .recipe-date {
  line-height: 24px;
  font-weight: 600;
}
.page-recipe aside .section-title {
  font-size: 24px;
  font-family: "Metamorphous", serif;
  font-weight: 700;
}
.page-recipe aside .recipe-list .recipe-item-small {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.page-recipe aside .recipe-list .recipe-item-small a {
  font-family: "Metamorphous", serif;
  font-size: 15px;
  color: #664c29;
}
.page-recipe aside .recipe-list .recipe-item-small .post-date {
  font-size: 12px;
  line-height: 12px;
  font-weight: 300;
}
.page-recipe aside .recipe-list .recipe-item-small:last-of-type {
  border-bottom: 0;
}

.recipe-item .card-body {
  padding: 30px;
}
.recipe-item .recipe-image {
  position: relative;
}
.recipe-item .recipe-image .post-category {
  top: 32px;
  position: absolute;
  left: 0;
  background: #fcf1ea;
  font-weight: 600;
  font-size: 14px;
  padding: 5px 20px 5px 10px;
  border-radius: 0 50px 50px 0;
}
.recipe-item .recipe-title a {
  color: #664c29;
  font-size: 24px;
  font-family: "Metamorphous", serif;
  font-weight: 600;
}
.recipe-item .recipe-lead {
  color: #13130d;
  margin-bottom: 40px;
}/*# sourceMappingURL=style.css.map */