/*
Theme Name: Independent
Theme URI: http://smthemes.com/independent/
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: 12/23/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. ========================================= */
html {
	background:#3a333e;
}
body {
	font-family: 'robotoregular';
	font-size:14px;
	color:#aeaeae;
	background:url(images/background.jpg) center top no-repeat;
}
#page {
	background:#222428;
	width:1000px;
	max-width:100%;
	margin:0 auto;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:#c01170;
}
.submit, .button, input[type="submit"] { 
	padding:0 25px;
	line-height:45px;
	background:#c01170;
	color:#fff;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background:#fff;
	color:#c01170;
}
input[type="text"], 
textarea, 
input[type="email"], 
input[type="password"], 
input[type="tel"], 
input[type="url"], 
input[type="search"], 
input[type="date"],
select { 
	background:#2e3034;
	border-color:#69a8ff;
	color:#5e6574;
}
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:#e51184;
}
.accent {
	color:#28262b;
}
#comments .accent {}
.descent {
	color:#bcbcbc;
}

/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	background:none;
	color:#aeaeae;
	border:1px solid #2e3034;
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover {
	border:1px solid #69a8ff;
	background:#69a8ff;
	color:#ffffff;
}
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	border:1px solid #69a8ff;
	background:#69a8ff; 
	color:#ffffff;
}

/* ========================================= Theme Header. ========================================= */
#logo {
	float:left;
	display:flex;
	align-items:center;
	height:61px;
	margin-right:10px;
}
#logo img {
	max-height:100%;
}
.site_ttl {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	color: #fff;
    text-transform: none;
}
.headersearch {
	float:left;
	display:flex;
	align-items:center;
	height:61px;
}
@media screen and (min-width:1024px) {
	.headersearch {	
		
	}
}
.site-header {
	padding:0 25px 25px;
}
.separator {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#69a9ff+0,e51184+100 */
	background: #69a9ff; /* Old browsers */
	background: -moz-linear-gradient(left,  #69a9ff 0%, #e51184 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #69a9ff 0%,#e51184 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #69a9ff 0%,#e51184 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69a9ff', endColorstr='#e51184',GradientType=1 ); /* IE6-9 */
	height:1px;
	margin-bottom:30px;
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	position: relative;
}
form .search-box input[type="search"] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background:#393a3e;
	border:none;
}
form .search-box input[type="submit"] {
	width: 40px;
	height: 40px;
	top: 0;	
	border:none;
	font-family:'FontAwesome';
}
.headersearch .search-box {
	display: none;
	background:#fff;
}
.headersearch .search-box input[type="search"] {}
.headersearch .search-box input[type="submit"] {
	display:none;
}
.search-box input[type="search"]::-webkit-input-placeholder { color:#000; }
.search-box input[type="search"]:-moz-placeholder { color:#000; }
.search-box input[type="search"]::-moz-placeholder { color:#000; }
.search-box input[type="search"]:-ms-input-placeholder { color:#000;}
.headersearch input[type="search"]::-webkit-input-placeholder { color:#fff; }
.headersearch input[type="search"]:-moz-placeholder { color:#fff; }
.headersearch input[type="search"]::-moz-placeholder { color:#fff; }
.headersearch input[type="search"]:-ms-input-placeholder { color:#fff; }
#search-trigger {
	color:#d32796;
	width:40px;
	height:40px;
	line-height: 40px;
	z-index:1;
	text-align: center;
	cursor: pointer;
}
#search-trigger:hover {
	
}
#search-trigger.active {
	
}

/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		float:right;
		display:flex;
		align-items:center;
		height:61px;
	}
	#extra-menu ul.nav-menu > li > a {
		color:#ffffff;
		text-transform:uppercase;
		padding:19px 20px;
		font-size:13px;
		font-family: 'ralewaybold';
		border-top:2px solid #222428;
		transition-property:none;
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#69a8ff;
		border-color:#69a8ff;
	}
	header ul.nav-menu  > li ul {
		background:#d32796;
	}
	header ul.nav-menu  > li ul li a {
		color:#fff;
	}
	header ul.nav-menu  > li ul li:hover > a {
		color:#69a8ff;
	}
	
}
@media only screen and (min-width:1024px) {
	#main-menu {
		background:#303236;
		display:flex;
		align-items:center;
		height:45px;
		text-align:center;
	}
	#main-menu > div{
		width:100%;
	}
	#main-menu ul.nav-menu > li{
		float:none;
		display:inline-block;
	}
	#main-menu ul.nav-menu > li > a {
		color:#fff;
		padding:29px 20px;
		text-transform:uppercase;
		font-family: 'ralewaybold';
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#69a8ff;
	}
}

@media only screen and (max-width:1023px) {
	#mobile-menu-trigger a {}
	#mobile-menu-trigger a:hover {}
}

