/*
Theme Name: Vegan Yoga LIfe
Theme URI: http://veganyogalife.com
Author: Taylor Brooke Berman // Code Love Creative
Author URI: http://codelovecreative.com
Text Domain: vegan-yoga-life

Vegan Yoga Life is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Homepage
	## Slider
# Header
# Infinite scroll
# Media
	## Captions
	## Galleries
# Social Links
# Footer
# Recipes Page
# Content Upgrades
# Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
    font-size: 16px !important;
    line-height: 26px;
    font-family: Helvetica, Impact, sans-serif;
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	color: #a1d3c7;
    transition: background-color 200ms;
    -webkit-transition: background-color 200ms;
    -ms-transition: background-color 200ms;
    -o-transition: background-color 200ms;
}

a:active,
a:hover {
	outline: 0;
    transition: background-color 200ms;
    -webkit-transition: background-color 200ms;
    -ms-transition: background-color 200ms;
    -o-transition: background-color 200ms;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 600;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

a.button-upgrade {
    text-decoration: none !important;
    font-family: 'montserrat', sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    padding: 20px;
    text-align: center;
    display: inline-block;
    max-width: 100%;
    background: #F19C95;
    color: #fff !important;
    text-transform: uppercase;
}

a.create-joy {
    background-color: #b7ede0;
    display: block;
    line-height: 70px;
    height: 70px;
    width: 300px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
    font-family: 'montserrat';
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
    font-family: 'Mono Social Icons Font';
    src: url('assets/fonts/MonoSocialIconsFont-1.10.eot');
    src: url('assets/fonts/MonoSocialIconsFont-1.10.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/MonoSocialIconsFont-1.10.woff') format('woff'),
         url('assets/fonts/MonoSocialIconsFont-1.10.ttf') format('truetype'),
         url('assets/fonts/MonoSocialIconsFont-1.10.svg#MonoSocialIconsFont') format('svg');
    src: url('assets/fonts/MonoSocialIconsFont-1.10.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.symbol, a.symbol:before {
    font-family: 'Mono Social Icons Font';
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

a.symbol:before {
    content: attr(title);
    margin-right: 0.3em;
    font-size: 130%;
}

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Merriweather', serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

h2 {
    font-size: 25px;
    text-align: center;
    padding: 0 80px;
    text-transform: uppercase;
    font-family: 'montserrat',Impact, sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
}

.single h2 {
    text-transform: none;
    font-family: 'Merriweather';
    text-align: left;
}

h3 {
    letter-spacing: 1px;
    font-weight: normal;
    font-size: 22px;
    line-height: 34px;
    margin: 20px 0;
}

h3 span.fancy {
    font-family: 'montserrat',Impact, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

h4 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #b0d2c6;
}

h4 span.fancy {
    font-style: italic;
    font-family: 'Merriweather';
    text-transform: none;
    font-size: 21px;
    font-weight: normal;
}

p {
    line-height: 30px;
    font-family:  'open sans','montserrat', 'helvetica', sans-serif;
    margin-bottom: 1.5em;
    font-weight: 300;
    margin-bottom: 1.5em;
}

.textwidget p, .entry-footer p, .opt-in p, #news p, .page-template-template-squeeze p {
    font-size: 20px !important;
    line-height: 30px;
    font-family: 'Merriweather', 'helvetica', sans-serif;
    font-style: italic;
    margin-bottom: 1.5em;
}

.textwidget p {
    font-size: 16px !important;
    line-height: 26px;
    font-style: normal;
    font-family: 'open sans','montserrat', 'helvetica', sans-serif;
}

footer .textwidget p {
    font-size: 18px !important;
    line-height: 26px;
    margin: 0 auto;
    font-style: normal;
    letter-spacing: 1px;
    font-family: 'open sans','montserrat', 'helvetica', sans-serif;
}

p span.fancy {
    font-family: 'Merriweather';
    font-size: 20px;
    font-style: normal;
    font-family: Impact, sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
    letter-spacing: 1px;
    font-size: 16px;
    background-color: #EBF9F4;
    padding: 25px;
    margin: 0;
    line-height: 30px;
    font-style: normal;
    font-weight: 500;
}

blockquote p {
    font-style: normal;
    margin: 0;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

article ol {
	margin: 20px 0 1.5em 0em;
	padding: 0px 0 0 18px;
}

article ul,
article ol {
    font-style: normal;
    font-weight: 200;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 1em;
	margin-left: 1em;
}

article ul li,
article ol li {
	margin-bottom: 1em;
}

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. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.content-wrapper {
	margin: 0 auto;
	width: 1200px;
}

.page-template-template-fullwidth-page .content-wrapper {
	width: 900px !important;
	max-width: 85% !important;
}




/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	/*border-color: #aaa #bbb #bbb;*/
	outline: 0;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

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 {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #a1d3c7;
}

a:visited {
	/*color: purple;*/
}

a:hover,
a:focus,
a:active {
	color: #F3D64A;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.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:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > 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,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.site-main .comment-navigation a,
.site-main .posts-navigation a,
.site-main .post-navigation a {
	text-decoration: none;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
    font-family: 'montserrat', 'impact';
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 0 20px 0 30px;
	background: url(assets/images/arrow-thin-black-left.jpg) left center no-repeat;
    background-size: 10px;
}



.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
    font-family: 'montserrat';
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 0 30px 0 20px;
	background: url(assets/images/arrow-thin-black.jpg) right center no-repeat;
    background-size: 10px;
}


