/*
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: 40px;
    --h2: 32px;
    --h3: 25px;
    --h4: 20px;
    --h5: 16px;
    --h6: 14px;
    --p: 16px;

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

    /* font families */
    --h-fam: "Work Sans", sans-serif;
    --p-fam: "Work Sans", sans-serif;
    --btn-fam: var(--p-fam);

    /* colors */
    --color-1: #F02D7D;
    --color-2: #d1266c;
    --color-3: #2EBC3A;
    --color-4: #23972d;
    --color-5: #D1F0D3;
    --color-6: #FEEBF2;
    --color-7: #565656;
    --color-bg: #f6f6f6;
    --color-text: #333;
    --color-dark: #333;
	--color-white: #fff;
    --color-overlay: rgb(0 0 0 / 0%);

    /* 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: 600px;
    
    /* Theme defined variables from PHP */
    --content-width: initial;
    --sidebar-width: initial;
    /* END Theme defined variables from PHP */
}


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


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


/* GLOBAL STYLES */
h1,h2{
    font-weight: 600;
}
.stom-button a{
    padding: 8px 24px;
    font-size: var(--p);
    font-weight: 600;
}
.stom-button a:hover,
.stom-button a:active,
.stom-button a:focus{
    background-color: var(--color-2);
    border: 1px solid var(--color-2);
}
.button-read-more a{
    background-color: transparent;
    border: 0;
    color: var(--color-1);
    padding-left: 0;
}
.button-read-more a:hover,
.button-read-more a:focus,
.button-read-more a:active{
    background-color: transparent;
    border: 0;
    color: var(--color-2);
    padding-left: 0;
}
div.buttons-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap-s);
}
/* END GLOBAL STYLES */

/* HEADER STYLES */
.header-sticky-active header .section-wrap .section,
.header-sticky-active.scrolled .style-header-02 .section-wrap .section{
    padding: 12px 0;
}
header .top-bar a{
    font-size: calc(var(--p) - 2px);
    color: white;
    font-weight: 600;
}
header .top-bar a svg{
    width: 18px;
    height: 18px;
    margin-right: calc(var(--gap-s) / 2);
}
header .top-bar a svg path{
    fill: none;
}
header .top-bar .top-bar-right a:first-of-type{
    margin-right: var(--gap-s);
}
header .main-navigation ul.menu a{
    color: var(--color-dark);
    font-size: var(--p);
    justify-content: flex-start;
    font-weight: 500;
}
header .main-navigation ul.menu a:hover{
    color: var(--color-1);
}
header .main-navigation ul.menu li.stom-button{
    margin-block: auto;
    height: fit-content;
}
header .main-navigation ul.menu li.stom-button a{
    display: block;
    padding: 8px 24px;
}
header .main-navigation ul.menu li.stom-button a svg{
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
header .main-navigation ul.menu li.stom-button a svg path{
    fill: none;
}
.header-sticky-active.scrolled header .site-branding #logo img.logo-landscape{
    max-height: 80px;
}

.header-sticky-active.scrolled header .site-branding #logo{
    padding: 15px 0;
}

/* END HEADER STYLES */

/* PAGE SLIDER STYLES */
.page-slider-section .slider-text-inner .slider-text-inner-wrapper p{
    font-size: calc(var(--p) + 4px);
    font-weight: 500;
    margin-bottom: var(--gap-m);
    color: var(--color-text);
}
.page-slider-section .slider-text-inner {
    --color-dark: white;
    --color-text: white;
}


body:not(.home) .page-slider-section .image-aligner img{
    max-height: 500px;
}

/* END PAGE SLIDER STYLES */

/* SECTIONS STYLES */

section.section-wrap.max-width-text .section{
   
    margin-inline: auto;
}


