/*
Theme Name: Chilis
Theme URI: http://smthemes.com/chilis/
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: 09/10/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:'poppinslight';
	font-size:14px;
	background:#fff;
	color:#939393;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#3f3f3f;
	text-decoration:none;
}
a:hover {
	color:#d8577e;
}
.submit, .button, input[type="submit"] {
	padding: 8px 40px;
	line-height:27px;
	background:none;
	border: 1px solid #e8e8e8;
	color:#3f3f3f;
	text-transform:uppercase;
	font-size:10px;
	font-family:'poppinssemibold';
	border-radius:2px;
	float: right;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background:#e6eb5f;
	color:#bcc13c;
	border-color:#d0d548;
}
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:#f0f0f0;
	color:#bbb;
	background:#f0f0f0;
	border-radius:2px;
	font-size:11px;
	line-height:50px;
    font-family: 'poppinsmedium';
}
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:#fff;
	background:#fff;
	font-size:18px;
}
.accent {
	color:#272526;
	font-size:26px;
}
#comments .accent { font-size:18px; }
.descent {
	color:#bbb;
}

/* ....................... Page Navigation .................... */
nav.pagination {
	padding:20px;
	border-top:1px solid #e8e8e8;
}
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	background:none;
	color: #e8e8e8;
	border: 1px solid #e8e8e8;
	border-radius:2px;
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover {
	background:#e6eb5f;
	border-color:#e6eb5f;
	color:#bcc13c;
}
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	background:#e6eb5f;
	border-color:#e6eb5f;
	color:#bcc13c;
}

/* ========================================= Theme Header. ========================================= */
.site-header {
	background:#232323;
}
#logo {
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	max-width:220px;
	height: 150px;
	display:flex;
	align-items:center;
	justify-content: center;
}
#logo img {
	max-width: 100%;
	max-height:100%;
}
.site_ttl {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	color: #fff;
    text-transform: none;
}
.headersearch {
	float:right;
	position:relative;
	height: 150px;
	margin-right: 70px;
}
@media screen and (min-width:1024px) {
	.headersearch {
		width: 40px;
		height: 150px;
		display: flex;
		align-items: center;
	}
}
@media screen and (max-width:1240px) and (min-width:1024px) {
	#logo {
		left:100px;
		margin: 0;
	}
}
@media screen and (max-width:800px) {
	#logo {
		float:left;
		margin:0;
	}
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	padding-right: 40px;
	position: relative;
	background:#efefef;
	border-radius:2px;
}
form .search-box input[type="search"] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #b1b1b1;
	background:none;
	border:none;
	font-family:'poppinsmedium';
}
form .search-box input[type="submit"] {
	position: absolute;
	right: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	top: 0;
	border:none;
	font-family:'FontAwesome';
	font-size: 15px;
}
.headersearch .search-box {
	display: none;
	right: 100%;
	width: 200px;
	z-index: 3;
}
.headersearch .search-box input[type="search"] {}
.headersearch .search-box input[type="submit"] {
	display:none;
}
.search-box input[type="search"]::-webkit-input-placeholder { color:#b1b1b1; }
.search-box input[type="search"]:-moz-placeholder { color:#b1b1b1; }
.search-box input[type="search"]::-moz-placeholder { color:#b1b1b1; }
.search-box input[type="search"]:-ms-input-placeholder { color:#b1b1b1;}
#search-trigger {
	color:#fff;
	position:absolute;
	right:0;
	top: 55px;
	width:40px;
	height:40px;
	line-height: 40px;
	z-index:1;
	text-align: center;
	cursor: pointer;
	text-align: center;
}
#search-trigger:hover {
	color:#e0e478;
}
#search-trigger.active {
	color:#e0e478;
}

/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		float:right;
		display: flex;
		align-items: center;
		height: 150px;
	}
	#extra-menu ul.nav-menu > li {
		padding:15px 0;
	}
	#extra-menu ul.nav-menu > li > a {
		color:#fff;
		text-transform:uppercase;
		padding: 0 20px;
		font-size:14px;
		line-height: 14px;
		font-family:'poppinssemibold';
		position:relative;
		z-index:2;
	}
	#extra-menu ul.nav-menu > li:hover > a::after {
		content:'';
		position:absolute;
		bottom:-1px;
		height:6px;
		width:100%;
		left:0;
		z-index:-1;
		background:#e2e75e;
	}
	header ul.nav-menu  > li ul {
		padding:10px 30px;
		background:#fff;
		text-align:left;
		box-shadow:0 5px 5px rgba(0,0,0,0.1);
	}	
	header ul.nav-menu > li ul ul {
		margin: 0 0 0 30px;
	}
	header ul.nav-menu  > li ul li:not(:last-child) > a {
		border-bottom:1px solid #f2f2f2;
	}
	header ul.nav-menu  > li ul li a {
		color:#232323;
		text-transform:uppercase;
		padding:10px 0;
		font-family:'poppinssemibold';
	}
	header ul.nav-menu  > li ul li:hover > a {
		color:#d8577e;
	}
	
}
@media only screen and (min-width:1024px) {
	#menu-trigger {
		position:absolute;
		height:25px;
		width: 25px;
		right: 0;
		top: 59px;
		background:url(images/menu.png) 50% no-repeat;
		cursor: pointer;
		z-index:1;
	}
	#menu-trigger:hover {
		background:url(images/menu-hover.png) 50% no-repeat;
	}
	#menu-trigger.active {
		background: url(images/menu-active.png) 50% no-repeat;
	}	
	#main-menu {
		float:left;
		height: 150px;
		width: 50px;
		position: relative;
		margin-left: 70px;
	}	
	#main-menu ul.nav-menu {
		position:absolute;
		display:none;
		top: 40px;
		left: 100%;
		margin-left: 20px;
		background:#fff;
		box-shadow:0 5px 5px rgba(0,0,0,0.1);
		border-radius:2px;
		padding: 8px 20px;
	}
	#main-menu ul.nav-menu > li > ul {
		left:100%;
		top:0;
		margin-left:20px;
	}
	#main-menu ul.nav-menu > li {
		float:left;
		width:100%;
	}
	#main-menu ul.nav-menu  > li:not(:last-child) > a {		
		border-bottom:1px solid #f2f2f2;
	}
	#main-menu ul.nav-menu > li > a {
		color:#232323;
		text-transform:uppercase;
		font-family:'poppinssemibold';
		padding: 20px 20px;
	}
	#main-menu ul.nav-menu > li:hover > a {		
		color:#d8577e;
	}
}

