/*
Theme Name: Larion
Theme URI: https://masmedia.hu
Author: KidaWeb
Author URI: https://masmedia.hu
Description: Custom made theme for Nova HR
Version: 0.1
Text Domain: larion
Tags: multiple-columns, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, featured-images
*/

/* ---------- GENERAL ---------- */
html {
    overflow-x: hidden;
    color: #555555;
}
body {
	font-family: 'Istok Web', sans-serif;
	font-size: 18px;
	line-height: 1.4;
	color: #555555;
}
a {
    color: inherit;
    transition: all 0.3s;
}
a:hover {
    color: black;
    text-decoration: none;
}
img {
    max-width: 100%;
}
h1 {
    font-family: "Istok Web Bold";
	color: #c13952;
    font-size: 48px;
/*    font-weight: 700;*/
}
h2 {
    font-family: "Istok Web Bold";
    color: #c13952;
    /*font-weight: 700;*/
	font-size:36px;
}
h3 {
    font-family: "Istok Web Bold";
    color: #c13952;
    /*font-weight: 700;*/
    font-size: 24px;
}
h4 {
    font-family: "Istok Web Bold";
    /*font-weight: 700;*/
}
ul {
    list-style: none;
}
ul li {
    margin-bottom: 6px;
}
ul li::before {
    content: "\25CF";
    color: #c13952;
    font-weight: bold;
    display: inline-block; 
    width: 2em;
    margin-left: -1em;
	font-size:13px;
}
.vc_row ul, .vc_row ol {
	list-style: none;
	padding-left:3.5rem;
}
.vc_row ul li, .vc_row ol li {
	position:relative;
	padding-left:0;
	margin-bottom: 10px;
}
.vc_row ul li::before, .vc_row ol li::before {
	content: "\25CF";
    color: #c13952;
    font-weight: bold;
	position:absolute;
	left:-2rem;
	width:auto;
	margin-left:0;
	font-size: 13px;
	padding-top: 3px;
}
.vc_row ol {
	counter-reset: li;
}
.vc_row ol li {
	counter-increment: li;
}
.vc_row ol li::before {
	content: counter(li);
}
.larion-bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.gray-bg {
    background-color: #fafafa !important;
}
p.hero {
    font-weight: 600;
}
.nova-button-1 {
    text-align: center;
    border: 2px solid #c13952;
    border-radius: 5px;
    padding: 1rem 4rem;
    text-transform: uppercase;
    font-family: "Istok Web Bold";
    color: white;
    background-color: #c13952;
    cursor: pointer;
    transition: all 0.3s;
}
.nova-button-1:hover {
	background-color: transparent;
	color: #c13952;
}
.nova-button-1:disabled {
	opacity:0.5;
	cursor: not-allowed;
}
.nova-button-small-padding {
    padding: 0.84rem 4rem;
}
.nova-button-2 {
    text-align: center;
    border: 2px solid #c13952;
    border-radius: 5px;
    padding: 1rem 4rem;
    text-transform: uppercase;
    font-family: "Istok Web Bold";
    color: #c13952;
    cursor: pointer;
    transition: all 0.3s;
}
.nova-button-3 {
    text-align: center;
    border: 2px solid white;
    border-radius: 5px;
    background-color: transparent;
    padding: 1rem;
    text-transform: uppercase;
    font-family: "Istok Web Bold";
    color: white;
    cursor: pointer;
    transition: all 0.3s;
}
.nova-button-3:hover {
    color: black;
}
.nova-button-4 {
    text-align: center;
    border: 2px solid #c13952;
    border-radius: 4px;
    padding: 0.6rem 0.9rem;
    text-transform: uppercase;
    font-family: "Istok Web Bold";
    color: #c13952;
    cursor: pointer;
	font-size: 12px;
    transition: all 0.3s;
}
.nova-button-4:hover {
    color: #fff;
	background-color: #c13952;
}
.nova-button-blog {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 2rem;;
    border: 1px solid #C03853;
    box-sizing: border-box;
    border-radius: 8px;
    background-color: transparent;
    font-family: "Istok Web Bold";
    color: #C03853;
    cursor: pointer;
    transition: all 0.3s;
}
.nova-button-blog:hover, .nova-button-blog.active {
    background-color: #C03853;
    color: white;
}
.back-to-jobs {
    display: flex;
    align-items: center;
    color: white;
    font-weight: 900;
    font-size: 1.3rem;
}
.back-to-jobs i {
    font-size: 1.6rem;
    margin-right: 10px;
}
.bg-position-bottom {
    background-position: bottom !important;
}
.bottom-shadow {
    box-shadow: inset 0px -75px 40px -40px rgb(255, 255, 255);
}
.site-main .vc_row .wpb_text_column h2, .site-main .vc_row .wpb_text_column h3, .site-main .vc_row .wpb_text_column h4 {
	margin-bottom: 2rem;
}
/* .page-template-default .vc_row .wpb_text_column h2, */
.single-services .vc_row .wpb_text_column h2 {
	padding-left: 3.5rem;
}
.istok-web-italic, .istok-web-italic h2 {
    font-family: "Istok Web Italic" !important;
}
.nova-select-1 {
  position: relative;
  display: block;
  max-width: 120px;
  z-index: 10;
}
.nova-select-1 select {
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    display: block;
    width: 100%;
    font-size: 1rem;
    width: 100% !important;
    /*padding-left: 1.7rem;*/
}
.nova-select-1 select.form-control:focus {
    background-color: transparent;
}
.nova-select-1:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    line-height: 38px;
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ee752e;
    text-align: center;
    font-size: 24px;
    border-left: 1px solid #ced4da;
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nova-select-2 {
  position: relative;
  display: block;
  z-index: 10;
}
.nova-select-2 select {
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    display: block;
    width: 100%;
    font-size: 1rem;
    width: 100% !important;
	padding: .375rem 2.6rem 0.375rem 0.75rem;
}
.nova-select-2 select.form-control:focus {
    background-color: transparent;
}
.nova-select-2:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    line-height: 38px;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ee752e;
    text-align: center;
    font-size: 20px;
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.max-widt-95 {
    max-width: 95%;
}
.nova-dark-bg-color-1 {
  background-color: #f2f2f2;
}
strong {
  font-family: "Istok Web Bold";
}
.academy-header-image {
    position: absolute;
    z-index: 10;
    top: -60px;
}
label, input {
    max-width: 100%;
}
.wpcf7-response-output {
    text-align: center;
}
.form-control::placeholder {
    color: #c7c7c7;
}
/* ---------- /GENERAL ---------- */



/* ---------- HEADER ---------- */

#hero-breadcrumb {
    text-align: center;
}
#hero-breadcrumb .hero-breadcrumb-item {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: white;
    margin-left: 1rem;
    margin-right: 1rem;
    font-family: "Istok Web Bold";
}
#hero-breadcrumb .hero-breadcrumb-item:after {
    content: ">";
    position: absolute;
    right: -1.5rem;
    cursor: default;
}
#hero-breadcrumb .hero-breadcrumb-item:last-of-type:after {
    display: none;
}

#top-header-bar {
    background-color: #a02d3b;
    color: #fff;
    text-align:center;
    padding: 5px 15px;
    font-size: 0.875rem;
}
#top-header-bar a {
    text-decoration: underline;
    color:#fff;
}
#top-header-bar a:hover {
    text-decoration: none;
    color:#fff;
}
/* ---------- /HEADER ---------- */



/* ---------- LANDING ---------- */
/* .page-template-landing #masthead {
    position: absolute;
    width: 100%;
    z-index: 100;
    margin-top: 2rem;
}
.page-template-landing #masthead nav {
    background-color: transparent !important;
}
.page-template-landing #masthead a, .page-template-landing #masthead #menu-headermenu .apply.menu-item a, .page-template-landing #masthead .larion_language_list ul li a {
    color: white !important;
}
.page-template-landing #masthead #menu-headermenu > li > a:after {
	background-color: #fff;
}
.page-template-landing #masthead #menu-headermenu li.current-menu-item a:after, .page-template-landing #masthead #menu-headermenu li.current-menu-parent a:after {
    width:100%;
}
.page-template-landing #masthead #menu-headermenu .apply.menu-item a:hover, .page-template-landing #masthead #menu-headermenu .featured.menu-item a:hover, .page-template-landing #masthead .larion_language_list ul li a:hover {
    color: #C03853 !important;
    border-color: #fff;
	background-color: #fff;
} */
/* ---------- /LANDING ---------- */


#masthead ul li::before {
    display: none;
}


