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

#header-outer:not([data-format=left-header]) #top>.container>.row nav>ul {
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
}

body #header-outer, 
body[data-header-color="dark"] #header-outer {
    background: linear-gradient(to bottom, rgb(15 15 15 / 90%) 10%, rgb(15 15 15 / 0%));
    box-shadow: none !important;
}

/*.admin-bar .wpb_row.vc_row-o-full-height.top-level.home-top,
.wpb_row.vc_row-o-full-height.top-level.home-top,
.admin-bar .wpb_row.vc_row-o-full-height.top-level.home-top > .col.span_12,
.wpb_row.vc_row-o-full-height.top-level.home-top > .col.span_12{
    min-height: 85vh !important;
}*/

.nectar-responsive-text.home-title h1 {
   background: #d9b142;
   background: repeating-linear-gradient(to right, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #faf0a0 35%, #ffffc2 40%, #faf0a0 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent; 
   filter: drop-shadow(0 0 1px rgba(255, 200, 0, .3));
  animation: MoveBackgroundPosition 8s ease-in-out infinite;
   background-size: 150%;
}

@keyframes MoveBackgroundPosition { 
  0% {
      background-position: 0% 50%
  }
  
  50% {
    background-position: 100% 50%
  }
  
  100% {
    background-position: 0% 50%
  }
}

.container-wrap .wpb_row:not(.inner_row) > .row-bg-wrap:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(/wp-content/uploads/2025/06/noise-2.png);
    z-index: 3;
    background-size: 200px;
    background-repeat: repeat;
    opacity: 0.6;
}

