/*
Theme Name: SportBike
Version: 2.4.2
License: Creative Commons 3.0
Theme date: 01/27/2016
License URI: license.txt
Tags: black, green, dark, fixed-width, featured-images, custom-menu, translation-ready, threaded-comments, theme-options
*/


/*	-==========================- GENERAL -==========================-  */
/*------------------------------ PAGE ------------------------------*/
@import url(css/font.css);

html {
	background: rgb(43,100,31);
	background: -moz-linear-gradient(top,  rgba(43,56,31,1) 0%, rgba(10,12,7,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(43,56,31,1)), color-stop(100%,rgba(10,12,7,1)));
	background: -webkit-linear-gradient(top,  rgba(43,56,31,1) 0%,rgba(10,12,7,1) 100%);
	background: -o-linear-gradient(top,  rgba(43,56,31,1) 0%,rgba(10,12,7,1) 100%);
	background: -ms-linear-gradient(top,  rgba(43,56,31,1) 0%,rgba(10,12,7,1) 100%);
	background: linear-gradient(to bottom,  rgba(43,56,31,1) 0%,rgba(10,12,7,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b381f', endColorstr='#0a0c07',GradientType=0 );
}
body { 	
	color:#cfcfcf;
	font-family:'opensansregular';
	background:url(images/back-pattern.png) center;
}
a {
	color:#cfcfcf;
}
a:hover {
	color:#f4c142;
}
a.post_ttl, .post-caption h1 {
	color:#9abd51;
	font-size:22px;
	font-family:'arial';
}
h2 a.post_ttl:hover{
	color:#f4c142;
}

.page-title{
	color:#f4c142;
	font-size:22px;
	font-family:'arial';
}

/*------------------------------ HEADER ------------------------------*/
#header .container{
	position:relative;
}
#secondarymenu-container {
	position:relative;
}


/*------------------------------ SEARCH ------------------------------*/
#s {
	background:none;
	border:none;
	float:left;
	height:31px;
	line-height:31px;
	color:#fff;
	text-transform:lowercase;
}
.searchbtn {
	height:31px;
	width:20px;
	margin-right:10px;
}
.searchform {
	height:31px;
	border:1px solid #4b5d16;
	margin:0;
}

/*------------------------------ CONTENT ------------------------------*/
#content .container { 
	background:url(images/main-n.png) top repeat-y !important;
	padding-top:40px;
}
.one-post { 
	margin-bottom:50px;
}
.articles .post-body { 
	line-height:23px;
}
#commentform #submit, input.readmore, a.readmore {
	background: #f4c142;
	text-transform:lowercase;
	color:#1f2614;
	border:none;
	width:auto;
	padding:2px 10px;
}
#commentform #submit:hover, input.readmore:hover, a.readmore:hover {
	background:#728941;
	color:#fff;
	text-decoration:none;
}
.featured_image{
	margin-top:15px;
	border:1px solid #7a7a7a;
}
.googlemap {
	border:1px solid #7a7a7a;
	padding:0;
}
.widget_posts ul li img,.widget_flickr a {
	border:1px solid #7a7a7a;
	padding:0;
}
.post-meta { color:#fff; }
.post-meta a,
.post-meta .day { 
	color:#ff9702;
	text-decoration:none;
}
.pagination{
	margin:30px 0;
}
.pagination.classic {
	padding-top:30px;
	text-align:center;
}
.page-numbers {
	padding:5px 10px;
	font-family: 'Arial';
}
a.page-numbers,
body.woocommerce nav.woocommerce-pagination ul li a,
body.woocommerce-page nav.woocommerce-pagination ul li a,
body.woocommerce #content nav.woocommerce-pagination ul li a,
body.woocommerce-page #content nav.woocommerce-pagination ul li a,
body.woocommerce nav.woocommerce-pagination ul li span,
body.woocommerce-page nav.woocommerce-pagination ul li span,
body.woocommerce #content nav.woocommerce-pagination ul li span,
body.woocommerce-page #content nav.woocommerce-pagination ul li span {
	background: #000;
	color:#fff;
	text-decoration:none;
	border:1px solid #364107;
}
.woocommerce #content nav.woocommerce-pagination ul li, 
.woocommerce nav.woocommerce-pagination ul li, 
.woocommerce-page #content nav.woocommerce-pagination ul li, 
.woocommerce-page nav.woocommerce-pagination ul li  { 
	margin-right:3px;
} 
a.page-numbers:hover, 
span.page-numbers,
body.woocommerce nav.woocommerce-pagination ul li span.current,
body.woocommerce-page nav.woocommerce-pagination ul li span.current,
body.woocommerce #content nav.woocommerce-pagination ul li span.current,
body.woocommerce-page #content nav.woocommerce-pagination ul li span.current,
body.woocommerce nav.woocommerce-pagination ul li a:hover,
body.woocommerce-page nav.woocommerce-pagination ul li a:hover,
body.woocommerce #content nav.woocommerce-pagination ul li a:hover,
body.woocommerce-page #content nav.woocommerce-pagination ul li a:hover,
body.woocommerce nav.woocommerce-pagination ul li a:focus,
body.woocommerce-page nav.woocommerce-pagination ul li a:focus,
body.woocommerce #content nav.woocommerce-pagination ul li a:focus,
body.woocommerce-page #content nav.woocommerce-pagination ul li a:focus  {
	background: #728941;
	color:#fff;
}
 

