/*
Theme Name: Ethical Chef
Theme URI: http://cyberfreakz.com
Author: Cyber Freakz
Author URI: http://cyberfreakz.com
Description: Theme created in collaboration with The Lock And Key Co.
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ethicalchef
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 Ethical Chef is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
13.0 Pages
	13.1 Home Page
	13.2 Blog Page
	13.3 Recipes
	13.4 Shared Styles
14.0 Footer
15.0 Mobile Styles
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
	height: 100%;
}

*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}


nav {
	width: 100%;
}

ol,
ul {
	list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

a:hover, .menu-toggle:hover,
a:active {
	outline: 0;
	cursor: pointer;
}

a img {
	border: 0;
}

a, i, img {
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a img:hover {
	opacity: 0.6;
}

.fl { float: left; }
.fr { float: right; }
.tl { text-align: left; }
.tr { text-align: right; }

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.bump {
display: inline-block;
width: 100%;
height: 30px;
}

input:focus {
    outline:none;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: rgba(116,116,116,1.00);
	font-family: "brandon-grotesque", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 400;
}

.emodal > *, .emodal-content {
	text-align: center!important;
	font-family: "brandon-grotesque", sans-serif!important;
}

.emodal-content label {
	font-family: "brandon-grotesque", sans-serif!important;
	text-transform: uppercase;
	font-weight: 700;
}

.emodal .emodal-title {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 4px solid #000;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.2em;
}

.emodal h3 {
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 0.1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
}

h1 {
	font-size: 4em;
	letter-spacing: 0.2em;
	margin-left: 20px;
	margin-bottom: 90px;
	position: relative;
	padding-left: 0.2em;
}
h1:after {
	content: '';
	width: 260px;
	height: 80px;
	background: url("images/title-black.png");
	position: absolute;
	left: 50%;
	margin-left: -130px;
	bottom: -70px;
}

h1.entry-title {
	margin: 0px 0 120px!important;
	line-height: 1.1em;
}

h1.alt:after {
	background: url("images/title-black.png");
}
h1.green {
	color: #67a347;
}
h1.green:after {
	background: url("images/title-green.png");
}
h1.green.alt:after {
	background: url("images/title-green.png");
}
h1.no-bg:after {
    background:  none!important;
}
h1.no-bg {
	background: #FFF;
	margin: 0;
	padding: 30px 0;
	border-top: 5px solid;
}
.recipe-header .no-bg {
	background: none;
	border: none;
}
h1.white {
	color: #fff;
}
h1.white:after {
	background: url("images/title-white.png");
}
h1.white.alt:after {
	background: url("images/title-white.png");
}

h2 {
	font-size: 4em;
	letter-spacing: 20px;
	margin-left: 20px;
	margin-bottom: 20px !important;
}
h3 {
	font-size: 1.6em;
}
h4 {
	max-width: 900px;
	font-size: 1.4em;
	margin: 0 auto 2em;
}

.green {
	color: #67a347;
}

.white {
	color: #ffffff;
}

.title-overlay, .title-overlay a {
	text-transform: uppercase;
	color: #FFF;
}

.title-overlay a:hover {
	color: #FFF;
	opacity: 0.4;
}

p {
	margin-bottom: 2em;
	font-size: 18px;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

.caps {
	text-transform: uppercase;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	display: block!important;
	margin: 1em auto 4em!important;
	float: none!important;
}

figure img {
max-width: 180px;
height: auto;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

.emodal-content {
	width: 600px;
}

.visual-form-builder-container {
	display: block;
	width: 90%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px!important;
}

.vfb-item-instructions {
	margin: 0 auto 50px;
	font-weight: 300!important;
}

.emodal ul {
	display: block;
	width: 100%;
	max-width: 420px;
	margin: 20px auto;
}

.emodal li {
	height: 50px;
}

.emodal li:after {
	clear: both;
}

.emodal li label {
	float: left;
	width: 20%;
	font-size: 12px;
	text-align: left;
}

.emodal li input, .emodal li textarea {
	float: right;
	width: 80%;
}

.emodal .vfb-item-submit input {
	clear: both;
	float: none;
	width: auto!important;
	marign-bottom: 30px;
	padding: 10px 30px!important;
}

.visual-form-builder {
	margin: 0 auto!important;
}

.visual-form-builder fieldset {
	clear: both;
	margin: 15px 0;
	padding: 0;
	border: none!important;
	border-radius: 0px;
	background-color: transparent;
}

.vfb-item-instructions label.vfb-desc {
	display: none!important;
}

.vfb-legend {
	border-bottom: none!important;
}

.vfb-item-instructions {
	font-size: 18px;
}

.vfb-item-instructions:after {
	height: 45px!important;
}

.visual-form-builder-container li label {
	font-size: 14px;
	text-transform: uppercase;
}

.visual-form-builder-container input, .visual-form-builder-container textarea {
	width: 280px!important;
}

.vfb-submit, input[type="submit"].vfb-submit {
font-size: 24px!important;
}

.visual-form-builder [class*="vfb-span"], span.vfb-full input, span.vfb-full input[type="text"].vfb-medium, span.vfb-full select {
display: block;
float: none!important;
margin: 0 auto!important;
width: 280px;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #67a347;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #67a347;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	box-shadow: 0 1px rgba(100,100,100,0.6);
	text-align: center;
}
.menu-1, .menu-2 {
	display: inline-block;
	text-align: right;
	width: 380px;
}
.menu-2 {
	text-align: left;
}
.main-navigation li {
	display: inline-block;
	position: relative;
	height: 70px;
	margin-right: 30px;
	vertical-align: top;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.main-navigation li:last-child {
	margin-right: 0;
}
.main-navigation li.menu-logo {
	margin: 0 30px;
}
.main-navigation .logo {
	border: 0 !important;
}

a.logo img {
max-width: 45px;
height: auto;
padding-top: 11px;
}

.main-navigation a:not(.logo) {
	display: block;
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	padding: 5px 10px;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li > a:hover {
	color: #67a347;
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu */
.menu-toggle {
	display: none;
	position: absolute;
	right: 30px;
	font-size: 36px;
	top: 50%;
	z-index: 999;
	background: none;
	top: 22px;
	border: none;
	outline: 0;
}

