/*
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: 55px;
    --h2: 34px;
    --h3: 23px;
    --p: 16px;
    --p-2: 14px;
    --p-3: 20px;
    --p-4: 40px;
    --link: 15px;
    --button: 18px;

    /* Gaps */
    --gap-3xs: 7px; 
    --gap-2xs: 10px;  
    --gap-xs: 15px; 
    --gap-s: 20px;
    --gap-m: 24px;
    --gap-l: 45px;
    --gap-xl: 70px;
    --gap-2xl: 82px;
    --gap-3xl: 90px;
    --gap-4xl: 180px;


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

    /* colors */
    --color-1: #2F5F05;
    --color-bg: #F0F0F0;;
    --color-text: #222;
    --color-light: #FFFFFF;
    --color-overlay: rgb(0 0 0 / 35%);

    /* transitions */
    --transition: .175s ease-out;

    /* Margin on the right and left of the main content sections (change 0 to 1 to match template distances)*/
    --content-margin: calc(0 * var(--gap-m));
    --slider-text-width: 800px;
    
    /* Theme defined variables from PHP */
    --content-width: initial;
    --sidebar-width: initial;
    /* END Theme defined variables from PHP */
}


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


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


/*======================================================================//
// header.css                                                            //
//======================================================================*/

/* top-bar */

.style-header-02 .top-bar .top-bar-right>*:not(:last-child){
    margin: 0 var(--gap-m) 0 0;
}

.style-header-02 .top-bar .top-bar-right>*:not(:last-child) a {
    color: var(--color-light);
    font-size: var(--p-2);
    font-weight: 400;
    font-family: var(--h-fam);
}

header.site-header .section-wrap .section, .header-sticky-active.scrolled .style-header-02 .section-wrap .section {
    padding: var(--gap-2xs) 0;
}

header .top-bar .socials-wrapper a:last-of-type {
    padding: 0;
}

.top-bar .stom-custom-svg svg {
    color: var(--color-light);
}

.top-bar .stom-custom-svg svg:hover {
    opacity: 0.9;
}

header .top-bar p span:has(svg) {
    margin-right: var(--gap-3xs);
    margin-left: var(--gap-m);
}

/* main-navigation */

.header-wrapper #logo img {
    max-height: 100px;
    min-height: 80px;
}

.style-header-02 .site-branding #logo {
    padding: 5px 0;
}

.main-navigation ul {
    gap: var(--gap-m);
    align-items: center;
}

header .main-navigation ul.menu a {
    height: auto;
    padding-inline: 0;
    font-size: var(--link);
    font-family: var(--h-fam);
}

header .main-navigation ul.menu .header-button a {
    padding: 0;
}

header .main-navigation ul.menu .header-button a::before {
    display: none;
}


/* dropdown */

header .main-navigation ul.menu li:not(.mega-menu) ul.sub-menu {
    align-items: start;
    gap: 0;
}

.main-navigation .sub-menu li, #menu-menu-burger li {
    padding-block: var(--gap-2xs);
    width: 100%;
}

header .main-navigation ul.menu ul a{
    width: fit-content;
    white-space: nowrap;
}

.hover-entry-fade-in ul.menu ul li:hover>a:before, .hover-entry-fade-in ul.menu ul li.focus>a:before, .hover-entry-fade-in ul.menu ul .current-menu-item>a:before, .hover-entry-fade-in ul.menu ul .current-menu-ancestor>a:before {
    opacity: 0;
}

.hover-entry-fade-in ul.menu ul li:hover, 
.hover-entry-fade-in ul.menu ul li.focus, 
.hover-entry-fade-in ul.menu ul .current-menu-item, 
.hover-entry-fade-in ul.menu ul .current-menu-ancestor {
    background-color: rgb(47 95 5 / 30%);
}

#site-navigation.main-navigation .current-menu-ancestor a {
    color: var(--color-text);
}

header .main-navigation ul.menu.stom-inline-menu {
    margin-left: 0;
}


/* burgermenu */





/*======================================================================//
// END header.css                                                        //
//======================================================================*/