@media only screen and (min-width: 1200px) {

    #masthead nav {
        box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.1);
		padding: 0 60px;
    }
    #masthead .navbar-nav {
        gap: 12px;
    }
    #masthead .navbar-nav li a {
        position: relative;
        padding: 14px 22px;
        color: #333333;
        font-weight:700;
        line-height:1.2;
        font-size: 16px;
        transition: all 0.3s ease;
    }
    #masthead .navbar-nav li a:hover {
        color: #c13952;
    }

    #masthead .navbar-nav > li {
        margin-bottom:0;
    }
    #masthead .navbar-nav > li > a {
        font-weight:400;
        min-height:76px;
        display:flex;
        align-items: center;
        justify-content: center;
        padding-top: 9px;
        padding-bottom: 9px;
    }
    #masthead .navbar-nav > li:hover > a {
        color: #fff;
        background-color: #c13952;
    }
    #masthead .navbar-nav > li > a:before {
        content: "";
        position:absolute;
        bottom: 0px;
        width: 100%;
        overflow:hidden;
        background-color: #c13952;
        height: 0;
        left:50%;
        transform: translateX(-50%);
        transition: 0.2s all ease 0.1s;
    }
    /* #masthead .navbar-nav > li > a:after {
        content: "";
        position:absolute;
        bottom: 2px;
        width: 15px;
        overflow:hidden;
        background-color: #c13952;
        height:5px;
        left:50%;
        opacity:0;
        transform: translateX(-50%);
        transition: 0.2s opacity ease;
    } 
    #masthead .navbar-nav > li:hover > a:after {
        opacity:1;
    } */

    #masthead .navbar-nav > li:hover > a:before {
        height: 0;
    }
    #masthead .navbar-nav > li.current-menu-item > a, 
    #masthead .navbar-nav > li.current-menu-ancestor > a {
        color: #c13952;
    }
    #masthead .navbar-nav > li.current-menu-item:hover > a,
    #masthead .navbar-nav > li.current-menu-ancestor:hover > a {
        color: #fff;
        background-color: #c13952;
    }
    #masthead .navbar-nav > li.current-menu-item > a:before, 
    #masthead .navbar-nav > li.current-menu-ancestor > a:before {
        height: 8px;
    }
    /* #masthead .navbar-nav > li.current-menu-item > a:after, #masthead .navbar-nav > li.current-menu-ancestor > a:after {
        opacity:1;
    } */

    #masthead .navbar-nav > li.menu-item-site-logo > a::before{
        display:none;
    }

    #masthead .navbar-nav > li.menu-item-has-children {
        position:relative;
    }
    #masthead .navbar-nav > li.menu-item-has-children > a {
        padding-right: 40px;
    }
    #masthead .navbar-nav > li.menu-item-has-children:after {
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        color: #bbb;
        font-size: 16px;
        font-weight: 700;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        transition: all 0.3s ease;
    }
    #masthead .navbar-nav > li.menu-item-has-children:hover::after {
        color: #fff;
    } 

    #masthead .navbar-nav > li.menu-item-has-children:not(.megamenu2) .sub-menu {
        position:absolute;
        width:460px;
        background-color:#fff;
        display:none;
        z-index:200;
        border-radius: 8px;
        padding: 0;
        border: 0;
        box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16);
    }
    #masthead .navbar-nav > li.menu-item-has-children:not(.megamenu2) .sub-menu li {
        position:relative;
        margin: 2px 0;
        padding: 0;
    }
    #masthead .navbar-nav > li.menu-item-has-children:not(.megamenu2) .sub-menu li:first-child {
        margin-top: 0;
    }
    #masthead .navbar-nav > li.menu-item-has-children:not(.megamenu2) .sub-menu li:first-child > a {
        border-radius: 7px 7px 0 0;
    }
    #masthead .navbar-nav > li.menu-item-has-children:not(.megamenu2) .sub-menu li:last-child {
        margin-bottom: 0;
    }
    #masthead .navbar-nav > li.menu-item-has-children:not(.megamenu2) .sub-menu li:last-child > a {
        border-radius: 0 0 7px 7px;
    }
    #masthead .navbar-nav > li.menu-item-has-children:not(.megamenu2) .sub-menu li.current-menu-item > a, 
    #masthead .navbar-nav > li.menu-item-has-children:not(.megamenu2) .sub-menu li.current-menu-ancestor > a {
        color: #fff !important;
        background-color:#c13952 !important;
    }
    #masthead .navbar-nav > li.menu-item-has-children:not(.megamenu2) .sub-menu li.current-menu-item::after, 
    #masthead .navbar-nav > li.menu-item-has-children:not(.megamenu2) .sub-menu li.current-menu-ancestor::after {
        color: #fff !important;
    }

    #masthead .navbar-nav > li.menu-item-has-children:not(.megamenu2) .sub-menu li.menu-item-has-children::after {
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        color: #c13952;
        font-size: 27px;
        font-weight: 700;
        position: absolute;
        top: 50% !important;
        right: 25px;
        transform: translateX(0) translateY(-50%) rotate(-90deg);
        transition: all 0.4s ease;
    }
    #masthead .navbar-nav > li.menu-item-has-children:not(.megamenu2) .sub-menu li.menu-item-has-children:hover::after {
        transform: translateX(10px) translateY(-50%) rotate(-90deg);
        color: #fff;
    }

    #masthead .navbar-nav > li.menu-item-has-children:not(.megamenu2) .sub-menu a {
        display:flex;
        align-items: center;
        min-height: 71px;
        padding: 9px 15px;
        position:relative;
        text-align: left;
        background-color:#fff;
        font-size: 1rem;
        border: 0;
        border-radius: 0;
    }
    #masthead .navbar-nav > li.menu-item-has-children:not(.megamenu2) .sub-menu > li.menu-item-has-children .sub-menu::before {
        content: "";
        position:absolute;
        top:0;
        left: -27px;
        width: 30px;
        height:100%;
        border:0;
    }

    #masthead .navbar-nav > li.menu-item-has-children:not(.megamenu2) .sub-menu > li.menu-item-has-children > a::before {
        opacity:0;
        content:"";
        position:absolute;
        left: 100%;
        top:50%;
        width: 0; 
        height: 0; 
        z-index:201;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 15px solid #fff;
        transform: translateY(-50%) rotate(-90deg);
        box-shadow: 0px 50px 35px rgba(0, 0, 0, 0.1);
    }
    #masthead .navbar-nav > li.menu-item-has-children:not(.megamenu2) .sub-menu > li.menu-item-has-children:hover > a::before {
        opacity: 1;
    }

    #masthead .navbar-nav > li.menu-item-has-children:not(.megamenu2) .sub-menu > li:hover > a, 
    #masthead .navbar-nav > li.menu-item-has-children:not(.megamenu2) .sub-menu > li:hover > a:hover {
        color: #fff !important;
        background-color:#c13952 !important;
    }


    #masthead .navbar-nav > li.menu-item-has-children:not(.megamenu2) > .sub-menu {
        top: 100px;
        left: 50%;
        transform:translateX(-50%);
    }
    #masthead .navbar-nav > li.menu-item-has-children:not(.megamenu2) > .sub-menu::before {
        content: "";
        position:absolute;
        top:-24px;
        left: 50%;
        transform:translateX(-50%);
        width: 460px;
        height:25px;
        border:0;
    }
    #masthead .navbar-nav > li.menu-item-has-children:not(.megamenu2) > .sub-menu::after {
        content:"";
        position:absolute;
        left: 50%;
        transform:translateX(-50%);
        top:-14px;
        width: 0; 
        height: 0; 
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 15px solid #fff;
        box-shadow: 0px 50px 35px rgba(0, 0, 0, 0.1);
    }



    /* MEGAMENU */

    /* #masthead .navbar-nav > li.menu-item-has-children.megamenu .sub-menu {
        position:absolute;
        width:250px;
        background-color:transparent;
        display:none;
        z-index:200;
        border: 1px solid rgba(24, 24, 24, 0.05);
        box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16);
    }
    #masthead .navbar-nav > li.menu-item-has-children.megamenu .sub-menu::before {
        content:"";
        position: absolute;
        left:0;
        width:1px;
        height: calc(100% - 40px);
        border-right: 1px solid rgba(112, 112, 112, 0.1);
        top:20px;
    }

    #masthead .navbar-nav > li.menu-item-has-children.megamenu .sub-menu li {
        margin: 5px 0;
    }
    #masthead .navbar-nav > li.menu-item-has-children.megamenu .sub-menu li.current-menu-item > a, 
    #masthead .navbar-nav > li.menu-item-has-children.megamenu .sub-menu li.current-menu-ancestor > a,
    #masthead .navbar-nav > li.menu-item-has-children.megamenu .sub-menu li.current_page_item > a {
        color: #fff !important;
        background-color:#c13952 !important;
    }
    #masthead .navbar-nav > li.menu-item-has-children.megamenu .sub-menu li.current-menu-item > a::after,
    #masthead .navbar-nav > li.menu-item-has-children.megamenu .sub-menu li.current-menu-ancestor > a::after,
    #masthead .navbar-nav > li.menu-item-has-children.megamenu .sub-menu li.current_page_item > a::after {
        color: #fff !important;
    } */

    #masthead .navbar-nav > li.menu-item-has-children:not(.megamenu2) .sub-menu > li > a::after {
        content: "\f35a";
        font-family: "Font Awesome 5 Free";
        color: #c13952;
        font-size: 27px;
        font-weight: 400;
        position: absolute;
        top: 50%;
        right: 30px;
        opacity: 0;
        transform: translateX(-15px) translateY(-50%);
        transition: all 0.4s ease;
    }
    #masthead .navbar-nav > li.menu-item-has-children:not(.megamenu2) .sub-menu > li.menu-item-has-children:hover > a::after {
        display:none;
    }
    #masthead .navbar-nav > li.menu-item-has-children:not(.megamenu2) .sub-menu > li:hover > a::after {
        color: #fff;
        opacity: 1;
        transform: translateX(15px) translateY(-50%);
    }

    /* #masthead .navbar-nav > li.menu-item-has-children.megamenu .sub-menu a {
        display:block;
        padding: 10px 22px;
        position:relative;
        text-align: left;
        background-color:#fff;
        font-size: 1rem;
        border: 0;
        border-radius: 6px;
    }
    #masthead .navbar-nav > li.menu-item-has-children.megamenu .sub-menu > li:hover > a,
    #masthead .navbar-nav > li.menu-item-has-children.megamenu .sub-menu > li:hover > a:hover,
    #masthead .navbar-nav > li.menu-item-has-children.megamenu .sub-menu > li.active-hover > a,
    #masthead .navbar-nav > li.menu-item-has-children.megamenu .sub-menu > li.active-hover > a:hover {
        color: #fff !important;
        background-color:#c13952 !important;
    }
    #masthead .navbar-nav > li.menu-item-has-children.megamenu .sub-menu > li.active-hover > .sub-menu {
        display:block !important;
    }


    #masthead .navbar-nav > li.menu-item-has-children.megamenu > .sub-menu {
        padding: 10px 0px;
        background-color: #fff;
        background-clip: padding-box;
        border-radius: 20px 20px 0 0;
        top: 76px;
        width:710px;
        left: 50%;
        transform:translateX(-50%);
    }
    #masthead .navbar-nav > li.menu-item-has-children.megamenu > .sub-menu::before {
        content: "";
        position:absolute;
        top:-42px;
        left: 50%;
        transform:translateX(-50%);
        width: 710px;
        height:42px;
        border:0;
    }
    #masthead .navbar-nav > li.menu-item-has-children.megamenu > .sub-menu::after {
        content:"";
        position:absolute;
        left: 50%;
        transform:translateX(-50%);
        top:-12px;
        width: 0; 
        height: 0; 
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 15px solid #fff;
        box-shadow: 0px 50px 35px rgba(0, 0, 0, 0.1);
    }
    #masthead .navbar-nav > li.menu-item-has-children.megamenu > .sub-menu li {
        padding: 0 15px;
    } */
    #masthead .navbar-nav > li.menu-item-has-children:not(.megamenu2) > .sub-menu li .sub-menu {
        padding: 0;
        left: calc(100% + 25px);
        top:0;
        background-color: #fff;
        border-radius: 20px;
    }

    #masthead .navbar-nav > li.menu-item-has-children:not(.megamenu2) > .sub-menu > li {
        width: 100%;
		padding: 0;
    }
    #masthead .navbar-nav > li.menu-item-has-children:not(.megamenu2) > .sub-menu > li > .sub-menu {
        width:300px;
        left: calc(100% + 27px);
        border-radius: 8px;
        box-shadow:none;
    }
    #masthead .navbar-nav > li.menu-item-has-children:not(.megamenu2) > .sub-menu > li > a {
        font-size: 18px;
        color: #c13952;
        font-weight:bold;
        display:flex;
        align-items:center;
        border-radius: 0;
    }
    #masthead .navbar-nav > li.menu-item-has-children:not(.megamenu2) > .sub-menu > li:hover > a {
        padding-right: 53px;
    }
    #masthead .navbar-nav > li.menu-item-has-children:not(.megamenu2) > .sub-menu > li > a img,
    #masthead .navbar-nav > li.menu-item-has-children:not(.megamenu2) > .sub-menu > li > a svg {
        margin-right: 30px;
        max-width:53px;
        max-height:53px;
        flex-shrink:0;
        width: 53px;
        height:53px;
        object-fit: cover;
        transition: all 0.3s ease;
    }
    #masthead .navbar-nav > li.menu-item-has-children:not(.megamenu2) > .sub-menu > li > a svg {
        width:53px;
    }
    #masthead .navbar-nav > li.menu-item-has-children:not(.megamenu2) > .sub-menu > li > a svg * {
        fill: #c13952;
    }
    #masthead .navbar-nav > li.menu-item-has-children:not(.megamenu2) > .sub-menu > li > a > span:nth-child(2) > span:nth-child(2) {
        margin-top: 5px;
        font-size:13px;
        font-weight: 400;
        color: #333333;
        line-height:1;
        width: 100%;
        display: inline-block;
        transition: all 0.3s ease;
    }
    #masthead .navbar-nav > li.menu-item-has-children:not(.megamenu2) > .sub-menu > li:hover > a img,
    #masthead .navbar-nav > li.menu-item-has-children:not(.megamenu2) > .sub-menu > li:hover > a svg {
        width: 0;
        overflow:hidden;
        opacity: 0;
    } 
    #masthead .navbar-nav > li.menu-item-has-children:not(.megamenu2) > .sub-menu > li:hover > a > span:nth-child(2) > span:nth-child(2) {
        color: #fff;
    }

    #masthead .navbar-nav > li.menu-item-has-children:not(.megamenu2) > .sub-menu > li.menu-item-has-children > a::after {
        font-size:21px;
    }
    #masthead .navbar-nav > li.menu-item-has-children:not(.megamenu2) > .sub-menu > li.menu-item-has-children .menu-item-has-children .sub-menu::before {
        top:0;
        left: -27px;
        width: 30px;
        height:100%;
        border:0;
    }
    #masthead .navbar-nav > li.menu-item-has-children:not(.megamenu2) > .sub-menu > li.menu-item-has-children .menu-item-has-children > a::before {
        opacity:0;
        content:"";
        position:absolute;
        left: calc(100% + 14px);
        top:50%;
        width: 0; 
        height: 0;
        z-index:201;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 15px solid #fff;
        transform: translateY(-50%) rotate(-90deg);
        box-shadow: 0px 50px 35px rgba(0, 0, 0, 0.1);
        transition: all 0.2s ease;
    }
    #masthead .navbar-nav > li.menu-item-has-children:not(.megamenu2) > .sub-menu > li.menu-item-has-children .menu-item-has-children:hover > a::before {
        opacity: 1;
    }

    #masthead .navbar-nav > li.menu-item-has-children:not(.megamenu2) > .sub-menu > li.current-menu-item > a::after,
    #masthead .navbar-nav > li.menu-item-has-children:not(.megamenu2) > .sub-menu > li.current-menu-ancestor > a::after,
    #masthead .navbar-nav > li.menu-item-has-children:not(.megamenu2) > .sub-menu > li.current_page_item > a::after {
        color: #fff !important;
    }
    /* #masthead .navbar-nav > li.menu-item-has-children:not(.megamenu2) > .sub-menu > li.current-menu-item > a img,
    #masthead .navbar-nav > li.menu-item-has-children:not(.megamenu2) > .sub-menu > li.current-menu-ancestor > a img,
    #masthead .navbar-nav > li.menu-item-has-children:not(.megamenu2) > .sub-menu > li.current_page_item > a img {
        filter: brightness(0) invert(1);
    } */
    #masthead .navbar-nav > li.menu-item-has-children:not(.megamenu2) > .sub-menu > li.current-menu-item > a svg *,
    #masthead .navbar-nav > li.menu-item-has-children:not(.megamenu2) > .sub-menu > li.current-menu-ancestor > a svg *,
    #masthead .navbar-nav > li.menu-item-has-children:not(.megamenu2) > .sub-menu > li.current_page_item > a svg * {
        fill: #fff;
    }
    #masthead .navbar-nav > li.menu-item-has-children:not(.megamenu2) > .sub-menu > li.current-menu-item > a span:nth-child(2) > span:nth-child(2),
    #masthead .navbar-nav > li.menu-item-has-children:not(.megamenu2) > .sub-menu > li.current-menu-ancestor > a span:nth-child(2) > span:nth-child(2),
    #masthead .navbar-nav > li.menu-item-has-children:not(.megamenu2) > .sub-menu > li.current_page_item > a span:nth-child(2) > span:nth-child(2) {
        color: #fff;
    }






	#masthead .header-bottom-mobile {
        display:none;
    }


	#masthead .navbar-nav > li.menu-item-has-children:not(.megamenu2):hover > .sub-menu {
		display:block;
    }
	#masthead .navbar-nav > li.menu-item-has-children:not(.megamenu2):hover > .sub-menu > li.menu-item-has-children:hover > .sub-menu {
        display:block;
    }


	.submenu-bottom-section {
		display:flex;
		align-items:center;
		justify-content: space-between;
		position: absolute;
		top: 99%;
		left: 0;
		background-color: #fcefea;
		color: #000;
		padding: 15px;
		width:100%;
		border-top: 1px solid rgba(112, 112, 112, 0.1);
        border-bottom: 7px solid #c13952;
		border-radius: 0 0 20px 20px;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
		transition:all 0.2s ease;
    }
    .submenu-bottom-section h6 {
        margin:0 0 2px;
        text-align:left;
        font-size: 17px;
        font-weight:700;
        color: #333333;
    }
    .submenu-bottom-section > div:first-child {
        text-align:left;
        font-size: 15px;
        color: #333333;
    }
    .submenu-bottom-section .submenu-bottom-contacts {
        display:flex;
        align-items:center;
        flex-shrink: 0;
        gap: 20px;
    }
    .submenu-bottom-section .submenu-bottom-contacts > a {
        padding: 0 !important;
        border-radius: 50% !important;
        display:flex !important;
        align-items:center;
        justify-content: center;
        margin: 0;
        width:38px;
        height:38px;
        min-height:1px !important;
        color: #c13952 !important;
        font-size: 16px;
        box-shadow: 0px 0px 6px #0000005A;
        transition:all 0.3s ease;
    }
    .submenu-bottom-section .submenu-bottom-contacts > a:hover {
        background-color: #c13952 !important;
        color: #fff !important;
    }

    .custom-header-menu {
		padding: 0;
		margin: 0 10px;
    }

    .custom-header-menu:hover > .sub-menu {
        display:block;
    }

    #masthead .navbar-nav > li.apply > a {
        color: #c13952;
        font-weight:bold;
        padding-left: 42px;
    }
    #masthead .navbar-nav > li.apply > a:hover {
        color: #fff;
    }
    #masthead .navbar-nav > li.apply > a::after {
        content: "\f570";
        font-family: "Font Awesome 5 Free";
        color: #c13952;
        font-size: 16px;
        font-weight: 700;
        position: absolute;
        top: 50%;
        left: 20px;
        transform: translateY(-60%);
        transition: all 0.2s ease;
    }
    #masthead .navbar-nav > li.apply > a:hover::after {
        color: #fff;
    }

    #masthead .navbar-nav > li.featured > a {
        color: #c13952;
        font-weight:bold;
        white-space: nowrap;
    }
    #masthead .navbar-nav > li.featured > a > i {
        margin-right:10px;
    }
    #masthead .navbar-nav > li.featured > a:hover {
        color: #fff;
    }

    #masthead .larion_language_list ul {
        margin-bottom:0;
        padding-left:0;
        list-style:none;
    }
    #masthead .larion_language_list ul li {
        margin-bottom:0;
    }
    #masthead .larion_language_list ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        text-transform:uppercase;
        position: relative;
        padding: 9px 22px;
        min-height: 76px;
        color: #333333;
        font-weight:700;
        line-height:1.2;
        transition: all 0.3s ease;
    }
    #masthead .larion_language_list ul li a:hover {
        color: #fff;
        background-color: #c13952;
    }

    .header-search {
        padding: 0;
        margin: 0 10px;
        position:relative;
    }
    .header-search > a {
        display: flex;
        align-items: center;
        justify-content: center;
        text-transform:uppercase;
        position: relative;
        padding: 9px 22px;
        min-height: 76px;
        color: #333333;
        font-weight:700;
        line-height:1.2;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    .header-search > a:hover {
        color: #fff;
        background-color: #c13952;
    }
    
    .header-search > .sub-menu {
        position:absolute;
        width:400px;
        background-color:#fff;
        display:none;
        z-index:200;
        border-radius: 8px;
        padding: 10px;
        top: 89px;
        right: -30px;
        border: 1px solid rgba(24, 24, 24, 0.05);
        box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16);
    }
    .header-search > .sub-menu::before {
        content: "";
        position:absolute;
        top:-14px;
        left: 50%;
        transform:translateX(-50%);
        width: 100%;
        height:14px;
        border:0;
    }
    .header-search > .sub-menu::after {
        content:"";
        position:absolute;
        right: 36px;
        top:-12px;
        width: 0; 
        height: 0; 
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 15px solid #fff;
        box-shadow: 0px 50px 35px rgba(0, 0, 0, 0.1);
    }
    .header-search > .sub-menu li {
        position:relative;
        margin: 2px 0;
        padding: 0;
    }
    .header-search > .sub-menu li > a {
        display:block;
        padding: 7px 10px;
        position:relative;
        text-align: left;
        background-color:#fff;
        font-size: 1rem;
        border: 0;
        border-radius: 6px;
    }
    .header-search > .sub-menu li:hover > a, 
    .header-search > .sub-menu li:hover > a:hover {
        background-color:rgba(117, 224, 119, 0.09);
        color: #c13952;
    }
    .header-search:hover > a {
        background-color: #c13952;
        color: #fff;
    }

    .header-search .searchform {
        display:flex;
        position: relative;
        background-color:#fff;
        width:100%;
        padding:8px 0;
    }
    .header-search .searchform .searchsubmit {
        position: absolute;
        z-index: 2;
        height: 40px;
        width: 40px;
        right: 0px;
        top:50%;
        font-size: 1rem;
        background: #c13952;
        color:#fff;
        cursor: pointer;
        box-shadow: none;
        outline: none;
        padding: 0;
        margin: 0;
        border:0;
        border-radius: 0 6px 6px 0;
        -webkit-appearance: none;
        transform: translateY(-50%);
    }
    .header-search .searchform .searchsubmit:hover {
        background: #9d4455
    }
    .header-search .searchform .searchreset {
        display:none;
        position: absolute;
        z-index: 2;
        height: 40px;
        width: 40px;
        right: 44px;
        top:50%;
        font-size: 24px;
        font-weight: 400;
        color:red;
        background: transparent;
        cursor: pointer;
        box-shadow: none;
        outline: none;
        padding: 0;
        margin: 0;
        border:0;
        -webkit-appearance: none;
        font-family: monospace, monospace;
        transform: translateY(-50%);
    }
    .header-search .searchform input[type="text"].searchfield {
        border-radius: 6px;
        width: 100%;
        height: 40px;
        border: 0;
        padding: 5px 55px 5px 20px;
        font-weight: 400;
        font-size: 1rem;
        color: #333333;
        background: rgba(237, 237, 237, 0.4);
    }
    .header-search .searchform input[type="text"].searchfield:focus {
        border: 0;
        box-shadow: none;
        outline: none;
    }

    .header-search:hover > .sub-menu, .header-search.focus > .sub-menu {
        display:block;
    }

}