.site-header {
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0x;
	z-index: 99;
	background: #fff;
}

#signup {
	position: absolute;
	float: left;
	top: 70px;
	background: rgba(0,0,0,0.4);
	width: 100%;
	padding: 10px 10px 10px;
	text-transform: uppercase;
	font-size: 12px;
	color: #FFF;
}

#signup .tl {
	line-height: 2em;
}

#signup input {
	padding: 2px 3px;
	font-size: 12px;
}
#signup .button {
	background: #67a347;
	padding: 2px 10px;
	border: 1px solid white;
	font-size: 12px;
}

#signup .button:hover {
	background: #fff;
	color: #67a347;
}

.form-bottom .button {
	background: #FFF;
    padding:  10px 20px 9px 23px;
    border:  2px solid #FFF;
    font-size:  18px;
    line-height:  20px;
	color: #67a347;
}

.form-bottom .button:hover {
	background: #67a347;
	color: #FFF;
}

.form-bottom input#mce-EMAIL {
    background: rgba(255,255,255,0.1);
    border:  2px solid #FFF;
    font-size:  18px;
    line-height:  32px;
	letter-spacing: 1px;
	text-transform: uppercase;
    color:  #FFF;
}

.admin-bar .site-header {
	top: 32px;
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 2em 0 0;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
	text-align: left;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.nav-links a {
	padding: 10px 20px;
	border: 2px solid;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	line-height: 48px;
}

.nav-links a:hover {
	background: #67a347;
	color: #FFF;
	border-color: #67a347;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

.searchandfilter ul {
    margin:  0;
}

.searchandfilter input[type=text], .search-field[type=search] {
	min-width: 280px;
	margin: 0 auto 30px;
	padding: 16px 10px 14px;
	text-transform: uppercase;
	font-size: 12px;
}

li.cat-item {
    display:  inline-block;
    width:  15%;
    font-size: 9px;
    text-transform:  uppercase;
    text-align:  left;
}

.searchandfilter input[type=submit], input.search-submit  {
	display: inline-block;
	background: #000;
	padding: 10px 30px;
	margin: 40px auto 40px;
	color: #fff;
	border: 2px solid #000;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
	font-size: 18px;
	letter-spacing: 0.2em;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.searchandfilter input[type=submit]:hover, input.search-submit:hover {
	background: #FFF;
	color: #000;
	cursor: pointer;
}

/* Instagram FEED */

ul.instagram-pics {
  margin: 0;
  padding: 0;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/

.hero {
	position: fixed;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
	height: 400px;
	width: 100%;
	z-index: -1;
}

.sticky {
	display: block;
}
.site-content {
	text-align: center;
}
.content-area {
	padding: 0px 0 120px;
	width: 100%;
	max-width: 1024px;
	margin: 60px auto 0;
	position: relative;
}

.sub-section {
float: left;
margin: 0 auto 90px;
}

/*.home .content-area {
margin-top: 0px!important;
}*/

#content {
	position: relative;
	background: #FFF;
	margin-top: 400px;
}

#primary {
	padding-top: 120px;
}

#secondary {
	position: relative;
	background: #FFF;
	padding-top: 5px;
	-webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.3);
	z-index: 99;
}