/*======================================================================//
// footer-form.css                                                            //
//======================================================================*/

.section-wrap.footer-form {
    margin-top: var(--gap-4xl);
    padding: 0;
    background-position: top;
    background-size: cover;

}

.section-wrap.footer-form .section {
    background-color: var(--color-overlay);
    padding-block: var(--gap-4xl);
    margin: 0;
    max-width: 100%;
    backdrop-filter: blur(4px);
    padding-inline: var(--gap-m);
}
.section-wrap.footer-form:not(#footer-form) .section {
	    padding-block: var(--gap-xl);
}
.section-wrap.footer-form:not(#footer-form) .section .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 80px;
}
.section-wrap.footer-form:not(#footer-form) .section .grid-element h3 {
	font-size:var(--h2);
}
.section-wrap.footer-form .section .grid-elements {
    max-width: var(--content-width);
    margin: auto;
    align-items: start;
    color: var(--color-light);
    font-family: var(--h-fam);
    column-gap: var(--gap-3xl);
    row-gap: var(--gap-m);
}

.section-wrap.footer-form#footer-form .section .grid-element h3 {
    line-height: 65px;
    max-width: 15ch;
    margin-bottom: var(--gap-xs);
    font-size: var(--h1);
}

.section-wrap.footer-form .section .grid-element .overlay p:first-of-type {
    font-size: var(--button);
    line-height: 23px;
    max-width: 50ch;
    margin-bottom: var(--gap-l);
}

.section-wrap.footer-form .section .grid-element a {
    display: flex;
    gap: var(--gap-xs);
    align-items: center;
    font-size: var(--h3);
    font-weight: 600;
    text-decoration: none;
}

.section-wrap.footer-form .section .grid-element a span {
    background-color: var(--color-light);
    padding: var(--gap-2xs);
    border-radius: 100%;
    width: 38px;
    height: 38px;
}

.section-wrap.footer-form .section .grid-element a svg {
    color: var(--color-1);
    width: 18px;
    height: 18px;
}

input::placeholder, textarea::placeholder {
    font-size: var(--link);
}

.section-wrap.footer-form .gform_wrapper.gravity-theme .gform_fields {
    gap: var(--gap-m);
    padding-bottom: var(--gap-m);
}

.section-wrap.footer-form .gform_footer {
    margin-top: var(--gap-2xs);
}

body .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 172px;
}
body .gform_wrapper.gravity-theme .gfield textarea.medium {
    height: 100px;
}


body .gform_wrapper.gravity-theme .gform_drop_area {
    background: rgba(0, 0, 0, .25);
	    padding: var(--gap-s);
}
body section .gform_wrapper.gravity-theme .gform_fileupload_rules {
    margin-top: 0;
    padding-top: 0;
}
body .gform_wrapper.gravity-theme .gform_drop_instructions {
	color:white;
}
.gform_wrapper .gform_footer input[type=submit] {
    padding-block: var(--gap-xs);
    line-height: normal;
    border-radius: 5px;
    border: none;
}

body:not(.home) .section-wrap.footer-form {
    margin-top: var(--gap-l);
}

/*======================================================================//
// END footer-form.css                                                        //
//======================================================================*/


/*======================================================================//
// footer.css                                                            //
//======================================================================*/

footer.site-footer .footer-widget-area .section {
    padding-block: var(--gap-3xl);
}

footer section.stom-grid-section .section.columns-4 .grid-elements {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

footer.site-footer .footer-widget-area .section .grid-element {
    margin-inline: var(--gap-xl);
    min-width: fit-content;
}

footer.site-footer .footer-widget-area .section .grid-element:first-child {
    margin-left: 0;
    flex-grow: 1;
    margin-top: -30px;
}

footer.site-footer .footer-widget-area .section .grid-element:first-child img {
    width: 210px;
}

footer.site-footer .footer-widget-area .section .grid-element:last-child {
    margin-right: 0;
}

#colophon .grid-element .widget-title {
    color: var(--Color-2, #2F5F05);
    font-family: var(--h-fam);
    font-size: var(--h3);
    margin-bottom: var(--gap-s);
    line-height: 1.2;
}

#colophon .grid-element .textwidget {
    font-family: var(--h-fam);
    font-size: var(--link);
    line-height: 18px;
}

