/*
Theme Name: 	Betheme Child
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group
Author URI: 	http://muffingroup.com
Description:	Child Theme for bnb - Premium WordPress Theme
Template:		betheme
Version: 		1.2
*/

/* Theme customization starts here
-------------------------------------------------------------- */

@font-face {
    font-family: "kuffner";
    src: url(http://www.maxrevonline.com/websites/bnb/wp-content/uploads/2015/05/baron_kuffner.ttf);
}

.customUL
{
	margin: 0 !important;
	padding: 0;
}

.customUL li
{
	list-style: none !important;
	font-size: 40px;
	margin-bottom: 25px !important;
}


#Top_bar .menu_wrapper .menu li a
{
	color: #fff;
	font-weight: 900;
}

#Top_bar .menu_wrapper .menu li ul.sub-menu li a
{
	color: #fff;
	background-color: #595959;
	font-size: 18px;
    font-weight: 800;
}

#Top_bar .menu_wrapper .menu li.hover a
{
	background-color: #9D1E29;
}

#Top_bar .menu_wrapper .menu li ul.sub-menu li.hover a
{
	background-color: #9D1E29;
}

#Top_bar .menu > li > a::after
{
	height: 0;
}

.column_map .google-map-contact-wrapper .get_in_touch::after
{
	border-top-color: #8B0708;
}

.infobox {
    background-color: transparent;
	padding: 0;
}

.infobox h3 {
	color: #8B0708 !important;
}

.infobox li
{
	color: #8b847c;
}

.infobox ul li::after
{
	border: 0;
}

.appetizersContent, .buildYourOwnContent
{
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.appetizersContent li, .buildYourOwnContent li
{
	list-style: none !important;
	margin-bottom: 10px !important;
	border-bottom: 1px solid #DBDBDB;
	padding-bottom: 10px;
	font-size: 18px;
}

.appetizersContent li b
{
	color: #610000;
}

.buildYourOwnContent li b
{
	color: #610000;
	text-transform: uppercase;
}
 
.buildYourOwnContent li b span
{
	margin-right: 40px;
}

#menu > ul > li > a
{
	letter-spacing: 2px !important;
}

#Top_bar, #Top_bar.is-sticky
{
background: rgb(0,0,0); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(56,57,61,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(56,57,61,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(56,57,61,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(56,57,61,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(56,57,61,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(56,57,61,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#38393d',GradientType=0 ); /* IE6-9 */
border-bottom: 4px solid #9D1E29;
}

