/*
Theme Name: Citrus
Theme URI: http://smthemes.com/citrus/
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: 01/19/2019
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:13px;
	background:url(images/back.png);
	color:#707070;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#454545;
	text-decoration:none;
}
a:hover {
	color:#959128;
}
.submit, .button, input[type="submit"] {
	padding: 9px 35px;
	line-height: 14px;
	background:#f5ef4b;
	border-radius:60px;
	float:right;
	height:32px;
	box-sizing:border-box;
	font-size:12px;
	color:#959128;
	font-family: 'montserratregular';
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background:#151515;
	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:#f2f2f2;
	border-radius:30px;
	border-color:#f2f2f2;
	color:#4a4a4a;
	font-family:'montserratregular';
	font-size:12px;
}
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:#f5ef4b;
	background:#f5ef4b;
	color:#959128;
}
.accent {
	color:#2c2c2c;
	font-size:24px;
	font-family:'montserratlight';
}
#comments .accent { font-size:20px; }
.descent {
	font-size:12px;
	color:#000;
}

/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	background:#f2f2f2;
	color:#bdbdbd;
	border-radius:60px;
	font-size:12px;
	font-family:'montserratregular';
	display:inline-block;
	box-sizing:border-box;
	min-width:40px;
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover {
	background:#f5ef4b; color:#959128;
}
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	background:#f5ef4b; color:#959128;
}

/* ========================================= Theme Header. ========================================= */
.site-header .slider-container {
	z-index: 1;
}
#menu-with-logo {
	background:rgba(0,0,0,0.8);
	width:100%;
	top:0;
	left:0;
	position:relative;
	z-index: 3;
}
#menu-with-logo .boxed-container {
	width:1100px;
}
.boxed-container.menu-with-search {
	width:960px;
	max-width: 100%;
	box-sizing: border-box;
	position:relative;
	margin:10px auto;
	background:#f5ef4b;
	border: 1px solid #c4bf3c;
	box-shadow:0 0 0 7px #f5ef4b;
}
#logo {
	float:left;
	display:flex;
	align-items:center;
	height:90px;
	position:relative;
	z-index:9;
}
.site_ttl {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	color: #fff;
    text-transform: none;
}
.headersearch {
	float:right;
	z-index:3;
	width: 50px;
	height: 50px;
}
@media screen and (min-width:1024px) {
	.has-slider #menu-with-logo .boxed-container::after {
		content:'';
		position:absolute;
		top:100%;
		width: 100%;
		height: 35px;
		background:rgba(255,255,255,0.8);
		z-index: 3;
	}	
	.boxed-container.menu-with-search {
		margin:30px auto;
		z-index:2;
	}
	.has-slider .boxed-container.menu-with-search {
		margin-top:300px;
		margin-bottom:0;
	}
	.boxed-container.menu-with-search::before {
		content:'';
		position:absolute;
		padding:19px;
		border:1px solid rgba(255,255,255,0.3);
		width:100%;
		height:100%;
		left:-20px;
		top:-20px;
	}
	.boxed-container.menu-with-search::before {
		border-color:#c4bf3c;
	}
	.has-slider .boxed-container.menu-with-search::before {
		border:1px solid rgba(255,255,255,0.3);
	}
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	padding-right: 40px;
	position: relative;
}
form .search-box input[type="search"] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #707070;
	border:none;
	font-family:'open_sansregular';
	font-size:13px;
}
form .search-box input[type="submit"] {
	display:none;
}
.headersearch .search-box {
	display: none;
	position: absolute;
	right: 0;
	left: 0;
	height: 50px;
	background: #f5ef4b;
	line-height:50px;
	height:50px;
	padding-right:50px;
	z-index: 2;
}
.headersearch .search-box input[type="search"] {
	color:#151515;
	font-size:21px;
	font-family:'montserratregular';
	background: none;
}
.search-box input[type="search"]::-webkit-input-placeholder { color:#707070; }
.search-box input[type="search"]:-moz-placeholder { color:#707070; }
.search-box input[type="search"]::-moz-placeholder { color:#707070; }
.search-box input[type="search"]:-ms-input-placeholder { color:#707070;}
.headersearch input[type="search"]::-webkit-input-placeholder { color:#151515; }
.headersearch input[type="search"]:-moz-placeholder { color:#151515; }
.headersearch input[type="search"]::-moz-placeholder { color:#151515; }
.headersearch input[type="search"]:-ms-input-placeholder { color:#151515; }
#search-trigger {
	color:#fff;
	position:absolute;
	right:0;
	top:0;
	width:49px;
	height:50px;
	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-hover.png) 50% no-repeat;
	z-index: 3;
}

/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		float:right;
		position:relative;
		z-index: 9;
		display:flex;
		align-items:center;
		height:90px;
	}
	#extra-menu ul.nav-menu > li > a {
		color:#fff;
		padding:29px 20px;
		font-size:16px;
		line-height: 31px;
		font-family:'montserratlight';
		text-transform:uppercase;
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#f5ef4b;
	}
	header ul.nav-menu  > li ul {
		background:rgba(0,0,0,0.8);
	}
	header ul.nav-menu  > li ul li a {
		color:#fff;
		font-size:12px;
		text-transform:uppercase;
		font-family:'montserratregular';
	}
	header ul.nav-menu  > li ul li:hover > a {
		color:#f5ef4b;
	}
	
}
@media only screen and (min-width:1024px) {
	#main-menu {
		float: left;
		position:relative;
		z-index: 1;
		display: flex;
		align-items: center;
		height: 50px;
	}
	#main-menu ul.nav-menu > li > a {
		color: #64622c;
		font-size: 16px;
		line-height:16px;
		padding:17px 20px;
		text-transform: uppercase;
		font-family: 'montserratlight';
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#fff;
		background:#c4bf3c;
	}
}

@media only screen and (max-width:1023px) {
	#mobile-menu-trigger a {
    color: #fff;
}
	#mobile-menu-trigger a:hover {}
}

