/*!
Theme Name: jessa
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jessa
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 with others.

jessa is based on Underscores http://underscores.me/, (C) 2012-2016 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.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

@font-face {
  font-family: 'roxy-girl';
  src: url('fonts/roxy-girl.eot'); /* IE9 Compat Modes */
  src: url('fonts/roxy-girl.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roxy-girl.woff') format('woff'), /* Modern Browsers */
       url('fonts/roxy-girl.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/roxy-girl.svg#svgFontName') format('svg'); /* Legacy iOS */
}


html {
	font-family: 'karla';
	-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;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

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

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

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-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,
optgroup,
textarea {
	color: #404040;
	font-family: 'karla';
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
	font-size: 14px;
    margin: 40px 0px;
    font-family: 'karla', serif;
    letter-spacing: 1px;
    line-height: 26px;
}

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

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

ul, ol {
	margin: 0;
	font-size: 14px;
    line-height: 30px;	

}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
	font-size: 14px;
    line-height: 30px;	

}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

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

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;
	width: 100%;
}

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

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

a:hover, a:focus, a:active {
	color: #c8c8c8;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); */
    float: left;
    position: absolute;
    text-align: left;
    top: 100%;
     left: -999em; 
    z-index: 99999;
    display: -webkit-flex; display: flex;
    -webkit-flex-direction: column; flex-direction: column;
    -webkit-flex-wrap: wrap; flex-wrap: wrap;
    height: 170px;
}

.main-navigation ul ul > li {
	float: none;
	display: inline-block;
	width: 100px;
}

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

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

.main-navigation ul ul a {
	width: 100px;
    background: black;
    color: white !important;
    padding: 5px;
}

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

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

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

@media screen and (min-width: 961px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

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

.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;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

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

.entry-content p{
	margin: 10px 0px !important;
}

.entry-content a:hover{
	color: #d6c6ba;
}

.entry-content h2{
	margin: 20px 0px;
}



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

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


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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%;
}

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

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



/*--------------------------------------------------------------
# CUSTOM STYLES
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## RESET
--------------------------------------------------------------*/
a {
	color: #DC9CAA;
	text-decoration: none;
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

a:hover, a:hover:visited {
	color: #DC9CAA;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	box-shadow: none;
	border: none;
	background: transparent;
	padding: 0;
	margin: 0;
}

:focus {
	outline: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

p {
	margin: 0;
}


/*--------------------------------------------------------------
## GENERAL
--------------------------------------------------------------*/
#content {
	margin: 0 auto;
    margin-top: 275px;
    width: 75%;
}

.btn {
	font-family: 'din-condensed' !important;
    padding: 6px 22px !important;
    font-weight: 100 !important;
    text-transform: uppercase;
    font-size: 16px !important;
    letter-spacing: 1px;
    display: inline-block;
}

.btn-primary {
	color: white !important;
	background: #35536E !important;
	border: 2px solid #35536E;
}

.btn-primary:hover {
	background: #DC9CAA !important;
    border: 2px solid #DC9CAA;
    color: white;
}

.btn-secondary {
	color: #333333 !important;
	background: #f4f4f4 !important;
	border: 2px solid #f4f4f4;
	text-align: center;
	width: 100%;
}

.btn-secondary:hover {
	background: #DC9CAA !important;
    border: 2px solid #DC9CAA;
}

.container-xl {
	width: 95%;
	max-width: 1260px;
	margin: 0 auto;
}

.container-lrg {
	width: 95%;
	max-width: 1050px;
	margin: 0 auto;
}

.container-med {
	width: 75%;
	max-width: 1000px;
	margin: 0 auto;
}

.container-sml {
	width: 55%;
	max-width: 800px;
	margin: 0 auto;
}

.show {
	display: block !important;
}

.entry-title {
    font-size: 24px;
    line-height: 37px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'karla', serif;
    font-weight: 100;
}

.entry-meta {
    letter-spacing: 3px;
    margin-bottom: 30px;
    font-size: 11px;
    text-align: left;
}

i.fa.fa-circle{
	font-size: 5px;
	padding: 0px 4px;
}

i.fa.fa-print {
    padding-right: 3px;
}

.social-share button, .social-share a {
	color: black;
	margin-right: 2%;
	font-size: 12px;
}

.social-share button:hover, .social-share a:hover {
	color: #c8c8c8;
}

#waypoint {
	position: absolute;
	top: 100px;
}

#site-navigation-wrap {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 50;
	background: white;
}

body.customize-support #site-navigation-wrap {
	top: 32px;
}

#site-navigation-wrap a {
	color: black;
}

#site-navigation-wrap a:hover {
	color: #DC9CAA;
}

#masthead #search-wrapper-nav {
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 0;
    display: -webkit-flex; display: flex;
    -webkit-align-items: center; align-items: center;
}

#masthead #search-wrapper-nav input.search-field {
	border: none;
}

#subscribe-wrapper-nav {
	position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    display: -webkit-flex; display: flex;
    -webkit-align-items: center; align-items: center;
    font-family: 'Karla', 'karla';
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}

#masthead #social-icons {
    position: fixed;
    top: 35%;
    left: 5%;
    bottom: 0;
    display: -webkit-flex; display: flex;
    -webkit-align-items: center; align-items: center;
    -webkit-flex-direction: column; flex-direction: column;
    z-index: -1;
}

#footer-blocks #social-icons {
	width: 75%;
    margin: 0 auto;
	position: relative;
	display: -webkit-flex; display: flex;
    -webkit-align-items: center; align-items: center;
    -webkit-justify-content: space-between; justify-content: space-between;
    margin-top: 20px;
}

#masthead a.social-icon {
	padding: 7px 0;
    font-size: 14px;
}

#footer-blocks a.social-icon {
	padding: 0 6px;
    font-size: 15px;
}

#site-navigation {
	float: none;
	display: -webkit-flex; display: flex;
	-webkit-align-items: center; align-items: center;
	-webkit-justify-content: center; justify-content: center;
	text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    padding: 0px 0;
}


#site-navigation #primary-menu {
	text-align: center;
	font-family: 'Karla', 'karla';
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}

#site-navigation #primary-menu li {
	float: none;
	display: inline-block;
	padding: 25px;
}

#primary-nav-left, #primary-nav-right {
	width: 42%;
}

#primary-menu-left {
	text-align: right;
}

#primary-menu-right {
	text-align: left;
}

#primary-menu-left > li, #primary-menu-right > li {
	display: inline-block;
	float: none;
	margin: 0 20px;
}

#logo-wrap {
	max-width: 200px;
	display: block;
	margin: 0 1%;
	width: 16%;
}

#site-navigation-wrap.dark_nav #logo-wrap {
	max-width: 110px;
}

#primary-nav {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    /*margin-bottom: 10px;*/
}

.flex_row {
	display: -webkit-flex; display: flex;
    -webkit-align-items: center; align-items: center;
    -webkit-justify-content: space-between; justify-content: space-between;
}

.flex_row img {
	display: block;
    max-width: 49%;
    margin: 2% 0;
}

.flex_row img:nth-of-type(2n) {
	margin-left: 1%;
}

.flex_row img:nth-of-type(2n+1) {
	margin-right: 1%;
}


/*--------------------------------
--------- Dropdown Styles --------
--------------------------------*/
#site-navigation-wrap.dark_nav .dropdown-banner {
	top: 70px;
}

