/*
Theme Name: Abingdon Farmer's Market
Description: Custom theme for the Abingdon Farmer's Market website
Author: Mikula-Harris
Author URI: http://mikulaharris.com
Version: 1.0
*/

@font-face {
  font-family: 'Langdon';
    src:  url('./fonts/Langdon.ttf.woff') format('woff'),
    url('./fonts/Langdon.ttf.svg#Langdon') format('svg'),
    url('./fonts/Langdon.ttf.eot'),
    url('./fonts/Langdon.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}

/* Reset */
* {
	margin:0;
	padding:0;
	outline: none;
}
*::-moz-focus-inner {border:0;}

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset{margin:0 0 14px;}
html, body, div, span, applet, embed, object, iframe, frameset,
p, q, blockquote, sub, sup, a, abbr, acronym, font, img, small, center,
h1, h2, h3, h4, h5, h6, b, strong, big, u, ins,
i, cite, em, var, dfn, address, s, strike, del,
dl, dt, dd, ol, ul, li, pre, code, kbd, samp, tt,
fieldset, legend, form, label, caption, tbody, tfoot, thead,
article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, summary, time, mark, audio,video{
	border:0;
	background:none;
}
/*
 * set default text color
 * set default font size, line height and font family
 * set default background
 */
body{
	color:#000;
	font:14px/24px 'Open Sans', arial, sans-serif;

	background:#fff;
}
/* styles for default page links */
a{
	text-decoration:none;
	outline:none;
}
a:hover
{
	text-decoration: underline;
}
/* set typography styles for common tags */
input, textarea, select{
	font:100% 'Open Sans', arial,sans-serif;
	vertical-align:middle;
	color:#000;
	overflow: auto;
	outline:none;
}
label{vertical-align:middle;}
button, input{
	width: auto;
	overflow: visible;
}
h1, h2, h3, h4, h5, h6, b, strong, th{font-weight:bold;}
h1{font-size:200%;}
h2{font-size:150%;}
h3{font-size:120%;}
h4{font-size:110%;}
h5{font-size:100%;}
h6{font-size:90%;}
i, cite, em, var, dfn, address{font-style:italic;}
u, ins {text-decoration: underline;}
s, strike, del {text-decoration: line-through;}
blockquote, blockquote:before, blockquote:after, q, q:before, q:after {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';}
blockquote{
	padding-left:32px;
	padding-left: 2rem;
	font-style: italic;
}

cite{
	display:block;
	text-align:right;
}
table, caption, tbody, tfoot, thead, tr, th, td{
	border-collapse: collapse;
	border-spacing: 0;
}
ul,
ol
{
	margin:0 0 14px;
	padding-left: 32px;
	padding-left: 2rem;
}
ul ul
{
	padding: 8px 0 0 32px;
	padding: 0.5rem 0 0 2rem;
	margin:0;
}
ul ol,
ol ul,
ol ol
{
	padding-left:22px;
	padding-left: 1.375rem;
	margin:0;
}
ul li, ol li{list-style-position:outside;}
ul>li{list-style-type:disc;}

.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.searchform textarea,
.searchform input[type="email"],
.searchform input[type="text"]
{
	border:1px solid #ccc;
	background:#fff;
	margin:4px 0 0;
	padding:3px 4px;
}
textarea.width_override,
input[type="email"].width_override,
input[type="text"].width_override
{
	width: auto !important;
}

.commentlist li{list-style:none;}
.commentlist li+li{padding-bottom:14px;}
.commentlist img{
	float:left;
	margin:0 14px 4px 0;
}
.comment-form label{
	display:block;
	padding-bottom:4px;
}
.comment-form textarea{
	padding:3px 4px;
	overflow:auto;
	margin:0;
	height:120px;
}
.aligncenter {text-align: center;}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignleft{float: left;}
.alignright {float: right;}
.wp-caption {
	text-align: left;
	padding: 4px;
	font-style: italic;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	padding: 0 4px;
	margin: 0;
}

.clear:before,
.clear:after 
{
	content: "";
	display: table;
}

.clear:after 
{
	clear: both;
}

.mobile_only
{
	display: none;
}

/* Site styles */

iframe
{
	max-width: 100%;
}

body
{
	background-color: #fff;
	font-family: "Open Sans", sans-serif;
	font-size:16px;
	font-size: 1rem;
	line-height: 20px;
	line-height: 1.25rem;
}

td, th
{
	padding: 4px;
}

img
{
	max-width: 100%;
	height: auto;
	display: block;
}

figure
{
	max-width: 100%;
}

a
{
	color: #4d4d4d;
}

input, textarea, select
{
	padding: 6px;
	max-width: 95%;
}

input[type=checkbox]
{
	width: auto;
}

input[type=button],
input[type=submit],
input[type=reset],
.btn_link
{
	text-decoration: none;
	padding: 7px 10px;
	border-radius: 0;
}

.wp-caption-text
{
	font-size: 12px;
	font-size: 0.75rem;
	font-style: italic;
}

iframe + .wp-caption-text
{
	margin-top: -14px;
}

p,
td,
th,
li
{
	font-size: 13px;
	line-height: 2;
	margin-bottom: 0;
	padding-bottom: 16px;
	padding-bottom: 1rem;
}

p *
{
	margin-bottom: 0;
	padding-bottom: 0;
}

ul
{
	padding-left: 24px;
	padding-left: 1.5rem;
}

ol
{
	padding-left: 24px;
	padding-left: 1.5rem;
}

.alignleft
{
	float: left;
	padding: 0 10px 0 0;
}

.alignright
{
	float: right;
	padding: 10px 0 12px 10px;
}

.aligncenter
{
	padding-bottom: 12px;
}

.alignnone
{
	padding: 5px 0 30px;
}

.no_padding
{
	padding: 0 !important;
}

.post-thumbnail img
{
	display: block;
}

.on_tablet,
.on_mobile
{
	display: none;
}

.on_all,
.on_desktop
{
	display: block;
}

#page_header_wrapper,
#page_wrapper,
#page_footer_wrapper
{
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}

#page_wrapper
{
	overflow: hidden;
}

#header_wrapper,
#nav_wrapper,
#content_header_wrapper,
#content_wrapper,
#footer_wrapper
{
	display: block;
	width: 100%;
	clear: both;
	float: none;
	background-color: transparent;
}
#content_header_wrapper
{
	background-color: #f4ebd5;
}
#header_inner,
#nav_inner,
#content_inner,
.widget_area_inner,
#footer_inner
{
	clear: both;
	float: none;
	display: block;
	background-color: transparent;
	padding: 0 20px;
	width: 1000px;
	max-width: 96%;
	box-sizing: border-box;
	margin: 0 auto;
}

h1,
h1 a
{
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 32px;
	line-height: 2rem;
	margin: 10px 0;
	font-weight: normal;
}

h2,
h2 a
{
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 28px;
	line-height: 1.75rem;
	margin: 10px 0;
	font-weight: normal;
}

h3,
h3 a
{
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 20px;
	line-height: 1.25rem;
	margin: 10px 0;
	font-weight: normal;
}

h3,
h3 a
{
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 20px;
	line-height: 1.25rem;
	margin: 10px 0;
	font-weight: normal;
}

h4,
h4 a
{
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 16px;
	line-height: 1rem;
	margin: 10px 0;
	text-transform: uppercase;
	font-weight: bold;
}

h1 a, h2 a, h3 a, h4 a
{
	color: inherit;
}

blockquote
{
	padding: 12px 32px;
	padding: 0.75rem 2rem;
	font-style: normal;
}

blockquote p:last-child
{
	padding-bottom: 0;
}

.meta-nav
{
	display: none;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

.screen-reader-text:focus {
	clip: auto;
	color: #0080b4;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.olive  { 
  color: rgb(130, 125, 85) !important;
}

.brown {
  color: rgb(101, 60, 15) !important;
}

.orange {
  color: rgb(242, 117, 75) !important;
}

.gold {
  color: rgb(174, 130, 14) !important;
}

.eggplant {
  color: rgb(97, 60, 80) !important;
}

.olive a,
.brown  a,
.orange a,
.gold a,
.eggplant a
{
	color: inherit !important;
}

.visible
{
	visibility: visible !important;
}

/* Header area */

#header_wrapper
{
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	background: #fef6ed url(./images/background-header_2.jpg) no-repeat 50% 0;
}

#header_inner
{
	position: relative;
}

#header_inner input[type=text]
{
	background: #f5e5d6 url(./images/search.png) no-repeat 6px 50%;
	padding-left: 28px;
	border: none;
	width: 80%;
	color: #653c0f;
	border-radius: 10px;
	margin-top: 0;
	font-size: 14px;
	font-size: 0.875rem;
}

#header_inner input[type=text]::-webkit-input-placeholder {
   color: #653c0f;
}

#header_inner input[type=text]:-moz-placeholder { /* Firefox 18- */
   color: #653c0f;  
}

#header_inner input[type=text]::-moz-placeholder {  /* Firefox 19+ */
   color: #653c0f;  
}

#header_inner input[type=text]:-ms-input-placeholder {  
   color: #653c0f;  
}

