/*
	Theme Name: Harshada 2014
	Description: This is a custom child theme created for the Genesis Framework.
	Author: Michelle Martello
	Author URI: http://www.minimadesigns.com/

	Last Updated: 6.29.16
	Version: 2.0.1

	Template: genesis
	Template Version: 2.0.1
	
	White paperboard background by subtlepatterns.net
*/


/* Table of Contents

	- Imports
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Pages
		- Home Page
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- Retina Images
		- min-width: 1401px
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px
		- max-width: 639px
		- max-width: 567px
		- max-width: 479px
	- Flexnav

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;

	/* box-sizing fix for IE6 & IE7
	 * Link: https://github.com/Schepp/box-sizing-polyfill
	*/
	*behavior: url('https://raw.github.com/Schepp/box-sizing-polyfill/master/boxsizing.htc');
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/*
FONT ICONS
---------------------------------------------------------------------------------------------------- */


/*@charset "UTF-8";*/

@font-face {
  font-family: "david-wagner";
  src:url("fonts/david-wagner.eot");
  src:url("fonts/david-wagner.eot?#iefix") format("embedded-opentype"),
    url("fonts/david-wagner.woff") format("woff"),
    url("fonts/david-wagner.ttf") format("truetype"),
    url("fonts/david-wagner.svg#david-wagner") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "david-wagner" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "david-wagner" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-circlefeather:before {
  content: "\e001";
}
.icon-feather:before {
  content: "\e002";
}
.icon-crossarrow:before {
  content: "\e000";
}
.icon-opencircle:before {
  content: "\e003";
}



.g-hr {
	font-size: 0;
	text-align: center;
	height: 20px;
	width: 100%;
	margin: 35px 0;
	padding: 2px 0;
	overflow: hidden;
	position: relative;
	clear: both;
	}
	
.sidebar .g-hr {margin:10px 0 !important}


	.g-hr-h:before,
	.g-hr-h:after {
		display: inline-block;
		content: "";
		height: 1px;
		width: 50%;
		margin-top: 7px;
		vertical-align: top;
		position: relative;
		background-color: #b98a38;
		}
	.g-hr-h:before {
		left: -13px;
		margin-left: -50%;
		}
	.g-hr-h:after {
		left: 13px;
		margin-right: -50%;
		}
		.g-hr-h i {
						font-size: 16px;
line-height: 16px;
height: 16px;
width: 20px;
			vertical-align: top;
			text-align: center;
			color: #362206;
			}
			
			
			
			

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	-webkit-text-size-adjust: 100%;
	background:url(images/white_paperboard.jpg) repeat;
	color: #3b2b1a;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #3b2b1a;
	color: #fff;
}

::selection {
	background-color: #3b2b1a;
	color: #fff;
}

a {
	color: #c7a53e;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #986D36;
	outline: none;
}

a:focus {
	outline: none;
}

a img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}

b,
strong {
	font-weight: 700;
}

em,
i {
	font-style: italic;
}

ol,
ul {
	margin: 0;
	padding: 0;
}








blockquote {
	
	
/*-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 40px;
-webkit-margin-end: 40px;
	*/
	
	/*font-style: italic;
	color:#b28532;
	font-size:18px;line-height:1.7em;padding:0 !important;
	/*border-top:3px solid #e3d6c5;padding:20px;margin:20x 0!important*/
	
}

blockquote::before {border-top: 10px solid black;}