.dropdown-banner {
	display: none;
    position: absolute;
    align-items: center;
    justify-content: center;
    top: 215px;
    left: 0;
    right: 0;
    text-align: center;
    background: white;
    padding: 50px 0;
    margin-top: 2px;
    box-shadow: 0px 5px 10px -7px black;
    z-index: 50;
}

.dropdown-banner-wrapper p {
	display: inline-block;
    margin: 0 10px;
}


.dropdown-banner-wrapper {
	display: flex;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
}

.dropdown-bar .dropdown-banner-wrapper {
	align-items: center;
}

.dropdown-search .dropdown-banner-wrapper .dropdown-banner-content {
	display: flex;
    align-items: center;
    margin-right: 3%;
    font-family: 'didot';
    font-size: 18px;
    letter-spacing: 3px;
    text-transform: none;
}

.dropdown-bar .dropdown-banner-wrapper .dropdown-banner-content {
	display: flex;
    align-items: center;
    margin-right: 3%;
    width: 90%;
    max-width: 450px;
    font-family: 'didot';
    font-size: 18px;
    letter-spacing: 3px;
    text-transform: none;
}

.dropdown-bar .dropdown-banner-wrapper .dropdown-banner-form {
	display: block;
    width: 12%;
}

.dropdown-bar .dropdown-banner-wrapper .dropdown-banner-form #mc-embedded-subscribe-form #inputs_wrap i.fa-envelope-o {
	right: -10px;
	top: 7px;
}

.dropdown-bar .dropdown-banner-wrapper .dropdown-title-image {
	max-width: 190px;
	display: block;
	margin-right: 3%;
}

.dropdown-bar .dropdown-banner-wrapper .dropdown-title {
	display: block;
	font-size: 18px;
    text-transform: none;
    letter-spacing: 3px;
}

.dropdown-aside .dropdown-block-left {
	width: 100%;
    max-width: 450px;
    margin-right: 8%;
}

.dropdown-aside .dropdown-block-left .attachement-dropdown {
	display: block;
	width: 100%;
}

.dropdown-posts .dropdown-block-right {
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.dropdown-aside .dropdown-block-right {
    width: 100%;
    max-width: 670px;
    text-align: center;
}

.dropdown-aside .dropdown-block-header {
	text-align: center;
    width: 100%;
    background: #F6F6F6;
    display: block;
    overflow: auto;
    padding: 20px;
}

.dropdown-aside .dropdown-block-header h3 {
	text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 100;
}

.dropdown-aside .dropdown-block-header .dropdown-block-nav {
	text-align: center;
	font-family: 'didot';
	padding: 0;
    font-size: 14px;
}

.dropdown-aside .dropdown-block-header .dropdown-block-nav li {
	display: inline-block;
	margin: 0 5px;
}

.dropdown-aside .dropdown-block-header .dropdown-block-nav li i {
    margin-left: 7px;
    font-size: 7px;
    position: relative;
    top: -1px;
}

.dropdown-aside .dropdown-block-header .dropdown-block-nav li:last-child i {
	display: none;
}

.dropdown-aside .dropdown-block-header .dropdown-block-nav li a {
	text-transform: lowercase;
    font-style: italic;
}

.dropdown-aside .dropdown-block-content {
	padding: 30px 0;
    text-align: left;
    font-size: 14px;
    text-transform: none;
    line-height: 20px;
}

.dropdown-aside .dropdown-blog-readmore {
	font-family: 'didot';
	text-transform: none;
}

.dropdown-posts .dropdown-block-left {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.dropdown-posts .vertical-sep {
    width: 3px;
    background: #EADCDC;
    margin: 0 10%;
    display: block;
}

.dropdown-posts .drop-sub-cats .drop-nav-header {
	font-size: 18px;
	font-family: 'didot';
	display: block;
	margin: 20px 0;
	letter-spacing: 5px;
}

.dropdown-posts .drop-sub-cats {
	font-size: 14px;
}

.dropdown-posts .drop-sub-cats .cat-item {
	margin: 15px 0;
    font-size: 12px;
    letter-spacing: 3px;
}

.dropdown-posts .drop-search {
	margin-top: 30px;
}

.dropdown-search .dropdown-banner-wrapper {
	align-items: center;
}

.search-with-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dropdown-posts .drop-search .search-with-icon {
	margin: 0 auto;
	width: 52%;
}

.dropdown-posts .drop-search .search-with-icon.seach-icon-left i.fa-search {
	font-size: 18px;
}

.dropdown-search .search-with-icon .search-field {
	min-width: 200px;
	margin-right: -5px;
}

.dropdown-posts .drop-search .search-with-icon .search-field {
	text-align: center;
    border: none;
    font-style: italic;
    text-transform: lowercase;
    font-size: 14px;
    font-family: 'didot';
    margin-left: 5px;
}

.drop-post {
	display: block;
	position: relative;
	width: 32%;
	max-width: 250px;
}

.drop-post img {
	display: block;
}

.drop-post-title {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	opacity: 0;
	visibility: hidden;
	align-items: center;
	justify-content: center;
	background: rgba(255,255,255,0.8);
	z-index: 1;
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.drop-post:hover .drop-post-title {
	visibility: visible;
	opacity: 1;
}






/*---------------------------------
--------- Search Modal STYLES --------
---------------------------------*/
#search-modal-inner input.search-field {
    width: 100%;
    padding: 24px;
    font-size: 16px;
    font-weight: 100;
    text-transform: uppercase;
    box-shadow: none;
    border: solid 1px #999999;
    border-radius: 0;
}

#search-modal-inner label {
	width: 90%;
    float: left;
}

#search-modal-inner #searchsubmit {
	background: url(../../images/search.png) center center no-repeat;
    background-color: white;
    font-size: 20px;
    color: black;
    box-shadow: none;
    border: none;
    border-radius: 0;
    vertical-align: top;
    float: left;
    padding: 20px 20px 30px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

#search-modal-inner #searchsubmit:hover {
    background-color: #eaeaea;
}

.mobile-search {
    display: none;
}

/**** MODAL ****/

#search-close {
	position: absolute;
    top: 28px;
    right: 136px;
}

#search-close:before {
	content: '';
	position: absolute;
	top: 14px;
	left: 2px;
	width: 22px;
	border-top: solid 2px #999999;
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

#search-close:after {
	content: '';
	position: absolute;
	top: 14px;
	left: 2px;
	width: 22px;
	border-top: solid 2px #999999;
	-ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
}

#search-close img {
	display: none;
	width: 22px;
	height: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(200, 200, 200, 0.75);
    z-index: 150;
    display: none;
    cursor: pointer;
}

.modal-box {
    width: 50%;
    position: absolute;
    top: 50%;
    margin: auto;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 5px;
    cursor: auto;
}

.modal-inner {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}

.modal-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    background-color: #ECD4C9;
    color: #fff;
    font-size: 38px;
    padding: 20px 38px;
}




/*---------------------------------
--------- Modal STYLES --------
---------------------------------*/
#popup-modal-box {
	background: white;
	padding: 0;
    position: relative;
    width: 90%;
    max-width: 800px;
}

#popup-modal-box #popup-close {
    position: absolute;
    top: 6px;
    right: 10px;
    max-width: 20px;
    z-index: 50;
}

