body {
    background: #fff;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
}
a {

    color: #000000;
    font-weight: 600;
    text-decoration: underline;
}
a:hover {
    text-decoration: underline;
}

figure .video-wrapper { display: none;}
.mines .video-wrapper { display: block!important;}
figure .video-wrapper video { width: 100%;}

.mines #imgHide { display: none!important;}

.vidVypis video { width: 100%;    max-height: 430px;max-width: 430px;}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.1;
    font-weight: 600;
}
.CookieDeclaration {
    position: absolute;
}
.p-rel {
    position: relative;
}
.headTitle h2 {
    font-size: calc(1.8rem + .9vw)
}
.headTitle {
    position: relative;
    padding: 3rem 0 1.5rem;
    margin: 0;
}
.headTitle:before {
    content: '';
    background: url(../img/dotHead.png) no-repeat center;
    background-size: 11px;
    display: block;
    width: 11px;
    height: 11px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.heroImage .container { width: 100%;max-width: inherit;}
.sqaureHero {
    background: #000;
    position: relative;
    margin: 0 auto;
    width: 100%;
    padding: 2rem 1rem;
    color: #fff;
}

.sqaureHero .btn.big {    border: 1px solid #10df90;
    color: #fff;
    max-width: inherit;
    width: auto;
    font-size: calc(0.9em + 0.9vw); margin-bottom: 1rem;}

.sqaureHero .btn.big:hover { background: #10df90;color: #fff;}


.infoSou {padding: 1rem 2rem 0;}
.infoSou em {color: #10df90;font-style: normal;}
.heroContent {

    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1400px;
    min-height: 500px;
    padding: 0 1rem;
    text-align: center;
    margin: 0 auto;
}

.video {
    overflow: hidden;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
section h2 {
    position: relative;
    width: auto;
    margin: 0 auto 5px;
    display: table;
    padding-bottom: 5px;
    margin-bottom: 3rem;
}
section .umisteniWrapper h2, section .umisteniFansWrapper h2 {
    margin-bottom: 0;
}
.subTitle {
    font-weight: 700;
    font-size: calc(0.8em + 0.9vw);
    display: inline-block;
    padding-top: 0.5rem;
}
section h2:after {
    content: "";
    display: block;
    height: 4px;
    background-color: #000000;
    right: 0px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.umisteni {
    display: flex;
    padding: 3rem 0;
    flex-wrap: wrap;
    justify-content: space-around;
}
.umisteni span {
    font-weight: 600;
    letter-spacing: 0.9rem;
    padding-left: 12px;
    font-size: calc(1em + 2vw);
    line-height: 1.3;
    padding-top: 0.3rem;
    display: inline-block;
}
.umisteni .pozice:nth-child(1) {
    flex: 1 1 100%;
}
.pozice {
    padding: 1rem;
}
.pozice .number {
    background: url(../img/bublelines.png);
    font-size: calc(6em + 0.9vw);
    line-height: 0.7;
    margin: 0 auto;
    font-weight: 900;
    width: 186px;
    height: 160px;
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
    border-bottom: 4px solid #000;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.umisteni .pozice:nth-child(1) .number {
    font-size: calc(9em + 0.9vw);
    width: 240px;
    height: 170px;
}
.pozice .price {
    font-size: calc(1em + 0.9vw);
    font-weight: 600;
    line-height: 1;
}
.umisteni .pozice:nth-child(1) span {
    font-size: calc(1.7em + 2vw);
}
.rules .btn {
    margin: 3rem auto 2rem;
    display: table;
    letter-spacing: 0.1rem;
}
header {
    background: #fff;
    color: #000;
    z-index: 3;
    position: relative;
}
.blog-header-logo {
    max-width: 220px;
    display: flex;
    position: relative;
    top: -5px;
    margin: 0 auto;
    width: auto;
}
.blog-header-logo img {
    width: 100%;
}

.blog-header .col-2 {padding-right: 0 !important;}
.rightHead {
    font-size: 12px;
    text-align: right;
}
.rightHead .rightLogo {
    width: auto;
}
.rightLogo img {
    width: 120px;
    margin-left: 8px;
    position: relative;
    top: 3px;
}
.main-menu {
    padding: 0;
    margin: 0;
}
.main-menu ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin:0;
    padding: 0;
}
.main-menu ul li a {
    padding: 0.5rem;
    transition: all 0.25s ease-in-out;
}
.main-menu ul li {
    display: flex;
    margin: 0 10px;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-size: 0.9rem;
    line-height: 1.4;
}
.main-menu ul li.menu-item-has-children:hover a {
    background: #f4313f;
    text-decoration: none;
}
.main-menu ul li ul {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    top: 100%;
    background: #f4313f;
    padding: 0;
    width: 100%;
    max-width: 200px;
    min-width: 200px;
    transition: all 0.25s ease-in-out;
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
}
.main-menu ul li.menu-item-has-children:hover ul {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}
.main-menu ul li ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0;
    margin: 0;
    width: 100%;
}
.main-menu ul li.menu-item-has-children ul li a {
    padding: 0.5rem 1rem;
    width: 100%;
}
.main-menu ul li.menu-item-has-children ul li a:hover {
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
}
.main-menu ul li a {
    color: #000;
    text-decoration: none;
}
.main-menu ul li a:hover {
    text-decoration: line-through;
}
header .col-3 {
    min-width: 240px;
    white-space: nowrap;
    max-width: 240px;
}
.heroImage {
    display: flex;
    align-items: center;
    overflow: hidden;
}
.heroImage h1 {
    font-weight: 600;
    letter-spacing: 0.9rem;
    font-size: calc(1.65em + 2vw);
    text-transform: uppercase;
    line-height: 0.95;
    text-indent: -0.5rem;
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
    width: auto;
    display: block;
    margin: 20px auto 30px;
    max-width: 240px;
    white-space: nowrap;
    padding: 0 0 0.5rem;
}
.heroImage h1 span {
    display: block;
    font-weight: 900;
    font-size: calc(5.5rem + 2vw);
    letter-spacing: 0rem;
    padding-left: 0rem;
}
.heroImage .company {
    font-size: calc(0.5em + 2vw);
    line-height: 1;
    font-weight: 600;
}
.heroImage .what {
    font-size: calc(0.9em + 2vw);
    line-height: 1;
    font-weight: 400;
    margin-bottom: 2.5rem;
}
.heroImage a.btn {
    width: 100%;
    max-width: 280px;
    font-size: calc(0.6em + 0.9vw);
    letter-spacing: 0.2rem;
    background: rgba(0, 0, 0, 0);
}
.heroImage a.btn:hover {
    background: rgba(0, 0, 0, 1);
}

.heroImage img {    max-width: 1400px;
    height: auto;
    width: 100%;}
.heroImage p {
    font-size: 1.2rem;
    margin-bottom: 2.5rem
}

.menu-trigger {
    display: none;
    flex-wrap: wrap;
    width: 50px;
    position: relative;
    top: -2px;
    justify-content: center;
    background: rgba(0, 0, 0, 0);
    line-height: 1;
    padding: 2px 10px 6px;
    font-size: 2rem;
    border-radius: 0.25rem;
}
.menu-trigger .label {
    font-size: 0.5rem;
    display: block;
    text-transform: uppercase;
}
.hide-desktop, .menu-off {
    display: none !important;
}
header .btn-primary {
    min-width: 200px;
}
.mainContent {}
.postThumb {
    width: 25%;
    align-self: flex-start;
}
.postThumb img {
    max-width: 100%;
    height: auto;
}
.obsah {
    width: 75%;
}
.obsah p + .heateorSssClear {
    margin-top: 3rem;
}
.formWrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 750px;
    padding: 0;
}
.sqareForm {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 750px;
    background: #f7f7f7;
    min-height: 480px;
    padding: 4rem;
    text-align: left;
    margin: 0 auto;
}
.sqareForm .wpforms-container .wpforms-field {
    display: inline-block;
    width: 100%;
}
.sqareForm .wpforms-container .wpforms-field.wpforms-one-half {
    display: inline-block;
    width: 48%;
}
.sqareForm .wpforms-container .wpforms-field-label {
    position: relative;
    width: 100%;
    text-align: left;
    padding: 0;
    margin-bottom: 0.25rem;
    font-weight: 400;
}
.sqareForm .wpforms-container input.wpforms-field-medium, .sqareForm .wpforms-container select.wpforms-field-medium, .sqareForm .wpforms-container .wpforms-field-row.wpforms-field-medium {
    max-width: 98%;
    border: 1px solid #000;
    padding: 0.65rem 0.5rem;
    line-height: 1.3;
}
.sqareForm div.wpforms-container div.wpforms-uploader {
    border: 1px dashed #000;
    border-radius: 0px;
}
.sqareForm .wpforms-container textarea.wpforms-field-medium {
    height: 120px;
    border: 1px solid #000;
}
.sqareForm .wpforms-required-label {
    display: inline;
}
.sqareForm .wpforms-container ul {
    padding: 0;
    margin: 0;
}
.sqareForm .wpforms-container input[type=checkbox], .sqareForm .wpforms-container input[type=radio] {
    position: absolute;
}
.sqareForm .wpforms-container .wpforms-field-label-inline {
    display: inline-block;
    padding-left: 23px;
    line-height: 1.2;
}
.sqareForm .wpforms-container .wpforms-field-label-inline:after {
    content: ' *';
    color: red;
}
.sqareForm .wpforms-submit {
    font-weight: 700;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 2px solid #000;
    padding: 0.75rem 2rem;
    letter-spacing: 0.1rem;
    font-size: 1rem;
    border-radius: 0;
    text-transform: uppercase;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin: 2rem auto 0;
    display: table;
}
.sqareForm .wpforms-confirmation-container.wpforms-confirmation-scroll {
    text-align: center;
}
.sqareForm .wpforms-submit:hover {
    background: #000;
    color: #fff;
}
.formWrapper .stin {
    content: '';
    display: block;
    position: absolute;
    width: 90%;
    height: 50%;
    border-radius: 50%;
    box-shadow: 0px 0px 150px rgb(0 0 0 / 70%);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.sqareForm a {
    color: #000;
    text-decoration: underline;
}
.heateor_sss_sharing_title {
    margin-bottom: 1rem;
    font-size: 1.2em;
}
.partners {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.partnerLink {
    display: flex;
    flex: 1 1 20%;
    max-width: 20%;
    align-self: center;
    padding: 0 2rem 1rem;
}
.partnerLink img {
    width: 100%;
    max-width: 100%;
    height: max-content;
}
.socialLinks {
    margin-top: 1.5rem;
    text-align: left;
}
.socialLinks a {
    margin-right: 0.5rem;
}
footer .heateor_sss_button_instagram span.heateor_sss_svg, footer a.heateor_sss_instagram span.heateor_sss_svg {
    background: #ffffff !important;
}
footer {
    background-color: #000000;
    color: #ffffff;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-top: 2rem;
}
p.footer__address {
    float: left;
    margin-left: 40px;
    margin-top: 6px;
}
.footer__logo {
    float: left;
    background: url(../img/logo_footer.png) 0 0 no-repeat;
    -webkit-background-size: 200px 49px;
    background-size: 200px 49px;
    display: block;
    width: 200px;
    height: 49px;
}
.footer .wrap {
    padding: 60px 15px 40px;
    display: table;
    width: 100%;
}
.logoCal {
    display: flex;
    justify-content: flex-end;
}
.logoCal img {
    max-width: 200px;
}
.wrap {
    margin: 0 auto;
    max-width: 1110px;
    *zoom: 1;
    position: relative;
}
div.heateor_sss_follow_ul a, div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a {
    margin: 0 0.21rem !important;
}
a.footer__email {
    border-left: thin solid #ffffff;
    display: block;
    padding-left: 20px;
    float: left;
    margin-left: 40px;
    font-size: 26px;
    line-height: 46px;
    color: #ffffff;
    text-decoration: none;
    margin-top: 6px;
}
a.footer__phone {
    border-left: thin solid #ffffff;
    display: block;
    padding-left: 20px;
    float: left;
    margin-left: 40px;
    font-size: 26px;
    line-height: 46px;
    color: #ffffff;
    text-decoration: none;
    margin-top: 6px;
}
.adress strong {
    width: 100%;
}
.page .site-content {
    padding-bottom: 3rem;
}
.page.page-template-front-page .site-content {
    padding-bottom: 0rem;
    overflow: hidden;
}
.page.page-template-front-page .site-content {
    padding-top: 0;
}
.page.page-template-default .site-content, .page.page-template-page-znacky .site-content {
    padding-top: 4rem;
}
.page.page-template-default h1, .page.page-template-page-znacky h1 {
    text-align: center;
    position: relative;
    padding-top: 1rem;
    margin-bottom: 3rem;
}
.pageDescription {
    max-width: 880px;
    margin: 0 auto;
    color: #4a4a4a !important;
}
h3 {
    color: #000;
    font-weight: 600;
    margin-left: -2px;
    margin-bottom: 1rem;
    margin-top: 2rem;
}
.metaWrapper {
margin-top: 0;
    margin-bottom: 1.5rem;
}
.galleryWrapper {
    background: #000;
    padding: 3em 0 2em;
    color: #fff;
}
.wp-block-gallery {
    justify-content: space-around;
}
.wp-block-gallery figure {
    flex-wrap: wrap;
    max-width: 760px;
}
.galleryWrapper figure.wp-block-gallery.is-cropped figure a {
    display: flex;
    flex: 1 1 100% !important;
    color: #fff;
}
.galleryWrapper figure.wp-block-gallery.is-cropped figure p {
    display: flex;
    flex: 1 1 100% !important;
    color: #fff;
    padding-top: 0.5rem;
    font-size: 0.75em;
}
.listNews {
    flex-wrap: wrap;
    display: flex;
    margin: 1rem -1rem 0;
}
.newsItem {
    flex: 0 1 33.333%;
    display: flex;
    padding: 1rem;
}
.newsItem a {
    text-decoration: none;
}
.newsItem a:hover {
    text-decoration: underline;
}
.newsItem .thmb {
    margin-bottom: 1rem;
}
.newsItem h2 {
    font-size: calc(0.75em + 1.4vw);
}
.newsItem .thmb img {
    max-width: 100%;
    height: auto;
}
.newsItem h3 {
    margin-top: 0rem;
}
.showAll {
    margin: 1rem auto;
    display: table;
}
.listItems {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
    width: auto;
}
.site-content {
    padding-top: 2rem;
}
.artItem .itemWrap {
    padding: 1rem;
    display: flex;
    flex-wrap: wrap;
}
.artItem .itemWrap > div { width: 100%;}
.artItem .thmb {
    padding: 1rem;
}
.artItem p {
    font-size: 13px;
    margin-bottom: 19px;
    font-weight: 400;
}
.artItem {
    text-decoration: none;
        align-self: flex-end;
    /*border: 1px solid #eaeaea;
    display: flex;
    flex-wrap: wrap;/*box-shadow: 0 0 1rem rgba(0,0,0,0);transition: all 0.2s ease-in-out;}
.artItem:hover {box-shadow: 0 0 1rem rgba(0,0,0,0.2);*/
}
.artItem a {
    text-decoration: none;
}
.artItem .autorMeta {
    padding: 0 1rem 1rem;
    font-size: .85em;
}
.artItem h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 4px;
    padding-bottom: 5px;
}
.autorMeta h2 a {
    line-height: 1.4;
    border-bottom: 2px solid rgb(255, 255, 255);
    color: rgb(0, 0, 0);
}
.autorMeta h2 a:hover {
    line-height: 1.4;
    border-bottom: 2px solid rgb(0, 0, 0);
    color: rgb(0, 0, 0);
}
.artItem h3 {
    font-size: 15px;
    font-weight: 500;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 21px;
}
.artItem img {
    max-width: 430px;
    height: auto;
    max-height: 430px;
    width: auto;
}
.backBtn {
    display: block;
}
.backBtn a {
    color: #fff;
    font-size: 0.8rem;
    border: 1px solid #fff;
    padding: 0.5rem 1rem;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
.backBtn a:hover {
    background: #fff;
    color: #000;
}

.galleryWrapper .topVote { margin-bottom: 2rem;}


.galleryWrapper h1 { text-align: center;margin-bottom: 0;}
.metaWrapper .autorMeta {text-align: center;}
.single .site-content {padding-top: 0;}
.flag-container { height: 25px!important;}

.topVote { display: flex;flex-wrap: wrap;    align-items: flex-start; padding: 0;}
.topVote >div {flex: 1 0 50%;display: flex; padding: 0 1rem;}
.topVote .backBtn { flex: 1 0 50%;}
.topVote .backBtn a {flex: 1 0 100%;font-size: 1.1rem;line-height: 1.5; 
    display: flex;justify-content: center;}

.voteBtn {
    margin: 0 auto;
    display: table;
    padding: 20px;
    background: #10df90;
    width: 100%;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: 0.1em;
}

.topVote .voteBtn {flex: 1 1 100%;
    display: flex;flex-wrap: wrap; justify-content: center;
    font-size: 1rem; line-height: 1.5; padding: 0.5rem 1rem;
}


.voteBtn span {
    display: block;
    font-size: 0.65em;
    font-weight: 500;
}
.topVote .voteBtn span { font-size: 1rem; font-weight: 700;}

.voteBtn:hover {
    color: #fff;
    background: #34c88a;
}

.modal .diloVote select {border: 0 none;
    width: 100%;
    max-width: none !important;
    font-size: 1rem;
    pointer-events: none;
    padding: 0;
    font-weight: 700;
    margin: 0 0 0 -5px;display: none;}


.modal .wpforms-submit-container button {margin: 0 auto;text-transform: uppercase; border: 0 none; font-size: 1.2rem; font-weight: 700;
    display: table;
    padding: 20px;
    background: #10df90;
    width: 100%;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 0.1em;}

.modal .wpforms-has-error .wpforms-submit-container { display: none;}
.modal .wpforms-has-error .vfb-item { display: none!important;}
.modal .wpforms-has-error #mo_verify-containerphone1062 { display: none!important;}
.modal .wpforms-has-error #wpforms-submit-containerphone1062 { display: none!important;}
.modal .wpforms-has-error .wpforms-field-description { display: none!important;}

.modal #wpforms-1062-field_2-container { display: none;}

#wpforms-1062-field_10-container .wpforms-submit-container .wpforms-submit {    margin: 0 auto;
    text-transform: uppercase;
    border: 0 none;
    font-size: 1.2rem;
    font-weight: 700;
    display: table;
    padding: 20px;
    background: #10df90;
    width: 100%;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 0.1em;}

#wpforms-submit-1062 {display: none;}
#wpforms-submit-1062.muzes {display: block;}
#mo_verify-containerphone1062 label[for="mo_verify_otp"]{color: #fff; font-size: 1px;}
#mo_verify-containerphone1062 label[for="mo_verify_otp"]:before { content: 'Zde vložte ověřovací kód';font-size: 16px;color: #000;}
#wpforms-1062-field_10-container .wpforms-submit-container.probehlo {display: flex;}
#wpforms-1062-field_10-container .wpforms-submit-container.probehlo:after {content:'Ověření proběhlo úspěšně, nyní můžete dát hlas.'; margin-left: 6px; margin-top: 10px;color: green;    font-weight: 700;
    line-height: 1.2;
    max-width: 247px;}
#wpforms-1062-field_10-container .wpforms-submit-container.probehlo + .wpforms-field-description { margin-top: 10px;margin-bottom: -20px;}
#wpforms-1062-field_10-container .wpforms-submit-container.probehlo + .wpforms-field-description .zmizet { display: none;}

body.jesteHlas .blog-header:before {content:'Ještě jsi nehlasoval!'; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); background: orange; color: #fff; font-weight: 700; text-align: center; padding: 10px 20px;}


.experts {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    margin: 0 -5px 0;
}

.expert {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
    width: 33.333%;
    padding: 5px;
    margin: 0;
    align-content: flex-start;
}

.expert .inside {
    padding: 45px 20px;
    border: 1px solid #000;
    width: 100%;
    height: 100%;
}

.fotoPerson {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.fotoPerson img {
    height: auto;
    width: 100%;
    max-width: initial;
    min-width: auto;
}

.namePeople {
    font-weight: 700;
    font-size: 1.2em;
    width: 100%;
    margin-top: 0;
    text-align: center;
}

.expert .namePeople {
    margin-top: 2rem;
}

.textPeople {
    width: 100%;
    text-align: center;
    padding: 0 1rem;
}

.textPeople p {
    margin-top: 0.5rem;
}

/* RESPONZIVE */ /* RESPONZIVE */ /* RESPONZIVE */
/* RESPONZIVE */ /* RESPONZIVE */ /* RESPONZIVE */
/* RESPONZIVE */ /* RESPONZIVE */ /* RESPONZIVE */
@media (max-width:1399.5px) {    .topVote .voteBtn {     font-size: 0.8rem;
    padding: 0.5rem 0.5rem;}}
@media (min-width: 1200px) {
    .newsItem {
        flex: 0 1 25%;
    }
    h2 {
        font-size: 2.5rem;
    }
    .newsItem h2 {
        font-size: 1.7rem;
    }
    .umisteni span {
        font-size: calc(2.5rem);
    }
    .heroImage a.btn {
        font-size: calc(1rem);
    }
    .umisteni .pozice:nth-child(1) span {
        font-size: calc(3.5rem);
    }
    .subTitle {
        font-size: 1.75rem;
    }
    .pozice .price {
        font-size: calc(2rem);
    }
    .heroImage h1 {
        font-size: 51px;
    }
    .heroImage h1 span {
        font-size: 116px;
    }
    .heroImage .what {
        font-size: 36px;
    }
}
@media (max-width:1199.5px) {
    a.footer__email {
        font-size: 20px;
    }
    
    .main-menu ul li {font-size: 0.8rem;letter-spacing: 0.05rem;}
    
}
@media (max-width:991.5px) {
    .newsItem {
        flex: 0 1 50%;
    }
    
    .responzive-menu {
    position: absolute;
    padding-top: 0 !important;
    width: auto;
        margin-left: -2rem;
}
    
    .blog-header-logo { width: 200px;max-width: inherit;}
    
    .blog-header .col-2 {
    padding-right: calc(var(--bs-gutter-x) * .5); margin-left:40px;
    width: auto;
}
    

    
    .menu-trigger, .menu-off {
    display: flex !important;
}
    
    .hiding-menu {
    position: fixed;
    left: -284px;
    width: 284px;
    background: #fff;
    top: 0;
    padding: 30px;
    height: 100%;
    z-index: 10;
    transition: all 0.25s ease-in-out;
}
    
    .hiding-menu.open {
    left: 0;
    box-shadow: 0 5px 10px rgb(0 0 0 / 50%);
}
    
    .main-menu ul { margin-top: 2rem;}
    .main-menu ul li {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 5px 0;
}
    
    .artItem.col-md-6 { width: 100%;}
    .logoCal {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 1rem;
    }
    .footer__logo {
        float: none;
        background: url(../img/logo_footer.png) 0 0 no-repeat;
        -webkit-background-size: 200px 49px;
        background-size: 200px 49px;
        display: block;
        width: 200px;
        height: 49px;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 2rem;
    }
    .footer .wrap {
        text-align: center;
    }
    p.footer__address {
        float: none;
        margin-top: 6px;
        display: inline-block;
    }
    a.footer__email {
        display: inline-block;
        float: none;
        vertical-align: top;
    }
    .postThumb {
        width: 33.333%;
        align-self: flex-start;
    }
    .obsah {
        width: 66.6666%;
    }
    .partnerLink {
        flex: 1 1 33.333%;
        max-width: 33.333%;
    }
    
    .listItems .artItem:last-child .itemWrap { border-bottom: 0 none;}
    
    .itemWrap { border-bottom: 1px solid #000000;}
}
@media (max-width:767.5px) {
    .leader, .expert {
    width: 100%;
}
    .topVote >div { flex: 1 0 100%;}
    .topVote >div:first-child {margin-bottom: 1rem;}
    
    body.jesteHlas .blog-header:before {
    content: 'Ještě jsi nehlasoval!';
    position: relative;
    left: 0;
    top: -24px;
    transform: none;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 10px 20px;
    width: 100%;
    display: block;
}
    
    .newsItem {
        flex: 1 0 100%;
        padding: 1rem 1rem 1.5rem;
    }
    
    .itemWrap .col-md-5.col-lg-5, .itemWrap .col-md-7.col-lg-7 {width: 100%;}
    
    a.footer__email {
        display: block;
        padding: 0;
        border: 0;
    }
    .footer .wrap {
        text-align: center;
    }
    .footer__logo {
        float: none;
        margin: 0 auto 2rem;
    }
    p.footer__address {
        float: none;
        margin-left: 0;
        margin-top: 6px;
    }
    a.footer__email {
        font-size: calc(1em + 0.9vw);
        float: none;
        border: 0;
        margin: 0;
        line-height: 1.4;
        padding: 0;
    }
    a.footer__phone {
        font-size: calc(1em + 0.9vw);
        border: 0;
        line-height: 1.4;
        margin: 0;
        float: none;
        padding: 0;
    }
    .postThumb {
        width: 100%;
        align-self: flex-start;
    }
    .postThumb img {
        width: 100%;
        height: auto;
        margin: 0 auto;
        ;
    }
    .obsah {
        width: 100%;
    }
    
    
    
}
@media (max-width:575.5px) {
    .blog-header .col-2 {
        width: 100%;
        justify-content: center !important;
        text-align: center;
        display: flex;
    }
    
    
    .responzive-menu, .blog-header .col-2 { margin-left: 0;}
    .responzive-menu {top: 26px;}
    .blog-header .col-3 {
        width: 100%;
        justify-content: center !important;
        text-align: center;
        display: flex;
        margin-top: 1rem;
    }
    .blog-header .col-3 {
        margin: 0 auto;
        margin-top: 1rem;
    }
    .rightHead .rightLogo {
        width: auto;
        margin: 0;
    }
    .sqareForm .wpforms-container .wpforms-field.wpforms-one-half {
        width: 100%;
        margin-left: 0;
    }
    .sqareForm {
        padding: 3rem 2rem;
    }
    .partnerLink {
        flex: 1 1 50%;
        max-width: 50%;
    }
    
    
    #mo_messagephone1062 {font-size: 0.75rem!important;padding:10px!important;
}
    #wpforms-1062-field_10-container .wpforms-submit-container .wpforms-submit { font-size:0.8rem;padding: 10px;letter-spacing: 1px;
    white-space: normal; }
    
    .intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=tel], .intl-tel-input.separate-dial-code input[type=text] { max-width: inherit;}
    
    .artItem .topVote .voteBtn { font-size: 0.8rem;}
}
@media (max-width:480px) {
    .main-menu ul li {
        width: 100%;
        justify-content: center;
    }
    
    .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item { width: 100% !important;}
    
    .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item { margin-right: 0 !important;}
    
    
    
    .galleryWrapper .topVote .voteBtn { letter-spacing: 1px;}
    
}
.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 100;
    padding: 20px;
    box-sizing: border-box;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    text-align: center
}
.blocker:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em
}
.blocker.behind {
    background-color: transparent
}
.modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-width: 500px;
    box-sizing: border-box;
    width: 90%;
    background: #fff;
    padding: 15px 30px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left;
    height: auto;
}
.modal a.close-modal {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #000;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==')
}
.modal-spinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding: 12px 16px;
    border-radius: 5px;
    background-color: #111;
    height: 20px
}
.modal-spinner > div {
    border-radius: 100px;
    background-color: #fff;
    height: 20px;
    width: 2px;
    margin: 0 1px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out
}
.modal-spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}
.modal-spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s
}
.modal-spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s
}
@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.5)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}
@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.5);
        -webkit-transform: scaleY(0.5)
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0)
    }
}