/*
 * Wellington Pro CSS
 *
 * Copyright(C) 2020, ThemeZee.com - support@themezee.com
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *
 * @package Wellington Pro
 */

/*--------------------------------------------------------------
# - CSS Variables
--------------------------------------------------------------*/
:root {
	--header-bar-background-color: #fff;
	--header-bar-text-color: #303030;
	--header-bar-text-hover-color: rgba(0, 0, 0, 0.5);
	--header-bar-border-color: rgba(0, 0, 0, 0.15);
	--footer-widgets-background-color: #303030;
	--footer-widgets-text-color: #fff;
	--footer-widgets-link-color: #fff;
	--footer-widgets-link-hover-color: rgba(255, 255, 255, 0.5);
	--footer-widgets-border-color: rgba(255, 255, 255, 0.1);
}

/*--------------------------------------------------------------
# Header Bar
--------------------------------------------------------------*/
.header-bar-wrap {
	width: 100%;
	border-bottom: 1px solid;
	border-color: rgba(0, 0, 0, 0.15);
	border-color: var(--header-bar-border-color);
	background-color: #fff;
	background-color: var(--header-bar-background-color);
}

.header-bar {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 1300px;
}

/* Social Icons */
.header-bar .social-icons-navigation {
	order: 2;
	margin-left: auto;
}

/* Secondary Navigation */
.secondary-navigation {
	position: relative;
	width: 100%;
	order: 3;
}

/* Hide the menu on small screens when JavaScript is available. */
.top-navigation ul,
.top-navigation .menu-item-has-children > a > .icon,
.top-navigation ul a > .icon {
	display: none;
}

.top-navigation.toggled-on > ul.menu {
	display: block;
}

/* Main Navigation Toggle */
.secondary-menu-toggle {
	display: flex;
	margin: 0;
	padding: 0.8em 1em;
	border: none;
	background: none;
	color: #303030;
	color: var(--header-bar-text-color);
	text-decoration: none;
	font-size: 15px;
	font-size: 0.9375rem;
	text-align: left;
	align-items: center;
}

.secondary-menu-toggle:focus {
	outline: thin dotted;
	color: #303030;
	color: var(--header-bar-text-color);
	background: none;
}

.secondary-menu-toggle:hover,
.secondary-menu-toggle:active {
	color: rgba(0, 0, 0, 0.5);
	color: var(--header-bar-text-hover-color);
	background: none;
	cursor: pointer;
}

.secondary-menu-toggle .icon {
	margin: 0;
	width: 22px;
	height: 22px;
	vertical-align: top;
	fill: #303030;
	fill: var(--header-bar-text-color);
}

.secondary-menu-toggle:hover .icon,
.secondary-menu-toggle:active .icon {
	fill: rgba(0, 0, 0, 0.5);
	fill: var(--header-bar-text-hover-color);
}

.secondary-menu-toggle[aria-expanded="true"] .icon-menu,
.secondary-menu-toggle[aria-expanded="false"] .icon-close {
	display: none;
}

.secondary-menu-toggle[aria-expanded="true"] .icon-close {
	display: inline-block;
}

/* Menu Items Styling */
.top-navigation ul {
	margin: 0;
	padding: 0;
	color: #303030;
	color: var(--header-bar-text-color);
	list-style: none;
	font-size: 15px;
	font-size: 0.9375rem;
	font-family: "Gudea", arial, helvetica, sans-serif;
	font-family: var(--navi-font);
	font-weight: normal;
	font-weight: var(--navi-font-weight);
	text-transform: none;
	text-transform: var(--navi-text-transform);
}

.top-navigation ul li {
	position: relative;
	margin: 0;
}

.top-navigation ul a {
	display: block;
	margin: 0;
	padding: 0.8em 1em;
	border-top: 1px solid;
	border-color: rgba(0, 0, 0, 0.15);
	border-color: var(--header-bar-border-color);
	text-decoration: none;
}

.top-navigation ul a,
.top-navigation ul a:link,
.top-navigation ul a:visited {
	color: #303030;
	color: var(--header-bar-text-color);
	text-decoration: none;
}

.top-navigation ul a:hover,
.top-navigation ul a:active,
.top-navigation ul a:focus {
	color: rgba(0, 0, 0, 0.5);
	color: var(--header-bar-text-hover-color);
}