#popup-modal-inner {
	display: -webkit-flex; display: flex;
	-webkit-align-items: center; align-items: center;
	-webkit-justify-content: space-between; justify-content: space-between;
	-webkit-flex-wrap: wrap; flex-wrap: wrap;
}

#popup-modal-box #mc-embedded-subscribe-form {
	position: relative;
}

#popup-modal-box #mc-embedded-subscribe-form input.email {
	border-bottom: solid 1px black !important;
	border-radius: unset;
	display: block;
    width: 100%;
    margin: 10px 0;
    padding: 8px 0;
}

#popup-modal-box #mc-embedded-subscribe-form .fa-envelope-o {
	position: absolute;
	top: 8px;
	right: 5px;
	font-size: 14px;
	z-index: 50;
}

#popup-modal-inner nf-field:nth-child(1) {
	float: left;
	width: 48%;
}

#popup-modal-inner nf-field:nth-child(2) {
	float: right;
	width: 48%;
}

#popup-modal-inner nf-field:nth-child(3) .nf-field-container {
	margin-bottom: 0;
}

#popup-modal-inner input[type="button"] {
	display: block;
	width: 100%;
	background: black;
	color: white;
}

#popup-modal-inner input[type="button"]:hover {
	background: #333333;
}

#popup-modal-inner input, #popup-modal-inner textarea {
	border: none;
    padding: 8px;
    letter-spacing: 2px;
    font-family: 'Karla', 'karla';
    font-size: 11px;
    line-height: 13px;
}

.popup-text h1, .popup-text h2, .popup-text h3, .popup-text h4, .popup-text h5, .popup-text h6 {
	font-family: 'Karla', 'karla';
}

.popup-image {
	width: 46%;
}

#popup-modal[data-trigger="subscribe-popup"] #popup-modal-box .popup-image {
	width: 50%;	
}

.popup-text {
	width: 54%;
	padding: 0 3%;
}

#popup-modal[data-trigger="subscribe-popup"] #popup-modal-box {
	padding: 0;
	max-width: 820px;
}

#popup-modal[data-trigger="subscribe-popup"] #popup-modal-inner {
	-webkit-flex-wrap: nowrap; flex-wrap: nowrap;
	padding-right: 5%;
}


.footer-block #mc_embed_signup {
	background-color: none !important;
}


.footer-block #mc_embed_signup input.email {
    font-family: karla !important;
    font-size: 12px !important;
    display: block;
    padding: 0 0.4em;
    margin: 0 4% 10px 0;
    min-height: 32px;
    width: 100% !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    border: 0px !important;
}

#mc_embed_signup_scroll p {
    margin-bottom: -28px;
}

.footer-block #mc_embed_signup .button {
    clear: both;
    background-color: #353535 !important;
    border: 0 none;
    font-size: 12px !important;
    margin-bottom: 25px !important;
}

.footer-block input#signup_email {
    width: 91%;
    margin: 10px;
	font-size: 12px;
    letter-spacing: 1px;
    padding: 7px;
    border-radius: 0px;
    border: none;
}

.footer-block input#webform_submit_button {
    background: #33526e;
    padding: 10px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
    border-radius: 0px;
    width: 91%;
}

/*--------------------------------------------------------------
## HOME
--------------------------------------------------------------*/

.cat-link{
	text-transform: uppercase;
}

.cat-link a:hover{
	color:#d6c6ba;
}

.read-more a:hover{
	color:#d6c6ba;
}

#featured-post .post-entry {
	padding-top: 0;
}

.feature-post-content-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-flex; display: flex;
	-webkit-align-items: center; align-items: center;
	-webkit-justify-content: center; justify-content: center;
	z-index: 1;
}

.featured-post-content {
	text-align: center;
    background: rgba(255, 255, 255, 0.85);
    padding: 30px 50px;
    position: relative;
    z-index: 1;
    width: 50%;
    text-transform: uppercase;
}

.featured-post-wrap {
	text-align: center;
	position: relative;
}

.featured-post-image img {
	display: block;
	width: 100%;
}

.featured-post-content h2.entry-title {
	margin: 8px 20px 15px;
	text-align: center;
}

.featured-post-content .entry-title:a {
	background-color: white;
}

a.featured-post-cat{
	font-family: 'karla';
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
}

.entry-meta a.featured-post-cat{
	font-size: 11px;	
}

.posts-section-header {
	position: relative;
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    height: 4px;
    margin: 100px 0 60px;
}

.posts-section-header a {
	display: inline-block;
    background: white;
    padding: 0 20px 0 0;
    position: absolute;
    font-size: 17px;
    top: -13px;
    text-transform: uppercase;
}

.home-post-entry {
	display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 45px;
}

.home-post-entry .post-thumb {
	width: 37%;
}

.home-post-entry .post-body {
	width: 60%;
	margin-top: 20px;
}

.home-post-entry .post-body h3{
	font-size: 21px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 100;
}

.entry-title a{
	color: black !important;
	font-weight: 700;
}

.home-post-entry .post-body h3 a{
	color: black !important;
	font-weight: 700;
}

.home-post-entry .post-body h3 a:hover{
	color:#DC9CAA !important;
}
	
.home-post-entry .post-body p{
	margin: 30px 0px;
}


.trending-posts-outer{
	margin: 50px auto;
}

.trending-posts-wrap {
    display: -webkit-flex; display: flex;
    -webkit-align-items: center; align-items: center;
    -webkit-justify-content: center; justify-content: center;
    margin-top: -14px;
}

.read-more{
	text-transform: uppercase;
	margin-bottom: 10px;
}

.trending-title {
    font-family: 'karla', serif;
    font-size: 45px;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin: 0 auto;
}

.slick-prev:before, .slick-next:before {
	color: black !important;
	font-family: FontAwesome !important;
	font-size: 34px !important;
	line-height: normal !important;
}

.slick-prev:before {
	content: "\f104" !important;
}

.slick-next:before {
	content: "\f105" !important;
}

#trending_posts .slick-slide {
	max-width: 235px !important;
	display: -webkit-flex; display: flex;
	-webkit-align-items: center; align-items: center;
	-webkit-justify-content: center; justify-content: center;
	margin: 0 0.3%;
}

.slide-image {
	display: block;
	position: relative;
	color: black;
}

.slide-title {
	position: absolute;
    top: 0;
    left: 4px;
    right: 4px;
    bottom: 8px;
    opacity: 0;
    visibility: hidden;
    font-size: 24px;
    letter-spacing: 1px;
    display: -webkit-flex; display: flex;
    -webkit-align-items: center; align-items: center;
    -webkit-justify-content: center; justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: "karla";
}

.slide-image:hover .slide-title {
	opacity: 1;
	visibility: visible;
	text-align: center;
	color: white;
}

a.slide-image{
	padding: 0px 5px;
}

#featured-categories {
	margin: 20px 0px;
}


#featured-categories .container-lrg{
	display: -webkit-flex; display: flex;
	-webkit-align-items: center; align-items: center;
	-webkit-justify-content: space-between; justify-content: space-between;
}

.featured-category{
	position: relative;
	width: 32%;
}

.featured-category img {
	display: block;
}

.featured-category .featured-category-title-wrap {
	position: absolute;
	top: 0;
	left: 0px;
	right: 0px;
	bottom: 0;
	display: -webkit-flex; display: flex;
	-webkit-align-items: center; align-items: center;
	-webkit-justify-content: center; justify-content: center;
    font-family: 'karla';
}

