/*
 Theme Name:   De Groeipsycholoog
 Theme URI:    https://elementor.com/hello-theme/
 Description:  De Groeipsycholoog custom theme
 Author:       Vincent van den Brink
 Author URI:   https://pixelcrafted.nl
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-child
*/



/*** GENERAL ***/
html {
	scroll-behavior: smooth;
}

*:focus:not(:focus-visible) {
  outline: none;
}

/* Headings */
h1 b, h1 strong,
h2 b, h2 strong,
h3 b, h3 strong,
h4 b, h4 strong,
h5 b, h5 strong,
h6 b, h6 strong {
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

/* Sharpen images in Chrome */
img {
	image-rendering: -webkit-optimize-contrast !important;
}

/* Paragraphs */
.elementor-widget-text-editor :last-child,
.elementor-widget-theme-post-content :last-child {
	margin-bottom: 0;
}

/* List */
.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol,
.elementor-widget-theme-post-content ul,
.elementor-widget-theme-post-content ol,
.elementor-widget-woocommerce-product-content ul,
.elementor-widget-woocommerce-product-content ol,
.elementor-widget-woocommerce-product-short-description ul, 
.elementor-widget-woocommerce-product-short-description ol {
	margin-bottom: 24px;
}

ul li::marker,
ol li::marker {
    color: var(--e-global-color-primary);
}

/* Links */
.elementor-widget-text-editor p a,
.elementor-widget-theme-post-content p a,
.elementor-widget-text-editor li a,
.elementor-widget-theme-post-content li a {
	text-decoration: underline;
}

.elementor-widget-text-editor p a:hover,
.elementor-widget-theme-post-content p a:hover,
.elementor-widget-text-editor li a:hover,
.elementor-widget-theme-post-content li a:hover {
	text-decoration: none;
}

/* Buttons */
a.elementor-button,
a:hover.elementor-button {
	font-size: var(--e-global-typography-accent-font-size) !important;
	font-weight: var(--e-global-typography-accent-font-weight) !important;
    line-height: var(--e-global-typography-accent-line-height) !important;
}

/* Hide inner shadow on inputs */
input,
textarea {   
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	outline: none;
}

/* General Table Styling */
table * {
	font-size: var(--e-global-typography-5a7c4eb-font-size);
}
table {
	margin: 0;
	width: 100%;
	overflow-x: auto;
}

table thead,
table thead > tr > th,
table tbody > tr > td,
table tbody > tr > th {
	padding: 12px 16px;
	border-color: var(--e-global-color-b3ef197);
}

table tbody > tr:hover > td,
table tbody > tr:hover > th {
	background-color: transparent;
}

table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th,
table tbody > tr:nth-child(odd):hover > td,
table tbody > tr:nth-child(odd):hover > th {
	background-color: var(--e-global-color-fe62075);
}

table thead > tr > th {
	text-align: left;
}

/* Form */
form .elementor-message:before {
	display: none;
}



/*** HEADER ***/

/* Top menu */
#top-menu nav li a:hover {
	text-decoration: underline;
}

/* SOCIAL MEDIA */
#social-media .icon-btn a {
	width: 36px;
	height: 36px;
}

#social-media .icon-btn a svg {
	width: 24px !important;
	height: 24px !important;
}

#social-media .icon-btn.instagram a svg {
	margin-top: 2px;
}


/** MENU **/

#menu .hide-on-normal-menu {
	display: none;
}

/* CART */
#cart #elementor-menu-cart__toggle_button {
	padding: 0;
	height: 36px;
	width: 36px;
	justify-content: center;
	background-color: transparent;
}

#cart #elementor-menu-cart__toggle_button svg {
	fill: none;
}

#cart #elementor-menu-cart__toggle_button .elementor-button-icon-qty[data-counter] {
	font-size: 12px;
}

/* Mini cart */
#cart .blockUI.blockOverlay {
	background: none !important;
	z-index: 9 !important;
}

#cart .blockUI.blockOverlay::before {
	background: url(https://new.degroeipsycholoog.nl/wp-content/themes/hello-child/img/loader-green.svg) center center;
}

#cart .elementor-menu-cart__main {
	min-height: inherit;
}

#cart .woocommerce-mini-cart__empty-message {
	margin: 0;
	padding: 16px;
}

#cart .elementor-menu-cart__main * {
	font-size: var(--e-global-typography-accent-font-size);
}

#cart .elementor-menu-cart__close-button-custom {
	top: 16px;
	right: 16px;
	margin: 0;
	width: 24px;
	height: 24px;
	position: absolute;
}

#cart .custom-mini-cart-header {
	padding: 16px;
	border-bottom: 1px solid var(--e-global-color-b3ef197);
	display: flex;
}

#cart .custom-mini-cart-header strong {
	line-height: normal;
}

#cart p.woocommerce-mini-cart__total.total,
#cart p.woocommerce-mini-cart__buttons.buttons {
	display: none;
}

#cart ul.cart_list {
	padding: 16px;
	list-style-type: none;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

#cart li.mini_cart_item {
	padding: 0;
	position: relative;
}

#cart li.mini_cart_item a {
	padding: 0 32px 0 40px;
	line-height: 28px;
	font-weight: bold;
}

#cart li.mini_cart_item a.remove_from_cart_button {
	top: 4px;
	right: 0;
	padding: 0;
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 24px;
	text-align: center;
	font-weight: normal;
	color: var(--e-global-color-b9dc3fe) !important;
	border-radius: 100%;
	position: absolute;
}

#cart li.mini_cart_item a:hover.remove_from_cart_button {
	color: var(--e-global-color-9afa24d) !important;
	background-color: var(--e-global-color-b9dc3fe);
}

#cart li.mini_cart_item img {
	top: 0;
	left: 0;
	margin: 0;
	width: 32px;
	position: absolute;
}

#cart li.mini_cart_item .quantity {
	padding-left: 40px;
	display: flex;
	gap: 8px;
}

#cart li.mini_cart_item .quantity,
#cart li.mini_cart_item .quantity bdi,
#cart li.mini_cart_item .quantity span {
	line-height: normal;
	font-size: var(--e-global-typography-5a7c4eb-font-size);
}	

