/*--------------------------------------------------------------
# GLOBAL CSS
1. Normalize
2. Elements
3. Alignment
4. Accessiblity
5. Media
6. Typography
7. Icons
8. Color
9. Forms
10. Pagination
11. Header
12. Footer
13. Subscribe
14. Mobile
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1. Normalize
--------------------------------------------------------------*/
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}

body {
	margin: 0;
}

h1 {
	font-size: 2em;
	margin: 0;
	margin-block-start: 0;
	margin-block-end: 0;
}

h2, h3, h4, h5, h6 {
	margin-block-start: 0;
	margin-block-end: 0;
}

p {
	margin: 0;
	padding: 0;
}

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

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

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
}

b, strong, dt {
	font-weight: 700;
}

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

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button, input {
	overflow: visible;
}

select {
	text-transform: none;
}

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

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"], [type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

:focus {
	outline: -webkit-focus-ring-color auto 1px;
}

/*--------------------------------------------------------------
2. Elements
--------------------------------------------------------------*/
.site-inner {
	margin: -20px auto 0;
	position: relative;
	max-width: 100%;
}

.wrap {
	max-width: 1200px;
	margin: 0 auto;
	width: calc(100% - 20px);
}

.flexbox {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

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

.wp-block-separator, hr {
	background-color: #3a3a3a;
	border: 0;
	height: 1px;
	margin: 40px 0;
}

ul, ol {
	margin: 0;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul, li > ol {
	margin-bottom: 0;
	margin-left: 20px;
}

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

figure {
	margin: 20px 0;
}

table {
	margin: 0 0 20px;
	width: 100%;
}

th, td, thead th, thead td {
	border-bottom: 1px solid #3a3a3a;
	border-right: 1px solid #3a3a3a;
	text-align: left;
	padding: 5px;
}

tbody tr:last-child th, tbody tr:last-child td {
	border-bottom: 0;
}

td:last-child {
	border-right: 0;
}

.sticky {
	border: 1px solid #3a3a3a;
}

.entry-content ul:not(.wp-block-gallery), .entry-content ul ul {
	list-style-position: outside;
	margin-left: 20px;
	padding-left: 0;
}

.entry-content ul:not(.wp-block-gallery) li {
	margin-bottom: 5px;
	list-style-position: inherit;
}

/*--------------------------------------------------------------
3. Alignment
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
}

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

/*--------------------------------------------------------------
4. Accessibility
--------------------------------------------------------------*/
.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;
	clip: auto !important;
	clip-path: none;
	color: #3a3a3a;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
5. Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/*embed, iframe, object {
	max-width: 100%;
	height: auto;
}*/
embed, .entry-content > iframe, object {
	max-width: 100%;
	height: auto;
}
.gallery {
	margin-bottom: 20px;
}

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

/*--------------------------------------------------------------
6. Typography
--------------------------------------------------------------*/

body {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #3a3a3a;
	background: #ffffff;
}

input, select, optgroup, textarea {
	font-size: 15px;
	line-height: 1.5;
}

label {
	font-weight: 700;
	text-transform: none;
	letter-spacing: 0;
	line-height: 1;
}

.sm-caps {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.5;
	text-transform: uppercase;
	font-weight: 700;
}

.sm-sans {
	font-size: 16px;
	line-height: 1.5;
}

.sm-ser {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 13px;
	font-style: italic;
	line-height: 1;
	text-transform: none;
	letter-spacing: 0;
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: 700;
	margin: 0 0 20px;
	line-height: 1.25;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 28px;

}

h4 {
	font-size: 24px;

}

h5 {
	font-size: 22px;

}

h6 {
	font-size: 20px;

}

p {
	margin-bottom: 20px;
}

p:last-child, .entry-content p:last-child, .archive-description p:last-child {
	margin-bottom: 0;
}

.entry-summary {
	font-size: 16px;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 auto 20px;
	padding: 20px;
	background: #f1f1f1;
}

address {
	margin: 0 0 20px;
}

pre {
	background: #f1f1f1;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 20px;
	max-width: 100%;
	overflow: auto;
	padding: 20px;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 14px;
}

abbr, acronym {
	background: #f1f1f1;
	cursor: help;
}

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

big {
	font-size: 24px;
}

table {
	font-size: 14px;
	line-height: 1.5;
}

.breadcrumbs {
	font-size: 12px;
	margin-bottom: 10px;
	letter-spacing: 0;
}

.breadcrumbs a, .breadcrumbs a:visited {
	color: #3a3a3a;
}

.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: 5px 0 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
7. Icons
--------------------------------------------------------------*/
@font-face {
	font-family: 'theme-icons';
	src: url('../fonts/theme-icons.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

.icon-font li a::before, .icon-font li a::after {
	font-family: 'theme-icons';
	font-style: normal;
	font-weight: 400;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
}

.icon-font {
	font-family: 'theme-icons';
	font-style: normal;
	font-weight: 400;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 0;
	letter-spacing: 0;
}

.icon-font ul {
	margin: 0;
}

/*Social Menu*/
ul.social-menu {
	margin: 0;
	display: flex;
	justify-content: space-between;
}

.right ul.social-menu {
	margin-right: 10px;
}

ul.social-menu li {
	display: block;
	padding: 5px 0;
	line-height: 1;
}

.social-menu.icon-font li a span {
	left: -999em;
	position: absolute;
}

.icon-font li:hover {
	background: none;
}

.social-menu.icon-font li a::before {
	font-size: 30px;
}

.social-menu.icon-font li a[href*="facebook.com"]::before {
	content: "\e815";
}

.social-menu.icon-font li a[href*="instagram.com"]::before {
	content: "\e816";
}

.social-menu.icon-font li a[href*="linkedin.com"]::before {
	content: "\e817";
}

.social-menu.icon-font li a[href*="mix.com"]::before {
	content: "\e819";
}

.social-menu.icon-font li a[href*="pinterest.com"]::before {
	content: "\e820";
}

.social-menu.icon-font li a[href*="reddit.com"]::before {
	content: "\e821";
}

.social-menu.icon-font li a[href*="twitter.com"]::before {
	content: "\e822";
}

.social-menu.icon-font li a[href*="youtube.com"]::before {
	content: "\e823";
}

.social-menu.icon-font li a[href*="yummly.com"]::before {
	content: "\e824";
}

/*--------------------------------------------------------------
8. Color
--------------------------------------------------------------*/
a {
	color: #307c88;
	outline: none;
	text-decoration: none;
}

a:visited {
	color: #307c88;
}
.entry-content a {
	text-decoration: underline;
	font-weight: 700;
}

a:hover, a:focus, a:active, .alt a:hover, .alt a:visited:hover {
	color: #bf4b76;
	transition: all .8s ease 0s;

}

a:hover img {
	-webkit-transition: 400ms;
	transition: 400ms;
	will-change: opacity;
}

.alt a, .alt a:visited {
	color: #3a3a3a;
}

.white, .white a {
	color: #FFFFFF;
}

::-moz-selection {
	background: #f1f1f1;
}

::selection {
	background: #f1f1f1;
}

/*--------------------------------------------------------------
9. Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
	border: 0;
	background: #3a3a3a;
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 1px;
	padding: 14px 20px;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	height: 40px;
	cursor: pointer;
	transition: 400ms;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, 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 {
	background: #307c88;
	color: #FFFFFF;
	transition: all .8s ease 0s;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], 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: #3a3a3a;
	border: 2px solid #f1f1f1;
	background: #FFFFFF;
	border-radius: 0;
	padding: 8px;

}

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: #3a3a3a;
}

::placeholder, ::-webkit-input-placeholder, :-ms-input-placeholder, ::-moz-placeholder, :-moz-placeholder {
	color: #3a3a3a;
}

select {
	border: 2px solid #f1f1f1;
	background: #FFFFFF;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	text-align-last: left;
	padding: 8px;
	min-width: 225px;
	width: 100%;
}

option {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
}

input[type="checkbox"], input[type="radio"] {
	-webkit-appearance: inherit;
	border-radius: 15px;
	border: 1px solid #3a3a3a;
	background: #FFFFFF;
	white-space: nowrap;
	overflow: hidden;
	width: 14px;
	height: 14px;
	color: transparent;
	vertical-align: text-top;
	margin-right: 5px;
}

input[type="checkbox"]:checked {
	background: #3a3a3a;
}

textarea {
	width: 100%;
}

.search-form {
	border: 2px solid #f1f1f1;
	max-width: 1200px;
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 50px;
	display: flex;
	align-items: center;
}

.search-form label {
	display: block;
	width: 100%;
}

.search-field {
	border: 0;
	background: transparent;
	padding: 8px;
	max-width: 1200px;
	min-width: 220px;
	width: 100%;
	height: 50px;

}

.search-submit {
	background: transparent;
	color: #3a3a3a;
	border: none;
	padding: 0;
	margin: 0;
	min-width: 0;
	width: 50px;
	height: 50px;
	font-size: 50px;
	line-height: 0;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
}

.search-submit:hover {
	background: #f1f1f1;
	color: #307c88;
}

/*--------------------------------------------------------------
10. Pagination
--------------------------------------------------------------*/
.posts-navigation {
	margin: 20px auto;
	text-align: center;
}

.page-numbers {
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	width: 44px;
	height: 44px;
	vertical-align: middle;
	margin: 0 3px;
	background: #ffffff;
	border: 2px solid #3a3a3a;
	color: #3a3a3a;
	font-weight: 700;
	font-size: 18px;
	line-height: 34px;
}

a.page-numbers, a.page-numbers:visited {
	color: #3a3a3a;
}

.page-numbers.current {
	background: #3a3a3a;
	color: #FFFFFF;
}
.next.page-numbers, .prev.page-numbers {
	font-size: 50px;
	border: none;
}
.dots.page-numbers {
	border: none;
}

.page-numbers:hover, .page-numbers:visited:hover {
	border: 2px solid #307c88;
	background: #307c88;
	color: #FFFFFF;
	transition: all .8s ease 0s;
}

/*--------------------------------------------------------------
11. Header
--------------------------------------------------------------*/
.site-header {
	width: 100%;
	background: #ffffff;
	border-top: 2px solid #3a3a3a;
	padding: 0 15px;
	position: relative;
}

.main-navigation {
	max-width: 1200px;
	padding: 0;
	width: 100%;
	align-items: end;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 0 auto;
	z-index: 999;
	transition: all 300ms ease;
	position: relative;
}

.site-branding {
	width: 180px;
	padding-right: 5px;
}

.site-title {
	margin: 0;
	line-height: 1;
}

.site-title a {
	display: block;
	width: 100%;
	background: url(../images/logo.svg) no-repeat center;
	background-size: contain;
	margin: 0;
	max-width: 180px;
	height: 180px;
	text-indent: -9999px;
	transition: transform 400ms;
}

.site-title a:hover {
	transform: scale(.95);
}

.header-menu {
	display: block;
	width: 80%;
}

.menu-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}

.secondary-menu {
	display: flex;
	align-items: center;
	justify-content: start;
	font-size: 14px;
	line-height: 1;

}

.secondary-menu li {
	display: block;
	margin-right: 15px;
}

.menu-top .right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.site-menu {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	position: relative;
	padding: 20px 0;
}

.site-menu .secondary-menu, .site-menu .social-menu, .site-menu .search-form {
	display: none;
}

.primary-menu {
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding-left: 0;
	width: 100%;
}

.primary-menu li {
	margin: 0 10px;
	padding: 10px;
	position: relative;
	font-size: 18px;
}

.primary-menu li a {
	display: block;
	line-height: 1;
	position: relative;
	font-weight: 700;
	color: #3a3a3a;
}

.primary-menu li a:hover, .primary-menu li a:visited:hover {
	color: #307c88;
}

.primary-menu li a:before {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #307c88;
	transform: scaleX(0);
	transition: all 250ms ease;
	border-radius: 44px;
	transform-origin: left;
}

.primary-menu li.menu-item-has-children a:before {
	display: none;
}

.primary-menu li a:hover::before {
	transform: scaleX(1);
}

.primary-menu .sub-menu-toggle {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	padding: 0;
	background: transparent;
	color: #3a3a3a;
	top: 6px;
	right: -15px;
	font-size: 30px;
}

.primary-menu ul {
	float: left;
	position: absolute;
	top: 30px;
	left: -999em;
	z-index: 99999;
	background: #307c88;
	display: block;
	margin-left: 0;
	cursor: pointer;
	-webkit-transition: 400ms;
	transition: 400ms;
	text-align: left;
}

.primary-menu ul ul {
	left: -999em;
	top: 0;
}

.primary-menu li ul li:hover > ul, .primary-menu ul li.focus > ul {
	display: block;
	left: auto;
	transition: transform 400ms;

}

.primary-menu li:hover > ul, .primary-menu li.focus > ul {
	left: auto;
}

.primary-menu li ul li {
	display: block;
	margin: 0;
	padding: 0;
}

.primary-menu li ul li a, .primary-menu li ul li a:visited {
	display: block;
	padding: 15px 10px;
	background: #307c88;
	border-bottom: 2px solid #307c88;
	color: #FFFFFF;
	width: 180px;
}

.primary-menu li ul li a:hover {
	background: #f1f1f1;
	color: #bf4b76;
	border-bottom: 2px solid #bf4b76;
}

.primary-menu li ul li a:before {
	display: none;
}

.site-menu.active .primary-menu li ul li a, .site-menu.active .primary-menu li ul li a:visited {
	color: #FFFFFF;
	border-bottom: 0;
	background: transparent;
}

.site-menu.active .primary-menu.alt li a, .site-menu.active .primary-menu.alt li a:visited, .site-menu.active .secondary-menu a, .site-menu.active .secondary-menu a:visited, .site-menu.active .social-menu a {
	color: #FFFFFF;
}

.site-menu.active .primary-menu .sub-menu-toggle {
	color: #FFFFFF;
}

.site-menu.active .primary-menu.alt li a:hover, .site-menu.active .primary-menu.alt li a:visited:hover {
	color: #e5e5e5;
}

/*--------------------------------------------------------------
## Mobile Menus
--------------------------------------------------------------*/
.fixed {
	position: fixed !important;
	z-index: 999999999;
}

.fixed .main-navigation {
	align-items: center;
}

.fixed .header-menu {
	width: 100%;
}

.fixed .site-menu {
	padding: 10px 0;
}

.fixed .menu-top {
	display: none;
}

.fixed .site-branding {
	width: 50px;
}

.fixed .site-title a {
	max-width: 50px;
	height: 50px;
	background: url(../images/favicon.svg) no-repeat center;
}

.fixed .site-menu .search-form {
	display: block;
	z-index: 1;
}

.fixed .search-form {
	max-width: 300px;
}

/*--------------------------------------------------------------
## Mobile Menus
--------------------------------------------------------------*/
.search-toggle, .menu-toggle, .mobile-menu {
	display: none;
}

.header-search:not(.active) {
	display: none;
}

.search-toggle, .menu-toggle {
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	outline: none;
	cursor: pointer;
	text-align: center;
	position: absolute;
	top: 0;
	width: 110px;
	line-height: 1;
	height: 60px;
	color: #3a3a3a;
	background: #FFFFFF;
}

.search-toggle .icon-font, .menu-toggle .icon-font {
	font-size: 30px;
}

.search-toggle {
	right: 0;
}

.search-toggle .icon-close, .menu-toggle .icon-close {
	display: none
}

.search-toggle:hover, .search-toggle.active, .menu-toggle:hover, .menu-toggle.active {
	background: #3a3a3a;
	color: #FFFFFF;
}

.search-toggle.active .icon-close, .menu-toggle.active .icon-close {
	display: inline
}

.search-toggle.active .icon-search, .menu-toggle.active .icon-menu {
	display: none
}

.header-search {
	background: #f1f1f1;
	overflow: hidden;
	padding: 16px;
	width: 100%;
	position: absolute;
	top: 104px;
	right: 0
}

.fixed .header-search {
	top: 61px;
}

.header-search .search-form {
	max-width: 100%;
}

/*--------------------------------------------------------------
12. Footer
--------------------------------------------------------------*/
.site-footer {
	padding: 40px 0;
}

ul.footer-menu {
	margin: 0;
	font-size: 12px;
}

ul.footer-menu li {
	display: inline-block;
	margin: 0 10px 0 0;
}

.copyright, .footer-right {
	font-size: 11px;
	width: 270px;
}
.footer-right {
	text-align: right;
}

.site-designer {
	height: 24px;
	width: 24px;
	background: url(../images/lh.svg) no-repeat center;
	background-size: contain;
	margin-left: auto;
}


/*--------------------------------------------------------------
12.A - Footer Press
--------------------------------------------------------------*/
.press-section {
	margin: 40px 0 0;
}

.press-inner {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: nowrap;
	max-width: 1200px;
	margin: 0 auto;
	width: calc(100% - 20px);
	border-top: 1px solid #3a3a3a;
	padding: 20px 0;
}

.press-inner img {
	width: 100px;
	height: auto;
}

/*--------------------------------------------------------------
12.B - Footer Index Menu
--------------------------------------------------------------*/
.footer-index-menu {
	background: #3a3a3a;
	color: #FFFFFF;
}

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

.index-menu a, .index-menu a:visited {
	color: #FFFFFF;
}

.index-menu a:hover, .index-menu a:visited:hover {
	color: #e5e5e5;
}
.index-menu .submenu-expand {
	display: none;
}
.index-menu {
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	width: 100%;
}

.footer-index .submenu-expand {
	display: none;
}

ul.index-menu li {
	list-style: none;
	margin: 0;
}

ul.index-menu li > ul {
	margin-left: 0;
	margin-top: 0;
}

ul.index-menu li ul li {
	text-transform: none;
	letter-spacing: 0;
	font-weight: 400;
	line-height: 1.2;
	padding: 8px 0;
	margin: 0;
}


/*--------------------------------------------------------------
12.C - Floating Buttons
--------------------------------------------------------------*/
a.float-btn {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 9999;
	border: none;
	outline: none;
	cursor: pointer;
	text-align: center;
	background: #307c88;
	color: #FFFFFF;
	font-size: 50px;
	height: 50px;
	width: 50px;
	line-height: 40px;
	border-radius: 50px;
}

a.float-btn:hover {
	background: #3a3a3a;
}

a.search.float-btn {
	display: block;
	bottom: 70px;
	right: 10px;
}

#cover {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #f1f1f1;
	opacity: .9;
	z-index: 10000;
}

#cover.blurred {
	display: block;
}

/*--------------------------------------------------------------
13. Subscribe
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Footer Subscribe
--------------------------------------------------------------*/
.footer-subscribe {
	background: #307c88;
	padding: 30px;
	text-align: center;
	max-width: 300px;
	margin: 0 20px 0 0;
}

.footer-subscribe h3 {
	font-size: 24px;
	margin: 10px auto;
}

.footer-subscribe p {
	font-size: 14px;
}

.enews input[type="email"] {
	display: block;
	width: 100%;
	margin: 0 auto 5px;
	text-align: center;
}

/*--------------------------------------------------------------
14. Sidebar Stuff
--------------------------------------------------------------*/
.content-sidebar-wrap {
	display: flex;
	width: calc(100% - 20px);
	margin: 20px auto 0;
	max-width: 1200px;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.content-sidebar-wrap #primary {
	max-width: 800px;
	width: 100%;
}

#secondary {
	padding-left: 20px;
	min-width: 340px;
	max-width: 360px;
}