main#main-content.site-main,
main#main-content.site-main section.section-wrap{
    margin-top: 0;
}
main#main-content.site-main section.section-wrap.split-top-section{
    margin-top: var(--gap-m);
}
main#main-content.site-main section.section-wrap .section{
    padding-block: var(--gap-xl);
}
main#main-content.site-main section.section-wrap.white-text > *{
    color: white;
}
main section.section-wrap .section p a{
    color: var(--color-3);
    font-weight: 600;
}
section.section-wrap.justify-start .section .grid-elements .grid-element .overlay{
    justify-content: flex-start;
}
section.section-wrap.justify-center .section .grid-elements .grid-element .overlay{
    justify-content: center;
}
main section.section-wrap .section p a:hover{
    color: var(--color-4);
}
section.section-wrap.box-ydelser-section .grid-element > img{
    grid-column: unset;
    grid-row: unset;
}
section.section-wrap.box-ydelser-section .grid-element .overlay{
    grid-column: unset;
    grid-row: unset;
    padding: 0;
}
section.section-wrap.box-ydelser-section.green-bg-boxes .section .grid-elements .grid-element:not(.fullwidth){
    background-color: var(--color-5);
}
section.section-wrap.box-ydelser-section.green-bg-boxes .section .grid-elements .grid-element .overlay p{
    margin-bottom: 0;
    font-size: calc(var(--p) + 2px);
    font-weight: 600;
}
section.section-wrap.box-ydelser-section.green-bg-boxes .section .grid-elements .grid-element:not(.box-text) .overlay p:not(:has(img)){
    padding-block: var(--gap-s);
    padding-left: calc(var(--gap-s) + 10px);
}
section.section-wrap.box-ydelser-section.green-bg-boxes .section .grid-elements .grid-element .overlay p img{
    height: 100%;
    width: 100%;
}
section.section-wrap.box-ydelser-section.green-bg-boxes .section .grid-elements .grid-element.box-text .overlay{
    justify-content: center;
    align-items: center;
}
section.section-wrap.box-ydelser-section.green-bg-boxes .section .grid-elements .grid-element.box-text .overlay p{
    font-weight: 500;
    max-width: 200px;
}
section.section-wrap.box-ydelser-section.green-bg-boxes .section .grid-elements .grid-element.box-text .overlay p a{
    margin-top: var(--gap-s);
    font-weight: 600;
    text-decoration: none;
    display: block;
}


section.box-meet-jette-section .section .grid-elements{
    gap: calc(var(--gap-l) - var(--gap-s));
}
section.box-meet-jette-section .section .grid-elements .grid-element .overlay h2{
    margin-bottom: calc(var(--gap-s) + 10px);
}
section.box-meet-jette-section .section .grid-elements .grid-element .overlay p strong{
    font-size: calc(var(--p) + 2px);
}
section.box-meet-jette-section .section .grid-elements .grid-element .overlay .stom-button a,
section.box-meet-jette-section .section .grid-elements .grid-element .overlay p strong{
    margin-top: var(--gap-m);
    display: block;
}
section.box-meet-jette-section .section .grid-elements .grid-element .overlay div.uddannelser-wrapper{
    display: grid;
    grid-template-columns: repeat(var(--grid-3-cols), minmax(0, 1fr));   
}


section.section-wrap.box-anmeldelser-section .section .anmeldelse-updated-design .slick-list{
    max-width: 520px !important;
}

section.section-wrap.box-anmeldelser-section .section .slick-dots{
    display: none !important;
}
section.section-wrap.box-anmeldelser-section .section .anmeldelse-updated-design .stom-anmeldelse-reviewer-verified{
    display: none;
}
section.section-wrap.box-anmeldelser-section .section .anmeldelse-updated-design .stom-anmeldelse-reviewer > span:first-of-type{
    font-weight: 600;
}
section.section-wrap.box-anmeldelser-section .section .anmeldelse-updated-design .stom-anmeldelse-reviewer > span::after,
section.section-wrap.box-anmeldelser-section .section .anmeldelse-updated-design .stom-anmeldelse-reviewer::before{
    display: none;
}
section.section-wrap.box-anmeldelser-section .section .anmeldelse-updated-design .stom-anmeldelse-reviewer{
    display: flex;
    justify-content: center;
    margin-top: var(--gap-s);
    gap: var(--gap-s);
    
}
section.section-wrap.box-anmeldelser-section .section .anmeldelse-updated-design .stom-anmeldelse-tekst-content{
    border: 0;
    background-color: var(--color-5);
    border-radius: 0;
    padding-block: calc(var(--gap-l) - var(--gap-s));
    padding-inline: calc(var(--gap-m) + var(--gap-s));
    text-align: center;
}
section.section-wrap.box-anmeldelser-section .section .anmeldelse-updated-design .stom-anmeldelse-heading{
    margin-bottom: var(--gap-s);
}
section.section-wrap.box-anmeldelser-section .section .anmeldelse-updated-design .slick-prev, section.section-wrap.box-anmeldelser-section .section .anmeldelse-updated-design .slick-next{
    background-color: transparent;
}
section.section-wrap.box-anmeldelser-section .section .anmeldelse-updated-design .slick-prev svg path, section.section-wrap.box-anmeldelser-section .section .anmeldelse-updated-design .slick-next svg path{
    color: var(--color-3);
}

