/*
Theme Name: Vendor
Theme URI: http://smthemes.com/vendor/
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: 02/09/2020
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:16px;
	background:#fff;
	color:#505050;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#2f3a43;
	text-decoration:none;
}
a:hover {
	color:#d66c51;
}
.submit, .button, input[type="submit"] {
	padding: 8px 29px;
	line-height:27px;
	background:#d66c51;
	font-size:11px;
	font-family:'Arial';
	text-transform:uppercase;
	color:#fff;
	float:right;
	box-shadow: -4px 4px 0 rgba(0,0,0,0.1);
}
.entry-summary .button {
	margin-left:15px;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background:#41508f;
	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-color:#d66c51;
	color:#505050;
}
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:#2f3a43;
}
.accent {
	color:#2f3a43;
	font-family:'Arial';
	font-size:26px;
	text-transform:uppercase;
}
#comments .accent { font-size:18px; }
.descent {
	color:#505050;
}

/* ....................... Page Navigation .................... */
nav.pagination {
	padding:10px 5px;
}
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	background:#374f92;
	color:#fff;
	font-size:10px;
	text-transform:uppercase;
	box-shadow:-3px 3px 0 rgba(0,0,0,0.1);
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover,
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current  {
	background:#d66c51;
	color:#fff;
}

/* ========================================= Theme Header. ========================================= */
.site-header {
	background:#2f3a43;
	position: relative;
}
@media screen and (max-width:1024px) {
	.site-header {
		padding-top:1px;
	}
}
#fixed-container {
	position:relative;
	top:0;
	left:0;
	width:100%;
	z-index: 10;
}
#fixed-vendor {
	position:absolute;
}
#blured {
	position: absolute;
	top:45px;
	z-index: 6;
	width: 100%;
	background:rgba(40,40,40,0.3);
	border-bottom:1px solid rgba(255,255,255,0.4);
}
#blured .background {
	background:#2f3a43;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	opacity:0;
}
#blured.docked {
	position:fixed;
	top:0;
}
#logo {
	float:left;
	display:flex;
	align-items:center;
	height:87px;
	margin-left:30px;
	position: relative;
	z-index: 2;
}
#logo img {
	max-height:100%;
}
.site_ttl {
	float:left;
	position: relative;
	z-index: 2;
	margin:0;
	padding:0;
	line-height:87px;
	color: #fff;
    text-transform: none;
}
.headersearch {
	float:right;
	display:flex;
	align-items:center;
	height:87px;
	position: relative;
	z-index: 2;
	width: 84px;
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	padding-right: 40px;
	position: relative;
}
form .search-box input[type="search"] {
	width: 100%;
	height: 40px;
	line-height: 40px;
}
form .search-box input[type="submit"] {
	position: absolute;
	right: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	top: 0;
	text-decoration: none;
	border:none;
	font-family:'Arial';
}
.headersearch .search-box {
	display: none;
	position:absolute;
	right: 100%;
	background:rgba(255,255,255,0.4);
	top:0;
	padding:0;
	min-width: 210px;
}
.headersearch .search-box input[type="search"] {
	font-size:17px;
	font-family:'Arial';
	color:#fff;
	line-height:87px;
	height:87px;
	background:none;
	border:none;
	box-sizing: border-box;
}
.headersearch .search-box input[type="submit"] {
	display:none;
}
.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; }
#search-trigger {
	position: relative;
	right:0;
	top:0;
	width:84px;
	height:87px;
	background:url(images/search.png) 50% no-repeat;
	z-index:1;
	text-align: center;
	cursor: pointer;
}
#search-trigger:hover {
	background:url(images/search-hover.png) 50% no-repeat;
}
#search-trigger.active {
	background:url(images/search-active.png) 50% no-repeat;
}
@media screen and (max-width:1024px) {
	.headersearch {
		margin-right: 90px;
	}
}
@media screen and (max-width:640px) {
	.headersearch {
		margin-right: 60px;
	}
	.headersearch .search-box {
		background:rgba(0,0,0,0.6);
	}
}

