/*
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: 90px;
    --h2: 70px;
    --h3: 35px;
    --h4: 22px;
    --h5: 16px;
    --h6: 14px;
    /* --p: 18px; */
    --p: 20px;

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

    /* font families */
    --h-fam: 'Cormorant Garamond', serif;
    --p-fam: 'DM Sans', sans-serif;
    --btn-fam: var(--p-fam);

    /* colors */
    --color-1: #733E80;
    --color-2: #CE4386;
    --color-bg: #f6f6f6;
    --color-text: #733E80;
    --color-dark: #733E80;
    --color-overlay: rgb(0 0 0 / 0%);

    /* transitions */
    --transition: .175s ease-out;

    --border-radius: 5px;


    /* 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: 950px;
    
    /* Theme defined variables from PHP */
    --content-width: initial;
    --sidebar-width: initial;
    /* END Theme defined variables from PHP */
}


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


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

html {
    scroll-behavior: smooth;
}

#laes-mere {
    scroll-margin-top: 100px;
}

/* Generel */
body {
    background-color: #F8F6F9;
}

.header-placeholder {
    display: none !important;
}

#main-content {
    margin-top: 100px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    line-height: 1.15;
    transition: var(--transition);
}

html, body, input, select, optgroup, textarea {
    /* font-weight: 350; */
    font-weight: 300;
    line-height: 1.25;
    transition: var(--transition);
}

p {

}

#main-content p + .stom-button {
    margin-top: 25px;
}

span.read-more a {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

span.read-more a .stom-custom-svg {
    font-size: 12px;
    line-height: 0;
    margin-left: .75em;
    transition: transform 0.2s ease;
}

span.read-more a:hover .stom-custom-svg {
    transform: translateX(3px);
}


.stom-button a {
    position: relative;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--gap-m);
    font-size: var(--p);
    font-weight: 275;
    padding: 12px 20px;
    border: none;
    border-radius: var(--border-radius);
    background: linear-gradient(0deg, #733E80 0%, #733E80 0%);
    overflow: hidden;
    z-index: 0;
    transition: color 0.75s ease;
}


.stom-button a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #733E80 0%, #CE4386 141.35%);
    opacity: 0;
    transition: opacity 0.75s ease;
    border-radius: inherit;
    z-index: -1;
}

.stom-button a:hover::before {
    opacity: 1;
}

.stom-button a .stom-custom-svg {    
    font-size: 12px;
    line-height: 0;
}

.stom-button.white a {
    background: linear-gradient(0deg, #fff 0%, #fff 0%);
    border: 1px solid #fff;
    color: var(--color-1);
}

.stom-button.white a:before {
    display: none;
}

.stom-button.white a:hover {
    background-color: #fff;
    color: var(--color-2);
}

.sub-heading {
    display: block;
    font-size: 17px;
    font-weight: 450;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin-bottom: var(--gap-m);
    transition: var(--transition);
}

.slick-nav-parent .slick-nav-container {
    display: flex;
    align-items: center;
    gap: 20px;
}

.slick-nav-parent .slick-nav-container .slick-arrow {
    position: static;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    transform: none;
    width: auto;
    height: auto;
}

.slick-nav-parent .slick-nav-container .slick-arrow .stom-custom-svg {
    font-size: 35px;
    line-height: 0;
    transition: var(--transition);
    color: var(--color-2);
}

.slick-nav-parent .slick-nav-container .slick-arrow:hover .stom-custom-svg {
    opacity: .5;
}

/* Instantsearch */
.instantsearch-trigger a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background-color: var(--color-2);
    width: 52px;
    transition: var(--transition);
}

.instantsearch-trigger a:hover {
    background-color: var(--color-1);
}

.instantsearch-trigger a .stom-custom-svg {
    font-size: 20px;
    line-height: 0;
    margin-left: 0;
}

.instantsearch-trigger a .arrow {
    display: none;
}

#stom-ais-close {
    border: 1px solid var(--color-1);
}

#stom-ais-input-wrapper__form__input {
    border: 1px solid var(--color-1);
    color: var(--color-dark);
}

#stom-ais-input-wrapper__form__input::placeholder {
    color: var(--color-dark);
}

.stom-ais-results__item--grid .stom-ais-results__item__info .stom-ais-results__item__type span {
    font-size: 14px;
    color: var(--color-2);
}

.stom-ais-results__item--grid .stom-ais-results__item__title span {
    font-weight: 600;
    font-family: var(--h-fam);
}

.stom-ais-results__item--grid .stom-ais-results__item__text {
    font-size: 16px;
}

[data-display-type="grid"][data-display-images=""] #stom-ais-results .stom-ais__inner-container {
    gap: var(--gap-s);
}

[data-display-type="grid"][data-display-images=""] .stom-ais-results__item {
    border-radius: var(--border-radius);
    border-color: var(--color-1);
}

#masthead .stom-button a {
    font-size: 17px;
    font-weight: 250;
    height: 52px;
}

.style-header-03 .nav-wrap {
    margin-right: var(--gap-m);
}

.style-header-03 .section-wrap .section {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.style-header-03 .section-wrap .section:after {
    display: none;
}

.style-header-03 .section .stom-button + .stom-button {
    margin-left: 0;
}

.stom-button.explore a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 227px;
    padding-inline: 22px;
}

.stom-button.explore a .stom-custom-svg {
    line-height: 0;
}

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

.stom-billede-sektion .section {
    border-top: 1px solid;
    padding-top: var(--gap-l);
}

.stom-billede-sektion .stom-section-content {
    position: relative;
}