/*--------------------------------------------------------------
Widget: General
--------------------------------------------------------------*/
#secondary .widget {
	margin: 0 0 20px;
}

.widget-title {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	margin: 0 auto 10px;
}

.widget select {
	max-width: 100%;
}
/*--------------------------------------------------------------
Widget: Enews Subscribe
--------------------------------------------------------------*/
#secondary .enews-widget {
	background: #307c88;
	color: #ffffff;
	text-align: center;
	padding: 20px;
}
#secondary .enews-widget h3 {
	margin: 0 auto 10px;
	font-size: 24px;
}
#secondary .enews-widget p {
	font-size: 14px;
	margin: 0 auto 10px;
}
#secondary .enews-widget h3.widget-title {
	font-size: 14px;
	margin: 0 auto 5px;
}


/*--------------------------------------------------------------
Widget: About
--------------------------------------------------------------*/
.lh_about_widget {
	background: transparent;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	padding: 10px;
	border: 2px solid #f1f1f1;
}

.lh_about_widget .widget-image img {
	width: 150px;
	height: auto;
	line-height: 0;
}

.lh_about_widget .widget-image {
	line-height: 0;
}

.lh_about_widget .widget-content {
	width: 60%;
	margin: 10px;
}

.lh_about_widget .widget-title {
	text-align: left;
	line-height: 1;
	font-size: 18px;
	margin: 0;
	text-transform: none;
	letter-spacing: 0;
}

