/* BLACK STYLE */

/*-----------------------------------------------------------------------------------*/
/*	icons
/*-----------------------------------------------------------------------------------*/

@font-face {
    font-family: 'icomoon';
    src:url('fonts/icomoon.eot?-imc4kj');
    src:url('fonts/icomoon.eot?#iefix-imc4kj') format('embedded-opentype'),
    url('fonts/icomoon.woff?-imc4kj') format('woff'),
    url('fonts/icomoon.ttf?-imc4kj') format('truetype'),
    url('fonts/icomoon.svg?-imc4kj#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="moon-"], [class*=" moon-"] {
    font-family: 'icomoon', sans-serif !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    /*-moz-osx-font-smoothing: grayscale;*/
}

.moon-star:before {
    content: "\e603";
}

.moon-movies:before {
    content: "\e604";
}

.moon-draw:before {
    content: "\e605";
}

.moon-menu-alt:before {
    content: "\e606";
}

.moon-spotify:before {
    content: "\e602";
}

.moon-mindies:before {
    content: "\e601";
}

.moon-chronicles:before {
    content: "\e600";
}

.moon-menu:before {
    content: "\e6b8";
}

.moon-googleplus:before {
    content: "\e764";
}

.moon-facebook:before {
    content: "\e769";
}

.moon-instagram:before {
    content: "\e76c";
}

.moon-twitter:before {
    content: "\e76d";
}

.moon-feed:before {
    content: "\e770";
}

.moon-youtube:before {
    content: "\e773";
}

.moon-vimeo:before {
    content: "\e775";
}

.moon-flickr:before {
    content: "\e77a";
}

.moon-features:before {
    content: "\e7c5";
}

.moon-video:before {
    content: "\e7c8";
}

.moon-artists:before {
    content: "\e7ca";
}

.moon-interviews:before {
    content: "\e7d7";
}

.moon-news:before {
    content: "\e7db";
}

.moon-contact:before {
    content: "\e7dc";
}

.moon-media:before {
    content: "\e7de";
}

.moon-music:before {
    content: "\e7e5";
}

.moon-new-bands:before {
    content: "\e7e6";
}

.moon-shop:before {
    content: "\e7ea";
}

.moon-festivals:before {
    content: "\e7ed";
}

.moon-events:before {
    content: "\e7ee";
}

.moon-reviews:before {
    content: "\e7f0";
}

.moon-linkedin:before {
    content: "\e607";
}


/*-------------*/
.moon-googleplus:hover {
	background-color: #dd4b39 !important;
}
.moon-facebook:hover {
	background-color: #3b5998 !important;
}
.moon-instagram:hover {
	background-color: #517fa4 !important;
}
.moon-twitter:hover {
	background-color: #00aced !important;
}
.moon-feed:hover {
	background-color: #f8bc2e !important;
}
.moon-youtube:hover {
	background-color: #bb0000 !important;
}
.moon-vimeo:hover {
	background-color: #99aabb !important;
}
.moon-flickr:hover {
	background-color: #ff0084 !important;
}

.moon-spotify:hover {
	background-color: #81b71a !important;
	font-size: 24px;
}


/*-----------------------------------------------------------------------------------*/
/*	Top Menu Header
/*-----------------------------------------------------------------------------------*/
#header .wrapper{
	height: 125px;
	position: relative;
	top: 10px;
	width: 95%;
}


.logo{
	margin-left: 0px;
	margin-top: 5px;
	position: absolute;
	top: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
		 -o-transform: translateX(-50%);
			transform: translateX(-50%);
	min-width: 0;
	width: 200px;
	height: 124px;
}

.logo h1{
	line-height: inherit;
	width: auto;
	height: auto;
	position: relative;
	display: inline-block;
}

.logo h1 a{
	display: block;
	position: relative;
	text-align: center;
	float: left;
}

.custom-logo img{
	position: relative;
}

.custom-logo p{
	font-family: 'Montserrat', sans-serif;
	color: #1f8181;
	position: relative;
	float: left;
	display: inline-block;
	clear: both;
	text-align: center;
	width: 100%;
	font-style: normal;
	text-transform: capitalize;
	font-size: 44px;
	font-weight: 600;
	line-height: 1.2em;
}


/*-----------------------------------------------------------------------------------*/
/*	Lateral Menu
/*-----------------------------------------------------------------------------------*/
#lateral-menu{
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	   -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
			box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	-webkit-transition: -webkit-transform 0.3s ease;
	   -moz-transition: transform 0.3s ease;
		 -o-transition: transform 0.3s ease;
			transition: transform 0.3s ease;
	-webkit-transform: translateX(-100%);
	   -moz-transform: translateX(-100%);
		 -o-transform: translateX(-100%);
			transform: translateX(-100%);
			top: 45px;
	background: #fff;
	border: 1px solid #BBBBBB;
	border-left: 0px;
	cursor: default;
	font-size: 14px;
	margin: 0;
	outline: none;
	padding: 0px 0px 0px;
	position: absolute;
	left: 0;
	width: 240px;
	z-index: 1;
	display: block;
	height: auto;
	box-sizing: border-box;
}

#lateral-menu.open{
	-webkit-transform: translateX(0%);
       -moz-transform: translateX(0%);
		 -o-transform: translateX(0%);
		    transform: translateX(0%);
}

#lateral-menu #lateral-menu-button-inside{
	width: 100%;
	height: 45px;
	background-color: transparent;
	box-sizing: border-box;
	padding: 0px 10px;
	text-align: left;
	font-size: 30px;
	line-height: 46px;
	cursor: pointer;
	border-bottom: 1px solid #BBBBBB;
}

#lateral-menu #lateral-menu-button-inside:before{
	margin-left: 10px;
	padding: 0	15px;
	position: relative;
	float: left;
}

#lateral-menu .small-logo.visible, #lateral-menu .text-logo.visible{
	opacity: 1;
}

#lateral-menu .section-1, #lateral-menu .section-2{
	position: relative;
	float: left;
	display: inline-block;
	width: 100%;
	min-height: 45px;
}


#lateral-menu .section-1{
	border-bottom: 1px solid #BBBBBB;
	/*display: none;*/
}


#lateral-menu .section-1 ul, #lateral-menu .section-2 ul{
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0;
	position: relative;
	float: left;
	display: inline-block;
	width: 100%;
	text-align: left;
}

#lateral-menu .section-1 ul li, #lateral-menu .section-2 ul li{
	height: 45px;
	box-sizing: border-box;
	padding: 0 35px;
	background-color: #ffffff;
	-webkit-transition: background-color 0.1s ease;
	   -moz-transition: background-color 0.1s ease;
		 -o-transition: background-color 0.1s ease;
			transition: background-color 0.1s ease;
}

#lateral-menu .section-1 ul li:hover, #lateral-menu .section-2 ul li:hover{
	background-color: #f9f9f9;
}

#lateral-menu .section-1 ul li a, #lateral-menu .section-2 ul li a{
	color: #494949;
	position: absolute;
	float: left;
	display: inline-block;
	height: auto;
	line-height: 45px;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
	left: 0;
	box-sizing: border-box;
	padding: 0px 0px 0px 78px;
	width: 100%;
}

#lateral-menu .section-1 ul li:before, #lateral-menu .section-2 ul li:before{
	font-size: 26px;
	line-height: 45px;
	padding: 0px 10px 0 0;
	height: 100%;
	position: relative;
	display: inline-block;
	float: left;

	-webkit-transition: color 0.3s ease;
	   -moz-transition: color 0.3s ease;
		 -o-transition: color 0.3s ease;
			transition: color 0.3s ease;
}

#lateral-menu .section-1 ul li:hover:before, #lateral-menu .section-2 ul li:hover:before{
	color: #1f8181;
}

#lateral-menu .section-1 ul li.separator, #lateral-menu .section-2 ul li.separator{
	border-top: 1px solid #BBBBBB;
}

#lateral-menu .section-1 form.search-form{
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
	border: 0;
	border-radius: 0px;
    overflow: hidden;
	margin: 0;
	background-color: #efefef;
}

#lateral-menu .section-1 form.search-form input[type='text'] {
	box-sizing: border-box;
	float: left;
	border: medium none;
    box-shadow: none;
	color: #AAAAAA;
	width: 73%;
	font-size: 13px;
	line-height: 21px;
	outline: none;
	margin: 0;
	padding: 12px 15px;
	-webkit-box-shadow: 0 0 0 0;
	   -moz-box-shadow: 0 0 0 0;
	        box-shadow: 0 0 0 0;
	font-family: 'Raleway', sans-serif;

	background-color: transparent;
	color: #494949;
}

#lateral-menu .section-1 form.search-form input[type='text']::-webkit-input-placeholder{
	color: #494949;
	opacity: 0.4;
}
#lateral-menu .section-1 form.search-form input[type='text']:-moz-placeholder{
	color: #494949;
	opacity: 0.4;
}
#lateral-menu .section-1 form.search-form input[type='text']::-moz-placeholder{
	color: #494949;
	opacity: 0.4;
}
#lateral-menu .section-1 form.search-form input[type='text']:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #494949;
   opacity: 0.4;
}

#lateral-menu .section-1 form.search-form input[type='submit'] {
    border: medium none;
    box-shadow: none;
    cursor: pointer;
    display: block;
    position: relative;
	float: right;
    height: 100%;
    margin: 0;
    width: 26px;
	
	box-sizing: border-box;
	font-size: 26px;

	background-color: transparent;
}

#lateral-menu .section-1 form.search-form input[type='submit']:hover {
	filter:alpha(opacity=80);
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#lateral-menu .section-1 form .form-icon{
	position: relative;
	float: left;
	background-color: transparent;
	margin-left: 35px;
}
#lateral-menu .section-1 form .form-icon:before{
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	font-size: 20px;
	line-height: 45px;
	pointer-events:none;
	color: #494949;
}

#lateral-menu .social-icons-section{
	position: relative;
	display: none;
	float: left;
	width: 100%;
	border-top: 1px solid #BBBBBB;
	color: #494949;
}

#lateral-menu .social-icons-section h4{
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: 100;
	font-size: 15px;
}

#lateral-menu .social-icons-section ul{
	margin: 0;
	display: block;
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

#lateral-menu .social-icons-section ul li{
	display: inline-block;
	position: relative;
}

#lateral-menu .social-icons-section ul li a{
	color: #ffffff;
	background-color: #494949;
	font-weight: 100;
	border-radius: 50%;
	font-size: 14px;
	margin: 5px;
	padding: 6px;
	width: 26px;
	height: 26px;
	line-height: 34px;
	margin: 5px 6px;
}


@media only screen and (max-width: 479px) {
	#lateral-menu{
		width: 100%;
		/*max-height: 350px;*/
		overflow-y: scroll;
		position: fixed;
		bottom: 0;
	}

	#lateral-menu .social-icons-section{
		display: block;
	}
}

@media only screen and (max-width: 767px){
	#lateral-menu{
		overflow-y: scroll;
		position: fixed;
		bottom: 0;
	}
	#lateral-menu .social-icons-section{
		display: block;
	}
}

/*-----------------------------------------------------------------------------------*/
/*	Header
/*-----------------------------------------------------------------------------------*/


.body-content {
	padding: 0 0 0 0;
	background: #f5f4f2;
}

#header {
	float: left;
	display: block;
	width: 100%;
	margin: 0;
	position: relative;
	height: 190px;
	background-color: white;
}

#header.fixed {
	/*height: auto;*/
	height: 46px;
	-webkit-transform: scale(1);
       -moz-transform: scale(1);
	     -o-transform: scale(1);
	        transform: scale(1);
}

#top-navigation.fixed .top-menu-logo li.small-logo{
	opacity: 1;
	-webkit-transform: scale(1);
       -moz-transform: scale(1);
	     -o-transform: scale(1);
	        transform: scale(1);
}

#header.fixed .wrapper{
	height: 0;
}



.header-background{
	background-color: #FFFFFF;
	padding-top: 25px;
	position: relative;
	height: 130px;
}

/*-----------------------------------------------------------------------------------*/
/*	Body
/*-----------------------------------------------------------------------------------*/
body {
	background: #f5f4f2;
	min-width: 320px;
}

.breadcrumbs {
	color: #afafaf;
	border: none;
	margin-bottom: 0px;
}

.breadcrumbs a{
	color: #afafaf;
	border: none;
}

a {
	color: #F28972;
	text-decoration: none;
}

a:hover { 
	color: #1f8181;
}

.main-content{
	/*background-color: #fafafa;*/
}

#main{
	margin-top: 50px;
	position: relative;
}

#main.fixed{
	margin-top: 100px;
	position: relative;
}

body.no-scroll{
	overflow: hidden;
}
#main.shadow:before{
	opacity: 1;
	pointer-events: all;
}

#main:before{
	content: '';
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	z-index: 2;
	opacity: 0;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
    margin: -100px 0px 0px 0px;
    padding-top: 100px;
}

.home #main:before{
    margin: -21px 0px 0px 0px;
    padding-top: 21px;
}

@media only screen and (max-width: 479px) {
	#main:before{
		padding-top: 221px;
		margin-top: -221px;
	}
}

@media only screen and (max-width: 767px){
	#main:before{
		padding-top: 221px;
		margin-top: -221px;
	}
}
/*-----------------------------------------------------------------------------------*/
/*	Menu Bar
/*-----------------------------------------------------------------------------------*/

.center-icon{
	width: 170px;
	height: 45px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
	display: none;
	text-align: center;
}

.center-icon span.home-icon {
	background: url("images/home-icon.png") no-repeat;
	background-size: contain;
	left: 2px;
	top: 8px;
	width: 51px;
	height: 32px;
	display: inline-block;
	position: relative;
	/*float: left;*/
}

.center-icon h1.home-icon {
	position: relative;
	/*float: left;*/
	display: inline-block;
	line-height: 47px;
	font-family: 'Montserrat',sans-serif;
	color: #1f8181;
	font-weight: bold;
	font-size: 27px;
	margin-left: 1px;
}

#top-navigation {
	background: #FFFFFF;
	border-bottom: 1px solid #BBBBBB;
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,0.05);
	-ms-box-shadow: 0 1px 0 rgba(0,0,0,0.05);
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.05);
	box-shadow: 0 1px 0 rgba(0,0,0,0.05);
	position: absolute;
	height: 45px;
	top: 145px;

	/*-webkit-transform: translate3d(0px,0px,1px);
       -moz-transform: translate3d(0px,0px,1px);
	     -o-transform: translate3d(0px,0px,1px);
	        transform: translate3d(0px,0px,1px);*/
/* 	-webkit-backface-visibility: hidden;  Chrome, Safari, Opera 
   		backface-visibility: hidden;*/
}

#top-navigation.admin-bar {
	top: 177px;
}

#top-navigation .navigation-wrapper{
	text-align: center;
	width: 95% !important;
}

.dropdown-social-icons .social-icons-section{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.dropdown-social-icons h4{
	font-size: 14px;
	margin-bottom: 5px;
}

#top-navigation.fixed{
	top: 0;
	position: fixed;
}

#top-navigation.admin-bar.fixed{
    top: 32px;
	position: fixed;
}

.top-menu-logo {
   background: #FFFFFF;
	height: 45px;
	position: absolute;
	width: auto;
	display: block;
	float: inherit;
	margin: 0px;
	left: 20px;
}

.top-menu-logo li {
	background: #FFFFFF;
	border:1px;
	padding: 0 0 0 0px;
	position: relative;
	float: left;
}

.top-menu-logo li a{
	z-index:1;
	font-size: 15px;
	color: #494949;
	font-weight: 400;
	padding: 16px 10px;
	display: inline-block;
	line-height: 16px;
	position: relative;
	height: 45px;
	box-sizing: border-box;
}

.top-menu-logo li a span{
	font-size: 26px;
	line-height: 14px;
	-webkit-transition: opacity 0.2s ease-out;
	   -moz-transition: opacity 0.2s ease-out;
	     -o-transition: opacity 0.2s ease-out;
	        transition: opacity 0.2s ease-out;
	float: left;
	display: block;
	margin: 0 8px 0 0;
}

