.sfm-navicon-button.sticky-navicon {
  top: 8px !important;
}
.sfm-rollback {
	display: none;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

a {
  transition: all 0.3s ease-out 0s;
  color: #bd0900;
  text-decoration: none;
}

a:hover {
  color: #dd9933;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button, .widget .button {
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 12px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 15px 25px;
  text-transform: none;
  white-space: normal;
  width: auto;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button.clear:hover, .button:hover, .footer-widgets button, .footer-widgets input[type="button"], .footer-widgets input[type="reset"], .footer-widgets input[type="submit"], .footer-widgets .widget .button, .widget .button:hover, .widget .button.clear:hover {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display",sans-serif;
  font-weight: 900;
}

.post-edit-link {
  display: none;
}

.entry {
  margin-bottom: 0;
}

#full-image {
  height: 300px;
  overflow: hidden;
  width: 100%;
  text-align: center;
  display: table;
  margin-bottom: 30px;
}

.overlay {
  display: table;
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  height: 100%;
  padding: 100px 0;
  width: 100%;
}

.page-title {
  color: #fff;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.page-title > h1 {
  font-size: 60px;
  text-shadow: 0 0 10px #111;
}

nav .wrap {
  float: right;
  margin: 0;
}

/* hide default page titles */
.entry-header {
  display: none;
}

.site-inner {
  margin-top: 60px;
}

.home .site-inner {
  margin-top: 0;
  max-width: none;
}

/* fixed header */

.fixed-head {
  display: table;
  width: 100%;
}

.title-area {
  float: left;
  padding: 25px 0;
  width: 100px;
}

.title-area a {
  display: block;
}

.site-header .nav-primary {
  position: relative;
  top: 24px;
}

.fixed-head.sticky .site-header .nav-primary {
  top: 0;
}

.fixed-head.sticky #menu-top-nav {
  position: relative;
  top: 12px;
}

.fixed-head.sticky + #full-image {
  position: relative;
  top: 60px;
}

.fixed-head.sticky + #full-image + .site-inner {
  margin-top: 120px;
}

.fixed-head.sticky .title-area {
  transition: all 0.3s ease-out 0s;
  width: 60px;
}

.admin-bar .fixed-head.sticky {
  top: 32px !important;
}

.fixed-head.sticky {
  background: #eee none repeat scroll 0 0;
  box-shadow: 3px 5px 10px 0 rgba(0, 0, 0, 0.176);
  position: fixed;
  top: 0 !important;
  width: 100%;
  z-index: 999;
}

.utility-bar.hide-utility-bar {
  display: none;
  transition: display 0.3s ease-out 0s;
}

.fixed-head.sticky .genesis-nav-menu a {
  padding: 21px 8px 20px;
}

.fixed-head.sticky .genesis-nav-menu .sub-menu a {
  padding: 16px;
}

/* end fixed header */

/* Utility Bar
--------------------------------------------- */

.utility-bar {
  background-color: #fff;
  border-bottom: 0 none;
  color: #ddd;
  font-size: 1.1rem;
  padding: 4px 0;
}

.utility-bar a {
  color: #000;
}

.utility-bar a:hover {
  text-decoration: none;
  color: #dd9933;
}

.utility-bar-left,
.utility-bar-right {
	width: 50%;
}

.utility-bar-left p,
.utility-bar-right p {
	margin-bottom: 0;
}

.utility-bar-left {
	float: left;
}

.utility-bar-right {
	float: right;
	text-align: right;
}

.utility-bar-right section {
  float: right;
}

.utility-bar-right .header-contact > li {
  margin: 0 16px;
  padding-bottom: 0;
}

.utility-bar input[type="search"] {
	background: inherit;
	padding: 10px 0 0;
	padding: 1.0rem 0 0;
}

.header-contact > li {
  float: left;
  margin: 0 8px;
}

/* header */

.site-header {
  background-color: #fff;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 999;
}

.admin-bar .site-header {
  top: 0;
}

/*.genesis-nav-menu a {
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 16px 8px;
  text-transform: none;
}*/

.genesis-nav-menu a {
  border-bottom: 0 none;
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 35px 8px 34px;
  text-transform: none;
}

.front-page .genesis-nav-menu li.current-menu-item > a, .genesis-nav-menu > li > a {
  border-bottom: 0 none;
}

.genesis-nav-menu li.current-menu-item > a:hover,
.genesis-nav-menu > li > a:hover {
  background: #eee none repeat scroll 0 0;
}

.genesis-nav-menu .sub-menu::before {
  background: #eee none repeat scroll 0 0;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 16px;
  z-index: 999;
}

.genesis-nav-menu .sub-menu::after {
  background: #eee none repeat scroll 0 0;
  content: "";
  display: inline-block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
  z-index: 999;
}

