/*
Theme Name: Arkhitekton Child
Theme URI: https://neuronthemes.com/arkhitekton
Description: This is a child theme of Arkhitekton
Author: NeuronThemes
Author URI: https://neuronthemes.com
Template: arkhitekton
Version: 1.0.0
*/


/* General */

html[lang='fr-FR'] #menu-mobile-1 .weglot-fr a,
html[lang='fr-FR'] #menu-menu-desktop-lathion .weglot-fr a {
    text-decoration: underline;
}
html[lang='de'] #menu-mobile-1 .weglot-de a,
html[lang='de'] #menu-menu-desktop-lathion .weglot-de a {
    text-decoration: underline;
}
html[lang='en'] #menu-mobile-1 .weglot-en a,
html[lang='en'] #menu-menu-desktop-lathion .weglot-en a {
    text-decoration: underline;
}

h6.o-neuron-hover-holder__body-meta__title > a {
    position: relative;
    display: inline-block;
}
h6.o-neuron-hover-holder__body-meta__title > a::before {
    display: block;
    width: 100%;
    bottom: 0;
    left: 0;
}


    /* Menu Header */

#menu-mobile-1 .menu-item-icon,
#menu-menu-desktop-lathion .menu-item-icon {
    width: 100%;
    justify-content: flex-end;
    transition: 0s all;
}
#menu-mobile-1 .menu-item-icon.active,
#menu-menu-desktop-lathion .menu-item-icon.active {
    justify-content: inherit;
    transition: 0s all;
}
input[type='checkbox'].weglot_choice {
    display: none !important;
}
.wgcurrent {
    font-weight: normal !important;
    line-height: 1 !important;
    display: inline-block;
    margin: 2px 13px 2px 0;
    vertical-align: middle;
    font-size: 100%;
    text-decoration: underline;
}


    /* Single Post */

body.single-post .p-blog-single__social-media {
    display: none;
}

/* RESPONSIVE */

@media all and (max-width: 1025px) {

    /* Menu header */

    #menu-mobile-1 > li:nth-last-of-type(4) {
        background-color: #020101;
        display: inline-block;
        line-height: 1;
        font-size: 15px;
        padding: 10px;
        border-radius: 3px;
        margin-left: -5px;
        color: #fff;
        fill: #fff;
        text-align: center;
        transition: all .3s;
        float: left;
    }
    #menu-mobile-1 > li:nth-last-of-type(4) a {
        color: #fff;
    }
    #menu-mobile-1 > li:nth-last-of-type(3) {
        clear: left;
    }
    #menu-mobile-1 > li:nth-last-of-type(3),
    #menu-mobile-1 > li:nth-last-of-type(2),
    #menu-mobile-1 > li:nth-last-of-type(1) {
        float: left;
        width: fit-content;
        margin-right: 10px;
    }

    /* Single Portfolio */

    body.single-portfolio .p-portfolio-single {
        padding-top: 140px;
    }

}

/* Woocommerce */
.woocommerce div.quantity {
    display: none !important;
}
.woocommerce a.request-quote-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.request-quote-button {
    padding: 20px !important;
    margin: 0 0 25px;
}
.woocommerce .o-product .m-product-summary .price {
    padding-top: 1.5rem;
    margin-bottom: 2.33333rem;
    color: #958e09;
    font-size: 1.25em;
    font-weight: normal;
}
body.single-product .rtn-lnk {
    display: block;
    margin-bottom: 15px;
}
@media all and (max-width: 768px) {
    body.single-product .rtn-lnk {
        margin-top: 50px;
    }
}
body.single-product .woocommerce-product-gallery__wrapper {
    pointer-events: none;
}


/* Widget Filtre en expo custom */
.widget.filter-widget-custom {
    float: right;
}
.widget.filter-widget-custom form {
    width: fit-content;
    display: inline-block;
}
.widget.filter-widget-custom form button {
    padding: 6px 12px;
}
.widget.filter-widget-custom form label {
    font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #222222;
    letter-spacing: 0.16667rem;
}
@media (max-width: 768px) {
    body.page-id-28874 ul#filters {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .widget.filter-widget-custom {
        text-align: center;
        float: none;
    }
}
@media (max-width: 950px) {
    .widget.filter-widget-custom {
        top: 15px;
    }
}

/* Formulaire devis */

#wpcf7-f28887-p28844-o1 label {
    width: 100%;
    max-width: 500px;
}
body.page-id-28844 .l-theme-wrapper {
    padding-top: 50px;
}
body.page-id-28844 .o-breadcrumb {
    display: none;
}
body.page-id-28844 .vc_col-sm-6 {
    width: fit-content;
}
body.page-id-28844 .vc_row_c {
    display: flex;
    align-items: baseline;
    gap: 5px;
}