#secondary img{
	max-height: 40px;
	width: auto;
}

.search-page {
	margin-bottom: 2em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.section-divider {
	position: relative;
	padding: 90px 0;
	background: url("images/bg-section.jpg") center center no-repeat;
	background-size: cover;
	min-height: 300px;
}

.section-divider .social {
	position: absolute;
	width: 100%;
	height: 80px;
	top: 50%;
	margin: -40px auto;
	text-align: center;
}

.section-divider .social a {
	display: inline-block;
	background: rgba(0,0,0,0.3);
	width: 80px;
	height: 80px;
	margin: 0 10px;
	border: 3px solid #FFF;
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	color: #FFF;
	font-size: 36px;
	line-height: 77px;
}

.section-divider .social a:hover {
	background: rgba(0, 0, 0, 0.6);
}

/*.block-2 {
	float: left;
	position: relative;
	width: 46%;
	margin: 2%;
	overflow: hidden;
}*/

.block-2 {
    display: inline-block;
    position: relative;
    width: 46%;
    margin: 1%;
    overflow: hidden;
}

.block-3 {
	display: inline-block;
	margin: 30px;
}

.block-bg {
	position: absolute;
	background: #000;
	top: 0;
	left: 0;
}

.block-bg img {
	opacity: 0.7;
}

.center-container {
	position: relative;
	border: #67a347 solid 1px;
	text-align: center;
	z-index: 9;
}
 
.center-container:before {
	content: '';
	display: inline-block;
	height: 100%; 
	vertical-align: middle;
	margin-right: -0.25em; /* Adjusts for spacing */
}

.center-block {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 15px;
}

.center-block .title-overlay {
	font-weight: 700;
	font-size: 36px;
	letter-spacing: 0.1em;
	line-height: 1em;
}

.block {
	display: inline-block;
	margin: 30px auto;
	border: #67a347 solid 1px;
}

.block:hover {
	background: rgba(0,0,0, 0.025);
	border-color: #000;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}

.block:hover a, .block:hover a .green {
	color: #000!important;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}

.note {
	width: 80%;
	max-width: 340px;
	padding: 10px 20px 20px;
}

.note h3 {
	letter-spacing: 0.2em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
13.0 Pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
13.1 Home Page
--------------------------------------------------------------*/
.home, .home .site {
	height: 100%;
}
.homebanner {
	background: url("images/bg-body.jpg") bottom center no-repeat;
	background-size: cover;
	text-align: center;
	display: table;
	width: 100%;
	margin: 0 auto;
	height: 100%;
	height: calc(100%);
}
.homebanner .homemiddle {
	display: table-cell;
	vertical-align: middle;
}

.homemiddle .logo img {
	max-width: 400px;
	height: auto;
	text-align: center;
}

.homebanner .social a {
	color: #fff;
	margin: 15px 20px;
	display: inline-block;
	font-size: 26px;
}
.homebanner .social a:hover i {
	text-shadow: 0 0 10px rgba(118, 181, 48, 0.9);
}
.homebanner .buttons a {
	display: inline-block;
	margin: 20px 30px 0;
}
.homebanner .buttons a:hover img {
	-webkit-filter: drop-shadow(0px 0px 5px rgba(118, 181, 48, 0.9));
	-moz-filter: drop-shadow(0px 0px 5px rgba(118, 181, 48, 0.9));
	-ms-filter: drop-shadow(0px 0px 5px rgba(118, 181, 48, 0.9));
	-o-filter: drop-shadow(0px 0px 5px rgba(118, 181, 48, 0.9));
	filter: drop-shadow(0px 0px 5px rgba(118, 181, 48, 0.9));
}

#down {
	position: absolute;
	bottom: 30px;
	left: 50%;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	border: 3px solid #FFF;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	color: #FFF;
	text-align: center;
	font-size: 42px;
	line-height: 46px;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#down:hover {
	cursor: pointer;
	opacity: 0.75;
}

/*--------------------------------------------------------------
13.2 Blog Page
--------------------------------------------------------------*/
.edit-link {
	position: absolute;
	top: 10px;
	right: 10px;
}
.home .blog-posts {
	display: block;
	width: 90%;
	margin: 0 auto;
}
.blog-block {
	padding: 50px 0 0;
	margin: 0 auto;
	max-width: 1280px;
}
.blog-post {
	position: relative;
	padding: 60px 0;
	margin: 0 auto;
	text-align: right;
	overflow: auto;
}
.home .blog-post {
	float: left;
	width: 30%;
	margin: 1.5%;
}
.archive .blog-posts {
	display: block;
	max-width: 740px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 90px;
}
.archive .blog-post {
	margin-bottom: -30px;
	border-bottom: 1px solid #67a347;
}
.archive .blog-post:last-child {
	border-bottom: none;
}
.home .blog-post-content h3, .home .blog-post-content h4 {
	font-size: 0.9em;
}
.home .blog-post-content p {
	font-size: 0.9em;
}
.single-area {
	margin-top: -15px;
}
.single-area .entry-content {
	max-width: 800px;
}
.single-area .entry-content img {
	float: none!important;
	display: block;
	margin: 30px auto;
}
.blog-top img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.blog-top .entry-title {
	display: block;
	width: 70%;
	margin: 40px auto 30px!important;
	text-align: center;
	font-size: 3em;
	line-height: 1.2em;
}
.blog-thumbnail {
	position: relative;
	float: left;
	padding: 10px;
	border: 1px solid #67a347;
}
.blog-thumbnail:after {
	content: "\f00e";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	position: absolute;
	font-size: 60px;
	color: #67a347;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -30px;
	padding-left: 1px;
	z-index: -1;
	}
.blog-thumbnail img {
	display: block;
	width: 100%;
	height: auto;
}
.blog-post-content {
	overflow: hidden;
	padding-left: 50px;
	text-align: left;
}
.home .blog-post-content {
	float: left;
	overflow: hidden;
	padding: 20px 10px;
	text-align: left;
}
.blog-post-content a {
	text-decoration: none;
}
.blog-post-content h3 {
	color: #67a347;
	margin-bottom: 0.5em;
}
.blog-post-content h4 {
	color: #67a347;
	margin: 0;
	font-weight: 400;
	font-size: 1.2em;
	margin-bottom: 1em;
}
/*.blog-post .button {
	padding: 10px 20px!important;
	font-size: 1em;
}*/

.home .blog-post .button {
	position: absolute;
	width: 60%;
	bottom: 30px;
	right: 25px;
	padding: 10px 20px!important;
	font-size: 1em;
	text-align: center;
}

.archive .blog-post .button {
	position: absolute;
	width: 200px;
	bottom: 30px;
	right: 0px;
	padding: 10px 20px!important;
	font-size: 16px;
	text-align: center;
}

.archive .blog-post .button {
background: #67a347;
border: 2px solid #67a347;
color: #FFF;
}

.archive.blog-post .button:hover, .archive .blog-post .button:hover {
background: #FFF;
border: 2px solid #67a347;
color: #67a347;
}


/*--------------------------------------------------------------
13.3 Recipes
--------------------------------------------------------------*/
.recipe-header {
	padding: 40px 0 20px;
	background: url("images/bg-green-noise.jpg");
}
.recipe-main {
	padding: 60px 0;
	margin: 0 auto;
	text-align: right;
	overflow: auto;
}
.home .recipe-main {
	max-width: 90%;
}
.search .recipe-main {
	border-bottom: 1px solid #67a347;
}
.archive {
    float:  left;
    width:  100%;
}
.archive:after {
    clear:  both;
}
.archive .recipe-main {
    float:  left;
    width: 30%;
	margin: 1.5%;
	padding: 0px!important;
}
.archive .recipe-content {
	float: left;
	padding: 10px 5px!important;
}
.archive .recipe-content h3, .archive .recipe-content h4 {
	font-size: 0.8em;
}
.archive .recipe-content p {
	font-size: 0.8em;
}
.recipe-footer {
	padding: 90px 0;
	background: url("images/bg-recipes.jpg") center -420px no-repeat;
	background-size: cover;
}
.recipe-thumbnail {
	position: relative;
	float: left;
	max-width: 500px;
	padding: 10px;
	border: 1px solid #67a347;
}
.recipe-thumbnail:after {
	content: "\f00e";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	position: absolute;
	font-size: 60px;
	color: #67a347;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -30px;
	padding-left: 1px;
	z-index: -1;
}
.recipe-thumbnail img {
	display: block;
	width: 100%;
}
.recipe-content {
	overflow: hidden;
	padding-left: 50px;
	text-align: left;
}
.recipe-content a {
	text-decoration: none;
}
.recipe-content h3 {
	color: #67a347;
	margin-bottom: 0.5em;
}
.recipe-content h4 {
	color: #67a347;
	margin: 0;
	font-weight: 400;
	font-size: 1.2em;
}
.recipe-content h4:last-of-type {
	margin-bottom: 1em;
}
.recipe-main .button {
	padding: 12px 20px 10px;
	font-size: 1.2em;
	font-weight: 300;
}
.entry-recipe-header {
	background: #f8f8f8;
	border-bottom: 1px solid #67a347;
	padding: 50px 0 10px;
}
.recipe-top img {
	box-shadow: 0 0 0 1px #67a347;
	padding: 7px;
}
.entry-recipe-header h2 {
	margin: 0 !important;
	font-size: 2.5em;
	letter-spacing: 0.05em;
}
.recipe-area {
	text-align: left;
}
#recipe-header {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
#recipe-main {
	max-width: 1000px;
	margin: 0 auto;
	padding-right: 500px;
}
#recipe-main h3 {
	display: inline-block;
	margin: 50px 0 20px;
}
.recipe-top {
	margin-right: 420px;
}
.recipe-brief {
	position:absolute;
	top: 0;
	right: 0;
	max-width: 400px;
	padding: 20px;
	background: #fff;
	border: 1px solid #67a347;
	margin: 8px;
	box-shadow: 0 0 0 7px #fff, 0 0 0 8px #67a347;
}
.recipe-brief h3 {
	margin-bottom: 20px;
}
.recipe-brief h4 {
	margin: 0;
	color: #67a347;
}
.recipe-brief div {
	margin-top: 1.5em;
}
.recipe-brief ul {
	list-style: none;
	margin: 0;
}
.recipe-brief li {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: 700;
	color: #67a347;
}

.recipe-brief h3 {
	font-size: 1.2em;
}
.recipe-brief h4 {
	font-size: 1em;
}
.recipe-brief div p {
	font-size: 0.95em;
}
.recipe-brief li {
	font-size: 0.8em;	
}

/*--------------------------------------------------------------
13.4 Shared Styles
--------------------------------------------------------------*/
.blog-block, .recipe-block {
	padding: 90px 0;
}

.widget_mailchimpsf_widget {
	background: url("images/bg-mailing.jpg") center center no-repeat;
	background-size: cover;
	display: table;
	width: 100%;
	padding: 90px 0;
	position: relative;
	color: #000;
}
#mc_subheader {
	max-width: 900px;
	font-size: 1.4em;
	margin: 60px auto !important;
	text-transform: uppercase;
	font-weight: 700;
}
.mc_merge_var, .mc_signup_submit {
	margin: 0 auto;
	position: relative;
	display: block;
	width: 50%;
	max-width: 400px;
}
#mc_signup_form .mc_var_label {
	position: absolute;
	margin: 0;
	padding: 8px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 7px;
	width: 100%;
	cursor: text;
	top: 0;
	left: 0;
}
#mc_signup_form .mc_input {
	background: none;
	border-color: #000;
	width: 100%;
	text-align: center;
	padding: 8px;
}
#mc_signup_submit {
	margin: 0 !important;
	width: 100% !important;
	border: 1px solid transparent;
	font-size: 100%;
	padding: 8px;
}
.button, #submit, .vfb-submit  {
	padding: 25px 60px;
	display: inline-block;
	background: #000;
	color: #fff;
	border: 0;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
	font-size: 2em;
	letter-spacing: 0.2em;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.button:hover, #submit:hover {
	background: #67a347;
	color: #FFF;
	cursor: pointer;
}
.button.green {
	background: #67a347;
	border: 1px solid white;
}
.button.green:hover {
	background: #fff;
	color: #67a347;
	border-color: #67a347;
}
.button.white {
	background: #fff;
	border: 2px solid #67a347;
	color: #67a347;
}
.button.white:hover {
	background: #67a347;
	color: #fff;
}
.anchor-link  {
	padding: 20px 0;
	display: inline-block;
	background: #000;
	width: 44%;
	margin: 0 2% 4%;
	color: #FFF;
	border: 1px solid #000;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
	font-size: 18px;
	letter-spacing: 0.05em;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.anchor-link:hover {
	background: #FFF;
	color: #000;
	border-color: #000;
	cursor: pointer;
}

.edit-post {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.post-edit-link {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 7px 15px;
	background: #67a347;
	border:1px solid #67a347;
	border-radius: 20px;
	color: #fff !important;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
.post-edit-link:hover {
	background: #fff;
	color: #67a347 !important;
}
.post-edit-link:before {
	content: '\f040';
	font-family: FontAwesome;
	padding-right: 5px;
}

.flexslider {
	-webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.3);
}

/*--------------------------------------------------------------
14.0 Footer
--------------------------------------------------------------*/
.site-footer {
	background: url("images/bg-green-noise.jpg");
	padding: 40px 0 20px;
	text-align: center;
	font-size: 24px;
}

.site-footer .social a {
	display: inline-block;
	color: #67a347;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	line-height: 50px;
	background: #fff;
	margin: 20px 5px;
	border: 1px solid #fff;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
.site-footer .social a:hover {
	color: #fff;
	background: #67a347;
}
.site-footer .site-info {
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1em;
}
.site-footer small {
	display: block;
	text-transform: uppercase;
	color: #fff;
	font-size: 50%;
}
.site-footer small a {
	color: #fff;
}

.site-info {
	display: block;
	width: 80%;
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
}

.site-info small {
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #FFF;
}

.site-info small a {
	color: #FFF;
}

.site-info small a:hover {
	
}

/*--------------------------------------------------------------
15.0 Mobile Styles
--------------------------------------------------------------*/

@media (min-width: 1024px) {

	.recipe-main, .blog-post {
		padding: 60px 0;
	}
	
	.entry-content {
		display: block;
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
	}

}

@media (max-width: 1024px) {
	
	.content-area {
		max-width: 960px;
	}

	.entry-content {
		max-width: 90%;
	}

	.recipe-main, .blog-post {
		padding: 60px 0;
	}
	
	.recipe-thumbnail { width: 40%;}
	
	.recipe-content { width: 57%; }

}

@media screen and (min-width: 960px) {
	.main-navigation a:not(.logo) {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.widget_mailchimpsf_widget:after {
		content: '';
		background: url("images/order-tab.png");
		width: 156px;
		height: 245px;
		position: absolute;
		bottom: -60px;
		right: 90px;
	}
}
@media screen and (max-width: 1024px) {
	.blog-post {
		width: 100%;
		max-width: 900px;
		height: auto;
	}
	.blog-thumbnail {
		float: left;
	}
	.blog-post-content {
		overflow: hidden;
		padding-bottom: 10px;
	}
	/*.main-navigation ul {
		padding-top: 100px;
		position: relative;
	}
	.menu-1 {
		width: auto;
	}
	.menu-2 {
		width: auto;
		margin-left: 30px;
	}
	.main-navigation li.menu-logo {
		position: absolute;
		top: 10px;
		margin: 0;
		left: 50%;
		margin-left: -45px;
	}*/
	.entry-recipe-header {
		padding-top: 120px;
	}
}
@media screen and (max-width: 960px) {
	#signup .tl {
		display: none!important;
	}
	.searchandfilter li {
		display: none;
	}
	.searchandfilter li:first-child, .searchandfilter li:last-child {
		display: block;
	}
	.anchor-link {
		width: 80%;
	}
	input, textarea {
	  -webkit-appearance: none;
	  -webkit-border-radius: 0;
	}
	.emodal.fixed {
		position: absolute;
	}
	.admin-bar .site-header {
		top: 46px !important;
	}
	h1 {
		font-size: 2em;
	}
	h2, #tribe-events-content h2 {
		font-size: 1.75em!important;
	}
	.site-header {
		position: fixed;
		height: 70px;
		z-index: 2000;
		box-shadow: 0 -7px 20px;
	}
	#signup {
		top: 70px;
	}
	#signup .fr.tr {
		float: none!important;
	}
	html #wpadminbar {
		position: fixed;
	}
	.menu-toggle,
	.main-navigation.toggled .submenu {
		display: block;
		margin: 0;
	}
	.menu-toggle {
		right: 10px;
		font-size: 22px;
		top: 17px;
	}
	.main-navigation li.menu-logo {
		position: absolute;
		top: 0;
		left: -10px;
	}
	.main-navigation ul	 {
		background: #FFF;	
	}
	.menu-1.submenu {
		margin-top: 70px!important;
	}
	.main-navigation .submenu {
		display: none;
	}
	.main-navigation .submenu li {
		display: block;
		background: #67a347;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 5px 0 4px;
		border-bottom: 1px solid #FFF;
		text-align: center;
	}
	.main-navigation .submenu li a {
		color: #FFF;
	}
	.menu-1, .menu-2 {
		width: 100%;
	}
	.homebanner .homemiddle {
		padding-top: 100px;
	}
	.homemiddle .logo img {
		max-width: 300px;
	}
	.page-content, .entry-content, .entry-summary {
		margin: 1.5em auto;
	}
	#primary {
		padding-top: 90px;
	}
	.content-area {
		padding: 30px 0;
	}
	.sub-section {
	float: left;
	width: 100%;
	margin: -10px auto 20px;
	}
	.block-2 {
		float: none;
		width: 90%;
		margin: 15px auto;
	}
	.section-divider .social a {
		width: 60px;
		height: 60px;
		border-radius: 40px;
		font-size: 28px;
		line-height: 56px;
	}
	.recipe-thumbnail {
		display: block;
		float: none;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.archive .recipe-main {
		float: none;
		display: block;
		width: 80%;
		margin: 1.5% auto;
	}
	.recipe-content {
		width: 90%;
		margin: 0 auto;
		padding: 20px 0px!important;
		text-align: center;
	}
	.recipe-main .button {
		display: block;
		width: 210px;
		margin: 0 auto;
		padding: 12px 20px 10px;
		font-size: 1.2em;
		font-weight: 300;
	}
	.archive .recipe-content {
		float: none;
		width: 100%;
	}
	.recipe-footer {
		background: none!important;
		padding: 15px 0;
		width: 90%;
		margin-left: 5%;
		font-size: 9px;
	}
	.recipe-top {
		max-width: 90%;
		margin: 23px auto 30px!important;
		text-align: center!important;
	}
	.recipe-area {
		text-align: center;
	}
	.blog-block, .recipe-block {
		padding: 30px 0;
	}
	.home .blog-posts {
		width: 80%;
	}
	.home .blog-post {
		float: none;
		display: block;
		width: 100%;
		margin: 1.5% auto;
	}
	.archive .blog-posts {
		display: block;
		width: 80%;
	}
	.single-area .entry-content {
		max-width: 800px;
		width: 90%;
	}
	.blog-post-content {
		overflow: hidden;
		padding: 10px 0!important;
		text-align: center;
	}	
	.blog-top .entry-title {
		font-size: 2em;
	}
	.blog-thumbnail {
		float: none!important;
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	.blog-thumbnail img {
		display: block;
		margin: 0 auto;
	}
	.site-footer .site-info {
		font-size: 0.7em;
		letter-spacing: 0.1em;
	}
	.widget_mailchimpsf_widget .widget-title {
		margin: 0;
		font-size: 2em;
		letter-spacing: 10px;
	}
	#mc_signup_form .mc_var_label {
		display: none;
	}
	.mc_merge_var:before {
		content: 'Email';
		position: absolute;
		top: -30px;
		padding-left: 7px;
		text-transform: uppercase;
		font-weight: 700;
		letter-spacing: 7px;
		width: 100%;
	}
	.entry-recipe-header {
		padding-top: 20px;
	}
	.recipe-brief {
		width: 100%;
		position: relative;
		margin: 0 auto 20px;
	}
	.recipe-top {
		margin: 0;
		text-align: center;
	}
	#recipe-main {
		padding: 20px;
	}
	
	.emodal-content {
		width: 320px;
	}
	
	.visual-form-builder-container, .emodal ul {
		max-width: 320px;
	}
	
	.vfb-item-instructions {
		margin-bottom: 70px;
	}
}

