/*!
Theme Name: Carrots 'N' Cake
Theme URI: http://underscores.me/
Author: J.Bonito Creative
Author URI: https://jbonitocreative.com/
Description: WordPress theme for Carrots \'N\' Cake
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: carrotsncake
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Carrots \'N\' Cake is based on Underscores https://underscores.me/, (C) 2012-2020 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 https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #666767;
	font-family: mr-eaves-xl-sans, sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

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

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

@font-face {
  font-family: 'carrotsncake';
  src: url('font/carrotsncake.eot?10456375');
  src: url('font/carrotsncake.eot?10456375#iefix') format('embedded-opentype'),
       url('font/carrotsncake.woff2?10456375') format('woff2'),
       url('font/carrotsncake.woff?10456375') format('woff'),
       url('font/carrotsncake.ttf?10456375') format('truetype'),
       url('font/carrotsncake.svg?10456375#carrotsncake') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'carrotsncake';
    src: url('../font/carrotsncake.svg?10456375#carrotsncake') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "carrotsncake";
  font-style: normal;
  font-weight: normal;
  speak: never;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-basket:before { content: '\e800'; } /* '' */
.icon-twitter:before { content: '\f099'; } /* '' */
.icon-rss:before { content: '\f09e'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-facebook-official:before { content: '\f230'; } /* '' */
.icon-pinterest:before { content: '\f231'; } /* '' */


p {
	font-family: mr-eaves-xl-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1em;
	margin: 0 0 20px;
}
.larger-content p, .larger-content ul, .larger-content ol, span.larger-content, p.larger-content {
	font-size: 1.563em;
}
.medium-content p, .medium-content ul, .medium-content ol, span.medium-content, p.medium-content {
    font-size: 1.25em;
    line-height: 130%;
}
#primary li {
	margin-bottom: 7px;
}
h1 {
	font-family: mr-eaves-xl-sans, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 3.250em;
	margin: 0 0 20px 0;
	line-height: 100%;
}
h2 {
	font-family: mr-eaves-xl-sans, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.750em;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin: 0 0 20px;
	line-height: 125%;
}
h3 {
    font-family: mr-eaves-xl-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.875em;
    margin: 0 0 10px;
    line-height: 115%;
}
h4 {
	font-family: mr-eaves-xl-sans, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.250em;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	line-height: 125%;
}
h5 {
    text-transform: uppercase;
    font-size: 1.15em;
    font-weight: 400;
    letter-spacing: 1.5px;
    margin: 0 0 15px;
    line-height: 125%;
}
@media screen and (max-width: 960px) {
h1 {
	font-size: 2.75em;
}
.larger-content p, .larger-content ul, .larger-content ol, span.larger-content {
	font-size: 1.35em;
}
.medium-content p, .medium-content ul, .medium-content ol, span.medium-content {
    font-size: 1.05em;
}

}
.white {
	color: #fff;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
    margin: 0 0 20px 0;
    padding-left: 14px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #666767;
	border: none;
	text-decoration: none;
	transition: all .3s ease;
}
#primary p a, #primary ul a, #primary ol a {
	border-bottom: 1px solid;
}

/*
a:visited {
	color: #666767;
}
*/

a:hover,
a:focus,
a:active {
	color: #666767;
	border: none;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background-color: #3db289;
    color: #fff;
    font-family: mr-eaves-xl-sans-narrow, sans-serif;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 50px;
    text-decoration: none;
    letter-spacing: 2px;
    font-size: 1.25em;
    transition: all .3s ease;
    line-height: 105%; 
    border: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #5dd2a9;
	color: #fff !important;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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 #ccc;
	border-radius: 3px;
	padding: 3px;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	background-color: #3db289;
}
.main-navigation ul ul li {
    padding: 0;
}
.sub-menu {
    display: block !important;
}


.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
    width: 230px;
    padding: 10px 20px;
    line-height: 110%;
    color: #fff;
    text-align: left;
}
.sub-menu a:hover {
    color: #fff !important;
    background-color: #5dd2a9;
}

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

.main-navigation li {
    position: relative;
    padding: 33px 0 30px 4.5%;
    transition: all .3s ease;
}
@media screen and (max-width: 1430px) {
.main-navigation li {
    padding: 33px 0 30px 4.5%;
}
}
@media screen and (max-width: 1275px) {
.main-navigation li {
    padding: 22px 0 25px 4.5%;
}
}
@media screen and (max-width: 960px) {
.main-navigation {
    display: none;
}
}
.sticky .main-navigation li {
    padding: 13px 0 13px 4.5%;
}
.sticky .main-navigation li .sub-menu li {
    padding: 0;
}
.container.main-nav-row {
    margin-bottom: -20px;
}
.sticky .container.main-nav-row {
    margin-bottom: 0;
}
.utility-nav .col-12 {
    transition: all .3s ease;
}
.sticky .utility-nav .col-12 {
    margin: .23rem 2%;
}
#searchform div {
    display: flex;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-family: mr-eaves-xl-sans-narrow, sans-serif;
    color: #666767;
    letter-spacing: 2px;
    font-size: 1.15em;
    transition: all .3s ease;
    line-height: 115%;
