/*************************************************************************************************************************
	THEME DEFAULTS
*************************************************************************************************************************/
#loadingDiv {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: white;
    z-index: 9999999999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.95;
}
.loader {
    font-size: 90px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: relative;
    transform: translateZ(0);
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@keyframes load6 {
    0% {box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;}
    5%, 95% {box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;}
    10%, 59% {box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;}
    20% {box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;}
    38% {box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;}
    100% {box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;}
}

@keyframes round {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

a:active, a:focus {
    outline: 0;
    border: none;
    -moz-outline-style: none;
}
body p {
    margin: 0;
    margin-bottom: 1.5em;
}
body a {
    text-decoration: none;
    font-weight: 500;
}
body p a:hover {
    opacity: 0.8;
}
/*
    FONTAWESOME ICONS
*/
i.fas,
i.far,
i.fal,
i.fad,
i.fab,
i.fa-solid,
i.fa-light,
i.fa-regular,
i.fa-thin,
i.fa-duotone {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
}

.site-main {
    margin: 0;
}
#src_opener {cursor: pointer;}
#src_opener:before {
    width: 18px;
    height: 18px;
    display: inline-block;
    content: '';
    -webkit-mask: url(../ico/ico_zoom.svg) no-repeat 50% 50%;
    mask: url(../ico/ico_zoom.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background: gray;
    margin-left: 1em;
}
#search_panel input[type=text] {
    border: 0;
    border-radius: 4px;
    padding: 10px 30px;
    font-size: 3rem;
    font-weight: 300;
    width: 80vw;
}
#search_panel {
    position: absolute;
    top: 0;
    background: #000000ab;
    width: 100vw;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    transition: all 2s;
    display: none;
}
#search_panel #src_close {
    color: white;
    position: absolute;
    top: 20px;
    right: 40px;
    cursor: pointer;
}
#src_close:before {
    width: 40px;
    height: 40px;
    display: inline-block;
    content: '';
    -webkit-mask: url(../ico/ico_close.svg) no-repeat 50% 50%;
    mask: url(../ico/ico_close.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background: white;
}
#primary.content-area {
    width: 100%;
    max-width: 1200px;
    padding-top: 20px;
    margin: auto;
}
span.material-symbols-outlined {
    vertical-align: middle;
    font-size: 1rem;
    font-weight: 200;
}
#comments {
    margin-top: 80px;
}
main#primary {
    min-height: 400px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
}
img.custom-logo {
    max-width: 220px;
    transition: all 0.3s ease;
    display: block;
    width: auto;
}
/*
    SUBHEADER
*/
span.navigate_next {
    position: relative;
    margin: 0px 8px;
}
span.navigate_next:after {
    content: '';
    border: solid;
    border-width: 0 1px 1px 0px;
    display: inline-block;
    padding: 0.14rem;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    opacity: 0.6;
}
.sub_header {
    position: relative;
    transition: all 0.3s ease;
}
.sub_header_wrapper {
    display: flex;
    height: 100%;
	width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 7px 0px;
    font-size: 14px;
    gap: 10px;
    line-height: 100%;
    justify-content: space-between;
}
.sub_header_wrapper div:first-child {
    display: flex;
    gap: 15px;
    align-items: center;
}
.sub_header_wrapper div:last-child {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-left: 5px;
}
.sub_header_wrapper a:hover {
    opacity: 0.6;
}
.sub_header_wrapper, .sub_header_wrapper a {
    font-size: 14px;
}
.sub_header_wrapper a {
    display: flex;
    gap: 4px;
    align-items: center;
}
.sub_header_menu_nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 15px;
    align-items: center;
}
.sub_header_menu_nav ul#menu-sub-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 15px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}
.sub_header_menu_nav ul > li > a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}
.sticky_header .sub_header {display: none;}
.site-header {
    top: 0px;
    position: fixed;
    display: flex;
    width: 100%;
    z-index: 99999;
    align-items: center;
    transition: all 0.3s ease;
}
#header_wrapper {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
	padding: 10px 0px;
    align-items: center;
}
.site-header.sticky_header #header_wrapper {
    padding: 5px 0px;
}
nav#site-navigation {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
ul.nav-menu {
    display: flex;
    align-items: center;
    gap: 30px;
}
ul.nav-menu ul.sub-menu li a {
    padding: 4px 0px;
}
.site-header:not(.sticky_header) ul.nav-menu > li > a {
    padding: 10px 0px;
}
span#src_opener {
    font-size: 30px;
}
/*
    SUB MENU HEADER
*/
.main-navigation ul ul {
    flex-wrap: wrap;
    padding: 10px;
}
.header_menu_nav li.menu-item-has-children > a {
    padding-right: 12px!important;
}
.main-navigation li.menu-item-has-children > a:after {
    content: '';
    width: 8px;
    height: 16px;
    display: inline-block;
    -webkit-mask: url(../ico/ico_down.svg) no-repeat 50% 50%;
    mask: url(../ico/ico_down.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background: black;
    position: absolute;
    right: 7px;
    top: 52%;
    transform: translateY(-50%);
}
.header_menu_nav ul.sub-menu > li.menu-item-has-children > a:after {
    right: 38px;
}
/*
	TOP HEADER
*/
.site-branding {
    line-height: 0;
    margin-top: -4px;
}
.top_header_single {
    height: 70vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    position: relative;
    z-index: 1;
}
.top_header_single.slider {flex-wrap: wrap;}
.top_header_single:after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.top_header_single.slider .slick-track:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
}
.header_claim > span {
    display: block;
    font-size: 56px;
    font-weight: 300;
    line-height: 100%;
    margin-bottom: 40px;
}
.theme_breadcrumbs_container {
    font-size: 0.8rem;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 1rem 0px;
}
/*
    SLICK
*/
.slick-list, .slick-track {height: 100%;}
.top_header_single.slider,
.blog_cards_wrapper.slider,
.carousel_row.slider {visibility:hidden}
.top_header_single.slick-initialized,
.blog_cards_wrapper.slick-initialized,
.carousel_row.slick-initialized {visibility:visible}
.slick-track:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
/*
    HEADER SLIDER
*/
.slide_card {
    height: 100%;
    background-size: cover;
    display: flex!important;
    justify-content: center;
    align-items: center;
    background-position: center center;
}
.slide_card > div {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: table;
    text-align: center;
    position: relative;
    z-index: 2;
}
.slide_card > div span {
    display: block;
    font-size: 42px;
    font-weight: 200;
    margin-bottom: 40px;
}
.slide_card > div a {
    color: white;
    border: 2px solid;
    line-height: 100%;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 4px;
}
.slide_card > div a:hover {
    background: rgba(255,255,255,0.6);
}
/*************************************************
	BODY
*************************************************/
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
.page {
    margin-bottom: 0;
}
.page-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: auto;
	padding-top: 30px;
	padding-bottom: 50px;
}
.page-wrapper.composed {
    max-width: 100%;
}
/*
    BLOG
*/
.user_avatar_container {
    display: flex;
    gap: 20px;
    align-items: center;
    font-size: 0.8rem;
    max-width: 50%;
    border: 1px solid #eee;
    padding: 20px 10px 20px 30px;
    border-radius: 4px;
    margin-top: 40px;
    line-height: 1.1rem;
}
.user_avatar_container > div:last-child {flex: 1;}
.user_avatar_container a,
.user_avatar_container span {display: block;margin-bottom: 6px;}
.user_avatar_container img {border-radius: 50%;}

