@charset "UTF-8";
/*!
Theme Name: Kitchen
Author: Diana's Kitchen
Author URI: https://dianaskitchen.md/
Description: Diana's Kitchen Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
*/
@font-face {
	font-family: "icomoon";
	src: url("assets/fonts/icomoon/icomoon.eot?jrc6a4");
	src: url("assets/fonts/icomoon/icomoon.eot?jrc6a4#iefix") format("embedded-opentype"), url("assets/fonts/icomoon/icomoon.ttf?jrc6a4") format("truetype"), url("assets/fonts/icomoon/icomoon.woff?jrc6a4") format("woff"), url("assets/fonts/icomoon/icomoon.svg?jrc6a4#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

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

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Forms
--------------------------------------------- */
textarea {
	width: 100%;
}

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

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

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

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

.main-navigation ul ul a {
	width: 200px;
}

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

.main-navigation li {
	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: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}

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

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

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

.content.inner {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	padding-left: 20px;
	padding-right: 20px;
	width: auto;
}

.site-main-content.two-columns {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.site-main-content.two-columns .col-main {
	width: calc((100% - 2 * 30px) / 3 * 2 + 30px);
}

.site-main-content.two-columns .col-sidebar {
	width: calc((100% - 2 * 30px) / 3);
}

@media only screen and (max-width: 767px) {
	.content.inner {
		padding-left: 15px;
		padding-right: 15px;
	}
	.site-main-content.two-columns {
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.site-main-content.two-columns .col-main {
		width: 100%;
	}
	.site-main-content.two-columns .col-sidebar {
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 45px 0 0;
		padding: 45px 0 0;
		position: relative;
		width: 100%;
	}
	.site-main-content.two-columns .col-sidebar::before {
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		background: #ebebeb;
		content: '';
		display: block;
		height: 2px;
		left: 50%;
		position: absolute;
		top: 0;
		width: 50%;
	}
}

@media only screen and (max-width: 319px) {
	.content.inner {
		padding-left: 10px;
		padding-right: 10px;
	}
}

html,
body {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff;
	color: #202020;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5;
}

body.sticky {
	overflow: hidden;
}

body.sticky::after {
	background: rgba(0, 0, 0, 0.5);
	bottom: 0;
	content: '';
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1;
}

#page {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
}

a {
	color: #640000;
}

a:visited, a:active {
	color: #640000;
}

a:hover, a:focus {
	color: #202020;
	text-decoration: none;
}

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

button,
input,
select,
optgroup,
textarea {
	color: #202020;
	font-size: 16px;
}

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"],
select,
textarea {
	-moz-border-radius: 0 12px 0 12px;
	-webkit-border-radius: 0 12px 0 12px;
	border-radius: 0 12px 0 12px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #202020;
	background: #ffffff;
	border: 1px solid #e2e2e2;
	font-size: 16px;
}

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,
select:focus,
textarea:focus {
	outline: none;
}

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"],
select {
	line-height: 34px;
	padding: 5px 20px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-moz-border-radius: 0 12px 0 12px;
	-webkit-border-radius: 0 12px 0 12px;
	border-radius: 0 12px 0 12px;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: #9d0000;
	border: 1px solid #9d0000;
	color: #ffffff;
	cursor: pointer;
	font-weight: 500;
	line-height: 44px;
	padding: 0 40px;
}

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: #b80000;
	border: 1px solid #b80000;
}

textarea {
	line-height: 25px;
	padding: 10px 20px;
	resize: none;
}

p {
	margin: 0 0 20px;
}

ul,
ol {
	margin: 0 0 20px;
	padding: 0 0 0 30px;
}

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

@media only screen and (max-width: 480px) {
	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"],
	select {
		line-height: 30px;
		padding: 5px 15px;
	}
	textarea {
		padding: 10px 15px;
	}
}

@media only screen and (max-width: 319px) {
	p {
		margin: 0 0 15px;
	}
	ul,
	ol {
		margin: 0 0 15px;
		padding: 0 0 0 20px;
	}
}

.site-header {
	background: #ffffff;
}

.top-header-wrapper {
	background: #f8f8f8;
	border-bottom: 1px solid #ebebeb;
	overflow: hidden;
}

.top-header .usps .usp-items {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 7px 0;
}

.top-header .usps .usp-items .usp-item {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 14px;
	line-height: 20px;
	padding-left: 30px;
	position: relative;
}

.top-header .usps .usp-items .usp-item::before {
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: "icomoon";
	font-size: 20px;
	left: 0;
	line-height: 20px;
	position: absolute;
	top: 50%;
}

.top-header .usps .usp-items .usp-item.usp-1::before {
	content: "";
}

.top-header .usps .usp-items .usp-item.usp-2::before {
	content: "";
}

.top-header .usps .usp-items .usp-item.usp-3::before {
	content: "";
}

.header-wrapper {
	background: #ffffff;
}

.header.content {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-moz-align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	padding-bottom: 10px;
	padding-top: 10px;
}

.logo {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	text-decoration: none;
}

.logo img {
	image-rendering: crisp-edges;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	-ms-interpolation-mode: nearest-neighbor;
	display: block;
	max-height: 100px;
}

.logo .site-description {
	color: #595959;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 15px;
	margin-left: 30px;
	text-transform: uppercase;
}

.quick-access {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.header-social-media {
	display: block;
}

.header-social-media ul {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.header-social-media ul li {
	display: block;
	margin: 0 0 0 12px;
}

.header-social-media ul li a {
	display: block;
	font-size: 19px;
	height: 36px;
	position: relative;
	text-indent: -9999em;
	width: 36px;
}

.header-social-media ul li a::before {
	-moz-border-radius: 0 12px 0 12px;
	-webkit-border-radius: 0 12px 0 12px;
	border-radius: 0 12px 0 12px;
	-moz-transition: background 0.2s ease-in-out;
	-ms-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	-webkit-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
	background: #9d0000;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.header-social-media ul li a:hover::before {
	background: #b80000;
}

.header-social-media ul li a::after {
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	color: #ffffff;
	font-family: "icomoon";
	font-size: 19px;
	left: 50%;
	line-height: 1;
	position: absolute;
	text-indent: 0;
	top: 50%;
}

.header-social-media ul li.facebook a::after {
	content: "";
}

.header-social-media ul li.instagram a::after {
	content: "";
}

.header-social-media ul li.email a::after {
	content: "";
}

@media only screen and (max-width: 767px) {
	.site-header {
		border-bottom: 5px solid #9d0000;
	}
	.header.content {
		padding-bottom: 7px;
		padding-top: 7px;
	}
	.logo img {
		height: 70px;
		width: 72px;
	}
	.logo .site-description {
		display: none;
	}
	.header-social-media ul li a {
		height: 32px;
		width: 32px;
	}
	.header-social-media ul li a::after {
		font-size: 17px;
	}
}

@media only screen and (max-width: 639px) {
	.top-header .usps .usp-items {
		display: none;
	}
	.top-header .usps .usp-items.slick-initialized {
		display: block;
	}
	.top-header .usps .usp-items .usp-item {
		display: inline-block;
		margin: 0 15px;
	}
}

@media only screen and (max-width: 480px) {
	.header-social-media ul li {
		margin: 0 0 0 7px;
	}
}

@media only screen and (max-width: 319px) {
	.logo img {
		height: 60px;
		width: 62px;
	}
	.header-social-media ul li a {
		height: 30px;
		width: 30px;
	}
	.header-social-media ul li a::after {
		font-size: 15px;
	}
}

.navigation-toggle {
	cursor: pointer;
	display: none;
	font-size: 0;
	height: 36px;
	margin-left: 12px;
	position: relative;
	width: 36px;
}

.navigation-toggle::before {
	-moz-border-radius: 0 12px 0 12px;
	-webkit-border-radius: 0 12px 0 12px;
	border-radius: 0 12px 0 12px;
	background: #9d0000;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.navigation-toggle::after {
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	color: #ffffff;
	content: "";
	font-family: "icomoon";
	font-size: 19px;
	left: 50%;
	line-height: 1;
	position: absolute;
	top: 50%;
}

.navigation-wrapper {
	background: #9d0000;
}

.navigation-wrapper .close {
	display: none;
}

#site-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#site-navigation ul li {
	display: block;
	position: relative;
}

#site-navigation ul li a {
	-moz-transition: background 0.2s ease-in-out;
	-ms-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	-webkit-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
	background: #9d0000;
	color: #ffffff;
	display: block;
	font-size: 16px;
	line-height: 1.25;
	padding: 7px 30px;
	text-decoration: none;
}

#site-navigation ul li:hover > a, #site-navigation ul li.current-menu-item > a {
	background: #b80000;
}

#site-navigation ul li.menu-item-has-children > a {
	position: relative;
}

#site-navigation ul li.menu-item-has-children > a::after {
	color: #ffffff;
	content: "";
	font-family: "icomoon";
	font-size: 14px;
	line-height: 1;
	position: absolute;
	right: 20px;
	top: 10px;
}

#site-navigation ul.sub-menu {
	background: #9d0000;
	border: 1px solid #ffffff;
	display: none;
	padding: 10px 0;
	position: absolute;
	min-width: 230px;
	z-index: 2;
}

#site-navigation ul.menu {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

#site-navigation ul.menu > li > a {
	padding: 15px 30px;
}

#site-navigation ul.menu > li.menu-item-has-children > a {
	padding: 15px 40px 15px 30px;
}

#site-navigation ul.menu > li.menu-item-has-children > a::after {
	content: "";
	right: 20px;
	top: 18px;
}

#site-navigation ul.menu > li.menu-item-type-custom > a {
	font-size: 0;
	padding: 25px 30px;
	position: relative;
}

#site-navigation ul.menu > li.menu-item-type-custom > a::before {
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	color: #ffffff;
	content: "";
	font-family: "icomoon";
	font-size: 22px;
	left: 50%;
	line-height: 1;
	position: absolute;
	top: 50%;
}

#site-navigation ul.menu > li > .sub-menu {
	left: 0;
	top: 100%;
}

#site-navigation ul.menu > li > .sub-menu > li .sub-menu {
	left: 100%;
	top: -10px;
}

#site-navigation ul li:hover > .sub-menu {
	display: block;
}

