/*
Theme Name: Number Three - Child
Theme URI: https://standoutmedia.dk/
Author: Standoutmedia A/S
Author URI: https://standoutmedia.dk/
Description: Et helt specielt Standoutmedia Tema
Template: number-three
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
*/



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




/* ___ GLOBALT ___ */
:root{
    --font1: bebas-neue-pro, sans-serif;
    --font2: 'Barlow', sans-serif;

    --fw1: 400;
    --fw2: 700;

    --color-primary: #f2294e;
    --color-secondary: #001829;

    --grid-gap: 20px;
}
img{
    height: auto;
}

span.accent_text{
    color: var(--color-primary);
}

h3{
    font-weight: var(--fw2);
    text-transform: uppercase;
}
p{
    line-height: normal;
}

h1, h2, h3, h4, h5, h6 {
	word-break: break-word;
}



/* ___ KNAPPER ___ */
.stom-button.one a{
    border-radius: 19px;
    background-color: var(--color-primary);
    border: 1px solid var(--color-primary);
    color: white;
    text-transform: unset;
    font-family: var(--font2);
    font-weight: var(--fw2);
    font-size: 16px;
    padding: .35em 1.6em;
    }
.stom-button.one:hover a{
    background-color: white;
    color: var(--color-primary);
}

.page-slider-section .stom-button.one a{
    font-size: 20px;
    padding: .18em 1.6em;

}

a {
    text-decoration: none;
}




/* ___ HEADER ___ */
header .section-wrap .section {
    padding: 8px 0;
}
section.section-wrap.clear.top-bar{
    background-color: var(--color-secondary);
    color: white;
    text-transform: uppercase;
    font-size: 14px;
}
section.section-wrap.clear .top-bar-left svg{
    margin-right: 8px;
    
}
section.section-wrap.clear .top-bar-left svg path{
    fill: var(--color-primary);
}
header .top-bar .top-bar-right a{
    font-weight: var(--fw1);
    margin: 0 8px;
}
.site-branding #logo {
    padding: 18px 0;
    line-height: 0;
}
.site-branding #logo img{
    max-height: none;
}
body:not(.woocommerce-cart):not(.woocommerce-checkout) .header-sticky-active.scrolled header .site-branding #logo img {
    max-height: 60px;
    width: auto;
}

#primary-menu {
    text-transform: uppercase;
}

.main-navigation .hover-active:not(.hover-style-bold) ul.menu a:before {
    bottom: 0;
    background-color: var(--color-primary);
    height: 3px;
}
.hover-active:not(.hover-style-bold) ul.menu a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #2C3F46;
    transition: opacity .175s,width .175s,margin .175s,height .175s;

}

/* ___ FOOTER ___ */
section.contact-section h3,
section.contact-section p{
    margin-bottom: 0;
    color: #2e2d2d;
    }

section.contact-section .section {
    background-color: #fff;
    box-shadow: 0 7px 10px rgba(10, 10, 10, 0.4);
    padding: 75px 5% 40px 5%;
    position: relative;
}

section.contact-section {
    padding: 150px 0 100px 0;
    background-size: cover;
}

section.contact-section .gform_wrapper .gform_body input, 
section.contact-section .gform_wrapper .gform_body textarea {
    padding: 2px 8px !important;
}

input[aria-required="true"]::after {
    color: var(--color-primary);
    content:'this is fun*';
}

.gform_wrapper.gravity-theme .gfield_label {
    margin-bottom: 0px;
}

.stom-custom-svg.orange-bubble {
    box-shadow: 0 7px 10px rgb(10 10 10 / 40%);
    background-color: var(--color-primary);
    font-size: 58px;
    color: #fff;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.gform_wrapper {
    max-width: 750px;
    margin: 0 auto;
}

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

.gform_wrapper form .gform_body .gform_fields {
	grid-row-gap: 15px !important;
}

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

