/*
Theme Name: sklofix
Text Domain: sklofix
Author: h24
*/

@font-face {
    font-family: 'Jost';
    src: url(/wp-content/themes/sklofix/fonts/Jost-Regular.ttf);
    font-weight: 400; 
}

@font-face {
    font-family: 'Jost';
    src: url(/wp-content/themes/sklofix/fonts/Jost-Medium.ttf);
    font-weight: 500; 
}

@font-face {
    font-family: 'Jost';
    src: url(/wp-content/themes/sklofix/fonts/Jost-Bold.ttf);
    font-weight: 700; 
}

:root {
    --red: #A00000;
    --black: #222222;
  }


html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}


a {
    text-decoration-skip-ink: auto;
    transition: all 0.3s linear;
    text-decoration: none;
}

a[href^="tel"] {
color: inherit;
text-decoration: none;
}

button {
outline: 0;
}

ol,ul {
list-style: none;
}

blockquote,q {
quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
content: '';
content: none;
}

q {
display: inline;
font-style: italic;
}

q:before {
content: '"';
font-style: normal;
}

q:after {
content: '"';
font-style: normal;
}

textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"] {
-webkit-appearance: none;
appearance: none;
border-radius: 0;
}

input[type="search"] {
-webkit-appearance: textfield;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

th,td {
padding: 2px;
}

big {
font-size: 120%;
}

small,sup,sub {
font-size: 80%;
}

sup {
vertical-align: super;
}

sub {
vertical-align: sub;
}

dd {
margin-left: 20px;
}

kbd,tt {
font-family: courier;
font-size: 12px;
}

ins {
text-decoration: underline;
}

del,strike,s {
text-decoration: line-through;
}

dt {
font-weight: bold;
}

address,cite,var {
font-style: italic;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
display: block;
}

* {
box-sizing: border-box;
-webkit-tap-highlight-color: transparent;
}

html {
    max-width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
    font-family: 'Jost', sans-serif;
    background: #fff;
    font-size: 16px;
}
 
p {
    font-family: 'Jost', sans-serif;
    color:#222222;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Jost', sans-serif;
    color:#222222;
    line-height: 1.3;
    font-weight: 400;
}

h1 {
    font-size: 80px;
    text-transform: uppercase;
}

h2 {
    font-size: 45px;
}

h3 {
    font-size: 30px;
    font-weight: 400;
}

h4 {
    font-size: 25px;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

.light p, .light h1, .light h2, .light h3, .light h4, .light li, .light a {
    color: #fff;
}

.dark-bgr {
    background-color: var(--black);
}

/*layout*/
section {
    width: 100%;
}

.row.in-grid {
    max-width: 1300px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
}

.columns-wrapper {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: none;
    width: 100%;
    /*margin-left: -1%;
    margin-right: -1%;*/
}

.columns-wrapper.middle {
    align-items: center;
}

.col-12 {
    flex: 0 0 100%;
    width: 100%;
    padding-left: 1%;
    padding-right: 1%;
}

.col-11 {
    flex: 0 0 91.66666667%;
    width: 91.66666667%;
    padding-left: 1%;
    padding-right: 1%;
}

.col-10 {
    flex: 0 0 83.33333333%;
    width: 83.33333333%;
    padding-left: 1%;
    padding-right: 1%;
}

.col-9 {
    flex: 0 0 75%;
    width: 75%;
    padding-left: 1%;
    padding-right: 1%;
}

.col-8 {
    flex: 0 0 66.66666667%;
    width: 66.66666667%;
    padding-left: 1%;
    padding-right: 1%;
}

.col-7 {
    flex: 0 0 58.33333333%;
    width: 58.33333333%;
    padding-left: 1%;
    padding-right: 1%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 1%;
    padding-right: 1%;
}

.col-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
    padding-left: 1%;
    padding-right: 1%;
}

.col-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    padding-left: 1%;
    padding-right: 1%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 1%;
    padding-right: 1%;
}

.col-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
    padding-left: 1%;
    padding-right: 1%;
}

.col-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
    padding-left: 1%;
    padding-right: 1%;
}

.col-5-5 {
    width: 100%
}

.col-4-5 {
    width: 80%
}

.col-3-5 {
    width: 60%
}

.col-2-5 {
    width: 40%
}

.col-1-5 {
    width: 20%
}

.col-3-0 {
    width: 30%
}

.content-container {
    position: relative;
     z-index: 2;
    max-width: 1300px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
}

.sfx-button {
    position: relative;
    font-size: 15px;
    font-family: 'Jost';
    letter-spacing: 2px;
    line-height: 1;
    text-transform: uppercase;
    padding: 15px 50px 15px 35px;
    border-radius: 47px;
    border: 1px solid;
    display: inline-block;
    transition: all 0.3s ease;
}

.sfx-button:after {
    content: '';
    width: 9px;
    height: 9px;
    position: absolute;
    border-radius: 50%;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

.sfx-button:hover {
    background: var(--red);
}

.sfx-button:hover:after {
    background: #fff;
}

.sfx-button.red {
    background: var(--red);
    border-color: var(--red);
    color: #fff;
}

.sfx-button.red:after {
    background: #fff;
}

.sfx-button.red:hover {
    background: #fff;
    color: var(--red);
}

.sfx-button.red:hover:after {
    background: var(--red);
}

a.sfx-button.red-outline {
    color: var(--red);
    border-color: var(--red);
}

a.sfx-button.red-outline:hover {
    color: #fff;
}


/*RESPONSIVE*/
@media (max-width: 1000px) {
.col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1, .col-5-5, .col-4-5, .col-3-5, .col-2-5, .col-1-5, .col-3-0 {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        padding-left: 0%;
        padding-right: 0%;
    }

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 22px;
}

p {
    font-size: 15px;
}
}


/*MENU*/
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 30px;
    z-index: 3;
    position: relative;
}

header:after {
    position:absolute;
    content: '';
    width: calc(100% - 60px);
    height: 1px;
    background: rgb(255 255 255 / 0.2);
    bottom: -1px;
    left: 30px;
}

.drawer-overlay {
    z-index: 2;
}

@media (min-width: 1000px) {
button.drawer-toggle.drawer-hamburger {
    display: none;
}
}
    
.drawer-hamburger, .drawer-hamburger:hover {
    position: absolute;
    margin-top: 10px;
    margin-right: 8px;
    padding: 13px 9px 25px;
}

.drawer-hamburger-icon {
    background: #fff;
}

.drawer-hamburger-icon:before {
    top: -7px;
    background: #fff;
}

.drawer-hamburger-icon:after {
    top: 7px;
    background: #fff;
}