#cart .custom-mini-cart-footer {
	padding: 16px;
	border-top: 1px solid var(--e-global-color-b3ef197);
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
}

#cart .custom-mini-cart-footer .custom-mini-cart-buttons {
	flex-grow: 1;
}

#cart .custom-mini-cart-footer a.checkout {
	padding: 12px 16px;
	width: 100%;
	border-radius: 24px;
}

/* SEARCH */
.search.icon-btn svg {
	width: 24px !important;
	height: 24px !important;	
}

#search {
	width: 325px;
	box-shadow: inset 0 0 0 1px var(--e-global-color-b3ef197);
}

#search * {
	transition: none;
}

#search input {
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

/* MOBILE MENU */
#menu .elementor-menu-toggle {
	height: 36px;
	padding: 4px;	
}



/***  POST TILES ***/

/* Default zoom effect */
.zoom-on-hover img {
	top: 50%;
    left: 50%;
    width: 100%;
    position: absolute;
    transform: scale(1.01) translate(-50%, -50%);
	transform-origin: top left;
    transition: transform 0.3s ease;
}

.zoom-on-hover a:hover img {
	transform: scale(1.1) translate(-50%, -50%);
}

/** General post tile */

/* Category */
.dgp-post-tile .dgp-post-tile__category {
	top: 0;
	right: 0;
	padding: 0 12px;
	height: 32px;
	line-height: 32px;
	color: var(--e-global-color-9afa24d);
	font-size: var(--e-global-typography-5a7c4eb-font-size);
	font-weight: var(--e-global-typography-accent-font-weight);
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background: var(--e-global-color-primary);
	position: absolute;
}

/* Image */
a.dgp-post-tile .dgp-post-tile__image {
	padding-bottom: 50%;
	height: 0;
	overflow: hidden;
}

a.dgp-post-tile .dgp-post-tile__image img {
	top: 50%;
    left: 50%;
    width: 100%;
    max-width: none;
    position: absolute;
    transform: scale(1.01) translate(-50%, -50%);
	transform-origin: top left;
    transition: transform 0.3s ease;
}

a:hover.dgp-post-tile .dgp-post-tile__image img {
	transform: scale(1.1) translate(-50%, -50%);
}

/* Title */
a.dgp-post-tile .dgp-post-tile__title .elementor-heading-title {
	transition: all 0.3s ease;
}

a:hover.dgp-post-tile .dgp-post-tile__title .elementor-heading-title {
	color: var(--e-global-color-primary);
}

/* Post introduction */
a.dgp-post-tile .dgp-post-tile__post-intro :last-child {
	margin: 0;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

/** Small post tile **/

/* Image */
a.dgp-small-post-tile .dgp-small-post-tile__image {
	width: 120px;
	height: 80px;
	border-radius: 4px;
	overflow: hidden;
}

.single-post a.dgp-small-post-tile .dgp-small-post-tile__image {
	border: 1px solid var(--e-global-color-b3ef197);
}

a:hover.dgp-small-post-tile .dgp-small-post-tile__image.zoom-on-hover img {
	transform: scale(1.2) translate(-50%, -50%);
}

/* Title */
a.dgp-small-post-tile .dgp-small-post-tile__title .elementor-heading-title {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	transition: all 0.3s ease;
}

a:hover.dgp-small-post-tile .dgp-small-post-tile__title .elementor-heading-title {
	color: var(--e-global-color-primary);
}


/** Photo post tile */

/* Image */
a.dgp-photo-post-tile .dgp-photo-post-tile__image {
	padding-bottom: 50%;
	height: 0;
	overflow: hidden;
}

a.dgp-photo-post-tile .dgp-photo-post-tile__image img {
	top: 50%;
    left: 50%;
    width: 100%;
    max-width: none;
    position: absolute;
    transform: scale(1) translate(-50%, -50%);
	transform-origin: top left;
    transition: transform 0.3s ease;
}

a:hover.dgp-photo-post-tile .dgp-photo-post-tile__image img {
	transform: scale(1.1) translate(-50%, -50%);
}

/* Load more */

.e-load-more-spinner svg {
	margin: 0 auto;
	width: 1.5em !important;
	height: 1.5em !important;
	display: none;
}

.e-load-more-message {
	display: none !important;
}



/*** HOMEPAGE ***/

/* Product carousel */
#product-carousel .elementor-swiper-button-prev {
	border-bottom-left-radius: 4px;
}

#product-carousel .elementor-swiper-button-next {
	border-top-right-radius: 4px;
}



/*** GENERAL POST ITEMS ***/

/* Back Button */
#back-button {
	padding: 8px 12px 8px 4px;
	font-size: var(--e-global-typography-5a7c4eb-font-size);
	color: var(--e-global-color-primary);
	border: 1px solid var(--e-global-color-b3ef197);
	background: none;
	display: flex;
	flex-direction: row;
}

#back-button:hover {
	background: var(--e-global-color-fe62075);
}

#back-button span {
	display: inline-flex;
	align-items: center;
}

#back-button span::before {
	margin-right: 2px;
    content: '\f341';
    font-family: "dashicons";
	color: var(--e-global-color-primary);
    font-size: 24px;
    font-weight: normal;
    display: inline-flex;
}

/* Breadcrumb */
#breadcrumb p {
	margin: 0;
	line-height: 1.1em;
	display: flex;
	flex-wrap: wrap;
}

#breadcrumb a,
#breadcrumb span.last {
	font-size: var(--e-global-typography-5a7c4eb-font-size);
	line-height: 1.1em;
	display: inline-flex;
}

#breadcrumb a:hover {
	text-decoration: underline;
}

#breadcrumb span.separator {
    width: 24px;
    overflow: hidden;
	font-size: 0;
    position: relative;
	display: inline-flex;
	flex-shrink: 0;
}

#breadcrumb span.separator::before {
	top: 0;
	left: 0;
	width: 24px;
	font-size: var(--e-global-typography-5a7c4eb-font-size);
	text-align: center;
    content: '\f345';
    font-family: "dashicons";
	color: var(--e-global-color-primary);
    font-weight: normal;
    position: absolute;
}



/*** ARCHIVE ***/

/* Category filter */
.category-filter button:focus {
	color: var(--e-global-color-primary) !important;
}

