/*
Theme Name: BurgerKong
Theme URI: http://smthemes.com/burgerkong/
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: 09/24/2018
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:14px;
	font-family: 'montserratregular';
	background:#fff;
	color:#929292;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#161615;
	text-decoration:none;
}
a:hover {
	color:#f0dd10;
}
.submit, .button, input[type="submit"] { 
	padding:0 40px;
	line-height:36px;
	height:36px;
	background:none;
	color:#161615;
	border:2px solid #161615;
	border-radius:7px;
	text-transform:uppercase;
	font-family: 'montserratbold';
	font-size:12px;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background:#161615;
	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:2px solid #e8e8e8;
	borde-radius:7px;
	color:#161615;
}
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:#feea0e;
	background:#feea0e;
}
.accent {
	color:#161615;
}
#comments .accent {}
.descent {
	color:#bcbcbc;
}

/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	border:2px solid #e8e8e8;
	borde-radius:7px;
	color:#161615;
	background:none;
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover {
	border-color:#feea0e;
	background:#feea0e;
	color:#161615;
}
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	border-color:#feea0e;
	background:#feea0e;
	color:#161615;
}

/* ========================================= Theme Header. ========================================= */
#headertop {
	background:#ffffff;
	box-shadow:0 2px 15px rgba( 0,0,0,0.2);
	position:relative;
	z-index:999;
}
#logo {
	float:left;
	display:flex;
	align-items:center;
	height:70px;
}
#logo img {
	max-height:100%;
}
.site_ttl {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	color: #fff;
    text-transform: none;
}
.search-n-slider {
	position:relative;
	background:#feea0e;
	min-height:136px;
}
.headersearch {
	display:flex;
	align-items:center;
	height:136px;
	position:absolute;
	left:0;
	right:0;
	top:0;
	z-index:9999;
	width:250px;
	max-width:100%;
	margin:0 auto;
}
@media screen and (min-width:1024px) {
	.headersearch {	
		
	}
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	position: relative;
	background:#ffffff;
	height:36px;
	line-height:36px;
	border-radius:18px;
	width:100%;
}
form .search-box.shadow {
	box-shadow:0 6px 15px rgba( 0,0,0, 0.2 );
}
.search-form {
	width:100%;
}
form .search-box input[type="search"] {
	width: 100%;
	height:36px;
	line-height:36px;
	color: #2e2e2e;
	background:none;
	border:none;
}
form .search-box input[type="submit"] {
	position: absolute;
	right: 0;
	padding: 0;
	width: 36px;
	height: 36px;
	top: 0;	
	border:none;
	font-family:'FontAwesome';
}
.headersearch .search-box {
}
.headersearch .search-box input[type="search"] {	
}
.headersearch .search-box input[type="submit"] {
}
.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:#c4c4c4; }
.headersearch input[type="search"]:-moz-placeholder { color:#c4c4c4; }
.headersearch input[type="search"]::-moz-placeholder { color:#c4c4c4; }
.headersearch input[type="search"]:-ms-input-placeholder { color:#c4c4c4; }


/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		float:right;
		display:flex;
		align-items:center;
		height:70px;
	}
	#extra-menu ul.nav-menu > li > a {
		color:#c6c6c6;
		padding:29px 20px;
		font-size:14px;
		font-family: 'montserratsemi_bold';
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#161615;
	}
	header ul.nav-menu  > li ul {
		background:#ffffff;
		box-shadow:0 6px 16px rgba( 0,0,0, 0.2);
		padding:40px;
	}
	header ul.nav-menu  > li ul li {
		border-bottom:1px dashed #e8e8e8;
	}
	header ul.nav-menu  > li ul li:hover {
		background:#fff;
	}
	header ul.nav-menu  > li ul li a {
		color:#000000;
		border-bottom:2px solid #fff;
	}
	header ul.nav-menu  > li ul li:hover > a {
		color:#000000;
		border-bottom:2px solid #fde90e;
	}
	
}
.mainmenu-container {
	background:#feea0e;
}
@media only screen and (min-width:1024px) {
	#main-menu {
		display:flex;
		align-items:center;
		height:112px;
		text-align:center;
	}
	#main-menu > div {
		width:100%;
	}
	#main-menu ul.nav-menu > li {
		display:inline-block;
		float:none;
	}
	#main-menu ul.nav-menu > li > a {
		color:#161615;
		padding:0 20px;
		font-family: 'montserratsemi_bold';
		text-transform:uppercase;
		height:44px;
		line-height:44px;
		border:2px solid #feea0e;
		border-radius:7px;
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#161615;
		border:2px solid #161615;
	}
}

@media only screen and (max-width:1023px) {
	#mobile-menu-trigger a {}
	#mobile-menu-trigger a:hover {}
}

