/*
Theme Name:  Plażowa zatoka
Theme URI:   https://twojadomena.pl
Author:      89 Studio
Author URI:  https://89studio.pl
Description: Minimalny szablon WordPress dla domów letniskowych
Version:     1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License:     GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wakacyjne-wybrzeze
Tags:        custom-background, custom-logo, custom-menu, featured-images, full-width-template, theme-options
*/

body {margin: 0}

:root {
  --gold: #a18963;
  --blue: #004fba;
  --hover-blue: #0062e7;
  --hover-gold: #b8a17d;
}

*, *::before, *::after {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {font-family: "Fahkwang", sans-serif; font-weight: bold; font-style: normal;}
p, span, ul li, ol li {font-family: "Lato", sans-serif; font-weight: 400; font-style: normal;}
a, button {text-decoration:   none; transition: 200ms;}
a:hover, button {transition: 200ms}
p {line-height: 1.5}
h2 {font-size: 46px}


a.phone-btn {position: fixed; right: 20px; bottom: 20px; z-index: 99; background: var(--blue); width: 60px; height: 60px; border-radius: 50%; text-align: center; color: #fff; padding: 10px; transition: 200ms}
a.phone-btn:hover {background-color: var(--hover-blue); transition: 200ms;}
a.phone-btn svg {width: 40px; height: 40px}

.container {width: 80%; margin: 0 auto; max-width: 1600px}
.d-flex {display: flex; flex-wrap: wrap;}
.m-flex {display: flex; align-items: center; flex-wrap: wrap;}
.gold-btn {background: var(--gold); color: #fff; padding: 28px 30px; line-height: 30px; display: inline-flex; align-items: center;  text-transform: uppercase; text-align: center}
.blue-btn {background: var(--blue); color: #fff; padding: 28px 30px; line-height: 30px; display: inline-block; text-transform: uppercase; transition: 200ms}
.blue-btn:hover {background: var(--hover-blue);  transition: 200ms}
.booking-btn {display: inline-flex; align-items: center; gap: 15px;}
.booking-btn::before { content: ""; width: 25px; height: 25px; background-image: url('/wp-content/themes/wakacyjne-wybrzeze/img/booking-icon.svg'); background-repeat: no-repeat; background-size: contain; background-position: center; flex-shrink: 0;}
.btn {font-family: "Fahkwang", sans-serif; text-transform:  uppercase ; font-weight: bold; text-decoration:  none; font-size: 14px; letter-spacing:  2px; line-height: 20px}
.text-center {text-align: center}
img {max-width: 100%}
main.site-main.container {margin-bottom: 130px}

header {height: 100px; position: fixed; top: 0; left: 0; width: 100%; z-index: 99}
header.is-sticky {background-color: var(--gold)}
header .container {height: 100px; display: flex; align-items: center; justify-content: space-between;}
header a.site-header__logo {flex: 1; display: flex; justify-content: flex-start; text-decoration: none}
header a.site-header__logo .logo-box {text-align: center; color: #fff}
header a.site-header__logo img {width: 75px;}
header a.site-header__logo span {clear: both; display: block; font-family: "Fahkwang", sans-serif; text-transform:  uppercase ; font-weight: bold; text-decoration:  none; font-size: 12px;}
header {background-color: #a88247a3; display: inline-block; width: 100%}
header nav ul {list-style-type: none; padding: 0; margin: 0}
header nav ul li {float: left}
header nav ul li a {text-transform: uppercase; padding: 10px 13px; color: #fff; font-family: "Fahkwang", sans-serif; font-weight: bold; text-decoration:  none; font-size: 14px; letter-spacing:  2px}

header .container::after {content: ""; flex: 1;}
header a.booking-btn {position: absolute; right: 0; top: 0; background: var(--blue); color: #fff; padding: 38px 50px 37px}


section.hero-video {height: 80vh; display: flex; width: 100%; position: relative; overflow: hidden;}
section.hero-video .box {margin: auto auto auto; padding: 70px 120px; position: relative; z-index: 10; border: 2px solid #fff; color: #fff; text-align: center; backdrop-filter: blur(5px);}
section.hero-video .box h1 {font-size: 60px; margin-bottom: 0; margin-top: 0}
section.hero-video .box p {font-size: 24px;  margin-bottom: 0}
.hero-video {background-image: url('/wp-content/themes/wakacyjne-wybrzeze/img/video-bg.webp'); background-repeat: no-repeat; background-size: cover; background-position: center}
.hero-video .bg-video {position: absolute; top: 50%; left: 50%;  min-width: 100%;  min-height: 100%;  width: auto; height: auto; z-index: 1; transform: translate(-50%, -50%); object-fit: cover;}

section.booking-form {width: 1100px; max-width:80%; margin: -60px auto 100px; background-color: #fff; box-shadow: 0 0 40px #0000002b; padding: 0; position: relative; z-index: 20}
section.booking-form .gform_heading {display: none}
.booking-form .booking-contact-field, .booking-form #field_submit {display: none !important;}
.booking-form.booking-form-expanded .booking-contact-field, .booking-form.booking-form-expanded #field_submit {display: block !important;}
.booking-form.booking-form-expanded .show-contact-fields {  display: none !important;}
section.booking-form label.gfield_label {margin-left: 12px; font-family: "Lato", sans-serif;}
section.booking-form .start-date {padding: 20px 20px; border-right: 1px solid #e2e2e2}
section.booking-form .end-date {padding: 20px 20px; border-right: 1px solid #e2e2e2}
section.booking-form .persone-value {padding: 20px 45px;}
section.booking-form .persone-value input {border: none; box-shadow:   none}
section.booking-form select {border: none; box-shadow: none; font-size: 36px; font-family: "Lato", sans-serif;}
section.booking-form .gform_fields .gfield button.show-contact-fields {padding: 45px 20px !important  ; width: 100% !important  ; line-height: 20px}
section.booking-form .gform_footer {margin: 0 !important ;}
section.booking-form .gfield.gfield--type-html button.show-contact-fields {position: relative; font-family: "Fahkwang", sans-serif !important; text-transform:  uppercase  !important; font-weight: bold !important;  text-decoration:  none; font-size: 14px; !important; height: 106px !important; line-height: 20px !important; border-radius: 0 !important}
section.booking-form .gfield.gfield--type-html button.show-contact-fields::before { content: ""; width: 20px; height: 20px; background-image: url('/wp-content/themes/wakacyjne-wybrzeze/img/booking-icon.svg'); background-repeat: no-repeat; background-size: contain; background-position: center; flex-shrink: 0;}

section.booking-form .gfield--type-phone {padding: 30px 20px; border-right: 1px solid #e2e2e2; grid-column: span 4}
section.booking-form .gfield input {border: none; box-shadow: none; font-size: 36px; font-family: "Lato", sans-serif;}
section.booking-form .gfield--type-email {padding: 30px 20px;  grid-column: span 5}
section.booking-form .gfield--type-submit {grid-column: span 3}
section.booking-form .gfield--type-submit input#gform_submit_button_1 {position: relative; font-family: "Fahkwang", sans-serif !important; text-transform:  uppercase  !important; font-weight: bold !important;  text-decoration:  none; font-size: 14px; !important; padding: 40px 15px; line-height: 20px; border-radius: 0;}






section.advantages .container {display: flex; margin-top: 140px; margin-bottom: 100px; flex-wrap: wrap;}
section.advantages .container .advantage-item {flex: 1; text-align: center;}
section.advantages .container .advantage-item img {width: 70px; margin-bottom: 20px; height: fit-content;}
section.advantages .container .advantage-item h3 {font-size: 42px; margin-top: 0; margin-bottom: 20px}
section.advantages .container .advantage-item p {font-size: 18px}



section.select-house {display: flex; flex-wrap: wrap; margin-bottom: 130px; position:  relative;}
section.select-house:before {position: absolute; content: ""; top: -5vw; right: 0; width: 100%; height: 60vw; background-image: url('/wp-content/themes/wakacyjne-wybrzeze/img/logo-color.svg'); background-repeat:  no-repeat ; background-position:  right -35vw center; z-index: -1; opacity: 0.1}
section.select-house img {width: 100%; height: 100%; min-height: 50vw; display: block; object-fit: cover; object-position: center;}
section.select-house .col {flex:  1;}
section.select-house .col .text-box {padding: 0 120px}
section.select-house h2 {margin-bottom: 10px}
section.select-house h3 {font-size: 26px; margin-top: 0; margin-bottom: 35px}
section.select-house ul.price-list {list-style-type: none; padding: 0; display: flex; margin-top: 50px; gap: 60px; margin-bottom: 40px; flex-wrap: wrap;}
section.select-house ul.price-list li {flex: 1}
section.select-house ul.price-list li span.price-value {font-size: 38px; font-family: "Fahkwang", sans-serif; font-weight: bold; text-decoration:  none;}
section.select-house ul.price-list li span.price-desc {clear: both; width: 100%; float: left; font-size: 18px}
section.select-house .d-flex {gap: 60px}
section.select-house .d-flex .col {flex: 1; }
section.select-house .btn {max-width: 100%; height: 76px}
section.select-house a.btn.gold-btn {margin-bottom: 50px}

section.house-gallery {margin-bottom: 130px}
section.house-gallery .col-text {flex: 0 0 41.666667%;}
section.house-gallery .col-text .text-box {padding: 50px 120px}
section.house-gallery .col {flex: 0 0 58.333333%; min-width: 0; overflow: hidden;}
section.house-gallery .col img {max-width: 100%; height: auto}
section.house-gallery h2 {margin-bottom: 10px}
section.house-gallery h3 {font-size: 26px; margin-top: 0; margin-bottom: 35px}
section.house-gallery .splide__arrow {background-color: var(--gold); opacity: 1; border-radius: 0; width: 56px; height: 56px;}
section.house-gallery .splide__arrow svg {fill: #fff; width: 30px; height: 30px;}
section.house-gallery .splide__arrow--prev {left: 20px}
section.house-gallery .splide__arrow--next {right: 20px}
section.house-gallery .splide__pagination {display: none}




section.our-houses {background-color: #f6f5f1; min-height: 50vw; margin-bottom: 130px}
section.our-houses h2 {margin-bottom: 35px}
section.our-houses .col {flex: 0 0 50%;}
section.our-houses .col .text-box {padding: 50px 120px}
section.our-houses .col.img-box img {width: 100%; height: 100%; min-height: 50vw; display: block; object-fit: cover; object-position: center;}
section.our-houses .col.d-flex {align-items: center; justify-content: center;}
.our-houses ol { padding-left: 0; counter-reset: item; list-style: none;}
.our-houses ol li {counter-increment: item; position: relative; padding-left: 80px; margin-bottom: 40px; line-height: 1.5}
.our-houses ol li::before {content: counter(item) "."; position: absolute; left: 10px; top: -10px; font-size: 46px; font-family: "Fahkwang", sans-serif; font-weight: bold;}
.our-houses ol li strong {font-size: 24px; margin-bottom: 10px; float: left; width: 100%; font-family: "Fahkwang", sans-serif; font-weight: bold;}
 
section.faq {margin-bottom: 100px}
section.faq h2.text-center {margin-bottom: 70px}
section.faq details.faq-item {margin-bottom: 20px}
section.faq summary.faq-question {font-size: 24px; font-family: "Fahkwang", sans-serif; font-weight: bold;}
.faq-wrapper .faq-item .faq-question {list-style: none !important; position: relative; cursor: pointer; padding-right: 50px; display: block;}
.faq-wrapper .faq-item .faq-question::-webkit-details-marker { display: none !important;}
.faq-wrapper .faq-item .faq-question:focus {outline: none;}
.faq-wrapper .faq-item .faq-question::after {content: ""; position: absolute; right: 15px; top: 50%; width: 12px; height: 12px; background-color: transparent; border-right: 2px solid var(--gold); border-bottom: 2px solid var(--gold); transform: translateY(-50%) rotate(-45deg); transform-origin: center; transition: transform 0.3s ease; box-sizing: border-box;}
.faq-wrapper .faq-item[open] .faq-question::after {transform: translateY(-50%) rotate(45deg);}




section.contact .col {flex: 0 0 50%;}
section.contact .col.d-flex {color: #fff; position: relative; background: #0C4086; align-items: center; justify-content: center;
background: -webkit-linear-gradient(90deg, rgba(12, 64, 134, 1) 0%, rgba(0, 79, 186, 1) 100%);
background: -moz-linear-gradient(90deg, rgba(12, 64, 134, 1) 0%, rgba(0, 79, 186, 1) 100%);
background: linear-gradient(90deg, rgba(12, 64, 134, 1) 0%, rgba(0, 79, 186, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0C4086", endColorstr="#004FBA", GradientType=1);}
section.contact .col.d-flex:before {position: absolute; content: ""; top: 0; left: -45%; width: 100%; height: 100%; background-image: url('/wp-content/themes/wakacyjne-wybrzeze/img/logo-white.svg'); background-repeat:  no-repeat ; background-position:  left center;  opacity: 0.1}


section.contact {margin-bottom: 100px}
section.contact .col .text-box {padding: 50px 120px; position: relative;}
section.contact a.btn {border: 2px solid #fff; color: #fff; line-height: 20px; padding: 25px 40px; clear: both; float: left; display: inline-block; margin-top: 40px}

section.content-box {margin-bottom: 130px}
section.content-box h2 {font-size: 26px;}
section.content-box h3 {font-size: 22px;}


footer .site-footer__widgets {display: flex; text-align: left; padding: 50px 100px; flex-wrap: wrap;}
.footer-widget-area {padding: 0 15px}
.footer-widget-area.col-1 {flex: 0 0 30%;}
.footer-widget-area.col-2 {flex: 0 0 50%;}
.footer-widget-area.col-3 {flex: 0 0 20%;}

.footer-widget-area ul {list-style-type: none; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 30px;}
.footer-widget-area ul li a {padding: 5px 0}
.footer-widget-area a {color: #fff}
.footer-widget-area a:hover {color: var(--hover-gold);}

footer#site-footer {background-color: #000; color: #fff; text-align: center; padding: 20px 15px;}
p.site-footer__copy {margin: 0}


.page-template-page-domki section.hero-video {margin-bottom: 100px; min-height: 40vh; height: auto; padding-top: 150px; padding-bottom: 50px}
.page-template-page-domki article {margin-bottom: 50px;}
.domki-list {display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px;}
.domki-list__item { position: relative; overflow: hidden;}
.domki-list__image {display: block; position: relative; aspect-ratio: 4 / 3;  overflow: hidden;}
.domki-list__image img { display: block; width: 100%; height: 100%; object-fit: cover;  transition: transform 0.35s ease;}
.domki-list__content {position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; gap: 20px; padding: 80px 30px 30px; background: linear-gradient( to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.48) 45%,  rgba(0, 0, 0, 0) 100% ); color: #fff;}
.domki-list__title {margin: 0; font-size: clamp(24px, 3vw, 36px); line-height: 1.1;}
.domki-list__title a {color: inherit; text-decoration: none;}
.domki-list__button {display: inline-flex; align-items: center; font-family: "Fahkwang", sans-serif; font-weight: bold; letter-spacing: 2px; text-transform: uppercase; justify-content: center; padding: 20px 50px; color: #fff; text-decoration: none; font-size: 14px; line-height: 20px; background: var(--gold); transition: background-color 0.25s ease, color 0.25s ease,  border-color 0.25s ease;}
.domki-list__item:hover .domki-list__image img { transform: scale(1.05);}
.domki-list__button:hover, .domki-list__button:focus { background: #fff; border-color: #fff; color: #111;}



.single-dom section.hero-video {margin-bottom: 100px; min-height: 40vh; height: auto; padding-top: 150px; padding-bottom: 50px}


.page-template-default section.hero-video {margin-bottom: 100px; min-height: 40vh; height: auto; padding-top: 150px; padding-bottom: 50px}

.wp-block-group.sezon-box {margin-bottom: 100px}
.wp-block-group.sezon-box h2.wp-block-heading {margin-bottom: 0}
.wp-block-group.sezon-box .wp-block-columns {background-color: #f6f5f1; padding: 50px 120px; }
.wp-block-columns.price-box {text-align: center;}
.wp-block-columns.price-box .has-x-large-font-size {margin-bottom: 0; text-align: center;}
.wp-block-columns.price-box .has-small-font-size {margin: 0 0 30px; text-align: center;}

figure.wp-block-table table.has-fixed-layout {width: 800px; max-width: 100%; margin: 0 auto 30px; background-color: #f6f5f1}
figure.wp-block-table table.has-fixed-layout tbody {border: none}
figure.wp-block-table table.has-fixed-layout tbody td {border: none; border-bottom: 1px solid #d7d6d2; padding: 15px 30px; font-family: "Lato", sans-serif;}
.wp-block-table tfoot {border-top: 1px solid #d7d6d2}
.wp-block-table tfoot td {border: none; padding: 15px 30px;}

article .page-content a {color: var(--gold)}
article .page-content a:hover {color: var(--hover-gold)}


section.house-form {background-color: #f6f5f1; padding-top: 120px; padding-bottom: 120px}
section.house-form .gform_heading {text-align: center;}
section.house-form .gform-body.gform_body {width: 800px; max-width: 100%; margin:  0 auto; background-color: #fff;}
section.house-form .gform-body.gform_body .gform_fields {row-gap: 10px; gap: 0}
section.house-form .gform-body.gform_body .gform_fields label {margin-left: 12px; font-family: "Lato", sans-serif;}
section.house-form .gform-body.gform_body .gform_fields input, section.house-form .gform-body.gform_body .gform_fields select {border: none; box-shadow: none; font-size: 24px; font-family: "Lato", sans-serif;}
section.house-form .gform-footer {width: 800px; max-width: 100%; margin:  0 auto;}
section.house-form .gform-footer input#gform_submit_button_3 {border: none; font-weight: bold; line-height: 80px; border-radius: 0; background: var(--blue); font-family: "Fahkwang", sans-serif; text-transform: uppercase; letter-spacing: 2px}
section.house-form .gform-footer input#gform_submit_button_3:hover {background: var(--hover-blue);  transition: 200ms}
section.house-form .gform-body.gform_body .gfield {padding: 20px;}
section.house-form .gform-body.gform_body #field_3_1, section.house-form .gform-body.gform_body #field_3_3, section.house-form .gform-body.gform_body #field_3_5, section.house-form .gform-body.gform_body #field_3_6 { border-right: 1px solid #e2e2e2}
section.house-form #field_3_3, section.house-form #field_3_1, section.house-form #field_3_4 {border-bottom: 1px solid #e2e2e2}









.house-form {background-color: #f6f5f1; padding-top: 120px; padding-bottom: 120px}
.house-form .gform_heading {text-align: center;}
.house-form .gform-body.gform_body {width: 800px; max-width: 100%; margin:  0 auto; background-color: #fff;}
.house-form .gform-body.gform_body .gform_fields {row-gap: 10px; gap: 0}
.house-form .gform-body.gform_body .gform_fields label {margin-left: 12px; font-family: "Lato", sans-serif;}
.house-form .gform-body.gform_body .gform_fields input, .house-form .gform-body.gform_body .gform_fields select {border: none; box-shadow: none; font-size: 24px; font-family: "Lato", sans-serif;}
.house-form .gform-footer {width: 800px; max-width: 100%; margin:  0 auto;}
.house-form .gform-footer input#gform_submit_button_3 {border: none; font-weight: bold; line-height: 80px; border-radius: 0; background: var(--blue); font-family: "Fahkwang", sans-serif; text-transform: uppercase; letter-spacing: 2px}
.house-form .gform-footer input#gform_submit_button_3:hover {background: var(--hover-blue);  transition: 200ms}
.house-form .gform-body.gform_body .gfield {padding: 20px;}
.house-form .gform-body.gform_body #field_3_1, .house-form .gform-body.gform_body #field_3_3, .house-form .gform-body.gform_body #field_3_5, .house-form .gform-body.gform_body #field_3_6 { border-right: 1px solid #e2e2e2}
.house-form #field_3_3, .house-form #field_3_1, .house-form #field_3_4 {border-bottom: 1px solid #e2e2e2}
.house-form .gform-footer {margin-top: 0;}









.contact-formbg .gform_wrapper {background-color: #f6f5f1; padding: 10px 50px 50px}
.contact-formbg .gform_wrapper .gfield {font-size: 16px; font-family: "Lato", sans-serif;}
.contact-formbg .gform_wrapper .gfield input {border: none; box-shadow: none; font-size: 16px; font-family: "Lato", sans-serif; border-radius: 0; padding: 25px  20px; letter-spacing: 1px; }
.contact-formbg .gform_wrapper .gfield textarea {border: none; box-shadow: none; font-size: 16px; font-family: "Lato", sans-serif; border-radius: 0; padding: 25px  20px; letter-spacing: 1px; }
.contact-formbg .gform_wrapper .gfield.gfield--type-choice input {padding: inherit; box-shadow: 0px 0px 5px #00000038; }
.contact-formbg form .gform-footer {margin-top: 40px;}
.contact-formbg form .gform-footer input#gform_submit_button_2 {border: none; font-weight: bold; line-height: 20px; padding: 30px 50px; border-radius: 0; background: var(--blue); font-family: "Fahkwang", sans-serif; text-transform: uppercase; letter-spacing: 2px}



.blog section.hero-video {margin-bottom: 100px; min-height: 40vh; height: auto; padding-top: 150px; padding-bottom: 50px}
.blog main article {margin-bottom: 70px; background-color: #f6f5f1;}
.blog main .col {flex: 0 0 50%;}
.blog main .col img {width: 100%; height: 100%; display: block; object-fit: cover; object-position: center;}
.blog main .col.d-flex {align-items: center; justify-content: center;}
.blog main article .text-box {padding: 30px 80px}
.blog main article .text-box h2 {font-size: 24px; margin-bottom: 35px}
.blog main article .text-box h2 a {color: #000}
.blog main article .text-box p {margin-bottom: 35px}
.blog main article .text-box a.btn {padding: 20px 30px}


.single-post .post-img  {margin-bottom: 80px}
.post-img img {width: 100%; height: 400px; max-height: 40vh; display: block; object-fit: cover; object-position: center;}
.single-post h1 {font-size: 46px}
.single-post h2 {font-size: 36px}
.single-post h3 {font-size: 26px}
.single-post h4 {font-size: 20px}









@media (max-width: 1600px) {
  section.select-house .d-flex, section.select-house ul.price-list {gap: 30px}
  section.select-house .col .text-box {padding: 0 60px}
  section.house-gallery .col-text .text-box, section.our-houses .col .text-box, section.contact .col .text-box {padding: 50px 60px}

  .wp-block-group.sezon-box .wp-block-columns {padding: 30px;}
}





@media (max-width: 1366px) {
  header a.booking-btn {padding: 38px 30px 37px}
  section.booking-form .gfield input, section.booking-form select {font-size: 26px}

  section.select-house ul.price-list li span.price-value {font-size: 32px}
  section.select-house ul.price-list li span.price-desc {font-size: 16px}
}




@media (min-width: 1281px) {
  header button#nav-toggle {display: none}
}





@media (max-width: 1280px) {
  header a.booking-btn {width: 225px; padding: 30px}
  nav#site-nav {position: absolute; top: 100px; left: 0; width: 100%; background-color: var(--gold); opacity: 0; height: 0; overflow: hidden;}
  .nav-open nav#site-nav {opacity: 1; height: auto;}
  nav#site-nav li {width: 100%; float: left; clear: both; border-top: 1px solid #fff}
  nav#site-nav li a {width: 100%; float: left; padding: 30px 0; text-align: center;  transition: 250ms}
  nav#site-nav li a:hover {background: var(--hover-gold); transition: 250ms}
  button#nav-toggle {width: 100px; height: 100px; position: absolute; top: 0; right: 225px; border-top: none; border-bottom: none; border-left: 1px solid #fff; border-right: 1px solid #fff; padding: 25px; background: inherit; color: #fff; text-transform: uppercase;}
  button#nav-toggle span {width: 100%; float: left; display: block; clear: both;  background: #fff; padding: 3px 0 0; margin: 4px 0 3px}
  button#nav-toggle p {margin: 0; letter-spacing: 2px; font-weight: bold; clear: both; width: 100%; text-align: center;}

  section.booking-form .start-date, section.booking-form .end-date, section.booking-form .persone-value {padding: 20px 15px}

  section.advantages .container {row-gap: 30px;}
  section.advantages .container .advantage-item {flex: 50%}

  section.select-house .col {flex: 100%;}
  section.select-house img {height: 50vh}
  section.select-house:before {top: inherit; bottom: 0}
  section.house-gallery  {flex-direction: column-reverse;}
  section.house-gallery .col-text, section.house-gallery .col, section.contact .col {flex: 100%}

  .blog main article .text-box {padding: 40px 40px}

  footer .site-footer__widgets {padding: 50px}
}





@media (max-width: 991px) {
  section.hero-video .box {padding: 50px 20px; width: 700px; max-width: 75%; min-height: 120px; contain: layout;}
  section.hero-video .box h1 {font-size: 48px;}
  section.hero-video .box p {font-size: 18px}
  section.booking-form .gform_fields {row-gap: 0; column-gap: 0}
  section.booking-form .start-date, section.booking-form .end-date, section.booking-form .persone-value {grid-column: span 4}
  section.booking-form div#field_1_8, .booking-form.booking-form-expanded #field_submit {grid-column: span 12}
  section.booking-form .gfield--type-phone, section.booking-form .gfield--type-email {grid-column: span 6; border-top: 1px solid #e2e2e2}
  section.booking-form .gfield input, section.booking-form select {font-size: 20px}

  section.advantages .container .advantage-item h3 {font-size: 32px}

  section.our-houses .col {flex: 100%;}

  .blog main .col {flex: 100%;}


  .footer-widget-area.col-1 {flex: 0 0 100%;}
  .footer-widget-area.col-2 {flex: 0 0 100%;}
  .footer-widget-area.col-3 {flex: 0 0 100%;}



}







@media (max-width: 768px) {
  nav#site-nav {top: 70px}
  nav#site-nav li a {padding: 20px}
  header {height: 70px}
  header a.site-header__logo img {width: 65px}
  header .container {height: 70px}
  button#nav-toggle {width: 70px; height: 70px; font-size: 12px; padding: 10px; right: 190px}
  header a.booking-btn {width: 190px; padding: 20px;  font-size: 12px;  line-height: 15px; gap: 10px;}
    .domki-list {grid-template-columns: 1fr; gap: 20px;} 
    .domki-list__content {padding: 70px 18px 18px;}
    .domki-list__title {font-size: 26px;}

    footer .site-footer__widgets {padding: 50px 20px}
    .footer-widget-area {padding: 0;}


}




@media (max-width: 540px) {
  h1, .single-post h1 {font-size: 36px}
  h2, .single-post h2 {font-size: 30px;}
  h3, .single-post h3 {font-size: 24px}
  h4, .single-post h4 {font-size: 20px}
  .container {width: 100%; padding: 0 25px;}
  header .container {width: 100%; padding: 0 15px}

  header a.site-header__logo img {with: 55px;}
  header a.site-header__logo span {display: none;}

  section.hero-video {height: 70vh}
  section.hero-video .box h1 {line-height: 1; font-size: 36px;}


  section.booking-form {width: 240px; max-width: 60%}
  section.booking-form .start-date, section.booking-form .end-date, section.booking-form .persone-value, section.booking-form .gfield--type-phone, section.booking-form .gfield--type-email {padding: 15px; grid-column: span 12; border-top: 1px solid #e2e2e2}
  section.advantages .container .advantage-item h3 {font-size: 30px}
  section.select-house h3, section.select-house ul.price-list li span.price-value {font-size: 24px}


  section.select-house .col .text-box {padding: 0 25px}
  section.select-house .d-flex .col {text-align: center;}

  section.house-gallery .col-text .text-box, section.our-houses .col .text-box {padding: 0 25px}
  section.contact .col .text-box {padding: 50px 25px}
  section.contact .col iframe {height: 50vh !important}

}



