.lh_about_widget .content-meta {
	font-size: 14px;
	line-height: 1.25;
	margin: 10px 0;
}

.lh_about_widget .sm-caps {
	line-height: 1;
	display: block;
	margin: 0;
}

/*--------------------------------------------------------------
Widget: Key
--------------------------------------------------------------*/
.recipegirl_dietary {
	padding: 30px;
	background: #f1f1f1;
}
.dietary-guide {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.dietary-item {
    width: calc(1/2 * 100% - 10px);
    display: flex;
    align-items: center;
    margin: 0 0 5px;
}
.dietary-item:last-child {
	width: 100%;
	text-align: center;
}
.full-label {
    font-family: Georgia, serif;
    font-size: 15px;
    font-style: italic;
    line-height: 1;
}
a.ww-button, a.ww-button:visited {
	display: block;
	padding: 10px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 14px;
	display: block;
	text-align: center;
	background: #3a3a3a;
	color: #ffffff;
	width: 100%;
	border-radius: 3px;
}
a.ww-button:hover, a.ww-button:visited:hover {
	background: #307c88;
	color: #ffffff;
	transition: all .8s ease 0s;
}
/*--------------------------------------------------------------
 Widget: Posts
--------------------------------------------------------------*/
.lh_featured_posts_widget {
	padding: 10px 10px 0;
	border: 2px solid #f1f1f1;
}

.widget-posts {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.widget-post {
	width: calc(1 / 2 * 100% - 10px);
	margin: 0 10px 10px 0;
}

.widget-post:nth-child(2n) {
	margin: 0 0 10px 0;
}

.widget-post img {
	display: block;
}

.widget-post h2 {
	padding: 5px 0;
	margin: 0;
	line-height: 1.2;
}

.widget-post:hover img {
	transform: scale(1.05);
	transition: transform 400ms;
}

/*--------------------------------------------------------------
14. Mobile
--------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	/*--------------------------------------------------------------
	Header
	--------------------------------------------------------------*/
	.site-header {
		padding: 0;
	}

	.menu-top {
		display: none;
	}

	.main-navigation {
		max-width: 100%;
		padding: 5px 0;
		display: block;
		position: relative;
	}

	.site-branding {
		margin: 0 auto;
		text-align: center;
		width: 150px;
		padding-right: 0;
	}

	.site-title {
		padding-right: 0;
	}

	.site-title a {
		max-width: 150px;
		height: 150px;
	}

	.site-menu {
		display: none;
	}

	.search-toggle, .menu-toggle {
		display: flex;
		justify-content: center;
		align-items: center;
		top: calc(150px / 2 - 30px);
	}

	.fixed .search-toggle, .fixed .menu-toggle {
		top: 0;
	}

	.site-navigation > .menu-toggle, .site-navigation > .search-toggle {
		position: absolute;
		top: 0;
		width: 48px;
		height: 48px;
	}

	.site-menu.active {
		background: #3a3a3a;
		color: #FFFFFF;
		display: block;
		position: absolute;
		height: 100vh;
		top: 104px;
		padding: 20px;
		overflow-y: scroll;
	}

	.fixed .site-menu.active {
		top: 60px;
	}

	.site-menu .search-form {
		display: block;
	}

	.site-menu .secondary-menu {
		display: flex;
		flex-wrap: wrap;
	}
	.site-menu .secondary-menu li {
    width: calc(1/2 * 100% - 5px);
    margin: 0 5px 5px 0;
    padding: 10px;
    border: 1px solid #fff;
    text-align: center;
	}
	.site-menu .secondary-menu li:hover{
    	border: 1px solid #f1f1f1;
    	background: #f1f1f1;
    	color: #307c88;

	}
	.site-menu .secondary-menu li:hover a {
		color: #307c88;
	}

	.site-menu .social-menu {
		display: flex;
		justify-content: start;
		margin: 20px 0;
	}

	.primary-menu {
		display: block;
		margin: 0!important;
	}

	.primary-menu li {
		display: block;
		margin: 0 0 5px;
		padding: 10px;
	}

	.primary-menu li a {
		padding: 0;
	}

	.primary-menu .sub-menu-toggle {
		right: 0;
		top: 0;
	}

	.primary-menu > .menu-item > .submenu > .menu-item:first-of-type::before {
		display: none;
	}

	.primary-menu ul.submenu {
		float: none;
		position: relative;
		top: 0;
		left: 0;
		display: none;
		margin-left: 0;
		cursor: pointer;
		text-align: left;
		z-index: 5;
	}

	.primary-menu .sub-menu-toggle.expanded + .submenu, .menu-item-has-children.expanded .submenu {
		display: block;
		transition: 400ms;
		margin-left: 20px;
		width: inherit;
		box-shadow: none;
		background: transparent;
	}

	.primary-menu li ul li {
		width: 100%;
		text-align: left;
		display: block;
		max-width: 100%;
		padding: 10px 0;
		margin: 0;
	}

	.primary-menu li ul li:first-child {
		padding: 20px 0 10px;
	}

	.primary-menu li ul li a {
		padding: 0;
		width: 100%;
		background: none;
	}
	.site-menu .secondary-menu, .site-menu .social-menu {
		margin:0!important;
	}

	.header-search .search-field {
		max-width: 100%;
	}

	.site-menu.active .search-form, .site-menu.active .search-field {
		max-width: 100%;
	}

	.site-menu .search-form {
		background: #FFFFFF;
	}

	.content-sidebar-wrap {
		display: block;
	}

	.content-sidebar-wrap #primary {
		margin: 0 auto 40px;
		max-width: 100%;
	}

	#secondary {
		max-width: 400px;
		margin: 0 auto;
		padding-left: 0;
	}
}

