/*
Theme Name: Flexion
Theme URI: http://smthemes.com/flexion/
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: 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:'open_sansregular';
	font-size:12px;
	background:#fcfcfc;
	color:#b0b0b0;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#181717;
	text-decoration:none;
}
a:hover {
	color:#ff7d27;
}
.submit, .button, input[type="submit"] {
	padding: 3px 26px;
	line-height:27px;
	font-size:12px;
	border-radius:40px;
	float:right;
    font-family: 'poppinsregular';
	background:#ff7d27;
	color:#fff;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background:#ee6e19;
	color:#fff;
	padding: 3px 26px;
	font-size:12px;
}
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 #f2f2f2;
	border-radius: 25px;
	background:#f2f2f2;
	color:#919191;
}
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:#ff7d27;
	color:#ff7d27;
	background:none;
}
.accent {
	color:#181717;
	font-size:16px;
    font-family: 'poppinsmedium';
}
#comments .accent {}
.descent {
	color:#919191;
}

/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	background:#f2f2f2;
	color:#919191;
	border-radius:60px;
	padding: 5px 15px;
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover,
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	background:#ff7d27; 
	color:#fff;
}

/* ========================================= Theme Header. ========================================= */
#blacktop {
	background:#1e1e1e;
}
#logo {
	float:left;
	display:flex;
	align-items:center;
	height:94px;
}
#logo img {
	max-height:100%;
}
.site_ttl {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	color: #fff;
    text-transform: none;
}
.topright {
	float:right;
	padding-left:40px;
	position:relative;
}
.topright::after {
	content:'';
	position:absolute;
	width:100%;
	height:1px;
	background:#353535;
	left: 0;
	top: 40px;
}
.down {
	clear:both;
	height:57px;
}
.headersearch {
	float:right;
	display:flex;
	align-items:center;
	height: 57px;
	width:  40px;
	position: relative;
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	padding-right: 40px;
	position: relative;
	background:#fff;
	border-radius:40px;
}
form .search-box input[type="search"] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #b0b0b0;
	border:none;
	background:none;
}
form .search-box input[type="submit"] {
	position: absolute;
	right: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	top: 0;	
	border:none;
	font-family:'FontAwesome';
	background:none;
	color:#ff7d27;
}
.headersearch .search-box {
	display: none;
	position:absolute;
	right: 100%;
	background:#fff;
	top: 9px;
	border-radius:2px;
	width: 180px;
	z-index: 10;
}
.headersearch .search-box input[type="search"] {
	color:#6f6f6f;
}
.headersearch .search-box input[type="submit"] {
	display:none;
}
.search-box input[type="search"]::-webkit-input-placeholder { color:#b0b0b0; }
.search-box input[type="search"]:-moz-placeholder { color:#b0b0b0; }
.search-box input[type="search"]::-moz-placeholder { color:#b0b0b0; }
.search-box input[type="search"]:-ms-input-placeholder { color:#b0b0b0;}
.headersearch input[type="search"]::-webkit-input-placeholder { color:#6f6f6f; }
.headersearch input[type="search"]:-moz-placeholder { color:#6f6f6f; }
.headersearch input[type="search"]::-moz-placeholder { color:#6f6f6f; }
.headersearch input[type="search"]:-ms-input-placeholder { color:#6f6f6f; }
#search-trigger {
	color:#fff;
	position:absolute;
	right:0;
	top: 9px;
	width:40px;
	height:40px;
	line-height: 40px;
	background:none;
	z-index:1;
	text-align: center;
	cursor: pointer;
}
#search-trigger:hover {
	color:#ff7d27;
}
#search-trigger.active {
	color:#ff7d27;
}

@media screen and (max-width:1024px) {
	.topright::after {
		display:none;
	}
	.headersearch {
		margin-right:40px;
		height:94px;
	}
	#search-trigger {
		top:25px;
	}	
	.headersearch .search-box {
		top:25px;
	}
}

/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		float:right;
		display:flex;
		align-items:center;
		height:38px;
	}
	#extra-menu ul.nav-menu > li > a {
		color:#6f6f6f;
		padding: 8px 20px;
		font-size:12px;
		font-family:'poppinsregular';
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#fff;
	}
	header ul.nav-menu  > li ul {
		background:#101010;
	}
	header ul.nav-menu  > li ul li a {
		color:#6f6f6f;
		font-family:'poppinsregular';
	}
	header ul.nav-menu  > li ul li:hover > a {
		color:#fff;
	}
	
}
@media only screen and (min-width:1024px) {
	#main-menu {
		float:right;
		display:flex;
		align-items:center;
		height:57px;
	}
	#main-menu ul.nav-menu > li > a {
		color:#fff;
		text-transform:uppercase;
		font-family:'poppinsregular';
		padding: 17px 20px;
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#ff7d27;
	}
}

@media only screen and (max-width:1023px) {
	#mobile-menu-trigger a {
   	 color:  #fff;
	}
	#mobile-menu-trigger a:hover {
		color:  #ff7d27;
    }
}

