/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

.span_12.light .wpb_text_column a:not(:hover) {
    opacity: 1;
}

.light h1, .light h2, .light h3, .light h4, .light h5, .light h6, .light p {
    color: #f2ebe2;
}

body.material .nectar-button.has-icon.large {
    font-size: 16px;
    padding-right: 54px;
    padding-left: 56px;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: all 0.4s ease !important;
}

body.material .nectar-button.has-icon i {
    line-height: 40px;
    height: 40px;
    width: 40px;
    font-size: 16px !important;
}

body.material .nectar-button.has-icon.large:hover {
    background: #009777 !important;
    opacity: 1;
}

.slideshow {
    position: relative;
    margin-bottom: 0 !important;
    height: 85vh;
}

/*.slideshow:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
     background: linear-gradient(to top, #14453f 5%, rgb(20 69 63 / 0%));
}*/

.mainslider {
    height: 85vh;
    overflow: hidden;
}

.mainslider .item.slick-slide {
    height: 85vh;
    position: relative;
}

.kenburns-container {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transform-origin: center center;
    transform: scale(1); 
    animation: none; 
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}

.slick-current .kenburns-container {
    opacity: 1;
}

@keyframes kenburns-zoom {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

.mainslider-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(0 0 0 / 30%), rgb(0 0 0 / 70%));
}

