/*
Theme Name: SoundOn
Theme URI: http://smthemes.com/soundon/
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: 09/10/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:Arial;
	font-size:14px;
	background:#000;
	color:#ffffff;
}
/* .......................................................................... UI .......................................................................... */
a {
	color: #c2f342;
	text-decoration:none;
}
a:hover {
	color:#48aff1;
}
.submit, .button, input[type="submit"] {
	padding:10px 25px;
	background:#0c0c0c;
	color:#fff;
	font-family:'special_eliteregular';
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background:#48aff1;
	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:#464646;
	color:#fff;
	background:#000;
}

::-webkit-input-placeholder { color:#464646; }
:-moz-placeholder { color:#464646; }
::-moz-placeholder { color:#464646; }
:-ms-input-placeholder { color:#464646;}
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:#545454;
}
.accent {
	color:#c2f342;
	font-size:27px;
	font-family:'special_eliteregular';
}
.descent {
	color:#fff;
}



/* ========================================= Theme Header. ========================================= */
header {
	background:url(images/header.png) 50% top no-repeat;
}
#logo {
	float:left;
	display: flex;
	align-items: center;
	height: 142px;
}
#logo img { max-height:100%; }
.site_ttl {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	color: #fff;
    text-transform: none;
}
.headersearch {
	float:right;
	margin-top: 10px;
}



/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	position: relative;
}
form .search-box input[type="search"] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #464646;
	background:#000000;
	border:1px solid #464646;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}
form .search-box input[type="submit"] {
	display:none;
}
.headersearch .search-box {
	margin-right:20px;
}
.headersearch ::-webkit-input-placeholder { color:#464646; }
.headersearch :-moz-placeholder { color:#464646; }
.headersearch ::-moz-placeholder { color:#464646; }
.headersearch :-ms-input-placeholder { color:#464646; }
@media only screen and (max-width:640px) {
	.headersearch .search-box {
		margin-right:0;
	}
}

/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		float:right;
	}
	#extra-menu ul.nav-menu {
		height:142px;
		display:flex;
		align-items:center;
	}
	#extra-menu ul.nav-menu > li > a {
		color:#fff;
		padding: 20px 20px;
		font-size:13px;
		font-family:'special_eliteregular';
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#48aff1;
	}
	#extra-menu ul.nav-menu  > li ul {
		border:1px solid #808080;
		background:rgba(0,0,0,0.5);
	}
	#extra-menu ul.nav-menu  > li ul li a {
		color:#fff;
	}
	#extra-menu ul.nav-menu  > li ul li:hover > a {
		color:#48aff1;
	}
	
}
@media only screen and (min-width:1024px) {
	#main-menu {
		float:left;
	}
	#main-menu ul.nav-menu > li > a {
		color:#fff;
		font-size:20px;
		line-height:20px;
		padding:20px 20px;
		font-family:'special_eliteregular';
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#48aff1;
	}
	#main-menu ul.nav-menu  > li ul {
		border:1px solid #808080;
		background:rgba(0,0,0,0.5);
	}
	#main-menu ul.nav-menu  > li ul li a {
		color:#fff;
	}
	#main-menu ul.nav-menu  > li ul li:hover > a {
		color:#48aff1;
	}
}

@media only screen and (max-width:1023px) {
	#mobile-menu-trigger a {
    margin: 55px 0;
}
	#mobile-menu-trigger a:hover {}
}

#header-menu-container {
	background:url(images/header-menu-container.png) no-repeat;
	height:60px;
	margin-bottom:20px;
}
/* .......................................................................... Slider .......................................................................... */
.slider-container {
	background:url(images/slider-top.png) left top no-repeat;
	padding-top:6px;
	margin-bottom:40px;
}
.slider {
	background:url(images/slider-bottom.png) right bottom no-repeat;
	padding-bottom:6px;
}
.fp-slides {
	border:3px solid #fff;
}
.fp-content-wrap {
	width:1000px;
}
.fp-content {
	padding:20px;
}
.fp-title {
	color:#fff;
	margin-bottom: 5px;
}
.fp-description {
	color:#fff;
	margin: 0 0 10px;
}
.fp-more {
	float:none;
	padding:10px 25px;
}
.fp-more:hover {
	
}
.fp-prev-next-wrap {
	width:100%;
}
.fp-prev-next-wrap a {
	top:-20px;
	height:34px;
	width:34px;
	z-index:99999;
	transition:none;
}
.fp-prev {
	left:10px;
	background:url(images/slide-left.png) left top no-repeat;
}
.fp-next {
	right:10px;
	background:url(images/slide-right.png) right top no-repeat;
}
.fp-prev-next-wrap a:hover {
	background-position:left -34px;
}
@media screen and (max-width:640px) {
	.fp-content {
		display:none;
	}	
	.fp-prev-next-wrap {
		display:none;
	} 	
}


