/* Enter Your Custom CSS Here */

media="all"
a, a:hover, a:focus, a:active, a:visited {
  color: #BB0000;
}

ul.nav > li.current_page_item.current > a:before {
  background:#BB0000;
}

.navbar-inverse .navbar-nav>li.current>a,
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
  color: #BB0000;
}

.red-btn {
  background: #FFF2BD;
}

.green-btn {
  background: #FFE26E;
}

.red-btn:hover,
.green-btn:hover {
  background: #FFD321;
}

.red-btn, .green-btn, .blue-btn, .yellow-btn {
  color: #333 !important;
}

.header-content-wrap .buttons a.red-btn {
  background: transparent;
  cursor: default;
  color: #FFFFFF !important;
  margin-top: 0;
  font-size: 1.3em;
}

.header-content-wrap .buttons {
  margin-top: 0;
}

.focus-box p {
  text-align: left;
}

/***************************** START POSTS *****************************/

.entry-header {
  margin-bottom: 40px;
}

.entry-title {
  font-size: 36px;
  line-height: 40px;
}

.entry-title:before {
  background: #3ab0e2;
}

.entry-content p {
  line-height: 24px;
}

.entry-footer {
  margin-top: 20px;
}

.wp-caption {
  border: solid 2px #ECECEC;
}

.wp-caption .wp-caption-text {
  font-size: 13px;
  background: #ECECEC;
  padding: 3px 8px;
  margin-bottom: 0;
}

/***************************** END POSTS *****************************/

.testimonial {
  background: #948C75;
}

#client-feedbacks .feedback-box {
  width: 45%;
}

/***************************** START EXPERIENCE (OUR TEAM) *****************************/

.focus-box .service-icon {
  width: 180px;
  height: 180px;
}

.focus-box:nth-child(4n+1) .service-icon:hover,
.focus-box:nth-child(4n+2) .service-icon:hover,
.focus-box:nth-child(4n+3) .service-icon:hover,
.focus-box:nth-child(4n+4) .service-icon:hover {
  border: 10px solid #ececec;
}

.focus-box:nth-child(4n+1) .red-border-bottom:before,
.focus-box:nth-child(4n+2) .red-border-bottom:before,
.focus-box:nth-child(4n+3) .red-border-bottom:before,
.focus-box:nth-child(4n+4) .red-border-bottom:before {
  background: #3ab0e2;
}

.our-team .row > div:nth-child(4n+1) .red-border-bottom:before,
.our-team .row > div:nth-child(4n+2) .red-border-bottom:before,
.our-team .row > div:nth-child(4n+3) .red-border-bottom:before,
.our-team .row > div:nth-child(4n+4) .red-border-bottom:before {
  background: #3ab0e2;
}

/***************************** END EXPERIENCE (OUR TEAM) *****************************/

/***************************** START PORTFOLIO *****************************/

#carousel-homepage-latestnews .item .latestnews-box:nth-child(4n+1) .latestnews-title a:before,
#carousel-homepage-latestnews .item .latestnews-box:nth-child(4n+2) .latestnews-title a:before,
#carousel-homepage-latestnews .item .latestnews-box:nth-child(4n+3) .latestnews-title a:before,
#carousel-homepage-latestnews .item .latestnews-box:nth-child(4n+4) .latestnews-title a:before {
  background: #3ab0e2;
}


/***************************** END PORTFOLIO *****************************/


/***************************** START LATEST NEWS *****************************/

#carousel-homepage-latestnews .carousel-inner .item .latestnews-title a {
  color: #BB0000;
}
.latesnews-content p, .latesnews-content {
  text-align: left;
}

/***************************** END LATEST NEWS *****************************/

/* Contact Form */
.textarea-box {
  min-height: 350px;
}

.contact-us .success p {
 	background: #3ab0e2;
	margin-bottom: 1.5em;
}


/***************************** START FOOTER *****************************/
.company-details,
.copyright {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #272727;
}

.company-details {
  text-align: left;
  margin-top: 1.25em;
}

.copyright {
  text-align: right;
}

.social {
  margin: 0 !important;
}

/***************************** END FOOTER *****************************/


/* Hide Posted On */

.entry-meta {
  display: none;
  }

/***************************** START MEDIA QUERIES *****************************/


@media (max-width: 992px) {
  #client-feedbacks .feedback-box {
    width: 100%;
  }
}

@media (max-width: 360px) {
	a.navbar-brand {
  padding: 0;
}

/*	.menu-align-center .responsive-logo > a {
  		float: none;
	} */

	.header-content-wrap .buttons a.red-btn {
		margin: 0;
		font-size: 0.9em;
  		margin-top: -20px;
	}

	.header-content-wrap .buttons a.btn {
  		white-space: normal;
	}

	.navbar-brand > img {
		max-width: 200px;
  		margin-top: 15px;
	}
}

@media (max-width: 480px) {

	.header-content-wrap .buttons a.red-btn {
		margin: 0;
		font-size: 1em;
  		margin-top: -10px;
  		padding: 20px
	}

	.header-content-wrap .buttons a.btn {
  		white-space: normal;
	}
}

@media (max-width: 767px) {
	.header-content-wrap .buttons a.btn {
  		white-space: normal;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.col-sm-3 {
  		width: 50%;
	}
}