/* .......................................................................... Slider .......................................................................... */
.slider-container {}
.slider-bgr { 
	position:absolute; 
	width:100%; 
	height:100%; 
	background:url(images/fp-back.png); 
}
.fp-slides {
	z-index:1;
}
.fp-thumbnail img {
	width:100%;
	opacity: 0.6;
}
.fp-thumbnail img {
	width:100%;
}
.fp-content-wrap {
	width:1000px;
	display:flex;
	align-items:center;
}
.fp-content {
	position:relative;
	padding:0;
	overflow:visible;
	width:50%;
}
.fp-title {
	color:#181717;
	font-size:52px;
	font-family: 'poppinssemibold';
	font-weight:normal;
	margin-bottom: 20px;
	line-height: 52px;
}
.fp-description {
	color:#a5a5a5;
	font-size:14px;
	font-family:'poppinsregular';
}
.fp-more {
	float:none;
}
.fp-more:hover {}
.fp-prev-next-wrap {
	clear: both;
	position:relative;
	display: block;
	width:  80px;
	margin:  15px 0 0;
}
.fp-prev-next-wrap a {
	height:34px;
	width:34px;
	transition:none;
	position:  relative;
	display:  block;
	float:  right;
}
.fp-prev {
	margin-right: 10px;
	background:url(images/slide-left.png) right top no-repeat;
}
.fp-next {
	background:url(images/slide-right.png) left top no-repeat;
}
.fp-prev-next-wrap a.fp-next:hover {
	background-position:-34px top;
}
.fp-prev-next-wrap a.fp-prev:hover {
	background-position:0 top;
}
@media only screen and (max-width:1023px) {
	.fp-content {
		padding-left:5%;
	}
}
@media only screen and (max-width:800px) {
	.fp-title {
		font-size:35px;
		margin-bottom:10px;
	}
	.fp-description {
		font-size:12px;
		line-height:20px;
	}
}
@media screen and (max-width:640px) {
	.fp-content {
		display:none;
	}	
	.fp-prev-next-wrap {
		display:none;
	} 	
}


/* ========================================= CONTENT. ========================================= */
.site-content {
	margin:40px 0;
}
.page-title {
	color:#181717;
}
.entry-title {
	margin: 0 0 15px;
	padding-bottom: 20px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size:16px;
	color:#181717;
	font-family:'poppinsmedium';
	font-weight:normal;
	text-transform:none;
	border-bottom:1px solid #eeeeee;
}
.entry-title a {
	color:#181717;
}
.entry-title a:hover { color:#ff7d27;}
article {
	border:none;
	padding-bottom:30px;
	margin-bottom:30px;
}
article .featured_image {
	vertical-align:bottom;
	float:left;
	width:140px;
	height:auto;
	border-right: 30px solid #fcfcfc;
}
.post-categories {
	font-family:'poppinsregular';
	color:#b5b5b5;
	margin-bottom:  10px;
}
.post-categories a {
	color:#b5b5b5;
}
.post-categories a:hover {
	color:#181717;
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	float:right;
	text-align:right;
	color:#b0b0b0;
	font-size:12px;
	font-family:'poppinsregular';
	background: #fcfcfc;
	border-left: 30px solid #fcfcfc;
}
.entry-meta a {
	color:#b0b0b0;
}
.entry-meta a:hover {
	color:#ff7d27;
}
.entry-meta > span {
	margin: 0 0 20px 0;
	display:block;
}
.entry-meta > span .icon {
	color:#ff7d27;
	padding-right: 5px;
}
.entry-meta .post-date {}
.entry-meta .post-comments {}
.entry-meta .post-author {}
@media only screen and (max-width:530px) {
	.entry-meta {
		float:none;
	}
}

/* ....................... Sidebar .................... */
.widget {
	line-height:24px;
}
.widget a {
	color:#181717;
	font-size:14px;
	font-family:'poppinsmedium';
}
.widget a:hover {
	color:#ff7d27;
}
.sidebar {
	background:#f4f4f4;
	padding:20px;
	box-sizing: border-box;
}
.sidebar .caption h4 {
	color:#5a5a5a;
	font-size:15px;
	text-transform:uppercase;
	font-family:'poppinsmedium';
}
.sidebar ul li {
	overflow:visible;
}
.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;
	padding: 15px 20px;
	display:block;
	margin:0 -20px;
}
.widget_recent_entries ul li:not(:last-child) a,
.widget_archive ul li:not(:last-child) a,
.widget_meta ul li:not(:last-child) a,
.widget_nav_menu ul li:not(:last-child) a,
.widget_pages ul li:not(:last-child) a,
.widget_categories ul li:not(:last-child) a {
	border-bottom:1px solid #e6e6e6;

}
.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,
.widget_smt_posts img {
	float:left;
	margin:0 10px 10px 0;
}
.widget_smt_comments .comment_author {}
.widget_smt_comments a {}
.widget_smt_posts .post-date .icon {
	color:#ff7d27;
	padding-right:  5px;
}
.widget_smt_posts .post-date {
	color:#b0b0b0;
	display: block;
	margin-bottom:  5px;
}
.widget_smt_posts .title {}
.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:#b0b0b0;
	background-color:#191919;
}
footer .widget a, footer a {
	color:#fff;
	font-family:'poppinsmedium';
	font-size:14px;
}
footer .widget a:hover, footer a:hover {
	color:#ff7d27;
}
footer .footer_txt {
	text-transform:uppercase;
	padding:25px 0;	
	font-family:'poppinsmedium';
	border-top:1px solid #2e2e2e;
}
footer .footer_txt a {
	text-decoration:none;
}
footer .widget  {
	padding-top:30px;
}
footer .widget .caption  h4 {
	color:#5a5a5a;
	font-size:15px;
	text-transform:uppercase;
}
footer .widget_archive ul li:not(:last-child) a,
footer .widget_meta ul li:not(:last-child) a,
footer .widget_nav_menu ul li:not(:last-child) a,
footer .widget_pages ul li:not(:last-child) a,
footer .widget_categories ul li:not(:last-child) a {
	border-color:#2e2e2e;
}