/*
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: 'Graphik-Thin';
src: url(/wp-content/themes/salient-child/fonts/Graphik-Thin.eot) format('embedded-opentype'),
url(/wp-content/themes/salient-child/fonts/Graphik-Thin.woff) format('woff'),
url(/wp-content/themes/salient-child/fonts/Graphik-Thin.ttf) format('truetype');
font-weight: 100;
font-style: normal;
font-stretch: normal;
}

@font-face {
font-family: 'Graphik-ThinItalic';
src: url(/wp-content/themes/salient-child/fonts/Graphik-ThinItalic.eot) format('embedded-opentype'),
url(/wp-content/themes/salient-child/fonts/Graphik-ThinItalic.woff) format('woff'),
url(/wp-content/themes/salient-child/fonts/Graphik-ThinItalic.ttf) format('truetype');
font-weight: 100;
font-style: italic;
font-stretch: normal;
}

@font-face {
font-family: 'Graphik-Light';
src: url(/wp-content/themes/salient-child/fonts/Graphik-Light.eot) format('embedded-opentype'),
url(/wp-content/themes/salient-child/fonts/Graphik-Light.woff) format('woff'),
url(/wp-content/themes/salient-child/fonts/Graphik-Light.ttf) format('truetype');
font-weight: 300;
font-style: normal;
font-stretch: normal;
}

@font-face {
font-family: 'Graphik-LightItalic';
src: url(/wp-content/themes/salient-child/fonts/Graphik-LightItalic.eot) format('embedded-opentype'),
url(/wp-content/themes/salient-child/fonts/Graphik-LightItalic.woff) format('woff'),
url(/wp-content/themes/salient-child/fonts/Graphik-LightItalic.ttf) format('truetype');
font-weight: 300;
font-style: italic;
font-stretch: normal;
}

@font-face {
font-family: 'Graphik-Regular';
src: url(/wp-content/themes/salient-child/fonts/Graphik-Regular.eot) format('embedded-opentype'),
url(/wp-content/themes/salient-child/fonts/Graphik-Regular.woff) format('woff'),
url(/wp-content/themes/salient-child/fonts/Graphik-Regular.ttf) format('truetype');
font-weight: 400;
font-style: normal;
font-stretch: normal;
}

@font-face {
font-family: 'Graphik-RegularItalic';
src: url(/wp-content/themes/salient-child/fonts/Graphik-RegularItalic.eot) format('embedded-opentype'),
url(/wp-content/themes/salient-child/fonts/Graphik-RegularItalic.woff) format('woff'),
url(/wp-content/themes/salient-child/fonts/Graphik-RegularItalic.ttf) format('truetype');
font-weight: 400;
font-style: italic;
font-stretch: normal;
}

@font-face {
font-family: 'Graphik-Medium';
src: url(/wp-content/themes/salient-child/fonts/Graphik-Medium.eot) format('embedded-opentype'),
url(/wp-content/themes/salient-child/fonts/Graphik-Medium.woff) format('woff'),
url(/wp-content/themes/salient-child/fonts/Graphik-Medium.ttf) format('truetype');
font-weight: 500;
font-style: normal;
font-stretch: normal;
}

@font-face {
font-family: 'Graphik-MediumItalic';
src: url(/wp-content/themes/salient-child/fonts/Graphik-MediumItalic.eot) format('embedded-opentype'),
url(/wp-content/themes/salient-child/fonts/Graphik-MediumItalic.woff) format('woff'),
url(/wp-content/themes/salient-child/fonts/Graphik-MediumItalic.ttf) format('truetype');
font-weight: 500;
font-style: italic;
font-stretch: normal;
}

@font-face {
font-family: 'Graphik-Semibold';
src: url(/wp-content/themes/salient-child/fonts/Graphik-Semibold.eot) format('embedded-opentype'),
url(/wp-content/themes/salient-child/fonts/Graphik-Semibold.woff) format('woff'),
url(/wp-content/themes/salient-child/fonts/Graphik-Semibold.ttf) format('truetype');
font-weight: 600;
font-style: normal;
font-stretch: normal;
}

@font-face {
font-family: 'Graphik-SemiboldItalic';
src: url(/wp-content/themes/salient-child/fonts/Graphik-SemiboldItalic.eot) format('embedded-opentype'),
url(/wp-content/themes/salient-child/fonts/Graphik-SemiboldItalic.woff) format('woff'),
url(/wp-content/themes/salient-child/fonts/Graphik-SemiboldItalic.ttf) format('truetype');
font-weight: 600;
font-style: italic;
font-stretch: normal;
}


.portfolio-wrap-container {
    position: relative;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

body[data-bg-header=true].post-type-archive-portfolio .container-wrap,
.post-type-archive-portfolio .nectar-global-section.before-footer,
body[data-bg-header=true].tax-portfolio-category .container-wrap,
.tax-portfolio-category .nectar-global-section.before-footer {
    padding-top: 0 !important;
}

.portfolio-bgr {
    position: absolute;
    margin-left: -50vw;
    margin-left: calc(-50vw + var(--scroll-bar-w)/ 2);
    left: 50%;
    width: 100vw;
    width: calc(100vw - var(--scroll-bar-w));
    height: 100vh;
    top: 0;
}

video#background-video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 1;
}

.portfolio-overlay {
    position: absolute;
    margin-left: -50vw;
    margin-left: calc(-50vw + var(--scroll-bar-w)/ 2);
    left: 50%;
    width: 100vw;
    width: calc(100vw - var(--scroll-bar-w));
    height: 100vh;
    top: 0;
    background: #000;
    opacity: 0.45;
    z-index: 1;
}

.portfolio-categories::-webkit-scrollbar,
.portfolio-block::-webkit-scrollbar {
  display: none;
}

.portfolio-categories,
.portfolio-block {
  -ms-overflow-style: none;  
  scrollbar-width: none; 
}

ul#ul-scroll {
    margin: 0;
}

#scroll-container {
    max-width: 100%;
    margin: auto;
    height: 100vh;
    top: 0;
    position: relative;
    min-height: 200px;
    -webkit-overflow-scrolling: touch;
      scrollbar-width: none; 
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    z-index: 3;
  }


.portfolio-block {
    z-index: 3;    
}

  .wrap-container {
    position: relative;
    /* max-height: 200px; */
    width: 100%;
    max-width: 100%;
    margin: auto;
    /* background: #eee; */
    overflow: auto;
    padding-right: 0px;
    mask: url(#masking);
    -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, black), color-stop(1, rgba(0, 0, 0, 0)));
    height: 100vh;
  }

  .wrap-container ul {
    list-style: none;
    position: relative;
    transition: transform 0.3s;
    top: 100px;
  }