blockquote {font-family: 'Anodyne', sans-serif;
font-size: 20px;
line-height: 30px;
font-weight: 400;
font-style: normal;
	color:#b28532;}

.pullquoteleft {display: block;margin:20px 0px 20px -60px;padding:10px 0 0 0;border-top:8px solid #e5e5dc;text-align:right;}
.pullquoteright {display: block;margin:20px -60px 20px 0px;padding:10px 0 0 0;border-top:8px solid #e5e5dc}

.pullquoteleftfull {width:300px;float:left;margin:0 60px 50px -120px;border-top:8px solid #e5e5dc}
.pullquoterightfull {width:300px;float:right;padding:0;margin:0 0 0 40px; padding:10px 0 10px 0;border-top:8px solid #e5e5dc}

.pullQuote .thickHalfRule {
  width: 80px;
  border-top: 20px solid black;
}
.pullQuote blockquote {
  margin-left: 0;
  margin-top: 15px;
}
.pullQuote p {
  font-family: "nyt-stymie", "helvetica neue", helvetica, arial;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
  color: black;
}


.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite { font-size: 16px;color:#372206;font-style:normal
}

code {
	color: #999;
	font-family: 'Consolas', monospace, serif;
	font-size: 12px;
	font-size: 1.2rem;
}

hr {
	clear: both;
	 border-style: none;
  border-width: 0;
  margin: 32px 0;
  color: rgba(33, 33, 33, .15);
  background-color: rgba(33, 33, 33, .15);
}

.pull {text-align:center;}

.callout {font-family: 'Special Elite', Courier, serif;
	font-weight: 400;
	line-height: 1.8;margin:25px 0;
	font-size:18px;text-align:center;padding:30px 0px;color:#ad8234;
	border-top:1px solid #d6d6d6;border-bottom:1px solid #d6d6d6;text-transform:uppercase;clear:both}

.callout strong {color:#341f03}

/* Colors */
.white  { color: #FFFFFF !important; }
.bronze { color: #de9f50 !important; }
.orange {color:#986d36 !important}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #3b2b1a;
	font-family: 'Special Elite', Courier, serif;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 10px;
	margin: 0 0 1rem;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}



h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

h1.aligncenter,
h2.aligncenter,
h3.aligncenter,
h4.aligncenter,
h5.aligncenter,
h6.aligncenter {
	
	text-align: center;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #BAA8A8;
	border-radius: 0px;
	color: #3b2b1a;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 14px 14px 10px;
	padding: 1.4rem 1.4rem 1rem;
	width: 100%;
}

input {
	border: 3px solid #553407;
}

input:focus,
textarea:focus {
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #986d36;
	border: none;
	border-radius: 0px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Special Elite', Courier, serif;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 18px 24px 14px;
	padding: 1.8rem 2.4rem 1.4rem;
	text-align: center;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #c7a53e;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	border-radius: 0px;
	display: inline-block;
}

a.more-link,
.entry-content a.more-link {
	background-color: #986d36;
	color: #FFF;
	display: table;
	font-family: 'Special Elite', Courier, serif;
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 10px;
	margin-top: 1rem;
	padding: 12px 20px 8px;
	padding: 1.2rem 2rem 0.8rem;
	text-transform: lowercase;
}

a.more-link:hover,
.entry-content a.more-link:hover {
	color: #DE9F50;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

input[type="checkbox"] {
	-webkit-appearance: checkbox;
	border: 0 none;
	width: auto;
}

input[type="radio"] {
	-webkit-appearance: radio;
	border: 0 none;
	width: auto;
}

input[type="image"] {
	border: 0 none;
	padding: 0;
	width: auto;
}

/* Input Placeholders */
*::-webkit-input-placeholder {
   color: #3b2b1a;
}

*:-moz-placeholder {  /* Firefox 18- */
   color: #3b2b1a;
}

*::-moz-placeholder {  /* Firefox 19+ */
   color: #3b2b1a;
}

*:-ms-input-placeholder {
   color: #3b2b1a;
}


/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.content-sidebar-wrap,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.wrap:after {
	clear: both;
	content: " ";
	display: block;
}

.site-inner {
	background: url(images/bg-tooth-white.png) repeat-x 50% 0%;
	clear: both;
	margin: -6px auto 0;
	padding-top: 40px;
	padding-top: 4rem;
	width: 100%;
}


/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	width: 740px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

.full {padding:0 40px 0 40px}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;border-radius: 50%;-moz-border-radius: 50%;-webkit-border-radius: 50%;
}


.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sticky {
}

img.centered
{
	display: block;
	margin: 0 auto 40px;
	margin: 0 auto 4rem;
}

.aligncenter  {display: block;
	margin: 0 auto 10px;
	margin: 0 auto 1rem;}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

img.circle {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 18px 0;
	margin: 0 2.4rem 1.8rem 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

.wp-caption-text {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	text-align: center;
	font-family: 'Special Elite', Courier, serif;text-transform:uppercase
}

.gallery-caption {
}

.circle {
	
	width: 150px;
	height: 150px;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.archive-description,
.author-box {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.archive-description {
	padding: 40px 40px 24px;
	padding: 4rem 4rem 2.4rem;
}

.author-box {
	padding: 40px;
	padding: 4rem;
}

.author-box-title {
	color: #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box a {
	border-bottom: 1px solid #ddd;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Titles
--------------------------------------------- */

.entry-title {
	color: #362705;
	font-size: 48px;
	font-size: 4.8rem;
	line-height: 1;
	text-align: center;
}

.full-width-content h1.entry-title:after {
	background: url(images/icon-arrow-x.png) no-repeat 50% 50%;
	clear: both;
	content: "";
	display: block;
	height: 110px;
	margin: 0 0 30px;
	margin: 0 0 3rem;
	width: 100%;
}

.entry-title a {
	font-size: 30px;
	font-size: 3rem;
}



.entry-title a,
.sidebar .widget-title a {
	color: #986D36;
}

.entry-title a:hover {
	color: #c7a53e;
}

.subtitle {
	clear: both;
	color: #362705;
	font-size: 30px;
	font-size: 3.0rem;
	text-align: center;
}

.subtitle span {
	border-bottom: 1px solid #baa8a8;
	display: inline-block;
	padding: 15px 55px;
	padding: 1.5rem 5.5rem;
}

.widget-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	text-transform: uppercase;
}

.sidebar .widget-title {	color: #b08131;font-size:30px;
	font-family: 'Anodyne', sans-serif;}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0 0 24px;
	padding: 0 0 2.4rem;
}

.featured-content .entry-title {
	border: none;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
}

.enews-widget .widget-title {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #986D36;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
	border:1px solid #eee !important
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
}

div.gform_wrapper .gfield_checkbox li input[type="checkbox"], 
div.gform_wrapper.gf_browser_ie .gfield_checkbox li input[type=checkbox],
div.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
div.gform_wrapper.gf_browser_safari .gfield_checkbox li input[type="checkbox"],
div.gform_wrapper .gfield_radio li input[type="radio"],
div.gform_wrapper.gf_browser_ie .gfield_radio li input[type=radio],
div.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio],
div.gform_wrapper.gf_browser_safari .gfield_radio li input[type="radio"] {
	margin-top: 5px;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background: #e9ddb9 url(images/bg-header.jpg) no-repeat 50% 0%;
}

.site-header .wrap {
	padding: 40px 0;
	padding: 4rem 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	font-family: Lato, sans-serif;
	font-weight: 700;
	padding: 16px 0;
	padding: 1.6rem 0;
	width: 320px;
}

.site-title {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 0;
}

.header-image .site-description {
	line-height: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	padding: 0;
}

.header-image .title-area {
	background: url(images/logo.png) no-repeat 50% 50%;
	float: none;
	padding: 0;
}

.header-image .site-title a {
	min-height: 200px;
	width: 100%;
}

/* Widget Area
--------------------------------------------- */

.widget-area {
	word-wrap: break-word;
}

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}

.header-image .site-header .widget-area {
	padding: 40px 0;
	padding: 4rem 0;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
	margin-top: 2.4rem;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	background: url(images/bg-nav.png) repeat;
	clear: both;
	color: #FFF;
	display: inline-block;
	font-family: 'Special Elite', Courier, serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 22px;
	line-height: 2.2rem;
	padding: 0 15px;
	padding: 0 1.5rem;
	width: auto;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #FFF;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 14px 10px;
	padding: 1.4rem 1.4rem;
}

.genesis-nav-menu a:after {
	color: #FFF;
	content: "\|";
	display: inline-block;
	position: relative;
    right: -15px;
    width: 4px;
}

.genesis-nav-menu li:last-child a:after {
	display: none;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #de9f50;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #de9f50;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #352004;
	border-top: none;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.genesis-nav-menu .sub-menu li:last-child a,
.genesis-nav-menu .sub-menu .sub-menu li:last-child a {
    -webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 28px 0;
	padding: 2.8rem 0;
	text-transform: uppercase;
}


/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #5a3708;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	text-align: center;
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #de9f50;
}

.nav-primary .sub-menu a:hover {
	color: #b5873a;
}


/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 20px 20px 14px 0;
	padding: 2rem 2rem 1.4rem 0 ;
}

.full-width-content .entry {
	padding: 40px 65px;
	padding: 4rem 6.5rem;
}

.entry-content a {
	border-bottom: 1px solid #c7a53e;
	color: #c7a53e;
}

.entry-content a:hover {
	border-bottom: 1px solid #986D36;
	color: #986D36;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

.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;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	
}

.entry-meta a {
	/* border-bottom: 1px solid #c7a53e; */
}

.entry-header .entry-meta {
margin:0;padding:0;
	font-family: 'Special Elite',Courier,serif;
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: uppercase;

}

.post-10 .entry-title {display:none	}
	
.blog .entry-title, .post .entry-title  {font-size: 28px;	font-size: 2.8rem;line-height:1; text-align:left !important;	border-bottom:1px dotted #af8533;padding:15px 0 10px 0;margin:0 0 15px 0}
.blog .entry-title a, .post .entry-title a {	}

.entry-footer .entry-meta {display:none
	
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}


/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #986D36;
	border-radius: 0px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #c7a53e;
}

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

.pagination-next, .pagination-previous{border:1px dotted #986d36;padding:10px 15px}




/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.entry-comments {
	padding: 40px;
	padding: 4rem;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
}

.comment-respond a,
.entry-comments a {
	border-bottom: 1px solid #ddd;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

li.comment {
	background-color: #f6f5f1;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}

/*
Pages
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */
.home .site-inner {
	padding: 35px 0 20px;
	/*padding: 3.5rem 0 2rem;*/
}

.home .content-sidebar-wrap {
	background: url(images/bg-home-main.jpg) no-repeat center top;
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	max-width: 1060px;*/
}

.home .site-inner .content {
	/*padding: 20px 0;
	padding: 2rem 0;*/
}

.home .content .entry {
	background-color: transparent;
	color: #FFFFFF;
	margin: 0 9.433962264150943% 40px;  /* 100px / 1060px */
	margin: 0 9.433962264150943% 4rem;
	padding: 20px 0;
	padding: 2rem 0;
	/*text-align: center;*/
	text-transform: uppercase;
	width: 45.28301886792453%; /* 480px / 1060px */
}

.upcoming {padding:30px 0 0 0}
.home .content .entry a:hover {color:#fff}
/*.home .content .entry .css-events-list img {border:3px solid #fff;margin:0 0 15px 0;height:125px !important;width:125px !important}*/
.home .content .entry .css-events-list img {display:none !important}
.home .content .entry .css-events-list {margin:20px 0 0 -10px;padding:20px 0 130px 0}
.home .content .entry .css-events-list h4 {font-size:24px !important;line-height:1.3 !important}
.home .content .entry .css-events-list h4  a {color:#fff}
.home .content .entry  .g-hr {display:none;}

.home .content h1, 
.home .content h2,
.home .content h3,
.home .content h4,
.home .content h5,
.home .content h6 {
	color: #FFF;
	font-family: 'Anodyne', sans-serif;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 0;
	text-transform: lowercase;	
}

.home .content h1, 
.home .content h2 {
	font-size: 50px;
	font-size: 5rem;
	letter-spacing: 5px;
	line-height: 36px;
	line-height: 3.6rem;
	text-transform: uppercase;
}


.home .content h3 {
	font-size: 36px;
	line-height: 3.6rem;margin:50px 0 10px 0
}
/*
.home .content h3 {
	font-size: 42px;
	font-size: 4.2rem;
	line-height: 46px;
	line-height: 4.6rem;
}
*/
.home .content h4 {
	font-size: 24px;
}

.home .content h5 {
	font-size: 20px;
	font-size: 2rem;
	letter-spacing: 1px;
	line-height: 36px;
	line-height: 3.6rem;
}

.home .content h6 {
	font-size: 20px;
	font-size: 2rem;
	line-height: 36px;
	line-height: 3.6rem;
}

.home .content hr {
	background: url(images/hr-home.jpg) no-repeat center top;
	border: 0px;
	height: 3px;
	margin: 20px 0 26px;
	width: 100%;
}


/* Home Newsletter Widget */
.home-optin-widget {
	background: url(images/bg-home-optin.jpg) no-repeat 50% 100%;
	clear: both;
    min-height: 117px;
    text-align: center;
}
/*
.home-optin-widget:before {
	background: url(images/bg-home-optin-shadow.png) repeat-x center bottom;
	content: "";
	display: block;
	height: 25px;
	width: 100%
}
*/
.home-optin-widget .widget {
	margin: 0 9.43396%;  /* 100px / 1060px */
}

.home-optin-widget h4 {color:#fff;padding:30px 0 10px 0 !important}
.home-optin-widget input[type="email"],
.home-optin-widget input[type="text"] {
	border: 3px solid #000000;
	color: #3b2b1a;
	font-family: 'Special Elite', Courier, serif;
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase;
	vertical-align: middle;
}

.home-optin-widget input[type="email"] {
	margin: 0 2.558139534883721%;  /* 0 22px / 860px */
	width: 46.5116%; /* 400px / 860px */
}

.home-optin-widget input[type="text"] {
	width: 32.0930%; /* 276px / 860px */
}

.home-optin-widget input[type="submit"] {
	background: transparent url(images/bg-optin-submit.png) no-repeat 50% 50%;
	color: #cb9651;
	font-family: 'Special Elite', Courier, serif;
	font-size: 24px;
	font-size: 2.4rem;
	height: 117px;
	width: 117px;
}


/* Home Widget */
.home-widget {
	background-color: #986d36;
	color: #311c03;
	font-family: 'Special Elite', Courier, serif;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 35px 0 100px;
	padding: 3.5rem 0 10rem;
}

.home-widget .wrap {
	background-color: #FFF;
	max-width: 1060px;
}

.home-widget .wrap:before {
	background: url(images/bg-tooth-white.png) repeat-x center top;
	content: "";
	display: block;
	height: 6px;
	position: relative;
	top: -6px;
	width: 100%
}

.home-widget .container {
	margin: 50px 50px 0;
	margin: 5rem 5rem 0;
	position: relative;
}

.home-widget .container:before {
	border-left: 6px solid #e2dbd1;
	border-right: 6px solid #e2dbd1;
	border-top: 6px solid #e2dbd1;
	content: "";
	display: block;
	height: 34px;
	margin-left: -6px;
	margin-top: -6px;
	width: 100%;
}

.home-widget .home-widget-title {
	color: #FFF;
	font-family: 'Anodyne', serif;
	font-size: 30px;
	font-size: 3rem;
	font-style: normal;
	font-weight: normal;	
	display: block;
	position: absolute;
	text-align: center;
	text-transform: lowercase;
	top: -20px;
	width: 100%;
}

.home-widget .home-widget-title span {
	background-color: #986d36;
	border: 6px solid #e2dbd1;
	display: inline-block;
	padding: 6px 16px 5px;
	padding: 0.6rem 1.6rem 0.5rem;
	margin: 0 auto;
}

.home-widget .widget {
	float: left;
	margin: 50px 0 20px;
	margin: 5rem 0 2rem;
	width: 23.437475%; /* 225px / 960px */
}

.home-widget .widget:nth-of-type(2) {
	margin-left:  2.08333%; /* 20px / 960px */
	margin-right: 1.04167%; /* 10px / 960px */
}

.home-widget .widget:nth-of-type(3) {
	margin-left:  1.04167%; /* 10px / 960px */
	margin-right: 2.08333%; /* 20px / 960px */
}

.home-widget .widget .entry {
	border-bottom: 0 none;
	margin: 0;
	padding: 0;
}

.home-widget .entry-title,
.home-widget .widget-title {
	color: #986d36;
	font-family: 'Special Elite', Courier, serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	text-align: left;
}

.home-widget .entry-title a {
	color: #986d36;
	font-size: inherit;
	text-transform: uppercase;
}

.home-widget img {
	border: 6px solid #e2dbd1;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}



/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
}

.sidebar a {
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.eventinfo {margin:-150px 0 0 0;height:150px;z-index:100;padding:10px 10px;font-size:14px}

.sidebar img {margin:0 0 15px 0 !important}

.eventinfo span{
	background: #fff;padding:5px 0 !important;
	text-transform: uppercase;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 10px;
	margin-bottom: 1rem;
	padding: 20px;
	padding: 2rem;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #333;
	color: #999;
	clear: both;
	padding: 40px 0 16px;
	padding: 4rem 0 1.6rem;
}

.footer-widgets-1,
.footer-widgets-3 {
	width: 350px;
}

.footer-widgets-2 {
	width: 360px;
}

.footer-widgets-1 {
	margin-right: 40px;
	margin-right: 4rem;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets a {
	border-bottom: 1px solid #666;
	color: #999;
}

.footer-widgets a:hover {
	color: #ddd;
}

.footer-widgets .widget {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.footer-widgets .widget-title {
	color: #fff;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


/* Footer Newsletter Bar */
.footer-optin-widget {
	background: #986d36 url(images/bg-footer-optin.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top: 100px;
	margin-top: 10rem;
}

.footer-optin-widget:before {
	background: url(images/bg-tooth-white-bottom.png) repeat-x center top;
	content: "";
	display: block;
	height: 7px;
	width: 100%;
}

.footer-optin-widget .wrap {
	padding: 50px;
	padding: 5rem;
}

.footer-optin-widget h1,
.footer-optin-widget h2,
.footer-optin-widget h3,
.footer-optin-widget h4,
.footer-optin-widget h5,
.footer-optin-widget h6 {
	color: #FFF;
	font-family: 'Anodyne', sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 24px;
	margin: 0px;
	text-transform: lowercase;
}

.footer-optin-widget h1,
.footer-optin-widget h2,
.footer-optin-widget h3 {
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 2px;
	letter-spacing: 0.2rem;
	line-height: 36px;
	line-height: 3.6rem;
	padding: 0 0 5px 0;
	text-transform: uppercase;
}

.footer-optin-widget h4,
.footer-optin-widget h5,
.footer-optin-widget h6 {
	font-size: 22px;
	font-size: 2.2rem;
	letter-spacing: 2px;
	letter-spacing: 0.2rem;
	
}

.footer-optin-widget div.alignleft {
	background: url(images/icon-arrow-x-dark.png) no-repeat 50% 50%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
	padding: 35px 0;
	padding: 3.5rem 0;
	max-width: 43.2692%; /* 450px / 1040px */
	min-height: 135px;
	text-align: center;
}

.footer-optin-widget form {
	float: right;
	width: 55.2885%; /* 575px / 1040px */
}

.footer-optin-widget input {
	font-family: 'Special Elite', Courier, serif;
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase;
	vertical-align: middle;
}

.footer-optin-widget input[type="text"] {
	width: 26.08695652173913%; /* 150px / 575px */
}

.footer-optin-widget input[type="email"] {
	margin: 0 15px;
	margin: 0 1.5rem;
	width: 43.47826086956522%; /* 250px / 575px */
}

.footer-optin-widget input[type="submit"] {
	background: transparent url("images/bg-optin-submit.png") no-repeat 50% 50%;
	color: #cb9651;
	font-size: 24px;
	font-size: 2.4rem;
	height: 117px;
    width: 117px;

}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background: #190e09 url(images/bg-footer.jpg) repeat-y center top;
	color: #FFF;
	font-family: 'Special Elite', Courier, serif;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	text-transform: uppercase;
}

.site-footer:before {
	background: url(images/bg-tooth-footer.png) repeat-x center top;
	content: "";
	display: block;
	height: 6px;
	position: relative;
	top: -6px;
	width: 100%;
}

.site-footer .wrap {
	padding: 25px 0;
	padding: 2.5rem 0;
}

.site-footer a {
	color: #986d36;
}

.site-footer a:hover {
	color: #c7a53e;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer .credits {
	color: #986d36;
	font-size: 10px;
	font-size: 1rem;
	margin: 0 10px;
	margin: 0 1rem;
}


/* EVENTS */
.single-event .entry-meta {display:none}






/* BOOK Newsletter Bar */
.bookoptin {background:  url(images/bg-footer-optin.jpg) repeat-y center top;text-align:center;padding:30px 20px 20px 20px}


.bookoptin h3{font-size:36px;
	color: #FFF;
	font-family: 'Anodyne', sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 24px;
	margin: 0px;
	text-transform: lowercase;text-align:center;padding:20px 0 20px 0
}

.bookoptin h3 span {color:#e4a44a}

.bookoptin input {
	font-family: 'Special Elite', Courier, serif;
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase;
	vertical-align: middle;
}

.bookoptin input[type="text"] {
	width: 30%;float:left;margin:30px 0px 0 0px; /* 150px / 575px */
}

.bookoptin input[type="email"] {
	float:left;margin:30px 20px 0 20px;
	width: 50%; /* 250px / 575px */
}

.bookoptin input[type="submit"] {
	background: transparent url("images/bg-optin-submit.png") no-repeat 50% 50%;
	color: #cb9651;
	font-size: 24px;
	font-size: 2.4rem;
	height: 117px;
    width: 117px;

}

.bookoptin input[type="submit"]:hover {
	background: transparent url("images/bg-optin-submit.png") no-repeat 50% 50% 

}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

/* Retina Images
--------------------------------------------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	body {
		background: url(images/white_paperboard_@2X.jpg) repeat;
	}

	.header-image .title-area {
		background-image: url(images/logo@2x.png);
		background-size: 574px 157px;
	}

	.full-width-content h1.entry-title:after {
		background-image: url(images/icon-arrow-x@2x.png);
		background-size: 105px 90px;
	}

	.home-optin-widget input[type="submit"],
	.footer-optin-widget input[type="submit"] {
		background-image: url(images/bg-optin-submit@2x.png);
		background-size: 117px 117px;
	}

	.footer-optin-widget div.alignleft {
		background-image: url(images/icon-arrow-x-dark@2x.png);
		background-size: 157px 134px;
	}

}


/* Large Displays
--------------------------------------------- */
@media only screen and (min-width: 1800px) {

	.site-header,
	.site-footer {
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}


/* iPad (Landscape)
--------------------------------------------- */
@media only screen and (max-width: 1139px) {

	.content-sidebar-wrap,
	.home .content-sidebar-wrap,
	.home-widget .wrap,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.title-area {
		width: 300px;
	}

	.site-header,
	.site-footer {
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

	.full-width-content .entry {
		padding: 40px 40px 24px;
		padding: 4rem 4rem 2.4rem;
	}

	.genesis-nav-menu {
		padding: 0 15px;
		padding: 0 1.5rem;
	}

	.genesis-nav-menu a {
		padding: 14px 12px;
		padding: 1.4rem 1.2rem;
	}

	.genesis-nav-menu a:after {
		right: -13px;
	}

	.genesis-nav-menu > li:last-child .submenu {
		right: 0;
	}

	.home .content .entry {
		margin: 0 7% 3rem;
		width: 50%; /* 480px / 960px */
	}

	.footer-optin-widget .wrap {
		padding: 40px 0;
		padding: 4rem 0;
	}

	.footer-optin-widget input[type="email"] {
		margin: 0 10px;
		margin: 0 1rem;
	}

}

/* iPad (Portrait)
--------------------------------------------- */
@media only screen and (max-width: 1023px) {

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.site-inner,
	.title-area,
	.wrap {
		width: 100%;
	}

	.home .content-sidebar-wrap,
	.home-widget .wrap,
	.site-header .wrap {
		width: 95%;
	}

	.header-image .site-header .wrap {
		background-position: center top;
	}

	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.full-width-content .entry,
	.header-image .site-header .widget-area,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu {
		padding: 5px 10px;
		padding: 0.5rem 1rem;
	}

	.genesis-nav-menu a {
		line-height: 18px;
		padding: 10px 12px;
		padding: 1rem 1.2rem;
	}

	.site-header .search-form {
		margin: 16px auto ;
		margin: 1.6rem auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.home .content .entry {
		margin: 0 5% 0 2.5%;
		width: 65%;
	}

	.home-optin-widget .widget {
		margin: 0 20px;
		margin: 0 2rem;
	}

	.home-optin-widget input[type="email"] {
		margin: 0 10px 0 15px;
		margin: 0 1rem 0 1.5rem;
		width: 45%;
	}

	.home-widget {
		padding-bottom: 80px;
		padding-bottom: 8rem;
	}

	.home-widget .widget {
		width: 44.995%;
	}

	.home-widget .widget:nth-of-type(2) {
		margin-left: 5%;
		margin-right: 0;
	}

	.home-widget .widget:nth-of-type(3) {
		margin-left: 0;
		margin-right: 5%;
	}

	.home-widget .widget:nth-of-type(3),
	.home-widget .widget:nth-of-type(4) {
		margin-top: 10px;
		margin-top: 1rem;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 1.2rem;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
		padding: 4rem;
	}

	.footer-widgets {
		padding: 40px 5% 16px;
	}

	.footer-optin-widget {
		margin-top: 80px;
		margin-top: 8rem
	}

	.footer-optin-widget .wrap {
		padding: 20px 15px;
		padding: 2rem 1.5rem;
	}

	.footer-optin-widget div.alignleft {
		max-width: 100%;
		min-height: 50px;
		padding: 30px 0;
		padding: 3rem 0;
		width: 100%;
	}

	.footer-optin-widget form {
		float: none;
		text-align: center;
		width: 100%;
	}

	.footer-widgets-1 {
		margin: 0;
	}

}

/* Mobiles
--------------------------------------------- */
@media only screen and (max-width: 767px) {

	body {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.site-header {
		background-image: url(images/bg-header@800.jpg);

	}

	.home .content .entry {
		width: 75%;
	}

	.home .content h1, 
	.home .content h2 {
		font-size: 46px;
		font-size: 4.6rem;
	}

	.home .content h3 {
		font-size: 38px;
		font-size: 3.8rem;
	}

	.home .content h4 {
		font-size: 30px;
		font-size: 3rem;
	}

	.home .content h5 {
		font-size: 22px;
		font-size: 2.2rem;
	}

	.home-optin-widget .widget {
		margin: 0 15px;
		margin: 0 1.5rem;
	}

	.home-optin-widget input[type="email"], 
	.home-optin-widget input[type="text"] {
		padding: 14px 10px 10px;
		padding: 1.4rem 1rem 1rem;
	}

	.home-optin-widget input[type="text"] {
		width: 28%;
	}

	.home-optin-widget input[type="email"],
	.footer-optin-widget input[type="email"] {
		margin: 0 8px;
		margin: 0 0.8rem;
	}

	.home-optin-widget input[type="submit"],
	.footer-optin-widget input[type="submit"] {
		width: 110px;
	}

	.full-width-content h1.entry-title:after {
		-webkit-background-size: auto 90%;
		-moz-background-size: auto 90%;
		-o-background-size: auto 90%;
		background-size: auto 90%;
		height: 80px;
	}

	.footer-optin-widget div.alignleft {
		margin-bottom: 10px;
		padding: 20px 0;
		padding: 2rem 0;
	}

}


/* iPhone 5 ---------- */
@media only screen and (max-width: 639px) {

	.header-image .title-area {
		background-size: 90% auto;
	}

	.header-image .site-title a {
		min-height: 160px;
	}

	.home .content .entry {
		padding: 20px 0;
		padding: 2rem 0;
	}

	.home .content h1, 
	.home .content h2 {
		font-size: 44px;
		font-size: 4.4rem;
	}

	.home .content h3 {
		font-size: 36px;
		font-size: 3.6rem;
	}

	.home .content h4 {
		font-size: 32px;
		font-size: 3.2rem;
	}

	.home .content h5 {
		font-size: 21px;
		font-size: 2.1rem;
	}

	.home-optin-widget input[type="text"] {
		width: 26%;
	}

	.home-widget {
		padding-bottom: 40px;
		padding-bottom: 4rem;
	}

	.home-widget .container {
		margin: 40px 30px 0;
		margin: 4rem 3rem 0;
	}

	.entry-title {
		font-size: 40px;
		font-size: 4rem;
	}

	.entry-title a {
		font-size: 28px;
		font-size: 2.8rem;
	}

	.site-footer .wrap {
		padding: 20px 10px;
		padding: 2rem 1rem;
	}

}

/* iPhone 4 (Landscape) ---------- */
@media only screen and (max-width: 567px) {

	.home .content .entry {
		padding: 10px 0;
		padding: 1rem 0;
		width: 80%;
	}

	.home .content h1, 
	.home .content h2 {
		font-size: 38px;
		font-size: 3.8rem;
	}

	.home .content h3 {
		font-size: 32px;
		font-size: 3.2rem;
	}

	.home .content h4 {
		font-size: 26px;
	}

	.home .content h5 {
		font-size: 19px;
		font-size: 1.9rem;
	}

	.home-optin-widget input[type="text"] {
		width: 28%;
	}

	.home-optin-widget input[type="email"] {
		width: 40%;
	}

	.footer-optin-widget input[type="text"] {
		width: 29%;
	}

	.footer-optin-widget input[type="email"] {
		width: 40%;
	}

	.entry-title {
		font-size: 38px;
		font-size: 3.8rem;
	}

	.entry-title a {
		font-size: 26px;
		font-size: 2.6rem;
	}

	.site-footer .credits {
		display: block;
	}

}

/* iPhones (Portrait) ---------- */
@media only screen and (max-width: 479px) {

	.header-image .title-area {
		background-size: 100% auto;
	}

	.header-image .site-title a {
		min-height: 100px;
	}

	.home .content .entry {
		margin: 0 auto;
		padding: 0;
		width: 90%;
	}

	.home .content h1, 
	.home .content h2 {
		font-size: 50px;
		font-size: 5rem;
		line-height: 1;
	}

	.home .content h3 {
		font-size: 44px;
		font-size: 4.4rem;
		margin-bottom: 5px;
	}

	.home .content h4 {
		font-size: 28px;
		font-size: 2.8rem;
		line-height: 1.1;
	}

	.home .content h5 {
		font-size: 26px;
		font-size: 2.6rem;
		line-height: 1;
	}

	.home-optin-widget {
		background-size: auto 91%;
	}

	.home-optin-widget .widget {
		padding: 15px 0;
		padding: 1.5rem 0;
	}

	.home-optin-widget input[type="text"],
	.home-optin-widget input[type="email"],
	.footer-optin-widget input[type="text"],
	.footer-optin-widget input[type="email"] {
		width: 100%;
	}

	.home-optin-widget input[type="email"],
	.footer-optin-widget input[type="email"] {
		margin: 10px 0;
		margin: 1rem 0;
	}

	.home-widget .container {
		margin: 20px 25px 0;
		margin: 2rem 2.5rem 0;
	}

	.home-widget .container:before {
		border: 0 none;
		height: 0;
	}

	.home-widget .home-widget-title {
		position: static;
	}

	.home-widget .widget {
		margin: 30px 0 0;
		margin: 3rem 0 0;
		width: 100%;
	}

	.entry-title {
		font-size: 36px;
		font-size: 3.6rem;
	}

	.entry-title a {
		font-size: 24px;
		font-size: 2.4rem;
	}

	.footer-optin-widget h1, 
	.footer-optin-widget h2, 
	.footer-optin-widget h3 {
		font-size: 36px;
		font-size: 3.6rem;
		letter-spacing: 1px;
	}

	.footer-optin-widget h4, 
	.footer-optin-widget h5, 
	.footer-optin-widget h6 {
		font-size: 21px;
		font-size: 2.1rem;
		letter-spacing: 2px;
	}

}


/*
FlexNav
---------------------------------------------------------------------------------------------------- */

.menu-button,
.touch-button {
	display: none;
}

@media all and (max-width: 767px) {

.home .content .entry .css-events-list {margin:20px 0 0 0px;}
.home .content h3 {font-size:20px !important}

	#nav-button .wrap {
		background: url(images/bg-nav.png) repeat;
		width: 90%;
	}

	.nav-primary .wrap {
		width: 90%;
	}

	.flexnav {
		*zoom: 1;
		max-height: 0;
		overflow: hidden;
		padding: 10px 20px;
		padding: 1rem 2rem;
		visibility: hidden;
		width: 100%;
	}

	.flexnav:after {
		clear: both;
		content: "";
		display: table;
	}

	.flexnav.show {
		-webkit-transition: 0.4s;
		-moz-transition: 0.4s;
		-o-transition: 0.4s;
		transition: 0.4s;
		max-height: 10000px;
		visibility: visible;
	}

	.flexnav li.menu-item {
		border-bottom: 1px solid rgba(255, 255, 255, 0.50);
		position: relative;
		width: 100%;
	}

	.flexnav li.menu-item:last-child {
		border-bottom: 0 none;
	}

	.flexnav.show li.menu-item:hover {
		position: relative;
	}

	.flexnav li ul.sub-menu,
	.flexnav li li  ul.sub-menu,
	.flexnav li li li  ul.sub-menu {
		display: none;
		margin: 0;
		overflow: visible !important;
		width: 100%;
	}

	.flexnav.show li ul.sub-menu {
		background-color: rgba(255, 255, 255, 0.95);
		width: 100%;
	}

	.flexnav ul.sub-menu.open {
		border-top: 1px solid rgba(255, 255, 255, 0.5);
		display: block;
		height: auto;
		left: auto;
		margin: 0;
		opacity: 1;
		position: static;
		visibility: visible;
	}

	.flexnav li ul.sub-menu li.menu-item {
		display: block;
		float: none;
		width: 100%;
	}

	.flexnav li.menu-item a {
		display: block;
		line-height: 20px;
		overflow: hidden;
		padding: 11px 20px;
		position: relative;
		z-index: 2;
	}

	.flexnav li.menu-item a:after {
		content: "";
		right: 0;
		width: 0;
	}

	.flexnav li.menu-item.item-with-ul > a {
		padding-right: 60px !important;
	}

	.flexnav.show li.menu-item li.menu-item a,
	.flexnav.show li.menu-item li.menu-item li.menu-item a,
	.flexnav.show li.menu-item li.menu-item li.menu-item li.menu-item a {
		border: 0 none;
		padding: 11px 14px;
		width: auto;
	}

	.flexnav.show li.menu-item li.menu-item a {
		padding-left: 35px;
	}

	.flexnav.show li.menu-item li.menu-item li.menu-item a {
		padding-left: 55px;
	}

	.flexnav.show li.menu-item li.menu-item li.menu-item li.menu-item a {
		padding-left: 70px;
	}

	.menu-button {
		background: url(images/icon-menu@2x.png) no-repeat center center transparent;
		background-size: 60px 60px;
		color: #fff;
		cursor: pointer;
		display: block;
		padding: 10px;
		text-align: center;
		text-indent: -9999px;
		text-transform: uppercase;
		text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	}

	.flexnav .touch-button {
		background-color: rgba(255, 255, 255, 0.15);
		display: inline-block;
		height: 42px;
		position: absolute;
		right: 0;
		text-align: center;
		top: 0;
		width: 60px;
		z-index: 999;
	}

	.flexnav .touch-button:hover {
		cursor: pointer;
	}

	.flexnav .touch-button .navicon {
		background: url(images/arrow-down@2x.png) no-repeat center center transparent;
		display: block;
		height: 10px;
		position: relative;
		top: 15px;
		width: 100%;
	}
	
}

