/*======================================
  #Footer
======================================*/
.custom-footer {
    font-size: 0.75rem;
}
    .custom-footer .footer-item {
        margin: 10px !important;
        text-align: left !important;
        color: rgba(255, 255, 255, 0.4);
    }
.custom-footer .footer-item a {
     color: rgba(255, 255, 255, 0.4);
}
.custom-legal {
    color: rgba(255, 255, 255, 0.3);
    text-align: left !important;
}
.custom-footer .social-nav {
    float:left;
}
.custom-footer .social-nav li a {
    width:2em;
    height:2em;
}
@media only screen and (max-width: 768px) {
    .custom-footer .opening-hours {
        width: 200px!important;
    }
}
    .footer {
        padding: 20px 0;
        position: relative;
        font-size: 0.75rem;
        background-color: #333637 !important;
    }

        .footer .footer-grid {
            padding-top: 60px;
            padding-bottom: 60px;
        }

        .footer.footer--light {
            background: white;
            border-top: 1px solid #e6e6e6;
        }

    @media only screen and (max-width: 768px) {
        .footer {
            padding: 10px 0;
        }

            .footer .footer-grid {
                padding-top: 10px;
                padding-bottom: 10px;
            }
    }
    /*======================================
  #Items
======================================*/
    .footer-item {
        margin: 20px 0;
        color: rgba(255, 255, 255, 0.4);
    }

        .footer-item .h6 {
            margin-bottom: 1em;
        }

        .footer-item ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .footer-item a {
            color: inherit;
        }

    @media only screen and (max-width: 768px) {
        .footer-item {
            text-align: center;
            margin: 10px 0;
        }
    }

    .footer--light .footer-item {
        color: #666;
    }
    /*======================================
  #Contact
======================================*/
    .footer-item--text {
        font-size: 0.75em;
    }

        .footer-item--text a {
            text-decoration: underline;
        }
    /*======================================
  #Links
======================================*/
    .footer-item--links ul li a {
        padding: 0.5em 0;
        line-height: 1.1em;
        display: block;
    }

    .footer-item--links ul li:first-child a {
        padding-top: 0;
    }
    /*======================================
  #Logos
======================================*/
    .footer-item--logos {
        margin-bottom: 0;
    }

        .footer-item--logos ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
            flex-flow: row wrap;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin: -20px 0 0;
        }

            .footer-item--logos ul li a img,
            .footer-item--logos ul li > div img {
                padding: 20px;
                width: 100%;
            }

    @media only screen and (max-width: 768px) {
        .footer-item--logos ul li a img,
        .footer-item--logos ul li > div img {
            padding: 10px;
        }
    }

    .footer-item--logos.text-right ul {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .footer-item--logos.text-center ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    @media only screen and (max-width: 768px) {
        .footer-item--logos ul {
            margin: -10px 0 0;
            -webkit-box-pack: center !important;
            -ms-flex-pack: center !important;
            justify-content: center !important;
        }

            .footer-item--logos ul li {
                width: 50%;
            }
    }
    /*======================================
  #Contact
======================================*/
    .contact-list {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .contact-list li {
            position: relative;
            padding-left: 25px;
            margin-bottom: 15px;
        }

            .contact-list li i {
                position: absolute;
                left: 0;
                top: 0.25em;
                width: 1.05em;
                text-align: center;
            }

                .contact-list li i.fa-envelope {
                    font-size: 0.9em;
                    top: 0.35em;
                }

            .contact-list li:last-child {
                margin-bottom: 0;
            }

    .text-right .contact-list li,
    .text-center .contact-list li {
        padding-left: 0;
    }

        .text-right .contact-list li i,
        .text-center .contact-list li i {
            position: static;
            margin-right: 3px;
        }

    @media only screen and (max-width: 768px) {
        .footer .contact-list {
            text-align: center;
        }

            .footer .contact-list li {
                padding-left: 0;
            }

                .footer .contact-list li i {
                    position: static;
                }
    }
    /*======================================
  #Social
======================================*/
    .social-nav {
        margin: 0;
        padding: 0;
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

        .social-nav li {
            margin: 0 10px 10px 0;
        }

            .social-nav li a {
                display: block;
                width: 2em;
                height: 2em;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                border-radius: 100%;
                color: rgba(255, 255, 255, 0.4);
                font-size: 1.25rem;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                background: rgba(255, 255, 255, 0.05);
            }

    @media only screen and (max-width: 768px) {
        .social-nav {
            -webkit-box-pack: center !important;
            -ms-flex-pack: center !important;
            justify-content: center !important;
        }
    }

    .text-right .social-nav {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        .text-right .social-nav li {
            margin: 0 0 10px 10px;
        }

    .text-center .social-nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .text-center .social-nav li {
            margin: 0 5px 10px;
        }

    .footer--light .social-nav li a {
        color: #555;
        background: rgba(0, 0, 0, 0.05);
    }
    /*======================================
  #Opening hours
======================================*/
    .opening-hours {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: left;
    }

        .opening-hours li {
            border-top: 1px solid rgba(255, 255, 255, 0.07);
            padding: 10px;
        }

            .opening-hours li:first-child {
                border-top: 0;
                padding-top: 0;
            }

            .opening-hours li .time {
                float: right;
            }

    .footer--light .opening-hours li {
        border-top-color: #e6e6e6;
    }
    /*======================================
  #Bottom info
======================================*/
    .footer__bottom-info {
        font-size: 0.75rem;
        text-align: left;
        color: rgba(255, 255, 255, 0.4);
        margin: 0 15px;
    }

    .footer--light .footer__bottom-info {
        color: #888;
    }

    .igloo-symbol {
        display: none;
        opacity: 0.4;
        width: 20px;
        position: absolute;
        left: 20px;
        bottom: 20px;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }

        .igloo-symbol img {
            width: 100%;
            display: none;
        }

        .igloo-symbol svg {
            display: none;
        }

        .igloo-symbol:hover {
            opacity: 1;
        }

    @media only screen and (max-width: 768px) {
        .igloo-symbol {
            position: static;
            margin: 10px auto;
        }
    }

    .footer--light #igloo_symbol {
        fill: #111 !important;
    }
    /*======================================
  #To-top button
======================================*/
    .to-top {
        position: fixed;
        bottom: -40px;
        right: 20px;
        width: 2.8em;
        height: 2.8em;
        font-size: 0.875rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 4px;
        color: white;
        z-index: 99;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .to-top:hover {
            color: white;
        }

        .to-top.to-top--light {
            background: white;
            color: #111;
            -webkit-box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.15);
            box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.15);
        }

            .to-top.to-top--light:hover {
                -webkit-box-shadow: 0 6px 14px -6px rgba(0, 0, 0, 0.05);
                box-shadow: 0 6px 14px -6px rgba(0, 0, 0, 0.05);
            }

    .scroll .to-top {
        bottom: 20px;
    }


.footer-combined > .opening-hours > li:first-child > i {
 margin: 0 10px 0 -10px;
    left: 0px;
    top: 0.25em;
    width: 1.05em;
    text-align: center;
    color: #1da0b9;
}
.footer-combined > .opening-hours > li:nth-child(n+2) > i {
    opacity:0;
}
.footer-combined > ul.opening-hours {
    padding: 15px 50% 15px 0;
}
@media only screen and (max-width: 768px) {
    .footer-combined > ul.opening-hours {
        padding: 15px 10%;
    }
    .footer__bottom-info {
        text-align: center;
        width: 100%;
    }
}
/** HYPED **/
.custom-x, i.fa.fa-twitter {
    display: contents;
}
.custom-x::before, .fa-twitter:before {
    content: url(https://test.insync.group/media/ckmh11i1/logo-black.svg);
    width: 18px;
    height: auto;
    opacity: 0.6;
}
.custom-x-a:hover .custom-x::before, .fa-twitter:hover .fa-twitter:before  {
    content: url(/media/eccdzl0f/logowhite.png);
    width: 18px;
    height: auto;
    opacity: 1;
}
.social-nav a:hover .fa-twitter:before {
    content: url(/media/eccdzl0f/logowhite.png);
    opacity: 1;
}
 