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


    /* Gaps */
    --gap-l: 100px;
    --gap-m: 40px;
    --gap-s: 20px;
    --gap-xs: 10px;

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

    /* colors */
    --color-1: #F7A11A;
    --color-2: #017EC0;
    --color-3: #DFEEF6;
    --color-bg: #FDFDFD;
    --color-text: var(--color-dark);
    --color-dark: #333;
    --color-overlay: rgb(0 0 0 / 45%);

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


/* header */

body.logged-in header .main-navigation ul.menu li.is-logged-in{
    display: block;
}
header .main-navigation ul.menu li.is-logged-in{
    display: none;
}


body:not(.woocommerce-cart):not(.woocommerce-checkout) .header-absolute #masthead {
    position: fixed;
}

.site-header.style-header-02 {
    background-color: rgba(255, 255, 255, 0.9) !important;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.03);
}

/* .soeg .hover-style-bold ul.menu  a:before{
    height: 100px;
} */

.style-header-02 .site-branding #logo {
    padding: 5px 0;
}

.site-branding #logo img,
.site-branding #logo svg {
    max-height: 85px;
}

header .top-bar .top-bar-right svg {
    margin-right: 5px;
    margin-left: 15px;
}

.style-header-02 .top-bar .top-bar-right>*:not(:last-child) {
    margin: 0;
}

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

header .top-bar .top-bar-right {
    color: #fff;
}

header .nav-wrap a {
    font-weight: 600;
}
body.logged-in #primary-menu .stom-button.login-button{
    display: none;
}
#primary-menu .stom-button.login-button a {
    padding: 10px 30px;
    max-height: 50px;
    max-width: 150px;
}

#primary-menu .stom-button.login-button a svg {
    margin-right: 10px;
}

#primary-menu .stom-button.login-button {
    display: flex;
    align-items: center;
}


body.logged-in #primary-menu .stom-button.logout-button a{
    display: block;
}
#primary-menu .stom-button.logout-button a{
    display: none;
}
#primary-menu .stom-button.logout-button a {
    padding: 10px 30px;
    max-height: 50px;
    max-width: 150px;
}

#primary-menu .stom-button.logout-button a svg {
    margin-right: 10px;
}

#primary-menu .stom-button.logout-button {
    display: flex;
    align-items: center;
}





#primary-menu .soeg a {
    padding: 10px 30px;
    max-height: 100px;
    max-width:30px;
}

header .main-navigation ul.menu ul a {
    width: 230px;
}

header .main-navigation ul.menu ul a:hover {
    color: var(--color-1);
}



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


header .nav-wrap a {
    color: #000;
    font-weight: 500;
}

header .main-navigation ul.menu a .stom-menu-item-arrow{
    margin-left: unset;

}

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

.hover-style-bold ul.menu .sub-menu a>span.hidden-menu-item {
    justify-content: left;
    padding-left: 10px;
}

.hover-style-bold ul.menu a>span.hidden-menu-item {
    justify-content: left;
    padding-left: 10px;
    font-size: 16px;
}

 .hover-style-bold ul.menu  .login-button  a>span.hidden-menu-item {
    justify-content: center;
    padding-left: unset;
}


header .soeg .stom-custom-svg {
    filter: brightness(0) ;
}

/* slider */
.page-slider-section~main{
    margin-top: unset;
}

.page-slider-section.main-slider-section .slider-text-inner {
    padding-top: 90px;
}

/* .page-slider-section.main-slider-section .slider-text-inner {
    padding-top: var(--gap-l);
} */

.stom-button a {
    padding: 10px 30px;
    font-size: var(--p); 
}

.stom-button svg {
    max-width: var(--p);
    max-height: var(--p);
    margin-right: 5px;
}

.page-slider-section.main-slider-section .slider-text-inner .slider-text-inner-wrapper .stom-button:first-of-type a {
    font-size: 16px;
    margin-right: calc(1.5*var(--gap-s));
    margin-bottom: var(--gap-xs);
}

.stom-button.button-2 a {
    font-size: 16px;
    background-color: var(--color-2);
    border: 1px solid var(--color-2);
}

