/*!
Theme Name: Distilling
Theme URI: http://mobilelifedesigns.com
Author: Distilling.com
Author URI: http://mobilelifedesigns.com
Description: Custom theme for Distilling.com
Version: 5.0.149
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: distilling
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Distilling is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * 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;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 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;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* 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;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * 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;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * 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;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	/* 1 */
	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;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * 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;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * 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;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * 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;
	/* 1 */
	font: inherit;
	/* 2 */
}

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

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

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

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

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

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

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	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 {
	left: 100%;
}

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

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

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

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

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

@media screen and (min-width: 833px) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: block;
	}
}

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

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

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	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;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

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

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

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

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

.hentry {
	margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

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

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

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

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## CUSTOM CSS
--------------------------------------------------------------*/
html {
	font-size: 10px;
	font-family: 'TradeGothicLTPro', 'Source Sans Pro', sans-serif;
}

body {
	color: #6e6e6f;
}

@media (min-width:1200px) {
	.container {
		max-width: 1280px;
	}
}

.margin-bottom-none {
	margin-bottom: 0 !important;
}

.padding-md {
	padding-top: 20px;
	padding-bottom: 20px;
}

.padding-top-md {
	padding-top: 20px;
}

.padding-bottom-md {
	padding-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #4c4c4d;
	font-family: 'TradeGothicLTPro', 'Source Sans Pro', sans-serif;
	font-weight: 600;
	line-height: 1em;
	margin-top: 0;
}

h1 {
	font-size: 4.2rem;
}

h2 {
	font-size: 3.6rem;
}

h3 {
	font-size: 2.8rem;
}

h4 {
	font-size: 2rem;
}

h5 {
	font-size: 1.2rem;
}

.content-area ul,
.content-area ol {
	padding: 0;
}

p,
.content-area li,
.entry-content {
	color: #6e6e6f;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.2em;
	font-family: 'TradeGothicLTPro', 'Source Sans Pro', sans-serif;
	margin-bottom: 1.5rem;
}

b,
strong {
	font-family: 'TradeGothicLTPro-Bold', 'Source Sans Pro', sans-serif;
}

hr {
	margin-bottom: 1.5rem;
}

.orange {
	color: #d15b21 !important;
}

.underline {
	text-decoration: underline !important;
}

a,
a:visited {
	font-family: 'TradeGothicLTPro', 'Source Sans Pro', sans-serif;
	color: #d15b21;
	cursor: pointer;
}

a:hover {
	color: #8c8c8c;
	text-decoration: none;
}

a.read-more {
	color: #D15B21;
	font-size: 1.8rem;
	font-weight: 600;
	white-space: nowrap;
}

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

a.read-more:visited {
	color: #D15B21;
}

:focus {
	outline: none !important;
}

button {
	border: none !important;
}

.content-button {
	display: inline-block;
	border: 2px solid #808080;
	padding: 10px 20px;
	border-radius: 10px;
	transition: 0.2s all;
	color: #808080;
	box-sizing: border-box;
	transition: all 0.3s ease;

}

.join-now {
	color: #d15b21;
	margin-bottom: 10px;
}

.join-now:hover {
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
}

.top-shadow {
	position: relative;
	margin-bottom: -8px;
}

.top-shadow:before {
	content: "";
	position: absolute;
	top: -10px;
	left: 0;
	width: 100%;
	height: 7px;
	box-shadow: 0 0 14px rgba(0, 0, 0, .15);
	z-index: 100;
}

.top-shadow:after {
	content: "";
	position: absolute;
	bottom: -7px;
	left: 0;
	width: 100%;
	height: 10px;
	z-index: 101;
	background-color: #fff;
}

.top-shadow+div {}

/* BUTTONS */
.btn:focus {
	box-shadow: none;
}

.btn {
	font-family: 'TradeGothicLTPro', 'Source Sans Pro', sans-serif;
	background-color: #D15B21;
	border: none;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

a.btn,
a.btn:hover {
	color: #fff;
}

a.btn {
	font-size: 1.6rem;
}

a.btn.btn-sm {
	font-size: 1.4rem;
}

a.btn.btn-lg {
	font-size: 1.8rem;
}

.btn a {
	color: #fff !important;
	font-size: 1.6rem;
	font-weight: 600;
}

.btn a:hover {
	text-decoration: none;
}

.btn:hover {
	background-color: #000;
}

.btn-lg {
	font-size: 1.8rem;
}

.btn-black {
	color: #fff;
	background-color: #000;
}

/* HEADER */
.site-header {
	z-index: 9999;
}

.site-header .container {
	padding: 15px;
	border-bottom: 2px solid #ccc;
}

.site-branding img {
	max-width: 250px;
	margin-left: 20px;
}

.main-navigation a {
	font-family: 'TradeGothicLTPro', 'Source Sans Pro', sans-serif;
	color: #4c4c4d;
	padding: 0 1rem;
	font-size: 1.6rem;
	line-height: 1.2em;
	white-space: normal !important;
}

.main-navigation ul ul a,
.main-navigation ul ul a:hover {
	color: #fff;
}

.main-navigation ul ul {
	box-shadow: none;
}

.dropdown-menu {
	border: none;
	padding: 0;
}

.main-navigation #primary-menu>li.current-menu-item>a {
	color: #000;
}

#site-navigation .navbar-toggler {
	color: #4c4c4d;
	// float: right;
	// margin-top: -44px;
	position: absolute;
	right: -10px;
	top: -120px;
}

