/*
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: 67px;
    --h2: 50px;
    --h3: 29px;
    --h4: 22px;
    --h5: 16px;
    --h6: 14px;
    --p: 20px;

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

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

    /* colors */
    --color-1: #2e78a6;
    --color-2: #235472;
    --color-bg: #f6f6f6;
    --color-text: #000;
    --color-dark: #222;
    --color-overlay: rgb(0 0 0 / 41%);

    /* 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(1 * var(--gap-l));
    --slider-text-width: 900px;
    
    /* Theme defined variables from PHP */
    --content-width: initial;
    --sidebar-width: initial;
    /* END Theme defined variables from PHP */
}


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


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

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 {
    margin-top: calc(var(--gap-l) * 2);
}

html, body, input, select, optgroup, textarea {
    line-height: 1.25;
}

.stom-checkmark-list ul {
    padding-left: 0;
    margin-bottom: 1.5em;

    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

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

.stom-checkmark-list ul li:not(:last-of-type) {
    margin-bottom: 10px;
}

.stom-checkmark-list ul li:before {
    content: url('images/checkmark.svg');
    position: absolute;
    left: 0;
    width: 1.25em;
}

/* Generel */
b, strong {
    font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    line-height: 1.25;
}

p + .stom-button {
    margin-top: 10px;
}

.stom-button a {
    font-size: 23px;
    font-weight: 400;
    border-radius: 23px;
    line-height: 1.25;
    padding: 8px 15px 8px 25px;
}

.stom-button a .stom-custom-svg {
    font-size: 19px;
    margin-left: 25px;
}

.slick-dots {
    top: calc(100% + 25px);
    left: 0;
}

.slick-dots li {
    margin: 0 6px;
}

.slick-dots li button:before {
    border: 1px solid var(--color-1);
    background-color: transparent;
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    background-color: var(--color-1);
}

.slick-arrow {
    top: 42%;
    background-color: transparent;
    box-shadow: none;
    transform: none;
}

.slick-arrow:focus,
.slick-arrow:hover {
    box-shadow: none;
}

.slick-arrow .stom-custom-svg {
    color: var(--color-1);
    font-size: 38px;
    line-height: 0;
}

/* Logo + Menu */
.site-branding #logo img, 
.site-branding #logo svg {
    /* max-width: 306px;
    max-height: 42px; */
    /* transition: var(--transition); */
}

header .top-bar {
    margin-inline: 0 !important;
}

header .top-bar a {
    font-weight: 300;
}

header .top-bar a .stom-custom-svg {
    margin-right: 5px;
}

header .top-bar p a + a {
    margin-left: 15px;
}

.header-sticky-active.scrolled .style-header-02 .section-wrap .section {
    padding: 5px 0;
}
body .style-header-02 .header-inner {
	width:100%;
}
body header .main-navigation {
	justify-content: flex-end;
}


body .site-branding {
	flex-grow:0;
}
.style-header-02 .site-branding #logo {
    padding: 35px 0;
}

.header-sticky-active.scrolled header .site-branding #logo {
    padding: 20px 0;
}
header .main-navigation ul.menu > li:first-child a {
	padding-left:0;
}
header .main-navigation ul.menu a {
    font-size: calc(var(--p) - 2px);
    color: #1d4a65;
    padding: .7em 1em;
}
body header .main-navigation ul.menu li.tilbud_button {
	
}
body header .main-navigation ul.menu .tilbud_button a{
    font-size: calc(var(--p) - 2px);
    font-weight: 400;
    border-radius: 23px;
    line-height: 1.25;
    padding: 8px 10px 8px 10px;
    background-color: var(--color-1);
    color: white;
}

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

#primary-menu li.contact {
    margin-left: var(--gap-s);
}

#primary-menu li.contact a {
    background-color: var(--color-1);
    color: #fff;
    padding: .5em 1.75em;
    border-radius: 23px;
    transition: var(--transition);
}

#primary-menu li.contact a:hover {
    background-color: var(--color-2);
}

.hover-style-bold ul.menu li:hover > a, 
.hover-style-bold ul.menu li.focus > a, 
.hover-style-bold ul.menu .current-menu-item > a, 
.hover-style-bold ul.menu .current-menu-ancestor > a {
    font-weight: 500;
}

/* Header */
.page-slider-section {
    padding-inline: var(--gap-l);
}

.page-slider-section .slick-slider {
    margin-bottom: 0;
}

.page-slider-section .slick-slider .slick-prev {
    left: -50px;
}

.page-slider-section .slick-slider .slick-next {
    right: -50px;
}

.home .page-slider-section .slider-text-inner .slider-text-inner-wrapper {
    max-width: 800px;
}

.page-slider-section .slider-text-inner .slider-text-inner-wrapper .white-text > h1 {
    margin-bottom: var(--gap-s);
}

.page-slider-section .slider-text-inner .slider-text-inner-wrapper .white-text > p {
    margin-bottom: var(--gap-s);
}

/* Frontpage */
.about-section .stom-cols-6 {
    min-height: 724px;   
}

