/*
	Theme Name: Southern Bite
	Description: This is a custom child theme theme created for Southern Bite.
	Author: Five J's Design
	Author URI: http://fivejsdesign.com/
 
	Version: 1.0
 
	Template: genesis
	Template Version: 1.9
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/
 

/* Table of Contents

COLOR 
RED 		#901C0C
BLACK	#444444

	01 Import Fonts
	02 Defaults
	03 Typography
		- Font Color
		- Font Family
		- Font Size
		- Font Miscellaneous
	04 Layout
		- Structure
		- 1152px CSS Grid
		- Header
		- Main Content
		- Post Info & Meta
		- Column Classes
		- Miscellaneous
	05 Menus
		- Primary Navigation Extras
	06 Headings
	07 Lists
	08 Post Navigation
	09 Comments
	10 Sidebars
	11 Footer
		- Footer Widgets
	12 Forms & Buttons
		- Gravity Forms
	13 Images & Captions
	14 Media Queries
		- max-width: 1024px
		- max-width: 768px
		- max-width: 480px

*/


/*
01 Import Fonts
---------------------------------------------------------------------------------------------------- */

@import url(https://fonts.googleapis.com/css?family=Fjalla+One);
@import url(https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400italic,700);
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:700,700italic,300,300italic);
@import url(https://fonts.googleapis.com/css?family=Rancho);

/*
02 Defaults
---------------------------------------------------------------------------------------------------- */

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,
input, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

strong,
b {
	font-weight: 700;
}
html {
	font-size: 100%; /* 16px browser default */
}

body {
	background: #fff url(images/plank-bg.jpg) repeat;
	line-height: 1;
	font-size: 15px;
	font-size: .9375rem;
}

body,
input,
select,
textarea,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a,
a:visited,
button,
input[type="button"],
input[type="submit"],
.btn {
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #444444;
	color: #fff;
}

::selection {
	background-color: #444444;
	color: #fff;
}

a img {
	border: none;
}


/*
03 Typography
-------------------------------------------------------------------------------------------------------

	This section covers font colors, families, size, styles and weight.

	This style sheet uses rem values with a pixel fallback.
	The rem values are calculated per the examples below:

	12 / 16 =		0.75rem
	14 / 16 =		0.875rem
	16 / 16 =		1rem	
	18 / 16 =		1.125rem
	20 / 16 =		1.25rem
	24 / 16 =		1.5rem
	30 / 16 =		1.875rem
	36 / 16 =		2.25rem
	42 / 16 =		2.625rem
	48 / 16 =		3rem
	
	Further reading on the use and compatibility of rems:
	
	http://caniuse.com/rem
	http://snook.ca/archives/html_and_css/font-size-with-rem
	
*/

/* 03a - Font Color ----------- */

a:hover,
body,
h4.widgettitle a,
input,
.author,
.date,
.genesis-nav-menu a,
.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited,
.post-comments,
#title a,
#title a:hover {
	color: #444444;
}

a {
	color: #901C0C;
}

.post-info,
.post-meta,
#description {
	color: #636363;
}

.single #content .categories a {
	color: #901C0C;	
}

blockquote::before,
blockquote p,
input,
select,
textarea {
	color: #999;
}

button,
input[type="button"],
input[type="submit"],
.btn,
.genesis-nav-menu .highlight-menu-item a,
.genesis-nav-menu .highlight-menu-item a:hover,
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #fff;
}

/* 03b - Font Family ----------- */

body,
input,
textarea,
.author-box h1 {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a,
#title {
	font-family: Rancho, 'Libre Baskerville', Georgia, serif;
	font-weight: normal;
	letter-spacing: 0px;
}

#slider .advanced-slider .slidertitle {
	font-family: Rancho, 'Libre Baskerville', Georgia, serif;
	font-size: 30px;
	font-style: normal;
}

.widgettitle {
	font-family: "Fjalla One", Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 2px;
	color: #999;
	font-style: normal;
	font-size: 16px;
}


/* 03c - Font Size ----------- */

#title {
	font-size: 42px;
	font-size: 2.625rem;
}

h1,
.entry-title,
.entry-title a {
	font-size: 32px;
	font-size: 1.875rem;
}

blockquote::before {
	font-size: 32px;
	font-size: 2rem;
}

h2 {
	font-size: 30px;
	font-size: 1.875rem;
}

h3 {
	font-size: 24px;
	font-size: 1.5rem;
}

h4,
.archive-title,
.taxonomy-description h1
{
	font-size: 20px;
	font-size: 1.25rem;
}

h5 {
	font-size: 18px;
	font-size: 1.125rem;
}

h6,
.author-box h1,
.sidebar h2 a {
	font-size: 16px;
	font-size: 1rem;
}