.top-navigation ul li.current-menu-item > a {
	text-decoration: underline;
}

/* Submenus */
.top-navigation ul ul {
	font-size: 14px;
	font-size: 0.875rem;
}

.is-amp-page .top-navigation ul button.toggled-on + ul,
.top-navigation ul ul.toggled-on {
	display: block;
}

.top-navigation ul ul a {
	padding-left: 2em;
}

.top-navigation ul ul ul a {
	padding-left: 3em;
}

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

/* Submenu Dropdown Toggles */
.top-navigation .dropdown-toggle {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	padding: 0.65em 1em;
	background: none;
	border: none;
}

.top-navigation .dropdown-toggle:focus {
	outline: thin dotted;
	color: #303030;
	color: var(--header-bar-text-color);
	background: none;
}

.top-navigation .dropdown-toggle:hover,
.top-navigation .dropdown-toggle:active {
	background: none;
}

.top-navigation .dropdown-toggle .icon {
	margin: 0.3em 0 0;
	width: 18px;
	height: 18px;
	vertical-align: top;
	fill: #303030;
	fill: var(--header-bar-text-color);
}

.top-navigation .dropdown-toggle:hover .icon,
.top-navigation .dropdown-toggle:active .icon {
	fill: rgba(0, 0, 0, 0.5);
	fill: var(--header-bar-text-hover-color);
}

.top-navigation .dropdown-toggle.toggled-on .icon {
	-ms-transform: rotate(-180deg); /* IE 9 */
	-webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
	transform: rotate(-180deg);
}

.top-navigation ul ul .dropdown-toggle {
	padding: 0.55em 0.8em;
}

.top-navigation ul ul .dropdown-toggle .icon {
	width: 16px;
	height: 16px;
}

@media only screen and (max-width: 85em) {
	.site {
		box-shadow: 0 2px 2px #aaa;
	}

	.header-bar-wrap {
		box-shadow: 0 0 2px #aaa;
	}
}

@media only screen and (max-width: 70em) {
	.site {
		box-shadow: none;
	}

	.header-bar-wrap {
		box-shadow: none;
	}
}

@media only screen and (min-width: 60em) {
	.secondary-menu-toggle,
	.top-navigation .dropdown-toggle {
		display: none;
	}

	.top-navigation ul,
	.top-navigation ul ul {
		display: block;
	}

	.secondary-navigation {
		display: flex;
		width: auto;
		align-items: center;
		order: 1;
	}

	#header-bar .top-navigation > ul.menu {
		display: flex;
		flex-flow: row wrap;
		margin: 0;
		border-bottom: none;
	}

	.top-navigation > ul > li > a {
		border: none;
	}

	/* Dropdown Menus */
	.top-navigation ul ul {
		position: absolute;
		left: -999em;
		top: 100%;
		z-index: 99999;
		border-top: 1px solid;
		border-color: rgba(0, 0, 0, 0.15);
		border-color: var(--header-bar-border-color);
		background-color: #fff;
		background-color: var(--header-bar-background-color);
	}

	.top-navigation ul ul a {
		border-top: none;
		border-bottom: 1px solid;
		border-color: rgba(0, 0, 0, 0.15);
		border-color: var(--header-bar-border-color);
	}

	.top-navigation ul li:hover > ul,
	.top-navigation ul li.focus > ul {
		right: auto;
		left: 0;
	}

	.top-navigation ul ul li a {
		width: 16rem;
	}

	.top-navigation ul ul ul {
		left: -999em;
		margin-top: -1px;
		top: 0;
	}

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

	.top-navigation ul ul li a,
	.top-navigation ul ul ul li a,
	.top-navigation ul ul ul ul li a {
		padding: 1em;
	}

	/* Dropdown Icons */
	.top-navigation .menu-item-has-children > a > .icon {
		position: relative;
		display: inline-block;
		left: 0.5rem;
		top: 0.1rem;
		width: 11px;
		height: 11px;
		fill: #303030;
		fill: var(--header-bar-text-color);
	}

	.top-navigation ul ul .menu-item-has-children > a > .icon {
		position: absolute;
		left: auto;
		right: 1em;
		top: 50%;
		margin-top: -0.4rem;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.top-navigation ul .menu-item-has-children > a:hover > .icon {
		fill: rgba(0, 0, 0, 0.5);
		fill: var(--header-bar-text-hover-color);
	}
}

