/*
 Theme Name:   Wijn van nu
 Theme URI:    https://understrap.com/
 Description:  Wijn van nu Theme
 Author:       Niels van Enckevort
 Author URI:   https://easywebs.nl
 Template:     astra
 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, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  UnderstrapChild
*/

/* Fonts */

@font-face {
    font-family: Roboto-light;
    src: url('Assets/Fonts/Roboto/Roboto-Light.ttf');
}

@font-face {
    font-family: Roboto-Thin;
    src: url('Assets/Fonts/Roboto/Roboto-Thin.ttf');
}

@font-face {
    font-family: Roboto-Regular;
    src: url('Assets/Fonts/Roboto/Roboto-Regular.ttf');
}

@font-face {
    font-family: Roboto-Bold;
    src: url('Assets/Fonts/Roboto/Roboto-Bold.ttf');
}

@font-face {
    font-family: Oswald-Regular;
    src: url('Assets/Fonts/Oswald/Static/Oswald-Regular.ttf');
}

@font-face {
    font-family: Oswald-Bold;
    src: url('Assets/Fonts/Oswald/Static/Oswald-Bold.ttf');
}

@font-face {
    font-family: Cormorant-Garamond-Regular;
    src: url('Assets/Fonts/Cormorant_Garamond/CormorantGaramond-Regular.ttf');
}

@font-face {
    font-family: Cormorant-Garamond-Bold;
    src: url('Assets/Fonts/Cormorant_Garamond/CormorantGaramond-Bold.ttf');
}

/* Global */
h1, h2, h3, h4, h5 {
    color: #f5f5f5 !important;
    font-family: "Cormorant-Garamond-Regular", sans-serif;
    letter-spacing: 2px;
}

h1 {
    font-size: 55px !important;
}

h2 {
    font-size: 50px !important;
}

h3 {
    font-size: 35px !important;
}

h4 {
    font-size: 30px !important;
}

h5 {
    font-size: 22px !important;
}

.roboto-light {
    font-family: "Roboto-light", serif !important;
}

[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
    fill: #9a6d56 !important;
}

.menu-item a {
    font-family: "Roboto-light", serif;
}

.base-color {
    color: #9a6d56 !important;
}

.color-white {
    color: white !important;
}

p, a {
    color: #f5f5f5 !important;
    font-family: "Roboto-Thin", serif;
    font-size: 20px !important;
    font-weight: 100;

}

a {
    text-decoration: none !important;
}

.product-image {
    text-align: center;
}

img {
    height: 300px;
}

.product-information img {
    height: auto;
}

.font-weight-title {
    font-weight: 500 !important;
}

.font-weight-bold {
    font-weight: 600 !important;
}

/* WP adminbar fix. */
#wpadminbar p,
#wpadminbar a {
    height: 32px !important;
    font-size: 14px !important;
}

.p-15 {
    padding: 15px;
}

.p-l-0 {
    padding-left: 0 !important;
}

.p-t-15 {
    padding-top: 15px !important;
}
.p-t-50 {
    padding-top: 50px !important;
}

a:hover {
    color: #9a6d56 !important;
}

button a:hover {
    color: white !important;
}

button a {
    text-decoration: none;
}

.p-t-0 {
    padding-top: 0 !important;
}

.hide-element {
    display: none;
}

.content-container,
.ast-mobile-header-wrap .ast-primary-header-bar, .ast-primary-header-bar .site-primary-header-wrap {
    max-width: calc(73% - 10px) !important;
    margin: 0 auto;
}