.featuredpost h2 a,
.featuredpage h2 a,
.featuredpost h2,
.featuredpage h2,
.entry-title a,
.entry-title {
	font-size: 24px;
	margin-bottom: 2px;
	text-decoration: none;
}


.customexcerpt .entry-title a {
	font-size: 28px;
}

h1.entry-title {
	font-size: 32px;
	margin-bottom: 10px;
}

.featuredpost .post,
.customexcerpt.post {
	clear: both;
	min-height: 160px;
}

.moretag {
	text-decoration: none;
	font-family: "Libre Baskerville", Georiga, serif;
	font-style: italic;
}

.featuredpost img {
	margin-right: 15px;
	padding: 3px;
	border: 1px solid #ddd;
}

.featuredpost p,
.featuredpage p {
	line-height: 1.2;
}

input,
select,
textarea,
.genesis-nav-menu,
.post-info,
.post-meta,
.wp-caption {
	font-size: 14px;
	font-size: 0.875rem;
}


/* 03d - Font Miscellaneous ----------- */

blockquote p {
	font-style: italic;
}

cite {
	font-style: normal;
}

.wp-caption {
	text-align: center;
}

h2 a,
h2 a:visited,
.genesis-nav-menu a,
.navigation li a,
.widgettitle a,
#title a {
	text-decoration: none;
}


/*
04 Layout
---------------------------------------------------------------------------------------------------- */

/* 04a - Structure ----------- */

#wrap {
	margin: 0 auto;
	width: 100%;
}

#inner {
	clear: both;
	overflow: hidden;
	padding: 24px;
	padding: 1.5rem;
	max-width: 1000px;
	margin: 0 auto;
	background: #fff;
	border:1px double #ddd;
	border-width: 0 4px;
	-moz-box-shadow: 0 0 25px #999;
	-webkit-box-shadow: 0 0 25px #999;
	box-shadow: 0 0 25px #999;
}

/* 04b - 1152px CSS Grid ----------- */

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.sidebar {
	width: 30%; /* 314px / 1030px */
}

#header .widget-area {
	width: .706796117 /* 728px / 1030px */
}

.content-sidebar #content {
	width: 67%; /* 670px / 1000px */
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 100%; /* 1030px / 1030px */
}

.footer-widgets-1,
.footer-widgets-2,
.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar,
#content,
#content-sidebar-wrap,
#footer .gototop,
#sidebar-alt {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt,
.footer-widgets-3,
.sidebar,
.sidebar-content #content,
.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content,
.sidebar-sidebar-content #content-sidebar-wrap,
#footer .creds,
#header .widget-area {
	float: right;
}

/* 04c - Header ----------- */
#verticalsocialbox,
#headersocialbox {
	display: none;
}

#socialbox {
	position: absolute;
	right: -2px;
	bottom: -49px;
	height: 55px;
	z-index: 3000;
}

#socialbox a {
	width: 65px;
	height: 55px;
	display: inline-block;
	transition: none;
}

#socialbox .fbicon {
	background: url(images/sprite.png) 0 1px no-repeat;
}

#socialbox .fbicon:hover {
	background: url(images/sprite.png) 0 -99px no-repeat;
}

#socialbox .twittericon {
	background: url(images/sprite.png) -100px 1px no-repeat;
}

#socialbox .twittericon:hover {
	background: url(images/sprite.png) -100px -99px no-repeat;
}

#socialbox .pinteresticon {
	background: url(images/sprite.png) -200px 1px no-repeat;
}

#socialbox .pinteresticon:hover {
	background: url(images/sprite.png) -200px -99px no-repeat;
}

#socialbox .instagramicon {
	background: url(images/sprite.png) -300px 1px no-repeat;
}

#socialbox .instagramicon:hover {
	background: url(images/sprite.png) -300px -99px no-repeat;
}

#socialbox .rssicon {
	background: url(images/sprite.png) -400px 1px no-repeat;
}

#socialbox .rssicon:hover {
	background: url(images/sprite.png) -400px -99px no-repeat;
}

#promotion {
	width: 360px;
	height: 135px;
	margin-top: 15px;
	float: right;
	overflow: hidden;
}

#leaderboard-wrap {
	width: 1030px;
	margin: 0 auto;
	padding: 0px 0 10px;
	height: 90px;
	position: relative;
}

#leaderboard-ad {
	width: 728px;
	float: right; 
	position: relative;
	z-index: 1000;
}

#header {
	width: 100%;
	overflow: visible;
}

#header .wrap {
	margin: 0 auto;
	height: 150px;
	position: relative;
	width: 1030px;
}

#customheader {
	position: absolute;
	top:-135px;
	left: 0;
	z-index: 100;
}

#customheadersmall {
	display: none;
}
	
