/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */

a {
  text-decoration: none;
}
.company-category span:last-child .comma,
.job-location span:last-child .comma {
  display: none;
}

.job-listing-container {
  display: flex;
}

.single-job-posting {
  padding: 35px 30px;
  background: #fff;
  margin-bottom: 10px;
  width: 100%;
}

.job-c-image {
  /* flex-basis: 100px; */
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  border-radius: 3px;
  width: 75px;
}

.job-c-image h1 {
  color: #fff;
}

.job-c-details {
  margin-left: 20px;
}

.job-c-image img {
  max-width: 145px;
  height: auto;
}
.company-category span a {
  font-size: 13px;
  text-transform: uppercase;
  color: #c6753a;
}

.company-position h2 {
  font-size: 1.2rem;
  letter-spacing: 0;
  font-weight: 600;
  text-transform: capitalize;
}

.job-meta ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.job-meta ul li {
  display: inline-block;
  margin-right: 14px;
  margin-bottom: 0;
  font-size: 1rem;
  color: #6d6e6e;
  font-weight: normal;
}
.job-meta span {
  font-size: 16px;
  margin-right: 10px;
}

.job-meta span:last-child {
  margin-right: 0;
}
.job-listing-container {
  display: grid;
  grid-template-columns: auto;
}
.job-c-details {
  display: grid;
  align-items: center;
}
.footer-right img {
  max-width: 100px !important;
  height: auto;
  margin-left: 5px;
  margin-top: 7px;
}

.btn a,
a.btn {
  background: #c6753a;
  border-radius: 4px;
  display: block;
  color: #fff !important;
  padding: 10px 15px !important;
  transition: 0.4s;
}

li.btn a:hover,
a.btn:hover {
  background: #000;
}

a.btn {
  text-align: center;
}

.single-job-details-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 100px 0;
}

.single-job-details {
  flex-basis: 70%;
}

.single-job-widget {
  flex-basis: 30%;
  margin: 0 8px;
}

.single-job-details {
  padding: 40px;
  background: #fff;
  border-radius: 5px;
  margin: 0 8px;
}

.single-job-details h2 {
  font-size: 31px;
  font-weight: 600;
  line-height: 40px;
}

.single-job-details-wrapper .job-title p {
  font-weight: 400;
  text-transform: capitalize;
  line-height: 26px;
  margin: 10px 0 20px;
}

.single-job-dsc > h2 {
  margin: 20px 0;
  font-size: 22px;
  line-height: 28px;
}

.single-job-dsc p {
  line-height: 26px;
}

.single-job-dsc li::marker {
  color: #c6753a;
}

.single-job-widget-top,
.job-widget-overview {
  padding: 40px;
  background: #fff;
  border-radius: 5px;
}

.job-widget-overview h2 {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 20px;
}

.job-widget-overview ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.job-widget-overview .single-job-location h3 {
  font-size: 16px;
  line-height: 26px;
  text-transform: capitalize;
}

.job-widget-overview .single-job-location {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  margin-left: 55px;
}

.job-widget-overview ul li {
  margin-bottom: 15px;
}
.job-widget-overview .job-location {
  position: relative;
  padding-left: 15px;
}

.job-location:before {
  content: '\f041';
  position: absolute;
  left: -55px;
  font-family: 'fontAwesome';
  height: 55px;
  width: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 25px;
  background: #c6753a;
  border-radius: 3px;
  color: #fff;
  transition: 0.4s;
}

.single-job-icon .job-location:hover:before {
  background: #000;
}
.single-cat-icon .job-location:before {
  content: '\f0b1';
}

.single-salary-icon .job-location:before {
  content: '\f0d6';
}

.single-jobtype-icon .job-location:before {
  content: '\f2b5';
}

.job-widget-overview ul li:last-child {
  margin-bottom: 25px;
}

.about-desc p {
  margin-bottom: 10px !important;
}

.about-desc h2 {
  margin-bottom: 0 !important;
}

.page-title-area h1 {
  margin: 0 !important;
}

.pagination_area {
  text-align: center;
}
.apply-from-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

#show-job-form {
  display: none;
}

.apply-from-area {
  background-color: #fff;
  padding: 30px;
  max-height: 100vh;
  border-radius: 5px;
  box-sizing: border-box;
  z-index: 1000;
  max-width: 100%;
  min-width: 400px;
}

.job-apply-form .job-apply-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: -30px -30px 0;
  padding: 25px 40px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-transform: capitalize;
  background: #000;
  margin-bottom: 20px;
}