.genesis-nav-menu .sub-menu li {
  border-bottom: 1px solid #ddd;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu li.current-menu-item > a {
  background: #eee none repeat scroll 0 0;
}

.genesis-nav-menu .sub-menu a {
  background-color: #eee;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding: 16px;
  position: relative;
  width: 200px;
}

.genesis-nav-menu > .menu-item > a {
  text-transform: none;
}


.genesis-nav-menu li.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  font-family: "fontawesome";
  font-style: normal;
  font-weight: normal;
  margin-left: 5px;
  opacity: 0.8;
  position: relative;
  text-decoration: inherit;
  top: 0;
  transition: top 0.1s ease-in 0s;
}

/* end header */

/* content area */

.entry-content p {
  color: #111111;
  font-size: 15px;
  line-height: 2rem;
  margin: 0 0 16px;
}

.entry-content ul.columns-2 {
  display: table;
  list-style: outside none none;
  margin: 0;
  width: 100%;
}

.entry-content ul.columns-2 li {
  float: left;
  list-style: outside none none;
  width: 50%;
}

.page-id-54 li.col-1 {
  text-align: center;
}

.page-id-54 li.col-1 h2 {
  margin-bottom: 60px;
}

button.call-us {
  margin-top: 40px;
}

button.call-us > a {
  color: #000;
}



/* end content area */

/* footer */

.footer-widgets {
  background: rgba(0,0,0,0) url("/wp-content/uploads/2016/05/footer-bg.jpg") no-repeat scroll top center / cover;
  clear: both;
  position: relative;
  text-align: center;
  z-index: 9;
  color: #fff;
}

.footer-widgets .wrap {
  background: rgba(0, 0, 0, 0.69) none repeat scroll 0 0;
  max-width: none;
}

.footer-widgets .widget-area {
  display: table;
  margin: 0 auto;
  max-width: 1000px;
  width: 95%;
}

.footer-widgets section {
  float: left;
  width: 30%;
}

.footer-widgets section:nth-child(2) {
  margin: 0 5%;
}

.footer-widgets h4 {
  font-size: 40px;
}

.footer-widgets .textwidget {
  font-size: 15px;
  color: #fff;
}

.footer-widgets a.call-us {
	font-size: 20px;
	color: #ffffff;
	border: solid 1px #ffffff;
	border-radius: 10px;
	padding: 10px;
}
.footer-widgets a.call-us:hover {
	color: #dd9933;
}

.site-footer {
  background-color: #fff;
}

.site-footer, .site-footer a, .site-footer p {
  color: #000;
}

.site-footer a:hover {
  color: #dd9933;
}

footer .col-sm-6 {
  float: left;
  width: 50%;
}

.footer-social {
  text-align: left;
}

.footer-social a {
  margin-right: 16px;
  border: 3px solid;
  border-radius: 50%;
  display: inline-block;
  font-size: 20px;
  height: 40px;
  line-height: 34px;
  margin: 0 5px;
  text-align: center;
  width: 40px;
}

.footer-social a:hover {
  opacity: 0.7;
  color: #dd9933;
}

.copyright {
  display: table;
  font-size: 15px;
  text-align: right;
  width: 100%;
}

.devedge {
  display: table;
  font-size: 10px;
  text-align: right;
  width: 100%;
}

/* timeline for our history page */

.timeline {
    list-style: outside none none;
    padding: 20px 0;
    position: relative;
}
.timeline::before {
    background-color: #eeeeee;
    bottom: 0;
    content: " ";
    left: 50%;
    margin-left: -1.5px;
    position: absolute;
    top: 0;
    width: 3px;
}
.timeline > li {
    margin-bottom: 20px;
    position: relative;
}

.entry-content .timeline > li {
  list-style: outside none none;
}

.timeline > li::before, .timeline > li::after {
    content: " ";
    display: table;
}
.timeline > li::after {
    clear: both;
}
.timeline > li::before, .timeline > li::after {
    content: " ";
    display: table;
}
.timeline > li::after {
    clear: both;
}
.timeline > li > .timeline-panel {
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.176);
    float: left;
    padding: 20px;
    position: relative;
    width: 46%;
}
.timeline > li > .timeline-panel::before {
    border-color: transparent #ccc;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    content: " ";
    display: inline-block;
    position: absolute;
    right: -15px;
    top: 26px;
}
.timeline > li > .timeline-panel::after {
    border-color: transparent #fff;
    border-style: solid;
    border-width: 14px 0 14px 14px;
    content: " ";
    display: inline-block;
    position: absolute;
    right: -14px;
    top: 27px;
}
.timeline > li > .timeline-badge {
    background-color: #999999;
    border-radius: 50%;
    color: #fff;
    font-size: 1.4em;
    height: 50px;
    left: 50%;
    line-height: 50px;
    margin-left: -25px;
    position: absolute;
    text-align: center;
    top: 16px;
    width: 50px;
    z-index: 100;
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}
.timeline > li.timeline-inverted > .timeline-panel::before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel::after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline-badge.primary {
    background-color: #2e6da4 !important;
}
.timeline-badge.success {
    background-color: #3f903f !important;
}
.timeline-badge.warning {
    background-color: #f0ad4e !important;
}
.timeline-badge.danger {
    background-color: #d9534f !important;
}
.timeline-badge.info {
    background-color: #5bc0de !important;
}
.timeline-title {
    color: inherit;
    margin-top: 0;
}
.timeline-body > p, .timeline-body > ul {
    margin-bottom: 0;
}
.timeline-body > p + p {
    margin-top: 5px;
}

