/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */
/* Code to change layout of cookiepage. Change this code to your font-sizes  */
:root {
    --global-content-edge-padding: 1.5rem !important; /* Replace 0 with your desired value */
	--global-row-padding: 1.5rem;
	--global-row-padding-tablet: 1.5rem;
	--global-row-padding-mobile: 0rem;
}

#cmplz-document{
	max-width: unset;
}

#cmplz-document p{
	font-size: 18px !important;
}

#cmplz-document li, .cmplz-description, .cmplz-category-title{
	font-size: 18px !important;
}

#cmplz-document subtitle{
	font-size: 24px !important;
}

#cmplz-document h2{
	font-size: 36px !important;
}
.entry-content-wrap {
	padding: 10px 15px;
}
#contact-error {
	width: 100vw;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100vh;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-end;
}

#contact-error .wp-block-column {
	width: 50%;
    height: 350px;
    max-height: 350px;
    position: relative;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
}

.custom-row {
	padding-left: var(--global-row-padding);
	padding-right: var(--global-row-padding);
}

/* Hide product options / add to cart from product overview / related products in product view */
.products .product-action-wrap { display:none!important; }

/* Hide the "Add to Cart" form (including variations and quantity input) on single product pages if stock is 0 */
.single-product .outofstock .variations { display:none!important; }
.single-product .outofstock .quantity { display:none!important; }
.single-product .outofstock .single_add_to_cart_button { display:none!important; }
.single-product.postid-2592 .out-of-stock {display: none!important; }
.product_cat_2-werkdagen, .product_cat_3-werkdagen, .product_cat_4-werkdagen, .product_cat_5-werkdagen { display: none!important;}

.orddd_field_note {font-size: 16px!important;}

@media (min-width: 1020px){
	.grecaptcha-badge {
		z-index: 100000000000;
		width: 70px !important;
		overflow: hidden !important;
		transition: all 0.3s ease !important;
		left: 4px !important;
	}

	.grecaptcha-badge:hover {
		width: 256px !important;
	}
}

@media screen and (max-width: 1280px){
	.custom-row {
	padding-left: var(--global-row-padding-tablet);
	padding-right: var(--global-row-padding-tablet);
}
}

@media screen and (max-width: 676px){
	.custom-row {
	padding-left: var(--global-row-padding-mobile);
	padding-right: var(--global-row-padding-mobile);
}
}

@media screen and (min-width: 1280px){
	.desktop-reverse-2nd-row:nth-of-type(2n){
		direction: rtl;
	}
}
