/*
Theme Name: KaleAndCaramel
Theme URI: http://underscores.me/
Author: piroc media
Author URI: http://www.piroc.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kale-and-caramel
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.

KaleAndCaramel 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/
*/

@font-face {
    font-family: 'eye_catching_proregular';
    src: url('fonts/eye_catching_ot-webfont.eot');
    src: url('fonts/eye_catching_ot-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/eye_catching_ot-webfont.woff2') format('woff2'),
         url('fonts/eye_catching_ot-webfont.woff') format('woff'),
         url('fonts/eye_catching_ot-webfont.ttf') format('truetype'),
         url('fonts/eye_catching_ot-webfont.svg#eye_catching_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'BaskervilleBT-Roman', serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	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; text-decoration: none;
}

a:active,
a:hover {
	outline: 0;
}
a.link, a.link:visited { color: #80b038; }
a.link:hover { color: #333; }

article .entry-content a:link, article .entry-content a:visited { color: #80b038; }
article .entry-content a:hover { color: #333; }

b,
strong {
	font-weight: bold;
}


h1 {
	font-size: 2em;
    margin: 0.67em 0 0em;
    line-height: 1; 
}
article header.entry-header h1.entry-title { text-transform: uppercase; text-align: center;
}

h1.page-title { margin-bottom: 1em; text-transform: uppercase;}

h1.press-page-title { margin-bottom: .2em; text-transform: uppercase;}

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

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

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
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'BaskervilleBT-Roman', 'Times New Roman', Times, serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.33;
	-webkit-font-smoothing: subpixel-antialiased;
}

.text { color: #666; -webkit-font-smoothing: subpixel-antialiased; }

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin-top: 0;
	font-family: 'AvenirNextLTPro-UltLtCn', sans-serif;
	font-weight: normal;
	-webkit-font-smoothing: subpixel-antialiased;
}

p {
	margin-bottom: 1.5em;
}

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: 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 1.5em; padding: 0;
}

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. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.archive-title {
	margin-bottom: 10px;
	text-transform: uppercase;
}

.archive-nav {
	margin-bottom: 30px;
}

.anchor {
	display: block;
	padding-top: 100px;
}

.press-nav {
	margin-bottom: 1em;
	text-transform: uppercase;
	font-family: 'AvenirNextLTPro-UltLtCn', sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: subpixel-antialiased;
    font-size: 21px;
}

.press-nav a {
	padding-left: 10px;
	font-family: 'AvenirNextLTPro-UltLtCn', sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: subpixel-antialiased;
}

/*--------------------------------------------------------------
# Additions from Hope
--------------------------------------------------------------*/

// ul.years, ul.months {
// 	list-style-type: none; 
// }

// h3.year-header {
// 	margin-bottom: 10px;
// }

h3.month-header {
	margin-bottom: 3px;
}

// ul.posts {
// 	margin-bottom: 15px;
// }

.slide-button-container {
	margin-top: 30px;
	margin-left: 25px;
}

.slide-button {
	font-family: 'AvenirNextLTPro-UltLtCn', sans-serif;
    background-color: #80b038;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    text-align: center;
    font-size: 25px;
    padding-top: 65px;
}

.slide-button a, .slide-button a:visited, .slide-button a:hover {
	color: #ffffff;
}

.recent-posts-noslider {
	display: none;
}

.archive-post-container {
    display: inline-block;
    vertical-align: top;
    margin-right: 3%;
    margin-bottom: 3%;
    max-width: 15.3%;
}

a.archive-link {
	color: #333;
    font-family: 'AvenirNextLTPro-UltLtCn', sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: subpixel-antialiased;
}

a.archive-link:hover {
	color: #80b038;
}

.page-id-178 #content a {
	color: #80b038;
}

.page-id-178 #content a:visited {
	color: #80b038;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #1c1c1c;
	border-radius: 0px;
	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 .48em;
	    display: inline-block;
}

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;
	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"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #1c1c1c;
	border-radius: 0px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 3px;
}
input[type="search"] { padding: 4px 2px 0px 4px; display: inline-block; vertical-align: top;   /*  line-height: 0; */   height: 26px;}
input[type="submit"] { font-size: 1em; height: 32px; margin-left: 0.4em; border: none; box-shadow: none; color: #FFF; background: #5b5252;line-height: 0;}
input[type="submit"]:hover { color: #80b038; }

textarea {
	padding-left: 3px;
	width: 100%;
}
/*--- Mailerlite ---*/
#mlb2-8028670,
#mlb2-8028670 *,
#mlb2-8028670 a:hover,
#mlb2-8028670 a:visited,
#mlb2-8028670 a:focus,
#mlb2-8028670 a:active
#mlb2-7304208,
#mlb2-7304208 *,
#mlb2-7304208 a:hover,
#mlb2-7304208 a:visited,
#mlb2-7304208 a:focus,
#mlb2-7304208 a:active {
    overflow: visible;
    position: static;
    background: none;
    border: none;
    bottom: auto;
    clear: none;
    cursor: default;
    float: none;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    text-indent: 0;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    max-height: none;
    max-width: none;
    left: auto;
    min-height: 0;
    min-width: 0;
    right: auto;
    top: auto;
    width: auto;
    z-index: auto;
    text-shadow: none;
    box-shadow: none;
    outline: medium none;
}

#mlb2-8028670 a:hover,
#mlb2-7304208 a:hover {
    cursor: pointer !important;
}

#mlb2-8028670 h4,
#mlb2-7304208 h4 {
    font-weight: normal;
}

