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

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

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

    /* colors */
    --color-1: #677e2e;
    --color-2: #5e732a;
    --color-bg: #000;
    --color-text: #333;
    --color-dark: #333;
    --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: 570px;
    
    /* Theme defined variables from PHP */
    --content-width: initial;
    --sidebar-width: initial;
    /* END Theme defined variables from PHP */
}


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


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

html {
    scroll-behavior: smooth;
}

#kontakt-mig {
    scroll-margin-top: 150px;
}

/* Generel */
.stom-button a {
    min-width: 235px;
    transition: all .6s cubic-bezier(.4,0,.2,1);
    border-radius: 22px;
    border-color: #fff;
    border-width: 2px;
    text-transform: uppercase;
    font-size: var(--p);
    font-weight: 600;
    text-align: center;
    padding: .4em 1.2em;
}

.stom-button a:hover {
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    border-color: #fff;
}

b, strong {
    font-weight: 600;
}

div.image {
    margin-bottom: 1.5em;
}

div.image > p img {
    border-radius: 17px;
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
}

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

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

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

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

.stom-prisliste table,
.stom-prisliste table tbody tr td {
    border: none;
}

.stom-prisliste table {
    margin-bottom: 1.5em;
}

.stom-prisliste table tbody tr {
    border-bottom: 1px solid #000;
}

.stom-prisliste table tbody tr td {
    padding: 16px 0;
    font-size: 14px;
}

.stom-prisliste table tbody tr td:last-of-type {

}

header .top-bar ul li:not(:last-child) a:after {
    content: ' • ';
    background-color: transparent;
    margin: 1px 0 0 8px;
    color: #9bcf28;
}

/* Logo + Menu */
header#masthead {
    border-bottom: 2px solid #9acf28;
    background: hsla(0,0%,100%,.87);
}

header .main-navigation ul.menu a {
    padding: .7em 1.25em;
}

.style-header-02 .header-wrapper {
    margin-block: 15px;
    justify-content: center;
}

.hover-entry-fade-in.hover-style-center ul.menu a:before {
    background-color: #677e2e;
    width: 50px;
    height: 2px;
}

header.site-header .section-wrap .section {
    padding: 8px 0;
}

.header-sticky-active.scrolled .style-header-02 .section-wrap .section {
    padding: 8px 0;
}

header .top-bar ul li a {
    font-weight: 400;
}

header .top-bar .top-bar-right ul li a > .stom-custom-svg {
    margin-right: .5em;
}

/* Header */
.page-slider-section {
    border-bottom: 4px solid #9bcf28;
}

.page-slider-section .slide-element .image-aligner > img {
    filter: brightness(86%) contrast(98%) saturate(86%) sepia(15%);
}

.page-slider-section .slider-text-inner {
    margin-top: 130px;
}

.page-slider-section .slider-text-inner .slider-text-inner-wrapper {
    border: 3px solid #fff;
    border-radius: 17px;
    background: rgba(240,240,235,.8);
    padding: 35px var(--gap-s);
    text-align: center;
    margin-inline: auto;
    position: relative;
}

.page-slider-section .slider-text-inner .slider-text-inner-wrapper > .logo-wrapper {
    position: absolute;
    top: -130px;
    left: 0;
    right: 0;
}

.page-slider-section .slider-text-inner .slider-text-inner-wrapper > .logo-wrapper > p img {
    border-radius: 50%;
    border: 3px solid #fff
}

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

/* Frontpage */
.usp-section .section .grid-elements .grid-element {
    transition: transform .6s ease-in-out;
}

.usp-section .section .grid-elements .grid-element:hover {
    transform: scale(1.1);
}

.usp-section .section .grid-elements .grid-element .overlay {
    justify-content: flex-start;
}

.usp-section .section .grid-elements .grid-element .overlay > p:first-of-type img {
    width: 300px;
    height: 300px;
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    border-radius: 50%;
}