/* Tags */
.tags {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

.tags.post {
	margin: -16px 0 40px 0;
}

.tags a.chip,
.tags a.chip:hover {
	padding: 0 12px;
	height: 36px;
	line-height: 36px;
	font-size: var(--e-global-typography-accent-font-size);
	font-weight: var(--e-global-typography-accent-font-weight);
	color: var(--e-global-color-primary);
	border-radius: 4px;
	background: var(--e-global-color-fe62075);
	display: inline-flex;
}

.tags a.chip:hover {
	color: var(--e-global-color-secondary);
}



/*** BLOG / ARTICLES ***/
#post {
	overflow-x: hidden;
}

#progress.e-con.elementor-sticky--active {
	z-index: 9;
}

/* Category badge */
#category-chip a,
#category-chip a:hover {
	margin-right: 16px;
	padding: 0 12px;
	height: 36px;
	line-height: 36px;
	font-size: var(--e-global-typography-accent-font-size);
	font-weight: var(--e-global-typography-accent-font-weight);
	color: var(--e-global-color-9afa24d);
	border-radius: 4px;
	background-color: var(--e-global-color-primary);
	display: inline-flex;
}

/* Reading time */
.reading-time {
	display: flex;
	gap: 8px;
}

.reading-time span {
	font-size: var(--e-global-typography-5a7c4eb-font-size);
}

.reading-time img {
	width: 24px;
	height: 24px;
	display: inline-flex;
}

/* Featured image */
#featured-image > .elementor-widget-container {
	margin: 0 calc((640px - 1024px) / 2);
}

#featured-image img {
	max-height: 512px;
}

/* Table of content (ToC) */
#toc {
	width: 100%;
	border-radius: 4px;
	background: var(--e-global-color-fe62075);
}

#toc .elementor-toc__header {
	cursor: pointer;
}

#toc .elementor-toc__toggle-button {
	pointer-events: none;
}

#toc .elementor-toc__body {
	border-top: 1px solid var(--e-global-color-b3ef197);
}

#toc .elementor-toc__body ul li:last-child {
	margin: 0;
}

#toc li .elementor-toc__list-item-text-wrapper {
	align-items: flex-start;
}

#toc .elementor-toc__body li svg {
	margin: 8px 8px 0 0;
	flex-shrink: 0;
}

#toc a:hover.elementor-item-active {
	text-decoration: underline;
}

/* Social Media share */
#social-media .elementor-share-btn {
	margin: 0 8px;
}



/*** DGP BLOCKS ***/

/* Images */
.dgp-image {
	margin: 0 0 24px 0;
	width: 100%;
	display: flex;
}

.dgp-image .dgp-single-image-container {
	width: 100%;
}

.dgp-image figure {
	margin: 0;
}

.dgp-image figure figcaption {
	margin-top: 4px;
	line-height: var(--e-global-typography-text-line-height);
	color: var(--e-global-color-text);
	font-size: var(--e-global-typography-5a7c4eb-font-size);
	font-style: italic;
}

.dgp-image-container {
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	display: flex;
}

.dgp-image-container.format-landscape_large {
	margin: 0 -80px;
	width: 800px;
}

.dgp-image-container.format-fit {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
}

.dgp-image-container.format-fit img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