/* .......................................................................... Slider .......................................................................... */
.slider-container {}
.slider-bgr { 
	position:absolute; 
	width:100%; 
	height:100%; 
	background:url(images/fp-back.png) bottom left repeat-x; 
}
.fp-slides {
	z-index:1;
}
.fp-content-wrap {
	width:1000px;
}
.fp-content {
	padding:20px;
}
.fp-title {
	color:#fff;
	font-weight:normal;
}
.fp-description {
	color:#fff;
}
.fp-more {
}
.fp-more:hover {
	
}
.fp-prev-next-wrap {
	top:auto;
	bottom:0;
	right:0;
}
.fp-prev-next-wrap a {
	bottom:20px;
	height:40px;
	width:40px;
	transition:none;
}
.fp-prev {
	background:url(images/slide-left.png) left top no-repeat;
	right:80px;
}
.fp-next {
	right:20px;
	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 {
	background-position:left -40px;
}
@media screen and (max-width:640px) {
	.fp-content {
		display:none;
	}	
	.fp-prev-next-wrap {
		display:none;
	} 	
}


/* ========================================= CONTENT. ========================================= */
.site-content {
	margin:40px 0;
	padding:25px;
}
.page-title {
	
}
.entry-title {
	margin:0;
	padding-bottom:5px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size:20px;	
	color:#fff;
	font-weight:normal;
	text-transform:none;
	background:url(images/article-ttl.png) left bottom no-repeat;
	padding-bottom:10px;
	margin-bottom:10px;
}
article {
	border:none;
	padding:0;
	margin-bottom:30px;
}
article .featured_image {
	vertical-align:bottom;
	margin-bottom:10px;
	width:100%;
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	font-size:12px;
	text-transform:uppercase;
	font-family: 'ralewaybold';
	color:#555555;
}
.entry-meta a {
	color:#555555;
}
.entry-meta a:hover {
	color:#555555;
}
.post-categories {
	background:url(images/categories.png) left center no-repeat;
	padding-left:18px;
	display:block;
	margin-bottom:20px;
}
.post-comments {
	background:#5693e8;
	height:45px;
	line-height:45px;
	padding:0 15px;
	color:#fff;
	margin-right:7px;
	float:left;
}
.post-comments::before {
	display:block;
	content:"";
	width:16px;
	height:45px;
	float:left;
	background:url(images/comments.png) left center no-repeat;
}
/* ....................... Sidebar .................... */
.widget {
	line-height:24px;
	border-bottom:1px solid #393b3e;
	padding:40px 20px;
}
.widget a {
	color:#e51184;
}
.widget a:hover {
	color:#69a8ff;
}
.sidebar { 
	border:2px solid #393b3e;
	box-sizing:border-box;
}
.sidebar .caption h4 {
	color:#fff;
	font-size:14px;
	text-align:center;
	text-transform:uppercase;
	background:url(images/widget-ttl.png) center bottom no-repeat;
	padding-bottom:10px;
}
.sidebar ul li { 
	border-bottom: 1px solid #393b3e; 
}
.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 {
	text-decoration:none;
	padding: 15px 0 5px;
	display:inline-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 {
	margin:0 auto;
	width:70px;
	padding:7px;
	border:1px solid #383a3d;
	border-radius:43px;
	display:block;
}
.widget_smt_comments .comment_author {
	font-size:14px;
	color:#69a8ff;
}
.widget_smt_comments a {
	text-decoration:none;
}

.widget_smt_posts img {
	
}
.widget_smt_posts .alignleft {
	margin:0 15px 10px 0;
	float:left;
}
.widget_smt_posts img {
	margin:0;
	vertical-align:bottom;
}
.widget_smt_posts .post-date {
	color:#6e6e6e;
	font-family: 'ralewaybold';
	font-size:12px;
	text-transform:uppercase;
	text-align:center;
	background:#393b3e;
	display:block;
	min-width:80px;
}
.widget_smt_posts .title {
	color: #e51184;
	font-family: 'ralewaybold';
	font-size:14px;
}
.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:#fff;
	background-color:#1c1c1c;
	padding:25px;
}
footer .widget {
	padding:0;
	border:none;
}
footer .widget a, footer a {
	
}
footer .widget a:hover, footer a:hover {
	
}
footer .footer_txt {
	padding:15px 0;	
}
footer .footer_txt a {
	text-decoration:none;
}
footer .widget .caption  h4 {
	color:#fff;
	font-size:14px;
	text-align:center;
	text-transform:uppercase;
	background:url(images/widget-ttl.png) center bottom no-repeat;
	padding-bottom:10px;
}
footer .widget ul li {
    border-bottom: 1px solid #393b3e;
}
footer .widget ul.children li:last-child,
footer .widget ul.sub-menu li:last-child {
	border:none;
}