/*
Theme Name: BuildPro
Theme URI: http://smthemes.com/buildpro/
Author: The Smart Magazine Themes
Author URI: http://smthemes.com/
Description: Template by SMThemes.com
Version: 3.0
License: Creative Commons 3.0
Theme date: 02/09/2020
License URI: license.txt
Tags: black, green, dark, fixed-width, featured-images, custom-menu, translation-ready, threaded-comments, theme-options
*/

@import url(styles/font.css);
/* ========================================= GENERAL. ========================================= */
body {
	font-family:'open_sansregular';
	font-size:13px;
	background: url(images/top.jpg) top center no-repeat, #f8f8f8;
	color:#c2c1c1;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#202020;
	text-decoration:none;
}
a:hover {
	color:#ff3232;
}
.submit, .button, input[type="submit"] { 
	padding:10px 25px;
	line-height:27px;
	background:none;
	text-transform:uppercase;
	font-weight:bold;
	color:#ff3232;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background:none;
	color:#e61c1c;
}
input[type="text"], 
textarea, 
input[type="email"], 
input[type="password"], 
input[type="tel"], 
input[type="url"], 
input[type="search"], 
input[type="date"],
select { 
	border-color:#c2c1c1;
	border-radius:3px;
	color:#c2c1c1;
}
input[type="text"]:focus, 
textarea:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
select:focus { 
	color:#515151;
	border-color:#bdc0cb;
}
.accent {
	color:#202020;
	font-size:16px;
	font-family:'open_sanssemibold';
}
#comments .accent {}
.descent {
	color:#bcbcbc;
}

/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	background:none;
	color:#202020;
	font-size:16px;
	font-weight:bold;
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover {
	background:none;
	color:#ff3232;
}
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	background:none; 
	color:#ff3232;
}

