/*
Theme Name: SoundLoud
Theme URI: http://smthemes.com/soundloud/
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: 01/28/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. ========================================= */
body {
    font-family: 'robotoregular';
	font-size:13px;
	background:url(images/top.jpg) top center fixed;
	color:#434343;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#d7ef0a;
	text-decoration:none;
}
a:hover {
	color:#fff;
}
.submit, .button, input[type="submit"] { 
	padding:10px 25px;
	line-height:27px;
	font-size:11px;
	text-transform:uppercase;
	background:#d7ef0a;
	color:#0e0e0e;
    font-family: 'robotoblack';
	float:right;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background:#ff4b95;
	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 { 
	font-size:11px;
	border-color:#1e1e1e;
	color:#fff;
	background:#1e1e1e;
}
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:#d7ef0a;
}
.accent {
    font-family: 'oswaldregular';
	color:#fff;
	font-size:18px;
	text-transform:uppercase;
}
#comments .accent {}
.descent {
	color:#fff;
}

/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	background:#0e0e0e;
	color:#fff;
	font-size:11px;
	font-family:'robotoblack';
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover,
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	background:#d7ef0a; 
	color:#0e0e0e;
}

/* ========================================= Theme Header. ========================================= */
#topper {
	background:#181619;
}
#logo {
	display:flex;
	align-items:center;
	justify-content:center;
	height:130px;
}
#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:40px;
}
@media screen and (max-width:1024px) {
	.headersearch {
		margin-right: 35px;
		position:  relative;
	}
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	padding-right: 40px;
	position: relative;
}
form .search-box input[type="search"] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #7a7a7e;
	background:#272727;
	border: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:#d7ef0a;
	color:#0e0e0e;
}
.headersearch .search-box {
	display: none;
	position:absolute;
	right: 40px;
	background: none;
	top:0;
	padding-right:  0;
}
.headersearch .search-box input[type="search"] {
	color:#423e44;
	background:none;
	border: 2px solid #302f2f;
	font-family: 'robotomedium';
	line-height: 30px;
	height: 30px;
	margin-top: 5px;
	font-size:  13px;
	width:  180px;
}
.headersearch .search-box input[type="submit"] {
	display:none;
}
.search-box input[type="search"]::-webkit-input-placeholder { color:#7a7a7e; }
.search-box input[type="search"]:-moz-placeholder { color:#7a7a7e; }
.search-box input[type="search"]::-moz-placeholder { color:#7a7a7e; }
.search-box input[type="search"]:-ms-input-placeholder { color:#7a7a7e;}
.headersearch input[type="search"]::-webkit-input-placeholder { color:#423e44; }
.headersearch input[type="search"]:-moz-placeholder { color:#423e44; }
.headersearch input[type="search"]::-moz-placeholder { color:#423e44; }
.headersearch input[type="search"]:-ms-input-placeholder { color:#423e44; }
#search-trigger {
	color:#4e4d4f;
	position:absolute;
	right:0;
	top:0;
	width:40px;
	height:40px;
	line-height: 40px;
	background:none;
	z-index:1;
	text-align: center;
	cursor: pointer;
	font-size:  20px;
}
#search-trigger:hover {
	color:#ff4b95;
	background:none;
}
#search-trigger.active {
	color:#ff4b95;
	background:none;
}

/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		float:left;
		display:flex;
		align-items:center;
		height:40px;
	}
	#extra-menu ul.nav-menu > li > a {
		color: #423e44;
		padding: 9px 20px;
		font-size: 12px;
		font-family: 'robotomedium';
		text-transform:uppercase;
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#fff;
	}
	header ul.nav-menu  > li ul {
		background:#0e0e0e;
	}
	header ul.nav-menu  > li ul li a {
		color:#d7ef0a;
    font-family: 'robotomedium';
	}
	header ul.nav-menu  > li ul li:hover > a {
		color:#423e44;
	}
	
}
@media only screen and (min-width:1024px) {
	#main-menu {
		float: none;
		display:flex;
		align-items:center;
		height:60px;
		border-bottom:1px solid rgba(255,255,255,0.1);
		margin-bottom:20px;
	}
	#main-menu ul.nav-menu > li > a {
		color:#fff;
		font-family: 'robotomedium';
		text-transform:uppercase;
		font-size:16px;
		padding: 19px 20px;
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#d7ef0a;
	}
}

@media only screen and (max-width:1023px) {
	#mobile-menu-trigger a {
    margin: 7px 0;
}
	#mobile-menu-trigger a:hover {}
}

