/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/

/* Hover color for title columns */
.style-simple .trailer_box:hover .desc {
	background-color: #3a0f07 !important;
}

/* Adds padding to OpenTable widget (may not be needed on all sites) */
#ot-widget-container10 {
	min-height: 400px !important;
}

/* Hides Open Table logo from widget */
.ot-powered-by {	
	display: none !important;
}
/* Centers widget */
.ot-dtp-picker {
	margin: 0px auto !important;
}

/* Open Table button and hover color */
input[type="submit"].ot-button.ot-dtp-picker-button {
	color: white !important;
	background-color: #3a0f07 !important;
}
input[type="submit"].ot-button.ot-dtp-picker-button:hover {
	color: white !important;
	background-color: #000000 !important;
}