#title,
#title a,
#description {
	line-height: 0;
	margin: 0;
	padding: 0;
	font-size: 0;
	color: transparent;
	visibility: hidden;
}

/* 04d - Main Content ----------- */

#slider {
	margin-bottom: 15px;
}

#content {
	padding-bottom: 24px;
	padding-bottom: 1.5rem;
}

.entry,
.page .post.entry {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.single .entry {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.page .entry {
	margin: 0;
}

.columnleft {
	float: left;
	margin-right: 3%;
	width: 34.3283582%
}

.columnright {
	width: 62%;
	float:right;
}

.columnright .entry-content p {
	font-size: 13px;
	line-height: 1.25;
}

.entry-content {
	overflow: hidden;
}

#fbLikeIframe {
	margin-bottom: 13px !important;
}

.entry-content,
.entry-content p {
	line-height: 1.625;
}

.entry-content p {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

blockquote {
	padding: 24px 64px;
	padding: 1.5rem 4rem;
}

blockquote::before {
	content: "“";
	display: block;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

/* 04e - Post Info & Meta ----------- */

#content .shareinpost .pibfi_pinterest {
	display: none !important;
}

#fbshare,
#pinitbutton,
#yumbutton {
	display: inline-block;
	float:right;
	text-decoration: none;
	width: auto;
	margin: 0 0 5px 5px;
}

#pinitbutton {
margin-left: 4px;
display:none;
}

#fbshare:hover,
#pinitbutton:hover {
	opacity: .7;
}

.post-info {
	line-height: 1.5;
}

.post-info {
	font-family: "Libre Baskerville", Georiga, serif;
	font-style: italic;
	color: #aaa;
	font-size: 12px;
	margin-bottom: 8px;
	margin-bottom: .5rem;
}

.post-info a,
.post-info .date,
.post-info .author {
	color: #aaa;
	text-decoration: none;
}

.post-info a:hover {
	text-decoration: underline;
}

.post-comments {
	background: url(images/post-comments.png) no-repeat center left;
	padding-left: 20px;
	padding-left: 1.25rem;
}

.post-meta {
	border-top: 1px solid #808183;
	padding-top: 24px;
	padding-top: 1.5rem;
}

/* 04f - Column Classes ----------- */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 4.166666666%; /* 48px / 1152px */
}

.one-half,
.three-sixths,
.two-fourths {
	width: 47.9166666666%; /* 552px / 1152px */
}

.one-third,
.two-sixths {
	width: 30.555555555%; /* 352px / 1152px */
}

.four-sixths,
.two-thirds {
	width: 65.277777777%; /* 752px / 1152px */
}

.one-fourth {
	width: 21.875%; /* 252px / 1152px */
}

.three-fourths {
	width: 73.958333333%; /* 852px / 1152px */
}

.one-fifth {
	width: 16.666666666%; /* 192px / 1152px */
}

.two-fifths {
	width: 37.5%; /* 432px / 1152px */
}

.three-fifths {
	width: 58.333333333%; /* 672px / 1152px */
}

.four-fifths {
	width: 79.166666666%; /* 912px / 1152px */
}

.one-sixth {
	width: 13.194444444%; /* 152px / 1152px */
}

.five-sixths {
	width: 82.638888888%; /* 952px / 1152px */
}

.first {
	margin-left: 0;
}

/* 04g - Miscellaneous ----------- */

p.subscribe-to-comments {
	padding: 24px 0 16px;
	padding: 1.5rem 0 1rem;
}

p.pages,
.clear,
.clear-line,
.first {
	clear: both;
}

.clear-line {
	border-bottom: 4px double #ddd;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.alignleft,
.archive-page {
	float: left;
}

.alignright {
	float: right;
}

.archive-page {
	width: 50%;
}

.author-box,
.sticky {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.author-box,
.author-box h1,
.taxonomy-description {
	line-height: 1.5;
}

.author-box,
.breadcrumb,
.sticky,
.taxonomy-description {
	background-color: #f5f5f5;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	overflow: hidden;
	padding: 24px;
	padding: 1.5rem;
}


/*
05 Menus
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu,
#menu-top-menu {
	clear: both;
	overflow: hidden;
}

#topmenu .menu-top-menu-container {
	width: 1030px;
	margin: 0 auto;
	position: relative;
	z-index: 2000;

}

#menu-top-menu {
	padding-left: 296px;
}

#topmenu li {
	display: inline-block;
	float: left;
	list-style-type: none;
	text-align: left;
	position: relative;
}

#topmenu a {	
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	font-family: "Libre Baskerville", Georiga, serif;
	font-style: italic;
	display: block;
	padding: 12px 10px;
	padding: .75rem .625rem;
	position: relative;
}

#nav input {
	border: 1px solid #511007;
}

#nav {
	background: #f7e572; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7e572 0%, #E2C92D 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7e572), color-stop(100%,#E2C92D)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7e572 0%,#E2C92D 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7e572 0%,#E2C92D 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7e572 0%,#E2C92D 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f7e572 0%,#E2C92D 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7e572', endColorstr='#E2C92D',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: 0 0 11px #777;
	-webkit-box-shadow: 0 0 11px #777;
	box-shadow: 0 0 11px #777;
}

#topmenu {
	background: #383838; /* Old browsers */
	background: -moz-linear-gradient(top,  #383838 0%, #131313 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#383838), color-stop(100%,#131313)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #383838 0%,#131313 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #383838 0%,#131313 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #383838 0%,#131313 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #383838 0%,#131313 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383838', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: 0 0 11px #777;
	-webkit-box-shadow: 0 0 11px #777;
	box-shadow: 0 0 11px #777;
}

#subnav .wrap,
#nav .wrap {
	width: 1048px;
	margin: 0 auto;
}

#nav a {
	font-family: "Fjalla One", Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	border-right: 1px solid #D4BC2A;
}