/* ========================================= CONTENT. ========================================= */
.site-content {
	margin:40px 0;
}
.entry-title {
	margin:0;
	padding-bottom:5px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size:21px;
	line-height: 38px;
	color:#c2f342;
	font-family:'special_eliteregular';
	text-transform: none;
}
.entry-title a {
	color:#c2f342;
	text-decoration:none;
	font-weight:normal;
}
.entry-title a:hover { color:#48aff1;}
article { background:url(images/article-back.png); padding:30px; border-bottom:none; position:relative;}
article::after {
	content:"";
	background:url(images/article-after.png) left top repeat-x;
	height:19px;
	width:100%;
	display:block;
	position:absolute;
	left:0;
	right:0;
	top:100%;
}
article::before {
	content:"";
	background:url(images/article-before.png) left top repeat-x;
	height:5px;
	width:100%;
	display:block;
	position:absolute;
	left:0;
	right:0;
	bottom:100%;
}
.featured-img-container {
	position:relative;
	float: left;
	z-index: 1;
}
.featured-img-container::after {
	position:absolute;
	content:'';
	width:100%;
	height:100%;
	left: 0;
	background: url(images/featured-back.png) no-repeat;
	top: -5px;
	z-index: -1;
}
article .featured_image {
	vertical-align:bottom;
	border:3px solid #fff;
	float:left;
	margin-bottom:20px;
	margin-right:20px;
	box-shadow: 0 0 2px rgba(0,0,0,0.8);
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	color:#b1b1b1;
	font-size:12px;
	border-top:1px solid #3d3d3d;
	border-bottom:1px solid #3d3d3d;
	margin:20px 0;
	padding:10px 0;
	text-transform: uppercase;
}
.entry-meta a {
	color:#b1b1b1;
}
.entry-meta a:hover {
	color: #48aff1;
}
.entry-meta > span {
	padding-left: 18px;
	margin: 0 15px 0 0;
}
.entry-meta .post-date {
	background: url(images/date.png) left center no-repeat;
}
.entry-meta .post-categories {
	background: url(images/categories.png) left center no-repeat;
}
.entry-meta .post-comments {
	background: url(images/comments.png) left center no-repeat;
}
.entry-meta .post-author {
	background: url(images/author.png) left center no-repeat;
}


/* ....................... Page Navigation .................... */
nav.pagination {
	padding:0 15px;
}
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	background:none;
	border:1px solid #464646;
	color:#fff;
	transform: skewX(-15deg);
}
nav.pagination.dynamic a li,
nav.pagination span.page-numbers li,
nav.pagination a.page-numbers li  {
	transform: skewX(15deg);
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover {
	background:#c2f342;
	border:1px solid #c2f342;
	color:#000;
}
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	background:#c2f342;
	border:1px solid #c2f342;
	color:#000;
}


/* ....................... Sidebar .................... */
.widget .caption h4 {
	color:#fff;
	font-size:18px;
	font-family:'special_eliteregular';
	padding:6px 0;
	margin-bottom: 10px;
}
.sidebar .widget ul.children li:last-child,
.sidebar .widget ul.sub-menu li:last-child {
	border:none;
} 
.widget a {
	color:#48aff1;
}
.widget a:hover {
	color:#c2f342;
}
.widget {
	background:url(images/article-back.png);
	padding:0 15px;
	position:relative;
	box-sizing:border-box;
	padding-bottom: 10px;
}
.widget::before {
	content:"";
	background:url(images/widget-before.png) left top repeat-x;
	height:9px;
	width:100%;
	display:block;
	position:absolute;
	left:0;
	right:0;
	bottom:100%;
}
.widget::after {
	content:"";
	background:url(images/article-after.png) left top repeat-x;
	height:19px;
	width:100%;
	display:block;
	position:absolute;
	left:0;
	right:0;
	top:100%;
}
.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:#fff;
	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;
	color:#48aff1;
}
.widget_smt_comments .comment_avatar {
	float:left;
	margin:0 10px 10px 0;
	position:relative;
	z-index:1;
}
.widget_smt_comments .avatar {
	border:3px solid #fff;
	margin: 5px;
	box-shadow: 0 0 1px rgba(0,0,0,0.8);
}
.widget_smt_comments .comment_avatar::after {
	content:'';
	position:absolute;
	width: 40px;
	height: 40px;
	top: 4px;
	left: 5px;
	background:#fff;
	transform: rotate(5deg);
	z-index:-1;
}
.widget_smt_comments .comment_author {
	font-size:14px;
}
.widget .featured-in-widget {
	position:relative;
	float: left;
	background: url(images/widget-img.png) left 6px top 6px no-repeat;
	width: 50%;
}
.widget_smt_posts .featured-in-widget img {
	margin: 10px;
	border: 2px solid #fff;
	vertical-align: bottom;
	box-sizing:border-box;
	box-shadow:0 0 2px rgba(0,0,0,0.8);
}
.widget_smt_posts .post-date {
	color: #c2f342;
	font-size:20px;
	background: url(images/date-widget.png) 50% no-repeat;
	font-family: 'special_eliteregular';
	line-height: 28px;
	text-align: center;
	float: left;
	padding: 30px 19px;
	box-sizing: border-box;
}
.widget_smt_posts .post-date.with-img {
	width: 50%;
}
.widget_smt_posts .post-date .year {
	font-size:15px;
}
.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; }
@media screen and (max-width:1024px) {
	.widget_smt_posts .post-date div {
		float:left;
		padding-right:5px;
	}
	.widget_smt_posts .post-date {
		background-size: inherit;
		margin-bottom: 5px;
	}
}

/* ========================================= FOOTER. ========================================= */
footer {
	color:#fff;
}
footer .footer_txt {
	padding: 20px 0;
	text-align: center;
}
footer .footer_txt a {
	text-decoration:underline;
	color:#fff;
}
footer .footer_txt a:hover {
	color:#3BAFF1;
}
footer .widget ul.children li:last-child,
footer .widget ul.sub-menu li:last-child {
	border:none;
}