.nav-links .nav-previous,
.nav-links .nav-next {
    background: #F19C95;
    padding: 15px 20px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 20px;
    width: 40%;
}

.nav-links .nav-previous:hover,
.nav-links .nav-next:hover {
    background: #000;
}

.nav-links .nav-previous a,
.nav-links .nav-next a {
	color: #fff;
}

/*

.nav-links .nav-previous,
.nav-links .nav-next {
    min-height: 40px;
}

.nav-links {
    border-top: 2px solid #A1D3C7;
    padding: 20px 0;
    border-bottom: 2px solid #A1D3C7;
}
*/

nav.navigation.post-navigation {
    margin: 10px 0 70px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 20px 0px;
}


/*--------------------------------------------------------------
# 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: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-size: 0.875rem;
	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. */
}

/*--------------------------------------------------------------
# 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-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 3.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.search-submit {
	display: none;
}

#secondary aside {
    text-align: center;
}

#secondary .widget:first-child {
    margin-bottom: 2em;
	text-align: center;
}

#secondary .widget:first-child .line {
    height: 2px;
    background-color: #eee;
    width: 90px;
    margin: 0 auto;
}

#secondary .widget h2 {
    font-size: 16px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'montserrat', sans-serif;
    color: #000;
    padding: 0;
}


#secondary .widget h4 {
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 2px;
    text-align: left;
    font-size: 16px
}

#secondary .widget:first-child p {
    font-family: 'Merriweather', serif;
    font-style: italic;
    line-height: 27px;
    color: #777;
    font-size: 16px !important;
}

.pinterest-widget {
	margin: 0 auto;
}

#secondary #mc_embed_signup {
    background-color: #EBF9F4;
    padding: 10px 30px 30px;
    text-align: center;
}

#secondary #mc_embed_signup h3 {
    font-family: 'Impact', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    color: #000;
}

#secondary #mc_embed_signup p {
    font-size: 16px !important;
}

#secondary #mc_embed_signup .mc-field-group input {
    max-width: 220px !important;
    margin-bottom: 10px;
}

#secondary #mc_embed_signup .mc-field-group:last-child input {
    margin-bottom: 0;
}



/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/

.ad-homepage {
	text-align: center;
	margin-bottom: 50px;
}




/*--------------------------------------------------------------
## Slider
--------------------------------------------------------------*/

.slider {
  background: #fff;
  max-height: 520px;
  overflow: hidden;
  padding: 50px 0;
}

.slider h2.title {
  font-family: sans-serif;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
}

.slider h2.title span {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  text-transform: none;
  font-size: 32px;
  font-weight: 100;
}

.cropped-image {
  height: 210px;
  width: auto;
  background-size: cover !important;
}

.page-template-homepage .slider article header {
  padding: 20px;
}

#advps_container3 .advs-title, #advps_container3 .advs-title a {
  font-family: sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px !important;
  color: #000 !important;
  line-height: 28px;
  font-size: 16px;
}

h2.advs-title {
    padding: 10px 0;
}


#advps_container3 .advs-title a:hover {
  color: #a1d3c7 !important;
}

#advps_container3 .advps-slide p {
  display: none;
}

.bx-wrapper img {
    max-height: 225px;
}

.bx-wrapper .bx-controls-direction a {
  margin-top: -56px;
}

.bx-wrapper .bx-next {
  right: -60px;
  background: url(assets/images/arrow-thin-black.jpg) no-repeat;
}

.bx-wrapper .bx-next, .bx-wrapper .bx-prev {
  opacity: 0.4;
}

.bx-wrapper .bx-next:hover, .bx-wrapper .bx-prev:hover {
  background-position: 0 0;
  opacity: 1;
}

.bx-wrapper .bx-prev {
  left: -60px;
  background: url(assets/images/arrow-thin-black-left.jpg) no-repeat;
}

.advps-slide-container {
  max-height: 400px;
}

.bx-wrapper {
  max-width: 994px !important;
}

.advps-slide {
  width: 320px !important;
  margin: 0 10px;
}

.advps-slide-field-three {
  width: 100%;
  float: none !important;
  padding: 0 !important;
}

.advps-excerpt-three {
  float: none !important;
  max-width: 100% !important;
  padding: 0 20px;
}


@media screen and (max-width: 768px) {

	.slider {
		height: initial;
	}
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#news {

}

#news a {
    text-decoration: none;
}

#news .headline a span.cta {
    color: #CE6052;
	text-decoration: underline;
}

#news .headline {
	margin-bottom: 20px;
}

#news .headline a {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 300;
}

#news .content-wrapper {
    text-align: center;
}

#news .headline {
	background: #EBF9F4;
	padding: 10px 0;
}

#news .headline a span.cta {
	text-decoration: underline;
}




/*
#news .left,  #news .right {
    display: inline-block;
    line-height: 30px;
    width: 48%;
}



*/

#news p {
    margin-top: 0;
}


	#news .left {
		display: none;
	}

	#news .right {
		margin 0 auto;
	}

#news .right ul.social {
    text-align: center;
}

#news .right ul.social a {
    color: #a1d3c7;
    font-size: 30px;
    line-height: 35px;
}

#news a:hover, #news .right ul.social a:hover {
    color: #000;
}

#masthead {
    padding: 20px 0;
}

