/*
Theme Name: Number Three One - Child
Theme URI: https://standoutmedia.dk/
Author: Standoutmedia A/S
Author URI: https://standoutmedia.dk/
Description: Et helt specielt Standoutmedia Tema
Template: number-three-one
Text Domain: number-three-child
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* ===== CSS Variables ===== */

:root {
    /* Font sizes */
    --h1: 45px;
    --h2: 50px;
    --h3: 35px;
    --h4: 22px;
    --h5: 16px;
    --h6: 15px;
    --p: 18px;

    /* Gaps */
    --gap-l: 90px;
    --gap-m: 40px;
    --gap-s: 20px;

    /* font families */
    --h-fam: 'Inter', sans-serif;
    --p-fam: 'Inter', sans-serif;
    --btn-fam: var(--p-fam);

    /* colors */
    --color-1: #536637;
    --color-2: #D46115;
    --color-bg: #E9EBE6;
    --color-text: #3A3639;
    --color-dark: #3A3639;
    --color-overlay: rgb(0 0 0 / 20%);

    /* transitions */
    --transition: .175s ease-out;
	
	--border-radius: 10px;

    --content-margin: calc(0 * var(--gap-m));
    --slider-text-width: 870px;
    
    /* Theme defined variables from PHP */
    --content-width: initial;
    --sidebar-width: initial;
    /* END Theme defined variables from PHP */
}


/* ===== END CSS Variables ===== */


/*======================================================================//
// style.css                                                            //
//======================================================================*/


/* Generel */
html {
	scroll-behavior: smooth;
	scroll-margin-top: 100px;
}

body {
	background-color: #E9EBE6;
}

#main-content .section-wrap.clear p a {
	text-decoration: underline;
	font-weight: 700;
	white-space: nowrap;
}

.stom-small.small-left {
	max-width: 780px;
	margin-left: auto;
}

#main-content .section-wrap.clear p a:hover {
	text-decoration: underline;
}

p {
    margin: 0 0 1.25em;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	transition: var(--transition);
}

html, body, input, select, optgroup, textarea {
	font-weight: 350;
	line-height: 1.25;
	transition: var(--transition);
}

strong {
	font-weight: 600;
}

span.read-more a {
	text-decoration: none;
}

span.read-more a .stom-custom-svg {
	line-height: 0;
	font-size: 35px;
	color: var(--color-2);
	margin-left: .15em;
}

.stom-button a {
	display: inline-block;
	border-radius: 25rem;
	font-size: var(--p);
	font-weight: 550;
	padding: 12px 20px;
}

.stom-button.orange a {
	background-color: var(--color-2);
	border-color: var(--color-2);
}

.stom-button.orange a:hover {
	background-color: #fff;
	border-color: #fff;
	color: var(--color-2);
}

.stom-button.white a {
	background-color: #fff;
	border-color: #fff;
	color: var(--color-1);
}

.stom-button.white a:hover {
	background-color: var(--color-2);
	border-color: var(--color-2);
	color: #fff;
}

.stom-button.transparent a {
	background-color: transparent;
	color: var(--color-1);
	border-color: var(--color-1);
}

.stom-button.transparent a:hover {
	background-color: var(--color-2);
	border-color: var(--color-2);
	color: #fff;
	
}

.stom-button.inline:not(:last-of-type) {
	margin-right: 15px;
}

.stom-small {
	max-width: 925px;
}

/* Sections */
.section-wrap.clear.has-background {
	border-radius: var(--border-radius);
}

.section-wrap.clear.has-background p {
	font-weight: 300;
}

.section-wrap.clear.stom-billede-sektion {
	margin-top: calc(var(--gap-l) * 2);
}

.section-wrap.clear.stom-billede-sektion.has-background {
	padding-block: var(--gap-l);
}

.section-wrap.clear.stom-billede-sektion.has-background .section {
	padding-block: 0;
}

.stom-billede-sektion .stom-cols-6 {
	padding-top: 0;
	align-items: flex-start;
	min-height: 635px;
}

.stom-billede-sektion .stom-picture img {
	border-radius: var(--border-radius);
}

.section-wrap.clear.quote-section {
	position: relative;
	overflow: hidden;
	padding-bottom: var(--gap-l);
	margin-inline: 0;
	margin-top: var(--gap-l);
}