#header_inner .searchform
{
	padding: 0;
	margin: 0;
	display: inline-block;
	vertical-align: top;
	text-align: right;
}

#header_inner input[type=submit]
{
	text-decoration: none;
	border: none;
	display: none;
	color: #fff;
	padding: 0;
	width: 51px;
	height: 26px;
	border-radius: 0;
	text-indent: 9999px;
	background: transparent url(./images/btn-search.png) no-repeat;
	background-size: contain;
	margin-top: 4px;
	float: right;
}

#logo
{
	display: inline-block;
	text-align: center;
}

#logo img
{
	margin: 0 auto;
}

.header_row_1
{
	text-align: right;
	position: relative;
	margin-bottom: 20px;
}

.header_row_2
{
	margin-bottom: 20px;
}

#mobile-nav,
#mobile-nav-opener,
#mobile-secondary-nav-opener
{
	display: none;
	font-family: "Open Sans", arial,sans-serif;
	font-size: 16px;
	font-size: 1rem;
}

#header_images_container
{
	clear: both;
	position: relative;
	background: #d3d2c7;
	padding: 4px 0;
}
#header_images_inner{	width: 1366px;	max-width: 100%;	margin: 0 auto;}
#header_images_container .alignleft,
#header_images_container .aligncenter,
#header_images_container .alignright
{
	padding: 0;
}