.background-gradient-one {
    background: linear-gradient(to bottom, #292D2F 0%,#292D2F 55%,#292D2F 55%,white 45%,white 100%);
}

/* Menu  */
.ast-primary-header-bar {
    background-color: black;
    min-height: 100px;
}

.current_page_item > a{
    color: #9a6d56 !important;
}

.main-header-bar {
    border: none !important;
}

.site-logo-img img {
    height: 100px;
    width: 150px;
    margin: 20px 0;
}

.ast-mobile-header-wrap .ast-primary-header-bar, .ast-primary-header-bar .site-primary-header-wrap {
    min-height: 100px;
}

.site-header-section {
    justify-content: flex-start;
}

.ast-builder-grid-row {
    grid-template-columns: 200px auto;
}

.ast-grid-right-section {
    justify-content: flex-start;
}

.main-header-menu .menu-link, .main-header-menu>a {
    text-transform: uppercase;
    font-size: 22px !important;
    padding: 0 0.5em;
}

/* Mobile menu */
.ast-header-break-point .ast-mobile-header-wrap .ast-flex.stack-on-mobile {
    background-color: black;
}

/* Header block */
.header-block {
    min-height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.upper-image {
    background-position: 50% 22%;
}

.header-description {
    display: flex;
    min-height: 500px;
}

.header-block-delivery .header-description {
    margin: 0 auto;
}

.header-block-delivery .header-description-content {
    margin: 0 auto;
}

.header-description-content {
    align-self: center;
}

.header-description h2 {
    text-transform: uppercase;
}

.header-description p {
    padding: 15px 0;
}

button {
    background-color: #f5f5f5 !important;
    text-transform: uppercase !important;
    font-size: 20px !important;
}

button:hover {
    background-color: #9a6d56 !important;
}

button.dark-button {
    background-color: #292D2F !important;
    color: white;
    min-width: 300px;
}

button.dark-button:hover {
    background-color: #9a6d56 !important;
}

/* Information block */
.information-block {
    background-color: #292D2F;
}

.information-description {
    display: flex;
    min-height: 500px;
    padding: 80px 0;
}

.information-description-content > h2 {
    color: #9a6d56 !important;
    margin-bottom: 20px;
}

.information-description-content > p {
    padding: 20px 50px;
}

.icons-block {
    background-color: #F0F1F0;
    min-height: 400px;
}

.icon-block {
    min-height: 300px;
    margin-top: 85px !important;
}

.icon-block-content {
    align-self: center;
}

.icon-block-content > div {
    text-align: center;
}

.icon-block-content  img {
    width: 150px;
    height: 130px;
}

.icon-block-content h5,
.icon-block-content p {
    color: #000000 !important;
}

.icon-block-content p {
    font-size: 18px !important;
}

.icon-block-content-description {
    margin-top: 40px !important;
}

.icon-block-content-description > p {
    font-size: 16px !important;
}

/* Action blocks */
.action-block {
    min-height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.action-description {
    min-height: 350px;
    margin-top: 75px !important;
    background-color: #E1D7CD;
}

.action-description-content h2 {
    padding-top: 50px;
    color: #000000 !important;
}

.action-description-content > p {
    padding: 20px 120px;
    color: #000000 !important;
}

.action-description-buttons {
    display: flex;
    justify-content: center;
}

.action-buttons {
    padding: 0 20px;
}

.action-buttons > button {
    width: 350px;
    margin-bottom: 30px;
}

.text-image .content-container,
.image-text .content-container {
    display: flex;
}

.text-image {
    background-color: #000000;
    min-height: 600px;
}

.text-image .image {
    display: flex;
    margin-left: auto;
}

.text-image .image img {
    height: auto;
    align-self: center;
}

.text-image .information-description-content,
.image-text .information-description-content {
    margin-top: 15px;
    align-self: center;
}

.image-text {
    background-color: #000000;
    min-height: 600px;
}

.image-text .image {
    display: flex;
}

.image-text .image img {
    height: auto;
    align-self: center;
}

.image-collection {
    min-height: 400px;
}

.collection-image {
    padding: 0 !important;
}

.collection-image > img {
    width: 100%;
    height: 100%;
    max-height: 400px;
}

.advanced-block-header-description {
    min-height: 400px;
}

.advanced-block-body {
    margin-top: -150px !important;
}

.advanced-block-content-image {
    align-self: center;
    margin: 0 auto;
    min-height: 200px;
    min-width: 300px;
    width: 100%;
}

.advanced-block-content-image-text {
    display: flex;
    height: 250px;
    justify-content: center;
}

.advanced-block-content-image h3 {
    align-self: center;
}

.advanced-block-content {
    margin-top: -175px;
    align-self: center;
    padding: 75px 0;
}

.advanced-block-content p {
    color: #000 !important;
    padding-bottom: 20px;
}

/* Product collection */
.products-block {
    padding: 75px 0;
}

.collection-product {
    flex: 1; /* additionally, equal width */
    padding: 1em;
    display: flex;
    align-items: flex-end;
}

.collection-product .product-information {
    padding: 0 35px;
}

.collection-product .product-information h5 {
    color: black !important;
    height: 60px;
}

/* Contact page */
.contact h3 {
    color: #9a6d56 !important;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.contact-form {
    margin-top: 45px !important;
}

.contact-form form {
    max-width: 80%;
}

.contact-form label {
    width: 100%;
}

.contact-form label span {
    padding-top: 10px;
}

.contact-form input,
.contact-form textarea {
    border: 2px solid;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #9a6d56 !important;
}

.contact-form .wpcf7-list-item {
    margin-left: 0;
}

.contact-form .wpcf7-response-output {
    margin: 2em 0 1em !important;
}

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
    color: #D8000C;
    background-color: #FFBABA;
    border: 2px solid #D8000C;
    padding: 10px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    color: #a27e00;
    background-color: #ffdc7f;
    border: 2px solid #a27e00;
    padding: 10px;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: white;
    background-color: #9a6d56;
    border: 2px solid #5d4235;
    padding: 10px;
}

div.wpcf7-mail-sent-ok:before,div.wpcf7-validation-errors:before {
    font: 26px/30px FontAwesome;
    margin-right: 16px;
    vertical-align: middle;
}

div.wpcf7-mail-sent-ok:before {
    content:'\f00c';
}

div.wpcf7-validation-errors:before {
    content:'\f057';
}


.contact ul {
    padding: 0 5px !important;
    margin: 0 !important;
}

.contact ul li {
    list-style: none;
    color: #000000 !important;
    font-family: "Roboto-Thin", serif;
    font-size: 22px !important;
}

.contact ul li a {
    text-decoration: none;
    color: #9a6d56 !important;
    font-family: "Roboto-Thin", serif;
    font-size: 22px !important;
}

.contact ul li a:hover {
    text-decoration: none;
    color: #775544 !important;
    font-family: "Roboto-Thin", serif;
    font-size: 22px !important;
}

/* Information block */
.contact-description {
    display: flex;
    min-height: 500px;
}

.contact-description-content {
    align-self: center;
    padding: 50px 0;
}

.contact-description-content > h3 {
    color: #9a6d56 !important;
}

.contact-description-content > p {
    padding: 20px 50px;
}

.contact-description .information-description-content {
    align-self: center;
}

.times ul {
    max-width: 275px !important;
}

.times ul li {
    justify-content: space-between;
    display: flex;
}

.times p {
    margin: 0;
    font-size: 20px !important;
}

.contact-description-content.times p {
    color: black !important;
}

.ol-control button {
    color: black !important;
}

/* Footer */
.footer {
    background-color: #292D2F;
    color: white;
}

.footer-container {
    margin-top: 20px !important;
}

.footer-content {
    padding: 50px 20px;
}

.footer h4 {
    color: #9a6d56 !important;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: "Oswald-light", serif;
}

/* Footer menu */
.footer ul {
    padding: 0 5px !important;
    margin: 0 !important;
}

.footer ul li {
    list-style: none;
    color: #f5f5f5 !important;
    font-family: "Roboto-Thin", serif;
    font-size: 20px !important;
}

.footer ul li a {
    text-decoration: none;
    font-family: "Roboto-Thin", serif;
    font-size: 20px !important;
}

.footer i {
    padding-top: 6px;
    font-size: 20px !important;
}

.footer-bottom {
    background-color: #F5F5F5 !important;
    height: 100px;
}

.footer-bottom-info,
.footer-bottom-image {
    display: flex;
    height: 100px;
}

.footer-bottom-image {
    justify-content: flex-end;
}

.footer-bottom-image img {
	height: auto;
}


.footer-bottom-image img,
.footer-bottom-info p {
    align-self: center;
}

.footer-bottom-info p {
    color: black !important;
    margin-bottom: 0;
}

/* Maps */
.map {
    height: 500px;
    width: 100%;
    margin: auto 0;
}

#popup {
    background-color: white;
    margin-top: -60px;
    margin-left: -55px;
    padding: 10px;
}

/*
========================
Product Page
========================
 */

.product-container {
    margin-top: 50px !important;
}

.product-container h4,
.product-container p {
    font-family: "Roboto-light", sans-serif !important;
}

.product-container h1 {
    font-size: 40px!important;
}

.product-container p,
.product-container a,
.product-container li {
    color: black !important;
}

.product-information {
    margin-top: 50px !important;
}

.product-description {
    padding: 0 50px 0 15px !important;
}

.product-quote-small {
    font-size: 16px !important;
    font-style: italic;
}

.product-properties {
    /*background-color: rgba(0,0,0,0.05);*/
    background-color: #292D2F14;
}

.product-properties > div {
    padding: 20px;
}

.product-properties-table {
    border: none;
    border-collapse: inherit;
}

.product-properties-table tr,
.product-properties-table td {
    border: none;
}

.product-properties-table p {
    font-size: 14px !important;
}

.product-properties-table td {
    padding: 0 !important;
}

.product-tabs-menu {
    margin-top: 50px !important;
}

.product-tabs .nav-tabs {
    border-bottom: 0;
}

.product-tabs ul {
    margin-left: 0;
}

.product-tabs ul li button.active {
    background-color: #292D2F !important;
}

.product-tabs ul li button p {
    text-transform: none !important;
    margin-bottom: 0;
    padding: 5px;
    font-family: "Roboto-light", sans-serif;
}

.product-tabs ul li button.active p {
    color: white !important;
}

.product-tabs .tab-content p {
    padding: 15px;
}

/*
========================
Content text template
========================
 */

.content-block {
    padding: 40px 15px;
}

.content-block h1 {
    font-size: 40px !important;
}

.content-block p {
    font-family: "Roboto-light", sans-serif;
    color: #000000 !important;
}

.content-block ul li {
    font-size: 20px;
    font-family: "Roboto-light", sans-serif;
}

.content-block p strong {
    font-weight: bold;
}

.content-block a {
    color: #9a6d56 !important;
    font-family: "Roboto-light", sans-serif;
}


/*
========================
Cookie beleid template
========================
 */
.cli-privacy-overview h4,
.cli-privacy-overview a,
.cli-tab-header a.cli-nav-link {
    color: #9a6d56 !important;
}

.cli-tab-footer .wt-cli-privacy-accept-btn {
    background-color: #9a6d56;
}

.cli_settings_button {
    color: rgb(41, 45, 47) !important;
}

/* Media queries */
@media only screen and (max-width: 1625px) {
    .site-header-section .ast-builder-menu {
        margin-left: -25px;
    }
}

@media only screen and (max-width: 1600px) {
    /* For medium desktops: */
    .main-header-menu .menu-link, .main-header-menu>a {
        font-size: 22px !important;
        padding: 0 0.5em;
    }

    .ast-mobile-header-wrap .ast-primary-header-bar, .ast-primary-header-bar .site-primary-header-wrap {
        max-width: calc(77% - 10px) !important;
    }

    h1 {
        font-size: 50px !important;
    }

    h2 {
        font-size: 40px !important;
    }

    h3 {
        font-size: 30px !important;
    }

    h4 {
        font-size: 25px !important;
    }

    h5 {
        font-size: 20px !important;
    }

    p, a, button {
        font-size: 18px !important;
    }
}

@media only screen and (max-width: 1520px) {
    .main-header-menu .menu-link, .main-header-menu>a {
        font-size: 20px !important;
        padding: 0 0.5em;
    }
}

@media only screen and (max-width: 1420px) {
    .main-header-menu .menu-link, .main-header-menu>a {
        font-size: 20px !important;
        padding: 0 0.5em;
    }

    .ast-mobile-header-wrap .ast-primary-header-bar, .ast-primary-header-bar .site-primary-header-wrap {
        max-width: calc(85% - 10px) !important;
    }

    .content-container {
        max-width: calc(77% - 10px) !important;
    }

    p, a, button,
    .content-block ul li {
        font-size: 16px !important;
    }

    .site-header-section .ast-builder-menu {
        margin-left: -50px;
    }

    .icon-block {
        margin-top: 105px !important;
    }

    .icon-block-content img {
        width: 100px;
        height: 90px;
    }

    .collection-product .product-information {
        padding: 0 25px;
    }
}

@media only screen and (max-width: 1250px) {
    .ast-mobile-header-wrap .ast-primary-header-bar, .ast-primary-header-bar .site-primary-header-wrap {
        max-width: calc(100% - 10px) !important;
    }
}

@media only screen and (max-width: 1200px) {
    .content-container {
        max-width: calc(80% - 10px) !important;
    }

    .site-header-section .ast-builder-menu {
        margin-left: -50px;
    }

    .footer ul li,
    .footer ul li a,
    .contact ul li,
    .contact ul li a,
    .times p {
        font-size: 16px !important;
    }

    h1 {
        font-size: 45px !important;
    }

    h5 {
        font-size: 18px !important;
    }

    .action-description-content > p {
        padding: 20px 90px;
    }
}

@media only screen and (max-width: 1115px) {
    .ast-mobile-header-wrap .ast-primary-header-bar, .ast-primary-header-bar .site-primary-header-wrap {
        max-width: 100% !important;
        margin-left: 0 !important;
    }

    .site-title {
        display: none;
    }

    .ast-builder-grid-row {
        grid-template-columns: 80% auto;
    }

    .collection-product .product-information {
        padding: 0 15px;
    }
}

@media only screen and (min-width: 769px) {
    .text-image .image img,
    .image-text .image img {
        max-height: 500px;
        min-height: 350px;
    }
}

@media only screen and (max-width: 992px) {
    .product-description {
        padding: 20px 20px 20px 0 !important
    }

    .product-tabs .tab-content p {
        padding: 15px 0;
    }

    .product-tabs > div {
        padding: 0;
    }
}
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    h1 {
        font-size: 40px !important;
    }

    h2 {
        font-size: 30px !important;
    }

    h3 {
        font-size: 25px !important;
    }

    h4 {
        font-size: 20px !important;
    }

    h5 {
        font-size: 15px !important;
    }

    .text-image .image {
        margin: 0;
    }

    .information-description-content > h2 {
        padding-top: 15px;
    }

    .information-description-content > p {
        padding: 20px 5px;
    }

    .icon-block-content img {
        width: 150px;
        height: 130px;
    }

    .icon-block-content-description > p {
        font-size: 12px !important;
    }

    .action-description-content > p {
        padding: 20px 50px;
    }

    .action-description-buttons {
        display: block;
    }

    .action-buttons > button {
        width: 100%;
        display: block;
    }

    .action-buttons {
        padding: 15px 20px;
    }

    .advanced-block-body > div:first-child .dark-button {
        background-color: white !important;
        color: #292D2F;
    }

    .advanced-block-body > div:first-child p {
        color: white !important;
    }

    .contact-description {
        margin-bottom: 20px;
    }

    button {
        width: 100% !important;
    }

	.popmake-close {
		width: 26px !important;
		color: rgba( 154, 109, 86, 1.00 ) !important;
		
	}
	
    .cli-modal .cli-modal-close {
        text-align: right;
    }

    .cli-modal .cli-modal-close > svg {
        height: 20px;
    }

    .cli-style-v2 .cli-bar-btn_container .cli_action_button, .cli-style-v2 .cli-bar-btn_container .cli-plugin-main-link, .cli-style-v2 .cli-bar-btn_container .cli_settings_button {
        margin-left: 0;
    }

    .advanced-block-content-image {
        min-width: auto;
    }

    .contact-form form {
        max-width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .action-description-content > p {
        padding: 20px;
    }

    .action-block {
        min-height: 400px;
        height: 100%;
        background-color: #E1D7CD;
        background-image: none !important;
    }

    .action-description {
        min-height: 100%;
        margin-top: 25px !important;
    }

    .action-description-content h2 {
        padding-top: 20px;
    }

    .action-description button {
        margin-bottom: 15px;
    }

    .action-buttons {
        padding: 15px 0;
    }
}

@media only screen and (max-width: 575px) {
    .footer-bottom {
        height: 200px;
    }

    .footer-bottom-image {
        justify-content: flex-start;
    }

    .collection-product {
        flex: auto;
    }
}

@media only screen and (max-width: 500px) {
    .text-image .content-container, .image-text .content-container {
        display: block;
    }

    button.dark-button {
        min-width: 100% !important;
    }

    .background-gradient-one {
        background: linear-gradient(to bottom, #292D2F 0%, #292D2F 65%, #292D2F 65%, white 35%, white 35%);
    }

    .information-description {
        padding: 40px 0;
        min-height: 150px;
    }

    .background-gradient-one .information-description {
        min-height: 500px;
    }
}