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

    /* 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: #436251;
    --color-2: #447e5e;
    --color-3: #7A983F; 
    --color-bg: #f6f6f6; 
    --color-text: #222;
    --color-dark: #222;
    --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: 700px;
    
    /* Theme defined variables from PHP */
    --content-width: initial;
    --sidebar-width: initial;
    /* END Theme defined variables from PHP */
}


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


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

h1,h2,h3{
    font-weight: 700;
}
h1,h2,h3,p{
    line-height: normal;
}
.stom-button a{
    border-radius: 10px;
    font-weight: 600;
    color: white;
}
.stom-button a span{
    margin-left: 5px;
}
.button-read-more a{
    background-color: transparent;
    border: 0;
    font-weight: 500;
    font-size: 12px;
    padding-left: 0;   
}
.button-read-more a:hover{
    background-color: transparent;
    border: none;
}
.button-read-more a span svg{
    transition: var(--transition);
}
.button-read-more a:hover span svg{
    transform: translateX(5px);
    
}
.button-read-more a span svg{
    width: 17px;
    height: 17px;
}
.button-green a{
    background-color: var(--color-3); 
    border: 1px solid var(--color-3);
    padding: 10px 75px ;
}
.button-green a:hover, .button-green a:active{
    background-color: #617a30; 
    border: 1px solid #617a30;
}
.button-outline a{
    background-color: transparent;
    border: 3px solid white;
    padding-inline: 82px;
    padding-block: 13px 13px;
}
.button-outline a:hover, .button-outline a:active{
    background-color: var(--color-3); 
    border: 3px solid var(--color-3);
}
.green-background{
    background-color: var(--color-3);
}

/* HEADER STYLING */

header .top-bar{
    font-size: 13px;
}
header .top-bar a{
    color: white;
    font-weight: 400;
}

.header-sticky-active.scrolled .style-header-02 .section-wrap .section{
    padding: 6px 0;
}
header.site-header .section-wrap .section{
    padding: 6px 0;
}
.style-header-02 .socials-wrapper a{
    font-size: 10px;
}


.header-placeholder{
    height: 30px !important;
}

header#masthead{
    background-color: rgba(255, 255, 255, 0.90);
}
.header-sticky-active.scrolled header .site-branding #logo{
    padding: 15px 0;
}
.style-header-02 .site-branding #logo{
    padding: 15px 0;
}
.header-sticky-active.scrolled header .site-branding #logo img.logo-landscape{
    max-height: 80px;
}

header .main-navigation ul#primary-menu a{
    padding: .7em .8em;
    justify-content: flex-start;
}
header .main-navigation ul#primary-menu li:hover a,
header .main-navigation ul#primary-menu li.current-menu-item a{
    color: var(--color-3);
}


header .main-navigation ul#primary-menu li ul.sub-menu{
    background-color: #1F1F1F;
}
header .main-navigation ul#primary-menu li ul.sub-menu li{
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header .main-navigation ul#primary-menu li ul.sub-menu li a{
    color: white;
}
header .main-navigation ul#primary-menu li ul.sub-menu li a::before{
    display: none;
}
header .main-navigation ul#primary-menu li ul.sub-menu li a:hover,
header .main-navigation ul#primary-menu li ul.sub-menu li.current-menu-item a{
    background-color: rgba(255, 255, 255, 0.1);
}


/* END HEADER STYLING */


/* FORSIDE */
.page-slider-section .image-aligner img{
    max-height: 100vh;
}
body:not(.home) .page-slider-section .image-aligner img{
    max-height: 510px;
}
.page-slider-section.image-pos-center-center .image-aligner img{
    object-position: center bottom;
}