.stom-button.button-2 a:hover {
    font-size: 16px;
    background-color: var(--color-1);
    border: 1px solid var(--color-1);
}

.page-slider-section.main-slider-section .slider-text-inner .slider-text-inner-wrapper ul {
    list-style-type: none;
    padding-left: 0px;
}

.page-slider-section.main-slider-section .slider-text-inner .slider-text-inner-wrapper ul li svg {
    color: var(--color-1);
    width: 28px;
    height: 28px;
}

.stom-grid-section .columns-2 .grid-elements {
    gap: 116px;
}

main .section-wrap~.section-wrap .columns-2 {
    margin-top: calc(1.6*var(--gap-l));
    margin-bottom: calc(1.6*var(--gap-l));
}

/* footer */

#colophon .footer-widget-area.stom-grid-section .section.columns-3 .grid-elements {
    grid-template-columns: repeat(var(--grid-3-cols), minmax(0, auto));
}

.widgets-1 img {
    max-width: 102px;
}

#colophon p,
#colophon a,
.widget-title,
.footer-setting-03 .footer-widget-area-site-info .textwidget {
    color: #fff;
    text-decoration: none;
    font-size:  14px;
    font-weight: 400;
    line-height: 22px;
}

.footer-setting-03 .footer-widget-area-site-info .textwidget{
    justify-content: flex-start;
}

#colophon.footer-setting-03 {
    background-color: var(--color-2);
    border-top: 1px solid #000;
}

#colophon .widget-title {
    font-weight: 700;
    margin-bottom: 20px;
}

.section-wrap.footer-widget-area-extra {
    display: none;
}

.footer-setting-03 .section-wrap {
    border-bottom: 1px solid #fff;
}

.footer-setting-03 .section-wrap.copyright {
    border-bottom: 0;
}

#colophon.footer-setting-03 {
    border-top: 0;
}

#colophon .copyright .section .footer-widgets .widget .textwidget ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

#colophon .copyright .textwidget ul li a,
#colophon .copyright .textwidget ul li {
    padding: 0;
    flex-wrap: nowrap;
    color: #fff
}

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

/* slider */

.page-slider-section h2 {
    font-size: var(--h3);
}

.page-slider-section h2,
.page-slider-section h1 {
    line-height: normal;
}

.page-slider-section.main-slider-section {
    font-size: calc(var(--p) * 1.2666)
}

.has-background h2 {
    margin-bottom: calc(1.2 * var(--gap-m));
}

p {
    color: var(--color-dark);
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

/* Nyheder */
.new-stom-post-wrapper .new-stom-post-thumb img {
    height: 374px;
}

.new-stom-post-wrapper .new-stom-post-date {
    font-weight: 600;
    color: var(--color-dark);
    font-size: var(--h6);
}

.new-stom-post-wrapper .new-stom-post-title h4 {
    font-weight: 600;
    color: var(--color-dark);
    font-size: 19px;
}


.new-stom-post-wrapper .new-stom-post-content {
    color: var(--color-dark);
}

.new-stom-post-wrapper .new-stom-post-link a {
    text-decoration: none;
    font-weight: 600;
    font-size: var(--h6);
    color: var(--color-dark);
}

.new-stom-post-wrapper .stom-custom-svg svg * {
    fill: none;
    max-width: 10px;
}

.new-stom-post-wrapper .stom-custom-svg svg {
    max-width: 10px;
    max-height: 10px;
}

.bliv-medlem-grid.grid-element .overlay {
    justify-content: center;
}

.facebook-grid .overlay {
    min-width: 25em;
}

.stom-grid-section.facebook-section .grid-element .overlay {
    justify-self: center;
    justify-content: center;
}

/* Gallery styles */
.gallery-columns-1 {
    width: 50%;
}

.profil .gallery-columns-1 {
    width: 100%;
}

.gallery-columns-4 {
    grid-template-columns: repeat(6, 1fr)
}

.gallery-columns-4 .gallery-item:nth-child(2),
.gallery-columns-4 .gallery-item:nth-child(4),
.gallery-columns-4 .gallery-item:nth-child(5),
.gallery-columns-4 .gallery-item:nth-child(7) {
    grid-column: span 2;
}

.gallery-columns-4 .gallery-item:nth-child(1),
.gallery-columns-4 .gallery-item:nth-child(3),
.gallery-columns-4 .gallery-item:nth-child(6),
.gallery-columns-4 .gallery-item:nth-child(8) {
    grid-column: span 1;
}


.gallery .gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 250px;
    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 */


/* Undersider */
body:not(.home) .page-slider-section .image-aligner img {
    width: 100%;
    height: auto;
    max-height: calc(70vh - var(--header-height));
    min-height: 100%;
    object-fit: cover;
    object-position: bottom;
}

body:not(.home) main .section-wrap .section {
    max-width: 850px;
}

body:not(.home) main .section-wrap:nth-of-type(1n+1):not(.instagram-section) {
    margin-top: var(--gap-s);
}

.page-slider-section .slider-text {
    background-color: unset;
}


body:not(.home) .content-area {
    padding-right: 50px;
}

/* iframe styling */
.youtube-video {
    position: relative;
    overflow: hidden;
    width: 100%;
}

/* Then style the iframe to fit in the container div with full height and width */
.youtube-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;

}