/* Tip block */
.dgp-tip {
	margin: 0 0 24px 0;
	padding: 16px;
	border-radius: 4px;
	background: var(--e-global-color-fe62075, #EEF2EE);
	align-items: center;
	display: flex;
}

.dgp-tip.icon-top {
	align-items: flex-start;
}

.dgp-tip .dgp-tip-icon {
	margin-right: 16px;
	width: 36px;
	height: 36px;
	flex-shrink: 0;
}

.dgp-tip .dgp-tip-icon img {
	width: 36px;
	height: 36px;
}

.dgp-tip .dgp-tip-text p:last-child {
	margin: 0;
}
.dgp-tip .dgp-tip-text a {
	color: var(--e-global-color-primary, #567B57);
	text-decoration: underline;
}

.dgp-tip .dgp-tip-text a:hover {
	text-decoration: none;
}

/* Post block */
.dgp-post {
	margin: 0 0 24px 0;
	border-radius: 4px;
	background: var(--e-global-color-fe62075, #EEF2EE);
	position: relative;
	display: flex;
}

.dgp-post .dgp-post-image {
	width: 33.33%;
	border-radius: 4px;
	flex-shrink: 0;
	position: relative;
}

.dgp-post.no-intro .dgp-post-image {
	width: 20%;
}

.dgp-post .dgp-post-image a {
	height: 100%;
	display: block;
}

.dgp-post .dgp-post-image figure {
	width: 100%;
    height: 100%;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
    overflow: hidden;
    display: flex; 
    justify-content: center;
    align-items: center;
}

.dgp-post .dgp-post-image figure img {
	height: 100%;
    object-fit: cover;
    object-position: center;
}

.dgp-post .dgp-post-content {
	padding: 16px;
	flex-grow: 1;
	display: flex;
    flex-direction: column;
	justify-content: center;
}

.dgp-post a.dgp-post-title,
.dgp-post a:hover.dgp-post-title {
	margin: 0 0 8px 0;
	font-family: var(--e-global-typography-primary-font-family);
	font-weight: var(--e-global-typography-primary-font-weight);
    line-height: 1.5em;
	color: var(--e-global-color-text, #000);
	display: inline-block;
}

.dgp-post a:hover.dgp-post-title {
	text-decoration: underline;
}

.dgp-post.no-intro a.dgp-post-title {
	margin: 0;
}

.dgp-post .dgp-post-featured-badge {
	margin-right: 8px;
	padding: 0 8px;
	height: 28px;
	line-height: 28px;
	font-size: var(--e-global-typography-5a7c4eb-font-size);
	font-family: var(--e-global-typography-accent-font-family);
	font-weight: var(--e-global-typography-accent-font-weight);
	color: var(--e-global-color-9afa24d, #fff);
	border-radius: 4px;
    background: var(--e-global-color-primary, #567B57);
	display: inline-block;
}

.dgp-post .dgp-post-intro {
	margin-bottom: 8px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.dgp-post a.dgp-post-intro-read-more {
	color: var(--e-global-color-text, #000);
	font-weight: normal;
	text-decoration: underline;
	text-align: right;
}

.dgp-post a:hover.dgp-post-intro-read-more {
	font-weight: normal;
	text-decoration: none;
}

/* Product block */
.dgp-product {
	margin: 0 0 24px 0;
	padding: 16px;
	border-radius: 4px;
	background: var(--e-global-color-fe62075, #EEF2EE);
	position: relative;
	display: flex;
	gap: 16px;
}

.dgp-product .dgp-product-image {
	width: 33.33%;
	flex-shrink: 0;
	position: relative;
}

.dgp-product.no-intro .dgp-product-image {
	width: 20%;
}

.dgp-product .dgp-product-image a {
	height: 100%;
	display: flex;
}

.dgp-product .dgp-product-image figure {
	width: 100%;
    max-height: 240px;
    overflow: hidden;
    display: flex;
}

.dgp-product .dgp-product-content {
	display: flex;
	flex-grow: 1;
    flex-direction: column;
	justify-content: center;
}

.dgp-product a.dgp-product-title,
.dgp-product a:hover.dgp-product-title {
	margin: 0;
	font-family: var(--e-global-typography-primary-font-family);
	font-weight: var(--e-global-typography-primary-font-weight);
    line-height: 1.5em;
	color: var(--e-global-color-secondary, #3D573E);
	display: inline-block;
}

.dgp-product a:hover.dgp-product-title {
	text-decoration: underline;
}

.dgp-product .dgp-product-featured-badge {
	margin-right: 8px;
	padding: 0 8px;
	height: 28px;
	line-height: 28px;
	font-size: var(--e-global-typography-5a7c4eb-font-size);
	font-family: var(--e-global-typography-accent-font-family);
	font-weight: var(--e-global-typography-accent-font-weight);
	color: var(--e-global-color-9afa24d, #fff);
	border-radius: 4px;
    background: var(--e-global-color-primary, #567B57);
	display: inline-block;
}

.dgp-product .dgp-product-price bdi {
	color: var(--e-global-color-primary, #567B57);
	font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    line-height: var(--e-global-typography-accent-line-height);
}

.dgp-product .dgp-product-price del, 
.dgp-product .dgp-product-price del bdi {
	color: var(--e-global-color-primary, #567B57);
}

.dgp-product .dgp-product-price ins,
.dgp-product .dgp-product-price ins bdi {
	color: var(--e-global-color-b9dc3fe, #CC0000);
}

.dgp-product .dgp-product-intro {
	margin-top: 8px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* Freebie */
.dgp-freebie {
	margin: 0 0 24px 0;
	padding: 16px;
	border-radius: 4px;
	background: var(--e-global-color-09f87eb, #F5E9DC);
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.dgp-freebie .dgp-freebie-title {
	margin: 0;
	line-height: 32px;
	font-size: 1.5rem;
	color: var(--e-global-color-text, #000);
	font-family: var(--e-global-typography-primary-font-family);
    font-weight: var(--e-global-typography-primary-font-weight);
}


.dgp-freebie .dgp-freebie-title .dgp-freebie-title-text { 
	margin-right: 8px;
	display: inline-block;
}

.dgp-freebie .dgp-freebie-title .dgp-freebie-title-badge {
	padding: 0 8px;
	height: 32px;
	line-height: 32px;
	font-size: var(--e-global-typography-5a7c4eb-font-size);
	font-family: var(--e-global-typography-accent-font-family);
	font-weight: var(--e-global-typography-accent-font-weight);
	color: var(--e-global-color-9afa24d, #fff);
	border-radius: 4px;
    background: var(--e-global-color-accent, #D98A5E);
	display: inline-block;
}

.dgp-freebie .dgp-freebie-container {
	display: flex;
	flex-direction: row;
	gap: 16px;
}

.dgp-freebie .dgp-freebie-content {
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	gap: 16px;
}

.dgp-freebie .dgp-freebie-image {
	width: 40%;
    flex-shrink: 0;
    position: relative;
}

.dgp-freebie .dgp-freebie-image figure {
	width: 100%;
    max-height: 240px;
    overflow: hidden;
    display: flex;
}

.dgp-freebie .dgp-freebie-usps {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.dgp-freebie .dgp-freebie-usps li {
	position: relative;
}

.dgp-freebie .dgp-freebie-usps li .usp-icon {
	left: 0;
	top: 3px;
	width: 24px;
	height: 24px;
	position: absolute;
}

.dgp-freebie .dgp-freebie-usps li p {
	margin: 0;
	padding-left: 36px;
}

.dgp-freebie .dgp-freebie-form {
	display: flex;
	flex-direction: column;
}

.dgp-freebie .dgp-freebie-form .form-row {
	display: flex;
	flex-direction: row;
	gap: 16px;
}

.dgp-freebie .dgp-freebie-form .form-row.submit {
	margin-top: 16px;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.dgp-freebie .dgp-freebie-form button {
	height: 56px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.dgp-freebie .dgp-freebie-form .icon {
	width: 24px;
	height: 24px;
	display: inline-flex;
}

.dgp-freebie .dgp-freebie-form .loader.icon  {
  animation: spin 2s linear infinite;
}

.dgp-freebie .dgp-freebie-form .dgp-freebie-button-suffix {
	text-align: center;
	font-size: var(--e-global-typography-b665c7c-font-size);
}

.dgp-freebie .dgp-freebie-form .form-feedback-message {
	margin-top: 16px;
	font-weight: bold;
}



/*** EXPERT ***/

/* Expert photos */
.dgp-expert-photos {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.dgp-expert-photos .dgp-expert-photos__list {
	display: flex;
}

.dgp-expert-photos .dgp-expert-photos__expert {
	margin-left: -16px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	overflow: hidden;
	display: inline-flex;
	z-index: 1;
}

.dgp-expert-photos .dgp-expert-photos__expert img {
	width: 100%;
	height: 100%;
}

.dgp-expert-photos .dgp-expert-photos__expert:first-of-type {
	margin: 0;
}

.dgp-expert-photos .dgp-expert-photos__expert:hover {
	z-index: 9;
}

.dgp-expert-photos .dgp-expert-photos__count {
	font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
}

/* Expert Bio Box */
.expert-bio-box {
	margin: 0 0 24px 0;
	padding: 16px;
	border-radius: 4px;
	background: var(--e-global-color-fe62075, #EEF2EE);
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.expert-bio-box * {
	color: var(--e-global-color-secondary);
}

.expert-bio-box .expert-intro {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 16px;
}

.expert-bio-box a.expert-photo {
	width: 64px;
	height: 64px;
	border-radius: 50px;
	display: flex;
	flex-shrink: 0;
	overflow: hidden;
}

.expert-bio-box a.expert-photo img {
	width: 64px;
	height: 64px;
}

.expert-bio-box .expert-info {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.expert-bio-box .expert-name a {
	line-height: 1em;
	display: flex;
	font-weight: bold;
	color: var(--e-global-color-secondary);
}

.expert-bio-box .expert-name a:hover {
	line-height: 1em;
	font-weight: bold;
	text-decoration: underline;
}

.expert-bio-box .expert-header  {
	line-height: 1.25em;
	font-style: italic;
}

.expert-bio-box .expert-intro p:last-of-type {
	margin-bottom: 0;
}


/** OVERVIEW **/

/* Filter */
.expert-filter button {
	max-width: 150px !important;
	white-space: nowrap !important;
	overflow: hidden !important;
	text-overflow: ellipsis;
	display: inline-block !important;
}

.expert-filter button[aria-pressed="false"]:focus {
	color: var(--e-global-color-primary);
}

/* Expert tile */
a.dgp-expert-tile .dgp-expert-tile__image {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	overflow: hidden;
}

a.dgp-expert-tile .dgp-expert-tile__image img {
	top: 50%;
    left: 50%;
    width: 100%;
    max-width: none;
    position: absolute;
    transform: scale(1) translate(-50%, -50%);
	transform-origin: top left;
    transition: transform 0.3s ease;
}

a:hover.dgp-expert-tile .dgp-expert-tile__image img {
	transform: scale(1.2) translate(-50%, -50%);
}

a.dgp-expert-tile .dgp-expert-tile__name .title {
	margin: 0;
	font-size: var(--e-global-typography-accent-font-size);
	transition: all 0.3s ease;
}

a:hover.dgp-expert-tile .dgp-expert-tile__name .title {
	color: var(--e-global-color-primary);
}

a.dgp-expert-tile .dgp-expert-tile__location {
	font-size: var(--e-global-typography-5a7c4eb-font-size);
	line-height: var(--e-global-typography-5a7c4eb-line-height);
	color: var(--e-global-color-text);
	opacity: 0.5;
}


/** EXPERT PAGE **/
.expert-menu {
	width: 100%;
    position: relative;
	overflow-x: auto;
}

/* Menu */
.expert-menu ul {
	margin: 0;
	padding: 0;
	min-width: 100%;
	list-style-type: none;
	box-shadow: inset 0px -1px 0 var(--e-global-color-b3ef197);
	position: relative;
	display: flex;
	white-space: nowrap;
}

.expert-menu ul li {
	position: relative;
	display: inline-flex;
	flex-shrink: 0;
}

.expert-menu ul li a,
.expert-menu ul li a:hover {
	padding: 12px;
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
    line-height: var(--e-global-typography-primary-line-height);
	position: relative;
}

.expert-menu ul li:first-child a {
	padding: 12px 12px 12px 16px;
}

.expert-menu ul li:last-child a {
	padding: 12px 16px 12px 12px;
}

.expert-menu ul li a:after {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: var(--e-global-color-b3ef197);
	content: ''; 
	position: absolute;
}

.expert-menu ul li a:hover {
	color: var(--e-global-color-primary);
}

.expert-menu ul li a:hover::after {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: var(--e-global-color-primary);
	content: ''; 
	position: absolute;
}

/* Chips */
.expert-chips {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.expert-chips span.chip,
.expert-chips button.chip.show-more {
	padding: 0 12px;
	height: 32px;
	line-height: 32px;
	font-size: var(--e-global-typography-text-font-size);
	color: var(--e-global-color-text);
	border-radius: 4px;
	background: var(--e-global-color-9afa24d);
}

.expert-chips span.chip {
	max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.expert-chips span.chip.hidden-chip {
	display: none;
}

/* Faq */
#faq ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}

#faq ul .faq-item {
	border-top: 1px solid var(--e-global-color-b3ef197);
	display: block;
}

#faq ul .faq-item:last-of-type {
	border-bottom: 1px solid var(--e-global-color-b3ef197);
}

#faq ul .faq-item .faq-question {
	padding: 12px 32px 12px 0;
	position: relative;
	display: block;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
}

#faq ul .faq-item .faq-question:after {
	top: 16px;
	right: 0;
	width: 24px;
	height: 24px;
	line-height: 24px;
	color: var(--e-global-color-primary);
    content: '\f347';
    font-family: "dashicons";
	font-size: 24px;
	font-weight: normal;
	position: absolute;
}

#faq ul .faq-item.open .faq-question {
	font-weight: bold;
}

#faq ul .faq-item.open .faq-question:after {
	content: '\f343';
}

#faq ul .faq-item .faq-answer {
	padding: 0 0 16px 0;
}

#faq ul .faq-item .faq-answer :last-child {
	margin: 0;
}

#faq ul .faq-item.closed .faq-answer {
	display: none;
}

#faq ul .faq-item.open .faq-answer {
	display: block;
}

/* Contact */
.expert-contact .elementor-icon-wrapper {
	display: flex;
}

.expert-contact .contact-link {
	overflow: hidden;
}

.expert-contact .contact-link .elementor-button,
.expert-contact .contact-link .elementor-button:hover {
	font-size: var(--e-global-typography-text-font-size) !important;
	font-weight: var(--e-global-typography-text-font-weight) !important;
}

/* Sidebar */
#expert-sidebar h3, 
#expert-sidebar h4 {
	margin: 40px 0 24px 0;
}

#expert-cta h3, 
#expert-cta h4 {
	margin: 0;
}

#expert-sidebar .e-loop-nothing-found-message {
	display: none;
}



/*** WOOCOMMERCE ***/

.woocommerce .woocommerce-notices-wrapper,
.woocommerce .added_to_cart {
  display: none !important;
}



/** PRODUCT ARCHIVE **/
#product-category .product-description .term-description :last-of-type {
	margin: 0;
}


#product-category .product-category-menu ul::before,
#product-category .product-category-menu li a::before{
	left: 0;
	height: 100%;
	content: '';
	border-left: 3px solid var(--e-global-color-fe62075);
	position: absolute;
}

#product-category .product-category-menu li a {
	padding-left: 19px;
}

#product-category .product-category-menu li a::before {
	border-left: 3px solid var(--e-global-color-primary);
}

/* Product tile */
a.dgp-product-tile .dgp-product-tile__category {
	line-height: var(--e-global-typography-accent-line-height);
	color: var(--e-global-color-text);
	font-size: var(--e-global-typography-5a7c4eb-font-size);
}

a.dgp-product-tile .dgp-product-tile__title .product_title {
	transition: all 0.3s ease;
}

a:hover.dgp-product-tile .dgp-product-tile__title .product_title {
	color: var(--e-global-color-primary);
}

a.dgp-product-tile .dgp-product-tile__price .price {
	margin: 0;
}

a.dgp-product-tile .dgp-product-tile__price .price del {
	opacity: 1 !important;
}


/** PRODUCT PAGE **/

/* Product image(s) */
#product .product-images .woocommerce-product-gallery {
	transition: none !important;
}

#product .woocommerce-product-gallery:not(:has(> .flex-viewport)) .woocommerce-product-gallery__wrapper {
  border: 1px solid var(--e-global-color-b3ef197);
}

#product .product-images div.images {
	margin-bottom: 0;
}

#product .product-images .woocommerce-product-gallery__image {
	max-height: 640px;  
	display: flex !important;
	justify-content: center;
	align-items: center;
}

#product .product-images .woocommerce-product-gallery__image a {
    pointer-events: none;
    cursor: default;
}

#product .product-images .woocommerce-product-gallery__image img {
	max-width: 100%;
	max-height: 640px;
}

#product .product-images a.woocommerce-product-gallery__trigger {
	display: none;
}

#product .product-images ol.flex-control-nav {
	margin: 0 0 4px -4px;
	display: flex;
	overflow: visible;
}

#product .product-images ol.flex-control-nav li {
	padding: 16px 8px 0 8px;
	width: 16.66%;
}

#product .product-images ol.flex-control-nav li:nth-child(4n+1) {
	clear: none;
}

#product .product-images ol.flex-control-nav li:nth-child(6n+1) {
	clear: left;
}

#product .product-images ol.flex-control-nav li img {
	outline: none;
	outline-offset: 2px;
}

#product .product-images ol.flex-control-nav li img.flex-active {
	outline: 2px solid var(--e-global-color-primary);
}