/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		float:left;
		display:flex;
		align-items:center;
		height:45px;
	}
	#extra-menu ul.nav-menu > li > a {
		color:#959ca0;
		padding: 15px 20px;
		font-size:14px;
		line-height:15px;
		font-family:'Arial';
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#fff;
	}
	#extra-menu ul.nav-menu  > li ul {
		background:rgba(47,58,67,0.9);
	}
	#extra-menu ul.nav-menu  > li ul li a {
		color:#959ca0;
		font-size:13px;
		padding:10px 0;
		text-transform:uppercase;
		font-family:'Arial';
	}
	#extra-menu ul.nav-menu  > li ul li:hover > a {
		color:#fff;
	}
	
}
@media only screen and (min-width:1024px) {
	#main-menu {
		display:flex;
		position:absolute;
		z-index:1;
		left:0;
		right:0;
		margin:0 auto;
		justify-content:center;
		align-items:center;
		height:87px;
	}
	#main-menu ul.nav-menu > li > a {
		color:#fff;
		font-size:14px;
		font-family:'Arial';
		text-transform:uppercase;
		padding: 33px 20px;
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#d66c51;
	}
	#main-menu ul.nav-menu  > li ul {
		background:rgba(255,255,255,0.55);
	}
	#main-menu ul.nav-menu  > li ul li a {
		color:#2f3a43;
		font-size:13px;
		padding:10px 0;
		text-transform:uppercase;
		font-family:'Arial';
	}
	#main-menu ul.nav-menu  > li ul li:hover > a {
		color:#d66c51;
	}
}

@media only screen and (max-width:1023px) {
	#mobile-menu-trigger a {color:#fff;margin: 30px 0;}
	.admin-bar #mobile-menu-trigger a {color:#fff;margin: -3px 0 0;}
	#mobile-menu-trigger a:hover {}
}
@media only screen and (max-width:782px) {
	.admin-bar #mobile-menu-trigger {
		top:32px;
	}
}

/* .......................................................................... Slider .......................................................................... */
.slider-container {}
.slider-bgr { 
	position:absolute; 
	width:100%; 
	height:100%; 
	background:rgba(0,0,0,0.05); 
	filter:blur(2px);
}
.fp-slides img {
	width:100%;
}
.fp-slides {
	z-index:1;
	width: 100%;
}
.fp-content-wrap {
	width:1000px;
	max-width:100%;
	margin:0 auto;
	box-sizing: border-box;
	display:flex;
	align-items:center;
	justify-content: center;
}
.fp-content {
	position:relative;
	box-sizing:border-box;
	padding:20px;
	width: 100%;
	text-align:center;
}
.fp-title {
	color:#fff;
	font-size:100px;
	text-shadow:-2px 3px 0 rgba(0,0,0,0.1);
	margin: 0 0 10px;
	font-family: 'Arial';
	font-weight:normal;
	line-height: 105px;
	text-transform:uppercase;
}
.fp-description {
	color:#fff;
	font-size:17px;
	text-transform:uppercase;
	font-family:'Arial';
}
.fp-more {
	float:none;
}
@media screen and (max-width:640px) {
	.fp-content {
		display:none;
	}	
	.fp-prev-next-wrap {
		display:none;
	} 	
}

/* .......................................................................... Video Header .......................................................................... */
.video-container {
	width:100%;
	position: relative;
}
.video-container video {
	width:100%;
	vertical-align:bottom;
}
.video-bgr { 
	position:absolute; 
	width:100%; 
	height:100%; 
	background:rgba(0,0,0,0.05); 
	filter:blur(2px);
}
.video-content-wrap {
	width:1000px;
	max-width:100%;
	position:absolute;
	height: 100%;
	margin:0 auto;
	padding-top: 88px;
	box-sizing: border-box;
	top:0;
	left:0;
	right:0;
	display:flex;
	align-items:center;
	justify-content: center;
}
.video-content {
	position:relative;
	box-sizing:border-box;
	padding:20px;
	width: 100%;
	text-align:center;
}
.video-title {
	color:#fff;
	font-size:100px;
	text-shadow:-2px 3px 0 rgba(0,0,0,0.1);
	margin: 0 0 10px;
	font-family: 'Arial';
	font-weight:normal;
	line-height: 105px;
	text-transform:uppercase;
}
.video-description {
	color:#fff;
	font-size:17px;
	text-transform:uppercase;
	font-family:'Arial';
}
.video-more {
	float:none;
	font-size:15px;
	box-shadow:-4px 6px 0 rgba(42,47,51,0.1);
}
@media screen and (max-width:1024px) {
	.video-title {	
		font-size:50px;
		line-height:65px;
	}
}
@media screen and (max-width:850px) {
	.video-title {	
		font-size:22px;
		line-height:35px;
	}
	.video-description {
		font-size:14px;
	}
}
@media screen and (max-width:640px) {
	.video-content-wrap {
		display:none;
	}	 	
}

