/*
Theme Name: Sinclair Engineering
Theme URI: http://sinclair-engineering.com
Version: 1.0
Description: Theme dedicated for sinclair engineering
Author: Team Helloari
Author URI: http://www.helloari.com
template: bb-theme
*/

/* Add your custom styles here... */ 

.fl-page-nav-right.fl-page-header-fixed .fl-logo-text, .fl-page-header-fixed .fl-logo-text {
	font-size: 20px;
}
body.page-template-page-temp-homepage .se-title h2 {
	font-size: 22px;
	text-align: center;
	margin-top: 10px;
}
body.page-template-page-temp-homepage .fl-post-content {
	border: 1px solid rgba(128,128,128,0.13);
}
body.page-template-page-temp-homepage .fl-post-content h2,
body.page-template-page-temp-homepage .fl-post-content p,
body.page-template-page-temp-homepage .fl-post-content .post-edit-link {
	padding: 0 10px;
}

/* Masonry Grid  */
.grid-item { width: 330px; margin-bottom: 10px; padding-left: 0px; padding-right: 5px; }
.grid-item--width2 { width: 500px; }

/* Project Single Layout */
.se-gallery {
	/*width: 70%;
	float: left;*/
}
.fl-content.se-project-single {
	/*width: 30%;
	float: left;*/
}
.single-project .fl-page-content {
	padding-top: 40px;
}
.se-all-projects {
	clear: both;
    padding-top: 50px;
}
.se_project_list {
	padding-left: 0;
	padding-right: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	width: calc(25% - 20px);
	border: 1px solid rgba(128,128,128,0.13);
}
.se_project_list h4 {
	text-align: center;
}
.se-gallery .project-image a {
	position: relative;
	display: inline-block;
}
.se-gallery .project-image > img {
	opacity: 0.8;
}
.se-gallery .project-image a:hover {
	opacity: 0.8;
}
.se-gallery .play-button {
	background: url(http://sinclair-engineering.com/wp-content/uploads/2019/03/youtube-play.png) no-repeat center;
	width: 100px;
	height: 100px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
  	transform: translate(-50%, -50%);
  	background-size: cover;
}