/* ========================================= Theme Header. ========================================= */
.site-header .boxed-container.top {
}
.site-header .boxed-container.top + .boxed-container {
	height:120px;
	display:flex;
	align-items:center;
	justify-content:center;
}
#logo {
	height:90px;
	display:flex;
	align-items:flex-end;
	float:left;
	display:flex;
	align-items: flex-end;
	height: 90px;
	z-index:2;
	position:relative;
}
#logo img {
	max-height:100%;
}
.site_ttl {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	color: #fff;
    text-transform: none;
}
.headersearch {
	position:absolute;
	top:0;
	left:0;
	right:0;
	justify-content:center;
	z-index:1;
	float:right;
	display:flex;
	align-items: flex-end;
	height:90px;
}
@media screen and (max-width:1024px) {
	
	.site-header .boxed-container.top + .boxed-container {
		display:none;
	}
	.site-header .boxed-container.top * {
		align-items:center !important;
	}
}
@media screen and (max-width:600px) {
	.headersearch {
		position:relative;
		width:100%;
	}
	.headersearch .search-box,
	.search-form,
	.headersearch .search-box input[type="search"] {
		width:100%;
	}
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	padding-right: 40px;
	position: relative;
	border:  1px solid #bdc0cb;
	border-radius:  3px;
}
form .search-box input[type="search"] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #2e2e2e;
	background:none;
	border:none;
}
form .search-box input[type="submit"] {
	position: absolute;
	right: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	top: 0;	
	border:none;
	font-family:'FontAwesome';
}
.headersearch .search-box {padding-right:  0;border: none;}
.headersearch .search-box input[type="search"] {	
	border:1px solid #fff;
	padding-right: 40px;	
	opacity:0.15;
}
.headersearch .search-box:hover input[type="search"]:focus {	
	border:1px solid rgba(255,50,50,0.5);
	opacity:1;
	color:#fff;
	padding-right: 40px;	
}
.headersearch .search-box input[type="submit"] {
	color:  #fff;
	opacity:0.15;
}
.headersearch .search-box:hover input[type="submit"] {
	opacity:1;
}
.search-box input[type="search"]::-webkit-input-placeholder { color:#959698; }
.search-box input[type="search"]:-moz-placeholder { color:#959698; }
.search-box input[type="search"]::-moz-placeholder { color:#959698; }
.search-box input[type="search"]:-ms-input-placeholder { color:#959698;}
.search-box input[type="search"]:focus::-webkit-input-placeholder { color:#515151; }
.search-box input[type="search"]:focus:-moz-placeholder { color:#515151; }
.search-box input[type="search"]:focus::-moz-placeholder { color:#515151; }
.search-box input[type="search"]:focus:-ms-input-placeholder { color:#515151;}
.headersearch input[type="search"]::-webkit-input-placeholder { color:#fff; }
.headersearch input[type="search"]:-moz-placeholder { color:#fff; }
.headersearch input[type="search"]::-moz-placeholder { color:#fff; }
.headersearch input[type="search"]::-ms-input-placeholder { color:#fff; }
.headersearch input[type="search"]:focus::-webkit-input-placeholder { color:#fff; }
.headersearch input[type="search"]:focus:-moz-placeholder { color:#fff; }
.headersearch input[type="search"]:focus::-moz-placeholder { color:#fff; }
.headersearch input[type="search"]:focus:-ms-input-placeholder { color:#fff; }


/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		float:right;
		align-items:center;		
		display:flex;
		align-items:flex-end;
	}
	#extra-menu ul.nav-menu > li {		
		margin: 0 10px;
		padding:10px 0;
	}
	#extra-menu ul.nav-menu > li > a {
		color:#a1a1a1;
		padding: 10px 20px;
		font-size:15px;
		border-radius:3px;
		border:1px solid #a1a1a1;
		font-family: 'open_sanssemibold';
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#fff;
		border:1px solid rgba(255,255,255,0.2);
		background:rgba(255,255,255,0.2);
	}
	#extra-menu ul.nav-menu  > li ul {
		box-shadow:0 5px 8px rgba(0,0,0,0.5);
		background:#ff3232;
		border-radius:3px;
	}
	#extra-menu ul.nav-menu  > li ul li {
	}
	#extra-menu ul.nav-menu  > li ul li:hover {
	}
	#extra-menu ul.nav-menu  > li ul li a {
		color:#ffaeae;
		font-family:'open_sanssemibold';
		font-size:12px;
	}
	#extra-menu ul.nav-menu  > li ul li:hover > a {
		color:#fff;
	}
	
}
@media only screen and (min-width:1024px) {
	#menu-trigger {
		position:relative;
		z-index:3;
		width:55px;
		height:42px;
		border-radius:2px;
		cursor:pointer;
		background:url(images/menu.png) 50% no-repeat, #ff3232;
	}
	#menu-trigger:hover {
		background:url(images/menu.png) 50% no-repeat, #de2727;
	}
	#menu-trigger.active {		
		background:url(images/menu_close.png) 50% no-repeat, #161616;
	}
	#main-menu {
		float:right;
		display:flex;
		align-items: flex-end;
		height: 90px;
		position: relative;
	}
	#main-menu ul.nav-menu {
		display:none;
		border-radius:3px;
		padding-right:130px;
		background: #161616;
		position: absolute;
		right: 100%;
		top: 48px;
		margin-right:  15px;
		height:42px;
		min-width: 600px;
		z-index: 2;
		max-width: 1000px;
	}
	#main-menu ul.nav-menu > li {
		width: auto;
		display:  inline-block;
	}
	#main-menu ul.nav-menu > li ul {
		/* left:100%; */
		/* top:0; */
	}
	#main-menu ul.nav-menu > li > a {
		color:#454545;
		padding: 9px 20px;
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#fff;
	}
	#main-menu ul.nav-menu  > li ul {
		background:#ff3232;
		box-shadow:0 5px 8px rgba(0,0,0,0.5);
		border-radius:  3px;
		margin-top: 7px;
	}
	#main-menu ul.nav-menu  > li ul li a {
		color:#ffaeae;
		font-family:'open_sanssemibold';
		font-size:12px;
	}
	#main-menu ul.nav-menu  > li ul li:hover > a {
		color:#fff;
	}
}