@media (max-width: 767.98px) {
	#site-navigation .navbar-toggler {
		top: -210px;
	}
}

@media (min-width: 1200px) {
	.site-header .row {
		align-items: flex-end;
	}

	#distilling-navbar .navbar-nav {
		margin-left: auto;
	}

	.main-navigation .dropdown-item {
		padding: .5em 1em;
	}

	.main-navigation #primary-menu a.nav-link {
		padding: 0 1em;
	}

	.main-navigation .menu-item-has-children>a:after {
		content: "\f0d7";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		position: relative;
		left: 5px;
	}

	.main-navigation .menu-item-has-children li.current-menu-item a,
	.main-navigation .menu-item-has-children li:hover>a {
		background-color: #D15B21 !important;
	}

	.main-navigation ul.dropdown-menu {
		background-color: #4c4c4d;
	}

	.main-navigation ul.dropdown-menu ul,
	.main-navigation ul.dropdown-menu ul ul {
		background-color: #000;
	}

	.main-navigation ul li:nth-child(n+4) ul>li:hover ul,
	.main-navigation ul ul ul li:hover ul {
		left: auto !important;
		right: 100%;
	}
}

@media (max-width: 1199px) {

	/* MOBILE MENU */
	.main-navigation.toggled ul {
		background-color: #000;
		float: left;
		width: 100%;
	}

	.main-navigation.toggled #primary-menu {
		padding: 1.5rem;
	}

	.main-navigation a,
	.main-navigation a:hover {
		color: #fff;
	}

	.main-navigation #primary-menu a.nav-link {
		padding: .5em 1em;
	}

	.main-navigation #primary-menu>li>a {
		background-color: #4c4c4d;
	}

	.main-navigation ul ul a {
		padding: .5em 1em .5em 2.5em;
	}

	.main-navigation ul ul li.menu-item-has-children>a {
		font-weight: bold;
	}

	.main-navigation li.current-menu-item>a,
	.main-navigation a:hover,
	.main-navigation a:focus {
		color: #fff;
		background-color: #D15B21 !important;
	}

	.main-navigation li {
		width: 100%;
	}

	.main-navigation li a {
		width: 100% !important;
	}

	.main-navigation ul ul ul a {
		padding-left: 4em;
	}

	.main-navigation ul ul ul li.menu-item-has-children>a {
		font-weight: bold;
	}

	.main-navigation ul ul ul ul a {
		color: #7d7d7d;
		padding-left: 5.5em;
	}
}

/* PAGE CONTENT */
.site-content {
	padding: 30px 0;
}

