/*
Theme Name: RestoJet
Theme URI: http://smthemes.com/restojet/
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: 10/27/2016
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:14px;
	background:url(images/yellowback.jpg) top center no-repeat, #d5ac4a;
	color:#151515;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#151515;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#d70c13;
}
.submit, .button, input[type="submit"] {
	padding: 6px 39px;
	box-sizing: border-box;
	line-height:27px;
	border:2px solid #464646;
	border-radius:3px;
	color:#fff;
	font-style:italic;
	text-transform:uppercase;
	font-weight:normal;
	font-family:'oswaldregular';
	background: rgb(38,38,38); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(38,38,38,1) 0%, rgba(44,44,44,1) 50%, rgba(22,22,22,1) 51%, rgba(16,16,16,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(38,38,38,1) 0%,rgba(44,44,44,1) 50%,rgba(22,22,22,1) 51%,rgba(16,16,16,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(38,38,38,1) 0%,rgba(44,44,44,1) 50%,rgba(22,22,22,1) 51%,rgba(16,16,16,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#262626', endColorstr='#101010',GradientType=0 ); /* IE6-9 */
	float:right;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	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 { 
	background:#cda545;
	border-radius:3px;
	border-color:#cda545;
	color:#4a4a4a;
	font-size:13px;
	font-family:'open_sanssemibold';
}
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 { 
	background:#dcb65b;
	border-color:#dcb65b;
	color:#151515;
	box-shadow:0 0 9px rgba(0,0,0,0.25);
}
.accent {
	background:#151515;
	font-size:20px;
	font-family:'open_sanssemibold';
	padding: 13px 15px;
	color:#fff;
}
#comments .accent {font-size:16px;background: none;padding: 0;}
.descent {
	color:#151515;
	font-family:'oswaldregular';
	font-style:italic;
}

/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	background:#cda545;
	border-radius: 40px;
	text-align:center;
	box-sizing:border-box;
	color: #fff;
	text-shadow:0 2px 0 rgba(0,0,0,0.9);
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover {
	background:#c70e14;color:#fff;
}
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	background:#c70e14;color:#fff;
}

/* ========================================= Theme Header. ========================================= */
.site-header a {
	font-weight: normal;
}
#logo {
	float:none;
	text-align:center;
	display:flex;
	align-items:center;
	justify-content:center;
	height:100px;
}
#logo img {
	max-height:100%;
}
#topmenu-container {
	height:30px;
	background:#2a2a2a;
}
.site_ttl {
	height:100px;
	text-align:center;
	margin:0;
	padding:0;
	line-height:normal;
	color: #2a2a2a;
	font-family:'oswaldregular';
	font-style:italic;
	line-height:40px;
}
.boxed-container.menu-and-search {
	background:url(images/menu.png) top center no-repeat;
	height:66px;
	z-index: 2;
	box-sizing: border-box;
}
.headersearch {
	float:right;
	height:68px;
	display:flex;
	align-items:center;
}
@media screen and (min-width:1320px) {
	.boxed-container.menu-and-search::before {
		content:'';
		position:absolute;
		width:257px;
		height:106px;
		left: -173px;
		top:-15px;
		background:url(images/menu-before.png) right center no-repeat;
		z-index: 0;
	}
	.boxed-container.menu-and-search::after {
		content:'';
		position:absolute;
		width:243px;
		height:146px;
		right:-150px;
		top:-70px;
		z-index:0;
		background:url(images/menu-after.png) right center no-repeat;
	}
}
@media screen and (min-width:1024px) {
	.headersearch {
		position:absolute;
		right:40px;
		top:0;
		z-index: 7;
	}
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
}
form .search-box input[type="search"] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #212121;
	font-size:13px;
	background:#fff;
	border:none;
	border-radius:4px;
	box-shadow:inset 0 0 4px rgba(0,0,0,0.6);
}
form .search-box input[type="submit"] {
	display:none;
}
.headersearch .search-box {
}
.headersearch .search-box input[type="search"] {
	
}
.headersearch .search-box input[type="submit"] {
}
.search-box input[type="search"]::-webkit-input-placeholder { color:#212121; }
.search-box input[type="search"]:-moz-placeholder { color:#212121; }
.search-box input[type="search"]::-moz-placeholder { color:#212121; }
.search-box input[type="search"]:-ms-input-placeholder { color:#212121;}


/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		float:left;
		height: 30px;
	}
	#extra-menu ul.nav-menu > li > a {
		color:#7a7a7a;
		padding: 8px 20px;
		font-size:13px;
		line-height:14px;
		font-family:'open_sanssemibold';
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#e0e0e0;
	}
	header ul.nav-menu  > li ul {
		background:#161616;
	}
	header ul.nav-menu  > li ul li a {
		color:#7a7a7a;
		font-size:13px;
		font-family:'open_sanssemibold';
		padding:12px 0;
	}
	header ul.nav-menu  > li ul li:hover > a {
		color:#fff;
	}
	
}
@media screen and (min-width:1180px) { 
	#main-menu {
		position:relative;
		z-index:4;
		margin: 0 auto !important;
		padding-left: 35px;
		width: 960px;
		border-radius:5px;
		background:url(images/menu.png) top center no-repeat;
	}
}
@media only screen and (min-width:1024px) {
	#main-menu {
		float:left;
		height:68px;
		display:flex;
		align-items:center;
		margin-left: 20px;
	}
	#main-menu ul.nav-menu > li > a {
		color:#fff;
		font-family:'oswaldregular';
		font-size:16px;
		line-height: 16px;
		text-transform:uppercase;
		padding: 25px 20px;
		text-shadow:1px 2px 0 rgba(0,0,0,0.8);
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#fff;
		background:rgba(0,0,0,0.2);
		
	}
}