@media only screen and (max-width: 767px) {
	.navigation-toggle {
		display: block;
		height: 32px;
		width: 32px;
	}
	.navigation-toggle::after {
		font-size: 17px;
	}
	.navigation-wrapper {
		-moz-transition: right 0.3s ease-in-out;
		-ms-transition: right 0.3s ease-in-out;
		-o-transition: right 0.3s ease-in-out;
		-webkit-transition: right 0.3s ease-in-out;
		transition: right 0.3s ease-in-out;
		bottom: 0;
		position: fixed;
		right: -300px;
		top: 0;
		width: 300px;
		z-index: 9;
	}
	.navigation-wrapper.active {
		right: 0;
	}
	.navigation-wrapper .close {
		cursor: pointer;
		display: block;
		font-size: 0;
		height: 26px;
		position: absolute;
		right: 15px;
		top: 15px;
		width: 26px;
	}
	.navigation-wrapper .close::before {
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		color: #ffffff;
		content: "";
		font-family: "icomoon";
		font-size: 26px;
		left: 50%;
		line-height: 1;
		position: absolute;
		top: 0;
	}
	#site-navigation {
		height: 100%;
		padding: 50px 13px 30px 20px;
	}
	#site-navigation .menu-main-menu-container {
		max-height: 100%;
		overflow-y: auto;
		padding-right: 3px;
	}
	#site-navigation .menu-main-menu-container::-webkit-scrollbar {
		width: 4px;
	}
	#site-navigation .menu-main-menu-container::-webkit-scrollbar-track {
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		background: #9d0000;
	}
	#site-navigation .menu-main-menu-container::-webkit-scrollbar-thumb {
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		background: #b80000;
	}
	#site-navigation ul li a {
		display: inline-block;
		padding: 10px;
	}
	#site-navigation ul li a:hover > a {
		background: none;
	}
	#site-navigation ul li:hover > a {
		background: none;
	}
	#site-navigation ul li:hover > .sub-menu {
		display: none;
	}
	#site-navigation ul li.menu-item-has-children {
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#site-navigation ul li.menu-item-has-children > a::after {
		display: none;
	}
	#site-navigation ul li.menu-item-has-children .icon {
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		height: 40px;
	}
	#site-navigation ul li.menu-item-has-children .icon > span {
		float: right;
		height: 30px;
		margin: 5px 0;
		position: relative;
		width: 30px;
	}
	#site-navigation ul li.menu-item-has-children .icon > span::after {
		-moz-transform: translateX(-50%) translateY(-50%) rotate(0deg);
		-ms-transform: translateX(-50%) translateY(-50%) rotate(0deg);
		-o-transform: translateX(-50%) translateY(-50%) rotate(0deg);
		-webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
		transform: translateX(-50%) translateY(-50%) rotate(0deg);
		-moz-transition: transform 0.3s ease-in-out;
		-ms-transition: transform 0.3s ease-in-out;
		-o-transition: transform 0.3s ease-in-out;
		-webkit-transition: transform 0.3s ease-in-out;
		transition: transform 0.3s ease-in-out;
		color: #ffffff;
		content: "";
		font-family: "icomoon";
		font-size: 14px;
		left: 50%;
		line-height: 1;
		position: absolute;
		top: 50%;
	}
	#site-navigation ul li.menu-item-has-children .icon.active > span::after {
		-moz-transform: translateX(-50%) translateY(-50%) rotate(180deg);
		-ms-transform: translateX(-50%) translateY(-50%) rotate(180deg);
		-o-transform: translateX(-50%) translateY(-50%) rotate(180deg);
		-webkit-transform: translateX(-50%) translateY(-50%) rotate(180deg);
		transform: translateX(-50%) translateY(-50%) rotate(180deg);
	}
	#site-navigation ul.menu {
		display: block;
	}
	#site-navigation ul.menu > li > a {
		padding: 10px;
	}
	#site-navigation ul.menu > li.menu-item-has-children > a {
		padding: 10px;
	}
	#site-navigation ul.menu > li.menu-item-has-children > a::after {
		display: none;
	}
	#site-navigation ul.menu > li.current-menu-item {
		background: #b80000;
	}
	#site-navigation ul.menu > li.current-menu-item > a {
		background: none;
	}
	#site-navigation ul.menu > li.menu-item-type-custom > a {
		font-size: 16px;
		padding: 10px;
	}
	#site-navigation ul.menu > li.menu-item-type-custom > a::before {
		display: none;
	}
	#site-navigation ul.menu > li > .sub-menu {
		left: auto;
		top: auto;
	}
	#site-navigation ul.menu > li > .sub-menu > li .sub-menu {
		left: auto;
		top: auto;
	}
	#site-navigation ul.sub-menu {
		background: none;
		border: 0;
		padding: 0 0 0 15px;
		position: relative;
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	.navigation-toggle {
		margin-left: 7px;
	}
}

@media only screen and (max-width: 319px) {
	.navigation-toggle {
		height: 30px;
		width: 30px;
	}
	.navigation-toggle::after {
		font-size: 15px;
	}
	.navigation-wrapper {
		right: -100%;
		width: 95%;
	}
	#site-navigation {
		padding: 50px 8px 20px 15px;
	}
	#site-navigation ul.sub-menu {
		padding: 0 0 0 10px;
	}
}

.header-search .search-icon {
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 36px;
	position: relative;
	width: 36px;
}

.header-search .search-icon::before {
	-moz-border-radius: 0 12px 0 12px;
	-webkit-border-radius: 0 12px 0 12px;
	border-radius: 0 12px 0 12px;
	-moz-transition: background 0.2s ease-in-out;
	-ms-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	-webkit-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
	background: #9d0000;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.header-search .search-icon::after {
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	color: #ffffff;
	content: "";
	font-family: "icomoon";
	font-size: 19px;
	left: 50%;
	line-height: 1;
	position: absolute;
	top: 50%;
}

.header-search .search-icon:hover::before {
	background: #b80000;
}

.search-form-container {
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: rgba(0, 0, 0, 0);
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
	z-index: 9;
}

.search-form-container.active {
	background: rgba(0, 0, 0, 0.7);
	visibility: visible;
}

.search-form-container form {
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}

.search-form-container form .close {
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-moz-transition: transform 0.3s ease-in-out;
	-ms-transition: transform 0.3s ease-in-out;
	-o-transition: transform 0.3s ease-in-out;
	-webkit-transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 34px;
	position: absolute;
	right: 30px;
	top: 30px;
	width: 34px;
}

.search-form-container form .close::before {
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #ffffff;
	content: "";
	font-family: "icomoon";
	font-size: 34px;
	left: 50%;
	line-height: 1;
	position: absolute;
	top: 0;
}

.search-form-container form .close:hover {
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.search-form-container form .field-search {
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	left: 50%;
	min-width: 800px;
	position: absolute;
	top: 50%;
	width: 50%;
}

.search-form-container form .field-search input[type="search"] {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-border-radius: 0 20px 0 20px;
	-webkit-border-radius: 0 20px 0 20px;
	border-radius: 0 20px 0 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #ffffff;
	border: 1px solid #ffffff;
	color: #202020;
	font-family: "Roboto", sans-serif;
	height: 50px;
	line-height: 48px;
	outline: 0;
	padding: 0 60px 0 30px;
	width: 100%;
}

.search-form-container form .field-search .search-submit {
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	right: 20px;
	top: 50%;
}

.search-form-container form .field-search .search-submit button[type="submit"] {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: none;
	border: 0;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 20px;
	padding: 0;
	position: relative;
	width: 20px;
}

.search-form-container form .field-search .search-submit button[type="submit"]::before {
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	color: #202020;
	content: "";
	font-family: "icomoon";
	font-size: 20px;
	font-weight: 400;
	left: 50%;
	line-height: 1;
	position: absolute;
	top: 50%;
}

@media only screen and (max-width: 991px) {
	.search-form-container form .field-search {
		min-width: 0;
		width: 80%;
	}
}

@media only screen and (max-width: 767px) {
	.header-search .search-icon {
		height: 32px;
		width: 32px;
	}
	.header-search .search-icon::after {
		font-size: 17px;
	}
	.search-form-container form .field-search {
		width: 90%;
	}
	.search-form-container form .field-search input[type="search"] {
		padding: 0 60px 0 15px;
	}
}

@media only screen and (max-width: 480px) {
	.search-form-container form .close {
		right: 15px;
		top: 15px;
	}
	.search-form-container form .field-search input[type="search"] {
		height: 44px;
		line-height: 42px;
	}
}

@media only screen and (max-width: 319px) {
	.header-search .search-icon {
		height: 30px;
		width: 30px;
	}
	.header-search .search-icon::after {
		font-size: 15px;
	}
}

.site-footer {
	background: #ffffff;
}

#to-top-button {
	-moz-border-radius: 0 12px 0 12px;
	-webkit-border-radius: 0 12px 0 12px;
	border-radius: 0 12px 0 12px;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	background: #9d0000;
	cursor: pointer;
	bottom: 10px;
	display: block;
	height: 50px;
	opacity: 0;
	position: fixed;
	right: 5vw;
	width: 50px;
}

#to-top-button.active {
	opacity: 1;
}

#to-top-button:hover {
	background: #b80000;
}

#to-top-button::before {
	-moz-transform: translateX(-50%) translateY(-50%) rotate(180deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(180deg);
	-o-transform: translateX(-50%) translateY(-50%) rotate(180deg);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(180deg);
	transform: translateX(-50%) translateY(-50%) rotate(180deg);
	color: #ffffff;
	content: "";
	display: block;
	font-family: "icomoon";
	font-size: 25px;
	font-weight: 700;
	left: 50%;
	line-height: 1;
	position: absolute;
	top: 50%;
}

.top-footer-wrapper {
	background: #9d0000;
}

.top-footer {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-moz-align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	padding-bottom: 40px;
	padding-top: 40px;
}

.top-footer .social-media-block {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}

.top-footer .social-media-block .block-title {
	color: #ffffff;
	font-size: 16px;
	display: block;
	margin-right: 20px;
}

.top-footer .social-media-block .block-title::after {
	content: ':';
}