.entry-header h1.entry-title.has-subtitle {
	margin-bottom: 1rem;
}

.entry-header .subtitle {
	font-size: 3.6rem;
}

/* HOMEPAGE */
/*
.home .site-header, .page-template-front-page .site-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.home .site-header .container, .page-template-front-page .site-header .container {
	border-bottom: none;
}

.home .main-navigation a, .logo-light .main-navigation a, .home #site-navigation .navbar-toggler, .logo-light #site-navigation .navbar-toggler, .page-template-front-page .main-navigation a, .page-template-front-page #site-navigation .navbar-toggler {
	color: #fff;
}

.home .site-content, .page-template-front-page .site-content {
	padding-top: 0;
}
*/

.ytc_title.ytc_title_below {
	margin-top: 15px;
}

.home-dm-latest figure {
	margin-top: 0;
}

.home-dm-latest h2 {
	margin-top: 15px;
}

#home-distillery-map-image {
	text-align: center;
	margin: 0 auto 30px auto
}

#home-distillery-map-image img {
	border: 4px solid #D27C2A;
	padding: 10px;
	margin-bottom: 15px;
}

@media (min-width: 1200px) {

	#home-distillery-map-image {
		max-width: 80%;
	}

}

/* GRID ITEMS */
.grid-items .grid-item {
	position: relative;
	margin-bottom: 30px;
}

.grid-items .grid-item a {
	text-decoration: none;
}

.grid-items .grid-item .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.grid-items .grid-item .overlay h2 {
	color: #fff;
	font-size: 2.4rem;
	font-weight: 600;
	position: relative;
	top: 50%;
	margin-top: -.5em;
	text-align: center;
}

@media (max-width: 575px) {
	.grid-items .grid-item .overlay h2 {
		font-size: 4.2rem;
	}
}

.grid-item figure {
	position: relative;
	margin: 0;
}

.grid-items .grid-item:hover .overlay {
	background-color: rgba(0, 0, 0, .8);
}

.grid-items .grid-item.title-top-left h2 {
	font-size: 1.8rem;
	text-align: left;
	margin-top: 10px;
	top: 0;
	left: 10px;
}

.grid-items .grid-item h3 {
	margin-top: 15px;
	font-size: 4rem;
	font-weight: 400;
}

.grid-items .grid-item .read-more {
	color: #4c4c4d;
	font-size: 1.8rem;
	font-weight: 600;
}

/* HERO */
.hero {
	width: 100%;
}

.hero .swiper-slide {
	padding: 0 0 50px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center right;
}

.swiper-slide.dark h1,
.swiper-slide.dark h4,
.swiper-slide.dark p {
	color: #000 !important;
}

.swiper-slide.light h1,
.swiper-slide.light h4,
.swiper-slide.light p {
	color: #fff !important;
}

.swiper-button-prev,
.swiper-button-next {
	color: #fff;
}

/*@media (min-width: 1921px) {*/
/*	.hero .swiper-slide {*/
/*		padding: 250px 0;*/
/*	}*/
/*}*/

@media (max-width: 997px) {
	.hero .swiper-slide {
		background-position: center left;
	}
}

@media (min-width: 992px) {
	.hero .swiper-slide .mobile {
		display: none;
	}
}

@media (max-width: 991px) {
	.hero .swiper-slide {
		background-image: none !important;
		padding: 0;
	}

	.hero .swiper-slide:before {
		display: none;
	}

	.hero .swiper-pagination-bullet {
		display: none !important;
	}

	.swiper-button-next,
	.swiper-button-prev {
		top: 25%;
	}

	.hero .swiper-slide img {
		width: 100%;
	}

	.hero .swiper-slide .desktop {
		display: none;
	}

	.swiper-slide.light h1,
	.swiper-slide.light h4,
	.swiper-slide.light p {
		color: inherit !important;
	}
}

.hero .swiper-slide:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
}

.swiper-pagination-bullet {
	width: 2rem;
	height: 2rem;
	opacity: .5;
}

.swiper-slide {
	height: auto;
}