/*------------------------------ FOOTER ------------------------------*/
#footer  {
}

#footer a{
	color:#fff;
	text-decoration:none;
}

#footer a:hover { 
	color:#f4c142;
	text-decoration:underline;
}
#footer h3{
	font-family:'arial';
	font-size:16px;
	color:#fff;
	text-transform:uppercase;
}

#footer .container.clearfix {
	border-top:1px solid #2f3a06;
	color:#d1d1d1;
	background: rgb(15,18,10);
	background: -moz-linear-gradient(top,  rgba(15,18,10,1) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(15,18,10,1)), color-stop(100%,rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top,  rgba(15,18,10,1) 0%,rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(15,18,10,1) 0%,rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(15,18,10,1) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(15,18,10,1) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f120a', endColorstr='#000000',GradientType=0 );
}

#footer .footer_txt a { color:#f4c142; }
#footer .widget_archive ul li a, 
#footer .widget_categories ul li a, 
#footer .widget_meta ul li a, 
#footer .widget_pages ul li a, 
#footer .widget_recent_entries ul li a{
	padding-left:15px;
	background:url(images/footer-list.png) left no-repeat;
}
#footer .widget_archive ul li a:hover, 
#footer .widget_categories ul li a:hover, 
#footer .widget_meta ul li a:hover, 
#footer .widget_pages ul li a:hover, 
#footer .widget_recent_entries ul li a:hover{
	background:url(images/footer-list-hover.png) left no-repeat;
}
#footer .footer_txt {	
	color:#b4b5b4;
	border-top:1px solid #2f3a06;
	background: rgb(25,30,16);
	background: -moz-linear-gradient(top,  rgba(25,30,16,1) 0%, rgba(17,22,13,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(25,30,16,1)), color-stop(100%,rgba(17,22,13,1)));
	background: -webkit-linear-gradient(top,  rgba(25,30,16,1) 0%,rgba(17,22,13,1) 100%);
	background: -o-linear-gradient(top,  rgba(25,30,16,1) 0%,rgba(17,22,13,1) 100%);
	background: -ms-linear-gradient(top,  rgba(25,30,16,1) 0%,rgba(17,22,13,1) 100%);
	background: linear-gradient(to bottom,  rgba(25,30,16,1) 0%,rgba(17,22,13,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#191e10', endColorstr='#11160d',GradientType=0 );
}
#footer .footer_txt .container {
}
.footer-widgets {
}
/*------------------------------ WIDGETS AND SLIDER ------------------------------*/
.content-r .sidebar.right, .content-lr .sidebar.right, .content-r2 .sidebar.left, .content-r2 .sidebar.right {
	margin-left:5px;
}
.content-l .sidebar.left, .content-lr .sidebar.left, .content-l2 .sidebar.left, .content-l2 .sidebar.right{
	margin-right:5px;
}
.sidebar {
	width:292px !important;
} 
#content .widget { 
	padding:10px 20px; 
	margin-bottom:40px;
}
#content .widget.widget_banners { 
	padding:10px !important;
}
#content .footer_txt a { color:#f4c142; }
#content .widget_archive ul li a, 
#content .widget_categories ul li a, 
#content .widget_meta ul li a, 
#content .widget_pages ul li a, 
#content .widget_recent_entries ul li a{
	padding-left:20px;
	background:url(images/content-list.png) left no-repeat;
	text-decoration:none;
	color:#fff;
}
#content .footer_txt a { color:#f4c142; }
#content .widget_archive ul li a:hover, 
#content .widget_categories ul li a:hover, 
#content .widget_meta ul li a:hover, 
#content .widget_pages ul li a:hover, 
#content .widget_recent_entries ul li a:hover{
	text-decoration:underline;
	color:#f4c142;
}
.widget_archive ul li:before, 
.widget_categories ul li:before, 
.widget_meta ul li:before, 
.widget_pages ul li:before, 
.widget_recent_entries ul li:before{
	content:none !important;
}
#content .widget .caption h3 {
	font-family: 'robotomedium_italic';
	font-size:16px;
	color:#fff;
	text-transform:uppercase;
	background:#728941;
	padding:10px;
	margin-bottom:15px;
}
.widget_posts .day{}
.widget_posts .date{}
.tabs_captions .tabscaption{
	border:none !important;
	background:#f4c142;
	color:#1f2614;
	padding:6px 12px !important;
	margin:3px;
	text-transform:lowercase;
}
.tabs_captions .tabscaption.active, .tabs_captions .tabscaption:hover{
	background:#728941;
	color:#fff;
}
.fp-next{
	background-position:left 50%;
	width:27px;
}
.fp-next:hover { background-image:url(images/slide-right-hover.png); }
.fp-prev {
	background-position:right 50%;
	width:27px;
	
}
.fp-prev:hover { background-image:url(images/slide-left-hover.png); }
	