.stom-billede-sektion .stom-section-content .stom-picture {
    width: 45%;
}

.stom-billede-sektion .stom-section-content .stom-picture img {
    border-radius: var(--border-radius);
}

.stom-billede-sektion.picture-left .stom-picture {
    left: var(--gap-l);
}

.stom-billede-sektion.picture-right .stom-picture {
    right: var(--gap-l);
}

.stom-billede-sektion .stom-section-content .stom-cols-6 {
    align-items: flex-start;
    padding-top: 0;
    min-height: 780px;
}

.stom-billede-sektion-has-background {

}

.section-wrap.clear.quote-section .section {
    border-top: 1px solid var(--color-2);
    padding-top: var(--gap-l);
}

.section-wrap.clear.quote-section .section .container {
    /* max-width: 975px; */
    max-width: 1040px;
}

.section-wrap.clear.quote-section .section .container .content {
    font-size: 50px;
    font-weight: 500;
    font-family: var(--h-fam);
    line-height: 1.15;
    transition: var(--transition);
}

.section-wrap.clear.project-section {
    margin-right: 0;
    margin-left: var(--gap-l);
}

.section-wrap.clear.project-section .section {
    border-top: 1px solid var(--color-2);
    padding-top: var(--gap-l);
    max-width: 100%;
}

.section-wrap.clear.project-section .section .container .content {
    padding-inline: 0;
}

.section-wrap.clear.project-section .section .container .heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.section-wrap.clear.project-section .section .container .heading .sub-heading {
    margin-bottom: 0;
}

.section-wrap.clear.project-section .section .container .heading .slick-nav-parent {
    padding-right: var(--gap-l);
}

.section-wrap.clear.image-section {
    height: 100vh;
    background-position: top;
    background-size: cover;
}

/* Slick slider */
.section-wrap.clear.project-section .section .container .content .slick-list {
    padding: 0 15% 0 0;
    margin-left: -20px;
    margin-right: -20px;
}

.section-wrap.clear.project-section .section .container .content .project-item {
    position: relative;
    margin: 0 20px;
}

.section-wrap.clear.project-section .section .container .content .project-item > a.full-element-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: transparent;
    z-index: 5;
}

.section-wrap.clear.project-section .section .container .content .project-item .thumbnail {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: var(--border-radius);
    background-color: var(--color-1);
}

.section-wrap.clear.project-section .section .container .content .project-item .thumbnail > img {
    border-radius: var(--border-radius);
    width: 100%;
    height: 275px;
    object-fit: cover;
    transition: transform 0.75s ease;
}

.section-wrap.clear.project-section .section .container .content .project-item:hover .thumbnail > img {
    transform: scale(1.25);
}

.section-wrap.clear.project-section .section .container .content .project-item .thumbnail::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-1);
    mix-blend-mode: color;
    opacity: 0;
    transition: opacity 0.75s ease;
    pointer-events: none;
    border-radius: var(--border-radius);
}

.section-wrap.clear.project-section .section .container .content .project-item:hover .thumbnail::after {
    opacity: 1;
}


.section-wrap.clear.project-section .section .container .content .project-item .inner > h3 {
    font-weight: 900;
    margin-bottom: 8px;
}

.section-wrap.clear.concept-section {

}

.section-wrap.clear.concept-section .section {
    border-top: 1px solid var(--color-2);
    padding-top: var(--gap-l);
}

.section-wrap.clear.concept-section .section .container .heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.section-wrap.clear.concept-section .section .container .heading > h2 {
    margin-bottom: 0;
}

.section-wrap.clear.concept-section .section .container .heading .slick-nav-parent .slick-nav-container {
    display: flex;
    align-items: center;
}

.section-wrap.clear.concept-section .section .container .heading .slick-nav-parent .slick-nav-container .slick-arrow .stom-custom-svg {
    color: var(--color-2);
}

.section-wrap.clear.concept-section .section .container > .stom-button {
    float: right;
    margin-top: 60px;
}

.section-wrap.clear.concept-section .section .container .content {
    padding-inline: 0;
    margin-top: var(--gap-m);
}

.section-wrap.clear.concept-section .section .container .content .slick-list {
    margin-left: -20px;
    margin-right: -20px;
}

.section-wrap.clear.concept-section .section .container .content .concept-item {
    position: relative;
    background-color: #E9E2EC;
    border-radius: var(--border-radius);
    padding: 30px;
    transition: background-color 0.75s ease;
    margin: 0 20px;
}

.section-wrap.clear.concept-section .section .container .content .concept-item:hover {
    background-color: var(--color-1);
}

.section-wrap.clear.concept-section .section .container .content .concept-item > a.full-element-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: transparent;
    z-index: 5;
}

.section-wrap.clear.concept-section .section .container .content .concept-item .wrapper {
    display: grid;
    grid-template-columns: 250px 1fr;
    column-gap: 30px;
}

.section-wrap.clear.concept-section .section .container .content .concept-item .wrapper .inner {
    position: relative;
    margin-top: -5px;
}

.section-wrap.clear.concept-section .section .container .content .concept-item .wrapper .inner > h3 {
    font-weight: 900;
    transition: color 0.75s ease;
}

.section-wrap.clear.concept-section .section .container .content .concept-item:hover .wrapper .inner > h3 {
    color: #fff;
}

.section-wrap.clear.concept-section .section .container .content .concept-item .wrapper .inner > .koncept_uddrag {
    transition: color 0.75s ease;
}

.section-wrap.clear.concept-section .section .container .content .concept-item:hover .wrapper .inner > .koncept_uddrag {
    color: #fff;
}