#nav .wrap {
	border-left: 1px solid #D4BC2A;
}

#topmenu a:hover {
	background: #111;
}

#nav a:hover {
	background: #D4BC2A;
	color: #fff;
}

#nav li li a,
#topmenu li li a {
	background:#901B0C;
	color: #fff;
	border-width: 0;
	padding: 8px 20px;
	padding: .5rem 1.25rem;
	position: relative;
	width: 170px;
}

#topmenu li li a {
	width: 140px;
	padding: 8px 10px;
	padding: .5rem .625rem;
}

#nav li li a:hover,
#topmenu li li a:hover {
	background: #6C1409;
	color: #fff;
}

#subnav {
	background: #6C1509 url(/wp-content/themes/southernbite/images/red-stripe.png) repeat; 
	border:4px solid #511007;
	border-width: 4px 0;
}

#subnav a {
	font-family: "Libre Baskerville", Georiga, serif;
	font-style: italic;
	padding: 8px 16px;
	padding: .5rem 1rem;
	font-weight: normal;	
	color: #fff;
	text-transform: lowercase;
}

#subnav a:hover {
	background: #511007;
}

#subnav li ul {
	padding-top: 4px;
}

#subnav li li a {
	color: #444;
	border:1px solid #999;
	border-width: 0px 1px 1px;
}

#subnav li li a:hover {
	color: #fff;
}

.genesis-nav-menu ul {
	float: left;
	width: 100%;
}

.genesis-nav-menu li {
	display: inline-block;
	float: left;
	list-style-type: none;
	text-align: left;
}

.genesis-nav-menu a {
	color: #333333;
	display: block;
	padding: 16px 20px;
	padding: 1rem 1.25rem;
	position: relative;
}

.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited {
	background-color: #fff;
	padding: 20px;
	padding: 1rem;
	position: relative;
	width: 170px;
	border:1px solid #999;
	border-width: 0px 1px 1px;

}

.genesis-nav-menu li ul,
#menu-top-menu li ul {
	left: -9999px;
	position: absolute;
	width: 212px;
	z-index: 99;
}

.genesis-nav-menu li ul ul,
#menu-top-menu li ul ul {
	margin: -55px 0 0 211px;
}

.genesis-nav-menu li:hover ul ul,
.genesis-nav-menu li.sfHover ul ul,
#menu-top-menu li.sfHover ul ul,
#menu-top-menu li:hover ul ul {
	left: -9999px;
}

.genesis-nav-menu li:hover,
.genesis-nav-menu li.sfHover,
#menu-top-menu li:hover,
#menu-top-menu li.sfHover {
	position: static;
}

ul.genesis-nav-menu li:hover>ul,
ul.genesis-nav-menu li.sfHover ul,
#menu-top-menu li:hover>ul,
#menu-top-menu li.sfHover ul {
	left: auto;
}

.genesis-nav-menu li a .sf-sub-indicator,
.genesis-nav-menu li li a .sf-sub-indicator,
.genesis-nav-menu li li li a .sf-sub-indicator,
#menu-top-menu li a .sf-sub-indicator,
#menu-top-menu li li a .sf-sub-indicator,
#menu-top-menu li li li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

/* 05a - Primary Navigation Extras ----------- */

.genesis-nav-menu li.right {
	float: right;
	padding: 16px 24px;
	padding: 1rem 1.5rem;
}

.genesis-nav-menu li.right a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu li.search {
	padding: 10px 0 0;
	padding: .625rem 0 0;
}

#headersearch {
	display: none;
}

.genesis-nav-menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin-left: 24px;
	margin-left: 1.5rem;
	padding-left: 24px;
	padding-left: 1.5rem;
}