/* ......................................................................... Showroom ......................................................................... */
.showroom-container {
	padding: 35px 0;
	margin-bottom: 0;
	background:url(images/showroom.png) center no-repeat;
	max-width: 100%;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
.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 a h3 {
	color:#fff;
	font-family:'Arial';
	text-transform:uppercase;
	font-size:20px;
	font-weight:normal;
	display:inline;
	padding:2px 3px;
	background:#d66c51;
}
.showroom-item:hover a h3 {
	color:#fff;
	background:#374f92;
}
.showroom-item .showroom-img {
	display:block;
	position:relative;
}
.showroom-img::after {
	content:'';
	position:absolute;
	left:0;
	top:0;
	background:rgba(255,255,255,0.6);
	height:100%;
	width:100%;
}
.showroom-item:hover .showroom-img::after {
	display:none;
}
.showroom-item .inner {
	position:relative;
	margin-bottom:10px;
}
.showroom-item img {
	width:100%;
	vertical-align: bottom;
}
.showroom-item p {
	color: #fff;
	position:absolute;
	background:rgba(0,0,0,0.3);
	width:100%;
	box-sizing:border-box;
	padding:10px;
	bottom:0;
	left:0;
	font-size: 18px;
	display:none;
	margin: 0;
}
.showroom-item:hover p {
	display:block;
}
@media screen and (max-width:800px) {
	.showroom .showroom-item h3 { font-size:16px; }
}
@media screen and (max-width:640px) {
	.showroom .showroom-item { width:100%; margin-bottom: 40px;	}
}

/* ========================================= CONTENT. ========================================= */
.site-content {
	padding: 40px 0;
	background: #fff;
	position: relative;
	z-index: 5;
}
.page-title {
	font-family:'Arial';
	font-weight:normal;
}
.entry-title {
	position:relative;
	border-top:2px solid #d66c51;
	margin:-15px 0 10px 15px;
	padding:15px 20px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size:26px;
	font-family:'Arial';
	color:#2f3a43;
	font-weight:normal;
	background:url(images/title.png) bottom center no-repeat, #fff;
	text-transform:uppercase;
}
.entry-title a {}
.entry-title a:hover {}
article {
	border:none;
	padding-bottom: 40px;
	margin: 0;
}
.entry-content, .entry-summary {
	font-family:'Arial';
	margin-left:15px;
	padding:10px 15px; 
}
article .featured_image {
	vertical-align:bottom;
	width:100%;
	border-radius: 3px;
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	color:#8c8c8c;
	font-size:12px;
	font-family: 'Arial';
}
.entry-meta a {
	color:#5d5d5d;
}
.entry-meta a:hover {
	color:#d66c51;
	text-decoration:underline;
}
.entry-meta > span {
	margin: 0 10px 0 0;
	position:relativea;
}
.entry-meta .post-date::before {
	content:'Date: ';
}
.entry-meta .post-categories::before {
	content:'Categories: ';
}
.entry-meta .post-comments::before {
	content:'Comments: ';
}
.entry-meta .post-author::before {
	content:'Author: ';
}

/* ....................... Sidebar .................... */
.widget {
	line-height:24px;
	font-size: 14px;
}
.widget a {
	font-size:17px;
	font-family:'Arial';
	font-weight:bold;
}
.widget a:hover {
	
}
.sidebar { 
	color:#999; 
}
.widget .caption h4 {
	color: #2f3a43;
	font-size: 16px;
	background: url(images/caption.png) bottom center no-repeat;
	padding-bottom: 17px;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Arial';
}
.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:#87949f;
	font-family:'Arial';
	font-size:15px;
	text-decoration:none;
	padding: 15px 15px;
	display:block;
	font-weight:normal;
}
.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:#ebebeb;
	color:#2f3a43;
}
.widget_smt_comments .comment_avatar img,
.widget_smt_posts img {
	float:left;
	margin:0 10px 10px 0;
}
.widget_smt_comments .comment_author {
}
.widget_smt_comments a {
}
.widget_smt_posts .post-date {
	color: #8c8c8c;
	font-size: 14px;
	padding: 12px 0;
	display: block;
}
.widget_smt_posts .title {display: block;}
.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 .footer_txt {
display: none;
}
footer {
	color:#fff;
	position: relative;
	overflow:hidden;
	z-index: 10;
	}
.parallax-inner {
	background: url(images/footer.jpg) top center no-repeat;	
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	overflow:hidden;
}
footer .widget a, footer a {
	color:#d66c51;
	font-size:17px;
	font-weight:bold;
}
footer .widget a:hover, footer a:hover {
	color:#d66c51;
	text-decoration:underline;
}
footer .footer_txt {
	padding: 25px 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 22px;
	font-family: 'Arial';
}
footer .footer_txt a {
	font-size: 14px;
}
footer .widget {
	padding-top:40px;
}
footer .widget .caption  h4 {
	color: #fff;
	font-weight:normal;
}
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 {
	background:rgba(255,255,255,0.1);
	color:#d66c51;
}
footer .widget_smt_posts .post-date {
	color:#fff;
}