.drawer-overlay {
background-color: rgba(0,0,0,.5);
height: 100vh;
}

.drawer-nav {
    background-color: #14161b;
    padding: 100px 20px 20px 30px;
    text-align: left;
    height: 100vh;
}

.drawer--right.drawer-open .drawer-hamburger {
    right: 0px;
    position:fixed;
}

a.header-logo {
    display: flex;
    margin-top: 29px;
    margin-bottom: 29px;
}

a.header-logo.dark {
    display: none;
}

a.header-logo img {
    height: 22px;
    width: auto !important;
}

nav#menu {
    margin-left: 4vw;
    margin-right: auto;
}

nav#menu ul {
    display: flex;
    gap: 2vw;
}

nav#menu ul li a {
    color: #fff;
    font-size: 15px;
    line-height: 80px;
    position: relative;
}

nav#menu ul li a:after {
    position:absolute;
    content: '';
    width: 0%;
    height: 1px;
    background: #fff;
    bottom: -30px;
    left: 0px;
    transition: all 0.4s ease;
}

nav#menu ul li a:hover:after,
nav#menu ul li.current-menu-item a:after {
    width: 100%;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 2vw;
}

a.header-link {
    color: #fff;
    font-size: 15px;
}

.header-right a.sfx-button {
    font-size: 13px;
    border-color: var(--red);
    color: #fff;
}

a.sfx-button:after {
    background: var(--red);
}

a.sfx-button.white {
    background: #fff;
    color: #222;
    border-color: #fff;
}

a.sfx-button.white:hover {
    color: #fff;
    background: var(--red);
    border-color: var(--red);
}

.archive.category #header a.header-logo.dark,
.post-template-default #header a.header-logo.dark,
.page-template-template-blog #header a.header-logo.dark {
    display: flex;
}

.archive.category #header a.header-logo.light,
.post-template-default #header a.header-logo.light,
.page-template-template-blog #header a.header-logo.light {
    display: none;
}

.archive.category nav#menu ul li a,
.post-template-default nav#menu ul li a,
.page-template-template-blog nav#menu ul li a {
    color: #222;
}

.archive.category nav#menu ul li a:after,
.post-template-default nav#menu ul li a:after,
.page-template-template-blog nav#menu ul li a:after {
    background: #222;
}

.archive.category a.header-link,
.post-template-default a.header-link,
.page-template-template-blog a.header-link {
    color: #222;
}

.archive.category .header-right a.sfx-button,
.post-template-default .header-right a.sfx-button,
.page-template-template-blog .header-right a.sfx-button{
    font-size: 13px;
    border-color: var(--red);
    color: #222;
}

.archive.category header:after,
.post-template-default header:after,
.page-template-template-blog header:after {
    background: rgb(34 34 34 / 20%);
}




/*responsive*/
@media (max-width: 1100px) {
    a.header-link.desktop {
        display: none
    }
    }

@media (max-width: 1000px) {
header {
    padding: 15px;
}

header:after {
    width: calc(100% - 30px);
    left: 15px;
}

nav#menu {
    display: none;
}

a.header-logo img {
    height: 25px;
}

a.header-btn.desktop {
    display: none;
}

a.header-btn.mobile {
    margin-top: 30px;
    display: inline-block;
}

nav.drawer-nav li.menu-item {
    padding-bottom: 20px;
}
    
nav.drawer-nav li.menu-item a {
    color: #fff;
}

a.sfx-button.desktop {
    display: none;
}

a.header-logo {
    display: flex;
    margin-top: 5px;
    margin-bottom: 5px;
}

a.sfx-button.mobile {
    padding: 15px 40px 15px 15px;
    margin-top: 15px;
}

a.header-link.mobile {
    margin-top: 30px;
    display: inline-block;
}

.archive.category:not(.drawer-open) #header .drawer-hamburger-icon,
.archive.category:not(.drawer-open) #header .drawer-hamburger-icon:before,
.archive.category:not(.drawer-open) #header .drawer-hamburger-icon:after,
.post-template-default:not(.drawer-open) #header .drawer-hamburger-icon,
.post-template-default:not(.drawer-open) #header .drawer-hamburger-icon:before,
.post-template-default:not(.drawer-open) #header .drawer-hamburger-icon:after,
.page-template-template-blog:not(.drawer-open) #header .drawer-hamburger-icon,
.page-template-template-blog:not(.drawer-open) #header .drawer-hamburger-icon:before,
.page-template-template-blog:not(.drawer-open) #header .drawer-hamburger-icon:after {
    background: #222;
}

.archive.category a.header-link, .post-template-default a.header-link, .page-template-template-blog a.header-link {
    color: #fff;
}

.archive.category .header-right a.sfx-button, .post-template-default .header-right a.sfx-button, .page-template-template-blog .header-right a.sfx-button {
    color: #fff;
}
}


/*HOMEPAGE*/
#home-top {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: -80px;
    position: relative;
}

#home-top h1 {
    padding-top: 10px;
    padding-bottom: 10px;
}

#home-top .separator {
    width: calc(100% - 60px);
    height: 1px;
    background: rgb(255 255 255 / 0.2);
    bottom: -1px;
    left: 30px;
    position: relative;
}

.home-top-ctas {
    display: flex;
    margin-top: 20px;
    align-items: center;
    gap: 25px;
}

.home-top-ctas .h-divider {
    width: 40px;
    height: 1px;
    background: #fff;
}

a.cta {
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: underline;
    position: relative;
    padding-right: 15px;
    transition: all 0.3s ease;
}

a.cta:after {
    content: '';
    width: 9px;
    height: 9px;
    position: absolute;
    border-radius: 50%;
    right: 0px;
    top: 6px;
    background: var(--red);
}

a.cta:hover {
    color: var(--red);
}


p.small {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 10px;
}

.news-header {
    position: relative;
}

.news-navigation {
    position: absolute;
    right: 0;
    top: -5px;
}

button.prevtab, button.nexttab {
    border: none;
    background: url(/wp-content/uploads/2023/05/arrow-2.svg);
    width: 44px;
    height: 13px;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    padding: 0;
}

button.prevtab {
    transform: rotate(180deg);
    margin-right: 20px;
}

.news-item-inner .post-thumbnail {
    position: relative;
    width: 100%;
    padding-bottom: 65%;
    overflow: hidden;
}

.news-item-inner .post-thumbnail img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.news-item-title h3 {
text-transform: uppercase;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.3;
    max-width: 400px;
    margin: 25px 0;
}

.news-item-bottom {
    display: flex;
    align-items: flex-end;
    gap: 30px;
}

.news-item-bottom p {
    padding-bottom: 5px;
}

