/*
Theme Name: Pokemon
Theme URI: http://smthemes.com/pokemon/
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: 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:'robotoregular';
	font-size:14px;
	background:url(images/top.jpg) top center no-repeat;
	background-color:#f3f5f0;
	color:#a9a9a9;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#1f1f1f;
	text-decoration:none;
}
a:hover {
	color:#00a2ff;
}
.submit, .button, input[type="submit"] {
	padding:10px 35px 10px 0;
	line-height:27px;
	font-family:'robotobold';
	font-style:italic;
	background:none;
	color:#323131;
	transition: color 0.3s;
	float: right;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background:url(images/more.png) right center no-repeat;
	color:#00a2ff;
}
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:#e8e8e8;
	background:#e8e8e8;
	border-radius:50px;
	color:#646464;
	font-family:'robotobold';
	font-style:italic;
}
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:#00a2ff;
	background:#00a2ff;
	color:#fff;
}
.accent {
	color:#1f1f1f;
	font-size:18px;
	font-family:'robotobold';
}
#comments .accent {
	font-size:16px;
}
.descent {
	color:#a9a9a9;
}

/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	background:none;
	border:2px solid #00a2ff;
	border-radius:60px;
	min-width:50px;
	line-height: 25px;
	box-sizing:border-box;
	color:#00a2ff;
	font-family:'robotobold';
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover {
	background:#00a2ff;
	color:#fff;
}
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	background:#00a2ff; color:#fff;
}

/* ========================================= Theme Header. ========================================= */
#logo {
	float:left;
	height:156px;
	display:flex;
	align-items: flex-end;
}
#logo img {
	max-height:100%;
}
#search-with-menu {
	background:#fff;
	border-bottom:1px solid #eaeaea;
}
.site_ttl {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	color: #fff;
    text-transform: none;
}
.headersearch {
	float:right;
	height:75px;
	display:flex;
	align-items:center;
}
@media screen and (min-width:1024px) {
	.headersearch {
	}
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	position: relative;
}
form .search-box input[type="search"] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #1f1f1f;
	background:#fff;
	border-radius:3px;
	box-shadow:0 5px 15px rgba(0,0,0,0.15);
	border:none;
	font-family:'robotobold';
}
.headersearch .search-box {
	min-width:225px;
}
.headersearch .search-box input[type="search"] {	
	background:#eaeaea;
	border-radius:60px;
	color:#a89d9d;
}
.headersearch .search-box input[type="submit"] {
}
.search-box input[type="search"]::-webkit-input-placeholder { color:#1f1f1f; }
.search-box input[type="search"]:-moz-placeholder { color:#1f1f1f; }
.search-box input[type="search"]::-moz-placeholder { color:#1f1f1f; }
.search-box input[type="search"]:-ms-input-placeholder { color:#1f1f1f;}
.headersearch input[type="search"]::-webkit-input-placeholder { color:#a89d9d; }
.headersearch input[type="search"]:-moz-placeholder { color:#a89d9d; }
.headersearch input[type="search"]::-moz-placeholder { color:#a89d9d; }
.headersearch input[type="search"]:-ms-input-placeholder { color:#a89d9d; }


/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		float:left;
		height:60px;
		display:flex;
		align-items:center;
	}
	#extra-menu ul.nav-menu > li > a {
		color:#fff;
		padding: 19px 20px;
		text-transform:uppercase;
		font-family:'robotoblack';
		line-height: 20px;
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#00a2ff;
	}
	header ul.nav-menu  > li ul {
		background:#272727;
		margin-left:35px;
		margin-top:-15px;
		padding:15px 35px;
	}
	header ul.nav-menu  > li > ul {
		margin-left:0;
		margin-top:0;
	}
	header ul.nav-menu  > li ul li a {
		color:#868686;
		font-size:13px;
	}
	header ul.nav-menu  > li ul li:hover > a {
		color:#fff;
	}
	
}
@media only screen and (min-width:1024px) {
	#menu-trigger {
		height:50px;
		width: 50px;
		right: 0;
		top:0;
		background:url(images/menu.png) 50% no-repeat;
		cursor: pointer;
		z-index:1;
	}
	#menu-trigger:hover, #menu-trigger.active {
		background:url(images/menu-hover.png) 50% no-repeat;
	}	
	#main-menu {
		float:left;
		height:75px;
		display:flex;
		align-items:center;
		position: relative;
	}	
	#main-menu ul.nav-menu {
		display:none;
	}
	#main-menu ul.nav-menu > li > a {
		color:#bababa;
		font-family:'robotoblack';
		padding:29px 20px;
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#00a2ff;
	}
}

@media only screen and (max-width:1023px) {
	#mobile-menu-trigger a {}
	#mobile-menu-trigger a:hover {color:#000;}
}