.section-wrap.clear.quote-section::after {
    content: "";
    position: absolute;
    right: calc(-1 * var(--gap-m));
    bottom: -20px;
    width: 446px;
    max-width: 100%;
    aspect-ratio: 446 / 348;
    background-image: url("images/hedgehog-footer.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    pointer-events: none;
}


.section-wrap.clear.quote-section .section > .stom-custom-svg {
	display: block;
	text-align: center;
	font-size: 85px;
	line-height: 0;
	color: var(--color-2);
	margin-bottom: 10px;
}

.section-wrap.clear.quote-section .section > blockquote {
	max-width: 870px;
	margin-inline: auto;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.25;
	text-align: center;
}

.section-wrap.clear.faq-video-section .section .stom-cols-6 {
	padding-top: var(--gap-l);
	align-items: center;
	min-height: 700px;
}

.section-wrap.clear.faq-video-section .section .stom-cols-6 .stom-center-box {
	width: 100%;
}

.section-wrap.clear.faq-video-section .section .stom-cols-6 .stom-center-box > .title {
	margin-bottom: 0;
}

.section-wrap.clear.faq-video-section .section .stom-cols-6 .stom-center-box > .stom-button {
	margin-top: var(--gap-m);
}

.section-wrap.clear.faq-video-section .section .stom-cols-6 .stom-center-box .faq-accordion .faq-item:first-of-type .faq-question {
	padding-top: 10px;
}

.section-wrap.clear.faq-video-section .section .stom-picture {
	overflow: hidden;
	border-radius: var(--border-radius);
	max-height: 700px;
}

.faq-accordion .faq-answer {
    display: none;
	font-size: 16px;
    padding: 20px 0 15px;
}

.faq-accordion .faq-question {
    font-size: 22px;
	font-weight: 600;
	width: 100%;
    text-align: left;
    border: none;
	padding: 34px 0;
	color: var(--color-1);
	background-color: var(--color-bg);
	border-bottom: 1px solid var(--color-1); 
    cursor: pointer;
    display: flex;
	justify-content: space-between;
    align-items: center;
    gap: 15px;
    transition: background 0.3s;
}

.faq-accordion .faq-question:hover {
	color: var(--color-2);
}

.faq-accordion .faq-question .faq-left {
	display: flex;
	align-items: center;
	gap: 15px;
}

.faq-accordion .faq-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.section-wrap.clear.faq-section.has-background .faq-accordion .faq-question {
	background-color: transparent;
	color: var(--color-bg);
	border-bottom-color: var(--color-bg);
	padding: 25px 0;
}

.section-wrap.clear.faq-section.has-background .section .stom-cols-6 .stom-center-box > .stom-button {
	float: right;
	margin-top: var(--gap-m);	
}

.section-wrap.clear.faq-section.has-background .section .stom-cols-6 .stom-center-box > .stom-button a {
	border-color: var(--color-bg);
}

.section-wrap.clear.faq-section .section .stom-picture img {
	max-height: 710px;
}

.section-wrap.clear.accordion-section {
	margin-top: calc(var(--gap-l) * 2);
}

.section-wrap.clear.accordion-section .section {
    max-width: 780px;
}

.section-wrap.clear.accordion-section .section .accordion-container .accordion-item:not(:last-of-type) {
	margin-bottom: var(--gap-m);
}

.section-wrap.clear.accordion-section .section .accordion-container .accordion-item .accordion-title {
	font-weight: 500;
	margin-bottom: 5px;
}

.section-wrap.clear.accordion-section .section .accordion-container .accordion-item .accordion-content {
    max-height: 45px;
    overflow: hidden;
    transition: max-height 0.4s ease;
	margin-bottom: .25em;
}

.section-wrap.clear.accordion-section .section .accordion-container .accordion-item .accordion-toggle {
	font-weight: 500;
	text-decoration: none;
	transition: var(--transition);
}

.section-wrap.clear.accordion-section .section .accordion-container .accordion-item .accordion-toggle:hover {
	color: var(--color-2);
}

.section-wrap.clear.split-section .section .heading {
	border-bottom: 1px solid var(--color-2);
	padding-bottom: 10px;
	margin-bottom: 25px;
}

.section-wrap.clear.split-section .section .heading .entry-title {
	margin-bottom: 0;
}

.section-wrap.clear.split-section .section .grid-elements {
	gap: 0;
}

.section-wrap.clear.split-section .section .grid-elements .grid-element {
	border-bottom: 1px solid var(--color-2);
}

.section-wrap.clear.split-section .section .grid-elements .grid-element {
	padding-bottom: 40px;
}

.section-wrap.clear.split-section .section .grid-elements .grid-element:not(:last-of-type) {
	margin-bottom: 30px;
}

.section-wrap.clear.split-section .section .grid-elements .grid-element .overlay:after {
	display: none;
}

.section-wrap.clear.split-section .section .grid-elements .grid-element .overlay .container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: var(--gap-l);
}

.section-wrap.clear.split-section .section .grid-elements .grid-element .overlay .container .element strong {
	font-weight: 600;
}

.section-wrap.clear.split-section .section .grid-elements .grid-element .overlay .container .element > p a {
	transition: var(--transition);
}

.section-wrap.clear.split-section .section .grid-elements .grid-element .overlay .container .element > p a:hover {
	color: var(--color-2);
}

.section-wrap.clear.split-section .section .grid-elements .grid-element .overlay .container .element ul li::marker {
	color: var(--color-2);
}

.section-wrap.clear.split-section .section .grid-elements .grid-element .overlay .container .element ul li:not(:last-of-type) {
	margin-bottom: 10px;
}

.section-wrap.clear.split-section .section .grid-elements .grid-element .overlay .container .element:only-child {
	grid-column: 1 / -1;
}

.section-wrap.clear.split-section .section .grid-elements .grid-element .overlay .container .element > h3 {
	margin-top: 40px;
}

body.stom-terms-page.no-sidebar .entry-content {
	max-width: 950px;
	margin-inline: auto;
	font-size: 16px;
	line-height: 1.5;
	padding: var(--gap-l) var(--gap-m);
	border-radius: var(--border-radius);
	border: 1px solid var(--color-1);
	background-color: #fff;
}

body.stom-terms-page.no-sidebar .entry-content > p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

body.stom-terms-page.no-sidebar .entry-content > h3 {
	margin-top: 40px;
	font-size: 20px;
	color: var(--color-1);
}