@media only screen and (max-width: 1440px) and (min-width: 1300px) {
    #masthead .navbar-nav > li.menu-item-has-children:not(.megamenu2) .sub-menu {
        width: 400px;
    }
    #masthead .navbar-nav > li.menu-item-has-children:not(.megamenu2) > .sub-menu > li > .sub-menu {
        width:280px;
    }
}
@media only screen and (max-width: 1300px) and (min-width: 1200px) {
    #masthead .navbar-nav > li.menu-item-has-children:not(.megamenu2) .sub-menu {
        width: 360px;
    }
    #masthead .navbar-nav > li.menu-item-has-children:not(.megamenu2) > .sub-menu > li > .sub-menu {
        width:245px;
    }
}


@media only screen and (max-width: 1200px) {

    .header-search {
        margin-bottom: 20px;
    }
    .header-search > a {
        display:none;
    }
    .header-search > .sub-menu {
        max-height: none !important;
    }
    .header-search .header-search-form {
        width: 320px;
        max-width:calc(100% - 30px);
        margin: 0 auto;
    }
    .header-search .searchform {
        display:flex;
        position: relative;
        background-color:#fff;
        width:100%;
        padding:8px 0;
    }
    .header-search .searchform .searchsubmit {
        position: absolute;
        z-index: 2;
        height: 40px;
        width: 40px;
        right: 0px;
        top:50%;
        font-size: 1rem;
        background: #c13952;
        color:#fff;
        cursor: pointer;
        box-shadow: none;
        outline: none;
        padding: 0;
        margin: 0;
        border:0;
        border-radius: 0 6px 6px 0;
        -webkit-appearance: none;
        transform: translateY(-50%);
    }
    .header-search .searchform .searchsubmit:hover {
        background: #9d4455
    }
    .header-search .searchform input[type="text"].searchfield {
        border-radius: 6px;
        width: 100%;
        height: 40px;
        border: 0;
        padding: 5px 55px 5px 20px;
        font-weight: 400;
        font-size: 1rem;
        color: #333333;
        background: rgba(237, 237, 237, 0.4);
    }
    .header-search .searchform input[type="text"].searchfield:focus {
        border: 0;
        box-shadow: none;
        outline: none;
    }

    /* #masthead #logo {
        margin-right: 3rem;
    }
    #masthead #logo a {
        padding: 0px;
        padding-bottom: 10px;
    }
    #masthead .menu-headermenu-container {
        width: 100%;
    }
    #masthead #menu-headermenu {
        width: 100%;
        justify-content: space-evenly;
    }
    #masthead a {
        font-family: "Istok Web Bold";
        color: #555555;
        font-weight: normal;
        font-size: 1.2rem;
    }
    #masthead ul li::before {
        display: none;
    }
    #masthead #menu-headermenu li {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #masthead #menu-headermenu > li {
        height: 50px !important;
    }
    #masthead #menu-headermenu li a {
        position:relative;
    }
    #masthead #menu-headermenu > li > a:after {
        content:"";
        position:absolute;
        bottom:-3px;
        left:0;
        width:0px;
        height:2px;
        background-color: #C03853;
        transition: width 0.4s ease;
    }
    #masthead #menu-headermenu > li > a:hover:after {
        width:100%;
    }
    #masthead #menu-headermenu .apply.menu-item a:hover:after {
        width:0;
    }
    body:not(.page-template-landing) #masthead #menu-headermenu li.current-menu-item a, #masthead #menu-headermenu li.current-menu-parent a {
        color: #C03853;
    }
    #masthead #menu-headermenu .apply.menu-item a {
        color: #C03853;
        border: 1px solid #d5d5d5;
        padding: 10px 15px;
        border-radius: 5px;
    }
    #masthead #menu-headermenu .apply.menu-item a:hover {
        color: #fff;
        border-color: #C03853;
        background-color: #C03853;
    }
    #masthead #menu-headermenu .apply.menu-item a:before {
        content: "\f15c";
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
        margin-right: 5px;
    }
    #masthead #menu-headermenu .featured.menu-item a:after {
        width:0;
        display:none;
    }
    #masthead #menu-headermenu .featured.menu-item a {
        color: #C03853;
        border: 1px solid #d5d5d5;
        padding: 10px 15px;
        border-radius: 5px;
    }
    #masthead #menu-headermenu .featured.menu-item a:hover {
        color: #fff !important;
        border-color: #C03853;
        background-color: #C03853;
    }
    #masthead #larion-language-switcher {
        height: 51.8px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #masthead .larion_language_list ul {
        list-style: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0;
        margin: 0;
        margin-left: 1rem;
        width: 100%;
    }
    #masthead .larion_language_list ul li a {
        color: #C03853;
        text-transform: uppercase;
        border: 1px solid #d5d5d5;
        border-radius: 5px;
        font-size: 1.4rem;
        line-height: 2rem;
        padding: 9px 15px;
        display:block;
    }
    #masthead .larion_language_list ul li a:hover {
        color: #fff;
        border-color: #C03853;
        background-color: #C03853;
    }
    #masthead .sub-menu {
        display: none;
        z-index: 10;
    }
    #masthead .sub-menu:before {
        content: "";
        position: absolute;
        left: 20%;
        top: -40px;
        background-color: transparent;
        width: 60%;
        height: 40px;
    }
    #masthead .sub-menu:after {
        content: "";
        position: absolute;
        top: -3%;
        left: 46%;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 10px solid #c13952;
    }
    #masthead .sub-menu li {
        display: block !important;
        margin: 0px;
    }
    #masthead .sub-menu li:hover { 
        background-color: rgba(255,255,255,0.2);
    }
    #masthead .sub-menu li.current-menu-item a {
        background-color: rgba(255,255,255,0.4);
    }
    #masthead .sub-menu li a {
        display: block;
        padding: 10px 5px;
        color: white !important;
        font-size: 1rem;
        text-align: left;
    }
    #masthead .menu-item-has-children {
        position: relative;
    }
    #masthead .menu-item-has-children:hover .sub-menu {
        display: block;
        position: absolute;
        top: 0;
        margin-top: 76px;
        padding: 10px;
        background-color: #c13952;
        text-align: left;
        width: 175%;
        min-width: 250px;
        border-radius: 0 0 10px 10px;
    }
    #masthead #menu-headermenu.DigiMenu, #masthead #menu-headermenu.MunkaugyiMenu {
        justify-content: flex-start;
    }
    #masthead #menu-headermenu.DigiMenu li, #masthead #menu-headermenu.MunkaugyiMenu li {
        margin-right: 1rem;
    } */

}


