/*
Theme Name: RestaFood
Theme URI: http://smthemes.com/restafood/
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: 04/30/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: 'montserratregular';
	font-size:12px;
	background:#fff;
	color:#a4a4a4;
}
h2 {
	color:#3b323e;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#3b323e;
	text-decoration:none;
}
a:hover {
	color:#b461d3;
}
.submit, .button, input[type="submit"] {
	padding: 10px 25px 9px;
	line-height:27px;
	background:none;
	font-size: 10px;
	text-transform: uppercase;
	border:1px solid #e5e5e5;
	border-radius: 3px;
	color:#3b323e;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background:#b461d3;
	border-color:#b461d3;
	color:#fff;
	box-shadow:2px 0 15px rgba(255,0,144,0.3);
}
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 #ffe6f4;
	border-radius: 2px;
	color:#bca1b0;
}
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:#3b323e;
}
.accent {
	color:#3b323e;
	font-family: 'montserratsemibold';
	font-size: 28px;
	font-style: italic;
}
#comments .accent {}
.descent {
	color:#3b323e;
}

/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	background:none;
	font-size: 16px;
	font-style: italic;
	color:#e1d0da;
    font-family: 'montserratsemibold';
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover,
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	color:#3b323e;
}

/* ========================================= Theme Header. ========================================= */
@media screen and (min-width:1180px) {
	.site-header {
		margin:0 80px;
	}
}
@media screen and (min-width:1024px) {
	.site-header {
		margin:0 40px;
	}
}
#logo {
	float:left;
	display:flex;
	align-items:center;
	height:80px;
}
#logo img {
	max-height:100%;
}
.site_ttl {
	float:left;
	margin:0;
	padding:0;
	line-height:80px;
	color: #fff;
    text-transform: none;
}
.headersearch {
	float:right;
	display:flex;
	align-items:center;
	height:80px;
	position:relative;
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	position: relative;
}
form .search-box input[type="search"] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #bca1b0;
	padding-right: 40px;
}
form .search-box input[type="submit"] {
	position: absolute;
	right: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	top: 0;	
	border:none;
	color:#b462d3;
	box-shadow: none;
	font-family:'FontAwesome';
}
.search-box input[type="search"]::-webkit-input-placeholder { color:#bca1b0; }
.search-box input[type="search"]:-moz-placeholder { color:#bca1b0; }
.search-box input[type="search"]::-moz-placeholder { color:#bca1b0; }
.search-box input[type="search"]:-ms-input-placeholder { color:#bca1b0;}
.headersearch .search-box {
	display:none;
	position:absolute;
	right:50px;
	top: 19px;
	z-index:6;
	min-width:200px;
}
.headersearch .search-box input[type="search"] {

}
.headersearch .search-box input[type="submit"] {
	display: none;
}
#search-trigger {
	background:#fff;
	font-size: 13px;
	color:#b462d3;
	box-shadow: 2px 0 10px rgba(0,0,0,0.2);
	position: relative;
	width:50px;
	height:50px;
	line-height: 50px;
	background:none;
	z-index:1;
	background:none;
	font-size:18px;
	text-align: center;
	cursor: pointer;
}
#search-trigger:hover {
	color:#272329;
}
#search-trigger.active {
	color:#272329;
}
@media screen and (max-width:1024px) {
	.headersearch {	
		margin-right:45px;
	}
	.headersearch .search-box {
		right:100%;
	}
}

/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		float: left;
		display:flex;
		align-items:center;
		height:80px;
		margin-left: 40px;
	}
	#extra-menu ul.nav-menu > li > a {
		color:#272329;
		padding:29px 20px;
		font-size:11px;
		text-transform: uppercase;
		font-family: 'montserratsemibold';
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#b461d3;
	}
	.site-header ul.nav-menu  > li ul {
		background:#2e2a30;
		border-radius: 3px;
	}
	.site-header ul.nav-menu  > li ul li a {
		color:#b461d3;
		font-family: 'montserratsemibold';
	}
	.site-header ul.nav-menu  > li ul li:hover > a {
		color:#fff;
	}
	
}
@media only screen and (min-width:1024px) {
	#main-menu {
		float:left;
		display:flex;
		align-items: flex-end;
		height: 130px;
		position: relative;
		z-index: 2;
	}
	#main-menu > *{
		position:relative;
		z-index:2;
	}
	#main-menu::after {
		content:'';
		position:absolute;
		top:0;
		left:0;
		width:1000px;
		height:100%;
		background:#b462d3;
	}
	.has-slider #main-menu::after {
		display:none;
	}
	#main-menu ul.nav-menu > li > a {
		color:#fff;
		padding: 79px 20px 29px;
		font-size:11px;
		text-transform: uppercase;
		font-family: 'montserratsemibold';
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#fff;
		background:url(images/menu.png) top center no-repeat;
	}	
}

@media only screen and (max-width:1023px) {
	#mobile-menu-trigger a { color:#272329; }
	#mobile-menu-trigger a:hover {color:#b461d3;}
}

/* .......................................................................... Slider .......................................................................... */