body.stom-terms-page.no-sidebar .entry-content > ul li,
body.stom-terms-page.no-sidebar .entry-content > ol li {
	font-size: 16px;
}

body.stom-terms-page.no-sidebar .entry-content > ul li:not(:last-of-type),
body.stom-terms-page.no-sidebar .entry-content > ol li:not(:last-of-type) {
	margin-bottom: 10px;
}

.section-wrap.clear.report-section .section .stom-cols-6 .stom-center-box {

}

body:not(.stom-terms-page):not(.no-sidebar):not(.woocommerce-page) #content {
	max-width: 1200px;
}

.widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget):not(.widget-no-border) {
	font-size: 16px;
}

.mere-tekst-wrapper > button {
	border-radius: 25rem;
	border: 1px solid var(--color-1);
	background-color: #fff;
	color: var(--color-1);
	font-size: var(--p);
	line-height: 1.25;
	padding: 15px 20px;
}

body.single-post #main-content #content {
	max-width: 1200px;
	margin-top: 0;
}

body.single-post #main-content #content #primary article .post-content-wrapper .post-thumbnail > img {
	max-height: 100%;
}

body.single-post #main-content #content #primary article .post-content-wrapper .entry-header .entry-title {
	font-size: var(--h2);
	text-transform: inherit;
}

body.single-post #main-content #content #primary article .post-content-wrapper .entry-header .entry-meta {
	font-size: 16px;
	font-weight: 500;
	color: vaR(--color-1);
	font-style: normal;
}

body.single-post #main-content #content #primary article .post-content-wrapper .header-divider {
	background-color: var(--color-dark);
	margin-top: var(--gap-m);
}

body.single-post #main-content #content #primary article .post-content-wrapper .entry-content {
	margin-top: var(--gap-m);
}

body.single-post #main-content #content #primary article .post-content-wrapper .entry-content > p {
	font-size: 16px;
	line-height: 1.5;
}

.single .navigation.post-navigation {
	margin-top: var(--gap-l);
}

.single .navigation.post-navigation a {
	background-color: var(--color-1);
	border-color: var(--color-1);
	color: #fff;
	border-radius: 25rem;
	font-size: 16px;
	font-weight: 500;
}

.single .navigation.post-navigation a:hover {
	background-color: #fff;
	border-color: var(--color-1);
	color: var(--color-1);
}

/* Fixed */
.section-wrap.clear.fixed-sidebar {
	position: fixed;
	top: 50%;
	right: 0;
	margin-inline: 0;
}

.section-wrap.clear.fixed-sidebar .section {
	display: flex;
	flex-direction: column;
	gap: 20px;
	border-bottom: 0;
	padding: 0;
}

.section-wrap.clear.fixed-sidebar .section:after {
	display: none;
}

.section-wrap.clear.fixed-sidebar .section > .stom-button a {
	font-size: 16px;
	font-weight: 500;
	border-radius: 5px 0 0 5px;
	width: 100%;
	height: 100px;
	max-width: 100px;
	text-align: center;
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-right: none;
	border-color: var(--color-bg);
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	line-height: 1.1;
	gap: 8px;
	transition: var(--transition);
}

.section-wrap.clear.fixed-sidebar .section > .stom-button a:hover {
	background-color: var(--color-bg);
	border-color: var(--color-1);
	color: #536637 !important;
}

.section-wrap.clear.fixed-sidebar .section > .stom-button a .stom-custom-svg {
	font-size: 40px;
	line-height: 0;
}

.section-wrap.clear.fixed-sidebar .section > .stom-button.orange a .stom-custom-svg {
	font-size: 30px;
}

#woo-icons .site-header-cart .cart-contents span.count, header .stomWF-favourites-list-link .count {
	background-color: var(--color-1);
	color: #fff;
	font-size: 12px;
}

/* Logo + Menu */
header .nav-wrap {
	display: flex;
	align-items: center;
}

header .nav-wrap .header-buttons {
	margin-left: 60px;
}

header .nav-wrap .header-buttons ul {
	padding-left: 0;
	margin: 0;
	display: flex;
	align-items: center;
	column-gap: 30px;
}

header .nav-wrap .header-buttons ul li {
	list-style-type: none;
}

header .nav-wrap .header-buttons ul li a {
	display: inline-flex;
	font-weight: 600;
	color: var(--color-1);
	align-items: center;
	text-decoration: none;
	white-space: nowrap; 
}

header .nav-wrap .header-buttons ul li:first-of-type a {
	gap: 5px;
}

header .nav-wrap .header-buttons ul li a:hover {
	color: var(--color-2);
}

header .nav-wrap .header-buttons ul li a .stom-custom-svg {
	line-height: 0;
}

header .nav-wrap .header-buttons ul li:nth-child(2) a .stom-custom-svg svg path:last-of-type {
	/*fill: #D46115;*/
}

header .nav-wrap .header-buttons ul li .stom-button a {
	padding: 8px 20px;
}

header .nav-wrap .header-buttons ul li .stom-button a .stom-custom-svg {
	font-size: 34px;
	margin-right: .25em;
	color: #fff;
}

header .main-navigation ul.menu a {
	font-size: var(--p);
	font-weight: 400;
	padding: .7em .7em;
	transition: var(--transition);
}