/* ---------- CONTACT FORM 7 ---------- */

/* ---------- /CONTACT FORM 7 ---------- */



/* ---------- CAROUSEL ---------- */
.owl-dots {
    display: none;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
    margin-top: 1rem;
}
.owl-theme .owl-dots .owl-dot span {
    border: 1px solid #c13952;
    border-radius: 0;
    background-color: transparent;
    width: 14px;
    height: 14px;
    transition: all 0.3s;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #c13952;
    border-radius: 0;
    box-shadow: 1px 1px 0px white inset, -1px -1px 0px white inset;
}
/* ---------- /CAROUSEL ---------- */



/* ---------- SELECT2 ---------- */
#larion-jobs-search-second-col .select2-container {
  height: 100%;
  width: 75% !important;
}
.select2-container--default .select2-selection--single {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  margin-left: 1rem;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #c7c7c7;
	font-weight: 600;
    opacity: 0.8;
}
.select2-container--default .select2-selection--single:focus {
    outline: none;
}
/* ---------- /SELECT2 ---------- */



/* ---------- SERVICES ---------- */
.card .service-img {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}
.card .service-infographic {
    width: 100%;
    height: 200px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.larion-service-item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
    background-color: white;
    border: 1px solid #d5d5d5;
}
.larion-service-item .larion-service-image {
    width: 280px;
    height: 280px;
    max-width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    
}
.larion-service-item .larion-service-name {
    text-align: center;
    min-height: 57px;
    margin-top: 2rem;
}
.larion-service-item .larion-service-name a {
	display:inline-block;
	vertical-align: middle;
}
.larion-service-item .larion-service-content {
    text-align: center;
    height: 96px;
    overflow: hidden;
}
.larion-service-item .larion-service-link {
    width: 100%;
    margin-top: 1rem;
}
.larion-service-item .larion-service-link:hover {
	background-color: transparent;
	color: #c13952;
}
.owl-carousel .owl-stage-outer {
    z-index: 10;
}
.owl-carousel .owl-nav {
    position: absolute;
    display: flex;
    justify-content: space-between;
    margin: 0;
    left: -8%;
    width: 116%;
    top: 50%;
}
.vc-carousel.owl-carousel .owl-nav {
    width: 118%;
    left: -9%;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    background-color: #f2f2f2 !important;
    border-radius: 50% !important;
    height: 90px !important;
    width: 90px !important;
    font-size: 1.3rem;
    outline: none;
    transition: all 0.3s;
}
.owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover {
    color: white !important;
    background-color: #c13952 !important;
}
.larion_service_boxes_with_list .item ul li:nth-of-type(5),
.larion_service_boxes_with_list .item ul li:nth-of-type(6),
.larion_service_boxes_with_list .item ul li:nth-of-type(7),
.larion_service_boxes_with_list .item ul li:nth-of-type(8),
.larion_service_boxes_with_list .item ul li:nth-of-type(9),
.larion_service_boxes_with_list .item ul li:nth-of-type(10),
.larion_service_boxes_with_list .item ul li:nth-of-type(11),
.larion_service_boxes_with_list .item ul li:nth-of-type(12),
.larion_service_boxes_with_list .item ul li:nth-of-type(13),
.larion_service_boxes_with_list .item ul li:nth-of-type(14),
.larion_service_boxes_with_list .item ul li:nth-of-type(15) {
    display: none;
}
.larion_service_boxes .item .more-link span, .larion_service_boxes_with_list .item .more-link span {
    transition: all 0.3s;
}
.larion_service_boxes .item:hover .more-link span, .larion_service_boxes_with_list .item:hover .more-link span {
    color: white;
}
/* ---------- /SERVICES ---------- */