text-align: center;
}
.main-navigation a:hover {
	color: #ee8265;
}

.site-branding {
    padding: 7px 0 0;
    transition: all .3s ease;
    width: 100%;
}

.site-header.sticky {
    position: fixed;
    z-index: 99999;
    width: 100%;
    background-color: #fff;
    top: 0;
    border-bottom: 1px solid #efefef;
}
.sticky + .site-main {
    padding-top: 125px;
}

.sticky .site-branding {
    width: 50%;
    padding: 5px 0 0;
}
@media screen and (max-width: 960px) {
.site-branding {
    padding: 16px 0 0;
    transition: all .3s ease;
    width: 230px;
}
.sticky .site-branding {
    width: 200px;
    padding: 9px 0 0;
}
.main-nav-row .col-7 {
    margin: 0 !important;
}
}

/* 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: flex;
    justify-content: flex-end;
    align-items: center;
}
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

.post,
.page {
	margin: 0 0 1.5em;
}
body {
	margin: 0 !important;
}

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

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

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

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

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

.widget select {
	max-width: 100%;
}

/* 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 logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* 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;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/* POSITIONING */

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.justify {
  text-align: justify;
}

/* ==== GRID SYSTEM ==== */

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.row {
  position: relative;
  width: 100%;
}

.row [class^="col"] {
  float: left;
  margin: 0.5rem 2%;
  min-height: 0.125rem;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%;
}

.col-1-sm {
  width: 4.33%;
}

.col-2-sm {
  width: 12.66%;
}

.col-3-sm {
  width: 21%;
}

.col-4-sm {
  width: 29.33%;
}

.col-5-sm {
  width: 37.66%;
}

.col-6-sm {
  width: 46%;
}

.col-7-sm {
  width: 54.33%;
}

.col-8-sm {
  width: 62.66%;
}

.col-9-sm {
  width: 71%;
}

.col-10-sm {
  width: 79.33%;
}

.col-11-sm {
  width: 87.66%;
}

.col-12-sm {
  width: 96%;
}

.row::after {
    content: "";
    display: table;
    clear: both;
}

.hidden-sm {
  display: none;
}

@media only screen and (min-width: 33.75em) {  /* 540px */
  .container {
    width: 95%;
  }
}

@media only screen and (min-width: 960px) { 
  .col-1 {
    width: 4.33%;
  }

  .col-2 {
    width: 12.66%;
  }

  .col-3 {
    width: 21%;
  }

  .col-4 {
    width: 29.33%;
  }

  .col-5 {
    width: 37.66%;
  }

  .col-6 {
    width: 46%;
  }

  .col-7 {
    width: 54.33%;
  }

  .col-8 {
    width: 62.66%;
  }

  .col-9 {
    width: 71%;
  }

  .col-10 {
    width: 79.33%;
  }

  .col-11 {
    width: 87.66%;
  }

  .col-12 {
    width: 96%;
  }

  .hidden-sm {
    display: block;
  }
}
.container.full-width {
    max-width: 100%;
    width: 100%;
}
@media only screen and (max-width: 960px) {
.container.full-width .row {
    width: 95%;
    margin: 0 auto;
}
}
@media only screen and (min-width: 60em) { /* 960px */
.container {
    width: 97%;
    max-width: 1390px;
}
.full-width .row {
    max-width: 1390px;
    margin: 0 auto;
}
}

.toggle-wrapper {
    height: 30px;
    position: absolute;
    width: 30px;
    display: none;
    right: 2%;
    top: 23px;
    transition: all .3s ease;
}
.sticky .toggle-wrapper {
    top: 20px;
}
@media screen and (max-width: 960px) {
.toggle-wrapper {
    display: block;
}
}
.toggle-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    height: 30px;
    width: 30px;
    cursor: pointer;
    z-index: 10;
}
.bar {
    background-color: #3db289;
    display: block;
    width: 100%;
    height: 2px;
    border: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    border-radius: 0;
    margin: 0 0 11px;
}
.bar + .bar {
    margin-top: 11px;
}
.middle {
    top: 11px;
}
.bottom {
    top: 22px;
}
.toggle-button:hover {
    opacity: .7;
}
.toggle-active .top {
    -webkit-transform: translateY(14px) translateX(0) rotate(45deg);
}
.toggle-active .middle {
   opacity: 0;
}
.toggle-active .bottom {
    -webkit-transform: translateY(-12px) translateX(0) rotate(-45deg);
}
.toggle-active .bar {
	background-color: #fff;
}

