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

@font-face {
    font-family: 'Roko Wide';
    src: url('/wp-content/themes/salient-child/fonts/Roko-Wide-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
} 

@font-face {
    font-family: 'Roko Wide';
    src: url('/wp-content/themes/salient-child/fonts/Roko-Wide-Extra-Bold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
} 

body p {
    font-size: clamp(15px,1vw,30px);
    line-height: 1.55;
}

body h2 {
    font-size: clamp(30px,2.5vw,120px);
    line-height: 1.4;
}

body h3 {
    font-size: clamp(20px,1.3vw,49px);
    line-height: 1.4;
}

body h4 {
    font-size: clamp(13px,0.85vw,20px);
    line-height: 1.4;
}

h2 strong, h3 strong, h4 strong {
    font-family: 'Roko Wide';
    font-weight: 700;
}

.container, .post-area.standard-minimal.full-width-content .post .inner-wrap {
    max-width: 100%;
    padding-left: 12vw !important;
    padding-right: 12vw !important;
    margin-right: 0;
    margin-left: 0;
}

.pagelines {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    pointer-events: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    padding-left: 12vw !important;
    padding-right: 12vw !important;
    margin-right: 0;
    margin-left: 0;
    display: flex;
}

.pagelines .line {
    position: relative;
    height: 100%;
    -webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}

.pagelines .line-right:after, .pagelines .line:before {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background: rgb(44 47 68 / 7%);
}

.pagelines .line:before {
    left: 0;
}

.pagelines .line-right:after {
    right: 0;
}

a.nectar-button.large.see-through-2 {
    display: block;
    width: 100%;
    text-align: center;
    border-width: 1px;
    text-transform: uppercase;
    letter-spacing: 0.06vw;
    font-size: clamp(14px,0.8vw,20px);
    padding-top: max(13px, 0.8vw);
    padding-bottom: max(13px, 0.8vw);
}

/*SLIDER*/
.swiper.main-slider {
    width: 100%;
    position: absolute;
    top:0;
    left:0;
}

.swiper.main-slider,
.main-slider .swiper-wrapper {
    height: 95vh;
    overflow: hidden;
    margin-bottom:  0;
}

.swiper-slide {
    height: 95vh;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.swiper-wrapper:after {
    content: '';
    position: absolute;
    width: 30.85vw;
    height: 100%;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 50%);
    z-index: 10;
    backdrop-filter: blur(5px);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
}

.slider-numbering {
    position: absolute;
    bottom: 50px;
    right: calc(12vw + 120px);
    z-index: 100;
    color: #fff;
    font-size: 20px;
}

.swiper-pagination {
    display: flex;
    gap: 15px;
    bottom: 0;
    top: 0;
    left: auto;
    right: 0;
    align-items: center;
}

.swiper-pagination span {
    width: 60px;
    flex: 0 0 60px;
    height: 1px;
    background: #fff;
}

.pagelines.slider-lines {
    height: 95vh;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.pagelines.slider-lines .line-right:after, .pagelines.slider-lines .line:before {
    background: rgb(255 255 255 / 15%);
}

/*homepage*/

.main-row,
.main-row > .row_col_wrap_12.col.span_12 {
    min-height: 95vh;
}

.main-row > .row_col_wrap_12 > .vc_column_container>.vc_column-inner,
.main-row > .row_col_wrap_12 > .vc_column_container>.vc_column-inner > .wpb_wrapper {
    height: 100%;
}

.nectar-responsive-text.scroll-down {
    position: absolute;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    bottom: 40px;
    left: 20px;
    transform: rotate(-90deg);
    transform-origin: bottom left;
}

.nectar-link-underline-effect a {
    padding-bottom: 5px;
}

.nectar-responsive-text.about-text h2 strong {
    color: #2c2f44 !important;
    font-weight: 700;
}

.light .nectar-responsive-text.about-text h2 strong {
    color: #fff !important;
    font-weight: 700;
}

.vc_col-sm-6.column-numbers .vc_column-inner > .wpb_wrapper {
    justify-content: space-between;
    gap: 15px;
}

.col .number-wrap h4 strong {
    font-size: clamp(30px,4vw,100px);
    line-height: 1.3;
    color: var(--nectar-accent-color);
}

.wpb_text_column.wpb_content_element.number-wrap {
    margin-bottom: 15px;
}

.referencie .nectar-post-grid-item:nth-child(2n) .nectar-post-grid-item-bg {
    padding-bottom: calc((1 / 1)* 65%) !important;
    height: auto !important;
}

.referencie .nectar-post-grid-item:nth-child(2n) {
    padding-top: 5%;
}

.referencie .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.previous {
    left: auto;
    right: 70px;
    top: -80px;
    transform: translateY(0%);
}

.referencie .nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.next {
    right: 5px;
    width: 40px;
    height: 40px;
    top: -80px;
    transform: translateY(0%);
}

.referencie .flickity-prev-next-button:disabled {
    display: block;
}

.referencie .nectar-overflow-hidden {
    overflow: visible;
}

.pagelines.slider-lines.ref {
    height: calc(100% + 200px);
    width: 100%;
    margin: 0;
    position: absolute;
    top: -100px;
    left: 0;
    padding-left:0vw !important;
    padding-right: 0vw !important;
}

/*PORTFOLIO*/
.single-portfolio .image-wrap .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner {
    position: relative;
    padding-bottom: 45%;
}

.single-portfolio .image-wrap .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*FOOTER*/
.vc_col-sm-8.footer-left {
    width: 69vw;
} 

.vc_col-sm-4.footer-right {
    width: 31vw;
}

.footer > .row_col_wrap_12.col.span_12.dark.left {
    flex-wrap: nowrap;
}

.vc_col-sm-4.footer-right > .vc_column-inner > .wpb_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
}

.copyright-row {
    margin-top: auto !important;
    margin-bottom: 0 !important;
}

.nectar-responsive-text.copyright {
    margin-bottom: 0 !important;
    opacity: 0.6;
}