/*
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: 86px;
    --h2: 48px;
    --h3: 24px;
    --h4: 22px;
    --h5: 16px;
    --h6: 14px;
    --p: 18px;

    /* Gaps */
    --gap-xl: 130px;
    --gap-l: 70px;
    --gap-m: 40px;
    --gap-s: 20px;

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

    /* colors */
    --color-1: #D40005;
    --color-2: #b51a1d;
    --color-bg: #F8F8F6;
    --color-text: #404040;
    --color-dark: #404040;
    --color-overlay: rgb(0 0 0 / 20%);

    /* 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                                                            //
//======================================================================*/


/* GLOBAL STYLES */
p, ul > li a, ul > li{
    font-weight: 300;
}
ul > li{
    margin-bottom: 5px;
}
h2{
    font-weight: 500;
}
.stom-button a{
    font-weight: 700;
    font-size: calc(var(--p) - 2px);
    padding: 12px 34px;
}
.btn-outline a{
    background-color: white;
    border: 1px solid var(--color-1);
    color: var(--color-1);
}
.btn-outline a:hover,
.btn-outline a:active,
.btn-outline a:focus{
    background-color: var(--color-1);
    border: 1px solid var(--color-1);
    color: white;
}
main .section-wrap~.section-wrap, main+.section-wrap, main+#colophon, .section-wrap~.page-slider-section, .page-slider-section~.page-slider-section, .page-slider-section~.section-wrap, .page-slider-section~main, #content+.page-slider-section, #content+.stomFEE-edit-cta+.page-slider-section, #content+.section-wrap, #content+.stomFEE-edit-cta+.section-wrap,
main section.section-wrap:first-of-type{
    margin-top: 0;
    padding-block: var(--gap-xl);
}
body:not(.home) main.site-main{
    padding-bottom: var(--gap-xl);
}
.section-wrap.has-background .section{
    padding-block: 0;
}
section.stom-grid-section .justify-center .overlay{
    justify-content: center;
}
section.section-wrap.large-gap .section .grid-elements{
    gap: var(--gap-l);
}
section.section-wrap .section .grid-elements .grid-element .overlay p img{
    width: 100%;
    object-fit: cover;
}
section.section-wrap .section .grid-elements .grid-element .overlay h2{
    margin-bottom: var(--gap-m);
    line-height: normal;
    width: 600px;
}
section.section-wrap .section .grid-elements .grid-element .overlay p:last-of-type{
    margin-bottom: 0;
}
section.section-wrap .section .grid-elements .grid-element .overlay .stom-button a{
    margin-top: var(--gap-m);
}
section.section-wrap.bg-dark-gray{
    padding-block: 0;
}
section.section-wrap.bg-dark-gray .section{
    background-color: var(--color-dark);
    padding: calc(var(--gap-m) + var(--gap-s)) calc(var(--gap-l) + var(--gap-m) - 10px);
}
section.section-wrap.bg-dark-gray .section .grid-elements{
    gap: var(--gap-l);
}
section.section-wrap.bg-dark-gray .section .grid-elements .grid-element .overlay p,
section.section-wrap.bg-dark-gray .section .grid-elements .grid-element .overlay h2{
    color: white;
}
div.custom-socials-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: calc(var(--gap-m) + 5px);
    margin-top: var(--gap-m);
}
div.custom-socials-wrapper span.stom-custom-svg{
    font-size: calc(var(--p) + 3px);
    margin-right: 5px;
}
div.custom-socials-wrapper a{
    font-size: calc(var(--p) - 2px);
}
body.home main section:first-of-type{
    padding-top: 0;
}
div.buttons-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: calc(var(--gap-s) - 4px);
}
body:not(.home) main p strong{
    font-weight: 500;
}
section.section-wrap.justify-start .grid-elements .grid-element .overlay{
    justify-content: flex-start;
}
section .section .grid-elements .grid-element.max-width .overlay img{
    max-width: 530px;
}
section .section .grid-elements .grid-element.text-right .overlay p:has(img){
    text-align: right;
}
span.small-heading{
    display: block;
    margin-bottom: 8px;
}
span.small-heading p{
    font-size: var(--p);
    font-weight: 500;
    text-transform: uppercase;
}
/* END GLOBAL STYLES */


/* HEADER STYLING */
.header-placeholder{
    display: none !important;
}
header#masthead{
    background-color: transparent;
}
.style-header-03 .nav-wrap{
    margin-right: .9em;
}
.site-branding #logo{
    padding: calc(var(--gap-s) + 12px) 0;
}
.header-sticky-active.scrolled header .site-branding #logo{
    padding: calc(var(--gap-s) + 12px) 0;
}