.featured-category .featured-category-title-wrap:hover{
	background: rgba(0, 0, 0, 0.5);
}

.featured-category .featured-category-title {
	width: 39%;
    background: rgba(255,255,255,0.8);
    padding: 3% 5%;
    color: #1d1d1d;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#top-picks {
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	text-align: center;
	padding: 0 0 50px;
	margin: 50px 0px;
}

#top-picks .stp-outer {
	max-width: 1330px !important;
}

.top-picks-header {
	background: white;
    display: inline-block;
    padding: 0 20px;
    position: relative;
    top: -35px;
    font-family: 'karla', serif;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 45px;
    font-weight: 100;
}

/*--------------------------------------------------------------
## POSTS
--------------------------------------------------------------*/
.entry-header {
	text-align: center;
}

.post-blocks {
	display: -webkit-flex; display: flex;
	-webkit-flex-direction: row-reverse; flex-direction: row-reverse;
}

body.home .post-entry:nth-of-type(2n) .post-blocks, .post-blocks.reverse {
	-webkit-flex-direction: row; flex-direction: row;
}

.featured-image {
	width: 50%;
}

.post-block {
	width: 50%;
    padding: 40px;
}

.post-block .btn{
	margin-top: -47px;
}

.post-category{
	text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 5px;
}

.post-entry {
	padding: 50px 0px;
}

.entry-excerpt {
    font-size: 14px;
    margin: 25px 0px 30px;
}

span.share-text {
    text-transform: uppercase;
    padding-right: 10px;
    letter-spacing: 4px;
    font-size: 12px;
}

.fa-map-marker:before{
	color: #e0cfae;
}

.loop-meta {
    font-family: 'karla';
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 11px;
    margin-bottom: 20px;
}

.rsCode{
	margin: 40px 0 50px;
}

a.btn.btn-primary.btn-recipe {
    margin-bottom: 20px;
}

.share {
	margin:  0 15px 0 0;
}

.social-share button{
	font-size: 13px;
	display: inline-block;
}

#comment-btn {
	text-align: center;
	text-transform: uppercase;
}

#comments {
	display: none;
}

body.home .alm-btn-wrap {
	position: absolute;
    right: 6%;
    margin: 172px 0px;
    z-index: 1;
}

.alm-btn-wrap{
	text-align: center;
}

.alm-btn-wrap .btn{
	width: 190px;
}

body.home button.alm-load-more-btn{
	background: #f2dfe3 !important;
	color: #1d1d1d !important;
	font-family: 'karla' !important;
	text-transform: uppercase !important;
	font-weight: 500 !important;
	font-size: 20px !important;
	letter-spacing: 5px !important;
	border-radius: 0px !important;
}

body.home button.alm-load-more-btn:hover {
	color: #c8c8c8 !important;
}

body.home button.alm-load-more-btn:after {
	content: '';
}

button.alm-load-more-btn {
	background: #F2CFD5 !important;
	color: white !important;
	font-family: 'karla', serif !important;
	font-weight: 100 !important;
	font-size: 14px !important;
	letter-spacing: 5px !important;
	text-transform: uppercase !important;
}

/*button.alm-load-more-btn:after {
	content: "\f0d7";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    margin-left: 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/

.alm-btn-wrap .alm-load-more-btn.done {
	display: none;
	border-radius: 0px !important;
}

.alm-btn-wrap{
	padding: 10px 0px 70px !important;
}

.alm-btn-wrap .alm-load-more-btn:hover{
	background: #35536E !important;
}

.page-title{
	text-align: center;
	margin-bottom: 40px;
	font-size: 25px;
	text-transform: uppercase;
}


/*--------------------------------------------------------------
## SINGLE POSTS
--------------------------------------------------------------*/
article.type-post .entry-title {
	text-align: center;
	margin-bottom: 40px;
}

article.type-post .entry-meta {
	text-align: left;
	margin: 0;
	margin: 20px 0;
}

article.type-post #post-foot {
	background: #F4F4F4;
	padding: 10px 10px;
	text-align: center;
	position: relative;
	display: -webkit-flex; display: flex;
    -webkit-align-items: center; align-items: center;
    -webkit-justify-content: center; justify-content: center;
}

article.type-post #post-foot a {
	color: black;
}

article.type-post #post-foot .loop-meta {
	margin-bottom: 0;
	position: absolute;
    top: 8px;
    left: 0;
}

article.type-post #post-foot .fa-circle {
	margin: 0 40px;
	font-size: 6px;
}

article.type-post #post-foot #comment-btn {
	display: inline-block;
}

article.type-post #post-foot .social-share {
    display: -webkit-flex; display: flex;
    -webkit-align-items: center; align-items: center;
    -webkit-justify-content: space-between; justify-content: space-between;
    width: 110px;
    padding: 0;
}

.post-meta-sep {
	margin: 0 15px;
}

.entry-category {
    text-align: center;
    margin-top: -20px;
    margin-bottom: 50px;
}

.post .cat-sep {
	margin: 0 5px;
}

.post-foot{
	display: -webkit-flex; display: flex;
    -webkit-justify-content: space-between; justify-content: space-between;
    font-weight: 100;
}

#post-foot{
	margin: 100px 0px 50px;
}

#related-posts {
	background: #f1edec;
    padding: 50px;
    margin: 70px 0px 50px;
}

.related-wrap {
	max-width: 1190px;
	margin: 0 auto;
}

.related-header {
	display: -webkit-flex; display: flex;
    -webkit-justify-content: center; justify-content: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

.related-title {
 	text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
}

.related-items {
	display: -webkit-flex; display: flex;
    -webkit-align-items: center; align-items: center;
    -webkit-justify-content: space-between; justify-content: space-between;
}

.related-items .related-item {
	width: 24%;
	color: black;
}

.related-items .related-item img {
	display: block;
	width: 100%;
}

.related-items .related-item .related-item-title {
	text-align: center;
	padding: 0 12%;
	margin-top: 10px;
	font-family: 'din-condensed';
	text-transform: uppercase;
}

.related-items .related-item:hover .related-item-title {
	color: #DC9CAA;
}

.nav-links{
	margin: 8% 40% 17%;
}

.nav-previous {
    background-color: #fdf6f3;
    padding: 17px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}


.nav-next {
    background-color: #fdf6f3;
    padding: 17px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    margin-left: 1px;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next{
	width: 45%;
}

#cooler-nav {
	display: -webkit-flex; display: flex;
	-webkit-align-items: center; align-items: center;
	-webkit-justify-content: center; justify-content: center;
}

#cooler-nav .nav-box {
	display: block;
	width: 50%;
	position: relative;
}

#cooler-nav .nav-box img {
	display: block;
	width: 100%;
	height: auto;
}

#cooler-nav .nav-box .post-nav-text {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-flex; display: flex;
	-webkit-align-items: center; align-items: center;
	-webkit-justify-content: center; justify-content: center;
	text-align: center;
	background: rgba(0,0,0,0.35);
	color: white;
	font-size: 32px;
	text-transform: uppercase;
	letter-spacing: 3px;
	z-index: 1;
	font-family: "karla";
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

#cooler-nav .nav-box:hover .post-nav-text {
	color: #c8c8c8;
	opacity: 0;
}

.single-content {
    position: relative;
    width: 74%;
    float: left;
    padding-right: 6%;
}