section.page-slider-section .slider-text-inner{
    margin-top: calc(var(--gap-l) * 2 - var(--gap-m));
}
section.page-slider-section .slider-text-inner .slider-text-inner-wrapper h1{
    color: white;
    text-transform: uppercase;
    margin-bottom: 0;
}
section.page-slider-section .slider-text-inner .slider-text-inner-wrapper p:first-of-type{
    color: white;
    font-size: var(--h4);
    margin-bottom: var(--gap-m);
}
section.page-slider-section .slider-text-inner .slider-text-inner-wrapper div.buttons-wrapper{
    display: flex;
    gap: var(--gap-s);
}
section.page-slider-section .slider-text-inner .slider-text-inner-wrapper div.buttons-wrapper span{
    margin-top: var(--gap-s);
}
section.page-slider-section .slider-text-inner .slider-text-inner-wrapper div.buttons-wrapper .stom-button a{
    padding: 10px 50px;
}
section.page-slider-section .slider-text-inner .slider-text-inner-wrapper div.buttons-wrapper .button-green a{
    border: 3px solid var(--color-3);
    padding: 10px 45px;
    max-width: 320px;
    font-size: var(--p);
}
section.page-slider-section .slider-text-inner .slider-text-inner-wrapper div.buttons-wrapper .button-outline a{
    font-size: var(--p);
    padding: 10px 50px;
}
section.page-slider-section .slider-text-inner .slider-text-inner-wrapper div.buttons-wrapper .button-green a:hover{
    border: 3px solid #617a30;
    
}
section.page-slider-section .slider-text-inner .slider-text-inner-wrapper div.buttons-wrapper .button-green a span{
    margin-right: calc(var(--gap-s) / 2);
    margin-left: 0;
}

/* END FORSIDE */

main.site-main section:not(.basis-checkbox-section, .box-ydelser-section).section-wrap.clear.stom-grid-section{
    margin-top: calc(var(--gap-l) * 2);
}
main.site-main div#content.site-content{
    padding-bottom: calc(var(--gap-l) * 2);
}
.page-slider-section~main{
    margin-top: 0;
}
main.site-main section.box-ydelser-section{
    margin-top: calc(var(--gap-l) + 10px);
}
section.basis-checkbox-section{
    background-color: var(--color-3);   
}

section.section-wrap.section-fullpage.basis-checkbox-section .section{
    padding: var(--gap-s) var(--gap-l);
    
}
section.basis-checkbox-section .section div.checkboxes-wrapper{
    display: flex;
    justify-content: space-between;
}

section.basis-checkbox-section .section div.checkboxes-wrapper span{
    color: white;
    max-width: fit-content;
}
section.basis-checkbox-section .section div.checkboxes-wrapper span strong{
    font-size: var(--p);
}
section.basis-checkbox-section .section div.checkboxes-wrapper span span.stom-custom-svg{
    margin-right: 5px;
}
section.basis-checkbox-section .section div.checkboxes-wrapper span span.stom-custom-svg svg{
    width: 13px;
    height: 13px;
}


section.stom-grid-section.box-ydelser-section .section .grid-element.box-ydelser-header .overlay p{
    max-width: 800px;
    margin-inline: auto;
    margin-bottom: 10px;
}
section.box-ydelser-section .section .box-ydelser-item .overlay{
    padding: 10px var(--gap-s);
}
section.box-ydelser-section .section .box-ydelser-item .overlay span.stom-button{
    position: relative;
    z-index: 10;
}
section.box-ydelser-section .section .box-ydelser-item .overlay h3{
    color: white;
    margin-bottom: 0;
}


section.section-wrap.box-green-background-section{
    margin-inline: 0;
}
section.section-wrap.box-green-background-section .section{
    padding-block: calc(var(--gap-l) + 10px);
}
section.section-wrap.box-green-background-section .section .grid-elements{
    gap: 25px;
}
section.section-wrap.box-green-background-section .section .box-green-background-item img{
    height: 383px;
}
section.section-wrap.box-green-background-section .section .box-green-background-item .overlay{
    padding: 30px var(--gap-s);
}
section.section-wrap.box-green-background-section .section .box-green-background-item .overlay h3{
    color: white;
}
section.section-wrap.box-referencer-section .section .box-referencer-header .overlay h2{
    color: var(--color-3);
}