.hero .btn {
	padding: .5rem;
	border-radius: 4rem;
}

.hero .btn a {
	display: flex;
	align-items: center;
	text-decoration: none;
}

.hero .btn i {
	font-size: 6rem;
}

.hero .btn span {
	margin: 0 1rem;
}

@media (max-width: 576px) {
	.hero .container {
		max-width: 80%;
	}
}

/* LOGO CAROUSEL */
.logo-container .swiper-button-next,
.logo-container .swiper-button-prev {
	color: #8c8c8c;
	font-size: 4.4em;
	background: none !important;
	width: auto !important;
}

.logo-container .swiper-button-prev {
	left: 2%;
}

.logo-container .swiper-button-next {
	right: 2%;
}

.logo-container .swiper-inner-wrap {
	margin-left: 7%;
	margin-right: 7%;
	overflow: hidden;
}

/* EVENTS, BOOKS & SPEAKERS GRID */
.event-grid-item,
.book-grid-item,
.speaker-grid-item,
.judge-grid-item {
	border: 1px solid #4c4c4d;
	height: 100%;
	margin-bottom: 2rem;
	border-radius: 10px;
	overflow: hidden;
}

.event-grid-item .hentry,
.book-grid-item .hentry,
.speaker-grid-item .hentry,
.judge-grid-item .hentry {
	margin-bottom: 0;
}

.event-grid-item .event-category {
	position: absolute;
	top: 0;
	left: 15px;
	background-color: #98989a;
	color: #fff;
	font-size: 1.2rem;
	padding: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.event-grid-item img,
.judge-grid-item img,
.speaker-grid-item img {
	width: 100%;
}

.book-grid-item .book-grid-item-image {
	background-color: #000;
	text-align: center;
}

.book-grid-item .book-grid-item-image img {
	height: 100%;
	max-height: 300px;
	width: auto;
	padding: 20px;
}

.event-grid-item .event-grid-item-bottom,
.book-grid-item .book-grid-item-bottom,
.speaker-grid-item .speaker-grid-item-bottom,
.judge-grid-item .judge-grid-item-bottom {
	padding: 1.5rem;
}

.event-grid-item h2,
.book-grid-item h2,
.speaker-grid-item h2,
.judge-grid-item h2 {
	font-size: 2.4rem;
}

.speaker-grid-item h2 {
	margin-bottom: 1.5rem;
}

.event-grid-item .entry-meta {
	font-size: 1.6em;
	margin-bottom: 1.5rem;
}

.judge-grid-item .entry-meta,
.speaker-grid-item .entry-meta {
	margin-bottom: 1.5rem;
	color: #6e6e6f;
	font-weight: 400;
	line-height: 1.2em;
	font-family: 'TradeGothicLTPro', 'Source Sans Pro', sans-serif;
}

.event-grid-item .entry-meta,
.book-grid-item .book-author {
	display: block;
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
}

.event-grid-item .entry-meta p {
	font-size: 1.5rem;
}

.event-grid-item span,
.book-grid-item span,
.speaker-grid-item span {
	display: block;
}

.event-grid-item-button,
.book-grid-item-button,
.speaker-grid-button,
.judge-grid-button {
	text-align: center;
}

/* NEWS ITEMS */
.news-items .entry-content {
	margin: 0 auto;
}

/* BILL'S BLOG */
.event-grid-item .category-bills-blog .entry-header,
.event-grid-item .category-bills-blog .entry-header p {
	font-size: 2rem;
	font-weight: bold;
}

/* SINGLE EVENT & DISTILLERY*/
.single.single-events #map,
.single.single-distillery #map {
	height: 100%;
	min-height: 300px;
}

.single.single-events .entry-meta,
.single.single-distillery .entry-meta,
.single.single-speakers .entry-meta {
	font-size: 1.8rem;
	padding: 1.5rem;
	height: 100%;
	background-color: #e5e5e6;
}

.single.single-events .event-info,
.single.single-distillery .distillery-info,
.single.single-speakers .speaker-info {
	border-bottom: 1px dashed;
}

