/*
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
*/

/*Button*/
.outline-btn{
    display:inline-block;
    position:relative;
    padding: 16px 37px;
    border:2px solid #B39A52;
    color:#323232;
    font-family:'mendl-sans-dusk';
    font-size:16px;
    transition: all 0.4s;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.8px;
    line-height: 1;
    margin-top: 15px;
	white-space: nowrap;
}

.outline-btn.light{
	color: #fff;
}

.outline-btn:after{
    content:" ";
    border:2px solid #B39A52;
    display:inline-block;
    width: calc(100% - 12px);
    height: calc(100% + 12px); 
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    transition:all 0.4s;
}

.outline-btn:hover:after{  
    border:2px solid rgb(179 154 82 / 0%);
    width: 100%;
    height: 100%; 
}

a.outline-btn:hover {
    background: #b39a52;
}

.subtitle h4 {
    color: #b39a52;
    margin-bottom: 10px !important;
}

/*main*/

.perex p {
    font-size: 26px;
    font-weight: 400;
}

.main-row {
    position: absolute;
}

.nectar-lottie-wrap.main-animation {
    height: 800px;
    width: auto;
    min-width: 50px;
}

.nectar-lottie-wrap.main-animation svg {
    height: 800px !important;
    width: auto !important;
    margin-right: 0;
    margin-left: auto;
    display: block;
}

.nectar-lottie-wrap .nectar-lottie {
    height: 800px;
}

.main-image {
    height: 800px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    background: url(/wp-content/uploads/2024/12/DJI_0859-final-hero-desktop-2-copy.webp);
    background-size: auto 800px;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.main-row-text {
    min-height: 800px;
}

.carousel-column .nectar-carousel {
    width: 50vw;
    margin-bottom: 0;
}

.project-numbers {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 50vw;
    padding: 50px 50px 60px 50px;
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0 / 60%));
    margin-top: -257px;
    height: 257px;
    z-index: 1;
}

.project-numbers p.number-item {
    flex: 1;
    font-size: 18px;
    line-height: 1.3;
    padding-bottom: 20px !important;
    padding-top: 20px;
}

.project-numbers p.number-item strong {
    font-size: 46px;
    font-weight: 400;
}

.project-numbers p.number-item:not(:last-child) {
    border-right: 1px solid rgb(255 255 255 / 75%);
}

.nectar-simple-slider .flickity-page-dots {
    z-index: 100;
}

.map-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
}

.map-wrapper img {
    margin-bottom: 0px !important;
    width: 100% !important;
    max-height: 1000px;
    object-fit: cover;
}

img.mapa-svg {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.column-fullwidth-text .wpb_text_column.wpb_content_element {
    padding-right: 25px;
}

.justify {
    text-align: justify;
}

/*FOOTER*/
.nectar_icon_wrap.social-icon .nectar_icon i {
   color: #fff !important;
}

.nectar_icon_wrap.social-icon .nectar_icon {
    border-radius: 0;
}

.nectar_icon_wrap.social-icon[data-padding="20px"] .nectar_icon {
    padding: 18px 16px;
}

.copyright p {
    text-transform: uppercase;
    font-weight: 500 !important;
    letter-spacing: 1.2px !important;
}

.copyright p a:hover {
    color: #fff !important;
}

/*CONTACT FORM*/
.form-two-column {
    display: flex;
    gap: 20px;
    text-align: left;
}

.wpcf7-form .nectar-wpcf7-inline-form .nectar-wpcf7-inline-field {
    flex-grow: 1;
    padding-bottom: 20px;
    padding-right: 20px;
}

.material .wpcf7-form .nectar-wpcf7-inline-form {
    padding: 0;
}

.wpcf7-form textarea, .wpcf7-form input[type="text"], 
.wpcf7-form input[type="email"] {
    border-radius: 0;
    padding: 13px 10px !important;
	font-weight: 500;
    letter-spacing: 0.3px;
}

.wpcf7-form textarea {
    height: 110px;
}

.wpcf7-form textarea::placeholder, .wpcf7-form input[type="text"]::placeholder, 
.wpcf7-form input[type="email"]::placeholder {
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.4px;
}

.wpcf7 input:focus, .wpcf7 textarea:focus, .wpcf7 select:focus {
    outline: none;
}

.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;
}