.form-group input {
  background: #f7f7f7;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  box-shadow: none;
  color: #787878;
  transition: all 0.5s;
  width: 100%;
  margin-bottom: 20px;
}

.job-apply-header h1 {
  color: #fff;
}

.job-apply-header a {
  color: #000;
  font-size: 22px;
  margin-left: 10px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  display: block;
  transition: 0.4s;
}

.job-apply-header a:hover {
  background: #c6753a;
  color: #fff;
}
.job-apply-form-two .apply-header {
  background: #000;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 20px;
}

.job-apply-form-two .apply-header h1 {
  color: #fff;
  text-transform: capitalize;
}

#primary-menu .btn {
  margin: 0 5px !important;
}

#primary-menu .btn-2 a {
  background: #000 !important;
}

#primary-menu .btn-2:hover a {
  background: #c6753a !important;
}

.read-more.btn a {
  display: inline-block;
  font-size: 14px;
  margin-top: 20px;
}

.read-more.btn a:hover {
  background: #000;
}
.section-container {
  max-width: 600px;
  margin: 0 auto;
}
.single-job-posting.active {
  background: #ededed;
}
.company-position a {
  font-size: 34px;
  line-height: 44px;
  padding: 9px 0;
  display: block;
}

.job-excerpts p {
  margin-top: 15px;
  font-size: 20px;
}
.new-job-listing h2.elementor-heading-title {
  max-width: 1200px !important;
  display: block;
  margin: 0 auto;
}
#mobile-menu .current-menu-item a {
  color: #fff !important;
}
.newsletter-form select,
#searchform select {
  -webkit-appearance: none;
  color: var(--global-palette5);
  border: 1px solid var(--global-gray-400);
  border-radius: 3px;
  padding: 0.4em 1.5em 0.4em 0.6em;
  max-width: 100%;
  box-shadow: 0px 0px 0px -7px rgb(0 0 0 / 0%);
}

.search-form-area {
  width: 70%;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 70px 0;
}
.search-results-container {
  padding: 80px 0 !important;
}

.search-result {
  margin-bottom: 20px;
}
.search-result .btn {
  display: inline-block;
}

.search-result ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 15px;
}

.search-result ul i.fa {
  min-width: 20px;
}
p.no-search {
  text-align: center;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 26px;
}

form#searchform input {
  display: block;
  margin: 0 auto;
  width: 100%;
}

form#searchform > input {
  margin-bottom: 10px;
}

form#searchform button {
  width: 100%;
}

.single-job-details .job-title h2 {
  margin-bottom: 15px;
  text-transform: capitalize;
}
.single-job-widget p {
  margin: 0;
}

.search-results-container .search-result h2 {
  text-transform: capitalize;
}

.search-results-container .search-result li,
.single-job-posting .job-c-details .job-meta span {
  text-transform: capitalize;
}

.wrapper-area .single-education-details * {
  color: #fff;
}

.wrapper-area .single-education-details h1 {
  text-transform: capitalize;
}

.wrapper-area .single-education-details {
  margin-bottom: 20px;
}

.wrapper-area {
  position: relative;
}

.wrapper-area:after {
  position: absolute;
  left: -50px;
  top: 0;
  width: 2px;
  content: '';
  height: 100%;
  background: #ccc;
}

.single-education-details {
  position: relative;
}

.single-education-details:before {
  content: '';
  position: absolute;
  left: -57px;
  height: 16px;
  top: 0;
  width: 16px;
  background: #ffab00;
  border-radius: 50%;
  z-index: 1;
  box-shadow: 0 0 0 8px rgba(255, 171, 0, 0.4);
  margin-top: 15px;
}

.job-excerpts ul {
  margin: 0;
  padding: 20px;
}
form .form-hidden-area {
  display: none !important;
}
.submit-cv-area a.job_formpopUp_close {
  display: none;
}

.item-is-stuck .site-header-row-container-inner {
  box-shadow: 0 0 20px 0px #ddd !important;
}

body.search-results .search-results-container {
  width: 60%;
  margin: 0 auto;
}

.elementor-widget .elementor-icon-list-item,
.elementor-widget .elementor-icon-list-item a {
  -webkit-box-align: self-start !important;
  -ms-flex-align: self-start !important;
  align-items: self-start !important;
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon {
  margin-top: 10px !important;
}

form#mc4wp-form-1 p {
  color: #fff;
}
