/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by IT Operators ApS
Author: IT Operators ApS
Author URI: https://itoperators.dk
Template: hello-elementor
Version: 1.1.5
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/*
* Header: Max menu
*/

/* Icon in sub "løsninger" */
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu {
    background: url('/wp-content/uploads/2023/01/Bullit-primary-4pct.svg') no-repeat, linear-gradient(var(--e-global-color-e9e4a31),
            var(--e-global-color-2d08b5a));
    background-position: left 8% bottom 0px;
}

/* Icon in sub "log ind" */
#mega-menu-wrap-menu-2 #mega-menu-menu-2>li.mega-menu-megamenu>ul.mega-sub-menu {
    background: url('/wp-content/uploads/2023/02/user-primary-thick-4pct.svg') no-repeat, linear-gradient(var(--e-global-color-e9e4a31),
            var(--e-global-color-2d08b5a));
    background-position: left 8% bottom 0px;
}

/* Product image sizes "løsninger" */
#mega-menu-wrap-menu-1 .mega-sub-menu .mega-product-img.elementor-widget-call-to-action img {
    height: 38px;
    width: auto !important;
}

/* Product image sizes "Log ind" */
#mega-menu-wrap-menu-2 .mega-sub-menu .mega-product-img.elementor-widget-call-to-action img {
    height: 52px;
    width: auto !important;
}

/* Icon on "Log ind" */
#mega-menu-wrap-menu-2 #mega-menu-menu-2 li.mega-menu-item.elementor-align-icon-left>a:before {
    content: "";
    height: 80px;
    width: 20px;
    position: relative;
    display: inline-block;
}

#mega-menu-wrap-menu-2 #mega-menu-menu-2 li.mega-menu-item.elementor-align-icon-left.biq-user>a:before {
    background: url('/wp-content/uploads/2023/01/User.svg') no-repeat center center;
}

/*  */
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu {
    background: linear-gradient(to bottom, var(--e-global-color-e9e4a31),
            var(--e-global-color-2d08b5a));
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: none;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: rgba(0, 0, 0, 0.08);
}



/* 
* Global styling
*/
/* Iconlist in 3 columns */
.col3 ul.elementor-icon-list-items {
    column-count: 3;
    column-gap: 20px;
    display: block;
}

/* Iconlist in 3 columns with FLEX */
.flex-col3 ul.elementor-icon-list-items {
    column-gap: 20px;
    row-gap: 20px;
    display: flex;
    flex-wrap: wrap;
}

/* Iconlist white-bg */
.white-bg ul.elementor-icon-list-items li {
    background-color: var(--e-global-color-e9e4a31);
    flex: 1 1 31%;
    border-radius: 8px;
    align-items: center;
    height: 120px;
    padding: 10px;
}

/* Iconlist shadow */
.shadow ul.elementor-icon-list-items li {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}

/* Iconlist alternative icon placement */
.top-right-icon ul.elementor-icon-list-items li {
    padding: 10px 40px;
}

.top-right-icon ul.elementor-icon-list-items li .elementor-icon-list-icon {
    position: absolute;
    right: 10px;
    top: 10px;
}

/* markup for mobile */
@media screen and (max-width:767px) {

    /* Iconlist white-bg */
    .white-bg ul.elementor-icon-list-items li {
        height: inherit;
    }

    /* Iconlist alternative icon placement */
    .top-right-icon ul.elementor-icon-list-items li {
        padding: 40px 10px;
    }
}

/* Iconlist placement of icon */
.elementor-widget .elementor-icon-list-item,
.elementor-widget .elementor-icon-list-item a {
    align-items: start !important;
}

.elementor-widget .elementor-icon-list-item .elementor-icon-list-icon {
    margin-top: 5px;
}

.icon-vert-center .elementor-icon-list-item,
.icon-vert-center .elementor-icon-list-item a,
footer .elementor-widget .elementor-icon-list-item,
footer .elementor-widget .elementor-icon-list-item a {
    /* *align-items: center !important; */
}

/* .list-m-auto .elementor-icon-list-items {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.list-m-auto .elementor-icon-list-item {
    display: inline-block !important;
    margin: 0 auto !important;
} */

/* Image gradint on CTA overlays */
.biq-image-gradient-1 .elementor-cta__bg-overlay {
    background-image: linear-gradient(to bottom, rgba(226, 237, 241, 0.5), rgba(1, 28, 39, 1));
}

