/*
Theme Name: ByteCount
Theme URI: http://smthemes.com/bytecount/
Author: The Smart Magazine Themes
Author URI: http://smthemes.com/
Description: Template by SMThemes.com
Version: 3.0.1
License: Creative Commons 3.0
Theme date: 12/01/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: 'tahoma';
	font-size:12px;
	background:#f8f8f8;
	color:#bfbfbf;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#262931;
	text-decoration:none;
}
a:hover {
	color:#5f96f0;
}
.submit, .button, input[type="submit"] { 
	padding:10px 25px;
	line-height:27px;
	border:2px solid #efb161;
	border-radius:2px;
	color:#efb161;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	color:#fff;
	background:#efb161;
}
article .submit, article .button, article  input[type="submit"] {
	background:url(images/more.png) left 15px center no-repeat;	
	padding-left:35px;
}
article .submit:hover, article .button:hover, article  input[type="submit"]:hover {
	color:#fff;
	background:url(images/more-hover.png) left 15px center no-repeat;
	background-color:#efb161;
}
#contact-form input[type="submit"] {
	background: url(images/send.png) left 13px center no-repeat;
	padding-left: 35px;
	color: #efb161;
}
input[type="text"], 
textarea, 
input[type="email"], 
input[type="password"], 
input[type="tel"], 
input[type="url"], 
input[type="search"], 
input[type="date"],
select { 
	border:none;
	border-bottom:1px solid #e5e5e5;
	color:#bfbfbf;
    font-family: 'tahoma';
	font-size:14px;
}
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:#333;
	padding-left:20px;
}
.accent {
	color:#262931;
	font-size:26px;
    font-family: 'tahoma';
}
#comments .accent {  font-size:16px; }
.descent {
	color:#262931;
}

/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	background:#e7e6e6;
	color:#959595;
	min-width: 46px;
	text-align: center;
	border-radius:2px;
	box-sizing:border-box;
	display: inline-block;
	font-family: 'tahoma';
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover {
	color:#fff;
	background:#5f96f0;
}
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	color:#fff;
	background:#5f96f0;
}

/* ========================================= Theme Header. ========================================= */
#logo-and-menu {
	background:#262931;
}
#logo {
	float:left;
	display:flex;
	align-items:center;
	height: 90px;
}
#logo img {
	max-height:100%;
}
.site_ttl {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	color: #fff;
    text-transform: none;
}
  
/*
.headersearch {
	display:flex;
	align-items:center;
	height:50px;
	float:right;
}
*/

@media screen and (min-width:1024px) {
	.headersearch {
		
	}
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	position: relative;
	padding:0;
}
form .search-box input[type="search"] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #bababa;
	background:none;
	border:1px solid #ececec;
	font-size:13px;
	padding-right: 40px; 
	display:none;
}
form .search-box input[type="submit"] {
	position: absolute;
	right: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	top: 0;	
	border:none;
	color:#f0b467;
	font-size:14px;
	font-family:'FontAwesome';
	background:none;
}
.headersearch .search-box {
	background:#e3e3e3;
	border-radius:2px;
	overflow:hidden;
	min-width:180px;
	padding-right: 40px;
}
form .search-box input:focus {
	padding:0 5px;
}
.headersearch .search-box input[type="search"] {
	color:#b6b6b6;
	border-color:#e3e3e3;
}
.headersearch .search-box input[type="submit"] {
	color:#fff;
}
.search-box input[type="search"]::-webkit-input-placeholder { color:#bababa; }
.search-box input[type="search"]:-moz-placeholder { color:#bababa; }
.search-box input[type="search"]::-moz-placeholder { color:#bababa; }
.search-box input[type="search"]:-ms-input-placeholder { color:#bababa;}
.headersearch input[type="search"]::-webkit-input-placeholder { color:#b6b6b6; }
.headersearch input[type="search"]:-moz-placeholder { color:#b6b6b6; }
.headersearch input[type="search"]::-moz-placeholder { color:#b6b6b6; }
.headersearch input[type="search"]:-ms-input-placeholder { color:#b6b6b6; }


/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		float:right;
		display:flex;
		align-items:center;
	}
	#extra-menu ul.nav-menu > li > a {
		color:#fff;
		padding: 37px 20px;
		font-size:12px;
		line-height: 16px;
		text-transform:uppercase;
		font-family: 'tahoma'; 
		font-size: 1vw;
	}
	#extra-menu .sf-sub-indicator {
		color:#efb161;
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#efb161;
	}
	header ul.nav-menu  > li ul {
		background:#fff;
		box-shadow:0 2px 5px rgba(0,0,0,0.15);
	}
	header ul.nav-menu  > li ul li {
		border-bottom:1px dashed #ebebeb;
	}
	header ul.nav-menu  > li ul li a {
		color:#8d8d8d;
		font-size:11px;
		padding:10px 0;
		text-transform:uppercase;
	}
	header ul.nav-menu  > li ul li:hover > a {
		color:#212121;
	}
	
}
@media only screen and (min-width:1024px) {
	#main-menu {
		float:left;
		display:flex;
		align-items:center;
		height:50px;
	}
	#main-menu ul.nav-menu > li > a {
		color:#8d8d8d;
		background:#fff;
		font-size:11px;
		text-transform:uppercase;
		font-family:'tahoma';
		padding: 15px 20px;
		transition:none;
	}
	#main-menu ul.nav-menu > li > a {
		border-left:1px solid #ebebeb;		
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#fff;
		border-left:none;
		margin-right:-1px;
		padding:15px 21px;
		background:url(images/dots.png) bottom 10px center no-repeat, #efb161;		
	}
	#main-menu ul.nav-menu > li:last-child > a {
		border-right:1px solid #ebebeb;
	}
	#main-menu ul.nav-menu > li:last-child:hover > a {
		border:none;
	}
}