.cards-section .section .grid-elements {
    grid-row-gap: 25px;
}

.cards-section .section .grid-elements .grid-element:not(.heading):before {
    transition: var(--transition);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(46, 120, 166, 0);
}

.cards-section .section .grid-elements .grid-element:not(.heading):hover:before {
    background-color: rgba(46, 120, 166, .5);
}

.cards-section .section .grid-elements .grid-element:not(.heading) .overlay {
    position: relative;
}

.cleaning-section .section .stom-cols-6 .stom-center-box > h3 {
    font-size: 37px;
}

.usp-section {
    position: relative;
    background-size: cover;
}

.usp-section:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .41);
}

.usp-section .section {
    padding-bottom: calc(var(--gap-m) * 3) !important;
}

.usp-section .section .grid-elements {
    grid-row-gap: 60px;
}

.usp-section .section .grid-elements .grid-element:not(.heading) .overlay > .stom-custom-svg {
    font-size: 45px;
}

.usp-section .section .grid-elements .grid-element:not(.heading) .overlay > h3 {
    font-size: 37px;
    font-weight: 400;
}

.gallery-section .section > h2,
.gallery-section .section > h3 {
    text-align: center;
    font-size: 37px;
    margin-bottom: 25px;
}

.gallery-section .section .stom-gallery-slider .gallery {
    display: block;
    padding-inline: var(--gap-m);
}

.gallery-section .section .stom-gallery-slider .gallery .gallery-item {
    margin: 0 10px;
    position: relative;
}

.gallery-section .section .stom-gallery-slider .gallery .gallery-item:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    pointer-events: none;
    transition: var(--transition);
}

.gallery-section .section .stom-gallery-slider .gallery .gallery-item:hover:before {
    background-color: rgba(0, 0, 0, .41);
}

.gallery-section .section .stom-gallery-slider .gallery .gallery-item .gallery-icon > a img {
    width: 100%;
    height: 315px;
    object-fit: cover;
}

.gallery-section .section .stom-gallery-slider .gallery .slick-prev {
    left: 0;
}

.gallery-section .section .stom-gallery-slider .gallery .slick-next {
    right: 0;
}

/* Subpages */
body:not(.home) .page-slider-section~main {
    margin-top: calc(var(--gap-l) * 1.5);
}

body:not(.home) .page-slider-section.image-pos-center-center .image-aligner img {
    max-height: calc(55vh - var(--header-height));
}

body:not(.home) .page-slider-section .slider-text-inner .slider-text-inner-wrapper .white-text > h1 {
    font-size: var(--h2);
    /* font-size: calc(var(--h2) - 8px); */
}

body:not(.home) .page-slider-section .slider-text-inner .slider-text-inner-wrapper .white-text > p {
    font-size: var(--p);
}

body:not(.home) .page-slider-section .slider-text-inner .slider-text-inner-wrapper .white-text > .stom-button a {
    font-size: var(--p);
}

body:not(.home) .page-slider-section .slider-text-inner .slider-text-inner-wrapper .white-text > .stom-button a .stom-custom-svg {
    margin-left: 10px;
}

body:not(.home) {
    font-size: 17px;
    line-height: 1.5;
}

body:not(.home) #main-content #content {
    border-bottom: 1px solid var(--color-1);
    padding-bottom: var(--gap-l);
}

body:not(.home) .entry-content > p {

}

body:not(.home) .entry-content > p > a {
    color: var(--color-1);
    font-weight: 500;
    text-decoration: none;
}

body:not(.home) .entry-content > p > a:hover {
    text-decoration: underline;
}

body:not(.home) .entry-content > h2 {
    font-size: var(--h3);
    font-weight: 500;
}

body:not(.home) .entry-content > h2:not(:first-of-type) {
    margin-top: calc(var(--gap-m) * 1.5);
}

body.contact-page .formular-section {
    display: none;
}

body.contact-page .contact-form {
    background-color: #f6f6f6;
    /* border: 1px solid var(--color-1); */
    padding: var(--gap-m);
    margin-top: var(--gap-m);
}

body.contact-page .contact-form > h3 {
    /* margin-bottom: 30px; */
}

body.contact-page .gform_wrapper form .gform_body {
    padding-top: 20px !important;
}

body:not(.home) .gallery-section,
body:not(.home) .formular-section {
    margin-top: var(--gap-l) !important;
}

/* body.contact-page .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container > * {
    border-color: var(--color-1);
    background-color: var(--color-1);
}

body.contact-page .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container > *,
body.contact-page .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container > *::placeholder {
    color: #fff;
} */

/* Sidebar */
.widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget):not(.widget-no-border) {
    font-size: 14px;
    background-color: transparent;
    border: 1px solid var(--color-1);
    padding: calc(var(--gap-s) * 1.5) calc(var(--gap-s) * 1.5);
}

.widget-area .widget .widget-title {
    font-weight: 500;
}