.single.single-distillery .distillery-info {
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.single.single-events .event-info-heading,
.single.single-distillery .distillery-info-heading {
	font-weight: bold;
}

.single.single-events .entry-meta .btn {
	margin-top: 1.5rem;
}

/* SINGLE BOOK */
.single.single-books .book-title {
	margin-bottom: 1rem;
}

.single.single-books .book-author p {
	font-size: 2.2rem;
}

.single.single-books .book-price {
	color: #D15B21;
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 2rem;
}

.single.single-books .book-buy-now-button {
	display: block;
	width: 100%;
}

.single.single-books .book-buttons .btn {
	color: #4c4c4d !important;
	background-color: #f0f0f0;
	border: 1px solid rgb(220, 220, 220) !important;
	display: block;
	width: 100%;
}

.single.single-books .book-buttons .btn:hover {
	color: #fff !important;
	background-color: #000;
	border-color: #000;
}

.single.single-books .entry-footer {
	font-size: 1.5rem;
}

.single.single-books .entry-footer span {
	font-weight: bold;
}

/* VIDEOS */

/* FILTERS */

#videos-search-button {
	color: #fff !important;
}

#videos-search-input:focus {
	border-color: #ccc;
	box-shadow: none;
}

#video-filters {
	padding: 20px;
	border: 1px solid #ccc;
}

#video-filters li {
	color: #4c4c4d;
	background-color: transparent !important;
}

#video-filters li.list-group-item {
	margin-bottom: 0 !important;
	border: none !important;
}

#video-filters li.has_children i {
	position: absolute;
	top: .25em;
	right: 5px;
	padding: 5px;
	cursor: pointer;
	z-index: 10;
}

#video-filters li a,
#videos-reset-search {
	color: #d15b21 !important;
	font-size: 1.2rem;
	text-decoration: underline;
	cursor: pointer;
}

#video-filters .video-term-children li {
	font-size: 1em;
}

/* SINGLE VIDEO */
@media (max-width: 1200px) {

	.single-videos .post-navigation .nav-previous span,
	.single-videos .post-navigation .nav-next span {
		display: none;
	}

	.single-videos .post-navigation .nav-previous a,
	.single-videos .post-navigation .nav-next a {
		background-color: #ccc;
		display: inline-block;
		padding: 8px;
	}

	.single-videos .post-navigation a:hover {
		color: #000;
	}
}

/* SPIRITS SEARCH & FILTER */

.form-group {
	margin-top: 5px;
}

.page-item.active .page-link {
	background-color: #D15B21;
	border-color: #D15B21;
}

.page-item:not(.active) a.page-link {
	color: #D15B21 !important;
}

.page-link:focus {
	box-shadow: none;
}

.dp-adi-spirits-table .navbar {
	padding: 0 0 10px;
}

#dp-adi-filter-search-form .form-control {
	font-size: 1.6rem;
	font-weight: 300;
	-webkit-appearance: menulist-button;
	height: 37px;
}

#dp-adi-filter-search-form input[type="search"],
#supplier-table_wrapper input[type="search"],
.dp-adi-distributors-table input[type="search"] {
	font-size: 1.6rem;
	font-weight: 300;
	-webkit-appearance: none;
	height: 37px;
	min-width: 275px;
}

.dp-adi-spirits-table .form-control-sm,
.dp-adi-distributors-table .form-control-sm {
	height: auto;
	font-size: 1.6rem;
}

.tablepress .sorting:hover,
.tablepress .sorting_asc,
.tablepress .sorting_desc {
	color: #fff !important;
	background-color: #D15B21 !important;
}

.tablepress thead th {
	color: #fff !important;
	background-color: #4c4c4d !important;
}

.tablepress thead .sorting:before {
	/*font-family: TablePress;
    font-weight: 400;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 6px;
    margin: auto;
    height: 14px;
    line-height: 1;
    */
}

@media (max-width: 576px) {
	.form-group {
		width: 100%;
	}
}

/* GLOSSARY / TOGGLES */
#glossary-filter li {
	margin-left: 1rem;
}