/* .......................................................................... Slider .......................................................................... */
.slider-container {}
.fp-slides {
	z-index:1;
}
.fp-thumbnail img {
	width:100%;
}
.fp-content-wrap {
	width:1000px;
	display:flex;
	align-items:center;
}
.fp-content {
	position:relative;
	width:500px;
}
.fp-title {
	color:#161615;
	font-weight:normal;
	font-size:70px;
	font-family: 'montserratbold';
}
.fp-description {
	color:#161615;
	font-weight:normal;
	font-size:26px;
	font-family: 'montserratbold';
}
.fp-more {
	float:none;
}
.fp-more:hover {
	
}
.fp-prev-next-wrap {
	width:1000px;
	max-width:100%;
	margin:0 auto;
	left:0;
	right:0;
}
.fp-prev-next-wrap a {
	top:-20px;
	height:60px;
	width:60px;
	transition:none;
}
.fp-prev {
	left:-100px;
	background:url(images/slide-left.png) left top no-repeat;
}
.fp-next {
	right:-100px;
	background:url(images/slide-right.png) left top no-repeat;
}
.fp-prev-next-wrap a.fp-next:hover {
	background-position:left -60px;
}
.fp-prev-next-wrap a.fp-prev:hover {
	background-position:left -60px;
}
@media screen and (max-width:640px) {
	.fp-content {
		display:none;
	}	
	.fp-prev-next-wrap {
		display:none;
	} 	
}

/* ......................................................................... Showroom ......................................................................... */
.showroom-container {
	padding: 35px 0;
	margin-bottom: 25px;
	background:#fff;
	max-width: 100%;
	box-sizing: border-box;
	border:40px solid #f0f0f0;
}
.showroom .showroom-item {
	width: 33.33%;
	float: left;
	padding:20px 25px;
	position:relative;
	box-sizing: border-box;
	text-align:center;
}
.showroom .showroom-item:last-child {
	margin: 0 !important;
}
.showroom-item .showroom-number {
	background:url(images/showroom-number.png) center no-repeat;
	display:block;
	text-align:center;
	color:#feea0e;
	font-size:50px;
}
.showroom-item h3 {
	color:#161615;
	font-family: 'montserratbold';
	text-transform:uppercase;
	font-size:18px;
}
.showroom-item p {
	color: #b1b1b1;
	font-size: 13px;
	text-align:left;
}
.show-more {
}
@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 {
	margin:80px 0;
}
.page-title {
	
}
.entry-title {
	margin:0 0 25px;
	padding-bottom:5px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size:28px;	
	color:#161615;
	font-weight:normal;
	text-transform:none;
}
.entry-title a {
	color:#161615;
}
.entry-title a:hover { color:#161615;}
article {}
.featured-img-container .entry-title,
.featured-img-container .entry-title a {
	color:#feea0e;
}
.featured-img-container .entry-title a:hover {
	color:#fff;
}
.featured-img-container {
	position:relative;
}
.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:20px;
	right:20px;
	bottom:20px;
	z-index:2;
	color:#fff;
}
article .featured_image {
	vertical-align:bottom;
	width:100%;
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	color:#151516;
	font-size:13px;
	height:50px;
	line-height:50px;
}
.entry-meta a {
	color:#151516;
}
.entry-meta a:hover {
	color:#151516;
}
.entry-meta > span {
	margin:0;
}
.entry-meta .post-date::after,
.entry-meta .post-categories::after,
.entry-meta .post-comments::after {
	content:"/";
	margin:0 5px;
}

/* ....................... Sidebar .................... */
.widget {
	line-height:24px;
}
.widget a {
	
}
.widget a:hover {
	
}
.sidebar { 
	color:#999; 
}
.sidebar .caption h4 {
	color:#161615;
	font-size:18px;
	background:url(images/widget-ttl.png) left center no-repeat;
	padding-left:20px;
}
.widget ul {
	padding:0;
}
.widget ul li {
	list-style-type: none;
	padding:10px 0;
}
.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:#161615;
	text-decoration:none;
	padding: 0;
	display:inline-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 {
	text-decoration:none;
	background:#feea0e;
}
.widget_smt_comments .comment_avatar img {
	float:left;
	margin:0 10px 10px 0;
	border-radius:23px;
}
.widget_smt_comments .comment_author {
	font-size:15px;
	color:#161615;
	line-height:46px;
}
.widget_smt_comments a {
	text-decoration:none;
}
.widget_smt_comments .comment_text {
	clear:left;
}
.widget_smt_posts .image-n-date {
	position:relative;
	margin-bottom:15px;
}
.widget_smt_posts img {
	margin:0;
	width:100%;
	vertical-align:bottom;
}

.widget_smt_posts img + .post-date-container {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	display:flex;
	align-items:center;
	justify-content:center;
	background:url(images/widget-posts-date.png);
}
.widget_smt_posts .post-date {
	color:#feea0e;
	font-size:14px;
	text-transform:uppercase;
	position:relative;
	border:2px solid #feea0e;
	padding:0 13px;
	height:30px;
	line-height:30px;
	display:inline-block;
	display:inline-block;
}
.widget_smt_posts .title {
	color: #161615;
	font-size:15px;
	margin-bottom:10px;
}
.widget_smt_posts .title:hover {
	border-bottom:2px solid #f0dd10;
}
.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 {
	color:#929292;
	background-color:#161615;
	padding:80px 0;
}
footer .widget a, footer a {
	color:#fff;
}
footer .widget a:hover, footer a:hover {
	color:#161615;
	background:#feea0e;
}
footer .footer_txt {
	background:#000000;
	color:#fff;
	padding:30px 0;
}
footer .footer_txt a {
	text-decoration:none;
	color:#feea0e;
}
footer .widget .caption  h4 {
	color:#fff;
	font-size:18px;
	background:url(images/widget-ttl.png) left center no-repeat;
	padding-left:20px;
}
footer .widget ul li {
    border-bottom: 1px solid #2c2c2b;
}
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 {
	color:#161615;
	background:#feea0e;
}
.widget_smt_posts .title,
.widget_smt_comments .comment_author {
	color:#fff;
}