/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/*
    Add your custom styles here

    */
.form_filter .wrap_filter {
  display: flex;
  flex-wrap: wrap;
}
.form_filter .wrap_filter section:not(.slider) {
  flex-grow: 1;
}
.form_filter section {
  border-bottom: 1px solid #efecec;
  padding-bottom: 30px;
  flex-basis: 150px;
  padding-left: 30px;
}
.form_filter section h2 {
  font-size: 22px;
}
.form_filter section:last-child {
  border: 0;
}
.form_filter section .multi_checkboxes .filter_check {
  margin-bottom: 5px;
  position: relative;
}
.form_filter section .multi_checkboxes .filter_check input {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 1em;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.form_filter section .multi_checkboxes .filter_check input:checked ~ label {
  color: #c36a64 ;
}
.form_filter section .multi_checkboxes .filter_check input:checked ~ label::after {
  background-color: #c36a64 !important;
}
.form_filter section .multi_checkboxes .filter_check label {
  position: initial;
  margin: 0;
  min-width: calc(1em + 2px);
  padding-right: 30px;
  line-height: 1.5;
}
.form_filter section .multi_checkboxes .filter_check label::before {
  border-color: #c36a64  !important;
}
.form_filter section .multi_checkboxes .filter_check label::before,
.form_filter section .multi_checkboxes .filter_check label::after {
  content: '';
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  display: block;
  border-radius: 20%;
  box-sizing: border-box;
  border: 1px solid transparent;
  z-index: 0;
  position: absolute;
  right: 0;
  top: 6px;
  background-color: transparent;
}
.form_filter section .multi_checkboxes .filter_check label::after {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}
.toggle {
  display: block;
  position: relative;
  background: none;
  margin: 20px 0 0 0;
}
.toggle input[type="checkbox"] {
  opacity: 0 !important;
}
.toggle input[type="checkbox"] + label {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 3em;
  color: #000;
  cursor: pointer;
}
.toggle input[type="checkbox"] + label::before {
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: absolute;
  top: 0.25rem;
  right: 0;
  content: '';
  width: 2.25rem;
  height: 0.75rem;
  background-color: #767676;
  border-radius: 0.5rem;
}
.toggle input[type="checkbox"] + label::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  position: absolute;
  top: 0rem;
  right: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  content: '';
  font-size: 0.75em;
  background-color: #fff;
  border-radius: 500rem;
  border: 2px solid #767676;
}
.toggle input[type="checkbox"]:checked + label::before {
  background-color: #ce8681;
}
.toggle input[type="checkbox"]:checked + label::after {
  transform: translateX(1.5rem);
  border: 2px solid #ce8681;
}
.main_search .wrap_all {
  display: flex;
  flex-wrap: wrap;
}
.main_search .wrap_all button {
  outline: none;
}
.main_search .wrap_all button[name=type_post] {
  background-color: #E46E6E;
  border: 0;
  color: #fff;
  border-radius: 26px 26px 26px 26px;
  padding: 5px 55px;
  font-size: 18px;
  margin: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_search .wrap_all button[name=type_post]:hover,
.main_search .wrap_all button[name=type_post].active {
  background-color: #AF1F25;
}
.main_search .wrap_all .wrap_select {
  background-color: #9E9E9E;
  flex: 1 1 auto;
  border-radius: 34px;
  overflow: hidden;
  display: flex;
}
.main_search .wrap_all .wrap_select .select2-container--default {
  width: calc(100% - 120px) !important;
}
.main_search .wrap_all .wrap_select .select2-container--default .select2-selection--single {
  height: 47px;
  background-color: transparent;
  border: 0;
  outline: none;
}
.main_search .wrap_all .wrap_select .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 100%;
  display: flex;
  padding-right: 20px;
  align-items: center;
  color: #fff;
  font-size: 18px;
}
.main_search .wrap_all .wrap_select .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: flex;
  height: 100%;
}
.main_search .wrap_all .wrap_select .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
}
.main_search .wrap_all .wrap_select button {
  padding-left: calc(50px / 3);
  padding-right: calc(50px / 3);
  border: 0;
  color: #fff;
  background-color: #54595f;
  border-radius: 0;
  width: 120px;
}
.main_search .wrap_all .wrap_select button:hover {
  background-color: #54595f;
}
.main_search .wrap_a_btn {
  margin: 35px 0 20px;
  text-align: center;
}
.main_search .wrap_a_btn a {
  background-color: #f9f3ee;
  padding: 10px 40px;
  font-size: 20px;
  border: 1px solid;
  border-radius: 25px;
  font-weight: 500;
  color: #ed1c24;
}
.flex {
  display: flex;
}
.bar_archive {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.show_mobile {
  font-size: 20px;
  font-weight: 500;
}
.show_mobile .show_my {
  cursor: pointer;
}
.show_mobile .show_my i {
  color: #EC1C24;
  font-size: 27px;
}
.show_mobile .phone {
  font-size: 25px;
  font-weight: 400;
  color: #6c6666;
  transition: 0.6s all;
  height: 0;
  opacity: 0;
}
.show_mobile .phone.show {
  height: auto;
  opacity: 1;
}
.show_mobile .phone.need {
  font-size: 20px;
  margin-top: 10px;
}
.show_mobile .phone.need a {
  font-weight: 500;
  color: #ed1c24;
}
ul.acf-checkbox-list li label {
  font-size: 17px;
  cursor: pointer;
}
body .acf-fields > .acf-tab-wrap {
  background: transparent;
}
body .acf-fields > .acf-tab-wrap .acf-tab-group {
  border-top: 0;
}
body .acfef-submit-buttons {
  margin: 20px 10px;
}
.elementor-widget-login .elementor-field-group a.elementor-lost-password {
  font-size: 18px;
  color: #b3b3b3;
}
.acfef-form .acf-label {
  color: #2b2929;
}
.acfef-form input[type=submit] {
  color: #F44336;
  border-color: #F44336;
  font-size: 1.3rem;
}
.acfef-form input[type=submit]:hover,
.acfef-form input[type=submit]:focus {
  background-color: #F44336;
  color: #fff;
}
body.home .select2-container--default .select2-results > .select2-results__options {
  background-color: #9E9E9E;
  color: #fff;
}
body.home .select2-search--dropdown {
  background-color: #9E9E9E;
  border-top-right-radius: 19px;
}
body.home .select2-container--default .select2-search--dropdown .select2-search__field {
  background-color: #9E9E9E;
  border: 0 !important;
  padding-right: 15px;
  color: #fff;
  font-weight: 400;
}
body.home span.select2-dropdown.select2-dropdown--below {
  border: 0;
  margin-right: 8px;
  position: relative;
  right: 0;
  top: -11px;
  border-radius: 25px;
}
body.home .select2-results__option {
  padding-right: 15px !important;
}
body.home .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #af1f25 !important;
}
body.home .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #c0b2b2 !important;
}
body.home .middle_header {
  padding: 0;
  height: 0;
}
.filter_button {
  margin-bottom: 50px;
}
.filter_button button.filter_btn {
  display: none;
}
.img_avatar {
  position: absolute !important;
  left: 0;
  top: -85px;
}
.acf-taxonomy-field h2 {
  font-size: 20px;
}
.acf-taxonomy-field .acf-checkbox-list > li {
  margin-bottom: 5px;
}
.acf-taxonomy-field .acf-checkbox-list > li.open {
  display: block;
}
.acf-taxonomy-field .acf-checkbox-list > li.open ul.children {
  display: block;
}
.acf-taxonomy-field .acf-checkbox-list > li label {
  font-weight: 600;
  display: block;
}
.acf-taxonomy-field .acf-checkbox-list ul.children {
  display: none;
  padding-right: 18px;
  padding-left: 0 !important;
}
.acf-taxonomy-field .acf-checkbox-list ul.children > li {
  margin-top: 7px;
}
.acf-taxonomy-field .acf-checkbox-list ul.children > li label {
  font-weight: normal;
}
.acf-taxonomy-field .categorychecklist-holder {
  max-height: 300px !important;
}
#job_serach .flex {
  flex-wrap: wrap;
  justify-content: space-between;
}
#job_serach span.select2-selection.select2-selection--single {
  padding: 6px;
  height: auto;
  outline: none;
}
#job_serach span.select2-selection__arrow {
  height: 40px !important;
}
#job_serach .wrap_inp {
  margin-left: 10px;
  margin-bottom: 10px;
  width: 45%;
}
#job_serach .wrap_inp:last-child {
  width: 100%;
}
#job_serach button {
  border-color: #ec1c24;
  color: #ec1c24;
  width: 200px;
  float: left;
}
#job_serach button:hover {
  background-color: #ec1c24;
  color: #fff;
}
@media screen and (max-width: 862px) {
  .main_search .wrap_all {
    justify-content: center;
  }
  .main_search .wrap_all > button[name=type_post] {
    margin-bottom: 20px;
  }
  .main_search .wrap_select {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .filter_button button {
    padding: 8px;
  }
  .filter_button button.filter_btn {
    display: inline;
  }
  #job_serach .flex .wrap_inp {
    width: 100%;
  }
  .form_filter {
    height: 0;
    opacity: 0;
  }
  .form_filter.open {
    height: auto;
    opacity: 1;
    box-shadow: 0px -1px 11px 5px #c5c0c0;
    padding: 20px;
  }
}