/* Description */
#product .flexible-heading {
	margin: 40px 0 24px 0;
}

#product .description .product-description :last-child {
	margin: 0;
}

/* Expert */
#product .expert .expert-bio-box {
	margin: 0;
}

/* Product details (sticky box) */
#product .product-details .short-description :last-child {
	margin-bottom: 0;
}

#product .product-details .price {
	margin-bottom: 0;
	font-size: 1.75rem;
}

#product .product-details .price del {
	opacity: 1;
}

#product .product-usp-list {
	margin: 24px 0 0;
	padding: 0;
	list-style-type: none;
}

#product .product-usp-list li {
	position: relative;
}

#product .product-usp-list li .usp-icon {
	left: 0;
	top: 3px;
	width: 24px;
	height: 24px;
	position: absolute;
}

#product .product-usp-list li p {
	margin: 0;
	padding-left: 36px;
}

.added_to_cart.wc-forward {
	display: none;	
}

/* Add to cart button */
.dgp-add-to-cart-button,
.dgp-external-product-button {
	display: inline-flex !important;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.dgp-add-to-cart-button .icon,
.dgp-external-product-button .icon {
	width: 24px;
	height: 24px;
	display: inline-flex;
}

.dgp-add-to-cart-button .loader.icon  {
  animation: spin 2s linear infinite;
}

#product a#return-policy {
	font-size: var(--e-global-typography-b665c7c-font-size);
	color: var(--e-global-color-text);
}