header .main-navigation ul.menu a .stom-menu-item-arrow {
	font-size: 12px;
	color: var(--color-2);
}

.site-branding #logo img, 
.site-branding #logo svg {
	width: auto;
	height: auto;
	max-width: 97px;
	max-height: 100px;
}

.hover-style-bold ul.menu li:hover > a, 
.hover-style-bold ul.menu li.focus > a, 
.hover-style-bold ul.menu .current-menu-item > a, 
.hover-style-bold ul.menu .current-menu-ancestor > a {
	font-weight: 400;
	color: var(--color-2);
}

.socials-wrapper {
	display: flex;
	align-items: center;
	column-gap: 18px;
}

.socials-wrapper a.stom-social-shortcode {
	font-size: var(--p);
	color: var(--color-2);
}

#primary-menu li.menu-item-has-children ul.sub-menu {
	background-color: var(--color-bg);
	transform: scaleY(0);
    transform-origin: top;
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    display: block;
}

#primary-menu li.menu-item-has-children:hover ul.sub-menu {
    transform: scaleY(1);
    opacity: 1;
}

#primary-menu li.menu-item-has-children ul.sub-menu li.menu-item a {
	font-size: 13px;
	width: 275px;
}

#primary-menu li.menu-item-has-children ul.sub-menu li.menu-item a .hidden-menu-item {
	justify-content: flex-start;
	padding: .7em 1.25em;
	text-align: left;
}

/* Header */
header#masthead {
	background-color: #E9EBE6;
}

header .top-bar {
	font-size: 16px;
}

header .top-bar ul li a {
	display: inline-block;
	padding: 0;
	transition: var(--transition);
}

header .top-bar ul li a:hover {
	color: var(--color-2);
}

header .top-bar ul li strong {
	font-weight: 600;
}

header .top-bar .top-bar-left {
	margin-right: 0;
}

header .top-bar .top-bar-left ul li .stom-custom-svg {
	color: var(--color-2);
	line-height: 0;
	margin-right: .25em;
}

header.site-header .section-wrap .section {
	border-bottom: 1px solid var(--color-2);
	padding: 10px 0;
}

.header-sticky-active.scrolled .style-header-02 .section-wrap .section {
	padding: 10px 0;
}

.page-slider-section {
	overflow: hidden;
	border-radius: 0 0 var(--border-radius) var(--border-radius);
}

.page-slider-section .slide-element .video-aligner {
	padding-top: 0 !important;
	line-height: 0;
}

.page-slider-section .slide-element .video-aligner video {
	max-height: 100vh;
}

.page-slider-section .slider-text-inner .slider-text-inner-wrapper h1 {
	
}

.page-slider-section .slider-text-inner .slider-text-inner-wrapper p {
	font-size: 22px;
	font-weight: 500;
}

.page-slider-section .slider-text-inner .slider-text-inner-wrapper p a {
	text-decoration: none;
	transition: var(--transition);
}

.page-slider-section .slider-text-inner .slider-text-inner-wrapper p a:hover {
	color: var(--color-2);
}

.page-slider-section .slider-text-inner .slider-text-inner-wrapper .stom-button a {
	font-size: 22px;
	font-weight: 500;
}

body:not(.home) .page-slider-section .slider-text {
	/*background-color: rgba(0, 0, 0, .4);*/
}

body:not(.home) .page-slider-section .slider-text-inner .slider-text-inner-wrapper p {
	/*font-size: var(--p);*/
}

/* Frontpage */
.section-wrap.clear.cards-section .section .grid-elements {
	grid-gap: 30px;
}

.section-wrap.clear.cards-section .section .grid-elements .grid-element:not(.heading) {
	overflow: hidden;
}

.section-wrap.clear.cards-section .section .grid-elements .grid-element:not(.heading) > img {
	border-radius: var(--border-radius);
}

.section-wrap.clear.cards-section .section .grid-elements .grid-element:not(.heading) .overlay {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: flex-start;
	gap: 15px;
	grid-row: inherit;
	padding: 0;
	margin-top: 12px;
}

.section-wrap.clear.cards-section .section .grid-elements .grid-element:not(.heading) .overlay:after {
	display: none;
}

.section-wrap.clear.cards-section .section .grid-elements .grid-element:not(.heading) .overlay > h2,
.section-wrap.clear.cards-section .section .grid-elements .grid-element:not(.heading) .overlay > h3 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 0;
}

.section-wrap.clear.cards-section .section .grid-elements .grid-element:not(.heading) .overlay > .stom-custom-svg {
	font-size: 42px;
	line-height: 0;
	color: var(--color-2);
}

.section-wrap.clear.cards-section .section .grid-elements .grid-element:not(.heading).gdpr {
	margin-top: var(--gap-l);
}

.section-wrap.clear.cards-section .section .grid-elements .grid-element:not(.heading).gdpr .overlay {
	grid-row: 1 / -1;
}

.section-wrap.clear.member-section .section .grid-elements .grid-element:not(.heading) .overlay {
	flex-direction: column;
	align-items: flex-start;
	grid-row: 1 / -1;
}

.section-wrap.clear.member-section .section .grid-elements .grid-element.donation {
	overflow: hidden;
	border-radius: var(--border-radius);
}

.section-wrap.clear.member-section .section .grid-elements .grid-element:not(.heading):not(.donation) .overlay {
	margin-top: 0;
	justify-content: flex-end;
}

