@import url('../fonts/veneer/webfonts/veneer.css');

@import url('../fonts/ss-pika/webfonts/ss-pika.css');
/******************************************************************
Site Name: 
Author: 

Stylesheet: IE Stylesheet

So instead of using the respond.js file to add media query support
to IE, we're going to use SASS to create an easily readable css file.
Here, we import all the styles the standard stylesheet gets, only
without the media queries. No need to worry about editing anything!

******************************************************************/
/*
Remember, all the BASE styles are called already since IE can
read those. Below, we need to import only the stuff IE can't 
understand (what's inside the media queries). We also need to
import the mixins file so LESS can understand the variables.
*/
/* import mixins */
/******************************************************************
Site Name: 
Author: 

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of LESS' great features: 
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques like box shadow and
border-radius.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more. 

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-replacement {
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
}
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
BORDERS
*********************/
.light-border {
  border-bottom: 2px solid #ddd;
}
/*********************
BACKGROUNDS
*********************/
.blackbg {
  background-color: #000000;
  background-image: url('../images/black-texture-7.jpg');
  background-position: center top;
  background-repeat: repeat;
}
.redbg {
  background-color: #b54334;
  background-image: url('../images/red-texture-6.jpg');
  background-position: center top;
  background-repeat: repeat;
}
.whitebg {
  background-color: #ffffff;
  background-image: url('../images/white-texture-6.jpg');
  background-position: center top;
  background-repeat: repeat;
}
.bluebg {
  background-color: #539ebf;
  background-image: url('../images/blue-texture-4.jpg');
  background-position: center top;
  background-repeat: repeat;
}
.yellowbg {
  background-color: #f7c962;
  background-image: url('../images/yellow-texture-9.jpg');
  background-position: center top;
  background-repeat: repeat;
}
/*********************
TYPOGRAPHY
*********************/
@font-face {
  font-family: 'MochaMattari';
  src: url('../fonts/mochamattari/mochamattari.eot');
  src: url('../fonts/mochamattari/mochamattari.eot?#iefix') format('embedded-opentype'), url('../fonts/mochamattari/mochamattari.woff') format('woff'), url('../fonts/mochamattari/mochamattari.ttf') format('truetype'), url('../fonts/mochamattari/mochamattari.svg#wf') format('svg'), url('../fonts/mochamattari/mochamattari.svgz#wf') format('svg');
}
@font-face {
  font-family: "SSSocial";
  src: url('../fonts/ss-social/ss-social-circle.eot');
  src: url('../fonts/ss-social/ss-social-circle.eot?#iefix') format('embedded-opentype'), url('../fonts/ss-social/ss-social-circle.woff') format('woff'), url('../fonts/ss-social/ss-social-circle.ttf') format('truetype'), url('../fonts/ss-social/ss-social-circle.svg#SSSocialCircle') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "SSSocial";
  src: url('../fonts/ss-social/ss-social-regular.eot');
  src: url('../fonts/ss-social/ss-social-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ss-social/ss-social-regular.woff') format('woff'), url('../fonts/ss-social/ss-social-regular.ttf') format('truetype'), url('../fonts/ss-social/ss-social-regular.svg#SSSocialRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*@font-face {
    font-family: 'museo_slab_500regular';
    src: url('../fonts/museo_slab_500/museo_slab_500.eot');
    src: url('../fonts/museo_slab_500/museo_slab_500.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museo_slab_500/museo_slab_500.woff') format('woff'),
         url('../fonts/museo_slab_500/museo_slab_500.ttf') format('truetype'),
         url('../fonts/museo_slab_500/museo_slab_500.svg#museo_slab_500regular') format('svg');
    font-weight: normal;
    font-style: normal;

	}*/
/* This triggers a redraw in IE to Fix IE8's :before content rendering. */
html:hover [class^="ss-"] {
  -ms-zoom: 1;
}
.ss-icon,
.ss-icon.ss-social,
.ss-icon.ss-social-circle,
[class^="ss-"]:before,
[class*=" ss-"]:before,
[class^="ss-"][class*=" ss-social"]:before,
[class*=" ss-"][class*=" ss-social"]:before,
[class^="ss-"].right:after,
[class*=" ss-"].right:after,
[class^="ss-"][class*=" ss-social"].right:after,
[class*=" ss-"][class*=" ss-social"].right:after {
  font-family: "SSSocial";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */

  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.ss-icon.ss-social-circle,
[class^="ss-"].ss-social-circle:before,
[class*=" ss-"].ss-social-circle:before,
[class^="ss-"].ss-social-circle.right:after,
[class*=" ss-"].ss-social-circle.right:after {
  font-weight: bold;
}
[class^="ss-"].right:before,
[class*=" ss-"].right:before {
  display: none;
  content: '';
}
.ss-facebook:before,
.ss-facebook.right:after {
  content: '';
}
.ss-twitter:before,
.ss-twitter.right:after {
  content: '';
}
.ss-linkedin:before,
.ss-linkedin.right:after {
  content: '';
}
.ss-googleplus:before,
.ss-googleplus.right:after {
  content: '';
}
.ss-tumblr:before,
.ss-tumblr.right:after {
  content: '';
}
.ss-wordpress:before,
.ss-wordpress.right:after {
  content: '';
}
.ss-blogger:before,
.ss-blogger.right:after {
  content: '';
}
.ss-posterous:before,
.ss-posterous.right:after {
  content: '';
}
.ss-youtube:before,
.ss-youtube.right:after {
  content: '';
}
.ss-vimeo:before,
.ss-vimeo.right:after {
  content: '';
}
.ss-flickr:before,
.ss-flickr.right:after {
  content: '';
}
.ss-instagram:before,
.ss-instagram.right:after {
  content: '';
}
.ss-pinterest:before,
.ss-pinterest.right:after {
  content: '';
}
.ss-svpply:before,
.ss-svpply.right:after {
  content: '';
}
.ss-readmill:before,
.ss-readmill.right:after {
  content: '';
}
.ss-dropbox:before,
.ss-dropbox.right:after {
  content: '';
}
.ss-dribbble:before,
.ss-dribbble.right:after {
  content: '';
}
.ss-behance:before,
.ss-behance.right:after {
  content: '';
}
.ss-github:before,
.ss-github.right:after {
  content: '';
}
.ss-octocat:before,
.ss-octocat.right:after {
  content: '';
}
.ss-stackoverflow:before,
.ss-stackoverflow.right:after {
  content: '';
}
.ss-paypal:before,
.ss-paypal.right:after {
  content: '';
}
.ss-kickstarter:before,
.ss-kickstarter.right:after {
  content: '';
}
.ss-foursquare:before,
.ss-foursquare.right:after {
  content: '';
}
.ss-skype:before,
.ss-skype.right:after {
  content: '';
}
.ss-rdio:before,
.ss-rdio.right:after {
  content: '';
}
.ss-spotify:before,
.ss-spotify.right:after {
  content: '';
}
.ss-lastfm:before,
.ss-lastfm.right:after {
  content: '';
}
.ss-mail:before,
.ss-mail.right:after {
  content: '✉';
}
.ss-like:before,
.ss-like.right:after {
  content: '👍';
}
.ss-rss:before,
.ss-rss.right:after {
  content: '';
}
/* 
use the best ampersand 
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
  font-style: italic;
}
/* text alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.alert {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}
.alert-help {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #e8dc59;
  background: #ebe16f;
}
.alert-info {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #bfe4f4;
  background: #d5edf8;
}
.alert-error {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #f8cdce;
  background: #fbe3e4;
}
.alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #deeaae;
  background: #e6efc2;
}
/*********************
BORDER RADIUS
*********************/
/* 
NOTE: For older browser support (and some mobile), 
don't use the shorthand to define *different* corners. 

USAGE: .border-radius(4px); 

*/
/*********************
TRANISTION
*********************/
/* .transition(all,2s); */
/*********************
CSS3 GRADIENTS
Be careful with these since they can 
really slow down your CSS. Don't overdo it.
*********************/
/* .css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SHADOW
*********************/
/* .boxShadow(0,0,4px,#444); */
.upper-shadow {
  -moz-box-shadow: 0px -3px 25px #4b3c37;
  -webkit-box-shadow: 0px -3px 25px #4b3c37;
  box-shadow: 0px -3px 25px #4b3c37;
}
/*********************
BUTTONS
*********************/
.button,
.button:visited {
  width: auto;
  border: 1px solid #813025;
  border-top-color: #99392c;
  border-left-color: #99392c;
  padding: 9px 0;
  color: #ffffff;
  display: inline-block;
  font-family: "museo_slab_500regular", "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #a13c2e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b54334), to(#a13c2e));
  background-image: -webkit-linear-gradient(top, #b54334, #a13c2e);
  background-image: -moz-linear-gradient(top, #b54334, #a13c2e);
  background-image: -o-linear-gradient(top, #b54334, #a13c2e);
  background-image: linear-gradient(to bottom, #b54334, #a13c2e);
  -webkit-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.5), 0 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.5), 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.5), 0 1px rgba(0, 0, 0, 0.2);
}
.button:hover,
.button:visited:hover,
.button:focus,
.button:visited:focus {
  color: #ffffff;
  border: 1px solid #813025;
  border-top-color: #66261d;
  border-left-color: #66261d;
  background-color: #8d3429;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a13c2e), to(#8d3429));
  background-image: -webkit-linear-gradient(top, #a13c2e, #8d3429);
  background-image: -moz-linear-gradient(top, #a13c2e, #8d3429);
  background-image: -o-linear-gradient(top, #a13c2e, #8d3429);
  background-image: linear-gradient(to bottom, #a13c2e, #8d3429);
}
.button:active,
.button:visited:active {
  background-color: #b54334;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a13c2e), to(#b54334));
  background-image: -webkit-linear-gradient(top, #a13c2e, #b54334);
  background-image: -moz-linear-gradient(top, #a13c2e, #b54334);
  background-image: -o-linear-gradient(top, #a13c2e, #b54334);
  background-image: linear-gradient(to bottom, #a13c2e, #b54334);
}
.blue-button,
.blue-button:visited {
  border-color: #3c83a3;
  text-shadow: 0 1px 1px #3c83a3;
  background-color: #4392b5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#539ebf), to(#4392b5));
  background-image: -webkit-linear-gradient(top, #539ebf, #4392b5);
  background-image: -moz-linear-gradient(top, #539ebf, #4392b5);
  background-image: -o-linear-gradient(top, #539ebf, #4392b5);
  background-image: linear-gradient(to bottom, #539ebf, #4392b5);
  -webkit-box-shadow: inset 0 0 3px #8ec0d5;
  -moz-box-shadow: inset 0 0 3px #8ec0d5;
  box-shadow: inset 0 0 3px #8ec0d5;
}
.blue-button:hover,
.blue-button:visited:hover,
.blue-button:focus,
.blue-button:visited:focus {
  border-color: #367490;
  background-color: #3c83a3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4595b9), to(#3c83a3));
  background-image: -webkit-linear-gradient(top, #4595b9, #3c83a3);
  background-image: -moz-linear-gradient(top, #4595b9, #3c83a3);
  background-image: -o-linear-gradient(top, #4595b9, #3c83a3);
  background-image: linear-gradient(to bottom, #4595b9, #3c83a3);
}
.blue-button:active,
.blue-button:visited:active {
  background-color: #539ebf;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4392b5), to(#539ebf));
  background-image: -webkit-linear-gradient(top, #4392b5, #539ebf);
  background-image: -moz-linear-gradient(top, #4392b5, #539ebf);
  background-image: -o-linear-gradient(top, #4392b5, #539ebf);
  background-image: linear-gradient(to bottom, #4392b5, #539ebf);
}
/************* ACTION JACKSON - YEAH BABY! *****************/
/*********************
CSS3 Opacity Filter
*********************/
/******************************************************************
Site Name: 
Author: 

Stylesheet: 481px and Up Stylesheet

This stylesheet is loaded for larger devices. It's set to 
481px because at 480px it would load on a landscaped iPhone.
This isn't ideal because then you would be loading all those
extra styles on that same mobile connection. 

A word of warning. This size COULD be a larger mobile device,
so you still want to keep it pretty light and simply expand
upon your base.less styles.

******************************************************************/
.wrap {
  padding: 0 1.5em;
}
/*********************
NAVIGATION STYLES
*********************/
nav[role="navigation"] {
  position: relative;
  float: right;
  left: -50%;
  text-align: left;
}
nav a#pull {
  display: none;
}
.nav {
  background: none;
  border: 0;
  position: relative;
  left: 50%;
  margin: .5em 0;
  display: block;
  /* end .menu ul li */

  /* highlight current page */

  /* end current highlighters */

}
.nav li {
  float: left;
  position: relative;
}
.nav li a {
  background: none;
  color: #ffffff;
  border-bottom: 0;
  padding: 10px 10px;
  /*
			you can use hover styles here even though this size
			has the possibility of being a mobile device.
			*/

}
.nav li a:hover,
.nav li a:focus {
  background-color: #ffffff;
  color: #b54334;
}
.nav li.current-menu-item a,
.nav li.current_page_item a,
.nav li.current-page-ancestor a {
  color: #b54334;
}
/* end .nav */
/*********************
POSTS & CONTENT STYLES
*********************/
/* entry content */
.entry-content {
  /* at this larger size, we can start to align images */

}
.entry-content .alignleft,
.entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.entry-content .alignright,
.entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.entry-content .aligncenter,
.entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
/* end .entry-content */
/*********************
FOOTER STYLES
*********************/
#footer-connect {
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
}
#footer-connect img {
  max-width: 100%;
  margin-bottom: -150px;
}
/*********************
HOME PAGE STYLES
*********************/
#home-row-1 #home-intro-text {
  font-size: 1.25em;
}
#home-row-1 #mailing-list {
  display: none;
}
.menu-section-pic-wrap {
  max-height: 15em;
  overflow: hidden;
}
.menu-section-pic {
  margin-top: -8em;
}
/* import grid */
/******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.less stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://gridpak.com/ - Create your own responsive grid.

The grid below is a combination of the 1140 grid and Twitter Boostrap. 
I liked 1140 but Boostrap's grid was way more detailed so I merged them 
together, let's see how this works out. If you want to use 1140, the original 
values are commented out on each line.

******************************************************************/
.onecol {
  width: 5.801104972%;
}
/* 4.85%;  } /* grid_1  */
.twocol {
  width: 14.364640883%;
}
/* 13.45%; } /* grid_2  */
.threecol {
  width: 22.928176794%;
}
/* 22.05%; } /* grid_3  */
.fourcol {
  width: 31.491712705%;
}
/* 30.75%; } /* grid_4  */
.fivecol {
  width: 40.055248616%;
}
/* 39.45%; } /* grid_5  */
.sixcol {
  width: 48.618784527%;
}
/* 48%;    } /* grid_6  */
.sevencol {
  width: 57.182320438000005%;
}
/* 56.75%; } /* grid_7  */
.eightcol {
  width: 65.74585634900001%;
}
/* 65.4%;  } /* grid_8  */
.ninecol {
  width: 74.30939226%;
}
/* 74.05%; } /* grid_9  */
.tencol {
  width: 82.87292817100001%;
}
/* 82.7%;  } /* grid_10 */
.elevencol {
  width: 91.436464082%;
}
/* 91.35%; } /* grid_11 */
.twelvecol {
  width: 99.999999993%;
}
/* 100%;   } /* grid_12 */
.onecol,
.twocol,
.threecol,
.fourcol,
.fivecol,
.sixcol,
.sevencol,
.eightcol,
.ninecol,
.tencol,
.elevencol,
.twelvecol {
  position: relative;
  float: left;
  margin-left: 2.762430939%;
}
.first {
  margin-left: 0;
}
.last {
  float: right;
}
/******************************************************************
Site Name:
Author:

Stylesheet: Tablet & Small Desktop Stylesheet

Here's where you can start getting into the good stuff.
This size will work on iPads, other tablets, and desktops.
So you can start working with more styles, background images,
and other resources. You'll also notice the grid starts to
come into play. Have fun!

******************************************************************/
/*********************
GENERAL STYLES
*********************/
p {
  font-size: 110%;
}
/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  max-width: 1140px;
}
/*********************
HEADER SYTLES
*********************/
#header-branding {
  position: relative;
}
.branding {
  width: 195px;
  height: 576px;
  position: absolute;
  top: -15px;
  left: 0;
}
.branding a {
  width: 195px;
  height: 576px;
  display: block;
  background: url('../images/branding.png') top left no-repeat;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
}
#header-top {
  padding: .4em 0;
  -webkit-box-shadow: 0 0 4px 0 #000000;
  -moz-box-shadow: 0 0 4px 0 #000000;
  box-shadow: 0 0 4px 0 #000000;
}
#header-top a {
  text-decoration: none;
}
#header-top .phone {
  margin: 0 .5em;
  padding-left: .25em;
  display: inline;
}
#header-top .phone a {
  font-size: 1em;
}
#header-top .address-line-1 {
  margin: 0;
  display: inline;
}
#header-top .address-line-2 {
  margin: 0;
  display: inline;
}
.connect {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 .25em;
  float: right;
  display: block;
}
.connect li {
  margin: 0 0 0 .5em;
  padding: 0;
  float: left;
}
.connect li a {
  font-size: 1.25em;
}
#header-feature {
  display: block;
  width: 100%;
  height: 450px;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 50;
}
#header-feature img {
  display: none;
}
/*********************
NAVIGATION STYLES
*********************/
nav[role="navigation"] {
  position: relative;
  float: right;
  left: auto;
  text-align: left;
}
nav a#pull {
  display: none;
}
.nav {
  background: none;
  border: 0;
  position: relative;
  left: auto;
  margin: 0;
  display: block;
  /* end .menu ul li */

  /* highlight current page */

  /* end current highlighters */

}
.nav li {
  float: left;
  position: relative;
  margin-left: .5em;
  /*
		plan your menus and drop-downs wisely.
		*/

  /* showing sub-menus */

}
.nav li a {
  background: none;
  color: #ffffff;
  border-bottom: 0;
  padding: 1.2em .5em 1em .5em;
  border-top: none;
  font-size: 1.125em;
  letter-spacing: 1px;
  /*
			you can use hover styles here even though this size
			has the possibility of being a mobile device.
			*/

}
.nav li a:hover,
.nav li a:focus {
  background: none;
}
.nav li ul.sub-menu,
.nav li ul.children {
  width: 200px;
  border: 1px solid #ccc;
  border-top: 0;
  position: absolute;
  display: none;
  z-index: 8999;
  /* highlight sub-menu current page */

}
.nav li ul.sub-menu li,
.nav li ul.children li {
  /*
				if you need to go deeper, go nuts
				just remember deeper menus suck
				for usability. k, bai.
				*/

}
.nav li ul.sub-menu li a,
.nav li ul.children li a {
  padding-left: 10px;
  border-right: 0;
  display: block;
  width: 180px;
  border-bottom: 1px solid #ccc;
}
.nav li ul.sub-menu li:last-child a,
.nav li ul.children li:last-child a {
  border-bottom: 0;
}
.nav li:hover ul {
  top: auto;
  display: block;
}
/* end .nav */
/*********************
SIDEBARS & ASIDES
*********************/
.sidebar {
  margin-top: 2.2em;
}
.widgettitle {
  margin-bottom: 0.75em;
}
.widget {
  padding: 0 10px;
  margin: 0;
}
.widget h4 {
  font-size: 2em;
  line-height: .9em;
  margin-top: 0;
  color: #539ebf;
}
.widget ul li {
  margin-bottom: 0.75em;
  /* deep nesting */

}
.widget ul li ul {
  margin-top: 0.75em;
  padding-left: 1em;
}
#blue-plate-special #date-today {
  top: 5em;
}
/* links widget */
/* meta widget */
/* pages widget */
/* recent-posts widget */
/* archives widget */
/* tag-cloud widget */
/* calendar widget */
/* category widget */
/* recent-comments widget */
/* search widget */
/* text widget */
/*********************
FOOTER STYLES
*********************/
.footer img {
  max-width: 100%;
}
#footer-twitter {
  background-color: #539ebf;
  display: block;
}
#footer-sidebar {
  padding: 4em 0;
}
#gz_widget-2 {
  display: block;
  width: 31.491712705%;
  position: relative;
  float: left;
  margin-left: 2.762430939%;
  margin-left: 0;
}
#gz_widget-2 .footer-thumbnail {
  margin-bottom: 1em;
}
#gz_widget-2 .footer-excerpt {
  margin: 0 0 0 4.5em;
}
#gz_widget-2 .footer-excerpt p {
  margin: 0;
  font-size: 1em;
  font-weight: 1.4em;
  font-family: "museo_slab_500regular", "Georgia", Cambria, Times New Roman, Times, serif;
}
#instagram-widget-2 {
  display: block;
  width: 22.928176794%;
  position: relative;
  float: left;
  margin-left: 2.762430939%;
}
#instagram-widget-2 .instagram-image {
  padding: 0;
  line-height: 0;
}
#instagram-widget-2 span {
  display: block;
  font-family: "museo_slab_500regular", "Georgia", Cambria, Times New Roman, Times, serif;
  line-height: 1.4em;
  font-size: 1em;
}
#em_widget-2 {
  width: 40.055248616%;
  position: relative;
  float: left;
  margin-left: 2.762430939%;
  float: right;
}
#footer-connect {
  text-align: left;
  overflow: hidden;
  padding-bottom: 2em;
}
#footer-connect p {
  margin: 0.5em 0 0 0;
}
#footer-connect img {
  max-width: 100%;
  margin-bottom: 2em;
  position: absolute;
  right: -2em;
  bottom: -11em;
}
#footer-connect .connect {
  float: none;
}
#footer-connect .connect li a {
  font-size: 2em;
}
#footer-connect .connect li:first-child {
  margin-left: 0;
}
/*********************
HOME PAGE STYLES
*********************/
#home-row-1 {
  padding: 2em 0;
}
#home-row-1 #home-intro-text {
  width: 90%;
}
#home-row-1-2 {
  background-color: #ffffff;
  background-image: url('../images/white-texture-6.jpg');
  background-position: center top;
  background-repeat: repeat;
  padding: 2em 0;
}
#home-row-1-2 #mailing-list {
  display: block;
}
#home-row-1-2 #mailing-list span {
  color: #565656;
  text-align: center;
  display: block;
  margin-bottom: .5em;
  font-size: 1.25em;
}
#home-row-1-2 #mailing-list .gform_body {
  width: 65%;
  margin: 0 0 0 7%;
  float: left;
}
#home-row-1-2 #mailing-list .gform_body input {
  font-size: 1.5em;
  width: 100%;
  padding: .2em .25em;
}
#home-row-1-2 #mailing-list .gform_wrapper .gform_footer {
  clear: none;
  padding: 0;
  margin: 0 7% 0 0;
  width: 20%;
  float: right;
}
#home-row-1-2 #mailing-list .gform_wrapper .gform_footer input.button,
#home-row-1-2 #mailing-list .gform_wrapper .gform_footer input[type="submit"] {
  width: 100%;
  font-size: 1.1em;
}
#home-row-1-2 #newsletter-block {
  padding: 1em 0;
}
#home-row-2 {
  padding-bottom: 0;
}
#home-row-2 h2 {
  margin-top: .5em;
}
#home-row-2 p {
  font-size: 1em;
}
#home-row-2 #beer-girl {
  display: block;
  position: absolute;
  max-height: 95%;
  bottom: 0;
  right: 69%;
}
.featured-brewery,
.featured-distillery {
  padding-bottom: 1.5em;
}
.featured-brewery h3,
.featured-distillery h3 {
  font-size: 2.1em;
  margin: .25em 0;
}
.featured-brewery h4,
.featured-distillery h4 {
  font-size: 1.5em;
  margin: 0;
}
.featured-brewery p,
.featured-distillery p {
  /*display: none;*/
}
.featured-brewery .twocol,
.featured-distillery .twocol {
  display: block;
}
.featured-brewery .featured-brewery-logo,
.featured-distillery .featured-brewery-logo {
  padding: .5em;
  display: block;
}
.featured-brewery .featured-brewery-logo img,
.featured-distillery .featured-brewery-logo img {
  width: 125px;
  height: auto;
  margin: 0 auto;
  display: block;
}
#home-row-4 {
  padding-bottom: 0;
}
#home-row-4 h2 {
  margin-top: .5em;
}
#home-row-4 p {
  font-size: 1em;
  margin-bottom: 1.25em;
  margin-right: 2em;
}
#home-row-4 #home-burger {
  display: block;
  position: absolute;
  line-height: 0;
  bottom: 0;
  right: 40px;
}
#home-row-4 #home-burger img {
  max-width: 275px;
}
/*********************
BLOG STYLES
*********************/
.blog .branding {
  width: 150px;
  height: 99px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.blog .branding a {
  width: 150px;
  height: 99px;
  display: block;
  background: url('../images/branding-mobile.png') top left no-repeat;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
}
.blogposts .article-header {
  text-align: center;
  margin-top: 4em;
}
.blogposts .entry-content {
  max-width: 800px;
  margin: 0 auto;
}
/*********************
EVENTS PAGE STYLES
*********************/
.page-id-65 #header-feature,
.single-event #header-feature {
  display: none;
}
.page-id-65 .branding,
.single-event .branding {
  width: 150px;
  height: 99px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.page-id-65 .branding a,
.single-event .branding a {
  width: 150px;
  height: 99px;
  display: block;
  background: url('../images/branding-mobile.png') top left no-repeat;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
}
.page-id-65 #intro-image,
.single-event #intro-image {
  display: block;
}
/*********************
DRINKS PAGE STYLES
*********************/
#drinks-content {
  padding-top: 2em;
}
#drinks-content #intro-image {
  position: absolute;
  bottom: 0;
  left: 67%;
  display: block;
  max-height: 92%;
}
#about-content #intro-image {
  display: block;
}
.drink-recipe {
  margin: 0 auto;
}
#brewery-feature {
  padding: 3em 0 1em;
}
#beer-list {
  padding: 2em 0 5em;
}
/*********************
Menu Page Styles
*********************/
#menu-feature {
  text-align: center;
  padding-top: 1.5em;
}
#menu-feature h2 {
  color: #000000;
  padding-bottom: .25em;
  margin-top: 0;
  margin: 0;
}
.food-specials-container {
  /*width: 100%;
			background-color: #ffffff;
			background-image: url('../images/white-texture-6.jpg');
			background-position: center top;
			background-repeat: repeat;
			margin-bottom: 2em;
			padding: 1em;
			text-align: center;*/

}
.food-specials-single {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.food-specials-single:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.food-specials-single h3 {
  color: #b54334;
  font-size: 1.5em;
  border-bottom: 3px solid #565656;
  margin: 0;
  padding: 0;
}
.food-specials-single p {
  font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
  margin: .5em 0 .25em 0;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 600;
}
.food-specials-single .food-specials-option {
  font-size: .75em;
  color: #b54334;
  font-style: italic;
}
.menu-item-single {
  width: 46%;
  float: left;
  margin-left: 4%;
  margin-top: 2em;
}
.menu-section-title {
  color: #b54334;
}
.menu-section-pic-wrap {
  max-height: none;
  overflow: auto;
  width: 46%;
  float: right;
  margin-top: -10em;
}
.menu-section-pic {
  margin: 0;
}
.menu-tag-details {
  color: #b54334;
  width: 54%;
  margin-top: 2em;
  padding: 1em 2em;
  font-size: .9em;
  font-style: italic;
  border-left: 1px solid #555;
  float: left;
  width: 46%;
}
/******************************************************************
Site Name: 
Author: 

Stylesheet: Desktop Stylsheet

This is the desktop size. It's larger than an iPad so it will only
be seen on the Desktop. 

******************************************************************/
/*********************
HEADER STYLES
*********************/
.branding {
  top: -9px;
}
/*********************
NAVIGATION STYLES
*********************/
.nav li {
  margin-left: 1.5em;
}
.nav li a {
  font-size: 1.25em;
}
.nav li a:hover,
.nav li a:focus {
  background-color: none;
}
/* end .nav */
/*********************
SIDEBAR STYLES
*********************/
#blue-plate-special #text-5 h4 {
  width: 100%;
  text-align: right;
}
/*********************
FOOTER STYLES
*********************/
#footer-connect {
  font-size: 1em;
  padding-bottom: 1em;
}
#footer-connect img {
  max-width: 350px;
  position: absolute;
  right: -1em;
  bottom: -9em;
}
#footer-connect .connect {
  float: none;
  position: absolute;
  left: 15.25em;
  bottom: -0.5em;
}
#footer-connect .connect li a {
  font-size: 1.5em;
}
#footer-connect .connect li:first-child {
  margin-left: 0;
}
/*********************
HOME PAGE STYLES
*********************/
#home-row-1-2 {
  background-color: #ffffff;
  background-image: url('../images/white-texture-6.jpg');
  background-position: center top;
  background-repeat: repeat;
}
#home-row-1-2 #mailing-list .gform_body {
  width: 45%;
  margin: 0 0 0 17%;
  float: left;
}
#home-row-1-2 #mailing-list .gform_body input {
  font-size: 1.5em;
  width: 100%;
  padding: .2em .25em;
}
#home-row-1-2 #mailing-list .gform_wrapper .gform_footer {
  clear: none;
  padding: 0;
  margin: 0 17% 0 0;
  width: 20%;
  float: right;
}
#home-row-2 h2 {
  margin-top: .75em;
}
#home-row-2 p {
  font-size: 1.2em;
}
#home-row-2 .featured-brewery {
  padding-bottom: 2em;
}
#home-row-2 .featured-brewery h4 {
  font-size: 1.5em;
  margin: 0;
}
#home-row-2 .featured-brewery p {
  display: block;
  font-size: 1em;
  line-height: 1.4em;
  margin-top: .2em;
}
#home-row-2 .featured-brewery .featured-brewery-logo {
  max-width: 90%;
}
#home-row-4 h2 {
  margin-top: .75em;
}
#home-row-4 p {
  font-size: 1.2em;
  margin-bottom: 1.5em;
}
#home-row-4 #home-burger {
  bottom: 0;
  right: 40px;
}
#home-row-4 #home-burger img {
  max-width: 345px;
}
/*********************
Menu Page Styles
*********************/
.food-specials-single h3 {
  color: #b54334;
  font-size: 2em;
  border-bottom: 3px solid #565656;
  margin: 0;
  padding: 0;
}
/* 
you can call the larger styles if you want, but there's really no need 
*/
/******************************************************************
ADDITIONAL IE FIXES
These fixes are now ONLY seen by IE, so you don't have to worry
about using prefixes, although it's best practice. For more info
on using Modernizr classes, check out this link:
http://www.modernizr.com/docs/
******************************************************************/
/*
For example, you can use something like:

.no-textshadow .class { ... }

You can also target specific versions by using the classes applied to
the html element. These can sometimes change, so take a look inside the
header.php file to see what they are:


.lt-ie8 .class { ... }

*/