/* .......................................................................... Slider .......................................................................... */
.slider-container {
	background:#f3f5f0;
	box-shadow:inset 0 5px 5px rgba(0,0,0,0.03);
	padding: 45px 0 20px;
	overflow: hidden;
}
.slider {
	width:1000px;
	max-width:100%;
	margin:0 auto;
	z-index: 1;
}
.slider::before {
	content:'';
	position:absolute;
	width: 1443px;
	height:100%;
	left:-210px;
	top: 30px;
	background: url(images/slide-left.png) left top no-repeat,   url(images/slide-right.png) right top no-repeat;
}
.fp-slides {
	z-index: 2;
}
.fp-thumbnail {
	position:relative;
	z-index: 1;
	overflow: visible;
}
.fp-thumbnail::before {
	content:'';
	position:absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background:linear-gradient( to bottom, transparent 60%, rgba(0,0,0,0.3) 80%, rgba(0,0,0,0.4) 100% );
}
.fp-thumbnail::after {
	content:'';
	position:absolute;
	width:1327px;
	height:283px;
	right:0;
	left: -158px;
	margin:0 auto;
	bottom: -80px;
	background:url(images/shadow.png) right center no-repeat;
	z-index: 1;
}
.fp-thumbnail img {
	height:auto !important;
	border: 10px solid #fff;
	z-index:2;
	position: relative;
}
.fp-content-wrap {
	width:1000px;
	position:relative;
	text-align:center;
	z-index: 1;
}
.fp-content {
	padding:20px;
	position: relative;
	box-sizing: border-box;
	margin-top: 20px;
}
.fp-title {
	color: #5a5a5a;
	font-size:44px;
	font-family:'robotothin';
	text-transform: uppercase;
	font-weight: normal;
}
.fp-description {
	color:#bababa;
	font-size:15px;
	font-family:'robotoregular';
	margin: 20px 0;
}
.fp-more {
	float:none;
	background:none;
	border:2px solid #00a2ff;
	border-radius:2px;
	padding: 10px 52px;
	display:inline-block;
	font-size:13px;
	text-transform:uppercase;
	font-family:'robotoblack';
	color: #00a2ff;
}
.fp-more:hover {
	background:#00a2ff;
	color:#fff;
	box-shadow:0 9px 16px rgba(0,0,0,0.2);
}
.fp-nav {
	width:100%;
	position:absolute;
	top:-70px;
	text-align:center;
	bottom: auto;
}
.fp-nav a {
	position:relative;
	display:inline-block;
	width:12px;
	height:13px;
	overflow: visible;
	background:url(images/pager.png) 50% no-repeat;
	text-indent: -9999px;
}
.fp-nav a:not(:last-child) {
	margin-right:70px;
}
.fp-nav a:first-child::before {
	content:'';
	position:absolute;
	right:100%;
	top:50%;
	background: #a8a79e;
	height:1px;
	width:70px;
	margin-top: -1px;
}
.fp-nav a::after {
	content:'';
	position:absolute;
	left:100%;
	top:50%;
	margin-top: -1px;
	background:#9e9d9c;
	height:1px;
	width:70px;
}
.fp-nav a:hover, .fp-nav a.activeSlide {
	background:url(images/pager-active.png) 50% no-repeat;
}
@media screen and (max-width:640px) {
	.fp-content {
		display:none;
	}	
	.fp-nav {
		display:none;
	} 	
}

/* ......................................................................... Showroom ......................................................................... */
.showroom-container {
	padding: 35px 0;
	margin-bottom: 25px;
	background:#fff;
	max-width: 100%;
	box-sizing: border-box;
	border-top:1px solid #eaeaea;
}
.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:first-child {
	display: block;
	margin:0 auto;
	text-align: center;
	position: relative;
}
.showroom-item > a:first-child::before {
	content:'';
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
	z-index: 0;
	height:100%;
	background:url(images/showroom.png) 50% no-repeat;
}
.showroom-item:hover > a:first-child::before {
	display:none;
}
.showroom-item > a.show-more {
	position:absolute;
	top:10px;
	background:#00a2ff;
	border-radius:60px;
	width:55px;
	height:55px;
	box-sizing:border-box;
	right:70px;
}
.showroom .showroom-item img {
	border-radius:100px;
	max-width:190px;
	margin:0 auto;
	vertical-align: bottom;
}
.showroom-item > a h3 {
	color:#000;
	font-family:'robotothin';
	font-size: 24px;
	margin:25px 0 15px;
	text-transform:uppercase;
}
.showroom-item:hover > a h3 {
	color:#00a2ff;
}
.showroom-item p {
	color: #a9a9a9;
}
.show-more {
	font-size: 12px;
	color: #fff;
	text-align:center;
	background: #ffd102;
}
.showroom-item > a.show-more::after {
	color:#fff;
	font-size:22px;
	font-style: normal;
	font-family:'robotoregular';
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	line-height: 14px;
	margin-top: -8px;
	z-index:2;
}
.showroom-item:nth-child(1) > a.show-more::after {
	content:'1';
}
.showroom-item:nth-child(2) > a.show-more::after {
	content:'2';
}
.showroom-item:nth-child(3) > a.show-more::after {
	content:'3';
}
.showroom-item:hover > a.show-more::after {
	content:'';
	height:100%;
	top:0;
	bottom:0;
	background:url(images/more-arrow.png) 50% no-repeat;
	margin: 0;
}
@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;
}
.entry-title {
	margin: 0 0 15px;
	padding-bottom:5px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size:20px;
	color: #1f1f1f;
}
.entry-title a {
	font-weight:normal;
}
article {
    background: #fff;
    padding:25px 25px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}
