/*
Theme Name: FlyMe
Theme URI: http://smthemes.com/flyme/
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: 03/05/2017
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_sanslight';
	font-size:14px;
	background:#fff;
	color:#282828;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#282828;
}
a:hover {
	color:#deb30f;
	text-decoration:none;
}
.submit, .button, input[type="submit"] {
	padding: 6px 50px;
	background:#f1c311;
	border:1px solid #e2b70f;
	border-radius:60px;
	float:left;
	color:#fff;
	text-decoration:none;
	text-shadow:0 3px 3px rgba(0,0,0,0.15);
	font-family: 'montserratlight';
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background:#deb30f;
	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 { 
	border-color:#e3e3e3;
	border-width:3px;
	border-radius:25px;
	font-size:20px;
	color:#4a4a4a;
    font-family: 'montserratlight';
}
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:#f1c311;
	color:#898989;
	border-width:3px;
}
.accent {
	color:#ccc;
	font-size:33px;
    font-family: 'montserratlight';
    text-decoration:none;
}
.descent {
	color:#282828;
}



/* ========================================= Theme Header. ========================================= */
.site-header .boxed-container {	
	background:#dbdbdb;
}
#logo {
	float:left;
	height:110px;
	overflow: hidden;
	position:relative;
	z-index:2;
	display: flex;
	align-items: center;
}
#logo img { max-height:100%; }
.site_ttl {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	color: #fff;
    text-transform: none;
}
.headersearch {
	float:right;
	position:relative;
	z-index: 3;
}
@media screen and (min-width:1024px) {
	.headersearch {
		margin-top: 40px;
		height: 30px;
		width: 30px;
	}
}
@media screen and (max-width:1024px) {
	.headersearch {
		margin: 28px 40px;
		height: 30px;
		width: 30px;
	}
}