.top-menu-center {
    background: #FFFFFF;
    height: 45px;
    position: absolute;
    left: 50%;
	width: auto;
	float: inherit;
	display: table;
	-webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
	-webkit-transition: opacity 0.2s ease-out;
	   -moz-transition: opacity 0.2s ease-out;
	     -o-transition: opacity 0.2s ease-out;
	     	transition: opacity 0.2s ease-out;
	opacity: 1;
	margin: 0;
}

.top-menu-center-wrapper .sb-search {
    background: #FFFFFF;
    height: 45px;
    position: absolute;
    left: 50%;
	width: auto;
	float: inherit;
	display: table;
	-webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
	-webkit-transition: opacity 0.2s ease-out;
	   -moz-transition: opacity 0.2s ease-out;
	     -o-transition: opacity 0.2s ease-out;
	     	transition: opacity 0.2s ease-out;
	opacity: 1;
	margin: 0;
}

.top-menu-center.hide {
	opacity: 0;
	pointer-events: none;
}

.top-menu-center li {
	float: left;
	margin: 0 10px 0 0;
	background: #FFFFFF;
	border:1px;
	padding: 0 0 0 0px;
	height: 45px;
	box-sizing: border-box;
}

.top-menu-center li.open-menu {
	cursor: pointer;
	opacity: 1;
	line-height: 45px;
	text-align: center;
    width: 26px;
	margin-right: 0px;
}

.top-menu-center li.open-menu:before {
	font-size: 20px;
	line-height: 50px;
}

#top-navigation .navigation-wrapper.selected-news .top-menu-center li.news,
#top-navigation .navigation-wrapper.selected-reviews .top-menu-center li.reviews,
#top-navigation .navigation-wrapper.selected-chronicles .top-menu-center li.chronicles,
#top-navigation .navigation-wrapper.selected-interviews .top-menu-center li.interviews,
#top-navigation .navigation-wrapper.selected-new-bands .top-menu-center li.more,
#top-navigation .navigation-wrapper.selected-featured .top-menu-center li.more,
#top-navigation .navigation-wrapper.selected-media-mindies .top-menu-center li.media-mindies,
#top-navigation .navigation-wrapper.selected-draw .top-menu-center li.more,
#top-navigation .navigation-wrapper.selected-movies .top-menu-center li.more,
#top-navigation .navigation-wrapper.selected-artists .top-menu-center li.more,
#top-navigation .navigation-wrapper.selected-events .top-menu-center li.more,
#top-navigation .navigation-wrapper.selected-contact .top-menu-center li.more{
	border-bottom-width: 4px;
	border-bottom-style: solid;
}

#top-navigation .navigation-wrapper.selected-news #lateral-menu .section-2 ul li.news a,
#top-navigation .navigation-wrapper.selected-reviews #lateral-menu .section-2 ul li.reviews a,
#top-navigation .navigation-wrapper.selected-chronicles #lateral-menu .section-2 ul li.chronicles a,
#top-navigation .navigation-wrapper.selected-interviews #lateral-menu .section-2 ul li.interviews a,
#top-navigation .navigation-wrapper.selected-media-mindies #lateral-menu .section-2 ul li.media-mindies a,
#top-navigation .navigation-wrapper.selected-new-bands #lateral-menu .section-2 ul li.new-bands a,
#top-navigation .navigation-wrapper.selected-featured #lateral-menu .section-2 ul li.featured a,
#top-navigation .navigation-wrapper.selected-draw #lateral-menu .section-2 ul li.draw a,
#top-navigation .navigation-wrapper.selected-movies #lateral-menu .section-2 ul li.movies a,
#top-navigation .navigation-wrapper.selected-artists #lateral-menu .section-2 ul li.more a,
#top-navigation .navigation-wrapper.selected-events #lateral-menu .section-2 ul li.more a,
#top-navigation .navigation-wrapper.selected-contact #lateral-menu .section-2 ul li.contact a{
	border-right-width: 4px;
	border-right-style: solid;
}

.top-menu-center li.color-1, #lateral-menu .section-2 ul li.color-1 a {
	border-color: #1f8181;
}

.top-menu-center li.color-1:hover:before, #lateral-menu .section-2 ul li.color-1:hover:before {
	color: #1f8181;
}

.top-menu-center li.color-2, #lateral-menu .section-2 ul li.color-2 a {
	border-color: #f28972;
}

.top-menu-center li.color-2:hover:before, #lateral-menu .section-2 ul li.color-2:hover:before {
	color: #f28972;
}

.top-menu-center li.color-3, #lateral-menu .section-2 ul li.color-3 a {
	border-color: #BF1B39;
}

.top-menu-center li.color-3:hover:before, #lateral-menu .section-2 ul li.color-3:hover:before {
	color: #BF1B39;
}

.top-menu-center li.color-4, #lateral-menu .section-2 ul li.color-4 a {
	border-color: #730240;
}

.top-menu-center li.color-4:hover:before, #lateral-menu .section-2 ul li.color-4:hover:before {
	color: #730240;
}

.top-menu-center li.color-5, #lateral-menu .section-2 ul li.color-5 a {
	border-color: #f2af5c;
}

.top-menu-center li.color-5:hover:before, #lateral-menu .section-2 ul li.color-5:hover:before {
	color: #F2AF5C;
}

.top-menu-center li:before {
	font-size: 24px;
	line-height: 46px;
	padding: 0;
	height: 100%;
	position: relative;
	display: inline-block;
	float: left;
	margin-left: 5px;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.top-menu-right {
    background: #FFFFFF;
    position: absolute;
    right: 20px;
    float: inherit;
}

.dropdown-social-icons .social-icons-section ul li{
	height: auto;
	margin-right: 0;
	float: inherit;
	display: inline-block;
}

.top-menu-right li {
    background: #FFFFFF;
    height: 45px;
    padding: 0px;
}

.top-menu-right .social-elements-to-hide{
	display: inline-block;
	position: relative;
	float: left;
	-webkit-transition: opacity 0.2s ease-out;
	   -moz-transition: opacity 0.2s ease-out;
	     -o-transition: opacity 0.2s ease-out;
	     	transition: opacity 0.2s ease-out;
	opacity: 1;
}

.top-menu-right .social-elements-to-hide.hide{
	opacity: 0;
	pointer-events: none;

}

.top-menu-right li.more-social {
    margin-right: 30px;
	line-height: 46px;
	font-size: 18px;
	margin-left: 0px;
	width: 24px;
	cursor: pointer;
}

@media only screen and (max-width:1000px){
	#top-navigation .top-menu-right li.instagram{
		display: none;
	}
}

@media only screen and (max-width:1199px){
	#top-navigation .top-menu-right li.googleplus{
		display: none;
	}
}

@media only screen and (max-width:1125px){
	#top-navigation .top-menu-right li.spotify{
		display: none;
	}
}

@media only screen and (max-width:1060px){
	#top-navigation .top-menu-right li.youtube{
		display: none;
	}
}

@media only screen and (min-width:1200px){
	#top-navigation .top-menu-right li.more-social{
		display: none;
	}

	#top-navigation .top-menu-right li.spotify{
		margin-right: 30px;
	}
}

.dropdown-social-icons .social-icons-section ul li a{
	color: white;
	font-size: 22px;
	line-height: 40px;
	border-radius: 50%;
	background-color: #494949;
}

#top-navigation .dropdown-social-icons .social-icons-section ul li a{
	width: 26px;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	margin: 5px 7px;
}

.dropdown-social-icons .social-icons-section ul li a:hover{
	color: white !important;
}

.top-menu-center li a{
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	text-decoration: none;
	z-index:1;
	font-size: 14px;
	color: #494949 !important;
	font-weight: 400;
	padding: 15px 5px 16px 30px;
	margin-left: -25px;
	display: inline-block;
	line-height: 16px;
	position: relative;
	height: 45px;
	box-sizing: border-box;

}

.top-menu-center li a span{
	font-size: 26px;
	line-height: 14px;
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	     -o-transition: all 0.2s ease-out;
	     	transition: all 0.2s ease-out;
}

.top-menu-center li a span:before{
	line-height: 26px;
}

.top-menu-center li a:hover{
	/*color: #fff !important;*/
	font-weight: 400;
}

.top-menu-center li.hot-tags a {
	height: 45px;
	padding: 16px 10px;
}

.top-menu-center li.categories a {
	height: 45px;
}

.top-menu-center li.categories a{
	color: #1F8181;
	z-index:1;
}

.top-menu-center li.categories a{
	color: #1F8181;
	z-index:1;
}

.top-menu-center li.chronicles a{
	color: #BF1B39;
	z-index:1;
}

.top-menu-center li.pictures a{
	color: #730240;
	z-index:1;
}

.top-menu-center li.new-bands a{
	color: #F2AF5C;
	z-index:1;
}

.top-menu-logo li.small-logo a {
	background: #FFFFFF;
	height: 45px;
	padding: 0;
	float: left;
	line-height: 45px;
	font-family: 'Montserrat', sans-serif;
	color: #1f8181;
	font-weight: 800;
	font-size: 24px;
}

.top-menu-logo li.small-logo{
	/*background: #FFFFFF;*/
	overflow: hidden;
	width: auto;
	height: 45px;
	-webkit-transform: scale(0);
       -moz-transform: scale(0);
	     -o-transform: scale(0);
	        transform: scale(0);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-out;
       -moz-transition: transform 0.3s ease-out, opacity 0.3s ease-out;
	     -o-transition: transform 0.3s ease-out, opacity 0.3s ease-out;
	        transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

.top-menu-logo li.small-logo.visible{
	opacity: 1;
	-webkit-transform: scale(1);
       -moz-transform: scale(1);
	     -o-transform: scale(1);
	        transform: scale(1);
}

.top-menu-logo li.fa-bars {
	font-size: 30px;
	line-height: 45px;
	color: #494949;
	opacity: 0.9;
	cursor: pointer;
	padding: 0 15px;
	margin-right: 20px;
	-webkit-transition: color 0.2s ease;
       -moz-transition: color 0.2s ease;
	     -o-transition: color 0.2s ease;
	        transition: color 0.2s ease;
}

.top-menu-logo li.fa-bars:hover {
	color: #F28972;
}

.top-menu-logo li.fa-bars.open {
	color: #1f8181;
}

.top-menu-logo li.fa-bars.open:hover {
	color: #F28972;
}

.top-menu-logo li.small-logo a span.home-icon {
	background: url("images/home-icon.png") no-repeat;
	background-position: center;
	background-size: contain;
	margin-left: 0;
	position: relative;
	width: 51px;
	margin-right: 0;
	height: 100%;
}

#top-navigation .top-menu-logo li.small-logo a span.home-name {
	line-height: 45px;
	display: none;
}

#top-navigation.fixed .top-menu-logo li.small-logo a span.home-name{
	display: block;
    margin-left: 5px;
}

.top-menu-logo li.small-logo a:hover span.home-icon {
	opacity: 0.7;
}

@media only screen and (max-width: 479px) {
	.top-menu-logo li.small-logo a:hover span.home-icon {
		width:40px;
		top:10px;
		background-size: contain;
	}
}

@media only screen and (max-width: 1100px) {
	#top-navigation.fixed .top-menu-logo li.small-logo a span.home-name {
		display: none;
	}
}


.top-menu-center li.categories a{
	padding: 16px 10px;
}	

.top-menu-center li.categories a span.categories-icon {
	background: none;
	background-size: contain;
	width: 26px;/*32*/
	height: 26px;
	position: relative;
	top: -6px; /*-10*/
	/* -webkit-transition: background-position 1s;*/
}


.top-menu-center li.categories a:hover span.categories-icon {
    background: none;
    color: #1f8181;
}

.top-menu-center li.categories a.selected{
	border-color: #1f8181;
}


#top-navigation .top-menu-center li.categories a:hover {
	/*color: #FFFFFF;
	background: #1f8181;*/
}

.top-menu-center li.responsive a{
	padding: 16px 10px;
	display: inline-block;
	height: 13px;
	position: relative;
}


li.responsive{
	display: none;
}

.top-menu-center li.responsive a span.responsive-icon {
	/*background: url("images/categories-icon.png") no-repeat;*/
	width: 13px;
	height: 12px;
	position: relative;
	display: block;
	margin: 0 8px 0 0;
	
	/* -webkit-transition: background-position 1s;*/
}

.top-menu-center li.responsive a:hover span.responsive-icon {
    background-position: -13px 0px;
}

#top-navigation .top-menu-center li .dropdown-menu.categories li a:hover {
	color: #1F8181;
}

.top-menu-center li.hot-tags a span.tags-icon {
    background: none;
	background-size: contain;
	width: 26px;/*32*/
	height: 26px;
	position: relative;
	top: -6px; /*-10*/
}

.top-menu-center li.hot-tags a:hover span.tags-icon {
    background:none;
    color: #F28972;
}

.top-menu-center li.hot-tags a.selected{
	border-color: #F28972;
}

#top-navigation .top-menu-center li.hot-tags a:hover {
	/*color: #FFFFFF;
	background: #F28972;*/
}

#top-navigation .top-menu-center .hot-tags-menu li a {
	background: #1F8181;
}

#top-navigation .top-menu-center .hot-tags-menu li a:hover {
	color: #ffffff;
	background: #444444;
}

.top-menu-center li.chronicles a span.chronicles-icon {
	float:left;
	display: block;
	margin: 0 8px 0 0;
	/*background: url("images/chronicles-pink.png") no-repeat;*/
	background-size: contain;
	width: 26px;/*32*/
	height: 26px;
	position: relative;
	top: -6px; /*-10*/

}

.top-menu-center li.chronicles a:hover span.chronicles-icon {
    /*background: url("images/chronicles-white.png") no-repeat;*/
    color: #BF1B39;
}

.top-menu-center li.chronicles a.selected{
	border-color: #BF1B39;
}

#top-navigation .top-menu-center li.chronicles a:hover {
	/*color: #FFFFFF;
	background: #BF1B39;*/
}

.top-menu-center li.pictures a span.pictures-icon {
	float:left;
	display: block;
	margin: 0 8px 0 0;
	/*background: url("images/images-purple.png") no-repeat;*/
	background-size: contain;
	width: 26px;/*32*/
	height: 26px;
	position: relative;
	top: -6px; /*-10*/
}

.top-menu-center li.pictures a:hover span.pictures-icon {
    /*background: url("images/images-white.png") no-repeat;*/
    color: #730240;
}

.top-menu-center li.pictures a.selected{
	border-color: #730240;
}

#top-navigation .top-menu-center li.pictures a:hover {
	/*color: #FFFFFF;
	background: #730240;*/
}

.top-menu-center li.new-bands a span.bands-icon {
	float:left;
	display: block;
	margin: 0 8px 0 0;
	/*background: url("images/bands-yellow.png") no-repeat;*/
	background-size: contain;
	width: 26px;/*32*/
	height: 26px;
	position: relative;
	top: -6px; /*-10*/
}

.top-menu-center li.new-bands a:hover span.bands-icon {
    /*background: url("images/bands-white.png") no-repeat;*/
    color: #F2AF5C;
}

.top-menu-center li.new-bands a.selected{
	border-color: #F2AF5C;
}

#top-navigation .top-menu-center li.new-bands a:hover {
	/*color: #FFFFFF;
	background: #F2AF5C;*/
}

/*-----RIGHT-----*/
.top-menu-right li a{
	color: #494949;
	margin: 16px 2px;
	font-weight: 100;
	line-height: 45px;
	font-size: 14px;
	box-sizing: border-box;
	border-radius: 50%;
	width: 46px;
	padding: 5px;
}
.top-menu-right li a:hover{
	color: #ffffff;
	font-size: 14px;
}

.top-menu-right li.fa-search{
	width: 26px;
	font-size: 20px;
	height: 45px;
	line-height: 45px;
	font-weight: 100;
	color: #494949;
	opacity: 0.9;
	cursor: pointer;
	position: relative;
	display: inline-block;
	float: left;
	-webkit-transition: opacity 0.2s ease-out;
	   -moz-transition: opacity 0.2s ease-out;
	     -o-transition: opacity 0.2s ease-out;
	     	transition: opacity 0.2s ease-out;
	opacity: 1;
	margin-right: 15px;
}

.top-menu-right li.fa-search.hide {
	opacity: 0;
	pointer-events: none;
}

.top-menu-right li.twitter a{
	padding: 0px 0px;
	height: 45px;
	display: block;
	text-transform: capitalize;
	font-weight: 100;
	color: #494949;
	line-height: 46px;
}