.genesis-nav-menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding-left: 24px;
	padding-left: 1.5rem;
}


/*
06 Headings
---------------------------------------------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.entry-title a,
.entry-title {
	line-height: 1;
	margin-bottom: 0;
}

.author-box h1 {
	margin: 0
}

.taxonomy-description h1 {
	margin-bottom: 4px;
	margin-bottom: 0.25rem;
}

.archive-title {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}


/*
07 Lists
---------------------------------------------------------------------------------------------------- */

.entry-content ol,
.entry-content ul {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.entry-content ol li,
.entry-content ul li {
	line-height: 1.625;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
	margin-left: 2.5rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}


/*
08 Post Navigation
---------------------------------------------------------------------------------------------------- */

.post-navigation {
	padding: 15px 3% 15px;
	border-bottom: 4px double #ddd;
	line-height: 1.2;
}

.post-navigation a {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-style: italic;
	text-decoration: none;
}

.newer-post-navigation {
	width: 48%;
	float: left;

}

.older-post-navigation {
	width: 48%;
	float: right;
	text-align: right;
}

.navigation {
	clear:both;
	margin:35px 0;
}

.navigation li {
	display: inline;
	line-height: 3;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background-color: #444444;
	font-family: "Fjalla One", "Arial Black", sans-serif;
	cursor: pointer;
	padding: 4px 12px;
	padding: 0.25rem .75rem;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #901C0C;
}

/* 
CATEGORY PAGE 
---------------------------------------------------------------------------------------------------- */
.categorybox {
	width:31%;
	padding: 1%;
	float: left;
	height: 310px;
	overflow: hidden;
	margin-bottom: 15px;
}

.category.archive .post {
	clear: none;
	margin: 0;
}

.categorybox h2 a {
	font-size: 16px;
}

.categorybox img {
	margin-bottom: 10px;
	padding: 1%;
	background: #fff;
	padding: 4px;
	-moz-box-shadow: 0 0 10px #AAA !important;	
	-webkit-box-shadow: 0 0 10px #AAA !important;	
	box-shadow: 0 0 10px #AAA !important;	
}

.categorybox .post-info {
	font-size: 11px;
}

.categorybox .post-comments {
display: none;
}

/* MAILCHIMP FORM */
#mailchimpform {
padding: 5px 15px 20px;
border-bottom: 4px double #ddd;
}

#mce-EMAIL {
	padding: 8px 12px;
	padding: .5rem .75rem;
	width: 50%;
	margin-right: 10px;
}

#mc-embedded-subscribe {
	padding: 8px 12px;

}

/*
RELATED POSTS
---------------------------------------------------------------------------------------------------- */

.related-posts {
    overflow: hidden;
    margin: 15px 0 10px;
	padding-bottom: 10px;
	border-bottom: 4px double #ddd;
}
 
.related-title {
	font-family: "Fjalla One", Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 2px;
	color: #999;
	font-style: normal;
	font-size: 16px;
	border-top: 4px double #ddd;
	padding-top: 10px;
	margin-top: 20px;
}

.related-posts a {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-style: italic;
	text-decoration: none;
	display: block;
	padding-bottom: 4px;
	line-height: 1.1;
}

.related-list li {
  float: left;
  list-style-type: none;
  margin: 0 .25% 0 0;
  text-align: center;
  width: 33%;
}
 
.related-list img {
	display: block;
	margin: 0 auto 6px;
	width: 96%;
	padding: 3%;
}

.related-list img:hover {
	background: #ddd;
}
/*
09 Comments
---------------------------------------------------------------------------------------------------- */

#comments,
#respond {
	line-height: 1.5;
	overflow: hidden;
}

#comments a {
	text-decoration: none;
}

#comments a:hover {
	text-decoration: underline;
}

#respond {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.ping-list,
#comments {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

#comments cite {
	font-family: "Libre Baskerville",Georiga,serif;
	font-style:italic;
	font-size: 20px;
	font-size: 1.25rem;
}

#author,
#email,
#url {
	width: 50%;
}

.commentmetadata,
.commentmetadata a {
	color: #aaa;
	font-size: 11px;
}

.commentmetadata,
#author,
#email,
#url {
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

#comment {
	margin: 12px 0;
	margin: 0.75rem 0;
}

label {
	margin-left: 12px;
	margin-left: 0.75rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	margin-top: 1.5rem;
	padding: 32px;
	padding: 2rem;
}

.comment-list li ul li {

}

.comment-header {
	overflow: hidden;
}

.comment {
	border: 1px solid #ddd;
}

.comment-content p {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.bypostauthor {
}

#comments .navigation {
	margin-top: 32px;
	margin-top: 2rem;
}


