/*
 * In2Souk - Classified Portal
 *  
 *
 * Website: https://in2souk.com
 * Web Design: Ideafist
 *
*
*
 * *
 */

/* Your custom CSS here... */

.intro.only-search-bar {
  display: none;
}
.btn-listing {
  font-family: Arial;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  text-align: center;
  color: #fff !important;
  background-image: none;
  background-repeat: repeat-x;
  background-color: #ec5a13;
  border: 1px solid #ec5a13;
  border-radius: 6px;
  box-shadow: 0 1px 1px 0 #aaa;
  line-height: 17px;
  padding: 12px 20px 12px;
}
.navbar.navbar-site {
    border-bottom-color: #fff;
    background: #fff !important;
}
.btn-listing.active, .btn-listing.active:focus, .btn-listing:active, .btn-listing:active:focus, .btn-listing:focus, .btn-listing:hover, .open .dropdown-toggle.btn-listing, .show > .btn-listing.dropdown-toggle {
    color: #333;
    background-color: #ff6a22;
    border-color: #f9661f;
    background-image: none;
}
.social-media .facebook {
    color: #ec5a13!important;
}
.social-media .x-twitter {
    color: #ec5a13 !important;
}
.social-media .instagram {
    color: #ec5a13 !important;
}
.social-media .linkedin {
    color: #ec5a13 !important;
}

.footer-content {
    border-bottom: 1px solid rgba(0,0,0,.1);
    border-top: 1px solid rgba(0,0,0,.1);
    font-size: 14px;
    padding: 40px 0;
    color: #fff;
    background: #0e1532;
}
.footer-title {
    color: #fff;
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    font-size: 15px;
}
.footer-nav li a {
    color: #fff;
    font-size: 12px;
}
.footer-nav li a:not(.btn):focus, .footer-nav li a:not(.btn):hover {
    color: #df5410;
    opacity: 1;
}
.error-page h1 {
  font-family: Verdana;
  font-weight: 800;
  padding-bottom: 60px;
}