.gform_wrapper .gform_body input,
.gform_wrapper .gform_body textarea {
    border: 1px solid #2e2d2d;
    font-size: 16px;
    padding: 4px 8px !important;
}

.gform_wrapper input::placeholder,
.gform_wrapper textarea::placeholder {
    color: #000 !important;
}

body:not(.stom-gform-legacy) .gform_wrapper .gform_body {
    padding-top: 12px;
}

body:not(.stom-gform-legacy) .gform_wrapper .gform_footer, body:not(.stom-gform-legacy) .gform_wrapper .gform_page_footer {
    margin: 10px 0 0;
}

.gform_wrapper textarea {
    max-height: 100px;
}

.gform_wrapper.gravity-theme .gform_body .gform_fields {
    grid-row-gap: 5px;
}
.gform_wrapper.gravity-theme .file_upload_btn label{
    font-weight: 400;
}
.gform_wrapper.gravity-theme .file_upload_btn .gform_fileupload_rules{
        display: none;
    }
section.page-slider-section .gform_wrapper .gform_body .file_upload_btn input,
section.contact-section .gform_wrapper .gform_body .file_upload_btn input{
    border: none;
    padding: 0 !important;
}



/*     .gform_wrapper.gravity-theme .file_upload_btn label{
    display: none;
}

.gform_wrapper.gravity-theme .file_upload_btn input::before{
    content:'Upload eventuel tegning af område';
    color: black;
    margin-right: 20px;
}
.gform_wrapper.gravity-theme .file_upload_btn input{
    background-color: white;
}


 */

.page-slider-section .gform_wrapper .gform_footer input[type="submit"] {
    font-size: 20px;
    text-transform: uppercase;
    padding: 6px 40px;
}
.page-slider-section span{
    font-size: 20px;
}



.gform_wrapper .gform_footer input[type="submit"] {
    font-size: 16px;
    font-family: var(--font2);
    font-weight: 900;
    color: #fff;
    background: var(--color-primary);
    border-color: var(--color-primary);
    padding: 11px 40px;
    transition: 0.3s;
    width: 100%;
    text-transform: unset;
}

.gform_wrapper .gform_footer input[type="submit"]:hover {
    color: var(--color-primary);
    background: #fff;
    border-color: var(--color-primary);
}

#colophon{
    background-color: var(--color-secondary);
    color: white;
    border-top: 5px solid var(--color-primary);
    padding: 14px 0 0;
}

#colophon .widget-title{
    border-bottom: 1px solid var(--color-primary);
    width: 100%;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: var(--font1);
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

#colophon p{
    line-height: 17px;
    font-size: 16px;
}

#colophon .widgets-2 p,
#colophon .widgets-3 p{
    margin-bottom: 9px;
}

#colophon .widgets-4 .socials-wrapper a{
    padding: 0;
}
#colophon .widgets-4 svg{
    font-size: 35px;
    margin: 0px 15px 0 0;
}
#colophon .widgets-4 svg path{
    fill: white;
}
#colophon .widgets-4 svg:hover path{
    fill: currentColor;
}

#colophon.stom-cols-3 {
    width: 22.75%;
    margin: 0 3% 0 0;
    line-height: 1;
}


/* ___ FORSIDE ___ */
.page-slider-section .slide-element{
    height: auto !important;
}
.page-slider-section .slider-text {
    padding: 10px 0 120px 0;
}

.page-slider-section .slides.slick-initialized .slide-element{
    max-height: 760px;
    min-height: 700px;
}

.slider-inner {
    position: relative;
}
.slider-inner::before {
    position: absolute;
    content: '';
    background-color: var(--color-secondary);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.7;
    z-index: 5;
}

.page-slider-section .slider-text *{
    position: relative;
    z-index: 10;
}