.wrap-container ul, .wrap-container ul li {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .wrap-container ul li {
    height: 50px;
    line-height: 50px;
    transition: transform 0.3s;
    overflow: hidden;
  }
  .wrap-container ul li:last-of-type {
    padding-bottom: 50px;
  }
  .wrap-container ul li .item {
    position: relative;
    transition: transform 200ms;
    display: inline-block;
  }

  .wrap-container ul li {
    height: 150px;
    transition: all 0.5s ease;
    overflow: hidden;
  }
  .wrap-container ul li:last-of-type {
    padding-bottom: 50px;
  }
  .wrap-container ul li .item {
    position: relative;
    transition: transform 500ms ease;
    display: inline-block;
  }
  
  .wrap-container ul li a {
      font-size: 70px;
    line-height: 1.3;
    color: #fff;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    opacity: 0.85;
    text-transform: uppercase;
    font-weight: 100;
  }

.wrap-container ul li a:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
}

svg.overlay-svg {
    position: absolute;
}

.single-portfolio a.back-arrow {
    display: block !important;
    margin-right: 28px;
    margin-top: 28px;
    margin-bottom: 28px;
    position: relative;
}

div#header-outer.scrolled-down a.back-arrow svg path,
div#header-outer.scrolled-down a.back-arrow svg polyline,
#header-outer.small-nav a.back-arrow svg path, 
#header-outer.small-nav a.back-arrow svg polyline {
    stroke: #000;
}

@media (max-width: 1000px) {
.wrap-container ul li a {
    font-size: 30px;
    opacity: 1;
}

.wrap-container ul li {
    height: 90px;
}
	
.single-portfolio  #top .col.span_3 {
       display: flex;
}

.single-portfolio a.back-arrow {
    margin-right: 22px;
    margin-top: 12px;
    margin-bottom: 10px;
}

.single-portfolio a.back-arrow svg {
    max-width: 40px !important;
}
}

/*proces tvorby*/
.about .postup-tvorby-top .row_col_wrap_12_inner.col.span_12 {
    border-top: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 0px 20px 70px 0px;
}

.about .postup-tvorby-top, .postup-tvorby-bottom, .middle-line-wrapper {
    margin-bottom: 0 !important;
}