.site-branding {
    margin: 0 auto;
	text-align: center;
	width: 600px;
}

p.site-description {
    letter-spacing: 3px;
    font-family: 'montserrat', sans-serif;
    font-size: 16px;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.main-navigation {
    border: 1px solid #ededed;
}

.main-navigation ul,
.main-navigation ol {
    font-style: normal;
}

#header-search form.search-form {
    display: none;
    width: 195px;
    margin: 10px auto 30px;
}

.slider-content {
	background-color: #fff;
	text-align: center;
	padding: 20px 0 !important;
    min-width: 300px !important;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
    max-width: 450px;
}

.slider-content h2 {
    margin: 0 !important;
    color: #000 !important;
    font-family: 'impact', sans-serif;
    font-size: 30px !important;
    text-align: center;
    line-height: 33px !important;
}

.slider-content h2:hover {
    color: #a0ebe5;
}

.slider-content a.title {
    text-decoration: none !important;
}

.slider-content .line {
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
    width: 75px;
    margin: 0px auto  30px !important;
}

.slider-content p {
    font-size: 14px !important;
    text-transform: none !important;
    font-weight: 100;
    font-style: italic;
    color: #777;
    line-height: 14px !important;
    display: none;
}

.slider-content h3 {
    font-size: 16px !important;
    text-transform: none !important;
    font-family: 'montserrat', sans-serif;
    margin: 0 !important;
	letter-spacing: 2px;
    line-height: 20px !important;
}

.slider-content .cat-list {
    line-height: 30px;
    height: 50px;
}

.slider-content .cat-list a {
    font-family: 'Roboto', 'helvetica', arial, sans-serif;
    color: #000;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 1px !important;
    font-size: 16px;
    margin-top: 0 !important;
    padding-left: 10px !important;
}

.slider-content .cat-list a:first-child {
    padding-left: 0 !important;
}

.slider-content .cat-list a:hover {
    color: #a1d3c7;
}

.slider-content .cat-list a:nth-child(2) {
    /*display: block;*/
}

.slider-content a.button {
    color: #000;
    text-shadow: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    font-weight: normal !important;
    text-decoration: none;
    border: 2px solid #000 !important;
    padding: 10px !important;
    letter-spacing: 2px !important;
    font-size: 16px !important;
    background-color: #fff;
}

.slider-content a.button:hover {
    border-color: #a0ebe5 !important;
    color: #fff;
    background-color: #a0ebe5;
    cursor: pointer;
}

a.ubermenu-target, article a.read-more {
    font-family: 'Helvetica', 'Impact', sans-serif;
    letter-spacing: 2px;
}

.ubermenu-submenu .ubermenu-item-header > .ubermenu-target {
    font-weight: normal;
    text-transform: uppercase;
}


#ubermenu-main-563-primary {
	width: 730px !important;
	max-width: 730px !important;
}


/* vegan recipes */
li#menu-item-3635 a {
	background-color: #F3D64A !important;
	color: #fff !important;
}

li#menu-item-3635 a:hover {
	background-color: #a1d3c7 !important;
	color: #fff !important;
}

ul.ubermenu-nav li:last-child a {
    background: #F3D64A !important;
    color: #fff !important;
}

ul.ubermenu-nav li:last-child:hover a {
	background: #a1d3c7 !important;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.archive .entry-footer, .category .entry-footer, .search .entry-footer, .blog .entry-footer {
    display: none;
}

.entry-footer {
    margin-top: 40px;
}

.entry-footer p {
    padding: 0;
}

.entry-footer .ck_form.ck_minimal {
    background: #EBF9F4;
}

.entry-footer .ck_form.ck_minimal .ck_subscribe_button {
   padding: 0 10px;
}

.apss-social-share {
    margin: 40px 0 30px;
}

.yarpp-related h3 {
    display: none;
}

.yarpp-thumbnail-title {
    text-align: left;
    font-weight: 200 !important;
    color: #000;
    text-transform: none !important;
    font-size: 14px !important;
    letter-spacing: 1px !important;
    text-decoration: none !important;
    font-family: 'helvetica', sans-serif;
    letter-spacing: 0px !important;
    max-height: 100px !important;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail:hover span {
    color: #a1d3c7;
}

.yarpp-thumbnail > img, .yarpp-thumbnail-default {
    width: 100%;
    height: auto;
    margin: 0;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail:hover > img {
    opacity: 0.6;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail, .yarpp-thumbnail-default, .yarpp-thumbnail-title {
    display: inline-block;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
    padding: 10px 0 0 0;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail {
    height: 240px !important;
    width: 22% !important;
    margin: 0 1% !important;
    border: 0 !important;
}


.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.home .main-content {
	border-top: 1px solid #eee;
    padding-top: 50px;
}


#primary, #secondary {
	float: left;
}

#primary {
	width: 65%;
    max-width: 750px;
    padding: 0 40px;
    /*margin-right: 40px;*/
}

/*
body.single #primary {
	max-width: 750px !important;
	display: block !important;
	margin: 0 auto !important;
	padding: 0 !important;
}
*/

#secondary {
	margin: 0 auto;
    width: 30%;
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    color: #666;
}


/*
body.single #secondary {
	display: block;
	margin: 0 auto;
	display: none;
}*/

article .thumb img {
    width: 100%;
    height: auto;
}

article h2.entry-title {
    text-align: center;
    padding: 0 80px;
    text-transform: uppercase;
    font-family: 'montserrat', sans-serif;
    letter-spacing: 2px;
    color: #555;
    font-weight: 400;
    letter-spacing: 1px;
}

.single article h2.entry-title {
    padding: 0 30px;
}

article h2.entry-title a, article h2.entry-title a:hover, article h2.entry-title a:visited {
    color: #000;
    font-size: 24px;
    text-decoration: none;
}

article h2.entry-title a:hover {
	color: #a1d3c7;
}

article .entry-meta {
    margin-top: 10px;
    text-align: center;
}

article .line {
	background-color: #000;
	height: 1px;
	margin: 0 auto;
	width: 30px;
}

article .posted-on {
    color: #444;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: 'Helvetica', 'Arial', sans-serif;
    padding-right: 5px;
}

time.entry-date.published {
    font-family: 'Georgia', 'Times', serif;
    font-size: 15px;
    font-style: italic;
    text-transform: none;
}

article span.cat-links {
    font-size: 14px;
}

article .cat-links a {
	color: #a1d3c7;
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
	padding-left: 5px;
    text-transform: uppercase;
}

article .cat-links a:hover {
    color: #F3D64A;
}

article span.separator {
	font-size: 12px;
}

article .entry-content {
	margin: 0;
}

.single article .entry-content {
	padding: 0 25px;
}

.single #primary .entry-content {
	font-family: 'open sans', 'montserrat';
    font-weight: 200;
    line-height: 32px;
    letter-spacing: 1.5px;
    font-size: 18px;
	font-weight: normal;
}

