/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .portfolio-gallery {
 	list-style: none;
 	padding: 0;
 	margin: 0;
 }
 .portfolio-gallery li img {
 	width: 100%;
 }
 .single-portfolio h1.entry-title {
 	text-align: center;
 }

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	margin-bottom: 1em;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#masonry {
	width: 100% !important;
}

.adri-social {
	display: inline-block;
    text-align: left;
    width: 100%;
}
.adri-social a {
	border-bottom: 3px solid;
    text-decoration: none;
    margin-right: 1em;
}

.projects {
	width: 100%;
	background: #f6f8fa;
	padding: 2em 0;
}
.projects .grid-mid {
	overflow: hidden;
	max-height: 395px;
	background: #fff;
	margin-bottom: 1.5em;
	padding:0;
	color: #8f9aa7;
}

.projects .grid-mid .numbers {    
	font-size: 4.8rem;
    font-weight: bold;
    color: #efefef;
    position: relative;
}
.projects .grid-mid h1.entry-title {
	font-size: 22px;
}
.projects .grid-mid [class*='col-'] {
	padding: 0;
}
.projects .grid-mid .project-text {
	padding: 1em 3em;
}
.projects .grid-mid p {
	margin: 1em 0;
}
.projects a.alt-button {
	display: inline-block;
	padding: 1em 3em;
}
h2.section-title {
	text-align: center;
    margin-bottom: 2em;
    margin-top: 0;
    color: #000;
    text-transform: uppercase;
}
#blogs {
	width: 100%;
	background: #fff;
	padding: 3em 0;
}
@media all and (max-width: 420px) {
	.projects .grid-mid {
		max-height: none;
	}
	.site-branding h1, .site-branding h1 a {
		font-size: 16px;
	}
}