#glossary-filter li:first-of-type {
	margin-left: 0;
}

.toggle {
	display: block;
	position: relative;
	margin: 0 0 20px 0;
}

.toggle .togglet,
.toggle .toggleta {
	display: block;
	position: relative;
	line-height: 24px;
	padding: 0 0 0 24px;
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	color: #444;
	cursor: pointer;
}

.toggle .togglet i {
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	text-align: center;
	font-size: 1em;
	line-height: 1em;
}

.toggle .toggleta {
	font-weight: bold;
}

.toggle .togglet i.toggle-open,
.toggle .toggleta i.toggle-closed {
	display: none;
}

.toggle .toggleta i.toggle-open {
	display: block;
}

.toggle .togglec {
	display: block;
	position: relative;
	padding: 10px 0 0 24px;
}

/* ARCHIVE PAGES */
.archive .posts-navigation {
	display: block;
	width: 100%;
	font-size: 1.8rem;
}

/* SIDEBAR */
.sidebar {
	/* min-width: 330px; */
}

.sidebar .widget {
	clear: both;
}

.textwidget {
	text-align: center;
}

.sidebar ul {
	float: left;
	text-align: left;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

.sidebar li {
	color: #8c8c8c;
	font-size: 1.8em;
	font-weight: 400;
	line-height: 1.2em;
	font-family: 'TradeGothicLTPro', 'Source Sans Pro', sans-serif;
	margin-bottom: 5px;
}

.sidebar li a {
	color: #8c8c8c;
}

.sidebar .google-sidebar-ads>div {
	margin-bottom: 3rem;
}

/* FOOTER */
.site-footer {
	color: #fff;
	background-color: #101010;
	padding: 30px 0;
}

#footer-top {
	padding: 30px 0;
	background-image: url('/wp-content/themes/distilling/images/footer.jpg');
	background-size: cover;
}

#footer-top .row>div {
	align-self: flex-end;
}

#footer-top h3,
#footer-top p {
	color: #fff;
}

#footer-logo {
	max-width: 200px;
	display: block;
}

.cc-footer-button {
	display: block;
	width: 200px;
	margin-top: 15px;
}

.site-social ul {
	display: flex;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.site-social ul li a {
	color: #fff;
	font-size: 2.8rem;
	margin-right: 1em;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.site-social ul li a:hover {
	color: #D15B21;
}

.site-info p {
	color: #fff;
	margin-bottom: 0;
}

@media (max-width: 997px) {
	#footer-logo {
		margin: 0 auto 30px auto;
	}

	.cc-footer-button {
		margin: 15px auto 0 auto;
	}
}

@media (max-width: 576px) {
	.site-social ul {
		justify-content: center;
	}

	.site-social ul li:last-of-type a {
		margin-right: 0;
	}
}

/* TABLEPRESS HIDE PDF PORTRAIT BUTTON */
.dt-buttons .buttons-pdf:nth-child(5) {
	display: none;
}

/* Popup Maker */
#pum-6669.pum-overlay {
	position: fixed;
}

#popmake-6669 {
	position: absolute;
}

/* YM SSO LOGIN FORM */
#ym-sso-login-form-container {
	color: #fff;
	background-color: #d15b21;
	max-width: 750px;
}

#ym-sso-login-form-container h3 {
	color: #fff;
	font-size: 2rem;
	line-height: 1.2em;
	margin-top: 0;
	margin-bottom: 15px;
}

#ym-sso-login-form input {
	margin-bottom: 16px;
}

#ym-sso-login-form-container a {
	color: #fff;
	text-decoration: underline;
}

#ym-sso-submit {
	background-color: #000;
	border: none;
	padding: .5em 1em;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 10px;
}

#ym-sso-response {
	color: #000 !important;
}

/* DISTILLERY SEARCH */
.mld_distilleries_search {
	border: 1px solid #e1e1e1;
	padding: 10px 15px 15px;
	margin-bottom: 30px;
	background-color: #e1e1e1;
	max-width: 500px;
}