.section-wrap.clear.concept-section .section .container .content .concept-item .wrapper .inner > .stom-custom-svg {
    position: absolute;
    bottom: 0; 
    right: 0;          
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.75s ease, transform 0.75s ease, fill 0.75s ease;
    font-size: 30px;
    line-height: 0;
}

.section-wrap.clear.concept-section .section .container .content .concept-item:hover .wrapper .inner > .stom-custom-svg {
    opacity: 1;
    transform: translateX(0);
    color: #fff;
}

.section-wrap.clear.concept-section .section .container .content .concept-item .wrapper .thumbnail {
    overflow: hidden;
    border-radius: var(--border-radius);
}

.section-wrap.clear.concept-section .section .container .content .concept-item .wrapper .thumbnail img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: transform 0.75s ease;
    transform-origin: left center;
}

.section-wrap.clear.concept-section .section .container .content .concept-item:hover .wrapper .thumbnail img {
    transform: scale(1.1);
}



.section-wrap.clear.blog-section {
    position: relative;
    overflow: visible;
    margin-inline: 0;
    padding-inline: var(--gap-m);
}

.home .section-wrap.clear.blog-section::before {
    content: "";
    position: absolute;  
    top: 0;
    left: 0;
    width: 100vw;       
    height: 300%;       
    background: linear-gradient(
        0deg,
        rgba(233, 226, 236, 0) 15.74%, 
        var(--Freyjas-Dress, #733E80) 30.9%, 
        var(--Freyjas-Dress, #733E80) 66.49%, 
        rgba(23, 13, 26, 0) 89.05%
    );
    z-index: -1;        
    pointer-events: none; 
}

.section-wrap.clear.blog-section .section {
    border-top: 1px solid var(--color-2);
    padding-top: var(--gap-l);
}

.section-wrap.clear.blog-section .section .container .content .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.section-wrap.clear.blog-section .section .container .content .header > h2,
.section-wrap.clear.blog-section .section .container .content .header > h3 {
    margin-bottom: 0;
}

/* .section-wrap.clear.about-section .section {
    border-top: 1px solid;
    padding-top: var(--gap-l);
} */

.section-wrap.clear.about-section .section span.sub-heading {
    font-weight: 300;
}

.section-wrap.clear.effort-section {

}

.section-wrap.clear.effort-section .section {
    border-top: 1px solid #fff;
    padding-top: var(--gap-l);
}

.section-wrap.clear.effort-section .section .grid-elements {
    column-gap: var(--gap-l);
    row-gap: 60px;
}

.section-wrap.clear.effort-section .section .grid-elements .grid-element {

}

.section-wrap.clear.effort-section .section .grid-elements .grid-element.heading .overlay:after {
    display: none;
}

.section-wrap.clear.effort-section .section .grid-elements .grid-element.heading .overlay {
    display: grid;
    align-items: flex-start;
    grid-template-columns: repeat(2, 1fr);
    column-gap: var(--gap-l);
}

.section-wrap.clear.effort-section .section .grid-elements .grid-element:not(.heading) .overlay {

}

.section-wrap.clear.effort-section .section .grid-elements .grid-element:not(.heading) .overlay > p:first-of-type {
    margin: 0 0 20px;
    line-height: 0;
}

.section-wrap.clear.effort-section .section .grid-elements .grid-element:not(.heading) .overlay > h3 {
    font-weight: 600;
    margin-bottom: 8px;
}

.section-wrap.clear.effort-section .section .grid-elements .grid-element:not(.heading) .overlay > p {
    font-size: 17px;
}

/* Logo + Menu */
.site-branding {
    display: flex;
    align-items: center;
}

.site-branding #logo {
    padding: 20px 0;
}

.header-sticky-active.scrolled header .site-branding #logo {
    padding: 20px 0;
}

.site-branding #logo img,
.site-branding #logo svg {
    max-width: 172px;
    max-height: 81px;
    width: 100%;
    height: 100%;
}

.header-sticky-active header .site-branding #logo img {
    transition: max-height .5s ease-in-out, max-width .5s ease-in-out;
}

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





header#masthead {
    position: relative;
    background-color: transparent;
}

header#masthead::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1740px;      
    max-width: 100%;     
    height: 1px;
    background-color: var(--color-1);
    transition: width 0.5s ease-in-out,
                background-color 0.5s ease-in-out;
}

.header-sticky-active.scrolled header#masthead::before {
    width: 100%;    
    background-color: var(--color-2);
    max-width: 100%;
}






body:not(.woocommerce-cart):not(.woocommerce-checkout) .header-sticky-active.scrolled #masthead {
    background-color: #f8f6f9;
    /* box-shadow: none; */
}

.style-header-03 .header-inner {
    position: relative;
    /* border-bottom: 1px solid var(--color-1); */
}

header .main-navigation ul.menu a {
    font-size: var(--p);
    font-weight: 350;
    color: #45394B;
    transition: var(--transition);
    padding: .7em 1.5em;
}

header .main-navigation ul.menu a .stom-menu-item-arrow {
    font-size: 10px;
    margin-left: 0;
    opacity: 1;
}

header .main-navigation ul.menu a .stom-menu-item-arrow .stom-custom-svg {
    line-height: 0;
}

.hover-style-bold ul.menu li:hover > a, 
.hover-style-bold ul.menu li.focus > a, 
.hover-style-bold ul.menu .current-menu-item > a, 
.hover-style-bold ul.menu .current-menu-ancestor > a {
    font-weight: 350;
    color: var(--color-2);
}