.footer-ad {
	display: none;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'montserrat';
    font-size: 30px;
    font-weight: 600;
    border-top: 3px solid #000;
    padding-top: 30px;
}

.footer-ad ul {
    margin: 20px auto;
    padding: 0;
}

.footer-ad ul li {
    list-style: none;
    text-transform: uppercase;
    font-family: 'montserrat';
    letter-spacing: 2px;
    font-size: 22px;
    font-weight: normal;
}

.footer-ad ul li a {
	text-decoration: none;
}

.footer-ad ul li a:hover {
	color: #000;
}


.recent-posts {
	display: none;
}


article a.read-more {
    border: 1px solid #a1d3c7;
    color: #a1d3c7;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 20px;
    font-size: 10px;
    text-decoration: none;
    margin: 0 auto;
    width: 180px;
    display: block;
    text-align: center;
    transition: all 400ms;
    -webkit-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
}

a.read-more:hover {
    background-color: #a1d3c7;
    color: #fff;
    transition: all 400ms;
    -webkit-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
}

.category h1.page-title, .search h1.page-title, .page h1.page-title {
    font-family: 'montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #444;
}

.page-id-2 h1.entry-title, .page-id-3312 h1.entry-title {
	display: none;
}

.page-template-template-fullwidth-page h1.entry-title {
    font-family: 'montserrat';
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
    margin-top: 0;
    border: solid 2px #444;
    display: table;
    margin: 0 auto 40px;
    text-align: center;
    padding: 10px;
}

.search h1.page-title, .category h1.page-title, .archive h1.page-title {
    text-align: center;
}

.error404 {
    text-align: center;
}

.error404 .widget_categories, .error404 .widget_tag_cloud {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}

.error404 .widget_categories h2 {
    padding: 0;
}

.error404 .widget_categories ul, .error404 .widget_recent_entries ul {
    margin: 0;
    padding: 0;
    text-align: left;
}

.error404 form.search-form {
    margin: 40px 0;
}



/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-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;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .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%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## 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;
}


/*--------------------------------------------------------------
## Social Links
--------------------------------------------------------------*/
ul.social {
    padding: 0;
    margin: 0 auto;
    text-align: center;
}

ul.social li {
    display: inline-block;
    list-style: none;
    margin: 0 10px;
}

#secondary ul.social li a {
    color: #000;
}

ul.social li a {
    color: #fff;
    text-decoration: none;
    font-size: 35px;
    transition: all 400ms;
    -webkit-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
}

#secondary ul.social li a:hover , ul.social li a:hover {
    color: #a1d3c7;
    transition: all 400ms;
    -webkit-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
}




.pinterest-share {
	display: none;
}



/*--------------------------------------------------------------
## POPMAKE
--------------------------------------------------------------*/

.popmake {
    max-width: 800px;
}

#popmake-2821 h2 {
    color: #000;
    padding: 0;
}

#popmake-2821 span.popmake-close {
    font-family: 'Helvetica' !important;
    letter-spacing: 2px;
}

#popmake-2821 {
	opacity: 1 !important;
}

.popmake-content {
	color: #000;
    text-align: center;
    padding: 0 50px;
}

.popmake-title {
    display: none;
}

.popmake-content input#mce-FNAME {
    margin-bottom: 10px;
}

.popmake-content input#mc-embedded-subscribe {
    background-color: #b7ede0;
}

.popmake-content input#mc-embedded-subscribe:hover {
    background-color: #b7ede0;
}

.popmake h3 {
    font-size: 27px;
    line-height: 40px;
    letter-spacing: 2px;
    margin: 10px 0;
    padding: 0;
    font-weight: 600;
    font-family: 'montserrat', sans-serif;
    text-transform: uppercase;
    color: #000;
}

.popmake h3 span.fancy {
	font-size: 30px;
}