.home-top > .row-bg-wrap .row-bg-overlay.row-bg-layer {
    background: radial-gradient(circle at top left, rgba(217, 177, 66, 0.3) 2%, rgba(28, 28, 28, 0) 31%), 
        linear-gradient(to bottom, rgb(15 15 15 / 0%) 85%, #0f0f0f) !important;
}

.home-top > .row-bg-wrap .row-bg.viewport-desktop.using-image {
    opacity: 0.5;
}

.home-title h1 {
 font-size: min(130px, max(40px, 8vw));
 line-height: 0.9;
 margin-bottom: 0 !important;
 background: #d9b142;
 background: repeating-linear-gradient(to right, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #faf0a0 35%, #ffffc2 40%, #faf0a0 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent; 
 filter: drop-shadow(0 0 1px rgba(255, 200, 0, .3));
 animation: MoveBackgroundPosition 5s ease-in-out infinite;
 background-size: 150%;
}

.home-title.bottom p {
    display: flex;
    gap: 50px;
}

.home-title.bottom p span:first-child {
    position: relative;
}

.home-title.bottom p span:first-child:after {
    content: '/';
    font-size: 50px;
    position: absolute;
    top: -18px;
    right: -35px;
    font-weight: 400;
}

.home-title.bottom p {
 font-size: min(24px, max(14px, 1.6vw));
 line-height: 1.4;
 font-family: 'Archivo';
 font-weight: 800;
 margin-top: 15px;
}

.col-divider.column_element_direction_desktop_horizontal.el_spacing_50px > .vc_column-inner > .wpb_wrapper {
    gap: 80px !important;
}

.vc_col-sm-12.col-divider .vc_column-inner .wpb_text_column {
    position: relative;
}

.vc_col-sm-12.col-divider .vc_column-inner .wpb_text_column:not(:last-child):after {
    content: '/';
    position: absolute;
    top: 5px;
    right: -50px;
    font-size: 40px;
}

.section-title h5 {
    padding: 15px 25px;
    border: 1px solid rgb(232 232 232 / 50%);
    display: inline-block;
    border-radius: 100px;
    margin-right: 30px;
    white-space: nowrap;
}

.section-title h5 strong {
    font-weight: 800;
    margin-right: 15px;
}

.section-title .wpb_wrapper {
    display: flex;
    align-items: center;
    position: relative;
}

.section-title .wpb_wrapper:after {
    height: 1px;
    width: 100%;
    background: rgb(232 232 232 / 50%);
    content: '';
    flex-grow: 1;
}

.prices .wpb_column .vc_column-inner {
    border: 1px solid rgb(232 232 232 / 30%);
    padding: 45px 10px;
    border-radius: 15px;
}

.prices h2 strong {
    font-size: 30px;
    line-height: 1.2;
    display: inline-block;
    text-transform: uppercase;
}

.prices .vc_col-sm-3.first-price.wpb_column .vc_column-inner {
    border-color: #d9b142;
}

.prices.other h2 {
    font-size: 32px;
    line-height: 1.2;
}

.prices.other h2 strong {
    font-size: 22px;
}

.prices.other.rybadna h2 strong {
    font-size: 18px;
    margin-bottom: 10px;
}

.prices.other.rybadna h2 {
    font-size: 20px;
}

.prices.rybadna .wpb_column .vc_column-inner {
    padding: 25px 10px;
}

.prices .vc_col-sm-3.miesto-2.wpb_column .vc_column-inner {
    border-color: #dfc37e;
}

.prices .vc_col-sm-3.miesto-3.wpb_column .vc_column-inner {
    border-color: #e6dbc2;
}

.prices.other .wpb_column .vc_column-inner {
    padding: 25px 10px;
}

.prices.other .wpb_column .vc_column-inner > .wpb_wrapper {
    display: flex;
    flex-direction: column;
}

.prices.other .wpb_column .vc_column-inner > .wpb_wrapper .img-with-aniamtion-wrap {
    margin-top: auto;
    margin-bottom: auto;
}

.big-title > .row_col_wrap_12_inner > .wpb_column > .vc_column-inner {
    position: relative;
}

.big-title .wpb_text_column {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 120px;
}

.col .big-title .wpb_text_column h2 {
    font-size: clamp(22px, 3.5vw, 50px);
    line-height: 1.2;
    color: #d9b142;
}

.partners-wrap {
    background-color: #f5f5f5;
    background-image: url(/wp-content/uploads/2025/06/noise-dark.png);
    border-radius: 15px;
    padding: 30px;
    overflow: hidden;
    background-size: 200px;
}

.partners-big {
    display: flex;
    text-align: center;
    border-bottom: 1px solid #1c1c1c;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.partners-big h3 {
    color: #1c1c1c;
}

.partners-big .left, .partners-big .right {
    flex: 0 0 50%;
    max-width: 50%;
}

.partners-big img {
    max-width: 300px !important;
    max-height: 180px;
    margin: auto;
}

.partners-small {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.partners-small a {
    flex: 0 0 12.5%;
    max-width: 12.5%;
    padding: 20px;
}

.partners-small a:last-child {
    margin-left: 0;
    margin-right: auto;
}

.partners-small a img {
    margin-bottom: 0 !important;
    max-height: 90px;
    margin: auto;
    mix-blend-mode: multiply;
}

.harmonogram-item {
    display: flex;
    margin-bottom: 20px;
    align-items: flex-start;
}

.harmonogram-item p {
    padding: 0;
    position: relative;
    margin-right: 70px;
}

.harmonogram-item p.date {
    padding: 10px 20px;
    border: 1px solid rgb(232 232 232 / 50%);
    display: inline-block;
    border-radius: 100px;
    white-space: nowrap;
    font-weight: 700;
    position: relative;
}

.harmonogram-item p:after {
    content: '';
    height: 1px;
    width: 50px;
    background: rgb(232 232 232 / 20%);
    content: '';
    position: absolute;
    display: inline-block;
    right: -60px;
    top: 22px;
}
    
.harmonogram-item p.day-name {
    padding-top: 10px;
    flex: 0 0 70px;
}

p.harmonogram-content {
    padding-top: 10px;
    margin-right: 0;
}

p.harmonogram-content:after {
    display: none;
}

.harmonogram {
    max-width: 585px;
    width: 585px;
    margin-left: auto;
    margin-right: 0;
    margin-top: -80px;
}

@media (min-width: 1100px) {
.harmonogram {
    margin-top: clamp(-250px, -30vh, -100px);
}
}

.vitazi .flickity-slider .inner-wrap-outer{
    position: relative;
    overflow: visible;
}

.vitazi .flickity-slider .inner-wrap-outer:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -30px;
    left: 15px;
    background: linear-gradient(to right, rgb(232 232 232 / 30%) 60%, rgb(232 232 232 / 0%) 60%, rgb(232 232 232 / 0%) 100%, rgb(232 232 232 / 0%) 100%);
    background-repeat: repeat-x;
    background-size: 20px;
}

.vitazi .flickity-slider .inner-wrap-outer:before {
    content: '';
    width: 12px;
    height: 12px;
    background: transparent;
    position: absolute;
    bottom: -37px;
    left: -6px;
    border-radius: 50%;
    border: 2px solid rgb(232 232 232 / 80%);
}

.vitazi .nectar-fancy-box h3 {
    font-size: 28px;
    line-height: 1;
}

.vitazi .flickity-viewport {
    margin-top: 0 !important;
}

.link-social .nectar-scrolling-text {
    position: relative;
    opacity: 0;
    transition: all 0.3s ease;
}

.link-social .nectar-scrolling-text:before {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100%;
    background: #fff;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.link-social .nectar-scrolling-text i {
    font-size: 55px !important;
    margin: -12px 20px 0 20px;
    transform: rotate(-45deg);
}

.link-social {
    position: relative;
    height: 65px;
}

.link-social .wpb_raw_code.wpb_raw_html.wpb_content_element.static-text {
    position: absolute;
    margin-bottom: 0 !important;
    width: 100%;
    border-bottom: 1px solid rgb(232 232 232 / 25%);
    height: 65px;
    top: 0;
    left: 0;
}

.link-social .static-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;   
    height: 100%;
    line-height: 65px;
}

.link-social .static-wrapper h3,
.link-social .static-wrapper span {
    margin-bottom: 0 !important;
    text-transform: uppercase;
    color: #d9b142;
}

.link-social .static-wrapper span i {
    font-size: 30px;
}

.link-social:hover .nectar-scrolling-text {
    opacity: 1;
}

.nectar-header-text-content, .hurrytimer-campaign {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.hurrytimer-campaign {
    margin-top: 15px;
}

.hurrytimer-campaign-138 .hurrytimer-headline,  .hurrytimer-timer * {
    color: #d9b142 !important;
}

.hurrytimer-timer-digit {
    font-weight: 700;
}

a.nectar-button.large.see-through.accent-color.vysledky-btn {
align-self: flex-start;
    margin-top: 20px;
    border-width: 1px;
    padding: 9px 13px 7px 13px;
}

#myButton {
    display: none;
}


/*woocommerce*/
.cart div.quantity, .woocommerce-mini-cart div.quantity,
.cart div.quantity:hover, .woocommerce-mini-cart div.quantity:hover {
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.woocommerce-page .single_add_to_cart_button {
    max-width: 280px;
}

.woocommerce-tabs.wc-tabs-wrapper {
    top: 20px !important;
    position: relative;
}

.woocommerce div.product .woocommerce-tabs[data-tab-style=in_sidebar] ul.tabs li {
    min-width: 100px;
    text-align: center;
    background: transparent;
}

.woocommerce div.product .woocommerce-tabs[data-tab-style=in_sidebar] ul.tabs li.active {
    border-bottom: 2px solid #d9b142 !important;
    color: #d9b142;
}

.single-product .container.main-content {
    margin-top: 40px;
}

.woocommerce-cart .cart-collaterals table tr:nth-child(1n) th, 
.woocommerce-cart table tbody tr:nth-child(1n) td:not(.actions) {
    border: 1px solid rgb(255 255 255 / 40%) !important;
    border-collapse:collapse;
}

#add_payment_method .cart-collaterals .cart_totals table, 
.woocommerce-cart .cart-collaterals .cart_totals table, 
.woocommerce-checkout .cart-collaterals .cart_totals table,
.woocommerce table.shop_table {
    border-collapse: collapse;
}

.woocommerce #content table.cart a.remove, .woocommerce table.cart a.remove, 
.woocommerce-page #content table.cart a.remove, 
.woocommerce-page table.cart a.remove {
    background: #fff;
}

.material.woocommerce-page[data-form-style=default] input#coupon_code {
    border: 1px solid rgb(255 255 255 / 40%);
    border-radius: 200px;
}
.woocommerce form .form-row .input-text {
    background-color: #0f0f0f;
    border: 1px solid rgb(255 255 255 / 40%);
    color: #fff;
    height: 50px;
}

.woocommerce form .form-row textarea {
    min-height: 100px;
}

.checkout #order_review .order-review {
    border-bottom: 1px solid rgba(255, 254, 255, .4);
    border-top: 1px solid rgba(255, 254, 255, .4);
}