#mlb2-8028670 .subscribe-form,
#mlb2-7304208 .subscribe-form {
    padding: 20px;
    border: 2px solid #F6F6F6 !important;
    background: #e5fab3 none !important;
    border-radius: 0px !important;
    box-sizing: border-box !important;
}

#mlb2-8028670 .ml-block-form,
#mlb2-7304208 .ml-block-form {
    margin-bottom: 0px;
}

#mlb2-7304208 .subscribe-form .form-section {
    margin-bottom: 20px;
    width: 50%;
}

#mlb2-8028670 .subscribe-form .form-section {
	margin-bottom: 20px;
	width: auto;
}

#mlb2-8028670 .subscribe-form .form-section.mb1,
#mlb2-7304208 .subscribe-form .form-section.mb10 {
    margin-bottom: 10px;
    float: left;
    padding-right: 36px;
}

#mlb2-8028670 .subscribe-form .form-section.mb0,
#mlb2-7304208 .subscribe-form .form-section.mb0 {
    margin-bottom: 0px;
}

#mlb2-7304208 .subscribe-form .form-section h4 {
    margin: 0px 0px 10px 0px !important;
    padding: 0px !important;
    color: #000000 !important;
    font-family: 'AvenirNextLTPro-UltLtCn', sans-serif !important;
    font-size: 28px !important;
    line-height: 100%;
    text-align: left !important;
}

#mlb2-8028670 .subscribe-form .form-section h4 {
	margin: 0px 0px 10px 0px;
    padding: 0px;
    color: #000000;
    font-family: 'AvenirNextLTPro-UltLtCn', sans-serif;
    font-size: 28px;
    line-height: 100%;
	text-align: center;
}

#mlb2-7304208 .subscribe-form .form-section p,
#mlb2-7304208 .subscribe-form .form-section li {
    line-height: 150%;
    padding: 0px !important;
    margin: 0px 0px 10px 0px;
    color: #404040 !important;
    font-family: 'AvenirNextLTPro-UltLtCn', sans-serif !important;
    font-size: 1.5em !important;
    text-align: right;
}

#mlb2-8028670 .subscribe-form .form-section p,
#mlb2-8028670 .subscribe-form .form-section li {
	line-height: 150%;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    color: #404040;
    font-family: 'AvenirNextLTPro-UltLtCn', sans-serif;
    font-size: 1.5em !important;
    text-align: center;
}

#mlb2-8028670 .subscribe-form .form-section a,
#mlb2-7304208 .subscribe-form .form-section a {
    font-size: 20px !important;
}

#mlb2-8028670 .subscribe-form .form-section .confirmation_checkbox,
#mlb2-7304208 .subscribe-form .form-section .confirmation_checkbox {
    line-height: 150%;
    padding: 0px !important;
    margin: 0px 0px 15px 0px !important;
    color: #000000 !important;
    font-family: 'AvenirNextLTPro-UltLtCn', sans-serif !important;
    font-size: 12px !important;
    font-weight: normal !important;
}

#mlb2-8028670 .subscribe-form .form-section .confirmation_checkbox input[type="checkbox"],
#mlb2-7304208 .subscribe-form .form-section .confirmation_checkbox input[type="checkbox"] {
    margin-right: 5px !important;
}

#mlb2-8028670 .subscribe-form .form-section .form-group,
#mlb2-7304208 .subscribe-form .form-section .form-group {
    margin-bottom: 15px;
}

#mlb2-8028670 .subscribe-form .form-section .form-group label,
#mlb2-7304208 .subscribe-form .form-section .form-group label {
    float: left;
    margin-bottom: 10px;
    width: 100%;
    line-height: 100%;
    color: #404040 !important;
    font-family: 'AvenirNextLTPro-UltLtCn', sans-serif !important;
    font-size: 20px !important;
}

#mlb2-8028670 .subscribe-form .form-section .checkbox,
#mlb2-7304208 .subscribe-form .form-section .checkbox {
    width: 100%;
    margin: 0px 0px 10px 0px;
}

#mlb2-8028670 .subscribe-form .form-section .checkbox label,
#mlb2-7304208 .subscribe-form .form-section .checkbox label {
    color: #404040 !important;
    font-family: 'AvenirNextLTPro-UltLtCn', sans-serif !important;
    font-size: 20px !important;
}

#mlb2-8028670 .subscribe-form .form-section .checkbox input,
#mlb2-7304208 .subscribe-form .form-section .checkbox input {
    margin: 0px 5px 0px 0px;
}

#mlb2-8028670 .subscribe-form .form-section .checkbox input[type=checkbox],
#mlb2-7304208 .subscribe-form .form-section .checkbox input[type=checkbox] {
    -webkit-appearance: checkbox;
    opacity: 1;
}

#mlb2-8028670.ml-subscribe-form .form-group .form-control,
#mlb2-7304208.ml-subscribe-form .form-group .form-control {
    width: 100%;
    font-size: 13px;
    padding: 10px 10px;
    height: auto;
    font-family: Arial;
    border-radius: 0px;
    border: none !important;
    color: #000000 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    clear: left;
    background-color: #fff;
}

#mlb2-8028670.ml-subscribe-form button,
#mlb2-7304208.ml-subscribe-form button {
    border: none !important;
    cursor: pointer !important;
    width: 50% !important;
    border-radius: 0px !important;
    height: 40px !important;
    background-color: #5b5252 !important;
    color: #FFFFFF !important;
    font-family: 'Verdana', sans-serif !important;
    font-size: 16px !important;
    text-align: center !important;
    padding: 0 !important;
    margin: 0 !important;
    position: relative!important;
}