/* .......................................................................... Slider .......................................................................... */
.boxed-container.with-slider {
	width:1100px;
	z-index: 1;
}
.slider-container {
	position:relative;
	background:#fff;
	padding-bottom:20px;
}
.slider-bgr { 
	position:absolute; 
	width:100%; 
	height:100%; 
	background:rgba(0,0,0,0.2); 
}
.fp-slides {
	z-index:1;
}
.fp-content-wrap {
	left:40px;
	right:40px;
	top:60px;
	bottom:60px;
}
.fp-content {
	box-sizing:border-box;
	border:1px solid rgba(255,255,255,0.5);
	padding:20px;
}
.fp-title {
	color:#59571b;
	font-family:'montserratlight';
	font-size:18px;
	background: #f5ef4b;
	display: inline-block;
	padding:5px 10px;
	font-weight: normal;
	margin: 0;
	max-width: 66%;
}
.fp-description {
	color:#fff;
	font-family:'montserratregular';
	width: 66%;
	margin-bottom: 0;
}
.fp-more {
	background:#f5ef4b;
	color:#2b2b26;
	text-transform:uppercase;
	padding: 10px 60px;
	border-radius:0;
	box-shadow:  0 0 0 1px #c4bf3c,  0 0 0 7px #f5ef4b;
	font-family:'montserratregular';
	font-size:12px;
	margin: 30px 10px 15px 0;
	height: 40px;
	line-height: 21px;
}
.fp-more:hover {
	color:#f5ef4b;
	background:#151515;
	box-shadow:  0 0 0 1px #424120,  0 0 0 7px #151515;
}
.fp-nav {
	width:100%;
	position:absolute;
	height:20px;
	bottom:-20px;
	background:#000;
	display:flex;
	align-items: center;
}
.fp-pager {
	height:4px;
	display: block;
	width:100%;
}
.fp-nav a {
	background:#313131;
	height: 4px;
	margin: 0;
	display: block;
	position: relative;
	float: left;
	box-sizing: border-box;
}
.fp-nav a:hover, .fp-nav a.activeSlide {
	background:#f5ef4b;
}

@media screen and (min-width:1024px) {
	.slider-container {
		position:relative;
		top: -452px;
		margin-bottom: -452px;
		background:#fff;
		padding-bottom:20px;
	}
}
@media screen and (max-width:640px) {
	.fp-content {
		display:none;
	}		
}

