/*
Theme Name: TagBand
Theme URI: http://smthemes.com/tagband/
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 {
	background:#160326;
	position:relative;
	font-family: 'latolight';
	font-size:15px;
	color:#000;
}
h2 {
	color:#000;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#a9a93a;
	text-decoration:none;
}
a:hover {
	color:#160326;
}
.submit, .button, input[type="submit"] { 
	padding:10px 25px;
	line-height:27px;
	background: #160326;
	color:#d2d223;
	padding:10px 20px;
	border:none;
	box-shadow:-3px 3px 0 #d2d223;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background:#d2d223;
	color:#160326;
	text-decoration:none;
	box-shadow:-3px 3px 0 #160326;
}
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:#e0e0e0;
	color:#4a4a4a;
}
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:#c0c0c0;
}
.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: #160326;
	color:#d2d223;
	padding:10px 20px;
	border:none;
	font-weight: bold;
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover,
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	background:#d2d223;
	color:#160326;
	text-decoration:none;
	box-shadow:-3px 3px 0 #160326;
}

/* ========================================= Theme Header. ========================================= */
#topper {}
#secondtop {
	background: #181f24;
}
#logo {
	float:left;
	display:flex;
	align-items:center;
	height:149px;
}
#logo img {
	max-height:100%;
}
.site_ttl {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	color: #fff;
    text-transform: none;
}
.headersearch {
	float:right;
	display:flex;
	align-items:center;
	height:94px;
}
@media screen and (min-width:1024px) {
	.headersearch {	
		
	}
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	padding-right: 43px;
	position: relative;
}
form .search-box input[type="search"] {
	width: 100%;
	background: #21292f;
	border:none;
	height:43px;
	line-height:43px;
	color:#fff;
	font-size:13px;
	position: relative;
}
form .search-box input[type="submit"] {
	position: absolute;
	right: 0;
	padding: 0;
	box-shadow: none;
	height:43px;
	width:43px;
	top: 0;
	border:none;
	font-family:'FontAwesome';
	text-indent:-9999px;
	background: url(images/search.png) 50% no-repeat;
}
.headersearch .search-box {
}
.headersearch .search-box input[type="search"] {	
}
.headersearch .search-box input[type="submit"] {
}
.search-box input[type="search"]::-webkit-input-placeholder { color:#fff; }
.search-box input[type="search"]:-moz-placeholder { color:#fff; }
.search-box input[type="search"]::-moz-placeholder { color:#fff; }
.search-box input[type="search"]:-ms-input-placeholder { color:#fff;}


/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		float:right;
		display:flex;
		align-items:center;
		height:149px;
	}
	#extra-menu ul.nav-menu > li > a {
		padding:29px 20px;
		color:#fff;
		font-size:18px;
		line-height:18px;
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#ffff00;
	}
	
}
@media only screen and (min-width:1024px) {
	#main-menu {
		float:left;
		display:flex;
		align-items:center;
		height:94px;
	}
	#main-menu ul.nav-menu > li > a {
		padding:39px 30px;
		font-family:'latoblack';
		font-size:16px;
		line-height:16px;
		color: #fff;
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#ffff00;
		background:#232c32;
	}
	.site-header ul.nav-menu  > li ul {
		background:#d2d223;
		box-shadow:-5px 5px 0 #fff;
	}
	.site-header ul.nav-menu  > li ul li {}
	.site-header ul.nav-menu  > li ul li:hover {
		background:#dbdb57;
	}
	.site-header ul.nav-menu  > li ul li a {
		color:#160326;
		font-size:14px;
		font-family: 'latoregular';
		padding:10px 0;
	}
	.site-header ul.nav-menu  > li ul li:hover > a {}
}

@media only screen and (max-width:1023px) {
	#mobile-menu-trigger a {
    color: #fff;
}
	#mobile-menu-trigger a:hover {}
}