#primary-menu {
    align-items: center;
}

#primary-menu li.menu-item-has-children ul.sub-menu {
    transform: scaleY(0);
    transform-origin: top;
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    background-color: #fff;
    border-bottom: 1px solid var(--color-2);
    display: block;
}

#primary-menu li.menu-item-has-children:hover ul.sub-menu {
    transform: scaleY(1);
    opacity: 1;
}

#primary-menu li.menu-item-has-children ul.sub-menu li.menu-item a {
    font-size: 14px;
    width: 275px;
}

#primary-menu li.menu-item-has-children ul.sub-menu li.menu-item a .hidden-menu-item {
    justify-content: flex-start;
    padding: .7em 1.25em;
}

/* Header */


.home .page-slider-section .image-aligner img {
    max-height: 100vh;
    object-position: top;
}

.home .page-slider-section .slider-text-inner .slider-text-inner-wrapper .stom-button {
    margin-top: 35px;
}

.page-slider-section .slider-text {
    padding-top: var(--header-height);
}

.page-slider-section .slider-text-inner .slider-text-inner-wrapper h1 {
    margin-bottom: 15px;
}

.page-slider-section .slider-text-inner .slider-text-inner-wrapper h2,
.page-slider-section .slider-text-inner .slider-text-inner-wrapper h3 {
    font-size: 50px;
}

.page-slider-section .slider-text-inner .slider-text-inner-wrapper .stom-button a {
    position: relative;
    display: inline-flex; /* matcher flex+alignment */
    justify-content: space-between;
    align-items: center;
    gap: var(--gap-m); /* hvis du vil bruge samme spacing */
    font-size: 21px;
    font-weight: 275;
    padding: 12px 20px;
    min-width: 260px;
    border: none;
    border-radius: var(--border-radius);
    background: linear-gradient(0deg, #CE4386 0%, #CE4386 0%);
    overflow: hidden;
    z-index: 0;
    transition: color 0.75s ease;
}

.page-slider-section .slider-text-inner .slider-text-inner-wrapper .stom-button a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #CE4386 0%, #733E80 141.35%);
    opacity: 0;
    transition: opacity 0.75s ease;
    border-radius: inherit;
    z-index: -1;
}

.page-slider-section .slider-text-inner .slider-text-inner-wrapper .stom-button a:hover::before {
    opacity: 1;
}

.page-slider-section .slider-text-inner .slider-text-inner-wrapper .stom-button a .stom-custom-svg {
    font-size: 15px;
    line-height: 0;
}

/* Frontpage */
/* .section-wrap.clear.course-section .section .grid-elements .grid-element.grid-span-2 {
    grid-column: span 2;
} */

.section-wrap.clear.course-section .section {
    border-top: 1px solid var(--color-2);
    padding-top: var(--gap-l);
}

.section-wrap.clear.course-section .section .grid-elements {
    grid-template-columns: 1080px 1fr;
    column-gap: 60px;
    row-gap: 40px;
}

.section-wrap.clear.course-section .section .grid-elements .grid-element.heading .overlay > h2 {
    max-width: 780px;
}

.section-wrap.clear.course-section .section .grid-elements .grid-element.image .overlay > p img {
    border-radius: var(--border-radius);
}

/* Subpages - Indsatsområder */
body.single-projekter header#masthead {
    background-color: #f8f6f9;
}

body.single-projekter .section-wrap.clear.quote-section {
    position: relative;
    margin-inline: 0;
    padding-inline: var(--gap-m);
}

/*
body.single-projekter .section-wrap.clear.quote-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 500%;
    background: linear-gradient(
        0deg,
        rgba(233, 226, 236, 0) 15.74%, 
        var(--Freyjas-Dress, #733E80) 30.9%, 
        var(--Freyjas-Dress, #733E80) 66.49%, 
        rgba(23, 13, 26, 0) 89.05%
    );
    z-index: -1; 
    pointer-events: none;
}
    */

body.single-projekter .section-wrap.clear.project-section .section {
    border-top-color: var(--color-1);
}

/* Subpages - Viden */
.blog-data-container {
    display: inline-flex;
    grid-gap: 30px 10px;
    flex-direction: row;
}

.blog-data-container .blog-data {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: var(--color-1);
    text-transform: uppercase;
    padding: 6px 20px;
    text-decoration: none;
    border: 1px solid #E9E2EC;
    background-color: #E9E2EC;
    border-radius: 25rem;
    transition: all 0.3s ease;
}

.blog-data-container .blog-single-date {
    background-color: var(--color-1);
    border-color: var(--color-1);
    color: #fff;
    font-weight: 400;
    width: fit-content;
}

.blog-data-container .blog-single-category-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: fit-content;
}

.blog-data-container .blog-single-category-wrapper .blog-single-tag {
    position: static;
}

.blog-data-container .blog-data-title {
    font-size: 50px;
    font-weight: 550;
    margin-bottom: 0;
}

/* Blog video */
.blog-video-outer-wrapper {
    border-bottom: 1px solid var(--color-2);
    padding-bottom: 22px;
    margin-top: 50px;
}

.blog-video-outer-wrapper .blog-video-wrapper {
    position: relative;
    overflow: hidden;
    aspect-ratio: 690 / 489;
    line-height: 0;
}

.blog-video-outer-wrapper .blog-video-wrapper > a.full-element-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: transparent;
    z-index: 5;
}

.blog-video-outer-wrapper .blog-video-wrapper > .stom-custom-svg {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 2;
    color: #fff;
    font-size: 90px;
    line-height: 0;
    transition: color 0.3s ease, transform 0.3s ease;
}