span.wpcf7-list-item-label {
    position: relative;
    padding-left: 40px;
    font-size: 14px;
    line-height: 1.1;
    color: #fff !important;
    cursor: pointer;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 1.4px;
    margin-left: -5px;
}

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

span.wpcf7-list-item-label:before {
    content: '';
    width: 30px;
    height: 31px;
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
}

span.wpcf7-list-item-label:after {
    content: '';
    width: 30px;
    height: 31px;
    position: absolute;
    display: block;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: #b39a52;
    transition: all 0.2s ease;
    background-image: url(/wp-content/uploads/2024/12/icon-check.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
}

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: #fd1c1c !important;
    font-size: 12px;
    bottom: 0px !important;
    position: absolute;
    right: 3px;
    height: auto;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    background: #fd1c1c;
    border-color: #fd1c1c;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}

.gdpr {
    margin-bottom: 30px;
}

.gdpr span.wpcf7-not-valid-tip {
    top: auto !important;
    bottom: -35px !important;
    position: absolute;
    left: 0;
}

button.outline-btn.light.wpcf7-form-control.wpcf7-submit.has-spinner {
    color: #fff !important;
    font-weight: 500;
}



/*SINGLE BYT*/

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

.single-byt-content {
    height: calc(100vh - 110px);
    max-height: calc(100vh - 110px);
}

.single-byt .container.main-content {
    padding: 0;
}

a.link-back {
    position: absolute;
    display: flex;
    left: 5vw;
    top: 30px;
    width: auto;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #323232;
    cursor: pointer;
    z-index: 9999;
}

a.link-back:hover {
    color: #b39a52;
}

a.link-back svg {
    top: -2px;
    position: relative;
}

.single-byt-content .vc_col-sm-4.wpb_column .vc_column-inner {
    padding: 85px 2vw 35px 5vw;
    background-color: #f8f5f1;
    background-image: url(/wp-content/uploads/2024/12/pattern.png);
    background-repeat: repeat;
    height: 100%;
    max-height: calc(100vh - 110px);
}

@media (min-width: 1000px) {
.single-byt-content .vc_col-sm-4.wpb_column .vc_column-inner {
    overflow-y: auto;
}
}

.single-byt-content .vc_col-sm-4.wpb_column > .vc_column-inner > .wpb_wrapper {
    display: flex;
    flex-direction: column;
}

.single-byt-content h1 {
    font-size: 46px;
    line-height: 1.3;
    text-transform: none;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: auto;
}

.footer-links.copyright {
    margin-top: auto;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
}

.footer-links.copyright p,
.footer-links.copyright a {
    padding: 0;
    font-size: clamp(8px, 0.8vw, 12px);
    text-transform: uppercase;
    color: #323232;
    opacity: 0.6;
    font-weight: 500;
    letter-spacing: 1.2px;
}

table.info-table,
body:not(.woocommerce-cart) .main-content table tr:nth-child(2n+1),
table.info-table td {
    background: transparent !important;
    border: none !important;
}

body:not(.woocommerce-cart) .main-content table.info-table td {
    padding: 0;
    font-size: 20px;
    font-weight: 300;
}

body:not(.woocommerce-cart) .main-content table.info-table td:last-child {
    text-align: right;
}

body:not(.woocommerce-cart) .main-content table.info-table {
    max-width: 310px;
}

.single-byt-content a.outline-btn {
    text-align: center;
    width: 100%;
    max-width: 310px;
    margin-bottom: 40px;
    cursor: pointer;
}

a.download-btn {
    display: flex;
    left: 5vw;
    top: 30px;
    width: auto;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #323232;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    cursor: pointer;
}

a.download-btn svg {
    transform: rotate(-90deg);
}


a.download-btn.gallery {
    margin-top: 20px;
    margin-bottom: 20px;
}

a.download-btn.gallery svg {
    transform: rotate(180deg);
    margin-top: -3px;
}

.single-byt-content .vc_col-sm-8.wpb_column .vc_column-inner {
    max-height: calc(100vh - 110px);
    min-height: calc(100vh - 110px);
    height: 100%;
}

.single-byt-content .vc_col-sm-8.wpb_column .vc_column-inner > .wpb_wrapper {
    height: 100%;
}

.podorys-image {
    position: relative;
    min-height: 100%;
    height: 100%;
    width: 100%;
    text-align: center;
    padding: 30px;
    display: flex
;
    flex-direction: column;
    justify-content: center;
}

.podorys-image img {
    max-height: calc(100vh - 220px);
}

.podorys-image a:hover img {
    cursor: zoom-in;
}

.icon-zoom {
    position: absolute;
    width: 65px;
    height: 65px;
    background: url(/wp-content/uploads/2024/12/icon-zoom.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: 0.3s ease;
    z-index: 10;
}

.podorys-image a:hover .icon-zoom {
    opacity: 1;
}

/*POPUP*/
.mpopup {
    display: none;
    position: absolute;
    z-index: 10000;
    padding-top: 0px;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: rgb(50 50 50 / 70%);
}

.mpopup.show {
    display: block;
}

.modal-content {
    position: absolute;
    height: 100vh;
    background-color: #fff;
    top: 0;
    padding: 50px 75px 50px 75px;
    width: 600px;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.6s;
    animation-name: animatetop;
    animation-duration: 0.6s;
    border-radius: 0;
    transition: all 0.6s ease;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.modal-body {
    padding:0px;
}

.modal-body h2 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 30px;
}

.mpopup .close {
    width: 67px;
    height: 67px;
    display: inline-block;
    position: absolute;
    top: 120px;
    left: -33px;
}

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

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

/* add animation effects */
@-webkit-keyframes animatetop {
    from {right: -600px; opacity:0}
    to {right: 0; opacity:1}
}

@keyframes animatetop {
    from {right: -600px; opacity:0}
    to {right: 0; opacity:1}
}

.contact-links {
    display: flex;
    justify-content: space-between;
    font-size: 26px;
    line-height: 1;
    margin-bottom: 60px;
    font-weight: 400;
}

.mpopup .wpcf7-form .nectar-wpcf7-inline-form .nectar-wpcf7-inline-field p,
.gdpr p {
    padding: 0;
}

.mpopup .wpcf7-form {
    margin-top: 20px;
}

.mpopup .wpcf7-form textarea, .mpopup .wpcf7-form input[type="text"], .mpopup .wpcf7-form input[type="email"] {
    background: rgb(217 217 217 / 50%);
}

.mpopup span.wpcf7-list-item-label, .mpopup span.wpcf7-list-item-label a {
    color: #323232 !important;
}

.mpopup span.wpcf7-list-item-label:before {
    background: rgb(217 217 217 / 50%);
}

.mpopup button.outline-btn.light.wpcf7-form-control.wpcf7-submit.has-spinner {
    color: #323232 !important;
    font-weight: 500;
    width: 210px;
    padding-top: 16px;
    padding-bottom: 16px;
}


@media (max-width: 1000px) {
.mpopup {
left: 0;
top: 0;
width: 100vw;
height: 100vh;
}

.mpopup .close {
display: inline-block;
position: absolute;
top: -25px;
left: 50%;
transform: translateX(-50%);
}

.mpopup .close {
width: 50px;
height: 50px;
}

.mpopup .close svg {
width: 50px;
height: 50px;
}

.modal-body h2 {
font-size: 36px;
}

.contact-links {
font-size: 20px;
margin-bottom: 20px;
}

.modal-content {
height: auto;
bottom: 0;
top: auto;
padding: 50px 20px 10px 20px;
width: 100%;
-webkit-animation-name: animate-bottom;
-webkit-animation-duration: 0.6s;
animation-name: animate-bottom;
animation-duration: 0.6s;
right: 0;
left: 0;
justify-content: flex-end;
}


/* add animation effects */
@-webkit-keyframes animate-bottom {
from {bottom: -80vh; opacity:0}
to {right: 0; opacity:1}
}

@keyframes animate-bottom {
from {bottom: -80vh; opacity:0}
to {right: 0; opacity:1}
}

div#mpopupThx .modal-content {
justify-content: center;
}
}

    



/*SELEKTOR BUDOVA*/

.selektor svg {
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: 0;
    display: block;
    max-height: 1000px;
    max-width: 1200px;
}

.vc_col-sm-4.selektor-headings > .vc_column-inner > .wpb_wrapper {
    display: flex;
    flex-direction: column;
}

.vc_col-sm-4.selektor-headings .vc_column-inner {
    padding-left: calc(100vw * 0.08);
}

.text-bottom {
    margin-top: auto;
    padding-bottom: 10vh;
}

a.budovy-vyber {
    opacity: 1 !important;
}

a.budovy-vyber text.text-1 {
    fill: #fff;
    opacity: 0.5;
    transition: all 0.3s ease;
}

a.budovy-vyber:hover text.text-1 {
    fill: #fff;
    opacity: 1;
}

a.budovy-vyber .shape {
    fill: rgb(179 154 82 / 70%);
    opacity: 0;
    transition: all 0.3s ease;
}

a.budovy-vyber:hover .shape {
    opacity: 1;
}

a.budovy-vyber line.line {
    stroke-width: 1px;
    stroke: #fff;
    opacity: 0;
    transition: all 0.3s ease;
}

a.budovy-vyber:hover line.line {
    opacity: 1;
}

a.budovy-vyber.predane .shape {
    fill: rgb(224 35 35);
    opacity: 0.5;
}

/*obchod*/
.obch-priestor-info {
    display: flex;
    align-items: center;
    gap: 2.5vw;
    padding-bottom: 40px;
    position: relative;
    width: 100%;
}

.info-item {
    display: flex;
    gap: 2.5vw;
}

.info-item p {
    font-size: 24px;
    font-weight: 400;
	padding: 0;
    line-height: 1;
}

.info-item p span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.4px;
	margin-bottom: 10px;
    display: inline-block;
}

