/*
Theme Name: Mill Farm Custom Theme
Theme URI: http://wearethunderbolt.com
Author: Thunderbolt Digital
Author URI: http://www.wearethunderbolt.com
Description: Responsive HTML5 Wordpress Theme
Version: 1.0
*/

@import url(http://fonts.googleapis.com/css?family=PT+Serif:400,700);

/* Table of Content
==================================================
	1. Reset & Basics
		-Basic Styles
		-Site Styles
		-Typography
		-Links
		-Lists
		-Images
		-Buttons
		-Forms
		-Misc
		-Wordpress Core
	2. 960 Grid
	3. Site Styles
	4. Page Styles
	5. Media Queries


/* 1. Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles
================================================== */

	body {
		background: url('img/bg.jpg');
		font-size: 16px;
		font-family: 'PT Serif', serif;
		color: #585446;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
		margin: 0;
 	}


/* #Typography
================================================== */
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px; }
	h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
	h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
	h4 { font-size: 18px; line-height: 30px; margin-bottom: 10px; font-weight: 700; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }

	/*  text floats  */
	.left { text-align: left; }
	.center { text-align: center; }
	.right { text-align: right; }

	p { margin: 0 0 20px 0;}
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: inherit; }
	small { font-size: 80%; }

	/*  Blockquotes  */
	blockquote, blockquote p {
		line-height: 24px;
		color: #FFF;
		font-style: italic;
		margin-bottom: 10px;
	}

	blockquote {
		margin: 0 0 30px;
		padding: 9px 20px 0 19px;
		border-top-left-radius: 10px;
		border-bottom-right-radius: 10px;
		background: rgba(0, 0, 0, 0.3);
		box-shadow: 5px 5px 0 #26262E;
		-moz-box-shadow: 5px 5px 0 #26262E;
		-webkit-box-shadow: 5px 5px 0 #26262E;
		transition: all .2s ease-in-out;
		-webkit-transition: all .2s ease-in-out; /* Safari */
	}

	blockquote:hover {
		box-shadow: 7px 7px 0 #26262E;
		-moz-box-shadow: 7px 7px 0 #26262E;
		-webkit-box-shadow: 7px 7px 0 #26262E;
	}

	blockquote cite { display: block; font-size: 12px; color: #f95339; text-align: right; text-shadow: 0 0 5px #FFF; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a, a:visited { color: inherit; text-decoration: none; outline: 0; transition: all .5s ease; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; }
	a:hover, a:focus { color: #FFF; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }


/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #fcf8ec;
	  border: 0px solid #aaa;
	  border-top: 0px solid #ccc;
	  border-left: 0px solid #ccc;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #444;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  padding: 8px 10px;
	  font-family: 'Museo Slab' }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #fcf8ec;
	  border: 0px solid #888;
	  border-top: 0px solid #aaa;
	  border-left: 0px solid #aaa; }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #fcf8ec; }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}


/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	textarea,
	select {
		padding: 6px 4px;
		border: 0px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font-size: 13px;
		font-family: 'Museo Slab';
		color: #777;
		margin: 0;
		width: 100%;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background-color: rgba(255, 255, 255, 0.6); }
	.input-search {
		background: #FFF url(img/spyglass.png) 98% 50% no-repeat;
	}
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	input[type="tel"]:focus,
	textarea:focus {
		border: 0px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }


/* Wordpress Core
================================================== */

	.alignleft,
	.alignleft img {
		margin-right: 1.5em;
		margin-bottom: 1.5em;
		float: left;
	}

	.alignright,
	.alignright img {
		margin-left: 1.5em;
		margin-bottom: 1.5em;
		float: right;
	}

	.aligncenter,
	.aligncenter img {
		margin-right: auto;
		margin-left: auto;
		display: block;
		clear: both;
	}

	.alignnone, img.alignnone {}

	.wp-caption {
		max-width: 100%;
	}

	.wp-caption img {
		margin: 0;
		padding: 0;
		border: 0 none;
	}

	.wp-caption p.wp-caption-text {
		padding: 6px;
		color: #fff;
		background-color: #333;
		display: inline-block;
		font-size: 65%;
		margin-top: 10px;
		line-height: 14px;
	}

	.wp-caption.alignleft {
  		text-align: left;
  		margin-right: 1.1em;
  		margin-bottom: 1.1em;
	}

	.wp-caption.alignright {
  		text-align: right;
  		margin-left: 1.1em;
  		margin-bottom: 1.1em;
	}

	.wp-caption.aligncenter {
		margin-right: auto;
		margin-left: auto;
		display: block;
		clear: both;
	}


/* 2. Base 960 Grid
================================================== */

    .container                                  { position: relative; width: 100%; max-width: 1200px; margin: 0 auto; padding: 0; } /* Change width here for whatever size you want */
    .container .column,
    .container .columns                         { float: left; display: inline; margin-left: 1.04166%; margin-right: 1.04166%; }
    .row                                        { margin-bottom: 20px; }

    /* Nested Column Classes */
    .column.alpha, .columns.alpha               { margin-left: 0; }
    .column.omega, .columns.omega               { margin-right: 0; }

    /* Base Grid */
    .container .one.column,
    .container .one.columns                     { width: 4.16666%; }
    .container .two.columns                     { width: 10.41666%; }
    .container .three.columns                   { width: 16.66666%; }
    .container .four.columns                    { width: 22.91666%; }
    .container .five.columns                    { width: 29.16666%; }
    .container .six.columns                     { width: 35.41666%; }
    .container .seven.columns                   { width: 41.66666%; }
    .container .eight.columns                   { width: 47.91666%; }
    .container .nine.columns                    { width: 54.16666%; }
    .container .ten.columns                     { width: 60.41666%; }
    .container .eleven.columns                  { width: 66.66666%; }
    .container .twelve.columns                  { width: 72.91666%; }
    .container .thirteen.columns                { width: 79.16666%; }
    .container .fourteen.columns                { width: 85.41666%; }
    .container .fifteen.columns                 { width: 91.66666%; }
    .container .sixteen.columns                 { width: 97.91666%; }

    .container .one-third.column                { width: 31.25%; }
    .container .two-thirds.column               { width: 64.58333%; }

    /* Offsets */
    .container .offset-by-one                   { padding-left: 6.25%;  }
    .container .offset-by-two                   { padding-left: 12.5%; }
    .container .offset-by-three                 { padding-left: 18.75%; }
    .container .offset-by-four                  { padding-left: 25%; }
    .container .offset-by-five                  { padding-left: 31.25%; }
    .container .offset-by-six                   { padding-left: 37.5%; }
    .container .offset-by-seven                 { padding-left: 43.75%; }
    .container .offset-by-eight                 { padding-left: 50%; }
    .container .offset-by-nine                  { padding-left: 56.25%; }
    .container .offset-by-ten                   { padding-left: 62.5%; }
    .container .offset-by-eleven                { padding-left: 68.75%; }
    .container .offset-by-twelve                { padding-left: 75%; }
    .container .offset-by-thirteen              { padding-left: 81.25%; }
    .container .offset-by-fourteen              { padding-left: 87.5%; }
    .container .offset-by-fifteen               { padding-left: 93.75%; }



/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

    @media only screen and (min-width: 768px) and (max-width: 959px) {
        .container                                  { width: 97%; }
        .container .column,
        .container .columns                         { margin-left: 1.302083333333333%; margin-right: 1.302083333333333%;  }
        .column.alpha, .columns.alpha               { margin-left: 0; margin-right: 1.302083333333333%; }
        .column.omega, .columns.omega               { margin-right: 0; margin-left: 1.302083333333333%; }
        .alpha.omega                                { margin-left: 0; margin-right: 0; }

        .container .one.column,
        .container .one.columns                     { width: 3.645833333333333%; }
        .container .two.columns                     { width: 9.895833333333333%; }
        .container .three.columns                   { width: 16.14583333333333%; }
        .container .four.columns                    { width: 22.39583333333333%; }
        .container .five.columns                    { width: 28.64583333333333%; }
        .container .six.columns                     { width: 34.89583333333333%; }
        .container .seven.columns                   { width: 41.14583333333333%; }
        .container .eight.columns                   { width: 47.39583333333333%; }
        .container .nine.columns                    { width: 53.64583333333333%; }
        .container .ten.columns                     { width: 59.89583333333333%; }
        .container .eleven.columns                  { width: 66.14583333333333%; }
        .container .twelve.columns                  { width: 72.39583333333333%; }
        .container .thirteen.columns                { width: 78.64583333333333%; }
        .container .fourteen.columns                { width: 84.89583333333333%; }
        .container .fifteen.columns                 { width: 91.14583333333333%; }
        .container .sixteen.columns                 { width: 97.39583333333333%; }

         .container .one-third.column                { width: 30.72916666666667%; }
        .container .two-thirds.column               { width: 64.0625%; }
    }


/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {
        .container { width: 97%; }
        .container .columns,
        .container .column { margin: 0; }

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column  { width: 100%; }

        /* Offsets */
        .container .offset-by-one,
        .container .offset-by-two,
        .container .offset-by-three,
        .container .offset-by-four,
        .container .offset-by-five,
        .container .offset-by-six,
        .container .offset-by-seven,
        .container .offset-by-eight,
        .container .offset-by-nine,
        .container .offset-by-ten,
        .container .offset-by-eleven,
        .container .offset-by-twelve,
        .container .offset-by-thirteen,
        .container .offset-by-fourteen,
        .container .offset-by-fifteen { padding-left: 0; }

    }


/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .container { width: 97%; }
        .container .columns,
        .container .column { margin: 0; }

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column { width: 100%; }
    }


