.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;margin-top: 5px;
}
.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;margin-top: 5px;
}
.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 .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: 255px 0 255px 0;
    }
}
@media screen and (min-width:1900px) {
    .banner {
        padding: 350px 0 300px 0;
    }
}
@media screen and (min-width:2300px) {
    .banner {
        padding: 420px 0 370px 0;
    }
}
@media screen and (min-width:2700px) {
    .banner {
        padding: 500px 0 450px 0;
    }
}
@media screen and (min-width:3100px) {
    .banner {
        padding: 550px 0 500px 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; }

@media screen and (max-width:576px) {
    .banner.bg-holder {
        background-size: contain;
        background-position: inherit;
    }
    .banner .text-dark {
        font-size: 22px;
        width: 70%;
        margin-bottom: 70px;
    }
}

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;
	}
}