#mlb2-8028670.ml-subscribe-form button.gradient-on,
#mlb2-7304208.ml-subscribe-form button.gradient-on {
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
    background: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
}

#mlb2-8028670.ml-subscribe-form button.gradient-on:hover,
#mlb2-7304208.ml-subscribe-form button.gradient-on:hover {
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}

#mlb2-8028670.ml-subscribe-form button[disabled],
#mlb2-7304208.ml-subscribe-form button[disabled] {
    cursor: not-allowed!important;
}

#mlb2-8028670.ml-subscribe-form .form-section.ml-error label,
#mlb2-7304208.ml-subscribe-form .form-section.ml-error label {
    color: red!important;
}

#mlb2-8028670.ml-subscribe-form .form-group.ml-error label,
#mlb2-7304208.ml-subscribe-form .form-group.ml-error label {
    color: red!important;
}

#mlb2-8028670.ml-subscribe-form .form-group.ml-error .form-control,
#mlb2-7304208.ml-subscribe-form .form-group.ml-error .form-control {
    border-color: red!important;
}

#mlb2-8028670 .ml-vertical-align-center,
#mlb2-7304208 .ml-vertical-align-center {
    text-align: center;
    display: block;
}

#mlb2-8028670 .ml-block-success,
#mlb2-8028670 form.ml-block-form,
#mlb2-7304208 .ml-block-success,
#mlb2-7304208 form.ml-block-form {
    display: inline-block;
    width: 100% !important;
    margin-bottom: 20px;
}

#mlb2-8028670 .subscribe-form.ml-block-success .form-section p,
#mlb2-7304208 .subscribe-form.ml-block-success .form-section p {
	text-align: left !important;
}

#mlb2-8028670.ml-subscribe-form button.primary {
	min-width: 100px;
}

#mlb2-8028670.ml-subscribe-form button.primary,
#mlb2-7304208.ml-subscribe-form button.primary {
	height: 30px !important;
	font-family: 'BaskervilleBT-Roman', 'Times New Roman', Times, serif !important;
	font-size: 1em !important;
}

#mlb2-8028670 .subscribe-form.horizontal,
#mlb2-7304208 .subscribe-form.horizontal {
    padding: 3em 7em 2em 7em;
    margin-bottom: 20px;
}

@media (max-width: 983px) {
	/*#mlb2-8028670 .subscribe-form.horizontal,*/
	#mlb2-7304208 .subscribe-form.horizontal {
		padding: 3em 0em 2em 0em;
	}

	#mlb2-8028670 .subscribe-form .form-section.mb10,
	#mlb2-7304208 .subscribe-form .form-section.mb10 {
		padding-right: 15px;
	}
}

@media (max-width: 768px) {
    #mlb2-8028670,
    #mlb2-7304208 {
        width: 100% !important;
    }

    #mlb2-8028670 form.ml-block-form,
    #mlb2-8028670.ml-subscribe-form .subscribe-form,
    #mlb2-7304208 form.ml-block-form,
    #mlb2-7304208.ml-subscribe-form .subscribe-form {
        width: 100% !important;
    }
}

#mlb2-7304208 .subscribe-form .form-section.horizontal {
    float: left;
    margin-bottom: 5px;
    width: 30%;
}

#mlb2-8028670 .subscribe-form .form-section.horizontal {
	width: auto;
}

#mlb2-7304208 .subscribe-form .form-section.horizontal .form-group {
    float: left;
    width: 100%;
    padding-right: 10px;
    box-sizing: border-box;
}

#mlb2-8028670 .subscribe-form .form-section.horizontal .form-group {
    float: left;
    width: 40%;
    padding-right: 10px;
    box-sizing: border-box;
}

#mlb2-8028670 .subscribe-form .form-section.horizontal .form-group .form-control,
#mlb2-7304208 .subscribe-form .form-section.horizontal .form-group .form-control {
    height: 30px;
}

#mlb2-7304208 .subscribe-form .form-section.horizontal.ml-button-position {
    width: 20%;
    padding: 0;
}

#mlb2-8028670 .subscribe-form .form-section.horizontal.ml-button-position {
	width: 20%;
    padding: 0;
    float: left;
}

#mlb2-8028670 .subscribe-form .form-section.horizontal.ml-button-position.top-padding,
#mlb2-7304208 .subscribe-form .form-section.horizontal.ml-button-position.top-padding {
    padding-top: 30px;
}


@media (max-width: 768px) {
	#mlb2-8028670 .subscribe-form.horizontal,
	#mlb2-7304208 .subscribe-form.horizontal {
		padding: 3em 4em 2em 4em;
	}

    #mlb2-8028670.ml-subscribe-form .subscribe-form .form-section.horizontal,
    #mlb2-7304208.ml-subscribe-form .subscribe-form .form-section.horizontal {
        float: left;
        text-align: center;
    }

    #mlb2-8028670 .subscribe-form .form-section,
    #mlb2-7304208 .subscribe-form .form-section {
    	width: 100%;
    }

    #mlb2-8028670 .subscribe-form .form-section p,
    #mlb2-7304208 .subscribe-form .form-section p {
    	text-align: center;
    }
    #mlb2-8028670.ml-subscribe-form .subscribe-form .form-section.horizontal,
    #mlb2-8028670.ml-subscribe-form .subscribe-form .form-section.horizontal.ml-button-position,
    #mlb2-8028670.ml-subscribe-form .subscribe-form .form-section.horizontal .form-group,
    #mlb2-7304208.ml-subscribe-form .subscribe-form .form-section.horizontal,
    #mlb2-7304208.ml-subscribe-form .subscribe-form .form-section.horizontal.ml-button-position,
    #mlb2-7304208.ml-subscribe-form .subscribe-form .form-section.horizontal .form-group {
        width: 100%;
        padding: 0;
    }
    #mlb2-8028670 .subscribe-form .form-section.horizontal.ml-button-position,
    #mlb2-7304208 .subscribe-form .form-section.horizontal.ml-button-position {
        margin-bottom: 20px;
    }
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #333;
}