.blog-video-outer-wrapper:hover .blog-video-wrapper > .stom-custom-svg {
    color: var(--color-2);
    /* transform: scale(1.2);  */
}

.blog-video-outer-wrapper .blog-video-wrapper > img {
    border-radius: var(--border-radius);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-video-outer-wrapper .blog-video-title {
    font-size: 30px;
    font-weight: 450;
    margin-top: 22px;
    margin-bottom: 0;
}


body.single-post,
body.single-post #page {
    overflow: visible;
}

body.single-post #main-content {
    margin-top: calc(var(--gap-l) * 2.5);
}

body.single-post #main-content #content {
    margin-top: 0;
    max-width: calc(var(--content-width) + 80px);
    padding-inline: var(--gap-m);
}

body.single-post #main-content #content .single-post-wrapper #primary {
    order: 2;
    width: 100%;
}

body.single-post #main-content #content .single-post-wrapper #primary .entry-content {
    width: 100%;
}

body.single-post #main-content #content .single-post-wrapper #secondary {
    order: 1;
    width: 100%;
} 

body.single-post #main-content #content .single-post-wrapper #secondary .custom-overflow-wrapper {
    position: relative;
    height: 100%;
}

body.single-post #main-content #content .single-post-wrapper #secondary .custom-overflow-wrapper .widget {
    position: sticky;
    top: 180px;
    padding: 0;
}

body.single-post #main-content #content .single-post-wrapper #secondary .custom-overflow-wrapper .widget .blog-data-container {
    flex-direction: column;
    row-gap: 20px;
    width: 100%;
}

body.single-post #main-content #content .single-post-wrapper #secondary .custom-overflow-wrapper .widget .blog-data-container .blog-single-date {
    margin-bottom: 10px;
}

body.single-post #main-content #content .single-post-wrapper {
    display: grid;
    grid-template-columns: 690px 1fr;
    column-gap: 180px;
    margin-top: var(--gap-l);
}

body.single-post .navigation.post-navigation {
    display: none;
}

body.single-post .entry-header .blog-data-container {
    margin-bottom: 15px;
}

body.single-post .entry-header .entry-title {
    font-weight: 550;
    margin-bottom: 15px;
}

body.single-post .entry-header .entry-excerpt {
    margin-bottom: 60px;
}

body.single-post .entry-header .entry-excerpt > p {
    font-size: 21px;
    max-width: 870px;
}

body.single-post .entry-header .entry-image {
    line-height: 0;
}

body.single-post .entry-header .entry-image > img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    border-radius: var(--border-radius);
}

body.single-post .entry-content {
    margin-top: 0;
}

body.single-post .entry-content > p img {
    margin-block: 30px;
    border-radius: var(--border-radius);
}


/* Colophon */
.section-wrap.clear.contact-footer-section {
    padding-block: var(--gap-l);
}

.section-wrap.clear.contact-footer-section .section {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.section-wrap.clear.contact-footer-section .section .grid-elements {
    column-gap: calc(var(--gap-l) * 2);
}

.section-wrap.clear.contact-footer-section .section .grid-elements .grid-element.image .overlay > p {
    line-height: 0;
}

.section-wrap.clear.contact-footer-section .section .grid-elements .grid-element.image .overlay > p img {
    border-radius: var(--border-radius);
}

#colophon.footer-setting-02 {
    font-size: var(--p);
    color: inherit;
    background-color: #F8F6F9;
}

.footer-setting-02 .footer-widget-area .section .grid-elements {
    grid-template-columns: 2fr 1fr 1fr;
    column-gap: var(--gap-l);
}

.footer-setting-02 .footer-widget-area-site-info .section {
    border-top-color: var(--color-2);
}

#colophon .footer-widget-area-site-info .section {
    padding: 17px 0;
}

#colophon .footer-widget-area-site-info .section .footer-widgets .widget .textwidget {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#colophon .footer-widget-area-site-info .section .footer-widgets .widget .textwidget ul {
    display: flex;
}

#colophon .footer-widget-area-site-info .section .footer-widgets .widget .textwidget ul li,
#colophon .footer-widget-area-site-info .section .footer-widgets .widget .textwidget .designed-by {
    font-weight: 350;
}

#colophon .footer-widget-area-site-info .section .footer-widgets .widget .textwidget ul li:not(:last-of-type):after {
    font-weight: 350;
    content: '|';
    margin: 0 8px;
}

#colophon .footer-widget-area-site-info .section .footer-widgets .widget .textwidget ul li a {
    padding: 0;
}

.footer-setting-02 .footer-widget-area .section {
    padding: 170px 0;
}

.footer-setting-02 .footer-widget-area .section .grid-elements .grid-element .overlay .footer-widgets .widget .textwidget .content {
    /* padding-right: var(--gap-l); */
    max-width: 750px;
}

.footer-setting-02 .footer-widget-area .section .grid-elements .grid-element .overlay .footer-widgets .widget .textwidget .content p {
    font-size: 25px;
    font-weight: 450;
    font-family: var(--h-fam);
    font-style: italic;
    margin-bottom: 0;
}

#colophon .widget-title {
    font-size: var(--h3);
    font-family: var(--h-fam);
    font-weight: 600;
}

#colophon .widget .textwidget ul.menu li.menu-item:not(:last-of-type) {
    margin-bottom: 7px;
}

/* Gravity Form */
.gform_wrapper form .gform_body {

}