@media screen and (max-width: 768px) {
	.before-header .social-menu {
		display: none;
	}

	.before-header .wrap {
		display: block;
	}

	.before-header .header-subscribe {
		width: 100%;
		text-align: center;
	}

	.header-subscribe .sub-btn {
		justify-content: center;
	}

	/*--------------------------------------------------------------
	Subscribe
	--------------------------------------------------------------*/
	.sub-line {
		padding: 10px;
	}

	.sub-line h3 {
		font-size: 13px;
	}

	.sub-line .sm-caps {
		padding: 5px;
		font-size: 11px;
		margin-left: 5px;
	}

	/*--------------------------------------------------------------
	Footer
	--------------------------------------------------------------*/
	.press-inner {
		flex-wrap: wrap;
	}

	.press-inner img {
		width: 120px;
		text-align: center;
		margin: 10px;
	}

	.press-inner .sm-caps {
		margin: 0 auto;
		text-align: center;
	}

	.site-info.flexbox {
		display: block;
	}

	ul.footer-menu {
		margin: 10px auto;
		text-align: center;
	}

	ul.footer-menu li {
		width: calc(1 / 5 * 100% - 20px);
		margin: 0 10px;
		padding: 0;
	}

	.copyright, .footer-right {
		display: block;
		margin: 10px auto;
		text-align: center;
	}
	.footer-right {
		margin: 10px auto;
	}
	.site-designer {
		margin: 0 auto;
	}
}

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

	/*Footer*/
	.press-inner img {
		width: 100px;
		margin: 10px 5px;
	}

	.footer-index-menu .wrap {
		display: block;
		width: 100%;
	}

	.footer-subscribe {
		max-width: 100%;
		margin: 0 auto 40px;
	}

	ul.index-menu {
		display: block;
		margin: 0 auto;
		padding: 0 40px 40px;
	}

	ul.index-menu li {
		width: 100%;
		position: relative;
		border-top: 2px solid #fff;
		display: block;
		height: 40px;
		align-items: center;
		margin: 0 auto 10px;
		line-height: 40px;
	}
	.index-menu .submenu-expand {
		position: absolute;
		right: 0;
		top: 0;
		font-size: 30px;
		padding: 0;
		width: 40px;
		height: 40px;
		display: block;
	}
	.index-menu .menu-item {
		list-style: none;
	}

	.index-menu .sub-menu {
		display: none;
	}

	.index-menu .submenu-expand.expanded + .sub-menu {
		display: block;
		transition: 400ms;
		background: #307c88;
		z-index: 2;
		position: relative;
		padding: 10px 20px;
		top:0;
	}
	.index-menu li ul li {
		border-top: none;
		height: inherit;
	}
	ul.footer-menu li {
		width: calc(1/2 * 100% - 30px);
		margin: 10px;
	}

}