@media (max-width: 640px) {
	
	.homemiddle .logo img {
		max-width: 240px;
	}

	.homebanner .social a {
	margin: 15px;
	}

	h4 {
	font-size: 1.1em;
	letter-spacing: 2px;
	}

	.button, #submit, .vfb-submit {
	padding: 20px 40px;
	font-size: 1em;
	}

	.section-divider .social a {
	width: 40px;
	height: 40px;
	border-radius: 40px;
	font-size: 20px;
	line-height: 38px;
	}

	h1.green:after, h1.green.alt:after, h1:after, h1.alt:after {
	background-size: 120px auto;
	background-repeat: no-repeat;
	background-position: center center;
	}
	
	.center-block .title-overlay {
	font-size: 28px;
	}

	.home .blog-post .button {
	width: 200px;
	bottom: 20px;
	right: 0px;
	}
	
	.form-bottom input#mce-EMAIL {
		display: block;
		width: 178px;
		margin: 0 auto 10px;
	}
	
}

.tribe-events-event-meta .country-name {
    display: none;
}

#tribe-events-pg-template {
float: left;
background: #FFF;
top: 0px;
left: 0px;
width: 100%;
max-width: 100%;
margin: 400px 0 -60px 0!important;
padding-bottom: 60px;
}

#tribe-events-content h1, #tribe-events-content h2, #tribe-events-content h3, #tribe-events-content h4, #tribe-events-content h5, .tribe-bar-filters, .tribe-events-sub-nav, .tribe-events-back, .tribe-events-list-separator-month, .tribe-events-read-more, .tribe-events-event-meta, .tribe-events-list-separator-month {
text-transform: uppercase;
letter-spacing: 1px;
}