.top-footer .social-media-block .block-cotent ul {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.top-footer .social-media-block .block-cotent ul li {
	display: block;
	margin: 0 0 0 12px;
}

.top-footer .social-media-block .block-cotent ul li:first-child {
	margin: 0;
}

.top-footer .social-media-block .block-cotent ul li a {
	display: block;
	font-size: 0;
	height: 36px;
	position: relative;
	width: 36px;
}

.top-footer .social-media-block .block-cotent ul li a::before {
	-moz-border-radius: 0 12px 0 12px;
	-webkit-border-radius: 0 12px 0 12px;
	border-radius: 0 12px 0 12px;
	background: #ffffff;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.top-footer .social-media-block .block-cotent ul li a::after {
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	color: #9d0000;
	font-family: "icomoon";
	font-size: 22px;
	left: 50%;
	line-height: 1;
	position: absolute;
	top: 50%;
}

.top-footer .social-media-block .block-cotent ul li.facebook a::after {
	content: "";
}

.top-footer .social-media-block .block-cotent ul li.instagram a::after {
	content: "";
}

.top-footer .social-media-block .block-cotent ul li.email a::after {
	content: "";
}

.footer-wrapper {
	background: #ffffff;
}

.footer {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	padding-bottom: 50px;
	padding-top: 50px;
}

.footer .footer-navigation ul {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer .footer-navigation ul li {
	display: block;
	margin: 0 0 0 15px;
	padding: 0 0 0 20px;
	position: relative;
}

.footer .footer-navigation ul li::before {
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	font-family: "icomoon";
	font-size: 5px;
	left: 0;
	line-height: 1;
	position: absolute;
	top: 50%;
}

.footer .footer-navigation ul li:first-child {
	margin: 0;
	padding: 0;
}

.footer .footer-navigation ul li:first-child::before {
	display: none;
}

.footer .footer-navigation ul li a {
	display: block;
	font-size: 14px;
	font-weight: 500;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.footer .footer-navigation ul li a::after {
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-moz-transition: width 0.3s ease;
	-ms-transition: width 0.3s ease;
	-o-transition: width 0.3s ease;
	-webkit-transition: width 0.3s ease;
	transition: width 0.3s ease;
	background: #202020;
	bottom: 0;
	content: '';
	height: 1px;
	left: 50%;
	position: absolute;
	width: 0;
}

.footer .footer-navigation ul li a:hover::after {
	width: 100%;
}

.copyright-wrapper {
	background: #f8f8f8;
	border-top: 1px solid #ebebeb;
}

.copyright-content {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	padding-bottom: 15px;
	padding-top: 15px;
}

.copyright {
	font-size: 14px;
	text-align: center;
}

@media only screen and (max-width: 1450px) {
	#to-top-button {
		right: 2vw;
	}
}

@media only screen and (max-width: 1199px) {
	#to-top-button {
		right: 20px;
	}
}

@media only screen and (max-width: 991px) {
	.top-footer {
		padding-bottom: 35px;
		padding-top: 35px;
	}
	.footer {
		padding-bottom: 40px;
		padding-top: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.top-footer {
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
		padding-bottom: 25px;
		padding-top: 20px;
	}
	.top-footer .social-media-block {
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
		-moz-flex-order: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
		margin: 0 0 25px;
	}
	.top-footer .social-media-block .block-title {
		margin: 0 0 10px;
	}
	.top-footer .social-media-block .block-title::after {
		content: '';
	}
	.footer {
		padding-bottom: 35px;
		padding-top: 35px;
	}
	#to-top-button {
		right: 15px;
	}
}

@media only screen and (max-width: 639px) {
	.footer {
		padding-bottom: 20px;
		padding-top: 20px;
	}
	.footer .footer-navigation ul {
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.footer .footer-navigation ul li {
		margin: 7px 0 0;
		padding: 0;
	}
	.footer .footer-navigation ul li::before {
		display: none;
	}
	#to-top-button {
		height: 42px;
		width: 42px;
	}
	#to-top-button::before {
		font-size: 20px;
	}
}

@media only screen and (max-width: 319px) {
	#to-top-button {
		right: 10px;
	}
}

.newsletter-block {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}

.newsletter-block .block-title {
	color: #ffffff;
	font-size: 16px;
	display: block;
	margin-right: 20px;
}

.newsletter-block .block-title::after {
	content: ':';
}

.newsletter-block .block-content {
	display: block;
}

.newsletter-block .mailpoet_form_popup_overlay {
	opacity: 0.5;
}

.newsletter-block form.mailpoet_form {
	font-size: 0;
	padding: 0 !important;
	position: relative;
}

.newsletter-block form.mailpoet_form .mailpoet_paragraph {
	display: inline-block;
	margin: 0 !important;
	visibility: visible !important;
}

.newsletter-block form.mailpoet_form .mailpoet_paragraph input.mailpoet_text {
	border: 1px solid #ffffff;
	font-size: 14px !important;
	line-height: 26px !important;
	padding: 5px 45px 5px 10px !important;
	width: 280px !important;
}

.newsletter-block form.mailpoet_form .mailpoet_paragraph input.mailpoet_text:focus {
	outline: none;
}

.newsletter-block form.mailpoet_form .mailpoet_paragraph.last {
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 8px;
}

.newsletter-block form.mailpoet_form .mailpoet_paragraph.last::before {
	color: #9d0000;
	content: "";
	font-family: "icomoon";
	font-size: 24px;
	left: 0;
	line-height: 1;
	position: absolute;
	top: 0;
}

.newsletter-block form.mailpoet_form .mailpoet_paragraph input.mailpoet_submit {
	background: none !important;
	border: 0 !important;
	font-size: 0 !important;
	height: 24px !important;
	padding: 0 !important;
	position: relative;
	width: 24px !important;
	z-index: 1;
}

.newsletter-block form.mailpoet_form .mailpoet_paragraph .mailpoet_form_loading {
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	right: 40px;
	top: 50%;
}

.newsletter-block form.mailpoet_form .mailpoet_paragraph .parsley-errors-list {
	color: #ffffff;
	font-size: 12px;
	line-height: 1;
	margin: 7px 0 0;
	opacity: 1;
}

.newsletter-block form.mailpoet_form .mailpoet_paragraph .parsley-required,
.newsletter-block form.mailpoet_form .mailpoet_paragraph .parsley-custom-error-message {
	color: #ffffff;
}

.newsletter-block form.mailpoet_form .mailpoet_message {
	left: 0;
	margin: 7px 0 0 !important;
	padding: 0 !important;
	position: absolute;
	width: 100%;
}

.newsletter-block form.mailpoet_form .mailpoet_message > p {
	-moz-transform: translateX(0) translateY(0);
	-ms-transform: translateX(0) translateY(0);
	-o-transform: translateX(0) translateY(0);
	-webkit-transform: translateX(0) translateY(0);
	transform: translateX(0) translateY(0);
	color: #ffffff !important;
	font-size: 12px;
	left: auto;
	margin: 0;
	position: relative;
	top: auto;
}

@media only screen and (max-width: 767px) {
	.newsletter-block {
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
		-moz-flex-order: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}
	.newsletter-block .block-title {
		margin: 0 0 7px;
	}
	.newsletter-block .block-title::after {
		content: '';
	}
	.newsletter-block form.mailpoet_form .mailpoet_paragraph input.mailpoet_text {
		width: 360px !important;
	}
	.newsletter-block form.mailpoet_form .mailpoet_message {
		margin: 2px 0 0 !important;
		width: 100%;
	}
	.newsletter-block form.mailpoet_form .mailpoet_message > p {
		text-align: center;
	}
}

@media only screen and (max-width: 480px) {
	.newsletter-block {
		width: 100%;
	}
	.newsletter-block .block-content {
		width: 100%;
	}
	.newsletter-block form.mailpoet_form .mailpoet_paragraph {
		width: 100%;
	}
	.newsletter-block form.mailpoet_form .mailpoet_paragraph.last {
		width: auto;
	}
	.newsletter-block form.mailpoet_form .mailpoet_paragraph input.mailpoet_text {
		width: 100% !important;
	}
}

.site-main-content {
	min-height: 450px;
	padding-bottom: 60px;
	padding-top: 40px;
}

.page .entry-header {
	display: block;
	margin: 0 0 20px;
}

.page .entry-header .entry-title {
	font-size: 32px;
	margin: 0;
}

.page-header {
	display: block;
	margin: 0 0 20px;
}

.page-header .page-title {
	font-size: 32px;
	margin: 0;
}

.about-me-image {
	-moz-border-radius: 0 50px 0 50px;
	-webkit-border-radius: 0 50px 0 50px;
	border-radius: 0 50px 0 50px;
	display: inline-block;
	margin: 0 0 50px;
	overflow: hidden;
}

.about-me-image img {
	display: block;
}

.contact-page-entry-content {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-moz-align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}

.contact-page-entry-content .col-1 {
	width: 60.345%;
}

.contact-page-entry-content .col-2 {
	width: 28.449%;
}

.contact-page-entry-content .col-2 img {
	image-rendering: crisp-edges;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	-ms-interpolation-mode: nearest-neighbor;
	display: block;
}

form.wpcf7-form p:last-of-type {
	margin: 0;
}

form.wpcf7-form p > label {
	display: block;
}

form.wpcf7-form p > label > span {
	display: block;
}

form.wpcf7-form p input[type="text"],
form.wpcf7-form p input[type="email"],
form.wpcf7-form p input[type="tel"] {
	width: 100%;
}

form.wpcf7-form p textarea {
	height: 160px;
}

form.wpcf7-form p input[type="text"].wpcf7-not-valid,
form.wpcf7-form p input[type="email"].wpcf7-not-valid,
form.wpcf7-form p input[type="tel"].wpcf7-not-valid,
form.wpcf7-form p textarea.wpcf7-not-valid {
	background: rgba(255, 0, 0, 0.05);
	border-color: #ed8380;
}

form.wpcf7-form p .wpcf7-not-valid-tip {
	font-size: 12px;
	margin: 5px 0 0;
}

form.wpcf7-form .wpcf7-response-output {
	margin: 30px 0;
	padding: 10px 20px;
}

@media only screen and (max-width: 991px) {
	.site-main-content {
		padding-bottom: 40px;
		padding-top: 30px;
	}
	.page .entry-header {
		margin: 0 0 15px;
	}
	.page .entry-header .entry-title {
		font-size: 28px;
	}
	.page-header {
		margin: 0 0 15px;
	}
	.page-header .page-title {
		font-size: 28px;
	}
	.about-me-image {
		margin: 0 0 40px;
	}
	.contact-page-entry-content .col-2 {
		width: 33%;
	}
}

@media only screen and (max-width: 767px) {
	.site-main-content {
		padding-bottom: 30px;
		padding-top: 20px;
	}
	.contact-page-entry-content .col-1 {
		width: 100%;
	}
	.contact-page-entry-content .col-2 {
		display: none;
	}
}

