.container { 
padding-right: 0px;  
padding-left: 0px;  
}
.navbar {
  margin-bottom: 20px;
}
.text-primary{
  color:#b1191e !important;
}
.text-black{
  color:#000 !important;
} 
.primary-bg{
	background-color:#b1191e;

}		 
.padding-10{
	padding:10px;
}	 
.right{
	text-align:right !important;
}	
.center{
	text-align:center;
}	
button{
	cursor: pointer;
}
.btn-primary, .btn-primary:hover{
background-color:#b1191e;
border-color: #b1191e;
}
nav.navbar {
				padding:0px !important;
	margin-top:10px;
			}
			.navbar-nav {
    /*display:table;*/
    width:100%;
    margin: 0;
}
.navbar-nav > li {
    float:none;
    display:table-cell;
    text-align:center;
	width:18%;
}
			.active{
				    background-color: #b1191e;
			}
			.active a.nav-link{ 
    color: #fff !important;
			}
			a.nav-link{ 
    color: #fff !important;
				    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
			}
			.relative{
				position:relative;
			}
			.top-header,.top-header a,.top-header a:hover, footer, footer a, footer a:hover{
				font-size:12px;
				color:#fff;
			}
			footer{
				margin-top:50px;
			}
			h4{
				    background-color: #868e96;
    color: #fff;
    padding: 5px;
			}
			a{
				color:#2b5987;    
				text-decoration: underline;
			}
			.text-muted {
    color: #000!important;
}

.no-gutters {
  margin-right: -15px;
  margin-left: -15px;
}
.gutters {
  margin-right:0px;
  margin-left:0px;
}
.hidden{
  display:none;
}

.sort-handle{
  cursor:move;
}
.sortable-section{
  list-style-type:none;
}

.sortable-section{
  margin-left:-40px;
}
ul.individual-items{
  margin-left:-15px;
}
.order-total-large{
    min-height: 75px;
    line-height: 75px;
    font-size: 35px;
}

.bg-item-header {
  background-color: rgba(0,0,0,.05);
padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #e9ecef;

}
.menu-item-container {
    background-color: #f5f5f5;
    border-color: #ddd;
    cursor: pointer;
    /* padding: 10px; */
    margin: 10px;
    min-height: 50px;
    border-radius: 10px;
    /* line-height: 50px; */
    text-align: center;
      display: flex;
    align-items: center;
}
.menu-item-container a{
    color: #333;
    text-decoration: none;
}

.page-event-stores a{
	color:#b1191e;
	text-decoration: none;
}

.page-event-stores .top-header a{
	color:#fff;
	text-decoration: none;
}
.checkout-icons{ 
	margin-top:-40px;
}
.checkout-icons i {
	font-size:26px;
	color:#b1191e; 
}
.page-event-print_order .order-number{
margin-top: 1.5rem!important;
}
.page-event-print_order .checkout-icons{
display:none;
}
/*.page-- .navbar{
	display: block;
}*/

.easy-autocomplete-container ul li a {
text-decoration: none !important;
color:#000;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

.upsell .easy-autocomplete{width:auto !important;}
twitter-typeahead { display:initial !important; }
.bootstrap-tagsinput {line-height:40px;display:block !important;}
.bootstrap-tagsinput .tag {background:#2b5987;padding:5px;border-radius:4px;}
.tt-hint {top:2px !important;}
.tt-input{vertical-align:baseline !important;}
.typeahead { border: 1px solid #CCCCCC;border-radius: 4px;padding: 8px 12px;width: 300px;font-size:1.5em;}
.tt-menu { width:300px; }
span.twitter-typeahead .tt-suggestion {padding: 10px 20px;	border-bottom:#CCC 1px solid;cursor:pointer;}
span.twitter-typeahead .tt-suggestion:last-child { border-bottom:0px; }
.tt-menu {
    background: #fff;
    border: 1px solid #eeee;
}

body.page-event-checkout .checkout-icons .fa-envelope{
  display:none;
}