/* .......................................................................... Slider .......................................................................... */
.slider-container {}
.slider-bgr { 
	position:absolute; 
	width:100%; 
	height:100%; 
	background:url(images/slider-bgr.png);
}
.fp-slides {
	z-index:1;
}
.fp-content-wrap {
	width:1000px;
}
.fp-content {
	width:50%;
	bottom:20%;
	height:auto !important;
	padding:0 !important;
	padding:20px;
	margin: 0 auto;
}
.fp-title {
	color:#191919;
	font-size:24px;
	text-transform:uppercase;
	background:#d2d223;
	float:left;
	padding: 5px;
	margin: 0;
	font-family: 'Oswald',sans-serif;
	font-weight: normal;
}
.fp-description {
	color: #fff;
	font-size: 20px;
	background: rgba(24, 31, 36, 0.55);
	padding:20px;
	float: left;
	margin: 0;
}
.fp-more {
	float:right;
	width:44px;
	height:44px;
	background:url(images/fp-more.png) top left;
	text-indent: -9999px;
	padding: 0;
	box-shadow: none;
}
.fp-more:hover {	
	background:url(images/fp-more.png) 44px top;
	padding: 0;
	box-shadow: none;
}
.fp-nav{
    bottom: 15px;
    z-index: 99 !important;
}
.fp-pager a {
	width: 37px;
	height:8px;
	padding: 0 !important;
	background-image: url(images/pager.png);
	background-position:left top;
}
.fp-pager a:hover, .fp-pager a.activeSlide {
	width: 37px;
	height:8px;
	background-image: url(images/pager.png);
	background-position: 37px top;
}
@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 {
	padding-top: 20px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-weight:normal;
	text-transform:none;
	color:#393939;
	font-size:24px;
	text-align:center;
	font-family: 'Oswald';
	margin: 0 0 0 !important;
}
.entry-title a {
	color:#393939;
}
.entry-title a:hover { 
	color:#d2d223;
	text-decoration:none;
}
article {
	padding:20px;
	border: none;
}
.entry-content {	
	background:#fff;
	padding: 1px 20px 25px;
	display: block;
	clear: both;
}
article .featured_image {
	vertical-align:bottom;
	width:100%;
	box-shadow:10px 10px 0 #d2d223;
	position: relative;
	display: block;
	margin-bottom: 20px !important;
}
.entry-summary a.button {
	background:url(images/more.png) top left;
	width:36px;
	height:36px;
	display: block;
	float:none;
	margin: 15px auto 0;
	padding: 0;
	text-indent: -9999px;
	box-shadow: none;
}
.entry-summary {
	background:#fff;
	text-align: center;
	padding: 0 15px 15px;
}
.entry-summary a.button:hover {
	background-position:37px top;
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	background:#efefef;
	display: inline-block;
	margin: 15px auto 5px !important;
	color:#000;
	font-size:11px;
	text-transform:uppercase;
	text-align: center;
	font-family:'latoblack';
	padding: 5px 10px;
}
.entry-meta a {
	color:#000;
}
.entry-meta a:hover {
	color:#9d9d9d;
	text-decoration:none;
}
.entry-meta > span:not(:last-child)::after {
	content:'/';
	padding: 0 5px;
}

/* ....................... Sidebar .................... */
.widget {
	line-height:24px;
	font-family: 'latoregular';
	font-size:14px;
	color:#fff;
}
.widget a {	
	color:#d2d223;
}
.widget a:hover {	
	color:#fff;
}
.sidebar {}
.widget .caption h4 {
	font-size:16px;
	text-transform:uppercase;
	color:#160326;
	background:#d2d223;
	box-shadow:5px 5px 0 #fff;
	padding:15px 0;
	text-align:center;
	padding: 10px 5px;
	font-family: 'latoblack';
	margin-bottom:25px;
}
.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;
	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 {
	float:left;
	margin:0 10px 10px 0;
}
.widget_smt_posts img {
	width:98%;
	box-shadow:5px 5px 0 #d2d223;
	margin-bottom: 10px;
}
.widget_smt_comments .comment_author {
	display:block;
	width:100%;
}
.widget_smt_comments a {
	text-decoration:none;
}
.widget_smt_posts .post-date {
	font-family:'latoblack';
	font-size:11px;
	text-transform:uppercase;
	color:#fff;
}
.widget_smt_posts .title {
	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 {
	background:#1b062d;
}
footer .widget {
	padding-top: 30px;
}
footer .footer_txt {
	padding:15px 0;	background: #160326;color: #fff;text-align: center;font-size: 14px;
}
footer .footer_txt a {
	text-decoration:underline;
	color: #d2d223;
}