/* Widget Styles */

#metro-meeting-widget h4 {
    font-weight: 700;
    text-decoration: underline;
    font-size: 19px;
    line-height: 1.2em;
}

#metro-meeting-widget {
	margin-bottom: 1em;
}



/* Widget Styles */


#metro-meeting .button {
	padding: 6px 12px !important;
	border-width: 4px!important;
    border-color: #9cb8c4;
    border-radius: 0px;
    letter-spacing: 1px;
    font-size: 17px;
    font-family: 'Muli',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 700!important;
    padding-right: 0.7em;
    background-color: #9cb8c4;
	color: #FFF;
	transition: all 300ms ease 0ms;
	width: 125px !important;
	display:block;
	text-align: center;
}

#metro-meeting .button:hover {
    background-color: #7d97a9!important;
}

.meeting_loading {
	display:block;
	margin: 0em auto;
}

.metro_meeting_no_results {
	text-align: center;
	font-size: 30px;
	display:block;
	text-transform:uppercase;
	padding: 0.5em 1em;
	font-family: 'Muli',Helvetica,Arial,Lucida,sans-serif;
}

#meetingTable {
	border: 1px solid #666 !important;
	overflow: hidden;
}

#meetingTable th {
	font-size: 22px;
	font-weight: 500;
	font-family: 'Muli',Helvetica,Arial,Lucida,sans-serif;
	border-bottom: 1px solid #666 !important;
	background-color: #FFF;
	cursor: pointer;
	color: #333;
	padding: 0.75em 0.5em;
}

#meetingTable th.sorter-false {
	cursor: auto;
}

#meetingTable th:not(.sorter-false):hover {
	color: #5d7e95;
}

#meetingTable tr {
	border: none;
	border-bottom: 1px solid #666 !important;
}

#meetingTable tr:last-child {
	border: none;
	border-bottom: none;
}

#meetingTable tr {
	border: none;
	border-bottom: 1px solid #666;
}

#meetingTable td {
	padding: 0.75em 0.5em !important;
	font-size: 16px;
	border: none;
	background-color: transparent;
}

#meetingTable td:first-child {
	position: relative;
	/* padding: 0em 0em 0em 1em !important; */
	overflow:hidden;
	max-width: 175px !important;
}

.date_order {
	font-size: 0px;
}

.metro_meeting_date {
	color: #333;
	font-size: 16px;
}

.metro_meeting_time {
	font-size: 16px;
}

.metro_meeting_img {
	width: 100%;
	display:block;
}

.metro_meeting_overlay {
        position: absolute;
        background: #000;
		width:100%;
		height: 100%;
		top:0;
		left:0;
		opacity: 0.6;
  }

.metro_meeting_title {
	width:100%;
	display:block;
	color: #FFF;
	font-family: 'Muli',Helvetica,Arial,Lucida,sans-serif;
	font-size: 18px;
}

.metro_meeting_city {
	color: #333;
}

.metro_meeting_header_title:after {
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f0dc";
	margin-left: 0.5em;
}

th.tablesorter-headerAsc .metro_meeting_header_title:after {
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f0dd";
	margin-left: 0.5em;
}

th.tablesorter-headerDesc .metro_meeting_header_title:after {
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f0de";
	margin-left: 0.5em;
}

.metro_meeting_details {
	font-size: 16px;
}

#meetingTable td.tournament {
	background-color: #5d7e95 !important;
}

#meetingTable tr:nth-child(even) {
	background: #ececec !important;
}

#meetingTable td.meeting {
	background-color: #ececec !important;
}


#metro-meeting-filter, #metro-mobile-sort {
	margin-bottom: 1em;
	padding: 1em;
	background-color: #ececec;
}

#metro-mobile-sort {
	margin-bottom: 1em;
	padding: 1em 1em 0em 1em;
	background-color: #ececec !important;
	display: none;
}

#meeting_filter, #city_filter, #state_filter, #venue_filter, #mobile-sort {
	height: 35px;
	font-size: 18px;
	padding: 2px;
	margin: 0em 0.5em 0.5em 0em;
	max-width: 100%;
}

 #mobile-sort {
	display:inline-block;
	margin-left: 0em;
}

#filter-toggle {
	margin-bottom: 1em;
}

#filter-toggle-button {
	padding-left: 1em !important;
	font-size: 22px !important;
	display:none;
	
	padding: 6px 12px !important;
	border-width: 4px!important;
    border-color: #9cb8c4;
    border-radius: 0px;
    letter-spacing: 1px;
    font-size: 17px;
    font-family: 'Muli',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 700!important;
    padding-right: 0.7em;
    background-color: #5a7e96;
	color: #FFF;
	transition: all 300ms ease 0ms;
}

#filter-toggle-button.open {
	background-color: #9cb8c4 !important;
	border-color: #9cb8c4 !important;
}

option.asc:after {
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f0dd";
	margin-left: 0.5em;
}

option.desc:after {
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f0de";
	margin-left: 0.5em;
}

option[disabled="disabled"]	{
	color: #eee;
	opacity:0.5;
	display:none;
}

#no_results {
	display:none;
}

.metro_meeting_link {
	padding:  0.25em 0.25em 0.25em 0.25em !important;
	font-size: 20px !important;
}

@media only screen and (max-width: 1500px) {
	.metro_meeting_title {
		font-size: 20px;
	}
	
	#meetingTable td {
		padding: 0.25em 0.5em 0.75em 0.5em!important;
		font-size: 16px;
	}
}

@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {
	.hide-cell {
		display:none !important;
	}
	
	table.mobile {
      border: 0px !important;
    }

    table.mobile thead {
      display: none;
    }

	table.mobile td:last-child {
      border-bottom: 0;
    }

	table.mobile td:before {
		content: attr(data-label);
		/* float:left; */
		text-transform: uppercase;
		font-weight: bold;
		display:block;
		text-align: left;
	}
	
	table.mobile tr {
      margin-bottom: 0em;
      display: block;
      border-bottom: 2px solid #666;
    }
	
	 table.mobile td {
      display: block;
      text-align: left;
      font-size: 13px;
      border-bottom: 1px dotted #666;
	  min-height: 37px;
    }
	
	#meetingTable td:first-child {
		max-width: 100% !important;
		padding: 0.5em !important;
	}
	
	.metro_meeting_title {
		font-size: 18px;
	}
	
	#meeting_filter, #city_filter, #state_filter, #venue_filter {
		width: 100%;
	}
	
	#metro-mobile-sort {
		display: block;
	}
	
	#metro-filter-sort {
		display:none;
		overflow:hidden;
		position: relative;
	}
	
	#filter-toggle-button {
		display: inline;
	}
	
	#meetingTable tr {
		border: none;
		border-bottom: none;
	}
	
}