@charset "UTF-8";
/*!
Theme Name: Siena Farms
Theme URI: https://sienafarms.com/
Author: Stephen Simon Interactive
Author URI: http://stephensimon.com/
Description: Theme for Siena Farms
Version: 1.0.0
Text Domain: siena-farms
*/

/* ==========================================================================
   #BOX-SIZING
   ========================================================================== */
/**
 * More sensible default box-sizing:
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 */
html {
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}

/* ==========================================================================
   #NORMALIZE
   #normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css
   ========================================================================== */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

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

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/* ==========================================================================
   #ELEMENTS
   ========================================================================== */

/* ==========================================================================
   #PAGE
   ========================================================================== */
/**
 * Simple page-level setup.
 *
 * 1. Set the default `font-size` and `line-height` for the entire project,
 *    sourced from our default variables. The `font-size` is calculated to exist
 *    in ems, the `line-height` is calculated to exist unitlessly.
 * 2. Force scrollbars to always be visible to prevent awkward �jumps� when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 3. Ensure the page always fills at least the entire height of the viewport.
 */
html {
  font-size: 1em; /* [1] */
  line-height: 1.25; /* [1] */
  overflow-y: scroll; /* [2] */
  min-height: 100%; /* [3] */
}

/* ==========================================================================
   #IMAGES
   ========================================================================== */
/**
 * 1. Fluid images for responsive purposes.
 * 2. Offset `alt` text from surrounding copy.
 * 3. Setting `vertical-align` removes the whitespace that appears under `img`
 *    elements when they are dropped into a page as-is. Safer alternative to
 *    using `display: block;`.
 */
img {
  height: auto;
  max-width: 100%; /* [1] */
  font-style: italic; /* [2] */
  vertical-align: middle; /* [3] */
}

a img {
	border: none;
}

/* ==========================================================================
   #TABLES
   ========================================================================== */
/**
 * 1. Ensure tables fill up as much space as possible.
 */
table {
  width: 100%; /* [1] */
}


/* ==========================================================================
   #TYPOGRAPHY
   ========================================================================== */

/*
* RESET & COMMON
*
*/

body, ol li p {
	color: #666666;
	font: 14px/1.5714285714 Georgia, "Times New Roman", Times, serif;
}

a {
	color: #82ab01;
	text-decoration: none;
}

a:visited {
	color: inherit;
}

.primary-content a:visited,
.c-column a:visited {
	color: #82ab01;
}

a:focus,
a:hover {
	text-decoration: underline;
}

.u-sans-serif {
	font-family: "Roboto Condensed", "Helvetica Neue", "Arial Narrow", sans-serif;
	-webkit-font-smoothing: antialiased;
}

p {
	margin-top: 0;
	margin-bottom: 20px;
}

.post-thumbnail {
	margin-bottom: 20px;
}

.u-font-size-tiny {
	font-size: 9px;
	font-size: 0.5625rem;
}

.u-font-size-small {
	font-size: 10px;
	font-size: 0.625rem;
}

.u-font-size-medium {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.3333333;
}

/* ==========================================================================
   #HEADINGS
   ========================================================================== */