.popmake-content .left, .popmake-content .right {
    width: 49%;
    display: inline-block;
    white-space: normal;
    margin: 0 auto;
    text-align: center;
}

.popmake-content .left {
    padding-top: 40px;
}

.popmake .popmake-content :last-child {
    margin-bottom: 0;
}

.popmake-content .right {
    max-width: 430px;
    display: inline-block;
    text-align: center;
    padding: 0 20px;
    white-space: normal;
}


.section-title p {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: center;
    width: 160px;
    letter-spacing: 1px;
    font-size: 14px;
    margin: 50px auto 20px;
    padding: 6px 0 4px;
    font-family: 'Montserrat', 'helvetica', sans-serif;
    font-style: normal;
}

.section-title span {
    display: block;
    font-size: 30px;
    font-style: italic;
    font-family: 'georgia', 'times', serif;
}

#instagram {
    margin: 5em 0 3.5em;
}

#instagram .section-title a {
	text-decoration: none;
	color: #000;
}

#instagram .section-title a:hover {
	color: #a1d3c7;
}

.instagram-image a {
    display: block;
}

#instagram-feed {
    overflow: hidden;
}

.instagram-image { 
    float: left;
    width: 20% !important;
}

.instagram-image img { 
    width: 100%;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#newsletter {
    background-color: #EBF9F4;
    padding: 20px 0 40px;
}

.single #newsletter {
	margin-top: 60px;
}

.single footer {
	margin-top: 0;
}

.page-id-3312 #newsletter,
.page-template-template-mindful-vegan #newsletter {
	display: none;
}

footer .ck_form {
    width: 100%;
    max-width: 720px;
    margin: 0 auto !important;
    text-align: center;
}

footer .ck_form h3 {
    color: #000;
    font-family: 'montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 24px;
    font-weight: normal;
}


footer .ck_form input,
footer .ck_form .ck_subscribe_button {
	display: inline-block;
	margin-right: 10px;
        vertical-align: middle;
}

footer .ck_form .ck_subscribe_button {
	margin-right: 0;
	line-height: 40px;
	height: 40px;
	padding: 0 10px;
	border-radius: 0 !important;
}

footer .ck_form .ck_subscribe_button  {
    background: #F3D64A !important;
}

footer .ck_form p {
    color: #000 !important;
    margin-bottom: 30px;
}

.page .ck_form,
footer .ck_form {
    margin: 0px auto !important;
    border: 0 !important;
    max-width: 700px;
}

#secondary .ck_form {
    border-top: 0 !important;
    max-width: 100%;
    background: #EBF9F4;
    padding: 20px;
}

#secondary .ck_form h2 {
	font-size: 25px;
}


#secondary .ck_form a.button {
    background-color: #F3D64A;
	font-size: 16px;
    font-family: 'montserrat', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 30px;
    padding: 5px 10px;
    text-align: center;
    color: #fff;
    height: 40px;
    display: block;
    width: 160px;
    margin: 0 auto 20px;
}

#secondary .ck_form a.button:hover {
	background-color: #000;
}

.newsletter input#mc-embedded-subscribe {
    background-color: #b7ede0;
}

.newsletter input#mc-embedded-subscribe:hover {
    background-color: #9FDECF;
}

.newsletter #mc_embed_signup div.mce_inline_error {
    color: #000;
}


.mc-field-group.subscribe {
    margin-right: 0;
}

.ck_form input[type="text"],
.ck_form input[type="email"],
input[type="search"] {
    border: 2px solid #000 !important;
    color: #000 !important;
    border-radius: 0 !important;
    font-family: 'montserrat', sans-serif;
    font-size: 16px;
    font-weight: 200;
    line-height: 40px;
    text-align: center;
    height: 40px;
    text-transform: uppercase;
}

input[type="search"] {
	width: 100%;
}

.ck_form.ck_naked.width400 .ck_subscribe_button, 
.ck_form.ck_naked.width400 input[type="text"], 
.ck_form.ck_naked.width400 input[type="email"] {
	text-align: center;
}

a.popmake-positive-change-worksheet-opt-in, button.ck_subscribe_button {
    background-color: #000;
    color: #fff !important;
    border: 0 !important;
    box-shadow: none !important;
    font-size: 18px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    height: 40px;
    line-height: 20px;
    padding-top: 10px;
    text-shadow: none !important;
    transition: background-color 200ms;
    -webkit-transition: background-color 200ms;
    -ms-transition: background-color 200ms;
    -o-transition: background-color 200ms;
}

a.popmake-positive-change-worksheet-opt-in {
    background-color: #F19C95;
    padding: 30px;
    line-height: 3px;
    font-size: 30px;
    letter-spacing: 3px;
    font-family: 'montserrat';
    width: 300px;
    display: block;
    margin: 0 auto;
}


a.popmake-positive-change-worksheet-opt-in:hover {
	background: #000;
}

button.ck_subscribe_button {
	font-family: 'montserrat', sans-serif !important;
    cursor: pointer;
    transition: background-color 200ms;
    -webkit-transition: background-color 200ms;
    -ms-transition: background-color 200ms;
    -o-transition: background-color 200ms;
}

.ck_form input[type="text"] input::-webkit-input-placeholder,
.ck_form input[type="email"] input::-webkit-input-placeholder,
input[type="search"] input::-webkit-input-placeholder {
   color: #000 !important;
   font-size: 16px !important;
   letter-spacing: 1px;
   text-align: center;
   text-transform: uppercase;
}