/* ---------- JOBS ---------- */
.single-jobs .city {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 600;
}
.single-jobs .city i {
    margin-right: 0.5rem;
    font-size: 1.7rem;
}
.single-jobs p.hero {
    font-size: 1.1rem;
}
.single-jobs .post-content {
    padding: 75px 0;
}
.single-jobs .post-content .container {
    border: 1px solid #dddddd;
}
.single-jobs .post-content .container h2 {
    padding-left: 3.5rem !important;
}
.larion-job-card-wrapper {
    padding: 10px 0;
}
.larion-job-card-wrapper .card {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    padding: 10px 20px;
    border: 2px solid #ca4f43;
    border-radius: 7px;
}
.larion-job-card-wrapper .card .larion-job-card-checkbox {
    width: 5%;
    text-align: center;
}
.larion-job-card-wrapper .card .larion-job-card-checkbox .larion-job-card-check {
    position: relative;
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid #555555;
    border-radius: 5px;
    margin-top: 0.5rem;
    cursor: pointer;
}
.larion-job-card-wrapper.active .card .larion-job-card-checkbox .larion-job-card-check {
    background-color: #c03853;
    border-color: #c03853;
}
.larion-job-card-wrapper.active .card .larion-job-card-checkbox .larion-job-card-check:before {
    content: "\f00c";
    color: white;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    left: 2px;
    top: 0;
    font-size: 12px;
}
.larion-job-card-wrapper .card .larion-job-card-content {
    width: 75%;
}
.larion-job-card-wrapper .card .larion-job-card-content a {
    font-size: 1.5rem;
    font-weight: 500;
    position: relative;
}
.larion-job-card-wrapper .card .larion-job-card-content a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border: 1px solid gray;
}
.larion-job-card-wrapper .card .larion-job-card-content .larion-job-card-location {
    display: flex;
    align-items: center;
	margin-top:10px;
}
.larion-job-card-wrapper .card .larion-job-card-content .larion-job-card-location i {
    margin-right: 10px;
    font-size: 1.2rem;
}
.larion-job-card-wrapper .card .larion-job-card-content .larion-job-card-location .map-pin-image {
    margin-right: 10px;
}
.larion-job-card-wrapper .card .larion-job-card-content .larion-job-card-excerpt {
    margin-top: 10px;
    text-align: justify;
}
.larion-job-card-wrapper .card .larion-job-card-category {
    width: 20%;
    text-align: right;
}
.larion-job-card-wrapper .card .larion-job-card-category span {
    display: inline-block;
    color: white;
    font-family: "Istok Web Bold";
    font-weight: normal;
    background-color: #ca4f43;
    padding: 10px 25px;
    border-radius: 10px;
}
#terms-modal .modal-content {
    height: 90vh;
}
#terms-modal .modal-content > object {
    height: 100%;
}
/* ---------- /JOBS ---------- */



/* ---------- JOBS SEARCH ---------- */
#larion-jobs-search .larion-jobs-search-fields {
    /*overflow: hidden;*/
}
#larion-jobs-search .larion-jobs-search-fields > .row {
    border-radius: 5px;
	margin-left:0;
	margin-right:0;
}
#larion-jobs-search #larion-jobs-search-second-col:before {
    content: "";
    position: absolute;
    left: 0;
    border: 1px solid #d9d9d9;
    height: calc(100% + 16px);
}
#larion-jobs-search input#larion-jobs-search-text-input {
    height: 100%;
    width: 100%;
    border: none;
}
#larion-jobs-search input#larion-jobs-search-text-input::placeholder {
    font-weight: 600;
    color: #c7c7c7;
    opacity: 0.8;
}
#larion-jobs-search input#larion-jobs-search-text-input:focus {
    border: none;
    outline: none;
}
#larion-jobs-search .larion-jobs-search-fields i {
    margin: 0px 20px 0 10px;
    font-size: 130%;
}
#larion-jobs-search .map-pin-image {
    margin: 0px 20px 0 10px;
}
#larion-jobs-search #larion-jobs-search-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    font-size: 0.9rem;
    border: 2px solid #c13952;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    text-transform: uppercase;
    color: white;
    font-family: "Istok Web Bold";
    font-weight: 600;
    background-color: #c13952;
    transition: all 0.3s;
}
#larion-jobs-search #larion-jobs-search-button:hover {
    background-color: transparent;
    color: #c13952;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none;
}
.select2-container--default .select2-selection--multiple {
    border: none;
    color: #555555;
    font-weight: 600;
}
ul.select2-selection__rendered li:before {
    display: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: transparent;
    border: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    margin-bottom: 0px;
}
.select2-search__field {
    width: 100% !important;
}
.select2-container--default .select2-search--inline .select2-search__field::placeholder {
    font-weight: 600;
    color: #c7c7c7;
}
.select2-results__option[aria-selected] {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    padding: 10px;
    margin: 0 10px;
    border-bottom: 1px solid #d4d4d4;
}
.select2-results__option[aria-selected]:last-of-type {
    border-bottom: none;
}
.larion-jobs-type-fields {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 2rem;
}
.larion-jobs-type-fields .larion-jobs-search-type-card {
    padding: 10px 28px;
    margin: 0 5px;
    border: 1px solid white;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.2);
    color: white;
    font-size: 17px;
    font-family: "Istok Web Bold";
    font-weight: normal;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.3s;
}
.larion-jobs-type-fields .larion-jobs-search-type-card:hover {
    border-color: #c13952;
}
.larion-jobs-type-fields .larion-jobs-search-type-card.active {
    background-color: #c13952;
}
.larion-jobs-search-vc-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 15%;
    width: 90%;
}
.larion-jobs-search-vc-wrapper .larion-jobs-search-vc-image {
    height: 400px;
    width: 400px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: -240px;
    margin-top: 4%;
}
.larion-jobs-search-vc-wrapper #larion-jobs-search {
    width: 100%;
    z-index: 10;
}
#larion-jobs-list-more {
    display: inline-block;
    cursor: pointer;
}
#apply-for-jobs-footer {
    background-color: #c03853;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.5s;
}
#apply-for-jobs-footer.open {
    max-height: 500px;
}
#jobs-footer-check {
    border: 2px solid white;
    border-radius: 7px;
    padding: 1px 4px;
}
#jobs-footer-check i {
    font-size: 12px;
}
.overflow-enable {
    overflow: visible !important;
}
.select2-dropdown {
    box-shadow: 5px 10px 10px rgba(0,0,0,0.2), -5px 10px 10px rgba(0,0,0,0.2);
    border-radius: 0 0 10px 10px;
    border: none;
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 1000px;
    padding-bottom: 10px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #e9e9e9;
    color: #555555;
}
.select2-results__option[aria-selected]:before {
    display: none;
}
.larion-job-card-category span {
    cursor: pointer;
}
.larion-job-card-location span {
    cursor: pointer;
}
/* ---------- /JOBS SEARCH ---------- */



/* ---------- ABOUT US ---------- */
h4#cv-background {
    word-break: break-all;
}
/* ---------- /ABOUT US ---------- */



/* ---------- TEAM SECTION ---------- */
.team {
	position:relative;
}
.team > .vc_column-inner {
	position:relative;
	padding: 20px 20px 0 20px !important;
	border: 1px solid #ddd;
	background-color: #fff;
}
.team .vc_row {
	position: absolute;
	bottom: 142px;
	background-color: rgba(255,255,255,0.7);
	width: 100%;
	left:15px;
	max-height:0;
	overflow:hidden;
	transition: max-height 0.6s ease;
}
.team:hover .vc_row {
	max-height:100px;
}
.team .vc_row .wpb_wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}
.team .vc_row .vc_icon_element, .team .vc_row .wpb_text_column {
	margin-bottom:0;
}
.team .vc_row .wpb_text_column a {
	color: #9d4455;
}
.team .vc_row .vc_icon_element .vc_icon_element-icon::before {
	transition: color 0.3s ease;
}
.team .vc_row .vc_icon_element:hover .vc_icon_element-icon::before, .team .vc_row .wpb_text_column a:hover {
	color: #000 !important;
}
.vc_tta-panels .wpb_text_column {
    padding-left: 20px !important;
}
/* ---------- /TEAM SECTION ---------- */



/* ---------- CV UPLOAD FORM ---------- */
#cv-upload-form {
	border: 1px solid #E0E0E0;
}
.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-check a {
	color: #c13952;
	text-decoration: underline;
}
.form-group label, .form-check {
	font-weight:bold;
}
.form-group .form-control {
	height:56px;
}
.form-check-input {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	width:24px;
	height:24px;
	border: 1px solid #ced4da;
	border-radius:4px;
	background-color:#fff;	
	padding:4px !important;
	transition: all 0.4s ease;
	background-clip: content-box;
}
.form-check-input:checked {
	background-color: #c13952;
}
.form-check-label {
	padding-left: 20px;
}
#cv-upload-file-input {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
#cv-upload-file-input + label {
    font-weight: bold;
    background-color: #FAFAFA;
    display: inline-block;
	cursor: pointer;
	height:100%;
	width:100%;
	text-align:center;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	border: 1px dashed #555555;
	border-radius: 8px;
	padding-bottom: 40px;
}
#cv-upload-file-input + label span {
	font-weight:normal;
	color: #555555;
}
#cv-upload-file-input:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}
#cv-upload-file-input + label * {
	pointer-events: none;
}
.nova-figure {
	position:relative;
	margin-top:-150px;
}
/* ---------- /CV UPLOAD FORM ---------- */



/* ---------- MAP ---------- */
.full-height-map .wpb_wrapper { height:100%; }
.full-height-map .wpb_gmaps_widget { height:100%; }
.full-height-map .wpb_map_wraper { height:100%; }
.full-height-map iframe { width:100%; height:100%; }
.figura-kozepen {
	position:absolute;
	left:-160px;
	bottom:-100px;
}
/* ---------- /MAP ---------- */



/* ---------- CONTACT ---------- */
.contact-page-item > div > p {
	display: flex;
	justify-content: space-between;
	max-width: 380px;
}
/* ---------- /CONTACT ---------- */



