/**
 * @file
 * Subtheme specific CSS.
 */
h1, h2, h3 {
	font-family: 'Alfa Slab One', Roboto, sans-serif !important;
	font-weight: 300 !important;
}

h2#block-bootstrap-barrio-subtheme-main-menu-menu {
	text-align: right;
	margin-right: 30px;
}

#header .navbar-brand {
	color: transparent;
}

#header ul.navbar-nav li a {
	color: #000;
	font-size: 24px;
	font-weight: bold;
	padding-right: 30px;
	text-transform: uppercase;
}

#header ul.navbar-nav li a:hover {
	color: #FF0007;
}

#block-social {
	border: none;
	float: right;
}

#block-social a.fab {
	text-decoration: none;

}

#block-social a.fab:hover {
	color: #FF0007;
}

.home-page-slider {
	max-height: 350px;
	width: 100%;
	position: relative;
	display: inline-block;
	background-position: center;
}

.home-page-slider-image {
	overflow-y: hidden;
	width: 100%;
}

.home-page-slider-overlay {
	position: absolute;
  	top: 50%;
  	left: 50%;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.3);
  	transform: translate(-50%, -50%);
  	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";
}

.home-page-slider a {
	text-align: center;
	display: block;
	padding: 20px;
	color: #FFF;
	text-decoration: none;
	font-size: 2.5em;
	font-weight: bold;
}

#block-views-block-latest-news-block-1 h2 {
	margin-left: 30px;
}

@media only screen and (max-width: 617px) {
	.home-page-slider a {
		text-align: center;
		display: block;
		padding: 5px;
		color: #FFF;
		text-decoration: none;
		font-size: 1em;
		font-weight: bold;
	}
	#navbar-main a.navbar-brand img {
		width: 100%;
	}
	#header ul.navbar-nav li a {
		text-align: center;
		border-top: 2px solid #888;
	}
	.home-page-slider-image {
		border-top: 2px solid #888;
	}
	.home-page-slider-image img {
		display: none;
	}
	h2#block-bootstrap-barrio-subtheme-main-menu-menu {
		text-align: center;
		margin-right: 0px;
		margin-top: 20px;
	}
	a.nav-link--::before {
		display: none !important;
	}
	#block-views-block-home-page-slider-block-1 {
		display: none;
	}
	#block-bootstrap-barrio-subtheme-page-title {
		text-align: center;
		margin: 0px auto;
	}
}

.feed-icons {
	display: none;
}

#page {
	overflow-x: hidden;
}

.view-categories h2 {
	font-size: 28px;
}

.view-categories .views-row {
	clear: both;
	display: block;
	font-size: 18px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #DDD;
	width: 100%;
}

.view-categories .views-row a {
	color: #000;
}

.view-categories .views-row i {
	color: #FF0007;
}

.view-portfolio .views-row {
	width: 100%;
}

.field--name-field-project-image,
.field--name-field-article-image {
	width: 100%;
	clear: both;
	height: auto;
}

.field--name-field-project-image img,
.field--name-field-article-image img {
	width: 100%;
	clear: both;
	height: auto;
}

.field--name-field-youtube {
	text-align: center;
}

.field--name-field-youtube iframe {
	margin: 0px auto;
}

#block-views-block-latest-news-block-1 {
	margin-left: -15px;
	margin-right: -15px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #DCDCDC;
}

.latest-news .row {
	margin-left: 15px;
	margin-right: 15px;
}

.views-slideshow-controls-bottom {
	display: none;
}

button.navbar-toggler {
	border: 2px solid #888;
	margin: 0px auto;
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#block-bootstrap-barrio-subtheme-page-title {
	padding-top: 15px;
}

.view-id-testimonials .col-md-12 img.review-stars {
	height: 24px !important;
	max-width: 100% !important;
}