#product a:hover#return-policy {
	text-decoration: underline;
}



/*** CHECKOUT ***/

/* Validation */
#checkout .woocommerce-NoticeGroup ul {
	margin-bottom: 40px;
	padding: 16px;
	border-radius: 4px;
	border: none;
}

#checkout .woocommerce-NoticeGroup ul.woocommerce-error {
	background-color: color-mix(in srgb, var(--e-global-color-b9dc3fe) 10%, transparent);
}

#checkout .woocommerce-NoticeGroup ul::before {
	display: none;
}

#checkout .woocommerce-NoticeGroup ul li, 
#checkout .woocommerce-NoticeGroup ul li a {
	color: var(--e-global-color-b9dc3fe);
} 

#checkout .woocommerce-NoticeGroup ul li {
	margin: 0 0 8px 0;
	padding-left: 32px !important;
	line-height: 32px;
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
	position: relative;
}

#checkout .woocommerce-NoticeGroup ul li:last-of-type {
	margin: 0;
}

#checkout .woocommerce-NoticeGroup ul li::before {
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	font-size: 24px;
	content: "\f534";
	font-family: "dashicons";
	color: var(--e-global-color-b9dc3fe);
	position: absolute;
}

/* Form */
#checkout .e-checkout__container {
	display: flex;
	gap: 40px;
	flex-wrap: nowrap;
}

#checkout .e-checkout__column {
	width: 50%;
}

#checkout .form-row.form-row-first,
#checkout .form-row.form-row-last {
	width: calc(50% - 8px);
}

#checkout .form-row {
	margin: 0 0 16px 0 !important;
	padding: 0 !important;
}

#checkout .form-row.form-row-first {
	margin: 0 8px 16px 0 !important;
}

#checkout .form-row.form-row-last {
	margin: 0 0 16px 8px !important;
}

#checkout .form-row label .required {
	display: none;
}

/* Order overview table */

/* Loading */
#checkout .blockUI.blockOverlay {
	background: none !important;
	z-index: 9 !important;
}

#checkout .blockUI.blockOverlay::before {
	background: url(https://new.degroeipsycholoog.nl/wp-content/themes/hello-child/img/loader-green.svg) center center;
}