.slider-content {
    position: absolute;
    z-index: 100;
    max-width: 1430px;
    width: 100%;
    padding: 0 35px;
    left: 50%;
    transform:translateX(-50%);
    bottom: 20%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.slider-content h1 {
    font-size: clamp(36px, 5.2vw, 65px);
    line-height: 1.2;
    padding-bottom: 15px;
}

.slider-content p {
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.5;
    max-width: min(45vw, 500px);
}

.mainslider-right {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mainslider-button-content {
    width: 320px;
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgb(242 235 226 / 90%);
    padding: 10px 20px 10px 10px;
    border-radius: 200px;
    transition: all 0.3s ease;
}

.mainslider-button-content:hover {
   background: rgb(242 235 226 / 100%);
   color: #32cea9;
}

.mainslider-button-content img {
    width: 70px !important;
    height: 70px !important;
    border-radius: 50%;
    object-fit: cover;
    flex: 0 0 70px;
}

.mainslider-button-content p {
    line-height: 1.3;
    font-size: 15px;
}

.mainslider-button-content p span.title {
    color: #14453f;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
}

.mainslider-button-content p span {
    font-size: 15px;
    font-weight: 500;
    color: #3d383c;
    display: inline-block;
}

.small-icons-set .wpb_wrapper {
    display: flex;
    gap: 20px;
}

.small-icon-item {
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
    gap: 7px;
}

.small-icon-item img {
    max-width: 23px !important;
    flex: 0 0 23px;
}

.small-icon-item p {
    font-size: 13px;
    line-height: 1.2;
}


.harmonogram-slider-wrapper {
    position: relative;
}

.harmonogram-slider {
    position: relative;
}

.harmonogram-slider .item {
    text-align: center;
    z-index: 10;
}

.harmonogram-slider .item .dot {
    background: #14453f;
    display: block;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.harmonogram-slider .item .dot:before {
    content: '';
    width: 26px;
    height: 26px;
    position: absolute;
    background: #14453f;
    border: 1px solid rgb(242 235 226 / 50%);
    border-radius: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

.harmonogram-slider .item .dot:after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    background: #32cea9;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}

.harmonogram-slider:after {
    content: '';
    width: 100vw;
    height: 1px;
    background: rgb(242 235 226 / 70%);
    position: absolute;
    top: 38px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.nav-prev.slick-arrow,
.nav-next.slick-arrow {
    position: absolute;
    top: 14px;
    background: #f2ebe2;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    left: 0;
    cursor: pointer;
}

.nav-next.slick-arrow {
    left: auto;
    right: 0;
}

.nav-prev.slick-arrow svg,
.nav-next.slick-arrow svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 30px;
    height: 16px;
}

.slick-arrow.slick-disabled svg {
    opacity: 0.3;
}


/*SELEKTOR*/

svg.selektor-typy {
    width: 100%;
    height: auto;
}

.typy-0, .typy-1 {
  fill: #32cea9;
}

.typy-2 {
  fill: none;
  stroke: #32cea9;
  stroke-dasharray: 3;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}

.typy-2, .typy-1 {
  fill-rule: evenodd;
}

.typy-1 {
  opacity: .4;
  transition: all 0.3s ease;
}

.typy-3 {
  fill: #14453f;
}

a.typy-vyber:hover .typy-1 {
  opacity: .8;
}

a.typy-vyber .typy-3 {
    transition: all 0.3s ease;
}

a.typy-vyber:hover .typy-3 {
    fill: #009777;
}

polygon.deact0 {
    fill: #b5c9c3;
    opacity: 0.6;
}

svg#bytovy-dom {
    width: 100%;
    height: auto;
}

a.selektor .green {
    fill: rgb(50 206 169 / 0%);
    stroke: rgb(50 206 169 / 0%);
    transition: 0.3s ease;
}

a.selektor:hover .green {
    fill: rgb(50 206 169 / 50%);
    stroke: rgb(50 206 169 / 100%);
    transition: 0.3s ease;
}


/*SELEKTOR BYTY PODLAZIE*/
.podlazie-wrapper {
    display: flex;
    align-items: stretch;
    padding: 30px;
}

.podlazie-wrapper-left {
    flex: 0 0 200px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

a.link-back {
    text-transform: uppercase;
    color: #14453f;
    font-weight: 700;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgb(20 69 63 / 10%);
    padding: 5px 15px;
    border-radius: 100px;
    cursor: pointer;
    letter-spacing: 0.5px;
}

.selektor-nav {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: center;
}

.selektor-nav p {
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 0.5px;
    padding-bottom: 5px;
}
    
a.selektor-nav-item {
    color: #fff;
    font-weight: 700;
    background: #32cea9;
    padding: 4px 12px;
    border-radius: 100px;
    cursor: pointer;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    font-size: 15px;
}

a.selektor-nav-item.active {
    pointer-events: none;
    background: #14453f;
}

a.selektor-nav-item:hover {
    background: #14453f;
}

svg#podlazie-map {
    width: 100%;
    height: auto;
    max-width: 950px;
    margin: auto;
    display: block;
    position: relative;
}

.svg-container {
    flex: 1;
}

.byt.volny {
    fill: #009777;
    opacity: 0.3;
    transition: all 0.3s ease;
}

.byt.volny:hover {
    fill: #009777;
    opacity: 0.7;
}

.byt.rezervovany {
    fill: #ed7800;
    opacity: 0.3;
    transition: all 0.3s ease;
}

.byt.rezervovany:hover {
    fill: #ed7800;
    opacity: 0.7;
}

.byt.predany {
    fill: #ed0000;
    opacity: 0.4;
    transition: all 0.3s ease;
    pointer-events: none;
}

.byt.predany:hover {
    fill: #ed0000;
    opacity: 0.6;
    transition: all 0.3s ease;
    pointer-events: none;
}

#info-box {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #fff;
    color: #14453f;
    border: 0px solid #ffffff;
    border-radius: 30px;
    padding: 10px 0px;
    width: 100px;
    z-index: 100;
    line-height: 1;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 0.03em;
}

svg#rodinne-domy,
svg#garaze {
    width: 100%;
    height: auto;
}


/*SINLGE POSTS*/

.single-moznosti .img-with-aniamtion-wrap {
    max-width: 150px;
    border-radius: 15px;
    overflow: hidden;
}

.single-moznosti .vc_col-sm-4 .vc_column-inner {
    border-radius: 20px;
    overflow: hidden;
}

.single-moznosti p {
    padding-bottom: 0;
}

.single-moznosti {
    margin-top: 60px;
}

.single .nectar-global-section.before-footer {
    padding-top: 0 !important;
}

.single-title {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 25px !important;
    border-bottom: 1px solid rgb(20 69 63 / 30%);
}

.single-title a.link-back {
    position: absolute;
    right: 0;
}

.vc_col-sm-6.byt-top-col-right .vc_column-inner {
    padding-left: 30px;
}

.single-title h1 {
    font-size: 45px;
    line-height: 1.3;
    color: #14453f;
}

.single-title p {
    font-size: 25px;
    line-height: 1.1;
}

.single-info,
.single-info-bottom {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -10px !important;
}

.single-info-item {
    padding: 20px 0px 20px 25px;
    background: rgb(255 255 255 / 50%);
    margin: 0 10px 20px 10px;
    border-radius: 20px;
    flex: 0 0 calc(50% - 20px);
}

.single-info-item h5 {
    color: #009777;
}

.single-info-item p {
    font-weight: 600;
    color: #14453f;
    font-size: 36px;
    line-height: 1.1;
}

.single-info-item p span {
    font-size: 20px;
}

.single-info-bottom .left,
.single-info-bottom .right {
    flex: 0 0 calc(50% - 20px);
     margin: 0 10px 0px 10px;
}

.single-info-bottom .left .single-info-item {
    padding: 0;
    background: transparent;
    margin-bottom: 25px;
}

.single-info-item.stav p {
    font-size: 24px;
}

.single-info-bottom .nectar-button.has-icon.large {
    display: block;
    font-size: 18px !important;
    margin-top: 15px;
}

.single-info-bottom .nectar-cta .link_wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.single-info-bottom .nectar-cta .link_wrap .link_text {
    font-weight: 700;
}

.single-info-bottom .nectar-cta .link_wrap svg {
    max-width: 22px;
    margin-top: 5px;
}

.single-info-bottom .nectar-cta .link_wrap svg path {
    fill: #14453f;
}

.single-info-divider {
    display: inline-block;
    margin: 5px auto 10px auto !important;
    background: rgb(20 69 63 / 30%);
    width:  100%;
    height: 1px;
}








/*Footer*/
.vc_col-sm-6.cta-contact-form .vc_column-inner > .wpb_wrapper {
    max-width: 460px;
    margin: auto;
}

.container-wrap input[type=text], body[data-form-style="minimal"] input[type="text"],
.container-wrap input[type=email], body[data-form-style="minimal"] input[type="email"],
.container-wrap textarea, body[data-form-style="minimal"] textarea {
    background: transparent !important;
    padding-left: 0 !important;
}

span.wpcf7-form-control-wrap {
    margin-bottom: 15px;
}

.container-wrap input[type=text]::placeholder, body[data-form-style="minimal"] input[type="text"]::placeholder,
.container-wrap input[type=email]::placeholder, body[data-form-style="minimal"] input[type="email"]::placeholder,
.container-wrap textarea::placeholder, body[data-form-style="minimal"] textarea::placeholder {
    color: rgb(20 69 63 / 75%);
}

.container-wrap textarea, body[data-form-style="minimal"] textarea {
    height: 100px;
}

body[data-button-style=rounded] .container-wrap button[type=submit],
.material button[type="submit"] {
    font-size: 16px;
    padding-right: 54px !important;
    padding-left: 56px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    transition: all 0.4s ease !important;
    margin-top: 20px;
}

.wpcf7 input:focus, .wpcf7 textarea:focus {
   border-color: #32cea9 !important;
}

.wpcf7 input[type="checkbox"] {
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-appearance: none;
  width: 0px !important;
}

span.wpcf7-list-item label {
  display: flex;
  opacity: 1;
}

.wpcf7-list-item {
  margin: 0;
  margin-bottom: 0px;
}

span.wpcf7-list-item-label {
  position: relative;
  padding-left: 45px;
  font-size: 13px;
  line-height: 1.1;
  color: #14453f !important;
  cursor: pointer;
  text-transform: none;
  text-align: left;
  margin-left: -5px;
  margin-top: 15px;
  font-weight: 300;
}

span.wpcf7-list-item-label a {
  text-decoration: underline;
  color: #14453f;
}

span.wpcf7-list-item-label:before {
  content: '';
  width: 28px;
  height: 28px;
  position: absolute;
  border: 1px solid #d6cde2;
  border-radius: 8px;
  background: #ffffff;
  display: block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

span.wpcf7-list-item-label:after {
  content: '';
  width: 28px;
  height: 28px;
  position: absolute;
  border: 1px solid #14453f;;
  background-color: #14453f;
  display: block;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease;
  background-image: url(/wp-content/uploads/2025/06/icon-check.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  border-radius: 8px;
}

input[type="checkbox"]:checked + span.wpcf7-list-item-label:after {
  transform: translateY(-50%);
  opacity: 1;
}

span.wpcf7-not-valid-tip {
  top: auto !important;
  padding: 0 !important;
  background: transparent;
  box-shadow: none !important;
  color: #ff2e12 !important;
  font-size: 12px;
  bottom: 5px !important;
  position: absolute;
  left: auto;
  right: 0px;
  height: auto;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  background: #ff2e12;
  border-color: #ff2e12;
  color: #fff !important;
  font-size: 16px;
  line-height: 1.5;
  padding: 15px;
  border-radius: 10px;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #fff;
  background: #30046e;
  border: none;
  padding: 20px 15px;
  border-radius: 20px;
}

.gdpr span.wpcf7-not-valid-tip {
  top: auto !important;
  position: relative;
}

.mpopup {
    display: none;
    position: fixed;
    z-index: 10000;
    padding-top: 180px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #14453f;
    background-color: rgb(20 69 63 / 84%);
}

.mpopup.block {
    display: block;
}

.modal-content {
    position: relative;
    background-color: #f2ebe2;
    margin: auto;
    padding: 0;
    width: 100%;
    max-width: 650px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    border-radius: 0;
    border-radius: 30px;
    padding: 35px 45px;
}

.mpopup .close {
    width: 44px;
    height: 44px;
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 5;
    cursor: pointer;
}

.mpopup .close:hover, .mpopup .close:focus {
    text-decoration: none;
    cursor: pointer;
}

.mpopup .close:hover rect, .mpopup .close:focus rect {
    fill: #ddd;
}

.mpopup h3 {
    font-size: 40px !important;
    line-height: 1.1;
    margin-bottom: 20px !important;
    position: relative;
    z-index: 2;
    color: #14453f;
    text-align: center;
 }
 
.mpopup p {
    text-align: center;
}

.image-lokalita {
    width: 70vw;
    height: 100%;
    margin-left: -15vw;
    max-width: 1200px;
}

/************RESPONSIVE*******/


@media only screen and (max-width: 690px) {
    .nectar-flickity.nectar-simple-slider[data-arrows="true"]:not(.arrow-position-overlapping) .flickity-slider .cell {
        padding: 25px 15px 0 15px;
        align-items: flex-start;
    }

    .nectar-simple-slider .flickity-prev-next-button {
        display: none;
    }
}

@media (min-width: 1000px) {
.podorys-image.mobile {
    display: none;
}
}


@media (max-width: 1000px) {
.slider-content {
    padding: 0 15px;
    bottom: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.mainslider-button-content {
    width: auto;
    min-width: auto;
    flex: 0 0 auto;
    gap: 6px;
    padding: 5px 10px 5px 5px;    
}

.mainslider-right {
    display: flex;
    flex-direction: row;
    gap: 5px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.mainslider-button-content span.desc {
    display: none;
}

.mainslider-button-content p span.title {
    letter-spacing: 0px;
    font-size: 13px;
    line-height: 1;
    max-width: 70px;
}

.mainslider-button-content img {
    width: 40px !important;
    height: 40px !important;
    flex: 0 0 40px;
}

.image-lokalita {
    width: 115vw;
    height: 100%;
    margin-left: auto;
    left: 55%;
    transform: translateX(-50%);
    position: relative;
}

svg.selektor-typy,
svg#rodinne-domy, svg#garaze, svg#bytovy-dom {
    width: 99vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.nav-prev.slick-arrow, .nav-next.slick-arrow {
    top: 19px;
    width: 40px;
    height: 40px;
}

.nav-prev.slick-arrow {
    left: -15px;
}

.nav-next.slick-arrow {
    right: -15px;
}

.podlazie-wrapper {
    padding: 15px;
    flex-direction: column;
}

.podlazie-wrapper-left {
    flex: 0 0 auto;
    margin-bottom: 20px;
}

.selektor-nav {
    margin-top: 15px;
    flex-direction: row;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.selektor-nav p {
    flex: 0 0 100%;
}

a.selektor-nav-item {
    padding: 4px 8px;
    letter-spacing: 0px;
    font-size: 13px;
    flex: 1;
}

.podorys-image.desktop {
    display: none;
}

.single .container-wrap.no-sidebar {
    padding-top: 0;
}

.vc_col-sm-6.byt-top-col-right .vc_column-inner {
    padding-left: 0px;
}

.single-title {
    display: flex;
    align-items: center;
    gap: 25px;
}

.single-title h1 {
    font-size: 30px;
    margin: 0;
}

.single-title a.link-back {
    position: relative;
    display: inline-block;
    font-size: 13px;
    gap: 5px;
    display: flex;
}

.single-title a.link-back svg {
    max-width: 18px;
    height: auto;
}

.single-info-item {
    padding: 15px 0px 15px 15px;
    margin: 0 5px 10px 5px;
    flex: 0 0 calc(50% - 10px);
}

.single-info, .single-info-bottom {
    margin: 0 -5px !important;
}

.col .single-info-item h5 {
    font-size: 12px;
    letter-spacing: 0.05em;
}

.single-info-item p {
    font-size: 19px;
}

.single-info-bottom {
    flex-direction: column;
}

.mpopup {
    padding-top: 30px;
}

.mpopup .close {
    width: 34px;
    height: 34px;
    top: 10px;
    right: 10px;
}

.mpopup .close svg {
    width: 34px;
    height: auto;
}

.modal-content {
    max-width: 90vw;
    padding: 45px 25px 30px 25px;
}

.mpopup h3 {
    font-size: 30px !important;
 }

.single .dalsie-moznosti .wpb_column .vc_column-inner > .wpb_wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.single .dalsie-moznosti .img-with-aniamtion-wrap {
    margin: 0 !important;
    max-width: 100px !important;
}

ul.wpb_tabs_nav.ui-tabs-nav.clearfix {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 25px;
}
}