.post .post-thumbnail img {
    width: 100%;
}
.blog_cards_wrapper.carousel {
    grid-template-columns: repeat(auto-fill, 100%);
    margin-left: -10px;
    margin-right: -10px;
}
.blog_cards_wrapper.carousel .blog_card {
    margin: 0px 10px;
}
@media all and (min-width:1024px) {
    body.blog:not(.paged) .blog_card:first-child {
        grid-column: 1/span 3
    }

    body.blog:not(.paged) .blog_card:first-child .blog_card_img {
        padding-top: 36%;
    }

    body.blog:not(.paged) .blog_card:first-child span.blog_title {
        font-size: 2.5em;
    }

    body.blog:not(.paged) .blog_card:nth-child(2) {
        grid-column: 1/span 2
    }

    body.blog:not(.paged) .blog_card:nth-child(2) .blog_card_img {
        padding-top: calc(50% - 10px);
    }

    body.blog:not(.paged) .blog_card:nth-child(2) span.blog_title {
        font-size: 2em;
    }

    body.blog .header_int_wrapper {
        height: 28vw;
        overflow: hidden;
    }
}
@media all and (min-width:768px) and (max-width:1023px){
    body.blog:not(.paged) .blog_card:first-child {
        grid-column: 1/span 2
    }
    body.blog:not(.paged) .blog_card:first-child .blog_card_img {
        padding-top: calc(50% - 10px);
    }
}
.blog_cards_wrapper.carousel .blog_card .blog_card_content {padding: 20px 10px;}
.blog_cards_wrapper.carousel .blog_card:hover {
    box-shadow: unset;
    opacity: 0.5;
}
.blog_cards_wrapper {display: grid;grid-template-columns: repeat(auto-fill, calc((100%/3) - 14px));gap: 20px;}
.blog_cards_wrapper .blog_card {border: 1px solid #e9e9e9;position: relative; background-color: #fff;}
.blog_cards_wrapper .blog_card:hover {
    box-shadow: 0px 0px 20px 5px #dbdbdb;
    border: 1px solid #cbcbcb;
}
.blog_cards_wrapper .blog_card_img {padding-top: 100%;background-size: cover;background-position: center center;}
.blog_cards_wrapper .blog_card_content {padding: 35px 20px 20px 20px;position: relative;}
.blog_cards_wrapper span.blog_date {
    position: absolute;
    top: -16px;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 100%;
    padding: 10px 22px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    width: auto;
    text-align: center;
    white-space: nowrap;
}
.blog_cards_wrapper span.blog_title {display: block;text-align: center;font-size: 22px;line-height: 100%;margin-bottom: 20px;}
.blog_cards_wrapper span.blog_excerpt {font-size: 14px;line-height: 20px;display: block;}
span.single-blog_category {
    background-color: var(--color);
    color: white !important;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 100%;
    padding: 10px 22px;
    font-weight: bold;
    display: inline-block;
}
span.single-blog_date {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 100%;
    font-weight: bold;
}

.nav-links {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    align-items: stretch;
    gap: 10px;
}
.nav-previous, .nav-next {
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    max-width: 50%;
}
.nav-links > div.nav-next {
    justify-content: flex-end;
}
.nav-previous > a,
.nav-next > a {
    display: flex;
    position: relative;
    padding: 8px 12px;
}
.nav-previous > a {padding-left: 24px;}
.nav-next > a {padding-right: 24px; text-align: right;}
.nav-previous > a:before,
.nav-next > a:after {
    content: '';
    border: solid;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 0.15rem;
    position: absolute;
    top: 50%;
    margin: 0 10px;
}
.nav-previous > a:before {
    left: 0px;
    transform: translateY(-50%) rotate(135deg);
}
.nav-next > a:after {
    right: 0px;
    transform: translateY(-50%) rotate(315deg);
}
.nav-previous:hover > a, .nav-next:hover > a {color: white;}

header.entry-header h1.entry-title {
    color: #000;
    font-size: 3em;
    line-height: 1;
    font-weight: 800;
}
header.entry-header h2.entry-title a {color: inherit;}
.entry-meta a, .entry-meta span {color: inherit;font-size: 14px;}

.single .post-thumbnail img {
    width: 100%;
    height: max(300px,50vh);
    object-fit: cover;
}

.single .entry-content {
    font-size: 1.2em;
    line-height: 1.7;
    max-width: 900px;
    margin: 2em auto;
}

.flex {
    display: flex;
    gap: 32px;
}

.flex.align-center {
    align-items: center;
}

@media (max-width: 1024px) {
    .flex {
        flex-direction: column;
    }
}

.flex>div {
    flex: 1;
}

.dark-wrapper {
    background: #2d2f30;
    color: #fff;
    padding: 30px;
}

.dark-wrapper h2 {
    color: #fff;
}

.newsletter-footer .lh-workflows-title {
    padding: 0 0 20px;
    text-align: left;
}

/*************************************************
	FOOTER
*************************************************/
.cta_pre_footer {
    color: white;
    font-size: 2rem;
    font-weight: 300;
}
.cta_pre_footer > div {
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    padding: 28px 0px;
}
.cta_pre_footer span:last-child {
    align-self: center;
    display: flex;
}
footer#colophon {
    padding: 40px 0px;
    position: relative;
}
.footer_wrapper {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: flex;
	gap: 40px;
}
.footer_wrapper > * {
    flex: 1;
}
footer#colophon a:hover {
    opacity:0.6;
}
.footer_col {
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
}
.footer_col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer_col .widget-title {
    margin: 0;
    margin-bottom: 20px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 100%;
}
footer.entry-footer {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 99999999;
    display: block;
}
span.edit-link {
    display: block;
}
a.post-edit-link {
    line-height: 100%;
    display: block;
    padding: 10px 20px;
    background: red;
    color: white;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 3px;
    box-shadow: 2px 2px 4px 0px gray;
}
a.post-edit-link:hover {
    background: white;
    color: red;
}
/*
    SLICK
*/
.slick-track:after {z-index: -1;}
.blog_cards_wrapper.carousel {visibility:hidden}
.blog_cards_wrapper.carousel.slick-initialized {visibility:visible}
.slick-prev {left: 40px;}
.slick-next {right: 40px;}
.slick-prev, .slick-next {
    width: auto;
    height: auto;
    z-index: 999;
}
.slick-prev:hover::before, .slick-next:hover::before {opacity: 1;}
.slick-prev:before {
    transform: rotate(135deg);
}
.slick-next:before {
    transform: rotate(315deg);
}
.slick-prev:before, .slick-next:before {
    content: '';
    color: white;
    border: solid white;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 18px;
    opacity: 0.6;
}
.boxed .slick-prev,
.section .slick-prev {
    left: -40px;
}
.boxed .slick-next,
.section .slick-next {
    right: -40px;
}
.boxed .slick-prev:before,
.boxed .slick-next:before,
.section .slick-prev:before,
.section .slick-next:before {
    border: solid #ccc;
    border-width: 0 3px 3px 0;
}
/*
    SUBFOOTER
*/
.subfooter {
    background: #262626;
    padding: 24px 0px;
}
.sub_footer_wrapper {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    color: #b1b1b1;
    font-size: 14px;
    gap: 15px;
}
.sub_footer_wrapper img {display: block;}
/*
    SIDEBAR
*/
.page-wrapper.sidebar_ready {display: flex;gap: 30px;}
.page-wrapper.sidebar_ready > div {flex: 1;}
.page-wrapper.sidebar_ready > aside {flex-basis: 25%; display: none;}
aside .widget ul {padding: 0;margin: 0;list-style: none;}
aside .widget ul li a {color: inherit;font-size: 0.9rem;}
aside .widget h2.widget-title {border-bottom: 1px solid;}