/* #Clearing
================================================== */

    /* Self Clearing Goodness */
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }


/* 3. Site Styles
================================================== */

.menu-left {
	background: url('img/menu-left.png') no-repeat;
	background-size: 100% 100%;
	height: 80px;
}
.menu-right {
	background: url('img/menu-right.png') no-repeat;
	background-size: 100% 100%;
	height: 80px;
}
ul#menu-left {
	margin-top: 30px;
	color: #fff;
	text-align: left;
	font-size: 18px;
	font-weight: 700;
}
ul#menu-right {
	margin-top: 30px;
	color: #fff;
	text-align: right;
	font-size: 18px;
	font-weight: 700;
}
ul#menu-left li, ul#menu-right li {
	display: inline;
	text-align: center;
	margin: 0 18px;
}
.logo {
	text-align: center;
	position: absolute;
	left: 39%;
	top: -40px;
}
.number h3, .email h3 { font-size: 19px; }
.number h3:before {
	content: url('img/before-tel.png');
	margin-right: 10px;
	position: relative;
	top: 5px;
}
.email h3:before {
	content: url('img/before-mail.png');
	margin-right: 5px;
	position: relative;
	top: 2px;
}
.social-blog { text-align: right; margin-top: 10px; }
.social-blog li { display: inline-block; }
.social-icons-title { display: none; }
.blog-link {
	background: url('img/blog-backer.png') no-repeat;
	background-size: 60% 100%;
	height: 60px;
}
.blog-link h3 {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	padding-left: 17px;
}
.contact { margin-top: 10px; }
/* Slider */
#slider {
	padding-top: 50px;
	padding-bottom: 40px;
	margin: 0;
	width: 100%;
	height: auto;
}
#slider .flexslider { margin-bottom: 0; }
#slider .flexslider ul.slides { margin-bottom: 0; }
#slider .flexslider ul.slides img {
	margin-bottom: -10px;
	position: relative;
	z-index: -1;
}
ul.flex-direction-nav {
	display: block;
	position: relative;
}
.flex-direction-nav .flex-next {
	right: 50px;
	text-align: center;
	background: url('img/arrow-right.png') no-repeat;
	padding: 0 24px;
	top: 90%;
}
.flex-direction-nav .flex-prev {
	text-align: center;
	background: url('img/arrow-left.png') no-repeat;
	top: 90%;
	right: 255px;
	width: 84px;
}
/* Control Nav */
.flex-control-nav {
	position: absolute;
	bottom: -27px;
	right: 170px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	/*display: inline;*/
}
.flex-control-paging li a {
	font-size: 1px;
	width: 10px;
	height: 10px;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	border: 2px solid #585446;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}
.flex-control-paging li a:hover { background: #FFF; }
.flex-control-paging li a.flex-active { background: #585446; cursor: default; }
.slider-header {
	position: absolute;
	left: 4%;
	bottom: 0;
	width: 30%;
}
/* Footer */
.footer-links {
	background: url('img/footer-backer.png') no-repeat;
	background-size: 100%;
	padding: 10px;
	min-height: 30px;
}
ul#menu-footer-menu li {
	display: inline;
	margin: 0 20px;
	color: #faf6ea;
}
.copyright p {
	margin: 0;
	color: #faf6ea;
	font-weight: 700;
}


/* 4. Page Styles
================================================== */

/* Home Page */
.title-backer { background: url('img/title-backer.png') no-repeat; height: 80px; }
.title-backer-single { margin-top: 6%; background: url('img/title-backer.png') no-repeat; height: 80px; }
.title-backer h2, .title-backer-single h2 {
	margin: 20px 30px;
	color: #fffcf3;
	font-weight: 700;
}
.text-content { margin: 40px 0 0; }
.event, .offer { margin: 0 0 10px; position: relative; }
.event-thumb img, .offer img {
	border: 6px solid #fbf6e9;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-shadow: 3px 0px 20px rgba(0,0,0,0.3);
	-webkit-box-shadow: 3px 0px 20px rgba(0,0,0,0.3);
	-moz-box-shadow: 3px 0px 20px rgba(0,0,0,0.3);
	height: 188px;
}
.event-title, .offer-title {
	position: absolute;
	bottom: 2px;
	background-color: rgba(0,0,0,0.55);
	width: 100%;
	color: #fbf5e9;
	min-height: 67px;
}
.event-title p, .offer-title p {
	margin: 15px 0 0 10px;
	font-weight: 700;
	font-size: 14px;
}
.event-title a, .offer-title a {
	margin: 0 0 0 10px;
	font-weight: 700;
	font-size: 14px;
}
.event-title a:after, .offer-title a:after {
	content: url('img/before-link.png') no-repeat;
	margin-left: 10px;
	position: relative;
	bottom: -2px;
}
.feeds {
	margin: 40px 0 0;
	background: url('img/feed-backer.png') no-repeat;
	background-size: 100% 100%;
	min-height: 550px;
	padding-top: 40px;
}
.feeds h3 {
	background-color: #f8f3e7;
	padding: 5px 10px;
	color: #585446;
	font-weight: 700;
	font-size: 20px;
	border: 1px solid rgba(0,0,0,0.1);
}
h3.eventsh3 img, h3.offersh3 img { margin: 2px 5px -4px 0px; }
/* Page Headings */
#page-header .container { margin-top: 50px; margin-bottom: 30px; }
.thumbnail-header {
	width: auto;
	height: auto;
	border: 15px solid rgba(255, 255, 255, 0.4);;
}
.one-third-title-bg {
	background: url('img/one-third-title-bg.png') no-repeat;
	height: 80px;
	width: 110%;
	top: 0;
	background-size: 88%;
}
.one-third-title-bg h2 {
	padding-top: 13px;
	padding-left: 20px;
	color: #fffcf3;
	font-weight: 700;
	font-size: 26px;
}
/* Blog */
.mobile-blog { display: none; }
.the_content {
	margin-top: 30px;
	margin-left: 15px;
	margin-bottom: 20px;
}
.blog-bg { background-color: rgba(255, 255, 255, 0.6); margin-bottom: 10px; margin-top: 50px; }
.blog { padding-top: 20px; }
.blog-read { float: right; }
.blog-featured-img { border: 10px solid rgba(255, 255, 255, 0.4); }
.single-featured-img { border: 10px solid rgba(255, 255, 255, 0.4); float: right; }
.blog-featured { padding-left: 10px; padding-right: 10px; }
/* Farm Shop */
.shop-meat { margin-top: 50px; }
.porky-pig { padding-top: 35px; }
.shop-meat ul { display: inline; }
.shop-meat ul li { position: relative; }
.shop-meat ul li ul {
	position: absolute;
	width: 100%;
	display: none;
	opacity: 0;
	visibility: hidden;
	background: rgba(247, 239, 218, 0.7);
	z-index: 999;
	border: 1px solid #000;
	margin: 0;
}
.shop-meat ul li ul li { display: block; }
.shop-meat ul ul p { margin: 0; padding: 0; color: #000;}
.shop-meat ul li:hover > ul {
	display: block;
	opacity: 1;
	visibility: visible;
}
span.shop-price { float: right; }
.fs-sidebar-top, .fs-top { margin: 0 0 10px; position: relative; }
.fs-sidebar-top-thumb img, .fs-top img {
	border: 6px solid #fbf6e9;
	height: auto;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-shadow: 3px 0px 20px rgba(0,0,0,0.3);
	-webkit-box-shadow: 3px 0px 20px rgba(0,0,0,0.3);
	-moz-box-shadow: 3px 0px 20px rgba(0,0,0,0.3);
}
.fs-sidebar-top-title, .fs-top-title {
	position: absolute;
	bottom: 2px;
	background-color: rgba(0,0,0,0.55);
	width: 100%;
	color: #fbf5e9;
	min-height: 60px;
}
.fs-sidebar-top-title p, .fs-top-title p {
	margin: 15px 0 0 10px;
	font-weight: 700;
	font-size: 14px;
}
.fs-sidebar-top-title a, .fs-top-title a {
	margin: 0 0 0 10px;
	font-weight: 700;
	font-size: 14px;
}
.fs-sidebar-top-title a:after, .fs-top-title a:after {
	content: url('img/before-link.png') no-repeat;
	margin-left: 10px;
	position: relative;
	bottom: -2px;
}
/* Wholesalers */
#wholesaler-header .container {
	margin-top: 60px;
	margin-bottom: 30px;
	position: relative;
	width: 100%;
}
.wholesaler-header {
	position: absolute;
	left: 7%;
	top: 67%;
	width: 30%;
}
.wholesalers-l,
.wholesalers-r {
	width: 100%;
	display: block;
	margin: 0 auto;
}
.wholesalers-l img,
.wholesalers-r img {
	width: 95%;
	display: block;
	margin: 0 auto;
	border: 15px solid rgba(255, 255, 255, 0.4);;
}
.wholesalers-l p,
.wholesalers-l h4,
.wholesalers-r p,
.wholesalers-r h4 {
	margin-left: 10px;
	padding-bottom: 10px;
	width: 97%;
}
div#wholesalers_l_text-10, div#wholesalers_r_text-13 { margin-top: 10px; background-color: rgba(255, 255, 255, 0.4); }
/* Contact */
#google-map { margin-top: 50px; margin-bottom: 30px; }
#google-map .map {
	width: 98.5%;
	height: 400px;
	display: block;
	margin: 0 auto;
	border: 15px solid rgba(255, 255, 255, 0.4);
}
.sidebar-bg {
	float: left;
	height: 500px;
	background: url('img/contact-bg.png') no-repeat;
	margin-top: 20px;
}
.sidebar-contact { margin-top: 50px; }
.contact-widget { display: block; margin: 0 auto; }
h4.contact-widget-title {
	line-height: 25px;
	font-size: 22px;
	font-weight: 300;
	margin: 0;
}
#contact_text-3 .textwidget p,
#contact_text-4 .textwidget p,
#contact_text-5 .textwidget p {
	line-height: 25px;
	font-size: 18px;
	margin: 0;
}
#contact_text-3 {
	background-color: rgba(255, 255, 255, 0.7);
	width: 300px;
	height: auto;
	padding: 10px 10px 15px 10px;
	margin-bottom: 20px;
}
#contact_text-4 {
	background-color: rgba(255, 255, 255, 0.7);
	width: 300px;
	height: auto;
	padding: 10px 10px 10px 10px;
	margin-bottom: 20px;
}
#contact_text-5 {
	background-color: rgba(255, 255, 255, 0.7);
	width: 300px;
	height: auto;
	padding: 10px 10px 10px 10px;
}

