@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
4. Menu
5. Home
6. Search
7. Artists
8. Featured
9. Newsletter
10. Footer


******************************/

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600,700');



/*********************************
6. Search
*********************************/

.search
{
	background: #ffffff;
}
.search_form_container
{
	padding-left: 119px;
	padding-right: 120px;
	margin-top: -65px;
}
.search_form
{
	display: block;
	height: 131px;
	border-radius: 66px;
	background-color: #3b125d;
	background-image: linear-gradient(to right, #2457d7, #3b125d);
	background: #3b125d;
	background: linear-gradient(to right, #2457d7, #3b125d);
}
.search_form > div
{
	width: 100%;
	height: 100%;
	padding-left: 33px;
	padding-right: 38px;
}
.search_input
{
	width: calc((100% - 228px) / 2);
	height: 56px;
	background: rgba(255,255,255,0.39);
	border: solid 2px #ffffff;
	border-radius: 22px;
	outline: none;
	padding-left: 34px;
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
}
.search_input::-webkit-input-placeholder
{
	font-size: 16px !important;
	font-weight: 300 !important;
	color: #FFFFFF !important;
}
.search_input:-moz-placeholder
{
	font-size: 16px !important;
	font-weight: 300 !important;
	color: #FFFFFF !important;
}
.search_input::-moz-placeholder
{
	font-size: 16px !important;
	font-weight: 300 !important;
	color: #FFFFFF !important;
} 
.search_input:-ms-input-placeholder
{ 
	font-size: 16px !important;
	font-weight: 300 !important;
	color: #FFFFFF !important;
}
.search_input::input-placeholder
{
	font-size: 16px !important;
	font-weight: 300 !important;
	color: #FFFFFF !important;
}

/*********************************
7. Artists
*********************************/

.artists
{
	background: #ffffff;
	padding-top: 83px;
	padding-bottom: 120px;
}
.letters
{
	padding-left: 80px;
	padding-right: 80px;
}
.letters ul li
{
	width: 46px;
	height: 38px;
	border-radius: 19px;
	background: #eef2f6;
	text-align: center;
	margin-bottom: 10px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.letters ul li:not(:last-of-type)
{
	margin-right: 4px;
}
.letters ul li:hover
{
	background: #2ac275;
}
.letters ul li a
{
	display: block;
	height: 100%;
	font-size: 18px;
	font-weight: 400;
	color: #2a2a2a;
	line-height: 42px;
	text-transform: uppercase;
}
.letters ul li:hover a
{
	color: #ffffff;
}
.artists_container
{
	margin-top: 80px;
}
.artist:not(:last-child)
{
	margin-bottom: 84px;
}
.artist_image
{
	width: calc(100%+ 99px);
	left: -99px;
	padding-right: 66px;
}
.artist_content
{
	width: calc(100% + 237px);
}
.artist_info
{
	padding-left: 34px;
	max-width: 570px;
}
.artist_name
{
	margin-top: -5px;
}
.artist_name h1 a
{
	font-size: 60px;
	font-weight: 700;
	color: #2a2a2a;
	line-height: 1.2;
}
.artist_text
{
	margin-top: -1px;
	padding-left: 3px;
}
.artist_store
{
	margin-top: 25px;
	padding-left: 2px;
}
.store
{
	width: 400px;	
	text-align: center;
	margin-left: 90px;
	
}
.store:not(:last-child)
{
	margin-right: 11px;
}
.single_player_container
{
	margin-top: 48px;
	padding-left: 10px;
}
.single_player
{
	width: 100%;
	background: #eef2f6;
	border-radius: 22px;
	padding-left: 23px;
	padding-right: 55px;
}
.single_player_inner
{
	height: 102px;
}

.single_player_inner_1
{
	height: 20px;
}
.jp-audio
{
	width: 100%;
}

.jp-audio_1
{
	width:170%;
}

.time_controls
{
	width: calc(100% - 193px);
	flex: 0 0 auto;
}
.player_controls_box
{
	width: 84px;
	padding-right: 25px;
	flex: 0 0 auto;
}
.player_bars
{
	width: calc(100% - 84px);
}
.player_progress_box
{
	width: calc(100% - 193px);
}
.player_controls > button:not(:last-of-type)
{
	margin-right: 5px;
}
.play_button
{
	width: 100%;
}
.player_button
{
	position: relative;
	width: 27px;
	height: 27px;
	background: transparent;
	border: solid 3px #948585;
	border-radius: 50%;
	outline: none !important;
	cursor: pointer;
	flex: 0 0 auto;
}
.player_button.jp-play
{
	background: #ff1a4b;
	border-color: #ff1a4b;
}
.player_button::after
{
	display: block;
	position: absolute;
}
.jp-play::after
{
	left: 6px;
	top: 3px;
	width: 11px;
	height: 13px;
	content: url(../images/play_small.png);
}
.jp-state-playing .jp-play
{-
	background: #ff1a4b;
	border-color: #ff1a4b;
}
.jp-state-playing .jp-play::after
{
	top: 2px !important;
	left: 5px !important;
	content: url(../images/pause_small.png);
	left: 50%;
}
.jp-stop::after
{
	top: 7px;
	left: 7px;
	width: 7px;
	height: 7px;
	background: #948585;
	content: '';
}
.song_info
{
	position: absolute;
	top: -27px;
	left: -42px;
	width:200px;
}
.jp-artist
{
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	margin-top: -1px;
}
/*.jp-title
{
	font-size: 14px;
	font-weight: 400;
	color: rgba(42,42,42,0.7);
	margin-top: 2px;
}*/
.jp-title
{
	font-size: 10px;
	font-weight: 400;
	color: rgba(42,42,42,0.7);
	margin-top: 10px;
	margin-left: -10px;	
}


.jp-progress
{
	width: 100%;
	cursor: pointer;
}
.jp-seek-bar
{
	height: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	background: transparent;
	margin-bottom: -5px;
}
.jp-seek-bar > div
{
	height: 2px;
	background: #949494;
}
.jp-play-bar
{
	height: 100%;
	background: #2ac275;
	overflow: visible !important;
}
.jp-play-bar > span
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -6px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #2ac275;
}
.jp-current-time
{
	position: absolute;
	bottom: -20px;
	left: 0;
	font-size: 12px;
	font-weight: 400;
	color: #b8b8b8;
}
.jp-duration
{
	position: absolute;
	bottom: -20px;
	right: 0;
	font-size: 12px;
	font-weight: 400;
	color: #b8b8b8;
}
.jp-volume-controls
{
	width: 193px;
	padding-left: 42px;
	flex: 0 0 auto;
}
.jp-volume-controls > div:first-child
{
	
}
.mute_button
{
	display: none;
}
.jp-mute
{
	display: none;
}
.jp-mute::after
{
	display: none;
}
.jp-state-muted .jp-mute::after
{
	display: none;
}
.jp-volume-bar
{
	display: none;
}
.jp-volume-bar > div
{
	display: none;
}
.jp-volume-bar-value
{
	display: none;
}

/*********************************
8. Featured
*********************************/

.featured_artist
{
	background-color: #3b125d;
	background-image: linear-gradient(to right, #2457d7, #3b125d);
	background: #3b125d;
	background: linear-gradient(to right, #2457d7, #3b125d);
}
.featured_artist_content
{
	padding-top: 143px;
	padding-bottom: 179px;
}
.featured_subtitle
{
	display: inline-block;
	height: 33px;
	border-radius: 17px;
	background: #2ac275;
	padding-left: 15px;
	padding-right: 19px;
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	line-height: 35px;
}
.featured_title
{
	margin-top: 37px;
	margin-left: -5px;
}
.featured_title h1
{
	font-size: 72px;
	font-weight: 700;
	color: #ffffff;
}
.featured_artist_text
{
	margin-top: 28px;
}
.featured_artist_text p
{
	color: #f0f0f0;
}
.featured_artist_button
{
	margin-top: 51px;
}

/*********************************
9. Newsletter
*********************************/

.newsletter
{
	background: #ffffff;
	padding-top: 77px;
	padding-bottom: 67px;
}
.newsletter_text
{
	margin-top: -12px;
	padding-left: 2px;
}
.newsletter_form_container
{
	padding-left: 40px;
	height: 100%;
	padding-bottom: 25px;
}
.newsletter_form
{
	display: block;
	position: relative;
	width: 100%;
}
.newsletter_input
{
	width: calc(100% - 215px);
	height: 56px;
	border-radius: 22px;
	border: solid 2px #e0e7ee;
	padding-left: 34px;
	outline: none;
	font-size: 16px;
	font-weight: 600;
	color: #000000;
}
.newsletter_button
{
	width: 208px;
	height: 56px;
	border-radius: 22px;
    cursor: pointer;
}
.newsletter_button span
{
	position: relative;
	font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    line-height: 56px;
    text-transform: uppercase;
	z-index: 1;
}
.newsletter_input::-webkit-input-placeholder
{
	font-size: 16px !important;
	font-weight: 600 !important;
	color: #6d6d6d !important;
}
.newsletter_input:-moz-placeholder
{
	font-size: 16px !important;
	font-weight: 600 !important;
	color: #6d6d6d !important;
}
.newsletter_input::-moz-placeholder
{
	font-size: 16px !important;
	font-weight: 600 !important;
	color: #6d6d6d !important;
} 
.newsletter_input:-ms-input-placeholder
{ 
	font-size: 16px !important;
	font-weight: 600 !important;
	color: #6d6d6d !important;
}
.newsletter_input::input-placeholder
{
	font-size: 16px !important;
	font-weight: 600 !important;
	color: #6d6d6d !important;
}

/*********************************
10. Footer
*********************************/

.footer
{
	display: block;
	position: relative;
}
.footer_content
{
	padding-top: 76px;
	padding-bottom: 74px;
}
.footer .logo
{
	display: inline-block;
	position: relative;
	left: auto;
	top: auto;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.footer_social
{
	margin-top: 58px;
}
.footer_social ul li:not(:last-of-type)
{
	margin-right: 18px;
}
.footer_social ul li
{
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #2ac275;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.footer_social ul li:hover
{
	background: #eeff2d;
}
.footer_social ul li a
{
	display: block;
	height: 100%;
}
.footer_social ul li a i
{
	font-size: 20px;
	color: #ffffff;
	line-height: 46px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.footer_social ul li:hover a i
{
	color: #2ac275;
}
.copyright
{
	height: 49px;
	line-height: 49px;
}