/*
Theme Name: BizerPro
Theme URI: http://smthemes.com/bizerpro/
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: 06/20/2017
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:Arial;
	font-size:14px;
	background:#7d7d7d;
	color:#999999;
	font-family:'OpenSansRegular';
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#010101;
}
a:hover {
	color:#63aae6;
}
.submit, .button, input[type="submit"] { 
	border-radius:2px;
	padding:0 25px;
	line-height:27px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5c5c5c+0,1e1e1e+100 */
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8e8e8e+0,212121+100 */
background: #8e8e8e; /* Old browsers */
background: -moz-linear-gradient(top,  #8e8e8e 0%, #212121 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #8e8e8e 0%,#212121 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #8e8e8e 0%,#212121 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e8e8e', endColorstr='#212121',GradientType=0 ); /* IE6-9 */

	
	border:1px solid #3c3c3c;
	text-transform:uppercase;
	color:#fff;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background: #5c5c5c; /* Old browsers */
	background: -moz-linear-gradient(top,  #5c5c5c 0%, #1e1e1e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #5c5c5c 0%,#1e1e1e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #5c5c5c 0%,#1e1e1e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5c5c', endColorstr='#1e1e1e',GradientType=0 ); /* IE6-9 */
	color:#fff;
}
input[type="text"], 
textarea, 
input[type="email"], 
input[type="password"], 
input[type="tel"], 
input[type="url"], 
input[type="search"], 
input[type="date"],
select { 
	border-radius:5px;
	border-color:#dfdfdf;
	color:#929292;
}
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 { 
	border-color:#c0c0c0;
}
.accent {
	color:#28262b;
}
#comments .accent {}
.descent {
	color:#bcbcbc;
}

/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c4c4c4+0,7c7c7c+100 */
background: #c4c4c4; /* Old browsers */
background: -moz-linear-gradient(top,  #c4c4c4 0%, #7c7c7c 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #c4c4c4 0%,#7c7c7c 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #c4c4c4 0%,#7c7c7c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c4c4', endColorstr='#7c7c7c',GradientType=0 ); /* IE6-9 */

	border:1px solid #7c7c7c;
	color:#fff;
	border-radius:2px;
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover {
	background: #8e8e8e; /* Old browsers */
background: -moz-linear-gradient(top,  #8e8e8e 0%, #212121 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #8e8e8e 0%,#212121 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #8e8e8e 0%,#212121 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e8e8e', endColorstr='#212121',GradientType=0 ); /* IE6-9 */
border:1px solid #3c3c3c;
	color:#fff;
}
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	background: #8e8e8e; /* Old browsers */
background: -moz-linear-gradient(top,  #8e8e8e 0%, #212121 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #8e8e8e 0%,#212121 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #8e8e8e 0%,#212121 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e8e8e', endColorstr='#212121',GradientType=0 ); /* IE6-9 */
border:1px solid #3c3c3c;
	color:#fff;
}
#page {
	background:url(images/background.jpg) no-repeat;
	background-size:100%;
}
/* ========================================= Theme Header. ========================================= */

.topHeader {
	background:url(images/topHeader.png);
	border-bottom:1px solid #a9a9a9;
}
#logo {
	float:left;
	display:flex;
	align-items:center;
	height:100px;
}
#logo img {
	max-height:100%;
}
.site_ttl {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	color: #fff;
    text-transform: none;
}
.headersearch {
	float:right;
	display:flex;
	align-items:center;
	height:100px;
}
@media screen and (max-width:1024px) {
	.headersearch {	
		margin-right:40px;
	}
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	border:1px solid #555555;
	background:url(images/searchbg.png);
	padding-right: 40px;
	position: relative;
}
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"] {
	background:none;
	color:#c2c2c2;
	position: absolute;
	right: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	top: 0;	
	border:none;
	font-family:'FontAwesome';
}
.headersearch .search-box {
}
.headersearch .search-box input[type="search"] {	
}
.headersearch .search-box input[type="submit"] {
}
.search-box input[type="search"]::-webkit-input-placeholder { color:#000; }
.search-box input[type="search"]:-moz-placeholder { color:#000; }
.search-box input[type="search"]::-moz-placeholder { color:#000; }
.search-box input[type="search"]:-ms-input-placeholder { color:#000;}
.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; }


/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		display:flex;
		align-items:center;
		justify-content:center;
	}
	#extra-menu ul.nav-menu > li > a {
		color:#c2c2c2;
		padding:9px 20px;
		font-size:12px;
		font-family:'open_sanssemibold';
		text-transform:uppercase;
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#fff;
		
	}
	header ul.nav-menu  > li ul {
		background:#fff;
		border-radius: 5px;
	}
	header ul.nav-menu  > li ul li {
		
	}
	header ul.nav-menu  > li ul li:hover {
		
	}
	header ul.nav-menu  > li ul li a {
		color:#4b4b4b;
	}
	header ul.nav-menu  > li ul li:hover > a {
		color:#c2c2c2;
	}
	
}
@media only screen and (min-width:1024px) {
	#main-menu {
		background:url(images/menu.png) no-repeat;
		
		display:flex;
		align-items:center;
		height:73px;
	}
	#main-menu ul.nav-menu > li > a {
		color:#c2c2c2;
		padding:29px 20px;
		font-family:'OpenSansRegular';
		font-size:15px;
		text-transform:uppercase;
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#fff;
	}
}

@media only screen and (max-width:1023px) {
	#mobile-menu-trigger a {}
	#mobile-menu-trigger a:hover {}
}