aside#secondary {
    position: relative;
    width: 26%;
    float: right;
}


.says {
	display: none;
}

h4.widget-title {
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 1px;
    font-size: 19px;
}

.comment-author {
	width: 60%;
	display: -webkit-flex; display: flex;
    -webkit-align-items: center; align-items: center;
}

.comment-author .fn {
	font-family: "GillSans-Light",serif;
	font-size: 13px;
	font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.comment-meta {
    position: relative;
    display: -webkit-flex; display: flex;
    -webkit-align-items: center; align-items: center;
    -webkit-justify-content: space-between; justify-content: space-between;
    -webkit-flex-grow: 1; flex-grow: 1;
}

.comments-title {
	text-align: center;
	margin: 78px 0 63px;
    font-size: 15px;
    line-height: 22px;
    color: #c8c8c8;
}

.comment-content p {
	font-size: 12px;
	margin: 15px 0 0;
	letter-spacing: 0.8px;
	line-height: 24px;
}

.comment-reply-link {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: inline-block;
	padding: 5px 20px;
	margin: 20px 0 0;
}

#commentform {
	font-family: "GillSans-Light",sans-serif;
    display: -webkit-flex; display: flex;
    -webkit-flex-grow: 1; flex-grow: 1;
    -webkit-align-items: flex-start; align-items: flex-start;
    -webkit-justify-content: space-between; justify-content: space-between;
    -webkit-flex-wrap: wrap; flex-wrap: wrap;
    font-size: 12px;
    padding: 22px;
}

#commentform #submit {
	width: 100%;
	padding: 12px;
    font-size: 10px;
}

#commentform label {
	text-align: center;
	width: 100%;
}

.comment-form-author, .comment-form-email {
	float: left;
	width: 48%;
}

.comment-form-url {
	width: 100%;
}

.comment-input-wrap {
	margin-bottom: 14px;
}

.form-submit {
	margin: 0;
}

.comment-form-comment {
	-webkit-flex-grow: 2; flex-grow: 2;
    width: 100%;
}

.post-navigation {
	text-align: center;
}


/*--------------------------------------------------------------
## ARCHIVES
--------------------------------------------------------------*/
.archive-item {
	display: inline-block;
	width: 31%;
	position: relative;
	margin: 0% 1% 3%;
	overflow: hidden;
	vertical-align: top;
}

.archive-item .archive-item-image {
	background: white;
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.archive-item .archive-item-image img {
	display: block;
	width: 100%;
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.archive-item:hover .archive-item-image img {
	opacity: 0.8;
}

#trending_posts .archive-item-meta {
	padding: 5px 0;
}

#trending_posts .archive-item-meta .archive-item-title {
	margin: 0;
}

.archive-item-meta {
	color: #2C3554;
    background-color: white;
    display: block;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 17px 9px 15px;
}

.archive-item-meta:hover {
	color: #1d1d1d;
}

.archive-item:hover .archive-item-title {
	color: #DC9CAA;
}

.archive-item-title {
	font-size: 16px;
	font-family: "karla";
	margin-bottom: 15px;
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.archive-item-title a{
	color: #c8c8c8;
}

.archive-item-date {
	font-size: 10px;
}

.archive-item .post_meta {
	text-align: center;
}

.archive-item .excerpt {
	text-align: center;
	font-size: 18px;
}

.archive-item .separator {
	margin: 50px auto;
	width: 25%;
}

body.archive .page-header {
	text-align: center;
    margin-bottom: 50px;
    font-family: "karla";
    display: -webkit-flex; display: flex;
    -webkit-align-items: center; align-items: center;
    -webkit-justify-content: center; justify-content: center;
}

#category-nav {
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0;
}

.category-selection-title {
	text-align: center;
	font-family: 'karla';
}

.category-selection-title span {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
	letter-spacing: 4px;
}

.cat-title {
	display: inline-block;
	margin-right: 2%;
	text-transform: uppercase;
	line-height: normal;
	font-size: 25px;
    letter-spacing: 2px;
    font-weight: 700;
}

#category-nav-wrap {
	position: relative;
	display: inline-block;
}

#category-nav {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 1;
	color: white !important;
    background: #35536E !important;
    border: 2px solid #35536E;
	color: white;
	border-top: none;
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

#category-nav .cat-item {
	font-size: 12px;
	font-family: 'karla';
	text-transform: uppercase;
	letter-spacing: 3px;
	margin: 4px 8px;
	display: block;
	background: #35536E !important;
    border: 2px solid #35536E;
}

#category-nav .cat-item:hover {
	background: white !important;
    border: 2px solid #35536E;
}

#category-nav .cat-item:hover a {
	color: #35536E !important;
}

#category-nav .parent-cat::after {
	content: '/';
    margin: 0 5px 0 20px;
}

#category-nav .cat-item.current-cat a {
	color: #eeadc0;
}

#category-selection, #archive-selection {
    background: black;
    color: white;
    padding: 15px 65.5px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
}

#category-nav:hover{
	color: white !important;
    background: #35536E !important;
    border: 2px solid #35536E;
}

#category-nav a{
	color: white !important;
}

#category-selection:hover .category-selection-list, #archive-selection:hover .archive-selection-list {
	display: block;
	width: 203px;
}

.category-selection-list, .archive-selection-list {
	display: none;
	background: black;
	position: absolute;
	right: 0;
	padding: 12px;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 100;
}

.cat-item {
	font-size: 10px;
}
.category-selection-list a, .archive-selection-list a {
	color: white;
}
.category-selection-list a:hover, .archive-selection-list a:hover {
	text-decoration: underline;
}



/*--------------------------------------------------------------
## CUSTOM STYLES
--------------------------------------------------------------*/
@media print {
  body * {
    visibility: hidden;
    height: 0;
  }
  .print-window, .print-window *, body .print-window, body .print-window *  {
    visibility: visible;
    height: auto;
  }
  .print-window {
    position: absolute;
    left: 0;
    top: 0;
    height: 200px;
  }
}

div#printable {
    margin-top: 40px;
}

.printable ul {
	list-style: none;
	padding-left: 15px;
}

.printable ul li::before {
	content: "•"; 
	color: #DC9CAA;
	display: inline-block; 
	width: 15px;
	margin-left: -15px;
	font-size: 18px;
	line-height: 0;
	position: relative;
	top: 1px;
}

.printable ol {
	list-style: none;
	counter-reset: li;
	padding-left: 0px;
}

.printable ol li {
	counter-increment: li;
}

.printable ol li::before {
	content: counter(li);
    color: #DC9CAA;
    display: inline-block;
    margin-right: 5px;
    text-align: right;
    direction: rtl;
    width: 15px;
    margin-left: -5px;
    font-size: 18px;
    line-height: 0;
    top: 1px;
    position: relative;
}

.printable .printable-header {
	background: #fbf7f4;
    padding: 40px;
    position: relative;
    z-index: 1;
}

.printable .printable-header-left {
	width: 66%;
}

.printable .printable-title {
	font-size: 27px;
	margin: 0;
}

.printable .printable-description {
	margin: 20px 0;
	font-size: 14px;
    letter-spacing: 1px;
}

.printable .print-printable {
	margin-top: 20px;
}

.printable .printable-header-right {
	margin-left: 4%;
	position: absolute;
    right: 40px;
    top: 40px;
    width: 28%;
}

