:root {
  --dark-goldenrod: #b88f41;
  --goldenrod: #cea555;
  --white: white;
  --wheat: #d8c9a9;
  --black: black;
}

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: var(--dark-goldenrod);
  text-decoration: underline;
}

.footer-link {
  color: var(--goldenrod);
  margin-top: 6px;
  display: block;
}

.footer-link:hover {
  color: #fff;
  text-decoration: underline;
}

.small-gallery-overlay {
  color: #fff;
  background-color: #559227c7;
  width: 100%;
  height: 100%;
  transition: background-color .2s;
  position: relative;
}

.small-gallery-overlay:hover {
  color: #fff;
  background-color: #2c441ab8;
}

.featured-title-wrapper {
  margin-bottom: 30px;
}

.footer-newsletter-field {
  border: 0 solid #000;
  width: 60%;
  height: 50px;
  margin-bottom: 0;
  padding-left: 20px;
  display: inline-block;
}

.footer-about-image-block {
  z-index: 10;
  background-image: url('../images/101345144_m.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 280px;
  height: 330px;
  position: absolute;
  bottom: -170px;
  right: -80px;
  box-shadow: 7px 7px 80px #0006;
}

.footer-about-image-block.small {
  background-image: url('../images/120319956_m.jpg');
  background-position: 50% 39%;
  background-size: cover;
  border: 3px solid #fff;
  width: 150px;
  height: 150px;
  inset: -33px auto auto -51px;
}

.footer-about-image-block.small.small-2 {
  background-image: url('../images/148593072_m.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 100px;
  height: 100px;
  top: auto;
  bottom: -51px;
  left: -13px;
}

.footer-column {
  float: left;
  width: 33%;
  padding-right: 50px;
}

.footer-column._2 {
  width: 20%;
}

.section-title-wrapper {
  z-index: 10;
  margin-bottom: 60px;
  position: relative;
}

.section-title-wrapper.small {
  margin-bottom: 20px;
}

.section {
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.featured-story-section {
  padding-top: 0;
  padding-bottom: 0;
}

.section.dark-footer-section {
  color: #222;
  background-color: #0f1609;
  padding-bottom: 100px;
  overflow: visible;
}

.section.footer-image-section {
  background-image: linear-gradient(#fff 6%, #ffffff4a), url('../images/101345144_m.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 520px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  position: relative;
}

.section.about-section {
  padding-top: 140px;
  padding-bottom: 70px;
}

.footer-row {
  width: 800px;
}

.container {
  position: relative;
}

.learn-more-title {
  display: inline-block;
}

.category-block-overlay {
  background-color: #0003;
  background-image: linear-gradient(#0000 76%, #242424 97%);
  width: 100%;
  height: 100%;
  padding: 29px;
  text-decoration: none;
  transition: background-color .2s;
  position: relative;
}

.category-block-overlay:hover {
  color: #fff;
  background-color: #0000;
}

.image-link-blocks-wrapper {
  position: absolute;
  bottom: -50px;
  left: -30px;
}

.featured-story-image-block {
  background-image: url('../images/117589970_m.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  box-shadow: 14px 14px 70px -10px #0000004d;
}

.hero-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 300;
}

.hero-title.main-title {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 44px;
  font-weight: 400;
  line-height: 60px;
}

.learn-more-main-title {
  margin-right: 20px;
  font-weight: 700;
  display: inline-block;
}

.category-link-block {
  color: #fff;
  background-image: url('../images/144529420_m.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 350px;
  margin-bottom: 20px;
  text-decoration: none;
  box-shadow: 14px 14px 60px -10px #0000004d;
}

.category-link-block._4 {
  background-image: url('../images/121703119_m.jpg');
  background-position: 100% 0;
  background-size: cover;
}

.category-link-block._3 {
  background-image: url('../images/128001314_m.jpg');
  background-size: cover;
}

.category-link-block._2 {
  background-image: url('../images/148593072_m.jpg');
  background-size: cover;
}

.category-link-block.service-1 {
  background-image: url('../images/71223579_m.jpg');
}

.category-link-block.service-3 {
  background-image: url('../images/128001314_m.jpg');
}

.overlay-image-block {
  background-image: url('../images/121161416_m.jpg');
  background-position: 50% 61%;
  background-size: cover;
  width: 240px;
  height: 170px;
  margin-right: 20px;
  display: inline-block;
  position: relative;
  box-shadow: 7px 7px 70px -10px #000000b3;
}

.overlay-image-block._2 {
  background-image: url('../images/120319956_m.jpg');
  background-position: 50% 13%;
  background-size: cover;
}

.overlay-image-block.painting {
  background-image: url('../images/71223579_m.jpg');
}

.overlay-image-block.plaster {
  background-image: url('../images/117589970_m.jpg');
}

.overlay-image-block.timber {
  background-image: url('../images/148593072_m.jpg');
}

.bottom-title {
  width: 220px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 47px;
}

.small-author-title {
  margin-bottom: 7px;
  font-size: 24px;
}

.hero-content-block {
  float: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 40%;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-content-block.right {
  z-index: 10;
  float: right;
  background-image: linear-gradient(#0000008f, #0000 14%), linear-gradient(#0000001a, #0000001a), url('../images/144529420_m.jpg');
  background-position: 0 0, 0 0, 50% 0;
  background-size: auto, auto, cover;
  width: 60%;
  position: relative;
}

.learn-more-line {
  background-color: #2c441a;
  width: 10px;
  height: 3px;
  position: absolute;
  top: 9px;
  left: 100px;
}

.learn-more-line.services {
  left: 120px;
}

.learn-more-line.view {
  left: 86px;
}

.learn-more-line.the-difference {
  background-color: var(--white);
  left: 127px;
}

.learn-more-line.contact {
  left: 96px;
}

.learn-more-line.lets-talk {
  left: 88px;
}

.learn-more-line.lets-get-started {
  left: 142px;
}

.highlight-title {
  border-bottom: 1px solid #0000001a;
}

.button {
  z-index: 10;
  background-color: var(--goldenrod);
  background-image: linear-gradient(356deg, var(--dark-goldenrod), var(--goldenrod));
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 11px 30px 10px;
  font-size: 14px;
  transition: border .2s, background-color .2s;
  position: relative;
}

.button:hover {
  color: #fff;
  background-color: #2c441a;
}

.button.footer-newsletter-button {
  float: right;
  background-color: #559227;
  width: 40%;
  height: 50px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.button.image-block-button {
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  bottom: -10px;
  right: -10px;
}

.button.image-block-button:hover {
  background-image: linear-gradient(356deg, var(--goldenrod), var(--goldenrod));
}

.small-gallery-row {
  margin-left: -10px;
  margin-right: -10px;
}

.hero-text-wrapper {
  z-index: 10;
  width: 370px;
  padding-right: 60px;
  position: relative;
}

.hero-text-wrapper.about {
  padding-right: 30px;
}

.small-gallery-image {
  background-image: url('../images/43147064_m_r.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 310px;
  margin-bottom: 30px;
  box-shadow: 14px 14px 60px -10px #0006;
}

.small-gallery-image._2 {
  background-image: url('../images/Attachment_1556077827_r.jpg');
  background-size: cover;
}

.small-gallery-image._6 {
  z-index: 10;
  background-image: url('../images/Attachment_1556077609_r.jpg');
  background-size: cover;
  position: relative;
}

.small-gallery-image._5 {
  background-image: url('../images/43147064_m_r.jpg');
  background-position: 100%;
  background-size: 1254px;
}

.small-gallery-image._3 {
  background-image: url('../images/Attachment_1556077688_r.jpg');
  background-position: 50% 22%;
  background-size: cover;
}

.small-gallery-image._4 {
  background-image: url('../images/Attachment_1556077920_r.jpg');
  background-size: cover;
}

.nav-link {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
}

.nav-link:hover, .nav-link.w--current {
  color: #fff;
  text-decoration: underline;
}

.category-main-title {
  font-size: 23px;
}

.image-block-overlay {
  color: #fff;
  background-color: #0000001a;
  border: 3px solid #fff;
  width: 100%;
  height: 100%;
  position: relative;
}

.featured-story-column-block {
  z-index: 10;
  float: left;
  width: 60%;
  height: 580px;
  padding: 0;
  position: relative;
}

.featured-story-column-block.right {
  float: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.navbar {
  z-index: 1000;
  background-color: #0000;
  padding-right: 30px;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.about-column-block {
  width: 400px;
}

.newsletter-footer-block {
  z-index: 20;
  width: 70%;
  margin-top: 50px;
  position: relative;
}

.website-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
}

.learn-more-link-block {
  color: #cea555;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-right: 30px;
  font-size: 12px;
  position: relative;
}

.learn-more-link-block.white {
  color: #fff;
}

.learn-more-link-block.bottom-left {
  position: absolute;
  bottom: 11px;
  left: 30px;
}

.small-gallery-wrapper {
  z-index: 10;
  margin-top: 40px;
  margin-bottom: -395px;
  position: relative;
}

.small-author-block {
  height: 80px;
  margin-top: 40px;
  margin-bottom: 30px;
  padding-top: 19px;
  padding-left: 100px;
  position: relative;
}

.small-author-block.less-top {
  margin-top: 0;
}

.featured-story-content-block {
  float: left;
  background-color: #0000;
  max-width: 420px;
  padding: 50px 26px 50px 40px;
}

.footer-title {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 14px;
}

.footer-title.newsletter-title {
  margin-bottom: 20px;
}

.footer-paragraph {
  color: #fff;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 24px;
}

.more-info-wrapper {
  z-index: 10;
  text-align: right;
  margin-top: 40px;
  position: relative;
}

.success {
  background-color: #fff;
}

.footer-newsletter-form {
  width: 430px;
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: 7px 7px 50px -10px #0003;
}

.white-link {
  color: #ffffffd6;
}

.white-link:hover {
  color: #fff;
}

.bottom-title-wrapper {
  padding: 30px 30px 30px 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.bottom-title-wrapper.small {
  background-image: linear-gradient(#0000, #1a1a1ab3);
  padding-left: 40px;
}

.small-author-image {
  background-image: url('../images/49845001_s_temp_square.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
}

.small-gallery-column {
  float: left;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

.small-gallery-column._4 {
  margin-top: -42px;
  padding-right: 0;
}

.small-gallery-column._3 {
  margin-top: -165px;
}

.small-gallery-column._1 {
  padding-top: 123px;
  padding-left: 0;
}

.color-text {
  color: #db2089;
}

.hero-section {
  height: 800px;
}

.bg-element {
  opacity: .03;
  background-image: url('../images/blackicon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 600px;
  height: 430px;
  position: absolute;
  bottom: -80px;
  right: -348px;
}

.bg-element.footer-element {
  border-color: #fff;
}

.bg-element.r {
  background-image: url('../images/blackicon_r.svg');
  right: -190px;
}

.section-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 41px;
  line-height: 50px;
}

.section-title.stories {
  font-weight: 300;
}

.logo {
  height: 154px;
  margin-top: 12px;
  margin-left: 30px;
}

.section-title-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  line-height: 50px;
}

.small-author-image-2 {
  background-image: url('../images/icon256_brightsparkle.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
}

.small-gallery-overlay-2 {
  color: #fff;
  background-color: #00000096;
  width: 100%;
  height: 100%;
  transition: background-color .2s;
  position: relative;
}

.small-gallery-overlay-2:hover {
  color: #fff;
  background-color: #b88f41bd;
}

.bg-element-2 {
  z-index: 1;
  opacity: .05;
  border: 100px solid #db2089;
  width: 600px;
  height: 430px;
  position: absolute;
  bottom: -80px;
  right: -420px;
}

.bg-element-2.small {
  border-width: 70px;
  width: 400px;
  height: 380px;
  bottom: -90px;
  left: -250px;
  right: auto;
}

.bg-element-2.small.top-left {
  width: 300px;
  height: 300px;
  top: -35px;
  bottom: auto;
  left: -155px;
}

.bg-element-2.behind-gallery {
  top: -100px;
  bottom: auto;
  right: -450px;
}

.small-gallery-image-2 {
  background-image: url('../images/victas-logos-002.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 310px;
  margin-bottom: 30px;
  box-shadow: 14px 14px 60px -10px #0006;
}

.small-gallery-image-2._4 {
  background-image: url('../images/121161416_m.jpg');
}

.small-gallery-image-2._3 {
  background-image: url('../images/148593072_m.jpg');
}

.small-gallery-image-2._2 {
  background-image: url('../images/71223579_m.jpg');
}

.small-gallery-image-2._5 {
  background-image: url('../images/120319956_m.jpg');
}

.small-gallery-image-2._6 {
  z-index: 10;
  background-image: url('../images/144529420_m.jpg');
  position: relative;
}

.small-gallery-image-2._1st {
  background-color: var(--white);
  background-image: url('../images/117589970_m.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.learn-more-line-2 {
  background-color: #db2089;
  width: 10px;
  height: 3px;
  position: absolute;
  top: 9px;
  left: 100px;
}

.learn-more-line-2.stories-line {
  left: 130px;
}

.button-2 {
  z-index: 10;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #db2089;
  padding: 11px 30px 10px;
  font-size: 14px;
  transition: border .2s, background-color .2s;
  position: relative;
}

.button-2:hover {
  color: #fff;
  background-color: #e92e97;
}

.button-2.image-block-button {
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  bottom: -10px;
  right: -10px;
}

.button-2.submit-button {
  color: #1a1a1a;
  background-color: #fff;
  margin-top: 10px;
}

.button-2.submit-button:hover {
  color: var(--dark-goldenrod);
}

.learn-more-link-block-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-right: 30px;
  font-size: 12px;
  position: relative;
}

.learn-more-link-block-2.stories {
  color: #cea555;
}

.columns {
  z-index: 10;
  position: relative;
}

.overlay-image-block-2 {
  background-image: url('../images/pexels-photo-551654.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 240px;
  height: 170px;
  margin-right: 20px;
  display: inline-block;
  position: relative;
  box-shadow: 7px 7px 70px -10px #000000b3;
}

.overlay-image-block-2._2 {
  background-image: url('../images/Girl.jpg');
  background-position: 50% 0;
}

.subpage-header-section {
  height: 550px;
  position: relative;
}

.subpage-header-section.contact {
  z-index: 10;
  height: 720px;
}

.hero-text-wrapper-2 {
  z-index: 10;
  width: 370px;
  padding-right: 60px;
  position: relative;
}

.hero-title-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
}

.hero-title-2.main-title {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 58px;
  font-weight: 600;
  line-height: 60px;
}

.subpage-header-block {
  float: left;
  background-color: #f3f3f3;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 40%;
  height: 100%;
  padding-top: 20px;
  display: flex;
}

.subpage-header-block.image {
  float: right;
  background-image: linear-gradient(#00000094, #fff0 15%), linear-gradient(#0000001a, #0000001a), url('../images/144529420_m.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  width: 60%;
  height: 106%;
  padding-top: 0;
  position: relative;
  box-shadow: 7px 7px 100px -10px #00000080;
}

.subpage-header-block.image-services {
  float: right;
  background-image: linear-gradient(#00000094, #fff0 15%), linear-gradient(#0000001a, #0000001a), url('../images/128001314_m.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  width: 60%;
  height: 106%;
  padding-top: 0;
  position: relative;
  box-shadow: 7px 7px 100px -10px #00000080;
}

.subpage-header-block.image-projects {
  float: right;
  background-image: linear-gradient(#00000094, #fff0 15%), linear-gradient(#0000001a, #0000001a), url('../images/148593072_m.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  width: 60%;
  height: 106%;
  padding-top: 0;
  position: relative;
  box-shadow: 7px 7px 100px -10px #00000080;
}

.subpage-header-block.the-difference {
  float: right;
  background-image: linear-gradient(#00000094, #fff0 15%), linear-gradient(#0000001a, #0000001a), url('../images/101345144_m.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  width: 60%;
  height: 106%;
  padding-top: 0;
  position: relative;
  box-shadow: 7px 7px 100px -10px #00000080;
}

.subpage-header-block.image-lets-connect {
  float: right;
  background-image: linear-gradient(#00000094, #fff0 15%), linear-gradient(#0000001a, #0000001a), url('../images/121161416_m.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  width: 60%;
  height: 106%;
  padding-top: 0;
  position: relative;
  box-shadow: 7px 7px 100px -10px #00000080;
}

.subpage-header-block.with-form {
  float: right;
  background-color: var(--dark-goldenrod);
  background-image: linear-gradient(124deg, #a99057, #d4b771);
  align-items: flex-start;
  width: 60%;
  height: 110%;
  padding-top: 0;
  padding-left: 70px;
  position: relative;
}

.paragraph {
  margin-bottom: 0;
}

.about-image-block {
  z-index: 10;
  background-image: url('../images/pexels-photo-630833.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 350px;
  height: 350px;
  position: absolute;
  top: 0;
  left: -120px;
  box-shadow: 14px 14px 60px -10px #0006;
}

.about-image-block._3 {
  z-index: 8;
  background-image: url('../images/pexels-photo-551654.jpeg');
  top: 160px;
  left: 375px;
}

.about-image-block._2 {
  z-index: 9;
  background-image: url('../images/pexels-photo-287240.jpeg');
  top: -60px;
  left: 175px;
}

.about-image-block._4 {
  background-image: url('../images/pexels-photo-529928.jpeg');
  top: 60px;
  left: auto;
  right: -110px;
}

.post-item {
  order: -1;
}

.about-gallery-wrapper {
  height: 470px;
  margin-top: 140px;
  margin-bottom: 110px;
  position: relative;
}

.posts-list-wrapper {
  z-index: 10;
  position: relative;
}

.posts-list-wrapper.push-up {
  margin-bottom: -300px;
}

.column-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 42px;
}

.posts-list {
  flex-wrap: wrap;
  display: flex;
}

.top-wrapper {
  margin-top: 20px;
}

.quot {
  font-size: 16px;
  line-height: 24px;
}

.post-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 350px;
  margin-top: 60px;
  padding-left: 400px;
  display: flex;
  position: relative;
}

.post-image-block {
  background-image: url('../images/101345144_m.jpg');
  background-position: 50%;
  background-size: cover;
  width: 350px;
  height: 350px;
  transition: box-shadow .2s;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 14px 14px 50px -10px #0006;
}

.post-image-block:hover {
  box-shadow: 21px 21px 70px -10px #0006;
}

.post-image-block._2 {
  background-image: url('../images/120319956_m.jpg');
}

.post-title-link {
  margin-bottom: 20px;
  font-size: 33px;
  font-weight: 700;
  line-height: 41px;
  display: block;
}

.contact-form-wrapper {
  z-index: 10;
  width: 420px;
  position: relative;
}

.field {
  color: var(--wheat);
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 1px solid #fff3;
  height: 40px;
  margin-bottom: 20px;
  padding-left: 0;
}

.field:hover {
  border-bottom-color: #fff6;
}

.field:focus {
  color: var(--wheat);
  border-bottom-color: #fff;
}

.field::placeholder {
  color: var(--wheat);
}

.field.area {
  height: 110px;
}

.contact-form {
  width: 100%;
  margin-bottom: 0;
}

.thank-you {
  color: #fff;
  background-color: #1a1a1a;
}

.field-label {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
}

.image--master-logo {
  border: 1px solid #000;
  height: 180px;
  margin-top: 14px;
}

@media screen and (max-width: 991px) {
  .menu-button {
    color: #fff;
    text-align: center;
    border: 2px solid #fff;
    width: 45px;
    height: 45px;
    margin-top: 20px;
    padding: 8px 0 0;
    font-size: 26px;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .menu-button.close-version {
    background-image: url('../images/cancel.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 12px;
    border-color: #ebebeb;
    position: absolute;
    top: 0;
    right: 30px;
  }

  .footer-about-image-block {
    width: 230px;
  }

  .footer-column {
    width: 35%;
    padding-right: 0;
  }

  .footer-column._2 {
    width: 23%;
    padding-right: 0;
  }

  .footer-column._3 {
    width: 34%;
    padding-right: 0;
  }

  .section-title-wrapper {
    margin-bottom: 40px;
  }

  .section {
    padding: 90px 40px;
  }

  .section.featured-story-section {
    padding-left: 0;
    padding-right: 0;
  }

  .section.dark-footer-section {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .footer-row {
    width: 100%;
  }

  .hero-title {
    font-size: 20px;
    line-height: 39px;
  }

  .hero-title.main-title {
    font-size: 46px;
    line-height: 49px;
  }

  .category-link-block {
    height: 310px;
  }

  .overlay-image-block {
    width: 200px;
    height: 140px;
  }

  .bottom-title {
    width: 140px;
    margin-bottom: 20px;
    font-size: 23px;
    line-height: 33px;
  }

  .small-gallery-row {
    margin-left: -50px;
    margin-right: -50px;
  }

  .hero-text-wrapper {
    width: 100%;
    padding-top: 70px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .small-gallery-image {
    height: 190px;
    margin-bottom: 18px;
  }

  .nav-link {
    color: #000;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 30px;
  }

  .nav-link:hover {
    color: var(--dark-goldenrod);
  }

  .nav-link.w--current {
    color: var(--goldenrod);
  }

  .featured-story-column-block {
    width: 55%;
  }

  .featured-story-column-block.right {
    width: 45%;
  }

  .navbar {
    top: 0;
  }

  .featured-story-content-block {
    padding-left: 50px;
  }

  .nav-menu {
    background-color: #fff;
    width: 250px;
    margin-left: 50px;
    padding-top: 70px;
    box-shadow: 0 0 60px #0000004d;
  }

  .bottom-title-wrapper {
    padding: 20px;
  }

  .small-gallery-column {
    padding-left: 9px;
    padding-right: 9px;
  }

  .hero-section {
    height: 610px;
  }

  .section-title {
    font-size: 42px;
  }

  .logo {
    height: 100px;
    margin-top: 20px;
  }

  .section-title-2 {
    font-size: 42px;
  }

  .small-gallery-image-2 {
    height: 190px;
    margin-bottom: 18px;
  }

  .overlay-image-block-2 {
    width: 200px;
    height: 140px;
  }

  .subpage-header-section {
    height: 500px;
  }

  .subpage-header-section.contact {
    height: 600px;
  }

  .hero-text-wrapper-2 {
    width: 100%;
    padding-top: 70px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-text-wrapper-2.about {
    padding-top: 30px;
  }

  .hero-text-wrapper-2.contact {
    padding-top: 30px;
    padding-right: 40px;
  }

  .hero-title-2 {
    font-size: 20px;
    line-height: 39px;
  }

  .hero-title-2.main-title {
    font-size: 46px;
    line-height: 49px;
  }

  .subpage-header-block {
    width: 45%;
  }

  .subpage-header-block.image, .subpage-header-block.image-services, .subpage-header-block.image-projects, .subpage-header-block.the-difference, .subpage-header-block.image-lets-connect {
    width: 55%;
  }

  .subpage-header-block.with-form {
    width: 55%;
    padding-left: 40px;
    padding-right: 30px;
  }

  .text-column-left {
    padding-right: 30px;
  }

  .about-image-block {
    width: 310px;
    top: 60px;
  }

  .about-image-block._3 {
    width: 260px;
    top: 180px;
  }

  .about-image-block._4 {
    width: 220px;
    height: 290px;
  }

  .column-title {
    font-size: 26px;
  }

  .post-block {
    padding-left: 350px;
  }

  .post-image-block {
    width: 300px;
  }

  .contact-form-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .menu-button {
    color: #000;
    border-color: #000;
  }

  .footer-column {
    float: none;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .footer-column._2, .footer-column._3 {
    float: none;
    width: 100%;
  }

  .section {
    padding: 60px 30px;
  }

  .section.dark-footer-section {
    padding-top: 70px;
  }

  .section.footer-image-section {
    height: 300px;
  }

  .section.about-section {
    padding-top: 70px;
  }

  .footer-row {
    float: none;
    width: 100%;
  }

  .image-link-blocks-wrapper {
    position: static;
  }

  .category-link-block._4 {
    background-position: 100% 100%;
  }

  .overlay-image-block {
    width: 100%;
    height: 220px;
    margin-top: 0;
    margin-right: 0;
    box-shadow: 7px 7px 50px -10px #0000004d;
  }

  .overlay-image-block._2 {
    margin-top: 20px;
  }

  .hero-content-block {
    float: none;
    width: 100%;
    display: block;
  }

  .hero-content-block.right {
    float: none;
    width: 100%;
    height: 330px;
  }

  .button.footer-newsletter-button {
    font-size: 12px;
  }

  .small-gallery-row {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-text-wrapper {
    padding-top: 110px;
    padding-bottom: 30px;
  }

  .image-overlay-blocks-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    display: block;
    bottom: -50px;
    left: -30px;
    right: -30px;
  }

  .featured-story-column-block {
    float: none;
    width: 100%;
    height: 370px;
  }

  .featured-story-column-block.right {
    width: 100%;
    height: auto;
    display: block;
  }

  .about-column-block {
    width: 80%;
  }

  .newsletter-footer-block {
    text-align: center;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .featured-story-content-block {
    max-width: 100%;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-title {
    margin-bottom: 15px;
  }

  .footer-newsletter-form {
    width: 100%;
  }

  .small-gallery-column {
    width: 50%;
    margin-top: -20px;
    padding-right: 0;
  }

  .small-gallery-column._4 {
    margin-top: 0;
  }

  .small-gallery-column._3 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 10px;
  }

  .small-gallery-column._1 {
    padding-top: 0;
    padding-right: 10px;
  }

  .hero-section {
    height: auto;
  }

  .bg-element.footer-element {
    bottom: -325px;
    left: -354px;
    right: auto;
  }

  .section-title {
    max-width: 450px;
    font-size: 36px;
  }

  .logo {
    height: 74px;
    margin-left: 20px;
  }

  .section-title-2 {
    max-width: 450px;
    font-size: 36px;
  }

  .small-gallery-image-2._1st {
    background-size: contain;
  }

  .overlay-image-block-2 {
    width: 100%;
    height: 220px;
    margin-top: 0;
    margin-right: 0;
    box-shadow: 7px 7px 50px -10px #0000004d;
  }

  .overlay-image-block-2._2 {
    margin-top: 20px;
  }

  .subpage-header-section, .subpage-header-section.contact {
    height: auto;
  }

  .hero-text-wrapper-2 {
    padding-top: 110px;
    padding-bottom: 30px;
  }

  .hero-text-wrapper-2.about {
    padding-top: 100px;
  }

  .hero-text-wrapper-2.contact {
    padding-top: 110px;
    padding-bottom: 10px;
  }

  .subpage-header-block {
    float: none;
    width: 100%;
    height: auto;
    padding-top: 0;
    display: block;
  }

  .subpage-header-block.image, .subpage-header-block.image-services, .subpage-header-block.image-projects, .subpage-header-block.the-difference, .subpage-header-block.image-lets-connect {
    float: none;
    width: 100%;
    height: 300px;
  }

  .subpage-header-block.with-form {
    float: none;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 30px;
  }

  .text-column-left {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .about-image-block {
    width: 250px;
    height: 270px;
  }

  .about-image-block._3 {
    width: 190px;
    height: 220px;
    top: 260px;
    left: 175px;
  }

  .about-image-block._2 {
    top: 0;
    left: 75px;
  }

  .about-image-block._4 {
    top: 60px;
    left: 260px;
    right: auto;
  }

  .text-column-right, .post-item {
    padding-left: 0;
    padding-right: 0;
  }

  .about-gallery-wrapper {
    margin-top: 50px;
  }

  .post-block {
    height: auto;
    margin-top: 20px;
    padding-left: 0;
  }

  .post-image-block {
    width: 100%;
    height: 250px;
    margin-bottom: 40px;
    position: static;
  }
}

@media screen and (max-width: 479px) {
  .menu-button {
    width: 42px;
    height: 42px;
    margin-top: 16px;
    padding-top: 8px;
  }

  .menu-button.close-version {
    right: 20px;
  }

  .footer-newsletter-field {
    font-size: 11px;
  }

  .section {
    padding: 50px 25px;
  }

  .section.footer-image-section {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 300px;
  }

  .section.about-section {
    padding-top: 40px;
  }

  .hero-title {
    font-size: 15px;
    line-height: 29px;
  }

  .hero-title.main-title {
    max-width: 250px;
    margin-bottom: 15px;
    font-size: 35px;
    line-height: 42px;
  }

  .learn-more-main-title {
    font-size: 12px;
    position: relative;
    top: -2px;
  }

  .category-link-block {
    height: 210px;
  }

  .overlay-image-block {
    height: 170px;
  }

  .bottom-title {
    width: 100px;
    margin-bottom: 27px;
    font-size: 16px;
    line-height: 21px;
  }

  .small-author-title {
    font-size: 21px;
  }

  .hero-content-block.right {
    height: 300px;
  }

  .button.footer-newsletter-button {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 9px;
  }

  .button.image-block-button {
    bottom: -5px;
    right: -5px;
  }

  .hero-text-wrapper {
    padding-top: 102px;
    padding-bottom: 30px;
  }

  .small-gallery-image {
    height: 150px;
    margin-bottom: 14px;
  }

  .featured-story-column-block {
    height: 300px;
  }

  .navbar {
    padding-right: 20px;
  }

  .about-column-block {
    width: 100%;
  }

  .newsletter-footer-block {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }

  .small-gallery-wrapper {
    margin-bottom: -245px;
  }

  .small-author-block {
    z-index: 20;
    padding-top: 6px;
    padding-left: 80px;
  }

  .footer-title.newsletter-title {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .more-info-wrapper {
    margin-top: 20px;
    font-size: 8px;
  }

  .nav-menu {
    width: 80%;
  }

  .small-author-image {
    width: 60px;
    height: 60px;
  }

  .small-gallery-column {
    padding-left: 5px;
  }

  .small-gallery-column._3, .small-gallery-column._1 {
    padding-right: 5px;
  }

  .bg-element {
    bottom: -160px;
    right: -380px;
  }

  .bg-element.footer-element {
    opacity: .03;
  }

  .section-title {
    max-width: 270px;
    font-size: 34px;
    line-height: 42px;
  }

  .section-title.stories {
    max-width: 190px;
  }

  .logo {
    height: 71px;
    margin-top: 16px;
  }

  .section-title-2 {
    max-width: 270px;
    font-size: 34px;
    line-height: 42px;
  }

  .small-author-image-2 {
    width: 60px;
    height: 60px;
  }

  .bg-element-2 {
    bottom: -160px;
    right: -380px;
  }

  .bg-element-2.behind-gallery {
    width: 500px;
    height: 330px;
    top: -10px;
    right: -370px;
  }

  .small-gallery-image-2 {
    height: 150px;
    margin-bottom: 14px;
  }

  .button-2.image-block-button {
    bottom: -5px;
    right: -5px;
  }

  .overlay-image-block-2 {
    height: 170px;
  }

  .hero-text-wrapper-2 {
    padding-top: 90px;
    padding-bottom: 30px;
  }

  .hero-text-wrapper-2.about, .hero-text-wrapper-2.contact {
    padding-top: 80px;
  }

  .hero-title-2 {
    font-size: 15px;
    line-height: 29px;
  }

  .hero-title-2.main-title {
    max-width: 250px;
    margin-bottom: 15px;
    font-size: 35px;
    line-height: 42px;
  }

  .subpage-header-block.image, .subpage-header-block.image-services, .subpage-header-block.image-projects, .subpage-header-block.the-difference, .subpage-header-block.image-lets-connect {
    box-shadow: 14px 14px 50px -10px #0000004d;
  }

  .subpage-header-block.with-form {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-image-block {
    width: 210px;
    height: 230px;
    left: -90px;
  }

  .about-image-block._3 {
    width: 130px;
    height: 180px;
    top: 220px;
    left: 135px;
  }

  .about-image-block._2 {
    width: 140px;
    height: 180px;
    left: 95px;
  }

  .about-image-block._4 {
    width: 120px;
    height: 180px;
    left: 190px;
  }

  .about-gallery-wrapper {
    width: 260px;
    height: 330px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .posts-list-wrapper.push-up {
    margin-bottom: -200px;
  }

  .column-title {
    line-height: 35px;
  }

  .post-block {
    margin-top: 20px;
  }

  .post-image-block {
    height: 170px;
    margin-bottom: 20px;
  }

  .post-title-link {
    font-size: 27px;
    line-height: 37px;
  }
}