.top-menu-right li.share a{
	padding: 0px 10px;
}

.top-menu-right li.search a span.search-icon {
	background: url("images/search-icon-form.png") no-repeat center center;
	background-size: 20px 20px;
	border: medium none;
	box-shadow: none;
	cursor: pointer;
	display: block;
	float: left;
	height: 32px;
	margin: 6px 0px 0 0;
	width: 32px;
	padding: 0px;
}

.top-menu-right li.search a:hover span.search-icon {
	background: url("images/search-icon-form.png") no-repeat center center;
	background-size: 20px 20px;
}

#top-navigation .top-menu-right li.search a:hover {
	color: #1F8181;
}

.top-menu-right li.twitter a span.twitter-icon {
    background: none;
    width: auto;
	height: 100%;
	line-height: 46px;
	margin: 0px;
	font-size: 20px;
	margin-left: 10px;
	margin-right: 5px;
	color: #494949;
	-webkit-transition: color 0.2s ease-out;
	   -moz-transition: color 0.2s ease-out;
	     -o-transition: color 0.2s ease-out;
	     	transition: color 0.2s ease-out;
	background: transparent !important;
}

.top-menu-right li.twitter ul {
    /*display: block !important;
    visibility: visible !important; */
}

.top-menu-right li.twitter a:hover span.twitter-icon {
    /*background: url("images/twitter-icon.png") no-repeat;*/
	background: none;
}

#top-navigation .top-menu-right li.twitter a:hover{
	color: #494949;
}

#top-navigation .top-menu-right li.twitter a:hover  span{
	color: #f28972;
}

.top-menu-right li.share a span.share-icon {
    background: url("images/share-icon.png") no-repeat;
}

.top-menu-right li.share a:hover span.share-icon {
    background: url("images/share-icon.png") no-repeat;
	background-position: -14px 0;
}

#top-navigation .top-menu-right li.share a:hover {
	color: #1F8181;
}

/*-----------------------------------------------------------------------------------*/
/*	Random Article
/*-----------------------------------------------------------------------------------*/


#random-section .random-title h3 {
	background: #1f8282;
}

#random-section .random-title {
	background-image: url("images/random-arrow.png");
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #fff;
	width: 145px;
}

#random-section .random-article{
	width: 986px;
} 

#random-section .random-article h4 a:hover {
	color: #1F8181;
}

@media only screen and (max-width: 959px) {
	
	#random-section .random-article {
	    background: #1F8181;
	}

}

@media only screen and (max-width: 767px) {

	.header-background{
		background-color: #f5f4f2;
		padding-top: 25px;
		position: relative;
		height: 130px;
	}

	header div.song{
		display: none;
	}

	header div.song-artist{
		display: none;
	}

}





/*-----------------------------------------------------------------------------------*/
/*	Articles
/*-----------------------------------------------------------------------------------*/

.grid-big .hentry h2.post-title a:hover,
.grid-small .hentry h2.post-title a:hover,
.grid-big-second .hentry h2.post-title a:hover,
.grid-small-second .hentry h2.post-title a:hover,
.block .hentry .post-content-right h2.post-title a:hover,
.widget .widget-tabs .widget-tab li h4 a:hover,
.uxde_posts_widget .post-title a:hover, 
.uxde_popular_widget .post-title a:hover,
.block.loop-single .hentry .related-posts h4.related-article a:hover {
	color: #F28972;
	/*color: #1f8181;*/
}

.grid-big .hentry h2.post-title a, .grid-small .hentry h2.post-title a {
	background: rgba(0,0,0,0.8);
	color: #FFF;
	
}

.grid-big-second .hentry h2.post-title a,
.grid-small-second .hentry h2.post-title a,
.block .hentry .post-content-right h2.post-title a,
.widget .widget-tabs .widget-tab li h4 a,
.uxde_posts_widget .post-title a, 
.uxde_popular_widget .post-title a,
.block.loop-single .hentry .related-posts h4.related-article a {
	color: #494949;
	/*color: #F28972;*/
}



.grid-big .hentry .meta-category a, .grid-small .hentry .meta-category a {
	background: #1F8181;
	font-size: 10px;
	line-height: 15px;
	padding: 2px 5px;
}

.grid-big .hentry .meta-category, .grid-small .hentry .meta-category{ 
	top:32px;
}

.grid-big-second .hentry .meta-category a, .grid-small-second .hentry .meta-category a {
	background: #1F8181;
	font-size: 10px;
	line-height: 11px;
	padding: 8px 10px;
	text-decoration: none;
}
.grid-small-second .hentry .meta-category a {
	line-height: 6px;
}

.grid-big-second .hentry .meta-category, .grid-small-second .hentry .meta-category{ 
/*	top:32px;*/
}

.grid-big-second .hentry .meta-author a {
    color: #1f8181;
}

.grid-big-second .hentry .meta-author a:hover {
	color: #1f8181;
}

.grid-small-second .hentry .meta-author a {
	color: #1f8181;
}

.grid-small-second .hentry .meta-author a:hover {
	color: #1f8181;
}

.breadcrumbs a:hover {
	color: #555555;
}

.block.loop-single .hentry .post-content .post-content-right .meta-info a {
	color: #555555;
}

.block.loop-single .hentry .post-content .post-content-right .meta-info a:hover {
    color: #555555;
}

/*.block.loop-single .hentry .related-posts .meta-category a {
	background: transparent;
	color: #494949;
}

.block.loop-single .hentry .related-posts h4.related-article a{
	font-size: 17px;
	font-weight: 100;
}

.block.loop-single .hentry .related-posts ul li{

}

.block.loop-single .hentry .related-posts h4.related-article{
    overflow: hidden;
    line-height: 1.1em;
}

.block.loop-single .hentry .related-posts .post-content{
    font-weight: 100;
}*/

/*.block.loop-single .hentry .related-posts h4.related-article:after{
  	position: absolute;
  	content: "";
  	text-align: right;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 1.1em;
	background-image: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 1) 80%);
	background-image:    -moz-linear-gradient(to right, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 1) 80%);
	background-image:      -o-linear-gradient(to right, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 1) 80%);
	background-image:         linear-gradient(to right, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 1) 80%);
    line-height: 1.1em;
}*/


.grid-small .hentry .featured-image {
	width: 290px;
	height: 175px;
}
.grid-small .hentry .featured-image:after {
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=8);
	-moz-opacity: .8;
	-khtml-opacity: .8;
	opacity: .5;
	-moz-box-shadow: inset 0 0 30px 0 rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 0 30px 0 rgba(0,0,0,0.5);
	box-shadow: inset 0 0 30px 0 rgba(0,0,0,0.5);
	content: "";
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100.1%;
	height: 100.1%;
	background-size: 100% 100%;
	background-image: -webkit-gradient(linear,left top,right bottom,from(#1F8181),to(#f28972));
	background-image: -webkit-linear-gradient(left top,#1F8181,#f28972);
	background-image: -moz-linear-gradient(left top,#1F8181,#f28972);
	background-image: -ms-linear-gradient(left top,#1F8181,#f28972);
	background-image: -o-linear-gradient(left top,#1F8181,#f28972);
	background-image: linear-gradient(to bottom right,#1F8181,#f28972);
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.grid-small .hentry .featured-image:hover:after {
	background-image: linear-gradient(to bottom right,#000,#f28972);
}
.grid-big-second.right{
	float:right;
	margin: 25px 0px 25px 25px;
}

.grid-small-second.first {
	/*margin-left: 24px;*/
}

/*-----------------------------------------------------------------------------------*/
/*	Pagination
/*-----------------------------------------------------------------------------------*/

.pagination a, .pagination span {
    background: #1F8181;
    padding: 10px;
    width: 24px;
}

.pagination .current {
	background: #F28972;
}
/*-----------------------------------------------------------------------------------*/
/*	Widgets
/*-----------------------------------------------------------------------------------*/


.widget ul li a {
    /*color: #1f8181;*/
    color: #f28972;
}

.widget .widget-tabs ul.drop li.ui-tabs-active a {
    color: #1f8181;
}

.widget .widget-tabs ul.drop li.ui-tabs-active a:hover {
    color: #555555;
}

.widget .widget-tabs ul.drop li a:hover {
	color: #555555;
}


#sidebar .uxde_categories_widget li:hover span {
	background: #1f8181;
}

.uxde_tweet_widget ul li span a {
    color: #1f8181;
}

#sidebar .widget_categories li a:hover, #sidebar .widget_archive li a:hover, #sidebar .widget_meta li a:hover, #sidebar .widget_pages li a:hover {
	color: #1f8181;
}

#sidebar .uxde_newsletter_widget input[type="submit"] {
	background: #444444;
}

#sidebar .uxde_newsletter_widget input[type="submit"]:hover {
	background: #555555;
}


/*-----------------------------------------------------------------------------------*/
/*	Comments
/*-----------------------------------------------------------------------------------*/


a.comment-reply-link {
    color: #1f8181;
}

#respond #submit {
    background: #1f8181;
    -webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	    -ms-transition: all 0.2s ease-out;
	     -o-transition: all 0.2s ease-out;
}

/*-----------------------------------------------------------------------------------*/
/*	Footer 
/*-----------------------------------------------------------------------------------*/

.footer-widgets .uxde_newsletter_widget input[type="submit"] {
	background: #444444;
	box-shadow: none;
}

.footer-widgets .uxde_newsletter_widget input[type="submit"]:hover {
	background: #555555;
}

#copyright-nav ul li {
    margin-right: 15px;
}

#copyright-nav ul li:before {
    color: #ddd;
    font-size: 16px;
}

#copyright-nav ul li a {
    color: #ddd;
    margin-left: 6px;
    font-size: 14px;
}

#copyright-nav ul li a:hover {
    color: #fff;
}

#footer p {
	color: #ddd !important;
}

#footer h4 {
	color: #eeeeee;
	margin-bottom: 10px;
	text-align: left;
	margin-left: 10px;
	margin-bottom: 5px;
	font-size: 15px;
}

#footer .social-icons-section ul {
	display: block;
	margin: 0;
	list-style: none;
	z-index: 99999;
}

#footer .social-icons-section {
	margin: 0px 0;
	flex: 270px;
}

#footer .social-icons-section ul li {
	height: auto;
	margin-right: 0;
	float: inherit;
	display: inline-block;
	background: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}

#footer .social-icons-section ul li a {
	width: 26px;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	margin: 2px 2px;
	cursor: pointer;
	/*background-color: #dddddd;*/
	/*color: #1f8181;*/
	color: #dddddd;
	border-radius: 50%;
	box-sizing: border-box;
	display: block;
	padding: 0;
}

#footer .social-icons-section ul li a:hover{
	color: #eeeeee;
}

#copyright-nav {
	margin: 0;
	flex: 270px;
}

#copyright-nav ul{
	text-align: right
}

#footer .copyright {
	padding: 0 20px;
	overflow: visible;
	align-items: center;
}

#footer .separator {
	margin: 0 8px;
	font-size: 16px;
}

#footer .copyright-text {
	color: #ddd;
	flex: 270px;
}

#footer .copyright-text a{
	color: white;
	line-height: 1.9em;
}

#footer .footer-logo{
	position: relative;
	float: left;
}

#footer .footer-icon{
	background: url("images/footer-icon.png") no-repeat;
	background-position: center;
	background-size: contain;
	margin-left: 0;
	position: relative;
	width: 26px;
	margin-right: 0;
	height: 17px;
	float: left;
	display: inline-block;
}

#footer .footer-name{
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	color: #ddd;
	line-height: 1em;
	display: block;
	position: relative;
	float: left;
	margin: 3px 4px 0 2px;
	font-size: 16px;
	display: inline-block;
}

#back-top span {
    background: url('images/back-top.png') no-repeat scroll 0% 0% / 30px 30px #46A28D;
}

@media only screen and (max-width: 767px) {
	#footer .social-icons-section{
		flex: 100%;
		margin-top: 10px;
	}
}

@media only screen and (max-width: 1181px) {
	#copyright-nav{
		flex: 100%;
		margin-top: 10px;
	}

	#copyright-nav ul{
		text-align: center;
	}
	
	#footer .social-icons-section ul{
		/*text-align: right;*/
	}
	
	#footer .copyright-text{
		text-align: center;
		display: inline-block;
	}

	#footer .footer-logo{
		display: inline-flex;
		float: inherit;
	}
}

@media only screen and (max-width: 479px) {

	#copyright-nav ul li{
		text-align: center;
		margin-right: 5px;
	}
	#copyright-nav ul li a{
		font-size: 12px;
	}
}

/*-----------------------------------------------------------------------------------*/
/*	Page Templates
/*-----------------------------------------------------------------------------------*/

.block.loop-single .hentry .post-content .post-content-right {
	width: 100%;
	text-align: justify;
	font-weight: 200;
	/*text-indent: 30px;*/
}

.archive-lists .archives ul li:hover span {
	background: #1f8181;
}

.archive-lists .categories ul li:hover span {
	background: #1f8181;
}

.block.loop-single .hentry .archive-lists ul li .widget-post .meta-category a {
	background: #1f8181;
}

.block.loop-single .hentry .archive-lists ul li .widget-post h4 a:hover {
	color: #000000;
}


/*-----------------------------------------------------------------------------------*/
/*	Review System
/*-----------------------------------------------------------------------------------*/

#review-box ul li .review-criteria-bar {
    background-color: #1f8181 ! important;
}

.widget .review-badge {
    background: #1f8181 ! important;
}

div.song-wrapper{
	display: table;
	position: relative;
	float: left;
	width: 33.3%;
	height: 100%;
	/*margin-left: 10px;*/
}

div.song {
	position: relative;
	height: auto;
	display: table-cell;
	vertical-align: middle;
}

div.song-lyrics{
text-align: left;
position: relative;
float:top;
font-weight: 100;
font-size: 20px;
line-height: 1em;
margin-bottom: 10px;
color: #494949;
}
div.song-lyrics span{
	opacity: 0.5;	
}

div.song-artist {
text-align: left;
position: relative;
float: top;
font-weight: 100;
font-size: 14px;
line-height: 1em;
opacity: 0.8;
color: #494949;
}

.dropdown-search #searchform {
border: 0px solid #DFDFDF;
border-radius: 2px 2px 2px 2px;
display: block;
overflow: hidden;
margin: 0;
height: 45px;
}

.dropdown-search #searchform input[type="text"] {
float: left;
width: 170px;
box-shadow: none;
color: #AAAAAA;
font-size: 13px;
line-height: 21px;
outline: none;
margin: 7px 0px 0px 10px;
padding: 5px 10px 5px 0px;
-webkit-box-shadow: 0 0 0 0;
-moz-box-shadow: 0 0 0 0;
box-shadow: 0 0 0 0;
background-color: #cccccc;
color:#FFFFFF;

-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;

-webkit-transition: width 0.5s ease-out; /* Safari */
   -moz-transition: width 0.5s ease-out; /* Safari */
    -ms-transition: width 0.5s ease-out; /* Safari */
     -o-transition: width 0.5s ease-out; /* Safari */
		transition: width 0.5s ease-out;
}


.dropdown-search #searchform input[type="submit"] {
background: url("images/search-icon-form.png") no-repeat center center;
background-size: 20px 20px;
border: medium none;
box-shadow: none;
cursor: pointer;
display: block;
float: left;
height: 32px;
margin: 6px 5px 0 0;
width: 32px;
padding:0px;
}
/*
#right-navigation{
	margin:0 auto;
	width: 100%;
	background: #FFFFFF;
	top:-30px;
	border-bottom: 1px solid #BBBBBB;
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,0.05);
	-ms-box-shadow: 0 1px 0 rgba(0,0,0,0.05);
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.05);
	box-shadow: 0 1px 0 rgba(0,0,0,0.05);
	float:right;
		position: absolute;
	height: 30px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}*/

.top-menu-search {
background: #FFFFFF;
float: right;
margin: 0 0 0 0;
}

.menu-super-right{
	float:right;
}

