@font-face {
  font-family: "Raleway";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/Raleway-Light.eot");
  src: url("../fonts/Raleway-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-Light.woff") format("woff"), url("../fonts/Raleway-Light.ttf") format("truetype"), url("../fonts/Raleway-Light.svg") format("svg");
}
@font-face {
  font-family: "Raleway";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Raleway-Regular.eot");
  src: url("../fonts/Raleway-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-Regular.woff") format("woff"), url("../fonts/Raleway-Regular.ttf") format("truetype"), url("../fonts/Raleway-Regular.svg") format("svg");
}
@font-face {
  font-family: "Raleway";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/Raleway-SemiBold.eot");
  src: url("../fonts/Raleway-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-SemiBold.woff") format("woff"), url("../fonts/Raleway-SemiBold.ttf") format("truetype"), url("../fonts/Raleway-SemiBold.svg") format("svg");
}
@font-face {
  font-family: "Raleway";
  font-weight: 300;
  font-style: "italic";
  src: url("../fonts/Raleway-LightItalic.eot");
  src: url("../fonts/Raleway-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-LightItalic.woff") format("woff"), url("../fonts/Raleway-LightItalic.ttf") format("truetype"), url("../fonts/Raleway-LightItalic.svg") format("svg");
}
@font-face {
  font-family: "Allura";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Allura-Regular.eot");
  src: url("../fonts/Allura-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Allura-Regular.woff") format("woff"), url("../fonts/Allura-Regular.ttf") format("truetype"), url("../fonts/Allura-Regular.svg") format("svg");
}
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  line-height: 1.66;
  font-weight: 400;
  color: #000;
}

img {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 20px;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.8em;
}

h4 {
  font-size: 1.5em;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
  letter-spacing: 0.01em;
}
p a {
  color: #000;
  opacity: 0.9;
  transition: all 0.3s ease;
}
p a:hover {
  opacity: 1;
}

.container {
  max-width: 1280px;
  width: 100%;
  padding: 0px 20px;
  margin: 0px auto;
}

.main-content {
  background: #D7CCC8;
  min-height: 100vh;
}

.overlay-full {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  opacity: 1;
  transition: opacity 0.2s ease-in;
  z-index: 10;
}

.overlay-full.active {
  display: none;
  opacity: 0;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.col-6 {
  max-width: 50%;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-3 {
  max-width: 33.33%;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.page-head {
  text-align: center;
}

.page-title {
  color: #5b6f70;
  font-size: 52px;
  font-weight: 600;
}

.purple {
  color: #9f4976;
}

.wp-block-column {
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
  margin-bottom: 20px;
}

.has-small-font-size {
  font-size: 0.8em;
}

.entry-content {
  padding-top: 60px;
  padding-bottom: 60px;
}

.error-404 .page-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 80px - 140px);
  padding-top: 60px;
  padding-bottom: 60px;
}

.equal-height img {
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 992px) {
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.8em;
  }
  h3 {
    font-size: 1.5em;
  }
  h4 {
    font-size: 1.3em;
  }
  body.lock {
    overflow: hidden;
  }
  .container {
    padding: 0px 15px;
  }
  .col-6 {
    max-width: 100%;
  }
  .col-3 {
    max-width: 100%;
  }
  .overlay-full.active {
    display: block;
    opacity: 1;
  }
  .entry-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .page-title {
    font-size: 46px;
  }
  p {
    margin-bottom: 15px;
  }
  .equal-height img {
    height: 300px;
  }
}
@media (max-width: 575px) {
  .page-title {
    font-size: 36px;
  }
  .equal-height img {
    height: 250px;
  }
}
.header {
  background: #fff;
}
.header-inner {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 82px;
}

.logo {
  display: flex;
  align-items: center;
}
.logo__title a {
  font-family: "Allura";
  font-size: 32px;
  font-weight: 700;
  color: #5b6f70;
  text-decoration: none;
  padding: 0px 10px;
}

.custom-logo-link img {
  width: 65px;
  height: auto;
}

.menu {
  margin-left: auto;
}
.menu__list {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  align-items: center;
  padding-left: 0px;
  margin: 0px;
}
.menu-item {
  position: relative;
  line-height: 50px;
}
.menu-item a {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1.35px;
  text-decoration: none;
  transition: all 0.3s ease;
  color: #888;
  padding: 0px 16px;
  display: inline-block;
}
.menu-item a:hover {
  color: #ed2e29;
}
.menu-item:hover .sub-menu {
  display: block;
}
.menu .current-menu-item a {
  font-weight: 600;
  color: #ed2e29;
}