/*--------------------------------------------------------------
# Header Search
--------------------------------------------------------------*/
.header-search .header-search-icon {
	position: absolute;
	right: 0;
	display: inline-block;
	padding: 1.1em;
	color: #fff;
	color: var(--navi-color);
	background-color: rgba(255, 255, 255, 0.075);
	background-color: var(--navi-current-color);
	z-index: 99;
}

.header-search .header-search-icon:hover,
.header-search .header-search-icon:active {
	cursor: pointer;
	color: rgba(255, 255, 255, 0.5);
	color: var(--navi-hover-color);
}

.header-search .header-search-icon:focus {
	outline: none;
}

.header-search .header-search-icon .icon-search {
	display: block;
	margin: 0.3rem 0 0;
	padding: 0;
	width: 22px;
	height: 22px;
	fill: currentColor;
}

.header-search .header-search-form {
	position: absolute;
	top: 3.75em;
	right: 0;
	display: none;
	margin: 0;
	padding: 1em;
	background-color: #fff;
	background-color: var(--page-background-color);
	border: 1px solid;
	border-color: #ddd;
	border-color: var(--page-border-color);
	border-top: none;
	z-index: 999;
}

.header-search .header-search-form.toggled-on {
	display: block;
}

.header-search .header-search-form .search-form {
	min-width: 300px;
}

@media only screen and (max-width: 60em) {
	.header-search .header-search-icon {
		background: none;
	}

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

	.header-search .header-search-form .search-form {
		min-width: auto;
	}
}