.overlay {
    position: fixed;
    background: #ee8265;
    top: 0;
    right: -9999px;
	width: 85%;
    height: 100%;
    transition: all .3s ease;
    z-index: 9;
    padding-top: 0;
    margin-top: 0;
}
#overlay .sub-menu {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}
#overlay .sub-menu a {
    text-transform: none !important;
    color: #fff !important;
    font-size: 1em !important;
    padding: 0 !important;
    line-height: 140% !important;
    display: block;
    text-transform: uppercase !important;
}
#overlay .sub-menu li {
    margin-bottom: 5px !important;
    margin-top: 5px;
    margin-left: 20px !important;
}
#overlay .sub-menu a:hover {
	background-color: transparent !important;
}
#overlay #primary-menu {
    list-style: none;
    margin-left: 20px;
    padding-left: 0;
    margin-top: 80px;
}
#overlay #secondary-menu li {
    float: none;
}
#overlay #primary-menu a {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    font-family: mr-eaves-xl-sans-narrow, sans-serif;
    letter-spacing: 2px;
}
#overlay .nav-callout a {
    background-color: transparent !important;
    padding: inherit !important;
    margin-left: 0;
}
#overlay #primary-menu a:hover {
    color: #eaeae9;
}
#overlay #primary-menu li {
    margin-bottom: 3px;
    margin-left: 5%;
}
.overlay-sticky {
    margin-top: 0;
}
.nav-active {
	right: 0;
}
.overlay .container {
    position: relative;
    height: 100%;
}

.green-bg {
	background-color: #3db289;
}
.orange-bg {
	background-color: #ee8265;
}
.grey-bg {
	background-color: #eaeae9;
}
.orange-bg h1, .orange-bg p, .orange-bg ul, .orange-bg ol, .orange-bg a, .orange-bg h2, .orange-bg h3, .orange-bg h4, .orange-bg h5,  
.green-bg h1, .green-bg p, .green-bg ul, .green-bg ol, .green-bg a, .green-bg h2, .green-bg h3, .green-bg h4, .green-bg h5 {
	color: #fff;
}
.button {
    background-color: #3db289;
    color: #fff;
    font-family: mr-eaves-xl-sans-narrow, sans-serif;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 50px;
    text-decoration: none;
    letter-spacing: 2px;
    font-size: 1.25em;
    transition: all .3s ease;
    line-height: 105%; 
}
.button a {
    color: #fff !important;
    border: none !important;
}
.button:hover {
	background-color: #5dd2a9;
	color: #fff !important;
}
.orange-btn, .green-bg .button {
    background-color: #ee8265;
}
.orange-btn:hover, .green-bg .orange-btn:hover {
    background-color: #f8a480;
}
@media only screen and (max-width: 960px) { 
.button {
	text-align: center;
	width: 100%;
	padding: 15px;
}
}


/* UTILITY NAV STYILNG */

.utility-nav {
    text-align: right;
    padding: 0;
}
.social-links a {
    color: #fff;
}
#searchform #searchsubmit {
    background-color: #ee8265;
    border-radius: 0 !important;
    border: none !important;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: mr-eaves-xl-sans-narrow, sans-serif;
    padding: 5px;
}
#searchform input#s {
    border-radius: 0 !important;
    padding: 5px 10px;
    font-family: mr-eaves-xl-sans-narrow, sans-serif;
    font-weight: 400;
    border: none;
}
.header-links-wrapper.social-links {
    display: inline-block;
    margin-right: 10px;
}
.header-links-wrapper.text-links {
    display: inline-block;
    margin-right: 10px;
}
.header-links-wrapper.text-links a {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: .75em;
}
.header-links-wrapper.social-links a {
    font-size: .9em;
    margin-left: 6px;
}
.header-search {
    display: inline-block;
}
.utility-nav #searchform input#s {
    padding: 1px 7px;
    font-size: .95em;
    width: 165px;
    height: 25px;
    margin-top: 0px;
}
.utility-nav #searchform #searchsubmit {
    padding-top: 3px;
    margin-left: -3px;
    margin-top: 0;
    line-height: 90%;
}
@media only screen and (max-width: 640px) { 
.utility-nav {
    text-align: center;
}
}

/* FOOTER STYLING  */

