/*
Theme Name: i2021
Template: i2021
Author: PTiCA
Version: 5.9.2.1609189651
Updated: 2020-12-28 22:07:31

*/

/* grid update */
@media (min-width: 768px) {
    .container {
        width: 100% !important;
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 100% !important;
        max-width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 100% !important;
        max-width: 1170px;
    }

    .mnmd-main-col {
        width: 838px;
    }
}


@media (min-width: 992px) {
    .builder-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: -15px;
        margin-right: -15px;
    }

    .builder-row__main {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding-left: 15px;
        padding-right: 15px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .builder-row__aside {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 420px;
        flex: 1 0 420px;
        max-width: 420px;
        padding-left: 15px;
        padding-right: 15px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

body {
    background-color: #fcfcfc;
}

@media (min-width: 768px) {
    .site-header {
        margin-bottom: 15px !important;
    }
}
.header-3 .mobile-header, .header-3 .navigation-bar {
    background: #27ae60 !important;
}

.header-3 .header-main {
    padding: 27px 0 24px !important;
}

.header-3 .header-logo a svg {
    display: block;
}

.site-footer.site-footer__dark{
    background: #141414;
    color: #cfd2d3;
    padding: 10px 0 20px;
    position: relative;
    margin-top: 60px;
}

.site-footer.site-footer__dark::before,
.site-footer.site-footer__dark::after {
    content: '';
    position: absolute;
    top: -10px;
    left: 0px;
    right: 0px;
    bottom: 30px;
}

.site-footer.site-footer__dark::before {
    background: #141414;
    transform: rotate(-1.5deg) skew(-1.5deg);
    z-index: -1;
}

.site-footer.site-footer__dark::after {
    background: #29ad5d;
    transform: rotate(1.5deg) skew(1.5deg);
    z-index: -2;
}

.site-footer.site-footer__dark a {
    color: #cfd2d3;
}
.site-footer.site-footer__dark a:hover {
    color: #cfd2d3;
}

/* Clanek */
.single-header .entry-title {
    font-weight: 800;
}

/* Klik */
.site-content {
    background-color: #fff;
    border: 1px solid rgba(130, 130, 130, 0.1);
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

html.klikaci-body .site-content {
    max-width: 1030px;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    z-index: 100;
    position: relative;
}

html.klikaci-body .site-wrapper > * {
    cursor: auto;
}
/* html.klikaci-body .site-header,
html.klikaci-body .site-content,
html.klikaci-body .site-footer {
    cursor: auto;
} */

@media (min-width: 768px) {
    .site-content {
        padding-top: 0 !important;
        padding-bottom: 15px !important;
    }
}

.klik__sidebar > div {
    margin-left: auto;
    margin-right: auto;
}

html.klikaci-body .klik.klik--header {
    padding: 0;
    overflow: initial;
    max-height: 217px;
}

/* Main grid */

/* @media (min-width: 1200px) {
    .mnmd-main-col {
        width: 330px;
    }
    .mnmd-sub-col {
        width: 330px;
    }
} */

.entry-interaction__right {
    display: none !important;
}

.klik iframe {
    max-width: none;
}