/* Search Form Area */
.search-form {
  padding-bottom: 30px;
  margin-top: 25px;
}

.category-30 .search-form {
  padding-bottom: 30px;
  margin-top: 0px;
}

.search-form h1 {
  font-size: 38px;
  color: #333;
  margin-bottom: 0;
  text-transform: uppercase;
}

.search-meta p {
  margin-bottom: 0;
}

.round-input-search {
	display: flex;
	align-items: center;
	padding: 5px;
	background-color: #fff;
	border: 3px solid rgba(0, 118, 168, 1);
	border-radius: 20px;
	margin-right: 25px;
}

@media (max-width:768px) {
	.round-input-search {
		margin-bottom: 20px;
	}
}

.round-input-search .form-control {
	border: none;
	box-shadow: none;
}

.round-input-search .btn {
	border-radius: 20px;
	background-color: rgba(0, 118, 168, 1);
	color: #fff;
}

/* Results Area */
.blog-success-results {
  margin: 0 auto 25px auto;
}

.search-results {
  margin: 25px auto;
}

.results-bar h1 {
  color: #0181b1;
}

.filter {
	padding: 5px;
	background-color: #fff;
	border: 3px solid rgba(0, 118, 168, 1);
}

.filter .form-control {
	box-shadow: none;
	border: none;
}

.button-all-projects {
	background-color: rgba(0, 118, 168, 1);
	margin-left: 10px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	color: #f7f7f7;
}

@media (max-width: 767px) {
  .button-all-projects {
    margin-top: 15px;
    margin-left: 0px;
  }
}

.button-all-projects:hover {
	background-color: #f7f7f7;
	border: 3px solid rgba(0, 118, 168, 1);
	margin-left: 10px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	color: rgba(0, 118, 168, 1);
}

.button-all-projects:hover {
	color: #333;
	text-decoration: none;
}

.btn-read-more {
  border-radius: 0;
  padding: 10px 40px;
  color: #fff !important;
  margin: 25px auto 45px;
}

/* Blog Area */

.blog-banner {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
  max-height: 250px;
}

/* .blog-card-col.span4:nth-child(3n+3) {
  clear: left;
} */

.blog-card {
  margin: 15px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.blog-card img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 250px;
}

.blog-card-box {
  position: relative;
}
.blog-card-box h4 {
  font-size: 20px;
  padding: 0 0 5px;
  background: rgba(0, 118, 168, 0.9);
  padding: 25px;
  margin-top: 0;
  margin-bottom: 0;
  bottom: 0px;
  left: 0;
  position: absolute;
  width: 100%;
}

.blog-card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 250px;
  padding: 15px 25px;
}

.blog-card-box h4 a {
  color: #f7f7f7;
}
#maincontent .blog-card-box h4 a:hover {
  color: #ffe4e6;
}

.blog-card-box .blog-card-top {
  display: block;
  margin-bottom: 15px;
  color: #444;
}

.author-meta {
  margin-left: 10px;
}

.blog-excerpt {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}

.blog-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-card-footer p {
  margin-bottom: 0;
}

.blog-card-footer .glyphicon.glyphicon-bullhorn {
  font-size: 80%;
  margin-right: 5px;
}

.popover-content a {
  margin-left: 5px !important;
}

.popover-content a {
  margin-left: 5px !important;
}

.blog-card-footer .fa-share-alt {
  color: #EF4B5D;
}

/* Non Blog/Success Results */

.project-update h4 {
  font-size: 20px;
}

.project-update h4 a:hover {
  text-decoration: none;
}

.project-update p {
  color: #444;
}

.project-update .span9 {
  padding: 15px 25px;
}

.buffer-vertical {
	padding: 20px 0;
}

.project-name-meta p {
  margin-bottom: 0;
}

.project-name-meta .glyphicon-bullhorn {
  font-size: 80%;
  margin-right: 5px;
}

@media (max-width: 767px) {
  body.search {
    margin-top: 50px;
  }
}

.view-projects-area {
  text-align: center;
}

.view-projects-area a {
  color: #fff;
}

.press-meta {
  font-size: 16px;
  font-color: gray;
}

/* Pagination Buttons */
.archive.category .page-nav a {
  background-color: #EF4B5D;
  padding: 10px 25px;
  color: #f7f7f7;
}
.archive.category #maincontent .page-nav a:hover {
  color: #f7f7f7;
}

#maincontent .project-update.span12 {
  background: #ffffff;
  margin-bottom: 20px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  display: flex;
  align-items: center;
}

#maincontent .project-update.span12 .span3.borderbox img {
  height: 175px !important;
  width: auto;
  object-fit: cover;
  object-position: center;
  margin: 0 auto;
}

@media(max-width: 767px) {
  #maincontent .project-update.span12 {
    flex-direction: column;
  }
}

#maincontent .project-update.span12:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