@media only screen and (max-width:1023px) {
	#mobile-menu-trigger a {
    color: #151515;
    margin: 60px 0;
}
	#mobile-menu-trigger a:hover { color:#f00; }
}

/* .......................................................................... Slider .......................................................................... */
.slider-container {
    width: 100%;
    position: relative;
    margin-top: -26px;
}
.slider-bgr { 
	position:absolute; 
	width:100%; 
	height:100%; 
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 30%, rgba(0,0,0,1) 52%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 30%,rgba(0,0,0,1) 52%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,0) 30%,rgba(0,0,0,1) 52%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
}
.fp-slides {
	width:100%;
	z-index:1;
	position:relative;
}
.fp-thumbnail img {
	width: 70%;
	float: left;
	height:auto !important;
}
.fp-content-wrap {
	width: 960px;
	max-width:100%;
	display:flex;
	align-items:center;
	justify-content:flex-end;
}
.fp-content {
	width:70%;
	right: 20px;
	position:relative;
	left:auto;
	text-align:right;
}
.fp-title {
	font-size:42px;
	tetx-transform:uppercase;
	font-family:'oswaldregular';
	color:#fff;
}
.fp-description {
	color:#d6d6d6;
	margin:25px 0;
}
.fp-more {
	float:right;
	border-radius:3px;
	text-shadow:0 2px 3px rgba(0,0,0,0.4);
	border:2px solid #fc1820;
	background: rgb(173,13,18); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(173,13,18,1) 0%, rgba(199,12,17,1) 50%, rgba(168,6,11,1) 51%, rgba(124,2,6,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(173,13,18,1) 0%,rgba(199,12,17,1) 50%,rgba(168,6,11,1) 51%,rgba(124,2,6,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(173,13,18,1) 0%,rgba(199,12,17,1) 50%,rgba(168,6,11,1) 51%,rgba(124,2,6,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad0d12', endColorstr='#7c0206',GradientType=0 ); /* IE6-9 */
}
.fp-more:hover {
	background: rgb(173,13,18); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(173,13,18,1) 0%, rgba(199,12,17,1) 50%, rgba(168,6,11,1) 51%, rgba(124,2,6,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(173,13,18,1) 0%,rgba(199,12,17,1) 50%,rgba(168,6,11,1) 51%,rgba(124,2,6,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(173,13,18,1) 0%,rgba(199,12,17,1) 50%,rgba(168,6,11,1) 51%,rgba(124,2,6,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad0d12', endColorstr='#7c0206',GradientType=0 ); /* IE6-9 */
}
.fp-nav {
	width: 30px;
	position:absolute;
	left: 100%;
	top: 0;
	height: 100%;
	margin-left:20px;
	display:flex;
	align-items:center;
}
.fp-pager {
	position: relative;
	width: 30px;
	padding: 10px 4px 6px 2px;
	text-align:center;
	border-radius:15px;
	border:1px solid #333333;
	box-sizing: border-box;
}
.fp-pager a:not(:last-child) {
	margin-bottom:10px;
}
.fp-pager a {
	display:inline-block;
	height:24px;
	width:13px;
	margin-right:0 !important;
	background:url(images/pager.png) 50% no-repeat;
}
.fp-pager a:not(:first-child) {
	margin-left:4px !important;
}
.fp-pager a.activeSlide, .fp-pager a:hover {
	display:inline-block;
	height:24px;
	width:13px;
	background:url(images/pager-active.png) 50% no-repeat;
}
@media only screen and (max-width:1024px) { 
	.fp-thumbnail img {
		width:100%;
	}
	.fp-nav {
		display:none;
	}
}
@media screen and (max-width:640px) {
	.fp-content-wrap {
		display:none;
	}	
}

/* ......................................................................... Showroom ......................................................................... */
.showroom-container {
	padding: 22px 0 56px;
	margin-bottom: 0;
	background:url(images/showroom.jpg) top center no-repeat;
	max-width: 100%;
	box-sizing: border-box;
}
.showroom .showroom-item {
	width: 33.33%;
	float: left;
	padding:20px 25px;
	position:relative;
	box-sizing: border-box;
}
.showroom .showroom-item:last-child {
	margin: 0 !important;
}
.showroom-item h3 {
	color:#fff;
	font-family:'oswaldregular';
	font-style:italic;
	font-size:26px;
	text-align:center;
	padding: 13px 15px;
	margin: 0;
	font-weight: normal;
}
.showroom-item:nth-child(2n+1) h3 {	
	background:#e9141f;
	border:1px solid #d70c12;
}
.showroom-item:nth-child(2n+0)  h3 {
	background:#2c2c2c;
	border:1px solid #000;
}
.showroom-item:nth-child(2n+3) h3 {
	background:#e6ce6a;
	border:1px solid #ccb144;
}
.showroom-item p {
	color: #fff;
	display:block;
	overflow:hidden;
	font-size: 13px;
	margin: 0;
	padding: 10px 15px;
}
.showroom-item:nth-child(2n+1) p {
	background:#a0040a;	
}
.showroom-item:nth-child(2n+3) p {
	background:#ddbb47;
}
.showroom-item:nth-child(2n+0) p {
	background:#131313;
}
.showroom-item img {
	width:100%;
}
.show-more {
	float:none;
	position:relative;
	margin:-28px auto;
	display:block;
	width: 150px;
	max-width:100%;
}
@media screen and (min-width:1024px) {
	.showroom-item p {
		height: 62px;
	}
}
@media screen and (max-width:800px) {
	.showroom .showroom-item h3 { font-size:22px; }
}
@media screen and (max-width:640px) {
	.showroom .showroom-item { width:100%; margin-bottom: 40px;	}
}

/* ========================================= CONTENT. ========================================= */
.site-content {
	padding:40px 0;
}
.has-slider .site-content {
	background:url(images/sitecontent.jpg) top center no-repeat;	
}
.entry-title {
	margin: 0 0 10px;
	padding: 12px 20px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size:20px;
	color:#fff;
	font-family:'open_sanssemibold';
	background:#151515;
	font-weight:normal;
	text-transform: none;
}
.entry-title a {
	color:#fff;
}
article {
	border:none;
}
article .featured_image {
	vertical-align:bottom;
	float:left;
	border:1px solid #d90c14;
	margin:10px 10px 10px 0;
}
.post-categories {
	display:block;
	margin:10px 0;
	color:#151515;
}
.post-categories a {
	color:#151515;
	font-weight:normal;
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	display:inline-block;
	padding: 9px 15px;
	background:#ebc769;
	box-shadow:-3px 3px 0 rgba(0,0,0,0.1);
	color:#151515;
	font-size:13px;
	font-family:'open_sanssemibold';
	margin:10px 0;
}
.entry-meta a {
	color:#151515;
	font-weight:normal;
}
.entry-meta > span:not(:last-child)::after {
	content:'/';
	padding:0 10px;
}

/* ....................... Sidebar .................... */
.sidebar { 
	color:#767676; 
}
.widget {
	font-size:13px;
	line-height:24px;
}
.widget a {
	color:#fff;
	font-size:16px;
	font-weight:bold;
}
.widget a:hover {
	color:#d70c13;
}
.sidebar .widget {
	position:relative;
	background:#161616;
	padding:10px 15px;
	border:2px solid #d70c13;
	border-width:2px 0;
}
.sidebar .widget::after {
	content:'';
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	background:url(images/widget.png) top center no-repeat;
	height:27px;
}
.widget .caption h4 {
	color:#fff;
	font-size:22px;
	font-weight:normal;
	font-family:'oswaldregular';
	text-align:center;
	background:url(images/caption.png) bottom center no-repeat;
	padding: 5px 0 32px;
	margin: 0 0 5px;
}
.sidebar ul li { 
	border-bottom: 1px solid #2e2e2e; 
}
.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 {
	padding: 15px 15px;
	display:block;
}
.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 {
	background:#282828;
}
.widget_recent_entries li,
.widget_archive ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_categories ul li {
	margin:0 -15px;
}
.widget_smt_comments .comment_avatar,
.widget_smt_posts img {
	float:left;
	margin:0 10px 10px 0;
}
.widget_smt_posts .post-date {
	color:#ebc769;
}
.widget_smt_posts .title {display: block;margin: 5px 0 10px;}
.widget_smt_posts ul li,
.widget_smt_comments ul li,
.widget_recent_comments ul li  { display:block;	padding:10px 0; }


/* ========================================= FOOTER. ========================================= */
footer {
	color:#767676;
	background-color:#030303;
}
.footer-columns {
	background: url(images/footer.jpg) top center no-repeat;
	background-size:100%;
}
footer .footer_txt {
	padding:30px 0;
	text-align:center;
}
footer .footer_txt a {
	color:#fff;
}
footer .widget {
	padding-top:30px;
}
footer .widget ul li {
    border-bottom: 1px solid #2a3030;
}
footer .widget ul.children li:last-child,
footer .widget ul.sub-menu li:last-child {
	border:none;
}