/*
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 .home  {
    --h1: 70px;
    --h2: 50px;
    --h3: 40px;
}

:root {
    /* Font sizes */
    --h1: 50px;
    --h2: 40px;
    --h3: 30px;
    --h4: 25px;
    --h5: 16px;
    --h6: 14px;
    --p-small: 16px;
    --p: 18px;

    /* Gaps */
    --gap-section: 180px;
    --gap-l: 90px;
    --gap-ml: 60px;
    --gap-m: 40px;
    --gap-sm: 30px;
    --gap-s: 20px;
    --gap-xs: 10px;

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

    /* colors */
    --color-1: #2D3C6D;
    --color-1-hover: #2d3c6d;
    --color-2: rgb(247, 247, 247);
    --color-2-hover: #ffffff;
    --color-bg: #ffffff;
    --color-text: #2d3c6d;
    --color-hero-overlay: linear-gradient(90deg, rgba(0, 0, 0, 0.322) 50%, rgba(0,0,0,0) 60%);
    --color-overlay: linear-gradient(90deg, rgba(0, 0, 0, 0.705) 50%, rgba(0, 0, 0, 0.719) 60%);
    /* --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 */
}
#primary {
    padding-bottom: 0 !important;
}
main#main-content > form.post-password-form {
    display: none !important;
}

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


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


/* style goes here */
/*======================================================================//
// headings og text                                                      //
//======================================================================*/
p {
    font-family: var(--p-fam);
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--h-fam);
}

h1, h3 {
    font-weight: 700;
}

h2 {
    font-weight: 400;
}

a {
    color: var(--color-1);
}

/*======================================================================//
// buttons                                                              //
//======================================================================*/
.stom-button a, .single .post-navigation a {
    font-size: var(--p);
    font-weight: 500;
    font-family: var(--btn-fam);
    border-radius: 6px;
    border: none;
    padding: 8px 50px;
}

.stom-button a:hover {
    background-color: var(--color-1-hover);
}

.stom-button.primary-btn a, .single .post-navigation a {
    color: var(--color-bg);
    background-color: var(--color-1);
}

.stom-button.primary-btn a:hover, .single .post-navigation a:hover {
    background-color: var(--color-1-hover);
    color: var(--color-bg);
}

.stom-button.secondary-btn a {
    color: var(--color-1);
    background-color: var(--color-bg);
}

.stom-button.secondary-btn a:hover {
    color: var(--color-1);
    background-color: var(--color-2-hover);
}

#masthead .stom-button.header-btn a {
    background-color: transparent;
    border: none;
    color: var(--color-1);
    font-size: var(--p);
    font-weight: 400;
    padding: 0;
}

.stom-button.new-stom-post-link a {
    font-size: var(--p-small);
    color: var(--color-bg);
    background-color: var(--color-1);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--gap-xs);
}

.stom-button.new-stom-post-link a:hover {
    background-color: var(--color-1-hover);
}

.section-wrap.holdtilmelding .section .stom-button a svg, .section-wrap.begivenhed-container .section .stom-button a svg {
    width: 10px;
    height: 10px;
}

.section-wrap.holdtilmelding .section .stom-button a, .section-wrap.begivenhed-container .section .stom-button a  {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--gap-xs);
}


.stom-button.link-btn a {
    background-color: transparent;
    color: var(--color-1);
    font-size: var(--p-small);
    font-weight: 600;
    gap: var(--gap-xs);
    padding: 0px;
    border: none;
}

.stom-button.link-btn a:hover {
    text-decoration: underline;
}

.stom-button.link-btn.back {
    margin-bottom: var(--gap-m);
}

.stom-button.link-btn.back a span svg path {
    fill: var(--color-1);
}

#primary .stom-button.link-btn {
    display: block;
}

#number-three-sticky-mobile-cta .cta-container {
    display: none;
}


/*======================================================================//
// accordion                                                             //
//======================================================================*/
.stom-grid-section.accordion-section .section .grid-elements {
    gap: var(--gap-s);
}

.mere-tekst-wrapper>button {
    font-size: var(--p-small);
    padding: 10px 20px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--color-1);
    color: var(--color-1);
}

.mere-tekst-wrapper>button:hover {
    background-color: transparent;
    border-bottom: 1px solid var(--color-1);
}

.medarbejder-section .mere-tekst {
    background-color: transparent;
    color: var(--color-text);
    padding: 0px 0px;
}