.gform_wrapper form .gform_body .gform_fields {
    grid-column-gap: 28px;
    grid-row-gap: 15px;
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container > * {
    padding-block: 15px;
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container > *::placeholder {
    font-size: 17px;
    font-weight: 300;
}

.gform_wrapper form .gform_body .gform_fields .stomGFAS-container-field {
    margin-top: 15px;
}

.gform_wrapper form .gform_body .gform_fields .stomGFAS-container-field .stomGFAS-inner {
    max-width: 100%;
    width: 100%;
    border-radius: var(--border-radius);
    box-shadow: none;
    background-color: transparent;
}

.gform_wrapper form .gform_body .gform_fields .stomGFAS-container-field .stomGFAS-label {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.gform_wrapper form .gform_body .gform_fields .stomGFAS-container-field .stomGFAS-icon {
    font-size: 40px;
}

.gform_wrapper form .gform_body .gform_fields .stomGFAS-container-field .stomGFAS-icon svg path {
    fill: #E9E2EC !important
}

.gform_wrapper form .gform_body .gform_fields .stomGFAS-container-field .stomGFAS-the-element {
    border-color: var(--color-2);
}

.gform_wrapper form .gform_body .gform_fields .stomGFAS-container-field .stomGFAS-complete {
    font-size: 18px;
    color: #E9E2EC;
}

.gform_wrapper form .gform_footer {
    margin: 28px 0 0 !important;
}

.gform_wrapper form .gform_footer .gform_button {
    position: relative;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    font-size: var(--p);
    font-weight: 300;
    padding: 12px 20px;
    min-width: 230px;
    border: none;
    border-radius: var(--border-radius);
    background: linear-gradient(0deg, #CE4386 0%, #CE4386 0%);
    overflow: hidden;
    z-index: 0;
    transition: color 0.75s ease;
}

.gform_wrapper form .gform_footer .gform_button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #CE4386 0%, #733E80 141.35%);
    opacity: 0;
    transition: opacity 0.75s ease;
    border-radius: inherit;
    z-index: -1;
}

.gform_wrapper form .gform_footer .gform_button:hover::before {
    opacity: 1;
}


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


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


/* woocommerce style goes here */


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


/* Blog */

body.blog-page #main-content {
    margin-top: 60px;
}

body.blog-page .section-wrap.clear.contact-footer-section {
    margin-top: var(--gap-l);
}

/* Blog - filters */

.stom-blog-wrapper .filter-title {
    font-size: 25px;
    font-family: var(--h-fam);
    font-weight: 900;
}

.stom-blog-wrapper .filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px;
    padding-left: 0;
    max-width: 870px;
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 30px;
}

.stom-blog-wrapper .filters .filter {
    list-style-type: none;
}

.stom-blog-wrapper .filters .filter a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: var(--color-1);
    text-transform: uppercase;
    padding: 6px 20px;
    text-decoration: none;
    border: 1px solid var(--color-1);
    border-radius: 25rem;
    transition: all 0.3s ease;
}

.stom-blog-wrapper .filters .filter a.active {
    background-color: var(--color-1);
    color: #fff;
}

.stom-blog-wrapper .filters .filter a:hover {
    background-color: var(--color-1);
    color: #fff;
}

.stom-blog-featured-grid {
    position: relative;
}

.stom-blog-featured-grid .grid-sizer {
    width: calc(25% - 15px);        
}

.stom-blog-featured-grid .blog-item {
    box-sizing: border-box;
    position: absolute;
    background-color: #E9E2EC;
    border-radius: var(--border-radius);
    overflow: hidden;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

.stom-blog-featured-grid .blog-item > a.full-element-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: transparent;
    z-index: 5;
}

/* Blog - featureds */

.blog-item--featured {
    width: calc(50% - 10px);
    height: 670px;
    margin-bottom: 20px;
    position: relative;
}

.blog-featured-image {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.featured-image-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 0;
    transform-origin: center;
    transition: transform 0.75s ease;
}

/* Dark overlay på featured billeder */
.blog-item--featured .featured-image-layer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(32, 32, 32, .25);
    z-index: 1;
    pointer-events: none;
    transition: background-color 0.3s ease;
}

.blog-featured-image .blog-content {
    position: absolute;
    top: 1.2rem;
    left: 1.2rem;
    right: 1.2rem;
    bottom: auto;
    z-index: 2; /* sikrer at tekst vises over overlay */
}

.blog-item--featured:hover .featured-image-layer {
    transform: scale(1.1);
}

.blog-item--featured .blog-date {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    color: #fff;
    font-weight: 350;
    text-transform: uppercase;
}

.blog-item--featured .blog-title {
    font-size: 35px;
    line-height: 1.25;
    margin: 0;
    font-weight: 900;
    color: #fff;
}

/* Blog - regular */

.blog-item--regular {
    width: calc(25% - 15px);
    height: 670px;
    background: #fff;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.blog-item--regular .blog-regular-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog-item--regular .blog-thumbnail {
    flex: 1;
    overflow: hidden;
}

.blog-item--regular .blog-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.75s ease;
    transform-origin: center;
}

.blog-item--regular:hover .blog-thumbnail img {
    transform: scale(1.1);
}

.blog-item--regular .blog-content {
    flex: 1;
    padding: 15px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
}