.mld_distilleries_search label {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.mld_distilleries_search input.form-control {
	font-size: 1.6rem;
	padding: .5em;
	height: 100%;
}

img,
svg {
	vertical-align: middle;
	/* width: auto; */
	max-width: 100%;
	height: auto;
}

.btn-news,
a.btn-news {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 10px;
}

.btn-mag,
a.btn-mag {
	color: black;
	font-weight: 700;
	font-size: 19.2px;
	letter-spacing: 5px;
	transition-duration: 0.2s;
	margin-bottom: 10px;
}

.btn-mag:hover,
a.btn-mag:hover {
	color: #fff;
}

.btn-primary:hover,
a.btn-primary:hover {
	color: #fff;
	background-color: #000;
	border-color: #000;
}

.btn-mag span {
	display: block;
}

.btn-mag img {
	width: 80%;
	filter: brightness(100) invert(0);
	transition-duration: 0.2s;
}

.btn-mag:hover img {
	filter: brightness(0) invert(1);
}


@media only screen and (max-width: 480px) {
	.btn-news {
		font-size: 1.4em;
		font-weight: 600;
	}

	.btn-mag {
		max-height: 70px;
		text-align: center;
	}
}

@media only screen and (min-width: 1200px) {
	.btn-news {
		font-size: 2.3em;
	}
}

#hu #hu-top {
	background: #d15b21;
}

#hu .hu-radio-toggle-container input:checked+.hu-toggle-heading .hu-toggle-switch {
	background-color: #d15b21;
}

#hu .hu-btn {
	background: #d15b21;
}

#hu .hu-btn.hu-btn-link {
	color: #d15b21;
}

#hu .hu-checkbox-toggle input:checked~.hu-toggle-heading .hu-toggle-slider {
	background-color: #d15b21;
}

#hu .hu-heading.hu-has-icon .hu-icon {
	color: #d15b21;
}

#navbar-top-menu .nav-item:hover {
	background-color: #d15b21;
}

#social-menu .nav-item:hover {
	background: white;
	border-radius: 15px;
}

#social-menu .nav-item:hover svg,
#social-menu .nav-item:hover svg path {
	fill: #d15b21 !important;
}

.d-flex.flex-wrap.justify-content-end ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.d-flex.flex-wrap.justify-content-end ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.d-flex.flex-wrap.justify-content-end ul ul ul {
	left: -999em;
	top: 0;
}

.d-flex.flex-wrap.justify-content-end ul ul li:hover>ul,
.d-flex.flex-wrap.justify-content-end ul ul li.focus>ul {
	left: 100%;
}

.d-flex.flex-wrap.justify-content-end ul ul a {
	width: 200px;
}

.d-flex.flex-wrap.justify-content-end ul li:hover>ul,
.d-flex.flex-wrap.justify-content-end ul li.focus>ul {
	left: auto;
}

.d-flex.flex-wrap.justify-content-end li {
	float: left;
	position: relative;
}

.d-flex.flex-wrap.justify-content-end a {
	display: block;
	text-decoration: none;
}


/* Small menu. */
.menu-toggle,
.d-flex.flex-wrap.justify-content-end.toggled ul {
	display: block;
}

@media screen and (min-width: 833px) {
	.menu-toggle {
		display: none;
	}

	.d-flex.flex-wrap.justify-content-end ul {
		display: block;
	}
}


.d-flex.flex-wrap.justify-content-end a {
	font-family: 'TradeGothicLTPro', 'Source Sans Pro', sans-serif;
	/* color: #4c4c4d; */
	padding: 0 1rem;
	font-size: 1.6rem;
	// line-height: 1.2em;
	white-space: normal !important;
}

.d-flex.flex-wrap.justify-content-end a:hover {
	background: #d15b21;
}

.d-flex.flex-wrap.justify-content-end ul ul a,
.d-flex.flex-wrap.justify-content-end ul ul a:hover {
	color: #fff;
}

.d-flex.flex-wrap.justify-content-end ul ul {
	box-shadow: none;
}