/*
10 Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	display: inline;
	line-height: 1.5;
}

.sidebar p {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.sidebar .widget {
	border-bottom: 4px double #ddd;
	margin-bottom: 32px;
	margin-bottom: 2rem;
	padding-bottom: 32px;
	padding-bottom: 2rem;
	overflow: hidden;
}

.sidebar.widget-area ul li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
	word-wrap: break-word;
}


/*
11 Footer
---------------------------------------------------------------------------------------------------- */

#footer {
	clear: both;
	background: #333;
	color: #f4f4f4;
	line-height: 1.2;
	font-size: 14px;
}

#footer a {
	color: #f4f4f4;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	}

#footer .wrap {
	overflow: hidden;
	padding: 16px 0;
	padding: 1rem 0;
	max-width: 1030px;
	margin: 0 auto;
}

#footer .creds {
	text-align: right;
	width: 60%;
}

#footer .creds a {
	font-weight: 700;
}

#footer .gototop {
	font-family: "Fjalla One", Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 20px;	
	margin-top: 8px;
	margin-top: .5rem;
}

/* 11a - Footer Widgets ----------- */

.footer-widgets {
	background: #f7f7f7;
	clear: both;
	line-height: 1.5;
	overflow: hidden;
	padding: 24px;
	padding: 1.5rem;
	border: 4px double #ddd;
	border-width: 4px 0 0;
}

.footer-widgets .widgettitle {
	color: #444;
}

.footer-widgets a {
	text-decoration: none;
	font-weight: 700;
}

.footer-widgets .wrap {
	max-width: 1030px;
	margin: 0 auto;
}

.footer-widgets p {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.footer-widgets .widget {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.footer-widgets .widget-area ul li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
	word-wrap: break-word;
}

.footer-widgets-1 {
	margin-right: 4.166666666%; /* 48px / 1152px */
}


/*
12 Forms & Buttons
---------------------------------------------------------------------------------------------------- */

.s {
	font-family: "Libre Baskerville",Georiga,serif;
	font-style: italic;
	font-size: 12px;
	color: #666;
}

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 4px 8px;
	padding: .25rem .5rem;
	width: 100%;
}

#header .search-form {
	float: right;
	margin-top: 56px;
	margin-top: 3.5rem;
	width: 100%;
}

button,
input[type="button"],
input[type="submit"],
.btn {
	background-color: #444444;
	border: none;
	box-shadow: none;
	cursor: pointer;
	padding: 12px 16px;
	padding: .75rem 1rem;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="submit"],
.btn:hover {
	background-color: #901C0C;
}

.enews input[type="submit"],
.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* 12a - Gravity Forms ----------- */

#content div.gform_wrapper input,
#content div.gform_wrapper select,
#content div.gform_wrapper textarea,
#content div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1rem;
	padding: 16px;
	padding: 1rem;
}

#content div.gform_wrapper input[type="submit"] {
	padding: 16px 24px;
	padding: 1rem 1.5rem;
}

#content div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1rem 0 0;
}


/*
13 Images & Captions
---------------------------------------------------------------------------------------------------- */

embed,
img,
object,
video {
	max-width: 100%;
}

img {
	height: auto;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 1.5rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 1.5rem;
}

.author-box .avatar {
	float: left;
	margin-right: 24px;
	margin-right: 1.5rem
}

.comment-list li .avatar {
	float: left;
	margin: 0 16px 24px 0;
	margin: 0 1rem 1.5rem 0;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.5rem
}

img.alignnone {
	display: inline;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

img.alignleft,
.post-image,
.wp-caption.alignleft {
	display: inline;
	margin: 0 24px 24px 0;
	margin: 0 1.5rem 1.5rem 0;
}

img.alignright,
.wp-caption.alignright {
	display: inline;
	margin: 0 0 24px 24px;
	margin: 0 0 1.5rem 1.5rem;
}

p.wp-caption-text {
	line-height: 1.2;
	margin-top: 12px;
	margin-top: 0.75rem;
}

.gallery-caption {
}

/* REMOVE ABOUT WIDGET ON ABOUT STACEY PAGE */

.page-id-2 #sidebar #text-39 { display: none }

.adsbygoogle {
	display: inline-block;	
	width: 728px;
	height: 90px;
}

.columnleft img,
.featuredpost img {
	background: #fff;
	padding: 4px;
	-moz-box-shadow: 0 0 10px #AAA !important;	
	-webkit-box-shadow: 0 0 10px #AAA !important;	
	box-shadow: 0 0 10px #AAA !important;	
}

/*
14 Media Queries
---------------------------------------------------------------------------------------------------- */

/* Desktops, laptops and iPads (landscape) ----------- */

@media only screen and (max-width: 1070px) {

#inner {
	-moz-box-shadow: 0 0 0 transparent !important;
	-webkit-box-shadow: 0 0 0 transparent !important;
	box-shadow: 0 0 0 transparent !important;
}

#content-sidebar-wrap {
	position: relative;
}

	#socialbox,
	#customheader,
	.genesis-nav-menu li.search  { 
		display: none; 
	}

	#leaderboard-wrap,
	#nav .wrap,
	#subnav .wrap {
		width: 730px;
	}

	#leaderboard-ad {
		max-width: 100%;
		width: 728px;
		float: none;
	margin: 0 auto;
	}
	
	#customheadersmall,
	#verticalsocialbox,
	#headersearch {
		display: block;
	}