.news button.sfx-button {
    height: 45px;
    background: transparent;
    color: #fff;
    font-size: 15px;
    font-family: 'Jost';
    cursor: pointer;
    right: 2px;
}

.news .sfx-button:after {
    background: #fff;
}

.news button.sfx-button:hover {
    border-color: var(--red);
}

.news button.sfx-button:hover:after {
    background: var(--red);
}

ul.slick-dots {
    position: absolute;
    top: -24px;
    left: 70px;
    display: flex;
    gap: 6px;
}

ul.slick-dots li {
    line-height: 7px;
}

ul.slick-dots button {
    font-size: 0;
    width: 7px;
    height: 7px;
    padding: 0;
    border: 1px solid #fff;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
}

ul.slick-dots li.slick-active button,
ul.slick-dots li:hover button {
    background: #fff;
}

.col-4.light.news-col {
    padding-bottom: 40px;
}

.main-image-inner {
    height: calc(100% + 15px);
    position: relative;
}

.main-image-inner video#background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#home-3 {
    padding-top: 120px;
    padding-bottom: 70px;
}

#home-3 h3 {
    font-size: 36px;
    font-weight: 400;
}

div#home-4 {
    border-bottom: 1px solid #D2D2D2;
}

.col-4.reel-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.col-4.reel-text p.small {
    margin-top: 20px;
    margin-bottom: auto;
}

.reel-text-title {
    margin-top: 20px;
    margin-bottom: auto;
}

.reel-text-title h2 {
    text-transform: uppercase;
}

.reel-text-title p {
    padding: 10px 0 50px;
    max-width: 330px;
}



/*SLUZBY*/
.sluzby-grid {
    display: grid;
    grid-template-columns: repeat(3, 33.3333%);
}

.sluzby-grid .sluzby-item {
    position: relative;
    padding: 20px;
    cursor: pointer;
    height: 100%;
}

.sluzby-grid > .sluzby-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100vw - 60px);
    height: 1px;
    background: #D2D2D2;
}

.sluzby-grid > .sluzby-item:nth-child(8n+7)::after {
    left: 0;
    transform: translateX(0%);
}

.sluzby-grid .sluzby-item:nth-child(8n+2) {
    grid-area: span 1/span 2; 
    border-left: 1px solid #D2D2D2;
}

.sluzby-grid .sluzby-item:nth-child(8n+6) {
    grid-area: span 2/span 2; 
}

.sluzby-grid .sluzby-item:nth-child(8n+1),
.sluzby-grid .sluzby-item:nth-child(8n+8) {
    align-self: end;
}

.sluzby-grid .sluzby-item:nth-child(8n+4),
.sluzby-grid .sluzby-item:nth-child(8n+5),
.sluzby-grid .sluzby-item:nth-child(8n+7),
.sluzby-grid .sluzby-item:nth-child(8n+8) {
    border-left: 1px solid #D2D2D2;
}

.sluzby-grid .sluzby-item .sluzby-item-text {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    align-items: start;
    padding-top: 15px;
    padding-bottom: 20px;
    min-height: 110px;
}

.sluzby-grid .sluzby-item h3 {
    font-weight: 400;
    font-size: 22px;
    max-width: 300px;
}

.sluzby-grid .sluzby-item-inner{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.sluzby-grid .sluzby-item:nth-child(8n+5) .sluzby-item-inner {
    justify-content: flex-start;
}

.sluzby-grid .sluzby-item:nth-child(8n+8) .sluzby-item-inner {
    justify-content: flex-end;
}

.sluzby-grid .sluzby-item .post-thumbnail {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.sluzby-grid .sluzby-item .post-thumbnail:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    opacity: 0;
    content: '';
    background-image: -o-radial-gradient(closest-corner,transparent 50%,rgba(0,0,0,.4) 100%);
    background-image: radial-gradient(closest-corner,transparent 50%,rgba(0,0,0,.4) 100%);
    -webkit-transition: opacity 1.5s;
    -o-transition: opacity 1.5s;
    transition: opacity 1.5s;
}

.sluzby-grid .sluzby-item:hover .post-thumbnail:after {
    opacity: 1;
}

.sluzby-grid .sluzby-item:nth-child(8n+1) .post-thumbnail {
padding-bottom: 120%;
}

.sluzby-grid .sluzby-item:nth-child(8n+2) .post-thumbnail {
padding-bottom: 65%;
}

.sluzby-grid .sluzby-item:nth-child(8n+3) .post-thumbnail,
.sluzby-grid .sluzby-item:nth-child(8n+4) .post-thumbnail {
padding-bottom: 110%;
}

.sluzby-grid .sluzby-item:nth-child(8n+5) .post-thumbnail {
padding-bottom: 70%;
}

.sluzby-grid .sluzby-item:nth-child(8n+6) .post-thumbnail {
padding-bottom: calc(100% + 20px);
}

.sluzby-grid .sluzby-item:nth-child(8n+7) .post-thumbnail {
padding-bottom: 65%;
}

.sluzby-grid .sluzby-item:nth-child(8n+8) .post-thumbnail {
padding-bottom: 100%;
height: calc(100% - 110px);
}

.sluzby-grid .sluzby-item .post-thumbnail img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 1.5s;
}

.sluzby-grid .sluzby-item:hover .post-thumbnail img {
transform: scale(1.05);
}

.sluzby-item .sfx-button {
    color: var(--red);
    background: #fff;
    border-color: rgb(160 0 0 / 20%);
    white-space: nowrap;
    padding: 0px 40px 0px 20px;
    line-height: 43px;
    cursor: pointer;
}

.sluzby-item .sfx-button:after {
    background: var(--red);
    margin-top: -1px;
    right: 18px;
}

.sluzby-item .sfx-button:hover,
.sluzby-item:hover .sfx-button {
    color: #fff;
    background: var(--red);
    border-color: rgb(160 0 0 / 100%);
}

.sluzby-item .sfx-button:hover:after,
.sluzby-item:hover .sfx-button:after {
    background: #fff;
}

#home-6 {
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #D2D2D2;
}

#home-6 p {
    max-width: 450px;
}

#home-6 .col-4 {
  text-align: center;  
}

#home-6 a.sfx-button {
    padding: 20px 25px 20px 25px;
}

#home-6 a.sfx-button:after {
    display: none;
}

#home-7 {
    padding-top: 20px;
}

div#home-7 img {
    display: block;
}

#home-7 h3 {
    max-width: 560px;
    margin-bottom: 50px;
}

.ceo-block {
    display: flex;
    align-items: center;
    gap: 20px;
}

.ceo-info {
    position: relative;
}

.ceo-block>img {
    width: 100px;
    flex: 0 0 100px;
}