a:visited {
	color: #333;
}

a:hover,
a:focus,
a:active {
	color: #80b038;
}

a:focus, input:focus, select:focus, button:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0; /* border-bottom: #80b038 solid 2px;*/
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: inline-block;
	margin-bottom: 0; 
	
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition:    all 0.2s ease-in-out;
  -ms-transition:     all 0.2s ease-in-out;
  -o-transition:      all 0.2s ease-in-out;
  transition:         all 0.2s ease-in-out;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	display: block; 
}

.main-navigation li {
	float: left;
	position: relative; padding: 1em 0 0.33em;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	font-family: 'AvenirNextLTPro-UltLtCn', sans-serif;
	text-transform: uppercase; font-size: 1.6em;
	border-bottom: 2px solid #FFF; line-height: 90%; 
	margin-right: 1.8em; 
	
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition:    all 0.2s ease-in-out;
  -ms-transition:     all 0.2s ease-in-out;
  -o-transition:      all 0.2s ease-in-out;
  transition:         all 0.2s ease-in-out;
}

.main-navigation ul ul { background: #FFF; border: 1px solid #1c1c1c; border-top: 0;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 46px;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
	border-left:0;
	border-top: 1px solid #1c1c1c;
}
.header-container.stuck .main-navigation ul ul ul { top: 0; }

.main-navigation ul ul a {
	width: auto; display: inline-block; white-space: nowrap; }

.main-navigation ul ul li {
	margin-bottom: 0.67em;padding: 0.67em 0.1em 0 0.67em; float: none; text-align: left;
}
.main-navigation ul ul ul li { margin-bottom: .3em; }

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	border-bottom: #FFF solid 2px; line-height: 90%; color: #80b038
}

.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: -0.67em; position: absolute;
}

.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,
.main-navigation .current-menu-ancestor > a {
}

.nav-links { font-family: 'AvenirNextLTPro-UltLtCn', sans-serif; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: none;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# 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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-bottom: 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;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0.25em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## 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;
}




/* =Clearfix by Nicolas Gallagher
-------------------------------------------------------------- */
.row:before,.row:after,.clearfix:before,.clearfix:after{content:'';display:table}
.row:after,.clearfix:after{clear:both}
.row,.clearfix{zoom:1}

/* =Gridiculous
-------------------------------------------------------------- */
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}
.grid{margin:0 auto;max-width:1200px;width:100%}
img{max-width:100%;height:auto;display:block;margin-left:auto;margin-right:auto}
.wfull{width:100%;max-width:100%}
.w320{max-width:320px}
.w640{max-width:640px}
.w960{max-width:960px}
.row{width:100%;margin-bottom:20px}
.row .row{width:auto;margin:0 -20px}
.c1{width:8.33%}
.c2{width:16.66%}
.c3{width:25%}
.c4{width:33.33%}
.c5{width:41.66%}
.c6{width:50%}
.c7{width:58.33%}
.c8{width:66.66%}
.c9{width:75%}
.c10{width:83.33%}
.c11{width:91.66%}
.c12{width:100%}
.c1,.c2,.c3,.c4,.c5,.c6,.c7,.c8,.c9,.c10,.c11,.c12{min-height:1px;float:left;padding-left:20px;padding-right:20px;position:relative}
.s1{margin-left:8.33%}
.s2{margin-left:16.66%}
.s3{margin-left:25%}
.s4{margin-left:33.33%}
.s5{margin-left:41.66%}
.s6{margin-left:50%}
.s7{margin-left:58.33%}
.s8{margin-left:66.66%}
.s9{margin-left:75%}
.s10{margin-left:83.33%}
.s11{margin-left:91.66%}
.end{float:right!important}

/* =Media query for 960 Screens - sets nested grids to 100%
-------------------------------------------------------------- */
@media only screen and (max-width:960px){
.row .row .c1,.row .row .c2,.row .row .c3,.row .row .c4,.row .row .c5,.row .row .c6,.row .row .c7,.row .row .c8,.row .row .c9,.row .row .c10,.row .row .c11,.row .row .c12{width:100%;margin-bottom:20px}
.row .row > div:last-child{margin-bottom:0 !important}
}

/* =Media query for iPad and tablets
-------------------------------------------------------------- */
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) and (orientation:portrait){
body{font-size:90%}
.row{margin-bottom:0!important}
.c1,.c2,.c3,.c4,.c5,.c6,.c7,.c8,.c9,.c10,.c11,.c12{width:100%;margin-right:0;margin-left:0;margin-bottom:20px}
}


/*custom by pirco */
.mobile { display: none }
input {  border-radius: 0!important; -webkit-appearance: none!important; }

img.left { float: left; margin-bottom: 1.5em; width: 49%; margin-right: 2%; height: auto; }
img.right { float: right; margin-bottom: 1.5em; width: 49%; margin-right: 0;  height: auto; }

body.search-results h2.entry-title { margin-bottom: 0em; padding-bottom: 0; line-height: 1; margin-top: 1.2em; }
/* body.single .entry-content a.left, 
body.single .entry-content a.right { width: 48.5%; float:left; } 
body.single .entry-content a.left { margin-right: 1.5%; }
body.single .entry-content a.right { margin-left: 1.5%; }
body.single .entry-content a.right+p { clear:both } */