.section-wrap.clear.member-section .section .grid-elements .grid-element:not(.heading):not(.donation) .overlay .content {
	background-color: rgba(83, 102, 55, .5);
	border-radius: 0 0 var(--border-radius) var(--border-radius);
	width: 100%;
	padding: var(--gap-m) var(--gap-s);
	min-height: 200px;
	transition: var(--transition);
}

.section-wrap.clear.member-section .section .grid-elements .grid-element:not(.heading):not(.donation):hover .overlay .content {
	background-color: rgba(83, 102, 55, .95);
}

.section-wrap.clear.member-section .section .grid-elements .grid-element:not(.heading):not(.donation) .overlay .content > * {
	color: #fff;
}

.section-wrap.clear.member-section .section .grid-elements .grid-element:not(.heading):not(.donation) .overlay .content > h3 {
	font-size: 24px;
	margin-bottom: 8px;
}

.section-wrap.clear.member-section .section .grid-elements .grid-element:not(.heading):not(.donation) .overlay .content > ul {
	padding-left: 0;
}

.section-wrap.clear.member-section .section .grid-elements .grid-element:not(.heading):not(.donation) .overlay .content > ul li {
	list-style-type: none;
	font-size: 16px;
}

.section-wrap.clear.member-section .section .grid-elements .grid-element.donation .overlay {
	padding: var(--gap-m);
	margin-top: 0;
}

.section-wrap.clear.member-section .section .grid-elements .grid-element.donation .overlay > h2 {
	font-size: var(--h2);
}

#stom-pid-support-form {
	width: 100%;
}

#stom-pid-support-form .form-row {
	margin-bottom: 20px;
}

#stom-pid-support-form .form-row.row-amount .row-slider-column .range-desc {
	display: block;
	margin-bottom: 10px;
	font-weight: 600;
}

#stom-pid-support-form .form-row.row-amount .row-slider-column #range-slider {
	width: 100%;
}

#stom-pid-support-form .form-row.row-amount .row-amount-column #range-slider-amount {
	border-radius: var(--border-radius);
	border: none;
	height: 40px;
	color: #3A3639;
	font-weight: 500;
}

#stom-pid-support-form .form-row.row-amount .row-amount-column small {
	display: block;
	margin-top: 10px;
}

#stom-pid-support-form .form-row.row-recurring ul {
	padding-left: 0;
}

#stom-pid-support-form .form-row.row-recurring ul li {
	list-style-type: none;
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 16px;
}

#stom-pid-support-form .form-row.row-recurring ul li:not(:last-of-type) {
	margin-bottom: 10px;
}

#stom-pid-support-form .form-row.row-recurring ul li input[type="radio"] {
	width: 20px;
	height: 20px;
}

#stom-pid-support-form .form-row.row-submit {
	margin-top: 40px;
}

#stom-pid-support-form .form-row button[type="submit"] {
	background-color: var(--color-2);
	border: 1px solid var(--color-2);
	border-radius: 25rem;
	display: inline-block;
    font-size: var(--p);
    font-weight: 500;
    padding: 12px 20px;
}

.section-wrap.clear.donation-section {
	margin-top: calc(var(--gap-l) * 3.5);
}

.section-wrap.clear.donation-section .section {
	max-width: 780px;
}

.section-wrap.clear.donation-section .section > h3 {
	margin-top: 40px;
}

.section-wrap.clear.donation-section .section .product-container .woocommerce ul.products {
	margin: 0;
}

.section-wrap.clear.donation-section .section .product-container .woocommerce ul.products li.product {
	overflow: hidden;
	margin-bottom: 0;
	background-color: var(--color-bg);
	border-radius: var(--border-radius);
	padding: 20px 20px 30px;
}

.section-wrap.clear.donation-section .section .product-container .woocommerce ul.products li.product .stom-product-loop-image-wrap {
	aspect-ratio: 3 / 2;
}

.section-wrap.clear.donation-section .section .product-container .woocommerce ul.products li.product .woocommerce-loop-product__title {
	color: #3A3639;
}

.section-wrap.clear.donation-section .section .product-container .woocommerce ul.products li.product > a.button {
	bottom: 30px;
	right: 20px;
}

.section-wrap.clear.news-section {
	margin-top: calc(var(--gap-l) * 2);
}

.section-wrap.clear.news-section .section .grid-elements .grid-element.heading {
	border-bottom: 1px solid var(--color-2);
	padding-bottom: 5px;
}

.section-wrap.clear.news-section .section .grid-elements .grid-element.heading .overlay {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-direction: row;
}

.section-wrap.clear.news-section .section .grid-elements .grid-element.heading .overlay:after {
	display: none;
}

.section-wrap.clear.news-section .section .grid-elements .grid-element.heading .overlay > h2 {
	margin-bottom: 0;
}

.section-wrap.clear.news-section .section .grid-elements .grid-element.heading .overlay > .read-more {
	padding-bottom: 5px;
}

.section-wrap.clear.has-graphic {
	position: relative;
	border-radius: 0 0 var(--border-radius) var(--border-radius);
	margin-top: calc(var(--gap-l) * 3.5);
	padding-block-start: var(--gap-m) !important;
}

