/*
 Theme Name:   ProRadio Child
 Theme URI:    https://pro.radio/
 Description:  The child theme allows easier customizations and template overrides
 Author:       Pro.Radio
 Author URI:   https://pro.radio/
 Template:     proradio
 Version:      1.0.5
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         right-sidebar
 Text Domain:  proradio-child
*/

/***************************************************************
****************************************************************
************* PUT YOUR CUSTOM STYLES BELOW ********************/

body .meks_ess .meks_ess-item {color:#3a144a !important;}

.entry{position:relative;display:block;margin:0 auto;width:100%;margin:0 auto;}
.selecteerbox {     width: 100%;
    background: #3a144a;
    display: block;
    /* clear: both; */
    height: 110px;
    padding: 30px;
	margin-top:50px;
} 

select#yearChange, select#weekChange {width:50% !important; float:left;}

table.playlistTable {}

table.playlistTable th { padding: 15px 15px 15px 15px;}


table.playlistTable thead {
	background: #3a144a;
	color: #ffffff;
	word-break: initial;
}

table.playlistTable td {
	padding: 10px 10px;
	white-space: normal;
	word-break: keep-all;
	width: 100%;
	font-size: 16px;
}

table.playlistTable tr.even {
	background: #eeeeee;
}
.selectBox, .selectDate, .selectHour { width: 49% !important; float: left; margin: 0 2px 0 2px !important; }

.entry-content {
    margin-bottom: 50px;
}

wp-block-button__link {
    margin: 0 auto 12px;
	    background: linear-gradient(#000000, #000000) !important;

}