section.section-wrap.box-kontakt-os-section .section .grid-elements{
    gap: 50px;
}
section.section-wrap.box-kontakt-os-section .section .grid-elements .box-kontakt-os-text .overlay{
    justify-content: flex-start;
}
section.section-wrap.box-kontakt-os-section .section .grid-elements .box-kontakt-os-text .overlay h2{
    color: white;
}
section.section-wrap.box-kontakt-os-section .section .grid-elements .box-kontakt-os-text .overlay p{
    color: white;
}
section.section-wrap.box-kontakt-os-section .section .grid-elements .box-kontakt-os-text .overlay div.kontakt-os-text-container{
    display: grid;
    grid-template-columns: 1.2fr .8fr 1fr;
}
section.section-wrap.box-kontakt-os-section .section .grid-elements .box-kontakt-os-text .overlay div.kontakt-os-text-container span p a{
    text-decoration: none;
}
section.section-wrap.box-kontakt-os-section .section .grid-elements .box-kontakt-os-text .overlay div.kontakt-os-text-container span p a:hover{
    text-decoration: underline;
}


section.section-wrap.box-kontakt-os-section .section .grid-elements .box-kontakt-os-form .gform_footer{
    justify-content: flex-end;
    margin-top: calc(var(--gap-s) + 10px);
}
section.section-wrap.box-kontakt-os-section .section .grid-elements .box-kontakt-os-form .gform_footer input[type="submit"]{
    background-color: var(--color-3); 
    border: 1px solid var(--color-3);
    padding: 15px 82px ;
    border-radius:10px;
    font-weight: 600;
    color: white;
}
section.section-wrap.box-kontakt-os-section .section .grid-elements .box-kontakt-os-form .gform_footer input[type="submit"]:hover{
    
    background-color: #617a30; 
    border: 1px solid #617a30;
    
}



section.section-wrap.box-hvem-er-vi-section .section .grid-elements .box-hvem-er-vi-header .overlay p:last-of-type{
    margin-bottom: var(--gap-s);
}
section.section-wrap.box-hvem-er-vi-section .section{
    --content-width: 850px;
}
section.section-wrap.box-hvem-er-vi-section .section .grid-elements{
    gap: var(--gap-s);
}

section.section-wrap.box-hvem-er-vi-section .section .grid-elements .box-hvem-er-vi-item .overlay p iframe{
    height: 215px;
}
/*section.section-wrap.box-hvem-er-vi-section .section .grid-elements .box-hvem-er-vi-item .overlay .mejs-container {
    width: 100% !important;
}*/

/* UNDERSIDE STYLES */
body main.site-main section:last-of-type{
    padding-bottom: calc(var(--gap-l) * 2);
}

body:not(.home) .page-slider-section .slider-text-inner .slider-text-inner-wrapper h2{
    font-size: 50px;
    color: white;
    text-transform: uppercase;
}
body:not(.home) .page-slider-section .slider-text-inner .slider-text-inner-wrapper span.stom-button a{
    font-size: var(--p);
}
body:not(.home) main.site-main div.site-content div.entry-content p a{
    color: var(--color-3);
}
body:not(.home).referencer main.site-main div.site-content div.entry-content span{
    display: grid;
    align-items: center;
    grid-template-columns: .3fr 1fr;
    gap: var(--gap-m);
	/*ny*/
	background-color: #eaeaea;
    margin-bottom: 15px;
    padding: 15px;
}
body:not(.home).referencer main.site-main div.site-content div.entry-content span p {
	margin: 0;
}
body:not(.home).referencer main.site-main div.site-content div.entry-content span:nth-child(odd) {
    background-color: #fafafa;
}
body:not(.home).referencer main.site-main div.site-content div.entry-content span p img{
    width: 100%;
    object-fit: cover;
}

/* END UNDERSIDE STYLES */


/* FOOTER STYLES */