/* Order overview */
#checkout #order_review table .product-total,
#checkout #order_review table .order-total td {
	width: 100px;
	text-align: right;
}

#checkout #order_review td.product-name {
	padding-right: 16px;
}

#checkout #order_review tbody tr:last-of-type td {
	padding-bottom: 8px;
}

#checkout #order_review tr.cart-subtotal {
	display: none;
}

#checkout #order_review tr.order-total th,
#checkout #order_review tr.order-total td {
	padding-top: 16px;
}

/* Payment */
#checkout ul.wc_payment_methods {
	width: 100% !important;
	grid-template-columns: repeat(2, 1fr);
	display: grid;
	gap: 16px;
}

#checkout ul.wc_payment_methods:before,
#checkout ul.wc_payment_methods:after {
	display: none !important;
}

#checkout li.wc_payment_method input[type="radio"] {
    width: 0;
	height: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
}

/* Label */
#checkout li.wc_payment_method label {
	padding: 16px;
	color: var(--e-global-color-secondary);
	text-indent: -2px;
	border-radius: 4px;
	border: 1px solid var(--e-global-color-secondary);
	background-color: var(--e-global-color-fe62075);
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	align-items: center;
	gap: 4px;
	cursor: pointer;
	position: relative;
	user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

/* Logo */
#checkout li.wc_payment_method label img {
	margin: 0 !important;
	width: 48px;
	max-height: initial !important
}

/* Checked */
#checkout li.wc_payment_method input[type="radio"]:checked + label {
	font-weight: bold;
	border-color: var(--e-global-color-primary);
	background-color: var(--e-global-color-9afa24d);
	box-shadow: 0px 0px 0px 2px rgba(86, 123, 87, 0.33);
}

#checkout li.wc_payment_method input[type="radio"]:checked + label::before {
    top: -8px;
	right: -8px;
	width: 32px;
    height: 32px;
    border-radius: 50%;
	font-size: 28px;
	font-weight: normal;
	color: var(--e-global-color-9afa24d);
	content: "\f147";
	font-family: "dashicons";
	text-indent: -4px;
	background-color: var(--e-global-color-primary);
    display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	position: absolute;
}

/* Privacy comment */
#checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
	margin: 24px 0 16px 0 !important;
	font-size: var(--e-global-typography-5a7c4eb-font-size);
	color: var(--e-global-color-fe62075);
}

#checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text a {
	font-size: var(--e-global-typography-5a7c4eb-font-size);
	color: var(--e-global-color-fe62075);
	text-decoration: underline; 
}

#checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text a:hover { 
	text-decoration: none;
}

/* Terms accept */
#checkout .woocommerce-terms-and-conditions-wrapper {
	width: 100%;
}

#checkout .woocommerce-terms-and-conditions-wrapper p {
	margin: 0 0 24px 0 !important;
}

#checkout input[type=checkbox]#terms {
	margin: 0 8px 0 0;
	padding: 0 11px;
	max-width: 24px;
	height: 24px;
	cursor: pointer;
	position: relative;
	-webkit-appearance: none;
	appearance: none;
}

#checkout input[type=checkbox]:checked#terms {
	border: 1px solid var(--e-global-color-primary);
	background-color: var(--e-global-color-primary);
}

#checkout input[type=checkbox]:checked#terms::before {
	left: 0;
	top: 0;
	width: 24px;
    height: 24px;
	line-height: 24px;
	font-size: 28px;
	font-weight: normal;
	color: var(--e-global-color-9afa24d);
	content: "\f147";
	font-family: "dashicons";
	text-indent: -4px;
	position: absolute;
}

#checkout .woocommerce-invalid input {
	outline: 2px solid var(--e-global-color-b9dc3fe);
	outline-offset: 2px;
}

#checkout .checkout-inline-error-message {
	margin-top: 8px;
	font-size: var(--e-global-typography-b665c7c-font-size);
	color: var(--e-global-color-b9dc3fe);
}

#checkout .woocommerce-terms-and-conditions-checkbox-text {
	cursor: pointer;
}

#checkout .woocommerce-terms-and-conditions-checkbox-text a {
	text-decoration: underline;
}

#checkout .woocommerce-terms-and-conditions-checkbox-text a:hover {
	text-decoration: none;
}

#checkout .woocommerce-terms-and-conditions-wrapper p abbr.required {
	display: none;
}

/* Terms box */
#checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions {
	margin: 0 0 16px 0;
	padding: 16px;
	width: 100%;
	font-size: var(--e-global-typography-5a7c4eb-font-size);
	color: var(--e-global-color-text);
	border-radius: 4px;
	border: none;
	background-color: var(--e-global-color-9afa24d);
}

#checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions :last-child {
	margin: 0 !important;
}

#checkout .form-row.place-order {
	margin: 0 !important;
}

/* Place order button */
#checkout button#place_order {
	margin-bottom: 0 !important;
	width: 100% !important;
	font-size: 1.25rem !important;
}

#checkout button:hover#place_order {
	background-color: var(--e-global-color-319fc0d) !important;
}



/*** FAQ ***/
#faq details[open] summary:focus {
	outline: none;
}

#faq details[open] .e-n-accordion-item-title-text {
	font-weight: bold;
}



/*** CONTACT ***/
.dgp-form h5 {
	margin: 8px 0 0;
}



/*** SEARCH ***/
#search-archive .search-title {
	margin: 0;
}

#search-form {
	height: 56px;
	display: flex;
}

#search-form .search-wrapper {
	position: relative;
	display: flex;
	flex: 1 1 auto;
}

#search-form .search-input {
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

#search-form .search-input.search-input::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    display: none;
}

#search-form a.clear-button {
	top: 16px;
	right: 16px;
	width: 24px;
	height: 24px;
	position: absolute;
	display: none;
}

#search-form button {
	padding: 0;
	width: 56px;
	height: 56px;
	border-radius: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	background-color: var(--e-global-color-primary);
	flex-shrink: 0;
}

#search-form button:hover {
	background-color: var(--e-global-color-221e427);
}

#search-form button .icon {
	width: 24px;
	height: 24px;
}