p.ceo-name {
    font-size: 21px;
}

p.ceo-position {
    font-size: 15px;
}

.ceo-info img.sign {
    position: absolute;
    width: 210px;
    bottom: -70px;
}

#home-8 {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #F6F6F6;
}

#home-8 .border {
    border-bottom: 1px solid #d2d2d2;
}

.col-8.reel {
    padding: 20px 0;
    border-left: 1px solid #d2d2d2;
    position: relative;
}

.reel-strip {
    overflow: hidden;
    width: 70vw;
    position: relative;
  }

.reel-top,
.reel-bottom {
    height: 340px;
}

.reel-top {
    padding-bottom: 20px;
}

.reel-bottom {
    padding-top: 20px;
    border-top: 1px solid #d2d2d2;
}

.reel-strip .slick-track {
    display: flex !important;            
    gap: 20px;
}

.reel-top img,
.reel-bottom img {
    object-fit: contain;
    width: auto;
    height: 320px;
} 

.reel-strip {
    overflow: hidden;
    width: 70vw;
    position: relative;
  }



/*SLUZBY*/
.single-sluzby-header {
    padding-top: 100px;
    margin-top: -80px;
    margin-bottom: 280px;
}

.single-sluzby-header h1 {
    font-size: 45px;
    font-weight: 400;
    max-width: 550px;
    padding: 50px 0 30px 0;
}

.single-sluzby-header .col-6.title {
    padding-top: 30px;
    padding-bottom: 200px;
}

a.sfx-button-back {
    height: 40px;
    border: 1px solid rgb(255 255 255 / 0.2);
    line-height: 39px;
    display: inline-block;
    padding-left: 45px;
    padding-right: 25px;
    font-size: 15px;
    border-radius: 40px;
    position: relative;
    transition: all 0.3s ease;
}

a.sfx-button-back:before {
    content: '';
    width: 7px;
    height: 13px;
    position: absolute;
    background: url(/wp-content/uploads/2023/05/arrow-back.svg);
    background-size: contain;
    background-repeat: no-repeat;
    left: 20px;
    top: 12px;
}

a.sfx-button-back:hover {
    border-color: #fff;
}

.single-sluzby-header .cta {
    margin-bottom: 50px;
    display: inline-block;
}

.single-sluzby-header .img-right {
    height: 100%;
    min-height: calc(100% + 50px);
    width: calc(50vw - 48px);
    position: relative;
    overflow: hidden;
}

.single-sluzby-header .img-left {
    height: 100%;
    min-height: calc(100% + 120px);
    position: relative;
    width: calc(50vw - 48px);
    float: right;
}

.single-sluzby-header .img-right img,
.single-sluzby-header .img-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.section.dark-bgr.realizacie-code {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(255 255 255 / 0.2);
}

.more-references {
    text-align: center;
    display: block;
    width: 100%;
    padding: 40px 0;
}

.more-references a.sfx-button {
    color: #fff;
    border-color: var(--red);
}


/*WHY US block*/
.section.why-us {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section.why-us h2 {
    text-align: center;
    padding-bottom: 40px;
}

.why-us-blocks .col-4 {
    padding: 0;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
}

.why-us-blocks .col-4:first-child {
    border-left: 1px solid #d2d2d2;
}

.why-us-blocks .column-inner {
    height: 100%;
    padding: 35px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.why-us-blocks h3 {
    font-size: 25px;
    margin-top: 50px;
}

.why-us-blocks img.icon {
    margin-top: 0;
    margin-bottom: auto;
    max-width: 60px;
    width: 60px;
}




/*references*/
div#modal-content #header,
div#modal-content #footer {
    display: none;
}

.section.dark-bgr.realizacie-title {
    padding-top: 100px;
    padding-bottom: 10px;
    margin-top: -80px;
    text-align: center;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.section.dark-bgr.realizacie-filter {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.categories-filter .category ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.categories-filter .category ul li {
    font-size: 15px;
    line-height: 20px;
    padding: 7px 15px 8px 15px;
    border: 1px solid rgb(255 255 255 / 20%);
    border-radius: 20px;
    position: relative;
}

.categories-filter .category ul li:hover,
.categories-filter .category ul li.active  {
    border-color: var(--red);
}

.categories-filter .category ul li.active{
    padding-right: 40px;
}

.categories-filter .category ul li.active:after {
    content: '';
    width: 9px;
    height: 9px;
    position: absolute;
    border-radius: 50%;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease; 
    background: var(--red);
}

.references-grid {
    display: grid;
    grid-template-columns: repeat(4, 25%);
    position: relative;
    width: 100%;
}

.references-grid::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background: #4e4e4e;
}

.reference-item {
    position: relative;
    padding: 20px;
    cursor: pointer;
    height: 100%;
}

.references-grid > .reference-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100vw - 60px);
    height: 1px;
    background: #4e4e4e;
}

.references-grid .reference-item:nth-child(8n+1),
.references-grid .reference-item:nth-child(8n+4),
.references-grid .reference-item:nth-child(8n+5),
.references-grid .reference-item:nth-child(8n+7) {
    grid-area: span 1/span 2; 
}

.references-grid .reference-item:nth-child(8n+1),
.references-grid .reference-item:nth-child(8n+4),
.references-grid .reference-item:nth-child(8n+7) {
border-right: 1px solid #4e4e4e;
}

.references-grid .reference-item:nth-child(8n+3),
.references-grid .reference-item:nth-child(8n+7){
    border-left: 1px solid #4e4e4e;
}

.references-grid .reference-item .ref-image {
 position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;   
}

.references-grid .reference-item .ref-image:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    opacity: 0;
    content: '';
    background-image: -o-radial-gradient(closest-corner,transparent 50%,rgba(0,0,0,.4) 100%);
    background-image: radial-gradient(closest-corner,transparent 50%,rgba(0,0,0,.4) 100%);
    -webkit-transition: opacity 1.5s;
    -o-transition: opacity 1.5s;
    transition: opacity 1.5s;
}

.references-grid .reference-item:hover .ref-image:after {
    opacity: 1;
}

.ref-category {
 position: absolute;
 top: 30px;
 left: 30px;
 background: #fff;
 font-size: 15px;
 line-height: 18px;
 padding: 2px 15px;
 border-radius: 22px;
}

.reference-item:nth-child(8n+1) .ref-image {
    position: relative;
    padding-bottom: 70%;
    width: 100%;
    height: auto;
}

.reference-item:nth-child(8n+2) .ref-image,
.reference-item:nth-child(8n+6) .ref-image {
    position: relative;
    padding-bottom: 80%;
    width: 100%;
    height: auto;
}