/* Gallery flex alignment fix */
.biq-align-center.elementor-widget-image-gallery .gallery {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.biq-align-center.elementor-widget-image-gallery .gallery .gallery-item img {
    max-height: 60px;
    width: auto;
}

/* markup for tablets */
@media screen and (min-width:768px) and (max-width:1024px) {}

/* markup for mobile */
@media screen and (max-width:767px) {
    .biq-align-center.elementor-widget-image-gallery .gallery {
        margin: 0 !important;
    }

    .biq-align-center.elementor-widget-image-gallery .gallery .gallery-item {
        padding: 20px 0 !important;
    }

    .biq-align-center.elementor-widget-image-gallery .gallery .gallery-item img {
        height: 30px;
    }
}


/*
* Form styling
*/

/* Newsletter form styling */
form[name="Nyhedsbrev"] .elementor-field-type-email {
    order: 1;
}

form[name="Nyhedsbrev"] .elementor-field-type-submit {
    order: 2;
}

form[name="Nyhedsbrev"] .elementor-field-type-acceptance {
    order: 3;
}


/*
* Essentials addon: Post carussel
*/
/* image styling on testimonials */
.elementor-widget-eael-post-carousel.testimonials .eael-entry-thumbnail {
    width: 100px !important;
    height: 100px !important;
    margin: 20px auto;
}

.elementor-widget-eael-post-carousel.testimonials .eael-entry-thumbnail img {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
    /* width: 80px !important;
    height: 80px !important; */
}

.elementor-widget-eael-post-carousel.testimonials .eael-grid-post-excerpt {
    min-height: 175px;
}


/*
* CTA darkblue with people images
*/
@media only screen and (max-width: 767px) {
    .employee-cta-images .gallery-columns-5 {
        display: flex;
    }
}



/*
* Elementor Accordion close first element.
*/
.elementor-accordion .elementor-accordion-item:first-of-type {
    display: none;
}

.elementor-accordion {
    border-top: 1px solid #D4DFF2C7;
}


/*
* Search EA in /viden
*/
@media screen and (max-width: 767px) {
    .elementor-357 .elementor-element.elementor-element-dfe34be .eael-post-list-container.layout-advanced .eael-post-list-header .post-list-ajax-search-form form {
        width: 100%;
    }
}



/*
* Mobile popup login image height
*/
@media screen and (max-width: 767px) {
    div[data-elementor-id="902"] .mega-product-img img {
        height: 40px;
        width: auto !important;
    }
}


/*
* Password protected page
*/
main#content.post-password-required {
    max-width: 750px;
    margin: 10% auto;
}


/*
* Driftforstyrrelse
*/
.driftforstyrrelse {
    margin: 0 auto;
    display: table;
    color: var(--e-global-color-e9e4a31);
    /* white */
}

.driftforstyrrelse a {
    color: var(--e-global-color-e9e4a31);
    /* white */
}

.driftforstyrrelse a:hover {
    color: var(--e-global-color-accent);
    /* marketing */
}

.driftforstyrrelse .fa-stack {
    height: 1em;
    line-height: 1em;
}

.driftforstyrrelse i.fa-circle {
    color: white;
}

.driftforstyrrelse .orange {
    color: var(--e-global-color-secondary);
    /* orange */
}




/*
* Mobile menu, user icon add text.
*/
#mobile-login a.elementor-icon:after {
    content: "log ind";
    font-size: 12px;
    position: absolute;
    width: 100%;
    left: 0;
}



/*
* Dynamic forms on "Gratis prøveadgang".
*/
body:not(.elementor-editor-active) .hidden {
    display: none;
}

.elementor-editor-active .hidden {
    opacity: 0.6;
}

.nav_change {
    cursor: pointer;
}

.nav_change.my_active {
    text-decoration: underline;
}

.my_active{
    display: block !important;
    opacity: 1 !important;
}

@media only screen and (min-width: 768px) {
    .nav_change .elementor-icon {
        display: none;
        font-size: 2em;
    }

    .nav_change:hover .elementor-icon {
        display: inline-block;
    }
}

@media only screen and (max-width: 767px) {
    .nav_change.my_active .elementor-icon i.fas.fa-long-arrow-alt-right {
        transform: rotate(90deg);
        transition: 3ms;
    }
}

/*
* EventOn styling
*/
.evotax_term_card .evotax_term_details,
.evotax_term_card {
    justify-content: space-around;
}

.evo-filter-btn.show {
    display: none !important;
    opacity: 0;
}

.eventon_sorting_section {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 35px 8px rgba(0, 9, 78, .1);
    box-shadow: 0 10px 35px 8px rgba(0, 9, 78, .1);
    margin-bottom: 50px;
    border-radius: 8px;
}