.footer-search {
    overflow: hidden;
}
.secondary-footer-block .row {
    display: flex;
    align-items: center;
}
.footer-logo img {
    width: 85%;
}
.footer-links-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.footer-link {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 50%;
    font-size: .9em;
    margin-top: 10px;
}
.footer-block {
    padding: 55px 0;
}
.footer-col {
    border-right: 1px solid #fff;
    padding: 0 20px 0 50px;
    flex-grow: 1;
    flex-basis: 0;
}
.footer-columns {
    display: flex;
}
.footer-col:first-child {
    padding-left: 0;
}
.social-links .footer-link {
    width: 40px;
    font-size: 1.15em;
}
.footer-links-wrapper.social-links {
    width: 120px;
}
.footer-headline.white {
    margin: 0;
}
.footer-block .row {
    display: flex;
    align-items: center;
}
.footer-search #searchform input#s {
    width: 100%;
    text-align: center;
    font-size: 1.25em;
}
.footer-search #searchform #searchsubmit {
    width: 100%;
    padding: 7px;
    font-size: 1.25em;
}
.footer-instagram-block {
    padding: 50px 0 0;
}
.instagram-title {
    margin-bottom: 40px;
}
#sb_instagram {
    width: calc(100% + 20px ) !important;
    margin-left: -10px;
	padding-bottom: 0 !important;	
}
.instagram-block {
    overflow: hidden;
}
.footer-instagram-block a {
    cursor: pointer;
}
.footer-instagram-block a:hover {
    color: #ee8265;
}
.footer-instagram-block .row {
    max-width: 100%;
}
.footer-instagram-block .col-12 {
    margin: 0;
    width: 100%;
}
.footer-newsletter-block {
    padding: 80px 18%;
}
.wpcf7-form input.wpcf7-submit {
    background: #3db289 !important;
    color: #fff;
    font-family: mr-eaves-xl-sans-narrow, sans-serif;
    text-transform: uppercase;
    display: inline-block;
    padding: 18px 50px;
    text-decoration: none;
    letter-spacing: 2px;
    font-size: 1.5em;
    transition: all .3s ease;
    border-radius: 0 !important;
    border: none !important;
}
.newsletter-content .wpcf7-form input {
	width: 100% !important;
}
.wpcf7-form input.wpcf7-submit:hover {
	background-color: #5dd2a9 !important;
	color: #fff !important;
}
.newsletter-content .wpcf7-form input {
    border: none !important;
    width: 100% !important;
}
.newsletter-content .wpcf7-form input.wpcf7-submit {
	padding: 18px;
}
.wpcf7-form input {
    font-family: mr-eaves-xl-sans-narrow, sans-serif;
    font-size: 1.6em;
    border-radius: 0 !important;
    padding: 10px 20px;
	width: 100%;
}
.wpcf7-form .center input {
    text-align: center;
}

.wpcf7-form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #666767;
  opacity: 1; /* Firefox */
}

.wpcf7-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #666767;
}

.wpcf7-form input::-ms-input-placeholder { /* Microsoft Edge */
  color: #666767;
}

.newsletter-content .wpcf7-form.init {
    display: flex;
}
.newsletter-form-left {
    width: 70%;
}
.newsletter-form-right {
    width: 30%;
}
@media only screen and (max-width: 960px) { 
.footer-newsletter-block {
    padding: 50px 5% 40px;
}
#sb_instagram {
    margin-left: auto;
}
.sbi_item {
    width: 50% !important;
}
.newsletter-content .wpcf7-form input {
	text-align: center;
}	
.newsletter-content .wpcf7-form.init {
    display: block;
}
.newsletter-form-left, .newsletter-form-right {
    width: 100%;
}
.footer-columns {
    display: block;
}
.footer-col {
    border-right: none;
    padding: 0;
    margin-bottom: 20px;
}
}
@media only screen and (max-width: 615px) { 
.footer-logo img {
    width: 150px;
}
.footer-block .row {
    display: block;
    width: 80% !important;
}
.secondary-footer-block .row {
    display: block;
    text-align: center;
}
.secondary-footer-block .col-6.right {
    text-align: center;
}
.secondary-footer-block p {
    margin-bottom: 0;
}
.container.full-width.secondary-footer-block {
    margin: 20px 0;
}
}

/* HOMEPAGE STYLING */

/* HOMEPAGE INTRO STYLING */
.col-6.home-intro-image {
    height: 565px;
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
}
.home-intro-block .col-6.orange-bg {
    padding: 70px 60px 55px;
    position: absolute;
    left: 40%;
    top: -50px;
    width: 60%;
}
@media screen and (max-width: 1215px) {
.home-intro-block .col-6.orange-bg {
    padding: 50px 40px 45px;
    top: -30px;
    left: 38%;
}
}