.reference-item:nth-child(8n+3) .ref-image {
    position: relative;
    padding-bottom: 130%;
    width: 100%;
    height: auto;
}

.reference-item:nth-child(8n+4) .ref-image,
.reference-item:nth-child(8n+5) .ref-image {
    position: relative;
    padding-bottom: 65%;
    width: 100%;
    height: auto;
}

.reference-item:nth-child(8n+7) .ref-image {
    position: relative;
    padding-bottom: 80%;
    width: 100%;
    height: auto;
}

.reference-item:nth-child(8n+8) .ref-image {
    position: relative;
    padding-bottom: 140%;
    width: 100%;
    height: auto;
}

.reference-item .ref-image img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 1.5s;
}

.reference-item:hover .ref-image img {
transform: scale(1.05);
}

/*testimonials*/
.section.testimonials-section .slick-list.draggable {
    overflow: visible;
    padding: 0 !important;
}

.section.testimonials-section .slick-track {
    overflow: visible;
    border-top: 1px solid rgb(34 34 34 / 0.2);
    display: flex !important;
}

.section.testimonials-section {
    padding-top: 50px;
}

.section.testimonials-section .news-navigation button {
    filter: invert(1);
}

.section.testimonials-section ul.slick-dots button {
    font-size: 0;
    width: 7px;
    height: 7px;
    padding: 0;
    border: 1px solid #222;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
}

.section.testimonials-section ul.slick-dots li.slick-active button,
.section.testimonials-section ul.slick-dots li:hover button {
    background: #222;
}

.section.testimonials-section ul.slick-dots {
    position: absolute;
    top: -34px;
    left: 0px;
    display: flex;
    gap: 6px;
}

.section.testimonials-section .news-header {
    padding-bottom: 10px;
}

.testimonial-item {
    border-right: 1px solid rgb(34 34 34 / 0.2);
    height: auto;
}

.testimonial-item-inner {
    padding: 50px 50px 90px 50px;
}

.testimonial-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.testimonial-with-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.testimonial-with-image img {
    position: relative !important;
    flex: 0 0 55px;
    max-width: 55px;
    border-radius: 50%;
    height: 55px !important;
    object-fit: cover !important;
}

p.testimonial-text {
    font-size: 30px;
}


/*single reference*/
.modal-wrapper.styled .wp-post-modal {
    position: relative;
    background-color: transparent;
    margin: 0 auto;
    padding: 0;
    border: none;
    width: 100%;
    max-height: 100vh;
    height: 100%;
    top: 0;
    overflow: hidden;
}

.modal-wrapper.styled .wp-post-modal .close-modal {
    width: 20px;
    height: 20px;
    top: 10px;
    right: 20px;
    font-size: 0;
    line-height: 0;
    background: url(/wp-content/uploads/2023/05/icon-close.svg);
    background-size: contain;
    background-repeat: no-repeat;
    outline: none;
}

div#modal-content {
    margin: auto;
    padding-left: 110px;
    padding-right: 110px;
    padding-top: 60px;
    max-width: 100%;
}

.modal-wrapper .image.slick-slide {
    height: calc(100vh - 200px);
    position: relative;
}

.modal-wrapper .slick-slide img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: contain;
    top: 0;
    left: 0;
}

.text-modal.light {
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin: auto;
    padding: 20px 0;
    justify-content: space-between;
    gap: 100px;
}

.text-modal a.sfx-button {
    white-space: nowrap;
}

