/**
* All of the CSS for public-facing functionality should be
* included in this file.
*/

div.wb_parent_tab_ul{
	display: none; 
}
.wb_time_table {
	display: inline-table;
}
table tr:nth-child(2n) {
	background: #f4f6f6;
}
table tr:nth-child(2n+3) {
	background: #f4f6f6;
}
table th, table td {
	padding: 1em;
	width: 10em;
}

.days, .time {
	background: #f4f6f6;
	text-transform: uppercase;
	font-size: 0.6em;
	text-align: center;
}

.time {
	width: 3em !important;
}

.tab{
	text-align: center;
	vertical-align: middle;
}
#wb_fiter_select {
    float: none;
    margin: 0px auto 30px auto;
    font-size: 18px;
    text-align: center;
    position: relative;
    display: inline-block;
    list-style-type: none;
}
.wb_all_filter {
    background-color: #ffb300;
    color: white;
    padding: 14px 18px;
    border: none;
    cursor: pointer;
    margin-bottom: 0;
    height: 52px;
    width: 232px;
}
.wb_li_content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.wb_li_content li {
    font-size: 16px;
    height: auto;
    width: 230px;
    color: #34495E;
    text-decoration: none;
    display: block;
    max-width: 100%;
    padding: 10px;
    margin: 0;
    cursor: pointer;
}
.wb_li_content li:hover {
    background-color: #ffb300;
    color: #fff;
}
#wb_fiter_select:hover .wb_li_content {
    display: block;
    max-width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 0;
}
#wb_fiter_select:hover .wb_all_filter {
    background-color: #fff;
    color: #34495E;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 0;
}
.wb_all_filter:before {
    font-size: 11px;
    float: right;
    font-family: 'simple-line-icons';
    content: "\e604";
}
.wb_all_filter:hover:before {
    content: "\e607";
}
.wb_filter_fi {
    margin-top: -4px;
}

div.tab .wb_time_table tbody tr.days th{
	padding: 10px 15px 12px;
	width: 12.5%;
	text-align: center;
	vertical-align: middle;
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	text-transform: none;
	border: 2px solid white ;
}
.wb_time_table tbody tr td {
	text-align: center;
	vertical-align: middle;
	background-size: cover;
}

.wb_time_table tbody td.time {
	height: 44px;
	padding: 0px;
	border: 2px solid white ;
	font-size: 14px;
	color: #34495E !important;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	text-transform: none;
}
tr.wb_table td{
	width: 180px;
	height: 115px;
	border: 2px solid white;
	padding: 20px;
	background-size: 100% 100%;
}
.wb_course{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 6px;
	display: inline-block;
	color: #616161;
	display: block;
}
.wb_course:empty {
	display: none;
}
.wb_desc{
	font-size: 14px;
	color: #848484;
}

@media only screen and (max-width: 768px) {
	/* For mobile phones: */
	div.wb_parent_tab_ul{
		display: inline; 
	}
	.tab table.wb_time_table{
		display: none;
	}
	.wb_first_hr:first-of-type{
		display: none;
	}
	ul.wb_class_content_ul li{
		list-style-type: none;

	}
	.wb_parent_tab_ul ul.wb_class_content_ul li h3.wb_ul_day{
		font-size: 23px;
		color: #999;
		margin: 35px 0 4px 0;
		margin: 21px 0 21px 0 ;
	}
	.wb_parent_tab_ul ul.wb_class_content_ul li.wb_ul_time{
		float: right;
		color: #34495E;
		margin-top: -5px;
	}
	.wb_filter_find_ul{
		color: #848484;
		font-weight: 400;
		font-size: 15px;
	}
}