.header_image_half
{
	display: inline-block;
	width: 49.8%;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.header_image_half + .header_image_half
{
	padding-right: 0;
	float: right
}

#page_banner
{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}

#page_banner img
{
	display: inline;
	visibility: hidden;
	position: relative;
}

/* Main menu */

#nav_wrapper
{
	background: transparent url(./images/background-main-nav.png) repeat-x;
}

#main-nav-container
{
	float: right;
}

#main-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	display: table;
	height: 100%;
	position: relative;
}

#main-nav li
{
	list-style-type: none;
	padding: 8px 24px 0;
	padding: 0.5rem 1.5rem 0;
	margin: 0;
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	font-size: 1rem;
	color: #fff;
	position: relative;
}

#main-nav > li:first-child
{
	padding-left: 0;
}

#main-nav > li:last-child
{
	padding-right: 0;
}

#main-nav li a
{
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	text-decoration: none;
	position: relative;
	display: block;
}

#main-nav > li > a
{
	padding-bottom: 6px;
}

#main-nav > li > a:hover,
#main-nav > li.current-page-ancestor > a,
#main-nav > li.current-menu-item > a,
#main-nav > li.current_page_item > a
{
	color: #f2dea6;
}

#main-nav > li ul
{	
	padding: 8px 16px;
	background: transparent url(./images/background-nav-dropdown.jpg) repeat-y;
	border: 2px solid #ee6d42;
	visibility: hidden;
	z-index: 1000;
	position: absolute;
	left: 0;
	white-space: nowrap;
	border-radius: 0 0 10px 10px;
}
#main-nav > li:first-child ul{	left: -16px;}
#main-nav li ul li
{
	z-index: 10000;
	padding: 8px 24px 8px 0;
	border-bottom: 1px solid #dcb570;
	font-weight: normal;
	float: none;
	display: list-item;
	color: #653c0f;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.857;
}

/* Top menu */

#top-nav-container
{
	right: 0;
	display: inline-block;
	background: transparent url(./images/background-top-nav.jpg) no-repeat;
	position: relative;
	padding: 12px;
	border-radius: 0 0 10px 10px;
}

#top-nav
{
	padding: 0;
	margin: 0;
	display: inline-block;
}

#top-nav li
{
	list-style-type: none;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-family: 'Open Sans', Helvetica, sans-serif;
	color: #653c0f;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	padding: 0 20px;
	padding: 0 1.25rem;
}

#top-nav li:first-child
{
	padding-left: 4px;
}

#top-nav li a
{
	color: inherit;
	font-size: inherit;
}

/* Social menu */

#social-nav-container
{
	right: 0;
	display: inline-block;
	visibility: hidden;
	position: relative;
	text-align: center;
	max-height: 44px;
	overflow: hidden;
}#mobile-social-nav-container{	text-align: center;}

#social-nav,
#widget-social-nav,#mobile-social-nav
{
	padding: 0;
	margin: 0;
	display: inline-block;
}

#social-nav li,
#widget-social-nav li,#mobile-social-nav li
{
	list-style-type: none;
	display: inline-block;
	font-size: 16px;
	font-family: 'Open Sans', Helvetica, sans-serif;
	color: #fff;
	text-align: left;
	padding: 8px 6px;
	padding: 0.5rem 0.375rem;
}