/* Search tile */
#search-archive .elementor-post__card .elementor-post__thumbnail img {
	top: 50%;
    left: 50%;
    width: 100%;
    position: absolute;
    transform: scale(1.01) translate(-50%, -50%);
	transform-origin: top left;
    transition: transform 0.3s ease;
}

#search-archive .elementor-post__card .elementor-post__thumbnail img:hover {
	transform: scale(1.1) translate(-50%, -50%);
}

#search-archive .elementor-post__card .elementor-post__thumbnail__link {
	margin-bottom: 0;
}

#search-archive .elementor-post__card .elementor-post__title a {
	transition-duration: 300ms;
}

#search-archive .elementor-post__card .elementor-post__title a:hover {
	color: var(--e-global-color-primary);
}

#search-archive .elementor-post__card .elementor-post__excerpt p {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}



/*** 404 ***/
.error404 #search.full-size {
	width: 100%;
}



/*** SITEMAP ***/

#sitemap a {
	color: var(--e-global-color-text);
	text-decoration: none;
}

#sitemap a:hover {
	color: var(--e-global-color-primary);
	text-decoration: underline;
}

#sitemap .elementor-heading-title a {
	font-family: var(--e-global-typography-primary-font-family);
    font-weight: var(--e-global-typography-primary-font-weight);
}



/*** FOOTER ***/

/* Social Media */
footer .social-media a.elementor-button {
	width: 44px;
	height: 44px;
}

footer .social-media a.elementor-button svg {
	width: 24px !important;
	height: 24px !important;
}

footer .social-media .instagram a.elementor-button svg {
	margin-top: 2px;
}

/* Menu's */
footer .elementor-heading-title a,
footer .elementor-heading-title a:hover {
	font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    line-height: var(--e-global-typography-accent-line-height);
}

footer nav a:hover {
	text-decoration: underline;
}

/* Newsletter */
footer .newsletter input {
	padding: 8px 16px !important;
}

footer .newsletter button {
	height: 47px;
}

footer .bottom-bar-menu nav .elementor-nav-menu {
	margin-inline-end: inherit;
}



@media only screen and (max-width: 1024px) {
	
	/*** POST / ARTICLE ***/
	#post .e-con-inner > div {
		margin: 0 auto;
		max-width: 640px;
	}
	
	/* Featured Image */
	#post .e-con-inner > #featured-image {
		max-width: 100%;
	}

	#featured-image > .elementor-widget-container {
		margin: 0 -16px;
	}
	
	
	
	/*** EXPERT ***/
	.expert-menu {
		margin: 0 -16px;
		width: calc(100% + 32px);
	}
	
	
	
	/*** PRODUCT ***/
	.dgp-add-to-cart-button,
	.dgp-external-product-button {
		width: 100%;
	}
	
	#product a#return-policy {
		text-align: center;
		display: block;
	}
	
	
	
	/*** CHECKOUT ***/
	#checkout .e-checkout__container {
		gap: 24px;
		flex-direction: column;
    	flex-wrap: wrap;
	}
	
	#checkout .e-checkout__column {
		width: 100%;
	}

	#checkout .form-row.form-row-first,
	#checkout .form-row.form-row-last {
		width: 100%;
	}
	
	
	
	/*** FOOTER ***/
	footer .bottom-bar-menu nav .elementor-nav-menu {
		margin-inline-end: auto;
	}
}

@media only screen and (max-width: 767px) {

	
	
	/*** GENERAL ***/
	
	h1 {
	  font-size: 2.25rem;
	}

	h2 {
	  font-size: 1.75rem;
	}

	h3 {
	  font-size: 1.5rem;
	}

	h4 {
	  font-size: 1.25rem;
	}

	h5 {
	  font-size: 1.15rem;
	}

	h6 {
	  font-size: 1rem;
	}
	
	
	
	/*** MENU ***/
	#cart .elementor-menu-cart__container {
		right: -44px;
	}
	
	#menu nav {
		box-shadow: 0 3px 5px rgba(0,0,0,0.1);
	}
	
	#menu nav a,
	#menu .hide-on-normal-menu {
		text-align: center;
		display: block;
	}
	
	#menu .free a {
		margin: 0 16px 16px;
		padding: 8px;
		color: var(--e-global-color-9afa24d);
		border-radius: 4px;
		background-color: var(--e-global-color-accent);
	}
	
	
	
	/*** HOMEPAGE ***/
	#tree {
		right: 50%;
    	width: 100%;
		transform: translateX(50%);
	}
	
	
	
	/*** POST / ARTICLE ***/
	
	/** DGP BLOCKS **/

	/* Post & CTA block */
	.dgp-post {
		flex-direction: column;
	}

	.dgp-post .dgp-post-image,
	.dgp-post.no-intro .dgp-post-image {
		padding-bottom: 66.66%;
		width: 100%;
		height: 0;
	}
	
	.dgp-post .dgp-post-image figure {
		height: 100%;
		border-radius: 0;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
		justify-content: center;
		align-items: center;
	}

	.dgp-post .dgp-post-image a {
		width: 100%;
		height: auto;
	}
	
	/* Product block */
	.dgp-product {
		flex-direction: column;
	}

	.dgp-product .dgp-product-image,
	.dgp-product.no-intro .dgp-product-image {
		width: 100%;
	}
	
	/* Freebie */
	.dgp-freebie .dgp-freebie-container {
		flex-direction: column;
	}

	.dgp-freebie .dgp-freebie-content {
		order: 2;
		width: 100%;
	}

	.dgp-freebie .dgp-freebie-image {
		order: 1;
		width: 100%;
	}

	.dgp-freebie .dgp-freebie-form .form-row {
		flex-direction: column;
	}

	.dgp-freebie .dgp-freebie-form .dgp-freebie-button-suffix {
		font-size: var(--e-global-typography-b665c7c-font-size);
	}

	
	
	/* Related Posts */
	.related-post a.elementor-post__thumbnail__link {
		width: 86px;
	}

	.related-post .elementor-post__text {
		padding: 4px 16px;
	}
	
	
	
	/*** PRODUCT ***/
	#product .flexible-heading {
		margin: 24px 0 0;
	}
	
	
	
	/*** CHECKOUT ***/
	#checkout .woocommerce-NoticeGroup ul li,
	#checkout .woocommerce-NoticeGroup ul li a {
		line-height: 24px;
	}
}