.featured-img-container .entry-title,
.featured-img-container .entry-title a {
	color:#fff;
}
.featured-img-container .entry-title a:hover {
	color:#ff0;
}
.featured-img-container {
	position:relative;
	margin: 0 -25px 15px;
}
.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 {
	text-align:center;
	color: #1f1f1f;
	font-style: italic;
	margin:10px 0;
}
.featured-text .entry-meta {
	color:#fff;
}
.featured-text .entry-meta a {
	color:#fff;
}
.featured-text .entry-meta a:hover {
	color:#00a2ff;
}
.entry-meta > span {
	margin: 0 20px 0 0;
}
.entry-meta > span .icon {
	color:#1f1f1f;
	padding-right: 5px;
}
.featured-text .entry-meta > span .icon {
	color:#fff;
	padding-right: 5px;
}
article .post-categories {
	margin: 35px 0 10px;
	display:block;
}
article .post-categories a {
	display:inline-block;
	background:#e8e8e8;
	border-radius:60px;
	color:#646464;
	font-family:'robotobold';
	font-style:italic;
	padding:3px 20px;
}
article .post-categories a:hover {
	color:#fff;
	background:#00a2ff;
}

/* ....................... Sidebar .................... */
.widget { 
	line-height:24px; 
}
.widget .caption {
	position:relative;
}
.widget .caption h4 {
	color: #1f1f1f;
	font-size:18px;
	margin:0 0 15px;
	font-family: 'robotobold';
	display:inline-block;
	background: #f3f5f0;
	padding-right:10px;
	position: relative;
	z-index: 1;
}
.widget .caption::after {
	content:'';
	position:absolute;
	height:4px;
	width:100%;
	left:0;
	top:50%;
	background:#5fa3d9;
	margin-top:-7px;
	z-index:0;
}
.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.widget_search {
	background:#5c97d0;
	padding:15px;
}
.widget.widget_search .caption h4 {
	background-color:#5c97d0;
	color:#fff;
}
.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:#5f5f5f;
	margin-bottom:3px;
	text-decoration:none;
	padding: 10px 25px 10px 15px;
	border-radius: 60px;
	display: block;
	background: url(images/list.png) right 15px center no-repeat;
	background-color: #e3e3e3;
	font-family:'robotoblack';
}
.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 15px center no-repeat;
	background-color: #00a2ff;
	color:#fff;
}
.widget_smt_comments .comment_avatar {
	float:left;
	margin:0 10px 10px 0;
}
.widget_smt_comments .comment_avatar img {
	border-radius:60px;
}
.widget_smt_posts img {
	width:100%;
	border-radius: 2px;
}
.widget_smt_comments .comment_author {
	font-size:14px;
}
.widget_smt_comments li > a {
	text-decoration:none;
	background:#e3e3e3;
	border-radius:50px;
	padding:5px 25px;
	display:inline-block;
	margin:0 0 5px;
}
.widget_smt_comments a:hover {
	color:#fff;
	background:#1eadff;
}
.widget_smt_posts .post-date {
	color: #1f1f1f;
	font-size:12px;
	font-style: italic;
}
.widget a {
	font-family:'robotoblack';
}
.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 {
	color:#a9a9a9;
	padding-top:50px;
	position:relative;
	background-color:#272727;
}
footer::after {
	content:'';
	position:absolute;
	top:-40px;
	left:0;
	right:0;
	width:85px;
	height:85px;
	background:url(images/footer.png) 50% no-repeat;
	margin:0 auto;
}
footer a, .footer .widget a {
	color:#fff;
}
footer a:hover, .footer .widget a:hover {
	color:#1eadff;
}
footer .footer_txt {
	padding:15px 0;
	background:#141313;
	color:#fff;
}
footer .footer_txt a {
	color:#0892e0;
}
footer .widget .caption  h4 {
	color:#fff;
	background:#272727;
}
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;
	background: url(images/flist.png) right 15px center no-repeat;
	background-color:#373737;
}
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: url(images/list-hover.png) right 15px center no-repeat;
	background-color: #00a2ff;
}
footer .widget_smt_comments li > a {
	background:#373737;
	color:#fff;
}
footer .widget_smt_comments a:hover {
	background:#1eadff;
}
footer .widget_smt_posts .post-date {
	color:#fff;
}