.section-wrap.clear.has-graphic:before {
	content: "";
	position: absolute;
	top: -220px;
	left: 0;
	width: 100%;
	height: 225px;
	background-image: url('images/illustration.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top left;
}

.section-wrap.clear.has-graphic .section {
	padding-top: 0;
}

.home .section-wrap.clear.news-section.footer {
	display: none;
}

/* Subpages */
body:not(.home) .section-wrap.clear.stom-billede-sektion {
	margin-top: calc(var(--gap-l) * 1);
}

body:not(.home) .section-wrap.clear.stom-billede-sektion.faq-section {
	margin-top: calc(var(--gap-l) * 3);
}

body.post-type-archive-product #main-content #content footer.woocommerce-products-footer {
    display: none;
}

.section-wrap.clear.contact-section .section .grid-elements {
	overflow: hidden;
	border-radius: var(--border-radius);
	border: 1px solid var(--color-1);
	gap: 0;
}

.section-wrap.clear.contact-section .section .grid-elements .grid-element.info .overlay > p {
	font-size: 14px;
}

.section-wrap.clear.contact-section .section .grid-elements .grid-element.info .overlay > p a {
	font-weight: 350 !important;
}

.section-wrap.clear.contact-section .section .grid-elements .grid-element.form {
	grid-column: span 2;
}

.section-wrap.clear.contact-section .section .grid-elements .grid-element .overlay {
	justify-content: flex-start;
}

.gform_wrapper form .gform_body {
	padding-top: 0 !important;
}

.gform_wrapper form .gform_body .gform_fields {
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}

.gform_wrapper form .gform_body .gform_fields .gfield > .gfield_label {
	font-size: 16px;
	font-weight: 600;
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container > * {
	font-size: 14px;
	border-radius: var(--border-radius);
	border-color:  var(--color-1);
	color: var(--color-1);
	padding: 10px 10px;
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container > *::placeholder {
	font-size: 14px;
	color: var(--color-text);
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container > input {
	height: 40px;
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container > textarea {
	height: 200px;	
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox {
	padding: 0;
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox .gchoice {
	margin-bottom: 10px;
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input {
	vertical-align: top;
	width: 20px;
	height: 20px;
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox .gchoice > label {
	margin-left: .5em;
}

.gform_wrapper form .gform_footer {
	margin: 40px 0 0 !important;
}

.gform_wrapper form .gform_footer .gform_button {
	border-radius: 25rem;
	padding: 12px 20px;
	font-size: var(--p);
	font-weight: 550;
}

.section-wrap.clear.signup-section .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container > textarea {
	height: 100px;
}

.section-wrap.clear.logo-section .section .logo-container {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: var(--gap-s);
}

.section-wrap.clear.logo-section .section .logo-container > p {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	padding: 20px;
	margin: 0;
}

.section-wrap.clear.logo-section .section .logo-container > p img {
	max-height: 150px;
	object-fit: contain;
}

/* Footer */
#colophon.footer-setting-02 {
	font-size: var(--p);
	font-weight: 300;
	line-height: 1.25;
	border-radius: var(--border-radius) var(--border-radius) 0 0;
	margin-top: 0;
}

#colophon .copyright {
	background-color: var(--color-bg);
}

#colophon .footer-widget-area-site-info .section {
	padding: 20px 0;
}

#colophon .some-widget .textwidget {
	display: flex;
	flex-direction: column;
	row-gap: 30px;
}

#colophon .some-widget .textwidget .element {
	display: flex;
	align-items: center;
	gap: 10px;
}

.footer-setting-02 .footer-widget-area-site-info .section {
	border-top: none;
}

.footer-setting-02 .footer-widget-area-site-info .section .footer-widgets .widget .textwidget {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-setting-02 .footer-widget-area-site-info .section .footer-widgets .widget .textwidget p {
	margin: 0;
	font-size: 16px;
	font-weight: 350;
	line-height: 0;
	color: var(--color-1);
}

#colophon .widget-title {
	font-size: 25px;
	font-weight: 550;
	margin-bottom: 20px; 
}

#colophon .widget .textwidget ul.menu li.menu-item:not(:last-of-type) {
	margin-bottom: 5px;
}

.footer-setting-02 .footer-widget-area .section {
	padding: 50px 0;
}

.footer-setting-02 .footer-widget-area .section .footer-header {
	display: flex;
    align-items: center;
    justify-content: space-between;
	gap: var(--gap-l);
	border-bottom: 1px solid #fff;
    padding-bottom: 50px;
    margin-bottom: 55px;
}

.footer-setting-02 .footer-widget-area .section .footer-header > h3 {
	font-size: var(--h2);
	line-height: 1.25;
	margin-bottom: 0;
}

.footer-setting-02 .footer-widget-area .section .footer-header > .stom-button a {
	border-color: #fff;
	min-width: 600px;
	text-align: center;
}

.footer-setting-02 .footer-widget-area .section .footer-header > .stom-button a .stom-customs-svg {
	font-size: 34px;
    line-height: 0;
}

/* News */
.new-stom-posts {
	grid-gap: 30px;
}

.new-stom-posts .new-stom-post-wrapper {
	position: relative;
	overflow: hidden;
}

.new-stom-posts .new-stom-post-wrapper > a.full-element-link {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: transparent;
    z-index: 5;
}

.new-stom-posts .new-stom-post-wrapper .new-stom-post-date {
	font-size: var(--p);
	color: var(--color-2);
	margin-bottom: 5px;
}

.new-stom-posts .new-stom-post-wrapper .new-stom-post-thumb {
	overflow: hidden;
	border-radius: var(--border-radius);
	line-height: 0;
	margin-bottom: 18px;
	
	
}

.new-stom-posts .new-stom-post-wrapper .new-stom-post-thumb > img {
	width: 100%;
	height: 210px;
	object-fit: cover;
	transition: transform 0.5s ease;
	transform-origin: bottom left;
}

.new-stom-posts .new-stom-post-wrapper:hover .new-stom-post-thumb > img {
    transform: scale(1.1);
}

.new-stom-posts .new-stom-post-wrapper .new-stom-post-title {
	margin-bottom: 5px;
}

.new-stom-posts .new-stom-post-wrapper .new-stom-post-title > h4 {
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.new-stom-posts .new-stom-post-wrapper .new-stom-post-content > p {
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.section-wrap.clear.news-archive-section .section .new-stom-posts {
	grid-gap: 60px 30px;
}

.section-wrap.clear.news-archive-section .section .new-stom-posts .new-stom-post-wrapper .new-stom-post-thumb > img {
	height: 260px;
}

/* Sidebar */
.widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget):not(.widget-no-border) {
	background-color: var(--color-1);
	border-radius: var(--border-radius);
}

/* WooCommerce Header */
#woo-icons {
	margin-left: 0;
}

#woo-icons .woo-search a {
	font-size: var(--p);
	font-weight: 600;
	color: var(--color-1);
	border-bottom: none;
	padding-inline: 0;
}

/*  */

/*  */


/*======================================================================//
// END style.css                                                        //
//======================================================================*/


/*======================================================================//
// woocommerce.css                                                      //
//======================================================================*/


/* woocommerce style goes here */


/*======================================================================//
// END woocommerce.css                                                  //
//======================================================================*/


.woocommerce-page .stom-product-count-sorting-wrap {
	margin-bottom: var(--gap-m);
}

.woocommerce-result-count {
	font-size: 16px;
}

.woocommerce .woocommerce-ordering select {
	font-size: 16px;
}

.woocommerce ul.products li.product .product-category {
	opacity: 1;
    text-transform: inherit;
    font-size: 16px;
    font-weight: 400;
    color: var(--color-1);
	line-height: 1.25;
}

.custom-product-label {
	top: 10px !important;
	left: 10px !important;
	background-color: var(--color-2);
	font-size: 14px;
	font-weight: 500;
	border-radius: 5px;
	padding: 15px 20px;
}

.custom-product-label .display {
	margin: 0 0 ;
}

.woocommerce ul.products li.product .stom-product-loop-image-wrap {
	border-radius: 5px;
}


#number-three-sticky-mobile-cta .cta-container .stom-button a {
	font-size: 14px;
	border-radius: 0;
	flex-direction: row;
	gap: 8px;
	background-color: var(--color-1);
	color: #fff;
}

