@font-face {
font-family: 'Urbanist';
src: url(//www.kosit.sk/wp-content/themes/kosit/fonts/Urbanist-Bold.ttf);
font-weight: 700; 
}
@font-face {
font-family: 'Urbanist';
src: url(//www.kosit.sk/wp-content/themes/kosit/fonts/Urbanist-Regular.ttf);
font-weight: 400; 
}
strong {
font-family: 'Urbanist';
font-weight: 700;
}
:root {
--accent: #6B9D22;
--dark: #1A1818;
--grey: #F2F2F2;
--white: #ffffff;
--black: #000000;
--length: 1;
}
@font-face {
font-family: 'icomoon';
src:  url(//www.kosit.sk/wp-content/themes/kosit/fonts/icomoon.eot?8lq7qy);
src:  url(//www.kosit.sk/wp-content/themes/kosit/fonts/icomoon.eot?8lq7qy#iefix) format('embedded-opentype'),
url(//www.kosit.sk/wp-content/themes/kosit/fonts/icomoon.ttf?8lq7qy) format('truetype'),
url(//www.kosit.sk/wp-content/themes/kosit/fonts/icomoon.woff?8lq7qy) format('woff'),
url(//www.kosit.sk/wp-content/themes/kosit/fonts/icomoon.svg?8lq7qy#icomoon) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="icon-"], [class*=" icon-"] { font-family: 'icomoon' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-icon-email:before {
content: "\e900";
}
.icon-icon-phone:before {
content: "\e942";
}
.icon-icon-facebook:before {
content: "\e901";
font-size: 1.15em;
}
.icon-icon-instagram:before {
content: "\e902";
}
.icon-icon-linkedin:before {
content: "\e903";
}
.icon-icon-youtube:before {
content: "\e904";
}
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 ease;
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: 'Urbanist';
background: #fff;
font-size: 15px;
color: var(--dark);
}
p {
font-family: 'Urbanist';
color: var(--dark);
font-size: 15px;
line-height: 1.4;
font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Urbanist';
color: var(--dark);
line-height: 1.2;
font-weight: 700;
}
h1 {
font-size: 35px;
}
h2 {
font-size: 35px;
}
h3 {
font-size: 25px;
}
h4 {
font-size: 18px;
}
img {
width: 100%;
height: auto;
display: block;
}
.light p, .light h1, .light h2, .light h3, .light h4, .light li, .light a {
color: var(--white);
} section {
width: 100%;
}
.row.in-grid {
max-width: 1310px;
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%; }
.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-4-5 {
width: 80%;
padding-left: 1%;
padding-right: 1%;
}
.col-3-5 {
width: 60%;
padding-left: 1%;
padding-right: 1%;
}
.col-2-5 {
width: 40%;
padding-left: 1%;
padding-right: 1%;
}
.col-1-5 {
width: 20%;
padding-left: 1%;
padding-right: 1%;
}
.col-3-0 {
width: 30%;
padding-left: 1%;
padding-right: 1%;
}
.col-7-0 {
width: 70%;
padding-left: 1%;
padding-right: 1%;
}
.content-container {
position: relative;
z-index: 2;
max-width: 1310px;
padding-left: 15px;
padding-right: 15px;
margin: auto;
} @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 {
flex: 0 0 100%;
width: 100%;
max-width: 100%;
padding-left: 0%;
padding-right: 0%;
}
h1 {
font-size: 30px;
}
h2 {
font-size: 24px;
}
h3 {
font-size: 18px;
}
}
.accent {
color: var(--accent);
}
.main-btn {
position: relative;
display: inline-block;
padding: 13px 40px 13px 40px;
background: var(--accent);
font-size: 15px;
font-weight: 700;
color: #fff;
border-radius: 200px;
-webkit-border-radius: 200px;
box-shadow: none;
transition: all .45s cubic-bezier(0.25,1,0.33,1);
}
.main-btn span {
position: relative;
}
.main-btn:hover {
transform: translateY(-3px);
-webkit-transform: translateY(-3px);
box-shadow: 0 10px 38px rgba(0, 0, 0, 0.15);
}
.post-full-content ol,
.post-full-content ul,
.content-container ol,
.content-container ul{
margin-left: 3px;
}
.post-full-content ol li,
.content-container ol li {
padding-left: 22px;
position: relative;
padding-bottom: 15px;
counter-increment: step-counter;
}
.post-full-content ol li:before,
.content-container ol li:before {
content: counter(step-counter) '/';
position: absolute;
top: 0;
left: 0;
color: var(--accent);
}
.post-full-content ul li,
.content-container ul li {
padding-left: 22px;
position: relative;
padding-bottom: 15px;
}
.post-full-content ul li:before,
.content-container ul li:before {
content: '';
position: absolute;
top: 6px;
left: 0;
width: 8px;
height: 8px;
background: var(--accent);
} .header-top {
display: flex;
justify-content: space-between;
padding: 12px 20px;
align-items: center;
line-height: 1;
border-bottom: 1px solid #C4C4C4;
}
.header-contact {
display: flex;
align-items: center;
gap: 7px;
}
.header-contact p {
font-size: 12px;
}
.header-contact a {
font-weight: 700;
color: var(--accent);
font-size: 15px;
}
.header-icons {
display: flex;
align-items: center;
gap: 20px;
margin-left: 20px;
margin-right: auto;
}
.header-icons a {
color: #1A1818;  
}
.header-icons a:hover {
color: var(--accent);
}
.header-icons i.icon-icon-instagram,
.header-icons i.icon-icon-linkedin {
font-size: 17px;
}
.header-main {
display: flex;
justify-content: space-between;
padding: 0;
z-index: 3;
align-items: center;
position: relative;
height: 100%;
}
.logo {
margin-right: auto;
margin-left: 0;
z-index: 3;
padding-left: 20px;
}
#header .logo a {
display: flex;
}
.logo img {
height: 33px;
width: auto !important;
}
ul.menu {
display: flex;
}
ul.menu li a {
color: var(--dark);
padding: 25px clamp(12px,2.8vw,40px);
font-size: 15px;
text-decoration: none;
font-weight: 700;
position: relative;
border-left: 1px solid #C4C4C4;
display: flex;
}
ul.menu > li:hover > a,
ul.menu > li.current-menu-item > a,
ul.sub-menu li.current-menu-item > a {
background: #F2F8EA;
}
li.menu-item-has-children {
position: relative;
}
ul.menu li:last-child a {
margin-right: 0;
}
li.menu-item-has-children > a:before {
content: '';
width: 9px;
height: 5px;
position: relative;
display: inline-flex;
top: 7px;
background: url(//www.kosit.sk/wp-content/uploads/2024/05/arrow-down.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
order: 2;
margin-left: 10px;
}
ul.menu > li > a:after {
content: '';
position: absolute;
width: 0%;
height: 4px;
background: var(--accent);
left: 0;
bottom: 0px;
transition: 0.3s ease;
}
ul.menu > li:hover > a:after,
ul.menu > li.current-menu-item > a:after {
width: 100%;
}
ul.sub-menu {
position: absolute;
padding-top: 15px;
min-width: calc(100% + 60px);
opacity: 0;
transition: all 0.35s ease;
transform: translateY(10px) translateX(-50%);
visibility: hidden;
left: 50%;
}
ul.menu > li:last-child ul.sub-menu {
margin-left: -32px;
}
ul.sub-menu:before {
content: '';
width: 100%;
height: calc(100% - 15px);
top: 15px;
left: 0;
position: absolute;
box-shadow: 0 0px 36px rgb(0 0 0 / 16%);
}
ul.sub-menu:after {
content: '';
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 0px;
width: 0; 
height: 0; 
border-left: 15px solid transparent;
border-right: 15px solid transparent;
border-bottom: 22px solid #fff;
}
li.menu-item-has-children:hover ul.sub-menu {
opacity: 1;
transform: translateY(0px) translateX(-50%);
visibility: visible;
}
ul.sub-menu li {
padding: 0;
margin: 0;
background: #fff;
}
ul.sub-menu li:first-child {
padding-top: 10px;
}
ul.sub-menu li:last-child {
padding-bottom: 10px;
}
ul.sub-menu li a {
padding: 12px 60px 12px 35px;
display: block;
margin: 0;
white-space: nowrap;
color: var(--dark);
position: relative;
background: #fff;
border-left: none;
font-size: 15px;
font-weight: 400;
}
ul.sub-menu li a:hover {
color: var(--accent);
}
ul.sub-menu li a:after {
content: '';
width: 5px;
height: 9px;
position: absolute;
right: 35px;
top: 50%;
margin-top: -1px;
transform: translateY(-50%);
background: url(//www.kosit.sk/wp-content/uploads/2024/05/arrow.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
opacity: 1;
transition: all 0.3s ease;
} .is-form-style.is-form-style-3 input.is-search-input::placeholder {
color: var(--dark);
letter-spacing: 0.4px;
}
.is-form-style.is-form-style-3 input.is-search-input {
color: var(--dark);
font-size: 14px !important;
font-family: 'Urbanist';
width: 180px;
font-weight: 500 !important;
}
div.is-ajax-search-result {
background: #fff;
padding: 0px !important;
border-top: 1px solid #C4C4C4;
border-bottom: 1px solid #C4C4C4;
margin-top: 0px;
left: auto !important;
right: 0 !important;
width: 100% !important;
box-shadow: 0px 20px 30px rgba(0,0,0,0.1);
}
.is-show-more-results {
margin-top: 0px;
}
#is-ajax-search-result-142 .is-show-more-results {
background-color: var(--accent) !important;
color: #fff;
padding: 10px;
transition: all 0.3s ease;
margin-top: 0 !important;
}
#is-ajax-search-result-142 .is-show-more-results:hover {
background: var(--dark) !important;
}
#is-ajax-search-result-142 .is-show-more-results-text {
text-transform: uppercase;
font-size: 15px;
font-weight: 700;
line-height: normal;
}
.is-search-sections .thumbnail {
width: 70px !important;
border-radius: 0px;
overflow: hidden;
}
.is-search-sections .thumbnail img {
max-width: 70px !important;
height: 70px !important;
object-fit: cover;
}
.is-ajax-search-post .is-title a {
text-transform: none !important;
font-size: 17px !important;
font-weight: 700;
}
.is-search-sections .meta,
.is-search-sections .meta>div {
margin: 0 !important;
display: none !important;
}
.is-show-more-results-text span {
display: none;
}
@media (min-width: 1000px) {
button.drawer-toggle.drawer-hamburger {
display: none;
}
.header-contact i {
display: none;
}
}
@media (max-width: 1000px) { .header-contact span,
.header-contact p,
.header-top form.is-search-form.is-form-style {
display: none;
}
.header-icons {
margin-left: 0px;
}
.header-contact i {
font-size: 18px;
color: var(--white); 
line-height: 38px;
}
.header-contact a {
background: var(--accent);
width: 38px;
height: 38px;
border-radius: 50%;
text-align: center;
}
.header-top {
padding: 8px 20px;
position: relative;
z-index: 10;
background: #fff;
}
.main-menu {
display: none;
}
.header-main {
padding: 12px 0;
}
.logo img {
height: 22px;
}
.drawer-hamburger,
.drawer-hamburger:hover {
position: absolute;
margin-top: 54px;
margin-right: 15px;
padding: 13px 9px 25px;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
background-color: var(--accent);
height: 1px;
}
.drawer--right .drawer-nav {
right: -100vw;
}
.drawer-nav {
background-color: var(--white);
text-align: center;
height: 100vh;
width: 100vw;
z-index: 3;
padding: 100px 30px 20px 20px;
overflow-y: scroll;
}
.drawer--right.drawer-open .drawer-hamburger {
right: 0px;
position:fixed;
}
ul.menu {
display: flex;
flex-direction: column;
margin-bottom: 20px;
align-items: flex-start;
}
ul.menu li.menu-item {
width: 100%;
max-width: 250px;
}
ul.menu li a {
position: relative;
font-size: 18px;
margin-bottom: 0px;
border-left: none;
padding: 10px 30px 10px 0;
}
ul.menu > li:hover > a, ul.menu > li.current-menu-item > a, ul.sub-menu li.current-menu-item > a {
background: transparent;
}
ul.menu > li:hover > a:after, ul.menu > li.current-menu-item > a:after {
display: none;
}
li.menu-item-has-children > a:before {
position: absolute;
top: 19px;
right: 0;
margin-left: 10px;
}
ul.sub-menu {
position: relative;
padding-top: 0px;
width: 100%;
opacity: 1;
transition: all 0.35s ease;
transform: none;
visibility: visible;
left: 0;
min-width: auto;
display: none;
text-align: left;
}
ul.sub-menu li a {
padding: 10px 60px 0px 35px;
display: block;
margin: 0;
white-space: nowrap;
color: var(--dark);
position: relative;
background: #fff;
border-left: none;
font-size: 15px;
font-weight: 400;
width: 100%;
}
ul.sub-menu:after, ul.sub-menu:before{
display: none;
}
ul.sub-menu li:first-child {
padding-top: 0px;
}
li.menu-item-has-children:hover ul.sub-menu {
opacity: 1;
transform: none;
visibility: visible;
}
ul.sub-menu li a:after {
right: 30px;
margin-top: 4px;
}
ul.menu > li:last-child ul.sub-menu {
margin-left: 0;
}
.drawer-nav form.is-search-form.is-form-style {
margin-top: -38px;
margin-bottom: 35px;
max-width: 250px;
}
.is-form-style.is-form-style-3 input.is-search-input {
width: 100%;
}
} .home-1 {
padding-top: 150px;
padding-bottom: 230px;
background: url(//www.kosit.sk/wp-content/uploads/2024/08/kosit-2.jpg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.home-1 h1 {
padding: 5px 0 20px 0;
max-width: 300px;
}
.numbers {
text-align: center;
padding: 60px 0;
}
.numbers p {
font-weight: 700;
}
p.count {
font-size: 35px;
}
.numbers .col-3 {
padding-top: 20px;
padding-bottom: 20px;
border-right: 1px solid #C4C4C4;
}
.numbers .col-3:last-child {
border: none;
}
.home-2 .col-12.aktuality {
max-width: 430px;
width: 430px;
margin-left: auto;
margin-right: 1%;
padding-left: 0;
padding-right: 0;
margin-top: -230px;
position: relative;
}
.aktuality-slider {
width: 100%;
}
p.slider-label {
position: absolute;
top: 0;
left: 0;
color: #fff;
font-weight: 700;
z-index: 1;
padding: 5px 14px;
background: var(--accent);
}
.aktuality-slider li.slick-slide {
overflow: hidden;
}
.aktuality-slider li.slick-slide a {
display: block;
width: 100%;
padding-bottom: 290px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.aktuality-slider li.slick-slide a:hover {
transform: scale(1.05);
}
.slider-navigation {
margin-top: 20px;
display: flex;
justify-content: space-between;
align-items: center;
}
ul.slick-dots {
display: flex !important;
gap: 10px;
align-items: center;
}
ul.slick-dots button {
width: 8px;
height: 8px;
font-size: 0;
padding: 0;
border-radius: 50%;
border: 1px solid rgb(26 24 24 / 20%);
background: #fff;
cursor: pointer;
display: block;
}
ul.slick-dots li:hover button,
ul.slick-dots li.slick-active button {
background: var(--accent);
border: 1px solid var(--accent);
}
.slick-slider-nav {
display: flex;
gap: 60px;
}
button.slick-arrow {
border: none;
background: none;
width: 30px;
height: 30px;
background: #fff;
border-radius: 50%;
position: relative;
cursor: pointer;
transition: all 0.3s ease;
}
button.slick-arrow svg {
width: 9px;
height: auto;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
button.slick-arrow svg .st0 {
transition: all 0.3s ease;
}
button.slick-arrow:hover svg .st0 {
fill: #fff;
}
button.slick-arrow:hover {
background: var(--accent);
}
.col-12.service-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: 2fr;
gap: 10px;
padding: 0 1%;
}
.service-grid .service-01{
grid-area: span 2 / span 2;
padding-bottom: calc(94% - 5px);
}
.service-grid .service-04{
grid-area: span 1 / span 2;
padding-bottom: calc(47% - 5px);
}
.service-grid .service-02,
.service-grid .service-03 {
grid-area: span 1 / span 1;
padding-bottom: 94%;
}
.service-item {
position: relative;
width: 100%;
overflow: hidden;
}
.service-content {
position: absolute;
bottom: 0px;
left: 0px;
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
padding: 40px 32px;
flex-wrap: wrap;
gap: 15px;
z-index: 2;
}
.service-02 .service-content,
.service-03 .service-content {
padding-bottom: 32px;
}
.service-content h3 {
color: #fff;
}
.service-bgr {
z-index: 1;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
}
.main-btn.outline {
background: transparent;
border: 1px solid var(--accent);
padding: 12px 40px 12px 40px;
}
.main-btn.outline:hover,
.service-item:hover .main-btn.outline {
background: var(--accent);
-webkit-transform: translateY(-3px);
box-shadow: 0 10px 38px rgba(0, 0, 0, 0.15);
}
.service-bgr:after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 50%;
background: linear-gradient(to bottom, rgb(0 0 0 / 0%), #000);
}
.service-item:after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 0%;
height: 5px;
background: var(--accent);
z-index: 2;
transition: all 0.55s ease;
}
.service-item:hover:after {
width: 100%;
}
.section.home-3 {
padding-bottom: 120px;
}
.section.home-4 {
padding-top: 120px;
padding-bottom: 120px;
background: #F2F2F2;
}
.section.home-4 h2 {
text-align: center;
}
.section.home-4 .col-6.text h3,
.section.home-4 .col-6.text p {
max-width: 400px;
}
.section.home-4 .col-6.text h3 {
padding-bottom: 7px;
}
.section.home-4 .col-6.text p {
padding-bottom: 25px;
}
.section.home-4 .step-1 .col-6.text,
.section.home-4 .step-3 .col-6.text {
padding-right: 100px;
}
.section.home-4 .step-2 .col-6.text {
padding-left: 100px;
}
.section.home-4 .step-1 .col-6.img,
.section.home-4 .step-3 .col-6.img {
padding-left: 60px;
}
.section.home-4 .step-2 .col-6.img {
padding-right: 60px;
} .path {
stroke-dasharray: var(--length);
stroke-dashoffset: var(--length);
stroke-width: 4;
}
.line-container {
position: absolute; display: flex;
flex-direction: column;
align-items: center; margin-top: 40px;
left: 50%;
transform: translateX(-50%);
}
.container-steps {
position: relative;
}
.line-container svg {
height: 100%;
width: auto;
} .col-12.posts-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: 2fr;
gap: 10px;
padding: 0 1%;
}
.posts-grid .archive-item.selected-first {
grid-area: span 2 / span 2;
}
.archive-item {
border: 1px solid #C4C4C4;
position: relative;
background: #fff;
}
.archive-item .post-thumbnail {
position: relative;
width: 100%;
padding-bottom: 56%;
overflow: hidden;
}
.archive-item .post-thumbnail img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
transition: all 0.6s cubic-bezier(0.25,1,0.33,1);
}
.archive-item:hover .post-thumbnail img {
transform: scale(1.05);
}
.archive-item .date-cat {
display: flex;
}
.archive-item time.entry-date {
opacity: 0.4;
color: var(--dark);
margin-right: 12px;
padding-right: 12px;
border-right: 1px solid #C4C4C4;
}
.archive-item .category span {
color: var(--accent);
}
.selected-first .post-content {
padding: 30px 40px;
}
.selected-first h3.post-title {
margin-top: 22px;
margin-bottom: 12px;
}
.archive-item.small .post-content-small {
padding: 15px 20px 20px 20px;
height: 130px;
}
.archive-item.small h3 {
font-size: 18px;  
margin-top: 11px;
margin-bottom: 11px;
}
.hidden-post-content {
padding: 25px 20px 20px 20px;
position: absolute;
left: 0;
bottom: -20px;
transition: all 0.3s ease;
opacity: 0;
background: #5A5A5A;
height: 100%;
display: flex;
flex-direction: column;
}
.hidden-post-content h3, .hidden-post-content .category span, .hidden-post-content time.entry-date {
color: #fff;
}
.hidden-post-content p.excerpt {
margin-bottom: 11px;
color: #fff;
}
.hidden-post-content .main-btn.outline {
width: 145px;
margin-top: auto;
margin-bottom: 0;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}
.archive-item:hover .hidden-post-content {
opacity: 1;
bottom: 0;
}
.section.post-widget {
padding-top: 100px;
padding-bottom: 100px;
}
.section.post-widget h2 {
text-align: center;
padding-bottom: 34px;
}
.columns-wrapper.read-more {
text-align: center;
padding-top: 34px;
} .section.page-default-top {
position: relative;
}
.page-default-top .background-wrapper {
background: var(--grey);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.page-default-top .background-wrapper .bgr-image {
width: 50%;
height: 100%;
background-size: cover;
background-position: center;
right: 0;
top: 0;
position: absolute;
}
.page-default-top .row.in-grid {
position: relative;
}
.page-default-top .col-6.page-title {
padding: 100px 100px 80px 1%;
min-height: 400px;
}
.page-default-top .col-6.page-title h1 {
margin-bottom: 0.5em;
} .posts-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 2fr;
gap: 10px;
}
.archive-grid-all {
margin-top: 15px;
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 2fr;
gap: 10px;
}
body.paged.page-template-template-blog p.slider-label {
display: none;
}
a.archive-item.selected-first {
grid-area: span 2 / span 2;
}
a.archive-item.small:nth-child(2) {
grid-area: span 1 / span 1;
height: fit-content;
}
.archive-pagination {
margin-top: 50px;
}
ul.category-list {
border: 1px solid #C4C4C4;
margin-top: 10px;
}
.popular-posts-widget {
margin-top: 80px;
}
h3.widget-title {
margin-bottom: 15px;
}
.popular-posts {
border: 1px solid #C4C4C4;
}
ul.category-list li a {
padding: 17px 5px 17px 25px;
display: block;
color: var(--dark);
border-bottom: 1px solid #C4C4C4;
position: relative;
}
a.archive-item-popular {
padding: 17px 40px 17px 25px;
display: block;
color: var(--dark);
border-bottom: 1px solid #C4C4C4;
position: relative;
}
a.archive-item-popular:last-child,
ul.category-list li:last-child a {
border-bottom: none;
}
ul.category-list li a span {
color: #C4C4C4;
font-size: 12px;
}
a.archive-item-popular:before,
ul.category-list li a:before {
content: '';
width: 3px;
height: 0%;
background: var(--accent);
left: 0;
top: 0;
position: absolute;
transition: all 0.3s ease;
}
a.archive-item-popular:hover:before,
ul.category-list li a:hover:before,
ul.category-list li.active a:before {
height: 100%;
}
a.archive-item-popular:hover,
ul.category-list li.active a,
ul.category-list li a:hover {
background: rgb(107 157 34 / 10%);
color: var(--accent);
}
.post-content-popular h3 {
font-weight: 400;
font-size: 15px;
line-height: 1.4;
padding-right: 30px;
margin-top: 5px;
}
.post-content-popular .category {
color: var(--accent);
}
.post-content-popular svg {
width: 6px;
height: auto;
position: absolute;
right: 30px;
top: 50%;
transform: translateY(-50%);
}
.archive-pagination {
display: flex;
align-items: center;
font-weight: 700;
justify-content: center;
gap: 10px;
}
.prev-page {
margin-left: 0;
margin-right: auto;
}
.next-page {
margin-left: auto;
margin-right: 0;
}
.prev-page, 
.next-page {
color: #fff;
background: var(--accent);
padding: 16px 30px;
border-radius: 40px;
display: flex;
align-items: center;
gap: 10px;
width: auto;
}
.prev-page i, 
.next-page i {
width: 6px;
display: inline-flex;
}
.prev-page polygon.arrow,
.next-page polygon.arrow {
fill: #fff;
}
.page-numbers {
color: var(--dark);
position: relative;
width: 32px;
text-align: center;
}
.page-numbers:before {
content: '';
width: 32px;
height: 32px;
position: absolute;
background: rgb(107 157 34 / 10%);
z-index: -1;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) scale(0);
border-radius: 50%;
transition: all 0.3s ease;
}
.page-numbers:hover:before,
.page-numbers.current:before {
transform: translate(-50%, -50%) scale(1);
}
.archive-pagination .inactive {
pointer-events: none;
cursor: default;
color: var(--dark);
background: transparent;
opacity: 0.3;
}
.inactive polygon.arrow {
fill: var(--dark);
} .section.single-blog-header {
padding-top: 80px;
padding-bottom: 310px;
position: relative;
}
.single-blog-header .single-bgr,
.single-blog-header .single-bgr img {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
object-fit: cover;
}
.single-blog-header .single-bgr {
overflow: hidden;
background: #1A1818;
}
.single-blog-header .single-bgr img {
filter: blur(8px);
transform: scale(1.1);
opacity: 56%;
}
.single-blog-header .row.in-grid {
position: relative;
text-align: center;
}
.single-blog-header .meta-info {
display: flex;
justify-content: center;
}
.single-blog-header .meta-info time.entry-date {
padding-right: 8px;
margin-right: 8px;
border-right: 1px solid #C4C4C4;
color: rgb(255 255 255 / 40%);
}
.single-blog-header .meta-info .post-categories a {
color: var(--accent);
}
.single-blog-header h1 {
color: #fff;
margin-top: 15px;
}
.section.single-description .columns-wrapper {
margin-top: -220px;
position: relative;
}
.section.single-description .col-6.single-perex {
padding-right: 0;
background: #F2F2F2;
display: flex;
flex-direction: column;
justify-content: center;
padding: 80px 60px 60px 80px;
}
.section.single-description p.perex {
font-size: 25px;
line-height: 1.3;
}
.section.single-description .col-6.single-image {
position: relative;
height: auto;
min-height: 250px;
padding-left: 0;
}
.section.single-description .col-6.single-image img {
position: absolute;
width: 100%;
height: 100%;
object-fit: cover;
}
.section.single-content .post-full-content {
padding-top: 40px;
max-width: 800px;
padding-right: 50px;
padding-bottom: 40px;
}
.single-author {
background: #F2F2F2;
max-width: 750px;
padding: 50px 50px 35px 50px;
}
.col-8.author-info p.small-title {
opacity: 0.35;
margin-bottom: 5px;
}
.col-8.author-info {
padding-right: 30px;
}
.col-8.author-info h3 {
margin-bottom: 5px;
}
a.author-email {
color: var(--accent);
padding-left: 36px;
margin-top: 30px;
display: inline-block;
position: relative;
}
a.author-email i.icon-icon-email {
position: absolute;
left: 0;
top: -5px;
border: 1px solid var(--accent);
color: var(--dark);
width: 30px;
height: 30px;
border-radius: 50%;
text-align: center;
font-size: 12px;
line-height: 29px;
}
.col-4.author-foto {
text-align: center;
}
.autor-image {
width: 128px;
height: 128px;
border: 1px solid var(--accent);
border-radius: 50%;
margin: auto;
}
.autor-image img {
width: 106px;
height: 106px;
object-fit: cover;
border-radius: 50%;
position: relative;
margin: auto;
top: 10px;
}
.author-foto a.main-btn.outline.green {
margin-top: 10px;
text-align: center;
padding-right: 5px;
padding-left: 5px;
display: block;
color: var(--accent);
}
.author-foto a.main-btn.outline.green:hover {
color: #fff;
}
.share-buttons {
margin-top: 40px;
margin-bottom: 60px;
}
a.share-button.share-facebook {
padding-left: 40px;
display: inline-block;
position: relative;
color: var(--dark);
}
a.share-button.share-facebook i {
position: absolute;
left: 0;
top: -6px;
border: 1px solid var(--accent);
color: var(--dark);
width: 30px;
height: 30px;
border-radius: 50%;
text-align: center;
font-size: 12px;
line-height: 29px;
}
a.share-button.share-facebook strong {
color: var(--accent);
}
.section.post-widget.single {
background: #F2F2F2;
}
.odkazy {
margin-top: 60px;
}
.odkazy-block {
margin-top: 15px;
}
.odkaz-green {
margin-top: 25px;
color: var(--accent);
}
a.odkaz-green {
display: inline-block;
}
.odkazy-block ul {
margin-top: 4px;
}
.odkazy-block ul li a {
color: var(--dark);
}
.odkazy-block ul li a:hover {
color: var(--accent);
}
.odkazy-block ul {
margin-left: 3px;
}
.odkazy-block ul li {
padding-left: 18px;
position: relative;
padding-bottom: 8px;
}
.odkazy-block ul li:before {
content: '';
position: absolute;
top: 5px;
left: 0;
width: 8px;
height: 8px;
background: var(--accent);
} .section.page-default-top.author-page {
background: var(--grey);
}
.author-page .col-6.author-foto {
padding-top: 100px;
}
.page-default-top.author-page .col-6.page-title {
padding: 100px 100px 100px 1%;
min-height: auto;
} .section.footer-top {
background: #5A5A5A;
}
.section.footer-copyright {
background: #464646;
}
.section.footer-top .col-2-5,
.section.footer-top .col-3-5 {
padding-top: 100px;
padding-bottom: 120px;
}
.footer-contact {
margin-top: 20px;
margin-bottom: 75px;
}
.footer-contact a {
font-size: 25px;
font-weight: 700;
}
.footer-contact a.mail {
color: var(--accent);
text-decoration: underline;
text-decoration-thickness: 1px;
}
.footer-contact .col-6,
.socials .col-6,
.section.footer-top .col-3-5 .col-6{
padding: 0;
}
.socials a {
margin-bottom: 24px;
display: inline-block;
position: relative;
padding-left: 44px;
transition: all 0.3s ease;
}
.socials a i {
position: absolute;
width: 33px;
height: 33px;
border: 1px solid #8E8E8E;
border-radius: 50%;
left: 0;
top: -8px;
text-align: center;
line-height: 32px;
font-size: 13px;
}
.socials a:hover {
color: var(--accent);
}
.socials a:hover i {
border: 1px solid rgb(107 157 34 / 50%);
}
.section.footer-top .col-3-5 {
padding-left: 70px;
border-left: 1px solid #C4C4C4;
}
.section.footer-top a.footer-link {
display: inline-block;
margin-bottom: 15px;
font-size: 14px;
}
.section.footer-top .col-3-5 .col-6 {
margin-top: 23px;
}
.copyright-links {
display: flex;
padding-top: 22px;
padding-bottom: 17px;
gap: 40px;
}
.copyright-links a,
.copyright-links p {
font-size: 13px;
}
.copyright-links a:hover,
a.footer-link:hover,
p.copyright-text a:hover,
.footer-contact a.tel:hover {
color: var(--accent);
}
p.copyright-text,
p.copyright-text a {
color: #8f8f8f;
}
p.copyright-text {
margin-left: auto;
margin-right: 0;
} .contactform {
background: #F2F2F2;
padding: 25px 50px;
}
.contactform h3 {
text-align: center;
margin-bottom: 30px;
}
.contactform .columns-wrapper {
padding-bottom: 15px;
}
.contactform .columns-wrapper .col-6 {
flex: 0 0 auto;
max-width: auto;
flex-grow: 1;
padding-left: 0;
padding-right: 20px;
}
.contactform .columns-wrapper .col-6:last-child {
padding-right: 0;
padding-left: 10px;
}
.contactform .columns-wrapper .col-12 {
padding: 0;
}
.wpcf7-form textarea, 
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form select {
border: 1px solid #C4C4C4;
width: 100%;
background: #fff;
margin-bottom: 0px;
margin-top: 8px;
height: 60px;
font-size: 15px;
color: var(--dark);
font-family: 'Urbanist';
padding: 17px 25px;
border-radius: 0px;
}
.wpcf7-form label {
color: var(--dark);
font-size: 15px;
}
.wpcf7-form textarea::placeholder, 
.wpcf7-form input[type="text"]::placeholder,
.wpcf7-form input[type="email"]::placeholder {
color: rgb(26 24 24 / 40%);
}
.wpcf7-form textarea {
height: 130px;
}
.wpcf7 input:focus, .wpcf7 textarea:focus, .wpcf7 select:focus {
outline: none;
border: 1px solid var(--accent);
}
.wpcf7 input[type="checkbox"]  {
padding: 0px;
-webkit-appearance: none;
width: 0px !important;
margin: 0;
display: none;
}
span.wpcf7-list-item label {
display: flex;
}
.wpcf7-list-item {
margin: 0;
}
span.wpcf7-list-item-label {
position: relative;
padding-left: 42px;
font-size: 15px;
line-height: 1.1;
color: var(--dark);
cursor: pointer;
}
span.wpcf7-list-item-label a {
text-decoration: underline;
color: var(--dark);
}
span.wpcf7-list-item-label:before {
content: '';
width: 30px;
height: 30px;
position: absolute;
border-radius: 0px;
display: block;
left: 0;
top: 50%;
transform: translateY(-50%);
background: #fff;
border: 1px solid #C4C4C4;
}
span.wpcf7-list-item-label:after {
content: '';
width: 30px;
height: 30px;
position: absolute;
border-radius: 0px;
border: 1px solid var(--accent);
display: block;
left: 0px;
top: 50%;
transform: translateY(-50%) scale(0);
background: var(--accent) url(//www.kosit.sk/wp-content/uploads/2024/06/icon-check.svg);
background-size: 16px;
background-repeat: no-repeat;
background-position: center;
transition: all 0.2s ease;
}
input[type="checkbox"]:checked + span.wpcf7-list-item-label:after {
transform: translateY(-50%) scale(1);
}
span.wpcf7-not-valid-tip {
background: transparent;
box-shadow: none !important;
color: #ff6262 !important;
font-size: 12px;
bottom: -5px;
position: relative;
right: 0px;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
background: #b80a0a;
border-color: #b80a0a;
color: #fff;
}
.gdpr span.wpcf7-not-valid-tip {
bottom: -15px;
right: auto;
left: 0;
}
.contactform .columns-wrapper.button {
margin-top: 30px;
text-align: center;
}
input[type="submit"] {
position: relative;
display: inline-block;
padding: 13px 40px 13px 40px;
background: var(--accent);
font-size: 15px;
font-weight: 700;
color: #fff;
border-radius: 200px;
-webkit-border-radius: 200px;
box-shadow: none;
transition: all .45s cubic-bezier(0.25,1,0.33,1);
border: none;
font-family: 'Urbanist';
cursor: pointer;
}
input[type="submit"]:hover {
transform: translateY(-3px);
-webkit-transform: translateY(-3px);
box-shadow: 0 10px 38px rgba(0, 0, 0, 0.15);
}
.contactform .columns-wrapper.gdpr {
margin-top: 15px;
}
.section.page-default-top.search {
padding: 80px 0;
background: #f2f2f2;
margin-bottom: 40px;
}
.search nav.navigation.posts-navigation {
margin-bottom: 50px;
margin-top: 50px;
}  .column.mcb-column.one.column_content {
display: flex;
flex-wrap: wrap;
}
.kalendar table {
width: 100%;
}
.kalendar {
height: auto;
float: left;
width: 100%;
margin: 0 0px 15px 0;
flex: 0 0 33.3333%;
padding-right: 25px;
}
.kalendar tr td, .kalendar tr th {
padding: 6px 6px !important;
text-align: left !important;
width: 45px !important;
height: 40px;
border: 1px solid #ddd;
line-height: 30px;
}
.kalendar .mesiac{
background: #87bc1d;
color:#ffffff;
text-align: center !important;
text-transform: uppercase;
font-size:  18px;
font-weight: 600;
}
.kalendar tr td.vikend{
background: #f4f4f4;
}
.kalendar tr td.sviatok{
color:#333333;
background:#fafcea;
}
.kalendar tr td.obsadene {
background: url(//www.kosit.sk/wp-content/uploads/2024/11/smile_sad.png) no-repeat;
color: #333333;
text-align: left;
background-size: 30px;
background-position: center right 1px;
}
.kalendar tr td.obsadene1{
background: url(//www.kosit.sk/wp-content/uploads/2024/11/smile_sad.png) no-repeat;
color: #333333;
text-align: left;
background-size: 30px;
background-position: center right 1px;
}
.kalendar tr td.obsadene1.piatok{
background: url(//www.kosit.sk/wp-content/uploads/2024/11/smile_orange.png) no-repeat;
background-size: 30px;
color: #333333;
text-align: left;
background-position: center right 1px;
}
.kalendar tr td.volne{
background: url(//www.kosit.sk/wp-content/uploads/2024/11/smile_happy.png) no-repeat;
text-align: left;
background-size: 30px;
background-position: center right;
}
.kalendar tr td.volne a {
color: #87bc1d !important;
font-weight: 600;
}
.volne a{
display: block;
text-decoration: none;
}
.kalendar .tooltip{
border-style:none;
border-bottom-width: none;
}
.kalendar .tooltip:hover:after, .kalendar .tooltip.hover:after{
background:#87bc1d;
font-size: 18px;
line-height: 22px;
}
.smiles{
background: #87bc1d;
float: left;
width: 15px;
height: 15px;
margin-top: 6px;
margin-right: 5px;
border-radius: 50%;
}
.smiles1{
background: #fc6e1f;
float: left;
width: 15px;
height: 15px;
margin-top: 6px;
margin-right: 5px;
border-radius: 50%;
}
.smiles2{
background: #ffd509;
float: left;
width: 15px;
height: 15px;
margin-top: 6px;
margin-right: 5px;
border-radius: 50%;
}
.legenda_text{
float: left;
padding: 6px 10px 6px 0;
}
.legenda {
margin: 10px 0;
width: 100%;
height: 30px;
float: left;
flex: 0 0 100%;
} .tooltip{
display:inline;
position:relative;
cursor:help;
border-bottom-width:1px;
border-style:dotted;
}
.tooltip:hover:after,.tooltip.hover:after{
content:attr(data-tooltip);
font-size:13px !important;
line-height:14px !important;
text-align:center;
-webkit-border-radius:5px;
border-radius:5px;
padding:5px 10px;
width:80px;
position:absolute;
left:50%;
bottom:110%;
z-index:98;
margin-left:-45px;
color: #fff;
}
.tooltip.tooltip-img:after{display:none}
.tooltip.tooltip-img .tooltip-content{display:none;font-size:13px;line-height:18px;text-align:center;-webkit-border-radius:5px;border-radius:5px;padding:5px 15px;width:300px;position:absolute;left:50%;bottom:110%;z-index:98;margin-left:-165px;background-image:url(//www.kosit.sk/wp-content/themes/images/stripes/stripes_10_w.png)}
.tooltip.tooltip-img:hover .tooltip-content,.tooltip.tooltip-img.hover .tooltip-content{display:block}
.tax-info img {
max-width: 140px;
} @media (max-width: 1000px) {
.home-1 {
padding-top: 130px;
padding-bottom: 130px;
}
.home-2 .col-12.aktuality {
width: 100%;
margin-left: auto;
margin-right: auto;
margin-top: -70px;
position: relative;
}
.aktuality-slider li.slick-slide a {
padding-bottom: 67%;
}
.numbers .col-3 {
padding-top: 10px;
padding-bottom: 10px;
width: 50%;
flex: 0 0 50%;
margin-bottom: 20px;
}
.numbers .col-3:nth-child(2) {
border: none;
}
p.count {
font-size: 28px;
}
.numbers {
text-align: center;
padding: 50px 0 30px 0;
}
.section.home-3 {
padding-bottom: 20px;
}
.service-grid .service-01 {
grid-area: span 4 / span 4;
padding-bottom: calc(94% - 5px);
}
.service-grid .service-02, .service-grid .service-03 {
grid-area: span 2 / span 2;
padding-bottom: 94%;
}
.service-grid .service-04 {
grid-area: span 2 / span 4;
padding-bottom: 47%;
}
.service-content {
padding: 15px;
gap: 10px;
}
.service-02 .service-content, .service-03 .service-content {
padding-bottom: 15px;
}
.service-content .main-btn.outline {
padding: 8px 17px 8px 17px;
}
.service-content h3 {
font-size: 18px;
}
.service-bgr:after {
height: 80%;
background: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(0 0 0 / 85%));
}
.section.home-4 {
padding-top: 60px;
padding-bottom: 10px;
}
.section.home-4 h2 {
margin-bottom: 50px;
}
.columns-wrapper.reverse {
flex-direction: column-reverse;
}
.section.home-4 .step-1 .col-6.img, .section.home-4 .step-3 .col-6.img,
.section.home-4 .step-2 .col-6.img, .section.home-4 .step-2 .col-6.text,
.section.home-4 .step-1 .col-6.text, .section.home-4 .step-3 .col-6.text {
padding-right: 0px;
padding-left: 0px;
width: 60%;
flex: 0 0 60%;
align-items: flex-end;
}
.container-steps .columns-wrapper {
justify-content: flex-end;
align-items: flex-end;
margin-bottom: 60px;
}
.line-container {
height: 80%;
margin-top: 40px;
left: -30px;
transform: translateX(0);
}
.section.post-widget {
padding-top: 60px;
padding-bottom: 60px;
}
.col-12.posts-grid {
grid-template-columns: repeat(1, 1fr);
}
.selected-first .post-content {
padding: 20px;
}
a.archive-item.small:nth-child(2), a.archive-item.small {
grid-area: span 2 / span 2;
}
.section.footer-top .col-2-5 {
padding-top: 60px;
padding-bottom: 30px;
}
.col-2-5 {
width: 100%;
}
.section.footer-top .col-3-5 {
padding-left: 0px;
border-left: none;
border-top: 1px solid #C4C4C4;
width: 100%;
}
.columns-wrapper.socials .col-6 {
flex: 0 0 auto;
width: auto;
padding-right: 15px;
}
.columns-wrapper.socials .col-6.right {
flex: 1 1 auto;
display: flex;
flex-direction: column;
}
.columns-wrapper.socials p,
.columns-wrapper.socials a {
font-size: 15px;
}
.footer-contact {
margin-top: 20px;
margin-bottom: 45px;
gap: 5px;
}
.section.footer-top .col-3-5 {
padding-top: 40px;
padding-bottom: 50px;
}
.section.footer-top .col-3-5 > p {
margin-bottom: 20px;
}
.section.footer-top .col-3-5 .col-6 {
margin-top: 0px;
}
.copyright-links {
padding-top: 25px;
padding-bottom: 25px;
gap: 15px;
flex-wrap: wrap;
}
.section.single-blog-header {
padding-top: 60px;
padding-bottom: 150px;
}
.single-blog-header h1 {
font-size: 24px;
}
.section.single-description .columns-wrapper {
margin-top: -120px;
}
.section.single-description .col-6.single-image {
min-height: auto;
padding-bottom: 60%;
}
.section.single-description .col-6.single-perex {
padding: 25px;
}
.section.single-description p.perex {
font-size: 18px;
line-height: 1.3;
}
.section.single-content .post-full-content {
padding-top: 20px;
max-width: 100%;
padding-right: 0px;
}
.single-author {
max-width: 100%;
padding: 30px 20px 30px 20px;
}
.col-8.author-info {
padding-right: 0px;
padding-bottom: 30px;
}
.odkazy {
margin-top: 0px;
}
.popular-posts-widget {
margin-top: 50px;
margin-bottom: 50px;
}
.page-default-top .col-6.page-title {
padding: 29vh 0px 40px 0;
min-height: auto;
}
.page-default-top .background-wrapper .bgr-image {
width: 100%;
height: 25vh;
}
.archive-grid-all {
margin-top: 0;
grid-template-columns: repeat(1, 1fr);
margin-bottom: 30px;
}
.prev-page, .next-page {
padding: 0px;
border-radius: 50%;
gap: 10px;
font-size: 0;
width: 32px;
height: 32px;
justify-content: center;
text-align: center;
}
.prev-page i, .next-page i {
width: 8px;
margin: auto;
}
.archive-pagination {
margin-top: 50px;
margin-bottom: 50px;
}
.contactform {
padding: 30px 25px;
}
.contactform h3 {
margin-bottom: 20px;
margin-top: 0;
}
.contactform .columns-wrapper .col-6 {
padding-right: 0px;
padding-bottom: 20px;
}
.contactform .columns-wrapper .col-6:last-child {
padding-right: 0;
padding-left: 0px;
}
.kalendar {
flex: 0 0 100%;
}
}