/* ---------- ACCORDION ---------- */
.vc_tta-panel {
    position: relative;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
    border-radius: 10px;
    padding-bottom: 5px;
    overflow: hidden;
}
.vc_tta-panel:after {
    content: "";
    position: absolute;
    height: 5px;
    width: 110%;
    bottom: 0;
    background-color: #C03853;
}
.vc_tta-panel .vc_tta-panel-heading {
    background-color: white !important;
    border: none !important;
}
.vc_tta-panel .vc_tta-panel-heading a {
    color: #C03853 !important;
    padding-left: 20px !important;
	padding-right: 50px !important;							
}
.vc_tta-panel .vc_tta-panel-heading a i {
    left: unset !important;
    right: 3% !important;
}
.vc_tta-panel .vc_tta-panel-heading a i:before, .vc_tta-panel .vc_tta-panel-heading a i:after {
    border-color: #C03853 !important;
}
.vc_tta-panel .vc_tta-panel-body {
    background-color: white !important;
    border: none !important;
}
.vc_tta-panel .vc_tta-panel-body p {
    font-size: 15px;
}
.wpb-js-composer .vc_tta .vc_tta-panel .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    border: none !important;
    left: unset;
}
.wpb-js-composer .vc_tta .vc_tta-panel.vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus::before,
.wpb-js-composer .vc_tta .vc_tta-panel.larion_vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
    transform: rotate(-180deg) !important;
    top: -10px;
}
.wpb-js-composer .vc_tta .vc_tta-panel .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
    display: none;
    border-style: none !important;
    border-width: 0 !important;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
    padding: 0 !important;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body .wpb_text_column {
    padding: 14px 20px;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel {
    top: 0px !important;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body {
    /* height: 0 !important; */
    min-height: 0 !important;
    max-height: 0px !important;
    transition: all 0.2s !important;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel.larion_vc_active .vc_tta-panel-body {
    display: block !important;
    min-height: auto !important;
    max-height: 2600px !important;
    /* height: auto !important; */
}
/* ---------- /ACCORDION ---------- */



/* ---------- TRAINER BOX ---------- */
.larion-trainer-box-vc-wrapper .larion-trainer-box-image {
    height: 200px;
    width: 200px;
    background-size: cover;
    border-radius: 50%;
    flex-shrink: 0;
    background-position: center;
}
.larion-trainer-box-vc-wrapper .larion-trainer-box-trainer-title {
    font-family: "Istok Web Bold";
    margin-bottom: 1rem;
}
.larion-trainer-box-vc-wrapper .larion-trainer-box-title {
    font-family: "Istok Web Bold";
    color: #9D4455;
    font-size: 150%;
    margin-bottom: 1rem;
}
.larion-trainer-box-vc-wrapper .larion-trainer-box-content {
    font-size: 85%;
}
.larion-trainer-box-vc-wrapper .larion-trainer-box-content * {
    max-width: 100%;
	width:100%;
}
.vc_tta-panels .larion-trainer-box-vc-wrapper .col-md-7 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.vc_tta-panels .larion-trainer-box-vc-wrapper .larion-trainer-box-trainer-title, .vc_tta-panels .larion-trainer-box-vc-wrapper .larion-trainer-box-title {
    margin-bottom: 0.5rem;
}
.vc_tta-panels .larion-trainer-box-vc-wrapper .larion-trainer-box-image {
    height: 150px;
    width: 150px;
}
.larion-trainer-list .owl-dots {
  display: block;
}
.larion-trainer-list .owl-dots .owl-dot span {
  border-radius: 50%;
  box-shadow: none;
}
.larion-trainer-list .owl-dots .owl-dot.active span {
  border-radius: 50%;
  box-shadow: 0px 0px 0px white inset;
}
.larion-trainer-list .owl-dots .owl-dot:hover span {
  border-radius: 50%;
  box-shadow: 0px 0px 0px white inset;
}
.larion-trainer-list.owl-carousel .owl-nav {
  left: 0;
  width: 100%;
  top: 30%;
}
.larion-trainer-list.owl-carousel .owl-nav button.owl-prev, .larion-trainer-list.owl-carousel .owl-nav button.owl-next {
  background-color: transparent !important;
  z-index: 10;
}
.larion-trainer-list.owl-carousel .owl-nav .owl-prev:hover, .larion-trainer-list.owl-carousel .owl-nav .owl-next:hover {
  background-color: transparent !important;
  color: #c13952 !important;
}
/* ---------- /TRAINER BOX ---------- */



/* ---------- TRAINING FORM ---------- */
body.single-trainings .form-row > .col, .form-row > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}
.accordion-wrapper .row {
    max-width: 100%;
}
.accordion-wrapper label[for="birth-date"] + .row {
	margin-left: -6px;
}
.accordion-wrapper .card-header {
    padding: 0px;
    background-color: transparent;
}
.accordion-wrapper .card-header h5 span {
    position: relative;
    padding: 1rem 2rem;
    width: 100%;
    text-align: left;
    cursor: pointer;
    color: #c13952;
    font-family: "Istok Web Bold";
    font-size: 1.1rem;
    font-weight: 500;
}
.accordion-wrapper .card-header h5 span::after {
    content: "\f078";
    position: absolute;
    right: 2rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fd7e14;
    transition: all 0.2s;
}
.accordion-wrapper #headingZero.card-header h5 span::after {
	display:none;
}
.accordion-wrapper .card-header h5 span.collapsed::after {
    transform: rotate(90deg);
}
.accordion-wrapper .card-header h5 span:hover {
    text-decoration: none;
}
.accordion-wrapper .card {
    margin-bottom: 2rem;
}
.accordion-wrapper .card .card-body {
    padding: 2.5rem 1.25rem;
}
.single-trainings .form-row {
    margin-bottom: 2rem;
}
#larion-training-form-container #larion-training-form-wrapper {
    max-height: 0px;
    overflow: hidden;
    transition: all 2s cubic-bezier(0,1,0,1);
}
#larion-training-form-container.open {
    border: 1px solid #E0E0E0;
}
#larion-training-form-container.open #larion-training-form-wrapper {
    max-height: 5000px;
    transition: all 1s ease-in-out;
}
#larion-training-form .form-control {
    width: 95%;
}
#larion-training-form select.form-control {
    width: auto;
}
#larion-training-form select option[value=""]:first-of-type {
	font-size: 12px;
	color: rgba(73, 80, 87,0.4);
}
#larion-training-form select:invalid {
	font-size: 12px;
	color: rgba(73, 80, 87,0.4);
}
#larion-training-form select:invalid option {
	font-size: 1rem;
	color: rgb(73,80,87);
}
#larion-training-form select:invalid option[value=""]:first-of-type {
	font-size: 12px;
	color: rgba(73, 80, 87,0.4);
}
#larion-training-form .form-check-input {
    margin-top: 0;
}
#larion-training-form ::-webkit-input-placeholder { font-size:12px; }
#larion-training-form ::-moz-placeholder { font-size:12px; }
#larion-training-form :-ms-input-placeholder { font-size:12px; }
#larion-training-form :-moz-placeholder { font-size:12px; }
#larion-training-form-container #larion-training-form-details-wrapper {
    max-height: 0px;
    overflow: hidden;
    transition: all 2s cubic-bezier(0,1,0,1);
}
#larion-training-form-container #larion-training-form-details-wrapper.open {
    max-height: 2000px;
    transition: all 1s ease-in-out;
}
#larion-training-form-container #larion-training-form-loader {
    opacity: 0;
    transition: opacity 1s;
}
#larion-training-form-container #larion-training-form-loader.open {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.2);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
}
#larion-interested-form-container h3 {
    font-size: 1.3rem;
}
#larion-interested-form-container #larion-interested-form-wrapper {
    max-height: 0px;
    overflow: hidden;
    transition: all 2s cubic-bezier(0,1,0,1);
}
#larion-interested-form-container.open #larion-interested-form-wrapper {
    max-height: 2000px;
    transition: all 1s ease-in-out;
}
#larion-interested-form-container #larion-interestedinterested-form-loader {
    opacity: 0;
    transition: opacity 1s;
}
#larion-interested-form-container #larion-interested-form-loader.open {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.2);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
}
/* ---------- /TRAINING FORM ---------- */



/* ---------- EARLY BIRD ---------- */
.larion-early-bird-row {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  border: 1px solid #c9c9c9;
  background-position: center;
  overflow: hidden;
  min-height: 200px;
}
.early-bird-active .larion-early-bird-row {
  background-position: center 50px;
}
.larion-early-bird-header {
  display: none;
}
.early-bird-active .larion-early-bird-header {
  display: flex;
  align-items: center;
  position: relative;
  background-color: #C13852;
  width: 100%;
  font-size: 1.7rem;
  font-weight: 900;
  padding: 0.5rem;
  color: white;
  padding-left: 10rem;
  padding-bottom: 0.3rem;
  font-family: "Istok Web Bold";
}
.larion-early-bird-header i {
  font-size: 30%;
  margin: 0 10px 5px 10px;
}
.larion-early-bird-header .larion-early-bird-header-side {
  position: absolute;
  color: white;
  top: 0;
  right: 0;
  padding-left: 6rem;
  width: 42%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: 900;
  font-size: 1.5rem;
  background-color: #8C2739;
  -webkit-clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.larion-early-bird-header .larion-early-bird-header-side i {
  font-weight: 900;
  font-size: 1.8rem;
}
.larion-early-bird-countdown {
  font-size: 1.8rem;
}
.larion-early-bird-logo {
  position: absolute;
  bottom: 10px;
  left: 20px;
}
.early-bird-active .larion-early-bird-logo {
  bottom: 60px;
}
.larion-early-bird-title h2 {
  color: white;
  font-weight:bold;
}
.larion-early-bird-apply {
  background-color: #e56932;
  border-color: #e56932;
}
.larion-early-bird-apply:hover {
  color: #e56932;
  background-color: transparent;
}
.larion-early-bird-buttons {
  position: relative;
  z-index: 10;
}
.larion-early-bird-buttons > * {
  margin-top: 10px;
}
.larion-early-bird-buttons-inner {
	max-width:100%;
}
.larion-early-bird-date, .larion-early-bird-price {
  border-radius: 5px;
  padding: 0.7rem 1rem;
  color:#fff;
  font-size: 20px;
  background-color: rgba(130, 47, 59, 0.4);
}
.larion-early-bird-date {
	white-space: nowrap;
}
.larion-early-bird-price {
	flex:1;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.larion-early-bird-date span, .larion-early-bird-price span {
  font-size: 15px
}
.larion-early-bird-apply {
  font-size: 15px;
  padding: 0.7rem 2.5rem;
}
.larion-early-bird-footer {
  display: none;
}
.early-bird-active .larion-early-bird-footer {
  display: flex;
  font-size: 1.3rem;
  font-family: "Istok Web Bold";
  background-color: #8C2739;
  width: 100%;
  justify-content: center;
  align-items: center;
  color: white;
  
}
.larion-early-bird-footer strong {
  font-size: 1.5rem;
}
/* ---------- /EARLY BIRD ---------- */



/* ---------- EARLY BIRD CTA ---------- */
.larion-early-bird-cta-row {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  border: 1px solid #c9c9c9;
  overflow: hidden;
}
.early-bird-cta-item.early-bird-cta-active .larion-early-bird-cta-row {
  background-position: center -1000%;
}
.early-bird-cta-item:not(.early-bird-cta-active) .larion-early-bird-cta-row .larion-early-bird-cta-price {
  margin-top: 0px;
}
.larion-early-bird-cta-logo {
  position: absolute;
  bottom: 10px;
  left: 15px;
}
.larion-early-bird-cta-buttons {
	position: relative;
	z-index: 10;
	min-height: 260px;
	width:100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.larion-early-bird-cta-buttons > * {
  margin-top: 10px;
}
.larion-early-bird-cta-date, .larion-early-bird-cta-location-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0.7rem 1rem;
  width: 100%;
}
.larion-early-bird-cta-price {
  background-color: rgba(130, 47, 59, 0.25);
  color:#fff;
  border-radius: 15px;
  text-align:left;
  padding: 0.7rem 450px 0.7rem 2rem;
  min-width:800px;
}
.larion-early-bird-cta-price + .larion-early-bird-cta-price {
	margin-top:15px !important;
}
/* .larion-early-bird-cta-date {
  display: none;
} */
.early-bird-cta-item.early-bird-cta-active .larion-early-bird-cta-date {
  display: flex;
}
.larion-early-bird-cta-price span {
  font-size: 14px;
}
.larion-early-bird-cta-price strong {
	letter-spacing: 1px;
}
.larion-early-bird-cta-discount {
  display: none;
}
.early-bird-cta-item.early-bird-cta-active .larion-early-bird-cta-discount {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.larion-early-bird-cta-apply {
  font-size: 15px;
  padding: 0.7rem 2.5rem;
}
.larion-early-bird-cta-header {
  display: none;
}
.early-bird-cta-item.early-bird-cta-active .larion-early-bird-cta-header {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 1.7rem;
  font-weight: 900;
  padding: 0.5rem;
  background-color: #8C2739;
  color: white;
  padding-left: 10rem;
  padding-bottom: 0.3rem;
  font-family: "Istok Web Bold";
  display: flex;
  align-items: center;
}
.larion-early-bird-cta-header i {
  font-size: 30%;
  margin: 0 10px 5px 10px;
}
.larion-early-bird-cta-side {
  position: absolute;
  color: white;
  top: 0;
  right: 0;
  padding-left: 6rem;
  width: 42%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: 900;
  font-size: 1.5rem;
  z-index: 10;
  background: #C13852;
  background: -moz-linear-gradient(45deg,  #C13852 0%, #EA6932 100%);
  background: -webkit-linear-gradient(45deg,  #C13852 0%, #EA6932 100%);
  background: linear-gradient(45deg,  #C13852 0%, #EA6932 100%);
  -webkit-clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.larion-early-bird-cta-side .larion-early-bird-cta-discount > div > i {
  font-size: 2.5rem;
}
.larion-early-bird-cta-side .larion-early-bird-cta-discount > div > .larion-early-bird-cta-countdown {
  font-size: 2rem;
}
.larion-early-bird-cta-side .larion-early-bird-cta-discount .larion-early-bird-cta-discount-price {
  font-size: 2rem;
}
.larion-early-bird-cta-side hr {
  width: 50%;
  border: 1px solid white;
}
.larion-early-bird-cta-location-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.larion-early-bird-location-wrapper strong {
  font-size: 2rem;
}
.early-bird-cta-item.early-bird-cta-active .larion-early-bird-location-wrapper {
  display: none;
}
/* ---------- /EARLY BIRD CTA ---------- */



/* ---------- BLOG ---------- */
.page-template-blog #hero {
    padding-bottom: 60px;
}
#blog-search-form .blog-search-fields i {
    margin: 0px 20px 0 10px;
    font-size: 130%;
}
#blog-search-form input#blog-search-text-input {
    height: 100%;
    width: 100%;
    border: none;
}
#blog-search-form input#blog-search-text-input::placeholder {
    color: #b7b7b7;
    font-weight: 600;
    opacity: 1;
}
#blog-search-form #blog-search-button {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 0;
  font-family: "Istok Web Bold";
	font-size: 0.9rem;
	border: 2px solid #c13952;
	border-radius: 5px;
	height: 100%;
	width: 100%;
	text-transform: uppercase;
	color: white;
	font-weight: 600;
	background-color: #c13952;
	transition: all 0.3s;
}
#blog-search-form #blog-search-button:hover {
	background-color: transparent;
	color: #c13952;
}
#blog-search-form #blog-type-fields > span {
    color: #b7b7b7;
    font-weight: 600;
    font-size: 80%;
}
#blog-search-form #blog-type-fields .blog-search-type-card {
    margin-right: 0.5rem;
    margin-bottom: 1rem;
}
#larion-blog-list-more {
    display: inline-block;
    cursor: pointer;
}
/* ---------- BLOG ---------- */



