body {
  font-size: 16px;
  color: #666;
  font-family: 'Raleway', sans-serif;
  overflow-x: hidden;
  background: rgba(0,0,0,0.05);
}
html,body {
  height: 100%;
}
img {
  max-width: 100%;
}

/* Header */
.header {
  padding: 15px 0;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  background: #fff;
}
.header .logo {
  max-width: 150px;
}

.header .navbar-nav > li {
  margin-left: 30px;
}
.header .navbar-nav > li:first-child {
  margin-left: 0;
}
.header .navbar-nav > li > a.nav-link {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

/*  */
.main {
  background: #fff;
  padding: 40px 0;
}
.home-search {
  background: url(../images/banner.jpg) no-repeat center center;
  background-size: cover;
}
.home-search h4 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}
.home-search p {
  margin-bottom: 25px;
  color: #fff;
}
.home-search form input, .home-search form select {
  width: 50%;
  height: 60px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 15px 20px;
  margin-right: 1px;
}
.chosen-container-single .chosen-single {
  height: 60px;
  background: #fff;
  padding: 15px 0px 0px 20px;
  color: #666;
  font-size: 20px;
}
.chosen-container-single .chosen-single div {
  top: 15px;
}
.home-search .btn {
  background: #333;
  width: 150px;
  border-radius: 0;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.best-connections h3 {
  font-size: 30px;
  font-weight: 700;
  color: #333;
}
.best-connections .card-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.footer {
  background: rgba(0,0,0,0.5);
}
.footer h4 {
  color: #f9f9f9;
  font-weight: 700;
  font-size: 20px;
}
.footer li {
  margin-bottom: 5px;
  list-style-type: none;
}
.footer li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

/*  */
.sidebar h2 {
  font-size: 24px;
  font-weight: 700;
  color: #333;
}
.sidebar h4 {
  font-size: 16px;
  font-weight: 600;
}
.filter-box .list-group-item {
  border: none;
}

.right-search-area h4 {
  font-size: 28px;
  font-weight: 700;
  color: #333;
}
.right-search-area .dropdown-toggle {
  text-transform: uppercase;
  border-radius: 3px !important;
  background: #fafafa;
  color: #000;
}

@media (max-width: 991px) {
  #navbarNav {
    position: absolute;
    right: 0;
    background: #fff;
    width: 280px;
    top: 100%;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #ccc;
    z-index: 99;
  }
  .header .navbar-nav > li {
    margin: 0;
  }
}
.pagination {
  justify-content: center;
}


input:focus{
  outline: none;
}

form.customForm{
  margin-left:auto;
  margin-right:auto;
  padding:50px;
  background:whitesmoke;
  border-radius:5px;
  position:relative;
}

form.customForm > div {
  float:left;margin-bottom:30px;
}
form.customForm > div > p{
  font-size: 12px;margin-bottom: 3px;
}
form.customForm > div > input{
  font-size:12px;letter-spacing:1px;padding:  5px;border: 0;background:  whitesmoke;border-bottom: 1px solid silver;width: 100%;color: gray;
}

form.customForm > p:last-of-type{
  text-align: center;padding-top: 50px;display:  table;width: 100%;color:white;
}

form.customForm > p:last-of-type > a{
  cursor:pointer;border:0;
  padding: 10px 25px;
  background:  silver;
  border-radius:  28px;
  font-size: 12px; 
}

.term{
  padding-top:40px;display: flex;width:  100%;align-items:  center;
}

.term > i{
  cursor:pointer;width:20px;
}

.term > span{
  font-size:12px;
}

/* delete */
form.customForm > a:last-of-type{
  position:absolute;
  bottom: 10px;
  right: 15px;
  font-size:  10px;
  letter-spacing:  1px;
  font-style: italic;
}

.img-post {
  position: relative;
  overflow: hidden;
  max-height: 500px;
  margin-bottom: 30px;
}
.single_post .footer {
  padding: 0 30px 30px 30px;
}
.btn .btn-outline-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  width: 200px !important;
}
.post-readmore {
  width: 200px;
}
.post-date {
  color: #ccc;
  font-size: 12px;
}
.post-title {
  color: #242424;
}
.post-title:hover {
  color:#007f36;
  text-decoration: none;
}


ul.share-buttons{
  list-style: none;
  padding: 0;
}

ul.share-buttons li{
  display: inline;
}

ul.share-buttons .sr-only{
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.page-item.active .page-link {
  background-color: #007f36;
  border-color: #007f36;
}
.page-link, .page-link:hover {
  color: #007f36;
}
.imgContainer {
  max-width: 253px;
  max-height: 189px;
  overflow: hidden;
}

.imgContainer img {
  width: 100%;
  min-height: 100%;
}
.custom-card {
  max-height: 250px !important;
  overflow: hidden;
}