.menu-item-has-children {
  position: relative;
}
.menu-item-has-children::before {
  content: "";
  border: solid #888;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  position: absolute;
  right: 5px;
  top: 22px;
  transform: rotate(45deg);
  transition: all 0.3s ease;
  cursor: pointer;
}
.menu-item-has-children:hover::before {
  border-color: #ed2e29;
}

.sub-menu {
  background: #fff;
  border-radius: 5px;
  padding: 6px 0px;
  min-width: 240px;
  position: absolute;
  z-index: 5;
  top: 45px;
  box-shadow: 0 0.5rem 1.5625rem rgba(0, 0, 0, 0.2);
  list-style: none;
  display: none;
}
.sub-menu::before {
  position: absolute;
  left: 68px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom-width: 7px;
  border-bottom-style: solid;
  top: -7px;
  z-index: 75;
  border-bottom-color: #fff;
}
.sub-menu .menu-item {
  line-height: 1;
  width: 100%;
}
.sub-menu .menu-item a {
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  padding: 10px 20px;
}

.current-menu-item .sub-menu a {
  font-weight: 300;
  color: #888;
}

.menu-btn {
  display: none;
  width: 40px;
  height: 40px;
  z-index: 25;
  background: transparent;
  text-align: center;
  border: none;
  align-items: center;
  cursor: pointer;
  justify-content: center;
}
.menu-btn span {
  background-color: #5b6f70;
  width: 18px;
  height: 2px;
  transition: all 0.3s ease 0s;
  display: inline-block;
  position: relative;
  border-radius: 5px;
}
.menu-btn span:before, .menu-btn span:after {
  content: "";
  background-color: #5b6f70;
  position: absolute;
  width: 18px;
  height: 2px;
  left: 0;
  border-radius: 5px;
  transition: all 0.3s ease 0s;
}
.menu-btn span:before {
  top: 6px;
}
.menu-btn span:after {
  bottom: 6px;
}

.menu-btn.active span:before {
  transform: rotate(45deg);
  top: 0px;
}

.menu-btn.active span:after {
  transform: rotate(-45deg);
  bottom: 0px;
}

.menu-btn.active span {
  background: #fff;
}

