@use "gravityforms" {}html {
  height: 100%;
}

body {
  background-color: #fff;
  color: #333;
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

body a {
  transition: transform 0.3s ease, filter 0.3s ease;
  color: #A64669;
  text-decoration: none;
}

body a:hover, body a:focus {
  color: #8C4A3B;
}

.section {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #fff;
}

.section__bgimage {
  opacity: .2;
}

.section__header {
  font-weight: normal;
  margin-bottom: 2rem;
}

.section__header__title {
  text-align: center;
  font-size: 2rem;
  font-family: "Cormorant", serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  line-height: 1;
}

.section__header__title span {
  color: #BF8C6F;
}

.section__header__sub {
  display: block;
  font-weight: 600;
  text-align: center;
  font-family: 'Merkucio';
  color: #BF8C6F;
  font-size: 3rem;
  margin-top: 1rem;
}

.section-b {
  background-color: #eeebe8;
}

.section-c {
  color: #ccc;
  background-color: #A64669;
}

.section-c .section__header__title {
  color: #fff;
}

.section-c .section__header__sub {
  color: #D9B5A0;
}

.header {
  background-color: #eeebe8;
  position: relative;
  padding: 1rem 0;
}

.header__logo__link {
  display: block;
}

.header__nav__link {
  color: #8C4A3B;
  text-transform: uppercase;
  position: relative;
  display: block;
  font-weight: 600;
}

.header__nav__link:before {
  content: '';
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #A64669;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.header__nav__link:hover, .header__nav__link:focus,
.header__nav__link .active {
  color: #A64669;
}

.header__nav__link:hover:before, .header__nav__link:focus:before,
.header__nav__link .active:before {
  transform: scaleX(1);
}

.header__toolbar__link {
  color: #8C4A3B;
}

.header__toolbar__link:hover, .header__toolbar__link:focus,
.header__toolbar__link .active {
  color: #A64669;
}

.hero {
  text-align: center;
  padding: 5rem 0;
}

.hero__title {
  font-family: "Cormorant", serif;
  font-weight: normal;
  font-size: 2rem;
  margin-bottom: 2rem;
  line-height: 1;
  text-transform: uppercase;
}

.hero__title span {
  color: #BF8C6F;
}

.hero__subtitle {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  font-family: 'Merkucio';
}

.hero__actions {
  margin-bottom: 2rem;
}

.hero__phone {
  font-size: 1.5rem;
}

.hero__phone a {
  text-decoration: none;
  font-weight: 600;
}

.services__item {
  position: relative;
  overflow: hidden;
  background: #8C4A3B;
  text-align: center;
}

.services__item__image {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  max-width: 100%;
  opacity: 1;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.services__item__title {
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.services__item__title span {
  display: inline-block;
  padding: 0.2em .5em;
  background-color: #D9B5A0;
  font-weight: 400;
}

.services__item__subtitle {
  color: #F2F2F0;
}

.services__item__subtitle p {
  display: inline-block;
  margin: 0 3rem 0.25em 0;
  padding: 0.2em 1em;
  background: #F2F2F0;
  color: #8C4A3B;
  font-weight: 400;
  font-size: .9rem;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-360px, 0, 0);
  transform: translate3d(-360px, 0, 0);
}

.services__item__subtitle p a {
  color: #A64669;
  text-decoration: none;
  font-weight: 600;
}

.services__item__subtitle p:first-child {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.services__item__subtitle p:nth-of-type(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.services__item__subtitle p:nth-of-type(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.services__item__subtitle p.readmore {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.services__item figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: left;
  padding: 1rem;
}

.services__item:hover .services__item__image {
  opacity: 0.4;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.services__item:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.services__item:hover .services__item__subtitle p:first-child {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.services__item:hover .services__item__subtitle p:nth-of-type(2) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.services__item:hover .services__item__subtitle p:nth-of-type(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.services__item:hover .services__item__subtitle p.readmore {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.services__item:hover .services__item__subtitle p.readmore:hover {
  background: #A64669;
}

.services__item:hover .services__item__subtitle p.readmore:hover a {
  color: #F2F2F0;
  text-decoration: none;
}

.advantages__item__icon {
  font-size: 2rem;
  color: #8C4A3B;
}

.advantages__item__title {
  font-weight: 700;
  font-size: 1.2rem;
}

.cta .cta-im {
  min-width: 220px;
}

.single__header {
  padding: 3rem 0;
  background-color: #f0eef0;
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}

.single__header__title {
  font-family: "Cormorant", serif;
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #8C4A3B;
}

.single__header__description {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.postlatest__item {
  text-decoration: none;
  color: #333;
  margin-bottom: 4rem;
}

.postlatest__item__thumb {
  overflow: hidden;
}

.postlatest__item__thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
  filter: saturate(70%);
  transition: transform 0.4s ease, filter 0.4s ease;
  will-change: transform, filter;
}

.postlatest__item__caption__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.postlatest__item__caption__description {
  color: #333;
  font-style: italic;
}

.postlatest__item:hover .postlatest__item__thumb img {
  transform: scale(1.05);
  filter: saturate(100%);
}

.postlatest__item:hover .postlatest__item__caption__title {
  text-decoration: underline;
  color: #A64669;
}

.postlatest__readmore {
  display: inline-block;
  margin-top: 1rem;
  color: #8C4A3B;
  font-weight: 600;
  text-decoration: none;
  font-size: 1.2rem;
}

.postlatest__readmore i {
  margin-right: 0.5rem;
}

.postlatest__readmore:hover, .postlatest__readmore:focus {
  color: #A64669;
}

.btn-pink {
  background-color: #A64669;
  color: #F2F2F0;
  border: 1px solid #A64669;
  transition: all 0.2s ease-in-out;
}

.btn-pink:hover, .btn-pink:focus {
  background-color: #8d3b59;
  color: #F2F2F0;
  border-color: #8d3b59;
}

.btn-brown {
  background-color: #BF8C6F;
  color: #F2F2F0;
  border: 1px solid #BF8C6F;
  transition: all 0.2s ease-in-out;
}

.btn-brown:hover, .btn-brown:focus {
  background-color: #b47856;
  color: #F2F2F0;
  border-color: #b47856;
}

.btn-brown-light {
  background-color: #D9B5A0;
  color: #F2F2F0;
  border: 1px solid #D9B5A0;
  transition: all 0.2s ease-in-out;
}

.btn-brown-light:hover, .btn-brown-light:focus {
  background-color: #cfa187;
  color: #F2F2F0;
  border-color: #cfa187;
}

.btn-brown-dark {
  background-color: #8C4A3B;
  color: #F2F2F0;
  border: 1px solid #8C4A3B;
  transition: all 0.2s ease-in-out;
}

.btn-brown-dark:hover, .btn-brown-dark:focus {
  background-color: #733d30;
  color: #F2F2F0;
  border-color: #733d30;
}

.btn-white {
  background-color: #F2F2F0;
  color: #8C4A3B;
  border: 1px solid #F2F2F0;
  transition: all 0.2s ease-in-out;
}

.btn-white:hover, .btn-white:focus {
  background-color: #e6e6e2;
  color: #8C4A3B;
  border-color: #e6e6e2;
}

.btn-outline-pink {
  background-color: transparent;
  color: #A64669;
  border: 1px solid #A64669;
  transition: all 0.2s ease-in-out;
}

.btn-outline-pink:hover, .btn-outline-pink:focus {
  background-color: #A64669;
  color: #fff;
}

.btn-outline-brown {
  background-color: transparent;
  color: #BF8C6F;
  border: 1px solid #BF8C6F;
  transition: all 0.2s ease-in-out;
}

.btn-outline-brown:hover, .btn-outline-brown:focus {
  background-color: #BF8C6F;
  color: #fff;
}

.btn-outline-brown-light {
  background-color: transparent;
  color: #D9B5A0;
  border: 1px solid #D9B5A0;
  transition: all 0.2s ease-in-out;
}

.btn-outline-brown-light:hover, .btn-outline-brown-light:focus {
  background-color: #D9B5A0;
  color: #fff;
}

.btn-outline-brown-dark {
  background-color: transparent;
  color: #8C4A3B;
  border: 1px solid #8C4A3B;
  transition: all 0.2s ease-in-out;
}

.btn-outline-brown-dark:hover, .btn-outline-brown-dark:focus {
  background-color: #8C4A3B;
  color: #fff;
}

.btn-outline-white {
  background-color: transparent;
  color: #F2F2F0;
  border: 1px solid #F2F2F0;
  transition: all 0.2s ease-in-out;
}

.btn-outline-white:hover, .btn-outline-white:focus {
  background-color: #F2F2F0;
  color: #fff;
}

@media (min-width: 576px) {
  .section__header__sub {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .section__header__title {
    text-align: right;
  }
  .section__header__sub {
    display: inline-block;
    text-align: left;
  }
  .hero {
    padding: 3rem 0;
    height: 100vh;
  }
  .hero__title {
    font-size: 3.5rem;
  }
  .hero__phone {
    font-size: 2.5rem;
  }
  .single__header {
    padding: 7rem 0;
  }
}

@media (min-width: 992px) {
  .section__header__sub {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .section__header__sub {
    text-align: left;
  }
}

@media (min-width: 1400px) {
  .section__header__sub {
    text-align: left;
  }
}