#top-navigation .top-menu-right li .dropdown-search{

	width: 230px;
	padding: 0;
	margin-left: -176px;
	top: 46px;
	box-shadow: none;
	color: #AAAAAA;
	font-size: 13px;
	line-height: 21px;
	outline: none;
	-webkit-box-shadow: 0 0 0 0;
	-moz-box-shadow: 0 0 0 0;
	box-shadow: 0 0 0 0;

	border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;

	border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;

	-moz-box-shadow: 0 1px 0 rgba(0,0,0,0.05);
	-ms-box-shadow: 0 1px 0 rgba(0,0,0,0.05);
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.05);
	box-shadow: 0 1px 0 rgba(0,0,0,0.05);
	border: 1px solid #BBBBBB;
	background-color: #cccccc;
	color:#FFFFFF;

}

/*-----------------------------------------------------------------------------------*/
/*	portfolio 
/*-----------------------------------------------------------------------------------*/
.post-title-portfolio a{color:#F28972;font-weight:bold;margin-left:5px;}
.home-portfolio-img{width: 225px; height:140px;}
.home-portfolio-text{background:#ffffff;padding-left:5px;overflow:hidden;}
.post-title-portfolio{ font-size:14px; margin-bottom:0px; line-height:0px; margin-top:15px;}
.post-subtitle-portfolio{ margin-top:10px; margin-bottom:5px;}

#posts, .content, .fullwidth, .portfolio-content, .portfolio-area{width:960px;}
.portfolio-categ{margin-bottom:30px;}
.portfolio-categ li{display:inline;margin-right:10px;}
.portfolio-image{ margin-bottom:20px; width:625px;}
.portfolio-single{margin-bottom:40px;}
.portfolio-info{margin-top:15px;}
.portfolio-info li{color:#999;margin-bottom:5px;}
.pinfo-left{width:80px;display:inline-block;}
.pinfo-right{left:20px;color:#696969;}
.nav-left{width:70%;float:left;}
.nav-right{float:right;}
.image-block{ display:block;position: relative;}
.image-zoom .mglass{background: url("images/mglass.png") no-repeat scroll 50% 50% transparent; visibility:hidden;}
.mglass {left: 0;height: 100%;overflow: hidden;position: absolute;top: 0;width: 100%;}
.portfolio-area li{float: left;height: 250px;margin: 0 15px 0 0;overflow: hidden;width: 225px;}
/**** END PORTFOLIO STYLES*****/



.block.loop-single .hentry h1.post-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 38px;
	line-height: 48px;
	position: relative;
	float: left;
	text-align: left;
	/*background: #1f8181;*/
	/*color: #f28972;*/
	color: #494949;
	width: 100%;
	margin: 0px 0 0px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 20px;
}

.block.loop-single .hentry.format-video h1.post-title {
	margin: -0px 0 0px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.block.loop-single .hentry .featured-image {
	margin: 0 0 0px 0;
    width: 100%;
    height: auto;
    display: inline-block !important;
    position: relative !important;
    width: 100% !important;
    background-position: center;
    background-size: cover;
}

.block.loop-single .hentry .featured-image .aspect-ration-4-3 {
    padding-top: 56.25%; /* 4:3 aspect ratio */
}

.block.loop-single .hentry .featured-image.clearfix:after {
	/*position: absolute;*/
	/*width: 100%;*/
	/*height: 15%;*/
	/*bottom: 0;*/
	/*left: 0;*/
	/*visibility: visible;*/
	/*background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,1) 98%, rgba(255,255,255,1) 100%); *//* FF3.6+ */
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(1%,rgba(255,255,255,0)), color-stop(98%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); *//* Chrome,Safari4+ */
	/*background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 98%,rgba(255,255,255,1) 100%); *//* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 98%,rgba(255,255,255,1) 100%); *//* Opera 11.10+ */
	/*background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 98%,rgba(255,255,255,1) 100%); *//* IE10+ */
	/*background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 98%,rgba(255,255,255,1) 100%); *//* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); *//* IE6-9 */
}


.block.loop-single .hentry .post-tags {
	margin: 25px 0 0 0;
	display: block;
}

.block.loop-single .hentry .post-tags {
	display: block;
	background: #fafafa;
	position: relative;
	float: left;
	width: 100%;
	
	margin-top: 25px;
	/*margin-bottom: 25px;*/
	padding: 20px;
	box-sizing: border-box;
	
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.05);
	box-shadow: 0 2px 3px rgba(0,0,0,0.05);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #efefef;
}

.block.loop-single .only-content{
	background-color: white;
	border: 1px solid #efefef;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.05);
	   -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.05);
	        box-shadow: 0 2px 3px rgba(0,0,0,0.05);
}


/*-----------------------------------------------------------------------------------*/
/*	Review
/*-----------------------------------------------------------------------------------*/

.single-review #main{
    margin-top:0px;
}
.artist-image{	
	display: block;
	width: 107%;
	height: 400px;
	background-size: cover;
	background-position: center;
	margin-left: -20px;
	margin-bottom: 20px;
}

.block.loop-single.review{
	/*width: 900px;
	margin: 0 140px 0 140px;*/
	/*margin: 0 191px 0 191px;*/
	width: 100%;
	margin: 0;
}

.block.loop-single.review #post-more-info{
	max-width: 798px;
	margin: auto;
}

.block.loop-single.review .only-content{
	max-width: 798px;
	margin: auto;
}

.block.loop-single.review .hentry{
	width: 100%;
}

#content.review, .post-box.review{
	width: 100%;
}

.featured-image.review-image.clearfix{
	width: 110%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	filter: url('images/blur.svg#blur');
		 	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='2');
	-webkit-filter: blur(5px);
	   -moz-filter: blur(5px);
	 	-ms-filter: blur(5px);
		 -o-filter: blur(5px);
		 	filter: blur(5px);
	margin-left: -5%;

/*	-webkit-transform: translate3d(0px,0px,1px);
       -moz-transform: translate3d(0px,0px,1px);
	     -o-transform: translate3d(0px,0px,1px);
	        transform: translate3d(0px,0px,1px);*/

	/* workaround weird effect chrome */
 	-webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
   		backface-visibility: hidden;
}

#cover{
	width: 100%;
	height: 650px;
	height: 100vh;
	position: absolute;
	overflow: hidden;
}

.featured-image.review-image.clearfix:before {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	visibility: visible;
	background: rgba(30,30,30,0.13);
}

.featured-image.review-image.clearfix:after {
	position: absolute;
	width: 100%;
	height: 10%;
	bottom: 0;
	left: 0;
	visibility: visible;
	background: -moz-linear-gradient(top,  rgba(245,244,242,0) 0%, rgba(245,244,242,1) 90%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,244,242,0)), color-stop(90%,rgba(245,244,242,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(245,244,242,0) 0%,rgba(245,244,242,1) 90%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(245,244,242,0) 0%,rgba(245,244,242,1) 90%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(245,244,242,0) 0%,rgba(245,244,242,1) 90%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(245,244,242,0) 0%,rgba(245,244,242,1) 90%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f5f4f2', endColorstr='#f5f4f2',GradientType=0 ); /* IE6-9 */
}

.post-header.review{
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 38px;
	width: 100%;
	display: block;
	float: left;
    height: 80vh;
}
.review-info-header{
    position: relative;
    display: block;
    width: 768px;
    margin: 0px;
    top:50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	/*margin-top: 80px;*/
}

.review article{
	position: relative;
}
.review-info-header .cover{
	display: block;
	width: 200px;
	height: 200px;
	border-radius: 2px;
	border: 1px solid rgba(0,0,0,0.03);
	margin: 0px auto;
	margin-bottom: 10px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	
	-webkit-box-shadow: 4px 4px 0px 0px rgba(255, 255, 255, 0.6);
	-moz-box-shadow:    4px 4px 0px 0px rgba(255, 255, 255, 0.6);
	box-shadow:         4px 4px 0px 0px rgba(255, 255, 255, 0.6);
}

.review-info-header h1{
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	color: #f28972;
	font-weight: bold;
	font-size: 60px;
	text-transform: uppercase;
	text-shadow: 2px 2px 0 rgba(73,73,73,.5);
	margin-top: 30px;
	line-height: 100%;
	margin-bottom: 10px;
}

.review-info-header h2{
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	color: #ffffff;
	font-weight: 200;
	font-size: 40px;
	/*text-transform: uppercase;*/
	text-shadow: 2px 2px 0 rgba(73,73,73,.4);
	margin-bottom: 10px;
	line-height: 100%;
}

.review-info-header p{
	font-family: 'Raleway', sans-serif;
	text-align: center;
	font-size: 20px;
	font-weight: 200;
	letter-spacing: 1px;
	color: #f8f8f8;
}

.review-info-header .score-review{
	
	width: 100px;
	height: 100px;
	display: block;
	font-family: 'Montserrat', sans-serif;
	margin: 0 auto;
	margin-top: 40px;
}

.review-info-header .score-review span{
	border-radius: 50%;
	line-height: 100px;
	font-size: 50px;
	color: white;
	width: 100px;
	display: inline-block;
	text-align: center;
	position: relative;
}

.review-info-header .score-review.best-new-music {
	width: auto;
	margin-top: 20px;
	height: 130px;
	background-image: url("images/bnm3.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	text-align: center;

}

.review-info-header .score-review.best-new-music span{
	margin-top: 14.5px;
	/*background-color: #efefef !important;
	color: #494949;*/
}

.post-box.review #review-box{
	width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*	Review Page
/*-----------------------------------------------------------------------------------*/

.main-review-title{
	position: relative;
	display: block;
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 0 50px;
	background: #f8f8f8;
	height: 50px;
	text-align: center;
	border-bottom: 3px solid #f28972;
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,0.05);
	-ms-box-shadow: 0 1px 0 rgba(0,0,0,0.05);
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.05);
	box-shadow: 0 1px 0 rgba(0,0,0,0.05);
	border-bottom: 1px solid #BBBBBB;
}

h1.review-page-title{
	font-size: 30px;
	line-height: 50px;
	margin: 0;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	color: #f28972;
	/*color: #494949;*/
	font-weight: bold;
	padding: 0px;
	display: inline-block;
}

.main-content .other-reviews{

	position: relative;
	float: left;
 	display: -webkit-box;
	display: 	-moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: 		 flex;
	height: auto;
	flex-flow: row wrap;
  
  /* Then we define how is distributed the remaining space */
  /*justify-content: space-around;*/
  justify-content: space-between;
}

.review-element{

/*	-webkit-box-flex: 300px;
  	   -moz-box-flex: 300px;
  		-webkit-flex: 300px;
  			-ms-flex: 300px;
  				flex: 300px;*/
	width: 380px;
	text-align: center;
	margin: 20px 5px;
	flex-shrink: 1;
}

.review-element .read-more{
	position: absolute;
	width: 50px;
	height: 50px;
	font-size: 30px;
	line-height: 54px;
	color: white;
	background: #f28972;
	border-radius: 50%;
	top: 110%;
	left: 50%;
	margin-left: -25px;
	display: block;
	z-index: 1;
	opacity: 0.8;
	
	text-align: center;
	pointer-events: none;
    -webkit-transition: top 0.3s ease;
    /*-webkit-transition: -webkit-top 0.3s ease;*/
	   -moz-transition: top 0.3s ease;
		 -o-transition: top 0.3s ease;
			transition: top 0.3s ease;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
		 -o-transform: translateY(-50%);
			transform: translateY(-50%);
}

.review-element-link:hover .read-more{
	top: 50%;
    -webkit-transition: top 0.3s ease 0.3s;
    /*-webkit-transition: -webkit-transform 0.3s ease 0.3s;*/
	   -moz-transition: top 0.3s ease 0.3s;
		 -o-transition: top 0.3s ease 0.3s;
			transition: top 0.3s ease 0.3s;
}

.review-element .element-wrapper{
	position: relative;
	display: inline-block;
	width: 370px;
	text-align: center;
}

.review-element .updated{
	position: relative;
	float: left;
	display: inline-block;
	text-align: right;
	text-transform: uppercase;
	width: 100%;
	font-family: 'Raleway', sans-serif;
	color: #a4a4a4;
	font-size: 12px;
}

.review-element-link{
	position: relative;
	float: left;
	display: inline-block;
	width: 100%;
	height: auto;
	margin: 0;
	webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.15);
	  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.15);
		   box-shadow: 0 2px 3px rgba(0,0,0,0.15);
	overflow: hidden;
	/*border: 1px solid #bbbbbb;*/
	/*border: 8px solid #fff;*/
	box-sizing: border-box;
}

.review-element-link:after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	content: '';
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
	pointer-events:none;
}


.review-element .review-image{
	position: relative;
	float: left;
	display: inline-block;
	width: 100%;
	height: auto;
    -webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
		 -o-transition: all 0.3s ease-out;
			transition: all 0.3s ease-out;
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
		 -o-transform: scale(1);
			transform: scale(1);	
	clip: rect(3px,303px,303px,3px);			
}

.review-element .review-image:hover{
	-webkit-filter: blur(2px);
	   -moz-filter: blur(2px);
	 	-ms-filter: blur(2px);
		 -o-filter: blur(2px);
		 	filter: blur(2px);
			filter: url('images/blur.svg#blur');
			filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
}

.review-element .item-description{
	position: relative;
	float: left;
	display: inline-block;
	z-index: 1;
	opacity: 1;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	text-align: center;
	pointer-events: none;
}

.review-element .item-description .item-description-wrapper{
	font-size: 20px;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	pointer-events: none;
    padding-left: 20px;
    padding-right: 20px;
}

.review-element .item-description h2 {
	font-family: 'Montserrat', sans-serif;
	color: #f28972;
	font-weight: bold;
	font-size: 28px;
	/*text-transform: uppercase;*/
	/*text-shadow: 2px 2px 0 rgba(200,200,200,.6);*/
	margin-top: 10px;
	line-height: 1em;
	margin-bottom: 10px;
	display: block;
	word-wrap: break-word;
	word-break: break-word;

/*	-webkit-hyphens: auto;
	   -moz-hyphens: auto;
	        hyphens: auto;*/

}

.review-element .item-description h3 {
	font-family: 'Montserrat', sans-serif;
	color: #494949;
	font-weight: 200;
	font-size: 18px;
	/*text-transform: uppercase;*/
	/*text-shadow: 2px 2px 0 rgba(200,200,200,.6);*/
	margin-bottom: 10px;
	line-height: 1em;
	display: block;
}

.review-element .best-new-music-out{
	position: absolute;
	display: block;
	width: 60px;
	top: 10px;
	right: 10px;
	height: 60px;
	background-image: url("images/bnm2.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 1;
    -webkit-transition: opacity 0.3s ease-out;
	   -moz-transition: opacity 0.3s ease-out;
		 -o-transition: opacity 0.3s ease-out;
			transition: opacity 0.3s ease-out;
}

.review-element .item-description .best-new-music{
	position: relative;
	display: none;
	width: 100%;
	height: 60px;
	background-image: url("images/bnm2.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: 20px;
}

.review-element:hover .best-new-music-out{
	opacity: 0;
}

@media only screen and (max-width: 1181px){
	.review-element{
		width: 305px;
	}

	.review-element .element-wrapper{
		width: 300px;
	}
}

@media only screen and (max-width: 959px){
	.review-element{
		width: 335px;
	}

	.review-element .element-wrapper{
		width: 330px;
	}
}


@media only screen and (max-width: 767px){
	.main-content .other-reviews {
		justify-content: center;
	}
	
	.review-element{
		width: 380px;
	}

	.review-element .element-wrapper{
		width: 370px;
		height: 370px;
	}

	.review-element .item-description{
		position: absolute;
		top: 22px;
		left: 0;
		width: 100%;
		height: 100%;
		display: table;
	}
	
	.review-element .item-description .item-description-wrapper {
		display: table-cell;
	}

	.review-element .review-image, .review-element .review-image:hover{
				filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
				filter: url('images/blur.svg#blur');
		-webkit-filter: blur(2px);
		   -moz-filter: blur(2px);
		 	-ms-filter: blur(2px);
			 -o-filter: blur(2px);
			 	filter: blur(2px);
	}

	.review-element .item-description h2 {
		font-size: 26px;
		text-shadow: 2px 2px 0 rgba(73,73,73,.5);
	}

	.review-element .item-description h3 {
		font-size: 15px;
		text-shadow: 2px 2px 0 rgba(73,73,73,.4);
		color: #f8f8f8;
	}

	.review-element:hover .read-more{
		top: 110%;
	}

	.review-element .best-new-music-out{
		display: none;
	}

	.review-element .item-description .best-new-music{
		display: block;
	}

    #cover{
        height: 600px;
    }
    .post-header.review{
        height: 440px;
    }
}

@media only screen and (max-width: 479px) {
	.review-element{
		width: 298px;
	}

	.review-element .element-wrapper{
		width: 290px;
		height: 290px;
	}

    #cover{
        height: 450px;
    }
    .post-header.review{
        height: 340px;
    }
}