.eventon_filter_line .filtering_set_val,
.eventon_sort_line .eventon_sf_cur_val p {
    line-height: 47px;
}

.ajde_evcal_calendar.boxy .eventon_list_event,
.ajde_evcal_calendar.boxy .evoShow_more_events {
    border-radius: 8px;
}

.ajde_evcal_calendar.boxy .eventon_events_list .eventon_list_event .desc_trig.hasFtIMG:hover span.ev_ftImg:before {
    background-color: #000;
    opacity: 1;
}

.ajde_evcal_calendar.color #evcal_list .eventon_list_event a:hover {
    border-left-width: 0px;
}

.ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .desc_trig.hasFtIMG span.ev_ftImg:before {
    opacity: 0;
}

/* Mobile fix width of months on yearly view */
@media only screen and (max-width: 480px) {
    .evoyv_year_grid {
        display: block;
    }
}

/* Fix placement of circle background on yearly calendar. */
.month_box .day_box .day_box_color {
    top: 15px;
    margin: auto;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}

/* Fix events show in row instead of column */
.ajde_evcal_calendar.boxy.list_cal .eventon_events_list,
.ajde_evcal_calendar.boxy.list_cal .eventon_events_list.sep_months .sep_month_events {
    flex-direction: row !important;
}



/** 
* Hubspot form styles - starts 
*/
.hubspot-form {
    max-width: 500px;
}

.hubspot-form .hubspot-form-title {
    /*background-color: #677386;*/
    background-color: rgb(22, 118, 163);
    color: #fff;
    border-top-right-radius: 8px;
    border-top-left-radius: 18px;
}

.hubspot-form .hubspot-form-title h3 {
    color: #fff;
    margin: 0px;
    padding: 14px 20px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.hubspot-form .hubspot-form-content {
    padding: 12.5%;
    border: 1px solid #ccc;
    color: var(--e-global-color-primary);
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.hubspot-form .hubspot-form-content input {
    border: 1px solid #69727d;
    width: 100%;
}

.hubspot-form .hubspot-form-content input.hubspot-btn {
    float: right;
    background-color: rgb(22, 118, 163);
    border-color: rgb(22, 118, 163);
}

.hubspot-form .hubspot-form-content input.hubspot-btn:hover {
    float: right;
    background-color: rgb(22, 118, 163);
    border: 1px solid rgb(22, 118, 163);
}

.hubspot-form-content .elementor-field-type-text.elementor-field-group.elementor-column {
    margin-bottom: 14px;
}

.hubspot-form-content .elementor-field-type-text.elementor-field-group.elementor-column label {
    margin-bottom: 5px;
}

div.file-attachment {
    width: 100%;
}

/* Hubspot form styles - ends */

/**
* Hubspot form styles Sunrize
*/
.hbspt-form {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    --e-global-color-e9e4a31: var(--e-global-color-text);
}

input[type="date"].hs-input,
input[type="email"].hs-input,
input[type="number"].hs-input,
input[type="password"].hs-input,
input[type="search"].hs-input,
input[type="tel"].hs-input,
input[type="text"].hs-input,
input[type="url"].hs-input,
select.hs-input,
textarea.hs-input {
    width: 100% !important;
    font-size: 15px !important;
}

.hs-form-field {
    padding-right: calc(10px/2);
    padding-left: calc(10px/2);
    margin-bottom: 10px;
}

.hs-form-field .input {
    margin-right: 0px !important;
}

ul.inputs-list {
    list-style: none;
    padding: 0px;
    margin-bottom: 10px;
}

ul.inputs-list p {
    line-height: 1.2em;
}

.hs-button.primary {
    background-color: var(--e-global-color-accent) !important;
    border-color: var(--e-global-color-accent) !important;
    width: 100%;
    color: #ffffff !important;

}

.hs-button.primary:hover {
    color: var(--e-global-color-accent) !important;
    background-color: #ffffff !important;
}

.hs-form-field.hs-fieldtype-phonenumber>label,
.hs-form-field.hs-fieldtype-text>label {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.hs-submit {
    padding-top: 5px;
    max-width: 500px;
}

.hs-richtext,
.hs-richtext h1,
.hs-richtext h2,
.hs-richtext h3,
.hs-richtext h4,
.hs-richtext h5,
.hs-richtext h6 {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
}

.hs-richtext h1,
.hs-richtext h2,
.hs-richtext h3 {
    font-size: 1.75rem;
}

.legal-consent-container .hs-form-booleancheckbox-display>span {
    display: inline !important;
    margin-left: 5px !important;
}