.gallery button.slick-prev.slick-arrow,
.gallery button.slick-next.slick-arrow {
    position: absolute;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    border: none;
    background: transparent;
    width: 72px;
    height: 38px;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.gallery button.slick-prev.slick-arrow {
    left: -80px;
}

.gallery button.slick-next.slick-arrow {
    right: -80px;
}

.gallery button.slick-prev.slick-arrow:before,
.gallery button.slick-next.slick-arrow:before {
    content: '';
    width: 70px;
    height: 38px;
    position: absolute;
    background: url(/wp-content/uploads/2023/05/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}

.gallery button.slick-prev.slick-arrow:before {
    transform: rotate(180deg);
}

.gallery button.slick-prev.slick-arrow:hover,
.gallery button.slick-next.slick-arrow:hover {
    opacity: 0.5;
}

body.single-referencie {
    background: #222;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 80px;
    height: 100vh;
}

body.single-referencie .gallery button.slick-prev.slick-arrow {
    left: -80px;
}

body.single-referencie .gallery button.slick-next.slick-arrow {
    right: -80px;
}

a.ref-button-link {
    display: none;
}

body.single-referencie a.ref-button-link {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
}

a.ref-button-link img {
    width: 20px;
    height: 20px;
}

body.single-referencie .image.slick-slide {
    height: calc(100vh - 200px);
    position: relative;
}



/*PAGE*/
.section.dark-bgr.page-default-top {
    padding-top: 80px;
    margin-top: -80px;
}

.top-image {
    width: 100%;
    height: 40vh;
    background-size: cover;
    background-position: center;
}

.section.dark-bgr.page-default-top .row.top-image-wrapper {
    padding-lefT: 30px;
    padding-right: 30px;
}

.columns-wrapper.light.middle.page-title {
    padding-top: 20px;
    padding-bottom: 20px;
}





/*CONTACT FORM*/
.section.contact-form {
    border-top: 1px solid #d2d2d2;
    padding-top: 60px;
    padding-bottom: 100px;
}

.section.contact-form h2 {
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 40px;
}

p.form-title {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    margin-block-end: 0 !important;
}

textarea, input[type="text"], input[type="email"] {
    width: 100%;
    position: relative;
    height: 44px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    margin-bottom: 25px;
    color: #fff;
    font-family: 'Jost';
    font-size: 16px;
    padding: 10px 20px;
    transition: all 0.3s;
}

form.wpcf7-form p {
    font-size: 13px;
    line-height: 1.2;
}

textarea::placeholder, input[type="text"]::placeholder, input[type="email"]::placeholder {
    color: rgb(255 255 255 / 40%);
}

textarea {
    height: 100px;
}

form.wpcf7-form .columns-wrapper {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

form.wpcf7-form .columns-wrapper .col-6,
form.wpcf7-form .columns-wrapper .col-12 {
    padding: 30px 20px 0px 20px;
}

.col-6.right-border {
    border-right: 1px solid rgb(255 255 255 / 20%);
}

.divider {
    width: 100%;
    height: 1px;
    background: rgb(255 255 255 / 20%);
}

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

span.wpcf7-list-item-label {
    position: relative;
    padding-left: 45px;
    font-size: 15px;
    line-height: 1.1;
    color: #fff;
    cursor: pointer;
}

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

span.wpcf7-list-item-label a:hover {
    color: #fff;
}

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

input[type="checkbox"]:checked + span.wpcf7-list-item-label:before {
    font-size: 20px;
    line-height: 1;
    background-image: url(/wp-content/uploads/2023/05/icon-check.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
}

span.wpcf7-not-valid-tip {
    background: transparent;
    box-shadow: none !important;
    color: #ec7272 !important;
    font-size: 14px;
    top: -20px;
    position: relative;
    right: 0;
}

.gdpr-wrapper span.wpcf7-not-valid-tip {
    top: 15px !important;
    left: 20px !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    background: #ec7272;
    border-color: #ec7272;
}

.columns-wrapper.middle.gdpr-wrapper p {
    margin-top: 20px;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0px 20px 0px 0px;
}


button.sfx-button.red {
    height: 55px;
    padding-right: 80px;
    padding-left: 40px;
    cursor: pointer;
}

.col-6.upload p {
    position: relative;
}

.codedropz-upload-inner span {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 15px;
    line-height: 1.3;
}

.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
font-size: 15px;
    line-height: 1.3;
    text-decoration: underline;
}

.codedropz-upload-wrapper {
padding: 5px;
background: #404040;
margin-top: 15px;
    margin-bottom: 15px;
}

.codedropz-upload-handler {
    border: 1px dashed #707070;
    border-radius: 0px;
    margin-bottom: 0px;
    position: relative;
    height: 100%;
    min-height: 180px;
}

.codedropz-upload-container {
    padding: 20px 0px 20px 0;
display: flex;
flex-direction: column;
justify-content: space-between;
position: relative;
align-items: center;
    min-height: 180px;
}

.codedropz-upload-container:before {
content: '';
width: 70px;
height: 70px;
background: url(/wp-content/uploads/2023/05/drag-and-drop.png);
background-size: contain;
background-repeat: no-repeat;
}

.dnd-upload-image {
    display: none;
}

.dnd-upload-status .dnd-upload-details .name {
    color: #fff;
}

.dnd-upload-status .dnd-upload-details .remove-file span:after {
    filter: invert(1);
}


/*RED CTA*/
.section.big-red-cta {
    background: var(--red);
    padding-top: 40px;
    padding-bottom: 40px;
}

.red-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.red-cta-inner p {
    color: #fff;
    max-width: 550px;
}

.red-cta-inner a.sfx-button.white {
  white-space: nowrap;  
}



/*BLOG SINGLE*/
.section.blog-header {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}

.blog-bgr {
    background: #222;
    position: absolute;
    width: calc(100% - 60px);
    height: 100%;
    left: 30px;
    top: 0;
}

.single-post-image {
    position: absolute;
    width: 54%;
    height: 100%;
    right: 0;
    top: 0;
}

.single-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    position: absolute;
}

.blog-header h1 {
    color:  #fff;
    position: relative;
    font-size: 36px;
    text-transform: none;
    padding-top: 100px;
    padding-bottom: 80px;
}

.blog-header .meta-info {
    color: #fff;
    position: relative;
    padding-top: 25px;
    padding-bottom: 30px;
    border-top: 1px solid rgb(255 255 255 / 0.2);
    display: flex; 
    font-size: 15px;
    gap: 15px;
}

.blog-header .meta-info a {
    color: #fff;
    padding: 2px 15px;
    border: 1px solid rgb(255 255 255 / 0.2);
    border-radius: 35px;
}

.blog-header .meta-info a:hover {
    border-color: #fff;
}

.section.perex p {
    padding: 70px 0 70px 0;
    border-bottom: 1px solid rgb(34 34 34 / 0.2);
    font-size: 36px;
}

#sidebar{
    will-change: min-height;
    padding-left: 0;
}

#sidebar .sidebar__inner{
    position: relative;
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}

.sidebar__inner {
    padding-right: 0px;
    padding-top: 40px;
    padding-left: 14px;
}

.share-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

.share-buttons p {
    font-size: 15px;
}

.share-buttons span.divider {
    background: #222;
    width: 44px;
}

.share-buttons a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgb(34 34 34 / 0.2);
    padding: 10px;
}

.share-buttons a:hover {
    border-color: #222;
}

.single-post-content #content {
    padding-top: 40px;
}

.post-full-content a {
    color: #a00000;
    text-decoration: underline;
}



/*BLOG ARCHIVE*/
.section.blog-title {
    text-align: center;
    border-bottom: 1px solid rgb(34 34 34 / 20%);
    padding: 20px 0;
}

.section.post-archive {
    padding-top: 20px;
}

a.archive-item {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(34 34 34 / 20%);
}

.section.post-archive #content.col-9 {
    padding-right: 50px;
}

a.archive-item .post-thumbnail {
    flex: 0 0 40%;
    padding-bottom: 30%;
    position: relative;
    overflow: hidden;
}

a.archive-item .post-title {
    flex: 0 0 60%;
    padding-left: 60px;
    padding-right: 40px;
}

a.archive-item .post-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s ease;
}

a.archive-item:hover .post-thumbnail img {
    transform: scale(1.1);
}

a.archive-item h3 {
    font-size: 21px;
    padding-bottom: 5px;
    transition: all 0.3s ease;
}

a.archive-item:hover h3 {
    color: var(--red);
}

a.archive-item p {
    font-size: 16px;
    opacity: 0.4;
    margin: 0 !important;
}
    
a.archive-item .date-cat {
    display: flex;
    margin-top: 35px;
    gap: 10px;
    position: relative;
    align-items: center;
    white-space: nowrap;
}

a.archive-item .category {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
}

a.archive-item .category span {
    padding: 2px 10px;
    border: 1px solid rgb(34 34 34 / 20%);
    border-radius: 35px;
    margin-right: 10px;
    white-space: nowrap;
}

a.archive-item .date-cat:after {
content: '';
    position: absolute;
    width: 44px;
    height: 13px;
    background: url(/wp-content/uploads/2023/05/arrow-2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    filter: invert(1);
    right: -30px;
    top: 6px;
}
    
.post-archive ul.category-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.post-archive ul.category-list li a {
    padding: 2px 10px;
    border: 1px solid rgb(34 34 34 / 20%);
    border-radius: 35px;
    display: block;
    position: relative;
}

.post-archive ul.category-list li a:hover,
.post-archive ul.category-list li.active a {
    border-color: var(--red);
}

.post-archive ul.category-list li.active a {
    padding-right: 28px;
}

.post-archive ul.category-list li.active a:after {
    content: '';
    width: 9px;
    height: 9px;
    position: absolute;
    border-radius: 50%;
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease; 
    background: var(--red);
}

/*RELATED POSTS*/
.section.related-post {
    border-top: 1px solid rgb(34 34 34 / 20%);
    padding-top: 40px;
    margin-top: 50px;
}

.columns-wrapper.related-title .col-12 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
}

