/*
Theme Name:   Bouwdealsonline - Thema
Theme URI:    https://www.bouwdealsonline.nl/
Description:  Bouwdealsonline - Thema
Author:       Stephan Rohaan
Author URI:   https://dit-it.nl
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         custom
Text Domain:  bdo
*/
h1, h2, h3, h4, h5,
header * {
    font-family: 'Schibsted Grotesk', sans-serif;
    font-weight: bold;
}

p,
ul li,
a,
input {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
}

.container-sm {
    margin-right: auto;
    margin-left: auto;
    display: flex;
    width: 80%;
    max-width: 1920px;
    align-items: center;
    justify-content: space-between;
}

#slider .product-slide > div:hover h3 {
    background: #ffffff !important;
}

/*Style contact form*/
.wpcf7-form input:not([type="submit"]),
.wpcf7-form textarea,
.woocommerce-input-wrapper input,
.woocommerce-input-wrapper textarea {
    border: 2px solid #23a9df;
    border-radius: 4px;

    width: 100%;
    padding: 8px 20px;
}

.wpcf7-form label {
    margin-bottom: 20px;
}

.wpcf7-form input:not([type="submit"])::placeholder,
.wpcf7-form textarea::placeholder {
    color: #201D1D;
}

.wpcf7-form input:not([type="submit"]):focus,
.wpcf7-form textarea:focus {
    outline: none;
}

.wpcf7-form input[type="submit"],
button#place_order{
    border: 2px solid #23a9df;
    border-radius: 50px;

    background: #23a9df;
    font-weight: 700;
    color: white;
    transition: 300ms;

    float: left;

    padding: 8px 20px;
}

.wpcf7-form input[type="submit"]:hover {
    background: white;
    color: #201D1D;
}