@media only screen and (max-width: 639px) {
	.page .entry-header .entry-title {
		font-size: 26px;
	}
	.page-header .page-title {
		font-size: 26px;
	}
	.about-me-image {
		margin: 0 0 30px;
	}
}

@media only screen and (max-width: 480px) {
	.page .entry-header .entry-title {
		font-size: 23px;
	}
	.page .entry-content {
		font-size: 15px;
	}
	.page-header .page-title {
		font-size: 23px;
	}
}

@media only screen and (max-width: 319px) {
	.page .entry-header .entry-title {
		font-size: 21px;
	}
	.page .entry-content {
		font-size: 14px;
	}
	.page-header .page-title {
		font-size: 21px;
	}
}

.site-main-content.error-404 .page-content {
	display: block !important;
}

.site-main-content.error-404 .page-content img {
	image-rendering: crisp-edges;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	-ms-interpolation-mode: nearest-neighbor;
	display: block;
}

.home-slider-container {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	width: auto;
}

.home-slider-container .home-slider-wrapper {
	max-height: 572.48px;
	overflow: hidden;
	width: calc((100% - 2 * 30px) / 3 * 2 + 30px);
}

.home-slider-container .home-banners-wrapper {
	width: calc((100% - 2 * 30px) / 3);
}

.home-slider-items {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.home-slider-items .home-slider-item {
	float: left;
}

.home-slider-items .home-slider-item > a {
	display: block;
	height: 100%;
	width: 100%;
}

.home-slider-items .home-slider-item .slider-content {
	-moz-border-radius: 0 30px 0 30px;
	-webkit-border-radius: 0 30px 0 30px;
	border-radius: 0 30px 0 30px;
	display: block;
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.home-slider-items .home-slider-item .slider-content::before {
	-moz-border-radius: 0 25px 0 25px;
	-webkit-border-radius: 0 25px 0 25px;
	border-radius: 0 25px 0 25px;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-moz-transition: border 0.3s ease-in-out;
	-ms-transition: border 0.3s ease-in-out;
	-o-transition: border 0.3s ease-in-out;
	-webkit-transition: border 0.3s ease-in-out;
	transition: border 0.3s ease-in-out;
	border: 1px solid rgba(255, 255, 255, 0.75);
	content: '';
	display: block;
	height: calc(100% - 25px);
	left: 50%;
	position: absolute;
	top: 50%;
	width: calc(100% - 25px);
	z-index: 1;
}

.home-slider-items .home-slider-item .slider-content::after {
	background: black;
	background: -moz-linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	content: '';
	height: 150px;
	left: 0;
	position: absolute;
	width: 100%;
}

.home-slider-items .home-slider-item .slider-content img {
	display: block;
}

.home-slider-items .home-slider-item .slider-content .slider-caption {
	color: #ffffff;
	bottom: 34px;
	display: block;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.2;
	position: absolute;
	left: 0;
	padding: 0 40px;
	text-transform: uppercase;
	width: 100%;
	z-index: 1;
}

.home-slider-items .arrow {
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	background: rgba(255, 255, 255, 0.7);
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 50px;
	opacity: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 1;
}

.home-slider-items .arrow::before {
	color: #202020;
	content: "";
	font-family: "icomoon";
	font-size: 25px;
	font-weight: 700;
	left: 50%;
	line-height: 1;
	position: absolute;
	top: 50%;
}

.home-slider-items .arrow.prev-arrow {
	left: 40px;
}

.home-slider-items .arrow.prev-arrow::before {
	-moz-transform: translateX(-50%) translateY(-50%) rotate(180deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(180deg);
	-o-transform: translateX(-50%) translateY(-50%) rotate(180deg);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(180deg);
	transform: translateX(-50%) translateY(-50%) rotate(180deg);
}

.home-slider-items .arrow.next-arrow {
	right: 40px;
}

.home-slider-items .arrow.next-arrow::before {
	-moz-transform: translateX(-50%) translateY(-50%) rotate(0deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(0deg);
	-o-transform: translateX(-50%) translateY(-50%) rotate(0deg);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
	transform: translateX(-50%) translateY(-50%) rotate(0deg);
}

.home-slider-items:hover .arrow {
	opacity: 1;
}

.home-banners-items {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	height: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

.home-banners-items .home-banners-item {
	display: block;
}

.home-banners-items .home-banners-item > a {
	-moz-border-radius: 0 20px 0 20px;
	-webkit-border-radius: 0 20px 0 20px;
	border-radius: 0 20px 0 20px;
	display: block;
	overflow: hidden;
	position: relative;
}

.home-banners-items .home-banners-item > a::before {
	-moz-border-radius: 0 20px 0 20px;
	-webkit-border-radius: 0 20px 0 20px;
	border-radius: 0 20px 0 20px;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-moz-transition: border 0.3s ease-in-out;
	-ms-transition: border 0.3s ease-in-out;
	-o-transition: border 0.3s ease-in-out;
	-webkit-transition: border 0.3s ease-in-out;
	transition: border 0.3s ease-in-out;
	border: 1px solid rgba(255, 255, 255, 0.75);
	content: '';
	display: block;
	height: calc(100% - 17px);
	left: 50%;
	position: absolute;
	top: 50%;
	width: calc(100% - 17px);
	z-index: 1;
}

.home-banners-items .home-banners-item > a::after {
	background: black;
	background: -moz-linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	content: '';
	height: 70px;
	left: 0;
	position: absolute;
	width: 100%;
}

.home-banners-items .home-banners-item > a img {
	display: block;
}

.home-banners-items .home-banners-item > a .category-name {
	color: #ffffff;
	bottom: 25px;
	display: block;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.2;
	position: absolute;
	left: 0;
	padding: 0 25px;
	text-transform: uppercase;
	width: 100%;
	z-index: 1;
}

.home-banners-items .home-banners-item:hover > a::before {
	border: 1px solid rgba(255, 255, 255, 0);
}

.home-products-container {
	display: block;
	margin: 0 0 50px;
}

.home-products-container .block-title {
	-moz-border-radius: 0 20px 0 20px;
	-webkit-border-radius: 0 20px 0 20px;
	border-radius: 0 20px 0 20px;
	background: #9d0000;
	margin: 0 0 30px;
	padding: 15px 0;
}

.home-products-container .block-title span {
	color: #ffffff;
	display: block;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.25;
	padding: 0 30px;
	text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
	.home-slider-items .home-slider-item .slider-content .slider-caption {
		font-size: 26px;
		padding: 0 35px;
	}
	.home-slider-items .arrow.prev-arrow {
		left: 30px;
	}
	.home-slider-items .arrow.next-arrow {
		right: 30px;
	}
}

@media only screen and (max-width: 991px) {
	.home-slider-items .home-slider-item .slider-content .slider-caption {
		font-size: 21px;
		padding: 0 30px;
	}
	.home-slider-items .arrow {
		height: 45px;
		width: 45px;
	}
	.home-banners-items .home-banners-item > a::before {
		height: calc(100% - 15px);
		width: calc(100% - 15px);
	}
	.home-banners-items .home-banners-item > a .category-name {
		bottom: 18px;
		padding: 0 20px;
	}
	.home-products-container .block-title {
		margin: 0 0 20px;
		padding: 12px 0;
	}
	.home-products-container .block-title span {
		padding: 0 20px;
	}
}

@media only screen and (max-width: 767px) {
	.home .site-main-content.two-columns .col-sidebar {
		margin: 0;
	}
	.home-slider-container {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 20px;
	}
	.home-slider-container .home-slider-wrapper {
		margin: 0 auto;
		max-width: 550px;
		width: 100%;
	}
	.home-slider-container .home-banners-wrapper {
		display: none;
	}
	.home-slider-items .home-slider-item .slider-content .slider-caption {
		font-size: 34px;
		padding: 0 40px;
	}
	.home-slider-items .arrow {
		height: 50px;
		width: 50px;
	}
	.home-slider-items .arrow.prev-arrow {
		left: 40px;
	}
	.home-slider-items .arrow.next-arrow {
		right: 40px;
	}
}

@media only screen and (max-width: 639px) {
	.home-slider-items .home-slider-item .slider-content .slider-caption {
		font-size: 24px;
		padding: 0 30px;
	}
	.home-slider-items .arrow {
		height: 45px;
		width: 45px;
	}
	.home-slider-items .arrow.prev-arrow {
		left: 30px;
	}
	.home-slider-items .arrow.next-arrow {
		right: 30px;
	}
}

@media only screen and (max-width: 480px) {
	.home-slider-items .home-slider-item .slider-content {
		-moz-border-radius: 0 20px 0 20px;
		-webkit-border-radius: 0 20px 0 20px;
		border-radius: 0 20px 0 20px;
	}
	.home-slider-items .home-slider-item .slider-content::before {
		-moz-border-radius: 0 20px 0 20px;
		-webkit-border-radius: 0 20px 0 20px;
		border-radius: 0 20px 0 20px;
		height: calc(100% - 20px);
		width: calc(100% - 20px);
	}
	.home-slider-items .home-slider-item .slider-content::after {
		height: 70px;
	}
	.home-slider-items .home-slider-item .slider-content .slider-caption {
		bottom: 25px;
		font-size: 18px;
		padding: 0 25px;
	}
	.home-products-container .block-title span {
		font-size: 14px;
		padding: 0 15px;
	}
}

.archive-header {
	display: block;
	margin: 0 0 20px;
}

.archive-header .archive-title {
	font-size: 32px;
	margin: 0;
}

.archive-content .post {
	width: calc((100% - 30px) / 2);
}

.archive-content .post .post-thumbnail {
	-moz-border-radius: 0 25px 0 25px;
	-webkit-border-radius: 0 25px 0 25px;
	border-radius: 0 25px 0 25px;
	display: block;
	margin: 0 0 20px;
	overflow: hidden;
}

.archive-content .post .post-thumbnail a {
	display: block;
}

.archive-content .post .post-thumbnail a img {
	display: block;
}

.archive-content .post .post-categories {
	display: block;
	margin: 0 0 20px;
}

.archive-content .post .post-categories ul {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	column-gap: 7px;
	row-gap: 5px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.archive-content .post .post-categories ul li a {
	-moz-border-radius: 0 10px 0 10px;
	-webkit-border-radius: 0 10px 0 10px;
	border-radius: 0 10px 0 10px;
	background: #9d0000;
	color: #ffffff;
	display: block;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 13px;
	line-height: 22px;
	padding: 0 12px;
	text-decoration: none;
}

.archive-content .post .post-categories ul li a:hover {
	background: #b80000;
}

.archive-content .post .entry-header {
	display: block;
	margin: 0 0 12px;
	text-align: center;
}

.archive-content .post .entry-header .entry-title {
	font-size: 18px;
	margin: 0;
}

.archive-content .post .entry-header .entry-title a {
	text-decoration: none;
	text-transform: uppercase;
}

.archive-content .post .entry-content {
	display: block;
	margin: 0 0 20px;
}

.archive-content .post .entry-content p:last-of-type {
	margin: 0;
}

.archive-content .post .view-button {
	display: block;
	text-align: center;
}

.archive-content .post .view-button a {
	-moz-border-radius: 0 12px 0 12px;
	-webkit-border-radius: 0 12px 0 12px;
	border-radius: 0 12px 0 12px;
	background: #9d0000;
	color: #ffffff;
	display: inline-block;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 37px;
	padding: 0 25px;
	text-decoration: none;
	text-transform: uppercase;
}

.archive-content .post .view-button a:hover {
	background: #b80000;
}

.archive-content .category-children {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.archive-content .category-children .category-child {
	width: calc((100% - 2 * 30px) / 3);
}

.archive-content .category-children .category-child > a {
	-moz-border-radius: 0 25px 0 25px;
	-webkit-border-radius: 0 25px 0 25px;
	border-radius: 0 25px 0 25px;
	display: block;
	overflow: hidden;
	position: relative;
}

.archive-content .category-children .category-child > a::before {
	-moz-border-radius: 0 20px 0 20px;
	-webkit-border-radius: 0 20px 0 20px;
	border-radius: 0 20px 0 20px;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-moz-transition: border 0.3s ease-in-out;
	-ms-transition: border 0.3s ease-in-out;
	-o-transition: border 0.3s ease-in-out;
	-webkit-transition: border 0.3s ease-in-out;
	transition: border 0.3s ease-in-out;
	border: 1px solid rgba(255, 255, 255, 0.75);
	content: '';
	display: block;
	height: calc(100% - 25px);
	left: 50%;
	position: absolute;
	top: 50%;
	width: calc(100% - 25px);
	z-index: 1;
}

.archive-content .category-children .category-child > a::after {
	background: black;
	background: -moz-linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	content: '';
	height: 100px;
	left: 0;
	position: absolute;
	width: 100%;
}

.archive-content .category-children .category-child > a img {
	display: block;
}

.archive-content .category-children .category-child > a .category-child-name {
	color: #ffffff;
	bottom: 25px;
	display: block;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.2;
	position: absolute;
	left: 0;
	padding: 0 25px;
	text-transform: uppercase;
	width: 100%;
	z-index: 1;
}

.archive-content .category-children .category-child:hover > a::before {
	border: 1px solid rgba(255, 255, 255, 0);
}

.site-main-content.two-columns .archive-content {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 50px;
}

.posts-navigation {
	margin: 0 !important;
	width: 100%;
}

.posts-navigation ul {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	column-gap: 7px;
	row-gap: 5px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.posts-navigation ul li {
	color: #9d0000;
	font-weight: 700;
}

.posts-navigation ul li a {
	-moz-border-radius: 0 12px 0 12px;
	-webkit-border-radius: 0 12px 0 12px;
	border-radius: 0 12px 0 12px;
	background: #9d0000;
	color: #ffffff;
	display: block;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 14px;
	font-weight: 700;
	height: 32px;
	line-height: 33px;
	min-width: 32px;
	padding: 0 5px;
	text-align: center;
	text-decoration: none;
}

.posts-navigation ul li a:hover {
	background: #b80000;
}

.posts-navigation ul li.active a {
	background: #b80000;
}

.posts-navigation ul li.prev a, .posts-navigation ul li.next a {
	font-size: 0;
	position: relative;
}

.posts-navigation ul li.prev a::before, .posts-navigation ul li.next a::before {
	content: "";
	font-family: "icomoon";
	font-size: 16px;
	left: 50%;
	position: absolute;
	top: 50%;
}

.posts-navigation ul li.prev a::before {
	-moz-transform: translateX(-50%) translateY(-50%) rotate(180deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(180deg);
	-o-transform: translateX(-50%) translateY(-50%) rotate(180deg);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(180deg);
	transform: translateX(-50%) translateY(-50%) rotate(180deg);
}

.posts-navigation ul li.next a::before {
	-moz-transform: translateX(-50%) translateY(-50%) rotate(0deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(0deg);
	-o-transform: translateX(-50%) translateY(-50%) rotate(0deg);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
	transform: translateX(-50%) translateY(-50%) rotate(0deg);
}

@media only screen and (max-width: 991px) {
	.archive-header {
		margin: 0 0 15px;
	}
	.archive-header .archive-title {
		font-size: 28px;
	}
	.archive-content .post .post-thumbnail {
		-moz-border-radius: 0 20px 0 20px;
		-webkit-border-radius: 0 20px 0 20px;
		border-radius: 0 20px 0 20px;
	}
	.archive-content .post .entry-header .entry-title {
		font-size: 16px;
	}
	.archive-content .post .entry-content {
		font-size: 15px;
	}
	.archive-content .post .view-button a {
		font-size: 13px;
		line-height: 34px;
		padding: 0 20px;
	}
	.archive-content .category-children {
		gap: 20px;
	}
	.archive-content .category-children .category-child {
		width: calc((100% - 2 * 20px) / 3);
	}
	.archive-content .category-children .category-child > a {
		-moz-border-radius: 0 20px 0 20px;
		-webkit-border-radius: 0 20px 0 20px;
		border-radius: 0 20px 0 20px;
	}
	.archive-content .category-children .category-child > a::before {
		-moz-border-radius: 0 15px 0 15px;
		-webkit-border-radius: 0 15px 0 15px;
		border-radius: 0 15px 0 15px;
		height: calc(100% - 20px);
		width: calc(100% - 20px);
	}
	.archive-content .category-children .category-child > a .category-child-name {
		bottom: 20px;
		font-size: 14px;
	}
}

@media only screen and (max-width: 767px) {
	.archive-content .post .post-thumbnail {
		-moz-border-radius: 0 25px 0 25px;
		-webkit-border-radius: 0 25px 0 25px;
		border-radius: 0 25px 0 25px;
	}
	.archive-content .post .entry-header .entry-title {
		font-size: 18px;
	}
	.archive-content .post .entry-content {
		font-size: 16px;
	}
	.archive-content .post .view-button a {
		font-size: 14px;
		line-height: 37px;
		padding: 0 25px;
	}
	.archive-content .category-children {
		gap: 30px;
	}
	.archive-content .category-children .category-child {
		width: calc((100% - 30px) / 2);
	}
	.archive-content .category-children .category-child > a {
		-moz-border-radius: 0 25px 0 25px;
		-webkit-border-radius: 0 25px 0 25px;
		border-radius: 0 25px 0 25px;
	}
	.archive-content .category-children .category-child > a::before {
		-moz-border-radius: 0 20px 0 20px;
		-webkit-border-radius: 0 20px 0 20px;
		border-radius: 0 20px 0 20px;
		height: calc(100% - 25px);
		width: calc(100% - 25px);
	}
	.archive-content .category-children .category-child > a .category-child-name {
		bottom: 25px;
		font-size: 15px;
	}
}

@media only screen and (max-width: 639px) {
	.archive-header .archive-title {
		font-size: 26px;
	}
	.archive-content .post {
		width: calc((100% - 20px) / 2);
	}
	.archive-content .post .post-thumbnail {
		-moz-border-radius: 0 20px 0 20px;
		-webkit-border-radius: 0 20px 0 20px;
		border-radius: 0 20px 0 20px;
	}
	.archive-content .post .entry-header .entry-title {
		font-size: 16px;
	}
	.archive-content .post .entry-content {
		font-size: 15px;
	}
	.archive-content .post .view-button a {
		font-size: 13px;
		line-height: 34px;
		padding: 0 20px;
	}
	.archive-content .category-children {
		gap: 20px;
	}
	.archive-content .category-children .category-child {
		width: calc((100% - 20px) / 2);
	}
	.archive-content .category-children .category-child > a {
		-moz-border-radius: 0 20px 0 20px;
		-webkit-border-radius: 0 20px 0 20px;
		border-radius: 0 20px 0 20px;
	}
	.archive-content .category-children .category-child > a::before {
		-moz-border-radius: 0 15px 0 15px;
		-webkit-border-radius: 0 15px 0 15px;
		border-radius: 0 15px 0 15px;
		height: calc(100% - 20px);
		width: calc(100% - 20px);
	}
	.archive-content .category-children .category-child > a .category-child-name {
		bottom: 20px;
		font-size: 14px;
	}
	.site-main-content.two-columns .archive-content {
		column-gap: 20px;
	}
}

@media only screen and (max-width: 480px) {
	.archive-header .archive-title {
		font-size: 23px;
	}
	.archive-content .post {
		width: 100%;
	}
	.archive-content .post .post-thumbnail {
		margin: 0 auto 20px;
		max-width: 370px;
	}
	.archive-content .category-children {
		column-gap: 0;
		row-gap: 30px;
	}
	.archive-content .category-children .category-child {
		margin: 0 auto;
		max-width: 370px;
		width: 100%;
	}
	.archive-content .category-children .category-child > a {
		-moz-border-radius: 0 25px 0 25px;
		-webkit-border-radius: 0 25px 0 25px;
		border-radius: 0 25px 0 25px;
	}
	.archive-content .category-children .category-child > a::before {
		-moz-border-radius: 0 20px 0 20px;
		-webkit-border-radius: 0 20px 0 20px;
		border-radius: 0 20px 0 20px;
		height: calc(100% - 25px);
		width: calc(100% - 25px);
	}
	.archive-content .category-children .category-child > a .category-child-name {
		bottom: 25px;
		font-size: 15px;
	}
	.site-main-content.two-columns .archive-content {
		column-gap: 0;
		row-gap: 60px;
	}
}

@media only screen and (max-width: 319px) {
	.archive-header .archive-title {
		font-size: 21px;
	}
	.archive-content .category-children {
		row-gap: 20px;
	}
	.archive-content .category-children .category-child > a {
		-moz-border-radius: 0 20px 0 20px;
		-webkit-border-radius: 0 20px 0 20px;
		border-radius: 0 20px 0 20px;
	}
	.archive-content .category-children .category-child > a::before {
		-moz-border-radius: 0 15px 0 15px;
		-webkit-border-radius: 0 15px 0 15px;
		border-radius: 0 15px 0 15px;
		height: calc(100% - 20px);
		width: calc(100% - 20px);
	}
	.archive-content .category-children .category-child > a .category-child-name {
		bottom: 20px;
		font-size: 14px;
	}
}

.page-header {
	display: block;
	margin: 0 0 20px;
}

.page-header .page-title {
	font-size: 32px;
	margin: 0;
}

.page-content .post {
	width: calc((100% - 30px) / 2);
}

.page-content .post .post-thumbnail {
	-moz-border-radius: 0 25px 0 25px;
	-webkit-border-radius: 0 25px 0 25px;
	border-radius: 0 25px 0 25px;
	display: block;
	margin: 0 0 20px;
	overflow: hidden;
}

.page-content .post .post-thumbnail a {
	display: block;
}

.page-content .post .post-thumbnail a img {
	display: block;
}

.page-content .post .post-categories {
	display: block;
	margin: 0 0 20px;
}

.page-content .post .post-categories ul {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	column-gap: 7px;
	row-gap: 5px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.page-content .post .post-categories ul li a {
	-moz-border-radius: 0 10px 0 10px;
	-webkit-border-radius: 0 10px 0 10px;
	border-radius: 0 10px 0 10px;
	background: #9d0000;
	color: #ffffff;
	display: block;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 13px;
	line-height: 22px;
	padding: 0 12px;
	text-decoration: none;
}

.page-content .post .post-categories ul li a:hover {
	background: #b80000;
}

.page-content .post .entry-header {
	display: block;
	margin: 0 0 12px;
	text-align: center;
}

.page-content .post .entry-header .entry-title {
	font-size: 18px;
	margin: 0;
}

.page-content .post .entry-header .entry-title a {
	text-decoration: none;
	text-transform: uppercase;
}

.page-content .post .entry-content {
	display: block;
	margin: 0 0 20px;
}

.page-content .post .entry-content p:last-of-type {
	margin: 0;
}

.page-content .post .view-button {
	display: block;
	text-align: center;
}

.page-content .post .view-button a {
	-moz-border-radius: 0 12px 0 12px;
	-webkit-border-radius: 0 12px 0 12px;
	border-radius: 0 12px 0 12px;
	background: #9d0000;
	color: #ffffff;
	display: inline-block;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 37px;
	padding: 0 25px;
	text-decoration: none;
	text-transform: uppercase;
}

.page-content .post .view-button a:hover {
	background: #b80000;
}

.page-content .category-children {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.page-content .category-children .category-child {
	width: calc((100% - 2 * 30px) / 3);
}

.page-content .category-children .category-child > a {
	-moz-border-radius: 0 25px 0 25px;
	-webkit-border-radius: 0 25px 0 25px;
	border-radius: 0 25px 0 25px;
	display: block;
	overflow: hidden;
	position: relative;
}

.page-content .category-children .category-child > a::before {
	-moz-border-radius: 0 20px 0 20px;
	-webkit-border-radius: 0 20px 0 20px;
	border-radius: 0 20px 0 20px;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-moz-transition: border 0.3s ease-in-out;
	-ms-transition: border 0.3s ease-in-out;
	-o-transition: border 0.3s ease-in-out;
	-webkit-transition: border 0.3s ease-in-out;
	transition: border 0.3s ease-in-out;
	border: 1px solid rgba(255, 255, 255, 0.75);
	content: '';
	display: block;
	height: calc(100% - 25px);
	left: 50%;
	position: absolute;
	top: 50%;
	width: calc(100% - 25px);
	z-index: 1;
}

.page-content .category-children .category-child > a::after {
	background: black;
	background: -moz-linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	content: '';
	height: 100px;
	left: 0;
	position: absolute;
	width: 100%;
}

.page-content .category-children .category-child > a img {
	display: block;
}

.page-content .category-children .category-child > a .category-child-name {
	color: #ffffff;
	bottom: 25px;
	display: block;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.2;
	position: absolute;
	left: 0;
	padding: 0 25px;
	text-transform: uppercase;
	width: 100%;
	z-index: 1;
}

.page-content .category-children .category-child:hover > a::before {
	border: 1px solid rgba(255, 255, 255, 0);
}

.site-main-content.two-columns .page-content {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 50px;
}

@media only screen and (max-width: 991px) {
	.page-header {
		margin: 0 0 15px;
	}
	.page-header .page-title {
		font-size: 28px;
	}
	.page-content .post .post-thumbnail {
		-moz-border-radius: 0 20px 0 20px;
		-webkit-border-radius: 0 20px 0 20px;
		border-radius: 0 20px 0 20px;
	}
	.page-content .post .entry-header .entry-title {
		font-size: 16px;
	}
	.page-content .post .entry-content {
		font-size: 15px;
	}
	.page-content .post .view-button a {
		font-size: 13px;
		line-height: 34px;
		padding: 0 20px;
	}
	.page-content .category-children {
		gap: 20px;
	}
	.page-content .category-children .category-child {
		width: calc((100% - 2 * 20px) / 3);
	}
	.page-content .category-children .category-child > a {
		-moz-border-radius: 0 20px 0 20px;
		-webkit-border-radius: 0 20px 0 20px;
		border-radius: 0 20px 0 20px;
	}
	.page-content .category-children .category-child > a::before {
		-moz-border-radius: 0 15px 0 15px;
		-webkit-border-radius: 0 15px 0 15px;
		border-radius: 0 15px 0 15px;
		height: calc(100% - 20px);
		width: calc(100% - 20px);
	}
	.page-content .category-children .category-child > a .category-child-name {
		bottom: 20px;
		font-size: 14px;
	}
}

@media only screen and (max-width: 767px) {
	.page-content .post .post-thumbnail {
		-moz-border-radius: 0 25px 0 25px;
		-webkit-border-radius: 0 25px 0 25px;
		border-radius: 0 25px 0 25px;
	}
	.page-content .post .entry-header .entry-title {
		font-size: 18px;
	}
	.page-content .post .entry-content {
		font-size: 16px;
	}
	.page-content .post .view-button a {
		font-size: 14px;
		line-height: 37px;
		padding: 0 25px;
	}
	.page-content .category-children {
		gap: 30px;
	}
	.page-content .category-children .category-child {
		width: calc((100% - 30px) / 2);
	}
	.page-content .category-children .category-child > a {
		-moz-border-radius: 0 25px 0 25px;
		-webkit-border-radius: 0 25px 0 25px;
		border-radius: 0 25px 0 25px;
	}
	.page-content .category-children .category-child > a::before {
		-moz-border-radius: 0 20px 0 20px;
		-webkit-border-radius: 0 20px 0 20px;
		border-radius: 0 20px 0 20px;
		height: calc(100% - 25px);
		width: calc(100% - 25px);
	}
	.page-content .category-children .category-child > a .category-child-name {
		bottom: 25px;
		font-size: 15px;
	}
}

@media only screen and (max-width: 639px) {
	.page-header .page-title {
		font-size: 26px;
	}
	.page-content .post {
		width: calc((100% - 20px) / 2);
	}
	.page-content .post .post-thumbnail {
		-moz-border-radius: 0 20px 0 20px;
		-webkit-border-radius: 0 20px 0 20px;
		border-radius: 0 20px 0 20px;
	}
	.page-content .post .entry-header .entry-title {
		font-size: 16px;
	}
	.page-content .post .entry-content {
		font-size: 15px;
	}
	.page-content .post .view-button a {
		font-size: 13px;
		line-height: 34px;
		padding: 0 20px;
	}
	.page-content .category-children {
		gap: 20px;
	}
	.page-content .category-children .category-child {
		width: calc((100% - 20px) / 2);
	}
	.page-content .category-children .category-child > a {
		-moz-border-radius: 0 20px 0 20px;
		-webkit-border-radius: 0 20px 0 20px;
		border-radius: 0 20px 0 20px;
	}
	.page-content .category-children .category-child > a::before {
		-moz-border-radius: 0 15px 0 15px;
		-webkit-border-radius: 0 15px 0 15px;
		border-radius: 0 15px 0 15px;
		height: calc(100% - 20px);
		width: calc(100% - 20px);
	}
	.page-content .category-children .category-child > a .category-child-name {
		bottom: 20px;
		font-size: 14px;
	}
	.site-main-content.two-columns .page-content {
		column-gap: 20px;
	}
}

@media only screen and (max-width: 480px) {
	.page-header .page-title {
		font-size: 23px;
	}
	.page-content .post {
		width: 100%;
	}
	.page-content .post .post-thumbnail {
		margin: 0 auto 20px;
		max-width: 370px;
	}
	.page-content .category-children {
		column-gap: 0;
		row-gap: 30px;
	}
	.page-content .category-children .category-child {
		margin: 0 auto;
		max-width: 370px;
		width: 100%;
	}
	.page-content .category-children .category-child > a {
		-moz-border-radius: 0 25px 0 25px;
		-webkit-border-radius: 0 25px 0 25px;
		border-radius: 0 25px 0 25px;
	}
	.page-content .category-children .category-child > a::before {
		-moz-border-radius: 0 20px 0 20px;
		-webkit-border-radius: 0 20px 0 20px;
		border-radius: 0 20px 0 20px;
		height: calc(100% - 25px);
		width: calc(100% - 25px);
	}
	.page-content .category-children .category-child > a .category-child-name {
		bottom: 25px;
		font-size: 15px;
	}
	.site-main-content.two-columns .page-content {
		column-gap: 0;
		row-gap: 60px;
	}
}

@media only screen and (max-width: 319px) {
	.page-header .page-title {
		font-size: 21px;
	}
	.page-content .category-children {
		row-gap: 20px;
	}
	.page-content .category-children .category-child > a {
		-moz-border-radius: 0 20px 0 20px;
		-webkit-border-radius: 0 20px 0 20px;
		border-radius: 0 20px 0 20px;
	}
	.page-content .category-children .category-child > a::before {
		-moz-border-radius: 0 15px 0 15px;
		-webkit-border-radius: 0 15px 0 15px;
		border-radius: 0 15px 0 15px;
		height: calc(100% - 20px);
		width: calc(100% - 20px);
	}
	.page-content .category-children .category-child > a .category-child-name {
		bottom: 20px;
		font-size: 14px;
	}
}

.single-post-thumbnail {
	-moz-border-radius: 0 30px 0 30px;
	-webkit-border-radius: 0 30px 0 30px;
	border-radius: 0 30px 0 30px;
	display: block;
	margin: 0 0 30px;
	overflow: hidden;
}

.single-post-thumbnail img {
	display: block;
}

.single .entry-header {
	display: block;
	margin: 0 0 25px;
	text-align: center;
}

.single .entry-header .entry-title {
	font-size: 30px;
	line-height: 1.2;
	margin: 0;
	text-transform: uppercase;
}

.single .post-categories {
	display: block;
	margin: 0 0 20px;
}

.single .post-categories ul {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	column-gap: 7px;
	row-gap: 5px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.single .post-categories ul li a {
	-moz-border-radius: 0 10px 0 10px;
	-webkit-border-radius: 0 10px 0 10px;
	border-radius: 0 10px 0 10px;
	background: #9d0000;
	color: #ffffff;
	display: block;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 13px;
	line-height: 22px;
	padding: 0 12px;
	text-decoration: none;
}

.single .post-categories ul li a:hover {
	background: #b80000;
}

.single .entry-meta {
	color: #c7c7c7;
	display: block;
	margin: 0 0 30px;
	text-align: center;
}

.single .entry-content {
	margin: 0 0 40px;
}

.single .entry-content p {
	line-height: 1.75;
}

.single .entry-content p a {
	font-weight: 600;
}

.single .wp-block-wpzoom-recipe-card-block-recipe-card.is-style-newdesign {
	-moz-border-radius: 0 30px 0 30px;
	-webkit-border-radius: 0 30px 0 30px;
	border-radius: 0 30px 0 30px;
	padding: 30px 40px;
}

.single .wp-block-wpzoom-recipe-card-block-recipe-card .recipe-card-image {
	display: none !important;
}

.single .wp-block-wpzoom-recipe-card-block-recipe-card .recipe-card-heading .recipe-card-title {
	margin: 0;
}

.single .wp-block-wpzoom-recipe-card-block-recipe-card .ingredients-list > li .tick-circle {
	border: 2px solid #9d0000 !important;
}

.single .wp-block-wpzoom-recipe-card-block-recipe-card .recipe-card-directions img {
	-moz-border-radius: 0 20px 0 20px;
	-webkit-border-radius: 0 20px 0 20px;
	border-radius: 0 20px 0 20px;
}

.single .wp-block-wpzoom-recipe-card-block-recipe-card .recipe-card-notes .notes-title {
	display: none;
}

.single .wp-block-wpzoom-recipe-card-block-recipe-card .recipe-card-notes .recipe-card-notes-list > li {
	padding: 20px 25px 20px 40px;
}

.single .wp-block-wpzoom-recipe-card-block-recipe-card .recipe-card-notes .recipe-card-notes-list > li::before {
	background-color: #9d0000;
	left: 15px;
	top: 23px;
}

.single #comments {
	clear: both;
	float: left;
	margin: 50px 0 0;
	width: 100%;
}

.single #comments .comments-title {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px;
	text-transform: uppercase;
}

.single #comments .comment-list {
	list-style: none;
	margin: 0 0 50px;
	padding: 0;
}

.single #comments .comment-list > .comment {
	background: #f8f8f8;
	margin: 15px 0 0;
	padding: 20px 30px;
}

.single #comments .comment-list > .comment:first-child {
	margin: 0;
}

.single #comments .comment-list > .comment .comment-body {
	margin: 0 0 20px;
}

.single #comments .comment-list > .comment .comment-body .comment-meta .comment-author {
	margin: 0 0 7px;
}

.single #comments .comment-list > .comment .comment-body .comment-meta .comment-author .fn::after {
	content: ':';
}

.single #comments .comment-list > .comment .comment-body .comment-meta .comment-author .says {
	display: none;
}

.single #comments .comment-list > .comment .comment-body .comment-meta .comment-metadata {
	display: none;
}

.single #comments .comment-list > .comment .comment-body .comment-meta .comment-awaiting-moderation {
	display: block;
	font-size: 14px;
	margin: 0 0 10px;
}

.single #comments .comment-list > .comment .comment-body .comment-content p {
	margin: 0 0 10px;
}

.single #comments .comment-list > .comment .comment-body .reply {
	display: none;
}