body.anmeldelser .anmeldelse-updated-design .slick-prev, body.anmeldelser .anmeldelse-updated-design .slick-next{
    background-color: transparent;
}
body.anmeldelser .anmeldelse-updated-design .slick-prev svg path, body.anmeldelser .anmeldelse-updated-design .slick-next svg path{
    color: var(--color-3);
}


section.section-wrap.box-god-oplevelse-section .section .grid-elements .grid-element .overlay p{
    font-weight: 600;
    font-size: calc(var(--p) + 2px);
}




section.section-wrap.box-faq-section .section .grid-elements .grid-element:first-of-type .overlay p{
    max-width: 530px;
}
section.section-wrap.box-faq-section .section .grid-elements .grid-element:first-of-type .overlay svg{
    height: 24px;
    margin-right: 10px;
    width: 24px;
}
section.section-wrap.box-faq-section .section .grid-elements .grid-element:first-of-type .overlay svg path{
    fill: black ;
    filter: invert(1);
}
section.section-wrap.box-faq-section .section .grid-elements .grid-element:first-of-type .overlay h2{
    margin-bottom: calc(var(--gap-s) + 10px);
}
section.section-wrap.box-faq-section .section .grid-elements .grid-element:first-of-type .overlay p a{
    text-decoration: none;
    font-weight: 500;
}
section.section-wrap.box-faq-section .section .grid-elements .grid-element:first-of-type .overlay p:has(a){
    margin-top: 10px;
}
section.section-wrap.box-faq-section .section .grid-elements .grid-element:first-of-type .overlay p:last-of-type{
    margin-top: 0;
}




section.section-wrap.box-faq-section .section .mere-tekst-wrapper:first-of-type button{
    padding-top: 0;
}
section.section-wrap.box-faq-section .section .mere-tekst-wrapper>button{
    background-color: transparent;
    padding-inline: 0;
    color: var(--color-dark);
    font-size: var(--p);
    border: 0;
    border-bottom: 1px solid var(--color-5);
    font-weight: 500;
    padding-block: var(--gap-s);

}
section.section-wrap.box-faq-section .section .mere-tekst-wrapper>button svg path{
    color: var(--color-3);
}
section.section-wrap.box-faq-section .section .mere-tekst-wrapper>button svg{
    height: 15px;
    width: 15px;
}