/*-----------------------------------------------------------------------------------*/
/*	Interview Page
/*-----------------------------------------------------------------------------------*/

.main-interview-title{
	position: relative;
	display: block;
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 0 50px;
	background: #f8f8f8;
	height: 50px;
	text-align: center;
	border-bottom: 3px solid #f28972;
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,0.05);
	-ms-box-shadow: 0 1px 0 rgba(0,0,0,0.05);
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.05);
	box-shadow: 0 1px 0 rgba(0,0,0,0.05);
	border-bottom: 1px solid #BBBBBB;
}

h1.interview-page-title{
	font-size: 30px;
	line-height: 50px;
	margin: 0;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	color: #730240;
	/*color: #494949;*/
	font-weight: bold;
	padding: 0px;
	display: inline-block;
}
.header-post .item-description h3 {
    position: relative;
    color: #dedede;
	font-size: 16px;
}

.header-post .item-description h4 {
    position: relative;
    float: left;
    font-family: 'Montserrat', sans-serif;
    color: #f8f8f8;
    font-weight: 200;
    font-size: 16px;
    /*text-transform: uppercase;*/
    text-shadow: 2px 2px 0 rgba(73,73,73,.4);
    margin: auto;
    line-height: 1.5em;
    display: block;
    width: 100%;
}

.header-post .item-description h4.fixed {
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 400px;
}



/*-----------------------------------------------------------------------------------*/
/*	Posts page
/*-----------------------------------------------------------------------------------*/
.first-posts{
	margin-bottom: 80px;
	position: relative;
	float: left;
	display: inline-block;
	width: 100%;
}

.header-post{
	position: relative;
	float: left;
	display: inline-block;
	width: 50%;
	height: 500px;
	overflow: hidden;
}
/*.header-post:after{
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;*/
/*    -webkit-transition: opacity 0.3s ease;
	   -moz-transition: opacity 0.3s ease;
		 -o-transition: opacity 0.3s ease;
			transition: opacity 0.3s ease;*/
	/*opacity: 0.15;
	background-image: url(images/triangles.jpg);*/
	/*background: #000;*/
/*}*/

.header-post:hover:after{
	opacity: 0.15;
}


/*.header-post .mobile-image{
	display: none;
}*/
.over-gradient{
position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events:none;
}

.over-gradient .pattern{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events:none;
	background-image: url(images/triangles.jpg);
	opacity: 0.1;
}