#social-nav li:first-child,
#widget-social-nav li:first-child,#mobile-social-nav li:first-child
{
	padding-left: 0;
}

#social-nav li a,
#widget-social-nav li a,#mobile-social-nav li a
{
	color: inherit;
	font-size: inherit;
}

#widget-social-nav-container h4
{
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 16px 16px 16px 0;
}

/* Home Page slideshow */

.slideshow_wrapper
{
	position: relative;	width: 1366px;	max-width: 100%;	margin: 0 auto;
}

.slide
{
	width: 100%;
}

.slide_container
{
	position: relative;
}

.slide_content
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: 0;
}

.slide_content_inner
{
	display: table;
	width: 100%;
	height: 100%;
}

.slide_caption
{
	display: table-cell;
	vertical-align: middle;
	opacity: 0;
	padding-left: 50px;
}

.slide_caption p,
.slide_caption h1,
.slide_caption h2,
.slide_caption h3,
.slide_caption h4,
.slide_caption h5
{
	color: #fff;
	position: relative;
}

.slide_caption h1
{
  font-size: 100px;
	font-size: 6.25rem;
  line-height: 0.8;
  text-shadow: 0px 0px 9.5px rgba(0, 0, 0, 0.75);
	text-transform: uppercase;
	margin: 0;
	font-weight: bold;
}

.slide_caption p
{
	font-size: 30px;
	font-size: 1.875rem;
  line-height: 2.125;
  text-shadow: 0px 0px 5.5px rgba(0, 0, 0, 0.95);
	padding-left: 5px;
}

.cycle-prev
{
	position: absolute;
	left: -2%;
	top: 40%;
	background: transparent url(./images/previous-arrow.png) no-repeat;
	width: 42px;
	height: 35px;
	cursor: pointer;
	z-index: 1000;
}

.cycle-next
{
	position: absolute;
	right: -2%;
	top: 40%;
	background: transparent url(./images/next-arrow.png) no-repeat;
	width: 42px;
	height: 35px;
	cursor: pointer;
	z-index: 1000;
}

/* Widget slideshow */

.widget .slide
{
	vertical-align: middle;
	padding: 0 24px;
	text-align: center;
}

.widget .slide img
{
	display: inline-block;
}

/* Main Content */

#content_wrapper
{
	position: relative;
	width: 96%;
	padding: 0 2%;
}

.breadcrumbs
{
	font-size: 13px;
	color: #a79f88;
	font-weight: bold;
	padding: 10px 0;
	position: relative;
	text-transform: uppercase;
}

.breadcrumbs a
{
	font-size: inherit;
	color: inherit;
}

h1.page-title
{
	text-align: center;
	padding-bottom: 24px;
}

li
{
	padding-bottom: 8px;
	padding-bottom: 0.5rem;
}

#content_inner
{
	overflow: visible;
	position: relative;
}

#content_container
{
	margin: 24px 0;
	width: 59%;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}

.home #content_container
{
	margin-top: 40px;
}

#content_container.full_width,
.home #content_container.full_width,
.home #content_container.one_sidebar
{
	width: 100%;
	display: block;
}

#content_container.one_sidebar
{
	width: 60%;
}

.hentry h1:first-child,
.hentry h2:first-child,
.hentry h3:first-child,
.hentry h4:first-child
{
	margin-top: 0;
}

.page-header,
.entry-header
{
	padding-bottom: 30px;
	position: relative;
}

h2.subheading
{
	font-size: 30px;
	font-size: 1.5rem;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	letter-spacing: -.01rem;
	padding-bottom: 12px;
}

.paging-navigation,
.post-navigation
{
	padding: 0 0 20px 0;
}

.category article .entry-content-inner,
.archive article .entry-content-inner
{
	padding-bottom: 20px;
	border-bottom: 1px solid #000;
}

.category article:last-child .entry-content-inner,
.archive article:last-child .entry-content-inner
{
	border-bottom: 0;
	padding-bottom: 0;
}

#home_content h1
{
	padding-top: 16px;
	padding-top: 1rem;
}

#content article header
{
	padding-bottom: 5px;
}

#content p,
#content li
{
	line-height: 22px;
}

.archive_links li
{
	padding: 0 12px;
	float: left;
	border-right: 1px solid #419639;
	line-height: 16px;
	line-height: 1rem;
}

.archive_links li:last-child
{
	border-right: none;
}

/* Sponsorship levels */