.printable .printable-details {
	background: white;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding: 40px;
    font-size: 14px;
    box-shadow: none;
    margin-bottom: 20px;
    position: relative;
    z-index: 0;
    flex-direction: column;
    display: -webkit-flex; display: flex;
    -webkit-align-items: flex-start; align-items: flex-start;
    -webkit-justify-content: space-between; justify-content: space-between;
}

.printable .printable-details h3{
	margin-bottom: 10px;
}

.printable .ingredients {
	width: 100%;
}

.printable .ingredients p {
	margin: 0;
}

.printable .directions {
	width: 100%;
	margin-top: 30px;
}

.printable ol li::before{
	font-size: 13px !important;
}



/*--------------------------------------------------------------
## FOOTER
--------------------------------------------------------------*/
#ig_feed {
	background: white;
	padding: 20px;
	margin-top: 30px;
	margin-bottom: 50px;
}

.ig-feed-handle {
    margin-bottom: 30px;
    font-size: 26px;
    font-family: 'roxy-girl';
}

.ig-feed-header{
	text-align: center !important;
}

.ig-feed-title {
    border-top: 1px solid #c8c8c8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 27px;
    padding-top: 35px;
}

.slick-initialized .slick-slide {
    /*padding: 10px;*/
    margin: 0 10px;
}

.footer-widgets.container-xl{
	max-width: 1450px;
}

.footer-subscribe-title {
    font-family: 'roxy-girl';
    text-transform: none;
    font-size: 24px;
}

.footer-subscribe-title p{
	text-transform: uppercase;
	font-size: 11px;
}

#footer-widgets {
	background: #f7f7f7;
	padding: 40px 50px;
}

.footer-widgets {
	display: -webkit-flex; display: flex;
	-webkit-align-items: flex-start; align-items: flex-start;
	-webkit-justify-content: space-between; justify-content: space-between;
}

.footer-widget {
	width: 29%;
	text-align: center;
	max-width: 350px;
	margin: 0 auto;
}

.footer-widget-title-wrap {
	text-align: center;
	margin-bottom: 20px;
}

.footer-widget-title {
	background: #f7f7f7;
	font-size: 18px;
	display: inline-block;
	padding: 0 10px;
	position: relative;
	z-index: 1;
	text-transform: uppercase;
}

.footer-widget-title-bar {
	position: relative;
	width: 100%;
	height: 2px;
	background: black;
	z-index: 0;
	top: -17px;
}

.footer-widget-body {
	
}

.footer-widget-body .pins-wrap {
    display: -webkit-flex; display: flex;
    -webkit-align-items: center; align-items: center;
    -webkit-justify-content: center; justify-content: center;
}

#footer-social {
	display: -webkit-flex; display: flex;
	-webkit-align-items: flex-start; align-items: flex-start;
	-webkit-justify-content: space-between; justify-content: space-between;
	-webkit-flex-wrap: wrap; flex-wrap: wrap;
}

#footer-social .social-icon {
	text-align: center;
	display: block;
	width: 32%;
	margin-bottom: 20px;
}

#footer-social .social-icon i {
	display: block;
	font-size: 25px;
}

#footer-social .social-icon span {
	display: block;
	font-size: 12px;
}

.cropControls { display: none !important; }

.pinterest-item {
	display: inline-block;
}

.pinterest-btn {
	display: inline-block;
    background: #d60118;
    padding: 5px 4%;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid #d60118;
}

.pinterest-btn:hover {
	background: white;
	color: black;
}

.pinterest-btn span {
	font-size: 18px;
	font-style: italic;
}

.pinterest-item .cropImage {
	cursor: pointer !important;
}


h2.subscribe-content{
	text-align: center;
    font-family: "karla";
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 11px;
    font-size: 45px;
}

#subscribe-section {
	background: black;
	color: white;
	padding: 80px;
}

#footer-blocks {
	background: #F4F4F4;
}

.footer-blocks-wrap {
	display: -webkit-flex; display: flex;
	-webkit-align-items: center; align-items: center;
	-webkit-justify-content: space-between; justify-content: space-between;
}

.footer-block {
	width: 32%;
	text-align: center;
	padding: 20px 4%;
}

.footer-block.main-footer-block {
	width: 36%;
	border-left: 2px solid white;
    border-right: 2px solid white;
    padding: 20px 4%;
}

.footer-block.main-footer-block img {
	max-width: 265px;
}

#colophon{
	background: #F4F4F4;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    color: black;
    padding: 10px 0;
}

#colophon a{
    color: #424242;
}

.site-built a{
	color: #DC9CAA !important;
}

#colophon a:hover {
	color: #DC9CAA;
}

#footer-nav {
	width: 100%;
}

ul#footer-menu {
	text-align: left;
    width: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-flex; display: flex;
    -webkit-align-items: flex-start; align-items: flex-start;
    -webkit-justify-content: space-between; justify-content: space-between;
    -webkit-flex-wrap: wrap; flex-wrap: wrap;
}

#footer-menu li {
	list-style: none;
}

#footer-menu > li {
	display: block;
	padding: 0;
	margin-top: 25px;
	width: 49%;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: bold;
}

#footer-menu > li > ul.sub-menu {
	margin: 10px 0 0;
	padding: 0;
	width: 100%;
}

#footer-menu > li > ul.sub-menu li {
	font-weight: 100;
	font-size: 10px;
}

.site-info{
    font-size: 12px;
    text-transform: capitalize;
}

#subscribe-banner {
	display: none;
    position: fixed;
    -webkit-align-items: center; align-items: center;
    -webkit-justify-content: center; justify-content: center;
    top: 80px;
    left: 0;
    right: 0;
    text-align: center;
    background: white;
    padding: 50px 0;
    margin-top: 2px;
    box-shadow: 0px 5px 10px -7px black;
    z-index: 50;
}

.subscribe-banner-wrapper p {
	display: inline-block;
    margin: 0 10px;
}

#subscribe-banner #mc_embed_signup button[type="submit"] {
	position: relative;
	left: -10px;
}

#masthead #instafeed {
	display: none;
	position: fixed;
	top: 82px;
	z-index: 100;
}

#instafeed-wrapper {
	background: #f7f7f7;
	padding: 50px;
}

#instafeed {
	display: -webkit-flex; display: flex;
    align-items: stretch;
    -webkit-justify-content: space-between; justify-content: space-between;
    position: relative;
}

.instafeed-header {
	display: -webkit-flex; display: flex;
    -webkit-align-items: flex-start; align-items: flex-start;
    -webkit-justify-content: space-between; justify-content: space-between;
    margin: 0 0 40px;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.instafeed-header .instafeed-handle {
	font-size: 24px;
}

.instafeed-header .instafeed-handle .instafeed-handle-sep {
	width: 70px;
    height: 2px;
    background: black;
    display: block;
    margin-top: 30px;
}

#instafeed .col-lg {
	width: 32%;
}

#instafeed .col-sm {
	width: 15%;
	display: -webkit-flex; display: flex;
    -webkit-flex-direction: column; flex-direction: column;
    -webkit-align-items: center; align-items: center;
    -webkit-justify-content: space-between; justify-content: space-between;
}

#instafeed-handle {
	position: absolute;
    top: 38%;
    left: 11%;
    font-size: 18px;
    letter-spacing: 4px;
    z-index: 51;
}