.header-sticky-active.scrolled header .site-branding #logo img.logo-landscape{
    max-height: 80px;
}
header .main-navigation ul.menu a{
    color: white;
    font-size: calc(var(--p) - 2px);
    font-weight: 700;
    justify-content: flex-start;
    padding: .7em .8em;
    padding-bottom: 0;
    line-height: normal;
}
header .main-navigation ul.menu a:hover,
header .main-navigation ul.menu li.current-menu-item a{
    color: var(--color-1);
}
div#page.scrolled header#masthead{
    background-color: white;
}
div#page.scrolled header .main-navigation ul.menu a{
    color: var(--color-text);
}
div#page.scrolled header .main-navigation ul.menu a:hover,
div#page.scrolled header .main-navigation ul.menu li.current-menu-item a{
    color: var(--color-1);
}
.hover-active:not(.hover-style-bold) ul.menu a:before{
    display: none;
}
body:not(.woocommerce-cart):not(.woocommerce-checkout) .header-sticky-active.scrolled #masthead{
    box-shadow: none;
}
/* END HEADER STYLING */

/* PAGE SLIDER */
body.home .page-slider-section.image-pos-center-center .image-aligner img{
    max-height: 85vh;
}

body.home .page-slider-section .slider-text-inner .slider-text-inner-wrapper{
    max-width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: var(--gap-m);
    align-items: center;
    margin-bottom: calc(var(--gap-l) * -1);
}
body.home .page-slider-section .slider-text-inner .slider-text-inner-wrapper h1{
    text-align: center;
    max-width: 800px;
    font-weight: 500;
    margin-bottom: var(--gap-m);
    line-height: normal;
}
.page-slider-section .slider-text-inner .slider-text-inner-wrapper h1,
.page-slider-section .slider-text-inner .slider-text-inner-wrapper{
    color: white;
}

body.home .page-slider-section .slider-text-inner .slider-text-inner-wrapper .slider-info-wrapper{
    display: flex;
    gap: var(--gap-m);
    font-size: var(--h3);
    font-weight: 700;
}
body.home .page-slider-section .slider-text-inner .slider-text-inner-wrapper .slider-info-wrapper span.stom-custom-svg{
    font-size: calc(var(--h3) + 4px);
}

body.home .page-slider-section .slider-text-inner .slider-text-inner-wrapper div#countdown-timer{
    position: absolute;
    bottom: -70px;
}
div#countdown-timer{
    display: grid;
    grid-template-columns: repeat(var(--grid-4-cols), minmax(0,1fr));
    gap: 10px;
}
div#countdown-timer div{
    background-color: var(--color-1);
    padding: 24px 40px;
    text-align: center;
}
div#countdown-timer div span{
    font-size: var(--h2);
    font-weight: 500;
}

div#countdown-timer div p{
    font-size: var(--p);
    font-weight: 700;
}
/* END PAGE SLIDER */
section.section-wrap p a{
    color: var(--color-1);
    text-decoration: none;
    font-weight: 500;
}
section.section-wrap.box-hosted-by-section .section .grid-elements .grid-element.fullwidth .overlay{
    align-items: center;
}
section.section-wrap.box-hosted-by-section .section .grid-elements .grid-element .overlay h2{
    margin-bottom: unset;
}
section.section-wrap.box-hosted-by-section .section .grid-elements .grid-element .overlay p:not(:has(img)){
    max-width: 800px;
    margin-inline: auto;
}
section.section-wrap.box-hosted-by-section .section .grid-elements .grid-element.box-hosted-by-images .overlay{
    flex-direction: row;
    justify-content: center;  
    gap: calc(var(--gap-l) + 12px); 
}
section.section-wrap.box-congress-venue-section .section .grid-elements .grid-element .overlay h2{
    margin-bottom: calc(var(--gap-m) * -1);
}
section.section-wrap.box-congress-venue-section .section .grid-elements .grid-element .overlay p:has(strong){
    margin-bottom: 8px;
}
section.section-wrap.box-congress-venue-section .section .grid-elements .grid-element .overlay p strong{
    font-weight: 500;
}
section.section-wrap.box-congress-venue-section .section .grid-elements .grid-element.fullwidth:last-of-type{
    margin-top: calc(var(--gap-m) * -1);
}
body:not(.home) .page-slider-section .slider-text-inner{
    height: 100%;
    align-items: flex-end;
    display: flex;
    padding-left: 11%;
}
body:not(.home) main{
    padding-top: 0;
    margin-top: var(--gap-l);
}
section.section-wrap.box-dims-section .section .grid-elements .grid-element .overlay p img{
    max-width: 260px;
}
body:not(.home) section.section-wrap .section .grid-elements .grid-element .overlay h2
{
    margin-bottom: 0;
    width: 100%;
}
body:not(.home) section.section-wrap.object-contain-images .section .grid-elements .grid-element.has-background img
{  
   object-fit: contain; 
}
section.section-wrap.box-dims-section .section .grid-elements .grid-element .overlay,
section.section-wrap.box-dssf-section .section .grid-elements .grid-element .overlay{
    justify-content: flex-start;
}

section.section-wrap.box-dssf-section .section .grid-elements .grid-element .overlay p img{
    max-width: 185px;
}

