/*   
Theme Name: FPM Theme
Theme URI: http://www.fingerprintmarketing.com
Description: FPM Starter Theme
Author: FPM
Version: 1.0


/*-----------------------------------------------------------------------------------*/
/*  1.  Document Setup (body, common classes, structure etc)
/*-----------------------------------------------------------------------------------*/


/* Typography
================================================== */
body {
  font: 16px/20px 'Work Sans', Helvetica, Arial, sans-serif; 
  color: #000;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.page-id-5 {
  color: #3a1d16;
}

a { text-decoration: none; color: #a22a10; }
a:hover, a:active { outline: 0; }

p { margin: 0 0 20px 0;}

h1, h2, h3, h4, h5, h6 { font-family: 'Lora', Helvetica, Arial, sans-serif; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 50px; line-height: 52px; color: #fff; letter-spacing: 7px; font-family: 'Bebas Neue'; font-weight: bold; }
h2 { font-size: 40px; line-height: 44px; text-transform: uppercase; letter-spacing: 1.6px; }
h3 { font-size: 30px; line-height: 30px; color: #3a1d16; }
h4 { font-size: 23px; line-height: 24px; font-family: 'Bebas Neue'; font-weight: bold; }
h5 { font-size: 28px; line-height: 42px; font-weight: normal; font-family: 'Bebas Neue'; letter-spacing: 3px; text-transform: uppercase; color: #a3402a; }
h6 { font-size: 10px; line-height: 14px; }

.home h1 {font-family: 'Lora'; font-weight: normal; letter-spacing: 0; }
.bebas-h3 {
  font-family: 'Bebas Neue'; letter-spacing: 1px;  color: #a22a10; text-transform: uppercase; margin-bottom: 25px; }

em, i { font-style: italic; }
strong, b { font-weight: bold; }
small { font-size: 80%; }
address { font-style: normal; }
ul { list-style: disc inside; padding-left: 20px; }
.post ul,.content ul { list-style: outside; padding-left: 20px; margin-bottom: 25px; }
ol { list-style: decimal inside; }
li ul, li ol { margin-left: 1.5em; margin-bottom: 0; }

pre { line-height: 1; }
pre, code, kbd, samp, var { font-family: Courier, "Courier New", monospace; }
pre, code { white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -o-pre-wrap; overflow-x: auto; overflow-y: hidden; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
iframe,img {max-width: 100%;}

@font-face {
  font-family: 'Bebas Neue';
  src: url('fonts/BebasNeueBold.eot');
  src: url('fonts/BebasNeueBold.eot?#iefix') format('embedded-opentype'),
    url('fonts/BebasNeueBold.woff') format('woff'),
    url('fonts/BebasNeueBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Bebas Neue';
  src: url('fonts/BebasNeueRegular.eot');
  src: url('fonts/BebasNeueRegular.eot?#iefix') format('embedded-opentype'),
    url('fonts/BebasNeueRegular.woff') format('woff'),
    url('fonts/BebasNeueRegular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/*-----------------------------------------------------------------------------------*/
/*  General
/*-----------------------------------------------------------------------------------*/
.page header {
  background-image: url(images/restaurant/the-restaurant-hero-bg.jpg);
}
section {
  background-position: center top;
  background-size: cover;
  padding: 57px 0px;
}

section h3 {
  margin-bottom: 20px;
}

.center {
  text-align: center;
}

.right {
  float: right;
}

.left {
  float: left;
}

.yellow-span {
  color: #f6c645;
}

.img-border,
.special img,
.post img {
  border: 4px solid #ebebeb;
}

.link {
  font-size: 20px;
  line-height: 20px;
  color: #ecad34;
  font-family: 'Bebas Neue';
  font-weight: bold;
  letter-spacing: 3px;
}

.link--blue {
  color: #154d8a;
}

.link--red {
  color: #a22a10;
  line-height: 25px;
  display: inline-block;
}

.link:hover {
  border-bottom: 2px solid;
}

.link--decorated {
  position: relative;
  padding-bottom: 4px;
  border: 2px solid transparent;
}

.link--decorated:before {
  content: '';
  background-image: url(images/link-decoration-left.png);
  width: 100%;
  position: absolute;
  height: 19px;
  top: 1px;
  left: -32px;
  display: block;
  background-repeat: no-repeat;
}

.link--decorated:after {
  content: '';
  background-image: url(images/link-decoration-right.png);
  width: 100%;
  position: absolute;
  height: 19px;
  top: 1px;
  right: -32px;
  display: block;
  background-repeat: no-repeat;
  background-position: right top;
}

.link span {
  font-family: 'Lora';
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
}

.h3-decorated,
.menu_manager h2 {
  position: relative;
  display: inline-block;
}

.h3-decorated:after,
.menu_manager h2:after {
  content: '';
  background-image: url(images/link-decoration-right.png);
  width: 100%;
  position: absolute;
  height: 19px;
  top: 6px;
  right: -45px;
  display: block;
  background-repeat: no-repeat;
  background-position: right top;
}
.menu_manager h2:after {right:-25px;top:12px;}
.h3-decorated:before,
.menu_manager h2:before {
  content: '';
  background-image: url(images/link-decoration-left.png);
  width: 100%;
  position: absolute;
  height: 19px;
  top: 6px;
  left: -45px;
  display: block;
  background-repeat: no-repeat;
}
.menu_manager h2:before {left:-25px;top:12px;}
.button {
  color: #a22a10;
  font-size: 30px;
  line-height: 20px;
  font-family: 'Bebas Neue';
  font-weight: bold;
  border: 3px solid #a22a10;
  display: inline-block;
  padding: 22px 77px;
  text-align: center;
  transition: all linear 0.2s;
  letter-spacing: 4px;
}

.button:hover {
  border-color: #ffc148;
  background-color: rgba(255, 193, 72, 0.7);
}

.red-span {
  color: #a22a10;
  font-weight: 700;
}

.menu_manager h3 { font-size: 23px; line-height: 24px; font-family: 'Bebas Neue'; font-weight: bold; }
.menu_manager h1 { color:#a22a10; }
.wprmm_menu p.menu_category_desc {margin-bottom:20px!important;}
.wprmm_menu .menu_manager h2 {margin-bottom:0!important; margin-top: 15px;margin-left:25px;font-size: 32px;line-height: 48px;}
/*-----------------------------------------------------------------------------------*/
/*  Home
/*-----------------------------------------------------------------------------------*/
/*Header*/
.home header {
  min-height: 1px;
  background-image: url(https://fcroadhouse.com/wp-content/uploads/2016/10/roadhouse-home.jpg);
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}

header {
  background-position: center top;
  background-size: cover;
  min-height: 370px;
}

.home header:after {
  content: '';
  position: absolute;
  background-image: url(images/header-graphic-overlay1.png);
  display: block;
  width: 100%;
  height: 780px;
  right: -255px;
  bottom: 0;
  z-index: -1;
  background-position: center top;
  background-repeat: no-repeat;
}

.home .menu-section {
  margin-bottom: 127px;
}

.menu-section {
  background-image: url(images/header-menu-bg.png);
  background-position: center top;
  text-align: right;
  min-height: 165px;
  background-repeat: repeat-x;
  padding: 0px;
}

#header-logo {
  margin-top: 19px;
  display: inline-block;
}

.call {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #a3402a;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 34px;
}

.call a {
  color: #a3402a;
}

.call span {
  color: #000;
}

/*Main Menu*/
.main-menu {
  padding-left: 0px;
}

.main-menu li {
  display: inline-block;
  position: relative;
}

.main-menu li a {
  font-size: 14px;
  color: #000;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  margin-left: 20px;
}
.main-menu li a:hover,
.main-menu li.current-menu-item a {
 color:#004c76;
}

.main-menu li:first-child a {
  margin-left: 0px;
}

.sub-menu {
  display:none;
}

/* Sub-menu Menu*/

.main-menu li .sub-menu {
    position: absolute;
    z-index: 2;
    margin-left: 0;
    width: 210px;
    top: 20px;
    padding: 5px 0;
    text-align: left;
    background:rgba(255, 255, 255,0.85);
    padding-left:5px;
}

.main-menu li .sub-menu li {
    display: block;
}

.main-menu li .sub-menu li a {
    font-size: 13px;
    line-height: 20px;
    padding: 2px 0px 2px 0;
    margin: 0px 0px 7px 0px;
    display: block;
}

.main-menu li:hover .sub-menu {
    display: block;
}


.header-text {
  position: relative;
  z-index: 1;
  padding-top: 125px;
}

.header-text p {
  max-width: 565px;
  padding-left: 98px;
  color: #fff;
}

.header-text h1 {
  margin-bottom: 20px;
}

.header-text .link {
  float: right;
  margin: 0px 100px 40px 0px;
  display: inline-block;
}

.top-menu {
  padding:25px 0 25px 0;
  text-align:center;
}
.top-menu li {
  list-style:none;
  margin:0 15px;
  display: inline-block;
  font-weight: bold;
}
/*Locally Section*/
.locally-section {
  background-image: url(https://fcroadhouse.com/wp-content/uploads/2016/09/Eat-Drink-Locally-row-bkgrnd-NEW-v2.jpg);
  position: relative;
}

.locally-section:after {
  content: '';
  position: absolute;
  left: 0;
  top: 62px;
  background-position: left center;
  height: 36px;
}

.locally-section h1 {
  margin-bottom: 15px;
}


/*Twin Peaks Section*/
.twin-peaks {
  background-image: url(images/twin-peaks-bg.jpg);
  color: #fff;
  padding-top: 128px;
  min-height: 416px;
}

.twin-peaks h1 {
  margin-bottom: 19px;
}


/*CTA Buckets*/
.cta-buckets {
  background-image: url(images/cta-buckets-bg.jpg);
  min-height: 435px;
  padding-top: 73px;
}

.bucket-box {
  min-height: 290px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.bucket-box h1 {
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 1px;
  margin-bottom: 13px;
}

.bucket-box h1 span {
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  line-height: 30px;
  margin-top: 53px;
}

.bucket-box--one {
  background-image: url(https://fcroadhouse.com/wp-content/uploads/2016/08/The-Roadhouse-Restaurant-image-link-NEW.jpg);
}

.bucket-box--one:after {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  background-color: rgba(162, 42, 16, 0.7);
  z-index: -1;
  opacity: 0;
  transition: all linear 0.3s;
}

.bucket-box--one:hover:after {
  opacity: 1;
}

.bucket-box--two {
  background-image: url(https://fcroadhouse.com/wp-content/uploads/2016/08/The-Roadhouse-Inn-image-link-NEW.jpg);
}

.bucket-box--two:after {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  background-color: rgba(46, 72, 87, 0.65);
  z-index: -1;
  opacity: 0;
  transition: all linear 0.3s;
}

.bucket-box--two:hover:after {
  opacity: 1;
}

/*Reservation Section*/
.reservation-section {
  background-image: url(images/reservation-bg.jpg);
   min-height: 398px;
   text-align: center;
}

.reservation-section h2 {
  color: #3a1d16;
  font-style: italic;
  letter-spacing: 0.5px;
}

.reservation-button {
  border: 3px solid #fff;
  transition: all linear 0.3s;
  color: #3a1d16;
  font-size: 30px;
  line-height: 30px;
  font-family: 'Lora';
  font-style: italic;
  display: inline-block;
  letter-spacing: 0.5px;
  width: 433px;
  text-align: center;
  padding: 18px 10px 14px 10px;
  margin: 36px 12px 0px 12px;
}
#reservation {
  position:relative;
}
#reservation .container {
  position:relative;
  z-index:11;
}
#reservation:before {
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  content:"";
  background-color:rgba(255,255,255,0.5);
  z-index:6;
}

.reservation-button span {
  font-weight: bold;
  font-style: normal;
  font-size: 23px;
  line-height: 24px;
  display: inline-block;
  font-family: 'Bebas Neue';
  display: block;
  margin-bottom: 2px;
  letter-spacing: 1px;
}

.reservation-button:hover {
  border-color: #ffc948;
  background-color: rgba(255, 201, 72, 0.8);
}


/*Footer*/
footer {
  background-color: #3a1d16;
  position: relative;
  padding-top: 40px;
}

footer:after {
  content: '';
  display: block;
  width: 100%;
  height: 34px;
  background-image: url(images/repeating-x-decorration-pattern.png);
  position: absolute;
  top: -34px;
  z-index:9;
}

/*Info Column*/
.info p {
  font-size: 14px;
  color: #fff;
  line-height: 22px;
}

.info p a {
  color: #fff;
  font-weight: 700;
}

.info h5 {
  margin-bottom: 28px;
}

.info__box {
  margin-bottom: 35px;
}

/*Social*/
.social h5 span {
  display: block;
  color: #fff;
  padding-top: 16px;
  margin-bottom: 18px;
}

.social__list {
  padding-left: 0px;
  margin-bottom: 23px;
}

.social__list li {
  display: inline-block;
}

.social__list li a {
  display: inline-block;
  width: 34px;
  height: 34px;
  border: 1px solid #fff;
  margin-right: 3px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
}

/*Newsletter*/
.newsletter {
  background-image: url(images/newsletter-bg.jpg);
  min-height: 315px;
  border: 1px solid #a22a10;
  text-align: center;
  color: #fff;
  padding: 28px 14px 20px 14px;
  background-size: cover;
}

.newsletter h3 {
  line-height: 24px;
  font-style: italic;
  margin-bottom: 4px;
  font-weight: 700;
  color: #fff;
}

.newsletter p {
  font-size: 20px;
  line-height: 24px;
}

.newsletter span {
  font-size: 11px;
  line-height: 12px;
  display: inline-block;
  margin-top: 15px;
}
.scrolloff{
   pointer-events: none;
}
.subscribe__form {
  max-width: 245px;
  margin: auto;
}

.subscribe__form input {
  width: 100%;
  background-color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  color: #aaa9a5;
  text-align: center;
  margin-bottom: 7px;
  height: 33px;
}

.subscribe__form input[type="submit"] {
  background-color: #a22a10;
  color: #fff;
  border-color: #a22a10;
}

#footer-logo img {
  margin: 57px auto 33px auto;
}

/*Copyright*/
.copyright {
  background-color: #1a1817;
  min-height: 54px;
  text-align: center;
  padding-top: 17px;
}

.copyright p {
  margin: 0px 6px;
  font-size: 12px;
  line-height: 14px;
  color: #aaa9a5;
  display: inline-block;
}

.copyright p a {
  color: #aaa9a5;
}

/*-----------------------------------------------------------------------------------*/
/*  The Pub
/*-----------------------------------------------------------------------------------*/

.page-id-9 header {
  background-image: url(https://fcroadhouse.com/wp-content/uploads/2016/08/The-Pub-Party-Room-page-title-bkgrnd.jpg);
}

/*-----------------------------------------------------------------------------------*/
/*  Beer Garden/*-----------------------------------------------------------------------------------*/

.page-id-606 header {
  background-image: url(https://fcroadhouse.com/wp-content/uploads/2017/05/fall-city-beer-garden.jpg);
}

  
/*-----------------------------------------------------------------------------------*/
/*  Get the Scoop Opt In
/*-----------------------------------------------------------------------------------*/
.page-id-379 header {
  background-image: url(http://fcroadhouse.com/wp-content/uploads/2016/08/The-Restaurant-page-title-bkgrnd-NEW.jpg);
}

.page-id-452 header {
  background-image: url(http://fcroadhouse.com/wp-content/uploads/2016/08/The-Restaurant-page-title-bkgrnd-NEW.jpg);
}


/*-----------------------------------------------------------------------------------*/
/*  The Restaurant
/*-----------------------------------------------------------------------------------*/
.page-id-5 header {
  background-image: url(https://fcroadhouse.com/wp-content/uploads/2016/08/The-Restaurant-page-title-bkgrnd-NEW.jpg);
}

.page-id-421 header {
  background-image: url(https://fcroadhouse.com/wp-content/uploads/2016/12/herocateringimage.jpg);
}

.page-id-588 header {
  background-image: url(https://fcroadhouse.com/wp-content/uploads/2017/04/twin-peaks-bg.jpg);
}


.hero-title {
  margin-top: 60px;
}


/*Story-section*/
.story-section img {
  margin: 30px 30px 0px 0px;
}

.story-text {
  max-width: 457px;
  margin-top: 28px;
}

.catering-cta {
  border: 2px solid #ecad34;
  padding: 25px 15px;
}

.catering-cta p {
  color: #000;
}


.catering-cta a {
  font-size: 20px;
  line-height: 24px;
  color: #a22a10;
  font-weight: 700;
  letter-spacing: 1px;
}

/*Roadhouse Section*/
.roadhouse-section {
  background-image: url(images/restaurant/roadhouse-bg.jpg);
}

.roadhouse-section .link {
  margin: 14px 0px 0px 30px;
  display: inline-block;
}

/*Gallery*/
.gallery {
  padding-left: 0px;
}

.gallery__thumbnail {
  display: inline-block;
  margin: 0px 14px 14px 0px;
  position: relative;
  max-width:278px;
}
.page-id-9 h2{
  margin-bottom:10px;
}
.gallery__thumbnail:nth-of-type(4n) {
  margin-right: 0px;
}
.gallery__thumbnail a {
  display: block;
  cursor: pointer;
}
.gallery__thumbnail a:before {
  content: '';
  display: block;
  position: absolute;
  background-color: rgba(162, 42, 16, 0.62);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border: 4px solid #ebebeb;
  opacity: 0;
  transition: all linear 0.3s;
}
.nivo-lightbox-image img {
  display: inline;
}
.gallery__thumbnail a:hover:before {
  opacity: 1;
}

.gallery__thumbnail a:after {
  content: '';
  display: block;
  position: absolute;
  background-image: url(images/restaurant/zoom.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  transition: all linear 0.3s;
}

.gallery__thumbnail a:hover:after {
  opacity: 1;
}

.gallery-section .h3-decorated {
  margin-bottom: 54px;
}


/*-----------------------------------------------------------------------------------*/
/*  Blog
/*-----------------------------------------------------------------------------------*/
.blog header,
.archive header,
.single header {
  background-image: url(https://fcroadhouse.com/wp-content/uploads/2016/08/blog-header.jpg);
}

.post {
  margin-bottom: 55px;
}

.post__excerpt {
  max-width: 670px;
  padding: 20px 20px 0px 20px;
}

.post__date {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #333333;
  display: block;
  margin-bottom: 11px;
}

.post__excerpt .link {
  margin-top: 13px;
  display: inline-block;
}

.post__excerpt p {
  color: #0f1428;
}

.button--post {
  margin-bottom: 40px;
}

/*Categories*/
.widget {
  text-align: right;
  max-width: 360px;
}

.widget h4 {
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
  letter-spacing: 2px;
  margin-bottom: 19px;
}

.bottom-divider {
  background-image: url(images/blog/blog-sidebar-divider.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 25px;
}

.widget_categories ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 45px;
}



/*Dinner CTA*/
.dinner-cta {
  max-width: 290px;
  border: 2px solid #ecad34;
  padding: 25px;
  margin-bottom: 18px;
}

.dinner-cta .bebas-h3 {
  font-weight: bold;
  margin-bottom: 20px;
}

.dinner-cta p {
  color: #0f1428;
}

.newsletter--smaller {
  max-width: 290px;
}


/*-----------------------------------------------------------------------------------*/
/*  The Inn
/*-----------------------------------------------------------------------------------*/
.page-id-7 header {
  background-image: url(https://fcroadhouse.com/wp-content/uploads/2016/08/The-Inn-page-title-bkgrnd-NEW.jpg);
}
.page-id-7 .story-section .bebas-h3 {
  margin-top: 28px;
}
/*Rooms*/
.rooms {
  padding-top: 0px;
}
/*Centrally Section*/
.centrally {
  background-image: url(https://fcroadhouse.com/wp-content/uploads/2016/09/full-image-row-bkgrnd-v2.jpg);
  color: #fff;
  background-size: initial;
}
.centrally h3 {
  color: #fff;
  font-size: 36px;
  line-height: 40px;
  font-weight: bold;
}
.centrally__text {
  padding-left: 100px;
}


/*-----------------------------------------------------------------------------------*/
/*  Get Local
/*-----------------------------------------------------------------------------------*/
.page-id-11 header {
  background-image: url(https://fcroadhouse.com/wp-content/uploads/2016/08/Get-Local-page-title-background-NEW.jpg);
}

.loacal-places {
  margin-top: 34px;
}

.page-id-11 .bebas-h3 {
  color: #3a1d16;
  margin-bottom: 20px;
}

.page-id-11 .h3-decorated {
  margin-bottom: 40px;
}

.location-text img {
  margin-bottom: 28px;
  display:inline;
}
.marginbottom {
  margin-bottom: 25px;
}
.location-text p {
  padding: 0px 27px 30px 27px;
  margin-bottom: 54px;
}
.location-text p:empty {
  display: none;
}
.twin-peaks-box {
  border: 2px solid #ecad34;
  padding: 55px;
  margin-left: 30px;
}

.twin-peaks-box  .bebas-h3 {
  font-weight: bold;
}

.twin-peaks-box  img {
  margin: 34px auto auto auto;
}

.twin-peaks-box h3 {
  margin-bottom: 25px;
}

.twin-peaks-box .bebas-h3 {
  margin-top: 38px;
}


/*-----------------------------------------------------------------------------------*/
/*  Location
/*-----------------------------------------------------------------------------------*/
.page-id-15 header {
  background-image: url(images/location-header-img.jpg);
  min-height: 1010px;
}

.page-id-15 .hero-title {
  margin-top: 355px;
}

.location-box {
  border: 2px solid #ecad34;
  padding: 30px 60px 60px 60px;
}

.location-box .bebas-h3 {
  margin-bottom: 10px;
  color: #3a1d16;
}

.half {
  width: 49%;
  vertical-align: top;
  display: inline-block;
  padding: 40px 0px;
}

.half--rgiht p {
  color: #a22a10;
}

.half--rgiht {
  background-image: url(images/vertical-divider.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.map {
  min-height: 390px;
  padding: 0px;
}

.photo-row {
  padding: 0px;
  margin-top: -5px;
}

.photo-row ul {
  padding-left: 0px;
}

.photo-row ul li {
  display: inline-block;
  max-width: 20%;
  float: left;
}

/*Contact Form*/
#gform_1 input[type="text"] {
  display: inline-block;
  width: 308px;
  height: 41px;
  background-color: #ebebeb;
  color: #0f1428;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  font-family: 'Work Sans';
  border: 0px;
  margin: 0px 9px 11px 0px;
}
#gform_1 label {
  display:none;
}
#gform_1 input[type="submit"] {
  background-image: url(images/submit-bck.png);
  padding: 0px 30px;
  background-repeat: no-repeat;
  background-position: top;
  border: 0px;
   font-size: 20px;
  line-height: 20px;
  color: #ecad34;
  font-family: 'Bebas Neue';
  font-weight: bold;
  letter-spacing: 3px;
  color: #a22a10;
  line-height: 25px;
  display: inline-block;
}

#gform_1 input[type="submit"]:hover {
  border: 0px;
  background-image: url(images/submit-bck.png);
  background-color:transparent!important;
}
#gform_1 .no-margin {
  margin-right: 0px;
}
#field_1_4 {
  width:96%;
}

#gform_1  textarea {
  display: inline-block;
  width: 100%;
  background-color: #ebebeb;
  border: 0px;
  height: 85px;
  font-family: 'Work Sans';
  color: #0f1428;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 24px;
}
.form_sublabel_below li {
  list-style:none;
  display:inline-block;
}
#gform_1 #input_1_3 {
  margin-right:0;
  width:320px;
}
.featuredimage {
  margin-bottom: 25px;
}
.pagination {
    clear: both;
    padding: 20px 0;
    position: relative;
    font-size: 11px;
    line-height: 13px;
}

.pagination span,
.pagination a {
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 6px 9px 5px 9px;
    text-decoration: none;
    width: auto;
    color: #fff;
    background: #555;
}

.pagination a:hover {
    color: #fff;
    background: #fcc123;
}

.pagination .current {
    padding: 6px 9px 5px 9px;
    background: #fcc123;
    color: #fff;
}
.lt-share {
    margin-top:25px;
    margin-left: 0;
    padding-left: 0!important;
}
.lt-share li {
    list-style:none;
    display:inline-block;
}
.post__title a {
  color: inherit;
}
.lt-share li a {
    font-size:21px;
    margin:4px;
    color: #fff;
    background-color: #fcc123;
    width: 32px;
    display: inline-block;
    height: 32px;
    text-align: center;
    line-height: 33px;
}
.lt-share li a:hover {
    background:#fcc123;
    opacity:0.8;
}
.menu-items h3 {
    font-size:24px;
}
.menu-items p {
    padding:0 25px;
}

/*-----------------------------------------------------------------------------------*/
/*  Menus
/*-----------------------------------------------------------------------------------*/
.page-id-109 header,
.parent-pageid-109 header {
  background-image: url(https://fcroadhouse.com/wp-content/uploads/2016/08/Menu-page-title-background.jpg);
}

.page-id-327 header {
  background-image: url(https://fcroadhouse.com/wp-content/uploads/2016/09/roadhouse-breakfast.jpg);
}

.page-id-348 header {
  background-image: url(https://fcroadhouse.com/wp-content/uploads/2016/09/roadhouse-dinner.jpg);
}

.page-id-345 header {
  background-image: url(https://fcroadhouse.com/wp-content/uploads/2016/09/roadhouse-kids.jpg);
}


.signature-dish {
  padding: 30px 0px;
}

.dish-span {
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  color: #3a1d16;
  font-weight: 700;
  letter-spacing: 1px;
  background-image: url(images/dish-icon.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
  margin-bottom: 20px;
}

.signature-dish img {
  margin-bottom: 27px;
}

.signature-dish h3 {
  font-size: 24px;
  line-height: 30px;
  color: #3a1d16;
  background-image: url(images/dish-icon.png);
  background-repeat: no-repeat;
  background-position: left 5px;
  display: inline-block;
  padding-left: 35px;
  margin-bottom: 20px;
}

.signature-dish p {
  margin-bottom: 55px;
}

/*Daily special*/
.daily-special {
  border: 2px solid #ffc148;
  padding: 20px 0px;
  min-height: 170px;
}

.daily-special h1 {
  color: #333;
  text-align: right;
  font-weight: 400;
  padding: 15px 65px 15px 0px;
  margin-right: 25px;
  background-image: url(images/vertical-divider-special.png);
  background-repeat: no-repeat;
  background-position: right center;
}

.daily-special a {
  font-weight: 700;
}

.daily-special p {
  margin-top: 25px;
}

/*Sides and Drinks*/
.sides-drinks h3 {
  color: #3a1d16;
  margin-bottom: 55px;
  letter-spacing: 3px;
}

.sides-drinks .h3-decorated {
  font-weight: bold;
}

.combo-box {
  border: 2px solid #ffc148;
  min-height: 190px;
  max-width: 447px;
  margin: auto;
  padding-top: 42px;
}

.combo-box .bebas-h3 {
  margin-bottom: 40px;
}

.sides-drinks ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 60px;
}

.sides-drinks ul li {
  line-height: 30px;
}

.drinks li span {
  display: block;
  font-weight: 700;
}

.drinks li {
  margin-bottom: 30px;
}


/*-----------------------------------------------------------------------------------*
/* = Comments
/*-----------------------------------------------------------------------------------*/
#commentsbox {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}
#submit {
  color:#fff;
  background-color:#a22a10;
  margin-top:25px;
}
#comments{
	text-transform: none;
	font-weight: bold;
	color: #333;
	font-size: 13px;
	margin-top: 20px;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #d6d6d6;
}
#commentsbox ol,
#commentsbox ul {
    list-style: none;
    margin: 0 !important;
}
#commentsbox li { }
.children {
    list-style: none;
    margin: 30px 0 0;
    text-indent: 0;
}
.children li.depth-2 { margin: 0 0 0px 65px }
.children li.depth-3 { margin: 0 0 0px 65px }
.children li.depth-4 { margin: 0 0 0px 65px }
.children li.depth-5 { margin: 0 0 0px 65px }
.children li.depth-6 { margin: 0 0 0px 65px }
.children li.depth-7 { margin: 0 0 0px 65px }
.children li.depth-8 { margin: 0 0 0px 65px }
.children li.depth-9 { margin: 0 0 0px 65px }
.children li.depth-10 { margin: 0 0 0px 65px }
.comment-body {
    position: relative;
    padding: 15px 15px 0;
	margin-left: 65px;
	margin-bottom: 30px;
	background: #ffffff;
	border: 1px solid #EBEBEB;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}
.comment-body p{
	margin-bottom: 15px !important;
}
.comment-body:after {
    content: '';
    position: absolute;
    top: 10px;
    left: -12px;
    width: 12px;
    height: 20px;
    background: url("images/comment-arrow.png") no-repeat;
}
.comment-body:hover{
}
.reply{
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
}
.comment-reply-link {
	font-size: 10px;
}
.comment-reply-link:hover{
}
.comment-body:hover .reply{
	display: block;
}
#commentsbox .avatar {
	position: absolute;
	top: 0px;
	left: -65px;
	height: 40px;
	width: 40px;
	padding: 2px;
	border: 1px solid #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.comment-author {
	font-weight: bold;
    color: #000;
}
.says { display: none }
.comment-meta{
	margin-bottom: 10px;
}
.comment-meta a {
    font-size: 11px;
    font-style: italic;
    color: #666;
}
.cancel-comment-reply {
	margin-top: -10px;
}
.cancel-comment-reply a {
    color: #F00;
    line-height: 20px;
    height: 20px;
}
.cancel-comment-reply a:hover{
	text-decoration: underline;
}
#comments-respond {
	clear: left;
	text-transform: none;
	font-weight: bold;
	color: #333;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 15px;
}
#comments-respond-meta{
	font-size: 11px;
}
#commentform label {
    display: block;
}
#commentform input#author,
#commentform input#email,
#commentform input#url {
	width: 45%;
	color: #666;
	text-shadow: 1px 1px 0px #FFF;
    border: 1px solid #cecece;
    outline: none;
	padding: 10px 5px;
	margin-bottom: 10px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	background-color: #fff;
	-webkit-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1); 
	box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1);  
}
#commentform textarea {
    display: block;
	padding: 10px;
	width: 95%;
	color: #666;
	text-shadow: 1px 1px 0px #FFF;
    border: 1px solid #cecece;
	background-color: #fff;
	-webkit-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1); 
	box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1); 
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#commentform input#author:focus,
#commentform input#email:focus,
#commentform input#url:focus,
#commentform textarea:focus {
	border-color: #acacac !important;
}
#commentSubmit {
	font-size: 12px;
	margin-top: -5px;
	margin-bottom: 20px;
	outline: none;
}
#commentSubmit::-moz-focus-inner, #commentSubmit::-moz-focus-inner { border: 0; padding: 0; }
#commentSubmit span{
	display: block;
	margin: 0px;
	padding: 10px 15px !important;
}

#commentform {float:none;}




/*-----------------------------------------------------------------------------------*/
/*  Responsive
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*  Responsive
/*-----------------------------------------------------------------------------------*/

@media (max-width: 1024px) {
	#reservation-mobile {display:block!important;}
	#reservation {display:none;}
    .topNavBtn span,
    .topNavBtn::after,
    .topNavBtn::before {
        transition: all .3s ease-in-out;
        background-color: #333;
        height: 3px;
    }
    .topNavBtn {
        position: absolute;
        width: 32px;
        right: 20px;
        top: 80px;
    }
    .topNavBtn span {
        display: block;
        margin: 6px 0;
        opacity: 1
    }
    .topNavBtn::after,
    .topNavBtn::before {
        display: block;
        content: ''
    }
    .topNavBtn:hover span,
    .topNavBtn:hover::after,
    .topNavBtn:hover::before {
        background-color: #dc2325
    }
    .topNavBtn:focus span,
    .topNavBtn:focus::after,
    .topNavBtn:focus::before {
        background-color: #333
    }
    .topNavBtn.active span,
    .topNavBtn.active::after,
    .topNavBtn.active::before,
    .topNavBtn.active:focus span,
    .topNavBtn.active:focus::after,
    .topNavBtn.active:focus::before {
        background-color: #dc2325
    }
    .topNavBtn.active span,
    .topNavBtn.active:focus span {
        opacity: 0
    }
    .topNavBtn.active::before,
    .topNavBtn.active:focus::before {
        -webkit-transform: translateY(9px) rotate(45deg);
        transform: translateY(9px) rotate(45deg)
    }
    .topNavBtn.active::after,
    .topNavBtn.active:focus::after {
        -webkit-transform: translateY(-9px) rotate(-45deg);
        transform: translateY(-9px) rotate(-45deg)
    }
    .topNavBtn {
        display: block;
    }
    header .twelve {
        position: relative;
    }
    header nav {
        display: none;
        float: none!important;
        margin-top: 30px!important;
    }
    header .main-menu {
        padding: 0px 0;
        margin: 0px;
        text-align: center;
    }
    header .main-menu li {
        display: block;
    }
    header .main-menu li:first-child a {
        border-left: 0px;
	margin:0;
    }
    header .main-menu li a {
        border-right: 0px;
        display: block;
        padding: 5px 20px 5px 20px!important;
        text-align: right;
    }
    .main-menu li .sub-menu {
        position: initial;
        padding: 0px;
        margin: 0px;
        width: auto;
        background-color: initial;
        display: block;
    }
    .menu-section {
      background-image: none;
      background-color:rgba(255,255,255,0.8);
      padding-bottom: 25px;
    }
    .home header:after {
      right: -146px;
    }
    h1 {
      font-size: 32px;
      line-height: 42px;
    }
    .bucket-box {
      background-position: center;
    }
    .location header {
      min-height: 420px;
    }
    .location .hero-title {
      margin-top: 150px;
    }
    .daily-special h1 {
      padding: 15px;
    }

}

/* Medium screens (640px) */
@media (max-width: 769px) {
	.page-id-379 header,.page-id-379 footer {display:none;}
    .widget {
       text-align: center;
       max-width: 100%;
     }
    .widget .right {
      float:none;
      margin:25px auto;
     }
    .menu-section {
      text-align: center;
    }
    .menu-section img {
      display: inline;
    }
    header .main-menu li a {
        text-align: center;
	margin-left:0;
    }
    .home header:after {
      content: none;
    }
    .header-text p {
      padding-left: 0;
    }
    .header-text {
      background-color: rgba(0,0,0,0.4);
      padding: 25px;
    }
    .call span,.call a {
      display: block;
    }
    .loacal-places img {
      display: inline;
    }
    #header-logo {
       max-width:190px;
    }
    .half {
      width: 100%;
    }
    .half--rgiht {
      background-image: none;
    }
    .story-section img { margin:0;float:none;}
    .location .hero-title {
      margin-top: 70px;
    }
    .daily-special h1 {
      text-align: center;
      background: none;
    }
    .daily-special {
      padding: 25px;
      text-align: center;
    }
    .combo-box {
      margin:25px auto;
    }
    .centrally {
      background-size: cover;
    }
    .centrally__text {
      padding-left: 0;
    }
    .reservation-button {
      width: 100%;
      margin: 10px 0;
    }
    footer h5 {line-height:28px;}
    #gform_1 input[type="text"],
    #gform_1 input[type="submit"],
    #field_1_4,
    #gform_1 #input_1_3 {
	width:100%;
    }
    .form_sublabel_below li {
	width:100%;
    }
	.story-text {padding:15px;}
    footer {text-align:center;}
}

h1.entry-title {
  color:#a22a10;
}
.viba-portfolio-link {
  font-family:'Bebas Neue';
  font-size:30px;
  letter-spacing:0.5px;
}
.viba-portfolio-link span {
  display:block;
  font-size:16px;
  margin-bottom:3px;
  font-family: 'Work Sans';
  text-transform:uppercase;
}
.viba-portfolio-single-description .catering-cta {
    padding: 0px 50px;
    display: block;
    margin: 0 auto 20px auto;
    max-width: 260px;
}
.viba-portfolio-single-description .catering-cta h1{
    font-size:30px;
}
.vp-single-full-width .viba-portfolio-single-description {
  width:100%!important;
}

.page-id-345 .wprmm_menu .menu_manager,
.page-id-345 .wprmm_menu .menu_manager ul {
  text-align:center;
}

.page-id-345 .wprmm_menu .menu_manager h2 {
  margin-left:0;
}