main#main-content.site-main section.section-wrap.basis-highligted-review-section .section{
    display: flex;
    padding-top: 0;
    justify-content: center;
}
section.section-wrap.basis-highligted-review-section .section .anmeldelse-updated-design .slick-list{
    max-width: 1200px !important;
}
section.section-wrap.basis-highligted-review-section .section .anmeldelse-updated-design .slick-slide{
    margin-inline: 0;
}
section.section-wrap.basis-highligted-review-section .section .slick-dots{
    display: none !important;
}
section.section-wrap.basis-highligted-review-section .section .anmeldelse-updated-design .stom-anmeldelse-reviewer-verified{
    display: none;
}
section.section-wrap.basis-highligted-review-section .section .anmeldelse-updated-design .stom-anmeldelse-reviewer > span:first-of-type{
    font-weight: 600;
}
section.section-wrap.basis-highligted-review-section .section .anmeldelse-updated-design .stom-anmeldelse-reviewer > span::after,
section.section-wrap.basis-highligted-review-section .section .anmeldelse-updated-design .stom-anmeldelse-reviewer::before{
    display: none;
}
section.section-wrap.basis-highligted-review-section .section .anmeldelse-updated-design .stom-anmeldelse-reviewer{
    display: flex;
    justify-content: center;
    margin-top: var(--gap-s);
    gap: var(--gap-s);
    
}
section.section-wrap.basis-highligted-review-section .section .anmeldelse-updated-design .stom-anmeldelse-tekst-content{
    border: 0;
    background-color: #FEEBF2;
    border-radius: 0;
    padding-block: var(--gap-xl);
    padding-inline: calc(var(--gap-xl) + var(--gap-m));
    text-align: center;
}
section.section-wrap.basis-highligted-review-section .section .anmeldelse-updated-design .stom-anmeldelse-heading{
    color: var(--color-1);
    margin-bottom: var(--gap-s);
}
section.section-wrap.basis-highligted-review-section .section .anmeldelse-updated-design .slick-prev, section.section-wrap.basis-highligted-review-section .section .anmeldelse-updated-design .slick-next{
    background-color: transparent;
    display: none !important;
}
section.section-wrap.basis-highligted-review-section .section .anmeldelse-updated-design .slick-prev svg path, section.section-wrap.basis-highligted-review-section .section .anmeldelse-updated-design .slick-next svg path{
    color: var(--color-3);
}
body:not(.home) main#main-content.site-main section.section-wrap.split-top-section .section{
    padding-block: unset;
}
section.section-wrap.split-top-section .section .stom-cols-6{
    /* padding-top: var(--gap-s); */
}
/* section.section-wrap.split-top-section .section .stom-picture img{
    max-height: 700px;
} */
body:not(.home) #main-content.site-main section.section-wrap .section{
    padding-block: var(--gap-m);
}
body:not(.home) #main-content.site-main section.section-wrap.no-padding-block .section{
    padding-block: var(--gap-s);
}
body:not(.home) #main-content.site-main section.section-wrap.box-before-and-after-section .grid-elements{
    gap: var(--gap-l);
}
body:not(.home) #main-content.site-main section.section-wrap.box-before-and-after-section .grid-elements .grid-element .overlay{
    justify-content: flex-start;
}
body:not(.home) #main-content.site-main section.section-wrap.box-before-and-after-section .grid-elements .grid-element .overlay .before-after-wrapper{
    display: grid;
    margin-bottom: var(--gap-s);
    gap: var(--gap-s);
    grid-template-columns: repeat(var(--grid-2-cols), minmax(0, 1fr));
}
body:not(.home) #main-content.site-main section.section-wrap.basis-kropslinje-section .justify-between-header{
    display: flex;
    justify-content: space-between;
}
body:not(.home) #main-content.site-main section.section-wrap.basis-kropslinje-section img{
    width: 100%;
}
body:not(.home) #main-content.site-main section.section-wrap.green-bg .section{
    background-color: var(--color-5);
    padding-inline: var(--gap-m);
}
body:not(.home) #main-content.site-main section.section-wrap.pink-bg .section{
    background-color: var(--color-6);
    padding-inline: var(--gap-m);
}
main#main-content.site-main section.section-wrap.margin-top-m{
    margin-top: var(--gap-m);
}
div.green-bg{
    padding: var(--gap-m);
    background-color: var(--color-5);
}
div.pink-bg{
    padding: var(--gap-m);
    background-color: var(--color-6);
}

.anmeldelse-updated-design .stom-anmeldelse-reviewer:before{
    display: none;
}


main.site-main div.content-area h1.entry-title{
    margin-top: var(--gap-s);
}


main#main-content section.section-wrap.margin-top{
    margin-top: var(--gap-l);
}
section.section-wrap .section .grid-elements .grid-element.grid-2-cols .overlay{
    display: grid;
    grid-template-columns: repeat(var(--grid-2-cols), minmax(0,1fr));
}
section.section-wrap .section .grid-elements .grid-element.justify-center .overlay{
    justify-content: center;
}
/* END SECTIONS STYLES */


/* FOOTER STYLES */
#colophon.footer-setting-03{
    background-color: var(--color-5);
    border-top: 0;
}
#colophon.footer-setting-03 section.footer-widget-area .section .grid-elements{
    grid-template-columns: repeat(var(--grid-4-cols), minmax(0, 1fr));
}
#colophon.footer-setting-03 section.footer-widget-area .section .grid-elements .grid-element:first-of-type{
    grid-column: -1 / 1;
}