/*--------------------------------------------------------------
# Social Icons
--------------------------------------------------------------*/
.header-bar .social-icons-navigation .social-icons-menu {
	display: flex;
	flex-flow: row wrap;
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

.header-bar .social-icons-navigation .social-icons-menu li {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

.header-bar .social-icons-navigation .social-icons-menu li a {
	display: flex;
	margin: 0;
	padding: 0.8em;
	color: #303030;
	color: var(--header-bar-text-color);
}

.header-bar .social-icons-navigation .social-icons-menu li a:hover,
.header-bar .social-icons-navigation .social-icons-menu li a:active {
	color: rgba(0, 0, 0, 0.5);
	color: var(--header-bar-text-hover-color);
	text-decoration: none;
}

.header-bar .social-icons-navigation .social-icons-menu li a .icon {
	margin: 0;
	width: 22px;
	height: 22px;
	vertical-align: top;
	fill: currentColor;
}

/*--------------------------------------------------------------
# Widget Areas
--------------------------------------------------------------*/
.before-header-widget-area,
.after-header-widget-area,
.before-footer-widget-area {
	padding: 1px 3em;
	background-color: #fff;
	background-color: var(--page-background-color);
}

.before-header-widget-area .widget:first-child,
.after-header-widget-area .widget:first-child,
.before-footer-widget-area .widget:first-child {
	margin-top: 3em;
}

.before-header-widget-area,
.after-header-widget-area {
	border-bottom: 1px solid;
	border-color: #ddd;
	border-color: var(--page-border-color);
}

.before-footer-widget-area {
	border-top: 1px solid;
	border-color: #ddd;
	border-color: var(--page-border-color);
}

@media only screen and (max-width: 85em) {
	.before-header-widget-area,
	.after-header-widget-area,
	.before-footer-widget-area {
		padding: 1px 2em;
	}

	.before-header-widget-area .widget:first-child,
	.after-header-widget-area .widget:first-child,
	.before-footer-widget-area .widget:first-child {
		margin-top: 2em;
	}
}

@media only screen and (max-width: 50em) {
	.before-header-widget-area,
	.after-header-widget-area,
	.before-footer-widget-area {
		padding: 1px 1.5em;
	}

	.before-header-widget-area .widget:first-child,
	.after-header-widget-area .widget:first-child,
	.before-footer-widget-area .widget:first-child {
		margin-top: 1.5em;
	}
}

@media only screen and (max-width: 30em) {
	.before-header-widget-area,
	.after-header-widget-area,
	.before-footer-widget-area {
		padding: 1px 1.25em;
	}

	.before-header-widget-area .widget:first-child,
	.after-header-widget-area .widget:first-child,
	.before-footer-widget-area .widget:first-child {
		margin-top: 1.25em;
	}
}

/*--------------------------------------------------------------
# Magazine Widgets
--------------------------------------------------------------*/

/* Magazine Posts Boxed Widget Horizontal Style */
.widget-magazine-posts .magazine-horizontal-box .large-post .wp-post-image {
	float: left;
	box-sizing: border-box;
	margin: 0;
	padding-right: 1em;
	width: 50%;
}

.widget-magazine-posts .magazine-horizontal-box .large-post .post-content {
	float: right;
	box-sizing: border-box;
	padding-left: 1em;
	width: 50%;
}

.widget-magazine-posts .magazine-horizontal-box .medium-posts {
	margin-right: -2em;
}

/* Magazine Posts Boxed Widget Vertical Style */
.widget-magazine-posts .magazine-vertical-box .large-post {
	float: left;
	box-sizing: border-box;
	margin-bottom: 1em;
	padding-right: 1em;
	width: 50%;
}

.widget-magazine-posts .magazine-vertical-box .small-posts {
	box-sizing: border-box;
	margin-left: 50%;
	padding-left: 1em;
	width: 50%;
}

/* Magazine Posts List */
.widget-magazine-posts-list .type-post .wp-post-image {
	float: left;
	margin: 0 2em 1em 0;
	padding: 0;
	max-width: 45%;
}

.widget-magazine-posts-list .type-post .entry-title {
	font-size: 28px;
	font-size: 1.75rem;
}

.widget-magazine-posts-list .type-post .entry-content {
	font-size: 17px;
	font-size: 1.0625rem;
}

/* Magazine Posts Sidebar */
.widget-magazine-posts-sidebar .type-post .entry-title {
	font-size: 20px;
	font-size: 1.25rem;
}

.widget-magazine-posts-sidebar .type-post .entry-content {
	font-size: 16px;
	font-size: 1rem;
}

@media only screen and (max-width: 70em) {
	.widget-magazine-posts .magazine-horizontal-box .large-post .more-link {
		display: none;
	}

	.widget-magazine-posts-list .type-post .wp-post-image {
		max-width: 40%;
	}

	.widget-magazine-posts-list .type-post .entry-title {
		font-size: 24px;
		font-size: 1.5rem;
	}

	.widget-magazine-posts-list .type-post .entry-content {
		font-size: 16px;
		font-size: 1rem;
	}
}

@media only screen and (max-width: 65em) {
	.widget-magazine-posts .magazine-horizontal-box .large-post .entry-content {
		display: none;
	}
}

@media only screen and (max-width: 60em) {
	.widget-magazine-posts .magazine-horizontal-box .large-post .entry-content,
	.widget-magazine-posts .magazine-horizontal-box .large-post .more-link {
		display: inline-block;
	}

	.widget-magazine-posts-list .type-post .wp-post-image {
		max-width: 45%;
	}

	.widget-magazine-posts-list .type-post .entry-title {
		font-size: 28px;
		font-size: 1.75rem;
	}

	.widget-magazine-posts-list .type-post .entry-content {
		font-size: 17px;
		font-size: 1.0625rem;
	}

	.widget-magazine-posts-sidebar .type-post .wp-post-image {
		float: left;
		margin: 0 2em 0 0;
		max-width: 45%;
	}

	.widget-magazine-posts-sidebar .type-post .entry-title {
		font-size: 24px;
		font-size: 1.5rem;
	}

	.widget-magazine-posts-sidebar .type-post .entry-content {
		font-size: 17px;
		font-size: 1.0625rem;
	}
}

@media only screen and (max-width: 50em) {
	.widget-magazine-posts .magazine-horizontal-box .large-post .more-link {
		display: none;
	}

	.widget-magazine-posts-list .type-post .wp-post-image {
		max-width: 40%;
	}

	.widget-magazine-posts-list .type-post .entry-title {
		font-size: 24px;
		font-size: 1.5rem;
	}

	.widget-magazine-posts-list .type-post .entry-content {
		font-size: 16px;
		font-size: 1rem;
	}
}

@media only screen and (max-width: 45em) {
	.widget-magazine-posts .magazine-horizontal-box .large-post .entry-content {
		display: none;
	}
}

@media only screen and (max-width: 40em) {
	.widget-magazine-posts .magazine-horizontal-box .large-post .wp-post-image,
	.widget-magazine-posts .magazine-horizontal-box .large-post .post-content,
	.widget-magazine-posts .magazine-vertical-box .large-post {
		float: none;
		padding: 0;
		width: 100%;
	}

	.widget-magazine-posts .magazine-vertical-box .small-posts {
		margin-left: 0;
		padding-top: 1em;
		padding-left: 0;
		width: 100%;
	}

	.widget-magazine-posts .magazine-horizontal-box .large-post .more-link,
	.widget-magazine-posts .magazine-horizontal-box .large-post .entry-content {
		display: inline-block;
	}

	.widget-magazine-posts-list .type-post .wp-post-image,
	.widget-magazine-posts-sidebar .type-post .wp-post-image {
		float: none;
		margin: 0;
		max-width: 100%;
	}

	.widget-magazine-posts-list .type-post .entry-title,
	.widget-magazine-posts-sidebar .type-post .entry-title {
		font-size: 28px;
		font-size: 1.75rem;
	}

	.widget-magazine-posts-list .type-post .entry-content,
	.widget-magazine-posts-sidebar .type-post .entry-content {
		font-size: 17px;
		font-size: 1.0625rem;
	}
}

@media only screen and (max-width: 30em) {
	.widget-magazine-posts-list .type-post .entry-title,
	.widget-magazine-posts-sidebar .type-post .entry-title {
		font-size: 24px;
		font-size: 1.5rem;
	}
}

@media only screen and (max-width: 20em) {
	.widget-magazine-posts-list .type-post .entry-title,
	.widget-magazine-posts-sidebar .type-post .entry-title {
		font-size: 20px;
		font-size: 1.25rem;
	}
}

/*--------------------------------------------------------------
# Author Bio
--------------------------------------------------------------*/
.entry-author {
	margin: 0 0 1.5em;
	padding: 1.5em 0 0;
	border-top: 1px solid;
	border-color: #ddd;
	border-color: var(--page-border-color);
}

.entry-author .author-avatar {
	float: left;
	margin: 0 1.5em 0.15em 0;
	max-width: 25%;
}

.entry-author .author-avatar img {
	vertical-align: top;
}

.entry-author .author-heading .author-title {
	display: inline-block;
	margin: 0 1em 0.25em 0;
	padding: 0;
	font-size: 18px;
	font-size: 1.125rem;
}

.entry-author .author-heading .author-link {
	display: inline-block;
	margin: 0 0 0.5em;
	font-size: 16px;
	font-size: 1rem;
}

.entry-author .author-bio {
	margin: 0;
	font-size: 17px;
	font-size: 1.0625rem;
}

@media only screen and (max-width: 30em) {
	.entry-author .author-avatar {
		float: none;
		margin: 0 0 1em;
		max-width: 100%;
	}

	.entry-author .author-heading .author-title {
		display: block;
		margin: 0 0 0.25em;
	}

	.entry-author .author-heading .author-link {
		display: block;
	}
}

/*--------------------------------------------------------------
# Footer Widgets
--------------------------------------------------------------*/
.footer-widgets-background {
	padding: 2.5em 3em 0;
	border-bottom: 1px solid;
	border-color: rgba(255, 255, 255, 0.1);
	border-color: var(--footer-widgets-border-color);
	background-color: #303030;
	background-color: var(--footer-widgets-background-color);
}

.footer-widgets {
	margin-right: -2.5em;
}

.footer-widgets .widget {
	margin: 0 0 2.5em;
}

/* Default: Four Column Footer Widgets */
.footer-widget-column {
	float: left;
	box-sizing: border-box;
	padding-right: 2.5em;
	width: 25%;
}

/* One Column Footer Widgets
* Using Sibling Count: http://andr3.net/blog/post/142
*/
.footer-widget-column:nth-child(1):nth-last-child(1) {
	float: none;
	width: 100%;
}

/* Two Column Footer Widgets */
.footer-widget-column:nth-child(1):nth-last-child(2),
.footer-widget-column:nth-child(2):nth-last-child(1) {
	width: 50%;
}

/* Three Column Footer Widgets */
.footer-widget-column:nth-child(1):nth-last-child(3),
.footer-widget-column:nth-child(2):nth-last-child(2),
.footer-widget-column:nth-child(3):nth-last-child(1) {
	width: 33.3333%;
}

/* Footer Widget Styling */
.footer-widgets .widget {
	color: #fff;
	color: var(--footer-widgets-text-color);
}

.footer-widgets .widget-title {
	color: #fff;
	color: var(--footer-widgets-text-color);
}

.footer-widgets .widget a:link,
.footer-widgets .widget a:visited {
	color: #fff;
	color: var(--footer-widgets-link-color);
}

.footer-widgets .widget a:hover,
.footer-widgets .widget a:active {
	color: rgba(255, 255, 255, 0.5);
	color: var(--footer-widgets-link-hover-color);
}

@media only screen and (max-width: 80em) {
	.footer-widgets-background {
		padding: 2em 2em 0;
	}

	.footer-widgets {
		margin-right: -2em;
	}

	.footer-widgets .widget {
		margin: 0 0 2em;
	}

	.footer-widget-column {
		padding-right: 2em;
	}
}

@media only screen and (max-width: 65em) {
	.footer-widget-column:nth-child(1):nth-last-child(4),
	.footer-widget-column:nth-child(2):nth-last-child(3),
	.footer-widget-column:nth-child(3):nth-last-child(2),
	.footer-widget-column:nth-child(4):nth-last-child(1) {
		width: 50%;
	}

	.footer-widget-column:nth-child(3):nth-last-child(2) {
		clear: left;
	}
}

@media only screen and (max-width: 50em) {
	.footer-widget-column:nth-child(1):nth-last-child(3),
	.footer-widget-column:nth-child(2):nth-last-child(2),
	.footer-widget-column:nth-child(3):nth-last-child(1) {
		width: 100%;
	}
}

@media only screen and (max-width: 35em) {
	.footer-widgets {
		margin-right: 0;
	}

	#footer-widgets .footer-widget-column {
		float: none;
		padding-right: 0;
		width: 100%;
	}
}

/*--------------------------------------------------------------
# Footer Menu
--------------------------------------------------------------*/
.footer-navigation {
	float: right;
}

.footer-navigation-menu {
	position: relative;
	display: block;
	margin: 0;
	padding: 2.25em 3em;
	list-style-position: outside;
	list-style-type: none;
}

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

.footer-navigation-menu a {
	display: block;
	margin: 0;
	padding: 0.75em 1em;
	text-decoration: none;
}

.footer-navigation-menu a:link,
.footer-navigation-menu a:visited {
	color: #fff;
	color: var(--footer-link-color);
	text-decoration: none;
}

.footer-navigation-menu a:hover,
.footer-navigation-menu a:active {
	color: rgba(255, 255, 255, 0.5);
	color: var(--footer-link-hover-color);
}

@media only screen and (max-width: 60em) {
	.footer-navigation {
		float: none;
		text-align: center;
	}

	.footer-navigation-menu {
		padding-bottom: 0;
	}

	.footer-navigation-menu li {
		display: inline-block;
		float: none;
	}
}

@media only screen and (max-width: 40em) {
	.footer-navigation {
		padding-bottom: 2em;
		border-bottom: 1px solid;
		border-color: rgba(255, 255, 255, 0.1);
		border-color: var(--footer-border-color);
	}

	.footer-navigation-menu li,
	.footer-navigation-menu a {
		display: block;
	}

	.footer-navigation-menu a {
		padding: 0.4em 0;
	}
}

/*--------------------------------------------------------------
# Scroll to Top Button
--------------------------------------------------------------*/
.scroll-to-top-button {
	z-index: 9999;
	width: 40px;
	height: 40px;
	display: inline-block;
	position: fixed;
	cursor: pointer;
	margin: 0 auto;
	padding: 0;
	right: 0.75em;
	bottom: 0.75em;
	background-color: #ee3333;
	background-color: var(--button-color);
	color: #fff;
	color: var(--button-text-color);
	transition: none;
}

.scroll-to-top-button:focus,
.scroll-to-top-button:active {
	background-color: #ee3333;
	background-color: var(--button-color);
	color: #fff;
	color: var(--button-text-color);
}

.scroll-to-top-button:hover {
	background-color: #303030;
	background-color: var(--button-hover-color);
	color: #fff;
	color: var(--button-hover-text-color);
}

.scroll-to-top-button .icon {
	margin: 0.25rem 0 0;
	width: 20px;
	height: 20px;
	vertical-align: top;
	fill: currentColor;
}