/* ......................................................................... Showroom ......................................................................... */
.showroom-container {
	padding: 0;
	margin-bottom: 15px;
	background:#fff;
	max-width: 100%;
	box-sizing: border-box;
}
.boxed-container.showroom {
	background:#151515;
	width:1100px;
	padding: 60px 40px;
	box-sizing: border-box;
}
.showroom .showroom-item {
	width: 33.33%;
	float: left;
	padding:0;
	position:relative;
	box-sizing: border-box;
}
.showroom .showroom-item:last-child {
	margin: 0 !important;
}
.showroom-item > a:first-child {
	display:block;
	position:relative;
}
.showroom-item > a:first-child img {
	z-index:1;
	vertical-align: bottom;
	width: 100%;
}
.showroom-item > a:first-child::after {
	content:'';
	position:absolute;
	box-sizing:border-box;
	border: 1px solid rgba(255,255,255,0.6);
	left: 10px;
	top: 10px;
	bottom: 10px;
	right: 10px;
	z-index: 2;
}
.showroom-item > a:nth-child(2) {
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	display: flex;
	left:0;
	align-items: center;
}
.showroom-item > a:nth-child(2)::after {
	content:'';
	background:rgba(0,0,0,0.3);
	width:100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.showroom-item h3 {
	color:#fff;
	font-family:'montserratlight';
	font-size:20px;
	font-weight:normal;
	left:0;
	right:0;
	margin:0 auto;
	top:50%;
	margin-top: -12px;
	position:absolute;
	z-index:3;
	text-align: center;
}
@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:40px 0;
	box-sizing:border-box;
	background:#fff;
	padding:30px 30px;
	position: relative;
	z-index: 2;
}
.entry-title {
	margin:0;
	padding-bottom:5px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size:24px;
	font-family:'montserratlight';	
	color:#2c2c2c;
	font-weight:normal;
}
.entry-title a {
	color:#2c2c2c;
}
.entry-title a:hover { color:#bfba37;}
article {
	border-bottom:1px solid #e5e5e5;
	padding-bottom:30px;
	margin-bottom:30px;
}
article .featured_image {
	vertical-align:bottom;
	float:left;
	margin:0 15px 10px 0;
	border-radius:200px;
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	color:#000;
	font-family:'montserratregular';
	font-size:12px;
	border-radius:60px;
	background:#f2f2f2;
	padding:5px 20px;
	margin:5px 0 10px;
}
.entry-meta a {
	color:#000;
}
.entry-meta a:hover {
	color:#a2a2a2;
	text-decoration:underline;
}
.entry-meta > span {
	padding-left: 20px;
	margin: 0 10px 0 0;
}
article .post-categories {
	background:#f5ef4b;
	border-radius:60px;
	padding: 3px 15px;
	color:#959128;
	float:left;
	margin: 0 0 10px;
	font-family:'montserratregular';
}
article .post-categories a {
	color:#959128;
}
article .post-categories a:hover {
	color:#454545;
}

/* ....................... Sidebar .................... */
.widget { 
	line-height:24px; 
}
.widget .caption h4 {
	color:#bdbdbd;
	font-family:'montserratregular';
	font-size:18px;
	font-weight: normal;
}
.widget a {
	color:#151515;
	font-family:'montserratregular';
	font-size:15px;
}
.widget a:hover {
	color:#a49f2d;
}
.sidebar ul li { 
	background:url(images/list-under.png) bottom center no-repeat;
}
.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 {
	background:url(images/list.png) right center no-repeat;
	padding: 15px 0;
	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:url(images/list-hover.png) right center no-repeat;
}
.widget_smt_comments .comment_avatar,
.widget_smt_posts img {
	float:right;
	border-radius:60px;
	margin:0 0 10px 10px;
}
.widget_smt_comments .comment_author {
}
.widget_smt_comments a {
}
.widget_smt_posts .post-date {
	color:#000;
	font-family:'montserratregular';
	float:right;
	margin: 0 0 5px;
}
.widget_smt_posts .title {
	display: block;
}
.widget_smt_posts p:first-of-type {
	margin-top: 32px;
}
.widget_smt_posts ul li,
.widget_smt_comments ul li,
.widget_recent_comments ul li  { display:block;	padding:10px 0; }


/* ========================================= FOOTER. ========================================= */
footer {
	color:#707070;
}
footer .boxed-container {
	background: #222;
	padding: 30px 0 0;
	box-sizing: border-box;
}
footer .widget a, footer a {
	color:#f5ef4b;
	font-size:15px;
}
footer a:hover, footer .widget a:hover {
	color:#a49f2d;
}
footer .footer_txt {
	padding:15px 0;
	background:#0f0f0f;
	text-align:center;
	font-family:'montserratregular';
	color:#353535;
}
footer .footer_txt a {
	text-decoration:none;
}
footer .widget .caption  h4 {
	color:#fff;
}
footer .widget {
	padding:0 30px;
	box-sizing:border-box;
}
footer .widget ul li:not(:last-child) {
    border-bottom: 1px solid #373737;
}
footer .widget ul.children li:last-child,
footer .widget ul.sub-menu li:last-child {
	border:none;
} 
footer .widget_smt_posts .post-date {
	color:#f5ef4b;
	background: #353535;
	display: inline-block;
	padding: 5px 15px;
	border-radius: 60px;
	margin: 10px 0 10px;
}