/* homepage */

.custom-homepage.full-width-content .content {
  max-width: none;
  padding: 0;
}

.custom-homepage .entry-title {
  font-size: 30px;
}

.home h1.home-title, .home h4.home-subtitle {
  text-align: center;
  color: #4f4f4f;
}

.home h1.home-title {
  font-size: 60px;
  margin-top: 0;
}

.home h4.home-subtitle {
  font-family: "Yellowtail",sans-serif;
  font-weight: normal;
  margin-bottom: 20px;
  font-size: 20px;
}

.full-width.welcome {
  background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2016/05/hamburger-bg.png") no-repeat scroll center center / cover ;
  /*background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2016/05/hamburger-bg.png");*/
  padding: 100px 0;
}

.welcome-text {
  display: table;
  margin: 0 auto;
  max-width: 1000px;
  text-align: center;
}



/*button, input[type="button"], input[type="reset"], input[type="submit"], .button, .widget .button {
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 12px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 15px 25px;
  text-transform: none;
  white-space: normal;
  width: auto;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button.clear:hover, .button:hover, .footer-widgets button, .footer-widgets input[type="button"], .footer-widgets input[type="reset"], .footer-widgets input[type="submit"], .footer-widgets .widget .button, .widget .button:hover, .widget .button.clear:hover {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}*/

a.button.more {
  display: inline-block;
  width: auto;
  background: #d5514d none repeat scroll 0 0;
  border: 0 none;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  margin: 20px auto;
  padding: 12px 24px;
  transition: all 0.3s ease-out 0s;
}
a.button.more:hover {
  opacity: 0.8;
}
/*button.more {
  background: #d5514d none repeat scroll 0 0;
  border: 0 none;
  border-radius: 4px;
  display: table;
  font-size: 13px;
  margin: 20px auto 0;
  padding: 12px 24px;
  transition: all 0.3s ease-out 0s;
}
button.more:hover {
  opacity: 0.8;
}
button.more a {
  color: #fff;
}*/

.full-width.weekly-specials {
  /*background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2016/05/interior.jpg") no-repeat scroll center center / cover ;*/
  background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2016/05/interior.jpg");
  padding: 100px 0;
}