.single #comments .comment-list > .comment .children {
	list-style: none;
	margin: 0;
	padding: 0 0 0 15px;
}

.single #comments .comment-reply-title {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px;
	text-transform: uppercase;
}

.single #comments .comment-form-url {
	display: none;
}

.single #comments .comment-form-comment > label,
.single #comments .comment-form-author > label,
.single #comments .comment-form-email > label {
	display: none;
}

.single #comments .comment-form-comment input,
.single #comments .comment-form-comment textarea,
.single #comments .comment-form-author input,
.single #comments .comment-form-author textarea,
.single #comments .comment-form-email input,
.single #comments .comment-form-email textarea {
	max-width: 100%;
}

.single #comments .comment-form-comment textarea {
	height: 160px;
	resize: none;
}

.single #comments .emojionearea,
.single #comments .emojionearea.form-control {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: none;
	border: 0;
}

.single #comments .emojionearea .emojionearea-editor,
.single #comments .emojionearea.form-control .emojionearea-editor {
	-moz-border-radius: 0 12px 0 12px;
	-webkit-border-radius: 0 12px 0 12px;
	border-radius: 0 12px 0 12px;
	background: #ffffff;
	border: 1px solid #e2e2e2;
	color: #202020;
	font-size: 16px;
	height: 160px;
	line-height: 25px;
	margin: 0;
	max-height: initial;
	min-height: 0;
	padding: 10px 25px 10px 20px;
}