@media (max-width: 992px) {
  .menu {
    background: #fff;
    position: fixed;
    top: 0;
    padding: 0;
    z-index: 10;
    overflow-y: auto;
    height: 100%;
    transition: all 500ms cubic-bezier(1, 0.015, 0.435, 0.99);
    right: -80%;
    width: 80%;
    left: auto;
    box-shadow: 0 0 0.125rem 0.125rem rgba(0, 0, 0, 0.05);
    padding: 20px;
  }
  .menu__list {
    display: block;
    margin-top: 50px;
    border-top: 1px solid hsla(0deg, 0%, 73%, 0.4);
  }
  .menu-item {
    line-height: 40px;
  }
  .menu-item a {
    display: block;
    font-size: 14px;
    border-bottom: 1px solid hsla(0deg, 0%, 73%, 0.4);
  }
  .menu.active {
    right: 0px;
  }
  .menu-btn {
    display: flex;
    margin-left: auto;
  }
  .sub-menu.active {
    display: block !important;
  }
  .sub-menu {
    position: static;
    box-shadow: none;
    padding: 0px;
  }
  .sub-menu ::before {
    content: none;
  }
  .sub-menu .menu-item a {
    padding: 0px 25px;
    line-height: 40px;
    font-weight: 400;
  }
  .menu-item-has-children::before {
    padding: 5px;
    top: 10px;
  }
}
.footer {
  background-color: #B38865;
  min-height: 110px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.home-content {
  padding: 60px 0px;
}
.home-content .row {
  align-items: center;
}
.home-content__image {
  max-width: 60%;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.home-content__text {
  max-width: 40%;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.home-image-link {
  display: block;
  height: 500px;
  border-radius: 5px;
  overflow: hidden;
}
.home-image-link .home-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery {
  padding-top: 40px;
  padding-bottom: 80px;
}

.gallery-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.gallery-list__item {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  height: 375px;
  position: relative;
}
.gallery-list__item:nth-child(even) {
  height: 415px;
}
.gallery-list__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 892px) {
  .gallery-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .gallery-list__item {
    height: 320px;
  }
  .gallery-list__item:nth-child(even) {
    height: 350px;
  }
}
@media (max-width: 567px) {
  .gallery-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .gallery-list__item:nth-child(1) {
    top: 0px;
  }
  .gallery-list__item:nth-child(3) {
    top: -30px;
  }
  .gallery-list__item:nth-child(5) {
    top: -60px;
  }
  .gallery-list__item:nth-child(7) {
    top: -90px;
  }
  .gallery-list__item:nth-child(9) {
    top: -120px;
  }
  .gallery-list__item:nth-child(10) {
    top: -150px;
  }
  .gallery-list__item:nth-child(11) {
    top: -180px;
  }
  .gallery-list__item:nth-child(13) {
    top: -210px;
  }
  .gallery-list__item:nth-child(15) {
    top: -240px;
  }
}
.services {
  padding-top: 40px;
  padding-bottom: 60px;
}

.services-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.service {
  width: calc(20% - 30px);
  margin: 15px;
  height: 225px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.service__link {
  display: block;
  width: 100%;
  height: 100%;
}
.service__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service__info {
  position: absolute;
  background-color: rgba(237, 46, 41, 0.75);
  text-align: center;
  bottom: 0px;
  width: 100%;
  padding: 6px 10px;
}
.service__title {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  margin-bottom: 0px;
}

@media (max-width: 992px) {
  .services-list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .service {
    width: calc(25% - 20px);
    margin: 15px 10px;
  }
}
@media (max-width: 768px) {
  .services {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .service {
    width: calc(33% - 20px);
    margin: 10px;
  }
}
@media (max-width: 576px) {
  .services-list {
    margin-left: -7px;
    margin-right: -7px;
  }
  .service {
    width: calc(50% - 14px);
    margin: 7px;
    height: 250px;
  }
}
@media (max-width: 476px) {
  .services-list {
    margin-left: 0px;
    margin-right: 0px;
  }
  .service {
    width: 100%;
    margin: 7px 0px;
    height: 300px;
  }
}
.main-single {
  padding-top: 40px;
  padding-bottom: 60px;
}

.single-services-content img {
  border-radius: 5px;
}
.single-services-content ul {
  list-style: none;
}
.single-services-content li {
  position: relative;
}
.single-services-content li:before {
  content: "";
  border: solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  position: absolute;
  left: -23px;
  bottom: 11px;
  transform: rotate(315deg);
}

.wpcf7 {
  margin: 0px auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.wpcf7 label {
  display: flex;
  margin-bottom: 16px;
}
.wpcf7 label span {
  width: 30%;
  text-align: right;
  padding-right: 15px;
}
.wpcf7 .wpcf7-form-control {
  width: 70%;
  padding: 10px 12px;
  border-color: rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s, border-color 0.3s;
  font-size: 18px;
  color: #888;
}
.wpcf7 .wpcf7-form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #129fea;
}
.wpcf7 .wpcf7-submit {
  margin-left: 30%;
  background-color: rgba(71, 91, 92, 0.9);
  color: #fff;
  border-color: rgba(71, 91, 92, 0.9);
  border-radius: 5px;
}
.wpcf7 .wpcf7-submit:hover {
  background-color: rgba(86, 110, 112, 0.9);
  border-color: rgba(86, 110, 112, 0.9);
}
.wpcf7 .wpcf7-submit:focus {
  border-color: rgba(86, 110, 112, 0.9);
}
.wpcf7 textarea {
  resize: none;
}
.wpcf7 .wpcf7-spinner {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  border: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border: none;
}

.wpcf7 form.spam .wpcf7-response-output {
  border: none;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
}

@media (max-width: 768px) {
  .wpcf7 label {
    flex-wrap: wrap;
  }
  .wpcf7 label span {
    width: 100%;
    text-align: left;
    padding-right: 0px;
  }
  .wpcf7 .wpcf7-form-control {
    width: 100%;
  }
  .wpcf7 .wpcf7-submit {
    margin-left: 0px;
  }
}
.contacts {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 992px) {
  .contacts {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}