.over-gradient:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-gradient(linear,left top,right bottom,from(#1F8181),to(#f28972));
	background-image: -webkit-linear-gradient(left top,#1F8181,#f28972);
	background-image: 	 -moz-linear-gradient(left top,#1F8181,#f28972);
	background-image: 	  -ms-linear-gradient(left top,#1F8181,#f28972);
	background-image:	   -o-linear-gradient(left top,#1F8181,#f28972);
	background-image: 		  linear-gradient(to bottom right,#1F8181,#f28972);
	opacity: 0.3;
	-webkit-transition: opacity 0.3s ease;
	   -moz-transition: opacity 0.3s ease;
		 -o-transition: opacity 0.3s ease;
			transition: opacity 0.3s ease;
}

.header-post:hover .over-gradient:after{
	content: '';
	opacity: 0.7;
}

.over-gradient:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: inset 0 0 30px 0 rgba(0,0,0,0.4);
	   -moz-box-shadow: inset 0 0 30px 0 rgba(0,0,0,0.4);
			box-shadow: inset 0 0 30px 0 rgba(0,0,0,0.4);
}

.header-post .post-image{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	opacity: 0.7;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
    -webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
		 -o-transition: all 0.3s ease;
			transition: all 0.3s ease;
}

.header-post:hover .post-image{
		 	filter: url('images/blur.svg#blur');
		 	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
	-webkit-filter: blur(3px);/*5*/
	   -moz-filter: blur(3px);
	 	-ms-filter: blur(3px);
		 -o-filter: blur(3px);
		 	filter: blur(3px);
}

.header-post.big{
	width: 55%;
}

.header-post.small{
	height: 250px;
	width: 45%;
}

.header-post .item-description h2{
	margin: 0px 20px;
}

.header-post.small .item-description h2{
	font-size: 24px;
}

.header-post .item-description{
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	display: table;
	z-index: 1;
	opacity: 1;
	box-sizing: border-box;
	
	text-align: center;
	pointer-events: none;
/*    -webkit-transition: transform 0.3s ease;
    -webkit-transition: -webkit-transform 0.3s ease;
	   -moz-transition: transform 0.3s ease;
		 -o-transition: transform 0.3s ease;
			transition: transform 0.3s ease;*/
}

/*.header-post:hover .item-description{
	-webkit-transform: translateY(-100px);
	   -moz-transform: translateY(-100px);
		 -o-transform: translateY(-100px);
			transform: translateY(-100px);
    -webkit-transition: transform 0.3s ease 0.3s;
    -webkit-transition: -webkit-transform 0.3s ease 0.3s;
	   -moz-transition: transform 0.3s ease 0.3s;
		 -o-transition: transform 0.3s ease 0.3s;
			transition: transform 0.3s ease 0.3s;
}*/

.header-post .read-more{
	position: absolute;
	width: 50px;
	height: 50px;
	font-size: 30px;
	line-height: 54px;
	color: white;
	background: #f28972;
	border-radius: 50%;
	bottom: -70px;
	left: 50%;
	margin-left: -25px;
	display: block;
	z-index: 1;
	opacity: 0.8;
	
	text-align: center;
	pointer-events: none;
    -webkit-transition: transform 0.3s ease;
    -webkit-transition: -webkit-transform 0.3s ease;
	   -moz-transition: transform 0.3s ease;
		 -o-transition: transform 0.3s ease;
			transition: transform 0.3s ease;
}

.header-post:hover .read-more{
	-webkit-transform: translateY(-120px);
	   -moz-transform: translateY(-120px);
		 -o-transform: translateY(-120px);
			transform: translateY(-120px);
    -webkit-transition: transform 0.3s ease 0.3s;
    -webkit-transition: -webkit-transform 0.3s ease 0.3s;
	   -moz-transition: transform 0.3s ease 0.3s;
		 -o-transition: transform 0.3s ease 0.3s;
			transition: transform 0.3s ease 0.3s;
}

.header-post .item-description .item-description-wrapper{
	font-size: 20px;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	pointer-events: none;
}

/*.header-post .item-description img{
	position: relative;
	border-radius: 50%;
	width: 200px;
}*/

.header-post .item-description h2 {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-weight: bold;
	font-size: 28px;
	text-transform: uppercase;
	text-shadow: 2px 2px 0 rgba(73,73,73,.5);
	margin-top: 10px;
	line-height: 1em;
	margin-bottom: 10px;
	display: block;
	word-wrap: break-word;
	word-break: break-word;
}

.header-post .item-description h3 {
	font-family: 'Montserrat', sans-serif;
	color: #f8f8f8;
	font-weight: 200;
	font-size: 18px;
	/*text-transform: uppercase;*/
	text-shadow: 2px 2px 0 rgba(73,73,73,.4);
    margin-bottom: 5px;
	line-height: 1em;
	display: block;
}

.header-post .best-new-music{
	display: block;
	width: 100%;
	margin-top: 20px;
	height: 70px;
	background-image: url("images/bnm2.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 959px){
	.header-post{
		height: 400px;
		width: 100%;
	}
	.header-post:hover .read-more{
		-webkit-transform: none;
		   -moz-transform: none;
			 -o-transform: none;
				transform: none;
	}

	.header-post.small{
		height: 200px;
	}

	.header-post.small .item-description h2{
		font-size: 22px;
	}
}


@media only screen and (max-width: 767px){
	.header-post{
		height: 300px;
	}
	
	.header-post:hover:after{
		opacity: 0.15;
	}

	.header-post:hover .post-image{
		-webkit-filter: none;
		   -moz-filter: none;
		 	-ms-filter: none;
			 -o-filter: none;
			 	filter: none;
	}

	.header-post:hover .item-description{
		-webkit-transform: none;
		   -moz-transform: none;
			 -o-transform: none;
				transform: none;
	}

	.first-posts{
		margin-bottom: 40px;
	}
	.header-post.big, .header-post.small{
		width: 100%;
		height: 200px;
	}

	.header-post.big .item-description h2, .header-post.small .item-description h2{
		font-size: 20px;
	}
}

@media only screen and (max-width: 479px) {
	.header-post{
		height: 300px;
	}
}
/*////////////////////////////////////////////////////////////////////////*/

.main-content .other-posts{

	position: relative;
	float: left;
 	display: -webkit-box;
	display: 	-moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: 		 flex;
	height: auto;
	flex-flow: row wrap;
    width: 100%;
  /* Then we define how is distributed the remaining space */
  /*justify-content: space-around;*/
  justify-content: space-between;
}

.main-content .other-posts ul {
    width: 100%;
    margin: 0 0 0 0;
	list-style: none;
	position: relative;
	float: left;
    /*perspective: 1200px;*/
    /*-webkit-perspective: 1200px;*/
}

.main-content .other-posts ul li.post-element{
	float: left;
	width: 374px;
	/* height: 250px; */
	height: 374px;
	margin: 22px 4px 20px 4px;
	position: relative;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.05);
	box-shadow: 0 2px 3px rgba(0,0,0,0.05);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #efefef;
	background-color: white;

    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
    -moz-transition: opacity 0.4s ease, -moz-transform 0.4s ease;
    -ms-transition: opacity 0.4s ease, -ms-transform 0.4s ease;
    -o-transition: opacity 0.4s ease, -o-transform 0.4s ease;
    transition: opacity 0.4s ease, transform 0.4s ease;

    opacity: 0;
    -webkit-transform: perspective(500px) translateY(100px) rotateX(0deg) scale(0.95);
    -moz-transform: perspective(500px) translateY(100px) rotateX(0deg) scale(0.95);
    -ms-transform: perspective(500px) translateY(100px) rotateX(0deg) scale(0.95);
    -o-transform: perspective(500px) translateY(100px) rotateX(0deg) scale(0.95);
    transform: perspective(500px) translateY(100px) rotateX(0deg) scale(0.95);
    transform-style: preserve-3d;
}

.main-content .other-posts ul li.post-element.visible{
    opacity: 1;
    -webkit-transform: perspective(500px) translateY(0px) rotateX(0deg) scale(1);
    -moz-transform: perspective(500px) translateY(0px) rotateX(0deg) scale(1);
    -ms-transform: perspective(500px) translateY(0px) rotateX(0deg) scale(1);
    -o-transform: perspective(500px) translateY(0px) rotateX(0deg) scale(1);
    transform: perspective(500px) translateY(0px) rotateX(0deg) scale(1);
}

.main-content .other-posts ul li.post-element:hover{
    opacity: 1;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.main-content .other-posts ul li.post-element:after{
	content: "";
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#00EFEFEF',endColorstr='#FFEFEFEF');
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-size: 100%;
	background-image: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0,rgba(255,255,255,0)),color-stop(80%,#ffffff));
	background-image: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,#ffffff 80%);
	background-image: -moz-linear-gradient(top,rgba(255,255,255,0) 0,#ffffff 80%);
	background-image: -o-linear-gradient(top,rgba(255,255,255,0) 0,#ffffff 80%);
	background-image: linear-gradient(top,rgba(255,255,255,0) 0,#ffffff 80%);
	display: block;
	position: absolute;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2.1em;
}

.main-content .other-posts ul li.post-element.round{
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
    border-radius: 50%;
    border: 1px solid transparent;
    background-color: transparent;
    overflow: hidden;

}

.main-content .other-posts ul li.post-element.round:after{
    content: "";
    border-radius: 50%;
}

.main-content .other-posts ul li.post-element.full-image:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 0 0 30px 0 rgba(0,0,0,0.4);
    -moz-box-shadow: inset 0 0 30px 0 rgba(0,0,0,0.4);
    box-shadow: inset 0 0 30px 0 rgba(0,0,0,0.4);
    background: rgba(0,0,0,0.3);
}

/* Style 1 */
.main-content .other-posts ul li.post-element.full-image.style-1:after{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: rgba(0,0,0,0.2);
    border: 15px solid white;
    box-sizing: border-box;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    transform: translateZ(0px);
}

.main-content .other-posts ul li.full-image.style-1 .post-info-wrapper{
    -webkit-transform: translate(0,-50%) translateZ(0.2px);
    -moz-transform: translate(0,-50%) translateZ(0.2px);
    -ms-transform: translate(0,-50%) translateZ(0.2px);
    -o-transform: translate(0,-50%) translateZ(0.2px);
    transform: translate(0,-50%) translateZ(0.2px);
}

.main-content .other-posts ul li.full-image.style-1 .post-info-wrapper .meta-category{
    pointer-events: none;
}

.main-content .other-posts ul li.full-image.style-1 .post-info-wrapper .meta-category:before{
    position: relative;
    display: block;
    font-size: 28px;
    line-height: 1em;
}

.main-content .other-posts ul li.full-image.style-1 .post-info-wrapper .meta-category a{
    color: #fff;
    letter-spacing: 2px;
    font-size: 12px;
    pointer-events: all;
}

.main-content .other-posts ul li.post-element.full-image.style-1 .over-gradient:before{
    opacity: 0.8;
}

.main-content .other-posts ul li.post-element.full-image.style-1 .over-gradient:after{
    opacity: 0.7;
}

.main-content .other-posts ul li.full-image.style-1 .post-info-wrapper h2 a {
    letter-spacing: 1px;
    line-height: 1.2em;
    text-shadow: none;
    text-transform: uppercase;
    font-size: 20px;
}

/* Style 2 */
.main-content .other-posts ul li.post-element.full-image.style-2:after{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: rgba(0,0,0,0.4);
    background-image:  url('../../../img/borde-sorteo.svg');
    background-size: contain;
    background-position: center;
    box-sizing: border-box;
    border: 8px solid white;
}

.main-content .other-posts ul li.full-image.style-2 .post-info-wrapper .meta-category{
    pointer-events: none;
}

.main-content .other-posts ul li.full-image.style-2 .post-info-wrapper .meta-category:before{
    position: relative;
    display: block;
    font-size: 32px;
    line-height: 1em;
}

.main-content .other-posts ul li.full-image.style-2 .post-info-wrapper .meta-category a{
    color: #fff;
    letter-spacing: 2px;
    font-size: 12px;
    pointer-events: all;
}

.main-content .other-posts ul li.post-element.full-image.style-2 .over-gradient:before{
    opacity: 0;
}

.main-content .other-posts ul li.post-element.full-image.style-2 .over-gradient:after{
    opacity: 0.1;
}

.main-content .other-posts ul li.full-image.style-2 .post-info-wrapper h2 a {
    letter-spacing: 1px;
    line-height: 1.2em;
    text-shadow: none;
    text-transform: uppercase;
    font-size: 20px;
}

.main-content .other-posts ul li .preview-post{
	position: relative;
	float: left;
	display: inline-block;
	overflow: hidden;
	width: 374px;
	height: 374px;
}

.main-content .other-posts ul li .preview-post .best-new-music-out{
    position: absolute;
    display: block;
    width: 60px;
    top: 10px;
    right: 10px;
    height: 60px;
    background-image: url("images/bnm2.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: 1;
}

.main-content .other-posts ul li .updated {
	position: absolute;
	top: -22px;
	right: 0px;
	display: block;
	text-align: right;
	text-transform: uppercase;
	width: 100%;
	font-family: 'Raleway', sans-serif;
	color: #a4a4a4;
	font-size: 12px;
}

.main-content .other-posts ul li .featured-image, .block.loop-single .hentry .other-posts ul li .featured-image{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
}


.main-content .other-posts ul li.full-image .featured-image, .block.loop-single .hentry .other-posts ul li.full-image .featured-image{
    height: 100%;
    width: 100%;
}

.main-content .other-posts ul li .featured-image a{
	line-height: 0;
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
    height: 185px;
}

.main-content .other-posts ul li.full-image .featured-image a{
    height: 100%;
}

.main-content .other-posts ul li .featured-image img, .block.loop-single .hentry .other-posts ul li .featured-image img{
    min-width: 100%;
    max-width: none;
    min-height: 100%;
    max-height: none;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: opacity 0.7s ease;
    -moz-transition: opacity 0.7s ease;
    -ms-transition: opacity 0.7s ease;
    -o-transition: opacity 0.7s ease;
    transition: opacity 0.7s ease;
}

.main-content .other-posts ul li .featured-image img.fix-height, .block.loop-single .hentry .other-posts ul li .featured-image img.fix-height{
    height: 100%;
}

.main-content .other-posts ul li .featured-image img.fix-width, .block.loop-single .hentry .other-posts ul li .featured-image img.fix-width{
    width: 100%;
}

/*.main-content .other-posts ul li.full-image .featured-image img, .block.loop-single .hentry .other-posts ul li.full-image .featured-image img{
    min-width: 100%;
    max-width: none;
    min-height: 100%;
    max-height: none;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.main-content .other-posts ul li.full-image .featured-image img.fix-height, .block.loop-single .hentry .other-posts ul li.full-image .featured-image img.fix-height{
    height: 100%;
}

.main-content .other-posts ul li.full-image .featured-image img.fix-width, .block.loop-single .hentry .other-posts ul li.full-image .featured-image img.fix-width{
    width: 100%;
}*/

.main-content .other-posts ul li .post-info-wrapper{
	position: relative;
	display: inline-block;
	float: left;
}

.main-content .other-posts ul li.full-image .post-info-wrapper{
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    text-align: center;
    color: white;
    padding: 0px 15px;
    box-sizing: border-box;
}



.main-content .other-posts ul li .post-info-wrapper .meta-category{
	font-family: 'Raleway',sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 13px;
	position: relative;
	text-transform: uppercase;
	display: inherit;
	float: left;
	left: 20px;
	margin-bottom: 2px;
}

.main-content .other-posts ul li.full-image .post-info-wrapper .meta-category{
    float: left;
    left: 20px;
    background: transparent;
    /*text-shadow: 0px 0px 10px rgba(255,255,255,0.3);*/
    float: none;
    left: 0px;
    color: white;
    pointer-events: all;
    letter-spacing: 1px;
}

.main-content .other-posts ul li .post-info-wrapper .meta-category a{
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	line-height: 21px;
	padding: 2px 0px;
	text-decoration: none;
	background: transparent !important;
}

.main-content .other-posts ul li .post-info-wrapper .meta-category a:hover{
	background: transparent !important;
}

.main-content .other-posts ul li .post-info-wrapper h2{
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	margin: 0;
	margin-bottom: 10px;
	position: relative;
	float: left;
	width: 100%;
	padding: 0px 20px 0px 20px;
	box-sizing: border-box;
}

.main-content .other-posts ul li .post-info-wrapper h2 a{
	font-size: 17px;
	font-weight: 100;
	color: #494949;
	line-height: 1.3em;
	text-decoration: none;
}

.main-content .other-posts ul li .post-info-wrapper h2 a:hover{
	color: #F28972;
}

.main-content .other-posts ul li.full-image .post-info-wrapper h2 a{
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    /*text-transform: uppercase;*/
    text-shadow: 2px 2px 0 rgba(73,73,73,.5);
    margin-top: 10px;
    line-height: 1em;
    margin-bottom: 10px;
    display: block;
    word-wrap: break-word;
    word-break: break-word;
}

.main-content .other-posts ul li.full-image .post-info-wrapper h2 a:hover{
	color: #e0e0e0;
}

.main-content .other-posts ul li .post-info-wrapper h3{
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    /*text-transform: uppercase;*/
    text-shadow: 2px 2px 0 rgba(73,73,73,.5);
    margin-top: 0px;
    line-height: 1em;
    margin-bottom: 0px;
    display: block;
    word-wrap: break-word;
    word-break: break-word;
    position: relative;
    float: left;
    width: 100%;
    border-bottom: 0px;
}

.main-content .other-posts ul li .post-info-wrapper h4{
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: 100;
    font-size: 14px;
    /*text-transform: uppercase;*/
    text-shadow: 2px 2px 0 rgba(73,73,73,.5);
    margin-top: 5px;
    line-height: 1em;
    margin-bottom: 0px;
    display: block;
    word-wrap: break-word;
    word-break: break-word;
    position: relative;
    float: left;
    width: 100%;
}

.main-content .other-posts ul li.full-image .post-info-wrapper{
    pointer-events: none;
    z-index: 2;
}

.main-content .other-posts ul li.full-image .post-info-wrapper h2{
    pointer-events: none;
}

.main-content .other-posts ul li.full-image .post-info-wrapper h3{
    pointer-events: none;
}

.main-content .other-posts ul li.full-image .post-info-wrapper h4{
    pointer-events: none;
}

.main-content .other-posts ul li .post-info-wrapper .post-content{
	width: 100%;
	display: block;
	overflow: hidden;
	margin: 0 0 0px 0;
	padding: 0px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 100;
	font-size: 14px;
	line-height: 1.5em;
}

@media only screen and (min-width: 960px) and (max-width: 1181px){
	.main-content .other-posts ul li.post-element{
		width: 305px;
		height: 305px;
	}

	.main-content .other-posts ul li.post-element .preview-post{
		width: 305px;
		height: 305px;
	}

    .single-post .main-content .other-posts ul li.post-element, .main-content.preview-post-small .other-posts ul li.post-element{
		width: 270px;
		height: 270px;
	}

	.single-post .main-content .other-posts ul li.post-element .preview-post, .main-content.preview-post-small .other-posts ul li.post-element .preview-post{
		width: 270px;
		height: 270px;
	}

    .main-content .other-posts ul li .featured-image a{
        height: 151px;
    }

    .single-post .main-content .other-posts ul li .featured-image a, .main-content.preview-post-small .other-posts ul li .featured-image a{
        height: 135px;
    }

	.main-content .other-posts ul li .post-info-wrapper .meta-category{
		line-height: 13px;
		margin-bottom: 2px;
	}
	
	.main-content .other-posts ul li .post-info-wrapper .meta-category a{
		font-size: 12px;
	}

	.main-content .other-posts ul li .post-info-wrapper h2{
		font-size: 18px;
		line-height: 14px;
		margin-bottom: 8px;
	}

	.main-content .other-posts ul li .post-info-wrapper .post-content{
		font-size: 14px;
		line-height: 1.3em;
	}
}

@media only screen and (max-width: 959px){
	.main-content .other-posts ul li.post-element{
		width: 335px;
		height: 335px;
		margin: 20px 5px;
	}

	.main-content .other-posts ul li.post-element .preview-post{
		width: 335px;
		height: 335px;
	}
    .main-content .other-posts ul li .featured-image a{
        height: 166px;
    }
}


@media only screen and (max-width: 767px){
	.main-content .other-posts {
		justify-content: center;
	}
	
	.main-content .other-posts ul li.post-element{
		width: 380px;
		height: 380px;
		margin: 20px 5px;
	}

	.main-content .other-posts ul li.post-element .preview-post{
		width: 380px;
		height: 380px;
	}

    .header-post .item-description h4{
        font-size: 12px;
    }
    .header-post .item-description h4.fixed{
		width: 80%;
	}
    .main-content .other-posts ul li .featured-image a{
        height: 188px;
    }
}

@media only screen and (max-width: 479px) {
	.main-content .other-posts ul li.post-element{
		width: 298px;
		height: 298px;
		margin-left: 0px;
		margin-right: 0px;
	}

	.main-content .other-posts ul li.post-element .preview-post{
		width: 298px;
		height: 298px;
	}

	.main-content .other-posts ul li .post-info-wrapper .meta-category{
		line-height: 13px;
		margin-bottom: 2px;
	}
	
	.main-content .other-posts ul li .post-info-wrapper .meta-category{
		left: 15px;
	}

	.main-content .other-posts ul li .post-info-wrapper .meta-category a{
		font-size: 12px;
		line-height: 17px;
	}

	.main-content .other-posts ul li .post-info-wrapper h2{
		font-size: 18px;
		line-height: 14px;
		margin-bottom: 8px;
		padding: 0px 15px;
	}

	.main-content .other-posts ul li .post-info-wrapper .post-content{
		font-size: 12px;
		line-height: 1.35em;
		padding: 0px 15px;
	}
    .main-content .other-posts ul li .featured-image a{
        height: 148px;
    }
}

.first-posts{
	margin-bottom: 50px;
	position: relative;
	float: left;
	display: inline-block;
	width: 100%;
}

.interviews.main-content .other-posts ul li .post-info-wrapper .meta-category a {
	color: #730240 !important;
}
.news.main-content .other-posts ul li .post-info-wrapper .meta-category a {
	color: #1f8181 !important;
}

/*-----------------------------------------------------------------------------------*/
/*	News Single Page
/*-----------------------------------------------------------------------------------*/
.header-post .item-description h2{
	text-transform: none;
}
.main-news-title{
	position: relative;
	display: block;
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 0 50px;
	background: #f8f8f8;
	height: 50px;
	text-align: center;
	border-bottom: 3px solid #f28972;
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,0.05);
	-ms-box-shadow: 0 1px 0 rgba(0,0,0,0.05);
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.05);
	box-shadow: 0 1px 0 rgba(0,0,0,0.05);
	border-bottom: 1px solid #BBBBBB;
}

h1.news-page-title{
	font-size: 30px;
	line-height: 50px;
	margin: 0;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	color: #1f8181;
	font-weight: bold;
	padding: 0px;
	display: inline-block;
}

/*-----------------------------------------------------------------------------------*/
/*	Interview Single Page
/*-----------------------------------------------------------------------------------*/

.single-interview #main{
	margin-top: 0px;
}

.block.loop-single.interview{
	/*width: 900px;
	margin: 0 140px 0 140px;*/
	/*margin: 0 191px 0 191px;*/
	width: 100%;
	margin: 0;
}

.block.loop-single.interview #post-more-info{
	max-width: 798px;
	margin: auto;
}

.block.loop-single.interview .only-content{
	max-width: 798px;
	margin: auto;
}

.block.loop-single.interview .hentry{
	width: 100%;
}

#content.interview, .post-box.interview{
	width: 100%;
}

.featured-image.interview-image.clearfix{
	width: 110%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-left: -5%;
}

.interview #cover{
	width: 100%;
	height: 100vh;
	margin-top: 0px;
	position: absolute;
	overflow: hidden;
}

.featured-image.interview-image.clearfix:before {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	visibility: visible;
	background: rgba(30,30,30,0.15);
}

.featured-image.interview-image.clearfix:after {
	position: absolute;
	width: 100%;
	height: 10%;
	bottom: 0;
	left: 0;
	visibility: visible;
	background: -moz-linear-gradient(top,  rgba(245,244,242,0) 0%, rgba(245,244,242,1) 90%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,244,242,0)), color-stop(90%,rgba(245,244,242,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(245,244,242,0) 0%,rgba(245,244,242,1) 90%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(245,244,242,0) 0%,rgba(245,244,242,1) 90%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(245,244,242,0) 0%,rgba(245,244,242,1) 90%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(245,244,242,0) 0%,rgba(245,244,242,1) 90%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f5f4f2', endColorstr='#f5f4f2',GradientType=0 ); /* IE6-9 */
}

.post-header.interview{
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 38px;
	width: 100%;
	height: 80vh;
	display: block;
	float: left;
}

.interview-info-header{
	position: relative;
	display: block;
	width: 768px;
	margin: 0px;
	top:50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	     -o-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	/*margin-top: 80px;*/
}

.interview article{
	position: relative;
}
.interview-info-header .cover{
	display: block;
	width: 200px;
	height: 200px;
	border-radius: 2px;
	border: 1px solid rgba(0,0,0,0.03);
	margin: 0px auto;
	margin-bottom: 10px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	
	-webkit-box-shadow: 4px 4px 0px 0px rgba(255, 255, 255, 0.6);
	-moz-box-shadow:    4px 4px 0px 0px rgba(255, 255, 255, 0.6);
	box-shadow:         4px 4px 0px 0px rgba(255, 255, 255, 0.6);
}

.interview-info-header h1{
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	/* color: #f28972;*/
	 color: #eee;
	font-weight: bold;
	font-size: 60px;
	text-transform: uppercase;
	text-shadow: 2px 2px 0 rgba(73,73,73,.5);
	margin-top: 30px;
	line-height: 100%;
	margin-bottom: 10px;
}

.interview-info-header h2{
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	color: #ffffff;
	font-weight: 200;
	font-size: 40px;
	/*text-transform: uppercase;*/
	text-shadow: 2px 2px 0 rgba(73,73,73,.4);
	margin-bottom: 10px;
	line-height: 100%;
}

.interview-info-header p{
	font-family: 'Raleway', sans-serif;
	text-align: center;
	font-size: 20px;
	font-weight: 200;
	letter-spacing: 1px;
	color: #f8f8f8;
}

.interview-info-header p.quote{
	font-size: 20px;
	margin-top: 20px;
	line-height: 1.5em;
	text-shadow: 1px 1px 1px rgba(73,73,73,.6);
}

.interview-info-header .score-interview{
	
	width: 100px;
	height: 100px;
	display: block;
	font-family: 'Montserrat', sans-serif;
	margin: 0 auto;
	margin-top: 40px;
}

.interview-info-header .score-interview span{
	border-radius: 50%;
	line-height: 100px;
	font-size: 50px;
	color: white;
	width: 100px;
	display: inline-block;
	text-align: center;
	position: relative;
}

.interview-info-header .score-interview.best-new-music {
	width: auto;
	margin-top: 20px;
	height: 130px;
	background-image: url("images/bnm3.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	text-align: center;

}

.interview-info-header .score-interview.best-new-music span{
	margin-top: 14.5px;
	/*background-color: #efefef !important;
	color: #494949;*/
}

.post-box.interview #interview-box{
	width: 100%;
}

.interview-questions {
	width: 90%;
	margin-left: 5%;
}

.interview-questions p.question {
	font-weight: 600;
	color: #494949;
	margin-bottom: 5px;
}

.interview-questions p.answer {
	margin-bottom: 35px;
}

.interview-questions blockquote {
	font-family: 'Montserrat', sans-serif;
	/*text-shadow: 2px 1px rgba(0,0,0,0.1);*/
	color: #f28972;
	color: #730240;
	/*color: #1f8181;*/
	font-style: normal;
	text-align: center;
	font-size: 30px;
	line-height: 1.2em;
	margin: 35px auto;
}

.interview-questions img {
	width: 118%;
	height: auto;
	max-width: none;
	margin-bottom: 35px;
	-webkit-transform: translateX(-7.6%);
	   -moz-transform: translateX(-7.6%);
	    -ms-transform: translateX(-7.6%);
	     -o-transform: translateX(-7.6%);
	        transform: translateX(-7.6%);
}


@media only screen and (max-width: 767px){
	.post-header.interview {
		height: 440px;
	}
	.interview #cover{
		height: 600px;
	}
	.featured-image.interview-image.clearfix:after {
		height: 20%;
	}
	.interview-info-header h1{
		font-size: 40px;
	}
	.interview-info-header p{
		font-size: 18px;
	}
	.interview-info-header p.quote{
		font-size: 18px;	
	}
	.interview-info-header{
		width:458px;
	}
}


@media only screen and (max-width: 479px) {
	.post-header.interview {
		height: 340px;
	}
	.interview #cover{
		height: 450px;
	}
	.featured-image.interview-image.clearfix:after {
		height: 20%;
	}
	.interview-info-header h1{
		font-size: 30px;
	}
	.interview-info-header p{
		font-size: 14px;
	}
	.interview-info-header p.quote{
		font-size: 14px;	
	}
	.interview-info-header{
		width:320px;
	}
	.interview-questions blockquote{
		font-size: 20px;
	}
	.interview-questions img {
		width: 129%;
		-webkit-transform: translateX(-11.5%);
		-moz-transform: translateX(-11.5%);
		-ms-transform: translateX(-11.5%);
		-o-transform: translateX(-11.5%);
		transform: translateX(-11.5%);
	}
}

/*-----------------------------------------------------------------------------------*/
/*	Chronicle Single Page
/*-----------------------------------------------------------------------------------*/

.main-chronicle-title{
    position: relative;
    display: block;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0 50px;
    background: #f8f8f8;
    height: 50px;
    text-align: center;
    border-bottom: 3px solid #f28972;
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.05);
    -ms-box-shadow: 0 1px 0 rgba(0,0,0,0.05);
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.05);
    box-shadow: 0 1px 0 rgba(0,0,0,0.05);
    border-bottom: 1px solid #BBBBBB;
}