@media only screen and (max-width:1023px) {
	#mobile-menu-trigger a {}
	#mobile-menu-trigger a:hover {}
}

/* .......................................................................... Slider .......................................................................... */
.slider-container {
	border-radius:3px;
	overflow:hidden;
	background:  #000;
}
.slider-bgr {
	position:absolute;
	width: 60%;
	height:100%;
	left:0;
	top:0;
	background: url(images/fp-back.png) right top  no-repeat;
}
.fp-slides {
	z-index:1;
}
.fp-content-wrap {
	width: 50%;
	right:  auto;
	top: auto;
	left: 50px;
	align-items: flex-end;
	bottom: 86px;
	height:  100%;
	box-sizing: border-box;
	padding: 0;
}
.fp-content {
	padding: 0;
}
.fp-title {
	color:#fff;
	font-size:26px;
	font-family:'open_sanssemibold';
	font-weight:normal;
}
.fp-description {
	opacity:0.6;
	color:#fff;
}
.fp-more {
	text-transform:none;
	color:#fff;
	float:none;
	border:1px solid rgba(255,255,255,0.5);
	padding:10px 25px;
	border-radius: 3px;
}
.fp-more:hover {
	color:#fff;
	border:1px solid rgba(255,255,255,0.3);
	background:rgba(255,255,255,0.3);
}
.fp-prev-next-wrap {
	display:none;
}
.fp-nav {
	position:absolute;
	bottom: 17px;
	left: 31px;
	right:auto;
	margin:0 auto;
	text-align:center;
	z-index:  99;
}
.fp-nav a {
	display:inline-block;
	width:40px;
	height:40px;
	background:url(images/pager.png) 50% no-repeat;
}
.fp-nav a:hover, .fp-nav a.activeSlide {
	background:url(images/pager-active.png) 50% no-repeat;	
}
@media screen and (max-width:640px) {
	.fp-content {
		display:none;
	}	
}


