/* Enter Your Custom CSS Here */

/* The buttons for the menues do not display in mobile */

@media only screen and (max-width: 355px) {
  .sfsi_plus_widget {
    display: none;
  }
}

@media only screen and (max-width: 684px) {
	.site-header {
		padding: 1rem 1rem 1rem 10px !important;
		line-height: 4 !important;
	}
    .aio-button {
      display: none !important;
    }
	.menu_table tr > *:nth-child(3) {
    	display: none;
	}
    .sfsi_plus_widget {
    top: 12px;
    right: 10px;
    position: absolute !important;
  }
}

@media screen and (max-width: 854px) {
  .greetings {
    display: none !important;
  }
}

#header_warning {
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 300%;
}

#menu-toggle {
  display: none;
}

#nav-search-form {
  display: none;
}

.red-background {
  background-color: #660000;
  width: 100%;
  height: 30px;
}

.red-background2 {
  background-color: #660000;
  width: 100%;
  height: 85px;
}

.black-strip {
  background-color: #000;
  width: 100%;
  height: 30px;
}

.sfsiplus_footerLnk {
  display: none !important;
}

.menu-category {
  size: 80%;
  font-style: italic;
}

#secondary {
  display: none !important;
}

#menu_buttons td {
  padding: 0;
  width: 20%;
  border-bottom: 0;
  background: none !important;
}

#menu_buttons {
  margin-left: auto;
  margin-right: auto;
  background: none !important;
  text-align: center;
  width: 80%;
}

div.greetings
{
  text-align: center;
  position: absolute;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 20px;
  margin-left: 25%;
  margin-right: auto;
  border: 1px solid black;
  background-color: #fff;
  opacity:0.6;
  z-index:1;
}

div.greetings p
{
  margin: 5%;
  font-weight: bold;
  color: #000000;
}

.black-background {
  padding-top: 50px;
  padding-bottom: 50px;
}

.sfsiplus_norm_row {
  float: right;
  position: relative !important;
  text-align: right !important;
  width: 90px !important;
}

.site-banner {
  display: none !important;
}

.site-content {
  padding-top: 0% !important;
  width: 100% !important;
  max-width: 100% !important;
}

#sfsi_holder {
  height: 0px !important;
  width: 0% !important;
}

.entry-title {
  display: none !important;
}

.site-title {
  width: 300px !important;
}

.site-info {
  display: none !important;
  
}

#hour_table {
  	 text-align: center;
  	 margin-left: auto;
  	 margin-right: auto;
     font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
  	 padding: 20px;
     color: #fff;
     width: 50%;
     border-collapse: collapse;
}

#hour_table td, #hour_table th {
     border: 1px solid #fff;
     padding: 3px 7px 2px 7px;
}

#hour_table tr.even tr.odd{
     background-color: #FF0000;
     color: #fff;
}

#hour_table th {
    font-size: 1.1em;
  	text-align: center;
    padding-top: 5px;
    padding-bottom: 4px;
    background-color: #FF0000;
    color: #fff;
}

.menu_table {
  padding: 3px 7px 2px 7px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  text-align: left !important;
}

.menu_table th td{
  border: 1px solid #000;
}

.menu_table_2 {
  padding: 3px 7px 2px 7px;
  width: 280px;
  margin-left: auto;
  margin-right: auto;
  text-align: left !important;
}

.menu_table_2 th td{
  border: 1px solid #000;
}

.status-publish {
  width: 100% !important;
}

.alignpic {
  margin-left: auto;
  margin-right: auto;
  padding-right: 10%;
  padding-left: 10%;
  padding-bottom: 5%;
}