#instafeed-handle a.instafeed-handle-link {
	display: block;
	padding: 10px 40px;
	background: black;
	color: white;
	font-size: 10px;
}

#instafeed-handle .ig-username {
	display: block;
    font-size: 15px;
    margin: 0 auto;
    text-align: center;
}

#instafeed-handle .ig-followers {
	display: block;
    margin: 2px auto 0;
    font-family: 'karla';
    font-style: italic;
    font-size: 10px;
    text-align: center;
}

.instafeed-item {
	position: relative;
	padding: 0;
	display: block;
}

.instafeed-item img {
	display: block;
	width: 100%;
}

.instafeed-item:hover .ig-bg {
	opacity: 1;
}

.ig-bg {
	opacity: 0;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.65);
    color: white;
    font-size: 30px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.ig-bg i {
	position: absolute;
    bottom: 47%;
    right: 46%;
    font-size: 15px;
}


/*--------------------------------------------------------------
## Mailchimp
--------------------------------------------------------------*/

.subscribe-content{
	font-family: 'karla', serif;
    font-weight: 100;
    font-size: 30px;
    letter-spacing: 3px;
}

.subscribe-content h2 {
	text-transform: uppercase;
}

#subscribe-section #mc_embed_signup{
	background: none !important;
}

#subscribe-section #mc_embed_signup input.email{
	display: block !important;
	width: 80% !important;
    height: 40px !important;
    border-radius: 0px !important;
    border: none !important;
    margin: 0 auto 10px !important;
    font-family: 'karla' !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px !important;
    padding: 0 1% !important;
}

#subscribe-section #mc_embed_signup .button {
	font-family: 'karla';
    text-transform: uppercase;
    letter-spacing: 2px !important;
    color: #1d1d1d !important;
}

#subscribe-section input[type="submit"].btn-rv {
	display: block !important;
	width: 80% !important;
    height: 40px !important;
    margin: 0 auto !important;
}

.dropdown-mc{
	display: -webkit-flex; display: flex;
    font-family: 'karla';
    -webkit-justify-content: center; justify-content: center;
    font-size: 17px;
    letter-spacing: 1px;
    -webkit-align-items: center; align-items: center;
}

.dropdown-mc #mc_embed_signup input.email{
	width: 300px !important;
    height: 34px !important;
    border-radius: 0px !important;
    border: 0px solid;
    border-bottom: 1px solid #c8c8c8 !important;
    margin-bottom: 10px;
    font-family: 'karla';
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px !important;
}


/*--------------------------------------------------------------
## RESPONSIVE
--------------------------------------------------------------*/
@media only screen and (max-width: 1300px){
	.dropdown-text {
		font-size: 12px;
	}
	#masthead #social-icons{
		left: 4%;
	}
}
@media only screen and (max-width: 1024px){
	#site-navigation #primary-menu li{
		padding: 30px 10px;
	}
	#logo-wrap {
	    max-width: 150px;
    }
    #primary-menu-left > li, #primary-menu-right > li{
	    margin: 0px 12px;
	}
    .container-lrg{
	    width: 85%;
    }
    #masthead a.social-icon{
	    font-size: 16px;
    }
    #masthead #social-icons{
	    left: 3%;
	    top: 27%;
    }
    .home-post-entry .post-body p{
	    margin: 20px 0px;
    }
    body.archive .page-header{
	    padding: 0px 10px;
    }
    .featured-post-content{
	    width: 55%;
    }
    p{
	    line-height: 24px;
    }
    .post-block{
	    padding: 0px 30px;
    }
    #category-selection:hover .category-selection-list, #archive-selection:hover .archive-selection-list{
	    width: 218px;
    }
    .archive-item-meta{
	    padding: 20px 9px 15px;
    }
    #footer-blocks a.social-icon{
	    font-size: 13px;
    }
    .alm-btn-wrap{
	    margin: 30px 0px 70px;
    }
    button.alm-load-more-btn{
	    font-size: 20px;
    }
    .entry-title{
	    font-size: 21px;
	    line-height: 32px;
    }
    .excerpt p{
	   font-size: 13px;
	   line-height: 26px; 
    }
    .footer-block.main-footer-block img {
	    max-width: 205px;
	}
	.ig-feed-handle {
	    margin-top: 10px;
	    font-size: 24px;
    }
	.ig-feed-title{
		font-size: 24px;
	}
	.related-items .related-item .related-item-title{
		font-size: 13px;
		margin-top: 15px;
	}
    .entry-excerpt{
	    margin: 15px 0px 30px;
    }
    button.alm-load-more-btn{
	    font-size: 25px;
    }
    body.home .alm-btn-wrap{
	    margin: 145px 0px;
	    right: 1%;
    }
	.post-entry{
		padding: 20px 0px;
	}
	#instafeed-wrapper{
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 960px){
	.dropdown-banner { 
		display: none !important; 
	}
	#dropdowns {
		top: 44px;
		z-index: 50;
	}
	.dropdown-wrapper {
		flex-wrap: wrap;
	}
	.dropdown-image {
		width: 40%;
	}
	.dropdown-text-wrap {
		width: 54%;
	}
	.dropdown-text {
		font-size: 10px;
	}
	#masthead #search-wrapper-nav{
	    display: none;
    }
    #masthead #site-navigation.toggled #search-wrapper-nav {
    	/*display: block;*/
    }
    #site-navigation-wrap.dark_nav #logo-wrap {
    	max-width: 50px;
    }
    #site-navigation-wrap.dark_nav #site-navigation.toggled #primary-nav-left {
    	margin-top: 0;
    }
    body.customize-support #site-navigation.toggled {
    	top: 32px;
    }
	#site-navigation.toggled {
    	position: fixed;
    	top: 0;
    	bottom: 0;
    	overflow: scroll;
    	background: white;
    }
    .menu-toggle {
    	font-size: 22px;
    	padding: 22px 0 22px 3%;
    }
    #site-navigation {
    	display: block;
    	padding: 0;
    }
    body.customize-support #logo-wrap {
    	top: 35px;
    }
    #logo-wrap {
    	position: fixed;
		top: 5px;
		left: 0;
		right: 0;
		margin: 0 auto;
    }
    #primary-nav-left {
    	margin-top: 46px;
    }
    #primary-nav-left, #primary-nav-right {
    	width: 100%;
    	display: none;
    	margin-left: 3%;
    }
    #site-navigation.toggled #primary-nav-left, #site-navigation.toggled #primary-nav-right {
    	display: block;
    }
    #primary-menu-left, #primary-menu-right {
    	text-align: left;
    }
    #primary-menu-left > li, #primary-menu-right > li {
    	display: block;
    	padding: 0;
    	margin: 0;
    }
    #primary-menu-left > li a, #primary-menu-right > li a {
    	padding: 10px 0;
    }
    .main-navigation ul ul {
    	box-shadow: none;
    	position: unset;
    	top: unset;
    	left: unset;
    	z-index: unset;
    	display: block;
    	height: unset;
    }
    .main-navigation ul ul > li {
    	display: block;
    	width: unset;
    }
    .main-navigation ul ul a {
    	width: unset;
    	background: unset;
    	color: unset !important;
    }
    #content {
    	margin-top: 200px;
    }
}
@media only screen and (max-width: 782px){
	#site-navigation-wrap.dark_nav #site-navigation.toggled #primary-nav-left {
    	margin-top: 0;
    }
    body.customize-support #site-navigation.toggled {
    	top: 46px;
    }
	body.customize-support #site-navigation-wrap {
		top: 46px;
	}
	body.customize-support #site-navigation-wrap #logo-wrap {
	    top: 91px;
		width: 45%;
	}
	#site-navigation-wrap #logo-wrap {
		top: 65px;
	}
	#site-navigation.toggled {
		top: 0;
	}
	#content{
		width: 95%;
	}
}