.single .post-info {
	width: 65%;
}

#topmenu {
	background: none;
	-moz-box-shadow: 0 0 0;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
}

#pinitbutton {
margin-left: 4px;
display:none;
}

.navigation li a, 
.navigation li a:hover, 
.navigation li.active a, 
.navigation li.disabled {
	padding: 8px 16px;
	padding: .5rem 1rem; 
}

#topmenu a:hover {
	color: #fff;
}

#topmenu .menu-top-menu-container,
#header .wrap {
	width: 750px;
}

#inner {
	width: 750px;
	padding: 0;
	background: none;
	border: none;
	-moz-box-shadow: 0 0 20px #999;
	-webkit-box-shadow: 0 0 20px #999;
	box-shadow: 0 0 20px #999;
}

#subnav a {
	font-size: 12px;
	padding; 8px 12px;
	padding: 0.5rem .75rem;
}

.genesis-nav-menu a {
	padding: 16px;
	padding: 1rem;
}

.content-sidebar #content,
.full-width-content #content,
#sidebar {
	width: 610px;
	padding: 24px;
	padding: 1.5rem;
	background: #fff;
	border: 4px double #ddd;
	border-width: 0 4px;
}

.content-sidebar #content,
.full-width-content #content {
	padding-bottom: 0;
}

#sidebar {
	float: left;
	display: block;
	padding-top: 0;
}

#menu-top-menu {
	margin-right: 165px;
	padding-left: 0;
}

#headersearch {
	position: absolute;
	top: 5px;
	right:0;
	width: 150px;
	height: 30px;
	z-index: 4000;
}

#headersearch .searchform {
	margin-top: 0;
}

#menu-top-menu {
	float: right;
}

#topmenu a {
	color: #444;
}

#promotion {
	position: absolute;
	bottom: 0;
	right: 0;
}

#header .wrap {
	height: 175px;
}

#customheadersmall {
	position: absolute;
	top: 0;
	left: 0;
}
	
#verticalsocialbox {
	position: absolute;
	right: 0;
	top: 15px;
	height: 455px;
	width: 65px;
}

#verticalsocialbox a {
	width: 65px;
	height: 65px;
	display: inline-block;
	transition: none;
}

#verticalsocialbox .fbicon {
	background: url(images/sprite.png) 0 -175px no-repeat;
}

#verticalsocialbox .fbicon:hover {
	background: url(images/sprite.png) 0 -275px no-repeat;
}

#verticalsocialbox .twittericon {
	background: url(images/sprite.png) -100px -175px no-repeat;
}

#verticalsocialbox .twittericon:hover {
	background: url(images/sprite.png) -100px -275px no-repeat;
}

#verticalsocialbox .pinteresticon {
	background: url(images/sprite.png) -200px -175px no-repeat;
}

#verticalsocialbox .pinteresticon:hover {
	background: url(images/sprite.png) -200px -275px no-repeat;
}

#verticalsocialbox .instagramicon {
	background: url(images/sprite.png) -300px -175px no-repeat;
}

#verticalsocialbox .instagramicon:hover {
	background: url(images/sprite.png) -300px -275px no-repeat;
}

#verticalsocialbox .rssicon {
	background: url(images/sprite.png) -400px -175px no-repeat;
}

#verticalsocialbox .rssicon:hover {
	background: url(images/sprite.png) -400px -275px no-repeat;
}

.footer-widgets .wrap,
#footer .wrap {
	width: 750px;
}

.featuredpost img {
	width: 70px;
	margin-right: 10px;
}	

.featuredpost h2 a {
	font-weight: normal;
	font-size: 16px;
}

#footer .creds {
	width: 75%;
}

}

/* iPads (portrait) ----------- */

@media only screen and (max-width: 768px) {

.adsbygoogle {
	width: 468px;
	height: 60px;
}

	#leaderboard-wrap,
	#topmenu .menu-top-menu-container,
	#nav .wrap,
	#subnav .wrap,
	#header .wrap {
		width: 95%;
		margin: 0 auto;
	}

	#leaderboard-ad {
	width: 468px;
	margin:0 auto;	
}

	#leaderboard-wrap {
	height: auto;
}
	#promotion,
	#verticalsocialbox {
		display: none;
}

	#headersocialbox {
	display: block;
	position: absolute;
	right: 0;
	top: 31px;
	height: 30px;
	width: 164px;
}