#colophon .grid-element .textwidget a:has(svg) {
    padding: 0;
}

#colophon .grid-element .textwidget svg {
    width: 45px;
    height: 45px;
    color: var(--color-1);
}

#colophon .grid-element .textwidget svg:hover {
    color: oklch(from var(--color-1) calc(l - 0.1) c h);
}

#colophon .grid-element .textwidget svg:active {
    color: oklch(from var(--color-1) calc(l + 0.1) c h);
}

footer .footer-widget-area-extra {
    background-color: var(--color-1);
    color: var(--color-light);
}

.footer-setting-03 .footer-widget-area-extra .section {
    padding-block: var(--gap-xs) var(--gap-2xs);
}

footer.footer-setting-03 .footer-widget-area-extra .textwidget {
    justify-content: left;
}

footer .footer-widget-area-extra .section p {
    margin: 0;
    font-size: var(--p-2);
    line-height: 28px;
}


/*======================================================================//
// END footer.css                                                        //
//======================================================================*/


/*======================================================================//
// main-slider.css                                                            //
//======================================================================*/

.page-slider-section .slider-text-inner .slider-text-inner-wrapper {
    margin: auto;
    color: var(--color-light);
    font-family: var(--h-fam);
    max-width: 75ch;
}

.page-slider-section  span.button-primary {
   margin-top: var(--gap-3xs);
}

.page-slider-section h1+p {
    max-width: 58ch;
    margin: auto;
}

.page-slider-section p:has(.button-primary) {
    display: flex;
    column-gap: var(--gap-l);
    row-gap: var(--gap-3xs);
    flex-wrap: wrap;
    justify-content: center;
}

/*======================================================================//
// END main-slider.css                                                        //
//======================================================================*/


/*======================================================================//
// ikon-sektinon.css                                                            //
//======================================================================*/

.section-wrap.ikon-sektion {
    padding-block: calc(var(--gap-3xl) - var(--gap-m));
    font-family: var(--h-fam);
}

.ikon-sektion h2 {
    font-size: var(--p-4);
}

.section-wrap.ikon-sektion .section .grid-elements {
    row-gap: 0;
}

.section-wrap.ikon-sektion .grid-element.fullwidth {
    color: var(--color-1);
    font-weight: 600;
    font-size: var(--p-4);
    padding-bottom: var(--gap-l);
}

.section-wrap.ikon-sektion .section .grid-elements .overlay {
    align-items: center;
}

.section-wrap.ikon-sektion .section .grid-elements p:has(img) {
    margin-bottom: var(--gap-xs);
}

.section-wrap.ikon-sektion .section .grid-elements h3 {
    color: var(--color-1);
    max-width: 20ch;
    text-transform: uppercase;
    margin-bottom: var(--gap-3xs);
}

.section-wrap.ikon-sektion .section .grid-elements h3+p {
    max-width: 31ch;
}


/*======================================================================//
// END ikon-sektinon.css                                                        //
//======================================================================*/


/*======================================================================//
// tilbud-sektion.css                                                            //
//======================================================================*/

section.section-wrap.tilbud-sektion .section {
    padding-inline: 0;
}

section.section-wrap.tilbud-sektion .section .grid-elements {
    gap: var(--gap-2xs);
    color: var(--color-light);
}

section.section-wrap.tilbud-sektion .section .grid-element {
    position: relative;
}

section.section-wrap.tilbud-sektion .section .grid-element .overlay {
    justify-content: center;
    align-items: center;
}

section.section-wrap.tilbud-sektion .section .grid-element h3 {
    margin: 0;
    text-transform: uppercase;
    position: relative;
    z-index: 20;
    pointer-events: none;
}

.stom-grid-section.tilbud-sektion .grid-element .full-element-link~.overlay .stom-button {
    position: static;
}

