:root {
    --primary: #000000;
    --secondary: #8EB52D;
    --primary-text: #272a27;
    --light-gray: #AAAAAA;
    --light: #f7fbf5;
}

body {
/*     background: #E8E8E8; */
}

body:not(.home) #header-section .site-header {
    background: var(--primary);
}

body:not(.home) .elementor-type-single {
    padding-top: 95px;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    color: var(--primary-text);
}

header .container {
    padding-left: 0;
    padding-right: 0;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

h2,
h3,
h4 {
    color: var(--primary);
}

h3 a {
    border-bottom: 1px solid var(--secondary);
}

h2 small {
    font-size: 62%;
    line-height: 1.5;
}

hr {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.wpcf7-form-control {
    height: auto;
}
.wpcf7-form label {
    margin-bottom: 0;
}

.acceptance-1 {
    float: left;
    margin-right: 15px;
}

.thumbnail img {
    width: 100%;
    height: inherit;
    border-radius: 5px;
    object-fit: cover;
}

.top-menu {
    padding: 0px;
    background: var(--primary);
    color: #FFF;
}

.top-menu .container {
    padding-left: 0px;
    padding-right: 0px;
}

.top-menu a {
    color: #FFF;
}

.top-menu a:not(:last-child) {
    padding-right: 30px;
}

.top-widgets {
    min-width: 45%;
}

.top-widgets .widget {
    padding-right: 15px;
    text-align: center;
}

.top-widgets .widget:not(:last-child) {
    border-right: 1px solid #D8D8D8;
}

.top-widgets .namedays {
    font-size: 12px;
    line-height: 18px;
    color: var(--light-gray);
}

.top-widgets .namedays strong {
    display: block;
    color: var(--primary-text);
}

.top-widgets .currency {
    line-height: 52px;
    font-weight: bold;
    color: var(--secondary);
}

.top-widgets .weather {
    align-self: center;
}

.top-widgets .weather .icon canvas {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.top-widgets .search img {
    padding-top: 15px;
    cursor: pointer;
}

.fb-comments iframe {
    width: 100% !important;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--primary-text);
}

.home-featured {
    margin-top: 15px;
}

.home-featured .row {
    gap: 8px;
}

.home-featured .col-sm-12 {
    position: relative;
}

.home-featured .home-featured-big {
    display: block;
}

.home-featured .home-featured-big .thumbnail {
    display: block;
    overflow: hidden;
    border-radius: 5px;
}

.home-featured .home-featured-big .thumbnail img {
    width: 100%;
    object-fit: cover;
    transform: scale(1);
    -webkit-transition: transform 0.4s;
    -moz-transition: transform 0.4s;
    -ms-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    height: 495px;
}

.home-featured .home-featured-big:hover .thumbnail img {
    transform: scale(1.025);
}

.home-featured .home-featured-big img:after {
    content: "";
    background-color: #000000;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 15px;
    z-index: 1;
}

.home-featured .home-featured-big h2,
.gallery .gallery-item h2 {
    position: absolute;
    bottom: 0;
    left: calc(var(--bs-gutter-x)*0.5);
    right: calc(var(--bs-gutter-x)*0.5);
    padding: 30px;
    padding-top: 70px;
    margin: 0;
    color: #FFF;
    border-radius: 0px 0px 5px 5px;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}
.home-featured .sidebar {
    background: none;
}
.home-featured .sidebar .widget {
    background: none;
}
.home-featured .sidebar .post-list.full {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.home-featured .sidebar .post-list.full .item:not(:last-child) {
    border-bottom: 0;
}
.home-featured span.tag {
    margin-bottom: 7px ;
}
.home-featured div.post-date, .news-feed .post-date {
    padding-top: 4px;
    font-size: 11px;
    font-weight: 100;
}
.home-featured div.post-date::before, .news-feed .post-date::before {
    content: "";
    background: url(/wp-content/themes/szia-theme-child/img/calendar.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    display: inline-block;
    padding-right: 18px;
}
.post-data-compact {
    display: flex;
    column-gap: 10px;
    align-items: center;
}
.home-featured .sidebar .post-list.full .item .title {
    font-size: 18px;
    align-self: center;
}
.home-featured .sidebar .post-list.full .item .thumbnail {
    padding: 0px;
}
.home-featured .sidebar .post-list.full .item .thumbnail img {
    max-height: 155px;
    max-width: 200px;
    height: 155px;
}

.search-form {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, .9);
}

.search-form .searchinput {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.search-form .searchinput input,
.searchinput-fix input {
    border: 1px solid #E8E8E8;
    border-radius: 0px;
    outline: 0 !important;
    min-width: 40vw;
    height: 62px;
    padding: 15px;
    font-size: 22px;
}

.searchinput-fix input {
    min-width: calc(100% - 63px);
}

.search-form .searchinput button,
.searchinput-fix button {
    background: var(--secondary);
    margin-left: -3px;
    width: 62px;
    height: 62px;
    border: 0;
    outline: 0;
    vertical-align: top;
}

.gallery .gallery-item h2 {
    left: 0;
    right: 0;
}

.gallery .thumbnails {
    padding-left: 15px;
    padding-right: 15px;
}

.gallery .thumbnails .thumbnail {
    margin-bottom: 15px;
}

.gallery .thumbnails .item {
    color: #FFF;
    font-size: 14px;
    padding-bottom: 30px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    display: block;
}

.gallery .thumbnails .item .thumbnail {
    border-top: 5px solid transparent;
    -webkit-transition: border-top 0.4s;
    -moz-transition: border-top 0.4s;
    -ms-transition: border-top 0.4s;
    -o-transition: border-top 0.4s;
    transition: border-top 0.4s;
    overflow: hidden;
}

.gallery .thumbnails .item .thumbnail img {
    transform: scale(1);
    -webkit-transition: transform 0.4s;
    -moz-transition: transform 0.4s;
    -ms-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
}

.gallery .thumbnails .item.active .thumbnail img {
    transform: scale(1.025);
}

.gallery .thumbnails .item.active .thumbnail {
    border-top: 5px solid var(--secondary);
}

.gallery .action {
    padding-bottom: 30px;
}

.gallery .owl-dots {
    display: none;
}

span.tag {
    display: inline-block;
    background: var(--secondary);
    padding: 4px 8px 1px 8px;
    font-size: 10px;
    letter-spacing: 0.15em;
    font-weight: 600;
    line-height: 1em;
    text-transform: uppercase;
    color: #FFF;
    font-family: 'Nunito-Sans';
}

span.tag.pr {
    background: #8EB52D;
}

.featured-wide .background-color {
    background: var(--light);
    border: 1px solid #E8E8E8;
    border-radius: 5px;
}


.post-list.compact {
    padding: 0 15px
}

.post-list.compact a {
    color: var(--primary-text);
    text-decoration: none;
}

.featured-wide .post-list.compact a {
    color: #000;
    flex: 1;
}

.post-list.compact .thumbnail {
    margin-bottom: -19px;
    overflow: hidden;
    object-fit: cover;
}

.post-list.compact a .thumbnail img {
    transform: scale(1);
    -webkit-transition: transform 0.4s;
    -moz-transition: transform 0.4s;
    -ms-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
}

.post-list.compact a:hover .thumbnail img {
    transform: scale(1.025);
}

.post-list.compact .tag {
    margin-bottom: 10px;
    border-bottom-left-radius: 5px;
}

.post-list.compact .title, .post-list.mini {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 15px;
    position: relative;
    z-index: 10;
}

.widget-wide {
    width: 100%;
}

.share-top {
    padding-left: 10px;
    display: inline-block;
}


.flex {
    display: flex;
    gap: 15px;
}

.video-gallery .gallery-item:before {
    content: "";
    background-image: url('/wp-content/themes/szia-theme-child/img/play.svg');
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.sidebar {
    display: inline-block;
    position: relative;
}

.sidebar a {
    text-decoration: none !important;
}

.sidebar .wrapper {
    padding-bottom: 15px;
}

.sidebar .ad22 {
    width: 300px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.sidebar .widget,
.widget-wide {
    background: #FFF;
    width: 100%;
}

.sidebar .widget.top h3 {
    display: inline-block;
    width: calc(100% - 120px);
}

.sidebar .widget.top .tab-nav {
    display: inline-block;
    font-size: 12px;
    text-align: right;
    width: 110px;
    transform: translateY(-3px);
}

.sidebar .widget.top .tab-nav span {
    display: inline-block;
    margin-left: 15px;
    cursor: pointer;
    font-weight: bold;
    color: #8E8E8E;
}

.sidebar .widget.top .tab {
    display: none;
}

.sidebar .widget.top .tab.active {
    display: block;
}

.sidebar .widget.top .tab-nav span.active {
    color: var(--secondary);
}

.sidebar .widget.style-alert {
    color: #FFF;
    background: var(--secondary);
    margin-bottom: 15px;
}

.sidebar .widget.style-alert .action {
    padding: 0px 15px 15px 15px;
}

.sidebar .widget.style-alert .action .btn-mail {
    color: #FFF;
    font-size: 14px;
}

.sidebar .widget.style-alert .action .btn-mail:after {
    display: inline-block;
    width: 24px;
    height: 17px;
    content: "";
    margin-bottom: -3px;
    margin-left: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/wp-content/themes/szia-theme-child/img/double-arrows.svg');
}

.sidebar .widget.style-alert .action .btn-mail:before {
    display: inline-block;
    width: 24px;
    height: 17px;
    content: "";
    margin-bottom: -3px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/wp-content/themes/szia-theme-child/img/mail.svg');
}

.sidebar .widget.style-alert h3 {
    color: #FFF;
}

.sidebar .widget.style-alert h3:before {
    background: #FFF !important;
}

.sidebar .widget .description {
    padding: 15px;
    font-size: 14px;
}

.sidebar .widget.style-alert .description {
    color: #FFF;
}

.sidebar .widget.fill-height {
    height: 100%;
}

.sidebar .widget .heading,
.widget-wide .heading,
.widget .heading {
    padding: 15px;
}

.sidebar .widget .heading h3,
.widget-wide .heading h3,
.widget .heading h3 {
    text-transform: uppercase;
    position: relative;
    padding-left: 10px;
    margin-bottom: 0;
}

.sidebar .widget .heading h3:before,
.widget-wide .heading h3:before,
.widget .heading h3:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 5px;
    background: var(--secondary);
}
.sidebar .post-list.full .item {
    text-decoration: none;
    max-width: 100%;
}

.sidebar .post-list.full .item:not(:last-child), .post-list.full.mini .item {
    border-bottom: 1px solid #E8E8E8;
}

.sidebar .post-list.full .item .thumbnail {
    padding: 15px;
}

.sidebar .post-list.full .item .thumbnail img {
    max-width: 90px;
    max-height: 60px;
}

.sidebar .post-list.full .item .title {
    font-weight: bold;
    color: var(--primary-text);
    align-self: center;
}

.sidebar .post-list.full .item .title:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 0px;
    height: 100%;
    background: var(--secondary);
    -webkit-transition: width 0.4s;
    -moz-transition: width 0.4s;
    -ms-transition: width 0.4s;
    -o-transition: width 0.4s;
    transition: width 0.4s;
}

.sidebar .post-list.full .item:hover .title:after {
    width: 5px;
}

.news-feed .post-list.full {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 15px;
    padding-bottom: 0;
}
.news-feed .post-list.full a {
    flex: 50%;
}
.news-feed.highlighted {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.news-feed.highlighted a {
    height: 50%;
    border-radius: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.news-feed.highlighted h2 {
    padding: 10px;
    color: #FFF;
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: 0 0 5px 5px;
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
}
.row {
    justify-content: space-between;
    position: relative;
}
.widget h3 {
    margin-bottom: 0;
}

.widget.pr {
    margin-top: 15px;
}

.widget.pr .post-list {
    padding: 0 15px;
}

.widget.gallery {
    margin-top: 15px;
    background: #000000;
}

.widget.gallery .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    right: 15px;
    pointer-events: none;
}

.widget.gallery .owl-nav button {
    outline: none;
}

.widget.gallery .owl-nav button span {
    display: none;
}

.widget.gallery .owl-nav .owl-next,
.widget.gallery .owl-nav .owl-prev {
    width: 72px;
    height: 72px;
    background-color: rgba(0, 0, 0, .5);
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: auto;
}

.widget.gallery .owl-nav .owl-next {
    position: absolute;
    background-image: url('/wp-content/themes/szia-theme-child/img/big-arrow-right.svg');
    right: 0;
}

.widget.gallery .owl-nav .owl-prev {
    background-image: url('/wp-content/themes/szia-theme-child/img/big-arrow-left.svg');
}

.widget.gallery h3 {
    color: #FFF;
}

.widget.gallery .carousel {
    padding: 15px;
}

.widget.gallery .carousel img {
    width: 100%;
}

.widget.gallery .carousel h2 {
    color: #FFF;
}

.widget.gallery .gallery-item {
    overflow: hidden;
    display: block;
}

.widget.gallery .gallery-item:hover .btn {
    background: #FFF;
    color: var(--secondary);
}

.widget.gallery .gallery-item:hover .btn:after {
    background-image: url('/wp-content/themes/szia-theme-child/img/arrow-right-neg.svg');
}

.widget.gallery .gallery-item img {
    transform: scale(1);
    -webkit-transition: transform 0.4s;
    -moz-transition: transform 0.4s;
    -ms-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
}

.widget.gallery .gallery-item:hover img {
    transform: scale(1.02);
}

.widget.gallery .gallery-item .btn {
    position: absolute;
    bottom: 10px;
    right: 0;
}

.widget.featured-category .sidebar {
    border-left: 1px solid #E8E8E8;
}

.col-md-6 .widget.featured-category .sidebar {
    border-left: 0;
}

.widget.featured-category {
    margin-top: 15px;
}

.widget.featured-category .featured {
    display: block;
    padding: 0 15px;
    padding-right: 0;
    color: var(--primary-text);
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}

.widget.featured-category .featured .title {
    min-height: 60px;
}

.col-md-6 .widget.featured-category .featured {
    padding-right: 15px;
}

.widget.featured-category .featured .thumbnail {
    overflow: hidden;
    margin-bottom: 15px;
}

.widget.featured-category .col-12 .featured .thumbnail {
    height: 217px;
}

.widget.featured-category .featured .thumbnail img {
    width: 100%;
    height: auto;
    transform: scale(1);
    -webkit-transition: transform 0.4s;
    -moz-transition: transform 0.4s;
    -ms-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
}

.widget.featured-category .featured:hover .thumbnail img {
    transform: scale(1.025);
}

.featured-wide {
    margin-top: 15px;
}

.featured-wide .heading h3 {
    color: #000;
}


/* SINGLE */

.the-content {
    font-size: 16px;
    background: #FFF;
    padding: 0 60px;
}

.the-content img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.the-content .meta {
    margin-bottom: 15px;
}

.the-content figure {
    max-width: 100% !important;
}

.the-content .meta .date {
    display: inline-block;
    padding: 5px;
    margin-left: 10px;
    line-height: 10px;
    vertical-align: bottom;
}

.the-content h1 {
    margin-bottom: 15px;
}

.the-content p {
    max-width: 100% !important;
}
.the-content .content-p {

}

.the-content .featured-image {
    height: 526px;
    overflow: hidden;
    margin-left: -60px;
    margin-right: -60px;
    margin-bottom: 30px;
}

.the-content .featured-video {
    margin-left: -60px;
    margin-right: -60px;
}

.screen-reader-text {
    display: none;
}

.the-content .featured-image img {
    width: 100%;
    max-height: 480px;
    object-fit: cover;
}
.featured-image .thumbnail-description {
    margin-top: -10px;
    font-style: italic;
}
.posts-navigation {
    height: 35px;
    width: 100%;
    position: relative;
}

.posts-navigation .nav-previous {
    position: absolute;
    right: 15px;
}

.posts-navigation .nav-next {
    position: absolute;
    left: 15px;
}

.archive-list.post-list.compact {
    padding: 0px;
    padding-bottom: 15px;
}

.archive-list .background {
    background: #FFF;
    padding: 15px;
}

.archive-list h1 {
    margin-bottom: 0;
}

.archive-list.post-list.compact .thumbnail {
    margin-top: 8px;
}

.navbar {
    padding: 15px 0px;
}

.navbar-nav .nav-link {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px !important;
}

.dark-bg h2 {
    color: #FFF;
}

.dark-bg p {
    color: #FFF !important;
}

.button a {
    padding: 15px 30px !important;
    border-radius: 50px;
    margin-top: 25px;
    margin-left: 15px;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    color: var(--primary) !important;
    background: var(--secondary);
    line-height: 15px;
}

input.button,
input.button:hover,
input.button:focus,
input.button:active {
    padding: 15px 30px !important;
    border-radius: 50px;
    margin-top: 25px;
    margin-left: 15px;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    color: var(--primary) !important;
    background: var(--secondary);
    line-height: 15px;
    opacity: 1;
}

div.wpcf7 :disabled.wpcf7-submit {
    opacity: .5 !important;
}

.m22-gallery {
    cursor: pointer;
    margin-bottom: 15px;
}

.m22-gallery .thumbnail {
    overflow: hidden;
    position: relative;
}

.m22-gallery .thumbnail img {
    overflow: hidden;
    margin-bottom: 0;
    transform: scale(1);
    -webkit-transition: transform 0.4s;
    -moz-transition: transform 0.4s;
    -ms-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
}

.m22-gallery .thumbnail:hover img {
    overflow: hidden;
    transform: scale(1.025);
}

.m22-gallery .count {
    position: absolute;
    width: 70px;
    height: 35px;
    bottom: 15px;
    left: 15px;
    text-align: center;
    padding: 7px 5px 7px 30px;
    background-color: rgba(0, 0, 0, .5);
    color: #FFF;
}

.m22-gallery .count:after {
    content: "";
    position: absolute;
    top: 7px;
    left: 7px;
    width: 18px;
    height: 18px;
    background-image: url('/wp-content/themes/szia-theme-child/img/picture.svg');
    background-position: left center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.m22-gallery .btn-wrap {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.m22-gallery:hover .btn {
    background-color: #FFF;
    color: var(--secondary);
}

.m22-gallery:hover .btn:after {
    background-image: url('/wp-content/themes/szia-theme-child/img/arrow-right-neg.svg');
}

.tags {
    padding-bottom: 15px;
    border-bottom: 1px solid var(--secondary);
}

.tags a {
    color: var(--secondary);
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.tags a:not(:last-child):after {
    content: ",";
    padding-right: 5px;
    display: inline-block;
}

.no-padding {
    padding: 0 !important;
}

.ad22_post_wrap {
    margin-left: -60px;
    margin-right: -60px;
}

.more-news {
    margin-top: 15px;
}

.share {
    text-align: center;
    padding-top: 15px;
}

.lg-download {
    display: none;
}

.lg-outer .lg-thumb-item {
    border-radius: 0 !important;
    border-color: transparent;
}

.lg-next,
.lg-prev {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 35%;
    background-position: center;
    border-radius: 0 !important;
}

.lg-next {
    background-image: url('/wp-content/themes/szia-theme-child/img/big-arrow-right.svg');
}

.lg-prev {
    background-image: url('/wp-content/themes/szia-theme-child/img/big-arrow-left.svg');
}

.lg-next:before,
.lg-prev:after {
    display: none;
}

/* WordPress Gutenberg Gallery Block Styles */
.wp-block-gallery,
.blocks-gallery-grid {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0 0 1.5em;
    gap: 0.5em;
}

.wp-block-gallery .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item,
.blocks-gallery-grid .blocks-gallery-item {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
    margin: 0;
    width: calc(50% - 0.25em);
}

.wp-block-gallery.columns-1 .blocks-gallery-item {
    width: 100%;
}

.wp-block-gallery.columns-2 .blocks-gallery-item {
    width: calc(50% - 0.25em);
}

.wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc(33.33% - 0.34em);
}

.wp-block-gallery.columns-4 .blocks-gallery-item {
    width: calc(25% - 0.375em);
}

.wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc(20% - 0.4em);
}

.wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc(16.66% - 0.42em);
}

.wp-block-gallery .blocks-gallery-item figure {
    margin: 0;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.wp-block-gallery .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
    object-fit: cover;
}

.wp-block-gallery.is-cropped .blocks-gallery-item img {
    height: 100%;
    flex: 1;
    object-fit: cover;
}

.wp-block-quote.is-style-large {
    padding-left: 60px;
    position: relative;
}

.wp-block-quote.is-style-large:after {
    content: "";
    display: block;
    background: var(--secondary);
    width: 1px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 35px;
}

.wp-block-quote.is-style-large:before {
    content: "\"";
    display: block;
    position: absolute;
    color: var(--secondary);
    top: 0%;
    left: -7px;
    font-size: 50px;
    line-height: 50px;
}

.wp-block-quote cite {
    font-size: 14px;
}

.wp-block-quote.is-style-large,
.wp-block-quote.is-style-large p {
    font-style: italic;
    font-size: 18px;
    line-height: 32px;
}

.wp-block-quote p {
    margin-bottom: 0;
}

.wp-block-quote.is-style-default {
    padding: 15px;
    font-weight: bold;
    background: #F3F3F3;
}

.wp-block-pullquote {
    border-top: 1px solid var(--secondary);
    border-bottom: 1px solid var(--secondary);
    margin-top: 15px;
    margin-bottom: 30px;
}

.wp-block-pullquote blockquote {
    margin-bottom: 0px;
}

.wp-block-embed-youtube .wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.wp-block-embed-youtube .wp-block-embed__wrapper iframe,
.wp-block-embed-youtube .wp-block-embed__wrapper object,
.wp-block-embed-youtube .wp-block-embed__wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wp-block-embed-instagram iframe {
    margin-left: auto !important;
    margin-right: auto !important;
}

.the-content>ul {
    list-style: none;
    padding: 0;
}

.the-content>ul>li {
    padding-left: 20px;
    padding-bottom: 5px;
    position: relative;
    font-size: 16px;
    line-height: 25px;
}

.the-content>ul>li:before {
    position: absolute;
    left: 0;
    top: 8px;
    width: 7px;
    height: 7px;
    background: var(--secondary);
    border-radius: 100px;
    content: "";
    display: block;
}

.btn {
    border-radius: 0;
    outline: 0 !important;
    background: var(--secondary);
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    --bs-btn-box-shadow: none;
    --bs-btn-border-width:  none;
}

.btn span {
    color: #fff;
}

.btn.icon {
    padding-right: 30px;
    position: relative;
}

.btn.icon:after {
    width: 32px;
    height: 32px;
    display: block;
    content: "";
    position: absolute;
    right: 0px;
    background-image: url('/wp-content/themes/szia-theme-child/img/arrow-right.svg');
    background-repeat: no-repeat;
    background-position: center;
    top: 1px
}

.btn.icon:hover:after {
    background-image: url('/wp-content/themes/szia-theme-child/img/arrow-right-neg.svg');
}

.btn:hover {
    background: var(--primary);
    color: var(--secondary);
}

.btn.negative {
    background: #FFF;
    color: var(--secondary);
    border: solid 1px var(--secondary);
}

.btn.negative.icon:after {
    background-image: url('/wp-content/themes/szia-theme-child/img/arrow-right-neg.svg');
}

.btn.negative:hover {
    background: var(--secondary);
    color: #FFF;
}

.btn.negative.icon:hover:after {
    background-image: url('/wp-content/themes/szia-theme-child/img/arrow-right.svg');
}

.btn:focus {
    outline: 0 !important;
}

.rp {
    background: var(--primary);
}

.home-header h1 {
    color: var(--secondary);
}

.home-header h1 small {
    color: #FFF;
    font-size: 62%;
    line-height: 1.5;
}

.home-header h1 sup {
    color: var(--secondary);
    font-size: 42%;
    top: -1.5em;
}

.home-header ul {
    list-style: none;
    padding: 0;
    position: relative;
    z-index: 9;
}

.home-header ul li:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('/m22_content/themes/szia-theme-child/img/ul.svg');
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-right: 15px;
    vertical-align: top;
}

.home-header ul li a {
    color: #FFF;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}

#header-section .site-header {
    background: transparent;
    padding: 0% 5% 0% 5%;
    box-shadow: none !important;
}

.header-full-width .container {
    padding: 0;
}

.price-section:before {
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 25vh;
    left: 0;
    right: 0;
    top: -2px;
    background-image: url('/m22_content/themes/szia-theme-child/img/price-bg.svg');
    background-size: 101% auto;
    background-position: top;
    background-repeat: no-repeat;
}

.no-margin,
.no-margin * {
    margin: 0 !important;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: var(--primary);
}

.elementor-posts .elementor-post__title {
    font-size: 24px;
    font-weight: normal;
}

.elementor-posts a {
    pointer-events: none !important;
}

.site-footer {
    margin-top: 10vh;
    background: #000000;
}

.site-footer {
    margin-top: 10vh;
    background: #000000;
    color: #FFF;
}

.site-footer .partners {
    padding-top: 30px;
    padding-bottom: 30px;
}

.site-footer .site-info {
    padding: 15px;
    background: #1E1E1E;
    font-size: 14px;
    color: #FFF;
}
.site-footer p {
    color: #fff;
}
.site-footer #footer-widget-first .wp-block-image img {
    max-width: 100px;
}
.site-footer .widget-area h3.widget-title {
    color: #fff;
}
.site-footer .widget-area p {
    max-width: 90%;
}

/* .site-footer .fb-icon {
    background: #325FB8;
    color: #FFF;
    border: 0;
}

.site-footer .fb-icon:hover {
    background: #FFF;
    color: #325FB8;
}

.site-footer .insta-icon {
    border: 0;
    color: #FFF;
    background: rgb(0, 101, 203);
    background: -moz-linear-gradient(90deg, rgba(0, 101, 203, 1) 0%, rgba(255, 0, 24, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0, 101, 203, 1) 0%, rgba(255, 0, 24, 1) 100%);
    background: linear-gradient(90deg, rgba(0, 101, 203, 1) 0%, rgba(255, 0, 24, 1) 100%);
}

.site-footer .insta-icon:hover {
    color: #7d3473;
    background: #FFF;
} */

.site-footer .fb-icon span:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-bottom: -5px;
    margin-right: 10px;
    background-image: url('/wp-content/themes/szia-theme-child/img/fb.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.site-footer .insta-icon span:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-bottom: -5px;
    margin-right: 10px;
    background-image: url('/wp-content/themes/szia-theme-child/img/insta.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.site-footer .youtube-icon span:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-bottom: -5px;
    margin-right: 10px;
    background-image: url('/wp-content/themes/szia-theme-child/img/youtube.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.site-footer .fb-icon:hover span:before {
    background-image: url('/wp-content/themes/szia-theme-child/img/fb-neg.svg');
}

.site-footer .insta-icon:hover span:before {
    background-image: url('/wp-content/themes/szia-theme-child/img/insta-neg.svg');
}

.site-footer .youtube-icon:hover span:before {
    background-image: url('/wp-content/themes/szia-theme-child/img/youtube-neg.svg');
}

.site-footer .bottom-div {
    padding: 30px 20px;
    gap: 15px;
}

.footer-menu ul {
    padding-left: 0;
    list-style: none;
}

.footer-menu li {
    padding-bottom: 5px;
    margin-left: 14px;
}

.footer-menu li a {
    color: #FFF;
    font-size: 14px;
    position: relative;
}

.footer-menu li a:before {
    display: inline-block;
    width: 5px;
    height: 11px;
    content: "";
    background-image: url('/wp-content/themes/szia-theme-child/img/menu-chevron.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: -14px;
    top: 50%;
    margin-top: -5px;
}

.top-menu .left-menu {
    display: flex;
    align-items: center;
}

.top-menu .right-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.top-menu .right-menu a {
    padding: 7px 10px;
    text-align: center;
    text-decoration: none;
    border-left: 1px solid #8E8E8E;
}

.top-menu .right-menu a:last-child {
    padding-right: 0px;
}

.top-menu .right-menu a img {
    height: 15px;
    margin-top: -2px;
}

.middle-form {
    max-width: 50%;
}

.sponsors p {
    font-size: 14px;
    line-height: 24px;
}

.price-section h2,
.price-section p {
    color: #FFF;
}

.video-page.thumbnails {
    background: #1E1E1E;
    margin-left: -60px;
    margin-right: -60px;
    margin-bottom: 15px;
    padding: 15px;
}

.video-page.thumbnails a {
    color: #FFF;
    text-decoration: none;
}

.video-page.thumbnails .thumbnail img {
    margin-bottom: 0px;
}

.video-page.thumbnails .left-side {
    padding-right: 7px;
}

.video-page.thumbnails .right-side {
    padding-left: 7px;
    font-size: 12px;
    line-height: 16px;
}

.navigation.posts-navigation {
    padding-top: 15px;
    padding-bottom: 35px;
    margin-top: 15px;
    border-top: 1px solid #E8E8E8;
}

.top-widgets .currency {
    line-height: 19px;
    padding-top: 7px;
}

@keyframes animatedBackground {
    from {
        background-position: 0 0;
    }
    /*use negative width if you want it to flow right to left else and positive for left to right*/
    to {
        background-position: 0 -10000px;
    }
}

@media screen and (min-width: 1024px){  
    .top-menu {
        margin-bottom: 84px;
    }

    .home .top-menu {
        margin-bottom: 84px;
    }

    #masthead {
        background: #FFF;
        -webkit-transition: height .4s ease-in-out;
        -moz-transition: height .4s ease-in-out;
        -o-transition: height .4s ease-in-out;
        transition: height .4s ease-in-out;
        height: 84px;
        position: fixed;
        top: 34px;
        left: 0;
        right: 0;
        z-index: 999;
    }

    .stick-head #masthead {
        height: 55px;
        top: 0px;
        -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.1);
        box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.1);
    }

    .navbar {
        -webkit-transition: padding-top .4s ease-in-out;
        -moz-transition: padding-top .4s ease-in-out;
        -o-transition: padding-top .4s ease-in-out;
        transition: padding-top .4s ease-in-out;
    } 

    .stick-head .navbar {
        padding-top: 0;
        padding-bottom: 0;
    } 

    .namedays, .currency, .weather {
        -webkit-transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        opacity: 1;
    }

    .namedays {
        transition-delay: .1s;
        -o-transition-delay: .1s;
        -moz-transition-delay: .1s;
        -webkit-transition-delay: .1s;
    }

    .currency {
        transition-delay: .15s;
        -o-transition-delay: .15s;
        -moz-transition-delay: .15s;
        -webkit-transition-delay: .15s;
    }

    .weather {
        transition-delay: .2s;
        -o-transition-delay: .2s;
        -moz-transition-delay: .2s;
        -webkit-transition-delay: .2s;
    }

    .stick-head .namedays, .stick-head .currency, .stick-head .weather {
        transform: translateY(-10px);
        opacity: 0;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
    .elementor-section.elementor-section-boxed>.elementor-container {
        margin-left: 5%;
        margin-right: 5%;
    }
    .price-section h2 {
        padding-top: 30px;
    }
}

@media screen and (max-width: 1023px) {
    h2 {
        font-size: 23px;
        line-height: 26px;
    }
    :root :where(p.has-background) {
        padding: 20px;
    }
    .news-feed.col-4 .highlighted {
        flex-direction: row;
    }
    .news-feed.col-4 {
        width: 100%;
    }
    .flex {
        flex-direction: column;
    }
    .container.flex {
        flex-direction: column-reverse;

    }
    #masthead {
        background: #FFF;
    }
    .navbar-static-top {
        margin-bottom: 0;
    }

    .playbuzz iframe {
        width: 100% !important;
    }
    
    .top-widgets .widget {
        padding-right: 5px;
    }
        
    .top-widgets .currency {
        line-height: 19px;
        font-weight: bold;
        color: var(--secondary);
        padding-left: 0;
        padding-right: 0;
    }
    
    .top-widgets .currency {
        line-height: 19px;
        padding-top: 0px;
    }

    .home-featured .home-featured-big .thumbnail img {
        width: 130%;
        margin-left: -15%;
        max-height: 40vh;
    }

    span.tag {
        margin-bottom: 5px;
    }

    .ad22:not(.img-noresp) a, .ad22:not(.img-noresp) img {
        width: 100%;
        margin-bottom: 10px;
    }

    .mobile-logo img {
        width: 100%;
    }
    .top-widgets .weather .degree {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .top-widgets .weather .icon {
        padding-right: 24px;
    }
    .top-menu .search {
        padding-top: 7px;
        padding-bottom: 7px;
        position: absolute;
        top: 0px;
        left: 60px;
    }
    .search-form .searchinput {
        width: 100%;
        padding: 15px;
    }
    .search-form .searchinput input,
    .searchinput-fix input {
        min-width: 0;
        width: calc(100% - 33px);
        padding: 5px 15px;
        font-size: 18px;
    }
    .search-form .searchinput button,
    .searchinput-fix button {
        width: 32px;
        height: 32px;
    }
    .search-form .searchinput button img,
    .searchinput-fix button img {
        width: 80%;
    }
    .more-news .post-list.compact a {
        padding-left: 0;
        padding-right: 0;
        display: block;
    }
    .featured-wide .post-list.compact a {
        padding: 0 15px;
    }
    .wp-block-pullquote blockquote p:last-child {
        margin-bottom: 0 !important;
    }
    .has-large-font-size {
        font-size: 25px !important;
        line-height: 1.2em !important;
    }
    .wp-block-pullquote blockquote p:last-child {
        margin-bottom: 0 !important;
    }
    .wp-block-quote.is-style-large,
    .wp-block-quote.is-style-large p {
        font-size: 16px;
        line-height: 24px;
    }
    .btn {
        font-size: 12px;
    }
    .video-page.thumbnails {
        overflow-x: scroll;
        margin-left: -15px;
        margin-right: -15px;
    }
    .video-page.thumbnails .title {
        height: 32px;
    }
    .video-page.thumbnails>.row {
        width: 250%;
        margin-left: 0;
        margin-right: 0;
    }
    body,
    html {
        width: 100vw;
        overflow-x: hidden;
    }
    .img-100 img,
    .img-100 a {
        width: 100%;
    }
    .ad22,
    iframe {
        max-width: 100% !important;
        min-width: 0 !important;
    }
    .the-content p {
        font-size: 16px;
        line-height: 26px;
    }
    .the-content {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 0;
        padding: 0;
    }
    .the-content .featured-image {
        height: auto;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .featured-image .thumbnail-description {
    margin-top: 2px;
    }
    .the-content .featured-video {
        height: auto;
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 0;
    }
    body,
    html {
        max-width: 100vw;
        overflow-x: none;
    }
    .top-menu .right-menu a {
        padding: 7px 10px;
        display: inline-block;
    }
    .post-list.compact {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0;
        padding-right: 0;
    }
    .mobile-padding {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .bottom-div .flex {
        gap: 30px;
    }
    .site-footer {
        margin-top: 0;
    }
    .footer-menu ul {
        text-align: center;
    }
    .footer-menu li {
        text-align: left;
    }
    .footer-menu li a {
        display: inline-block;
    }
    .widget .heading {
        padding: 15px 0;
    }
    .sidebar .widget.style-alert {
        margin-bottom: 0;
    }
    .sidebar .post-list.full .item .thumbnail {
        padding: 10px;
    }
    .widget.featured-category {
        margin-right: 0 !important;
    }
    .widget.featured-category .sidebar {
        margin-left: 0;
        margin-right: -30px;
    }
    .widget.featured-category .featured {
        padding-right: 15px;
    }
    .widget.featured-category .text-right {
        text-align: center !important;
    }
    .video-gallery .gallery-item:before {
        background-size: 15%;
        top: -5px;
    }
    .news-feed .post-list.full a {
        width: 100%;
        flex-direction: column;
    }
    .news-feed.highlighted {
        margin-top: 15px;
    }
    .news-feed.highlighted h2 {
        position: relative;
        margin-top: 33%;
    }
    .sidebar .post-list.full .item .title, .home-featured .sidebar .post-list.full .item .title {
        font-size: 14px;
        line-height: 18px;
    }
    .home-featured .sidebar {
        width: 100%;
    }
    .widget.featured-category .featured .title {
        font-size: 14px;
        line-height: 20px;
        min-height: 40px;
    }
    .widget.featured-category .col-12 .featured .thumbnail {
        height: auto;
    }
    .home-featured,
    .widget.gallery,
    .widget.pr,
    .featured-wide {
        margin-top: 0;
    }
    .home-featured .home-featured-big h2,
    .gallery .gallery-item h2 {
        padding-top: 0;
        padding: 15px;
    }
    .gallery .gallery-item h2 {
        padding-bottom: 0;
    }
    .thumbnails .item {
        padding-left: 7px;
        padding-right: 7px;
    }
    .gallery .thumbnails {
        padding-left: 22px;
        padding-right: 22px;
    }
    .widget.gallery .carousel {
        padding-left: 0;
        padding-right: 0;
    }
    .widget.gallery .owl-nav {
        left: 0;
        right: 0;
    }
    .post-list.compact .title {
        line-height: 18px;
        font-size: 16px;
    }
    .col-big {
        width: 100%;
        flex-basis: none;
    }
    .owl-carousel .owl-item img {
        height: auto;
    }
    .widget.gallery .gallery-item .btn {
        display: none;
    }
    .mobile-menu-button {
        position: relative;
        z-index: 1000;
    }
    .widget.gallery .owl-nav .owl-next,
    .widget.gallery .owl-nav .owl-prev {
        width: 40px;
        height: 40px;
        background-size: 30%;
    }
    #nav-icon1,
    #nav-icon2,
    #nav-icon3,
    #nav-icon4 {
        width: 25px;
        height: 17px;
        position: relative;
        margin-top: 8px;
        margin-bottom: 8px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }
    #nav-icon1 span,
    #nav-icon3 span,
    #nav-icon4 span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #FFF;
        border-radius: 0px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    #nav-icon3 span:nth-child(1) {
        top: 0px;
    }
    #nav-icon3 span:nth-child(2),
    #nav-icon3 span:nth-child(3) {
        top: 8px;
    }
    #nav-icon3 span:nth-child(4) {
        top: 16px;
    }
    .opennav #nav-icon3 span {
        background: var(--secondary);
    }
    .opennav #nav-icon3 span:nth-child(1) {
        top: 8px;
        width: 0%;
        left: 50%;
    }
    .opennav #nav-icon3 span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .opennav #nav-icon3 span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .opennav #nav-icon3 span:nth-child(4) {
        top: 8px;
        width: 0%;
        left: 50%;
    }
    .top-menu {
        padding: 2px 15px;
    }
    .mobile-menu {
        text-align: center;
        position: fixed;
        background: #FFF;
        z-index: 999;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        opacity: 0;
        padding-top: 10vh;
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        pointer-events: none;
    }
    .mobile-logo {
        padding-left: 20px;
        display: flex;
        align-items: center;
    }
    .opennav {
        overflow: none !important;
    }
    .opennav .mobile-menu {
        opacity: 1;
        pointer-events: auto;
    }
    .navbar {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-nav .nav-link {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        color: var(--secondary);
    }
    .hidden-xs {
        display: none !important;
    }
    .top-widgets {
        width: 100%;
    }
    .top-widgets .namedays {
        font-size: 8px;
        line-height: 12px;
        padding-left: 0;
        padding-right: 0;
    }
    .top-widgets .weather {
        font-size: 12px;
        padding-left: 0px;
    }
    .col-big {
        max-width: 100%;
    }
    .site-logo-div img {
        height: 60px;
    }
    #nav-toggle {
        position: fixed;
        top: 15px;
        right: 15px;
        z-index: 999;
        line-height: 35px;
        background: var(--primary);
    }
    #nav-toggle span,
    #nav-toggle span:after,
    #nav-toggle span:before,
    .nav-is-visible#nav-toggle span:before,
    .nav-is-visible#nav-toggle span:after {
        background: #FFF;
    }
    .onepress-menu.onepress-menu-mobile {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 30px;
        padding-top: 20vh;
        text-align: center;
        width: 100% !important;
        height: 100% !important;
        background: #FFF;
    }
    .home-header ul li {
        margin: 0 !important;
        padding: 0;
    }
    .home-header ul li a {
        line-height: 28px;
        font-size: 16px;
    }
    .home-header ul li:before {
        width: 20px;
        height: 20px;
        vertical-align: middle;
    }
    .elementor-section-height-full {
        height: 70vh;
    }
    .elementor-section-height-full .elementor-container {
        height: 100%;
    }
    .elementor-7 .elementor-element.elementor-element-8a693da {
        padding-top: 15vh;
    }
    .middle-form {
        max-width: 100%;
    }
}

