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

    /* 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: #436251;
    --color-2: #447e5e;
    --color-bg: #f6f6f6;
    --color-text: #757575;
    --color-dark: #222;
    --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 */
}


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


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

/* header */
/*p{
    color: #2E2E2C !important;
}*/

header .main-navigation{
    display: block;
}

#page{
    background-color: #FAF8F4;
}

#masthead{
    background-color: #FAF8F4 !important;
}

#masthead .header-wrapper{
    flex-direction: column;
    align-items: center;
}

#masthead .header-wrapper .header-inner{
    border-top: 1px solid #2E2E2C;
    border-bottom:  1px solid #2E2E2C;
    width: 100%;
}

#masthead .header-wrapper .header-inner .menu-container .menu{
    justify-content: space-between;
}

#masthead .header-wrapper .header-inner .menu-container .menu .menu-item a{
    padding: 0;
    padding-block: 20px;
    font-size: 16px;
}

/* Header before Article */
.clearfix h2{
    
}


/* slider */
.page-slider-section{
    padding-block: 40px;
    display: flex;
    justify-content: center;

}

.page-slider-section .slider-inner .slides .slide-element{
    max-height: 400px;
    max-width: 1200px;
}

.page-slider-section .slide-element .image-aligner{
    max-width: 1200px;

}

.page-slider-section .slide-element .image-aligner img{
    max-height: 400px;
    max-width: 1200px;
        border-radius: 10px;
}

.page-slider-section .slide-element .slider-text{
    border-radius: 10px;
    align-items: center;
    justify-content: center;
}