.mere-tekst {
    background-color: var(--color-2);
    color: var(--color-text);
    padding: 10px 20px;
}

.mere-tekst p, .mere-tekst div {
    font-size: var(--p-small);
}

/*======================================================================//
// table                                                             //
//======================================================================*/
table tbody tr th {
    background-color: var(--color-1);
    color: var(--color-bg);
    text-align: left;
    padding-left: var(--gap-s);
}

table tbody tr th, table tbody tr td, table {
    border: none;
}

table tbody tr th, table tbody tr td {
    padding-block: 10px;
    padding-left: var(--gap-s);
}

table tbody tr td {
    font-size: var(--p-small);
    border-bottom: 1px solid var(--color-1);
}
/*======================================================================//
// header                                                               //
//======================================================================*/
#primary-menu.menu a {
    font-size: var(--p);
    font-family: var(--btn-fam);
    color: var(--color-1);
}

header .main-navigation ul.menu a {
    padding: 0.7em 0.9em;
}

header .main-navigation ul.menu ul.sub-menu a {
    justify-content: flex-start;
}

header .main-navigation ul.menu ul a {
    width: 300px;
}
/*======================================================================//
// hero slider                                                          //
//======================================================================*/

.page-slider-section .slider-text-inner .slider-text-inner-wrapper {
    max-width: none;
    color: var(--color-bg);
}

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


.page-slider-section .slider-text-inner .slider-text-inner-wrapper .btn-wrapper {
    display: flex;
    justify-content: center;
    gap: var(--gap-m);
}

.page-slider-section .slider-text-inner .slider-text-inner-wrapper p {
    margin-bottom: 0;
    font-size: var(--h4);
}

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

.page-slider-section .slider-text {
    background-color: none !important;
}

.page-slider-section.main-slider-section {
    position: relative;
} 

body.home section.main-slider-section.page-slider-section::before {
    content: '';
    position: absolute;
    background: var(--color-hero-overlay);
    z-index: 1;
    height: 100%;
    width: 100%;
    display: block;
    left: 0;
    right: 0;
    top: 0;
}

.page-slider-section .slider-inner .slider-text {
    z-index: 10;
}

.header-sticky-active.scrolled header .site-branding #logo img.logo-landscape {
    max-height: 60px;
}

/*======================================================================//
// herobar                                                              //
//======================================================================*/
#main-content.site-main {
    margin-top: 0;
}

.section-wrap.herobar .section p {
    color: var(--color-bg) !important;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    font-size: var(--button);
}

.section-wrap.herobar .section a {
    color: var(--color-bg) !important;
    text-decoration: none;
}

.section-wrap.herobar .section a:hover {
    color: var(--color-bg) !important;
    text-decoration: underline;
}

.section-wrap.herobar.has-background .section {
    padding-block: var(--gap-s);
}


/*======================================================================//
// news section                                                         //
//======================================================================*/
.news h2 {
    margin-bottom: var(--gap-sm);
}
.news .new-stom-post-wrapper .new-stom-post-title h4 {
    font-weight: 400;
    color: var(--color-1);
}


.news .new-stom-post-wrapper .new-stom-post-content p {
    font-size: var(--p-small);
    line-height: 20px;
}

.news .new-stom-post-wrapper .new-stom-post-date {
    font-weight: 500;
    font-size: 12px;
}

.new-stom-post-wrapper .new-stom-post-thumb img {
    width: 100%;
}