@media only screen and (min-width:1024px) {
	.slider-container {
		position: relative;
		top: -130px;
		margin-bottom: -130px;
		z-index: 1;
	}
}
.slider-bgr { 
	position:absolute; 
	width:50%;
	left:0;
	top:0; 
	height:100%; 
	background:#b461d3; 
}
.fp-slides {
	z-index:1;
}
.fp-content-wrap {
	width:1000px;
	display: flex;
	align-items: center;
}
.fp-content {
	width:73%;
	position: relative;
	overflow: visible;
	padding:0;
}
.fp-title {
	font-size: 102px;
	line-height: 102px;
	text-transform: uppercase;
	font-family: 'montserratsemibold';
	font-weight: bold;
	color:#fff;
}
@media only screen and (max-width:1360px) {
	.fp-title {
		font-size:50px;
		line-height:50px;
	}
	.fp-content {
		padding:20px;
	}
	.fp-prev-next-wrap {
		display:none;
	}
}
.fp-description {
	color:#fff;
	font-size: 14px;
	font-family: 'montserratlight';
	border-left:10px solid #fff;
	padding-left:10px;
	display: block;
	width:50%;
}
@media only screen and (max-width:860px) {
	.fp-title {
		font-size:25px;
		line-height:25px;
	}
	.fp-description {
		font-size:12px;
		line-height:18px;
	}
}
.fp-more {
	float:none;
	font-size: 11px;
	color:#fff;
	border-color:#fff;
	padding:10px 25px;
}
.fp-more:hover {
	color:#272329;
	border-color:#272329;
	box-shadow:none;
}
.fp-prev-next-wrap {
	width: 96%;
	left: 2%;
}
.fp-prev-next-wrap a {
	top:-30px;
	height:60px;
	width:60px;
	transition:none;
}
.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.fp-next:hover,
.fp-prev-next-wrap a.fp-prev:hover {
	box-shadow: 5px 0 15px rgba(0,0,0,0.15);
}
@media screen and (max-width:640px) {
	.fp-content {
		display:none;
	}	
	.fp-prev-next-wrap {
		display:none;
	} 	
}


/* ========================================= CONTENT. ========================================= */
.site-content {
	margin:40px 0;
}
.page-title {
	
}
.entry-title {
	margin:0;
	padding-bottom:5px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size:28px;
	font-style: italic;	
	color:#3b323e;
	font-weight:normal;
	text-transform:none;
	line-height:28px;
    font-family: 'montserratsemibold';
}
.entry-title a {
	color:#3b323e;
}
.entry-title a:hover { color:#b461d3;}
article {
	background:#fff;
	padding: 30px;
	text-align: center;
	box-shadow:9px 0 50px rgba(255,0,144,0.15);
}
.featured_box {
	margin: -30px -30px 23px;
}
article .featured_image {
	vertical-align:bottom;
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	margin: 20px 0;
	color:#3b323e;
	font-style: italic;
	font-weight: bold;
}
.entry-meta a {}
.entry-meta a:hover {}
.entry-meta > span:not(:last-child) {
	margin: 0 10px 0 0;
}
article .post-date { float:right; }
article .post-categories {float:left;}
.entry-meta .post-comments {}
.entry-meta .post-author {}

/* ....................... Sidebar .................... */
.widget {
	line-height:24px;
	text-align: center;
}
.widget a {
	font-size: 14px;
}
.widget a:hover {
	
}
.widget .caption h4 {
	color:#3b323e;
	font-style:italic;
	font-size:18px;
	background:url(images/widget.png) right center no-repeat;
	text-align:left;
	font-family: 'montserratsemibold';
	margin-bottom: 10px;
}
.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 {
	text-decoration:none;
	text-align: left;
	padding: 15px 0;
	border-bottom:1px solid #ede3f0;
	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 {
	text-decoration:none;
}
.widget_smt_comments .comment_avatar img {
	float:left;
	margin:0 10px 10px 0;
}
.widget_smt_posts img {
	width:100%;
}
.widget_smt_comments .comment_author {
	font-size:15px;
	font-style: italic;
	font-family: 'montserratsemibold';
}
.widget_smt_comments a {
	text-decoration:none;
}
.widget_smt_posts .post-date {
	color:#bfbdbf;
	font-style: italic;
	display: block;
	margin:10px 0;
	font-size:12px;
}
.widget_smt_posts .title {
	font-size:15px;
	font-style: italic;
	font-family: 'montserratsemibold';
}
.widget_smt_posts p {}
.widget_smt_posts ul li,
.widget_smt_comments ul li,
.widget_recent_comments ul li  { display:block;	padding:10px 0; }


/* ========================================= FOOTER. ========================================= */
@media screen and (min-width:1180px) {
	footer {
		margin:0 80px;
		padding:0 30px;
	}
}
@media screen and (min-width:1024px) {
	footer {
		margin:0 40px;
		padding:0 30px;
	}
}
footer {
	background-color:#46384a;
}
footer .widget {
	padding-top:40px;
}
footer .widget a, footer a {
	color:#fff;
	font-size: 15px;
	font-family: 'montserratsemibold';
}
footer .widget a:hover, footer a:hover {
	color:#b461d3;
}
footer .footer_txt {
	padding:15px 0;	
	background:#fff;
	text-align: center;
}
footer .footer_txt a {
	text-decoration:none;
	color:#46384a;
	font-size:13px;
}
footer .widget .caption  h4 {
	color:#fff;
	background:url(images/footerwidget.png) right center no-repeat;
}
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 {
	border-color:#57495b;
}
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 {
}
footer .widget_smt_posts .post-date {
	color:#bfbdbf;
	font-weight: bold;
}