.phone-img { padding-right: 7px; }
.address-img { padding-right: 2px; }
img.wpcf7-form-control.wpcf7-captchac.wpcf7-captcha-the-captcha.captcha-img { float: right; padding-right: 10px; }
input.wpcf7-form-control.wpcf7-captchar.captcha-txt { width: 40%; float: right; }
input.wpcf7-form-control.wpcf7-submit { float: left; width: 100px; }

/* 5. Media Queries
================================================== */
	/* Ipad Landscape */
	@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
		/* Page Headings */
		ul#menu-right, ul#menu-left { font-size: 16px; }
		.logo { left: 37%; }
		.blog-link { background-size: 70% 100%; }
		.thumbnail-header { border: 5px solid rgba(255, 255, 255, 0.4); }
		.container .four.columns { width: 26.91666%; }
		.container .nine.columns { width: 56.16666%; }
		.sixteen.columns.alpha.title-backer { background-size: 100%; }
		.one-third-title-bg { background-size: 97%; }
		.one-third-title-bg h2 {
			display: block;
			margin: 12px;
			font-size: 100%;
		}
		/* Shop */
		p.shop-txt.twelve.columns { width: 68.91666%; }
		/* Blog */
		.blog-txt.twelve.columns { width: 68%;}
		img.alpha.sixteen.columns.blog-featured-img.wp-post-image { height: 80% !important; }
		/* Footer */
		.footer-links { font-size: 84%; padding: 22px; }
	}
	/* Ipad Portrait Size */
	@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
		/* Headings */
		.one-third-title-bg h2 { margin: 0 !important; }
		.sixteen.columns.alpha.title-backer { background-size: 50%; }
		.six.columns.social-blog { width: 31% !important; }
		.title-backer h2 { margin: 9px 30px !important; }
		.one-third-title-bg { height: 43px !important;}
		/* Contact */
		#google-map { margin: 20px; width: 100%; }
		.contact-form.ten.columns { width: 100% !important; }
		.sidebar-bg.six.columns.omega { background-size: 100%; width: 62.895833% !important; }
		/* Blog */
		.blog-img.four.columns { width: 20% !important; }
		.sixteen.columns.title-backer { background-size: 57%; }
		img.alpha.sixteen.columns.single-featured-img.wp-post-image { margin: 5px; }
		/* Footer */
		ul#menu-footer-menu { font-size: 15px !important; margin: 5px !important; padding-left: 75px !important; }
		.copyright.eight.columns { margin-top: 14px; }
		.shop-txt.twelve.columns { width: 50.91666% !important; }
		.feeds h3 { font-size: 15px; }
	}
	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 769px) {
		/* Mobile Menu */
		#toggle, #popout { display: none; }
	}
	/* Mobile Landscape */
	@media only screen and (min-device-width : 360px) and (max-device-width : 640px) and (orientation : landscape) {
		.sixteen.columns.alpha.title-backer { background-size: 50%; }
		.sidebar-bg.six.columns.omega { background-size: 75% !important; }
		#contact_text-2, #contact_text-3, #contact_text-4 { width: 80%; }
		.one-third-title-bg { background-size: 50% !important; }
		.copyright.eight.columns p { margin: 0 0 0 150px !important; }
		.sixteen.columns.title-backer { background-size: 50%; }
	}
	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 768px) {
		/* Mobile Menu */
		#toggle {
			position: absolute;
			float: right;
			top: 40%;
			right: 30px;
			width: 28px;
			height: 24px;
			z-index: 101;
		}
		#popout {
			position: absolute;
			float: right;
			width: 50%;
			background: rgba(103, 99, 85, .8);
			-webkit-box-shadow: 2px 17px 91px 17px rgba(0,0,0,0.75);
			-moz-box-shadow: 2px 17px 91px 17px rgba(0,0,0,0.75);
			box-shadow: 2px 17px 91px 17px rgba(0,0,0,0.75);
			top: -800px;
			right: 30px;
			overflow: auto;
			z-index: 100;
		}
		#popout ul { margin-top: 25px; }
		#popout li {
			padding: 10px 0;
			width: 100%;
			font-weight: 500;
			color: #fff;
			margin: 0;
			text-align: center;
		}
		#popout h3 { font size: 40px; }
		#popout h4 { font-size: 50px; }
		#mobile-menu li:hover { background: #CCC; }
		#mobile-menu li a {
			color: #FFF;
			text-decoration: none;
			width: 100%;
		}
		/* Page Headings */
		section#page-header, section#wholesaler-header { display: none; }
		.sixteen.columns.alpha.title-backer { margin-top: 30px; }
		.title-backer { background: url('img/one-third-title-bg.png') no-repeat; background-size: 98%; }
		.title-backer h2 { font-size: 100%; margin: 0px 30px; }
		.container .four.columns { width: 43.91666%; }
		.container .nine.columns { width: 90.16666%; }
		.one-third-title-bg { background-size: 98%; }
		.one-third-title-bg h2 { display: block; margin: 6px; font-size: 98%; }
		.menu-left.seven.columns.alpha, .menu-right.seven.columns.omega, .two.columns.blog-link, .desktop-blog { display: none; }
		.logo { position: static; }
		.eight.columns.contact { width: 63%; }
		.eight.columns.contact h3 { font-size: 13px; }
		.six.columns.social-blog { float: right; width: 35%; }
		/* Page Content */
		section#page-content {
			width: 92%;
			display: block;
			margin: 0 auto;
		}
		/*Shop*/
		.shop-txt.twelve.columns { width: 55.91666%; }
		.shop-meat ul li ul { width: 86%; }
		/* Contact */
		input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea, select { width: 98%; }
		#google-map .map { border: 1px solid rgba(255, 255, 255, 0.4); }
		#contact_text-2, #contact_text-3, #contact_text-4 { width: 80%; }
		.sidebar-bg.six.columns.omega { background-size: 100%; }
		/* Blog */
		.blog-img, .blog { padding-left: 10px; }
		.blog-read { padding-right: 10px; }
		.mobile-blog { display: block; }
		/* Footer */
		footer { margin-top: 30px; }
		ul#menu-footer-menu {
			font-size: 10px;
			padding: 0;
			margin: 0;
			text-align: center;
		}
		ul#menu-footer-menu li { margin: 0 5px; }
		.footer-links { background-size: 300%; padding: 15px; }
		.copyright.eight.columns p { font-size: 12px; margin: 0 0 0 40px; }
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}