h1.chronicle-page-title{
    font-size: 30px;
    line-height: 50px;
    margin: 0;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: #BF1B39;
    font-weight: bold;
    padding: 0px;
    display: inline-block;
}

.single-chronicle #main{
    margin-top: 0px;
}

.block.loop-single.chronicle{
    /*width: 900px;
    margin: 0 140px 0 140px;*/
    /*margin: 0 191px 0 191px;*/
    width: 100%;
    margin: 0;
}

.block.loop-single.chronicle #post-more-info{
    max-width: 798px;
    margin: auto;
}

.block.loop-single.chronicle .only-content{
    max-width: 798px;
    margin: auto;
}

.block.loop-single.chronicle .hentry{
    width: 100%;
}

#content.chronicle, .post-box.interview{
    width: 100%;
}

.featured-image.chronicle-image.clearfix{
    width: 110%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: -5%;
}

.chronicle #cover{
    width: 100%;
    height: 100vh;
    margin-top: 0px;
    position: absolute;
    overflow: hidden;
}

.featured-image.chronicle-image.clearfix:before {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    visibility: visible;
    background: rgba(30,30,30,0.15);
}

.featured-image.chronicle-image.clearfix:after {
    position: absolute;
    width: 100%;
    height: 10%;
    bottom: 0;
    left: 0;
    visibility: visible;
    background: -moz-linear-gradient(top,  rgba(245,244,242,0) 0%, rgba(245,244,242,1) 90%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,244,242,0)), color-stop(90%,rgba(245,244,242,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(245,244,242,0) 0%,rgba(245,244,242,1) 90%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(245,244,242,0) 0%,rgba(245,244,242,1) 90%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(245,244,242,0) 0%,rgba(245,244,242,1) 90%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(245,244,242,0) 0%,rgba(245,244,242,1) 90%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f5f4f2', endColorstr='#f5f4f2',GradientType=0 ); /* IE6-9 */
}

.post-header.chronicle{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 38px;
    width: 100%;
    height: 80vh;
    display: block;
    float: left;
}

.chronicle-info-header{
    position: relative;
    display: block;
    width: 768px;
    margin: 0px;
    top:50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    /*margin-top: 80px;*/
}

.chronicle article{
    position: relative;
}
.chronicle-info-header .cover{
    display: block;
    width: 200px;
    height: 200px;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,0.03);
    margin: 0px auto;
    margin-bottom: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    -webkit-box-shadow: 4px 4px 0px 0px rgba(255, 255, 255, 0.6);
    -moz-box-shadow:    4px 4px 0px 0px rgba(255, 255, 255, 0.6);
    box-shadow:         4px 4px 0px 0px rgba(255, 255, 255, 0.6);
}

.chronicle-info-header h1{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    /* color: #f28972;*/
    color: #eee;
    font-weight: bold;
    font-size: 60px;
    text-transform: uppercase;
    text-shadow: 2px 2px 0 rgba(73,73,73,.5);
    margin-top: 30px;
    line-height: 100%;
    margin-bottom: 30px;
}

.chronicle-info-header h2{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: #ffffff;
    font-weight: 200;
    font-size: 40px;
    /*text-transform: uppercase;*/
    text-shadow: 2px 2px 0 rgba(73,73,73,.4);
    margin-bottom: 10px;
    line-height: 100%;
}

.chronicle-info-header h3{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: #ffffff;
    font-weight: 100;
    font-size: 24px;
    /*text-transform: uppercase;*/
    text-shadow: 2px 2px 0 rgba(73,73,73,.4);
    margin-bottom: 10px;
    line-height: 100%;
}

.chronicle-info-header p{
    font-family: 'Raleway', sans-serif;
    text-align: center;
    font-size: 20px;
    font-weight: 200;
    letter-spacing: 1px;
    color: #f8f8f8;
}

.chronicle-info-header p.quote{
    font-size: 20px;
    margin-top: 20px;
    line-height: 1.5em;
    text-shadow: 1px 1px 1px rgba(73,73,73,.6);
}

.main-content .post-content-right p img{
    width: calc(100% + 40px);
    margin-left: -20px;
    max-width: none;
}


@media only screen and (max-width: 767px){
    .post-header.chronicle {
        height: 440px;
    }
    .chronicle #cover{
        height: 600px;
    }
    .featured-image.chronicle-image.clearfix:after {
        height: 20%;
    }
    .chronicle-info-header h1{
        font-size: 40px;
    }
    .chronicle-info-header p{
        font-size: 18px;
    }
    .chronicle-info-header p.quote{
        font-size: 18px;
    }
    .chronicle-info-header{
        width:458px;
    }
}


@media only screen and (max-width: 479px) {
    .post-header.chronicle {
        height: 340px;
    }
    .chronicle #cover{
        height: 450px;
    }
    .featured-image.chronicle-image.clearfix:after {
        height: 20%;
    }
    .chronicle-info-header h1{
        font-size: 30px;
    }

    .chronicle-info-header h2{
        font-size: 24px;
    }
    .chronicle-info-header p{
        font-size: 14px;
    }
    .chronicle-info-header p.quote{
        font-size: 14px;
    }
    .chronicle-info-header{
        width:320px;
    }
    .chronicle-questions blockquote{
        font-size: 20px;
    }
    .chronicle-questions img {
        width: 129%;
        -webkit-transform: translateX(-11.5%);
        -moz-transform: translateX(-11.5%);
        -ms-transform: translateX(-11.5%);
        -o-transform: translateX(-11.5%);
        transform: translateX(-11.5%);
    }
}

/*-----------------------------------------------------------------------------------*/
/*	Especial Page
/*-----------------------------------------------------------------------------------*/

.main-content .other-posts ul li.full-image.style-1 .category-especial .post-info-wrapper .meta-category{
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -220%);
    -moz-transform: translate(-50%, -220%);
    -ms-transform: translate(-50%, -220%);
    -o-transform: translate(-50%, -220%);
    transform: translate(-50%, -220%);
}


/*-----------------------------------------------------------------------------------*/
/*	Concurso Page
/*-----------------------------------------------------------------------------------*/
.main-content .other-posts ul li.full-image.style-2 .category-concurso .post-info-wrapper .meta-category{
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -220%);
    -moz-transform: translate(-50%, -220%);
    -ms-transform: translate(-50%, -220%);
    -o-transform: translate(-50%, -220%);
    transform: translate(-50%, -220%);
}

.main-content .other-posts ul li.full-image.style-2 .category-concurso .post-info-wrapper h2{
    margin-bottom: 0px;
}

.main-content .other-posts ul li.full-image.style-2 .category-concurso .post-info-wrapper h2 a{
    margin: 8px auto;
}

.main-content .other-posts ul li.full-image.style-2 .category-concurso .post-info-wrapper h4.draw-info{
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 600%);
    -moz-transform: translate(-50%, 600%);
    -ms-transform: translate(-50%, 600%);
    -o-transform: translate(-50%, 600%);
    transform: translate(-50%, 600%);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size:16px;
}
.main-content .other-posts ul li.full-image.style-2 .category-concurso .post-info-wrapper h4.draw-info.open{
    color: #90f25b;
}

.main-content .other-posts ul li.full-image.style-2 .category-concurso .post-info-wrapper h4.draw-info.closed{
    color: #ff4444;
}

/*-----------------------------------------------------------------------------------*/
/*	Cine Page
/*-----------------------------------------------------------------------------------*/
.full-image .category-movie span.meta-category a{
    color: #ccc;
    letter-spacing: 2px;
    font-size: 12px;
    pointer-events: all;
}

/*-----------------------------------------------------------------------------------*/
/*	media Page
/*-----------------------------------------------------------------------------------*/
.single-media-mindies .post-header.common{
    height: 370px;
}

.single-media-mindies .block.loop-single.common .central-content-to-hide{
    display: none;
}

.single-media-mindies .post-header.common.small-header{
    height: 100px;
}

.single-media-mindies .post-header.common #cover{
    width: 100%;
    height: 450px;
    position: relative;
    overflow: hidden;
    display: block;
    float: left;
    z-index: -1;
    margin-bottom: -150px;
}

.single-media-mindies .post-header.common.small-header #cover{
    height: 350px;
}

.single-media-mindies .post-header.common #cover .featured-image{
    background-image: url('../../../img/bgd-3.jpg');
    width: 100%;
    margin-left: 0%;
}

.single-media-mindies .post-header.common #cover .featured-image:after{
    content: none;
}
.single-media-mindies .post-header.common #cover .featured-image:before{
    background: rgba(30,30,30,0.3);
}

.single-media-mindies .post-header.common .common-info-header{
    top: 25%;
    position: absolute;
    width: 80%;
}

.single-media-mindies .post-header.common #cover .common-info-header h1{
    margin-top: 5px;
    margin-bottom: 0px;
    text-transform: capitalize;
}
.single-media-mindies .post-header.common #cover .common-info-header p{
    margin-bottom: 5px;
}

.single-media-mindies .post-header.common #cover .common-info-header p{
    margin-bottom: 5px;
}

.single-media-mindies .block.loop-single.common{
    float: left;
    width: 798px;
    margin: 0 30px 0 25px;
}


.single-media-mindies #box-inside-content p.aditional-info-lists{
    position: relative;
    display: block;
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 0;
    margin-top: 15px;
    font-size: 14px;
}

.single-media-mindies #box-inside-content{
    border-radius: 5px;
    margin-bottom: 0px;
    width: 100%;
    background-color: #fdfdfd;
    border: 1px solid #ddd;
}

.single-media-mindies #box-inside-content h5{
    border-bottom: 1px solid #eee;
    text-align: center;
}

.single-media-mindies .soundcloud-img{
    position: relative;
    display: block;
    width: 180px;
    height: 33px;
    background: url('../../../img/soundcloud-title.svg') no-repeat center;
    background-size: contain;
}

.single-media-mindies .spotify-img{
    position: relative;
    display: block;
    width: 100px;
    height: 33px;
    background: url('../../../img/spotify.svg') no-repeat center;
    background-size: contain;
}

.single-media-mindies .deezer-img{
    position: relative;
    display: block;
    width: 100px;
    height: 33px;
    background: url('../../../img/deezer.svg') no-repeat center;
    background-size: contain;
}

.single-media-mindies .block.loop-single .hentry .only-content h1.post-title{
    position: relative;
    display: block;
    float: left;
    padding-top: 0px;
    padding-bottom: 0px;
}

.single-media-mindies .block.loop-single .hentry .only-content .meta-category{
    padding-left: 22px;
    padding-top: 20px;
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.single-media-mindies .block.loop-single .hentry .only-content .meta-category a{
    color: #f2af5c;
    background: transparent;
    padding: 0px;
}

.single-media-mindies .block.loop-single .hentry .only-content .list-button .uxde-button{
    text-transform: inherit;
    padding: 9px 28px !important;
    font-size: 11px;
    line-height: 1.2em;
}

.single-media-mindies .block.loop-single .hentry .only-content .list-button.soundcloud .uxde-button{
    padding: 9px 20px !important;
}

.single-media-mindies .block.loop-single .hentry .only-content .issuuembed{
    width: 100% !important;
}

.single-media-mindies #sidebar .widget{
    background: white;
}

.single-media-mindies #sidebar h3.widget-title{
    border-bottom: none;
    padding: 5px 10px 0px 0px;
    margin-bottom: 15px;
}

.single-media-mindies #sidebar #image-information p{
    margin-top: 5px;
    /*padding-left: 15px;*/
    margin-bottom: 10px;
    /*box-sizing: border-box;*/
    font-size: 14px;
}

.single-media-mindies #sidebar #image-information span{
    position: relative;
    display: block;
    clear: both;
    font-family: 'Montserrat', 'Helvetica', sans-serif;
    font-size: 18px;
    border-bottom: 1px solid #eee;
}

.single-media-mindies #post-more-info{
    min-height: 30px;
}

.single-media-mindies #sidebar #video-information .only-content{
    padding: 10px;
}

.single-media-mindies #sidebar #video-information .only-content li.essb_item{
    border: 0px;
}

.single-media-mindies #sidebar #video-information .only-content p{
    line-height: 23px;
    font-size: 14px;
    text-align: justify;
    margin-bottom: 0;
}

.single-media-mindies #sidebar #video-information .only-content h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    position: relative;
    text-align: left;
    color: #494949;
    width: 100%;
    margin: 0 0 15px 0;
    box-sizing: border-box;
    padding: 0px;
}

.single-media-mindies #sidebar #video-information .only-content .meta-category{
    font-family: 'Raleway',sans-serif;
    font-size: 13px;
    font-weight: 600;
    left: 0;
    line-height: 13px;
    position: relative;
    text-transform: uppercase;
    top: 0;
    margin-bottom: 5px;
}

.single-media-mindies #sidebar #video-information .only-content .meta-category a{
    color: #f2af5c;
}

.single-media-mindies #sidebar #video-information .only-content .meta-info{
    color: #C4C4C4;
    display: block;
    font-family: 'Raleway',sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 23px;
    margin: 0 0 0px 0;
    overflow: hidden;
    text-transform: uppercase;
}

.single-media-mindies #sidebar #video-information .only-content .meta-info a{
    color: #555555;
    font-weight: 600;
    text-decoration: none;
}


@media only screen and (max-width: 1181px) {
    .single-media-mindies .block.loop-single.common{
        width: 574px;
    }
}

@media only screen and (max-width: 959px) {
    .single-media-mindies #box-inside-content p.aditional-info-lists{
        display: none;
    }

    .single-media-mindies .block.loop-single.common{
        margin: 0;
        width: 698px;
    }

    .single-media-mindies .block.loop-single.common .central-content-to-hide{
        display: inherit;
    }
}

@media only screen and (max-width: 767px) {
    .single-media-mindies .post-header.common {
        height: 300px;
    }

    .single-media-mindies .post-header.common #cover {
        height: 370px;
    }

    .single-media-mindies .post-header.common.small-header{
        height: 80px;
    }
    .single-media-mindies .post-header.common.small-header #cover{
        height: 200px;
    }

    .single-media-mindies .block.loop-single.common{
        margin: 0px 20px;
        width: 418px;
    }
}


@media only screen and (max-width: 479px) {
    .single-media-mindies .post-header.common{
        height: 200px;
    }

    .single-media-mindies .post-header.common #cover{
        height: 250px;
    }
    .single-media-mindies .block.loop-single .hentry .list-button{
        margin-bottom: 20px;
    }
    .single-media-mindies .block.loop-single .hentry .only-content .list-button.soundcloud{
        margin-bottom: 0px;
    }
    .single-media-mindies .block.loop-single.common{
        margin: 0px;
        width: 298px;
    }
}

/*-----------------------------------------------------------------------------------*/
/*	Single Page
/*-----------------------------------------------------------------------------------*/

.block.loop-single.common{
    /*width: 900px;
    margin: 0 140px 0 140px;*/
    /*margin: 0 191px 0 191px;*/
    width: 100%;
    margin: 0;
}

.block.loop-single.common #post-more-info{
    max-width: 798px;
    margin: auto;
}

.block.loop-single.common .only-content{
    max-width: 798px;
    margin: auto;
}

.block.loop-single.common .hentry{
    width: 100%;
}

#content.common, .post-box.common{
    width: 100%;
}

.featured-image.common-image.clearfix{
    width: 110%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: -5%;
}

.common #cover{
    width: 100%;
    height: 100vh;
    margin-top: 0px;
    position: absolute;
    overflow: hidden;
}

.featured-image.common-image.clearfix:before {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    visibility: visible;
    background: rgba(30,30,30,0.15);
}