/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	padding-right: 50px;
	position: relative;
	border:3px solid #e3e3e3;
	border-radius: 30px;
}
form .search-box input[type="search"] {
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #d2d2d2;
	border-radius: 0;
	font-size:20px;
	font-family: 'montserratlight';
	background:none;
	border:none;
}
form .search-box input[type="submit"] {
	position: absolute;
	right: 0;
	padding: 0;
	width: 50px;
	height: 50px;
	top: 0;
	border:none;
	color:#ff7533;
	font-family: 'FontAwesome';
	background: none;
	font-size: 20px;
}
.headersearch .search-box {
	border:none;
	display: none;
	background:rgba(0,0,0,0.4);
	padding: 8px;
	position: absolute;
	top: 100%;
	right: 0;
	width: 190px;
	border-radius:0;
}
.headersearch .search-box input[type="search"] {	
	font-size:13px;
	color:#fff;
	padding-right:50px;
	background:rgba(255,255,255,0.1);
}
.headersearch .search-box input[type="submit"] {
	color:#fff;
	top:7px;
	right:5px;
}
#search-trigger {
	background:url(images/search.png) 50% no-repeat;
	position:absolute;
	right:0;
	top:0;
	width:30px;
	height:30px;
	line-height: 40px;
	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-active.png) 50% no-repeat;
}
::-webkit-input-placeholder { color:#d2d2d2; }
:-moz-placeholder { color:#d2d2d2; }
::-moz-placeholder { color:#d2d2d2; }
:-ms-input-placeholder { color:#d2d2d2;}
.headersearch ::-webkit-input-placeholder { color:#fff; }
.headersearch :-moz-placeholder { color:#fff; }
.headersearch ::-moz-placeholder { color:#fff; }
.headersearch :-ms-input-placeholder { color:#fff; }


/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		float:right;
		position:relative;
		z-index:2;
		height: 110px;
		display: flex;
		align-items: center;
		margin-right: 20px;
	}
	header ul.nav-menu > li:not(:last-child) > a::after {
		content:'\2022';
		color:#fff;
		display: inline-block;
		padding-left: 20px;
	}
	header ul.nav-menu > li > a {
		color:#fff;
		padding: 17px 10px;
		text-transform:uppercase;
		font-family:'montserratlight';
	}
	header ul.nav-menu > li:hover > a {
		color:#f1c311;
	}
	header ul.nav-menu  > li ul {
		text-align: left;
		padding:0 20px;
		margin-left:20px;
		background:rgba(0,0,0,0.4);
	}
	header ul.nav-menu  > li > ul  {
		margin:0;
	}
	header ul.nav-menu > li ul li:not(:last-child) {
		border-bottom:1px solid rgba(255,255,255,0.1);
	}
	header ul.nav-menu  > li ul li a {
		color:#fff;
		font-size:13px;
		padding: 10px 0;
		font-family:'montserratlight';
	}
	header ul.nav-menu  > li ul li:hover > a {
		color:#f1c311;
	}
	
}
@media only screen and (min-width:1024px) {
	#main-menu {
		float:none;
		background:#333;
		text-align:center;
	}
	#main-menu > div {
		display: inline-block;
		vertical-align: bottom;
	}
	#main-menu ul.nav-menu > li > a {
		padding: 28px 10px;
	}
	header #main-menu > li:not(:last-child) > a::after {
		color:#5c5c5c;
	}	
}

@media only screen and (max-width:1023px) {
	#mobile-menu-trigger a {}
	#mobile-menu-trigger a:hover {}
}

/* .......................................................................... Slider .......................................................................... */
.slider-container {
    position: relative;
    top: -110px;
    margin-bottom: -110px;
    z-index: 1;
}
.slider-bgr { 
	position:absolute; 
	width:100%; 
	height:100%; 
	background:rgba(0,0,0,0.3); 
}
.fp-thumbnail img {
	width:100%;
}
.fp-content-wrap {
	width:1000px;
	align-items:center;
	display:flex;
}
.fp-content {
	position:relative;
	padding:20px;
	text-align:center;
	margin: 0 auto;
}
.fp-title {
	color:#fff;
	font-size:70px;
	padding-bottom: 20px;
	font-family:'montserratlight';
	background: url(images/fp-title.png) bottom center no-repeat;
}
.fp-description {
	color:#fff;
}
.fp-more {
	color:#fff;
	font-family:'montserratlight';
	float:none;
	background:none;
	border:3px solid #f1c311;
	border-radius:5px;
	padding:10px 55px;
	margin-top: 30px;
}
.fp-more:hover {
	background:#fff;
	border-color:#fff;
	color:#f1c311;
}
@media screen and (max-width:1024px) {
	.fp-title {
		font-size:40px;;
	}	
}
@media screen and (max-width:640px) {
	.fp-content {
		display:none;
	}	
}


/* ========================================= CONTENT. ========================================= */
.site-content {
	margin:40px 0;
}
@media screen and (min-width:1024px) {
	.site-content {
		padding:40px;
		width:1000px;
		margin: 40px auto;
		box-sizing:border-box;
		border:5px solid #f2f2f2;
	}
}
.entry-title {
	margin:0;
	padding-bottom:5px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size:30px;
	font-family:'montserratlight';
	color:#f1c311;
}
.entry-title a {
	color:#f1c311;
	text-decoration:none;
	font-weight:normal;
}
.entry-title a:hover { color:#deb30f;}
article {
	border-bottom:3px dashed #f2f2f2;
}
.featured-img-container {
	position:relative;
}
.featured-img-container::after {
	content:'';
	position:absolute;
	width:100%;
	height: 100%;
	top: 0;
	left: 0;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 39%, rgba(0,0,0,0.32) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 39%,rgba(0,0,0,0.32) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 39%,rgba(0,0,0,0.32) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#52000000',GradientType=0 ); /* IE6-9 */
	z-index:1;
}
.featured-img-container .text {
	position:absolute;
	z-index:2;
	left:20px;
	right:20px;
	bottom:20px;
}
.featured-img-container .text .entry-title, .featured-img-container .text .entry-title a {
	color:#fff;
}
article .featured_image {
	vertical-align:bottom;
	width:100%;
}
@media screen and (max-width:1024px) {
	.featured-img-container .text .entry-title, .featured-img-container .text .entry-title a {
		font-size:20px;
	}
}
/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	color:#f1c311;	
    font-family: 'montserratlight';
}
.entry-meta a {
	color:#f1c311;
	text-decoration:none;
}
.entry-meta a:hover {
	color:#deb30f;
	border:none;
}
.entry-meta > span {
	margin: 0 20px 0 0;
}
.entry-meta > span .icon {
	color:#ccc;
	padding-right: 5px;
}
.featured-img-container .entry-meta a,
.featured-img-container .entry-meta {
	color:#fff;
}
.featured-img-container .entry-meta a:hover {
	color:#f1c311;
}
.featured-img-container .entry-meta >span .icon {
	color:#fff;
}
article .post-categories {
	font-size:11px;
	margin: 20px 0 15px;
	font-family:'montserratlight';
}
article .post-categories a {
	color:#929292;
	background:#f2f2f2;
	padding: 10px 15px;
	border-radius: 30px;
	text-decoration: none;
	border:1px solid #dbdbdb;
	text-shadow:0 3px 3px rgba(0,0,0,0.1);
}
article .post-categories a:hover {
	color:#fff;
	background:#f1c311;
	border-color:#e2b70f;
}

/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {	
	color:#929292;
	background:#f2f2f2;
	border:1px solid #dbdbdb;
	text-shadow:0 3px 3px rgba(0,0,0,0.1);
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover {
	color:#fff;
	background:#f1c311;
	border:1px solid #e3b80f;
	text-shadow:0 3px 3px rgba(0,0,0,0.1);
}
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	color:#fff;
	background:#f1c311;
	border:1px solid #e3b80f;
	text-shadow:0 3px 3px rgba(0,0,0,0.1);
}


/* ....................... Sidebar .................... */
.sidebar { 
	color:#bdbcbc; 
	font-size:15px;
	font-family: 'montserratlight';
}
.widget {
	line-height:24px;
}
.sidebar a {
	color:#333;
	text-decoration:none;
}
.sidebar a:hover {
	color:#ff6c26;
}
.sidebar .caption h4 {
	color:#333;
	font-size:20px;
	font-family:'montserratregular';
}
.sidebar .caption h4:first-letter {
	color:#ff6c26;
}
.sidebar ul li:not(:last-child) { 
	border-bottom: 2px solid #f2f2f2; 
}
.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:#333;
	font-family: 'montserratlight';
	text-decoration:none;
	padding: 15px 10px 15px 0;
	display:block;
	transition: all 0.3s;
}
.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:#ff6c26;	
	padding: 15px 0 15px 10px;
}
.widget_smt_comments .comment_avatar {
	float:left;
	margin:0 10px 10px 0;
}
.widget_smt_comments .comment_author {
	font-size:14px;
}
.widget_smt_comments a {
	text-decoration:none;
}
.widget_smt_posts p:last-of-type {
	margin-bottom:0;
}
.widget_smt_posts .featured-img {
	position: relative;
	margin: 10px 0;
}
.widget_smt_posts .featured-img img {
	width:100%;
	vertical-align:bottom;
}
.widget_smt_posts .featured-img::after {
	position:absolute;
	content:'';
	width:100%;
	height:100%;
	top:0;
	left:0;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 39%, rgba(0,0,0,0.32) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 39%,rgba(0,0,0,0.32) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 39%,rgba(0,0,0,0.32) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#52000000',GradientType=0 ); /* IE6-9 */
	z-index:1;
}
.widget_smt_posts .featured-img .post-date {
	position:absolute;
	bottom: 0;
	left:10px;
	right:10px;
	color:#fff;
	z-index:2;
}
.widget_smt_posts .post-date {
	color: #F8D35B;
	font-size:20px;
	font-family:'montserratlight';
	text-align: center;
	margin-bottom: 10px;
}
.widget_smt_posts .title {
	margin-bottom:10px;
	display:block;
} 
.widget_smt_posts ul li,
.widget_smt_comments ul li,
.widget_recent_comments ul li  { display:block;	padding:10px 0; }


/* ========================================= FOOTER. ========================================= */
footer {
	color:#bdbcbc;
	font-size:15px;
	font-family: 'montserratlight';
	background-color:#272727;
	margin:0 50px 50px;
}
footer a {
	color:#fff;
	text-decoration:none;
}
footer a:hover {
	color:#ff6c26;
}
footer .footer_txt {
	font-size:0px;
	border-top:3px solid #3c3c3c;
	padding:20px 0;
}
footer .footer_txt a {
	text-decoration:none;
}
footer .widget {
	padding-top:40px;
}
footer .widget .caption  h4 {
	color:#ff6c26;
	font-size:20px;
	font-family: 'montserratregular';
}
footer .widget ul li {
    border-bottom: 2px solid #3c3c3c;
}
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 {
	color:#ff6c26;
}
footer .widget_smt_posts .post-date {
	color:#fff;
}