#sponsorship_levels
{
	background: transparent url(./images/background-sponsorship-levels.jpg) repeat-y;
	border-radius: 10px;
	padding: 12px;
}

#sponsorship_levels_header
{
	text-align: center;
}

#sponsorship_levels_header img
{
	display: inline;
}

#sponsorship_levels_container
{
	display: table;
	width: 70%;
	margin: 0 auto;
}

.sponsorship_level
{
	display: table-row;
}

.sponsorship_level_icon,
.sponsorship_level_content
{
	display: table-cell;
	vertical-align: middle;
	padding: 12px 0;
}

.sponsorship_level_content p:last-child
{
	padding-bottom: 0;
}

/* Program and events accordions */

.accordion_container_header
{
	text-align: center;
	margin-bottom: 20px;
}

.accordion + .accordion_container_header
{
	margin-top: 32px;
}

h3.ui-accordion-header,
h3.ui-accordion-header a
{
	text-align: center;
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	cursor: pointer;
}

h3.ui-accordion-header:after
{
	content: '>';
	position: relative;
	right: -8px;
}
h3.ui-accordion-header.ui-state-active:after{	display: inline-block;	transform: rotate(90deg);}.collapse_accordion{	font-size: 13px;	cursor: pointer;}
.event_info
{
	margin-bottom: 8px;
	font-size: 13px;
	line-height: 1.5;
}

.event_info label
{
	font-weight: bold;
	padding-right: 8px;
}

/* Blog posts */
.blog #content_container h2{	font-family: 'Oswald', sans-serif; 	font-weight: 300;	text-transform: initial;	letter-spacing: initial;}

h1.post-title { color: rgb(130, 125, 85);
}

/* Widgets */

#widget-area-1,
#widget-area-3
{
	background: transparent url(./images/background-fruit-veggie-pattern.jpg) repeat;
	margin-bottom: 24px;
}

#widget-area-1 .widget
{
	display: inline-block;
	width: 33%;
	padding: 24px;
	margin: 0;
	vertical-align: top;
	border-right: 4px solid #e4d7ae;
	box-sizing: border-box;
}

#widget-area-1 .widget:first-child
{
	padding-left: 0;
}

#widget-area-1 .widget:last-child,
#widget-area-1 .widget:nth-child(3n+3)
{
	border-right: none;
	padding-right: 0;
}

#widget-area-3 .widget
{
	padding: 20px 2.5% 0 0;
	width: 66%;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	border-right: 4px solid #e4d7ae;
}

#widget-area-3 .widget + .widget
{
	padding: 20px 0 0 2.5%;
	width: 33%;
}

#widget-area-3 .widget:last-child
{
	border-right: 0;
}

#widget-area-3 .widget.full_width
{
	width: 100%;
	padding-right: 0;
}

#widget-area-3 .widget div
{
	font-size: 13px;
	line-height: 2;
}

.widget
{
	position: relative;
}

.widget_inner h1:first-child,
.widget_inner h2:first-child,
.widget_inner h3:first-child,
.widget_inner h4:first-child
{
	margin-top: 0;
}

/* Events widget */

ul.events_list
{
	padding: 0;
	margin: 0;
}

ul.events_list li
{
	list-style-type: none;
}

#left_sidebar
{
	display: inline-block;
	width: 20%;
	box-sizing: border-box;
	vertical-align: top;
	position: relative;
	margin: 24px 0;
	padding: 0 2% 0 0;
	max-width: 400px;
	float: left;
}

#right_sidebar
{
	display: inline-block;
	width: 20%;
	box-sizing: border-box;
	vertical-align: top;
	position: relative;
	margin: 24px 0;
	padding: 0 0 0 2%;
	max-width: 400px;
	float: right;
}

/* Sidebar Nav */

#sidebar_nav,
#sidebar_nav ul
{
	padding: 0;
	margin: 0;
}

#sidebar_nav ul
{
	padding-top: 8px;
	padding-top: 0.5rem;
}

#sidebar_nav li
{
  font-weight: bold;
	list-style-type: none;
}

#sidebar_nav > li
{
	font-size: 16px;
	font-size: 1rem;
	color: #827d55;
  line-height: 1.625;
  text-transform: uppercase;
	position: relative;
}

#sidebar_nav li li
{
	font-size: 13px;
	font-size: 0.8125rem;
	color: #653c0f;
  line-height: 2;
	position: relative;
}

#sidebar_nav li li.current-menu-item:before
{
	content: '>';
	position: absolute;
	left: -12px;
}

#sidebar_nav li a
{
	font-size: inherit;
	color: inherit;
}