/* .......................................................................... Slider .......................................................................... */
.slider-container {}
.slider-bgr { 
	position:absolute; 
	width:100%; 
	height:100%; 
	background:url(images/fp-back.png); 
}
.fp-slides {
	z-index:1;
}
.fp-content-wrap {
	width:1000px;
}
.fp-thumbnail {
	border-radius:9px;
}
.fp-content {
	padding:20px;
}
.fp-title {
	font-family:'OpenSansRegular';
	font-size:35px;
	text-shadow:0 0 3px rgba(0, 0, 0, 0.3);
	text-transform:uppercase;
	color:#fff;
	font-weight:normal;
}
.fp-description {
	color:#fff;
	text-shadow:0 0 3px rgba(0, 0, 0, 0.3);
}
.fp-more {
	float:none;
	padding-top:0;
	padding-bottom:0;
}
.fp-more:hover {
	
}
.fp-prev-next-wrap {
	width:100%;
}
.fp-prev-next-wrap a {
	top: -27px;
	height:54px;
	width:53px;
	transition:none;
}
.fp-prev {
	left:-22px;
	background:url(images/slide-left.png) left top no-repeat;
}
.fp-next {
	right:-29px;
	background:url(images/slide-right.png) right top no-repeat;
}
@media screen and (max-width:640px) {
	.fp-content {
		display:none;
	}	
	.fp-prev-next-wrap {
		display:none;
	} 	
}


/* ========================================= CONTENT. ========================================= */

.site-content {
	background:#f2f2f2;
	border-radius:5px;
	margin:40px auto;
	box-sizing:border-box;
	padding:40px 0;
}
@media screen and (min-width:1024px) {
	.site-content {
		padding:40px 20px;
		width:1000px;
	}
}
.page-title {
	
}
.entry-title {
	margin:0;
	padding-bottom:5px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size:18px;	
	color:#000000;
	font-weight:normal;
	text-transform:none;
	font-family:'open_sansbold';
	text-transform:uppercase;
}
.entry-title a {
	color:#333;
	text-decoration:none;
}
.entry-title a:hover { color:#555;}
article {
	background:url(images/post-separator.png) bottom left repeat-x;
}
article .featured_image {
	vertical-align:bottom;
	float:left;
	border:1px solid #b9b9b9;
	padding:1px;
	background:#fff;
	border-radius:5px;
	margin-right:20px;
	margin-bottom:20px;
}
@media screen and (max-width:600px) {
	article .featured_image {
		float:none;
		width:100%;
	}
}
.smt_googlemap {
	clear:both;
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	color:#999999;
	font-size:12px;
}
.entry-meta a {
	color:#1e1e1e;
}
.entry-meta a:hover {
	color:#1e1e1e;
}
.entry-meta > span:not(:last-child) {
	margin-right:5px;
}

/* ....................... Sidebar .................... */
.widget {
	line-height:24px;
}
.widget a {
	
}
.widget a:hover {
	
}
.sidebar .widget{  
	margin-bottom:40px;
}
.sidebar { 
	color:#999; 
}
.sidebar .caption h4 {
	color:#1d1d1d;
	font-weight:normal;
	font-size:20px;
	background:url(images/widgettitle.png) bottom left no-repeat;
	font-family: 'Oswald';
	padding-bottom:30px;
	margin-bottom:0;
	text-align:center;
}
.sidebar ul li { 
	border-bottom: 1px solid #f0f0f0; 
}
.sidebar .widget ul.children li:last-child,
.sidebar .widget ul.sub-menu li:last-child {
	border:none;
} 
.widget ul {
	padding:0;
}
.widget ul li {
	list-style-type: none;
}
.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:#1d1d1d;
	text-decoration:none;
	padding: 15px 0;
	display:inline-block;
	text-transform:uppercase;
	font-weight:bold;
	background:url(images/sidebarli.png) left 50% no-repeat;
	padding-left:32px;
}
.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;
	background:url(images/sidebarlihover.png) left 50% no-repeat;
	color:#63aae6;
}
.widget_smt_comments .comment_avatar img,
.widget_smt_posts img {
	float:left;
	margin:0 10px 10px 0;
	padding:2px;
	background:#fff;
	border:1px solid #e6e6e6;
}
.widget_smt_comments .comment_author {
	font-size:14px;
	float:right;
	font-style:italic;
}
.widget_smt_comments a {
	text-decoration:none;
}
.widget_smt_posts .post-date {
	color:#fff;
	font-size:12px;
	background:#63aae6;
	padding:4px 8px;
	margin-bottom:5px;
	display:inline-block;
}
.widget_smt_posts .title {
	color: #63aae6;
	font-size:14px;
	display:block;
	text-decoration:none;
	margin-bottom:5px;
}
.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:#fff;
	background-color:#272727;
	margin:0 auto;
	border-radius:5px;
}
@media screen and (min-width:1024px) {
	footer {
		width:1000px;
	}
	footer .footer-columns {
		background:url(images/footer.png) left top no-repeat;
	}
}
footer > .boxed-container {
	
}
footer .footer-columns {
	box-sizing:border-box;
	padding:20px;
}
footer .widget a, footer a {
	color:#fff;
}
footer .widget a:hover, footer a:hover {
	
}
footer .footer_txt {
	padding:15px 20px;	
	background:#191919;
	text-align:center;
}
footer .footer_txt a {
	text-decoration:none;
}
footer .widget .caption  h4 {
	color:#ffffff;
	font-family: 'Oswald';
	font-weight:normal;
	font-size:20px;
	text-align:center;
}
footer .widget ul.children li:last-child,
footer .widget ul.sub-menu li:last-child {
	border: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:#fff;
}
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 {
}
footer .widget_smt_posts .post-date {
	color:#fff;
	background: #363636;
}