.blog-content .blog-excerpt p {
    font-size: 17px;
    font-weight: 350;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.blog-item--regular .blog-date {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    color: var(--color-1);
    font-weight: 450;
    text-transform: uppercase;
}

.blog-item--regular .blog-title {
    margin: 0 0 auto;
    line-height: 1.25;
    font-size: 25px;
    font-weight: 900;
    color: var(--color-1);
}

.blog-item--regular .blog-title a {
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 600;
}

.blog-category-tag {
    position: absolute;
    bottom: 1.2rem;
    left: 1.2rem;
    background: #E9E2EC;
    color: var(--color-1);
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 6px 20px;
    border-radius: 25rem;
    text-decoration: none;
    z-index: 10;
    transition: all 0.25s ease;
    pointer-events: none;
}


/* Blog pagination */

.stom-blog-pagination {
    margin-top: 40px;
    text-align: center;
}

/* Sidenumre */
.stom-blog-pagination a.page-number {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 5px;           
    width: 47px;
    height: 47px;
    margin: 0 5px;
    border: 1px solid var(--color-1);
    background: #fff;
    color: var(--color-1);
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.stom-blog-pagination a.page-number.current-page {
    background: var(--color-1);
    color: #fff;
}

.stom-blog-pagination a.prev-page,
.stom-blog-pagination a.next-page,
.stom-blog-pagination span.prev-page.disabled,
.stom-blog-pagination span.next-page.disabled {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 5px;           
    width: 120px;       
    height: 47px;       
    margin: 0 15px;
    border: 1px solid var(--color-1);
    background: #fff;
    color: var(--color-1);
    text-decoration: none;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 500;
    transition: all 0.3s ease;
    box-sizing: border-box;
    cursor: pointer;
}

.stom-blog-pagination a.prev-page .stom-custom-svg,
.stom-blog-pagination a.next-page .stom-custom-svg,
.stom-blog-pagination span.prev-page.disabled .stom-custom-svg,
.stom-blog-pagination span.next-page.disabled .stom-custom-svg {
    font-size: 12px;
    line-height: 0;
}

.stom-blog-pagination a.prev-page .stom-custom-svg,
.stom-blog-pagination span.prev-page.disabled .stom-custom-svg {
    margin-right: .5em;
}

.stom-blog-pagination a.next-page .stom-custom-svg,
.stom-blog-pagination span.next-page.disabled .stom-custom-svg {
    margin-left: .5em;
}

.stom-blog-pagination span.prev-page.disabled,
.stom-blog-pagination span.next-page.disabled {
    background: #f1f1f1;
    border-color: #ccc;
    color: #ccc;
    cursor: not-allowed;
    pointer-events: none;
}

/* Single projekter */
body.single-projekter #content {
    display: none;
}

body.single-projekter .page-slider-section .image-aligner img {
    max-height: 100vh;
}

body.single-projekter .page-slider-section .slider-text-inner .slider-text-inner-wrapper {
    max-width: 850px;
}

body.single-projekter .page-slider-section .slider-text-inner .slider-text-inner-wrapper h1 {
    font-size: var(--h2);
    margin-bottom: 8px;
    transition: var(--transition);
}

body.single-projekter .page-slider-section .slider-text-inner .slider-text-inner-wrapper p {
    font-size: 40px;
    font-weight: 500;
    font-family: var(--h-fam);
    line-height: 1.15;
}


/* Footer CTA */
#number-three-sticky-mobile-cta .cta-container .stom-button a {
    flex-direction: row;
    gap: 8px;
    min-width: auto;
    font-size: 14px;
    font-weight: 300;
    background-color: var(--color-2);
    border-radius: 0;
    color: #fff;
}

#number-three-sticky-mobile-cta .cta-container .stom-button a .text {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

#number-three-sticky-mobile-cta .cta-container .stom-button:not(:last-child) a {
    border-right-color: #fff;
}

#number-three-sticky-mobile-cta .cta-container .stom-button a .stom-custom-svg {
    line-height: 0;
    font-size: 14px;
    color: #fff;
}

#number-three-sticky-mobile-cta .cta-container .stom-button a p {
    margin: 0;
}

#number-three-sticky-mobile-cta .cta-container .stom-button a .arrow {
    display: none;
}


/* Sidebar */
/* body.stom-terms-page,
body.stom-terms-page #page {
    overflow: visible;
}

body.stom-terms-page aside#secondary {
    position: sticky;
    top: 150px;
} */

.widget.number-three-default-widget p:first-child {
    margin: 0 0 1.5em;
}

body:not(.single-post) .widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget):not(.widget-no-border) {
    font-size: 14px;
    border: 1px solid var(--color-2);
    border-radius: var(--border-radius);
    background-color: #fff;
}

/* Terms */
body.stom-terms-page #main-content #content {
    max-width: 1200px;
}

body.stom-terms-page .entry-content {
    padding-bottom: var(--gap-l);
}

body.stom-terms-page .entry-content,
body.stom-terms-page .entry-content p,
body.stom-terms-page .entry-content ol li,
body.stom-terms-page .entry-content ul li {
    font-size: 14px;
    line-height: 1.5;
}

body.stom-terms-page .entry-content > h2,
body.stom-terms-page .entry-content > h3 {
    font-size: var(--h3);
}

body.stom-terms-page .entry-content > h3 {
    margin-top: 40px;
}

.section-wrap.clear.project-archive-section .section {
    padding-top: var(--gap-l);
    border-top: 1px solid var(--color-2);
}

.section-wrap.clear.project-archive-section .section:after {
    display: none;
}

.section-wrap.clear.project-archive-section .section > h2 {
    margin-bottom: 0;
}

.section-wrap.clear.project-archive-section .section .project-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px var(--gap-m);
    margin-top: 40px;
}

.section-wrap.clear.project-archive-section .section .project-container .project-item {
    position: relative;
}