ul.current_vendors
{
	padding: 0;
	margin: 0;
}

ul.current_vendors li
{
	list-style-type: none;
	line-height: 1.5rem;
	padding-bottom: .625rem;
}
ul.current_vendors li p
{
	line-height: 1.5rem;
	padding: 0;
}
ul.current_vendors li div
{
	line-height: 1.5rem;
	padding: 0;
}

/* Forms */

.form-row
{
	padding-bottom: 16px;
	padding-bottom: 1rem;
}

.inline-form-item
{
	display: inline-block;
	vertical-align: top;
	width: 45%;
	margin-right: 5%;
}

.inline-form-item + .inline-form-item
{
	margin-right: 0;
}

#left_sidebar .form-row,
#right_sidebar .form-row
{
	padding-bottom: 8px;
}
#left_sidebar input, 
#left_sidebar textarea,
#left_sidebar select,
#right_sidebar input, 
#right_sidebar textarea,
#right_sidebar select
{
	padding: 6px 2%;
	max-width: 95%;
}


#left_sidebar .inline-form-item,
#right_sidebar .inline-form-item
{
	display: block;
	width: 100%;
	margin-right: 0;
	padding-bottom: 8px;
}

#left_sidebar .form-row .inline-form-item:last-child,
#right_sidebar .form-row .inline-form-item:last-child
{
	padding-bottom: 0;
}

span.wpcf7-list-item 
{ 
	display: block; 
	margin: 0 0 4px;
}

span.wpcf7-list-item-label
{
	position: relative;
	top: 1px;
}

/* Footer */

#footer_wrapper
{
	background: transparent url(./images/background-footer-nav.jpg) repeat-x;
}

#footer-nav-container
{
	text-align: center;
}

#footer-nav
{
	padding: 0;
	margin: 0;
}

#footer-nav li
{
	list-style-type: none;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-family: 'Open Sans', Helvetica, sans-serif;
	color: #fff;
	padding: 8px 20px;
	padding: 0.5rem 1.25em;
}

#footer-nav li:first-child
{
	padding-left: 0;
}

#footer-nav li:last-child
{
	padding-right: 0;
}

#footer-nav li a
{
	color: inherit;
	font-size: inherit;
}

#page_footer_inner
{
	text-align: center;
	padding: 12px 0;
	padding: 0.75rem 0;
}

#page_footer_common
{
	padding: 24px 0 12px;
}

#page_footer_common img
{
	display: inline-block;
	padding: 0;
}

#copyright
{
  font-size: 12px;
	font-size: 0.75rem;
  font-family: ‘Open Sans’, Helvetica, sans-serif;
  color: #653c0f;
  font-style: italic;
  text-align: center;
}

/* pagination */

.paging-navigation {
	padding: 1em 0;
	background: transparent;
}

.navigation{overflow:hidden;}

/* Remove bullets and list indentation */
.paging-navigation ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	display: inline-block;
}

/* Make the list items appear horizontally */
.paging-navigation li {
	display: inline;
}

/* Give each link and the current item some padding to make them easy to click */
a.page-numbers,
span.page-numbers {
	padding: 4px 8px;
	padding: 0.25rem 0.5rem;
	color: #2b5f90;
}

/* Link hover state */
a:hover.page-numbers {
	color: #333;
}