#headersocialbox a {
	width: 30px;
	height: 30px;
	display: inline-block;
	transition: none;
}

#headersocialbox .fbicon {
	background: url(images/sprite.png) -17px -392px no-repeat;
}

#headersocialbox .fbicon:hover {
	background: url(images/sprite.png) -17px -492px no-repeat;
}

#headersocialbox .twittericon {
	background: url(images/sprite.png) -117px -392px no-repeat;
}

#headersocialbox .twittericon:hover {
	background: url(images/sprite.png) -117px -492px no-repeat;
}

#headersocialbox .pinteresticon {
	background: url(images/sprite.png) -217px -392px no-repeat;
}

#headersocialbox .pinteresticon:hover {
	background: url(images/sprite.png) -217px -492px no-repeat;
}

#headersocialbox .instagramicon {
	background: url(images/sprite.png) -317px -392px no-repeat;
}

#headersocialbox .instagramicon:hover {
	background: url(images/sprite.png) -317px -492px no-repeat;
}

#headersocialbox .rssicon {
	background: url(images/sprite.png) -417px -392px no-repeat;
}

#headersocialbox .rssicon:hover {
	background: url(images/sprite.png) -417px -492px no-repeat;
}

#topmenu {
	height: 35px;
}

#topmenu a {
	padding: 12px 5.6px;
	padding: 0.75rem 0.35rem;
}

#inner {
	background: #fff;
	width: 100%;
}

#inner #content-sidebar-wrap {
	width: 95%; 
	margin: 0 auto;
	float: none;
}

#inner #content {
	border-width: 0;
	width: 100%;
	margin: 0 auto;
	float: none;
	padding: 15px 0;
}

#slider {
	width: 95%;
	margin: 0 auto 15px;
}

#content-sidebar-wrap #sidebar {
	float: none;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border: none;
	clear: both;
}

#footer-widgets {
	padding: 0;
	width: 100%;
}

#footer-widgets .wrap {
	width: 95%;
	margin: 0 auto;
	padding: 15px 0;
}

#footer-widgets .widget-area {
	width: 100%;
	margin: 0;
}

#footer .wrap {
	width: 95%;
	margin: 0 auto;
	padding: 10px 0;
}

#nav .wrap,
#nav a { 
border: none; 
}

#nav a {
	padding: 8px 12px;
	padding: 0.5rem .75rem;
}

#subnav a {
	margin: 3px;
	background: #511007;
}

#subnav .sub-menu a {
	color: #fff;
	margin: 0 0 0 3px;
	border: none;
}

#subnav .sub-menu {
	margin-top: -7px;
}

.featuredpost .post, .customexcerpt.post {
	min-height: 140px;
	height: auto;
}

#header {
	margin-top: -35px;
}

#menu-top-menu {
	margin-right: 0;
}

#headersearch {
	width: 163px;
	top: 69px;
	position: absolute;
	right: 0;
}

#headersearch .search-form {
	width: 100%;
}

#headersearch .s {
	padding: 8px 12px;
	padding: .5rem .75rem;
}

}

/* iPhones (portrait and landscape) ----------- */

@media only screen and (max-width: 480px) {

.adsbygoogle {
	width: 320px;
	height: 50px;
}

	#leaderboard-ad {
	width: 468px;
	margin:0 auto;	
}
	#header {
	margin-top: -11px;
}

.dd_outer {
	display: none;
}

#headersocialbox {
	top: 7px;
}

#headersearch {
	top: 44px;
}

	#leaderboard-wrap {
	width: 100%;
}

	html {
		font-size: 87.5%; /* 14px base */
	}

	#header .search-form {
		width: 100%;
	}

	#footer .gototop,
	#footer .creds {
	width: 100%;
	text-align: center;
	float: none;
}

	#footer .gototop {
	margin-bottom: 10px;
}
}

/* iPhones (portrait and landscape) ----------- */

@media only screen and (max-width: 468px) {

	#leaderboard-ad {
	width: 320px;
	margin:0 auto;	
}

	#google-before-comments {
	display: none;
}

}

/* iPhones (portrait and landscape) ----------- */

@media only screen and (max-width: 320px) {

body {
	background: none;
}

#topmenu {
	padding-top: 5px;
}

#topmenu a {
	padding: 4px 5.6px;
	padding: 0.25rem 0.35rem;
}

#slider {
	display: none;
}

.columnleft,
.columnright {
	width: 100%;
	float: none;
	margin: 0 0 10px;	
	text-align: center;
}

.columnleft img {
	width: 100%;
}

}