/*
Theme Name: SpicePress Child
Theme URI: https://spicethemes.com/spicepress-wordpress-theme/
Description: SpicePress Child Theme
Author: Lucas Burgy
Author URI: https://menuiserie-vonlanthen.ch
Template: spicepress
Version: 1.0.0
Text Domain: spicepress-child
*/

/* ---------------------
   General
--------------------- */

html {
    font-size: 14px !important;
}

@media(min-width:60em) {
    html {
        font-size: 16px !important;
    }
}

/* ---------------------
   Title
--------------------- */

.page-title-section h1 {
    color: #ffffff;
    text-align: center;
}

/* ---------------------
   Slider
--------------------- */

/*
.slide-btn-area-sm {
    display: none;
}*/

.slider .overlay,
.slider .slide-text-bg1,
.page-title-section .overlay {
    background-color: rgba(20, 20, 20, 0.7) !important;
}

.slide-text-bg1 {
    background-color: transparent;
}

/* ---------------------
   A propos
--------------------- */

@media only screen and (min-width: 992px) {
    .home .home-news {
        padding: 70px 0;
    }
}

.home .section-header p {
    margin: 1rem 0 0 0;
}

.home .home-news .container .row:nth-child(2) {
    margin-top: 45px;
}

.home .home-news .section-header p {
    text-align: justify;
}

/* ---------------------
   Footer
--------------------- */

abbr {
    cursor: auto;
}

.widget-address address>abbr {
    border: none;
    font-size: 0.9375rem;
}

@media only screen and (min-width: 992px) {
    .row.footer-sidebar .col-md-4:nth-child(2) {
        width: 66.66666666%;
    }
}

@media only screen and (max-width: 1100px) {
    /*.navbar-collapse.collapse {
        padding: 0;
        width: 100vw;
        margin-left: -15px;
    }*/

    .navbar-custom .navbar-nav li>a {
        color: #c4c4c4 !important;
    }

    .navbar .navbar-nav>.active>a,
    .navbar .navbar-nav>.active>a:hover,
    .navbar .navbar-nav>.active>a:focus {
        color: #4D6CAC !important;
    }
}

/* ---------------------
   Footer Icons
--------------------- */

.row.footer-sidebar .media.widget-address:nth-child(2) .addr-icon {
    margin-right: 21.422px;
}

.row.footer-sidebar .media.widget-address:nth-child(3) .addr-icon {
    margin-right: 27.844px;
}

@media only screen and (max-width: 959px) {
    .row.footer-sidebar .media.widget-address:nth-child(2) .addr-icon {
        margin-right: 20.625px;
    }

    .row.footer-sidebar .media.widget-address:nth-child(3) .addr-icon {
        margin-right: 26.25px;
    }
}

/* ---------------------
   Menu
--------------------- */

@media (max-width: 1100px) {
    .navbar-custom .navbar-nav {
        background-color: #171507 !important;
    }

    .navbar .navbar-nav>.active>a,
    .navbar .navbar-nav>.active>a:hover {
        color: #b38d14 !important;
    }
}