/*
Theme Name: SpatePhoto
Theme URI: http://smthemes.com/spatephoto/
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: 07/01/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: 'robotoregular';
	font-size:16px;
	background:#f7f7f7;
	color:#383c3f;
}
article, p, address, pre, hr, ul, ol, dl, dd, table, .entry-summary > div, .entry-content > div {
	line-height:28px;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#e73f63;
}
a:hover {
	color:#929393;
}
.submit, .button, input[type="submit"] { 
	padding:10px 25px;
	line-height:27px;
	background:#dbe73f;
	border-bottom:3px solid #d0db3c;
	color:#fff;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	min-width:220px;
	text-align:center;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background:#d2de39;
}
input[type="text"], 
textarea, 
input[type="email"], 
input[type="password"], 
input[type="tel"], 
input[type="url"], 
input[type="search"], 
input[type="date"],
select { 
	background:#f4f4f4;
	color:#373737;
	-webkit-box-shadow: inset 0px 0px 10px 4px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0px 0px 10px 4px rgba(0,0,0,0.05);
	box-shadow: inset 0px 0px 10px 4px rgba(0,0,0,0.05);
	border:none;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
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:2px solid #e73f63;
	padding-top:8px;
	padding-bottom:8px;
}
.accent {
	color:#28262b;
}
#comments .accent {}
.descent {
	color:#bcbcbc;
}

/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	background:#e73f63;
	border-bottom:3px solid #db3c5e;
	color:#fff;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover {
	background:#d6d6d6;
}
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	background:#dbe73f;
	border-bottom:3px solid #d0db3c;
}

/* ========================================= Theme Header. ========================================= */
#absolute-top-background {
	background:#222429;
	height:140px;
	width:100%;
	top:0;
	left:0;
}
.has-slider #absolute-top-background {
	display:none;
}
.site-header > * {
	position:relative;
	z-index:99;
}
.site-header .slider-container {
	z-index:9;
}
#header-top {
	background:#272e33;
	z-index:999;
}
#header-bottom {
	background:url(images/header-bottom.png);
}
#logo {
	position:relative;
	z-index:9;
}
.site_ttl {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	color: #fff;
    text-transform: none;
}
.headersearch {
	float:left;
	position:relative;
	z-index:9;
}
@media screen and (min-width:1024px) {
	.headersearch {
		margin-top: 0;
	}
	#logo { 
		float:left; 
	}
}
@media screen and (max-width:1023px) {
	#logo {
		text-align:center;
		display:block;
	}
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	position: relative;
}
form .search-box input[type="search"] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #2e2e2e;
	background:none;
	border:none;
}
form .search-box input[type="submit"] {
	position: absolute;
	right: 0;
	padding: 0;
	width: 40px;
	min-width: 40px;
	height: 40px;
	top: 0;	
	border:none;
	font-family:'FontAwesome';
}
.headersearch .search-form {
	float:left;
}
.headersearch .search-box {
	display: none;
}
.headersearch .search-box input[type="search"] { background: #32383d; color:#fff; width:100%; }
.headersearch .search-box input[type="submit"] {
	display:none;
}
.search-box input[type="search"]::-webkit-input-placeholder { color:#fff; }
.search-box input[type="search"]:-moz-placeholder { color:#fff; }
.search-box input[type="search"]::-moz-placeholder { color:#fff; }
.search-box input[type="search"]:-ms-input-placeholder { color:#fff;}
.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 {
	float:right;
	color:#fff;
	width:40px;
	height:40px;
	line-height: 40px;
	background:#e73f63;
	z-index:9;
	text-align: center;
	cursor: pointer;
}
#search-trigger:hover {
	color:#fff;
}
#search-trigger.active {
	color:#fff;
}

/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		float:right;
		position:relative;
		z-index:9;
	}
	#extra-menu ul.nav-menu > li > a {
		color:#8c9ba6;
		padding:9px 20px;
		font-size:12px;
		font-family:arial;
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#fff;
		background:#e73f63;
	}
	#extra-menu ul.nav-menu  > li ul {
		background:#1e2225;
	}
	#extra-menu ul.nav-menu  > li ul li {
		border-bottom:1px dashed #323538;
	}
	#extra-menu ul.nav-menu  > li ul li:hover {
	}
	#extra-menu ul.nav-menu  > li ul li a {
		color:#fff;
	}
	#extra-menu ul.nav-menu  > li ul li:hover > a {
		color:#e73f63;
	}
	
}
@media only screen and (min-width:1024px) {
	#main-menu {
		float:right;
		position:relative;
		z-index:9;
		margin:30px 0;
	}
	#main-menu ul.nav-menu > li > a {
		color:#fff;
		font-size:20px;
		padding:9px 20px;
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#fff;
		background:#272e33;
	}
	#main-menu ul.nav-menu  > li ul {
		border-top:2px solid #da6161;
		background:#f0f0f0;
	}
	#main-menu ul.nav-menu  > li ul li {
		border-bottom:1px dashed #e8e8e8;
	}
	#main-menu ul.nav-menu  > li ul li:hover {
		background:#fff;
	}
	#main-menu ul.nav-menu  > li ul li a {
		color:#333;
	}
	#main-menu ul.nav-menu  > li ul li:hover > a {
		color:#5600ee;
	}
}

