:root {
--main1: #33cc33; --main2: #212940; 
--textcolor: #333;
}
html {
margin:0!important;
margin-top:0!important;
padding: 0; 
}
body {
margin: 0;
padding:0;
background: #fff;
width:100%; 
color:#222;
font-weight:400;
font-size: 16px;
line-height:1.7;
font-family: 'Roboto', sans-serif;
animation-name: alpha;
animation-duration: .6s; 
}
@keyframes alpha {
0%   { opacity: 0; }
100% { opacity: 1; }
}
body.no-scroll {
overflow-y: hidden;	
}
.t-border {
border: 1px solid #cc0000;
}
.mobile, .layer-landscape {
display: none;	
}
.menu-button {
position: absolute;
right: 10px;
top:5px;
}
a {
color: var(--main1);	
text-decoration: none;
transition: all .3s ease; 
}
a:hover {
color: var(--main2);
text-decoration: none; 
}
a.dark:hover {
color: #fff;	
}
.pointer {
cursor: pointer;	
}
h1 {
color: var( --main2 );
font-weight: 500;	
}
h2, h3, h4 {
color: var( --main2 );
font-weight: 600; 	 
}
h5, h6 {
color: var( --main2 );
font-weight: 400;
}
h1 {
font-size:	35px;
}
h2 {
font-size:	30px;
}
h3 {
font-size:	25px;
}
h4 {
font-size:	20px;
}
h5 {
font-size:	17px;
}
h6 {
font-size:	15px;
}
.relative {
position: relative	
}
img {
max-width: 100%;
height: auto; 
}
.fs-12 {
font-size: 12px;	
}
.fs-13 {
font-size: 13px;	
}
.fs-14 {
font-size: 14px;	
}
.no-click {
pointer-events: none;
}
iframe {
max-width: 100%;  
}
.modal-backdrop {
z-index: 999999999;	
}
.modal {
z-index: 9999999999;	
}
.container {
max-width: 1260px;	
}
.container-fluid {
max-width: 1920px;	
}
.std-section {
position: relative;
padding-top: 60px;
padding-bottom: 60px:
}
.site-href {
position: absolute;
top: -80px; 
}
p.icon {
margin-bottom: 0;	
}
.icon-map:before {
content: "\f3c5";
font-family: FontAwesome;
font-weight: 900;
margin-right: 6px;
}
.icon-phone:before {
content: "\f879";
font-family: FontAwesome;
font-weight: 900;
margin-right: 6px;
}
.circle img {
border-radius: 50%!important;
border: 1px solid #fff;
padding: 6px;
overflow: hidden;
}
.wp-block-button__link {
background-color: var(--main1);
color: #fff;
transition: all .3s ease;
}
.wp-block-button__link:hover {
background-color: #4D1F0D!important;	
}
.btn, .btn-primary {
background-color: var(--main1);
color: #fff;
border-radius: 0;
border: none;
transition: all .3s ease; 
}
.btn:hover {
background: #222;
color: #fff; 
}
.btn-secondary {
background: var(--main2);	
}
.wp-block-image.size-full {
width: 100%;
height: auto; 
}
.ico-wrapper {
margin: auto;
text-align: center; 
margin-top: 10px;
margin-bottom: 20px;
}
.has-background a:hover {
color: inherit;
opacity: 0.8; 
}
.bg-gray {
background-color: #f3f3f3;	
}
.bg-navy {
background-color: #212940;
color: #fff;
} 
.f-30 {
font-size: 30px;
}
.f-50 {
font-size: 50px;
}
#header {
padding: 5px 10px; position: fixed;
top:0;
left: 0;
right: 0;
height: auto;
width: 100%;
color: #000;
z-index: 999999999;  
-moz-transition: all .3s ease;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
#header .col-md-4 {
display: flex;
align-items: center; 
}
.contact-header {
color: #fff;
font-size: 0.8rem;
}
.fixed-header .contact-header {
display: none;	
}
.col-logo {
display: flex;
align-items: center;	
}
.logo {
width: auto;
max-height: 40px; 
margin-right: 1px;
-moz-transition: all .3s ease;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.logo-link {
color: #fff;
font-size: 12px;
text-transform: uppercase;
letter-spacing: -.3px;	
}
.logo-link:hover {
color: #fff;	
}
#header.fixed-header { 
padding-bottom:2px;
box-shadow: 0 0 8px rgba(0,0,0,.3); 
z-index: 999999999;
background: rgba(255,255,255,1);
background: #212940;
}
.fixed-header .logo {
max-height: 16px!important; 
}
.fixed-header .logo-link {
color: #fff;
font-size: 11px;
text-transform: uppercase;
letter-spacing: -.1px;	
}
#catmenu {
float: right;
margin-top:8px;
margin-bottom: 0px;
z-index:101;	
border:0px solid;
-moz-transition: all .3s ease;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;	 
}
.fixed-header #catmenu {
margin-top:0;	
}
#catmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
}
#catmenu li {
float:left;
margin: 0px;
padding: 0px;
}
#catmenu li a, #catmenu li a:link, #catmenu li a:visited {
display: inline-block;
position: relative;
font-size:15px;	
font-weight: 400;
padding: 11px 10px 5px 10px;
color: rgba(255,255,255,1);
transition: all .3s ease;
text-transform: uppercase;
}
#catmenu li.home-top-menu { 
padding-top: 15px;
}
#catmenu li.home-top-menu a { 
padding-right: 10px;
}
.fixed-header #catmenu li a, .fixed-header #catmenu li a:link , .fixed-header #catmenu li a:visited {
padding: 10px 10px 5px 8px;
}
.fixed-header #catmenu li a:hover {
color: var(--main1);
}
.fixed-header #catmenu li a:hover:before {
}
#catmenu li a:hover, #catmenu li a:active {	
color: var(--main1);
}
#catmenu li a:before {
opacity: 0;
position: absolute;
top: -15px; 
}
#catmenu li a:hover:before {
content: "\f106";
font-family: FontAwesome;
font-weight: 900;
position: absolute;
top: -5px;
left: 50%;
opacity: 1;
transform: translateX(-50%); 
}
#catmenu li ul li a:before {
display: none;	
}
.home .current-menu-item a {
background: transparent;
color: #fff; 
}
#catmenu li.current-menu-item a { }
.current-menu-ancestor {
border-bottom:0!important;
}
#catmenu li:last-child a {
margin-right:0;
padding-right: 0 !important;
}
#catmenu li li { 
width: 100%;
padding: 0 10px;
}
#catmenu li li a, #catmenu li li a:link, #catmenu li li a:visited {
width: 100%;
float:none;
margin: 0px;
font-size:14px;
line-height: 1.3;
padding: 6px 12px 6px 12px;
text-align: left;
}
#catmenu li li a:hover, #catmenu li li a:active,
.fixed-header #catmenu li li a:hover, .fixed-header #catmenu li li a:active {
background: var(--main1);	
color: #fff;
}
#catmenu li ul {
z-index: 9999;
position: absolute;
left: -999em;
background: #212940;
width: 260px;
margin: 0px;	
padding:10px 5px;
border-bottom: 5px solid var(--main1);
box-shadow: 0 2px 5px rgba(0,0,0,.1);
}
#catmenu li ul a { 
min-width: 50px;
}
#catmenu li ul a:hover, #catmenu li ul a:active { 
}
#catmenu li ul ul {
margin: -31px 0 0 170px;
}
#catmenu li:hover ul ul, #catmenu li:hover ul ul ul, 
#catmenu li.sfhover ul ul, #catmenu li.sfhover ul ul ul {
left: -999em;
}
#catmenu li:hover ul, #catmenu li li:hover ul, 
#catmenu li li li:hover ul, #catmenu li.sfhover ul, 
#catmenu li li.sfhover ul, #catmenu li li li.sfhover ul {
left: auto;
}
#catmenu li:hover, #catmenu li.sfhover { 
position: static;
}
#catmenu li.menu-item-atrakcje ul {
padding-top: 30px;	
}
#catmenu .sub-menu-atrakcje ul {
position: relative;
margin: 0; 
padding: 0 0 20px 0!important;
box-shadow: none;
width: 100%;
left: 0;
border-bottom: none;
}
#catmenu li.menu-item-atrakcje:hover #header {
background: var(--main2);	
}
#catmenu li.menu-item-atrakcje:hover ul {
width: 100%; 
left: 0;
opacity: 1; 
}
#catmenu .sub-menu-atrakcje ul li {
float: none;
padding:0; 
}
#catmenu .sub-menu-atrakcje ul li a {
padding: 5px 5px 5px 5px!important;
}
#catmenu .sub-menu-atrakcje h4 {
position: relative;
display: flex;
color: rgba(255,255,255,.6);
font-weight: 300;
font-size: 16px; 
align-items: center;
padding-bottom: 6px;
border-bottom: 1px solid rgba(255,255,255,.2);
}
#catmenu .sub-menu-atrakcje h4 img {
width: 65px;
height: 65px;
background: #f3f3f3;
border-radius: 50%;
text-align: center;
margin-right: 15px;
display: block;
}
.top-menu-loved a {
color: #ee0000!important;	
}
#catmenu li.top-menu-loved a:hover:before {
display: none;	
}
.top-menu-search div {
padding: 9px 10px 5px 10px;
}
.top-menu-search .fa-search {
cursor: pointer;
color: #fff;
}
.top-menu-social  {
color: #000;
cursor: pointer; 
margin-left: 15px!important; 
display: flex;
align-items: center;
}
.top-menu-social a {
width: 30px;
height: 30px;
display: inline-block;
background: #000;
color: #fff;
line-height:1;
text-align: center;
padding: 7px 0 2px 0!important;
border-radius: 50%;
}
#catmenu li.top-menu-social a:hover:before {
display: none!important; 
}
.top-menu-social a i {
color: #fff;	
}
.fixed-header #catmenu .top-menu-search {
}
.row-menu-spl-products .wrapper {
width: 70px;
height: 70px;
overflow: hidden;
line-height: 1;
text-align: center;
position: relative;
margin-bottom: 8px;
}
.row-menu-spl-products .wrapper a  {
position: absolute!importnat;
left: 50%;
top: 50%; 
transform: translate(-50%, -50%);
border-radius: 50%!important; 
width: 100%;
height: auto;
padding: 0!important;
overflow: hidden!important; 
}
.row-menu-spl-products .wrapper a:hover:before {
display: none!important;	
}
.container-header {
padding-top: 12px;
padding-bottom: 10px; 
}
#search-layer {
z-index: 999999999999;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0,.9);
display: none;
}
#search-close {
cursor: pointer;
font-size: 30px;
position: absolute;
right: 20px;
top: 10px;
color: #fff;
}
#search-close .fa-times {
display: block;
}
#search-layer-container {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
width: 100%;
max-width: 1260px;
}
#searchform {
width: 100%;
max-width: 700px;
margin: auto;
position: relative;
}
#s {
width: 100%;
height: 46px;
border: none;
padding-left: 6px;
outline: none;
}
#searchform select {
height: 46px;
border-radius: 0;  
outline: none;
}
#search-button {
height: 46px;
width: 46px;
border: none;
position: absolute;
right: 0px;
cursor: pointer;
outline: none;
}
#hero-top {
position: relative;	
width: 100%;
height: 100vh;
background-color: #000; 
overflow: hidden;
background-repeat: no-repeat;
background-size: cover;
background-position: top right; 
}
#hero-top .hero-layer {
position: absolute;
top: -100px;
left: -340px;
width: 990px;
height: 130%;
background: #000;
opacity: 1;
transition: all .3s ease;
transform: rotate(56deg);
border-radius: 20%; 
background-image: url(//visitsobotka.com/wp-content/themes/visitsobotka/images/bg-layer.jpg);
background-size: cover; 
}
#hero-top img {
position: absolute;
left: 0;
top:0;
right: 0;
bottom: 0;
width: 100%;
height: auto;
display: block;
margin: auto;  
}
.hero-content {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
max-width: 1200px;
border:0px solid #cc0000;
transform: translate(-50%,-50%);
z-index: 9999999;
color: #fff;
}
.hero-content h1 {
font-size: 60px;
font-weight: 600;
color: #fff;
margin-bottom: 30px;
text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}
.hero-content h5 {
font-size: 20px;
font-weight: 300;
color: #fff;
margin-bottom: 40px;
}
.hero-bottom {
position: absolute;
bottom: 5px;
left: 50%;
padding: 5px 5px;
color: #fff;
font-size: 40px;
color: #fff;
z-index: 99999999;
transform: translateX(-50%);
}
.hero-bottom a {
color: #fff;
display: block;
}
.top-bg-container {
position: absolute;
top: 0;
left: 0;
right: 0;
height: auto;
z-index:999;
}
.top-bg-container img.slide-img {
width: 100%;
height: auto; 
}
#home-slider {
position: relative; 
width: 100%; 
max-height: 75vh;
overflow: hidden; 
margin-top: 0px;
}
#home-slider .top-slider {
}
#home-slider .slide {
height: 75vh;	
}
#home-slider .slide .app-vs {
max-width: 300px;	
}
#home-slider .slide-container {
max-width: 1260px;
width: 100%;
position: absolute;
left: 50%;
top:50%; transform: translate(-50%,-50%);
z-index: 9999; 
opacity: 0; animation-name: slideHide; 
animation-duration: 1s;
animation-iteration-count: 1;
animation-fill-mode: forwards;
}
@keyframes slideHide {
0%  { opacity: 0;}
30%  { opacity: 0;}
100%  { opacity: 1;}	
}
#home-slider .slide-container h1 {
font-weight: 600;
font-size: 50px;
color: #fff;
text-shadow: 0 2px 3px rgba(0, 0, 0, 0.6);
}
#home-slider .slide h4 {
color: #fff;
font-weight: 600; 
font-size: 23px;
text-shadow: 0 2px 3px rgba(0, 0, 0, 0.6); 
}
.slide-kvs-qr {
max-width: 60px;
max-height: 60px;
margin-right: 15px;
} 
#home-slider .slide .slide-content { color: #fff;
font-weight: 300; }
#home-slider .slide .slide-content p {
line-height: 1.3;	
font-size: 19px;
background: rgba(0,0,0,0.5); 
display: table;
padding: 15px 15px;
max-width: 600px;  
}
#home-slider img {
}
.btn-slide-more {
display: inline-block;
background: var(--main1);	
color: #fff;
font-size: 14px;
padding: 13px 40px 11px 40px;
margin-right: 5px;
border-radius: 100px;
margin-top: 30px; 
}
.btn-slide-more-2 {
display: inline-block;	
background: var(--main2);	
color: #fff;
font-size: 14px;
padding: 13px 40px 11px 40px;
margin-right: 5px;
border-radius: 100px;
margin-top: 30px; 
}
.btn-slide-more i, .btn-slide-more-2 i {
margin-right: 6px;	
}
.btn-hero-more:hover {
background: #333;	
color: #fff; 	
}
.btn-slide-more:hover,
.btn-slide-more-2:hover {
opacity: 0.9;
color: #fff;	
}
#home-slider .bx-controls {
position: absolute;
top:48%;
z-index: 9999999;
width: 100%;
}
#home-slider img.slide-img {
width: 100%;
height: auto;	
animation-name: topSliderDesktop;
animation-duration: 10s;
animation-iteration-count: 1;
animation-fill-mode: forwards;
}
@keyframes topSliderDesktop {
0%		{ transform: scale(1);}
100% 	{ transform: scale(1.1);}	 
}
.bx-prev {
position: absolute;
left: 30px; 
}
.bx-next {
position: absolute;
right: 30px; 
}
.control-button {
content: ">";
display: block;
background: rgba(255,2552,255,.9);
font-size: 40px;
padding: 5px 20px;
color: #000;
font-weight: 300;
}
.slider-bottom {
position: absolute;
bottom: 5px;
left: 50%;
padding: 5px 5px; 
color: #fff;
font-size: 40px;
color: #fff;
z-index:9999999;
transform: translateX(-50%);
}
.slider-bottom a {
color: #fff;
display: block;
}
#slider-phone {
position: absolute;
left :20px;
bottom: 30px;
font-weight: 600;
height: 40px;
width: 180px;
border-radius: 40px;
background: var(--main2);
font-size: 20px;
line-height: 40px;
}
#slider-phone a {
color: #fff;
}
#slider-phone .phone-ico-wrapper {
width: 40px;
height: 40px;
border-radius: 50%;
background: var(--main1);
color: #fff;
text-align: center;
line-height: 40px;
border:2px solid #fff; 
float: left;
margin-right: 6px;
}
#slider-social {
position: absolute;
right: 20px;
bottom: 30px;  
}
.top-competition {
position: absolute;
bottom: 30px;
left: 10%;
}
.top-competition a {
display: inline-block;
color: #fff;	
background: var(--main1);
font-size: 13px;
line-height: 1;
padding: 5px 15px; 
}
.std-section {
position: relative;
padding: 70px 0px;	
}
.section-title {
position: relative;
font-weight: 600; 
margin-bottom: 60px;
}
.center,
.section-title.center{
text-align: center;
}
.section-title:after {
content: "";
position: absolute;
left: 0;
bottom: -20px;
width: 100px;
height: 1px;
border-bottom: 3px solid #3c3;
}
.section-title.center:after {
content: "";
position: absolute;
left: 50%;
bottom: -20px;
width: 100px;
height: 1px;
border-bottom: 3px solid #3c3;
transform: translateX(-50%); 
}
h4.section-title {
font-weight: 300;	
margin-bottom: 50px;
}
.didyouknow {
padding-top: 20px;
padding-bottom: 10px;
}
.didyouknow .wrapper {
display: flex;
border-radius: 100px;
background: #f3f3f3;
align-items: center;
padding-right: 15px;
opacity: 0;
animation: dyk-bulb-fade 1.5s forwards;
animation-delay: 2s;
overflow: hidden;
max-width: 160px;
height: 40px;
}
.dyk-bulb {
background: var(--main2);	
color: #fff;
border-radius: 100px;
padding: 10px 10px;
font-size: 14px;
margin-bottom: 0;
margin-right: 10px;
min-width: 150px;
text-align: center;
position: relative;
z-index: 999999;
}
@keyframes dyk-bulb-fade {
0% { opacity: 0; max-width: 160px;}
30% { opacity: 0.75;}
100% { opacity: 1; max-width: 100%; width: 100%;}
}
@keyframes dyk-text-slide {
0% { left: -1000px;}
100% { left: 0px;}
}
.dyk-text {
margin-bottom: 0;
font-size: 14px;
position: relative;
left: -1000px;
opacity: 1;
animation: dyk-text-slide 2s forwards;
animation-delay: 2s; 
}
.didyouknow a {
margin-bottom: 0;
}
#top-locations {
padding-bottom: 30px;	
}
#top-locations .wrapper {
position: relative;
overflow: hidden;
padding-top: 15px;
padding-bottom: 15px;
}
#top-locations .wrapper a {
display: block;
}
#top-locations .wrapper h2 {
position: absolute;
top: 50%;
transform: translateY(-50%);
text-align: center;
width: 100%;
color: #fff;
text-shadow: 0px 0px 4px rgb(0 0 0);
transition: all .65s ease;
font-size: 23px;
padding-left: 16px;
padding-right: 16px;
}
#top-locations .wrapper img {
transition: all .35s ease;
}
#top-locations .wrapper:hover img {
transform: scale(1.1);
}
#top-locations .wrapper:hover h2 {
transform: scale(1.2) translateY(-50%);
}
#top-locations .row .col-md-4:last-child .wrapper {
height: 100%;
}
#top-locations .row .col-md-4:last-child .wrapper h2 {
color: var(--main2);
text-shadow: none;
}
#home-spl {
background: #f3f3f3;	
}
#home-spl .home-spl-thumbnail,
#related-spl .home-spl-thumbnail,
#home-accommodation .home-post-thumbnail,
#home-gastro .home-post-thumbnail {
filter: brightness(0.9); 
transition: all .3s ease;
}
#home-spl h4,
#related-spl h4,
#home-accommodation h4,
#related-posts h4,
#home-gastro h4 {
margin-top: 6px;	
font-size: 16px;
}
#home-accommodation .row-posts h4 {
margin-bottom: 1px;	
}
#home-routes h4 {
margin-bottom: 50px;
}
#home-routes .row-posts .wrapper {
position: relative;
margin-bottom: 8px; 
}
#home-routes .row-posts .home-thumbnail {
transition: all .3s ease;	
}
#home-routes .row-posts .col-post:hover .wrapper {
background: #000;
}
#home-routes .row-posts .col-post:hover .home-thumbnail {
opacity: 0.8;	
}
#home-kms {
background: var(--main2);
color: #fff; 
padding-top: 110px;
padding-bottom: 110px;
}
#home-kms:before {
content:"";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image: url(//visitsobotka.com/wp-content/themes/visitsobotka/images/bg-home-kms.webp);
background-size: cover;
background-position: bottom;
background-attachment: fixed; 
opacity: 0.05;
}
#home-kms h2,
#home-kms h4,
#home-kms h5,
#home-kms h6 {
color: #fff;	
}
#home-kms .carousel-item {
padding-left: 10px;
padding-right: 10px; 
cursor: pointer;
}
#home-kms .carousel-wrapper {
display: flex;
justify-content: space-between;
align-items: center;
background: #fff;
border-radius: 9px;
padding: 20px;
color: var(--main2); 
}
#home-kms .kms-user-container {
display: flex;
flex-wrap: nowrap; 
align-items: center;
margin-bottom: 6px;
}
#home-kms .kms-user-photo {
width: 40px;
border-radius: 50%;
margin-right: 10px; 
}
#home-kms .carousel-wrapper h5 {
color: var(--main2);	
margin-bottom: 0;
}
#home-kms .carousel-wrapper h5 .birth-year {
font-size: 13px;
opacity: 0.8; 
}
#home-kms .carousel-indicators {
bottom: -40px;	
}
#home-kms .crown-type {
font-size: 13px;
opacity: 0.8; 	
}
#home-events {
background: #f3f3f3;	
}
#home-events .wrapper {
background: #fff;
border: 1px solid rgba(0,0,0,.05);
padding: 10px 10px 0 10px; 
height: 100%;
}
#home-events h4 {
margin-bottom: 50px;	
}
.std-section .row-posts div[class*="col-"] {
margin-bottom: 30px;	
}
#home-spl .row .wrapper,
#related-spl .row .wrapper,
#home-accommodation .row .wrapper,
#home-gastro .row .wrapper,
#town-related .row .wrapper {
position: relative;	
}
.spl-logo-wrapper,
.post-logo-wrapper {
position: absolute;
right: 5px;
top: 5px;
width: 50px;
height: 50px;
border:1px solid #fff;
background: #fff;
border-radius: 50%;
z-index:99;
overflow: hidden;
}
.spl-ico-logo,
.post-ico-logo {
position: absolute;
width: 100%;
height: auto;
top: 50%;
left: 50%;
transform: translate(-50%,-50%); 
transition: all .3s ease;
}
.cert-spl-wrapper {
position: absolute;
right: 5px;
bottom: 5px;
width: 50px;
height: 50px;
border:1px solid #fff;
background: #fff;
border-radius: 50%;
z-index:99;
overflow: hidden;	
}
#home-spl .row .wrapper:hover .home-spl-thumbnail,
#related-spl .row .wrapper:hover .home-spl-thumbnail,
#home-accommodation .row .wrapper:hover .home-post-thumbnail,
#home-gastro .row .wrapper:hover .home-post-thumbnail {
filter: brightness(0.7);	
}
#home-spl .row .wrapper:hover .spl-ico-logo,
#related-spl .row .wrapper:hover .spl-ico-logo,
#home-accommodation .row .wrapper:hover .post-ico-logo,
#home-gastro .row .wrapper:hover .post-ico-logo {
transform: translate(-50%,-50%) scale(1.1); 	
}
#home-accommodation {
background: #f3f3f3;	
}
#home-accommodation h2.center {
font-weight: 600;	
margin-bottom: 15px;
}
#home-about {
}
#home-promo-baner {
position: relative;
padding-top: 150px;
padding-bottom: 150px; background-color: #f7f7f7; 
color: #fff;
overflow: hidden;
}
#home-promo-baner .wrapper {
position: relative;	
}
#home-promo-baner h2 {
color: #fff;	
}
#home-promo-baner .bg-container {
position: absolute;
left: 0;
top: 0;
right: 40%;
bottom: 0; 
background-image: url(//visitsobotka.com/wp-content/themes/visitsobotka/images/bg-banner.svg);
background-repeat: no-repeat;
background-size: auto 100%;
background-position: right center;
transition: all .3s ease; 
}
#home-promo-baner .bg-container-2 {
position: absolute;
left: 40%;
top: 0;
right: 0;
bottom: 0; 
background-image: url(//visitsobotka.com/wp-content/themes/visitsobotka/images/sleza.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: right center; 
}
#home-promo-baner:hover .bg-container {
right: 38%;
top: -20px; 
bottom: -20px;
}
#home-information {
}
#home-information .info-home-cols > .wp-block-column,
.info-home-cols > .wp-block-column {
position: relative;
background: #f7f7f7;
padding: 20px 15px; 
transition: all .3s;
}
#home-information .info-home-cols > .wp-block-column:before,
.info-home-cols > .wp-block-column:before {
content: "";
position: absolute;
left: 0;
top: 0;
width:1px;
height: 75px;
border: 2px solid var(--main1); 
}
#home-information .info-home-cols .wp-block-column h3,
.info-home-cols .wp-block-column h3  {
font-size: 20px;
margin-bottom: 20px;	
}
#home-information .info-home-cols .wp-block-column h3 a,
.info-home-cols .wp-block-column h3 a {
color: var(--main2);	
}
#home-information .info-home-cols .wp-block-column ul,
.info-home-cols .wp-block-column ul {
list-style: none;
margin: 0;
padding: 0; 
}
#home-information .info-home-cols .wp-block-column ul li,
.info-home-cols .wp-block-column ul li {
padding-bottom: 5px;
margin-bottom: 8px; 
border-bottom: 1px solid rgba(0,0,0,.05);
}
#home-information .info-home-cols .wp-block-column ul li:last-child,
.info-home-cols .wp-block-column ul li:last-child {
border: none;	
}
#home-information .info-home-cols > .wp-block-column:hover,
.info-home-cols > .wp-block-column:hover {
background: var(--main2);
color: #fff; 
}
#home-information .info-home-cols .wp-block-column:hover a,
#home-information .info-home-cols .wp-block-column:hover a:hover,
.info-home-cols .wp-block-column:hover a:hover {
color: #fff!important;	
}
#home-information .info-home-cols .wp-block-column:hover h3,
.info-home-cols .wp-block-column:hover h3,
.info-home-cols .wp-block-column:hover h3 a {
color: #fff!important;	
}
#home-information .info-home-cols .wp-block-column:hover ul li,
.info-home-cols .wp-block-column:hover ul li {
border-bottom: 1px solid rgba(255,255,255,.05);
}
#home-social {
background: #f7f7f7	
}
#home-social .efbl_feeds_holder {
display: flex;
flex-wrap: wrap;
justify-content: space-between; 
}
#home-social .efbl-thumbnail-skin {
background: #fff;
border: #dee2e6 solid 1px;
padding: 15px;
margin-bottom: 20px;
flex-basis: 32%!important;
display: flex;
}
#home-social .efbl-col-4 {
flex: 0 0 100%;
max-width: 100%;
}
#home-social .efbl-thumbnail-col {
margin-bottom: 20px;	
border: none;
}
#home-social .efbl-col-8 {
flex: 0 0 100%;
max-width: 100%;
} .my-favotites-wrapper {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr !important;
gap: 20px; 
} 
.my-favotites-item {
display: grid;	
}
.my-favotites-item p {
margin-bottom: 0;	
} .page-top .love-button-container {
position: absolute;
bottom: 20px; 
width: 100%;
}
.row-posts .wrapper .love-button-container {
position: absolute;
left: 10px;
bottom: 10px; 
}
.page-top .love-button-container .simplefavorite-button,
.row-posts .wrapper .simplefavorite-button {
color: #ee0000; 
background: #fff;
border-radius: 50px;
display: inline-block;
font-size: 90%;
padding: 6px 10px;
line-height: 1;
cursor: pointer; 
}
.row-posts .wrapper .simplefavorite-button .fav-button-text {
display: none;	
}
.simplefavorite-button[data-favoritecount="0"] .simplefavorite-button-count {
display: none;	
} #content {
position: relative;
padding-top: 30px;
padding-bottom: 30px;	
}
#content .ez-animate {
opacity: 0; 	
}
#content.page-contant-kvs-main {
padding-bottom: 0;	
}
#content .icon:before {
color: var(--main1);	
}
.page-title {
margin-bottom: 35px;
position: relative; 
}
.page-title:before {
content: "";
position: absolute;
left: 0;
bottom: -8px;
width: 100px;
border-bottom: 1px solid var(--main1);  
}
.breadcrumb-container {
margin-bottom: 20px;	
}
.breadcrumb {
background: transparent;
padding-left: 0;
font-size: 80%; 
opacity: 0.6;
}
.breadcrumb .separator {
padding-left: 5px; 
padding-right: 5px; 
}
.breadcrumb .fa-angle-double-right {
padding-left: 8px;
padding-right: 8px; 
margin-top: 4px;
}
.booking-button-container {
position: absolute;
bottom: 20px;
width: 100%;
}
.booking-button-container .container {
text-align: right;	
}
.booking-button-container .container a {
background: #fff;
border-radius: 50px;
display: inline-block;
font-size: 90%;
padding: 6px 10px;
line-height: 1;
cursor: pointer;	
}
.share-container {
display: flex;	
font-size: 12px;
color: #aaa;
margin-bottom: 15px;
align-items: center;
}
.share-container .share-button {
margin-left: 10px;
padding: 5px 11px;
border-radius: 6px;	
}
.share-container .share-button  a {
color: inherit;	
}
.share-container .fb-share-button {
background: rgb(24, 119, 242);
color: #fff;
}
.share-container .share-email {
background: #f4f4f4;
color: #111;
}
.share-container .share-twitter {
background: #55ACEE;
color: #fff;
}
.share-container .share-whatsapp {
background: #25d366;
color: #fff;
}
.share-container .share-messenger {
background: #0084FF;
color: #fff;
}
.share-container .fb-share-button .fa-brands,
.share-container .fb-share-button a {
color: #fff!important;	
}
.single-thumbnail {
margin-bottom: 20px;	
border: 1px solid #f3f3f3;
}
#location-gallery, .post-gallery {
margin-top: 40px;	
}
#location-gallery div[class*="col-"] {
margin-bottom: 20px;	
}
#location-gallery .gallery-item {
border: 1px solid #f3f3f3;
padding: 6px; 
}
#location-gallery .gallery-item img {
transition: all .2s ease;	
}
#location-gallery .gallery-item:hover img  {
opacity: 0.8;
transform: scale(1.05);	
}
.post-gallery figcaption {
display: none;	
}
.gallery-caption {
color: rgba(0,0,0,.5);
font-size: 12px;
font-style: italic;  
}
.wp-block-embed-youtube .wp-block-embed__wrapper {
position: relative;
padding-bottom: 56.25%;
padding-top: 25px;
height: 0;	
}
.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%	
}
.wp-block-quote {
border: 1px solid #f1f1f1;
border-left: 10px solid var(--main1);
padding: 30px 20px 20px 20px;
background: #f7f7f7; 
border-radius: 15px 0 0 15px;
}
.wp-block-image figcaption {
font-size: 13px!important;  
margin-top: 1px;
text-align: center;
}
#tags {
margin-top: 20px; 
padding-top: 10px; 
margin-bottom: 40px;
}
#tags h4 {
padding-bottom: 5px;	
border-bottom:1px solid #eee;	
}
#tags a {
display: inline-block;
margin: 4px; 
padding: 5px 12px;
font-size: 0.9rem;
font-weight: 400;
background: var(--main2);
color: #fff;
transition: all .3s ease;
}
#tags a:hover {
background: var(--main1);
color: #fff; 
}
.spl-shop-description {
background: #f3f3f3;
display: flex;
flex-wrap: nowrap;
padding: 20px;
align-items: center;
margin-bottom: 30px;
}
.spl-shop-description i {
font-size: 40px;
margin-right: 25px; 
}
#town-related {
margin-top: 50px;	
}
#town-related .single-related-places div[class*="col-"] {
margin-bottom: 40px; 	
}
#town-related .home-post-thumbnail {
margin-bottom: 6px;	
}
.partner-products .card {
padding: 0;
transition: all .2s ease; 
}
.partner-products .card:hover {
opacity: 0.9; 	
}
.partner-products .card-title {
font-size: 13px;
height: 50px;
overflow: hidden; 
}
.partner-products .btn {
border: none!important;	
} 
.partner-products .pp-price {
font-size: 13px; 
opacity: 0.7;	
}
#show-discount-modal h3,
#show-discount-modal h4 {
font-weight: 600;	
}
#show-discount-modal .btn-close {
position: absolute;
right: 20px;
top: 20px; 
z-index: 9;
}
#show-discount-modal .modal-body {
padding-top: 60px;	
}
.card-partner-details-container {}
#show-discount-modal .card-partner-logo {
border: 1px solid #f3f3f3;	
} .page-top {	
position: relative;	
}
.page-top img {
width: 100%;
height: auto;
}
.building-container {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%); 
width: 100%;
}
.building-container .container {
padding: 30px;
background: rgba(0,0,0,.5);
border-radius: 15px; 
}
.building-container .we-work-hard {
position: relative;
display: block;
padding-left: 100px;	
font-size: 1.7vw;
line-height: 1.3;
font-weight: 600;
color: #fff;
} .building-container .we-work-hard small {
font-size: 14px!important;	
}
.building-container .we-work-hard:before {
content: "\f135";
position: absolute;
left: 0;
top: 50%;
font-family: FontAwesome;
font-weight: 900;
font-size: 60px;
margin-right: 15px;
transform: translateY(-50%); 
}
.thanks-list {
marign: 0;
padding: 0;
list-style: none; 
}
.thanks-list li {
padding: 8px;
border-bottom: 1px solid #f3f3f3; 
}
#content table td {
padding: 10px;	
border-bottom: 1px solid #f3f3f3;	
}
#cinema-sleza .repertoire {
margin-top: 40px;	
}
#cinema-sleza .movie-info {
flex-basis: 75%;	
}
#cinema-sleza .movie {
display: flex;
border-bottom: 1px solid #f3f3f3;
padding-bottom: 30px;
margin-bottom: 40px; 
}
#cinema-sleza .movie-img {
max-width: 200px;
margin-right: 20px; 
}
#cinema-sleza .movie-title {
font-weight: 600;
font-size: 19px; 
}
#kms_register_form select,
#kms_register_form INPUT[type="file"],
#kms_register_form INPUT[type="date"] {
color: #6c757d;
}
#kms_register_form  .form-acceptante {
font-size: 13px;
line-height: 1.2;
opacity: 0.7;
display: flex;
align-items: flex-start; 
}
.table-stats.kms-table-stats {
margin-top: 15px;
margin-bottom: 10px;
padding: 10px; 
}
.table-stats.kms-table-stats .wrapper {
background: #f3f3f3;
padding: 15px; 
height: 100%;
}
.table-stats.kms-table-stats .wrapper .heading-2 {
font-size: 50px;
font-weight: 600;
line-height: 1.2 
}
.table-stats.kms-table-stats .wrapper .heading-2 span {
font-size: 13px;
opacity: 0.5; 
}
.table-stats.kms-table-stats .wrapper h6 {
font-size: 13px;	
}
.table-wrapper {
overflow-x:auto;
transition: all .3s ease; 
}
.table-wrapper .table-zoom-close {
display: none;
position: absolute;
top: 15px;
right: 15px; 
font-weight: 600;
font-size: 30px;
cursor: pointer;
}
.table-wrapper.table-zoom {
position: fixed;
top: 30px;
left: 15px;
right: 15px;
bottom: 20px;
background: #fff;
padding: 30px 15px;
z-index: 999999999999;
overflow: scroll; 
}
.table-wrapper.table-zoom .table-zoom-close {
display: block;	
}
.kms-lodge-table {
font-size: 13px;	
}
.kms-lodge-table thead {
font-weight: 600;	
}
.kms-lodge-table td {
vertical-align: middle;
}
.kms-lodge-table tr:hover {
background: #f3f3f3;	
}
.kms-lodge-table  .kms-lodge-user-photo {
max-height: 60px;
border-radius: 50%;
}
.kms-lodge-table .kms-lodge-crown-type {
max-height: 40px;
margin: auto; 
}
.kms-crown-steps {
padding: 50px 30px 40px 80px;
background: var(--main2);
color: #fff; 
}
.kms-crown-steps li {
margin-bottom: 30px;	
}
.kms-crown-steps li::marker {
font-weight: 600;
font-size: 25px;
}
.kms-crown-steps a:hover {
color: inherit;	
}
.kms-user-check-info-layer {
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: rgba(0,0,0,.6);
padding: 30px 10px;
z-index:99999999999; 
}
.kms-user-check-info-layer .alert {
top: 50%;
transform: translateY(-50%); 
font-size: 125%;
}
.pagination-table {
margin-bottom: 40px;
}
.pagination-item {
padding: 14px 20px;
margin-right: 5px; 
border: 1px solid #eee;
font-size: 14px;
line-height: 1;
} .row-bkms-select-reg .wrapper {
position: relative;
overflow: hidden; 
margin-bottom: 30px;
}
.row-bkms-select-reg .wrapper h3,
.row-bkms-select-reg .wrapper a {
position: relative;
z-index: 9; 
}
.row-bkms-select-reg .wrapper:after{
content: "\ebf1";
font-family: boxicons !important;
font-size: 220px; 
position: absolute;
top: 50%;
left: -90px;
transform: translateY(-50%);
z-index: 1;
color: rgba(0,0,0,.1);
}
#bkms-tab-content {
padding-top: 15px;
padding-bottom: 15px; 
}
.bkms-runner-photo {
width: 500px;
height: auto;
max-width: 100%;
border-radius: 50%; 
padding: 5px;
border: 3px dashed var(--main2);
}
.bkms-runner-data-list {
list-style: none;
margin: 0;
padding: 0; 
}
.bkms-runner-data-list li {
padding: 4px 8px;
border-bottom: 1px solid rgba(0,0,0,.1); 
}
.bkms-form-kvs-discount {
background: var(--main2);
border-radius: .25rem !important; 	
color: #fff;
}
.bkms-form-add-options {
border: 1px solid var(--main1);
border-radius: .25rem !important;
background: #f3f3f3;
}
.bkms-form-add-coffe {
border: 2px solid var(--main2);
background: #f3f3f3; 
}
.bkms-form-total-paid {
border:2px solid var(--main2);
background: #f3f3f3;
padding: 20px;
color: var(--main2);
font-weight: 600;
text-align: center;
font-size: 17px;
border-radius: .25rem !important; 
}
.tr-bkms-rank-first td {
border-bottom: 1px dashed #f3f3f3!important;	
}
.tr-bkms-rank-second td {
padding-bottom: 25px; 	
}
table.bkms-rank-table tr:hover {
background: transparent;	
}
table.bkms-rank-table tbody {
transition: all .3s ease;	
}
table.bkms-rank-table tbody:nth-child(2n+3) {
background: #f9f9f9!important;
}
table.bkms-rank-table tbody:hover {
background: var(--main2)!important;
color: #fff!important 
}
table.bkms-rank-table .bkms-td-time {
display: flex;
flex-wrap: nowrap;
min-width: 90px;
}
table.bkms-rank-table .bkms-td-time .time {
margin-right: 5px;	
}
table.bkms-rank-table .bkms-td-time .text-muted {
cursor: pointer;	
}
.bkms-rank-flag {
width: 20px;	
}
#zoom-table {
font-size:	13px; 
}
#zoom-table .btn {
font-size: 85%;	
}
#zoom-table .fa-solid {
margin-left: 10px; 
} .ctp-description {
background: #f9f9f9;
padding: 20px;
margin-bottom: 40px; 
}
.posts-filter {
display: flex;
flex-wrap: wrap;
justify-content: flex-start; 
margin-bottom: 30px;
background: #f9f9f9;
padding: 8px;
}
.posts-filter .filter-opt {
margin-right: 10px;
padding-right: 15px; 
border-right: 1px solid rgba(255,255,255,.8);
}
.posts-filter .fa-solid {
color: var(--main1);	
}
.archive-content .wrapper {
position: relative; 
}
.archive-content .row-posts .col-post {
margin-bottom: 40px;
}
.archive-content .row-posts h4 {
height: 50px;
font-size: 19px;
}
.archive-content .pl-location,
#home-accommodation .pl-location,
#home-events .pl-location {
font-size: 80%!important;	
}
.archive-content .pl-location .fa-solid,
#home-accommodation .pl-location .fa-solid {
opacity: 0.6;
margin-right: 5px; 
}
.cpt-keywords {
margin-top: 30px;
font-size: 85%;
color: rgba(51,51,51,.6);
}
.cpt-keywords h6 {
border-bottom: 1px solid #eee;
padding-bottom: 6px;
margin-bottom: 8px; 
}
.cpt-keywords .cpt-keyword {
display: inline;
margin-right: 10px; 
} .vs-road-container {
margin-top: 90px;	
}
.archive-our-actions .col-post.col-post-road {
margin-bottom: 0!important;
height: 100%; 
z-index: 99;
}
.road-post-container {
position: relative; 
}
.archive-our-actions .vs-road-container:before {
content: "";
width: 1px;
height: calc(100% - 220px);
border-left: 1px solid #bbb;
position: absolute;
left: 50%;
top: 220px;
z-index: -1; 
}
.archive-our-actions .road-action-thumbnail {
margin-bottom: 8px;
border: 1px solid #f3f3f3; 
}
.archive-our-actions h4 {
height: auto!important;	
}
.road-post-container:nth-child(even) {
margin-top: -60px;
} 
.road-post-container:nth-child(odd) .road-content {
float: left;
width: 50%; 
}
.road-post-container:nth-child(odd) .wrapper {
text-align: right;
}
.road-post-container:nth-child(even) .road-content {
float: right;
width: 50%; 
}
.road-post-container .col-date {
text-align: center;
opacity: 0.6; 
padding-top: 97px; 
}
.road-post-container:nth-child(even) .col-date {
order: -1;	
}
.archive-content .road-point:before {
content: "";
width: 25px;
height: 25px;
background: var(--main2);
border: 3px solid #fff;
position: absolute;
top: 100px;
z-index: 9999;
border-radius: 50%; 
left: calc(50% - 12px); 
}
.archive-our-actions .row-posts {
position: relative;	
}  .single-event .single-event-thumbnail {
position: relative;
margin-bottom: 15px;	
background: #f3f3f3;
}
.single-event .thumbnail-event-date {
position: absolute;
top: 20px;
right: 20px;
background: var(--main2);
color: #fff;
padding: 7px 15px;
font-size: 12px; 
}
.row-single-event-date .col-md-6 {
padding: 10px;
background: #f3f3f3;	
}
.row-single-event-date .col-md-6:first-child {
border-right:1px solid #fff;	
}
.row-single-event-date .fa-solid,
.event-more-info .fa-solid, 
.event-paid .fa-solid, 
.single-event-phone .fa-solid {
opacity: 0.8;
margin-right: 10px; 
}
.single-event .event-paid {
padding: 10px;
background: #f3f3f3; 
}
.single-event .single-event-phone {
padding: 10px;
background: #f3f3f3; 	
}
.single-event .event-more-info {
margin-top: 30px;  
padding: 10px;
background: #f3f3f3;  
}
.single-event .event-author {
margin-top: 40px;
border-top: 1px solid #eee;
padding-top: 10px;
} .event-content {}
.container-upcoming-events {
border-bottom: 1px solid #eee;
padding-bottom: 40px;
margin-bottom: 60px;	
}
.container-archive-events {
}
.col-post-event {
margin-bottom: 50px;	
}
.col-post-event .wrapper {
border: 1px solid #f3f3f3;
padding-bottom: 10px;
height: 100%; 
}
.col-post-event .thumbnail {
transition: all .3s ease-out; 
}
.col-post-event .wrapper:hover .thumbnail {
opacity: .8;	
}
.col-post-event .wrapper a.layer-bg {
display: block; 	
margin-bottom: 10px; 
}
.col-post-event .wrapper:hover a.layer-bg {
display: block;
background: #000;	
}
.col-post-event h3 {
font-size: 19px;	
font-weight: 600;
padding-left: 15px;
padding-right: 15px;
}
.col-post-event .event-date {
font-size: 80% !important; 
}
.event-desc {
font-size: 14px;
line-height: 1.5; 
text-align: justify;
padding-left: 15px;
padding-right: 15px; 
}
.row-event-meta {
margin-top: 8px;
opacity: 0.8;	
padding-left: 15px;
padding-right: 15px; 
} .route-type-wrapper {
position: absolute;
right: 15px;
top: 15px;
background: #fff;
line-height: 1;
padding: 6px; 
border-radius: 20px;
z-index: 99999;
}
.route-dist-wrapper {
position: absolute;
left: 15px;
top: 15px;
background: #fff;
line-height: 1;
padding: 6px; 
border-radius: 20px;	
font-size: 80%;
z-index: 99999; 
} #sidebar {
}
#sidebar i {
color: var(--main1);
margin-right: 5px;
min-width: 25px;
}
.sidebar-logo img {
border:1px solid #eee;	
}
#sidebar .p-website {
text-align: center;
font-size: 13px; 
}
.sidebar-map {
margin-bottom: 20px;
position: relative;	
background: #f7f7f7; 
}
.acf-map {
width: 100%;
height: 400px;
border: #ccc solid 1px;
margin: 20px 0;
}
.acf-map img {
max-width: inherit !important;
}
.sidebar-object {
background: #f9f9f9;
padding: 15px;
margin-bottom: 20px;
position: relative;
}
.sidebar-available h4 {
text-align: center;
}
.sidebar-route ul {
list-style: none;
margin :0;
padding: 0; 
}
.sidebar-route ul li img {
width: 30px;
height: auto;
border: 1px solid #eee;
margin-right: 6px;  
}
.sidebar-route ul li a {
color: inherit;	
}
#sidebar .rute-meta-container h5 {
font-weight: 600;	
}
#sidebar .rute-meta-container .fa-solid {
margin-right: 4px!important;	
}
.sidebar-related-place-title {
display: block;
font-size: 13px;
line-heighT: 1.2; 
}
.sidebar-related-products a {
font-size: 13px;
line-height: 1.3; 
display: inline-block; 
}
.related-sidebar-thumbnail {
margin-bottom: 6px;	
}
.sidebar-upcoming-events .row {
padding-top: 8px;
padding-bottom: 8px;
margin-left:-5px;
margin-right: -5px;
border-bottom: 1px solid rgba(255,255,255,.6);  
}
.sidebar-upcoming-events div[class*="col-"] {
padding-left: 5px;
padding-right: 5px; 
}
.sidebar-upcoming-events h4 {
margin-bottom: 20px;	
}
.sidebar-upcoming-events h5 {
font-size: 14px;	
}
#sidebar .menu,
.sidebar-object .menu {
list-style: none;
margin: 0;
padding: 0; 
}
#sidebar .menu li,
.sidebar-object .menu li {
padding: 6px 1px 6px 8px;
border-bottom: 1px solid rgba(0,0,0,.05);	
font-size: 85%;
}
#sidebar .menu li:before,
.sidebar-object .menu li:before {
content: "-";
margin-right: 3px;
margin-left: -7px;
}
#sidebar .menu li a,
.sidebar-object .menu li:before {
color: var(--main2);	
}
#sidebar .menu li a:hover,
.sidebar-object .menu li a:hover {
color: var(--main1);	
}
#related-posts {
background: var(--main2);
color: #fafafa
}
#related-posts h2,
#related-posts a,
#related-posts h4 {
color: #fafafa
}
#related-posts .related-thumbnail {
margin-bottom: 5px;
}
#related-posts .col-3 {
margin-bottom: 20px;
}
#related-spl {
background: #f7f7f7;	
}
.sidebar-available {
text-align: center;	
}
#sidebar .slezanski-available {
margin-bottom: 20px;	
}
#sidebar .slezanski-point {
border-radius: 50%;
border: 1px solid #d3d3d3;
padding: 12px;
max-width: 90%;
height: auto; 
}
.btn-report:before {
content: "";
width: 100px;
height: 100px;
border-radius: 50%;
position: absolute;
left: -35px;
background: rgba(0,0,0,.3);
}
.btn-report {
position: relative;
width: 100%;
padding-top: 10px;
padding-bottom: 10px;
margin-bottom: 20px;
display: flex;
flex-wrap: no-wrap;
font-size: 15px;
justify-content: space-between;
align-items: center; 
text-align: left; 
background: var(--main2)!important;
overflow: hidden;
}
.btn-report .contact-host {
flex-basis: 76%;	
}
.btn-report .fa-solid {
color: var(--main1);
font-size: 20px;
margin-right: 8px; 
} .coffee-for-us {
}
.coffee-for-us .ico-wrapper .fas {
font-size: 50px;
color: #313131; 
}
.coffee-for-us .wp-block-column {
position: relative;
border-radius: 15px;
padding: 20px 15px 100px 15px; 
box-shadow: 0 7px 8px -4px rgba(0,0,0,.1), 0 12px 17px 2px rgba(0,0,0,.07), 0 5px 22px 4px rgba(0,0,0,.06) !important;	
}
.coffee-for-us .wp-block-column .wp-block-button__link {
background-color: var(--main1);
color: #fff;
transition: all .3s ease;
width: 100%;
position: absolute;
left: 0;
bottom: 0;
border-radius: 0 0 15px 15px !important;
} .form-section-number {
width: 30px;
height: 30px;
border-radius: 30px;
background: #DC0808;
color: #fff;
text-align: center;
line-height: 30px;  
font-size: 14px; 
margin-top: 30px;
}
.contact-form .wpcf7-submit {
background: var(--main2);
color: #fff;
padding: 8px 40px;
text-align: center;
border: none;  
cursor: pointer;
}	
.contact-form .form-accept {
font-size: 13px;
opacity: 0.7;
line-height: 1.3;
text-align: justify; 
}
.contact-form .wpcf7-quiz-label {
font-size: 13px; 	
} 
.text-area-report {
height: 120px!important;	
}  .page-id-1643 .acf-field p.description {
font-size: 12px;
color: rgba(0,0,0,.6); 
}  .r-box {
width: 100%;
text-align: center;
background: #f3f3f3;
padding: 0px; 
margin-bottom: 20px;
position: relative;
}
.r-box::before {
content: "ads";
position: absolute;
right: 10px;
top: 10px;
font-size: 10px;
padding: 3px; 
background: rgba(255,255,255,.5);
color: #000;
z-index: 9999; 
}
.r-box img {
transition: all .3s ease; 
}
.r-box img:hover {
opacity: 0.95;	
}
.r-box-patron {
border: 1px solid #cecece;	
margin-bottom: 30px!important;
}
.r-box-patron:after {
content: "PATRON MIESIĄCA";
position: absolute;
top: auto;
right: 0;
bottom: 0;
background: rgba(0,0,0,.6);
color: #fff;
font-size: 11px;
padding: 4px;
}
.r-box-patron.r-box-mobile:after  {
top: auto;
right: 0;
bottom: 0; 
} .ai-center {
align-items: center;	
}
.card {
margin-bottom: 30px;
padding: 50px 30px 30px 30px;
border: none;
border-radius: 5px;
box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
height: 90%;
transition: .3s ease;
}  
.btn-hero-join { }
#seller-join {
position: fixed;
background-image: url(//visitsobotka.com/wp-content/themes/visitsobotka/images/join-bg.webp);
background-size: cover;
overflow-x: scroll;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: rgba(33,41,64,.98);
padding: 60px 40px; 
z-index: 9999999999999;
color: #fff;
transition: all .3s ease;
}
#seller-join.hidden {
transform: translateX(101vw); 
}
#seller-join.show {
transform: translateX(0); 
}
#seller-join .close {
position: absolute;
top: 20px;
right: 30px;
font-size: 25px;
font-weight: 500;
cursor: pointer; 
}
.seller-join-wrapper {
background-image: url(//visitsobotka.com/wp-content/themes/visitsobotka/images/bg.webp);
}
#seller-join h1,
#seller-join h2,
#seller-join h3,
#seller-join h4,
.btn-hero-join h5 {
color: #fff; 
}
.app-screen {
max-height: 600px;	
}
.app-screeen-1 {
max-height: 500px;	
}
.hero {
position: relative;
width: 100%;
height: 90vh;  
display: block;
}
.app-vs {
position: absolute;
right: 10%;
top: 55%;
max-height: 65vh;
transform: translateY(-50%);
z-index: 999999; 
}
.hero-content {
display: block;
position: absolute;
left: 8%;
max-width: 56%;
width: 100%;
top: 55%;
color: #fff;
transform: translateY(-50%); 
}
.hero-content h1 {
position: relative;
color: #fff;
font-size: 3.8vw; 
font-weight: 600;
margin-bottom: 20px;
text-shadow: 1px 1px 1px rgba(0,0,0,.2); 
}
.hero-content h1:before {
content: "";
position: absolute;
left: 0;
bottom: -10px;
width: 100px;
height: 1px;
border-top: 1px solid rgba(255,255,255,.9); 
}
.hero-content h1 span {
font-weight: 100;	
}
.hero-content h3 {
font-size: 2.7vw;	
font-weight: 100; 
text-shadow: 1px 1px 1px rgba(0,0,0,.2);
color: #fff; 
}
.hero-content h3 span {
font-weight: 600;	
}
#main {
display: block;
padding: 50px 0; 
}
#card-welcome h2 {
font-weight: 600; 	
}
.col-why {
background: var(--main2);	
color: #fff;
padding: 50px 30px 50px 30px;
border: none;
border-radius: 5px;
box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}
.vs-card-features {
background: #e3ebff;
padding: 120px 30px; 
}
.vs-card-features h3 {
color: #fff;	
}
.vs-card-features .card {
height: 100%;	
}
.vs-card-features i {
color: #e3ebff;
margin-bottom: 30px;
font-size: 32px;
margin-bottom: 30px;
background: var(--main2);
border-radius: 50px;
display: flex;
align-items: center;
justify-content: center;
width: 64px;
height: 64px;
}
#card-welcome .col-md-8 {
margin-bottom: 30px;	
}
#kvs-how-work {
padding-top: 60px;
padding-bottom: 60px;
color: #fff; 
background: var(--main2);
}
#kvs-how-work h2 {
color: #fff;
font-weight: 600; 
}
.kvs-list-how-work li {
padding-top: 6px;
padding-bottom: 6px; 	
}
.kvs-list-how-work li::marker {
font-weight: 600;
font-size: 25px; 
}
.order-gift {
background: #f3f3f3;
padding: 60px 20px; 
}
#card-partners {
padding: 70px 30px;
background: #f6f9ff;
margin-bottom: 0!important; 
}
#card-partners .card {
cursor: pointer; 	
}
#card-partners .cvs-partner-desc {
display: block;
position: absolute;
left: 15px;
top: 15px;
}
.partner-max-discount {
display: block;
width: 60px;
height: 60px;
border-radius: 50%;
background: var(--main1);
background: linear-gradient(55deg, rgba(51,204,51,1) 0%, rgba(51,204,51,1) 35%, rgba(6,121,6,1) 100%);
color: #fff;
text-align: center;
line-height: 60px;
font-size: 17px;
font-weight: 300;
position: absolute;
right: -15px;
top: -15px; 
transition: all .2s ease;
}
.home-partners .col-partner:hover .card {
box-shadow: none;	
transition: all .3s ease;
}
.home-partners .col-partner:hover .partner-max-discount {
background: var(--main1);
background: linear-gradient(55deg, rgba(6,121,6,1) 0%, rgba(51,204,51,1) 35%, rgba(51,204,51,1) 100%);	
}
.partner-max-discount .small {
font-size: 11px;	
}
.btn-join {
color: #fff!important;
background-color: var(--main2)!important;	
border-color: var(--main2)!important;	
}
.partner-thumbnail-container {
margin-top: 30px;
position: relative;	
display: inline-block;
}
.partner-discount-details {
display: flex;
flex-wrap: nowrap;
background: #f6f6f6;
margin-bottom: 4px;  
align-items: center;
transition: all .3s ease;
}
.partner-discount-details:hover { background: var(--main2);
color: #fff; 
}
.partner-discount-details .discount {
color: #fff;
font-size: 110%;
padding: 20px 16px;
background: linear-gradient(55deg, rgba(51,204,51,1) 0%, rgba(51,204,51,1) 35%, rgba(6,121,6,1) 100%);	
align-self: stretch; 
}
.partner-discount-details .desc {
padding-left: 16px;
padding-right: 10px; 
}
.step-container {
position: relative;	
}
.step-container:before {
position: absolute;
left: 10px;
top: 0;
width: 3px;
height: 100px; 
border:2px solid #eee;
} 
.card-step {
position: relative;
padding: 30px 20px 10px 60px;
margin-bottom: 10px;
}
.card-step h4 {
font-weight: 600;	
}
.card-step .step-count {
position: absolute;
left: 0;
top: 25px;
width: 40px;
height: 40px;
border-radius: 50%;
text-align: center;
border: 2px solid var(--main1);
line-height: 40px; 
font-size: 20px;
font-weight: 100; 
} .exclusive-offer-title-desc {
font-weight: 100;	
}
.exclusive-offer-logo {
border: 1px solid #eee;	
}
.go-to-app {
display: inline-block;
margin-top: 10px;
background: var(--main2);
padding: 10px 30px 10px 15px;
color: #fff;
}
.go-to-app i {
margin-right: 10px; 	
}
.go-to-app:hover {
color: #fff;	
}   #cart-layer {
position: fixed;
top: 0; 
right: -105%;
left: 105%;
bottom: 0;
z-index: -1;
padding: 30px 0px 30px 20px;
background: #fff;
transition: all .3s ease;
}
#cart-layer.show {
top: 0; 
right: 0;
left: 25%;
bottom: 0;
z-index: 999999999;
box-shadow: 1px 0px 5px 5px rgba(0,0,0,.2); 
}
#cart-layer .close {
position: absolute;
right: 20px;
top: 20px;
font-size: 24px;
color: #000;
cursor: pointer; 
}
#cart-iframe {
width: 100%;
height: 100%; 
}
.cart-ico {
position: fixed;
left: 20px;
bottom: 40px;
background: #fff;
width: 50px;
height: 50px;
color: var(--main2);
font-size: 30px;
line-height: 50px;
text-align: center;
border-radius: 50%; 
box-shadow: 0px 0px 5px 3px rgba(0,0,0,.2);
cursor: pointer;
transition: all .3s ease;
}
.page-cart .container {
width: 100%!important;
max-width: 1100px!important; 
}
.cart-product-img {
width: 100%;	
}
#report-modal .wpcf7-quiz-label {
font-size: 12px;	
}
#report-modal .wpcf7-submit {
margin-top: 52px;
}
footer {
background: var(--main2);
color: #fff;
padding: 90px 15px 40px 15px; 
}	
footer h3 {
color: #fff;
font-size: 19px;
} 
footer ul {
list-style: none;
margin: 0;
padding: 0;
} 
footer ul a {
display: block;
color: rgba(255,255,255,.7);
padding: 1px 3px;
font-size: 90%
}
footer ul a:hover {
color: var(--mian);
}	
footer .logo-footer {
max-width: 75%;
height: auto;
margin-bottom: 30px;
}	
.footer-col-1 {
font-size: 13px;	
}
.footer-honor img {
max-height: 100px;
margin-right: 8px; 
}
footer .footer-coffee a:before {
content: "\f0f4";
font-family: FontAwesome;
font-weight: 900;
margin-right: 8px; 
}
.footer-social {
margin-top: 15px;
} 
.footer-social a {
display: inline-block;
color: rgba(255,255,255,.7);
text-align: center;
font-size: 30px;
line-height: 20px;
margin-right: 10px; 
}	
.footer-partners {}
.partners-ico {
display: block;	
background: #fff;
width: 50px;
height: 50px;
border-radius: 50%;
text-align: center;
line-height: 1; 
padding: 4px; 
transition: all .3s ease;
}
.partners-ico:hover {
transform: rotate(360deg);	
}
#copyright {
border-top:1px solid rgba(255,255,255,.1);
left:0;
bottom: 0;
width: 100%;
font-size: 0.8rem;
color: #fff; 
background: var(--main2);
padding: 25px 0;
}
#copyright a {
color: #inherit;
color: #fff;
opacity: 0.6; 
}
.col-performance {
text-align: right;	
}
#layer-18 {
position:fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0,.95);
z-index: 9999999999;
color: white;
}
.centered-fixed {
position: absolute;
top: 50%;
left: 50%;
max-width: 900px;
transform: translate(-50%, -50%);
padding: 15px;
text-align: center;
}
.buttons-18 {
display: flex;
justify-content: center;
}
.buttons-18 div {
padding: 8px 20px;
text-align: center;
font-weight: 600;
cursor: pointer;
}
.buttons-18 div:hover {
opacity: .8;
}
.button-no {
background-color: #ee0000;
margin: 20px;
}
.button-yes {
background-color: var(--main1);
margin: 20px;
}
.btn-top {
opacity: 0;
position: fixed;
right: -150px;
bottom: 45px;
font-size: 20px;
z-index: 99999;
padding: 6px 8px;
background: var( --main2 );
color: #fff;
transition: all .3s ease;
}
.btn-top:hover {
opacity: 0.8;  
color: #fff; 
}
.btn-top-show {
opacity: 0.9;
z-index: 9999;
right: 20px; 
}
#cookie_info {
width:90%;
background: #f3f3f3;
display: flex;
flex-wrap: nowrap;
justify-content: space-around;
align-items: center;
padding:25px 20px 25px 20px;
font-size:14px;
line-height: 1.4;
position: fixed;
bottom:30px;
left:5%;
color: #222;
border-radius: 5px; 
box-shadow: 0px 0 30px rgba(1, 41, 112, 0.2);
z-index:-1;
opacity: 0;
animation-name: cookieShow; 
animation-duration: .5s;
animation-delay: 2s;
animation-fill-mode: forwards;  
}
@keyframes cookieShow {
0%   { z-index: -1; opacity: 0; }	
100% { z-index: 999999999; opacity: 1;}
}
#cookie_info .fa-cookie-bite {
font-size: 100px;
color: rgba(33,41,64,.5); 
margin-right: 15px;
}
#cookie_info a {
color: inherit;
}
#cookie_close {
font-size:14px;
font-weight: bold;
cursor: pointer;
padding: 12px 30px;
background: var(--main2);
color: #fff;
display: inline-block;
}
.icons-cookies {
max-width: 40px;
height: auto; 
float: left;
margin-right: 20px;
}
.cl {
clear: both!important; 
}
.cl10 {
clear: both; 
height: 10px;
}
@media all and (max-width:1250px) {
#our-services .col-offer .wrapper {
background-size: auto 110%;
}
#our-services .col-offer .wrapper:hover {
background-size: auto 125%;
}
} @media (max-width:1100px) and ( orientation:landscape ) {
.logo {
max-height: 60px !important;
width: auto !important;
}	 
#home-slider .slide img {
height: auto!important;	 
width: 100%!important; 
max-width: 100%!important;
position: relative;  
animation: none;
left: 0!important;  
} 
.hero-content h5 {
display: none;	 
} 
} @media screen and (max-height:570px) and (orientation:landscape) and (max-width:1024px) {
.layer-landscape {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(0,0,0,.9);
z-index: 9999999999;
display: flex;  
align-items: center;
justify-content: center;
font-family: Aeonik-Bold;
font-size: 6vw;  
color: #fff;
font-weight: 800;
}
.layer-landscape div {
text-align: center;	 
} } @media all and (max-width:760px) {
.desktop { 
display: none!important;
}
#catmenu {
display: none;		
}	
#header {
position: absolute;
top: 0;
border-radius: 0; 
padding: 0;  
}
.page #header { }
.contact-item:first-child,
.contact-item:nth-child(3) {
display: none;	 
}
#header .col-md-4 {
display: block;	 
}
#hero-top .hero-layer {
position: absolute;
top: -80px;
left: -340px;
width: 130%;
height: 130%;
}	
#header .col-logo {
justify-content: space-between; 
}
#header .logo-link {
flex-basis: 65%;
margin-top: 6px;
position: relative;
z-index: 9999;   
}
#header .logo {
width: auto;   
max-width: 65%; 
max-height: 60px;
height: auto;
} 
#mobile-menu {   
transition: all .3s ease;
position: fixed;
top: 0;
right: -200vw;
width: 100%;
padding-top: 80px;
height: 100vh;
overflow-y: scroll;
background: var(--main2); 
}
#mobile-menu.menu-show {
top: 0;
right: 0;
width: 100%;
padding-top: 80px;   
}
#mobile-menu.menu-show:before {
content: "";
width: 100%;
height: 68px;
background: #181e2d;
position: fixed;
top: 0;
z-index:9;
}
.menu-button {
display: block;	 
position: absolute;
top: 15px;
right: 15px;
cursor: pointer;		
width: 40px;
height: 40px;
border-radius: 50%;
background: #fff;
text-align: center;
font-size: 30px;
line-height: 40px;
z-index: 9999;
transition: all .4s ease;
}
.menu-button.menu-button-close {
transform: rotate(720deg);
} #mobile-menu ul {
display: block;
list-style: none;
margin: 0;
padding: 0;	   
}	  
#mobile-menu ul .top-menu-special-btn {
display: inline-block;
width: 40px;	   
}
#mobile-menu ul .top-menu-special-btn div {
border-bottom: 1px solid rgba(255,255,255,.06);	  
}
#mobile-menu ul li {
position: relative;
border-bottom: 1px solid rgba(255,255,255,.06);	
}
#mobile-menu ul li a {
display: block;
padding: 13px 0 12px 10px;
margin-right: 49px;
line-height: 1.3;
color: #fff; }
#mobile-menu .top-menu-social {
padding: 6px 4px		  
}
#mobile-menu ul li li {
border: none;  
}	
#mobile-menu ul li li a {
padding: 7px 10px 7px 20px;
font-size: 14px;
}	 
#mobile-menu .menu-item-has-children:after {
content: "\f078";
font-family: FontAwesome;
color: #fff;
font-size: 17px;
position: absolute;
right: 10px;
top: 8px;
cursor: pointer;
display: block;
z-index: 99999;
transition: all .3s ease;	   
} 
#mobile-menu .menu-item-has-children .sub-menu {
display: none;
}
#mobile-menu .menu-item-has-children.show:after {
transform: rotate(180deg);		  
}
#mobile-menu li.menu-item-atrakcje .menu-item-has-children:after {
display: none;	 
}
#mobile-menu li.menu-item-atrakcje ul {
padding-top: 30px;	
}
#mobile-menu li.menu-item-atrakcje:hover ul {
width: 100%; 
left: 0;
}
#mobile-menu .sub-menu-atrakcje ul {
position: relative;
margin: 0; 
padding: 0 0 20px 0!important;
box-shadow: none;
width: auto;
left: auto;
border-bottom: none;
}
#mobile-menu .sub-menu-atrakcje ul li {
float: none;
padding:0; 
}
#mobile-menu .sub-menu-atrakcje ul li a {
padding: 8px 5px 8px 5px!important;
}
#mobile-menu .sub-menu-atrakcje h4 {
position: relative;
display: flex;
color: rgba(255,255,255,.6);
font-weight: 300;
font-size: 16px; 
align-items: center;
padding-bottom: 6px;
border-bottom: 1px solid rgba(255,255,255,.2);		 
}
#mobile-menu .sub-menu-atrakcje h4 img {
width: 55px;
height: 55px;
background: #f3f3f3;
border-radius: 50%;
text-align: center;
margin-right: 15px;
display: block;
}	  
#mobile-menu .col-md-3 {
padding-bottom: 1px;			
}
#search-layer-container {
padding-left: 15px;
padding-right: 15px;  
}  
.site-href {
position: absolute;
top: 0px; 
}
.top-bg-container {
height: 120px;  
}
.top-bg-container img {
height: 100%!important;	 
}
#hero-top {
height: calc( 100vh - 110px );
background-position: top center;  
}
.hero-content {
padding: 10px;	  
}
#home-slider, #home-slider .bx-wrapper {
height: 100vh;
max-height: 100vh;
} 
#home-slider .bx-viewport {
height: 100vh!important;	 
}
#home-slider .slide {
height: 100vh;
width: auto;    
} 
#home-slider .slide img {
height: 100vh;	 
width: auto; 
max-width: none;
position: relative;  
animation: none;
transform: translateX(-50%);
} 
#home-slider .bx-controls {
display: none;	 
}
#home-slider .slide-container {
width: 100%;
position: absolute;
left: 0;
top: 50%;
transform: translate(0%,-50%);
text-align: center;  
}	
#home-slider .slide-container h1 {
font-size: 38px;	 
}
#hero-top .hero-content h1 {
font-size: 27px;
margin-bottom: 20px;  
}
.btn-hero-more {
font-size: 13px;
padding: 8px 15px 8px 15px;	 
}
.btn-slide-more,
.btn-slide-more-2 {
font-size: 13px;
padding: 8px 15px 8px 15px;	 
}
.slide-kvs-qr {
display: none;
} 
.slider-bottom {
display: none;	 
}
.slider-social .soc-ico {
color: #fff;
} 
.didyouknow .wrapper {
display: flex;    
align-items: center;
max-height: none;
padding-right: 0;
flex-wrap: wrap;
border-radius: 20px 20px 20px 20px;
height: auto;
animation: none;
opacity: 1;
width: 100%;
max-width: 100%;
}
.dyk-bulb {
margin-bottom: 0px;
margin-right: 0;
min-width: 150px;
text-align: center;
flex-basis: 100%;	 
animation: none;
opacity: 1;
width: 100%;
max-width: 100%;
}
.dyk-text {
left: 0; 
animation: none;
opacity: 1;
width: 100%;
max-width: 100%;
}
.didyouknow a {
padding: 10px 15px;	 
}
#top-locations .wrapper h2 {
text-shadow: 0px 0px 3px rgb(0 0 0);
font-size: 16px;
padding-left: 10px;
padding-right: 10px;
}
#welcome .wp-block-column {
margin-bottom: 60px;	 
}
.std-section {
padding: 30px 0px;	 
} 
#last-posts .bg-container {
display: none;	 
}
#home-promo-baner {
padding-top: 60px;
padding-bottom: 60px;  
}
#home-promo-baner .bg-container {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
background-image: none;
background-repeat: no-repeat;
background-size: auto;
background-position: center;
transition: all .3s ease;
background-color: var(--main2);
opacity: .8;
}
#home-promo-baner .bg-container-2 {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
background-image: url(//visitsobotka.com/wp-content/themes/visitsobotka/images/sleza.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.newsroom-thumb {
width: 100%;
height :auto;
margin-bottom: 10px;  
}
.archive-content,
.single-content,
.page-content {
padding-top: 20px; 	 
}	
.page-content-full-width .offer-cols .wp-block-column.col-wp-2 {
max-width: none!important;	 
}
.page-top {
height: 24vh;
overflow: hidden;
}	 
.page-top img {
height: 100%;
position: absolute;
width: auto;
max-width: none;
left: 50%;
top: 0;
transform: translateX(-50%);
}
.share-container {
flex-wrap: wrap;
}
.share-container .share {
width: 100%;
margin-bottom: 10px;
}
.share-container .share-desc {
display: none;
}
.share-container .share-button:first-child {
margin-left: 0!important;
}
#location-gallery div[class*="col-"] {
margin-bottom: 0px;
padding-bottom: 12px;
}  
.archive-content .col-post .wrapper  {
margin-bottom:15px;
}	 
.archive-content .col-post {
margin-bottom: 40px;
}	 
.archive-content .row-posts h4 {
height: auto;
}
.spl-shop-description {
flex-wrap: wrap;	 
}
#home-contact {
text-align: center;	 
}	 	
.route-type-wrapper {
right: 10px;
top: 10px;
font-size: 70%;
}
.route-dist-wrapper {
left: 10px;
top: 10px;	
font-size: 70%;
}
#home-social .efbl-thumbnail-skin {
margin-bottom: 20px;
width: 100%!important;
display: block;
}
#home-social .efbl-col-4 {
flex: 0 0 100%;
max-width: 100%;
}
#home-social .efbl-thumbnail-col {
margin-bottom: 20px;	
border: none;
}
#home-social .efbl-col-8 {
flex: 0 0 100%;
max-width: 100%;
}
.vs-road-container {
margin-top: 10px;
}
.archive-our-actions .vs-road-container::before {
left: 10%;	 
}
.road-post-container:nth-child(even) {
margin-top: 0;
}
.road-post-container:nth-child(odd) .road-content {
float: right;
width: 80%; 
}
.road-post-container:nth-child(odd) .wrapper {
text-align: left;
}
.road-post-container:nth-child(even) .road-content {
float: right;
width: 80%; 
}	
.archive-content .road-point::before {
left: calc(0% + 12px);	 
}
.road-post-container .col-date {
text-align: left;
order: -1;  
display: flex;
margin-bottom: 6px;
}	
.road-post-container .col-date div {
display: inline;
padding-right: 5px;  
}
.hero {
min-height: 90vh;
height: auto; 
padding: 130px 30px 30px 30px;  
}
.hero-content {
position: relative;
left: auto;
transform: none;
max-width: 100%;  
}
.hero-content h1 {
font-size: 7.8vw;
} 
.hero-content h3 {
font-size: 4.3vw;	 
}
#seller-join {
padding: 60px 20px;
}	
.carousel-indicators {
display: none;	 
}
.carousel-inner {
padding-left: 20px;
padding-right: 20px;  
}
.carousel-control-prev {
left: -30px;
}
.carousel-control-next {
right: -30px;
}
.app-vs {
position: relative;
margin-top: 40px;
right: auto;
transform: none; 
max-height: 65vh;  
}
.app-screen {
max-height: 300px;	
}
.vs-card-features div[class*="col-"] {
margin-bottom: 30px;	 
}
.partner-discount-details .discount {
flex-basis: 28%;
}
.partner-discount-details .desc {
flex-basis: 71%;
line-height: 1.3;
}
#cinema-sleza .movie-img {
max-width: 100%;
margin-right: 0; 
}
#card-welcome .kvs-qr {
max-width: 200px;
margin: 5px auto 10px auto;
display: block;  
}
#card-partners {
margin-bottom: 0!important;	 
}
#cart-layer.show {
left: 10%;	
}	
#report-modal .wpcf7-submit {
margin-top: 15px;
} 
.bkms-form-add-options {
margin-left: 10px;
margin-right: 10px;  
}
#sidebar {
margin-top: 60px;	 
} 
footer {
text-align: center;
padding: 60px 15px 0px 15px; 
background: var(--main2);
}	
.logo-footer {
max-width: 200px;
margin-bottom: 30px;  
}
.widget-continer-f1 img {
margin-top: 10px;
margin-bottom: 50px;  
}
footer .col-md-3 {
border-right: none;	 
}
footer h3 {
margin-top: 35px;	 
}
#block-social {
margin-top: 30px;	 
}
#copyright, 
.col-performance {
text-align: center; 
}
#copyright span {
display: block;	 
}
.col-md-3 {
padding-bottom: 40px;
}
.col-md-3:nth-of-type(1) {
padding-bottom: 15px;
}
.logo-footer {
margin-bottom: 15px;
}
.footer-social {
margin-top: 5px;
}
.footer-partners {
display: flex;
justify-content: center;	 
}
}