#number-three-sticky-mobile-cta .cta-container .stom-button:not(:last-child) a {
	border-right-color: #fff;
}

#number-three-sticky-mobile-cta .cta-container .stom-button:last-child a {
	background-color: var(--color-2);
}

#number-three-sticky-mobile-cta .cta-container .stom-button a .stom-custom-svg {
	font-size: 14px;
	color: #fff;
}
 
#woo-icons .stom-off-canvas-wrapper {
	background-color: var(--color-bg);
}

#woo-icons .stom-off-canvas-wrapper .widgettitle {
	text-transform: inherit;
	font-size: 24px;
	font-weight: 400;
	border-color: var(--color-dark);
}

#woo-icons .stom-off-canvas-wrapper .off-canvas-close {
	font-size: 16px;
}

#woo-icons .stom-off-canvas-wrapper .total {
	padding: 15px 15px;
	font-size: 16px;
	border-color: var(--color-dark);
}

#woo-icons .stom-off-canvas-wrapper .buttons a {
	border-radius: 25rem;
	border: 1px solid var(--color-1);
	background-color: #fff;
	font-size: 16px;
}

#woo-icons .stom-off-canvas-wrapper .buttons a:not(:first-child) {
	background-color: var(--color-1);
	color: #fff;
}

.woocommerce-page ul.products li.product-category img {
	border-radius: var(--border-radius);
}

body.single-product #main-content #content {
	max-width: 1200px;
}

body.single-product .section-wrap.clear.quote-section,
body.single-post .section-wrap.clear.quote-section {
	margin-top: vaR(--gap-l);
}

.woocommerce div.product form.cart .button.single_add_to_cart_button {
	border-radius: 25rem;
	background-color: var(--color-1);
	border-color: var(--color-1);
	font-size: 18px;
	font-weight: 400;
}

.woocommerce div.product form.cart .button.single_add_to_cart_button.disabled {
	color: #fff;
}

.woocommerce div.product form.cart .button.single_add_to_cart_button:not(.disabled) {
	background-color: var(--color-1);
	border-color: var(--color-1);
}

.single-product-fullwidth #primary .stom-product-header-wrapper {
	border-bottom: none;
}

.single-product-fullwidth #primary .product_title {
	padding-bottom: 0;
	margin-bottom: 10px;
}

.woocommerce div.product .woocommerce-product-details__short-description {
	font-size: 16px;
}