/*2021 dec 20 - comtherm sport rovat*/

.advert-footer.ad-comtherm {
    position: inherit;
    margin-top: 0px;
}

.advert-footer.ad-podcast-home {
    position: inherit;
    margin-top: 0px;
}

#bsa-default .bsaProItemInner {
    width: 101%;
    height: 110px;
    overflow: hidden;
    background-color: #f5f5f5;
    color: #000000;
}

/* Kultúrne programy Mesto Komárno */
.kult-prog {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
}

#bsa-default .bsaProItemInner__copy .bsaProItemInner__title {
	font-size: 17px;
	margin: 5px 15px 0;
}

/* Google News Panel */
.google-news-follow {
    width: 100%;
    background: var(--light);
    border: dashed 1px var(--secondary);
    margin-bottom: 15px;
}
.google-news-follow a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 5px 15px;
}
.google-news-follow a:hover {
    text-decoration: none;
}
.google-news-follow img {
    margin-bottom: 0;
    background: white;
    padding: 5px;
    height: 30px;
}
.google-news-follow h4 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-align: right;
    position: relative;
    margin: 0 10px;
    margin-bottom: 0;
}

/* Ahoj Nové Zámky */
@media (min-width: 576px){
    .col-sm-12 {
        position: relative;
    }
}
/* QSM Kvíz */
.quiz_theme_qsm-theme-fragrance.qsm-quiz-container-8 .qsm_contact_div input[type="checkbox"]:hover ~ label::before, .quiz_theme_qsm-theme-fragrance.qsm-quiz-container-8 select:hover, .quiz_theme_qsm-theme-fragrance.qsm-quiz-container-8 textarea:hover, .quiz_theme_qsm-theme-fragrance.qsm-quiz-container-8 input:not([type="submit"]):hover, .quiz_theme_qsm-theme-fragrance.qsm-quiz-container-8 select:focus, .quiz_theme_qsm-theme-fragrance.qsm-quiz-container-8 textarea:focus, .quiz_theme_qsm-theme-fragrance.qsm-quiz-container-8 input:not([type="submit"]):focus, .quiz_theme_qsm-theme-fragrance.qsm-quiz-container-8 .qsm_contact_div input:not([type="submit"]):focus {
    color: var(--secondary) !important;
    border-color: var(--secondary) !important;
}
.quiz_theme_qsm-theme-fragrance.qsm-quiz-container-8 .qmn_image_option .qsm-input-label:hover, .quiz_theme_qsm-theme-fragrance.qsm-quiz-container-8 .qsm_contact_div input[type="checkbox"]:hover ~ label, .quiz_theme_qsm-theme-fragrance.qsm-quiz-container-8 .qsm-question-wrapper input[type="checkbox"]:hover ~ label.qsm-input-label, .quiz_theme_qsm-theme-fragrance.qsm-quiz-container-8 .qsm-question-wrapper input[type="radio"]:hover ~ label.qsm-input-label, .quiz_theme_qsm-theme-fragrance.qsm-quiz-container-8 .qsm-question-wrapper .qsm_check_answer input[type="checkbox"]:hover ~ .qsm-input-label::before, .quiz_theme_qsm-theme-fragrance.qsm-quiz-container-8 .qsm-question-wrapper .qmn_check_answers input[type="checkbox"]:hover ~ .qsm-input-label::before, .quiz_theme_qsm-theme-fragrance.qsm-quiz-container-8 .qsm-question-wrapper .qmn_accept_answers input[type="checkbox"]:hover ~ .qsm-input-label::before {
	color: var(--secondary) !important;
    border-color: var(--secondary) !important;
}