#colophon.footer-setting-03{
    margin-top: 0;
    background-color: var(--color-dark);
}
#colophon.footer-setting-03 > *{
    color: white;
}
.footer-setting-03 .section-wrap.footer-widget-area-extra{
    border-top: 1px solid #fff;
}
.footer-setting-03 .section-wrap{
    border-bottom: 0;
}
#colophon a:hover,
#colophon a:active{
    color: var(--color-3);
    text-decoration: none;
}
#colophon.footer-setting-03 .socials-wrapper a{
    color: white;
    padding-left: 0;
}
#colophon.footer-setting-03 .socials-wrapper a span svg{
    height: 20px;
    width: 20px;
}

#colophon.footer-setting-03 section .section .textwidget h4{
    color: white;
    font-size: var(--p);
    margin-bottom: 10px;
}
#colophon.footer-setting-03 section .section .textwidget p:nth-last-of-type(2){
    margin-bottom: 10px;
}
.footer-setting-03 .footer-widget-area-extra .section{
    padding: 10px 0;
}
.footer-setting-03 .footer-widget-area-extra .textwidget{
    justify-content: flex-start;
    font-size: 11px;
    font-weight: 300;
    line-height: 18px;
}
#colophon.footer-setting-03 section .section div#black-studio-tinymce-173 .textwidget p img.wp-image-822{
    width: 140px;
}
/* END FOOTER STYLES */

/* SIDEBAR STYTLES */
aside#secondary .custom-overflow-wrapper section#black-studio-tinymce-3{
    padding: 0;
    margin-bottom: 55px;
}
aside#secondary .custom-overflow-wrapper section#black-studio-tinymce-7{
    padding-top: 55px;
    border-top: 2px solid var(--color-3);
}
aside#secondary .custom-overflow-wrapper section#black-studio-tinymce-3 .textwidget .gform_wrapper form .gform-body input,
aside#secondary .custom-overflow-wrapper section#black-studio-tinymce-3 .textwidget .gform_wrapper form .gform-body textarea{
    border: none;
}
aside#secondary .custom-overflow-wrapper section#black-studio-tinymce-3 .textwidget .gform_wrapper form .gform_footer{
    justify-content: flex-end;
    margin-top: var(--gap-s);
}
aside#secondary .custom-overflow-wrapper section#black-studio-tinymce-3 .textwidget .gform_wrapper form .gform_footer input[type="submit"]{
    background-color: var(--color-3); 
    border: 1px solid var(--color-3);
    padding: 15px 82px ;
    border-radius:10px;
    font-weight: 600;
    color: white;
}
aside#secondary .custom-overflow-wrapper section#black-studio-tinymce-3 .textwidget .gform_wrapper form .gform-body input::placeholder,
aside#secondary .custom-overflow-wrapper section#black-studio-tinymce-3 .textwidget .gform_wrapper form .gform-body textarea::placeholder{
    color: var(--color-dark);
}
aside#secondary .custom-overflow-wrapper section .widget-title{
    color: var(--color-3);
    font-size: var(--h3);
    font-weight: 700;
}
aside#secondary .custom-overflow-wrapper section .textwidget p a{
    text-decoration: none;
}
aside#secondary .custom-overflow-wrapper section .textwidget p a:hover,
aside#secondary .custom-overflow-wrapper section .textwidget p a:active{
    color: var(--color-3);
}
/* END SIDEBAR STYTLES */


/* sticky-sidebar */
aside#secondary .custom-overflow-wrapper{
    position: sticky;
    top: 175px;
}
body:not(.home),
body:not(.home) #page {
    overflow: visible;
}

/* Gallery styles */
body.single-post .gallery .gallery-item{
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 530px;
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
    margin-top: 0;
}
.gallery .gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 350px;
    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%;
}
/* Gallery end */