/*	-==========================- DESKTOP -==========================-  */
@media only screen and (min-width:1024px) {
	#content {
		
	}
	#header { border-top:5px solid #000; }
	#content .container {
	}
	#logo {
		position:absolute;
		top:57px;
		left:20px;
	}
	.menusearch {
		width:260px;
		float:left;
		margin-top:10px;
	}
	/*------------------------------ MENU ------------------------------*/
	#secondarymenu-container {
		height:57px;
		position:relative;
		z-index:11;
	}
	
	
	#secondarymenu {
		float:right;
		height:57px;
	}
	#secondarymenu a {
		padding:16px 9px;
		font-family: 'robotoregular';
		color:#fff;
		background:url(images/secmenu-a.png) right no-repeat;
	}
	#secondarymenu li:last-child a { background:none; }
	#secondarymenu a:hover{
		color:#ffca46;
	}
	#header-block {
		position:relative;
	}
	
	#mainmenu-container {
		height:86px;
		z-index:18;
		background:url(images/mainmenu.png) top no-repeat;
	}
	#mainmenu { float:right; }
	#mainmenu li a {
		padding:32px 20px;
		font-size:16px;
		font-family: 'roboto_condensedregular';
		text-transform:uppercase;
		color:#fff;
		background:url(images/mainmenu-a.png) right no-repeat;
	}
	#mainmenu li:last-child a { background:none; }
	#mainmenu li {
		position:relative;
	}
	#mainmenu li a:hover{
		color:#ffcb4a;
	}


	#header li ul {	top:59px; }
	#header #mainmenu li ul { top:88px; }
	
	#header li ul .transparent {	}
	#header li ul .inner { background:#4b6e48; padding:0; }
	#header #mainmenu li ul .transparent {	}
	#header #mainmenu li ul .inner {	}
	#header ul.children li, #header .sub-menu li { height:auto !important; }
	#header ul.children li a, #header .sub-menu li a {
		height:auto !important;
		padding:5px 20px;
		color:#fff; 
		text-align:left;
		background:url(images/sub-a.png) left bottom repeat-x;
	}
	#header ul.children li:last-child a, #header .sub-menu li:last-child a { background:none; }
	#header ul.children li a:hover, #header .sub-menu li a:hover {
		color:#ffca45 !important;
	}
	
	#header #mainmenu ul.children li a, #header #mainmenu .sub-menu li a {}
	#header #mainmenu ul.children li a:hover, #header #mainmenu .sub-menu li a:hover {		
	}
	
	/*------------------------------ SLIDER ------------------------------*/
	.slider-container {	
		position:relative;
		margin:0 auto;
	}
	.slider {
	}
	.fp-next, .fp-prev {
		margin:165px -62px;
		width:43px;
		height:43px;
	}
	.fp-title a{
		font-size:40px;
		color:#fff;
		text-decoration:none;
		font-family: 'robotothin';
	}
	
	.fp-prev-next-wrap {
		margin:0 0px;
	}
	.slider-nothumb .fp-slides, .slider-nothumb .fp-thumbnail, .slider-nothumb .fp-slides-items {
		height:188px;
	}
	.fp-slides { 
		overflow:visible;
	}
	.fp-slides,.fp-thumbnail,.fp-slides-items  {
		height:430px;
		width:1000px;
	}
	.fp-content-fon {
		border:none;
		width:641px;
		height:140px;
		left:-25px;
		bottom:73px;
		-moz-opacity: 1;
		opacity: 1;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
		background:url(images/fp-fon.png) no-repeat;
	}
	.fp-content {
		bottom: 73px;
		font-size: 13px;
		height: 111px;
		left: 0;
		right: 384px;
		text-align: left;
	}
	.fp-content p {
		color:#f4c142;
		font-family: 'robotoregular';
	}
	.fp-more {
		color:#f4c142 !important;
		text-transform:lowercase;
	}
	.fp-nav {
		right:30px;
		bottom:30px;
		left:auto;
	}
	.slider-nothumb .fp-content-fon {
		background:#fff;
	}
	.slider-nothumb .fp-content a,.slider-nothumb .fp-content p{
		color:#000;
	}
	
	#footer .footer_txt  {
		width:1000px;
		margin:0 auto;
		padding-left:0;
		padding:20px 0;
	}
	#footer .footer_txt .container { padding-left:20px; }
	
	

}	