/* Current page bold and dark */
.paging-navigation .current {
	font-weight: bold;
	color: #333;
}
@media only screen and (max-width:900px){	#logo	{		width: 35%;	}		#main-nav li	{		font-size: 14px;		padding: 10px 20px 0;		padding: 0.625rem 1.25rem 0;	}		#main-nav > li > a	{		padding-bottom: 10px;	}}
@media only screen and (max-width:800px)
{
	#header_wrapper
	{
		background-position-x: 20%;
		background-size: cover;
	}

	#header_inner,
	#nav_inner,
	#content_inner,
	.widget_area_inner,
	#footer_inner
	{
		max-width: 100%;
		margin: 0;
	}
	#main-nav li {
		padding: 10px 16px 0;
		padding: 0.625rem 1rem 0; 
	}
	#top-nav li,
	#header_inner input[type=text]
	{
		font-size: 13px;
	}
	
	.slide_caption h1
	{
		font-size: 60px;
	}
	.slide_caption p
	{
		font-size: 1.25rem;
		font-size: 20px;
	}
	.breadcrumbs
	{
		max-width: 96%;
		margin: 0 auto;
		font-size: 12px;
	}
	
	#content_wrapper
	{
		width: 100%;
		max-width: 96%;
		margin: 0 auto;
		padding: 0;
	}
	
	#content_inner
	{
		max-width: 100%;
	}
	
	#left_sidebar
	{
		width: 96%;
		display: block;
		float: none;
		max-width: none;
		margin: 0 auto;
		padding: 0;
	}
	
	#right_sidebar
	{
		width: 25%;
	}
	
	#content_container,
	#content_container.one_sidebar
	{
		width: 74%;
	}
	
	h1.page-title
	{
		text-align: left;
		padding-bottom: 4px;
	}
	
	#sidebar_nav
	{
		text-align: center;
	}
	
	#sidebar_nav > li > a
	{
		display: none;
	}
	
	#sidebar_nav li li
	{
		display: inline-block;
		padding: 0 2%;
	}
	
	#sidebar_nav li li.current-menu-item:before
	{
		left: 0;
	}
	
	#widget-area-1 .widget
	{
		width: 49%;
	}
	#widget-area-1 .widget:nth-child(3n+2)
	{
		border-right: none;
		padding-right: 0;
	}
	
	#widget-area-1 .widget:nth-child(3n+3)
	{
		display: block;
		width: 100%;
		border-top: 4px solid #e4d7ae;
		padding-left: 0;
	}
	
	#widget-area-1 .widget:nth-child(3n+3):before,
	#widget-area-1 .widget:nth-child(3n+3):after 
	{
		content: "";
		background: transparent;
		position: absolute;
		top: -4px;
		bottom: 0;
		border-top: 4px solid #e4d7ae;
	}

	#widget-area-1 .widget:nth-child(3n+3):before
	{
		right: 100%;
		width: 99999px;
	}

	#widget-area-1 .widget:nth-child(3n+3):after {
		left: 100%;
		width: 99999px;
	}

	#content_container
	{
		margin-bottom: 4px;
	}
	
	#footer-nav li
	{
		font-size: 12px;
	}
}