/* ---------- FOOTER ---------- */
footer {
    background-color: #9d4455;
    color: white;
}
footer h2 {
    color: white;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 2rem;
}
footer a {
    color: white;
}
/* ---------- /FOOTER ---------- */


/* ---------- SEARCH PAGE ---------- */
.search-content {
	padding-bottom: 110px;
	padding-top: 70px;
}
.search-content .search-top {
    margin-bottom:40px;
}
.search-content .search-top > * {
    display:inline-block;
    font-size: 26px;
}
.search-content h2 {
    color: #555555;
    font-size: 26px;
}
.search-content .search-top .search-text {
    color: #C03853;
    margin: 0;
    font-style:italic;
}
.search-content .search-item {
    position:relative;
    background-color: #fff;
    padding:40px 40px 30px;
    border-radius:4px;
    margin-bottom:20px;
    box-shadow: 0px 3px 30px rgba(0,0,0,0.1);
}
.search-content .search-item .post-type {
    border-top:1px solid #EDEDED;
    margin-top: 20px;
    padding-top:20px;
}
.search-content .search-item .post-type i {
    margin-right:5px;
}
.search-content .nova-button-2:hover {
    background-color: #C03853;
    color:#fff;
    border-color: #C03853;
}
.search-content .nova-button-3:hover {
    background-color:#fff;
    color:#C03853;
    border-color: #fff;
}

.search-content .search-cta {
    height:120px;
    background-color: #C03853;
    color:#fff;
    border-radius:7px;
    box-shadow: 0px 3px 30px rgba(0,0,0,0.1);
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding: 40px 70px 40px 50px;
    margin-top:70px;
}
.search-content .search-cta h2 {
    color:#fff;
    margin-top: 0;
    margin-bottom:0;
}
.search-content .search-bottom-btn {
    width:620px;
    max-width:100%;
    margin: 0 auto;
    padding-top: 40px;
    margin-top: 60px;
    border-top:1px solid #EDEDED;
    text-align:center;
}
.search-page-no-result-div {
	text-align:center;
	word-wrap: break-word;
}
.search-page-no-result-div .form-control {
    height:100%;
    border-radius: .25rem 0 0 .25rem;
}
.search-page-no-result-div .search-bottom-btn {
    display:flex;
    align-items:center;
    justify-content: center;
    gap: 30px;
    padding:0;
    border:0;
    margin-top:30px;
}
.search-page-no-result-div .search-bottom-btn a {
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    margin: 20px 0;
    font-size: 1rem;
    padding: 1rem 2rem;
}
.page-search-filter {
	padding:15px;
	width:870px;
	max-width:100%;
	box-shadow: 0px 3px 30px rgba(0,0,0,0.1);
	margin:35px auto;
	border-radius: 6px;
	background-color: #fff;
}
.page-search-filter .page-search-form {
    position:relative;
    display:flex;
    flex-wrap: wrap;
}
.page-search-filter .page-search-form i {
    position:absolute;
    z-index:1;
    left:20px;
    top:50%;
    transform: translateY(-50%);
}
.page-search-filter .page-search-form input[type="text"] {
    padding-left: 50px;
}
.page-search-filter .page-search-form input[type="submit"] {
    font-size:1rem;
    padding: 1rem 2rem;
    flex-shrink:0;
    border-radius: 0 4px 4px 0;
}
.page-search-filter .page-search-form input[type="reset"] {
    border-radius: 0 4px 4px 0;
    height: 100%;
}
.page-search-filter .page-search-form select {
    padding-left: 50px;		
}
.page-search-filter .page-search-form .form-field {
    position:relative;
    flex-grow:1;
    width:300px;
}
.no-search-results {
	text-align:center;
	width: 100%;
	padding: 60px 0;
	text-transform: uppercase;
}
.search-results-list {
	position:relative;
}
.search-content .loader-gif {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color: rgba(255,255,255,0.4);
    z-index: 10;
}
.search-content .loader-gif img {
    position:absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%); 
    max-width:100%;
    max-height:100%;
    width:auto;
    height:auto;
}


/* ---------- RESPONSIVE ---------- */

@media only screen and (max-width: 1199px) {
	#hamburger-menu-button {
        padding: 5px 10px;
        border: 1px solid rgba(0,0,0,.1);
    }
    #hamburger-menu-button div {
        position: relative;
        opacity: 1;
        right: 0;
        top: 0;
        width: 30px;
        height: 3px;
        background-color: black;
        margin: 6px 0;
        transition: all linear 0.2s;
        -webkit-animation-name: hamburger-menu-button-shadow; /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 3s; /* Safari 4.0 - 8.0 */
        -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
        animation-name: hamburger-menu-button-shadow;
        animation-duration: 3s;
		animation-iteration-count: infinite;
    }
    /* .page-template-landing #hamburger-menu-button div {
        background-color: white;
    } */
    #hamburger-menu-button.open div:nth-of-type(1) {
        top: 9px;
        -ms-transform: rotate(-45deg); /* IE 9 */
        -webkit-transform: rotate(-45deg); /* Safari 3-8 */
        transform: rotate(-45deg);
    }
    #hamburger-menu-button.open div:nth-of-type(2) {
        right: -30px;
        opacity: 0;
    }
    #hamburger-menu-button.open div:nth-of-type(3) {
        top: -9px;
        -ms-transform: rotate(45deg); /* IE 9 */
        -webkit-transform: rotate(45deg); /* Safari 3-8 */
        transform: rotate(45deg);
    }
    .navbar-toggler {
        padding: 0px;
        border: none;
    }
    .navbar-toggler:focus, .navbar-toggler:hover {
        outline: none;
    }
    .page-template-landing #masthead {
        margin-top: 0;
    }
    #masthead nav.navbar {
        justify-content: space-around !important;
        flex-direction: row !important;
    }
    #masthead #logo, #masthead #logo a {
        margin: 0px;
    }
    #masthead #menu-headermenu > li {
        height: unset !important;
    }
    #masthead #menu-headermenu li a {
        color: #555 !important;
    }
    body.page-template-landing #masthead #menu-headermenu li a {
    }
    body.page-template-landing #hamburger-menu-button {
        border: 1px solid #d5d5d5;
    }
    #masthead #menu-headermenu .menu-item-has-children:after {
        content: "\f078";
		font-family: "Font Awesome 5 Free";
        position: absolute;
        top: 0px;
        right: 0rem;
        font-weight: 900;
        font-size: 1.3rem;
        padding: 0 10px;
        cursor: pointer;
    }
    body:not(.page-template-landing) #masthead #menu-headermenu .menu-item-has-children::after {
        color: #555;
    }
    #masthead .sub-menu {
        display: block;
        max-height: 0px;
        overflow: hidden;
        z-index: 10;
        padding: 0;
        transition: all 0.3s;
    }
    #masthead .sub-menu.active {
        max-height: 1000px;
    }
    #masthead .sub-menu:before {
        display: none;
    }
    #masthead .sub-menu:after {
        display: none;
    }
    #masthead .sub-menu li {
        display: block !important;
        margin: 0px;
    }
    #masthead .sub-menu li a {
        display: block;
        padding: 10px 5px;
        color: #555555;
        font-size: 1rem;
        text-align: center;
    }
    body:not(.page-template-landing) #masthead .sub-menu li a {
        color: #555555 !important;
    }
    body:not(.page-template-landing):not(.home) #masthead #menu-headermenu li.current-menu-item > a, body:not(.page-template-landing):not(.home) #masthead #menu-headermenu li.current-menu-parent > a {
        color: #C03853 !important;
    }
    #masthead .menu-item-has-children {
        position: relative;
        flex-direction: column;
    }
    #masthead .menu-item-has-children:hover .sub-menu {
        display: block;
        position: static;
        top: auto;
        margin-top: 0;
        padding: 0px;
        background-color: transparent;
        text-align: center;
        width: auto;
        border-radius: 0;
    }
    .page-template-landing #navbarSupportedContent {
        padding: 10px;
    }
	#masthead #menu-headermenu .featured.menu-item {
		margin-top:20px;
        margin-bottom:20px;
	}
	#masthead .larion_language_list ul {
        margin: 0;
    }
    #masthead .larion_language_list ul li a {
        color: #333;
        text-transform: uppercase;
        font-weight:700;
    }
    body.home #masthead #menu-headermenu > li > a {
        padding: 3px 10px;
        display:block;
    }
    #masthead .navbar-nav > li.menu-item-has-children:not(.megamenu2) > .sub-menu > li > a img, #masthead .navbar-nav > li.menu-item-has-children:not(.megamenu2) > .sub-menu > li > a svg {
        display:none;
    }
    #masthead .navbar-nav > li.menu-item-has-children:not(.megamenu2) > .sub-menu > li > a > span:nth-child(2) > span:nth-child(2) {
        display:none;
    }
	#larion-language-switcher-mobile {
		margin-left: auto;
		margin-right: 20px;
	}
	#larion-language-switcher-mobile .larion_language_list ul li {
		margin-bottom:0;
	}
	#larion-language-switcher-mobile .larion_language_list ul li a {
		line-height: 1;
		padding: 10px;
	}
    .academy-header-image {
        display: none;
    }
    #hero-breadcrumb {
        display: none;
    }
    .background-cover-on-mobile {
        background-size: cover !important;
        background-position: center !important;
    }
	.larion-early-bird-cta-price {
		min-width: 1px;
		padding-right:380px;
	}

    .search-content {
        padding-top: 30px;
    }
    .search-content .search-item {
        padding: 20px;
    }
    .search-content .search-item .post-link a {
        width:60px
    }
    .search-content h2 {
        font-size: 18px;
    }
    .search-content .search-item .post-type {
        font-size:16px;
    }
    .search-content .search-cta {
		height:auto;
		flex-wrap:wrap;
		padding: 20px 15px;
    }
    .search-content .search-cta > div  {
        width:100%;
        text-align:center;
    }
    .search-content .search-cta .nova-button-3 {
        display:inline-block;
        margin-top: 15px;
        font-size:0.8rem;
        padding:1rem;
    }

}


