#dklab_instagram_widget{
    position: relative;
    padding-top: 50px !important;
    margin-top: 70px !important;
}
#dklab_instagram_widget::before{
    content: "";
    width: 100vw;
    height: 100%;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: absolute;
    top: 0px;
    z-index: -1;
    background: #e3e7e1;
    display: inline-block;
}
#dklab_instagram_widget_heading{
    text-align: left;
    font-size: 20px;
    margin-bottom: 26px !important;
}
#dklab_instagram_widget_heading > span.logo{
    display: none;
}
#dklab_instagram_widget_heading > .text{
    margin: 0px !important;
}

#footer{
    background: #e3e7e2;
}

#footer .custom-footer > div h4 {
    font-size: 18px;
}

#footer h3{
    font-size: 20px;
    margin-top: 0px;
}

#footer ul li {
    padding-left: 0px;
}

#footer ul li::before {
    display: none;
}

#footer p{
    font-size: 14px;
    line-height: 1.3;
    color: #000;
    margin-bottom: 26px;
}

.kontakty {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.kontakty>div{
    display: flex;
    align-items: center;
    line-height: 1.3;
    padding-bottom: 20px;
}
.kontakty>div>div {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.kontakty>div:first-child>div{
    margin-right: 20px;
}

.kontakty div::before{
    text-align: center;
    display: flex;
    font-family: ikony;
    font-size: 16px;
    border: 1px solid #c2c5c2;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.kontakty div:hover::before{
    background: #656565;
    color: #e3e7e1;
}

.kontakty div.email::before {
    content: '\e910';
    font-size: 14px
}
.kontakty div.telefon::before {
    content: '\e902';
}

.kontakty>div .udaj a{
    font-size: 18px;
    color: #000;
    font-weight: 600;
    white-space: nowrap
}

.kontakty>div .udaj a:hover{
    text-decoration: underline;
}

.kontakty>div .info{
    font-size: 14px;
}

.site {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.site>div{
    padding-right: 12px
}

.site>div span{
    display: none;
}

.site>div a::before{
    text-align: center;
    display: flex;
    font-family: ikony;
    font-size: 16px;
    border: 1px solid #c2c5c2;
    color: #656565;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.site>div:hover a::before{
    background: #656565;
    color: #e3e7e1;
}

.site>div.facebook a::before {
    content: '\e942';
}
.site>div.instagram a::before {
    content: '\e943';
}

.custom-footer>div:first-child {
    width: 100% !important;
    padding-bottom: 40px !important;
}

@media (min-width: 768px) {
    .custom-footer>div:nth-child(2){
        width: 280px !important;
    }
    .custom-footer>div{
        width: calc((100% - 280px) / 3);
        padding-right: 20px !important;
    }
}

@media (min-width: 1200px) {
    .custom-footer{
        display: flex;
        justify-content: space-between;
    }
    .custom-footer>div:first-child {
        width: 370px !important;
    }
    .custom-footer>div:nth-child(2) {
        width: 260px !important;
    }
    .custom-footer>div:nth-child(3) {
        width: 195px !important;
    }
    .custom-footer>div:nth-child(4) {
        width: 195px !important;
    }
    .custom-footer>div:nth-child(5) {
        width: 158px !important;
    }
}

@media (min-width: 768px) {
    .footer-icons {
        display: flex;
        justify-content: flex-start;
    }
    .footer-icons {
        margin-left: -10px;
        margin-right: -10px;
    }
}

.footer-icon img {
    height: 18px;
}

.footer-icon {
    background: #f1f2f0;
    padding: 10px;
}

.footer-bottom .container {
    display: flex;
    flex-wrap: wrap;
}

.footer-bottom span#signature, .footer-bottom span.copyright {
    width: 100%;
    flex-basis: 100%;
}

.footer-bottom span#signature {
    order: 2;
    margin-left: 0px;
}

@media (min-width: 768px) {
    .footer-bottom span#signature {
        text-align: left;
    }
}