.featured-image.common-image.clearfix:after {
    position: absolute;
    width: 100%;
    height: 10%;
    bottom: 0;
    left: 0;
    visibility: visible;
    background: -moz-linear-gradient(top,  rgba(245,244,242,0) 0%, rgba(245,244,242,1) 90%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,244,242,0)), color-stop(90%,rgba(245,244,242,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(245,244,242,0) 0%,rgba(245,244,242,1) 90%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(245,244,242,0) 0%,rgba(245,244,242,1) 90%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(245,244,242,0) 0%,rgba(245,244,242,1) 90%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(245,244,242,0) 0%,rgba(245,244,242,1) 90%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f5f4f2', endColorstr='#f5f4f2',GradientType=0 ); /* IE6-9 */
}

.post-header.common{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 38px;
    width: 100%;
    height: 80vh;
    display: block;
    float: left;
}

.common-info-header{
    position: relative;
    display: block;
    width: 768px;
    margin: 0px;
    top:50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    /*margin-top: 80px;*/
}

.common article{
    position: relative;
}
.common-info-header .cover{
    display: block;
    width: 200px;
    height: 200px;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,0.03);
    margin: 0px auto;
    margin-bottom: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    -webkit-box-shadow: 4px 4px 0px 0px rgba(255, 255, 255, 0.6);
    -moz-box-shadow:    4px 4px 0px 0px rgba(255, 255, 255, 0.6);
    box-shadow:         4px 4px 0px 0px rgba(255, 255, 255, 0.6);
}

.common-info-header h1{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    /* color: #f28972;*/
    color: #eee;
    font-weight: bold;
    font-size: 60px;
    text-transform: uppercase;
    text-shadow: 2px 2px 0 rgba(73,73,73,.5);
    margin-top: 30px;
    line-height: 100%;
    margin-bottom: 10px;
}

.common-info-header h2{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: #ffffff;
    font-weight: 200;
    font-size: 40px;
    /*text-transform: uppercase;*/
    text-shadow: 2px 2px 0 rgba(73,73,73,.4);
    margin-bottom: 10px;
    line-height: 100%;
}

.common-info-header h3{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: #ffffff;
    font-weight: 100;
    font-size: 24px;
    /*text-transform: uppercase;*/
    text-shadow: 2px 2px 0 rgba(73,73,73,.4);
    margin-bottom: 10px;
    line-height: 100%;
}

.common-info-header p{
    font-family: 'Raleway', sans-serif;
    text-align: center;
    font-size: 20px;
    font-weight: 200;
    letter-spacing: 1px;
    color: #f8f8f8;
}

.common-info-header p.quote{
    font-size: 20px;
    margin-top: 20px;
    line-height: 1.5em;
    text-shadow: 1px 1px 1px rgba(73,73,73,.6);
}

.post-box.common #common-box{
    width: 100%;
}

@media only screen and (max-width: 767px){
    .post-header.common {
        height: 440px;
    }
    .common #cover{
        height: 600px;
    }
    .featured-image.common-image.clearfix:after {
        height: 20%;
    }
    .common-info-header h1{
        font-size: 40px;
    }
    .common-info-header p{
        font-size: 18px;
    }
    .common-info-header p.quote{
        font-size: 18px;
    }
    .common-info-header{
        width:458px;
    }
}


@media only screen and (max-width: 479px) {
    .post-header.common {
        height: 340px;
    }
    .common #cover{
        height: 450px;
    }
    .featured-image.common-image.clearfix:after {
        height: 20%;
    }
    .common-info-header h1{
        font-size: 30px;
    }
    .common-info-header p{
        font-size: 14px;
    }
    .common-info-header p.quote{
        font-size: 14px;
    }
    .common-info-header{
        width:320px;
    }
}

/*-----------------------------------------------------------------------------------*/
/*	dunno
/*-----------------------------------------------------------------------------------*/

.block.loop-single .hentry .post-tags .border-selection{
	margin: 0px 0px 25px 0px;
}

.block.loop-single .hentry .post-tags h4 {
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
	font-size: 18px;
	line-height: 20px;
	margin: 10px 10px 10px 10px;
	text-transform: uppercase;
	position: relative;
	float: left;
}

.block.loop-single .hentry .info-at-content-footer{
    position: relative;
    float: left;
    clear: both;
}

.block.loop-single .hentry .info-at-content-footer span{
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	margin: 0px 10px;
	text-transform: uppercase;
	position: relative;
	float: left;
}

.block.loop-single .hentry .info-at-content-footer .source-info{
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    margin: 0px 0px;
    text-transform: uppercase;
    position: relative;
    float: left;
}

.block.loop-single .hentry .post-tags a {
	display: inline-block;
	font-size: 12px;
	line-height: 12px;
	margin: 5px 10px;
	padding: 10px;
	background: #F28972;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 4px;
	white-space: nowrap;
}

.block.loop-single .hentry .post-tags a:hover {
	background: #1F8181;
}

.block.loop-single .hentry .post-content .post-content-right .meta-info {
	margin: -35px 0px 20px 0px;
	text-align: right;
}
.share-buttons h4{
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	margin: 4px 20px 0px 0;
	display: inline-block;
	position: relative;
	float: left;
}

#post-nav{
	width: 100% !important;
	box-sizing: border-box;
}


#post-nav .pagination a{
	margin: 5px;
}

#post-nav .pagination span{
	margin: 5px;
}

.album-info {
	background: #fafafa;
	border: 1px solid #efefef;
	padding: 0px;
	margin: 23px 0 0px 0;
	display: block;
	overflow: hidden;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.05);
	   -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.05);
	        box-shadow: 0 2px 3px rgba(0,0,0,0.05);
	align-items: center;
}

.album-info .album-cover{
	position: relative;
	float: left;
	height: 256px;
	width: auto;
	flex: 256px;
	max-width: 256px;
}

.album-info .album-cover img{
	position: relative;
	float: left;
	height: 100%;
	width: auto;
}

.album-info .album-info-content-wrapper{
	position: relative;
	float: left;
	height: 100%;
	padding: 10px 10px 10px 20px;
	width: auto;
	box-sizing: border-box;
	flex: 2;
}

.album-info .album-buy{
	position: relative;
	float: left;
	height: 100%;
	padding: 10px;
	width: auto;
	box-sizing: border-box;
	flex: 1;
	text-align: center
}

.album-info a.uxde-button{
	margin-bottom: 0px;
	margin-right: 0;
}

.album-info .album-element{
	position: relative;
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.album-info .album-element.last{
	margin-bottom: 0px;
}

.album-info .album-element h4{
	text-transform: uppercase;
	color: #494949;
	font-size: 10px;
	line-height: 1em;
	position: relative;
	display: block;
	margin-right: 15px;
	margin-bottom: 0;
	opacity: 0.7;
}

.album-info .album-element h3{
	font-size: 18px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0;
	line-height: 1.5em;
}

@media only screen and (max-width: 1181px) {
	.album-info .album-cover{
		height: 200px;
		flex: 200px;
		max-width: 200px;
	}

	.album-info .album-element{
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.album-info .album-buy{
		padding: 10px;
		flex: 100%;
		border-top: 1px solid #eee;
	}
}

@media only screen and (max-width: 479px) {
	.album-info .album-info-content-wrapper{
		text-align: center;
		border-top: 1px solid #eee;
		flex: 100%;
	}

	.album-info .album-cover {
		height: 296px;
		flex: 258px;
		max-width: none;
	}
}


.flex{
	display: -webkit-box !important;
	display: 	-moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: 		 flex !important;
    -webkit-flex-flow: row wrap !important;
    flex-flow: row wrap !important;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.flex-center{
    display: -webkit-box !important;
    display: 	-moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: 		 flex !important;
    -webkit-flex-flow: row wrap !important;
    flex-flow: row wrap !important;
    -webkit-justify-content: center;
    justify-content: center;
}

/*-----------------------------------------------------------------------------------*/
/*	meta categories
/*-----------------------------------------------------------------------------------*/

span.meta-category a{
    color: #808080;
}

.category-chronicle span.meta-category a{
    text-transform: uppercase;
    color: #BF1B39;
}

.category-post span.meta-category a{
    text-transform: uppercase;
    color: #1f8181;
}

.category-review span.meta-category a{
    text-transform: uppercase;
    color: #f28972;
}

.category-interview span.meta-category a{
    text-transform: uppercase;
    color: #730240;
}

.category-media-mindies span.meta-category a{
    text-transform: uppercase;
    color: #F2AF5C;
}


.header-element span.meta-category a{
    background: rgba(73, 73, 73, 0.5);
    color: white;
}

.header-element .category-chronicle span.meta-category a{
    text-transform: uppercase;
    background: rgba(191, 27, 57, 0.5);
    color: white;
}

.header-element .category-post span.meta-category a{
    text-transform: uppercase;
    background: rgba(31, 129, 129, 0.5);
    color: white;
}

.header-element .category-review span.meta-category a{
    text-transform: uppercase;
    background: rgba(242, 137, 114, 0.5);
    color: white;
}

.header-element .category-interview span.meta-category a{
    text-transform: uppercase;
    background: rgba(115, 2, 64, 0.5);
    color: white;
}

.header-element .category-media-mindies span.meta-category a{
    text-transform: uppercase;
    background: rgba(242, 175, 92, 0.5);
    color: white;
}

/*-----------------------------------------------------------------------------------*/
/*	Next / prev Posts
/*-----------------------------------------------------------------------------------*/

#post-navigation{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	justify-content: space-between;
	margin-top: 15px;
	margin-bottom: 15px;
}

#post-navigation a{
	position: relative;
	-webkit-box-flex: 300px;
  	   -moz-box-flex: 300px;
  		-webkit-flex: 300px;
  			-ms-flex: 300px;
  				flex: 300px;
 	background-color: #fff;
 	box-sizing:border-box;
 	margin: 10px 5px;
 	height: 100px;
 	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.05);
	box-shadow: 0 2px 3px rgba(0,0,0,0.05);
	border-radius: 3px;
	overflow: hidden;
}

#post-navigation a.prev-post{
	margin-right: 0;
}

#post-navigation a.next-post{
	margin-left: 0;
}

#post-navigation .fa{
	position: relative;
	float: left;
	color: white;
	height: 100%;
	line-height: 100px;
	font-size: 17px;
	background-color: rgba(255,255,255,0.15);
	width: 19px;
	text-align: center;
}
#post-navigation .prev-post .fa{
	float: right;
}

#post-navigation .prev-post .bgd-image{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0.8;
}

#post-navigation .next-post .bgd-image{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0.8;
}

#post-navigation .next-post .over-gradient:before{
	-webkit-box-shadow: inset -12px 0 100px 10px rgba(0,0,0,0.4);
	   -moz-box-shadow: inset -12px 0 100px 10px rgba(0,0,0,0.4);
			box-shadow: inset -12px 0 100px 10px rgba(0,0,0,0.4);
}

#post-navigation .next-post .over-gradient:after{
	background-image: -webkit-linear-gradient(left top,#1F8181,#f28972);
	background-image: 	 -moz-linear-gradient(left top,#1F8181,#f28972);
	background-image: 	  -ms-linear-gradient(left top,#1F8181,#f28972);
	background-image: 	   -o-linear-gradient(left top,#1F8181,#f28972);
	background-image: 		  linear-gradient(to left,#1F8181,#f28972);
	opacity: 0.5;
}

#post-navigation .prev-post .over-gradient:before{
	-webkit-box-shadow: inset -12px 0 100px 10px rgba(0,0,0,0.4);
	   -moz-box-shadow: inset -12px 0 100px 10px rgba(0,0,0,0.4);
			box-shadow: inset -12px 0 100px 10px rgba(0,0,0,0.4);
}

#post-navigation .prev-post .over-gradient:after{
	background-image: -webkit-linear-gradient(left top,#1F8181,#f28972);
	background-image: 	 -moz-linear-gradient(left top,#1F8181,#f28972);
	background-image: 	  -ms-linear-gradient(left top,#1F8181,#f28972);
	background-image: 	   -o-linear-gradient(left top,#1F8181,#f28972);
	background-image: 		  linear-gradient(to right,#1F8181,#f28972);
	opacity: 0.5;
}

#post-navigation .next-post .title-wrapper, #post-navigation .prev-post .title-wrapper{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	display: table;
	box-sizing: border-box;
}

#post-navigation .next-post .title-wrapper{
	padding-left: 20px;
}

#post-navigation .prev-post .title-wrapper{
	padding-right: 20px;
}

#post-navigation .prev-post h3, #post-navigation .next-post h3{
	position: relative;
	height: 100%;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	color: #f8f8f8;
	font-weight: 200;
	font-size: 20px;
	/*text-transform: uppercase;*/
	text-shadow: 2px 2px 0 rgba(73,73,73,.4);
	margin-bottom: 10px;
	line-height: 1.1em;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 0 10px;
}

#post-navigation .prev-post h3 span, #post-navigation .next-post h3 span{
	color: #ddd;
	font-weight: 100;
	font-size: 10px;
	display: block;
	line-height: 1em;
}


#post-navigation .next-post:hover .over-gradient:after{
	content: '';
	opacity: 0.8;
}

#post-navigation .prev-post:hover .over-gradient:after{
	content: '';
	opacity: 0.8;
}

@media only screen and (max-width: 767px){
	#post-navigation a{
	 	margin: 10px 0px;
	}
}

/*-----------------------------------------------------------------------------------*/
/*	OTHERS
/*-----------------------------------------------------------------------------------*/

.post-content p{
    font-size: 110%;
}

.main-search-title{
    position: relative;
    display: block;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0 50px;
    /*background: #f8f8f8;*/
    height: 100px;
    top: 25px;
    text-align: center;
}

h1.search-page-title{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 30px;
    line-height: 1em;
    margin: 0;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: #494949;
    font-weight: bold;
    padding: 0px;
    display: inline-block;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.search-page-title span{
    color: #1f8181;
}

.main-base-title{
    position: relative;
    display: block;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0 50px;
    background: #f8f8f8;
    height: 50px;
    text-align: center;
    border-bottom: 3px solid #f28972;
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.05);
    -ms-box-shadow: 0 1px 0 rgba(0,0,0,0.05);
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.05);
    box-shadow: 0 1px 0 rgba(0,0,0,0.05);
    border-bottom: 1px solid #BBBBBB;
}

h1.base-page-title{
    font-size: 30px;
    line-height: 50px;
    margin: 0;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: #494949;
    font-weight: bold;
    padding: 0px;
    display: inline-block;
}

h1.base-page-title.media{
    color: #F2AF5C;
}

.single-new-bands #main{
    margin-top: 0px;
}

.single-especial #main{
    margin-top: 0px;
}

.single-movie #main.full-movie{
    margin-top: 0px;
}

.single-media-mindies #main{
    margin-top: 0px;
}


/*-----------------------------------------------------------------------------------*/
/*	full-page
/*-----------------------------------------------------------------------------------*/

.page-template-page-full .block.loop-single .hentry .post-content{
    min-height: 500px;
}

.page-template-page-full #cover{
    width: 100%;
    height: 350px;
    position: relative;
    overflow: hidden;
    display: block;
    float: left;
    z-index: -1;
    margin-top: -50px;
    margin-bottom: -150px;
}


.page-template-page-full #cover .featured-image{
    background-image: url('../../../img/bgd-3.jpg');
    width: 100%;
    margin-left: 0%;
}

.page-template-page-full #cover .featured-image:after{
    content: none;
}

.page-template-page-full #cover .common-info-header{
    top: 25%;
    position: absolute;
}

.page-template-page-full #cover .common-info-header h1{
    text-transform: capitalize;
}

.page-template-page-full .only-content .post-header .post-title{
    display: none;
}

/*-----------------------------------------------------------------------------------*/
/*	Ads
/*-----------------------------------------------------------------------------------*/
.my-ad-section{
    position: relative;
    display: block;
    float: left;
    width: 100%;
    min-height: 50px;
    margin-bottom: 40px;
}

.page-template-page-full .my-ad-section{
    margin-top: 40px;
    margin-bottom: 10px;
}

.header-ads, .single-ads, .front-ads {
    float: none;
    margin: auto;
}

.header-ads, .single-ads, .front-ads {
    float: none;
    margin: auto;
}

.header-ads > *, .single-ads > *, .front-ads > * {
    display: block;
    float: none;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

@media only screen and (max-width: 1181px) and (min-width: 960px) {
    .header-ads, .single-ads, .front-ads {
        float: none;
    }
}