.woocommerce table.order-review th, .woocommerce-page table.order-review th {
    color: #fff;
    font-family: 'Archivo';
    font-weight: 500;
}

.woocommerce-checkout-review-order-table .product-container {
    background-color: rgba(255, 255, 255, .1);
}

.woocommerce-checkout #payment div.payment_box p {
    color :#ffffff96;
}

.woocommerce-checkout .container.main-content {
    margin-top: 35px;
}




@media (max-width: 1000px) {
#header-outer.scrolling {
    background: rgb(15 15 15 / 100%);
}

.hurrytimer-campaign {
    position: absolute;
    right: 50px;
    top: 0;
}

.col.span_9.col_last {
    padding-left: 150px;
}

a.nectar-button.large.see-through.accent-color.vysledky-btn {
    position: absolute;
    right: 80px;
}

.home-title.bottom p {
    gap: 30px;
}

.home-title.bottom p span:first-child:after {
    font-size: 30px;
    top: -12px;
    right: -20px;
}

.col-divider.column_element_direction_desktop_horizontal.el_spacing_50px > .vc_column-inner > .wpb_wrapper {
    gap: 30px !important;
}

.col .col-divider h4 {
    font-size: 15px;
    max-width: 90px;
    line-height: 1.3;
}

.vc_col-sm-12.col-divider .vc_column-inner .wpb_text_column:not(:last-child):after {
    top: -2px;
    right: -20px;
    font-size: 30px;
}