.container.full-width.home-intro-block {
    margin-top: 50px;
    margin-bottom: 50px;
}
.home-intro-buttons-wrapper {
    position: absolute;
    bottom: -26px;
    width: 86%;
    display: flex;
    justify-content: space-between;
}
.home-intro-buttons-wrapper .button {
    flex-grow: 1;
    text-align: center;
	margin-right: 20px;
}
home-intro-buttons-wrapper .button:last-child {
    margin-right: 0;
}
@media only screen and (max-width: 960px) { 
.container.full-width.home-intro-block {
    margin-bottom: 30px;
}
.col-6.home-intro-image {
    height: 465px;
    width: 50%;
}
.home-intro-buttons-wrapper .button {
	padding: 15px;
}
}
@media screen and (max-width: 830px) {
.home-intro-block .col-6.orange-bg {
    padding: 30px 35px 55px;
    top: -30px;
    left: 31%;
    width: 65%;
}
.home-intro-block p {
    font-size: 1.25em !important;
    line-height: 135%;
}
}
@media screen and (max-width: 715px) {
.home-intro-block .col-6.orange-bg {
    padding: 30px 35px 55px;
    width: 95%;
    position: relative;
    margin-top: -70px;
    left: 2.5%;
    top: 0;
}	
.col-6.home-intro-image {
    height: 285px;
    width: 80%;
    margin: 0 auto;
    float: none;
}
.home-intro-block .col-6.orange-bg {
    padding: 30px 35px;
    top: 0;
    left: 0;
    width: auto;
    position: relative;
    margin-top: -70px;
}
.home-intro-buttons-wrapper {
    position: relative;
    bottom: 0;
    width: auto;
    display: block;
}
.home-intro-buttons-wrapper .button {
    margin-right: 0;
    width: 100%;
    margin-top: 10px;
}
.container.full-width.home-intro-block {
    margin-top: 30px;
    margin-bottom: 0 !important;
}
}

/* HOMEPAGE POPULAR POSTS STYLING */
.home-popular-posts-wrapper {
    display: flex;
    text-align: center;
    justify-content: space-between;
}
.home-popular-posts-block {
    padding: 65px 0;
}
.home-popular-posts-block h2 {
	display: block;
}
.home-popular-posts-block .pop-posts-separator {
    content: "";
    height: 1px;
    width: 76%;
    background-color: #f8a480;
    position: absolute;
    top: 27px;
    left: 22%;
}
.pop-post-text-wrapper {
    background-color: rgba(255,255,255,.85);
    padding: 50px 29px;
    position: relative;
    transition: all .3s ease;
    width: 100%;
}
.pop-post-ind:hover .pop-post-text-wrapper {
    background-color: rgba(255,255,255,.97);
}
.pop-post-text-wrapper::before {
    position: absolute;
    top: 20px;
    width: 100%;
    height: 1px;
    content: "";
    background-color: #f8a480;
    left: 0;
}
.pop-post-text-wrapper::after {
    position: absolute;
    bottom: 20px;
    width: 100%;
    height: 1px;
    content: "";
    background-color: #f8a480;
    left: 0;
}
.pop-post-ind {
    width: 23.5%;
    background-size: cover;
    background-position: center;
    height: 300px;
    display: flex;
    align-items: center;
}
.pop-post-link {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .9em;
    color: #3db289;
}
.pop-post-arrow {
    width: 12px;
    margin-left: 5px;
    display: inline-block;
}
.pop-post-arrow img {
    width: 100%;
}
@media screen and (max-width: 960px) {
.home-popular-posts-wrapper {
    display: block;
}
.pop-post-ind {
    width: 100%;
    margin-bottom: 40px;
}
}