.page-slider-section .slide-element .slider-text .slider-text-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-slider-section .slide-element .slider-text .slider-text-inner .white-text{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.page-slider-section .slide-element .slider-text .slider-text-inner .white-text h1{
    font-size: 35px;
}

.page-slider-section .slide-element .slider-text .slider-text-inner .white-text p{
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.page-slider-section .slide-element .slider-text .slider-text-inner .white-text .stom-button a{
    border-radius: 50px;
    padding: 15px 30px 15px 30px;
    border: none;
    background-color: #887539;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px
    ;
}

.page-slider-section .slide-element .slider-text .slider-text-inner .white-text .stom-button{
    
}
/* Nyeste artikler */

.home .wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home .wrapper h2{
    font-size: 30px;
}

.home .wrapper p a strong{
    display: flex;
    gap: 10px;
}

.home .wrapper p a strong .stom-svg-icon{
    display: flex;
    align-items: center;
}

.home .site-main{
    margin-top: 0;
}

.home .site-main .section-wrap .section{
    text-transform: uppercase;
}

.home .site-main .clearfix p{
    margin-bottom: 0;
    text-transform: uppercase;
}

.home .site-main .site-content .content-area .page .clearfix p a{
    padding-bottom: 40px;
    text-transform: capitalize;
    text-decoration: none;
    color: #2E2E2C;
}

.home .site-main .site-content .content-area .page .clearfix .stom-posts{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    border-top: 1px solid #000;
    padding-top: 40px;
    margin-bottom: 60px;
}

.site-main .clearfix .stom-posts .stom-post-wrapper {
    padding: 20px;
    display: flex;
    flex-direction: column;
    background-color: white;
    border-radius: 10px;
    text-decoration: none;
}

.site-main .clearfix .stom-posts .stom-post-wrapper .stom-post-title h5{
    margin: 0;
}

.site-main .clearfix .stom-posts .stom-post-wrapper .stom-post-thumb img{
    width: 100%;
    max-height: 140px;
    object-fit: cover;
    border-radius: 10px;
}

.site-main .clearfix .stom-posts .stom-post-wrapper .stom-post-content{
    font-size: 16px;
}

.site-main .clearfix .stom-posts .stom-post-wrapper .stom-post-date{
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 10px;
    color: #A69561;
}

.site-main .clearfix .stom-posts .stom-post-wrapper .stom-post-link{
    text-decoration: none;
    padding-top: 20px;
    font-size: 20px;
}

.site-main .stom-posts .stom-post-wrapper .stom-post-title h5{
    font-size: 20px;
    text-transform: capitalize;
}

.site-main .posts-list article .post-inner a:nth-child(4){
    font-size: 20px;
    text-decoration: none;
    text-transform: capitalize;
}

.site-main .posts-list article .post-inner .excerpt{
    padding-bottom: 30px;
}

.site-main .posts-list article .post-inner .post-thumbnail a img{
    border-radius: 10px;
}

aside.widget-area .custom-overflow-wrapper{
    max-width: 280px;
}


/* Sidebar */

#secondary{
    width: auto !important;
}

aside .customer-overflow-wrapper .archive-disable .textwidget .stom-posts a .stom-post-title h5{

}

.widget-area .widget .stom-posts .stom-post-date{
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.widget-area.sidebar-setup-after-content .custom-overflow-wrapper .widget{
    background: #1B2538 !important;
    border-radius: 10px;
}

.widget-area.sidebar-setup-after-content .custom-overflow-wrapper .widget .widget-title,
.widget-area.sidebar-setup-after-content .custom-overflow-wrapper .widget ul .cat-item a,
.widget-area.sidebar-setup-after-content .custom-overflow-wrapper .widget ul .cat-item,
.widget-area.sidebar-setup-after-content .custom-overflow-wrapper .widget .textwidget p,
.widget-area.sidebar-setup-after-content .custom-overflow-wrapper .widget .textwidget p strong a,
.widget-area.sidebar-setup-after-content .custom-overflow-wrapper .widget .stom-post-wrapper .stom-post-thumb,
.widget-area.sidebar-setup-after-content .custom-overflow-wrapper .widget .stom-post-wrapper .stom-post-title h5,
.widget-area.sidebar-setup-after-content .custom-overflow-wrapper .widget .stom-post-wrapper .stom-post-date{
    color: white !important;
}

/*.widget-area.sidebar-setup-after-content .custom-overflow-wrapper .widget .stom-post-wrapper .stom-post-content,
.widget-area.sidebar-setup-after-content .custom-overflow-wrapper .widget .stom-post-wrapper .stom-post-link{
    display: none;
}*/

.widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget):not(.widget-no-border){
    padding: 0 !important;
    padding-block: 30px !important;
    padding-inline: 20px !important;
}

.widget-area.sidebar-setup-after-content .custom-overflow-wrapper .widget .stom-post-wrapper{
    /*border-top: 1px solid #fff ;*/
    padding-bottom: 10px;
    border-bottom: 1px solid #fff ;
}

.widget-area.sidebar-setup-after-content .custom-overflow-wrapper .archive-disable .textwidget .stom-posts{
    display: flex;
    flex-direction: column;
}

.archive-disable .widget-title{
    margin: 0;
}

.archive-disable .textwidget p:first-of-type{
    display: none !important;
}

.widget-area.sidebar-setup-after-content .custom-overflow-wrapper .stom-post-wrapper{
    padding-top: 20px;
    text-decoration: none;
}


.widget-area .custom-overflow-wrapper .widget_black_studio_tinymce{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.widget-area .custom-overflow-wrapper .archive-disable{
    align-items: flex-start !important;
}

.custom-overflow-wrapper .widget .textwidget p{
    display: flex;
    justify-content: center;
    text-align: center;
}

.custom-overflow-wrapper .widget:nth-child(2) .textwidget p:nth-child(1) {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.custom-overflow-wrapper .widget:nth-child(2) .textwidget p:nth-child(1) img{
    width: 220px;
    height: 215px;
    border-radius: 200px;
}

.custom-overflow-wrapper .widget .cat-item{
    font-size: 20px;
    transition: 0.175s;
}

.custom-overflow-wrapper .widget .cat-item span{
    order: 2;
}

.custom-overflow-wrapper .widget .cat-item span svg{
    stroke: #fff;
}

.widget-area ul .cat-item a{
    font-size: 16px;
}

.custom-overflow-wrapper .widget .cat-item:hover{
    transform: translate(-4px);
}

.archive-disable.widget .stom-posts .stom-post-thumb img{
    border-radius: 5px;
}

.archive-disable.widget .stom-posts{
    color: #fff;
}

.archive-disable.widget .stom-posts .stom-post-content,
.archive-disable.widget .stom-posts .stom-post-more{
    display: none;
}

aside .archive-disable.widget .stom-posts .stom-post-title h5{
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
}

.stom-post-title h5,
.stom-post-content {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Category */

.category .content-area{
    display: block !important;
}

.category .content-area .article-wrapper{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding-top: 30px;
}

.category .page-header{
    border-bottom: 1px solid #2E2E2C;
    padding-bottom: 20px;
}

.category .content-area{
    margin-top: 0 !important;
}

.category .content-area{
    grid-template-columns: repeat(3, 1fr) !important;
}

.category .content-area .type-post{
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
}

.category .content-area .type-post .post-thumbnail img{
    width: 100%;
    max-height: 150px;
    object-fit: cover;
    border-radius: 10px;
}

.category .content-area .type-post .post-content-wrapper .stom-button a{
    background-color: transparent;
    color: black;
    border: none;
    font-size: 16px;
    padding: 0;
    transition: 0.3s;
}

.category .content-area .type-post:hover .post-content-wrapper .stom-button a{
    opacity: 0.7;
}

/* single pages */

.single .post .entry-header{
    display: flex;
    flex-direction: column;
}

.single .post .entry-header .entry-title{
    border-bottom: 1px solid #A69561;
    padding-bottom: 15px;
}

.single .post .entry-header .entry-date{
    padding-block: 15px;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #2E2E2C;
    opacity: 0.6;
}

.single .post-thumbnail img{
    border-radius: 5px;
}

.single .site-main .site-content .content-area .post .post-content-wrapper .entry-header .entry-title{
    border-bottom: 1px solid #2E2E2C;
    padding-bottom: 20px;
}

.single .site-main .site-content .content-area .post .post-content-wrapper .entry-header .entry-meta{
    padding-bottom: 20px;
}

.single .site-main .site-content .content-area .post .post-content-wrapper .entry-header .entry-meta .cat-links a,
.single .site-main .site-content .content-area .post .post-content-wrapper .entry-header .entry-meta .posted-on a{
    font-size: 16px;
}

/* alle artikler */
.page .entry-content .stom-posts{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Artikler in general */
.stom-post-wrapper .stom-post-more{
    color: #2E2E2C;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    display: flex;
    gap: 10px;
    padding-top: 10px;
}

.stom-post-wrapper .stom-post-more .stom-svg-icon{
    display: flex;
    align-items: center;
}

/* Footer */
#colophon.footer-setting-03{
    background-color: #1B2538 !important;
}

.site-footer .section-wrap .section .grid-elements .grid-element .overlay .footer-widgets .widget{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.site-footer .last .widget .widget-title{
    display: none !important;
}

.site-footer .last .widget .textwidget p img{
    width: 100px;
    height: auto;
}

.site-footer .section-wrap .section .grid-elements .grid-element .overlay .footer-widgets .widget ul{
    display: flex;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    justify-content: space-between;
    flex-wrap: wrap;
}

.site-footer .section-wrap .section .grid-elements .grid-element .overlay .footer-widgets .widget .textwidget{
    width: 100%;
}

.site-footer .section-wrap .section .grid-elements .grid-element .overlay .footer-widgets .widget .textwidget p{
    display: flex;
    justify-content: center;
}

.site-footer .section-wrap .section .grid-elements .grid-element .overlay .footer-widgets .widget ul li{
    padding-inline: 20px;
}

.site-footer .section-wrap .section .grid-elements .grid-element .overlay .footer-widgets .widget ul li a{
    font-size: 16px;
    color: #fff;
    margin-block: 20px;
}

.section-wrap.footer-widget-area-extra,
.section-wrap.footer-widget-area-site-info.copyright{
    display: none;
}

/* style goes here */

/* Related artikler */
/* Title */
.related-posts-section .related-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 24px;
}

/* Grid */
.related-posts-section .related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* Card */
.related-posts-section .related-grid .related-card {
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    padding: 15px;
    transition: transform 0.2s ease;
    width: 273px;
}

.related-posts-section .related-grid .related-card:hover {
    transform: translateY(-4px);
}

/* Image */
.related-posts-section .related-card .card-image {
    position: relative;
}

.related-posts-section .related-card .card-image img {
    display: block;
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 10px;
    max-height: 200px;
}

/* Category badge */
.related-posts-section .related-card .card-category {
    position: absolute;
    bottom: 17px;
    left: 10px;
    background-color: #ffffff;
    padding: 6px 10px;
    font-size: 13px;
    border-radius: 6px;
    line-height: 1;
}

/* Content */
.related-posts-section .related-card .card-content {
    padding: 10px 4px;
}

/* Date */
.related-posts-section .related-card .card-date {
    display: block;
    color: var(--Dusted-bronze, #A69561);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
}

/* Title */
.related-posts-section .related-card .card-title {
    font-size: 18px;
    margin: 8px 0;
    line-height: 1.3;
}

.related-posts-section .related-card .card-title a {
    text-decoration: none;
    color: #222222;
}

.related-posts-section .related-card .card-title a:hover {
    text-decoration: underline;
}

/* Excerpt */
.related-posts-section .related-card .card-excerpt {
    font-size: 14px;
    color: #444444;
    margin-bottom: 12px;
}

/* Link */
.related-posts-section .related-card .card-link {
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    color: #000000;
    display: flex;
    gap: 10px;
}

.related-posts-section .related-card .card-link span{
    display: flex;
    align-items: center;
}

.related-posts-section .related-card .card-link:hover {
    text-decoration: underline;
}


.custom-info-section {
    margin-block: 40px;
    border-top: 1px solid #A69561;
    border-bottom: 1px solid #A69561;
    padding-block: 20px;
}

.custom-info-section .custom-info-wrapper {
    display: flex;
    gap: 24px;
    border-radius: 10px;
}

/* Image */

.custom-info-section .custom-info-image img {
    width: 100px;
    height: 100px !important;
    height: auto;
    border-radius: 10px;
    display: block;
    border-radius: 50%;
}

/* Content */
.custom-info-section .custom-info-content {
    flex: 1;
}

.custom-info-section .custom-info-title {
    font-size: 24px;
    margin-bottom: 10px;
}

.custom-info-section .custom-info-text {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
}

/* Responsive */
@media (max-width: 768px) {
    .custom-info-section .custom-info-wrapper {
        flex-direction: column;
    }

    .custom-info-section .custom-info-image,
    .custom-info-section .custom-info-content {
        width: 100%;
    }
}


/* Stom Posts Category Badge */
.stom-posts .stom-post-wrapper .stom-post-thumb {
    position: relative;
}

.stom-posts .stom-post-wrapper .card-category {
    position: absolute;
    bottom: 17px;
    left: 10px;
    background-color: #ffffff;
    padding: 6px 10px;
    font-size: 13px;
    border-radius: 6px;
    line-height: 1;
}

.posts-archive .widget-area .widget.archive-disable{
    display: block;
}

.single-post .widget-area .widget.single-disable{
    display: block;
}

/* single */

.widget .stom-posts .stom-post-wrapper .card-category{
    display: none;
}

.widget-area .widget_categories ul li a{
    padding: 10px 0px;
}

.posts-archive-layout-2.posts-archive article .entry-title{
    font-size: 20px !important;
}

.widget-area .widget .stom-posts .stom-post-wrapper{
    margin: 0 !important;
}

.nav-previous,
.nav-next{
    display: none;
}

.single-category-links a{
    text-decoration: none;
    font-size: 16px;
    color: #A69561;
}

.widget-area .widget-title{
    margin-bottom: 0px !important;
}

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


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


/* woocommerce style goes here */


/*======================================================================//
// END woocommerce.css                                                  //
//======================================================================*/
header .nav-wrap{
    display: flex;
    align-items: center;
    gap: 60px;
    justify-content: space-between;
}

.instantsearch-trigger {
    width: 25px !important; /* Eller hvad der passer til din navbar */
    height: auto !important;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.kontakt-os .section.columns-2 .grid-elements .grid-element .overlay{
    justify-content: flex-start !important;
}

body:not(.stom-gform-legacy) .gform_wrapper .gform_body{
    padding-top: 0 !important;
}

.kontakt-os .grid-elements .grid-element.has-background {
    position: relative;
    overflow: hidden;
}

.kontakt-os .grid-elements .grid-element.has-background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    border-radius: 10px;
}

.kontakt-os .grid-elements .grid-element.has-background .overlay {
    position: relative;
    z-index: 2;
}

.kontakt-os .grid-elements .grid-element.has-background img{
    border-radius: 10px;
}

.kontakt-os .section.columns-2 .grid-elements .grid-element{
    background-color: #1B2538 !important;
    border-radius: 10px;
}

.kontakt-os .section.columns-2 .gform_wrapper{
    padding: 50px;
}

input{
    border-radius: 10px !important;
}

textarea{
    border-radius: 10px;
}

input#gform_submit_button_1{
    border-radius: 50px !important;
    padding: 15px 30px 15px 30px;
    border: none;
    background-color: #887539;
    font-size: 18px;
}

#gform_confirmation_wrapper_1{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}

.sub-menu .menu-item{
    background-color: var(--color-bg);
    padding-inline: 10px;
}

.sub-menu .menu-item a{
    padding-block: 10px;
    font-size: 16px;
}