body.single-food .menu-item-object-food>a,
body.single-travel .menu-item-object-travel>a,
body.single-bodybeauty .menu-item-object-bodybeauty>a,
.current-menu-parent>a,
.current-menu-item>a,
.current-menu-ancestor>a { color: #80b038} /* e5fab2 */
.menu-item.search { display: none; }

body { padding: 0 4%; }
.content-border-outer { padding: 0 7px; border-left: 1px solid #1c1c1c; border-right: 1px solid #1c1c1c;  margin: 0 auto; }
.content-border-inner { padding: 0 30px; border-left: 1px solid #1c1c1c; border-right: 1px solid #1c1c1c; max-width: 1186px; margin: 0 auto; width: 100% }
.header-border-inner { border-top: 1px solid #1c1c1c; margin-top: 0px; }
.header-border-outer { border-top: 1px solid #1c1c1c; margin: -8px -4.2% -8px;  position: relative; z-index: 10;  }
/* .header-border-outer:before {  text-align: center!important; background: #FFF; height: 7px; width: 86%; margin: 0 auto!important; max-width: 1100px; display: block!important;} */
.header-border-outer-border { text-align: center!important; background: #FFF; height: 7px; width: 86%; display: block!important; }
.header-border-outer.stuck {  position:fixed;  top: 63px; width: 100%; z-index: 8; height: 8px;  }


.site-branding { padding: 0px 0 0; margin-top: 20px; }
.header-search-trigger { bottom: .93em;  position: absolute; right: 30px; margin-top: 0.37em;   font-family: 'AvenirNextLTPro-UltLtCn', sans-serif; cursor: pointer;
-webkit-transition: all 0.2s ease-in-out;
  -moz-transition:    all 0.2s ease-in-out;
  -ms-transition:     all 0.2s ease-in-out;
  -o-transition:      all 0.2s ease-in-out;
  transition:         all 0.2s ease-in-out; 
 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); 
 <!-- /* Firefox 10+, Firefox on Android */ -->
filter: saturate(0%);
	-webkit-filter: saturate(0%);
    -moz-filter: saturate(0%);
    -o-filter: saturate(0%);
    -ms-filter: saturate(0%);
}
.header-search-trigger:hover {  color: #80b038; border-color: #80b038; 
filter: saturate(100%);
	-webkit-filter: saturate(100%);
    -moz-filter: saturate(100%);
    -o-filter: saturate(100%);
    -ms-filter: saturate(100%);}

.header-search-trigger img { max-width:30px;}
.header-container.stuck .header-search-trigger { margin-top: 1em;top: auto; bottom: 10px;}
.header-search { display: none;
    position: absolute;
    width: 100%;max-width: 1088px;
    background: #FFF;
    background: rgba(255,255,255,0.96);
    padding: 0.8em 0;
    margin-top: 0.48em;
    z-index: 999999999;
}
.header-container.stuck .header-search { width: 100%; }

h3.entry-title {     margin-top: 0.6em; }
article header.entry-header h3.entry-title { margin-bottom: .47em; }
.featured h3 { margin-bottom: 0.33em; }

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

.hamburger { display: none; }

.header-container .site-title img {  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition:    all 0.2s ease-in-out;
  -ms-transition:     all 0.2s ease-in-out;
  -o-transition:      all 0.2s ease-in-out;
  transition:         all 0.2s ease-in-out;
 } 
.header-container .site-title img.logo { margin-left: auto; height: auto; width: 360px;margin-bottom: 0.27em;}
.header-container .tagline { font-family: 'eye_catching_proregular', serif;  font-size: 1.39em;}
.header-container div.site-title>.tagline { font-size: 2.79em; }

.header-container { background: #FFF; background: rgba(255,255,255,0.96); text-align: center; position: relative; }
.header-container.stuck {  position:fixed;  top:0px; width: 100%; z-index:9; margin-top: 0px; padding-bottom: 3px; }
.header-container.stuck .site-title img.logo { width: 190px; height: auto; }
.header-container.stuck .tagline { opacity: 0; display: none; }
.header-container.stuck .main-navigation { display: inline-block; vertical-align: bottom; margin-bottom: -4px }
.header-container.stuck .main-navigation a { font-size: 1.4em; }
.header-container.stuck .site-branding { display: inline-block; vertical-align: bottom; margin-top:0px; margin-right: 1.8em}
.header-container.stuck .site-title { margin:0; }
.header-container.stuck .site-title img { line-height:0;margin: 0em 0 0.41em 0; /* margin: -2.1em 0 0.77em 0; */ }
.header-container.stuck div.site-title img { margin: 0em 0 0.74em 0; }
.main-navigation { position: relative; z-index: 11; }
.header-container.stuck .main-navigation li {    padding: 1.6em 0 0.77em; }
.header-container.stuck .main-navigation ul ul { top: 55px; position: absolute; z-index: 99; }
.header-container.stuck .main-navigation ul ul li { margin-bottom: 0.17em; padding: 0.67em 0.1em 0 0.67em;}

#banner { margin: 0 0% 6%; }
.banner-margin-adjust { margin-top: 6% !important; }

div.featured h2 { text-align: center;font-family: 'eye_catching_proregular', serif; font-size: 3.39em;    margin-bottom: 0 }
.featured-posts { margin: 4% auto 0; max-width: 1920px; }
.featured-title { margin-top: 0.67em; text-align: center; font-family: 'AvenirNextLTPro-UltLtCn', sans-serif; font-size: 1.88em; }

#primary { width: 100%; float: none; margin: 4% auto 0; max-width: 1024px; }
body.page-template-page-book #primary h1 { padding-top: 1em; }
body.page-template-page-book #primary,
body.page-template-page-book #primary img { width: 100%; height: auto; max-width: 1920px; }
body.page-template-page-book #primary p.full-width { max-width: 100%; }
body.page-template-page-book #primary article p { max-width: 1024px; margin: 1em auto 1.5em; }
#secondary { width: 30%; float: left; margin-top: 4%; padding-left: 4%; }

#sb-social-buttons { margin-bottom: 0; padding-top: 2em; text-align: center; }
#sb-social-buttons ul { margin-left: 0; }
#sb-social-buttons li {list-style:none;margin: 0;padding-top:0px;padding-bottom:0px;padding-left:4px;padding-right:4px;display: inline-block;text-align: center;}

div.list-custom-taxonomy-widget { text-align: center; }
div.list-custom-taxonomy-widget ul li { list-style: none; margin: 0; padding-left: 0px; }
section.widget_lc_taxonomy, div.list-custom-taxonomy-widget { margin: 0 }
section.widget_lc_taxonomy ul { margin-bottom: 0.4em; }

#sbi_images { padding: .5%!important; width: 101%!important; }
#sb_instagram {width: 101%!important;margin-left: -1%; margin-right: -1%; }
#sb-social-buttons li img { border: 1px solid #999; border-radius: 44px; padding: 6px;
width: 36px;
height: 36px;
 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); 
 <!-- /* Firefox 10+, Firefox on Android */ -->
filter: saturate(0%);
	-webkit-filter: saturate(0%);
    -moz-filter: saturate(0%);
    -o-filter: saturate(0%);
    -ms-filter: saturate(0%);
}
#sb-social-buttons li:hover img { border-color: #80b038;
filter: saturate(100%);
	-webkit-filter: saturate(100%);
    -moz-filter: saturate(100%);
    -o-filter: saturate(100%);
    -ms-filter: saturate(100%);
}
#about { margin-bottom: 5%; }
#about-text, #about-image { display: inline-block; vertical-align: middle; }
#about-image { width: 33%; margin-left: 5%; }
#about-text { width: 52%; text-align:right; margin-left: 5%; }
#about-text h2 { text-transform: uppercase; font-size: 2em;    margin: 0.8em 0 0.467em; }
#about-text h3 { font-size: 1.67em; line-height:1 }
#about-text h3>span { display: inline-block; vertical-align: middle; margin-left: 0.17em; font-family: 'eye_catching_proregular', 'Times New Roman', Times, serif; font-size: 1.9em;}
#about-text p { font-size: 1.14em; }

.press-item { width: 31.333%; display: inline-block; vertical-align: top; margin-right: 2%; margin-bottom: 3%; }
/*.press-item:nth-child(3n+3) { margin-right: 0; }*/
.press-item img { width: 100%; height: auto; margin-bottom: 0.3em; }

#instagram { text-align: center; margin: 0 -4.367%; margin: 0 -30px 30px; }
#instagram h2 a {font-weight: bold; font-family: 'BaskervilleBT-Roman', 'Times New Roman', Times, serif; }

/*single stories */
div.addthis_sharebuttons { float: right; }
div.addthis_sharebuttons img { width: 18px; height: 18px; }
.addthis_button_facebook, .addthis_button_twitter, .addthis_button_tumblr, .addthis_button_pinterest_share, .addthis_button_email, .addthis_button_compact,
.entry-content .addthis_toolbox, .entry-content .addthis_button, .entry-header .addthis_toolbox, .entry-header .addthis_button {  float: right; margin-top: 1em!important; margin-left: 0.33em;
    background:url('/wp-content/themes/kale-and-caramel/images/social-icon-sprite.png') no-repeat; background-size: 190px; width: 29px; height: 28px; background-position-y: 0px;}
.addthis_button_facebook { background-position-x: 1px; }
.addthis_button_twitter { background-position-x: -32px; }
.addthis_button_pinterest_share { background-position-x: -64px; }
.addthis_button_tumblr { background-position-x: -96px; }
.addthis_button_email { background-position-x: -129px; }
.addthis_button_compact { background-position-x: -162px; }
.addthis_button_facebook:hover, .addthis_button_twitter:hover, .addthis_button_tumblr:hover, .addthis_button_pinterest_share:hover, .addthis_button_email:hover, .addthis_button_compact:hover { background-position-y:-28px }

/*
.addthis_button_facebook:hover, .addthis_button_twitter:hover, .addthis_button_tumblr:hover, .addthis_button_pinterest_share:hover, .addthis_button_email:hover, .addthis_button_compact:hover,
.entry-content .addthis_toolbox, .entry-content .addthis_button, .entry-header .addthis_toolbox, .entry-header .addthis_button { border-color: #80b038; filter: saturate(100%);
	-webkit-filter: saturate(100%);
    -moz-filter: saturate(100%);
    -o-filter: saturate(100%);
    -ms-filter: saturate(100%);
	text-decoration: none; border-bottom: none;
}*/

article .hero img { width: 100%; margin-top: 1em; }
article.food .entry-content p, article.bodybeauty .entry-content p {
    clear: both;
} {  clear: both;  }
article.food .entry-content img.alignleft.left,
article.food .entry-content img.alignleft.right
 { width: 48.5%; margin-right: 0; float:left; }
article.food .entry-content img.alignleft.left{ margin-right: 3%; }

#jumpTo { cursor: pointer; margin:1em 0 1em; float: left;font-family: 'AvenirNextLTPro-UltLtCn', sans-serif; text-transform: uppercase; font-weight: bold; font-size: 1.2em;clear: both; }
#post-date { margin:1em 0 1em; float: right;font-family: 'AvenirNextLTPro-UltLtCn', sans-serif; text-transform: uppercase; font-weight: bold; font-size: 1.2em;}
#post-date-travel { margin:1em 0 1em;font-family: 'AvenirNextLTPro-UltLtCn', sans-serif; text-transform: uppercase; font-weight: bold; font-size: 1.2em; clear: both; display: block; text-align: right; }

.site-info { text-align: center; padding-bottom: 1em;font-size: 0.83em;}

/*.wprm-recipe-simple { padding: 1em 0!important; }*/
.wprm-recipe-container svg path {
    fill: #80b038!important;
}
.wprm-recipe-simple h3.wprm-recipe-header { margin-bottom: .5em!important; }
.wprm-recipe-simple h4.wprm-recipe-group-name { font-size: 1.23em!important; }
.wprm-recipe-name { text-transform: uppercase!important; }

/* newsletter/mailchimp signup*/
.mc-field-group, div#mc_embed_signup_scroll h2 { display: inline-block; vertical-align: middle; }


/* BOOK page */

.book-header { background: url(/wp-content/themes/kale-and-caramel/images/book-hero-bkgd_short.jpg) no-repeat; background-size: 100%; }


.pagination_links { width: 100%; display: block; clear: both; text-align: center; }
.pagination_links a, .pagination_links span.page-numbers.current{ font-family: 'AvenirNextLTPro-UltLtCn', sans-serif; font-size: 1.13em; letter-spacing: 0.04em; }
.pagination_links a.page-numbers { padding: 0 0.13em; }
.pagination_links span.page-numbers.current { text-decoration: underline; padding: 0 0.13em; }
.pagination_links a.prev, .pagination_links a.next { margin: 0 1em; }

@media screen and (max-width: 1050px) {
	.main-navigation a { margin-right: .67em; }
	input[type="search"] { width: 120px; }
	
	.header-container.stuck .site-branding { margin-right: 1.18em; }
}

/*@media screen and (max-width: 820px) {
	.tagline, .header-search { display: none; }
	.header-container .site-title img.logo  { width: 150px; }
	.main-navigation { width: 25%; text-align: right; }
	.site-branding { display: inline-block; width: 70%;  }
	.menu-toggle { display: inline-block; }
	.main-navigation ul { display: none; }
}

*/

@media screen and (max-width: 820px) {
	.featured-posts {margin-top: 1.67em; }
	.header-search-trigger { display: none; }
	.menu-item.search { display: block; }
	.header-search, header-container.stuck .header-search { width: 100%;  margin-top: 2.98em; }
	.desktop { display: none; }
	.mobile { display: block; }
	.header-container.stuck .site-title, .header-container .site-title  { margin: 16px 0 -22px; /*.6em 0 -.6em */ }
	/*.header-container.stuck .site-title img { margin: 1.2em 0 0}*/
	.content-border-inner { padding: 0 20px; }
	#instagram { margin: 0 -20px; }
}

@media screen and (max-width: 767px) {
	article.food .entry-content img.alignleft.left,
	article.food .entry-content img.alignleft.right { width: 100%; float: none; margin-right: 0%; }
	div#mc_embed_signup_scroll h2 {  margin: 0; }
}

@media screen and (max-width: 599px) {
	#about-text, #about-image { display: block; text-align: center; margin: 3%;width: 94%; }
	#about-text h3>span { font-size: 1.3em; }
}
@media screen and (max-width: 480px) {
	div#mc_embed_signup_scroll h2 { font-size: 1.26em; }
}

/*custom*/

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
    float: left;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.col-md-12 {
    width: 100%
}

.col-md-11 {
    width: 91.66666667%
}

.col-md-10 {
    width: 83.33333333%
}

.col-md-9 {
    width: 75%
}

.col-md-8 {
    width: 66.66666667%
}

.col-md-7 {
    width: 58.33333333%
}

.col-md-6 {
    width: 50%
}

.col-md-5 {
    width: 41.66666667%
}

.col-md-4 {
    width: 33.33333333%;
}

.site-main .featured .col-md-4, .site-main .col-md-4 { width: 29.93%;margin-right: 5%;float: left;}
.site-main .featured .col-md-4:nth-child(3n+3),
.site-main .col-md-4:nth-child(3n+3) { margin-right: 0;}
body.archive article.col-md-4 { float: none; display: inline-block; vertical-align: top; }

}
.col-md-3 {
    width: 25%
}
.col-md-2 {
    width: 16.66666667%
}
.col-md-1 {
    width: 8.33333333%
}
.flex-direction-nav a {
    z-index: 6;
}


.block {
    margin-bottom: 40px;
}
.block .text {
    overflow: hidden;
}
.block .text img {
    margin: 0px auto 10px;
}
.block .text .feature-item {
    display: inline-block;
    width: 33%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 10%;
}
.block.featured { margin: 0 0% 4%; }

 .moremore {
    margin-top: 10px;
    display: inline-block;
    font-family: 'AvenirNextLTPro-UltLtCn', sans-serif;
    text-transform: uppercase;
	border-bottom: 2px solid #FFF;
}
.header-container.stuck {
    width: 1087px;
    height: 55px!important;
    padding-bottom: 0!important;
}
#primary.primary-full {
    width: 100%;
}

#post-8010 .entry-meta {
 display: none;
}