.about .postup-tvorby-top .row_col_wrap_12_inner.col.span_12 {
    left: 10px;
}

.about .postup-tvorby-bottom .row_col_wrap_12_inner.col.span_12 {
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    border-left: 1px solid #c8c8c8;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 50px 0px 0px 20px;
    margin-top: -1px;
    left: -10px;
}

.about .middle-line-wrapper {
    z-index: 1;
}

.about .middle-line {
    background: linear-gradient(to left, #c8c8c8, #c8c8c8);
    width: 100%;
    height: 1px;
    margin-top: -1px;  
}

.about .postup-tvorby-top .wpb_column {
    padding-top: 50px;
    position: relative;
}

.about .postup-tvorby-top .wpb_column:before {
    content: '';
    display: block;
    height: 44px;
    width: 44px;
    background: #535353;
    border-radius: 50%;
    position: absolute;
    top: -26px;
    left: 0;
    border: 5px solid #000;
    text-align: center;
    font-size: 20px;
    line-height: 44px;
}

.about .postup-tvorby-top .wpb_column:nth-child(1):before {
    content: '1';
}
.about .postup-tvorby-top .wpb_column:nth-child(2):before {
    content: '2';
}
.about .postup-tvorby-top .wpb_column:nth-child(3):before {
    content: '3';
}
.about .postup-tvorby-top .wpb_column:nth-child(4):before {
    content: '4';
}
.about .postup-tvorby-top .wpb_column:nth-child(5):before {
    content: '5';
}

.about .postup-tvorby-bottom .wpb_column {
    padding-bottom: 60px;
    position: relative;
}

.about .postup-tvorby-bottom .wpb_column:before {
    content: '';
    display: block;
    height: 44px;
    width: 44px;
    background: #535353;
    border-radius: 50%;
    position: absolute;
    top: -76px;
    left: 0;
    border: 5px solid #000;
    text-align: center;
    font-size: 20px;
    line-height: 44px;
}

.about .postup-tvorby-bottom .wpb_column:nth-child(1):before {
    content: '6';
}
.about .postup-tvorby-bottom .wpb_column:nth-child(2):before {
    content: '7';
}
.about .postup-tvorby-bottom .wpb_column:nth-child(3):before {
    content: '8';
}
.about .postup-tvorby-bottom .wpb_column:nth-child(4):before {
    content: '9';
}
.about .postup-tvorby-bottom .wpb_column:nth-child(5):before {
    content: '10';
}

.about .postup-tvorby-bottom .row_col_wrap_12_inner.col.span_12:before {
    content:'';
    display: block;
    position: absolute;
    bottom: -7px;
    right: -2px;
    width: 9px;
    height: 13px;
    background: url(/wp-content/uploads/2024/12/timeline-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.about .postup-tvorby-top h3, 
.about .postup-tvorby-bottom h3 {
    font-size: 26px;
    color: #fff;
}

.about .postup-tvorby-top p, 
.about .postup-tvorby-bottom p {
    color: #b3b3b3;
    max-width: 300px;
    line-height: 1.4;
    font-size: 16px;
}


/*RESPONSIVE*/
/*proces tvorby*/
@media (max-width: 1000px) {
.about .postup-tvorby-top .row_col_wrap_12_inner.col.span_12,
.about .postup-tvorby-bottom .row_col_wrap_12_inner.col.span_12 {
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0px 10px 0px 30px;
    border-left: 1px solid #c8c8c8;
    left: 0;
}

.about .middle-line {
    display: none;
}

.about .postup-tvorby-top .wpb_column,
.about .postup-tvorby-bottom .wpb_column {
    padding-top: 0px !important;
    padding-bottom: 35px !important;
    margin-bottom: 0 !important;
    position: relative;
    width: 100%;
}

.about .postup-tvorby-top .wpb_column:before,
.about .postup-tvorby-bottom .wpb_column:before{
    display: block;
    height: 34px;
    width: 34px;
    background: #535353;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    left: -52px;
    border: 4px solid #000;
    text-align: center;
    font-size: 17px;
    line-height: 34px;
}

.about .postup-tvorby-bottom .row_col_wrap_12_inner.col.span_12:before {
    bottom: -3px;
    right: auto;
    left: -5px;
    width: 9px;
    height: 13px;
    transform: rotate(90deg);
}

.about .postup-tvorby-top h3, 
.about .postup-tvorby-bottom h3 {
    font-size: 18px !important
}
  
.about .postup-tvorby-top h3, 
.about .postup-tvorby-bottom h3 {
    font-size: 20px !important
}
}

