/*
Theme Name: Wavio Child Theme
Theme URI: https://wavio.peerduck.com
Author: PeerduckThemes
Author URI: https://peerduck.com
Description: Blank Child Theme for Wavio
Template: wavio
Version: 1.21
Requires at least: 5.0
Tested up to: 5.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, three-columns, custom-colors, featured-images, theme-options
Text Domain: wavio
*/

@font-face {
    font-family: 'altlineregular';
    font-style: normal;
    font-weight: normal;
    src: local('altlineregular'), url('/wp-content/uploads/fonts/altlineregular.ttf') format('truetype');
}

:root {
    --logo-height: 120px !important;
    --text-color: #081F46;
}

.primary-menu.navbar .nav-item.current_page_item .nav-link {
    text-decoration-line: underline;
    font-weight: 700;
}

.primary-menu.navbar .nav-item.current_page_item .nav-link::after {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid var(--primary-color);
    content: "";
    vertical-align: middle;

    margin-left: 5px;
}

.navbar-dark .navbar-nav .nav-link {
    font-size: 20px;
    /* font-family: 'altlineregular', "Dosis", sans-serif !important; */
    font-weight: normal !important;
    color: var(--primary-color);
    line-height: 26px;

}

.faInstaMenu {
    background: linear-gradient(45deg, #f58529, #feda77, #dd2a7b, #8134af, #515bd4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 28px;
}

.faInstaMenuFooter {
    font-size: 45px !important;
}

.lightBlue {
    color: var(--title-color) !important;
}

.darkBlue {
    color: var(--primary-color) !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.svgValuers img {
    height: 80px !important;
}

.goldColor {
    color: var(--gold-color) !important;
    font-weight: bold;
}

.goldColorlight {
    color: var(--gold-color);
    font-weight: normal;
}

#widgetTrust {
    color: white !important
}

.footer-copyright {
    margin-bottom: 0px;
}

.footerContact i {
    margin-right: 5px;
}

.footer-credits {
    margin: 0 auto;
}

#sectionComposition,
.hideContent,
.h-call-us,
.notHideMobile {
    display: none;
}

.notHideMobile {
    display: none !important;
}

.footerContact {
    font-weight: bold;
}

.preFooter {
    z-index: 1;
}

#site-footer {
    z-index: 2;
}

.pdfReader {
    text-align: center;
    margin-top: 30px;
}

.pdfReader a {
    color: var(--secondary-color);
    margin-bottom: 20px;
}

#menu-item-137 a {
    color: var(--gold-color) !important;
    font-weight: bold;
}

.upperCase {
    text-transform: uppercase;
}

.titleWithFaza,
.titleNewFont {
    font-family: 'altlineregular', "Dosis", sans-serif !important;
}

.titleWithFaza::after {
    content: url('/wp-content/uploads/2025/09/bla.png');
    position: relative;
    top: -30px;
    right: 7px;
}

.subTitleWithFaza::after {
    content: url('/wp-content/uploads/2025/09/mini-bla.png');
    position: relative;
    top: -30px;
    right: -15px;
}

.linkIntern {
    text-decoration: underline !important;
    color: var(--text-color) !important;
    font-weight: normal !important;
    font-family: "Nunito", sans-serif !important;

}

.popupStyle {
    clear: both;
    text-align: center;
    font-weight: bold;
    color: var(--primary-color) !important;
}

.popupStyle.popupPar {
    color: var(--secondary-color) !important;
}

#formContactEssaiOffert {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* 2 columns, equal width */
    gap: 20px;
    /* spacing between fields */
}

select {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
    color: #9DA4AE;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #9DA4AE;
    border-radius: 14px 14px 14px 14px;
    padding: 25px 25px 25px 25px;
    font-size: 1rem;
}

#formContactEssaiOffert .divContact {
    width: 100%;
    /* take full width of its grid cell */
}

.preHeader i {
    margin-right: 10px;
}

.preHeader {
    z-index: 9999;
    position: relative;
    top: 15px;
}

.preHeader p {
    margin-bottom: 0 !important;
}

.preHeader a {
    color: var(--secondary-color);
}

.blockFAQ p,
.blockFAQ li {
    font-size: 18px !important;
    color: var(--text-color) !important;
}

.contactMethodElement .contact__method .contact__title {
    font-size: 20px;
}

.contactMethodElement .contact__method .contact__icon {
    font-size: 28px;
    margin-bottom: 15px;
    color: var(--primary-color)
}

.contactMethodElement .contact__method p {
    margin-bottom: 5px;
}

.contactMethodElement .contact__method {
    /* min-height: 150px; */
    background-color: white;
    border-radius: 15px;
    padding: 20px 10px;
    text-align: center;
    color: var(--text-color) !important;
}

.MyWater {
    text-transform: none !important;
}

.whiteLink {
    color: white !important;
    text-decoration: underline !important;
}

/* PC size screen styles go here */
@media (min-width: 992px) {}

/* Tablet size screen styles go here */
@media (max-width: 1024px) {
    #formContactEssaiOffert {
        grid-template-columns: 1fr;
    }

    /* #pr-nav {
        padding-bottom: 0px !important;
    } */

    .custom-logo {
        max-height: 60px !important;
    }
}

/* Phone size screen styles go here */
@media (max-width: 767px) {

    .titleWithFaza::after,
    .subTitleWithFaza::after {
        content: none;
    }

    #robinetMW img {
        width: 120px !important;
        height: auto !important;
    }

    #machineMw img {
        max-width: 200px !important;
        margin-top: 30px !important;
        height: auto !important;
    }

    .footerLogo img {
        max-width: 175px !important;
    }

    .notHideMobile {
        display: block !important;
    }

    .hideMobile {
        display: none !important;
    }

    .footerLogo figure {
        margin-bottom: 0px !important;
    }
}