/* WooCommerce */
.woocommerce a.button.alt, 
.woocommerce-page a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce-page button.button.alt, 
.woocommerce input.button.alt, 
.woocommerce-page input.button.alt, 
.woocommerce #respond input#submit.alt, 
.woocommerce-page #respond input#submit.alt, 
.woocommerce #content input.button.alt, 
.woocommerce-page #content input.button.alt,
.woocommerce-page #content .products li a.button {
	background:#7a7a7a !important;
	text-transform:lowercase !important;
	color:#1f2614 !important;
	text-shadow:none !Important;
	box-shadow:none !Important;
	font-weight:normal !Important;
	border:none !important;
}
.woocommerce a.button.alt:hover, 
.woocommerce-page a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce-page button.button.alt:hover, 
.woocommerce input.button.alt:hover, 
.woocommerce-page input.button.alt:hover, 
.woocommerce #respond input#submit.alt:hover, 
.woocommerce-page #respond input#submit.alt:hover, 
.woocommerce #content input.button.alt:hover, 
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #content .products li a.button:hover  {
	background:#728941 !important;
}
.widget.woocommerce.widget_product_search #s {    
}
.widget.woocommerce.widget_product_search #searchsubmit {
	background:#262626;
	padding:2px 6px;
	color:#fff;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle { 
	background:#728941 !important;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range { 
	background:#4b5a2b !Important;
}
.woocommerce-page #main_content > #container > #content { 
	padding:15px 0 !important;
}

/*	-==========================- TABLET -==========================-  */
@media only screen and (min-width:640px) and (max-width:1023px) {
	#header {
	}
	#logo {
		float:left;
		margin-left:15px;
	}
	#header-banner {
		margin-top:25px;
		float:right;
	}
	/*------------------------------ MENU ------------------------------*/
	
	#secondarymenu-container {
		padding-top:0px;
	}
	
	
	
	
		
	
	
	

	
}

/*	-==========================- MOBILE -==========================-  */
@media only screen and (min-width:240px) and (max-width:639px) {
	.menusearch {padding:13px 0;margin-top:28px;}
	#header {
	
	}
	#logo {
		margin-top:5px;
		margin-bottom:-35px;
	}
	.searchbtn {
		width:20px !important;
	}
	#secondarymenu-container {
		padding-top:6px;
	}
	
	
	
	.fp-next, .fp-prev {
		margin:0 -5px;
	}
	.footer-widgets .widgetf:first-child {
		border:none;
	}
	
	#footer {
		width:100%;
	}
	.widgetf {
		border-top:1px solid #d3d3d3;
	}
	.articles .post-date {
		float:none;
	}
	.articles dt p img {
		display:none;
	}
	.fp-nav {
		bottom:-18px;
	}
	.slider-container {
		padding-bottom:20px;
	}
	#s {
		width:70%;
}
}