.single #comments .emojionearea .emojionearea-editor:empty::before,
.single #comments .emojionearea.form-control .emojionearea-editor:empty::before {
	color: rgba(32, 32, 32, 0.7);
}

.single .relpost-thumb-wrapper {
	clear: both;
	float: left;
	margin: 50px 0 0;
	width: 100%;
}

.single .relpost-thumb-wrapper .relpost-block-container {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.single .relpost-thumb-wrapper .relpost-block-container .relpost-block-single {
	background: none;
	border: 0;
	display: block;
	margin: 0;
	padding: 0;
	width: calc((100% - 2 * 20px) / 3);
}

.single .relpost-thumb-wrapper .relpost-block-container .relpost-block-single .relpost-custom-block-single {
	height: auto !important;
	width: 100% !important;
}

.single .relpost-thumb-wrapper .relpost-block-container .relpost-block-single .relpost-custom-block-single .relpost-block-single-image {
	-moz-border-radius: 0 20px 0 20px;
	-webkit-border-radius: 0 20px 0 20px;
	border-radius: 0 20px 0 20px;
	background-size: contain !important;
	height: auto !important;
	overflow: hidden;
	padding-top: 75.206%;
	width: 100% !important;
}

.single .relpost-thumb-wrapper .relpost-block-container .relpost-block-single .relpost-custom-block-single .relpost-block-single-text {
	color: #9d0000 !important;
	font-family: "Roboto Condensed", sans-serif !important;
	font-size: 15px !important;
	font-weight: 700;
	line-height: 1.5;
	margin: 20px 0 0;
	text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
	.single .entry-header {
		margin: 0 0 20px;
	}
	.single .entry-header .entry-title {
		font-size: 27px;
	}
	.single .wp-block-wpzoom-recipe-card-block-recipe-card .recipe-card-heading .recipe-card-title {
		font-size: 27px;
	}
}

@media only screen and (max-width: 991px) {
	.single .entry-header .entry-title {
		font-size: 24px;
	}
	.single .wp-block-wpzoom-recipe-card-block-recipe-card.is-style-newdesign {
		margin: 30px 0;
		padding: 20px 30px;
	}
	.single .wp-block-wpzoom-recipe-card-block-recipe-card .recipe-card-heading .recipe-card-title {
		font-size: 24px;
	}
	.single #comments .comment-reply-title {
		font-size: 20px;
	}
	.single .relpost-thumb-wrapper .relpost-block-container .relpost-block-single .relpost-custom-block-single .relpost-block-single-text {
		margin: 10px 0 0;
	}
}

