/*
Theme Name: MotoRace
Theme URI: http://lethemes.com/motorace/
Author: LeThemes
Author URI: http://lethemes.com/
Description: 
Version: 2.0.1.1
License: GNU General Public License v2 or later
Theme date: 07/23/2013
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: gray, blue, white, fixed-width, translation-ready, custom-menu, custom-header, sticky-post, threaded-comments, theme-options
*/

@import url(styles/main.css);
@import url(styles/shortcodes.css);

.no-results.not-found #s { width:88%; } 

body {
	color:#fff;
	font-size:14px;
	background-color:#323841;
}
a {
	color:#fff;
}
a:hover{
	color:#eed231;
}
h1, h2, h3, h4, h5, h6, .post-title a {
	font-weight:normal;
	text-decoration:none;
}
.post-title a{
	color:#e6bb25;
	font-size:32px;
	text-transform:uppercase;
}
.post-title a:hover{
	text-decoration:underline;
}
#header .container{
	padding:0;
	max-width:1060px;
	width:100%;
}
#page { 
	background:url(images/page.png) top repeat-y;
}
#header{

}
#logo {
	margin-left:40px;
	margin-bottom:-35px;
	position:relative;
	z-index:999;
}

/* SEARCH */
#s {
	color:#fff;
	width:198px;
}
#searchsubmit{
	width:25px;
	float:right;
}
#searchsubmit, #s {
	height:24px;
}
#content #s{
	width:215px;
}

#header #searchform {
    margin: 19px 20px 19px 0;
    position: relative;
}
#searchform{
	background:#da9b16;
	height:24px;
	border:1px solid #db9b16;
}
.lt-secondarymenu-wrapper {
	min-height:54px;
	background: rgb(28,32,38);
	background: -moz-linear-gradient(top,  rgba(28,32,38,1) 0%, rgba(13,15,17,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(28,32,38,1)), color-stop(100%,rgba(13,15,17,1)));
	background: -webkit-linear-gradient(top,  rgba(28,32,38,1) 0%,rgba(13,15,17,1) 100%);
	background: -o-linear-gradient(top,  rgba(28,32,38,1) 0%,rgba(13,15,17,1) 100%);
	background: -ms-linear-gradient(top,  rgba(28,32,38,1) 0%,rgba(13,15,17,1) 100%);
	background: linear-gradient(to bottom,  rgba(28,32,38,1) 0%,rgba(13,15,17,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c2026', endColorstr='#0d0f11',GradientType=0 );
}
.lt-mainmenu-wrapper { 
	background: rgb(238,210,47);
	background: -moz-linear-gradient(top,  rgba(238,210,47,1) 0%, rgba(218,153,21,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,210,47,1)), color-stop(100%,rgba(218,153,21,1)));
	background: -webkit-linear-gradient(top,  rgba(238,210,47,1) 0%,rgba(218,153,21,1) 100%);
	background: -o-linear-gradient(top,  rgba(238,210,47,1) 0%,rgba(218,153,21,1) 100%);
	background: -ms-linear-gradient(top,  rgba(238,210,47,1) 0%,rgba(218,153,21,1) 100%);
	background: linear-gradient(to bottom,  rgba(238,210,47,1) 0%,rgba(218,153,21,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eed22f', endColorstr='#da9915',GradientType=0 );
	min-height:64px;
}
/* MENUS */
#secondary-menu {
	min-height:54px;
}
#secondary-menu > ul > li > a {
	color:#fff;
	font-size:16px;
	padding:0 20px;
	height:54px;
	line-height:54px;
	background:url(images/secondary-a.png) right no-repeat;
}
#secondary-menu > ul > li:last-child > a { background:none; }
#secondary-menu > ul > li > a:hover {
	color:#368fff;
}
#main-menu {
	margin:0;
	max-width:1060px;
	width:100%;
	min-height:63px;
}
#main-menu .menu {
	max-width:1060px;
	width:100%;
}
#header .nav-menu .menu > li {
    display: block;
    float: left;
}
#main-menu > ul > li > a {
	color:#1c1f25;
	font-size:25px;
	text-transform:uppercase;
	padding:0 30px;
	font-weight:bold;
	height:63px;
	line-height:63px;
	background:url(images/mainmenu-a.png) right no-repeat;
}
#main-menu > ul > li:last-child > a { background:none; }
#main-menu > ul > li > a:hover, #main-menu > ul > li.current-menu-item  > a{
	text-decoration:underline;
}
#secondary-menu .menu ul, #main-menu .menu ul {
	background: rgb(239,213,51);
	background: -moz-linear-gradient(top,  rgba(239,213,51,1) 0%, rgba(211,155,22,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,213,51,1)), color-stop(100%,rgba(211,155,22,1)));
	background: -webkit-linear-gradient(top,  rgba(239,213,51,1) 0%,rgba(211,155,22,1) 100%);
	background: -o-linear-gradient(top,  rgba(239,213,51,1) 0%,rgba(211,155,22,1) 100%);
	background: -ms-linear-gradient(top,  rgba(239,213,51,1) 0%,rgba(211,155,22,1) 100%);
	background: linear-gradient(to bottom,  rgba(239,213,51,1) 0%,rgba(211,155,22,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efd533', endColorstr='#d39b16',GradientType=0 );
	min-width:123px;
}
#secondary-menu .menu ul a, #main-menu .menu ul  a{
	color:#1b2025 !important;
	padding:10px 15px;
	text-align:left;
	text-transform:none ;
}
#secondary-menu .menu ul li, #main-menu .menu ul li {
	border-bottom:1px solid #7f6110;
}
#secondary-menu .menu ul li:last-child, #main-menu .menu ul li:last-child { 
	border-bottom:none;
}
#secondary-menu .menu ul a:hover, #main-menu .menu ul a:hover {
	color:#1b2025 !important;
	background:none;
}
#header .menu ul li:hover{ background:#f0d634 !important; }