.related-post .archived-posts {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.related-post .archived-posts a.archive-item {
    flex: 0 0 calc(50% - 10px);
    cursor: pointer;
}

.related-post .archived-posts a.archive-item:nth-child(odd) {
    margin-right: 10px;
}

.related-post .archived-posts a.archive-item:nth-child(even) {
    margin-left: 10px;
}

.related-post a.archive-item .date-cat:after {
    display: none;
}

.related-post a.archive-item .post-title {
    padding-left: 30px;
    padding-right: 0px;
}

.related-post a.archive-item h3 {
    font-size: 18px;
}

.related-post a.archive-item .date-cat {
    margin-top: 20px;
}



/*FOOTER*/
#footer {
    padding: 26px;
}

.section.footer-top {
    border: 1px solid rgb(255 255 255 / 0.2);
}

.section.footer-top .col-3,
.section.footer-top .col-6 {
    padding: 40px;
    min-height: 500px;
} 

.section.footer-top .col-3 {
    border-right: 1px solid rgb(255 255 255 / 0.2);
}

.menu-footer li.menu-item {
    margin-bottom: 16px;
} 

.menu-footer li.menu-item a:hover,
.section.footer-copyright a:hover {
    opacity: 0.5;
}

.col-3.contacts .column-inner,
.col-6.footer-cta .column-inner {
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.col-3.contacts .column-inner p {
    padding-bottom: 16px;
}

#footer .col-3.contacts a {
    border: 1px solid rgb(255 255 255 / 0.2);
    padding: 5px 15px;
    display: inline-block;
    border-radius: 30px;
}

#footer .col-3.contacts a:hover {
    border-color: #fff;
}

#footer .col-3.contacts .top a {
    margin-bottom: 12px;
}

#footer .col-3.contacts .bottom a {
    margin-right: 6px;
}

.col-6.footer-cta p {
    font-size: 21px;
    max-width: 440px;
    margin-bottom: 16px;
}

.col-6.footer-cta a.sfx-button {
    border-color: var(--red);
}

.col-6.footer-cta img {
    max-width: 125px;
    margin-left:  auto;
    margin-right: 0;
}

.section.footer-copyright {
    border-right: 1px solid rgb(255 255 255 / 0.2);
    border-left: 1px solid rgb(255 255 255 / 0.2);
    border-bottom: 1px solid rgb(255 255 255 / 0.2);
    padding: 25px 40px;
}

.section.footer-copyright .col-12 {
    padding: 0;
}

.section.footer-copyright .column-inner {
    display:flex;
    justify-content: space-between;
}

.section.footer-copyright .column-inner .right {
    display:flex;
    gap: 20px;
}



/*pagination*/
.archive-pagination {
    padding-top: 30px;
    padding-bottom: 50px;
    text-align: right;
    display: flex;
    align-items:  center;
    justify-content: flex-end;
    gap: 15px;
}

i.arrow-prev svg,
i.arrow-next svg {
    width: 30px;
    height: 13px;
}

i.arrow-prev svg {
    transform: rotate(180deg);
}

a.prev.page-numbers {
    margin-right: 5px;
}

a.next.page-numbers {
    margin-left: 5px;
}

span.page-numbers.current {
    color: var(--red);
}


/*BACK To TOP*/
#back-to-top {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 70px;
    right: 40px;
    transition: transform .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    border: 1px solid var(--red);
    background-color: var(--red);
}

#back-to-top::after {
content: '';
width: 11px;
height: 20px;
position: absolute;
top: 50%;
left: 50%;
background: url(/wp-content/uploads/2023/05/arrow-back.svg);
background-size: contain;
background-repeat: no-repeat;
transform: translate(-50%,-50%) rotate(90deg);
}

#back-to-top:hover {
    cursor: pointer;
    transform: scale(0.9);
}

#back-to-top:active {
background-color: var(--red);
}

#back-to-top.show {
opacity: 1;
visibility: visible;
}




/****************** RESPONSIVE ******************/
@media (max-width: 1000px) {
#back-to-top {
    width: 50px;
    height: 50px;
    bottom: 40px;
    right: 10px;
}

#home-top .separator {
    width: calc(100% - 30px);
    left: 15px;
}

#home-top {
    padding-top: 65px;
    padding-bottom: 40px;
    margin-top: -65px;
    position: relative;
}
    
.home-top-ctas {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
}

.main-image-inner {
    height: 50vh;
    position: relative;
}

.main-image p.small {
    padding-left: 15px;
}

.col-4.light.news-col {
    padding: 40px 15px 15px 15px;
}

.news-item-title h3 {
    font-size: 20px;
    max-width: 100%;
    margin: 15px 0;
}

.news-item-bottom {
    display: flex;
    align-items: flex-end;
    gap: 15px;
}

#home-3 {
    padding-top: 50px;
    padding-bottom: 50px;
}

#home-3 h3 {
    font-size: 30px;
    font-weight: 400;
}

#home-6 a.sfx-button {
    padding: 17px 25px 17px 25px;
    margin-top: 20px;
}

.sluzby-grid {
    grid-template-columns: none;
    width: 100%;
}

.sluzby-grid .sluzby-item {
    width: 100%;
    overflow: hidden;
}

.sluzby-grid .sluzby-item {
    grid-area: span 12/span 12 !important;
    border-left: none !important;
    border-right: none;
    padding: 15px;
    align-self: start !important;
}

.sluzby-grid .sluzby-item .sluzby-item-inner {
    justify-content: flex-start !important;
}

.sluzby-grid > .sluzby-item::after {
    width: 100vw;
}

.sluzby-grid .sluzby-item h3 {
    font-size: 18px;
}

.sluzby-grid .sluzby-item .sluzby-item-text {
    padding-bottom: 15px;
    min-height: 100%;
}

#home-7 .columns-wrapper.middle {
    flex-direction: column-reverse;
}

#home-7 h3 {
    max-width: 560px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.ceo-block {
    margin-bottom: 50px;
}

.ceo-block>img {
    width: 80px;
    flex: 0 0 80px;
}

#home-8 {
    padding-top: 0px;
}

.col-8.reel {
    padding: 20px 0;
    border-left: none;
    position: relative;
    margin-top: 30px;
}

.reel-strip {
    overflow: visible;
    width: 100vw;
    position: relative;
}

.reel-top, .reel-bottom {
    overflow: visible;
    height: 180px;
    border: none;
    position: relative;
}

.reel-strip .slick-list {
    overflow: visible;
}