/*======================================================================//
// holdtilmelding section                                               //
//======================================================================*/
.section-wrap.holdtilmelding {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-wrap.holdtilmelding .section {
    color: var(--color-bg);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-wrap.holdtilmelding .section p {
    max-width: 746px;
    font-size: 20px;
}


.section-wrap.holdtilmelding {
    position: relative;
}

.section-wrap.holdtilmelding::before {
    content: '';
    position: absolute;
    background: var(--color-overlay);
    z-index: 1;
    height: 100%;
    width: 100%;
    display: block;
    left: 0;
    right: 0;
    top: 0;
}

.section-wrap.holdtilmelding .section {
    position: relative;
    z-index: 10;
}


/*======================================================================//
// facebook section                                                     //
//======================================================================*/

.section-wrap.stom-grid-section.facebook-container {
    margin-block: var(--gap-section);
}

.section-wrap.stom-grid-section.facebook-container .section .grid-elements .grid-element .overlay {
    justify-content: center;
}

.section-wrap.stom-grid-section.facebook-container .section .grid-elements .grid-element .overlay p {
    display: flex;
    justify-content: center;
}

.section-wrap.stom-grid-section.facebook-container .section .grid-elements {
    gap: var(--gap-ml);
}


/*======================================================================//
// billede section                                                      //
//======================================================================*/
.section-wrap.stom-billede-sektion.begivenhed-container .section .stom-cols-6 .stom-center-box p{
    font-size: var(--p-small);
}

.section-wrap.stom-billede-sektion.begivenhed-container .section {
    padding-block: 0;
}

.section-wrap.stom-billede-sektion.begivenhed-container .calendar-wrapper {
    display: flex;
    gap: var(--gap-xs);
    margin-bottom: var(--gap-xs);
}

.section-wrap.stom-billede-sektion.begivenhed-container .calendar-wrapper span.small-text {
    font-size: 12px;
    font-style: italic;
}

.section-wrap.stom-billede-sektion.begivenhed-container .stom-button {
    margin-top: var(--gap-s);
}

.section-wrap.stom-billede-sektion.begivenhed-container .stom-picture {
    width: 45%;
}

.section-wrap.stom-billede-sektion.begivenhed-container .stom-cols-6 {
    width: 55%;
}


/*======================================================================//
// first + last section                                                      //
//======================================================================*/
.home h1 {
    margin-top: 0;
}

h1 {
    margin-top: var(--gap-l);
}

.last-section {
    padding-bottom: var(--gap-l);
}

/*======================================================================//
// sportsgrid                                                           //
//======================================================================*/
.stom-grid-section.sport-grid-container .section .grid-elements {
    gap: var(--gap-m);
}

.stom-grid-section.sport-grid-container .grid-element {
    padding: 20px 40px;
}

.stom-grid-section.sport-grid-container .grid-element.fullwidth {
    padding: 0px 0px;
}

.grid-item-wrapper {
    border-radius: 6px;
    background-color: var(--color-1);
    max-height: auto;
    transition: color 0.3s ease;
}

.grid-item-wrapper:hover {
    background-color: var(--color-1-hover);
}

.grid-item-wrapper p {
    margin-bottom: 0px;
}

.grid-item-wrapper img {
    border-radius: 6px 6px 0px 0px;
    object-fit: cover;
    height: 220px;
    width: 100%;
}

.text-wrapper {
    display: flex;
    padding: 13px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.text-wrapper, .text-wrapper p span  {
    color: var(--color-bg) !important;
    font-weight: 500;
}


/*======================================================================//
// primary content                                                      //
//======================================================================*/
#primary {
    padding-bottom: var(--gap-l);
}

#secondary {
    margin-top: var(--gap-ml);
}

#primary img.wp-image-957 {
    width: 100%;
}

#primary div.flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--gap-s);
}

#primary div.flex .stom_maps_free {
    width: 100%;
    height: auto;
}

#primary div.flex img {
    width: 100%;
}

/* Kalender oversigt på en linje */
body.calendar .header-divider~#primary {
    display: none;
}

body.calendar .kalender-container .blog-excerpt {
    display: none;
}


body.calendar .slick-track {
    display: grid;
    width: 100%;
}


body.calendar .stom-event {
    width: 100% !important;
}

body.calendar .calendar-archive-section .blog-image img {
    display: none;
}

body.calendar .calendar-archive-section .blog-dato {
    padding: 0px;
    text-align: left;
}  

body.calendar .calendar-archive-section .blog-dato br {
    display: none;
}  

body.calendar .calendar-archive-section a {
    color: var(--color-text);
}

body.calendar .calendar-archive-section a:hover {
    color: var(--color-1);
}

body.calendar .calendar-archive-section .blog-information {
    padding: 0px;
    text-align: left;
    min-height: auto;
    margin-bottom: var(--gap-ml);
}

body.calendar .calendar-archive-section .blog-dato h3 {
    font-size: var(--p);
}

body.calendar .calendar-archive-section .kalender-container .kalender-wrap {
    box-shadow: none;
}

body.calendar .calendar-archive-section .kalender-container .slick-list .slick-track {
    margin-inline: 0;
    width: 100% !important;
    transform: none !important;
}

body.calendar .calendar-archive-section .kalender-container {
    padding-inline: 0;
}

body.calendar .header-divider~#primary, .header-divider~#secondary {
    margin-top: var(--gap-m);
}