/* Colophon */
#colophon.footer-setting-02 {
    background-color: transparent;
    border-top: 1px solid var(--color-1);
    color: inherit;
    font-size: 16px;
    margin-top: var(--gap-l);
}

#colophon.footer-setting-02 > .footer-widget-area {
    /* border-top: 1px solid var(--color-1); */
}

#colophon .footer-widget-area-site-info .section {
    /* padding: 15px var(--gap-m); */
}

.footer-setting-02 .footer-widget-area-site-info .section {
    border-top: none;
}

.footer-setting-02 .footer-widget-area .section {
    padding: 70px 0;
}

.footer-setting-02 .footer-widget-area .section .grid-elements {
    gap: var(--gap-l);
}

.footer-setting-02 .footer-widget-area .section .grid-elements .grid-element {
    padding-bottom: var(--gap-m);
}

.footer-setting-02 .footer-widget-area .section .grid-elements .grid-element:not(:last-of-type):after {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: var(--color-1);
}

#colophon .section-wrap {
    /* border-bottom: 1px solid var(--color-1); */
}

#colophon .widget-title {
    font-size: 25px;
    font-weight: 500;
}

#colophon .copyright {
    border-top: 1px solid var(--color-1);
    margin-inline: 0 !important;
}

#colophon .copyright .section .footer-widgets .widget .textwidget {
    display: flex;
    justify-content: space-between;
}

#colophon .copyright .section .footer-widgets .widget .textwidget ul {
    display: flex;
}

#colophon .copyright .section .footer-widgets .widget .textwidget ul li {
    font-weight: 400;
}

#colophon .copyright .section .footer-widgets .widget .textwidget ul li:not(:last-of-type):after {
    content: '|';
    margin: 0 5px;
}

.footer-setting-02 .website-designed-by {
    /* color: #fff; */
}

.footer-setting-02 .website-designed-by {
    font-size: 14px;
    font-weight: 400;
}

.formular-section {
    position: relative;
    background-size: cover;
}

.formular-section:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .41);
}

.formular-section .section .grid-elements {
    align-items: flex-start;
}

.formular-section .section .grid-elements .grid-element.content {
    margin-top: var(--gap-m);
}

.formular-section .section .grid-elements .grid-element.content .overlay > h2,
.formular-section .section .grid-elements .grid-element.content .overlay > h3 {
    font-size: 37px;
}

/* Gravity Form */
.gform_wrapper form .gform_body {
    padding-top: 0 !important;
}

.gform_wrapper form .gform_body .gform_fields {
    grid-row-gap: 10px;
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container > * {
    padding: 8px 12px;
    font-size: 16px;
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container > *::placeholder {
    font-size: var(--p);
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container > *,
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container > *::placeholder {
    color: #000;
    font-weight: 300;
}

.gform_wrapper form .gform_footer {
    justify-content: flex-end;
}

.gform_wrapper form .gform_footer .gform_button {
    border-radius: 23px;
    background-color: #6cafd9;
    border-color: #6cafd9;
    font-size: 23px;
    padding: 5px 15px 5px 25px;
}

.gform_wrapper form .gform_footer .gform_button:hover {
    background-color: var(--color-1);
    border-color: var(--color-1);
}

.gform_wrapper form .gform_footer .gform_button .stom-custom-svg {
    margin-left: 20px;
}

/* Åbningstider */
.aabningstider-dage {
    display: flex;
}

.widget.number-three-default-widget .aabningstider-dage p:first-child,
.aabningstider-dage p {
    margin: 0px;
    line-height: 1.5em;
}

.widget.number-three-default-widget .aabningstider-list {
    /* margin-bottom: 0; */
}

.aabningstider-list .aabningstider-dag {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 0.5ch;
}

.aabningstider-list.horisontal {
    padding: 10px 0;
    border-bottom: 1px solid var(--STOM-maincolor);
}

.aabningstider-list.horisontal .aabningstider-dage {
    flex-direction: row;
    justify-content: center;
    gap: 30px;
}

.aabningstider-list.horisontal .aabningstider-dag:not(:last-child):after {
    content: "";
    display: block;
    position: absolute;
    right: -18px;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: var(--STOM-maincolor);
    top: 50%;
    transform: translateY(-50%);
}

.aabningstider-list.vertikal .aabningstider-dage {
    flex-direction: column;
}

.aabningstider-list.vertikal .aabningstider-dag {
    gap: 0;
    justify-content: space-between;
    /* border-bottom: 1px solid var(--color-1); */
    /* margin-bottom: 5px;
    padding-bottom: 5px; */
}

.aabningstider-list.vertikal .aabningstider-dag:not(:last-of-type) {
    margin-bottom: 5px;
}



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


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


/* woocommerce style goes here */


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

#number-three-sticky-mobile-cta .cta-container .stom-button a {
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
}

#number-three-sticky-mobile-cta .cta-container .stom-button a .stom-custom-svg {
    font-size: 14px;
    margin-right: .25em;
}

.underside .section-wrap.clear.stom-grid-section.formular-section.has-background{
    display: none;
}

.ifmobile{
    display: none;
}