/*
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: 60px;
    --gap-l: 130px;
}

:root {
    /* Font sizes */
    --h1: 47px;
    --h2: 32px;
    --h3: 25px;
    --h4: 20px;
    --h5: 18px;
    --h6: 14px;
    --p: 16px;

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

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

    /* colors */
    --color-1: #3540C6;
    --color-2: #E8F1F8;
    --color-bg: #ffffff;
    --color-text: #333333;
    --color-dark: #333333;
    --color-hero-overlay: linear-gradient(90deg, rgba(0, 0, 0, 0.295) 50%, rgba(0,0,0,0) 60%);

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


/* style goes here */
/*======================================================================//
// fontstyles                                                            //
//======================================================================*/
h1 {
   font-weight: 600; 
}

h2 {
    color: var(--color-dark);
    font-weight: 500;
}

h3 {
    font-weight: 500;
}

p {
    color: var(--color-dark);
    max-width: 680px;
}

li {
    max-width: 680px;
}

hr {
    background-color: var(--color-1) !important;
}

.top-title {
    font-weight: 600; 
    font-size: var(--h4);
}

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

.flex-center .grid-element .overlay {
    justify-content: center;
}
/*======================================================================//
// buttons                                                              //
//======================================================================*/
.stom-button a, .single .post-navigation a  {
    font-size: var(--p);
    font-weight: 500;
    padding: 12px 32px;
    border: none;
}

.single .post-navigation a {
    background-color: var(--color-1);
    color: var(--color-bg);
}

.stom-button a:hover, .single .post-navigation a:hover {
    background-color: #3e4ce6;
    border: none;
}

.single .post-navigation a:hover {
    color: var(--color-bg);
}


.stom-button.primary-btn a:hover {
    background-color: #3e4ce6;
    border: none;
}

.stom-button.link-btn a {
    font-size: var(--p);
    font-weight: 500;
    padding-inline: 0;
    background-color: transparent;
    color: var(--color-dark);
    border: none;
}


.stom-button.link-btn a svg {
    width: 8px;
}

.stom-button.link-btn:hover svg {
    transform: translateX(7px);
    transition: transform 0.3s ease-in-out;
}

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

/* accordion */
.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;
}

/*======================================================================//
// header                                                               //
//======================================================================*/
/* topbar */
header .top-bar a {
    color: var(--color-1);
}

header .top-bar .top-bar-right {
    gap: var(--gap-xs);
}

header .top-bar {
    font-size: var(--p);
}

/* header */
.home .page-slider-section .image-aligner img {
    max-height: calc(100vh - var(--header-height));
}

.page-slider-section .image-aligner img {
    max-height: calc(60vh - var(--header-height));
}

body header .main-navigation ul.menu a {
    font-size: 16px;
    font-weight: 500;
	padding:0.7em 1em
}

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

.site-branding #logo img {
    max-height: 100px;
}

.header-sticky-active.scrolled header .site-branding #logo img:not(.logo-landscape) {
    max-height: 80px;
}



/*======================================================================//
// slider sections                                                      //
//======================================================================*/
.home .page-slider-section.image-pos-center-center .image-aligner img {
    object-position: center center;
}

.page-slider-section.image-pos-center-center .image-aligner img {
    object-position: top center;
}

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

body 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.main-slider-section .slider-inner .slider-text .slider-text-inner .slider-text-inner-wrapper .top-title, .page-slider-section.main-slider-section .slider-inner .slider-text .slider-text-inner .slider-text-inner-wrapper p  {
    color: var(--color-bg);
    font-weight: 500; 
    font-size: var(--h4);
}

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

.page-slider-section .slider-text .stom-button.primary-btn {
    margin-right: var(--gap-s);
}

.page-slider-section.main-slider-section .slider-inner .slider-text .slider-text-inner .slider-text-inner-wrapper p {
    max-width: 650px;
}


/*======================================================================//
// news section                                                         //
//======================================================================*/
/* oversigt nyheder */
.news .news-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 32px;
}

.new-stom-post-wrapper .new-stom-post-thumb img {
    height: 348px;
    object-position: top;
}

.news .stom-css-grid {
    gap: 48px;
}

.new-stom-post-title h4 {
    font-size: var(--p);
    font-weight: 500;
}

.new-stom-post-wrapper .new-stom-post-thumb {
    margin-bottom: 32px;
}

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

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

/*======================================================================//
// billede-tekst                                                        //
//======================================================================*/
.stom-billede-sektion .stom-picture img {
    max-height: 530px;
}

.stom-billede-sektion .stom-picture {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*======================================================================//
// sponsor                                                              //
//======================================================================*/
.stom-grid-section.sponsor-section .grid-element .overlay {
    justify-content: center;
}

.stom-grid-section.sponsor-section .grid-element.fullwidth p {
 max-width: 600px;
}

.stom-grid-section.sponsor-section .grid-element.fullwidth .overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.stom-grid-section.sponsor-section .grid-element img {
 max-height: 133px;
 width: auto;
}

/*======================================================================//
// social                                                          //
//======================================================================*/
.stom-billede-sektion.social-section a {
    color: var(--color-1);
    text-decoration: none;
}

.stom-billede-sektion.social-section span svg path {
    fill: var(--color-1);
    width: 100px;
}
.stom-billede-sektion.social-section .social-icons-custom:first-of-type{
    margin-bottom: 10px;
}
.stom-billede-sektion.social-section span svg {
    width: 24px;
    height: 24px;
}

.stom-billede-sektion.social-section span {
    width: 100px;
    height: 100px;
}

/*======================================================================//
// medarbejder                                                          //
//======================================================================*/
.stom-grid-section.medarbejder-section .grid-element.text-area .overlay {
    justify-content: flex-start;
    background-color: var(--color-2);
    color: var(--color-bg);
    padding: 10px 10px 20px 20px;
}


/*======================================================================//
// price                                                          //
//======================================================================*/
.section-wrap.price-section .section .grid-element .big-price {
    color: var(--color-1);
    font-size: var(--h3);
    font-weight: 900;
}

.section-wrap.price-section .section .grid-element svg path {
    fill: var(--color-1);
}

.section-wrap.price-section .section .grid-element span svg {
    width: 60px;
    height: 100px;
}

.section-wrap.price-section .section .grid-element span {
    width: 100px;
    height: 100px;
}


.section-wrap.info-section .overlay {
    justify-content: flex-start;
}

.stom-grid-section.info-section .grid-element .overlay {
    padding: var(--gap-m);
}

/* info 2 */
.stom-grid-section.info-section-2 .grid-element .overlay {
    justify-content: flex-start;
}

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

.gform_wrapper .gform_footer input[type=submit]:hover {
    background-color: #276baa;;
}

/*======================================================================//
// footer                                                               //
//======================================================================*/
.home main+#colophon {
    margin-top: 0;
}

#colophon.footer-setting-03 {
    background-color: var(--color-dark);
    border-top: none;
    color: var(--color-bg);
}

#colophon.footer-setting-03 .widget-title, #colophon.footer-setting-03 p {
    color: var(--color-bg);
}

#colophon.footer-setting-03 img {
    max-width: 100px;
}

#colophon.footer-setting-03 svg path {
    fill: var(--color-bg);
}

#colophon.footer-setting-03 .section-wrap {
    border-bottom: none;
}

#colophon .footer-widget-area-extra {
    border-top: 1px solid var(--color-bg);
}
/*======================================================================//
// END style.css                                                        //
//======================================================================*/


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


/* woocommerce style goes here */


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