/**
 * Theme Name:        ProPool
 * Description:       Theme for ProPool, a WordPress theme designed for showcasing the ProPool company.
 * Version:           1.0.3
 * Author:            Jeffrey Tepe
 * Text Domain:       propool
 * Tested up to:      6.4 
 * Requires at least: 6.2
 * Requires PHP:      8.2
 * License:           GNU General Public License v2.0 or later
 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
 */

body {
    color: #333333;
}

.navbar-brand img {
    max-height: 60px;
}

.address .location,
.single-footer-widget {
    color: #8b8c90;
}

.services-content h2 {
    font-size: 20px;
}

.services-content h2 a {
    color: #333333;
}

.page-title-area .page-title-content h1 {
    margin-bottom: 15px;
    color: #fff;
    font-size: 60px;
}

.page-title-area {
    padding-top: 189px;
    padding-bottom: 150px;
}

h2,
h3,
h4,
h5,
h6,
.contact-title h1 {
    color: #1569ae!important;
}

.foil-title,
.foil-title a {
    font-size: 20px;
    color: #201f25;
}

.subscribe-area {
    background-color: #041B52;
}

.mh-200 {
    max-height: 200px;
}
.wp-block-list li {
    list-style: none;
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}
.wp-block-list li::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #1569ae;
}

.wp-block-list {
    margin-bottom: 15px;
}

.single-services span {
    color: #1569ae;
}

.banner-area::before {
    opacity: unset;
    background-color: unset;
}

.section-title h2:not(:first-of-type) {
    margin-top: 30px;
}

/* Zorg dat de li als position-context werkt */
.mean-container .mean-nav ul li {
    position: relative;
}

/* Maak ruimte rechts zodat de tekstlink niet onder de plus valt */
.mean-container .mean-nav ul li > a {
    padding-right: 55px !important;
}

/* Expand knop alleen als smalle button rechts, niet over de hele rij */
.mean-container .mean-nav ul li > a.mean-expand {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 100%;
    line-height: 48px; /* evt. aanpassen aan jouw menuhoogte */
    text-align: center;
    z-index: 2;
}

/* De normale top-level link moet klikbaar blijven */
.mean-container .mean-nav ul li > a:not(.mean-expand) {
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .about-content {
        margin-left: 15px;
        text-align: unset!important;
    }

    .banner-area-home {
        /*padding-top: 150px;*/
        /*padding-bottom: 100px;*/
        padding-top: 100px;
        padding-bottom: 30px;
    }
    .page-title-area .page-title-content h1 {
        margin-bottom: 15px;
        color: #fff;
        font-size: 50px;
    }

    .page-title-area {
        padding-top: 110px;
        padding-bottom: 30px;
        height: 250px;
    }

    .banner-container .banner-text {
        width: 85%;
    }
}