/*
Theme Name: Catalina Pro
Theme URI: https://minimologie.com/themes/catalina/
Description: We build the quintessential experience.
Author: Minimologie
Author URI: https://minimologie.com/

Version: 0.9.0

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, one-column, theme-options, threaded-comments, translation-ready, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: catalina-pro
*/


/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Forms
	- Ninja Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
- Plugins
	- Genesis eNews Extended
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menus
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
	- Abouy Page
- Before Footer
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Title Area
		- Genesis Menu
		- Responsive Menu
		- Header Menus
		- Site Inner
		- Content
		- Entry
		- Headings
		- After Entry
		- Entry Misc.
		- Before Footer
		- Site Footer
*/


/* HTML5 Reset
---------------------------------------------------------------------------- */

/* Normalize v8.0.0 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */

button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

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

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
	color: #000;
	font-family: 'Almarai', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	margin: 0;
	overflow-x: hidden;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	transition: all 0.15s ease-in-out;
}

a,
a:focus,
a:hover {
	text-decoration: underline;
}

a {
	color: #000;
}

a:focus,
a:hover {
	color: #565b39;
}

span:target {
	display: block;
	position: relative;
	top: -120px;
	visibility: hidden;
}

p {
	margin: 0 0 30px;
	padding: 0;
}

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

li {
	list-style-type: none;
}

hr {
	border: none;
	border-collapse: collapse;
	border-top: 1px solid #000;
	clear: both;
	margin: 30px 0;
}

b,
strong {
	font-weight: 700;
}

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

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

blockquote {
	margin: 0;
}

blockquote p {
	font-family: 'DM Serif Display', serif;
	font-size: 24px;
	font-style: italic;
	font-weight: 400;
	line-height: 1.75;
	margin-bottom: 40px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4 {
	font-family: 'DM Serif Display', serif;
	font-weight: 400;
	line-height: 1.1;
	margin: 0 0 20px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
	margin-top: 40px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #000;
	font-family: 'Almarai', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	padding: 12px 20px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #000;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-ms-input-placeholder {
	color: #666;
	font-size: 16px;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #666;
	font-size: 16px;
	opacity: 1;
}

::placeholder {
	color: #666;
	font-size: 16px;
	opacity: 1;
}

a.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.entry-content a.button {
	background-color: #000;
	border-width: 0;
	color: #fff;
	cursor: pointer;
	font-family: 'Almarai', sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding: 12px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

a.button:focus,
a.button:hover,
button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.entry-content a.button:focus,
.entry-content a.button:hover {
	background-color: #565b39;
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Ninja Forms
--------------------------------------------- */

.entry-content .nf-field-label label {
	font-weight: 400;
}

.before-footer .nf-field-element input,
.before-footer .nf-field-element select,
.before-footer .nf-field-element textarea {
	text-align: center;
}

.before-footer .nf-field-container {
	margin-bottom: 10px;
}

.before-footer .field-wrap input[type=button] {
	background-color: #565b39;
	width: 100%;
}

.before-footer .field-wrap input[type=button]:focus,
.before-footer .field-wrap input[type=button]:hover {
	background-color: #494e31;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #000;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #000;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border-width: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	margin-bottom: 30px;
	position: relative;
}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin-bottom: 60px;
	margin-top: 60px;
}

.site-inner > .wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 660px;
	padding-left: 30px;
	padding-right: 30px;
}

.blank-page .site-inner > .wrap {
	max-width: 1260px;
}


/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.author-box .avatar {
	float: none;
	margin-bottom: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	border: 1px solid #000;
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.after-entry ol > li {
	list-style-type: decimal;
}

.after-entry ul > li {
	list-style-type: disc;
}

.author-box,
.breadcrumb {
	border-bottom: 1px solid #000;
}

.author-box {
	border-top: 1px solid #000;
	padding-bottom: 40px;
	padding-top: 40px;
	text-align: center;
}

.breadcrumb {
	font-size: 14px;
	margin-bottom: 60px;
	padding-bottom: 10px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 24px;
	margin-bottom: 10px;
}

.entry-title {
	font-family: 'DM Serif Display', serif;
	line-height: 1.1;
	margin-bottom: 10px;
}

.entry-title a {
	color: #000;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #565b39;
}

.widget-title {
	font-family: 'DM Serif Display', serif;
	font-size: 36px;
	margin-bottom: 20px;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}


/* Widgets
---------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border-width: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

/* Plugins
---------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
	text-align: center;
}

.after-entry .enews input {
	margin-bottom: 10px;
	text-align: center;
}

.after-entry .enews input[type="submit"] {
	margin: 0;
}

.enews form + p {
	margin-top: 20px;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #000;
	outline: none;
}


/* Site Header
---------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	padding: 30px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
}

.wp-custom-logo .title-area img {
	max-width: 140px;
}

.site-title {
	font-family: 'DM Serif Display', serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #000;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border-width: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	display: block;
	font-size: 14px;
	outline-offset: -1px;
	padding: 10px;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	position: relative;
	word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-responsive-menu {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #000;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #565b39;
}

.menu-toggle {
	float: right;
	line-height: 22px;
	padding: 0;
	position: relative;
	z-index: 1000;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

/* Header Menus
--------------------------------------------- */

.nav-primary,
.nav-secondary {
	width: 100%;
}


/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.blank-page .entry,
.page .entry {
	margin-bottom: 0;
}

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

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .wp-block-columns.spacer {
	margin-bottom: 60px;
}

.entry-content .wp-block-columns.spacer.zero {
	margin-bottom: 0;
}

/* Entry Meta
--------------------------------------------- */

.entry-header {
	margin-bottom: 20px;
}

.page .entry-header,
.single .entry-header {
	text-align: center;
}

.entry-footer {
	margin-top: 30px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px 0;
	text-align: center;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #000;
	color: #fff;
}

/* Entry Comments
--------------------------------------------- */

.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p,
.comment-respond .form-submit {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}


/* Before Footer
---------------------------------------------------------------------------------------------------- */

.before-footer {
	background-color: #000;
	padding-bottom: 60px;
	padding-top: 60px;
}

.before-footer > .wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 1260px;
	padding-left: 30px;
	padding-right: 30px;
}

.before-footer,
.before-footer a,
.before-footer p,
.before-footer .widget-title {
	color: #fff;
}

.before-footer a:focus,
.before-footer a:hover {
	color: #999;
}

.before-footer-left {
	margin-bottom: 40px;
}

.before-footer .widget:last-child {
	margin-bottom: 0;
}


/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	padding: 30px;
	text-align: center;
}