/* .......................................................................... Slider .......................................................................... */
.slider-container {
	margin-bottom:70px;
}
.slider-bgr {}
.fp-slides {
	z-index:1;
}
.fp-thumbnail {
	text-align:left;
}
.fp-content-wrap {
	width:400px;
	background:#0e0e0e; 
	display:flex;
	align-items:center;
	left:auto;
	padding:60px 25px 20px;
	box-sizing:border-box;
}
.fp-content {
	position:relative;
	width:100%;
}
.fp-title {
	color:#d7ef0a;
	font-family:'oswaldregular';
	text-transform:uppercase;
	font-size:25px;
	font-weight:normal;
}
.fp-description {
	color:#434343;
}
.fp-more {
	float:none;
	color:#fff;
	border: 2px solid #4b4b4b;
	padding:10px 25px;
	background: none;
}
.fp-more:hover {
	color:#d7ef0a;
	border-color:#d7ef0a;
	background:none;
}
.fp-prev-next-wrap {
	width:100%;
}
.fp-prev-next-wrap a {
	top:-20px;
	height:40px;
	width:40px;
	transition:none;
}
.fp-nav {
	position:absolute;
	top: 10px;
	left: 600px;
	right: auto;
	margin:0 auto;
	text-align:center;
	margin-left: 20px;
}
.fp-nav a {
	display:inline-block;
	width:40px;
	height:40px;
	background:#d7ef0a;
	height:2px;
	width:25px;
}
.fp-nav a:hover, .fp-nav a.activeSlide {
	background:#313131;	
}
@media screen and (max-width:1024px) {
	.fp-nav {
		display:none;
	} 
}
@media screen and (max-width:640px) {
	.fp-content-wrap {
		display:none;
	}	
}


/* ========================================= CONTENT. ========================================= */
.site-content {
	margin:40px 0;
}
.page-title {
	
}
.entry-title {
	margin:0;
	padding-bottom:5px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size:18px;
	font-family:'oswaldregular';
	color:#d7ef0a;
	font-weight:normal;
	text-transform:uppercase;
}
.entry-title a {
	color:#d7ef0a;
}
.entry-title a:hover { color:#fff;}
article {
	padding:20px;
	background:#0e0e0e;
	border:none;
	position:relative;
}
.feed article, .blog article,
.category article, .archive article {
	padding-bottom:0;
}
article .featured_image {
	vertical-align:bottom;
	float:left;
	margin:-20px
	 20px 0 -20px;
}
article .entry-summary > .button {
	margin:0;
	position:absolute;
	bottom:0;
	right:0;
} 
@media screen and (max-width:1024px) {
	article .entry-summary .button {
		position:relative;
		margin-right:-20px;
	}
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	color:#fff;
	font-size:11px;
	padding-bottom:  10px;
}
.entry-meta a {
	color:#fff;
}
.entry-meta a:hover {
	color:#d7ef0a;
}
.entry-meta > span {
	margin: 0 20px 0 0;
}
.entry-meta > span .icon {
	color:#fff;
	padding-right: 5px;
}
.entry-meta > span:hover .icon {
	color:#d7ef0a;
}
.entry-meta .post-date {}
.entry-meta .post-comments {}
.entry-meta .post-author {}
article .post-categories {
	margin: -20px -20px 20px;
}
article .post-categories a {
	color:#8272ac;
	font-size:14px;
	background:#43346c;
	padding: 5px 15px;
	margin-right:  2px;
	display:  inline-block;
}
article img + .post-categories a {
	margin-left:-20px;
}
article .post-categories a:hover {
	color:#fff;
	background:#ff4b95;
}
@media screen and (max-width:500px) {
	article .post-categories {
		position:relative;
		margin-top:10px;
		margin-left:0;
	}
}

/* ....................... Sidebar .................... */
.widget {
	line-height:24px;
}
.widget a {
	font-size:14px;
}
.widget a:hover {
	
}
.sidebar {
	background:#0e0e0e;
	box-sizing:  border-box;
	padding:  15px;
}
.widget .caption h4 {
	color:#fff;
	text-transform:uppercase;
	font-style:italic;
	font-size:18px;
	display:inline-block;
	padding-right:25px;
	background:url(images/widget.png) right center no-repeat;
}
.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 {
	padding: 15px 0;
	padding-left:15px;
	background:url(images/list.png) left center no-repeat;
	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 {}
.widget_smt_comments .comment_avatar img,
.widget_smt_posts img {
	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 .post-date {
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
}
.widget_smt_posts .title {
    display:  block;
}
.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;
}
footer .boxed-container {
	padding:25px;
	background:#0e0e0e;
}
footer .widget a, footer a {
	color:#d4eb0a;
}
footer .widget a:hover, footer a:hover {
	color:#fff;
}
footer .footer_txt {
	padding:15px 0;
	font-family: 'robotoblack';
	font-size:11px;
	text-transform:uppercase;
	text-align:  center;
	border-top:  1px solid #272727;
	margin-bottom:  -20px;
}
footer .footer_txt a {
	text-decoration:none;
}
footer .widget .caption  h4 {
}