/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */


/* Start Spotify Widget featured on main site */
#wmf-spotifywidget1	{
	margin-top: 15px;
	margin-bottom: 0px !important;
}
#wmf-spotify-box-container	{
	background-color: #000;
	padding: 0px;
	margin-top: 30px;
	margin-bottom: 0px;
	color: #000;
}
#wmf-spotifywidget1 a	{
	font-family: "Oswald Regular", Sans-serif;
	color:#EC1C50 !important;
	font-size: .9em !important;
	text-transform: uppercase;
	font-weight: bold;
}
#wmf-spotifywidget1 a:hover	{
	color:#7ACBF4;
}
#wmf-spotifywidget1 .cb-sidebar-widget-title	{
	background-color: #7ACBF4 !important;
	color: #000;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.spotify-refresh-button {
 	margin-top: 0px !important;
	margin-bottom: 30px !important; 
	background-color: #7ACBF4;  
	padding: 10px 10px 10px 10px;
	text-align: right;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.spotify-refresh-button button	{
	font-family: "Oswald Regular", Sans-serif;
	font-size: 1.2em;
	background-color:#FFC825;
	border: 1px solid #FFF;
	padding: 2px 5px 2px 5px;
	border-radius: 5px;
	color: #000;
}
.spotify-refresh-button button:hover	{
	background-color: #B15583;
	color: #FFF;
}
.spotify-player-height 	{
	height: 400px !important;
	width: 100% !important;
}
#wmf-spotifywidget1 h3	{
	font-family: "Oswald Regular", Sans-serif;
	padding: 10px;
	background-color: #7ACBF4;
	margin-bottom: 0px !important;
	margin-top: 0px !important;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	font-size: 1.7em;
	text-align: center;
	line-height: 1.2em;
}

/* End Spotify Widget featured on main site */