@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://use.typekit.net/mgz0zvs.css");
@import url('https://fonts.cdnfonts.com/css/mono-sans');

.font-mono-sans {
  font-family: 'Mona Sans Condensed', sans-serif;
  font-weight: 700;
  font-style: normal;
}

.font-gimlet {
  font-family: 'Gimlet', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.new-button-group {
  width: 358px;
}

@media screen and (max-width: 768px) {
  .new-button-group {
    width: 100%;
  }
}

.blog-post .blog-post-details .blog-post-title {
  height: 95px;
}

.footer-link a .fab {
  background: #ff8a00;
  padding: 10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  line-height: 12px;
  text-align: center;
  color: #ffff;
}

.social-button span {

  background: #ff8a00;
  padding: 10px;
  width: 32px !important;
  height: 32px !important;
  border-radius: 50%;
  line-height: 12px;
  text-align: center;
  color: #ffff !important;
  margin-right: 10px;
  font-size: 16px;
}

.add-listing {
  display: flex;
}

.add-listing .nav-item {
  list-style: none;
}

.add-listing .nav-item a {
  color: #1b2326;
}

.add-listing .nav-item a img {
  width: 32px;
}

.add-listing #kayit-btn {
  list-style: none;
  background: #ff8a00;
  border-radius: 10px;
  height: 40px;
}

.add-listing #kayit-btn a {
  color: #ffffff;
}

.add-listing #kayit-btn .dropdown-item {
  color: #1b2326;
}

.add-listing #kayit-btn .dropdown-item:hover {
  color: #ff8a00;
}

.add-listing #flag {
  list-style: none;
  margin-top: 0px;
}

.banner .text-dark {
  font-size: 60px;
}

/* .banner .job-search-item {
  border-radius: 10px;
  background: #FFF;
  padding: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
} */

#homepage-tab {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


.job-search-item .form-control {
  height: auto;
  color: rgba(27, 35, 38, 0.50);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.job-search-item label {
  margin-bottom: 15px;
}

.header {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 500;
}

.header .navbar .dropdown-menu {
  padding: 10px;
  width: 100px;
  margin-left: -30px;
}

.banner .job-search-field .select2-container--default .select2-selection--single {
  height: auto;
  padding: 0;
  border: none
}

.banner .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: rgba(27, 35, 38, 0.50);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  border-bottom: 1px solid #eeeeee;
}

.banner .job-search-field .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px;
}

.btn.btn-lg {
  border-radius: 10px;
  margin-top: 6px;
}

.file-form #file-label {
  color: #001935;
}

/* @media screen and (min-width:1600px) {
  .banner {
    padding: 140px 0 0 0;
  }
}

@media screen and (min-width:1900px) {
  .banner {
    margin-top: 15px;
    padding: 35px 0;
  }
}

@media screen and (min-width:2300px) {
  .banner {
    margin-top: 15px;
    padding: 35px 0;
  }
}

@media screen and (min-width:2700px) {
  .banner {
    margin-top: 15px;
    padding: 35px 0;
  }
}

@media screen and (min-width:3100px) {
  .banner {
    margin-top: 15px;
    padding: 35px 0;
  }
} */

@media (max-width:1100px) {
  .btn.btn-lg {
    padding: 14px 15px;
  }

  .job-search-item label {
    font-size: 13px;
  }

  .header .navbar .dropdown-menu {
    margin-left: 0px;
  }
}

@media (max-width:1040px) {
  .job-search-item label {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .banner .text-dark {
    font-size: 40px;
  }

  .lead {
    font-size: 12px;
  }

  .btn.btn-lg {
    padding: 14px 17px;
  }

  .job-search-item .btn i {
    display: none;
  }
}

@media screen and (max-width:768px) {
  .banner .select2-container--default .select2-selection--single .select2-selection__rendered {
    margin-bottom: 15px;
  }
}

.modal-body .form-select:focus {
  border-color: #ff8a00;
  box-shadow: none;
}

.input-group {
  z-index: 999;
}

.banner-up-text {
  color: #fff;
  font-size: 48px;
  font-weight: 400;
  text-align: center;
}

.banner {
  background-position: right 100px top 16px;
}

@media screen and (min-width: 768px) {
  .job-search-field {
    margin-top: 50px;
  }

  .head-up {
    padding-top: 54px;
  }
}

/* not checked label */
.new-button-group input[type="radio"]+label {
  border: 2px solid transparent !important;
}

/* checked label */
.new-button-group input[type="radio"]:checked+label {
  border: 2px solid #faaf40 !important;
}

@media screen and (max-width:576px) {
  .banner.bg-holder {
    background-size: contain;
    background-position: inherit;
  }

  .banner .text-dark {
    font-size: 42px;
    width: 70%;
    /* margin-bottom: 70px; */
  }

  .banner-up-text {
    font-size: 28px;
  }
}

hr.divider {
  border-top: 2px solid #ff8a00;
}

#job-listing-buttons .wp-button .btn,
#job-listing-buttons .call-now-button .btn {
  width: 100%;
}

#job-listing-buttons .wp-button .btn {
  margin-top: 5px;
  background: #fff;
  color: #ff8a00;
}

.turuncu-ilanlar {
  border-bottom: 1px solid #ff8a00;
  display: block;
}

.turuncu-ilanlar h5 {
  color: #ff8a00;
}



.new-blog-area .blog-post {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.new-blog-area .blog-post-time {
  margin: 0px
}

.blog-post .blog-post-details {
  height: 210px
}

@media screen and (max-width: 1200px) {
  .blog-post .blog-post-details {
    height: 230px;
  }

  .blog-post .blog-post-details .blog-post-title {
    height: 120px;
  }
}


@media screen and (max-width: 768px) {
  .blog-post .blog-post-details {
    height: auto;
  }

  .blog-post .blog-post-image img {
    width: 100%;
    height: auto;
  }

  .blog-post .blog-post-details .blog-post-title {
    height: auto;
  }
}


.jobs-mobile-view {
  display: none;
}

@media screen and (max-width:991px) {
  .jobs-desktop-view {
    display: none;
  }

  .jobs-mobile-view {
    display: block;
  }
}