.obch-priestor-info a.download-btn {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: 0;
}

.obch-priestor-info a.outline-btn {
    margin-top:0;
}

.vc_col-sm-6.obchod-image-center .vc_column-inner > .wpb_wrapper {
    display: flex;
    flex-direction: column;
}

.vc_col-sm-6.obchod-image-center .img-with-aniamtion-wrap.center {
    margin-top: auto;
    margin-bottom: auto;
}

.download-btns {
    margin-left: auto;
    margin-right: 0;
}

/*SELEKTOR PODLAZIE*/
.selektor-podlazie {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.selektor-podlazie a.link-back {
    left: 0;
}

.selektor-podorys {
    margin-left: auto;
    margin-right: auto;
}

.selektor-podorys svg {
    max-height: 600px;
    width: auto;
}

.selektor-nav {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.selektor-nav a {
    color: #323232;
    opacity: 0.4;
}

.selektor-nav a.active,
.selektor-nav a:hover {
    opacity: 1;
}

.selektor-legenda {
    position: absolute;
    right: 0;
    bottom: 40px;
    display: flex;
   flex-direction: column;
    align-items: flex-end;
}

img.severka {
    max-width: 55px !important;
}

.legenda-items {
    display: flex;
    column-gap: 20px;
	flex-wrap: wrap;
	max-width: 200px;
}

.legenda-items p {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 0;
    padding-left: 19px;
}

.legenda-items p:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    top: 7px;
}

.legenda-items p.legenda-volny:before {
    background: #91B97A;
}

.legenda-items p.legenda-rezervovany:before {
    background: #B39A52;
}

.legenda-items p.legenda-predany:before {
    background: #323232;
}

.legenda-items p.legenda-nieje:before {
    background: #9a9a9a;
}

#info-box {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    color: #222;
    border: 0px solid #ffffff;
    border-radius: 0px;
    padding: 8px 13px;
    min-width: 170px;
    z-index: 9999;
    line-height: 1.4;
    box-shadow: 0 4px 4px rgba(0,0,0,0.25);
}