/* SLIDER */
#slider{
	max-width:1060px;
	width:100%;
	overflow:visible;
}
.slides { 
	overflow:hidden;
}
.slide {
	max-width:1060px;
	width:100%;
	margin:0 auto;
	height:530px;
}
.slide-left, .slide-right { 
	width:52px;
	height:53px;
	top:228px;
}
.slide-left {
	left:-80px;
}
.slide-left:hover { background-image:url(images/slide-left-hover.png); }
.slide-right {
	right:-80px;
}
.slide-right:hover { background-image:url(images/slide-right-hover.png); }
.slide-meta {
	background:url(images/slide-meta.png);
	bottom:110px;
	height:150px;
	text-align:center;
}
.slide-meta .inner { 
	width:624px;
	margin:0 auto;
}
.slide-meta h3 { 
	color:#e7bf25;
	font-size:40px;
}
.slide-meta .desc { 
	margin-bottom:10px;
	font-size:20px;
	padding:0 30px;
	color:#fff;
}
.slide-meta .readmore { 
	margin:0 auto;
	float:none !Important;
}

/* SHOWROOM */
.showroom-block {
	max-width:1000px;
	width:100%;
	margin:0 auto;
	padding:45px 30px 0;
	background:url(images/post-sepa.png) left bottom repeat-x;
	background-color:#1a1e23;
}
.showroom-block .item { 
	text-align:center;
	color:#9a9eab;
}
.showroom-block .item .inner {
	padding:0 3px 25px;
	text-align:left;
}
.showroom-block .item:first-child {
	margin-left:0;
}
.showroom-block .readmore{
	color:#ffffff;
	text-decoration:none;
	background:#222838;
	float:none;
	padding:5px 10px;
	font-size:14px;
}
.showroom-block .readmore:hover{
	color:#fbd215;
}
.showroom-block h3{
	margin:5px 0;
}
.showroom-block h3 a { 
	color:#e7bf26;
	font-size:24px;
	text-decoration:none;	
	text-transform:uppercase;
}
.showroom-block .item .inner p { 
	margin:0;
}
.showroom-block .item .wp-post-image{
	margin-bottom:0;
	margin:0 -25px;
}

/* POSTS */