.page-slider-section .slider-text-inner{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.page-slider-section{
    color: white;
    margin-bottom: var(--grid-gap);
}
.page-slider-section p{
    font-size: 20px;
}

h1{
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    line-height: 65px;
}
.slider_contact {
    background-color: rgba(0, 24, 41, 0.75);
    border-radius: 10px;
    padding: 40px;
}

.page-slider-section h4{
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.page-slider-section .slider-text-inner .slider_bt{
    position: absolute;
    bottom: 0;
}

main{
    position: relative;
}

.slider_bottom.section-wrap {
    position: absolute;
    bottom: calc(100% + var(--grid-gap));
    width: 1140px;
    max-width: 100%;
    margin: 0 calc((100% - 1140px) /2);
    background-color: white;
    z-index: 20;
}

.slider_bottom.section-wrap .section {
    padding: 14px 0;
}

.slider_bottom.section-wrap .section .overlay{
    display: flex;
    align-items: center;
}

.slider_bottom.stom-grid-section .section .grid-elements{
    justify-content: center;
}

.slider_bottom.section-wrap h4{
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: var(--fw2);
}


.tekst_billede_sektion .stom-picture {
    width: calc(50% - var(--grid-gap));
}
.tekst_billede_sektion.picture-left .stom-picture {
    margin-left: var(--grid-gap);
}
.tekst_billede_sektion.picture-right .stom-picture {
    margin-right: var(--grid-gap);
}

.tekst_billede_sektionn p{
    color: #2e2d2d;
}

.fp_kasser.section-wrap.section-fullpage {
    padding: var(--grid-gap) !important;
}
.fp_kasser.section-wrap.section-fullpage .section {
    max-width: 1880px;
}
.fp_kasser.section-wrap .section {
    padding: 0;
}

.fp_kasser{
    color: white;
    text-align: center;
}
.fp_kasser h2{
    text-transform: uppercase;
}
.fp_kasser p{
    max-width: 53ch;
}

.fp_kasser.stom-grid-section .section .grid-element img ~ .overlay {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.faq.section-wrap{
    margin-bottom: var(--grid-gap);
    background-color: #0a2131;
    color: white;
    padding: 78px 0;
}
.faq.section-wrap h2{
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
}
.faq .mere-tekst-wrapper > button{
    background: transparent;
    color: white;
    border: unset;
    border-bottom: 1px solid white;
    padding: 26px 0px;
    font-weight: 700;
    text-transform: unset;
    font-size: 30px;
}
.faq .mere-tekst-wrapper > button svg{
    font-size: 12px;
}
.faq .mere-tekst-wrapper > button svg path{
    fill: var(--color-primary);
}
.faq.section-wrap .section{
    padding-bottom: 69px;
}

.faq .stom-cols-6 {
    width: 47%;
    margin: 0 6% 0 0;
}

ul
li::marker{
    color: var(--color-primary);
    font-size: 13px;
}

.p_without_margin p{
    margin-bottom: 5px;
}
.p_without_margin{
    margin-bottom: 15px;
}

span.company-info {
    display: block;
}
.page-slider-section span.company-info:last-of-type {
    margin-bottom: 15px;
}




/* ___ UNDERSIDER ___ */

body:not(.home) .tekst_billede_sektion{
margin-bottom: var(--grid-gap);
}









body:not(.stom-gform-legacy) .gform_wrapper .ginput_container input, 
body:not(.stom-gform-legacy) .gform_wrapper .ginput_container select, 
body:not(.stom-gform-legacy) .gform_wrapper .ginput_container textarea {
	color: #000 !important;
}
body:not(.stom-gform-legacy) .gform_wrapper .ginput_container input::placeholder, 
body:not(.stom-gform-legacy) .gform_wrapper .ginput_container select::placeholder, 
body:not(.stom-gform-legacy) .gform_wrapper .ginput_container textarea::placeholder {
	color: #000 !important;
}

section.page-slider-section .gform_wrapper .gform_body .file_upload_btn input {
    color: #fff !important;
}


/* STOM CTA */
#stomSMC-sticky-mobile-cta {
    border-top: 1px solid var(--color-secondary)!important;
}
#stomSMC-sticky-mobile-cta .cta-container .stomSMC-cta:not(:last-child) a {
    border-right: 1px solid var(--color-secondary) !important;
}

header .main-navigation a {
    font-size: 14px!important;
}

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





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

/* woocommerce style goes here */

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

.style-header-1 .header-wrapper {
	max-width: 1340px;
}

#primary-menu {
	align-items: center;
}