p.info-title {
    font-weight: 400;
    padding-bottom: 8px;
    font-size: 20px;
}

.infobox-item {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    line-height: 1.3;
    gap: 10px;
}

path.podorys-bytu {
    transition: all 0.3s ease;
}

path.volny.podorys-bytu {
    fill: rgb(145 185 122 / 40%);
}

path.volny.podorys-bytu:hover {
  fill: rgb(145 185 122 / 80%); 
}

path.rezervovany.podorys-bytu {
    fill: rgb(179 154 82 / 40%);
}

path.niejevpredaji.podorys-bytu {
    fill: rgb(154 154 154 / 40%);
}

path.rezervovany.podorys-bytu:hover {
    fill: rgb(179 154 82 / 80%);
}

path.predany.podorys-bytu {
    fill: rgb(50 50 50 / 40%);
}

path.predany.podorys-bytu:hover {
    fill: rgb(50 50 50 / 80%);
}

path.niejevpredaji.podorys-bytu:hover {
    fill: rgb(154 154 154 / 80%);
}


.pum-content.popmake-content .wpcf7-form input[type="text"], 
.pum-content.popmake-content .wpcf7-form input[type="email"] {
    background: #fff;
}

.pum-content.popmake-content button.outline-btn.light.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 210px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 0;
}