.post-body div.gallery { clear:both; padding-top:50px }
.contactform input, .contactform select, .contactform textarea{ background:#1a1e23 !important; color:#fff; }
.department p span{ color:#eccc2e; }

#content-body{
	padding:30px;
	background:#1a1e23;
}
.post { 
	background:url(images/post-sepa.png) left bottom repeat-x;
	margin-bottom:35px;
}
.entry {
	position:relative;
}
.post-body{
	padding-bottom:30px;
	overflow:hidden;
}
.post-meta {
	font-size:12px;
}
.post-meta a{
	color:#368fff;
}
.entry .featured_image{
	border-color:#bfbfbf;
}
#comments{
	padding-right:20px;
}
.readmore, #submit, .post-password-required form input[type="submit"], .contactform input[type="submit"] {
	color:#1c1f25;
	padding:5px 10px;
	text-decoration:none;
	background: rgb(233,207,50);
	background: -moz-linear-gradient(top,  rgba(233,207,50,1) 0%, rgba(221,162,23,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(233,207,50,1)), color-stop(100%,rgba(221,162,23,1)));
	background: -webkit-linear-gradient(top,  rgba(233,207,50,1) 0%,rgba(221,162,23,1) 100%);
	background: -o-linear-gradient(top,  rgba(233,207,50,1) 0%,rgba(221,162,23,1) 100%);
	background: -ms-linear-gradient(top,  rgba(233,207,50,1) 0%,rgba(221,162,23,1) 100%);
	background: linear-gradient(to bottom,  rgba(233,207,50,1) 0%,rgba(221,162,23,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9cf32', endColorstr='#dda217',GradientType=0 );
	float:right;
	z-index:1;
	font-size:20px;
	text-transform:uppercase;
	border:none;
	position:relative;
	cursor:pointer !important;
}
a.readmore {
	float:left;
}
.readmore:hover, #submit:hover, .post-password-required form input[type="submit"], .contactform input:hover[type="submit"]{
	background: rgb(74,183,251);
	background: -moz-linear-gradient(top,  rgba(74,183,251,1) 0%, rgba(36,105,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(74,183,251,1)), color-stop(100%,rgba(36,105,255,1)));
	background: -webkit-linear-gradient(top,  rgba(74,183,251,1) 0%,rgba(36,105,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(74,183,251,1) 0%,rgba(36,105,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(74,183,251,1) 0%,rgba(36,105,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(74,183,251,1) 0%,rgba(36,105,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ab7fb', endColorstr='#2469ff',GradientType=0 );
	color:#fff;
	text-shadow:2px 2px 1px #153a7a;
}
.pagination.numeric span, .pagination.numeric a{
	
	padding:5px 10px;
}
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,
.pagination.numeric a,
.pagination.wp a{
	color:#eed031;
	font-size:26px;
	text-decoration:none;
	padding:5px 10px;
	line-height:24px;
}
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,
.pagination.numeric a:hover,
.pagination.wp a:hover,
.pagination.numeric span {
	background: rgb(233,207,50);
	background: -moz-linear-gradient(top,  rgba(233,207,50,1) 0%, rgba(221,162,23,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(233,207,50,1)), color-stop(100%,rgba(221,162,23,1)));
	background: -webkit-linear-gradient(top,  rgba(233,207,50,1) 0%,rgba(221,162,23,1) 100%);
	background: -o-linear-gradient(top,  rgba(233,207,50,1) 0%,rgba(221,162,23,1) 100%);
	background: -ms-linear-gradient(top,  rgba(233,207,50,1) 0%,rgba(221,162,23,1) 100%);
	background: linear-gradient(to bottom,  rgba(233,207,50,1) 0%,rgba(221,162,23,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9cf32', endColorstr='#dda217',GradientType=0 );
	color:#000;
	padding:5px 10px;
	line-height:24px;
	font-size:26px;
}
.pagination{
	text-align: left;
	padding:10px 0;
}
#container .post-body table th{
	border-bottom:2px solid #fbd215;
	padding:5px;
}
#container .post-body table td{
	border-bottom:1px solid #fbd215;
	padding:5px;
}

/* SIDEBAR */

.sidebar h3{
	color:#eccc2e;
	font-size:30px;
	text-shadow:1px 2px 1px #0e1013;
	margin:0 0 15px;
}
.lt-sidebar-post .date { color:#eccc2e; }
.sidebar .widget ul li { 
	border-bottom:1px solid #363636;
}
.sidebar .widget ul li:last-child { 
	border-bottom:none;
}
.sidebar .widget ul li a { 
	color:#fff;
	text-decoration:none;
}
.sidebar .widget ul li a:hover { 
	color:#41a6ff;
	text-decoration:underline;
}
.sidebar .widget:not(.widget_recent_comments) ul li a{
	padding-left:15px;
	background:url(images/list.png) left no-repeat;
}
.sidebar .widget:not(.widget_recent_comments) ul li a:hover { 
	background:url(images/list-hover.png) left no-repeat;
}
.widget_lttabs .scaption {
	background:#222838;
	color:#fff;
	padding:5px 15px;
	margin-right:2px;
}
.widget_lttabs .scaption.active, .widget_lttabs .scaption:hover {
	color:#fbd215;
}
.lt-sidebar-post .title.with-thumbnail.with-date { width:133px; }
.lt-sidebar-post .title.with-date { width:207px; }
.lt-sidebar-post .title.with-thumbnail { width:176px; }
#content-body .widget, .tab_widget{
	padding:10px 0;
	margin:0 0 60px;
}

/* FOOTER */
#footer { 
	background:url(images/footer.png) bottom repeat-x;
}
#footer a,
.copyright a {
	color:#46afff;
}
#footer .container { 
	background:#000;
	color:#fff;
	padding-top:30px;
}
#footer .widgets {
}
#footer .widgets h3{
	color:#42a9ff;
	font-size:32px;
	text-transform:uppercase;
	margin-top:0;
}
.copyright {
	color:#979899;
}
.copyright .container {
	padding:10px 0;
	background:none !Important;
}
.copyright span, .copyright p {
	margin:10px;
}

/* 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: rgb(233,207,50);
	background: -moz-linear-gradient(top,  rgba(233,207,50,1) 0%, rgba(221,162,23,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(233,207,50,1)), color-stop(100%,rgba(221,162,23,1)));
	background: -webkit-linear-gradient(top,  rgba(233,207,50,1) 0%,rgba(221,162,23,1) 100%);
	background: -o-linear-gradient(top,  rgba(233,207,50,1) 0%,rgba(221,162,23,1) 100%);
	background: -ms-linear-gradient(top,  rgba(233,207,50,1) 0%,rgba(221,162,23,1) 100%);
	background: linear-gradient(to bottom,  rgba(233,207,50,1) 0%,rgba(221,162,23,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9cf32', endColorstr='#dda217',GradientType=0 );
	text-shadow:none !Important;
	box-shadow:none !Important;
	font-weight:normal !important;
	border:none !Important;
	text-transform:uppercase !important;
	color:#1c1f25 !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: rgb(74,183,251);
	background: -moz-linear-gradient(top,  rgba(74,183,251,1) 0%, rgba(36,105,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(74,183,251,1)), color-stop(100%,rgba(36,105,255,1)));
	background: -webkit-linear-gradient(top,  rgba(74,183,251,1) 0%,rgba(36,105,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(74,183,251,1) 0%,rgba(36,105,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(74,183,251,1) 0%,rgba(36,105,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(74,183,251,1) 0%,rgba(36,105,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ab7fb', endColorstr='#2469ff',GradientType=0 );
	color:#fff !important;
	text-shadow:2px 2px 1px #153a7a !important;
}
.widget.woocommerce.widget_product_search #searchsubmit {
}
.widget.woocommerce.widget_product_search #s { 
}
.widget.woocommerce.widget_product_search h3 { 
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
	background:#e5b924 !Important;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range { 
	background:#a7871a !Important;
}
.payment_methods.methods, .woocommerce-tabs a { 
	color:#000 !important;
}
.woocommerce-info a { color:#eed231 !important; }
.woocommerce table.shop_table, .woocommerce-page table.shop_table {border:none !important;}
.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 { font-size:25px !Important; }
@media only screen and (min-width:0) and (max-width:1060px) { 
	.container { width:95% !important; padding:0 2.5% !important; }
}
@media only screen and (min-width:0) and (max-width:1023px) { 
	.lt-mainmenu-wrapper .back { background:none !Important; }
	.sidebar { width:27.2%; }
	.sidebar.right { margin-left:-30%; }
	#container { width:67% !Important; margin-right:33% !important; }
	.container { width:95% !important; padding:0 2.5% !important; }
	.copyright .container { padding:10px 2.5% !important; }
	.showroom-block .item .wp-post-image { width:100%; height:auto; }
}

/* TABLET */
@media only screen and (min-width:640px) and (max-width:1023px) {
	#footer.container { padding:0; }
	.mobile-menu { border:1px solid #ccc !important; }
	.showroom-block{ padding:45px 0 0;}
	#main-menu, #secondary-menu { display:none; }
	#header #searchform { position:relative; top:0; right:0; margin-right:0 !Important; }
	#logo { float:none !important; }
	.lt-mainmenu-wrapper, .lt-secondarymenu-wrapper { 
		background:none;
	}
	#logo { 
		margin:0;
	}
}

/* MOBILE */
@media only screen and (min-width:240px) and (max-width:639px) {
	.mobile-menu { border:1px solid #ccc !important; }
	#header { padding-top:10px !Important; }
	#footer.container {	padding:0; }
	#content-body { width:auto; }
	.showroom-block { width:auto; }
	#header #searchform { margin:0; padding:0 !important; }
	#header #s { width:85% !important; }
	#searchsubmit { float:right; }
	#main-menu, #secondary-menu { display:none; }
	.lt-mainmenu-wrapper, .lt-secondarymenu-wrapper { 
		background:none;
	}
	#logo { 
		margin:0;
	}
}