#colophon.footer-setting-03 section.footer-widget-area .section .widget-title{
    font-weight: 600;
    font-size: var(--h4);
    margin-bottom: var(--gap-s);
}
#colophon.footer-setting-03 section.footer-widget-area .section .textwidget p
{
    font-size: var(--p);
    color: var(--color-7);
    margin-bottom: 8px;
    font-weight: 500;
}
#colophon.footer-setting-03 section.footer-widget-area .section .textwidget ul > li a{
    font-size: var(--p);
    color: var(--color-7);
    padding: 0;
    margin-bottom: 5px;
    font-weight: 500;
}


#colophon.footer-setting-03 section.footer-widget-area .section .grid-elements .grid-element .widgets-3 a{
    color: var(--color-1);
    font-weight: 600;
}
#colophon.footer-setting-03 section.footer-widget-area .section .grid-elements .grid-element .widgets-3 a svg{
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
#colophon.footer-setting-03 section.footer-widget-area{
    border-bottom: 1px solid var(--color-3);
}
#colophon.footer-setting-03 section.footer-widget-area .section .grid-elements .grid-element .widgets-3 a svg path{
    fill: none;
    stroke: var(--color-7);
}


#colophon.footer-setting-03 .section-wrap.footer-widget-area-extra{
    border: 0;
}
#colophon.footer-setting-03 .section-wrap.footer-widget-area-extra .section{
    padding: calc(var(--gap-s) - 5px) 0;
}
#colophon.footer-setting-03 .section-wrap.footer-widget-area-extra .textwidget .stom-info{
    display: flex;
    gap: var(--gap-m);
    color: var(--color-7);
    font-weight: 500;
    font-size: calc(var(--p) - 2px);
}
#colophon.footer-setting-03 .section-wrap.footer-widget-area-extra .textwidget .stom-info a{
    color: #242424;
}

/* END FOOTER STYLES */


/* GALLERY STYLES */
.gallery-columns-4{
    grid-template-columns: repeat(var(--grid-4-cols), minmax(0,1fr));
}
.gallery .gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
    margin-top: 0;
}

.gallery .gallery-item .gallery-icon a img {
    object-fit: cover;
    max-width: initial;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* END GALLERY STYLES */

/* CTA */
#number-three-sticky-mobile-cta .cta-container .stom-button a {
    display: flex;
    flex-direction: row;
    font-weight: 400;
    gap: 14px;
    border-radius: 0;
}
#number-three-sticky-mobile-cta .cta-container .stom-button:first-of-type a {
    background-color: var(--color-1);
    color: var(--color-white);
}
#number-three-sticky-mobile-cta .cta-container .stom-button:first-of-type a .stom-custom-svg {
    filter: brightness(0) invert(1);
}
#number-three-sticky-mobile-cta .cta-container {
    background-color: var(--color-light);
}
#number-three-sticky-mobile-cta .cta-container .stom-button:last-of-type a {
    background-color: var(--color-light);
    color: var(--color-1);
}
#number-three-sticky-mobile-cta .cta-container .stom-button a p:hover {
    border: none;
}
#number-three-sticky-mobile-cta .cta-container .stom-button a {
    color: var(--color-white);
}
#number-three-sticky-mobile-cta .cta-container .stom-button a:hover {
    border: none;
}
#number-three-sticky-mobile-cta .cta-container .stom-button:not(:last-child) a {
    border-right: none;
}
#number-three-sticky-mobile-cta .cta-container .stom-button a .stom-custom-svg {
    display: unset;
    background-color: unset;
    padding: unset; 
    margin-left: unset;
    line-height: 0 !important;
}
/*======================================================================//
// END style.css                                                        //
//======================================================================*/

.posts-archive-layout-2.posts-archive #primary {
	
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
body:not(.home) .stom-grid-section .grid-element .overlay {
	justify-content: inherit;
}
ol li {
	margin-bottom: 0.5rem;
}
ol {
	padding-left: 2.5rem;
}
/*======================================================================//
// woocommerce.css                                                      //
//======================================================================*/


/* woocommerce style goes here */


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