.section-wrap.clear.project-archive-section .section .project-container .project-item > a.full-element-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: transparent;
    z-index: 1;
}

.section-wrap.clear.project-archive-section .section .project-container .project-item .thumbnail {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: var(--border-radius);
    background-color: var(--color-1);
    line-height: 0;
}

.section-wrap.clear.project-archive-section .section .project-container .project-item .thumbnail:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-1);
    mix-blend-mode: color;
    opacity: 0;
    transition: opacity 0.75s ease;
    pointer-events: none;
    border-radius: var(--border-radius);
    z-index: 2;
}

.section-wrap.clear.project-archive-section .section .project-container .project-item:hover .thumbnail:after {
    opacity: 1;
}

.section-wrap.clear.project-archive-section .section .project-container .project-item .thumbnail > img {
    border-radius: var(--border-radius);
    width: 100%;
    height: 275px;
    object-fit: cover;
    transition: transform 0.75s ease;
    z-index: 1;
}

.section-wrap.clear.project-archive-section .section .project-container .project-item:hover .thumbnail > img {
    transform: scale(1.15);
}

.section-wrap.clear.project-archive-section .section .project-container .project-item .inner > h3 {
    font-weight: 900;
    margin-bottom: 8px;
}


/* Calendar - Events */
.stom-calendar-events {
    border-top: 1px solid var(--color-1);
    padding-top: 40px;
    margin-top: 40px;
}

.stom-calendar-events .stom-event {
    position: relative;
    display: grid;
    grid-template-columns: 100px 735px 1fr;
    column-gap: var(--gap-l);
    align-items: flex-start;
    border-bottom: 1px solid var(--color-1);
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.stom-calendar-events .stom-event > .full-element-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: transparent;
    z-index: 5;
}

.stom-calendar-events .stom-event .stom-event-date {
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    font-weight: 450;
}

.stom-calendar-events .stom-event .stom-event-date .day {
    font-size: 60px;
    font-weight: 900;
    font-family: var(--h-fam);
    line-height: 1;
    display: block;
    margin-bottom: 10px;
}

.stom-calendar-events .stom-event .stom-event-thumbnail {
    overflow: hidden;
    border-radius: var(--border-radius);
    line-height: 0;
}

.stom-calendar-events .stom-event .stom-event-thumbnail > img {
    height: 415px;
    width: 100%;
    object-fit: cover;
    transition: transform 0.75s ease;
    transform-origin: left bottom;
}

.stom-calendar-events .stom-event:hover .stom-event-thumbnail > img {
    transform: scale(1.1);
}

.stom-calendar-events .stom-event .stom-event-content {

}

.stom-calendar-events .stom-event .stom-event-content .title {
    font-weight: 900;
}

.stom-calendar-events .stom-event .stom-event-content .excerpt {
    line-height: 1.3;
}

body.single-events #main-content {
    margin-top: calc(var(--gap-l) * 2.5);
}

body.single-events #main-content #content {
    max-width: 950px;
    margin-inline: auto;
}

body.single-events #main-content #content .entry-content > h2:first-child {
    margin-top: 0;
}

body.single-events #main-content #content .entry-content > h2 {
    font-size: 60px;
    margin-top: 40px;
}

body.single-events #main-content #content .entry-content > h3 {
    margin-top: 40px;
}

body.single-events #main-content #content .entry-content > p {
    line-height: 1.5;
}

body.single-events .post-content-wrapper .post-thumbnail > img {
    border-radius: var(--border-radius);
    max-height: 100%;
}

body.single-events .post-content-wrapper .entry-title {
    font-size: 60px;
    margin-bottom: var(--gap-m);
}

body.single-events .post-content-wrapper .stom-event-date-single {    
    display: inline-block;
    margin-bottom: 15px;
    background: #E9E2EC;
    color: var(--color-1);
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 6px 20px;
    border-radius: 25rem;
    text-decoration: none;
    z-index: 10;
    transition: all 0.25s ease;
    pointer-events: none;
}





.section-wrap.has-gradient {
    position: relative;
}

.section-wrap.has-gradient:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    background: linear-gradient(
        180deg,
        rgba(115, 62, 128, 0)    0%,
        rgba(115, 62, 128, 0.06) 7%,
        rgba(115, 62, 128, 0.20) 15%,
        rgba(115, 62, 128, 0.45) 24%,
        rgba(115, 62, 128, 0.70) 32%,
        rgba(115, 62, 128, 0.88) 39%,
        var(--Freyjas-Dress, #733E80) 46%,
        var(--Freyjas-Dress, #733E80) 54%,
        rgba(115, 62, 128, 0.88) 61%,
        rgba(115, 62, 128, 0.70) 68%,
        rgba(115, 62, 128, 0.45) 76%,
        rgba(115, 62, 128, 0.20) 85%,
        rgba(115, 62, 128, 0.06) 93%,
        rgba(115, 62, 128, 0)    100%
    );
    z-index: -1;
    pointer-events: none;
}

.section-wrap.has-gradient .section {
    border-top-color: var(--color-1);
}

.section-wrap.has-gradient .section .sub-heading {
    color: var(--color-1);
}



ul.menu li.lang-switcher > a {
    display: none !important;
}

ul.menu li.lang-switcher .isc-switcher > a:before {
    display: none;
}

ul.menu li.lang-switcher .isc-switcher .isc-switcher__list {
    max-width: 120px;
}

ul.menu li.lang-switcher .isc-switcher .isc-switcher__list > a:not(.isc-switcher__item) {
    display: none;
}