.tribe-events-single-event-title, .tribe-events-schedule, #tribe-events-content {
	text-align: center;
}

#tribe-bar-form .tribe-bar-submit input[type=submit] {
margin-left: 5px;
padding: 13px 15px;
}

h2.tribe-events-page-title, h2.tribe-events-single-event-title {
	position: relative;
	font-size: 4em!important;
	letter-spacing: 0.2em!important;
	margin: 30px 0 5px!important;
	line-height: 1.1em!important;
}

/*h2.tribe-events-page-title:after, h2.tribe-events-single-event-title:after {
	content: '';
	width: 260px;
	height: 80px;
	background: url("images/title-black.png");
	position: absolute;
	left: 50%;
	margin-left: -130px;
	bottom: -90px;
}*/

.tribe-events-schedule {
	margin: 0px;
}

.tribe-events-event-meta .tribe-events-meta-group, .tribe-events-event-meta .column {
width: 45%;
padding: 0 3%;
}

div#tribe-events-content {
display: block;
max-width: 800px;
margin: 0 auto;
padding: 25px 0 0 0;
}

.tribe-events-single-event-description.entry-content {
width: 80%!important;
}

.tribe-events-content p {
margin: 0 auto 25px!important;
}

dd.author {
margin-bottom: 0px!important;
}

span.tribe-events-list-separator-month {
margin-bottom: 0px;
}

.type-tribe_events {
    padding-bottom:  30px;
    border-bottom: 1px solid #ececec!important;
}

.tribe-events-last {
    border-bottom: none!important;
}

.tribe-events-list-event-description {
    margin-top: 0px!important;    
}

.tribe-events-list-event-description p {
    display:  block;
    width: 80%;
    margin: 15px auto!important;
    font-size:  95%;
    letter-spacing: 0.05em;
}

a.tribe-events-gmap {
    display: block;
    margin-top: 15px;
}

a.tribe-events-read-more {
	display: inline-block;
	margin-top: 15px;
	padding: 7px 10px 5px;
	border: 2px solid #67a347;
	font-size: 12px;
}

a.tribe-events-read-more:hover {
	background: #67a347;
	color: #FFF;
}

.single-tribe_events #tribe-events-footer, .tribe-events-day #tribe-events-footer, .events-list #tribe-events-footer, .tribe-events-map #tribe-events-footer, .tribe-events-photo #tribe-events-footer {
	border-top: 0px;
}

.addtoany_shortcode {
    text-transform: uppercase;
}

.addtoany_shortcode span {
    font-size:  10px;
}