/* HOMEPAGE LATEST FREEBIES STYLING */
.home-freebies-block {
    padding: 50px 0 70px;
}
.home-freebies-block h2 {
    margin-bottom: 50px;
}
.home-freebies-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.freebie-ind {
    width: 17%;
    position: relative;
    background-size: cover;
    background-position: center;
    margin: 0 1.5% 40px;
    height: 350px;
    display: flex;
    align-items: center;
}
.freebie-ind::before {
	content: "";
    background-color: rgba(255,255,255,.85);
	opacity: 0;
	transition: all .3s ease;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.freebie-ind:hover::before {
	opacity: 1;
}
.freebie-text-wrapper {
    background-color: rgba(255,255,255,.85);
    transition: all .3s ease;
    padding: 35px 15px;
    position: relative;
    width: 100%;
}
.freebie-ind:hover .freebie-text-wrapper {
    background-color: rgba(255,255,255,.0);
}
.freebies-link {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .9em;
    color: #3db289;
    opacity: 0;
    position: absolute;
    bottom: 20px;
    width: 100%;
    transition: all .3s ease;
}
.freebie-ind:hover .freebies-link {
	opacity: 1;
}
.freebie-title {
    margin-bottom: 0;
}
.freebies-arrow {
    width: 12px;
    margin-left: 5px;
    display: inline-block;
}
.freebies-arrow img {
    width: 100%;
}
.header-with-separator {
    position: relative;
}
.orange-separator {
    position: absolute;
    width: 100%;
    content: "";
    background-color: #f8a480;
    height: 1px;
    left: 0;
    top: 17px;
}
.header-with-separator span {
    z-index: 1;
    background-color: #fff;
    padding: 0 20px 0 0;
    position: relative !important;
}
.center .header-with-separator span {
    padding: 0 20px;
}
.grey-bg .header-with-separator span  {
	background-color: #eaeae9;
}
@media screen and (max-width: 960px) {
.home-freebies-wrapper {
    display: block;
}
.freebie-ind {
    width: 100%;
}
}

/* HOMEPAGE GREEN CALLOUT */
.home-green-callout-block {
    padding: 10px 0;
}
.home-green-callout-block .row {
    display: flex;
    align-items: center;
}
.home-green-callout-block .row [class^="col"] {
    float: none !important;
}
@media screen and (max-width: 960px) {
.home-green-callout-block {
    padding: 40px 0;
}
.home-green-callout-block .row {
    display: block;
    align-items: center;
}
}

/* HOMEPAGE BLOG POSTS */
.home-blog-intro {
    padding: 65px 0;
}
.blog-image-wrapper {
    width: 335px;
}
.blog-item {
    display: flex;
    margin-bottom: 35px;
    align-items: center;
}
.post-image {
    width: 100%;
    height: 335px;
    background-size: cover;
    background-position: center;
    border: 1px solid #aaaaa9;
}
.blog-item-content {
    width: calc(100% - 335px);
    padding-left: 60px;
}
.blog-link-text {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .9em;
    color: #3db289;
}
.blog-arrow {
    width: 12px;
    margin-left: 5px;
    display: inline-block;
    transition: all .3s ease;
}
.blog-title-link a:hover .blog-arrow {
    margin-left: 10px;
}
.byline {
    border-top: 1px solid #f8a480;
    border-bottom: 1px solid #f8a480;
    padding: 10px 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: .9em;
}
.blog-title-link {
    margin-top: 10px;
}
.excerpt p {
    margin-bottom: 0;
}
@media screen and (max-width: 830px) {
.blog-image-wrapper {
    width: 215px;
}
.post-image {
    height: 215px;
}
.blog-item-content {
    width: calc(100% - 215px);
    padding-left: 40px;
}
}
@media screen and (max-width: 540px) {
.blog-item {
    display: block;
}
.blog-item-content {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
}
.blog-image-wrapper {
    width: 300px;
}
.post-image {
    height: 300px;
}
}

/* SIDEBAR STYLING */
.sidebar-about {
    border: 1px solid #f8a480;
    padding: 210px 40px 25px;
	position: relative;
	margin-bottom: 65px;
	margin-top: 20px;
}
.sidebar-about .button {
    position: absolute;
    bottom: -35px;
    left: 5%;
    width: 90% !important;
    padding: 15px;
}
.sidebar-about-photo {
    height: 220px;
    width: 220px;
    position: absolute;
    top: -40px;
    border-radius: 200px;
    background-size: cover;
    background-position: center;
    left: 50%;
    margin-left: -110px;
}
@media screen and (max-width: 1165px) {
.sidebar-about-photo {
    height: 150px;
    width: 150px;
    margin-left: -75px;
}
.sidebar-about {
    padding: 140px 40px 25px;
}
}
@media screen and (max-width: 1030px) {
.sidebar-about {
    padding: 140px 20px 35px;
}
.sidebar-social .social-links {
    padding: 20px 10px;
}
}
.blog-posts-separator {
    content: "";
    height: 1px;
    width: 55%;
    background-color: #f8a480;
    position: absolute;
    top: 27px;
    left: 18%;
}
.ad-block.sidebar-block {
    height: 385px;
    text-align: center;
    background-color: #eaeae9;
    padding-top: 62%;
    margin: 30px 0;
}
.sidebar-social .social-links {
    margin: 30px 0;
    padding: 20px;
}
.sidebar-social .footer-link {
    font-size: 2.25em;
    margin: 0 2%;
}
.sidebar-latest-program, .sidebar-text-image-block {
    margin: 30px auto;
    padding: 25px;
}
.sidebar-latest-program h3 {
    margin-bottom: 20px;
}
.sidebar-block .button {
    padding: 15px 20px;
    width: 100%;
}
.sidebar-content p {
	margin-bottom: 0;
}
.sidebar-photo {
    margin: 15px 0;
}


/* DEFAULT TEMPLATE STYLES */
.page-template-default #primary {
    margin-top: 20px;
}

.default-intro-section {
    padding: 45px 0;
}
.intro-section-more-bottom-margin {
    margin-bottom: 30px;
}
.default-intro-section .col-12 {
    width: 57%;
    margin: 0.5rem auto !important;
    float: none;
}
.intro-section-buttons {
    position: absolute;
    bottom: -73px;
    width: 100%;
    margin: 0 auto !important;
    display: flex;
    justify-content: center;
    padding: 0 10%;
}
.intro-section-buttons .button {
    flex-grow: 1;
    margin: 0 2%;
}

.image-content-section-ind {
    display: flex;
    margin: 75px 0;
}
.image-content-sections-content-block {
    width: 55%;
}
.image-content-sections-image-block {
    width: 41%;
    margin-left: 4%;
    background-size: cover;
    background-position: center;
    position: relative;
}
.image-content-sections-image-block::before {
    content: "";
    height: 90%;
    width: 15px;
    position: absolute;
    background-color: #ee8265;
    top: 5%;
    left: -15px;
}
.image-content-section-ind.image-left .image-content-sections-image-block::before {
    right: -15px;
    left: auto;
}
.image-content-section-ind.image-left {
    flex-direction: row-reverse;
}
.image-left .image-content-sections-image-block {
    margin-left: 0;
    margin-right: 4%;
}