h1,
h2,
h3,
h4 {
	font-weight: normal;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child {
	margin-top: 0;
}

h1 {
	color: #82ab01;
	font-size: 26px;
	font-size: 1.625rem;
	line-height: 1.15;
	margin-top: 0;
	margin-bottom: 18px;
}

h2,
.h2 {
	color: #82ab01;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.25;
	margin-bottom: 16px;
}

h3,
.h3 {
	font-size: 22px;
	line-height: 1.0909090909;
	margin-bottom: 18px;
}

h4,
.h4 {
	font-size: 16px;
	font-size: 1rem;
}

h5,
.h5 {
	font-size: 14px;
	font-size: 0.875rem;
}

h6,
.h6 {
	font-size: 12px;
	font-size: 0.75rem;
	margin-top: 0;
    font-weight: bold;
}

/* ==========================================================================
   #LISTS
   ========================================================================== */

.c-column ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.c-column ul li {
	font-size: 14px;
	margin-bottom: 8px;
}
.c-column dt {
	font-size: 12px;
	font-weight:bold;
	line-height:16px;
}
.c-column dd {
	font-size: 12px;
	line-height:16px;
}

.c-column dt a:link {
	color: #666666;
	text-decoration: none;
}
.c-column dt a:visited {
	color: #666666;
	text-decoration: none;
}
.c-column dt a:hover {
	color: #82ab01;
	text-decoration: underline;
}

.c-column .lastline {
	margin-bottom: 18px;
}


.primary-content ol {
	padding-left: 32px;
}

.primary-content ol li {
	color: #82ab01;
	font-size: 24px;
	line-height: 30px;
}
.primary-content ol li p {
	margin-left: -32px;
}

.primary-content ul {
	padding-left: 15px;
}

ul.topMarginAdj {
	margin-top: -14px; /*tightens up UL top margins on job pages */
}




/* ==========================================================================
   #NAVIGATION
   ========================================================================== */

.nav-menu {
	color: #FFFFFF;
	font-size: 14px;
	font-size: 0.875rem;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.nav-menu a:focus,
.nav-menu a:hover {
	color: inherit;
	text-decoration: none;
}

.nav-menu a {
	color: #FFFFFF;
}

.current-menu-item a,
.current-page-ancestor a {
	color: #000000;
}

.js .site-navigation {
	display: none;
}

.js .toggled-on .site-navigation {
	display: block;
}

.menu-toggle {
	-webkit-appearance: none;
	background-color: transparent;
	border: none;
	border-top: 1px solid #FFFFFF;
	border-top-color: rgba(255, 255, 255, 0.58);
	border-bottom: 1px solid #FFFFFF;
	border-bottom-color: rgba(255, 255, 255, 0.58);
	color: #FFFFFF;
	display: block;
	margin: 6px 0;
	padding: 6px 6px;
    width: 100%;
}

.menu-toggle:hover,
.menu-toggle:focus,
.toggled-on .menu-toggle {
	background-color: #FFFFFF;
	background-color: rgba(255, 255, 255, 0.58);
	color: #333333;
}

.no-js .menu-toggle {
	display: none;
}

@media screen and (min-width: 835px) {
	.menu-toggle {
		display: none;
	}

	.js .site-navigation {
		display: block;
	}

	.primary-navigation {
		float: right;
		position: absolute;
		right: 0;
		bottom: 32px;
	}

	.nav-menu {
		font-size: 12px;
		font-size: 0.75rem;
		margin-right: 22px;
		text-align: left;
	}

	.nav-menu li {
		display: inline;
	}

	.nav-menu a {
		float: left;
		position: relative;
	}

	.current-menu-item a,
	.current-page-ancestor a {
		color: white;
	}

	.nav-menu li a:before {
		color: white;
		content: "|";
		display: inline-block;
		margin-left: 12px;
		margin-right: 12px;
	}

	.nav-menu li:first-child a:before {
		content: none;
		margin-left: 0;
		margin-right: 0;
	}

	.current-menu-item a:after,
	.current-page-ancestor a:after,
	.nav-menu a:hover:after {
		background-image: url(assets/images/nav-hover.png);
		content: "";
		display: block;
		height: 21px;
		left: 50%;
		margin-left: 1px; /* Offset from the vertical pipe pseudo-content */
		position: absolute;
		top: 30px;
		width: 22px;
	}

	.nav-menu .current-menu-item:first-child a:hover:after,
	.nav-menu .current-page-ancestor:first-child a:hover:after,
	.nav-menu li:first-child a:hover:after {
		margin-left: -11px; /* First child does not have the vertical pipe */
	}
}

/* ==========================================================================
   #COMPONENTS
   ========================================================================== */

/* Logo */
.c-logo {
	margin-bottom: 33px;
}

.c-logo--home {
	height: 126px;
	margin-right: 40px;
	width: 108px;
}

@media screen and (min-width: 912px) {
	.c-logo--home {
		position: absolute;
		left: 20px;
		top: 61px;
	}
}

/* Dividers */
.c-divider {
   background-color: #bacf7c;
   height: 1px;
}

.c-divider--home {
   margin: 23px auto 36px;
}

/* Callout */
.callout {
	/* background-color: #82ab01; */
	background-color: #f8981c;
	padding: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
	font-size: 1rem;
	line-height: 20px;
}

.callout a:link {
	color: #ffffff;
	text-decoration: underline;
}
.callout a:visited {
	 color: #ffffff;
	 text-decoration: underline;
}
.callout a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.csa-callout {
	background-color: #f1f1f1;
	padding: 10px;
	margin-top: 10px;
}

/* Intro */
.intro {
	color: #82ab01;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 16px;
}

/* Pickup Season */
.csa-pickup-locations .csa-pickup-locations__item {
	border-bottom: 1px solid #bacf7c;
	margin-bottom: 1.5em;
	padding-bottom: 1em;
}

.pickup-season {
	margin-bottom: .5em;
	margin-left: 1em;
}

.pickup-season .js-content-toggler {
	margin-bottom: 10px;
}

.pickup-location__days {
    margin-left: 1em;
}

/* Market Card Table */

.c-market-card-table {
	border-bottom: 1px solid #f8981c;
	border-spacing: 0;
	margin-bottom: 20px;
}

.c-market-card-table th {
	padding: 0.25em 0.5em;
	text-align: left;
}

.c-market-card-table td {
	border-top: 1px solid #82ab01;
	padding: 0.5em;
}

.c-market-card-table tr:first-child td {
	border-top: none;
}

.c-market-card-table tr:last-child td {
	border-top: 1px solid #f8981c;
}

.c-market-card-table td:nth-child(2n+1) {
	background-color: #eff3e4;
}

/*Styles for CSA Page - Discount Table*/

.discount-table {font-family:Arial, Helvetica, sans-serif; line-height:1em; color:#8b8c8e;}
table.discount-table td {padding:4px; vertical-align:bottom;}
.discount-table-header-cell {background-color:#e4801c; color:#fff;}
table.discount-table td.discount-table-cell-border {border-bottom: 1px solid #b1c986;}
.discount-table-cell-color1 {background-color:#e6eed8;}
.discount-table-cell-color2 {background-color:#fbe9d4;}
.discount-table-cell-color3 {background-color:#fad9ba;}
.discount-table-cell-color4 {background-color:#dee8cd;}
.discount-table-cell-color5 {background-color:#ecf2e1;}
.text-color1 {color:#82AB01;}
.text-color2 {color:#F8981C;}

/*
* SECTION/PAGE SPECIFIC
*
*/

.highlight {
	color: #f8981c;
	font-weight: bold;
}

.paypal { margin-bottom: 20px; }
.paypal td { padding-bottom: 10px; padding-right: 10px; }

/* ==========================================================================
   #LAYOUT
   ========================================================================== */

body {
	height: 100%;
	width: 100%;
}

.container {
	margin: 20px auto 10px;
	max-width: 932px;
	width: 100%;
}

@media screen and (min-width: 932px) {
	.container {
		width: 932px;
	}
}

@media screen and (min-width: 912px) {
	.page-template-front-page .container {
		width: 906px;
	}
}

/**
 * Header
 */

.site-header {
	margin-bottom: 20px;
	padding-left: 18px;
	padding-right: 18px;
	position: relative;
}

@media screen and (min-width: 835px) {
	.site-header {
		background: url("assets/images/header-bg.png") 0 100% repeat-x;
		margin-bottom: 0;
	}
}

@media screen and (min-width: 975px) {
	.site-header {
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (min-width: 912px) {
	.page-template-front-page .site-header {
		height: 50px;
	}
}

@media screen and (min-width: 835px) {
	.site-branding {
		float: left;
	}
}

/**
 * Content
 */

#c-main-container {
	background: #f5f5f4;
	background: linear-gradient(#f5f5f4 0%, #ffffff 100%);
	border: 10px solid #FFFFFF;
	margin: 0 auto 10px;
}

@media screen and (min-width: 912px) {
	#c-main-container {
		border-top: none;
		padding: 10px 0;
	}
}

.c-main {
	margin: 0 auto;
	padding: 0 18px 0 10px;
}

@media screen and (min-width: 912px) {
	.c-main--divider-bg {
		background: url("assets/images/main-bg.png") 246px 10px repeat-y;
	}
}

.c-main--home {
	background: #FFFFFF none;
	padding: 10px 18px;
	margin-bottom: 10px;
}

@media screen and (min-width: 912px) {
	.c-main--home {
		width: 906px;
	}

	.c-home-intro {
		float: left;
		margin: 0 auto 0 150px;
		width: 447px;
	}

	.c-home-announcements {
		border-left: 1px solid #bacf7c;
		border-right: 1px solid #bacf7c;
		float: right;
		width: 236px;
		padding: 10px;
		text-align: center;

		line-height: 1.3em;
		font-size: 14px;
	}
}

.primary-content {
	padding: 8px 0;
}

.entry-content > :first-child {
	margin-top: 0
}

@media screen and (min-width: 912px) {
	.primary-content {
		float: right;
		width: 610px;
	}

	.primary-content--full-width {
		float: none;
		width: 100%;
	}
}

.c-column {
	border-top: 1px solid #82ab01;
	margin-top: 18px;
	padding: 18px 0 8px;
}

@media screen and (min-width: 912px) {
	.c-column {
		border-top: none;
		float: left;
		margin-top: 0;
		padding-top: 8px;
		width: 220px;
	}
}

.c-column__item {
	margin-bottom: 20px;
}

.c-cycle-gallery {
	margin: 0 auto 10px;
	max-width: 870px;
	position: relative;
	width: 100%;
}

.c-cycle-gallery__item {
	background-color: white;
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.c-cycle-gallery .c-cycle-gallery__item--active {
	z-index: 3;
}

.c-cycle-gallery .c-cycle-gallery__item--base {
	display: block;
	position: static;
	z-index: -1;
}

@media screen and (min-width: 912px) {
	.c-cycle-gallery {
		height: 236px;
	}
}

/**
 * Two-Column Template
 */
.c-two-column__image {
	margin-bottom: 20px;
}

@media screen and (min-width: 912px) {
	.c-two-column__image {
		background-color: #fece5b;
		float: left;
		height: auto;
		margin-bottom: 0;
		position: relative;
		width: 520px;
	}
	.c-two-column__content {
		float: right;
		padding-top: 0;
		width: 350px;
	}
}

/**
 * Footer
 */

.site-footer {
	padding-left: 10px;
	padding-right: 10px;
}

.site-footer__legal {
	color: rgba(255, 255, 255, 0.58);
}

@media screen and (min-width: 912px) {
	.site-footer {
		padding-left: 0;
		padding-right: 0;
	}

	.site-footer__legal {
		float: left;
		width: 25%;
	}

	.site-footer__contact {
		float: right;
		text-align: right;
		width: 75%;
	}
}

/* ==========================================================================
   #TOGGLER
   ========================================================================== */

.js-content-toggleable {
	display: none;
}

.toggled-on .js-content-toggleable {
	display: block !important;
}

/* ==========================================================================
   #WORDPRESS CONTENT CLASSES
   ========================================================================== */

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

.page-numbers {
	padding-left: 5px;
	padding-right: 5px;
}

/* ==========================================================================
   #GRAVITY FORMS OVERRIDES
   ========================================================================== */

.gform_wrapper .gfield_description {
    font-size: .913em !important;
}

/* ==========================================================================
   #EVENTS CALENDAR OVERRIDES
   ========================================================================== */

.tribe-events-ical.tribe-events-button,
body.single-tribe_events .tribe-events-cal-links,
body.single-tribe_events .tribe-events-gcal
body.single-tribe_events .tribe-events-ical {
  display: none !important;
}

/* ==========================================================================
   #UTILITIES
   ========================================================================== */

.u-text-transform-uppercase {
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.u-display-inline-block {
	display: inline-block;
}

.u-text-link-button {
	-webkit-appearance: none;
	background-color: transparent;
	border: none;
	color: #82ab01;
	padding: 0;
	text-align: left;
}

.u-text-align-center {
	text-align: center;
}

/* Spacer */
.spacer {
	height: 40px;
}

/* ==========================================================================
   #SPACING
   ========================================================================== */

.u-last-child-margin-bottom-none :last-child {
	margin-bottom: 0;
}

.u-margin-top { margin-top: 20px; }
.u-margin-top-none { margin-top: 0; }
.u-margin-bottom { margin-bottom: 20px; }
.u-margin-bottom-none { margin-bottom: 0; }

/* ==========================================================================
   #CLEARFIX
   ========================================================================== */

.u-clearfix:before,
.u-clearfix:after {
    content: " ";
    display: table;
}

.u-clearfix:after {
    clear: both;
}

/* ==========================================================================
   #BG COLORS
   ========================================================================== */

.u-background-color-green {
	background-color: #82ab01;
}

.u-background-color-orange {
	background-color: #f8981c;
}

/* ==========================================================================
   #TEXT COLORS
   ========================================================================== */

.u-font-color-green,
.u-font-color-green > a {
	color: #82ab01;
}

a.u-font-color-green:visited,
.u-font-color-green > a:visited {
	color: inherit;
}

.u-font-color-orange,
.u-font-color-orange > a {
	color: #f8981c;
}

a.u-font-color-orange:visited,
.u-font-color-orange > a:visited {
	color: inherit;
}

.u-font-color-white,
.u-font-color-white > a {
	color: #FFFFFF;
}

a.u-font-color-white:visited,
.u-font-color-white > a:visited {
	color: inherit;
}

.u-font-color-gray,
.u-font-color-gray > a {
	color: #636261;
}

a.u-font-color-gray:visited,
.u-font-color-gray > a:visited {
	color: inherit;
}

.c-main a.u-font-color-gray:hover,
.c-main .u-font-color-gray > a:hover {
	color: #82ab01;
}

/* ==========================================================================
   #HIDE
   ========================================================================== */

/**
 * Hide visually and from screen readers.
 */
.u-hidden {
  display: none !important;
}

/**
 * Visibility dependent on Javascript
 */
.js .u-hide-if-js-enabled,
.no-js .u-hide-if-no-js {
  display: none;
}

/**
 * Hidden on small to mid-size screens
 */
@media screen and (max-width: 911px) {
	.u-hidden\@mobile {
	  display: none !important;
	}
}

/**
 * Hidden mid-size and above
 */
@media screen and (min-width: 912px) {
	.u-hidden\@tablet {
	  display: none !important;
	}
}

/**
 * Visibility dependent on print stylesheet
 */
.u-display-print-only {
	display: none;
}
@media print {
	.u-display-print-only {
    	display: block !important;
	}
}

@media print {
	.u-hidden-print {
		display: none !important;
		visibility: hidden !important;
	}
}

/**
 * Text meant only for screen readers
 */
.u-screen-reader-text,
.gform_wrapper .gf_hidden_label label.gfield_label {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

/* ==========================================================================
   #PRINT
   ========================================================================== */
/**
 * Very crude, reset-like styles taken from the HTML5 Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/5.3.0/dist/doc/css.md#print-styles
 * https://github.com/h5bp/html5-boilerplate/blob/master/dist/css/main.css#L205-L282
 */
@media print {
  /**
   * 1. Black prints faster: http://www.sanbeiji.com/archives/953
   */
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* [1] */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  header,
  main,
  footer,
  div {
    display: block !important;
    height: auto !important;
    float: none !important;
    margin: auto !important;
    padding: 0 !important;
    position: relative !important;
    width: 100% !important; }
  /**
	* Don't show links that are fragment identifiers, or use the `javascript:`
	* pseudo protocol.
	*/
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /**
	* Printing Tables: http://css-discuss.incutio.com/wiki/Printing_Tables
	*/
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h1,
  h2,
  h3,
  h4,
  h5 {
    font-size: inherit !important;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}