/*
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.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

body:not(.woocommerce-cart):not(.woocommerce-checkout) .header-sticky-active.scrolled header .section-wrap .section {
    padding: 5px 30px;
    font-size: inherit;
}

body:not(.woocommerce-cart):not(.woocommerce-checkout):not(.burger-menu) .header-sticky-active.scrolled header #primary-menu>li>a {
    padding: 5px 25px;
}

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

/* Generel */
html {
    scroll-behavior: smooth;
}

body {
    background-color: #ECF0F1;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

h2, h3, h4, h5, h6 {
    /* color: #0f293c; */
}

b, strong {
    font-weight: 700;
}

a, a:visited, a:focus, a:active {
    /* color: #0000ee; */
    /* font-weight: 700; */
    color: #486856;
    text-decoration: underline;
}

a:hover {
    color: #486856;
    /* text-decoration: underline; */
}

.stom-button a {
    display: inline-block;
    line-height: 1;
    text-transform: inherit;
    background-color: #486856;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 14px 30px;
    border-radius: 23px;
    transition-duration: .175s;
}

.stom-button a:hover {
    background-color: #40584a;
    text-decoration: none;
}

.stom-billede-sektion {
    /* margin: 100px 0; */
}

.stom-billede-sektion .section {
    /* padding: 100px 0; */
    max-width: 1740px;
}

.stom-billede-sektion .stom-cols-6 {
    width: 45%;
}

.hover-active:not(.hover-style-bold) ul.menu a:before {
    background-color: #486856;
}

.stom-pdf-list {
    background-color: #0f293c;
    padding: 40px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.stom-pdf-list > h3 {
    font-size: 21px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.stom-pdf-list ul {
	padding-left: 0;
    margin-bottom: 0 !important;
}

.stom-pdf-list ul li {
	position: relative;
	padding-left: 1.75em;
	list-style: none;
    color: #fff;
}

.stom-pdf-list ul li a {
    color: #fff;
    text-decoration: none;
}

.stom-pdf-list ul li a:hover {
    text-decoration: underline;
}

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

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

.entry-content ul {
    margin-bottom: 40px;
}

.entry-content ul li:not(:last-of-type) {
    margin-bottom: 10px;
}

span.read-more-link a {
    text-decoration: none;
}

/* Header */
header#masthead {
    /* background-color: transparent; */
    /* background-color: #ECF0F1; */
}

header .top-bar .section {
    /* max-width: 1800px; */
    max-width: 1540px;
    padding: 5px 30px;
    border-bottom: none;
}

header .top-bar .section .top-bar-right ul li a {
    transition-duration: .175s;
}

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

header .top-bar .section .top-bar-right ul li a:hover {
    color: #486856;
}

header .header-wrapper {
    /* max-width: 1800px; */
    max-width: 1540px;
    padding-left: 30px;
    padding-right: 30px;
}

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

.home .page-slider-section .slider-text {
    padding: 20px 30px 80px;
    width: 1800px;
}

.page-slider-section .slider-text {
    width: 1740px;
}

.page-slider-section .slider-text-inner {
    max-width: 60%;
    margin: 0 auto;
    text-align: center;
}

.page-slider-section .slider-text-inner > * {
    color: #fff;
}

.page-slider-section .slider-text-inner > h1 {
    font-size: 60px;
}

.page-slider-section .slider-text-inner > p {
    font-size: 21px;
    /* max-width: 750px; */
    max-width: 1000px;
    margin: 0 auto 50px;
}

.page-slider-section .slider-text-inner > .stom-button a {
    border: 1px solid #fff;
    min-width: 200px;
}

.page-slider-section .slide-element {
    position: relative;
}

.page-slider-section .slide-element:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background-color: rgba(15, 41, 60, .75);
    /* background-color: rgba(15, 41, 60, .9); */
}

/* Logo + Menu */
.site-branding #logo {
    padding: 20px 0;
}

.main-navigation li {
    align-items: center;
}

header .main-navigation a {
    padding: 5px 25px;  
    color: inherit; 
    text-decoration: none;
    font-size: 18px;
}

/* Frontpage */
.home .page-slider-section .slide-element {
    min-height: 500px;
    max-height: 500px;
}

.cards-section {
    margin-top: -120px;
    margin-bottom: 40px;
}

.cards-section .section .grid-elements {
    gap: 30px;
	justify-content: inherit;
}

.cards-section .section .grid-elements .grid-element {
    width: calc((100% - (30px * 2))  / 3);
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; */
    box-shadow: rgba(15, 41, 60, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    background-color: #fff;
    border-radius: 5px;
    transition-duration: .175s;
}

.cards-section .section .grid-elements .grid-element:hover {
    box-shadow: rgba(15, 41, 60, 0.75) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.cards-section .section .grid-elements .grid-element .overlay {
    padding: 40px;
    text-align: center;
}

.cards-section .section .grid-elements .grid-element .overlay > .stom-custom-svg {
    display: block;
    font-size: 40px;
    margin-bottom: 20px;
    color: #486856;
}

.cards-section .section .grid-elements .grid-element .overlay > h3 {
    font-size: 18px;
}

.front-content-section {
    margin-top: -100px;
    padding-top: 100px;
    margin-bottom: 100px;
}

.front-content-section .section {
    background-color: #fff;
    padding: 40px;
    box-shadow: rgb(15 41 60 / 25%) 0 6px 12px -2px, rgb(0 0 0 / 30%) 0 3px 7px -3px;
    border-radius: 5px;
}

/* Subpages */
body:not(.home) {
    overflow: visible;
}

body:not(.home) #main-content #content {
    padding-bottom: 90px;
}

body:not(.home) #main-content #content #primary {
    background-color: #fff;
    border-radius: 5px;
    padding: 40px;
    box-shadow: rgb(15 41 60 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
}

body:not(.home) h1 {
    display: block;
    color: #0f293c;
    border-bottom: 1px solid #0f293c;
    padding-bottom: 10px;
}

body:not(.home) .page-slider-section .slide-element {
    min-height: 250px;
    max-height: 250px;
}

.medarbejder {
    width: 47%;
    margin: 0 6% 4% 0;
}

.medarbejder > p img {
    border-radius: 5px;
}

/* Sidebar */
aside#secondary {
    position: sticky;
    top: 150px;
}

aside#secondary .custom-overflow-wrapper .widget {
    font-size: 14px;
    box-shadow: rgb(15 41 60 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
    border-radius: 5px;
}

aside#secondary .custom-overflow-wrapper .widget .textwidget > p a {
    color: #486856;
}

/* Colophon */
#colophon {
    background-color: #0f293c;
    color: #fff;
    font-size: 14px;
    padding: 35px 30px;
}

#colophon .site-info {
    /* max-width: 1740px; */
    max-width: 1480px;
}

#colophon .copyright a {
    color: inherit;
}

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





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

/* woocommerce style goes here */

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

header .top-bar ul li:first-of-type {
	display: flex;
	align-items: center;
}

header .top-bar ul li:first-of-type > img {
	width: 16px;
}






span.youtube{
    display: block;
}

span.youtube > a .stom-custom-svg {
    line-height: 0;
    font-size: 28px;
    color: red;
}
span.youtube>a {
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: var(--transition);
}
span.youtube>a:hover {
    color: red;
}