.section-title h5 {
    padding: 13px 18px;
}

.big-title .wpb_text_column {
    margin-left: 50px;
}

.nectar-simple-slider.min-height-520px {
    min-height: 280px;
    height: 30vh !important;
}

.vc_col-sm-3.first-price.wpb_column {
    width: 100% !important;
}

.vc_col-sm-3.miesto-2.wpb_column,
.vc_col-sm-3.miesto-3.wpb_column, 
.vc_col-sm-3.miesto-4.wpb_column {
    flex: 0 0 33.333%;
    width: 33.3333%;
    padding: 0 3px !important;
    margin-bottom: 0 !important;
}

.prices .wpb_column .vc_column-inner {
    padding: 20px 0px;
}

.vc_col-sm-3.first-price.wpb_column h2 {
    font-size: 38px;
    line-height: 1.3;
}

.vc_col-sm-3.first-price.wpb_column h2 strong {
    font-size: 24px;
}

.prices h2 {
    font-size: 24px;
    line-height: 1.3;
}

.prices h2 strong {
    font-size: 16px;
}

.prices.other .vc_col-sm-2.wpb_column,
.prices.other.rybadna .wpb_column {
    flex: 0 0 33.333%;
    width: 33.3333%;
    padding: 0 3px !important;
    margin-bottom: 0 !important;
}

.prices.other .wpb_column .vc_column-inner,
.prices.other.rybadna .wpb_column .vc_column-inner{
    padding: 12px 0px;
    margin-bottom: 6px;
}

.prices.other h2 {
    font-size: 18px;
    line-height: 1.3;
}

.prices.other.rybadna h2 {
    font-size: 13px;
    line-height: 1.2;
}

.prices.other h2 strong,
.prices.other.rybadna h2 strong{
    font-size: 13px;
}

.prices.other .wpb_column .vc_column-inner > .wpb_wrapper .img-with-aniamtion-wrap {
    padding-left: 10px;
    padding-right: 10px;
}

.prices.other .wpb_column .vc_column-inner > .wpb_wrapper .img-with-aniamtion-wrap img {
   max-height: 50px !important;
    object-fit: contain;
}

.prices.other .wpb_text_column.wpb_content_element {
    margin-bottom: 5px;
}

.partners-big img {
    max-height: 90px;
    width: 100% !important;
    object-fit: contain;
}

.partners-big .left, .partners-big .right {
    padding-left: 5px;
    padding-right: 5px;
}

.partners-big h3 {
    font-size: 15px !important;
    line-height: 1.1 !important;
}

.partners-wrap {
    padding: 20px 6px;
}

.partners-big {
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.partners-small a {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 8px 5px;
}

.partners-small a img {
    max-height: 50px;
}

.harmonogram {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.harmonogram-item {
    margin-bottom: 30px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.harmonogram-item p.date {
    padding: 9px 17px;
    margin-right: 120px;
}

.harmonogram-item p.day-name {
    padding-top: 12px;
    margin-right: 0;
}

.harmonogram-item p.day-name:after {
    display: none;
}

.harmonogram-item p.date:after {
    width: 100px;
    right: -110px;
}

p.harmonogram-content {
    flex: 0 0 100%;
    padding-left: 18px;
}

.nectar-cta.propozicie-btn h3 span {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.link-social .static-wrapper span i {
    font-size: 20px;
}

.nectar-scrolling-text-inner__text-chunk h3 {
    line-height: 65px !important;
}

.link-social .nectar-scrolling-text i {
    font-size: 35px !important;
}
	
a#myButton-2 {
    right: 175px;
}

a.nectar-button.large.see-through.accent-color.vysledky-btn {
    padding: 6px 9px 5px 9px;
    font-size: 11px;
}
}