@media only screen and (max-width: 767px) {
	.single-post-thumbnail {
		margin: 0 auto 30px;
		max-width: 550px;
	}
}

@media only screen and (max-width: 480px) {
	.single-post-thumbnail {
		-moz-border-radius: 0 20px 0 20px;
		-webkit-border-radius: 0 20px 0 20px;
		border-radius: 0 20px 0 20px;
		margin: 0 auto 20px;
	}
	.single .entry-header .entry-title {
		font-size: 22px;
	}
	.single .wp-block-wpzoom-recipe-card-block-recipe-card.is-style-newdesign {
		margin: 20px 0;
		padding: 20px 25px;
	}
	.single .wp-block-wpzoom-recipe-card-block-recipe-card.is-style-newdesign .directions-list > li {
		padding-left: 25px;
	}
	.single .wp-block-wpzoom-recipe-card-block-recipe-card.is-style-newdesign .directions-list > li::before {
		font-size: 20px;
		margin-right: 0;
		width: 20px;
	}
	.single .wp-block-wpzoom-recipe-card-block-recipe-card .recipe-card-heading .recipe-card-title {
		font-size: 20px;
	}
	.single .entry-meta {
		margin: 0 0 20px;
	}
	.single #comments .comment-list > .comment {
		padding: 15px 25px;
	}
	.single .relpost-thumb-wrapper {
		float: none;
		margin: 0 auto;
		max-width: 240px;
		padding-top: 30px;
	}
	.single .relpost-thumb-wrapper .relpost-block-container {
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-webkit-flex-direction: column;
		flex-direction: column;
		row-gap: 20px;
	}
	.single .relpost-thumb-wrapper .relpost-block-container .relpost-block-single {
		width: 100%;
	}
}

.col-sidebar .widget {
	clear: both;
	float: left;
	margin: 50px 0 0;
	padding: 50px 0 0;
	position: relative;
	width: 100%;
}

.col-sidebar .widget::before {
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #ebebeb;
	content: '';
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	top: 0;
	width: 150px;
}

.col-sidebar .widget:first-of-type {
	margin: 0;
	padding: 0;
}

.col-sidebar .widget:first-of-type::before {
	display: none;
}

@media only screen and (max-width: 991px) {
	.col-sidebar .widget {
		margin: 35px 0 0;
		padding: 35px 0 0;
	}
	.col-sidebar .widget::before {
		width: 100px;
	}
}