/* sidebar */

body:not(.home) #main-content,
body:not(.home) #colophon.footer-setting-03 {
    margin-top: unset;
}

.sidebar-new #secondary:before {
    background-color: var(--color-3);
}

.widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget):not(.widget-no-border) h2 {
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: var(--color-2);
}

.widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget):not(.widget-no-border) {
    padding-top: unset;
}

.widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget):not(.widget-no-border) img {
    width: 60%;
}

.sidebar-kontakt p {
    padding-bottom: 10px;
    margin-bottom: unset !important;
    ;
}

.sidebar-new .widget-area .widget:not(:last-child) {
    margin-bottom: unset;
}

.person-tabel table,
.person-tabel td,
.person-tabel tr {
    border: unset;
    color: #000;
    vertical-align: top;
}

.person-tabele td {
    padding: 10px;
    margin-bottom: unset;
}

.person-tabel {
    display: grid;
    grid-template-columns: repeat(var(--grid-4-cols), minmax(0, 1fr));}

table {
    color: var(--color-dark);
}

table td {
    padding-left: 5px;
}

/* sticky-sidebar */
aside#secondary .custom-overflow-wrapper {
    position: sticky;
    top: 175px;
}

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

body:not(.home) #main-content {
    margin-top: 0;
}



body.login-side main.site-main div#primary div.entry-content pre{
    background-color: transparent !important;
    font-size: var(--p) !important;
    font-family: var(--p-fam) !important;
    overflow: unset !important;
    padding: var(--gap-s) !important;
    line-height: normal !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}
body.login-side main.site-main div#primary div.entry-content pre p{
    width: 60% !important;
    display: flex !important;
    flex-direction: column !important;
}
body.login-side main.site-main div#primary div.entry-content pre a.wplf-lostpassword{
    margin-top: var(--gap-s) !important;
    display: block !important;
}
body.login-side main.site-main div#primary div.entry-content pre a{
    margin-top: var(--gap-s) !important;
    display: block !important;
    background-color: var(--color-1) !important;
    border: 1px solid var(--color-1) !important;
    padding: 10px 30px;
    color: white !important;
    text-decoration: none !important;
    width: fit-content !important;
}

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





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

/*======================================================================//
// NEW ANIL                                                             //
//======================================================================*/

section.section-wrap.box-styregruppen-section{
	display:none;
}
div.custom-medarbejder-container{
	display: none !important;
	display: grid;
	grid-template-columns: repeat(var(--grid-4-cols), minmax(0, 1fr));
	column-gap: 10px;
	row-gap: var(--gap-s);
}

.new-stom-post-wrapper .full-element-link{
    text-decoration: none;
}


/*======================================================================//
// END NEW ANIL                                                         //
//======================================================================*/

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


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


/* woocommerce style goes here */


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