/*
Theme Name:     Newspaper Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        9.0c
*/

/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/

.td-header-wrap .td-header-sp-logo,
.td-header-wrap .td-header-sp-recs {
	margin: 10px 10px 9px 10px;
}

.td-a-rec-id-sidebar > div {
	margin: 0 auto 48px;
}

/* Fix img */
img[width="1"] {
  position: absolute!important;
  width: auto!important;
}
img[width="0"] {
  position: absolute!important;
  width: auto!important;
}

.playlist-container {
	overflow: hidden;
}

.rmp-playlist-container,
.rmp-playlist-player-wrapper {
	width: 696px !important;
	height: auto !important;
}

.rmp-playlist-side-menu {
	width: 100% !important;
	height: auto !important;
}

.rmp-playlist-side-menu .rmp-playlist-item-active {
	background-color: #000 !important;
	color: #fff !important;
}

.rmp-playlist-item:not(.rmp-playlist-item-active):hover {
	background-color: #101010 !important;
	color: #fff !important;
}

.rmp-playlist-item,
.rmp-playlist-item-number {
	height: 84px !important;
	line-height: 84px !important;
}

/*rmp-playlist-item-poster-wrapper {
	width: 18% !important;
}*/

.rmp-playlist-item-text-area {
	text-align: center !important;
	width: 62% !important;
}

.rmp-playlist-item-title {
	white-space: normal !important;
}

.rmp-playlist-item-description {
	display: none !important;
}

#contenitore-test {
	width:696px;
	height:800px;
}


/* Media Queries */

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

	#contenitore-test {
		width: 100%;
	}

	.rmp-playlist-container,
	.rmp-playlist-player-wrapper {
		width: 100% !important;
	}

	.rmp-playlist-item,
	.rmp-playlist-item-number {
		height: 64px !important;
		line-height: 64px !important;
	}

	.rmp-playlist-item-text-area {
		left: 40% !important;
		width: 57% !important;
	}

}