.full-width.weekly-specials .menu-container {
  background: #fff none repeat scroll 0 0;
  display: table;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

.full-width.weekly-specials .menu-container h2 {
  color: #333;
  font-size: 48px;
  margin-top: 20px;
  text-align: center;
}

.full-width.quote {
  /*background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2016/05/ALP1Adrenaline-019.jpg") no-repeat scroll top center / cover ;*/
  background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2016/05/ALP1Adrenaline-019.jpg");
  padding: 0;
}

.full-width.quote .overlay {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  display: table;
  height: 100%;
  padding: 200px 0;
  width: 100%;
}

.quote-container {
  display: table;
  margin: 0 auto;
  max-width: 1000px;
}

.quote-container .quote-text {
  color: #fff;
  font-family: "Playfair Display";
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 2.5rem;
  text-align: center;
}

.quote-container .quote-author {
  color: #fff;
  display: table;
  font-size: 16px;
  letter-spacing: 1px;
  margin: 0 auto;
}

/* end homepage */

/* start menu listings section */

.menu-container {
  border-color: #ddd;
  border-style: double;
  border-width: 4px;
  padding: 32px;
}

.full-width-content .content {
  padding: 0 0 50px;
  width: 100%;
}

.menu-container ul.menu-content {
	margin-left: 0;
	list-style-type: none;
}
.menu-container ul.menu-content li {
	list-style-type: none;
}

.menu-container ul.item-content {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	list-style: none;
}
.menu-container ul.item-content li.dots:before {
	float: left;
	width: 0;
	white-space: nowrap;
	content: ".........................................................................................................................................................................................................................................................................................................";
}
.menu-container ul.item-content li.dots span:first-child {
	padding-right: 0.33em;
	background: white;
}
.menu-container ul.item-content li.dots span + span {
	float: right;
	padding-left: 0.33em;
	background: white;
}

.menu-container .item-price {
  color: #dd9933;
  font-size: 16px;
  font-weight: 700;
  padding-top: 4px;
}

.menu-container .item-title {
  font-family: "Playfair Display";
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 8px;
}

.menu-container .item-description p {
  color: #777;
  font-size: 14px;
}

.menu-container .menu-navigation {
  display: table;
  margin-top: 40px;
  width: 100%;
}

.menu-container .menu-navigation li {
  float: left;
  text-align: center;
  width: 50%;
}

.menu-container .menu-navigation li a {
  border: 1px solid #000;
  border-radius: 8px;
  color: #000;
  padding: 10px 20px;
}

.menu-container .menu-navigation li a:hover {
  color: #dd9933;
}

/* end menu listings section */

/* custom revolution slider styles */
.tparrows.hermes .tp-arr-imgholder {
	background-size: cover;
	background-position: center center;
}
.rev_slider .tp-revslider-mainul .tp-revslider-slidesli .slotholder .tp-bgimg {
	background-position: center center !important;
}

/* Mobile Responsive Helper Classes */
.show-xs,
.show-sm,
.show-md {
	display: none !important;
}
.show-lg {
	display: block !important;
}
.hide-lg {
	display: none !important;
	/*hide-* assumes the element is already configured to display (hides at defined viewport width) */
}


/* mobile responsive styles */
@media screen and ( max-width: 800px ) {
	
	nav .wrap {
	  float: none;
	}
	
	.site-header .nav-primary {
		display: none; /*turn off main nav, mobile uses the "Superfly Menu" plugin instead */
	}
	
	.site-header .title-area, .site-header.dark .title-area {
	  padding: 8px 0 0;
	}
	
	.footer-widgets section {
	  float: none;
	  width: 100%;
	}

	.footer-widgets section:nth-child(2) {
	  margin: 0 0 40px;
	}
	
	.sfm-rollback {
	  display: block;
	}
	
	.show-md {
		display: block !important;
	}
	.hide-md {
		display: none !important;
	}
  
}

@media screen and ( max-width: 599px ) {
  
  .utility-bar-right {
	  float: none;
	  text-align: right;
	  width: 100%;
	}

	.utility-bar-right .header-contact > li {
	  margin: 0 8px;
	  padding-bottom: 0;
	}
	  
	.site-inner, .wrap {
	  padding: 0;
	}

	.home h1.home-title {
	  font-size: 32px;
	  line-height: 48px;
	}

	.home h4.home-subtitle {
	  font-size: 17px;
	}

	.separator img {
	  width: 24px;
	}

	.entry-content p {
	  margin: 0 5% 16px;
	}
	  
	  .home .entry-content p {
	  margin: 0 0 16px;
	}
	  
	.menu-container {
	  margin: 0 auto;
	  max-width: none;
	  width: 90%;
	}
	  
	.menu-container .menu-navigation li {
	  float: none;
	  margin: 0 0 32px;
	  text-align: center;
	  width: 100%;
	}

	.menu-container h2 {
	  font-size: 32px;
	}

	.menu-content li {
	  margin: 0 0 32px;
	  text-align: center;
	}

	.menu-content li ul li {
	  margin: 0;
	}

	.full-width.weekly-specials .menu-container {
	  max-width: none;
	  width: 80%;
	}

	.full-width.weekly-specials .menu-container h2 {
	  font-size: 32px;
	}

	/*.full-width.weekly-specials .menu-content li {
	  margin: 0 0 32px;
	  text-align: center;
	}

	.full-width.weekly-specials .menu-content li ul li {
	  margin: 0;
	}*/

	.menu-container ul.item-content {
		margin: 0;
	}
	.menu-container ul.item-content li.dots:before {
		display: none;
	}
	.menu-container ul.item-content li.dots span:first-child {
		padding-right: 0;
	}
	.menu-container ul.item-content li.dots span + span {
		float: none;
		padding-left: 0;
	}
	.menu-container .item-title,
	.menu-container .item-price {
	  display: block;
	  text-align: center;
	  padding: 0;
	}

	footer .col-sm-6 {
	  float: none;
	  margin: 0 0 16px;
	  width: 100%;
	}

	.footer-social a {
	  border: 2px solid;
	  font-size: 16px;
	  height: 32px;
	  line-height: 30px;
	  margin: 0 4px;
	  width: 32px;
	}
	
	.show-sm {
		display: block !important;
	}
	.hide-sm {
		display: none !important;
	}
 
}

@media only screen and (max-width: 480px) {
	.show-xs {
		display: block !important;
	}
	.hide-xs {
		display: none !important;
	}
}