.usp-section .section .grid-elements .grid-element .overlay > h2 {
    margin-bottom: 5px;
}

.about-section .section .grid-elements {
    align-items: flex-start;
    gap: 80px;
}

.about-section .section .grid-elements .grid-element .overlay > h2 {
    margin-bottom: 5px;
}

.about-section .section .grid-elements .grid-element .overlay .stom-button a {
    padding: 10px 25px;
}

/* Subpages */
body:not(.home) #main-content {
    margin-top: 140px;
}

body:not(.home) .entry-content h2,
body:not(.home) .entry-content h3 {
    margin-bottom: 5px;
}

body:not(.home) .entry-content > h2:not(:first-of-type) {
    margin-top: 40px;
}

body:not(.home) .entry-content > h3 {
    margin-top: 40px;
}

/* Gravity Form */
.gform_wrapper {
    background-color: #cedab3;
    border-radius: 17px;
    border: 2px solid #fff;
    margin-top: 40px;
    margin-bottom: 1.5em;
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
}

.gform_wrapper .gform_heading {
    padding: var(--gap-s);
    border-bottom: 2px solid var(--color-dark);
}

.gform_wrapper .gform_heading .gform_title {
    text-align: center;
    margin-bottom: 0;
}

.gform_wrapper form {
    padding: var(--gap-s);
}

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

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

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container > *::placeholder {
    font-size: 14px;
}

.gform_wrapper form .gform_footer .gform_button {
    width: 100%;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    border-radius: 33px;
    border: 2px solid #fff;
    transition: all .6s cubic-bezier(.4,0,.2,1);
    line-height: 1 !important;
}

.gform_wrapper form .gform_footer .gform_button:hover {
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);   
    border-color: #fff;
}

/* Sidebar */
body:not(.home),
body:not(.home) #page {
    overflow: visible;
}

aside#secondary {
    position: sticky;
    top: 260px;
    margin-top: 40px;
}

.widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget):not(.widget-no-border) {
    font-size: var(--p);
    background-color: #ad9573;
    border-radius: 17px;
}

.widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget):not(.widget-no-border) .textwidget {
    position: relative;
}

.widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget):not(.widget-no-border).about-sidebar {
    font-size: 14px;
}

.widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget):not(.widget-no-border) .textwidget > .sidebar-logo {
    /* transform: translateY(-130px); */
    position: absolute;
    left: 0;
    right: 0;
    top: -130px;
}

.widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget):not(.widget-no-border) .textwidget > .sidebar-logo p img {
    border: 3px solid #ad9573;
    border-radius: 50%;
}

.widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget):not(.widget-no-border).about-sidebar .textwidget .content {
    padding-top: 100px;
}

.widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget):not(.widget-no-border).aabningstider-sidebar .textwidget .button-wrapper {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget):not(.widget-no-border) .textwidget > .image > p img {
    border: 3px solid #fff;
}

.widget.number-three-default-widget .stom-button a {
    text-decoration: none;
}

.widget.number-three-default-widget a .stom-custom-svg {
    color: #fff;
}

.widget.number-three-default-widget a {
    text-decoration: underline;
}

/* Colophon */
#colophon.footer-setting-02 {
    background-color: var(--color-bg);
}

.home #colophon.footer-setting-02 {
    margin-top: 0;
}

.stom_maps_free {
    min-height: 185px;
}

/*  */


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

#number-three-sticky-mobile-cta .cta-container .stom-button a {
    background-color: var(--color-1);
    color: #fff;
    border-radius: 0;
    text-transform: inherit;
    font-size: 14px;
    gap: 5px;
    min-width: auto;
}

#number-three-sticky-mobile-cta .cta-container .stom-button a .stom-custom-svg {
    color: #fff;
}

#number-three-sticky-mobile-cta .cta-container .stom-button:not(:last-child) a {
    border-right-color: #fff;
}


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


/* woocommerce style goes here */


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