.ck_form input[type="text"] input:-moz-placeholder,
.ck_form input[type="email"] input:-moz-placeholder,
input[type="search"] input:-moz-placeholder { /* Firefox 18- */
   color: #000 !important;  
   font-size: 16px !important;
   letter-spacing: 1px;
   text-align: center;
   text-transform: uppercase;
}

.ck_form input[type="text"] input::-moz-placeholder,
.ck_form input[type="email"] input::-moz-placeholder,
input[type="search"] input::-moz-placeholder {  /* Firefox 19+ */
   color: #000 !important;  
   font-size: 16px !important;
   letter-spacing: 1px;
   text-align: center;
   text-transform: uppercase;
}

.ck_form input[type="text"] input:-ms-input-placeholder ,
.ck_form input[type="email"] input:-ms-input-placeholder,
input[type="search"] input:-ms-input-placeholder {  
   color: #000 !important;  
   font-size: 16px !important;
   letter-spacing: 1px;
   text-align: center;
   text-transform: uppercase;
}


#mc_embed_signup div.mce_inline_error {
    background-color: #b7ede0 !important;
    font-size: 12px;
}

#mce-responses .response {
    background-color: #b7ede0;
    clear: both;
    color: #fff;
    padding: 10px;
    font-size: 15px;
}

ul#menu-footer-menu {
    margin: 10px auto 20px;
    padding: 0;
}

#footer-menu li {
    display: inline-block;
    padding: 0 10px;
    font-family: 'Helvetica';
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#footer-menu li a {
    color: #fff;
    text-decoration: none;
}

#footer-menu li a:hover , #social-footer ul.social li a:hover {
    color: #a1d3c7;
}

#social-footer {
    margin-bottom: 20px;
}

#copyright {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #999;
    margin-right: 30px;
}

#copyright, #credit {
    display: inline-block;
}

#credit {
    font-family: 'Georgia', serif;
    text-transform: none !important;
    font-style: italic;
    font-size: 14px;
    color: #999
}

#footer-menu li, #footer-menu li a, #credit a, #credit a:hover {
    transition: all 200ms;
    -webkit-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
}

#credit a {
    color: #a1d3c7;
    text-decoration: none;
}

#copyright a:hover,
#credit a:hover {
    color: #F3D64A;
}

#colophon {
    background-color: #000;
    padding: 30px 0;
    text-align: center;
}



/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/

div.wpcf7-mail-sent-ok {
    border: 2px solid #EBF9F4;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    font-family: 'Merriweather','Georgia',serif;
    font-style: italic;
    font-size: 14px;
}



/*--------------------------------------------------------------
# Squeeze Page
--------------------------------------------------------------*/

.page-template-template-squeeze .content-wrapper {
    width: 850px;
}

.page-template-template-squeeze #content #mc_embed_signup form {
    max-width: 400px;
    margin: 0 auto;
}

.page-template-template-squeeze #content .mc-field-group:first-child {
    margin-bottom: 10px;
}

.page-template-template-squeeze #content .mc-field-group:last-child {
    margin-top: -20px;
}



/*--------------------------------------------------------------
# Recipes Page
--------------------------------------------------------------*/

.recipe-column {
	display: inline-block;
	width: 49%;
	box-sizing: border-box;
	vertical-align: top;
}

.recipe-column:first-child {
	padding-right: 20px;
}

.cat {
    margin-bottom: 70px;
    text-align: center;
}

.cat img {
	max-height: 280px;
}


@media screen and (max-width:768px) {
	.recipe-column {
		display: block;
		width: 90%;
	}
}

.blog-yumprint-recipe .blog-yumprint-recipe-title, .blog-yumprint-infobar-section-title, .blog-yumprint-recipe .blog-yumprint-header .blog-yumprint-save a, .blog-yumprint-recipe .blog-yumprint-subheader {
	font-family: 'montserrat', sans-serif !important;
	text-transform: uppercase !important;
	letter-spacing: 2px !important;
	color: #a1d3c7 !important;
	font-weight: 600 !important;
}

.blog-yumprint-write-review, .blog-yumprint-print .blog-yumprint-action {
	font-family: 'montserrat', sans-serif !important;
	text-transform: uppercase !important;
	letter-spacing: 2px !important;
	color: #a1d3c7 !important;
}

.blog-yumprint-recipe .blog-yumprint-ingredients, .blog-yumprint-serves, .blog-yumprint-recipe .blog-yumprint-infobar-section-data, .blog-yumprint-numbered-methods .blog-yumprint-methods li, .blog-yumprint-recipe .blog-yumprint-author, .blog-yumprint-recipe .blog-yumprint-notes {
    font-family: 'Open sans', sans-serif !important;
    font-size: 16px !important;
    font-weight: 300 !important;
}




/*--------------------------------------------------------------
# Content Upgrades
--------------------------------------------------------------*/

.ck_form.ck_minimal .ck_subscribe_button {
    letter-spacing: 3px !important;
    text-align: center;
    text-transform: uppercase;
    font-family: 'montserrat',Impact, sans-serif;
    font-weight: 400;
}

h3.ck_form_title {
    color: #000;
}

.ck_form .ck_form_title, .ck_label {
    letter-spacing: 3px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    font-family: 'montserrat', 'montserrat', sans-serif;
}

.ck_form .ck_form_title {
    font-size: 30px !important;
    font-weight: 700 !important;
}