@media only screen and (max-width:1023px) {
	#mobile-menu-trigger a { margin:6px 0; color:#fff; }
	#mobile-menu-trigger a:hover {}
}

/* .......................................................................... Slider .......................................................................... */
.slider-container {
	position:relative;
	top:-140px;
	margin-bottom:-140px;
	background:#fff;
}
.slider-bgr { 
	position:absolute; 
	width:100%; 
	height:100%; 
	background:url(images/fp-back.png); 
}
.fp-slides {
	z-index:1;
}
.fp-thumbnail img {
	width:100%;
}
.fp-content-wrap {
	width:1000px;
	display:flex;
	align-items:center;
}
.fp-content {
	text-align:center;
	padding:20px;
	position:relative;
	width:100%;
}
.fp-title {
	color:#3d3838;
	font-size:58px;
	font-family: 'robotoblack';
	text-transform:uppercase;
	margin-bottom:20px;
}
.fp-description {
	color:#3d3838;
	line-height:24px;
	margin-bottom:20px;
}
.fp-more {
	float:none;
	background:#dbe73f;
	font-size:20px;
	padding:10px 25px;
}
.fp-more:hover {
	
}
.fp-prev-next-wrap {
	width:100%;
}
.fp-prev-next-wrap a {
	top:-20px;
	height:40px;
	width:40px;
}
.fp-prev {
	left:0;
	background:url(images/slide-left.png) left top no-repeat;
}
.fp-next {
	right:0;
	background:url(images/slide-right.png) right top no-repeat;
}
.fp-prev-next-wrap a:hover {
	background-position:left 40px;
}
.fp-nav {
	bottom:100px;
}
.fp-pager a { background: url(images/slider-page.png); width:24px; height:25px; }
.fp-pager a:hover, .fp-pager a.activeSlide  { background: url(images/slider-page-active.png); }
@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:#e73f63;
	max-width: 100%;
	box-sizing: border-box;
}
.showroom {
	margin-top:-100px;
}
.showroom .showroom-item {
	width: 33.33%;
	float: left;
	padding:0 50px;
	position:relative;
	box-sizing: border-box;
	text-align:center;
}
.showroom .showroom-item:last-child {
	margin: 0 !important;
}
.showroom .showroom-item  img {
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.showroom-item h3 {
	color:#fff;
	font-size:38px;
	font-family: 'robotoblack';
	text-transform:uppercase;
	margin-bottom:20px;
}
.showroom-item p {
	color: #fff;
	font-size: 13px;
}
.show-more {
	font-size: 12px;
	color: #383c3f;
	background: #fff;
	border:none;
}
@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. ========================================= */
article { 
	background:#fff;
	-webkit-box-shadow: 0px 0px 14px 5px rgba(0,0,0,0.03);
	-moz-box-shadow: 0px 0px 14px 5px rgba(0,0,0,0.03);
	box-shadow: 0px 0px 14px 5px rgba(0,0,0,0.03);
	padding:	30px;
}
.site-content {
	margin:40px 0;
}
.entry-title {
	margin:0;
	margin-bottom:30px;
	padding-bottom:5px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size:26px;
	color:#383c3f;
}
.entry-title a {
	color:#333;
	text-decoration:none;
	font-weight:normal;
}
.entry-title a:hover { color:#555;}
article .featured_image {
	vertical-align:bottom;
	width:100%;
}
article .featured_image-container {
	margin:-30px -30px 30px;
}

/* .......................................................................... Entry Meta .......................................................................... */
.post-author {
	float:left;
	color:#929393;
	text-decoration:none;
	margin-right:20px;
	padding-right:20px;
	border-right:2px solid #e9e9e9;
}
.post-author .avatar {
	border-radius:50%;
	margin:0 10px 0 0;
	vertical-align:middle;
}
.post-categories {
	color:#929393;
}
.post-categories a {
	color:#929393;
	text-decoration:none;
}
.entry-meta {
	float:right;
	text-align:center;
	color:#bdbdbd;
	font-size:16px;
	border:2px solid #e9e9e9;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.entry-meta a {
	color:#bdbdbd;
	text-decoration:none;
	font-size:16px;
}
.entry-meta a:hover {
	color:#ff0;
	text-decoration:underline;
	border:none;
}
.entry-meta > span {
	padding-left: 20px;
	margin: 0 10px 0 0;
}
.entry-meta .post-date {
	background: url(images/date.png) left center no-repeat;
}
.entry-meta .post-categories {
	background: url(images/categories.png) left center no-repeat;
}
.entry-meta .post-comments {
	background: url(images/comments.png) left center no-repeat;
}
.entry-meta .post-author {
	background: url(images/author.png) left center no-repeat;
}

/* ....................... Sidebar .................... */
.sidebar { 
	color:#999; 
	font-size:12px;
}
.sidebar .widget {
	background:#fff;
	-webkit-box-shadow: 0px 0px 14px 5px rgba(0,0,0,0.03);
	-moz-box-shadow: 0px 0px 14px 5px rgba(0,0,0,0.03);
	box-shadow: 0px 0px 14px 5px rgba(0,0,0,0.03);
}
.sidebar .caption {
	background:url(images/widget-caption.png) right 50% repeat-x;
	overflow:hidden;
}
.sidebar .caption h4 {
	color:#b8bcbf;
	font-size:23px;
	background:#fff;
	margin:0;
	float:left;
	padding:20px;
}
.sidebar ul li { 
	border-bottom: 1px solid #f0f0f0; 
}
.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:#171717;
	text-decoration:none;
	padding: 15px;
	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;
	color:#e73f63;
}
.widget_smt_comments .avatar,
.widget_smt_posts img {
	float:left;
	margin:0 20px 10px 0;
	border-radius:50%;
}
.widget_smt_comments .comment_author {
	font-size:14px;
	color:#383c3f;
	font-weight:bold;
}
.widget_smt_comments a {
	text-decoration:none;
}
.widget_smt_posts img + .title-n-date {
	margin-left:80px;
}
.widget_smt_posts .post-date {
	color:#383c3f;
	font-size:12px;
	background:#ececec;
	padding:5px;
	border-radius:2px;
	display:block;
	text-align:center;
}
.widget_smt_posts .title {
	color: #383c3f;
	text-decoration:none;
	font-size:14px;
	margin-bottom:10px;
	font-weight:bold;
	display:block;
}
.widget_smt_posts .title:hover {
	color:#e73f63;
}
.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 20px; }


/* ========================================= FOOTER. ========================================= */
footer {
	color:#74787b;
	background-color:#2a2d33;
}
.footer-columns {
	padding-bottom:30px;
}
footer .footer_txt {
	background:#222429;
	color:#73777a;
	font-size:12px;
	padding:10px 0;
}
footer .footer_txt a {
	text-decoration:none;
	color:#fff;
}
footer .widget  {
	background:#222429;
}
footer .widget .caption {
	background:url(images/widget-caption.png) right 50% repeat-x;
	overflow:hidden;
}
footer .widget .caption  h4 {
	color:#dbe73f;
	font-size:23px;
	background:#222429;
	margin:0;
	float:left;
	padding:20px;
}
footer .widget_smt_posts .title {
	color:#fff;
}
footer .widget_smt_comments .comment_author {
	color:#fff;
}
footer .widget ul li {
    border-bottom: 1px solid #37383d;
}
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:#363636;
}
footer .widget_smt_posts .post-date {
	color:#fff;
	background: #363636;
}