@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%; 
	 
}
.fp-slides {
	z-index:1;
}
.fp-content-wrap {
	width:1000px;
	max-width:100%;
	display:flex;
	align-items:center;
	text-align:center;
}
.fp-content {
	padding:20px;
	position:relative;
	box-sizing:border-box;
	width: 100%;
}
.fp-title {
	font-size:45px;
	font-family:'poppinsregular';
	color:#3b3b3b;
}
.fp-description {
	text-align:left;
	color:#3b3b3b;
	font-size:15px;
	font-family:'poppinsregular';
}
.fp-more {
	float:none;
	background:#efb161;
	border:none;
	font-size:15px;
	color:#fff;
	font-family:'poppinsregular';
	padding:10px 75px; display:none;
}
.fp-more:hover {
	background:#5f96f0;
}
.fp-nav {
	position:relative;
	width: 100%;
	top: 0;
}
.fp-pager {
	margin:0 auto;
}
.fp-pager a {
	width: 13px;
	height: 13px;
	display: inline-block;
	background:url(images/pager.png) 50% no-repeat;
}
.fp-pager a:last-child {
	margin-right: 10px;
}
.fp-pager a:hover,.fp-pager a.activeSlide {
	background:url(images/pager-active.png) 50% no-repeat;
}
@media screen and (max-width:640px) {
	.fp-content {
		display:none;
	}	
	.fp-prev-next-wrap {
		display:none;
	} 	
}


/* ========================================= CONTENT. ========================================= */
.site-content {
	margin:40px 0;
}
.entry-title {
	margin:0;
	padding-bottom:5px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size:26px;
	color:#262931;
	font-family: 'tahoma'; display:none;
}
@media screen and (max-width:800px) {
	.entry-title {
		font-size:20px;
	}
	
	


}
.entry-title a {
	color:#262931;
	text-decoration:none;
	font-weight:normal;
}
.featured-text .entry-title, .featured-text .entry-title a {
	color:#fff;
	font-family: 'poppinsregular';
}
article {
	padding:15px;
	backgorund:#fff;
	box-shadow:0 5px 15px rgba(0,0,0,0.1);
	position: relative;
    margin-top: -135px;
}
.featured-img-container {
	position:relative;
	margin:0 -15px 10px;
}
.featured-img-container::after {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.featured-img-container .featured-text {
	position:absolute;
	left:15px;
	right:15px;
	bottom:15px;
	z-index:2;
}
article .featured_image {
	vertical-align:bottom;
	width:100%;
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	margin: 0 0 15px;
	height: 45px;
}
.entry-meta a {
}
.entry-meta > span {
}
.entry-meta .post-date {
	background: url(images/date.png) left center no-repeat;
}
.entry-meta .post-categories {
	display:block;
	margin:10px 0;
	color:#262931;
}
.entry-meta .post-categories a {
	color:#262931;
}
.featured-text .post-categories, .featured-text .post-categories a {
	color:#fff;
}
.entry-meta .post-comments {
	float:right;
	line-height: 42px;
	color: #9c9fa8;
	text-transform: uppercase;
	font-family: 'tahoma';
}
.entry-meta .post-comments a {
	color:#fff;
	background:#5f96f0;
	border-radius:40px;
	padding:5px 15px;
}
.entry-meta .post-comments a:hover {
	background:#84aef1;
}
.entry-meta .post-author {
	float:left;
	width: 50%;
}
.author-avatar {
	float:left;
}
.post-author img {
	border-radius:50px;
	margin:0 10px 0 0;
}
.post-author a {
	display: block;
	font-size:14px;
	line-height: 30px;
}
.post-author .post-date {
	display:block;
	font-family:'tahoma';
	font-size:11px;
	text-transform:uppercase;
	color:#a5a7ad;
	line-height: 14px;
}

/* ....................... Sidebar .................... */
.widget { 
	line-height:24px; 
}
.widget a {
	font-size:14px;
	font-family:'tahoma';
}
.widget .caption h4 {
	color:#fff;
	font-size:15px;
	font-family:'tahoma';
	background:#efb161;
	border-radius:2px;
	display:inline-block;
	padding:5px 15px;
}
.widget ul li { 
	border-bottom: 1px dashed #e4e4e4; 
}
.widget ul.children li:last-child,
.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 {
	padding: 15px 0;
	display:inline-block;
}
.widget_smt_comments .comment_avatar,
.widget_smt_posts img {
	float:left;
	margin:0 10px 10px 0;
}
.widget_smt_comments .comment_author {
	font-size:14px;
}
.widget_smt_comments li > a {
	line-height:32px;
}
.widget_smt_posts .post-date {
	color:#bfbfbf;
	display:block;
	padding-left:20px;
	margin:5px 0;
}
.widget_smt_posts img {
	margin:0 0 10px;
	border-radius:2px;
	width:100%;
}
.widget_smt_posts p:last-of-type {
	margin-bottom:0;
}
.widget_smt_posts ul li,
.widget_smt_comments ul li,
.widget_recent_comments ul li  { display:block;	padding:10px 0; }


/* ========================================= FOOTER. ========================================= */
footer {
		

}
footer .widget {
	padding-top:30px;
}
footer .footer_txt {
	padding:15px 0;
	margin-bottom:20px;
}
footer .footer_txt a {
	text-decoration:none; display:none;
}




.woocommerce ul.products li.product h2 {
	padding: 10px;
	margin: 0;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	text-align: center;
}
 
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) { 
	display: inline-block; 
	width: 25%; 
	padding-right: 15px; 
	padding-bottom: 10px;
	margin-top: 5px;
}