/*
Theme Name: Evolvice
Theme URI: https://github.com/elementor/hello-theme/
Description: Evolvice Custom Theme
Author: Steven Jackson
Author URI: https://www.evolvice.de
Template: hello-elementor
Version: 1.0.1
Text Domain: evolvice
*/

html {
    scroll-behavior: smooth;
}



.relocation-footer{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.relocation-scenario{
    color: #222222; 
    padding: 15px 35px; 
    background-color: #f1f1f1; 
    border-radius: 45px; 
    font-size: 13px;
    cursor: pointer;
}


.relocation-scenario.active{
    color: white; 
    background-color: #f69031; 
    border-radius: 45px; 
    font-size: 13px;
}


.relocation-first-scenario p{
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}

.relocation-second-scenario p, .relocation-second-scenario ul li{
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}


.accordion {
    cursor: pointer;
    width: 100%;
    text-align: left;
    outline: none;
    transition: 0.4s;
    font-size: 20px;
    font-weight: 600;
  }
  
  .panel {
    padding: 0 18px;
    display: none;
    padding: 10px 0 20px 0;
}

.panel strong{
    color: #222;
    font-size: 18px;
    margin-bottom: 20px;
    display: block;
}

.panel p{
    color: #222;
    font-size: 16px;
    margin-bottom: 15px;
}

li.menu-item.wpml-ls-item a{
    gap: 5px !important;
}


.wpml-ls-last-item{
    /* 	display: none !important; */
    }

.job-search .form-inner-row input[type="submit"], .jobs-wrapper .job-meta span {
	background-color: var(--e-global-color-primary) !important;
    color: white !important;
}


/* Temporary Removal of Jobs filter until there are more jobs */
.loxo-spa-filters {
  display: none !important;
}

.rtl .loxo-job-footer-final {
   position: relative;
   bottom: 0;
   right: 0;
}


.loxo-sort-controls {
    display: flex
;
    align-items: center;
    gap: 10px;
    width: 20%;
}

.loxo-sort-controls label {
    font-size: 14px;
    color: #555;
    font-weight: 500;
    width: 70px;
}


body.rtl .loxo-job-excerpt, body.rtl .job-content{
    text-align: left !important;
}