/* ========================================= CONTENT. ========================================= */
.site-content {
	margin:40px 0;
	background:  #fff;
}
.site-content #container {
	border:1px solid #ebebeb;
	border-radius:3px;
	padding:20px;
	box-sizing:border-box;
}
.page-title {
	
}
.entry-title {
	margin: 0 0 15px;
	padding-bottom:5px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size:16px;
	color:#202020;
	font-family:'open_sanssemibold';
	font-weight:normal;
	text-transform:none;
}
.entry-title a {
	color:#202020;
}
.entry-title a:hover { color:#ff3232;}
article {
	border-bottom:1px solid #ebebeb;
	padding:0 20px;
	margin:20px -20px 0;
}
article:last-child {
	border-bottom:0;
}
article:first-child {
	margin-top:0;
}
article .featured_image {
	vertical-align:bottom;
	margin:0 20px 15px 0;
	float:left;
	border-radius:3px;
}
@media screen and (max-width:1024px) {
	.site-content {
		padding:40px 0;
		background:  #fff;
	}
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	border-top:1px dotted #cecece;
	/* text-align:center; */
	color:#a8a8a8;
	font-size:13px;
	padding: 11px 0;
	margin: 15px 0 0 !important;
}
.entry-meta a {
	color:#a8a8a8;
}
.entry-meta a:hover {
	color:#202020;
}
.entry-meta a.button {
	color:#ff3232;
	float:  right;
	padding: 0;
}
.entry-meta a.button:hover {
	color:#e61c1c;
}
.entry-meta > span {
	padding-left: 20px;
	margin: 0 10px 0 0;
}
.entry-meta .post-date {
	background: url(images/date.png) left center no-repeat;
}
.entry-meta .post-comments {
	background: url(images/comments.png) left center no-repeat;
}
.entry-meta .post-author {
	background: url(images/author.png) left center no-repeat;
}
.entry-meta .post-date:hover {
	color:#202020;
	background: url(images/date-hover.png) left center no-repeat;
}
.entry-meta .post-comments:hover {
	background: url(images/comments-hover.png) left center no-repeat;
}
.entry-meta .post-author:hover {
	background: url(images/author-hover.png) left center no-repeat;
}
@media screen and (max-width:600px) {
	.entry-meta span:not(.button) {
		display:block;
		float:left;
		clear:left;
	}
}

/* ....................... Sidebar .................... */
.widget {
	line-height:24px;
}
.widget a {
	
}
.widget a:hover {
	
}
.sidebar { 
	color:#999; 
}
.sidebar .caption h4 {
	color: #202020;
	font-size: 16px;
	font-family: 'open_sanssemibold';
}
.widget img {
	border-radius:3px;
}
.widget ul {
	padding:0;
}
.widget ul li {
	position:relative;
	border:none;
	list-style-type: none;
}
.widget_recent_entries ul > li::after,
.widget_archive ul >  li::after,
.widget_meta ul>  li::after,
.widget_nav_menu ul > li::after,
.widget_pages ul > li::after,
.widget_categories ul > li::after {
	content:'';
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	z-index: 0;
	border-bottom:1px dotted #d0d0d0;
}
.widget_recent_entries ul li a,
.widget_archive ul li a,
.widget_meta ul li a,
.widget_nav_menu ul li a,
.widget_pages ul li a,
.widget_categories ul li a {
	color: #202020;
	text-decoration:none;
	padding: 10px 0;
	padding-right:10px;
	font-family:'open_sanssemibold';
	display:inline-block;
	font-size:  12px;
	background:  #fff;
	position:relative;
	z-index:1;
}
.widget_recent_entries a:hover,
.widget_archive ul li a:hover,
.widget_meta ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_pages ul li a:hover,
.widget_categories ul li a:hover {
	text-decoration:none;
	color:#ff4040
	;
}
.widget_smt_comments .comment_avatar img,
.widget_smt_posts img {
	float:left;
	margin:0 10px 10px 0;
}
.widget_smt_comments .comment_author {
	font-size:14px;
}
.widget_smt_comments a {
	text-decoration:none;
}
.widget_smt_posts .post-date {
	color: #ffbcbc;
	font-size:12px;
	padding: 3px 5px;
	border-radius:  3px;
	background:  #ff3232;
	display: inline-block;
	clear: right;
	text-align:  center;
	margin: 0 0 5px;
}
.widget_smt_posts .title {
	font-size:14px;
	font-family:  'open_sanssemibold';
}
.widget_smt_posts p {
	font-size:13px;
}
.widget_smt_posts ul li,
.widget_smt_comments ul li,
.widget_recent_comments ul li  { display:block;	padding:10px 0; }


/* ========================================= FOOTER. ========================================= */
footer {
	color:#c2c1c1;
	background-color:#141414;
	padding-top:  25px;
}
footer .widget a, footer a {
	color:#393939;
}
footer .widget a:hover, footer a:hover {
	color:#757575;
}
footer .footer_txt {
	padding:15px 0;
	border-top: 1px solid #2c2c2c;
}
footer .footer_txt a {
	text-decoration:none;
}
footer .widget .caption  h4 {
	color:#fff;
	font-size:16px;
	font-family:'open_sanssemibold';
	text-transform:none;
}
footer .widget_recent_entries ul li::after,
footer .widget_archive ul li::after,
footer .widget_meta ul li::after,
footer .widget_nav_menu ul li::after,
footer .widget_pages ul li::after,
footer .widget_categories ul li::after {
	display: none;
}
footer .widget_archive ul li a,
footer .widget_meta ul li a,
footer .widget_nav_menu ul li a,
footer .widget_pages ul li a,
footer .widget_categories ul li a {
	color:#393939;
	background: #141414;
}
footer .widget_archive ul li a:hover,
footer .widget_meta ul li a:hover,
footer .widget_nav_menu ul li a:hover,
footer .widget_pages ul li a:hover,
footer .widget_categories ul li a:hover {
	color:#757575;
}
footer .widget_smt_posts .post-date {}