/*
 Theme Name:   location-jonzac
 Theme URI:    https://residenceczarny.fr
 Description:  location-jonzac theme
 Author:       Nicolas Métivier & Thomas Bleneau
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light
 Text Domain:  location-jonzac
*/


/**************************
          FOOTER
***************************/

div.site footer.site-footer {
    padding-top: 60px;
    background-color: #18234F;
}

div.site footer.site-footer .site-footer-content .row .footer-column:first-child {
    align-items: start;
}

div.site footer.site-footer .site-footer-content .row .footer-column {
    align-items: flex-end;
}
div.site footer.site-footer .site-footer-content .row .footer-column section{
    margin-top: auto;
    margin-bottom: auto;
}
div.site footer.site-footer .site-footer-content .widget h2.widget-title {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 4px;
    line-height: 18px;
    margin: 0 0 30px;
    text-transform: uppercase;
}

div.site footer.site-footer .site-footer-content a.custom-logo-link img {
    max-width: 100%;
    height: auto;
    width: 70%;
    object-fit: contain;
    margin-bottom: 50px;
    object-position: left;
}

div.site footer.site-footer .site-footer-content .row .footer-column:nth-child(1) .widget .textwidget {
    margin-bottom: 60px;
}

div.site footer.site-footer .site-footer-content .widget .textwidget p {
    color: #FFFFFF;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
    margin: 0;
}

div.site footer.site-footer .site-footer-content .row .footer-column:last-child .widget .textwidget p {
    white-space: nowrap;
}

div.site footer.site-footer .site-footer-content .row .footer-column:nth-child(2) .widget ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 50px;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    list-style-position: inside;
}

div.site footer.site-footer .site-footer-content .widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

div.site footer.site-footer .site-footer-content .widget ul li + li {
    margin-top: 20px;
}

div.site footer.site-footer .site-footer-content .widget ul li a {
    color: #FFFFFF;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 18px;
    margin: 0;
}

div.site footer.site-footer .site-footer-content .widget .textwidget p {
    color: #FFFFFF;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 26px;
    margin: 0;
}

div.site footer.site-footer .site-footer-content .widget .textwidget p + p {
    margin-top: 30px;
}

div.site footer.site-footer .site-footer-content .widget a {
    color: #FFFFFF;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 15px;
    margin: 0;
}

div.site footer.site-footer .site-footer-content .widget a + a {
    margin-left: 40px;
}

div.site footer.site-footer .site-footer-content .footer-read-more {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px;
    margin: 35px 0 0;
    position: relative;
    display: flex;
    align-items: center;
}

div.site footer.site-footer .site-footer-content .footer-read-more::after {
    content: url(../../assets/img/svg/arrow-read-more-white.svg);
    display: block;
    position: relative;
    margin-left: 10px;
    top: -2px;
}


div.site footer.site-footer .site-sub-footer-content .row {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

div.site footer.site-footer .site-sub-footer-content p, div.site footer.site-footer .site-sub-footer-content p a {
    text-align: center;
    margin: 0;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 15px;
    padding: 15px 0;
}
a[title="Instagram"]{
    position: relative;
    padding-left: 30px;
}
a[title="Instagram"]::before{
    content: url(../../assets/img/svg/instagram-white.svg);
    display: block;
    position: absolute;
    left: 0;
    top: -5px;
    color: greenyellow;
}
a[title="Facebook"]{
    position: relative;
    padding-left: 30px;
}
a[title="Facebook"]::before{
    content: url(../../assets/img/svg/facebook-white.svg);
    display: block;
    position: absolute;
    left: 0;
    top: -5px;
}

@media only screen and (max-width: 992px) {

    div.site footer.site-footer .site-footer-content .row .footer-column:nth-child(1n+1) {
        align-items: start;
    }

    div.site footer.site-footer .site-footer-content .row .footer-column:nth-child(2n) {
        align-items: flex-end;
    }
}

@media only screen and (max-width: 576px) {

    div.site footer.site-footer .site-footer-content .row .footer-column:nth-child(1n+1) {
        align-items: start;
    }

    div.site footer.site-footer .site-footer-content .row .footer-column,
    div.site footer.site-footer .site-footer-content .row .footer-column:nth-child(1n+1)
    div.site footer.site-footer .site-footer-content .row .footer-column:nth-child(2n) {
        align-items: flex-start;
    }
}