body:not(.home) main section.section-wrap{
    padding-block: var(--gap-m);
}
body:not(.home) main.site-main{
    --content-width: 800px;
}
body:not(.home) h2{
    --h2: 40px;
    margin-bottom: var(--gap-m);
}
body:not(.home) .section p:has(img){
    margin-bottom: var(--gap-m);
}
/* FOOTER STYLING */
main.site-main{
    padding-bottom: 0;
}
#colophon.footer-setting-03 > *,
#colophon.footer-setting-03{
    border: 0;
}
#colophon.footer-setting-03{
    background-color: var(--color-dark);
    color: white;
    font-size: calc(var(--p) - 4px);
    margin-top: 0;
}
#colophon.footer-setting-03 .footer-widget-area-extra{
    border-top: 1px solid rgba(255, 255, 255, 0.20);
}
#colophon .widget-title{
    font-size: var(--h3);
    font-weight: 500;
    color: white;
    margin-bottom: calc(var(--gap-s) + 12px);
}
#colophon.footer-setting-03 .textwidget div.custom-socials-wrapper a{
    font-size: calc(var(--p) - 4px);
}
#colophon.footer-setting-03 a{
    color: white;
    font-weight: 400;
}
#colophon.footer-setting-03 p strong{
    font-size: calc(var(--p) - 2px);
    font-weight: 500;
}
#colophon.footer-setting-03 div.custom-socials-wrapper{
    display: block;
}
#colophon.footer-setting-03 div.custom-socials-wrapper p{
    margin-bottom: calc(var(--gap-s) / 2 + 2px);
}
#colophon.footer-setting-03 .grid-element .widgets-1 .textwidget p:has(strong){
    margin-bottom: 12px; 
    margin-top: calc(var(--gap-s) + 12px);
}
#colophon.footer-setting-03 .grid-element .widgets-1 .textwidget p:not(:has(strong)){
    margin-bottom: 5px;
}


#colophon.footer-setting-03 .grid-element .widgets-4 .textwidget p:has(img){
    margin-bottom: 5px;
}
#colophon.footer-setting-03 .grid-element .widgets-4 .textwidget img{
    max-width: 140px;
}

.footer-setting-03 .footer-widget-area-extra .textwidget .stom-info{
    display: flex;
    gap: calc(var(--gap-s) + 4px);
}
.footer-setting-03 .footer-widget-area-extra .section{
    padding: 10px 0;
}
/* END FOOTER STYLING */

/* 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: 190px;
    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 */


/* TABS STYLING */
.stom-tabs .tabs-header li{
    margin-right: 0;
}
.stom-tabs .tabs-header li:not(.active) a{
    background-color: white;
    border: 2px solid var(--color-bg);
    font-size: var(--p);
    text-transform: none;
    opacity: .5;
}
.stom-tabs .tabs-header li.active a{
    background-color: var(--color-bg);
    border: 2px solid var(--color-bg);
    text-transform: none;
    font-size: var(--p);
}
.stom-tabs .tabs-wrapper{
    background-color: var(--color-bg);
    border: 2px solid var(--color-bg);
    padding: var(--gap-m);
}
.stom-tabs .tabs-wrapper hr{
    background-color: var(--color-dark);
    opacity: .1 ;
    margin-bottom: 1em;
}
.stom-tabs .tabs-wrapper .tabs-content .tab-heading{
    display: none;
}
.stom-tabs .tabs-wrapper .tabs-content h3{
    color: var(--color-1);
    font-weight: 500;
}
.stom-tabs .tabs-wrapper .tabs-content p{
    font-size: calc(var(--p) - 2px);
}
.stom-tabs .tabs-wrapper .tabs-content h2{
    font-weight: 500;
    font-size: var(--p);
}
.stom-tabs .tabs-wrapper .tabs-content p:has(strong){
    margin-bottom: 15px;
}
.stom-tabs .tabs-wrapper .tabs-grid-container{
    display: grid;
    grid-template-columns: repeat(var(--grid-3-cols), minmax(0, 1fr));
    column-gap: var(--gap-s);
    row-gap: calc(var(--gap-m) + 8px);
    font-size: calc(var(--p) - 2px);
    font-weight: 300;
}
.stom-tabs .tabs-wrapper{
    font-size: calc(var(--p) - 2px);
    font-weight: 300;
}
.stom-tabs .tabs-wrapper p strong{
    font-size: var(--p);
    font-weight: 400;
}
.stom-tabs .tabs-wrapper .tabs-grid-container .underline{
    text-decoration: underline;
    display: block;
}
.stom-tabs .tabs-wrapper .tabs-grid-container .underline:last-of-type{
    margin-top: var(--gap-s);
}
/* END TABS STYLING */

#number-three-sticky-mobile-cta{
    display: none !important;
}

.blue-btn a {
	background-color:#196da3;
	border: #196da3;
}
.blue-btn a:hover {
	background-color:#165f8f;
	border: #165f8f;
}

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


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


/* woocommerce style goes here */


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