.site-footer a,
.site-footer a:focus,
.site-footer a:hover {
	text-decoration: none;
}

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

.site-footer p:last-child {
	margin-bottom: 0;
}

.site-footer .left {
	margin-bottom: 10px;
}

.site-footer .fab {
	margin-left: 10px;
	margin-right: 10px;
}


/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (min-width: 960px) {

	/* Site Header
	--------------------------------------------- */

	.site-header {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		width: 100%;
		z-index: 9999;
	}

	/* Title Area
	--------------------------------------------- */

	.title-area,
	.wp-custom-logo .site-header .title-area {
		width: 20%;
	}

	.title-area {
		margin-top: 5px;
	}

	.wp-custom-logo .site-header .title-area {
		margin-top: 4px;
	}

	/* Genesis Menu
	--------------------------------------------- */

	.genesis-nav-menu li {
		float: none;
		list-style-type: none;
	}
	
	.genesis-nav-menu li li {
		margin-left: 0;
	}

	.genesis-nav-menu .menu-item {
		display: inline-block;
	}

	.genesis-nav-menu .menu-item:hover {
		position: static;
	}

	.genesis-nav-menu .menu-item:hover > .sub-menu {
		left: auto;
		opacity: 1;
	}

	.genesis-nav-menu a {
		padding: 12px 15px;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 170px;
	}

	.genesis-nav-menu .sub-menu {
		background: transparent;
		left: -9999px;
		opacity: 0;
		position: absolute;
		transition: opacity 0.5s ease-in-out;
		z-index: 99;
	}

	.genesis-nav-menu .sub-menu::before {
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: 5px solid #000;
		content: " ";
		height: 0;
		left: 15px;
		position: absolute;
		top: 0;
		width: 0;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu::before {
		display: none;
	}

	.genesis-nav-menu > .menu-item .sub-menu > .menu-item:first-child,
	.genesis-nav-menu > .menu-item > .sub-menu > .menu-item:last-child,
	.genesis-nav-menu .sub-menu a {
		background-color: #000;
	}

	.genesis-nav-menu > .menu-item > .sub-menu,
	.genesis-nav-menu > .menu-item .sub-menu > .menu-item:first-child {
		padding-top: 5px;
	}

	.genesis-nav-menu > .menu-item .sub-menu > .menu-item:last-child {
		padding-bottom: 5px;
	}

	.genesis-nav-menu .sub-menu a {
		color: #fff;
		margin: 0;
		padding: 10px 15px;
		position: relative;
		text-align: left;
	}

	.genesis-nav-menu .sub-menu a:focus,
	.genesis-nav-menu .sub-menu a:hover {
		background-color: #565b39;
		color: #fff;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -44px 0 0 16px;
	}

	/* Responsive Menu
	--------------------------------------------- */

	.genesis-responsive-menu {
		display: block;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

	/* Header Menus
	--------------------------------------------- */

	.nav-primary,
	.nav-secondary {
		float: left;
	}

	.nav-primary {
		text-align: center;
		width: 60%;
	}

	.nav-secondary {
		float: right;
		text-align: right;
		width: 20%;
	}

	.nav-secondary .genesis-nav-menu a {
		background-color: #000;
		color: #fff;
	}

	.nav-secondary .genesis-nav-menu a:focus,
	.nav-secondary .genesis-nav-menu a:hover {
		background-color: #565b39;
		color: #fff;
	}

	/* Site-Inner
	--------------------------------------------- */

	.site-inner {
		margin-bottom: 80px;
		margin-top: 80px;
	}

	.blank-page .site-inner {
		margin-bottom: 100px;
		margin-top: 100px;
	}

	/* Entry
	--------------------------------------------- */

	.entry-header {
		margin-bottom: 30px;
	}

	.entry-content .wp-block-columns.spacer {
		margin-bottom: 100px;
	}

	.page .entry-title,
	.single .entry-title {
		font-size: 48px;
	}

	/* Headings
	--------------------------------------------- */

	h1,
	.blank-page h3 {
		font-size: 48px;
	}

	.blank-page h2 {
		font-size: 60px;
	}

	.blank-page h4 {
		font-size: 24px;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews form {
		padding-left: 40px;
		padding-right: 40px;
	}

	/* Entry Misc.
	--------------------------------------------- */

	.archive-description,
	.author-box,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 60px;
	}

	.after-entry,
	.single .author-box {
		margin-bottom: 80px;
	}

	/* Before Footer
	--------------------------------------------- */

	.before-footer {
		padding-bottom: 100px;
		padding-top: 120px;
	}

	.befsore-footer .widget {
		float: left;
		width: 50%;
	}

	.before-footer .grid {
		align-items: center;
		display: grid;
		grid-gap: 100px;
		grid-template-columns: 1fr 1fr;
	}

	.before-footer .widget-title {
		font-size: 60px;
	}

	.before-footer-left {
		margin-bottom: 0;
	}

	.before-footer-left .widget {
		padding-bottom: 20px;
	}

	.before-footer-right {
		background-color: #111;
		margin-top: 30px;
		padding: 30px;
		text-align: center;
	}

	.before-footer-right .inner {
		background-color: #222;
		margin-top: -60px;
		padding: 50px 60px;
	}

	.before-footer-right .widget-title {
		font-size: 36px;
	}

	/* Site Footer
	--------------------------------------------- */

	.site-footer .left,
	.site-footer .right {
		width: 50%;
	}

	.site-footer .left {
		float: left;
		margin-bottom: 0;
		text-align: left;
	}

	.site-footer .right {
		float: right;
		text-align: right;
	}

	.site-footer .fab {
		margin-left: 20px;
		margin-right: 0;
	}

}