@media only screen and (max-width: 991px) {
	body #main > .container.training-container, body #main .vc_row.training-container {
		padding: 30px;
	}
	.early-bird-active .larion-early-bird-header {
		padding: 0;
		flex-wrap: wrap;
		justify-content: center;
		flex-direction: column;
	}
	.early-bird-active .larion-early-bird-header i {
		padding: 10px 0;
	}
	.larion-early-bird-header .larion-early-bird-header-side {
		position: relative;
		width: 100%;
		padding: 0;
		-webkit-clip-path: none;
		clip-path: none;
		height: unset;
	}
	.larion-early-bird-logo {
		display: none;
	}
	.early-bird-cta-item:not(.early-bird-cta-active) .larion-early-bird-cta-row {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.larion-early-bird-cta-price {
		text-align:center;
	}
	.larion-early-bird-cta-side {
		position: relative;
		width: 100%;
		-webkit-clip-path: none;
		clip-path: none;
		padding: 20px 0;
	}
	.larion-early-bird-cta-logo {
		display: none;
	}
	.early-bird-cta-item.early-bird-cta-active .larion-early-bird-cta-row {
		padding: 0 !important;
	}
	.early-bird-cta-item.early-bird-cta-active .larion-early-bird-cta-header {
		position: relative;
		padding: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.larion-early-bird-vc-wrapper {
		text-align: center;
	}
	.larion-early-bird-cta-price {
		padding-right:2rem;
	}
	.larion-early-bird-cta-buttons {
		min-height: 160px;
		padding: 30px 0;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media only screen and (max-width: 768px) {
    h2 {
      font-size: 27px;
    }
    .nova-button-1 {
        font-size: 0.8rem;
        padding: 1rem;
    }
    .nova-button-1-small {
        padding: 3px 8px;
    }
    .nova-button-2 {
        font-size: 0.8rem;
        padding: 1rem;
    }
    .nova-button-2-small {
        padding: 3px 8px;
    }
    
    .page-template-landing .larion-jobs-search-vc-wrapper #larion-jobs-search {
        z-index: 0;
    }
    .page-template-landing .larion-jobs-search-vc-wrapper {
        left: 0;
        width: 100%;
    }
    .margin-x-mobile-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .padding-y-mobile-15 {
        padding-top: 15rem !important;
        padding-bottom: 15rem !important;
    }
    .padding-y-mobile-5 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
    .larion-jobs-type-fields .larion-jobs-search-type-card {
        margin: 5px;
    }
    .larion-job-card-wrapper .card {
        flex-wrap: wrap;
		justify-content: center;
    }
    .wpb_text_column {
        padding-left: 0px !important;
    }
    .single-jobs .post-content .container h2 {
        padding-left: 0 !important;
    }
    ul {
        padding-left: 0px;
    }
    ul li::before {
        position: absolute;
        margin-left: -2em;
    }
    .vc_custom_1588760697239 {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }
    .vc_custom_1589392182647 .vc_col-sm-2 {
        display: none;
    }
    .vc_custom_1589297940056 {
        padding-bottom: 0px !important;
		margin-top:40px !important;
		margin-bottom:40px !important;
    }
    .nova-figure {
        display: none !important;
    }
    h1 {
        font-size: 1.8rem;
		margin-bottom: -15px !important;
    }
    #larion-jobs-search #larion-jobs-search-second-col:before {
        display: none;
    }
    .select2-results__option:before {
        display: none;
    }
    .larion-jobs-search-vc-wrapper .larion-jobs-search-vc-image {
        display: none;
    }
    #larion-jobs-search .larion-jobs-search-fields > div {
        background-color: transparent !important;
    }
    #larion-jobs-search .larion-jobs-search-fields #larion-jobs-search-first-col {
        background-color: white;
        padding: 9.5px 0 !important;
        border-radius: 5px;
    }
    #larion-jobs-search .larion-jobs-search-fields > div #larion-jobs-search-second-col > div > div:first-of-type {
        background-color: white;
        margin: 1rem 0;
        padding: 5px 0;
        border-radius: 5px;
    }
    #apply-for-jobs-footer {
        position: fixed;
        width: 100%;
        bottom: 0;
        z-index: 9;
    }
    .larion-job-card-wrapper .card .larion-job-card-checkbox {
        order: 2;
        width: auto;
		margin: 0 10px;
    }
    .larion-job-card-wrapper .larion-job-card-content {
        order: 1;
        width: 100% !important;
    }
    .larion-job-card-wrapper .larion-job-card-content .larion-job-card-excerpt {
        margin-bottom: 20px;
    }
    .larion-job-card-wrapper .larion-job-card-content .larion-job-card-location img {
        margin-right: 0px !important;
    }
	.larion-job-card-wrapper .larion-job-card-content .larion-job-card-location > span::after {
		content:"|";
		margin: 0 10px;
	}
    .larion-job-card-wrapper .larion-job-card-content .larion-job-card-location .larion-job-card-category-mobile {
        color: white;
        font-weight: 700;
        background-color: #ca4f43;
        padding: 2px 5px;
        border-radius: 3px;
        font-size: 10px;
    }
    .larion-job-card-wrapper .card .larion-job-card-checkbox .larion-job-card-check {
        margin-top: 0px;
        margin-top: 0px;
        width: auto;
        height: auto;
        border: none;
    }
    .larion-job-card-wrapper.active .card .larion-job-card-checkbox .larion-job-card-check {
        background-color: transparent;
        border-color: transparent;
    }
    .larion-job-card-wrapper.active .card .larion-job-card-checkbox .larion-job-card-check:before {
        display: none;
    }
    .larion-job-card-wrapper.active .card .larion-job-card-checkbox .larion-job-card-check span:first-of-type {
        display: none !important;
    }
    .larion-job-card-wrapper.active .card .larion-job-card-checkbox .larion-job-card-check span:nth-of-type(2) {
        display: block !important;
    }
    .larion-job-card-wrapper .card .larion-job-card-details {
        order: 3;
        width: auto;
		margin: 0 10px;
    }
	.larion-job-card-wrapper .card .larion-job-card-details .nova-button-1-small:hover {
		background: #c13952;
		color: white;
	}
    .owl-dots {
        display: block;
    }
	.single-services .vc_row .wpb_text_column h2, .single-services .vc_row .wpb_text_column h3, .single-services .vc_row .wpb_text_column h4,
	.page-template-default .vc_row .wpb_text_column h2, .page-template-default .vc_row .wpb_text_column h3, .page-template-default .vc_row .wpb_text_column h4 {
		padding-left: 0;
	}
	.vc_row ul, .vc_row ol {
		padding-left: 2rem;
	}
	.full-height-map { padding-top: 0px !important; }
	.full-height-map .vc_column-inner { padding-top: 0px !important; }
	.full-height-map .wpb_wrapper { height:auto; }
	.full-height-map .wpb_gmaps_widget { height:auto; }
	.full-height-map .wpb_map_wraper { height:auto; }
	.full-height-map iframe { height: 300px; }
	.figura-kozepen {
		position:relative;
		left:0;
		bottom:0;
		margin-top: -150px;
	}
	.larion-service-item {
		padding: 1rem;
	}
	.larion-service-item .larion-service-image {
		width: 200px;
		height: 200px;
	}
	.larion-service-item .larion-service-name {
		margin-top: 1rem;
	}
	#larion-jobs-search .map-pin-image {
		margin: 0px 15px 0px 10px;
	}
	#larion-jobs-search .larion-jobs-search-fields i {
		margin: 0 15px 0 10px;
		width: 24px;
	}
	#larion-jobs-search-second-col .select2-container {
		width: calc(100% - 54px) !important;
	}
	#larion-jobs-search .select2-container .select2-selection--single .select2-selection__rendered {
		padding-left: 0;
	}
	#cv-upload-file-input + label h4 {
		font-size:1.2rem;
	}
	#cv-upload-file-input + label {
		padding-bottom: 10px;
		padding-top: 10px;
	}
  .padding-mobile-20, .padding-mobile-20 .vc_column-inner {
    padding: 20px !important;
  }
  .larion_service_boxes .item {
    width: 100%;
  }
  .larion_service_boxes_with_list .item {
    width: 100% !important;
  }
  body #main > .container.training-container, body #main .vc_row.training-container {
    padding: 30px;
  }
  #blog-type-fields span {
    width: 100%;
  }
	.larion-trainer-list.owl-carousel .owl-nav {
		top:50px;
	}
	.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
		width: 20px !important;
	}
	.vc_tta-panel .vc_tta-panel-heading a {
		padding-right: 40px !important;
	}
	
	.accordion-wrapper .card .card-body {
		padding: 2.5rem 0.5rem;
	}
	#collapseZero .card-body {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
	#collapseZero .max-widt-95 {
		max-width:100%;
	}
	#larion-training-form .form-control {
		width: 100%;
	}
	.wpcf7-list-item {
		margin-left:0;
	}
	.modal .wpcf7-submit.nova-button-1 {
		margin:0 auto;
		display:block;
	}
}
@media only screen and (max-width: 480px) {
	#larion-jobs-search input#larion-jobs-search-text-input::placeholder {
		font-size: 14px;
	}
	#larion-jobs-search .select2-container--default .select2-selection--single .select2-selection__placeholder {
		font-size:14px;
	}
	.larion-early-bird-cta-price del + span + strong {
		display:block;
	}
}
@media only screen and (min-width: 768px) {
}
/* --- TABET --- */
@media (min-width: 720px) and (max-width: 960px) {
}

/* ---------- /RESPONSIVE ---------- */