.dropdown-menu {
	border: none;
	padding: 0;
}

.d-flex.flex-wrap.justify-content-end #primary-menu>li.current-menu-item>a {
	color: #000;
}

// #site-navigation .navbar-toggler {
// 	color: #4c4c4d;
// 	float: right;
// 	margin-top: -44px;
// }

@media (min-width: 1200px) {
	.site-header .row {
		align-items: flex-end;
	}

	#distilling-navbar .navbar-nav {
		margin-left: auto;
	}

	.d-flex.flex-wrap.justify-content-end .dropdown-item {
		padding: .5em 1em;
	}

	.d-flex.flex-wrap.justify-content-end #primary-menu a.nav-link {
		padding: 0 1em;
	}

	.d-flex.flex-wrap.justify-content-end .menu-item-has-children>a:after {
		content: "\f0d7";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		position: relative;
		left: 5px;
	}

	.d-flex.flex-wrap.justify-content-end .menu-item-has-children li.current-menu-item a,
	.d-flex.flex-wrap.justify-content-end .menu-item-has-children li:hover>a {
		background-color: #D15B21 !important;
	}

	.d-flex.flex-wrap.justify-content-end ul.dropdown-menu {
		background-color: #4c4c4d;
	}

	.d-flex.flex-wrap.justify-content-end ul.dropdown-menu ul,
	.d-flex.flex-wrap.justify-content-end ul.dropdown-menu ul ul {
		background-color: #000;
	}

	.d-flex.flex-wrap.justify-content-end ul li:nth-child(n+4) ul>li:hover ul,
	.d-flex.flex-wrap.justify-content-end ul ul ul li:hover ul {
		left: auto !important;
		right: 100%;
	}
}

@media (max-width: 1199px) {

	/* MOBILE MENU */
	.d-flex.flex-wrap.justify-content-end.toggled ul {
		background-color: #000;
		float: left;
		width: 100%;
	}

	.d-flex.flex-wrap.justify-content-end.toggled #primary-menu {
		padding: 1.5rem;
	}

	.d-flex.flex-wrap.justify-content-end a,
	.d-flex.flex-wrap.justify-content-end a:hover {
		color: #fff;
	}

	.d-flex.flex-wrap.justify-content-end #primary-menu a.nav-link {
		padding: .5em 1em;
	}

	.d-flex.flex-wrap.justify-content-end #primary-menu>li>a {
		background-color: #4c4c4d;
	}

	.d-flex.flex-wrap.justify-content-end ul ul a {
		padding: .5em 1em .5em 2.5em;
	}

	.d-flex.flex-wrap.justify-content-end ul ul li.menu-item-has-children>a {
		font-weight: bold;
	}

	// .d-flex.flex-wrap.justify-content-end li.current-menu-item > a, .d-flex.flex-wrap.justify-content-end a:hover, .d-flex.flex-wrap.justify-content-end a:focus {
	// 	color: #fff;
	// 	background-color: #D15B21 !important;
	// }

	// .d-flex.flex-wrap.justify-content-end li {
	// 	width: 100%;
	// }

	.d-flex.flex-wrap.justify-content-end li a {
		width: 100% !important;
	}

	.d-flex.flex-wrap.justify-content-end ul ul ul a {
		padding-left: 4em;
	}

	.d-flex.flex-wrap.justify-content-end ul ul ul li.menu-item-has-children>a {
		font-weight: bold;
	}

	.d-flex.flex-wrap.justify-content-end ul ul ul ul a {
		color: #7d7d7d;
		padding-left: 5.5em;
	}
}

/*left sidebar widget spacing*/
.mb-widget {
	margin-bottom: 3rem;
}
.mb-min-widget {
	margin-bottom: 0.5rem !important;
}
.mt-sidebar {
	margin-top: -4rem;
}

/*home-page img-boxes text center*/
.block-navigation .menus__bottom .box {
	text-align: center;
}

/*home-page from forums section*/
.forums-wrap {
	border: 2px solid rgb(209, 91, 33);
	margin-bottom: 50px;
}