.woocommerce-page.single .custom-woocommerce-message {
	background-color: #fff;
	border-radius: var(--border-radius);
}

.woocommerce-page.single .custom-woocommerce-message .custom-button-wrapper .button {
	font-size: 16px;
	font-weight: 500;
	padding: 12px 20px;
	border-radius: 25rem;
	border: 1px solid var(--color-1);
}

.woocommerce-page.single .custom-woocommerce-message .custom-button-wrapper .button.wc-forward {
	background-color: var(--color-1);
}

.woocommerce-page.single .custom-woocommerce-message .custom-message-title {
	font-size: 20px;
    font-weight: 600;
}

.woocommerce-page.single .custom-woocommerce-message>.stom-fa-times {
	font-size: 1em;
}

.woocommerce-page.single .custom-product-wrapper .custom-product-title {
	font-size: 14px;
	font-weight: 600;
}

#woo-icons .site-header-cart .widget_shopping_cart .woocommerce-mini-cart__empty-message {
	font-size: 16px;
}

.woocommerce ul.products li.product .stom-product-loop-image-wrap a.stom-read-more {
	font-family: 16px;
	padding-block: 15px;
}


.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 10px 20px;
	font-size: 16px;
	opacity: 1;
	color: var(--color-text);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	background-color: var(--color-1);
	color: #fff;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	margin-bottom: var(--gap-l);
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	margin-bottom: var(--gap-l);
}

.woocommerce div.product .woocommerce-tabs .panel > h2 {
	font-size: var(--h3);
}

.woocommerce div.product .woocommerce-tabs .panel > p {
	font-size: 16px;
}

.single-product-fullwidth #primary > .product section.related {
	margin-top: var(--gap-l);
}

.single-product-fullwidth #primary > .product section.related > h2 {
	font-size: var(--h3);
}

.woocommerce table.shop_table,
.woocommerce-cart .woocommerce-cart-form .cart {
	border-color: var(--color-dark);
}

.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
	border-radius: var(--border-radius);
	background-color: var(--color-1);
	font-size: 18px;
	font-weight: 500;
}

.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
	background-color: #fff;
	color: var(--color-1);
	border-color: var(--color-1);
}

.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td {
	font-size: 16px;
	border-color: var(--color-dark);
}

.woocommerce-cart h1, .woocommerce-cart h2 {
	margin-bottom: 20px;
}

.woocommerce-cart .woocommerce-cart-form .shop_table .cart_item .product-descriptions .product-name {
	font-size: 16px;
	text-decoration: none;
}

.woocommerce-cart .woocommerce-cart-form .shop_table .cart_item .product-descriptions .product-price {
	font-size: 16px;
}

.woocommerce-cart .woocommerce-cart-form .shop_table .cart_item .product-descriptions .product-quantity {
	font-size: 16px;
}

.woocommerce-checkout #content {
	padding-bottom: 25px;
	margin-bottom: var(--gap-m);
}

.woocommerce-checkout h3:before {
	font-size: 16px;
	background-color: var(--color-1);
}

.woocommerce-checkout #customer_details,
#stom-order-review, #stom-checkout-payment {
	border-color: var(--color-dark);
	border-radius: var(--border-radius);
}

textarea#order_comments {
	height: 100px;
}

.terms-popup-content {
	padding-block: var(--gap-m);
}

.section-wrap.clear.employee-section .section .grid-elements {
	column-gap: 20px;
	row-gap: 20px;
}

.section-wrap.clear.employee-section .section .grid-elements .grid-element:not(.heading) {
	overflow: hidden;
	background-color: #fff;
	border-radius: var(--border-radius);
	padding: 20px;
}

.section-wrap.clear.employee-section .section .grid-elements .grid-element:not(.heading) .overlay {
	justify-content: flex-start;
}

.section-wrap.clear.employee-section .section .grid-elements .grid-element:not(.heading) .overlay > p {
	font-size: 16px;
}

body.woocommerce-shop #primary {
	width: 100%;
}

body.woocommerce-shop #secondary {
	display: none;
}

body.woocommerce #secondary .custom-overflow-wrapper .widget_product_categories {
	background-color: #fff;
	border: 1px solid var(--color-1)
}

body.woocommerce #secondary .custom-overflow-wrapper .widget_product_categories .widget-title {
	/* color: #fff; */
}

body.woocommerce #secondary .custom-overflow-wrapper .widget_product_categories ul.product-categories {
	padding-left: 0;
}

body.woocommerce #secondary .custom-overflow-wrapper .widget_product_categories ul.product-categories li.cat-item {
	list-style-type: none;
	/* color: #fff; */
	display: flex;
	align-items: center;
	justify-content: space-between;
}

body.woocommerce #secondary .custom-overflow-wrapper .widget_product_categories ul.product-categories li.cat-item:not(:last-of-type) {
	margin-bottom: 5px;
}

body.woocommerce #secondary .custom-overflow-wrapper .widget_product_categories ul.product-categories li.cat-item a {
	/* color: #fff; */
	font-weight: 500;
	text-decoration: none;
	display: inline-block;
	width: 100%;
	transition: var(--transition);
}

body.woocommerce #secondary .custom-overflow-wrapper .widget_product_categories ul.product-categories li.cat-item:hover a {
	color: var(--color-2);
}