body.calendar .kalender-container .slick-slide {
    margin: 0;
}

body.calendar .calendar-archive-section .kalender-container .blog-title {
    min-height: 40px;
    border-bottom: solid 1px var(--color-1)
}

/*======================================================================//
// nyheder                                                 //
//======================================================================*/
.page-title {
    display: none;
}

/*======================================================================//
// sidebar                                                               //
//======================================================================*/
.widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget):not(.widget-no-border) {
    padding-right: 0px;
}

aside#secondary .custom-overflow-wrapper strong {
    display: block;
    margin-top: var(--gap-s);
}

aside#secondary .custom-overflow-wrapper a {
    color: var(--color-1);
}

aside#secondary .custom-overflow-wrapper svg path {
    fill: var(--color-1);
}

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

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


/*======================================================================//
// medarbejder                                                               //
//======================================================================*/
.stom-grid-section.medarbejder-section .grid-element.fullwidth .overlay {
    background-color: transparent;
}

.stom-grid-section.medarbejder-section .grid-element .overlay {
    justify-content: flex-start;
    background-color: var(--color-2);
}

.stom-grid-section.medarbejder-section .grid-element .overlay .text-area {
    padding: 0px 10px 20px 20px;
}

.stom-grid-section.medarbejder-section .grid-element .overlay img {
    width: 100%;
    height: 370px;
    object-fit: cover;
}

/*======================================================================//
// beskyttede sider                                                     //
//======================================================================*/
.beskyttet .stom-button.link-btn.back {
    margin-bottom: 0;
}

.stom-grid-section.beskyttet .grid-element .overlay {
    justify-content: flex-start;
}


/*======================================================================//
// contact                                                    //
//======================================================================*/

.stom-grid-section.contact-section {
    margin-top: var(--gap-l);
}
.stom-grid-section.contact-section .grid-element .overlay {
    justify-content: flex-start;
}

/* .stom-grid-section.contact-section .grid-element .overlay h1 {
    margin-top: 0;
} */

.stom-grid-section.contact-section .grid-element .overlay p {
    margin-bottom: 0;
}

.mt {
    margin-top: 5px;
    display: flex;
    gap: 5px;
}

.mt p {
    margin-bottom: 0;
}

/* formular */
.ginput_container_text input[type="text"], .ginput_container_email input[type="email"], .ginput_container_phone input[type="tel"], .ginput_container_textarea textarea  {
    background-color: var(--color-bg);
    border: 1px solid var(--color-1);
    color: var(--color-dark);
}

.gform_wrapper .gform_footer input[type=submit] {
    background-color: var(--color-1);
    color: var(--color-bg);
    border-radius: 6px;
    padding: 12px 50px;
    border: none;
    font-size: var(--p);
    font-weight: 500;
}

.gform_wrapper .gform_footer input[type=submit]:hover {
    background-color: var(--color-1-hover);
}

body:not(.stom-gform-legacy) .gform_wrapper input, body:not(.stom-gform-legacy) .gform_wrapper .ginput_container input, body:not(.stom-gform-legacy) .gform_wrapper .ginput_container select, body:not(.stom-gform-legacy) .gform_wrapper .ginput_container textarea {
    font-size: var(--p-small);
}

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


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

#colophon .widget-title {
    font-size: var(--h4);
    line-height: 30px;
}

#colophon .grid-elements p, #colophon .grid-elements a {
    font-size: var(--p-small);
}

#colophon .grid-elements .subheading p {
    font-weight: 500;
    margin-bottom: var(--gap-s);
    margin-top: var(--gap-m);
}

#colophon .stom-some .socials-wrapper a { 
    color: var(--color-bg);
}

#colophon .copyright {
    font-weight: 400;
}

#colophon a {
    color: var(--color-bg);
}

main+#colophon {
}

.footer-setting-02 .footer-widget-area .section {
    padding-bottom: var(--gap-s);
}

body.page-id-830 main hr.header-divider,
body.page-id-830 main div#primary{
    display: none;
}
body.page-id-830 section.basis-kalender-section{
    margin-bottom: var(--gap-l);
}
body.page-id-830 section.basis-kalender-section .section .calendar-wrapper{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: var(--gap-s);
}


/* KVALI RETTELSER 05-07-2024 */


.single .post-thumbnail img{
    display: none !important;
}

/* END KVALI RETTELSER 05-07-2024 */


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


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


/* woocommerce style goes here */


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