.widget form.search-form {display: flex;width: 100%;}
.widget form.search-form label {flex: 1;}
.widget form.search-form input[type=search] {
    margin: 0;
    padding: 10px;
    line-height: 100%;
    display: block;
    width: 100%;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.widget form.search-form input[type=submit] {
    padding: 10px 20px;
    display: block;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    border: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
/*
    404 ERROR
*/
span.not_found_error {
    font-size: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
}
span.not_found_error span.material-symbols-outlined {
    font-size: 140px;
    font-weight: 400;
}
/*
    MOBILE
*/
@media all and (max-width:1024px) {
    .slide_card > div span {width: 100%;}
}
@media all and (max-width:1279px) {
    #header_wrapper,
    .sub_header_wrapper {
        padding: 10px;
    }
    footer#colophon {padding: 30px!important;}
    .cta_pre_footer > div {
        padding: 30px;
        flex-direction: column;
        gap: 20px;
    }
    .subfooter {padding: 15px 30px;}
    .slide_card > div {padding: 20px;}
    .page-wrapper.sidebar_ready {padding: 30px 20px 60px 20px!important;}
	#top_header {margin-top: 0px!important;}
    .header_claim > span {
        padding: 15px;
        text-align: center;
        font-size: 36px;
        line-height: 46px;
    }
    .top_header_single {height: auto;}
    .slide_card > div span {width: 100%;}
    .sub_header {
        height: auto;
    }
	.sub_header_wrapper {
        padding: 10px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .nav-links {
        align-items: stretch;
        flex-direction: column;
    }
    .nav-previous, .nav-next {
        max-width: 100%;
    }
    .page-wrapper.sidebar_ready {flex-direction: column;}
    .user_avatar_container {max-width: 100%;}
    footer {padding: 0px 30px!important;}
    .footer_wrapper {
    flex-wrap: wrap;
    }
    .footer_wrapper > * {
    flex: auto;
    }
    .sub_footer_wrapper {justify-content: center;}
    footer.entry-footer {
        display: none;
    }
}