@media only screen and (max-width:1023px) {
	#mobile-menu-trigger a {
    margin: 61px 0;
}
	#mobile-menu-trigger a:hover {}
}

/* .......................................................................... Slider .......................................................................... */
.slider-container {
	background:url(images/slider.jpg); 
	padding:100px 0;
}
.fp-slides {
	z-index:1;
	width:1000px;
	max-width:100%;
	margin:0 auto;
}
.fp-content-wrap {
	width:1000px;
	display:flex;
	align-items:center;
	max-width:100%;
}
.fp-thumbnail {
	width:40%;
	margin-left:60%;
}
.fp-thumbnail img {
	border-radius:100%;
}
.fp-content {
	width:60%;
	position:relative;
}
.fp-title {
	color:#fff;
	font-size:90px;
	font-family:'poppinssemibold';
	text-transform:uppercase;
	text-shadow:-2px 2px 5px rgba(0,0,0,0.05);
	line-height: 70px;
}
.fp-description {
	color:#000;
	font-size:16px;
	font-family:'poppinsmedium';
}
.fp-more {
	float:left;
	background:#d8577e;
	padding:19px 25px;
	font-size:12px;
	line-height:12px;
	font-family:'poppinsmedium';
	border-radius:2px 0 0 2px;
	position:relative;
	border:none;
	color:#fff;
	text-transform:none;
}
.fp-more::after {
	content:'';
	position:absolute;
	left:100%;
	top:0;
	height:50px;
	width:50px;
	background:url(images/cup.png) 50% no-repeat;
	background-color:#cd5378;
	border-radius:0 2px 2px 0;
}
.fp-more:hover {
	opacity:0.9;
	color:#fff;
	background-color:#d8577e;
}
.fp-prev-next-wrap {
	width:45px;
	position:absolute;
	top:0;
	left: 60%;
	height:100%;
}
.fp-prev-next-wrap a {
	top:0;
	height:45px;
	width:45px;
	border-radius: 45px;
}
.fp-prev {
	left:0;
	bottom: 0;
	background:url(images/slide-left.png) left top no-repeat;
	top: auto !important;
}
.fp-next {
	right:0;
	bottom:0;
	background:url(images/slide-right.png) right top no-repeat;
}
.fp-prev-next-wrap a:hover {
	box-shadow:0 5px 10px rgba(0,0,0,0.15);
}
@media screen and (max-width:1024px) {
	.fp-title {
		font-size:50px;
		line-height:40px;
	}
	.fp-content {
		box-sizing:border-box;
		padding:20px;
	}
}
@media screen and (max-width:640px) {
	.fp-content-wrap {
		display:none;
	}	
	.fp-thumbnail {
		width:100%;
		margin:0 auto;
	}
}