.ck_description p {
    margin-bottom: 20px !important;
    font-size: 18px !important;
    letter-spacing: 2px;
}

.ck_description {
    padding: 0 20px;
}

button#ck_subscribe_button:hover {
    background: #000 !important;
}

.ck_form.ck_minimal {
    border-bottom: solid 1px #d1d1d1 !important;
}




/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media screen and (min-width:1400px) {
    .instagram-image { 
        width: 10% !important;
    }
}

@media (max-width: 1150px) {

	.ck_form input[type="text"], .ck_form input[type="email"] {
		margin-bottom: 10px;
	}
}

@media (max-width: 1150px) {
	.content-wrapper, #rev_slider_1_1_wrapper,  .rev_slider {
		margin: 0 auto;
		width: 1100px !important;
	}

	#primary {
	    margin-right: 0;
	    padding: 20px;
	}

	.single #primary {
		display: block;
		margin: 0 auto;
	}

	#news .textwidget {
		padding: 0 0px 0 50px;
	}

}

@media (max-width: 1150px) {
	#primary {
		width: 700px;
	    margin-right: 30px;
	    padding: 0 20px;
	}

	.single #primary {
		display: block;
		margin: 0 auto;
	}

}


@media (max-width: 1100px) {
	.content-wrapper, #rev_slider_1_1_wrapper,  .rev_slider {
		width: 1000px !important;
	}

	#primary {
	    margin-right: 0px;
	    width: 640px;
	    padding: 0 20px;
	}

	.single article .entry-content {
	    padding: 10px;
	}

	#news .textwidget {
		padding: 0 0px 0 50px;
	}

}


@media (max-width:1024px) {
    .instagram-image { 
        width: 25% !important;
    }

	.content-wrapper, #rev_slider_1_1_wrapper,  .rev_slider {
	    margin: 0 auto !important;
	    width: 100% !important;
	}

	#primary, #secondary {
		float: none;
	}

	#primary {
	    margin: 0 auto;
	    width: 80%;
	    max-width: 750px;
	    display: block;
	}

	.single article .entry-content {
	    padding: 0 40px;
	}

	#secondary {
	    width: 100%;
	    margin: 60px auto 0;
	}

	.widget_ultimate_posts {
	    width: 500px;
	    margin: 0 auto 50px;
	}

	#secondary .widget h4 {
		text-align: center;
	}

	.textwidget img {
	    max-width: 320px;
	}

	.slider-content .cat-list {
	    line-height: 20px !important;
	    height: 70px;
	}

	.slider-content h2 {
		font-size: 26px !important;
		line-height: 34px !important;
		padding: 0 !important;
	}

	.bx-wrapper {
		max-width: 660px !important;
	}

	.advps-slide {
		width: 203px !important;
	}

	.bx-wrapper .bx-prev {
		left: -40px;
	}	

	.bx-wrapper .bx-prev {
		right: -40px;
	}
	#advps_container3 .advs-title, #advps_container3 .advs-title a {
	    padding: 10px 0 0;
	    font-size: 17px !important;
	}

	.page-template-template-about .left,  .page-template-template-about .right {
	    margin: 0 auto !important;
	    display: block !important;
	}

	#newsletter .content-wrapper {
		max-width: 90%;
	}
}

@media (max-width: 950px) {

	.rev_slider_wrapper {
	    display: none !important;
	}

	.slider {
		display: none;
	}

	#primary {
		margin-top: 50px;
	    padding: 0;
	    width: 90%;
	}

	.single article .entry-content {
	    padding: 0;
	}

	article h2.entry-title {
	    padding: 0;
	}

	#secondary {
	    width: 100%;
	}

	#secondary aside {
	    padding: 0;
	    max-width: 90%;
	    margin: 0 auto;
	}

	#secondary .widget h2 {
	    padding: 0;
	}

}

@media (max-width: 850px) {
	.slider-content h2 {
	    font-size: 20px !important;
	    line-height: 30px !important
	}

	.slider-content .cat-list {
	    height: 50px;
	}

	.slider-content .cat-list a {
	    font-size: 16px !important;
	}

}

@media (max-width: 800px) {
	.newsletter .mc-field-group {
	    display: block;
	    width: 280px !important;
	    margin: 0 auto 10px;
	}
}

@media (max-width: 768px) {
	#primary, #secondary {
	    margin-top: 0px;
	}

	#primary {
	    max-width: 100%;
	}

	#header-search form.search-form {
	    display: block;
	}

	a.ubermenu-responsive-toggle-main {
	    color: #fff !important;
	    position: fixed;
	    top: 0;
	    border: none;
		display: block !important;
		padding: 10px 0 0 10px;
	    margin: 0;
	    width: 60px;
	    z-index: 101;
	}

	a.ubermenu-responsive-toggle .fa {
		font-size: 30px;
		color: #b0d2c6 !important;
	}

	.main-navigation {
	    border: 0;
	}
	
	.rev_slider_wrapper {
	    display: none;
	}
	
	nav#ubermenu-main-563-primary.ubermenu-responsive {
	    position: fixed !important;
		background: #fff;
		display: block;
	    top: 0 !important;
	    padding-top: 60px !important;
	}

	.ubermenu-responsive li {
	    font-size: 16px;
	    display: block;
	}


	.ubermenu-responsive li:after {
		display: none;
	}

	.ubermenu-responsive.ubermenu-responsive-collapse {
		display: none;
	}

	.ubermenu.ubermenu-responsive .ubermenu-column, .ubermenu.ubermenu-responsive .ubermenu-column-auto {
	    min-width: initial;
	    width: auto;
	    display: block;
        border-bottom: 1px solid #eee;
	}

	.bx-wrapper {
		max-width: 470px !important;
	}

	.advps-slide {
		margin-bottom: 30px;
		width: 150px !important;
	}

	.cropped-image {
		max-height: 150px;
	}

	.bx-wrapper .bx-prev {
		left: -40px;
	}	

	.bx-wrapper .bx-prev {
		right: -40px;
	}
	
	.entry-content p {
	    font-size: 20px;
	    line-height: 34px;
	    margin-bottom: 40px;
	}

	article .entry-content {
		width: 600px;
	    max-width: 90%;
	    margin: 0 auto;
	}

	.popmake-content .left, .popmake-content .right {
	    width: 90%;
	    display: block;
	    white-space: normal;
	    margin: 0 auto;
	    padding-top: 0;
	}

	.popmake-content {
	    padding: 0;
	}
}