/* ARCHIVE STYLES */
/* .posts-archive-layout-2.posts-archive #primary article{
    overflow: hidden;
} */
.posts-archive-layout-2.posts-archive #primary article{
    display: block;
}
.posts-archive-layout-2.posts-archive article{
    
}
.posts-archive-layout-2.posts-archive .post-thumbnail{
    position: relative;
    overflow: hidden;
    max-height: 440px;
    height: 100%;
}
.posts-archive-layout-2.posts-archive .post-thumbnail img{
    height: 440px;
    width: 100%;
    filter: grayscale(1);
    transition: var(--transition);
}
.posts-archive-layout-2.posts-archive .post-thumbnail img:hover{
    transform: scale(1.10);
    -webkit-transform: scale(1.10, 1.10);
    filter: grayscale(0);
    
}
.posts-archive-layout-2.posts-archive .post-content-wrapper{
    height: unset;
    background-color: #eaeaea;
    padding: 15px;
}
.posts-archive-layout-2.posts-archive article .entry-title{
    font-size: var(--p);
}
.posts-archive .entry-content{
    color: #777;
}
body.single-post main.site-main aside{
    display: none;
}
body.single-post section.page-slider-section .slider-inner .slide-element .image-aligner img{
    max-height: 640px;
}
body.single-post section.page-slider-section .slider-text-inner .slider-text-inner-wrapper h2{
    text-transform: none;
}

body.single-post section.page-slider-section .slider-text-inner .slider-text-inner-wrapper h3{
    color: white;
}
body.single-post .page-slider-section .slider-text-inner .slider-text-inner-wrapper .case-box-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 500px;
    background-color: white;
    position: absolute;
    bottom: calc(-1 * var(--gap-l));
    padding: 20px;
}
body.single-post .page-slider-section .slider-text-inner .slider-text-inner-wrapper .case-box-container span p:first-of-type{
    color: black;
    font-size: 23px;
    margin-bottom: var(--gap-s);
}
body.single-post .page-slider-section .slider-text-inner .slider-text-inner-wrapper .case-box-container span p:last-of-type{
    color: black;
    font-size: 16px;
    margin-bottom: var(--gap-s);
}
body.single-post.sidebar-new:not(.no-sidebar) #primary{
    width: calc(100% - var(--sidebar-width) - var(--sidebar-gap));
}
/* END ARCHIVE STYLES */


/* KONTAKT SIDE */
body main.site-main section.box-kontakt-section.section-wrap {
	margin-top: 50px !important;
}
body section.box-kontakt-section .section .box-kontakt-text .overlay p a{
    color: var(--color-3);
}
body section.box-kontakt-section .section .box-kontakt-text .overlay p{
    font-size: 22px;
}
body section.box-kontakt-section .section .box-kontakt-text .overlay span p{
    font-size: var(--p);
}
body section.box-kontakt-section .section .box-kontakt-text .overlay h2{
    color: var(--color-3);
    text-transform: uppercase;
}
body section.box-kontakt-section .section .box-kontakt-form .overlay{
    justify-content: center;
}
body section.box-kontakt-section .section .box-kontakt-form .overlay .gform_footer input[type="submit"]{
    background-color: var(--color-3); 
    border: 1px solid var(--color-3);
    padding: 10px 75px ;
    border-radius: 10px;
    font-weight: 600;
    color: white;
}
body section.box-kontakt-section .section .box-kontakt-form .overlay .gform_footer input[type="submit"]:hover{
    background-color: #617a30; 
    border: 1px solid #617a30;
}
body section.box-kontakt-section .section .box-kontakt-big-image .overlay p{
    display: flex;
    justify-content: center;
}
body section.box-kontakt-section .section .box-kontakt-grouped-images .overlay{
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: var(--gap-m);
}
body section.box-kontakt-section .section .box-kontakt-grouped-images .overlay p img{
    max-height: 120px;
    width: 100%;
    height: auto;
    object-fit: cover;
}
/* END KONTAKT SIDE */


body:not(.no-sidebar, .single).sidebar-new .main-slider-section+#main-content #content {
    padding-top: 50px;
}


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


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


/* woocommerce style goes here */


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