@media only screen and (max-width: 768px){
	.crop-wrap {
		width: 100% !important;
		height: 150px !important;
	}
	.dropdown-block-left{
	    width: 90%;
	    margin: 0 auto;
	    max-width: 300px;
	    margin-right: 0;
	    padding-right: 0;
	    border-right: none;
    }
    .dropdown-block-header {
   		width: 100%;
	}
    #primary-nav-left {
    	margin-top: 20px;
    }
    i.fa.fa-bars {
    	font-size: 25px;
	}
	#site-navigation-wrap.dark_nav{
		/*background-color: white;*/
	}
	#content {
	    margin-top: 150px;
	}
	.container-sml{
		width: 90%;
	}
	#site-navigation #primary-menu li{
		padding: 10px 7px;
		display: block;
	}
	.entry-title{
		font-size: 21px;
		margin-top: 10px;
	}
	.post-block{
		padding: 0px 30px 40px;
		width: 64%;
	}
	.post-entry{
		padding: 30px 0px 0px;
	}
	.entry-excerpt{
		margin: 20px 0px 50px;
	}
	.entry-excerpt p {
		line-height: 26px;
	} 
	.site-info{
		padding: 15px 10px;
		-webkit-flex-direction: column; flex-direction: column;
		font-size: 10px;
	}
	.site-copy{
	    width: 100%;
	    text-align: center;
    }
    .site-built{
	    width: 100%;
	    text-align: center;
    }
    .footer-widgets{
	    -webkit-flex-direction: column; flex-direction: column;
    }
    .footer-widget{
	    width: 100%;
	    padding: 15px 0px;
    }
    .archive-item{
	    width: 30%;
    }
    .archive-item-title{
	    font-size: 17px;
    }
    #subscribe-wrapper-nav{
	   	display: none;
    }
    .featured-post-content{
	    width: 90%;
    }
	#featured-categories {
    	margin: 30px 0px;
	}
	.featured-category .featured-category-title {
	    width: 47%;
	    background: rgba(255,255,255,0.8);
	    padding: 5% 5%;
	    color: #1d1d1d;
	    text-align: center;
	    text-transform: uppercase;
	    letter-spacing: 1px;
	    font-size: 12px;
    }
    .post-block {
   	 	margin-top: 40px;
    }
    #masthead #search-wrapper-nav{
	    right: 30px;
    }
    .top-picks-header{
	    top: -33px;
	    font-size: 40px;
    }
    body.home .post-entry:nth-of-type(2n) .post-blocks, .post-blocks.reverse{
	    -webkit-flex-direction: column; flex-direction: column;
    }
    .post-blocks{
	    -webkit-flex-direction: column; flex-direction: column;
    }
    .featured-image{
	    width: 100%;
	    text-align: center;
    }
    .post-block{
	    width: 100%;
	    padding: 0px 30px 0px;
    }
    .instafeed-header {
    	-webkit-flex-wrap: wrap; flex-wrap: wrap;
    }
    .instafeed-header .instafeed-handle {
    	font-size: 18px;
    }
    .home-post-entry .post-body{
	    margin-top: 0px;
    }
}

@media only screen and (max-width: 720px){
	.dropdown-image {
		width: 100%;
		margin: 0 auto;
	}
	.dropdown-text-wrap {
		width: 100%;
	}
	.dropdown-text {
		display: none;
	}
	.popup-image { display: none; }
	.popup-text {
		width: 100%;
    	padding: 5%;
	}
}

@media only screen and (max-width: 667px){
	#featured_posts{
		display: none;
	}
	.featured-post-content .entry-excerpt{
		display: none;
	}
	.post-blocks{
		display: block;
	}
	.featured-image{
		width: 100%;
	}
	.post-block{
		width: 100%;
		padding-left: 0px;
	}
	.site-copy{
	    width: 100%;
    }
    .site-built{
	    width: 100%;
    }
	#featured-categories .container-lrg{
	    -webkit-flex-wrap: wrap; flex-wrap: wrap;
		-webkit-justify-content: center; justify-content: center;
    }
    .featured-category {
	    padding: 4px 4px;
	    width: 50%;
    }
	.trending-title{
		font-size: 30px;
	}
	.trending-posts-wrap {
	    margin-top: -7px;
	    -webkit-flex-wrap: wrap; flex-wrap: wrap;
    }
    #archive-items{
	    display: -webkit-flex; display: flex;
	    -webkit-flex-direction: column; flex-direction: column;
	    width: 70%;
	}
    .archive-item{
	    width: 100%;
    } 
    body.archive .page-header{
	    -webkit-flex-direction: column; flex-direction: column;
    }
    
}

@media only screen and (max-width: 643px){
	#site-navigation-wrap.dark_nav #site-navigation.toggled {
		top: 0;
	}
	.featured-post-content h2.entry-title{
		font-size: 13px;
		line-height: 17px;
	}
	.read-more .btn{
		padding: 1px 22px !important;
		font-size: 13px !important;
	}
	#site-navigation-wrap.dark_nav #logo-wrap{
		display: none;
	}
	#logo-wrap{
		width: 35%;
	}
	#content {
	    margin-top: 174px;
	}
	.entry-title{
		font-size: 16px;
		line-height: 26px;
	}
	.featured-post-content{
		padding: 10px 0px;
	}
	#masthead #social-icons{
		display: none;
	}
	.home-post-entry{
		flex-direction: column;
	}
	.home-post-entry .post-thumb {
	    width: 100%;
	    margin-bottom: 10px;
	}
	.home-post-entry .post-body {
    	width: 100%;
    }
    .printable .printable-header-left {
	    width: 100%;
	}
	.printable .printable-header-right {
	    position: relative;
	    width: 100%;
	    margin-top: 20px;
	    margin-left: 0px;
	}
	.printable .ingredients {
	    width: 100%;
	}
	.printable .printable-details{
		flex-direction: column;
	}
	.printable .directions {
	    width: 100%;
	}
	.footer-blocks-wrap{
		flex-direction: column;
	}
	.footer-block {
    	width: 100%;
    }
    .footer-block.main-footer-block {
	    width: 100%;
	    border-left: NONE;
	    border-right: NONE;
    }
    ul#footer-menu {
    	text-align: CENTER;
    }
    .related-items{
	    flex-direction: column;
    }
    .related-items .related-item {
    	width: 100%;
    	MARGIN-BOTTOM: 40px;
    }
    .comment-metadata {
	    display: none;
	}
	
	.single-content {
	    padding-right: 0;
	    width: 100%;
	}
	
	aside#secondary {
	    width: 100%;
	}

}

@media only screen and (max-width: 600px){
	body.customize-support #site-navigation-wrap.dark_nav {
		top: 0px;
	}
	body.customize-support #site-navigation-wrap.dark_nav #logo-wrap {
		top: 10px;
	}
}
@media only screen and (max-width: 480px){
	
}