section.section-wrap.tilbud-sektion .section .grid-element .stom-button svg {
    width: 61px;
    height: 61px;
    position: absolute;
    bottom: var(--gap-xs);
    right: var(--gap-m);
    z-index: 20;
    pointer-events: none;
}

section.section-wrap.tilbud-sektion .section .grid-element .stom-button svg path:first-child {
    fill: transparent;
}

section.section-wrap.tilbud-sektion .grid-element:first-child img, section.section-wrap.tilbud-sektion .grid-element:nth-child(2) img {
    object-position: left;
}

section.section-wrap.tilbud-sektion .grid-element a {
    background-color: var(--color-overlay);
    transition: all var(--transition);
}

section.section-wrap.tilbud-sektion .grid-element a:hover {
    background-color: rgb(0 0 0 / 55%);
    
}

body.home .footer.ikon-sektion {
    display: none;
}


/*======================================================================//
// END tilbud-sektion.css                                                        //
//======================================================================*/


/*======================================================================//
// billed-sektion.css                                                            //
//======================================================================*/

main section.section-wrap.stom-billede-sektion.not-fullwidth {
    margin-top: var(--gap-4xl);
}

main section.section-wrap.stom-billede-sektion.not-fullwidth .section {
    min-height: 724px;
    display: flex;
}

.section-wrap.stom-billede-sektion.picture-left .section .stom-cols-6 {
    padding-left: var(--gap-3xl);
}

.section-wrap.stom-billede-sektion h2 {
    margin-bottom: var(--gap-2xs);
    color: var(--color-1);
}

.section-wrap.stom-billede-sektion h2 span {
    letter-spacing: -5px;
}

.section-wrap.stom-billede-sektion p:not(:has(.button-primary)) {
    font-size: var(--p-3);
    letter-spacing: 0.5px;
    margin-bottom: var(--gap-s);
    line-height: 1.2;
    max-width: 44ch;
    letter-spacing: 0.2px;
}

.section-wrap.stom-billede-sektion p:last-child:has(.button-primary) {
    padding-top: 34px;
}

.section-wrap.stom-billede-sektion p:last-child {
    margin-bottom: 0;
}

/*======================================================================//
// END billed-sektion.css                                                        //
//======================================================================*/


/*======================================================================//
// kontakt-underside.css                                                            //
//======================================================================*/

body.page-id-848 .site {
    display: flex;
    flex-direction: column;
}

body.page-id-848 .site .section-wrap.footer-form {
    order: -1;
    margin-top: 150px;
}

body.page-id-848 .site .section-wrap.footer-form .section {
    display: flex;
    height: calc(100svh - 150px);
    min-height: fit-content;
}

body.page-id-848 #colophon {
    margin-top: var(--gap-l);
    border: none;
}

body:not(.woocommerce-cart):not(.woocommerce-checkout).page-id-848 .header-placeholder {
    display: none;
}


/*======================================================================//
// END kontakt-underside.css                                                        //
//======================================================================*/


/*======================================================================//
// alle-undersider.css                                                            //
//======================================================================*/

body:not(.home) .page-slider-section .image-aligner img {
    height: 30svh;
}

body:not(.home) h1 {
    font-size: var(--h2);
    margin-bottom: 0;
}

body:not(.home) .page-slider-section .slider-text-inner {
    padding-block: var(--gap-xl);
}

body:not(.home) main section.section-wrap.stom-billede-sektion.not-fullwidth .section {
    height: 100%;
}
body:not(.home) .section-wrap.stom-billede-sektion h2 {
    margin-bottom: var(--gap-2xs);
    color: var(--color-1);
    font-size: 32px;
}

body:not(.home) .section-wrap.stom-billede-sektion p {
    font-size: var(--p);
    max-width: 100%;
    font-family: var(--h-fam);
    line-height: 1.3;
}

body:not(.home) .section-wrap.stom-billede-sektion.picture-right .section .stom-cols-6 {
    padding-right: var(--gap-3xl);
}

body:not(.home) .section-wrap.stom-billede-sektion .section .stom-cols-6 {
    padding-block: var(--gap-2xl);
}