#primary-menu > li.btn-phone {
	margin-left: 20px;
}

#primary-menu > li.btn-phone > a {
	border: 1px solid var(--color-primary);
	border-radius: 25rem;
	padding: 10px 20px;
}

#primary-menu > li.btn-phone.red > a {
	background-color: var(--color-primary);
	color: #fff;
}

.page-slider-section .slider-text-inner .stom-button.inline:not(:last-of-type) {
	margin-right: 10px;
}

.home .page-slider-section .slider-text-inner {
	display: block;
	align-items: flex-start;
}

.home .page-slider-section .slider-text-inner p {
	max-width: 750px;
}

.section-wrap.clear.intro-split-section .section .grid-elements {
	align-items: center;
}

.section-wrap.clear.intro-split-section .section .grid-elements .grid-element.form .overlay {
	padding: 40px 20px;
}

.section-wrap.clear.intro-split-section .section .grid-elements .grid-element.form .overlay > h4 {
	font-size: 32px;
	font-weight: 600;
	text-align: center;
	color: var(--color-primary);
}

.section-wrap.clear.map-section .section .stom-picture {
	background-size: contain;
}

header .nav-wrap .wrapper {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-left: 20px;
}

header .nav-wrap .wrapper .stom-button a {
	border-radius: 25rem;
	display: inline-block;
	font-size: 14px;
	background-color: var(--color-primary);
    border: 1px solid var(--color-primary);
	color: #fff;
	font-family: 'Barlow', sans-serif;
}

header .nav-wrap .wrapper .stom-button a:hover {
	background-color: #fff;
	border: 1px solid var(--color-primary);
	color: var(--color-primary);
}

.stom_popup_overlay .stom_popup_wrapper .stom_popup.custom-popup {
	height: auto !important;
}

.stom_popup_overlay .stom_popup_wrapper .stom_popup.custom-popup .stom_popup_content_wrapper .stom_popup_content > h3{
	color: var(--color-primary);
}

.stom_popup_overlay .stom_popup_wrapper .stom_popup.custom-popup .stom_popup_content_wrapper .stom_popup_content .gform_wrapper form .gform_body {
	padding-top: 0 !important;
}

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

.stom-button.white a:hover {
	background-color: var(--color-primary) !important;
	color: #fff !important;
}

.section-wrap.clear.gallery-section {
	margin-top: -20px;
}

.section-wrap.clear.gallery-section .section {
	padding-block: 90px;
}

.section-wrap.clear.gallery-section .section .gallery {
	grid-gap: 1em;
}

.section-wrap.clear.gallery-section .section .gallery .gallery-item {
	margin: 0;
}

.section-wrap.clear.gallery-section .section .gallery .gallery-item .gallery-icon {
	position: relative;
	line-height: 0;
}

.section-wrap.clear.gallery-section .section .gallery .gallery-item .gallery-icon:before {
	content:"";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(242, 41, 78, 0);
	transition-duration: .5s;
	pointer-events: none;
}

.section-wrap.clear.gallery-section .section .gallery .gallery-item:hover .gallery-icon:before {
	background-color: rgba(242, 41, 78, .25);
}

.section-wrap.clear.gallery-section .section .gallery .gallery-item .gallery-icon > a img {
	aspect-ratio: 3 / 2;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section-wrap.clear.reference-section {
	margin-top: -20px;
}

.section-wrap.clear.reference-section .section {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: center;
	padding-block: 90px;
	
}

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

.section-wrap.clear.reference-section .section .content {
	padding-left: 40px;
	width: 60%;
}