@media only screen and (max-width: 767px) {
	.site-main-content .col-sidebar section {
		width: calc((100% - 30px) / 2);
	}
	.site-main-content .col-sidebar section:nth-child(1) {
		-moz-flex-order: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
	}
	.site-main-content .col-sidebar section:nth-child(2) {
		-moz-flex-order: 3;
		-ms-flex-order: 3;
		-webkit-order: 3;
		order: 3;
	}
	.site-main-content .col-sidebar section:nth-child(3) {
		-moz-flex-order: 5;
		-ms-flex-order: 5;
		-webkit-order: 5;
		order: 5;
		width: 100%;
	}
	.site-main-content .col-sidebar section:nth-child(4) {
		-moz-flex-order: 4;
		-ms-flex-order: 4;
		-webkit-order: 4;
		order: 4;
	}
	.site-main-content .col-sidebar section:nth-child(5) {
		-moz-flex-order: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
		margin: 0;
		padding: 0;
	}
	.site-main-content .col-sidebar section:nth-child(5)::before {
		display: none;
	}
}

@media only screen and (max-width: 639px) {
	.site-main-content .col-sidebar section {
		width: calc((100% - 20px) / 2);
	}
}

@media only screen and (max-width: 480px) {
	.site-main-content .col-sidebar .widget::before {
		width: 50%;
	}
	.site-main-content .col-sidebar section {
		width: 100%;
	}
	.site-main-content .col-sidebar section:nth-child(5) {
		margin: 35px 0 0;
		padding: 35px 0 0;
	}
	.site-main-content .col-sidebar section:nth-child(5)::before {
		display: block;
	}
}

.sidebar-about-me {
	display: block;
	text-align: center;
}

.sidebar-about-me .block-title {
	display: block;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 19px;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 1;
	margin: 0 0 20px;
	text-transform: uppercase;
}

.sidebar-about-me .block-content .about-image {
	-moz-border-radius: 0 20px 0 20px;
	-webkit-border-radius: 0 20px 0 20px;
	border-radius: 0 20px 0 20px;
	display: inline-block;
	height: 140px;
	margin: 0 0 20px;
	overflow: hidden;
	width: 140px;
}

.sidebar-about-me .block-content .about-image img {
	display: block;
}

.sidebar-about-me .block-content h2 {
	font-size: 18px;
	line-height: 1.2;
	margin: 0 0 10px;
}

.sidebar-about-me .block-content p {
	font-size: 14px;
	line-height: 1.75;
}

.sidebar-about-me .block-content .button a {
	-moz-border-radius: 0 12px 0 12px;
	-webkit-border-radius: 0 12px 0 12px;
	border-radius: 0 12px 0 12px;
	-moz-transition: background 0.2s ease-in-out;
	-ms-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	-webkit-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
	background: #9d0000;
	color: #ffffff;
	content: '';
	display: inline-block;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.3px;
	line-height: 37px;
	padding: 0 15px;
	text-decoration: none;
	text-transform: uppercase;
}

.sidebar-about-me .block-content .button a:hover {
	background: #b80000;
}

.sidebar-banner {
	display: block;
	position: relative;
}

.sidebar-banner .banner-image {
	-moz-border-radius: 0 25px 0 25px;
	-webkit-border-radius: 0 25px 0 25px;
	border-radius: 0 25px 0 25px;
	display: block;
	overflow: hidden;
	position: relative;
}

.sidebar-banner .banner-image img {
	display: block;
}

.sidebar-banner .banner-image::after {
	-moz-border-radius: 0 20px 0 20px;
	-webkit-border-radius: 0 20px 0 20px;
	border-radius: 0 20px 0 20px;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	border: 1px solid rgba(255, 255, 255, 0.75);
	content: '';
	display: block;
	height: calc(100% - 20px);
	left: 50%;
	position: absolute;
	top: 50%;
	width: calc(100% - 20px);
}

.sidebar-banner .button {
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	left: 50%;
	position: absolute;
	top: 50%;
}

.sidebar-banner .button a {
	-moz-border-radius: 0 12px 0 12px;
	-webkit-border-radius: 0 12px 0 12px;
	border-radius: 0 12px 0 12px;
	-moz-transition: background 0.2s ease-in-out;
	-ms-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	-webkit-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
	background: #9d0000;
	color: #ffffff;
	content: '';
	display: inline-block;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 37px;
	padding: 0 15px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
}

.sidebar-banner .button a:hover {
	background: #b80000;
}

@media only screen and (max-width: 991px) {
	.sidebar-banner .button a {
		font-size: 12px;
		line-height: 31px;
	}
}

@media only screen and (max-width: 767px) {
	.sidebar-banner .button a {
		font-size: 14px;
		line-height: 37px;
	}
}

@media only screen and (max-width: 639px) {
	.sidebar-banner .button a {
		font-size: 12px;
		line-height: 31px;
	}
}

@media only screen and (max-width: 480px) {
	.sidebar-banner {
		margin: 0 auto;
		max-width: 370px;
	}
	.sidebar-banner .button a {
		font-size: 14px;
		line-height: 37px;
	}
}

.sidebar-categories {
	display: block;
}

.sidebar-categories ul {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 2px;
}

.sidebar-categories ul li {
	display: block;
	width: calc((100% - 3 * 2px) / 4);
}

.sidebar-categories ul li a {
	-moz-border-radius: 2px 15px 2px 15px;
	-webkit-border-radius: 2px 15px 2px 15px;
	border-radius: 2px 15px 2px 15px;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-moz-transition: background 0.2s ease-in-out;
	-ms-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	-webkit-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
	background: #9d0000;
	color: #ffffff;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 11px;
	font-weight: 700;
	height: 90px;
	letter-spacing: 0.5px;
	line-height: 1;
	padding: 15px 5px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.sidebar-categories ul li a:hover {
	background: #b80000;
}

.sidebar-categories ul li a::before {
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	font-family: "icomoon";
	font-size: 25px;
	font-weight: 400;
	left: 50%;
	line-height: 1;
	position: absolute;
	top: 20px;
}

.sidebar-categories ul li.appetizers a::before {
	content: "";
}

.sidebar-categories ul li.beverages a::before {
	content: "";
}

.sidebar-categories ul li.muffins a::before {
	content: "";
}

.sidebar-categories ul li.puddings a::before {
	content: "";
}

.sidebar-categories ul li.cakes-buns a::before {
	content: "";
}

.sidebar-categories ul li.crepes a::before {
	content: "";
}

.sidebar-categories ul li.desserts a::before {
	content: "";
}

.sidebar-categories ul li.sweets a::before {
	content: "";
}

.sidebar-categories ul li.fitness a::before {
	content: "";
}

.sidebar-categories ul li.winter a::before {
	content: "";
}

.sidebar-categories ul li.rabbit a::before {
	content: "";
}

.sidebar-categories ul li.vegetables a::before {
	content: "";
}

.sidebar-categories ul li.mini-cakes a::before {
	content: "";
}

.sidebar-categories ul li.pancakes a::before {
	content: "";
}

.sidebar-categories ul li.panna-cotta a::before {
	content: "";
}

.sidebar-categories ul li.spaghetti a::before {
	content: "";
}

.sidebar-categories ul li.fish a::before {
	content: "";
}

.sidebar-categories ul li.pizza a::before {
	content: "";
}

.sidebar-categories ul li.pies a::before {
	content: "";
}

.sidebar-categories ul li.pork a::before {
	content: "";
}

.sidebar-categories ul li.chicken a::before {
	content: "";
}

.sidebar-categories ul li.duck a::before {
	content: "";
}

.sidebar-categories ul li.roulades a::before {
	content: "";
}

.sidebar-categories ul li.salads a::before {
	content: "";
}

.sidebar-categories ul li.sauces a::before {
	content: "";
}

.sidebar-categories ul li.soups a::before {
	content: "";
}

.sidebar-categories ul li.cakes a::before {
	content: "";
}

.sidebar-categories ul li.beef a::before {
	content: "";
}

@media only screen and (max-width: 991px) {
	.sidebar-categories ul li {
		width: calc((100% - 2 * 2px) / 3);
	}
	.sidebar-categories ul li a {
		height: 80px;
		padding: 10px 5px;
	}
	.sidebar-categories ul li a::before {
		top: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.sidebar-categories ul li {
		width: calc((100% - 5 * 2px) / 6);
	}
}

@media only screen and (max-width: 480px) {
	.sidebar-categories ul li {
		width: calc((100% - 3 * 2px) / 4);
	}
}

@media only screen and (max-width: 319px) {
	.sidebar-categories ul li {
		width: calc((100% - 2 * 2px) / 3);
	}
}

.wp-polls,
.wp-polls-form {
	background: none;
}

.wp-polls-ans {
	background: none;
}

.wp-poll-title {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 16px;
	letter-spacing: 0.5px;
	margin: 0 0 15px;
	text-transform: uppercase;
}

.wp-polls-ul {
	margin: 0 0 20px;
}

.wp-polls-ul li {
	font-size: 15px;
	margin: 0 0 5px;
}

.wp-polls-ul li input {
	cursor: pointer;
}

.wp-polls-ul li label {
	cursor: pointer;
	padding-left: 5px;
}

.wp-polls .Buttons {
	-moz-border-radius: 0 12px 0 12px;
	-webkit-border-radius: 0 12px 0 12px;
	border-radius: 0 12px 0 12px;
	-moz-transition: background 0.2s ease-in-out;
	-ms-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	-webkit-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
	background: #9d0000;
	border: 1px solid #9d0000;
	color: #ffffff;
	content: '';
	display: inline-block;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.3px;
	line-height: 37px;
	padding: 0 25px;
	text-decoration: none;
	text-transform: uppercase;
}

.wp-polls .Buttons:hover {
	background: #b80000;
	border: 1px solid #b80000;
}

@media only screen and (max-width: 991px) {
	.wp-poll-title {
		font-size: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.wp-poll-title {
		font-size: 18px;
		margin: 0 0 20px;
	}
}

@media only screen and (max-width: 480px) {
	.wp-polls {
		margin: 0 auto;
		max-width: 310px;
		text-align: center;
	}
}

#cookie-notice #cn-notice-text {
	margin: 0;
}

#cookie-notice #cn-notice-buttons > a {
	color: #ffffff;
}

#cookie-notice .cn-close-icon {
	opacity: 1;
}

#cookie-notice .cn-close-icon::before, #cookie-notice .cn-close-icon::after {
	background-color: #ffffff;
}

.grecaptcha-badge {
	right: -270px !important;
}

/*# sourceMappingURL=style.css.map */