body:not(.home) main section.section-wrap.stom-billede-sektion.not-fullwidth {
    margin-top: var(--gap-3xl);
}

body:not(.home) #content+.stomFEE-edit-cta+.section-wrap:first-of-type {
    margin-top: var(--gap-m);
}

body:not(.home) p {
    max-width: 111ch;
}

body main li span {
    color: var(--color-1);
    margin-right: var(--gap-2xs);
    margin-left: -18px;
}

/*======================================================================//
// END alle-undersider.css                                                        //
//======================================================================*/


/*======================================================================//
// generel.css                                                            //
//======================================================================*/

html {
    scroll-behavior: smooth;
}

ul {
    padding-left: 38px;
}
.ikon-liste ul {
    list-style: none;
	
}
.ikon-liste {
margin-bottom: var(--gap-s);
}
body {
    background-color: var(--color-bg);
}

body:not(.home)  section:not(.ikon-sektion) p, body:not(.home) li {
    font-family: var(--h-fam);
    font-size: var(--p);
}

header .main-navigation ul.menu .header-button, span.button-primary {
    background-color: var(--color-1);
    color: var(--color-light);
    padding: var(--gap-2xs) var(--gap-s);
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: var(--p-2);
    line-height: 1.2;
    transition: all var(--transition);
    white-space: nowrap;
}

header .main-navigation ul.menu {
    margin-left: var(--gap-m);
}
.page-slider-section span.button-primary {
	text-transform: initial;
}
.page-slider-section span.button-primary {
    padding: var(--gap-xs) var(--gap-l);
    border-radius: 10px;
    font-size: var(--button);
}

.stom-billede-sektion .button-primary {
    padding: var(--gap-xs) var(--gap-2xl);
    font-family: var(--p-fam);
    font-size: var(--p);
    text-transform: none;
}

header .main-navigation ul.menu .header-button:hover, span.button-primary:hover, .gform_wrapper .gform_footer input[type=submit]:hover {
    background-color:  oklch(from var(--color-1) calc(l - 0.1) c h);
    border: none;
}

header .main-navigation ul.menu .header-button:active, span.button-primary:active, .gform_wrapper .gform_footer input[type=submit]:active {
    background-color:  oklch(from var(--color-1) calc(l + 0.1) c h);
}


.home #main-content .section-wrap.clear ul li {
	font-size: var(--p-3);
}

/*======================================================================//
// END generel.css                                                        //
//======================================================================*/

.section-wrap.clear.city-section {
	margin-top: var(--gap-4xl);
}

.section-wrap.clear.city-section .section {
	padding-block: var(--gap-2xl);
}

.section-wrap.clear.city-section .section .grid-elements .grid-element.content {
	grid-column: span 2;
}

.section-wrap.clear.city-section .section .grid-elements .grid-element.content .overlay > p {
	font-size: var(--p-3);
}

.section-wrap.clear.city-section .section .grid-elements .grid-element.content .overlay > p a .stom-button {
	padding: var(--gap-xs) var(--gap-2xl);
	background-color: #fff;
	color: var(--color-1);
	
}

.section-wrap.clear.city-section .section .grid-elements .grid-element.city-list .overlay > .stom-city-list ul li:before {
	filter: brightness(0) invert(1);

}

.section-wrap.clear.city-section .section .grid-elements .grid-element.city-list .overlay > .stom-city-list ul li a {
	text-decoration: none;
	transition: var(--transition);
}

.section-wrap.clear.city-section .section .grid-elements .grid-element.city-list .overlay > .stom-city-list ul li a:hover {
	text-decoration: underline;
}


.stom-city-list ul {
    padding-left: 25px;
}

.stom-city-list ul li {
    position: relative;
    padding-left: 1.3em;
    list-style: none;
}

.stom-city-list ul li:before {
    content: url('images/geo-alt-fill.svg');
    position: absolute;
    left: 0;
    width: 1em;
	filter: brightness(0) saturate(100%) invert(29%) sepia(42%) saturate(1711%) hue-rotate(57deg) brightness(87%) contrast(96%);
}


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


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


/* woocommerce style goes here */


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