/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
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 */

html {
    height: 100%;
}

body {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

[data-elementor-type="wp-page"], [data-elementor-type="single-post"], [data-elementor-type="single-page"], [data-elementor-type="error-404"] {
    flex: 1;
}

[data-elementor-type="single-post"] a, [data-elementor-type="wp-page"] a {
    color: var(--kjr-red-dk-1);
}

body.show-offer .hide-on-offer {
    /*display: none;*/
}

body.show-offer .show-on-offer {
    display: block;
}

body.show-engage .hide-on-engage {
    /*display: none;*/
}

body.show-engage .show-on-engage {
    display: block;
}

.show-on-engage, .show-on-offer {
    /*display: none;*/
}

body.show-offer *[data-toggle=show-offer] a, body.show-engage *[data-toggle=show-engage] a {
    color: #fff !important;
    background: var(--kjr-red-dk-1) !important;
}

body.show-shariff [data-toggle=show-shariff] {
    display: block !important;
}

.elementor-widget-text-editor ul, .elementor-widget-theme-post-content ul, .elementor-widget-text-editor ol, .elementor-widget-theme-post-content ol {
    padding: 0 1.2rem;
    margin-bottom: 1rem;
}

.elementor-widget-text-editor li, .elementor-widget-theme-post-content li {
    margin-bottom: 0.5rem;
}

.elementor-widget-text-editor li::marker, .elementor-widget-theme-post-content li::marker {
    color: var(--kjr-red-dk-1);
}

.custom-inner-container .e-con-inner {
    max-width: 1240px;
}

.custom-inner-container a, .elementor-widget-text-editor a {
    color: var(--kjr-red-dk-1);
}

.kjr-template-1 {
    color: #000000 !important;
}

.members-access-error {
    margin: 0 auto auto;
    width: 100%;
    max-width: 1240px;
    padding: 20px 16px 170px;
}

.post-password-required {
    margin: 0 auto auto;
    width: 100%;
    max-width: 1240px;
    padding: 0 20px;
}

.kjr-f-row {
    display: flex;
}

.kjr-align-center {
    align-items: center;
}

.kjr-gap-1 {
    gap: 0.5rem;
}

body a.kjr_jtt_btn.kjr_special_btn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 65px;
    height: 65px;
    background: transparent;
    z-index: 500;
    border-radius: 50%;
    transform: translateY(300px);
    transition: transform 0.3s ease-in-out;
    opacity: 0.5;
}

body.has-scrolled a.kjr_jtt_btn.kjr_special_btn {
    transform: translateY(0);
}

#kjrb_sticky_header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9000;
    transition: transform 0.5s ease-in-out;
    transform: translateY(-100px);
    visibility: hidden;
}

body.has-scrolled #kjrb_sticky_header {
    visibility: visible;
}

body.has-scrolled-offset-1 #kjrb_sticky_header, .elementor-editor-active #kjrb_sticky_header {
    transform: translateY(0);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}

.box-shadow-1 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.box-shadow-2 {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.box-shadow-3 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.box-shadow-4 {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.box-shadow-5 {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.kjr-intern .header-icon-nav > div {
    overflow: visible !important;
}

.kjr-intern .header-icon-nav li:first-child {
    color: #ffffff;
    background: transparent;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.kjr-intern .header-icon-nav li:first-child:hover a span {
    color: #ffffff !important;

}

body.kjr-intern .header-icon-nav ul.elementor-icon-list-items li:first-child::after {
    content: '';
    display: block;
    background: var(--kjr-blue-dk-1);
    position: absolute;
    border-radius: 4px;
    padding: 0.5rem;
    margin: -0.5rem;
    top: 4px;
    left: -1px;
    right: -10px;
    bottom: -5px;
    width: calc(100% + 18px);
    height: calc(100% + 10px);
    z-index: -1;
}

.kjr-intern .header-icon-nav li:first-child a span {
    background: transparent;
    color: #ffffff !important;
}

.kjr-intern .header-icon-nav li:first-child a span svg {
    background: transparent;
    fill: #ffffff !important;

    path {
        fill: #ffffff !important;
    }
}

.kjr-intern .header-icon-nav li:first-child a span svg path {
    fill: #ffffff !important;
}

.header-icon-nav li:last-child {
    display: none;
}

.logged-in .header-icon-nav li:last-child {
    display: block;
}

@media screen and (max-width: 1000px) {
    body .elementor-element .header-icon-nav li .elementor-icon-list-text {
        display: none;
    }
}


.dlm-downloads {
    margin: 0;
    padding: 0;
    list-style: none;
}

.download-list_icon {
    height: 0.8rem;
    margin-right: 0.5rem;
    width: 0.8rem;
    position: relative;
    top: 1px;
}

.image-legal-infos_row {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.image-legal-infos_img {
    width: 200px;
    flex: 0 0 200px;
    display: block;
}

.image-legal-infos_img img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
}

.image-legal-infos_row .image-legal-infos_title {
    margin: 0;
}


.kjrb-post-navigation {
    display: flex;
    justify-content: space-between;
}

.kjrb-post-navigation span {
    width: 100px;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1;
    height: 35px;
    display: block;
}

.kjrb-post-navigation a {
    color: var(--e-global-color-text);
    text-decoration: none;
    width: 100px;
    text-align: center;
    padding: 0;
    border: 2px solid var(--kjr-red-dk-1);
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.kjrb-post-navigation a:hover {
    border-color: var(--kjr-blue-dk-1);
}

body .elementor-element .elementor-button:hover, body .elementor-element .elementor-button:active,
body .elementor-element button:hover, body .elementor-element button:active,
body .elementor-element a.btn.widget-gallery-link:hover, body .elementor-element a.btn.widget-gallery-link:active {
    background: var(--kjr-blue-dk-1);
    border-color: var(--kjr-blue-dk-1);
    text-decoration: underline;
}

.apply-filters__button:focus {
    background: var(--kjr-red-dk-1);
    border-color: var(--kjr-red-dk-1);
    outline-offset: 5px;
    text-decoration: underline;
}

body .elementor-element .elementor-icon-list-item a:hover, body .elementor-element .elementor-icon-list-item a:hover span {
    color: var(--kjr-blue-dk-1) !important;
    text-decoration: underline;
}

.kjrb_loged_in_as {
    color: var(--kjr-grey);
}

.kjrb_login_form input {
    width: 100%;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3px;
    padding: 0.5rem 1rem;
    transition: all .3s;
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.5;
    margin: 6px 0 0;
}

.kjrb_login_form input:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, .25);
    outline-offset: -2px;
}

input:not([type="submit"]), select {
    border: 1px solid var(--kjr-grey) !important;
    background-color: var(--kjr-grey-light) !important;
}