.green-bg-callout-block {
    padding: 85px 0 55px;
}
.green-callout-content {
    width: 57%;
    margin: 0 auto !important;
}
.green-column-content-sections {
    display: flex;
    justify-content: space-between;
    margin-top: 60px !important;
    flex-wrap: wrap;
}
.green-column-content-section-ind {
    float: none !important;
    border: 2px solid #fff;
    padding: 30px;
    position: relative;
}
.green-column-content-section-ind .button {
    position: absolute;
    bottom: -40px;
    left: 10%;
    width: 80%;
    text-align: center;
}
.one-col-callout .green-column-content-section-ind {
    width: 100%;
}
.two-col-callout .green-column-content-section-ind {
    width: 48%;
}
.three-col-callout .green-column-content-section-ind {
    width: 31%;
}
.freebies-callout-block {
    padding: 80px 0;
}
.freebies-callout-block h2 {
    margin-bottom: 70px !important;
}

.orange-headline-block h1 {
    margin-bottom: 0;
}
.orange-headline-block {
    padding: 40px 0;
}

.two-col-callout-block {
    margin: 70px auto;
}
.two-col-callout-block .row {
    display: flex;
}
.two-col-callout-block .col-6:nth-child(1) {
    display: flex;
    flex-direction: column;
}
.two-col-callout-left-image {
    flex-grow: 1;
    margin-top: 20px;
    background-size: cover;
    background-position: center;
}

.full-large-content {
    width: 65% !important;
    margin: 60px auto 40px !important;
}

.half-callout-block {
    margin: 40px auto;
}
.half-callout-blocks-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.half-callout-block-ind {
    border: 2px solid #3db289;
    padding: 45px;
    position: relative;
    margin-bottom: 70px;
}
.one-col-callout .half-callout-block-ind {
    width: 100%;
}
.two-col-callout .half-callout-block-ind {
    width: 48%;
}
.three-col-callout .half-callout-block-ind {
    width: 31%;
}
.half-callout-block-ind .button {
    position: absolute;
    bottom: -40px;
    left: 45px;
    width: calc(100% - 90px);
    text-align: center;
    line-height: 125%;
    padding: 15px;
}
.text-link a {
    color: #3db289;
    text-transform: uppercase;
    font-size: .9em;
    letter-spacing: 1px;
    border: none !important;
}
.text-link a::after {
    content: "";
    position: absolute;
    background-image: url('images/green-arrow-right.svg');
    background-size: cover;
    background-position: center;
    width: 20px;
    height: 10px;
    margin-left: 10px;
    margin-top: 7px;
    transition: all .3s ease;
}
.text-link a:hover::after {
    margin-left: 15px;
}

.bx-wrapper {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    width: 70%;
    margin: 90px auto;
}
.bx-pager.bx-default-pager {
    display: none !important;
}
.bx-wrapper .bx-controls-direction a {
    width: 30px !important; 
    height: 53px !important;
    margin-top: -36.5px !important;
    z-index: 1 !important;
}
.bx-wrapper .bx-prev {
    left: -70px !important;
    background: url('images/slider-arrow-left.png') no-repeat 0 0 !important;
}
.bx-wrapper .bx-next {
    right: -70px !important;
    background: url('images/slider-arrow-right.png') no-repeat 0 0 !important;
}
.ind-testimonial {
	vertical-align: middle;
    display: inline-block;
    float: none !important;
}
.testimonial-image-text {
    display: flex;
}
.testimonial-image {
    width: 300px;
    background-size: cover;
    background-position: center;
}
.testimonial-image.image-only {
    width: 100%;
}
.testimonial-text.larger-content {
    width: calc(100% - 340px);
    margin-left: 40px;
}
.testimonial-text p {
    margin-bottom: 0;
}
.testimonial-author h5 {
    margin: 20px 0 0;
}
.testimonial-video {
    max-width: 530px;
    margin: 0 auto;
    width: 80%;
}
.testimonial-video iframe {
    width: 100% !important;
}
.testimonial-text.larger-content.text-only {
    text-align: center;
    width: 60%;
    margin: 0 auto;
}
.testimonials-block .row {
    position: relative;
}
.testimonials-block .row .col-12::before {
    position: absolute;
    top: -35px;
    background-image: url('images/quote-left.png');
    width: 130px;
    height: 113px;
    content: "";
    left: 0;
}
.testimonials-block .row .col-12::after {
    position: absolute;
    bottom: -35px;
    background-image: url('images/quote-right.png');
    width: 130px;
    height: 113px;
    content: "";
    right: 0;
}