@media only screen and (max-width:700px)
{
	.not_mobile,
	.breadcrumbs,
	#header_background
	{
		display: none !important;
	}
	
	#header_wrapper
	{
		background: #fef6ed;
		border-bottom: 2px solid #33101b;
		position: relative;
	}
	
	#header_inner
	{
		z-index: 1000;
		max-height: 32px;
	}
	
	.mobile_only,
	.btn_link_wrapper.mobile_only
	{
		display: block;
	}

	#mobile-header
	{
		text-align: center;
		display: table;
		width: 100%;
	}
	
	#mobile_logo
	{
		display: table-cell;
		text-align: center;
		padding: 0 5%;
	}
	
	#mobile_logo img
	{
		display: inline;
	}

	#content_wrapper
	{
		max-width: 100%;
	}
	
	#content_inner
	{
		padding: 0;
	}
	
	.page_content
	{
		max-width: 92%;
		margin: 0 auto;
	}
	
	.inline-form-item
	{
		width: 100%;
		margin-right: 0;
		padding-bottom: 16px;
	}
	
	.inline-form-item + .inline-form-item
	{
		padding-bottom: 0;
	}
	
	input, textarea, select
	{
		width: 100%;
	}
	
	input[type=submit]
	{
		width: auto;
	}
	
	h1.page-title
	{
		text-align: center;
	}
	
	.slide_caption h1
	{
		font-size: 40px;
	}
	
	.slide_caption p
	{
		font-size: 14px;
		padding-bottom: 0;
	}
	
	#header_images_container
	{
		padding: 0;
	}
	
	#header_images_container .header_image_half,
	#header_images_container .header_image_half img
	{
		width: 100%;
		padding: 0;
		float: none;
	}
	
	#header_images_container .header_image_half + .header_image_half
	{
		padding-top: 4px;
	}
	
	#top-nav-container,
	#main-nav-container,
	#header_band
	{
		display: none;
	}

	#mobile-nav-opener
	{
		z-index: 10;
		text-align: center;
		display: table-cell;
		position: relative;
		padding: 0 0 14px;
		font-family: 'Open Sans', Helvetica, Arial, sans-serif;
		font-size: 16px;
		font-size: 1rem;
		vertical-align: middle;
	}
	
	#mobile-search
	{
		display: table-cell;
		padding: 0 0 12px;
		position: relative;
		vertical-align: middle;
		text-align: right;
	}
	#mobile-search img
	{
		display: inline;
	}
	
	#header_inner input
	{
		width: 80%;
	}
	
	#mobile-search-form .searchform
	{
		display: none;
		position: absolute;
		width: 100%;
		left: 0;
		top: 100%;
		background: #fef6ed;
		padding: 32px 2% 20px 2%;
		text-align: left;
		z-index: -1;
	}
	
	#mobile-search-form .searchform > div
	{
		text-align: center;
	}

	#mobile-nav
	{
    padding: 0;
    background: transparent;
		z-index: 900;
		display: block;
		position: relative;
	}

	#mobile-nav.nav-active .nav-drop{
		max-height: 6000px;
	}

	#mobile-nav .nav-drop
	{
		background: transparent url(./images/background-nav-mobile.jpg) repeat-y;
		background-size: cover;
	}
	
	#mobile-nav .nav-drop{
		max-height: 0;
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
	}

	#mobile-nav .nav-drop dl.level2
	{
		background: transparent url(./images/background-secondary-nav-mobile.jpg) repeat-y;
		background-size: cover;
	}

	#mobile-nav .nav-drop .outer .inner
	{
		position: relative;
	}
	
	#mobile-nav .nav-drop .outer .inner a
	{
		display: inline-block;
		width: initial;
	}
	
	#mobile-nav .nav-drop .parent > .outer > .inner:after
	{
		content: '>';
		position: absolute;
		right: 20px;
		top: 13px;
	}
	
	#mobile-nav .nav-drop .parent.opened > .outer > .inner:after
	{
		content: '<';
		position: absolute;
		right: initial;
		left: 20px;
	}
		
	#mobile-nav .nav-drop .parent.opened > .outer > .inner a
	{
		padding-left: 20px !important;
	}
	
	.nav-drop {
		max-width: none;
		float: none;
		overflow: hidden;
		position: absolute;
		top: 90%;
		z-index: 999;
		padding: 0;
		width: 100%;
		background: inherit;
	}

	.nav-drop:before,
	.nav-drop:after 
	{
		content: "";
		background: inherit;
		position: absolute;
		top: 0;
		bottom: 0;	
		display: block;
	}

	.nav-drop:before
	{
		right: 100%;
		width: 99999px;
	}

	.nav-drop:after {
		left: 100%;
		width: 99999px;
	}
	
	.slide_content
	{
		left: 0;
	}
	
	.slide_caption
	{
		text-align: center;
	}
	
	#page_wrapper .one_half
	{
		width: 100%;
	}
	
	.one_half > div
	{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	iframe
	{
		width: 100%;
	}
	
	.alignleft,
	.alignright
	{
		float: none;
		margin: 0;
		padding: 0 0 20px;
	}
	
	#content_container,
	#content_container.one_sidebar,
	#right_sidebar
	{
		width: 100%;
		display: block;
		float: none;
		max-width: none;
		margin-left: 0;
	}
	
	#right_sidebar
	{
		display: none;
	}
	
	#widget-area-1 .widget
	{
		width: 100%;
		border-right: none;
		border-top: 4px solid #e4d7ae;
		padding-left: 0;
		padding-right: 0;
	}
	
	#widget-area-1 .widget:nth-child(n+1):before,
	#widget-area-1 .widget:nth-child(n+1):after 
	{
		content: "";
		background: transparent;
		position: absolute;
		top: -4px;
		bottom: 0;
		border-top: 4px solid #e4d7ae;
	}

	#widget-area-1 .widget:nth-child(n+1):before
	{
		right: 100%;
		width: 99999px;
	}

	#widget-area-1 .widget:nth-child(n+1):after {
		left: 100%;
		width: 99999px;
	}

	#widget-area-1 .widget:first-child,
	#widget-area-1 .widget:first-child:before,
	#widget-area-1 .widget:first-child:after 
	{
		border-top: none;
	}
	
	ul.child_pages li,
	ul.child_pages.thirds li,
	ul.child_pages.fourths li
	{
		width: 50%;
	}
	
	#sponsorship_levels
	{
		border-radius: 0;
	}
	
	#sponsorship_levels_container,
	.sponsorship_level,
	.sponsorship_level_icon,
	.sponsorship_level_content
	{
		display: block;
	}
}
@media only screen and (max-width: 360px)
{	#widget-area-3 .widget
	{
		padding: 20px 2.5% 0 0;
		width: 95%;
		display: block;
		vertical-align: top;
		box-sizing: border-box;
		border-right: none;
	}
	#widget-area-3 .widget + .widget 
	{
		width: 100%;
	}
	ul.current_vendors li p, a 
	{
    		line-height: 1.25rem;
   		padding: 0;
		font-size: 12px;
	}
	ul.current_vendors li #, a 
	{
    		line-height: 1.25rem;
   		padding: 0;
		font-size: 12px;
	}
	ul.current_vendors li 
	{
    		line-height: 1.25rem;
	}

}
