/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/
.breadcrumb ul .breadcrumb-item a:hover, .breadcrumb ul li a:hover, .breadcrumb ol .breadcrumb-item a:hover, .breadcrumb ol li a:hover {
color:black !important;
}

.flickity-slider {
    display: flex;
    align-items: center;
}

address a {
    color: #3c4043;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.footer-content a {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.c-lang:hover a {
    color: #3c4043 !important;
}

.c-lang a:hover {
    color: #9f895a !important;
}

.custom-section-cookies {
    background: #9f895a;
    color: #fff;
    position: fixed;
    bottom: 0;
    width: 100vw;
    z-index: 99;
    padding: 12px 0px;
}

.custom-section-cookies p {
    color: #fff;
    font-size: 12px;
    margin-bottom: 0;
}

.custom-section-cookies a {
    color: black;
    font-weight: 600;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.custom-section-cookies a:hover {
    color: white !important;

}

.c-cookie_btn {
    margin-top: 5px;
    font-size: 14px !important;
    cursor: pointer !important;
    width: 200px;
    height: 40px;
    padding: 0;
    line-height: 36px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 38px;
    text-align: center;
    background: rgba(255, 255, 255) !important;
    border: 1px solid #fff !important;
    border-radius: 0;
    color: #9f895a !important;
}

.c-cookie_btn:hover {
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    background: black;
    color: #fff;
}


@media (max-width: 991.98px) {

    #mainMenu:not(.menu-animate){
        visibility: hidden;
    }
    .menu-animate{
        visibility:visible;
    }
    .c-lang {
        display: flex !important;
        justify-content: center;
    }

    .c-lang a {
        padding: 10px !important;
    }

    .header-sticky #mainMenu-trigger,
    .header-sticky #logo {
        top: 2px !important;
    }

    .header-sticky .container {
        position: absolute !important;
        left: 0;
    }

    .mainMenu-open .container {
        background-color: #fff !important;
    }

    #highlight h2 {
        font-size: 24px;
    }

    #highlight .lead {
        font-size: 14px;

    }

    #highlight {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    #highlight .parallax-container {
        background-position: center !important;
    }

    p {
        font-size: 1.2rem;
    }
}