.full-width-callout-block, .half_width_content-block, .logo-callout-block {
    margin: 50px auto;
}
.logo-ind {
    width: 22%;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.logos-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.nf-form-layout {
    text-align: center;
}
.nf-field-label {
    width: 100%;
}
.nf-form-content .list-select-wrap .nf-field-element > div, .nf-form-content input:not([type="button"]), .nf-form-content textarea {
    text-align: center;
}
@media only screen and (max-width: 960px) { 
.default-intro-section .col-12 {
    width: 85%;
}
.intro-section-buttons {
    position: relative;
    bottom: 0;
    display: block;
    padding: 0;
}
.intro-section-buttons .button {
    display: block;
    margin: 20px 0 0;
}
.image-content-section-ind {
    display: block;
    margin: 25px 0;
}
.image-content-sections-content-block {
    width: 100%;
}
.image-content-sections-image-block {
    width: 98%;
    margin-left: 2%;
    height: 300px;
    margin-top: 30px;
}
.green-callout-content {
    width: 100%;
}
.three-col-callout .green-column-content-section-ind {
    width: 100%;
    margin-bottom: 60px;
}
.green-column-content-section-ind .button {
    bottom: -26px;
}
.two-col-callout-block .row {
    display: block;
}
.two-col-callout-block {
    margin: 60px auto;
}
.two-col-callout-left-image {
    height: 300px;
    margin-bottom: 20px;
}
.half-callout-blocks-wrapper {
    display: block;
}
.three-col-callout .half-callout-block-ind, .two-col-callout .half-callout-block-ind, .two-col-callout .green-column-content-section-ind {
    width: 100%;
}
.green-column-content-section-ind {
    margin-bottom: 30px;
}
.half-callout-block-ind {
    padding: 45px 5%;
}
.testimonial-image-text {
    display: block;
}
.testimonial-image {
    height: 300px;
    margin: 0 auto 20px;
}
.testimonial-text.larger-content {
    width: 100%;
    margin-left: 0;
    text-align: center;
}
.full-large-content {
    width: 85% !important;
    margin: 60px auto 40px !important;
}
.half-callout-block-ind {
	margin-bottom: 30px;
}
.default-intro-section {
    padding: 45px 2.5%;
}
.half-callout-block-ind .button {
    bottom: -20px;
}
}
@media only screen and (max-width: 640px) { 
.logo-ind {
    width: 50%;
}
}


.related-posts .blog-image-wrapper {
    width: 100%;
}
.related-posts {
    display: flex;
    justify-content: space-between;
}
.related-posts-ind {
    width: 30%;
}
.related-posts .post-image {
    height: 240px;
}
.related-posts-wrapper .byline h4 {
    margin-bottom: 0;
    text-align: center;
}
.related-posts-ind .blog-title {
    font-size: .95em;
    margin-bottom: 5px;
}
.related-posts-ind .byline-date {
    font-size: .9em;
}
.related-posts-wrapper {
    border-bottom: 1px solid #f8a480;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.entry-footer {
	border-bottom: 1px solid #f8a480;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.cat-links a, .tags-links a {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: .8em;
    background-color: #eaeae9;
    padding: 7px 17px;
    margin: 0 1%;
    border-bottom: none !important;
}
.cat-links a:hover, .tags-links a:hover {
    background-color: #dadad9;
}
.tags-links, .cat-links {
    text-align: center;
}
.post-categories {
    list-style: none;
    margin-bottom: 10px;
}
.post-categories li {
    display: inline-block;
    margin-bottom: 5px !important;
    margin: 0 1%;
}
.logged-in-as, #reply-title {
    display: none !important;
}
.comment-list {
    list-style: none;
    padding-left: 0;
}
.avatar {
    border-radius: 200px;
    margin-right: 15px;
}
.comment-metadata a {
    color: #eaeae9 !important;
    border-bottom: none !important;
    font-style: italic;
}
.comment-body {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #efefef;
}
.comment-reply-link {
    font-style: italic;
    border-bottom: none !important;
    font-weight: 600;
}
.comment ol.children {
    list-style: none;
    margin-left: 0;
    padding-left: 40px;
}

.woocommerce .button {
    background-color: #3db289 !important;
    color: #fff !important;
    font-family: mr-eaves-xl-sans-narrow, sans-serif;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 20px !important;
    text-decoration: none;
    letter-spacing: 2px;
    font-size: 1.25em;
    transition: all .3s ease;
    line-height: 105%; 
    border-radius: 0 !important;
}
.woocommerce a.button {
	border: none !important;
}
.woocommerce .button:hover {
	background-color: #5dd2a9 !important;
	color: #fff !important;
}
.single-product .entry-footer, .single-product #comments {
    display: none !important;
} 
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #3db289 !important;
    font-weight: 600 !important;
}
li.product {
    margin-bottom: 50px !important;
}
.comment ol.children {
    list-style: none;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    text-align: center;
    padding: 20px;
}

.center .woocommerce ul.products li.product {
    float: none !important;
    display: inline-block !important;
    text-align: center !important;
}