/*#post-8010 #post-date-travel {
	text-align: center;
	margin-bottom: 0px;
}
*/

/*#post-8010 .entry-content > div > p {
	margin-top: 0px;
}*/

@media screen and (max-width: 1200px) {
    .header-container.stuck {
        width: 84%;
    }
    article.hentry { margin: 0 0 1.5em; }


    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: none;
        text-align: left;
        width: auto;
    }
    
    
    .header-container.stuck input[type="search"] {
        width: 120px;
    }
    
    .col-md-4 {
        margin-bottom: 20px;
        padding-right: 0%;
    }

}




@media screen and (max-width: 900px) and (min-width: 821px) {
    .header-container.stuck .main-navigation a {
        font-size: 1.3em; margin-right: .67em;
    }
	.header-container.stuck .site-branding { margin-right: 1.18em; }
}

@media screen and (max-width: 820px) {
	
    article.hentry { margin: 0 0 1.5em; }
    .site-main .col-md-4 {  width: 47.5%; }	
    .site-main .col-md-4:nth-child(3n+3) { margin-right: 5%; }
    .site-main .col-md-4:nth-child(2n+2) { margin-right: 0;}
    .site-main .featured .col-md-4 { width: 100%; float: none; margin-right: 0; }

    .tagline,
    .header-search {
        display: none!important;
    }
    
    .header-container.stuck {
        height: 55px;
    }
    
    .header-container.stuck p.site-title img {
        margin: 0px;
        position: relative;
        top: 15px;
    }
   
    #site-navigation {
        width: 100%;
        position: static;
    }
    
    .header-container.stuck .hamburger {
        top: -26px; right: 20px;
    }
    
    .hamburger {
        display: block;
        float: right;
        color: #fff;
        width:36px;
        height: 43px;
        line-height: 43px;
        font-weight: 600;
        text-align: right;
        cursor: pointer;
        font-size: 30px;
        background: url('images/hamburger.png') no-repeat right center;
        background-size: 60%;
        position: relative;
        top: 0px;    margin-right: 3px;
    }
    
    .header-container .main-navigation ul {
        display: none;
        position: absolute;
        height: auto;
        top: 64px!important;
        left: 0px;
        width: 100%;
        background: #fff;
        margin: 0px;
        padding: 10px 20px 44px!important;
        box-shadow: none!important;
	overflow-y: scroll!important;overflow-x: hidden;
    }
    
    .header-container .main-navigation ul li {
        float: none;
        display: block;
        text-align: left;
        padding: 0px!important;
        margin: 0px!important;
        line-height: 30px!important;
        
    }
    
    .header-container .main-navigation ul li a {
        text-align: left;
        color: #333 !important;
        border: none!important;
        margin: 0px;
        padding: 0px;
        font-size: 19px!important;
        line-height: 30px!important;
    }
    
    .header-container .main-navigation ul ul {
        position: relative!important;
        top: auto!important;
        /*left: auto!important;*/
        display: block!important;
        border: none!important;
        padding: 0px!important;
        margin: 0px;
        box-shadow: none!important;
    }
    .header-container .main-navigation ul ul ul { left: 30px; }

    .header-container .main-navigation ul ul li {
        line-height: 30px!important;    
    }
    
    .header-container .main-navigation ul ul li a {
       padding: 0px 20px;
        line-height: 30px!important;
    }


	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: 0px; position: relative;
	}

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: 30px;
	}

    /*force header fixed*/
    
    .header-container {
        height: 55px!important;
        position: fixed!important;
        z-index: 9;
        margin-top: 0px;
        padding-bottom: 3px;
        width: 84%;
    }
    
    .header-container .main-navigation {
        display: inline-block;
        vertical-align: bottom;
        margin-bottom: -4px;
        float: right;
    }
    
    /*.header-container .main-navigation ul {
        top: 43px!important;
    }*/
    /*.header-container .hamburger,.header-container.stuck .hamburger
    {
        top: -29px!important;
    }*/
    
    .header-container .site-branding {
        display: inline-block;
        vertical-align: bottom;
        margin-top: 0px;
        margin-right: 1.8em;
    }
    
    .header-container .site-title img.logo {
        width: 190px;
        height: auto;
        top: 15px;
    }
    
    .header-container .hamburger {
       top: -26px; right: 20px;
    }
    
    .header-border-outer {
        position: fixed;
        top: 63px;
        width: 100%;
        z-index: 8;
	height: 8px;
    }
    /*force header fixed end*/
}
@media screen and (max-width: 767px) {
    #primary {
        width: 100%;
        float: none;
        margin-top: 1.67em;
    }
    
    #secondary {
        width: 100%;
        float: none;
        margin-top: 4%;
        padding-left: 0;
    }
    
    
	.press-item { width: 48.5%; display: inline-block; vertical-align: top; margin-right: 3%; margin-bottom: 3%; }
	.press-item:nth-child(3n+3) { margin-right: 3%; }
	.press-item:nth-child(2n+2) { margin-right: 0; }
	.featured-title { line-height: 1.1; }

	.recent-posts-slider {
		display: none;
	}

	.recent-posts-noslider {
		display: block;
	}

	.archive-post-container {
		max-width: 28.3%;
	}
}

@media screen and (max-width: 429px) {

    .site-main .col-md-4 {  width: 100%; }	

    .site-main .col-md-4:nth-child(3n+3) { margin-right: 0%; }
 
    .site-main .col-md-4:nth-child(2n+2) { margin-right: 0;}

    .site-main .featured .col-md-4 { width: 100%; float: none; margin-right: 0; }


    .press-item {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        padding-right: 0%;
	margin-right: 0;
    }
	.press-item:nth-child(3n+3) {	margin-right: 0; }
    
    .header-container.stuck,
    .header-container {
        width: 80%;
    }
}