/* ========================================= CONTENT. ========================================= */
.site-content {
	margin:40px 0;
}
.site-content #container {
	border:1px solid #e8e8e8;
	box-sizing:border-box;
}
.entry-title {
	margin:0;
	padding-bottom:5px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size:26px;
	color:#272526;
	text-align: center;
	margin: 24px 0 20px;
}
.page-title {
	padding:20px;
}
article {
	border-color:#e8e8e8;
	padding: 20px 20px 30px;
	margin-bottom: 10px;
	box-sizing: border-box;
}
article:last-of-type {
	border:none;
}
article .clear {
	margin:0;
}
.featured-img-container {
	margin:0 -20px;
}
article .featured_image {
	vertical-align:bottom;
	width:100%;
	margin: 0 0 15px;
}

/* .......................................................................... Entry Meta .......................................................................... */
article .post-date {
	border:1px solid #e8e8e8;
	font-size:12px;
	color:#3f3f3f;
	font-family:'poppinssemibold';
	text-transform:uppercase;
	float:left;
	padding: 8px 28px;
	margin: 0;
}
article .post-categories {
	display:block;
	margin:10px 0;
	text-align:center;
}
article .post-categories a {
	background:#e6eb5f;
	border-radius:2px;
	color:#bcc13c;
	font-size:12px;
	font-family:'poppinsmedium';
	padding:5px 25px;
	display:inline-block;
}
article .post-categories a:not(:last-child) {
	margin-right:5px;
}
article .post-categories a:hover {
	background:#ccd146;
	color:#f1f49c;
}
article .post-author {
	font-size:12px;
	color:#3f3f3f;
	font-family:'poppinssemibold';
	text-transform:uppercase;
	margin: 0 auto;
	text-align:center;
	padding: 10px 0;
}
.entry-meta > span .icon {
	color:#3f3f3f;
	padding-right: 5px;
}

/* ....................... Sidebar .................... */
.widget { 
	line-height:22px; 
}
.widget .caption h4 {
	color:#272526;
	font-family:'poppinsmedium';
	font-size:18px;
	background:none;
}
.widget .caption h4::after {
	content:'.';
}
.widget a {
	font-size:17px;
}
.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 {
	padding: 15px 0;
	display:block;
	box-sizing:border-box;
}
.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 {
	border-right:3px solid #ecbdcb;
}
.widget_smt_comments .comment_avatar {
	margin: 0;
	border-radius:50px;
	overflow:hidden;
	display: inline-block;
	height: 50px;
}
.widget_smt_comments .comment_author {
	line-height: 50px;
	float: left;
	margin: 0 15px 0 0;
}
.widget_smt_posts img {
	border-radius:50%;
	float:right;
	margin:0 0 10px 10px;
}
.widget_smt_posts .title {
	margin:0 0 10px;
	display:block;
}
.widget_smt_posts .post-date {
	color:#bcc13c;
	font-size:12px;
	line-height: 35px;
	padding: 4px 25px;
	box-sizing: border-box;
	border-radius:2px;
	background:#e6eb5f;
	margin: 0 0 10px;
	display: inline-block;
}
.widget_smt_posts ul li,
.widget_smt_comments ul li,
.widget_recent_comments ul li  { display:block;	padding:10px 0; }


/* ========================================= FOOTER. ========================================= */
footer {
	color:#939393;
	background-color:#1c1c1c;
	position: relative;
	overflow:hidden;
}
footer a {
	color:#fff;
}
footer a:hover {
	color:#d8577e;
}
.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 {
	margin:40px 0 20px;
}
footer .footer_txt {
	padding:15px 0;
	text-transform:uppercase;
	background: rgba(0,0,0,0.5);
	position: relative;
}
footer .footer_txt a {
	color:#d8577e;
}
footer .widget .caption  h4 {
	color:#fff;
}
footer .widget_smt_posts .post-date {
	background: #e6eb5f;
}