.pum-content.popmake-content .outline-btn:after{
    height: calc(100% + 16px); 
}

.pum-content.popmake-content {
    display: flex;
}

.pum-content.popmake-content h2 {
    font-size: 40px;
}

.pum-content.popmake-content h3 {
    font-size: 20px;
}

.popup-row {
    padding-left: 40px;
    padding-right: 40px;
}

button.pum-close.popmake-close,
button.pum-close.popmake-close:hover {
    background: url(/wp-content/uploads/2024/12/button-close.svg);
    background-size: 70px;
    background-position: center;
    transition: all 0.3s ease;
}

button.pum-close.popmake-close:hover {
    opacity: 0.5;
}


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

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

.selektor-nav a .small {
    display: none;
}

li.ponuka-mobile.menu-item {
    display: none !important;
}
}

@media (max-width:1000px) {
.outline-btn {
    padding: 13px 30px;
    font-size: 15px;
    letter-spacing: 0.6px;
}

.container {
    max-width: 100%;
    padding-left: 18px;
    padding-right:  18px;
}

.obch-priestor-info {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
    padding-bottom: 0;
}

.info-item p span {
    font-size: 12px;
    letter-spacing: 0.8px;
}

.info-item {
justify-content: space-between;
    gap: 15px;
    width: 100%;
}

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

.obch-priestor-info a.outline-btn {
    width: 100%;
    text-align: center;
}

.obch-priestor-info a.download-btn {
    margin-left: auto;
    margin-right: auto;
}

.perex p {
    font-size: 20px;
}

.main-image {
    height: 400px;
    background-size: auto 400px;
    background-repeat: no-repeat;
    background-position: bottom right -70px;
}

.nectar-lottie-wrap.main-animation {
    height: 400px;
}

.nectar-lottie-wrap.alignment_right {
    justify-content: flex-end;
    margin-left: auto;
}

.nectar-lottie-wrap .nectar-lottie {
    height: 400px;
}

.nectar-lottie-wrap.main-animation svg {
    height: 400px !important;
    margin-right: -70px;
}

.carousel-column .nectar-carousel {
    width: calc(100vw - 18px);
}

.carousel-column .nectar-flickity {
    min-height: 500px;
    max-height: 500px;
}

.project-numbers {
    width: calc(100vw - 18px);
    padding: 50px 20px 70px 20px;
    margin-top: -220px;
    height: 220px;
    z-index: 1;
}

.project-numbers p.number-item strong {
    font-size: 36px;
}

.project-numbers p.number-item {
    font-size: 15px;
    line-height: 1.2;
    padding-bottom: 0px !important;
    padding-top: 10px;
}

.left-img-row {
    max-width: calc(100vw - 18px);
}

.gallery-desktop {
    display: none;
}

.map-wrapper {
    height: 620px;
}

.vc_col-sm-4.selektor-headings .vc_column-inner {
    padding-left: 18px;
    padding-right: 18px;
}

.selektor-headings .text-bottom {
    padding-bottom: 30px;
}

.selektor-headings .wpb_text_column.wpb_content_element.subtitle {
    margin-bottom: 0;
}

.selektor-headings h1 {
    max-width: 280px !important;
}

.selektor-headings h1 {
    max-width: 280px !important;
}

.selektor > .wpb_wrapper:before {
    content: '';
    position: absolute;
    height: 30px;
    width: 100%;
    background: linear-gradient(to bottom, #323232, rgb(50 50 50 / 0%));
    top: 0;
    left: 0;
}

a.budovy-vyber text.text-1 {
    font-size: 32px;
}

.selektor-nav a .large {
    display: none;
}

.selektor-podlazie {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 90px;
}

.selektor-nav {
    flex-direction: row-reverse;
    gap: 0px;
    justify-content: space-between;
    width: 100%;
    font-size: 16px;
}

.selektor-podorys {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

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

.selektor-legenda {
    position: relative;
    width: 100%;
    right: 0;
    bottom: 0px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}

img.severka {
    max-width: 50px !important;
    margin-bottom: 0 !important;
}

.legenda-items p {
    font-size: 11px;
}

.legenda-items {
    gap: 15px;
}

#info-box {
    display: none !important;
}

.single-byt-content {
    height: 100%;
    max-height: 100%;
}

.single-byt-content .vc_col-sm-4.wpb_column .vc_column-inner {
    padding: 40px 18px 30px 18px;
    height: auto;
    max-height: 100%;
}

.full-width-content.single-byt-content > .row_col_wrap_12.col.span_12.dark {
    flex-direction: column-reverse;
}

.single-byt-content .vc_col-sm-8.wpb_column .vc_column-inner {
    max-height: 560px;
    min-height: 100%;
    height: 100%;
}

.podorys-image {
    min-height: 450px;
    height: auto;
    width: 100%;
    padding: 90px 18px 60px 18px;
}

.single-byt-content .vc_col-sm-8.wpb_column .vc_column-inner > .wpb_wrapper {
    height: auto;
    min-height: 100%;
    max-height: 560px;
    width: 100%;
}

.icon-zoom {
    width: 50px;
    height: 50px;
    top: auto;
    left: auto;
    transform: translate(0%, 0%);
    bottom: 15px;
    right: 15px;
    opacity: 1;
}

.single-byt-content .vc_col-sm-4.wpb_column > .vc_column-inner > .wpb_wrapper {
    width: 100%;
}

body:not(.woocommerce-cart) .main-content table.info-table,
.single-byt-content a.outline-btn {
    max-width: 320px;
}

.footer-links.copyright {
    margin-top: 50px;
}

.footer-links.copyright p, .footer-links.copyright a {
    font-size: 11px;
    letter-spacing: 1px;
}

body:not(.woocommerce-cart) .main-content table.info-table td {
    font-size: 18px;
}

.single-byt-content h1 {
    font-size: 40px;
    margin-bottom: 30px;
}

.podorys-image img {
    max-height: 400px;
}

.no-scroll {
    overflow: hidden;
    height:100vh;
}

span.wpcf7-list-item-label {
    font-size: 11px;
    letter-spacing: 0.4px;
}

.copyright .column_element_direction_desktop_horizontal.el_spacing_30px > .vc_column-inner > .wpb_wrapper {
    gap: 5px;
    justify-content: space-between;
}

.copyright p {
    letter-spacing: 1px !important;
}

.wpcf7-form textarea, .wpcf7-form input[type="text"], .wpcf7-form input[type="email"] {
    font-size: 12px;
}

.wpcf7-form .nectar-wpcf7-inline-form .nectar-wpcf7-inline-field {
    padding-bottom: 15px;
    padding-right: 15px;
}

.nectar_icon_wrap.social-icon[data-padding="20px"] .nectar_icon {
    padding: 15px 13px;
}

#header-outer .menu-item-278 > a {
    max-width: 85px;
    text-align: center;
    padding: 0 !important;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.6px;
    height: 43px;
    border: 2px solid #B39A52;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 10px;
}

.slide-out-widget-area-toggle.mobile-icon.fullscreen-split {
    border: 2px solid #B39A52;
    width: 43px !important;
    height: 43px !important;
    padding: 0 9px !important;
}

#top .slide-out-widget-area-toggle a .lines-button:after {
    display: none;
}

body #header-outer .slide-out-widget-area-toggle.mobile-icon .lines:before {
    top: 4px;
}

#header-outer .slide-out-widget-area-toggle.mobile-icon .lines:after {
    top: -4px;
}

#slide-out-widget-area.fullscreen-split .off-canvas-menu-container>ul>li {
    margin-bottom: 25px !important;
}
}