@media (max-width: 650px) {
	.site-branding {
	    width: 100%;
	}
	
	.site-branding img {
		padding: 0 20px;
	    width: 100%;
	}
	

	#news {
	    height: 40px;
	    padding: 0;
	    margin-top: 25px;
	}

/*
	#news .left, #news .right {
	    display: block;
	    margin: 0 auto;
	    text-align: center;
        width: 100%;
	}
*/

	#news .left {
		display: none;
	}

	#news .right {
		margin 0 auto;
	}

	#news .right ul.social {
	    text-align: center;
	    margin-top: -20px;
	}

	#news .textwidget {
	    padding: 0 30px;
	}

	.recipe-column {
	    display: block;
	    width: 100%;
	}

	#footer-menu {
	    padding: 0 10px;
	}

	.error404 .widget_recent_entries, .error404 .widget_categories, .error404 .widget_tag_cloud {
	    width: 100%;
	    padding: 0 30px;
	    display: block;
	}

	.slider-content h2 {
	    font-size: 17px !important;
	    line-height: 23px !important
	}

	.slider-content .cat-list {
	    height: 40px;
	}

	.slider-content .cat-list a {
	    font-size: 14px !important;
	}

	.slider-content .line {
		margin-bottom: 10px !important;
	}

	.slider-content a.button {
	    font-size: 10px !important;
	}
}


@media screen and (max-width:649px) {
	#rev_slider_1_1_wrapper {
		display: none;
	}
}

@media screen and (max-width:568px) {
    .instagram-image { 
        width: 50% !important;
    }

	.slider-content a.button {
	    font-size: 12px !important;
	}

	.entry-footer h2, .entry-footer p {
	    padding: 0;
	}

	.bx-wrapper {
		max-width: 250px !important;
	}

	.advps-slide {
		width: 260px !important;
		margin-right: 30px;
	}

	.bx-wrapper .bx-prev {
		left: -26px;
	}	

	.bx-wrapper .bx-next {
		right: -40px;
	}

	#advps_container3 h2.advs-title, #advps_container3 h2.advs-title a {
		line-height: 22px;
	}

}


@media (max-width: 475px) {
	#newsletter .ck_form input,  footer .ck_form .ck_subscribe_button {
	    display: block;
	    width: 300px !important;
	    margin: 0 auto 10px !important;
	}
}

@media (max-width: 435px) {
	.slider-content h2 {
	    font-size: 16px !important;
	    line-height: 20px !important
	}

	.slider-content .cat-list {
	    height: 30px;
	}

	.slider-content .cat-list a {
	    font-size: 12px !important;
	}

	.slider-content .line {
		margin-bottom: 8px !important;
	}

	.slider-content a.button {
	    border: 0 !important;
	    color: #a0ebe5;
	}

	.single article h2.entry-title {
		padding: 0;
	}
	
	p {
		line-height: 32px;
	}

	.single .entry-content p {
		text-align: justify;
	}

	p.site-description {
	    padding: 0 20px;
	    text-align: center;
	}

	#secondary .widget h4 {
	    letter-spacing: 2px;
	    line-height: 27px;
	    text-align: center;
	    font-size: 16px;
	}

	#newsletter {
		/*display: none;*/
	}
	
	#copyright, #credit {
	    display: block;
	}

}

@media (max-width: 320px) {

	.popmake-content {
	    padding: 0 10px;
	}

	.popmake-content .mc-field-group:last-child {
		margin-top: 10px;
	}

	#primary {
		margin-top: 0;
	}

	article h2.entry-title a {
	    font-size: 20px;
	}

	.single article .entry-content {
	    padding: 0 10px;
	}

	.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
		margin-bottom: 30px !important;
	}

	.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous,
	.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
	    display: block;
	    float: none;
	    text-align: left;
	    margin: 0 auto;
	    line-height: 15px;
	    width: 100%;
	}

	.hentry {
	    /*margin: 0;*/
	}

	footer#newsletter {
	    /*display: none;*/
	}

	#footer-menu li {
		font-size: 12px;
	}

	#mc_embed_signup br {
	    display: none;
	}

	.entry-footer {
	    padding: 10px 10px 20px;
	    margin: 40px 0;
	}
}



img#wpstats {
    display: none;
}


.welcome-mat .bg span {
    display: none;
}