.reel-top img, .reel-bottom img {
    height: 160px;
}

.reel-top:before, .reel-bottom:before {
    content: '';
    width: 140vw;
    height: 1px;
    position: absolute;
    top: -20px;
    background: #d2d2d2;
    left: 50%;
    transform: translateX(-50%);
} 

.reel-bottom:before {
    top: 0;
}


/*PAGE*/
.section.dark-bgr.page-default-top {
    padding-top: 65px;
    margin-top: -65px;
}

.section.dark-bgr.page-default-top .row.top-image-wrapper {
    padding-lefT: 15px;
    padding-right: 15px;
}

.top-image {
    height: 20vh;
}

.red-cta-inner {
    flex-direction: column;
    text-align: center;
}


/*SLUZBY single*/
.single-sluzby-header {
    padding-top: 80px;
    margin-top: -65px;
    margin-bottom: 28vw;
}

.single-sluzby-header .col-6.title {
    padding-top: 10px;
    padding-bottom: 30vw;
}

.single-sluzby-header h1 {
    font-size: 40px;
    font-weight: 400;
    max-width: 550px;
    padding: 30px 0 20px 0;
}

.single-sluzby-header .cta {
    margin-bottom: 0px;
    display: inline-block;
}

.single-sluzby-header .img-left {
    display: block;
    height: 35vw;
    min-height: auto;
    position: relative;
    width: 50vw;
    float: none;
    margin-right: 0;
    margin-left: auto;
}

.single-sluzby-header .img-right {
    height: 100%;
    height: 45vw;
    min-height: auto;
    width: 70vw;
    position: absolute;
    overflow: hidden;
    top: -25vw;
    left: 0;
}

.single-sluzby-header .col-6.light.image {
    position: relative;
}

.why-us-blocks .col-4 {
    border-top: none;
    border-bottom: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
}

.why-us-blocks .col-4:first-child {
    border-top: 1px solid #d2d2d2;
}

.why-us-blocks .col-4 {
    border-top: none;
    border-bottom: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
}

.why-us-blocks .col-4:first-child {
    border-top: 1px solid #d2d2d2;
}

.columns-wrapper.middle.gdpr-wrapper p {
    margin-top: 10px;
    margin-bottom: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    padding: 0px 20px 0px 20px;
    gap: 10px;
}

.wpcf7 input[type="checkbox"] {
    margin: 0;
}

span.wpcf7-form-control.wpcf7-acceptance {
    margin-left: -1em;
}


/*REFERENCES*/
.categories-filter .category ul li {
    font-size: 14px;
    line-height: 18px;
    padding: 6px 10px 6px 10px;
}
    
.categories-filter .category ul li.active {
    padding-right: 25px;
}

.categories-filter .category ul li.active:after {
    right: 10px;
}

.section.dark-bgr.realizacie-title {
    padding-top: 80px;
    padding-bottom: 10px;
    margin-top: -65px;
}

.references-grid {
    grid-template-columns: repeat(2, 50%);
}

.references-grid .reference-item {
    grid-area: span 1/span 2;
    border-right: none !important;
    border-left: none !important;
    padding: 20px 10px;
}

.references-grid > .reference-item::after {
    width: 100vw;
}

.ref-category {
    left: 20px;
}


/*modal*/
div#modal-content {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 60px;
}

.modal-wrapper .image.slick-slide {
    height: calc(100vh - 260px);
    position: relative;
}

.text-modal.light {
    gap: 20px;
    flex-direction: column;
    text-align: center;
}

.gallery button.slick-prev.slick-arrow:before, 
.gallery button.slick-next.slick-arrow:before {
    width: 50px;
    height: 28px;
}

.gallery button.slick-prev.slick-arrow, .gallery button.slick-next.slick-arrow {
    width: 50px;
    height: 28px;
}

.gallery button.slick-next.slick-arrow {
    right: -55px;
}

.gallery button.slick-prev.slick-arrow {
    left: -55px;
}


/*testimonial*/
.section.testimonials-section ul.slick-dots {
    position: absolute;
    top: -35px;
    left: 125px;
    display: flex;
    gap: 6px;
}

.testimonial-item-inner {
    padding: 35px 25px 50px 25px;
}

p.testimonial-text {
    font-size: 20px;
}


/*blogy*/
.section.post-archive .columns-wrapper.container.clearfix,
.section.single-post-content .columns-wrapper.container.clearfix {
    flex-direction: column-reverse;
}

#sidebar {
    height: 100% !important;
}

.sidebar__inner {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    padding-top: 0;
    transform: none !important;
    padding-left: 0 !important;
}

.section.post-archive #content.col-9 {
    padding-top: 20px;
    padding-right: 0;
}

a.archive-item {
    flex-direction: column;
}

a.archive-item .post-thumbnail {
    width: 100%;
    padding-bottom: 60%;
    margin-bottom: 20px;
}

a.archive-item .post-title,
.related-post a.archive-item .post-title {
    flex: 0 0 100%;
    padding-left: 0px;
    padding-right: 0;
}

a.archive-item h3 {
    font-size: 18px;
}

a.archive-item p {
    font-size: 15px;
}

a.archive-item .date-cat {
    padding-right: 30px;
}

a.archive-item .date-cat:after {
    right: 0px;
    width: 38px;
    height: 11px;
}

.blog-bgr {
    width: calc(100% - 30px);
    left: 15px;
}

.single-post-image {
    width: 100%;
    height: 30vh;
}

.blog-header h1 {
    font-size: 26px;
    padding-top: 33vh;
    padding-bottom: 50px;
}

.section.perex p {
    padding: 50px 0 50px 0;
    font-size: 20px;
}

.columns-wrapper.related-title .col-12 {
    flex-direction: column;
    gap: 20px;
}

.related-post .archived-posts a.archive-item:nth-child(odd) {
    margin-right: 0px;
}
.related-post .archived-posts a.archive-item {
    flex: 100%;
}

#footer {
    padding: 15px;
}

.section.footer-top .col-3, .section.footer-top .col-6 {
    padding: 30px;
    min-height: auto;
}

.section.footer-top .col-3 {
    border-right: none;
    border-bottom: 1px solid rgb(255 255 255 / 0.2);
}

.col-3.contacts .bottom,
.col-6.footer-cta .bottom {
    margin-top: 40px;
}

.col-6.footer-cta img {
    margin-left: 0;
    margin-right: auto;
}

.col-6.footer-cta p {
    font-size: 18px;
}

.section.footer-copyright .column-inner,
.section.footer-copyright .column-inner .right{
    flex-direction: column;
}

.section.footer-copyright {
    padding: 20px 30px;
}
}