/*
Theme Name: Altitude Pro
Theme URI: https://my.studiopress.com/themes/altitude/
Description: Make a stunning first impression, grab attention, and dynamically tell your story with beautiful images and clean typography.
Author: StudioPress
Author URI: http://www.studiopress.com/

Version: 1.5.1

Tags: accessibility-ready, block-styles, custom-colors, custom-header, custom-menu, e-commerce, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: http://www.opensource.org/licenses/gpl-license.php

Text Domain: altitude-pro
Requires at least: 5.4
Requires PHP: 5.6
*/
/* Table of Contents
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Fonts
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Buttons
		- Tables
		- Screen Reader Text
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
	- Plugins
		- Genesis eNews Extended
		- Jetpack
	- Skip Links
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Primary Navigation
		- Secondary Navigation
		- Tertiary Navigation
		- Footer Navigation
		- Responsive Menu
        - extras
	- Content Area
		- Front Page
		- subpage
		- archive
		- single
    - woocommerce
		- Dashicons
		- Flexible Widgets
		- Content
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Content Boxes
		- Comments
	- Footer Widgets
	- Site Footer
	- Media Queries
		- Max-width: 1280px
		- Max-width: 1200px
		- Max-width: 1023px
		- Max-width: 800px
		- Max-width: 480px
*/
/* HTML5 Reset
---------------------------------------------------------------------------- */
/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.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,input{overflow:visible}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:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */
/* Box Sizing
--------------------------------------------- */
html,
input[type="search"] {
	box-sizing: border-box;
}

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

/* Float Clearing
--------------------------------------------- */
.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::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,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}

/* Defaults
---------------------------------------------------------------------------- */
/* Smooth Scroll
--------------------------------------------- */
html {
	scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}


/* Fonts
--------------------------------------------- */


/* Typographical Elements
--------------------------------------------- */
body {
	font-family: 'Fira Code', monospace;
	font-size: 14px;
	font-weight: 200;
	font-style: normal;
	line-height: 2.5;
	color: #101820;
	background-color: #fff;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}

body.altitude-home {
	background: none;
}

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

::selection {
	background-color: #101820;
	color: #fff;
}

a {
	color: #b4a269;
	text-decoration: none;
}

a:focus,
a:hover {
	color: #101820;
	transition: all 01s ease-in-out !important;
}

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

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 800;
}

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

.image-section .widget:first-of-type cite {
	font-size: 16px;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 3px;
	text-transform: uppercase;
}

figure {
	margin: 0;
}

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

blockquote {
	color: currentColor;
	margin: 40px;
}

blockquote::before {
	color: currentColor;
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.image-section .widget:first-of-type blockquote {
	color: #fff;
	font-size: 80px;
	font-weight: 200;
	line-height: 1;
	margin: 0 0 20px;
}

.image-section blockquote::before {
	display: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 2px solid currentColor;
	clear: both;
	color: #d9d8d6;
	margin: 1.65em auto;
}


.front-page-1 .entry-content p:first-of-type,
.single-post .entry-content p:first-of-type,
.page.subpage .entry-content p:first-of-type {
	text-indent: 0 !important;
}

.front-page-1 .entry-content p:first-of-type:first-letter,
.single-post .entry-content p:first-of-type:first-letter,
.page.subpage .entry-content p:first-of-type:first-letter {
	float: left;
	vertical-align: top !important;
	margin: 0 !important;
	padding: 0 30px 0 0 !important;
	font: normal 100px 'Cormorant Garamond', serif !important;
	initial-letter: 3;
	line-height: 0.5em !important;
	color: #b4a269;
}



/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 400;
    font-style: normal;
    letter-spacing: 5px;
	line-height: 2;
	margin: 0 0 20px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 32px;
}

.home .front-page-1 .widget:first-of-type h4,
.home .front-page-2 .widget:first-of-type h4 {
	font-size: 80px;
	font-weight: 200;
	letter-spacing: normal;
	line-height: 1;
	text-transform: none;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

.image-section h4,
.solid-section h4,
.image-section .widget-title,
.solid-section .widget-title {
	border-width: 0;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 3px;
	padding-bottom: 0;
	text-transform: uppercase;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 18px;
}

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

img {
	height: auto;
}

.full-width-content img.pull-left {
	float: left;
	margin: 0 40px 40px -200px;
}

.full-width-content img.pull-right {
	float: right;
	margin: 0 -200px 40px 40px;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */
.gallery {
	margin-bottom: 28px;
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

/* Forms
--------------------------------------------- */
input,
select,
textarea {
	width: 100%;
	padding: 20px;
	font-size: 14px;
	font-weight: 200;
	background-color: #fff;
	border: 1px solid #d9d8d6;
	border-radius: 0;
	box-shadow: none;
	color: #101820;
}

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

textarea {
	float: left;
	margin: 0 !important;
}

.front-page input:focus,
.front-page textarea:focus {
	border: 1px solid #b4a269;
	outline: none;
}

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

::-moz-placeholder {
	color: #101820;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #101820;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.widget .button {
	width: auto;
    margin-top: 20px !important;
	padding: 15px 20px;
	font-weight: bold;
	text-transform: lowercase;
	letter-spacing: 3px;
	background: none !important;
	border: 1px #b4a269 solid;
	color: #b4a269 !important;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
	white-space: normal;
}

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


/* Buttons
--------------------------------------------- */
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,
.button.clear:focus,
.button.clear:hover,
.button:focus,
.button:hover,
.footer-widgets .widget .button,
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.widget .button.clear:focus,
.widget .button.clear:hover,
.widget .button:focus,
.widget .button:hover {
	padding: 15px 40px;
	border: 1px solid #101820;
	background: #101820 !important;
	color: #fff !important;
	transition: 1s ease-in-out;
}

.button {
	display: inline-block;
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
	padding: 8px 16px;
}

.footer-widgets .widget .button.clear,
.widget .button.clear {
	background-color: transparent;
	border: 2px solid #101820;
	color: #101820;
}

.image-section .button {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 20px;
}

.image-section .widget .button.clear {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}

.footer-widgets .widget button:focus,
.footer-widgets .widget button:hover,
.footer-widgets .widget input[type="button"]:focus,
.footer-widgets .widget input[type="button"]:hover,
.footer-widgets .widget input[type="reset"]:focus,
.footer-widgets .widget input[type="reset"]:hover,
.footer-widgets .widget input[type="submit"]:focus,
.footer-widgets .widget input[type="submit"]:hover,
.footer-widgets .widget .button:focus,
.footer-widgets .widget .button:hover,
.image-section button:focus,
.image-section button:hover,
.image-section input[type="button"]:focus,
.image-section input[type="button"]:hover,
.image-section input[type="reset"]:focus,
.image-section input[type="reset"]:hover,
.image-section input[type="submit"]:focus,
.image-section input[type="submit"]:hover,
.image-section .widget .button:focus,
.image-section .widget .button:hover {
	background-color: #fff;
	border: 2px solid #fff;
	color: #101820;
}

.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,
.site-container .footer-widgets .widget input[type="submit"]:disabled,
.site-container .footer-widgets .widget input[type="submit"]:disabled:hover {
	background-color: #ddd;
	border-color: #ddd;
	color: #444;
	cursor: not-allowed;
}

.post-password-form input[type="password"] {
	margin-bottom: 15px;
}



/* Tables
--------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

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

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #d9d8d6;
}

th {
	font-weight: 800;
	padding: 0.5em;
}

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

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text: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: #101820;
	display: block;
	font-size: 1em;
	font-weight: 800;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.more-link {
	position: relative;
}

/* Structure and Layout
---------------------------------------------------------------------------- */
/* Site Containers
--------------------------------------------- */
.site-inner,
.wrap {
	float: none;
	margin: 0 auto;
	max-width: 1300px;
}

.site-inner {
	background-color: #fff;
	clear: both;
	margin-top: 170px;
	position: relative;
	z-index: 9;
	word-wrap: break-word;
}

.front-page .site-container .site-inner {
	margin-top: 0;
	max-width: 100%;
}

.altitude-landing .site-container .site-inner {
	margin-top: 100px;
}

.secondary-nav .site-inner {
	margin-top: 250px;
}

/* Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

/* Common Classes
---------------------------------------------------------------------------- */
/* Avatar
--------------------------------------------- */
.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar {
	height: 88px;
	width: 88px;
}

.entry-comments .avatar {
	height: 60px;
	width: 60px;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

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

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


/* Genesis
--------------------------------------------- */
.breadcrumb {
	border-bottom: 2px solid #f5f5f5;
	font-size: 14px;
	margin-bottom: 60px;
	padding-bottom: 10px;
}



/* Search Form
--------------------------------------------- */
.search-form {
	overflow: hidden;
	position: relative;
}

.search-form input[type="submit"] {
	padding: 25px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.widget_search input[type="submit"]:focus {
	background: #101820;
	border-radius: 0;
	box-shadow: none;
	color: #fff;
	padding: 20px 23px;
	right: 0;
	top: 0;
}

.error404 .content .search-form {
	margin-bottom: 40px;
}

.error404 .content input[type="search"] {
	margin-right: 10px;
	width: auto;
}

/* Titles
--------------------------------------------- */
.entry-title-wrap {
	margin: 0 0 150px 0;
	text-align: center;
}

.entry-title,
.page-title,
.archive-title {
	display: inline;
	padding: 10px 0 15px 0;
	font-size: 100px;
	text-transform: lowercase;
	line-height: 1.5em;
	border-bottom: 3px #b4a269 solid;
	color: #b4a269;
}

.sidebar .entry-title {
	font-size: 24px;
	text-align: left;
}

.entry-title a {
	font-family: 'Cormorant Garamond', serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 5px;
	color: #101820;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #0680a2;
}


/* WordPress
--------------------------------------------- */
.alignleft {
	float: left;
	text-align: left;
}

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

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

a.alignnone {
	display: inline-block;
}

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

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

img.alignnone,
.alignnone {
	margin: 0 0 12px;
}

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

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

.wp-caption-text {
	color: #101820;
	font-family: 'Fira Code', monospace;
	font-size: 18px;
	font-style: normal;
	line-height: 1.2;
	text-align: center;
}

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

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.post-password-form input {
	width: auto;
}

.post-password-form input[type="submit"] {
	padding: 25px;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
	margin: 0 0 28px;
}

/* Widgets
---------------------------------------------------------------------------- */
.widget {
	word-wrap: break-word;
}

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

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

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

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */
.featured-content .entry-title {
	font-size: 24px;
}


/* Simple Social Icons
--------------------------------------------- */
.altitude-home .content .simple-social-icons {
	margin-top: 40px;
}

.altitude-home .content .simple-social-icons ul li {
	margin: 0 20px !important;
}

.altitude-home .content .simple-social-icons ul li a,
.altitude-home .content .simple-social-icons ul li a:focus,
.altitude-home .content .simple-social-icons ul li a:hover {
	padding: 30px;
}

/* Plugins
---------------------------------------------------------------------------- */
/* Genesis eNews Extended
--------------------------------------------- */
.enews-widget input {
	font-size: 18px;
	margin-bottom: 20px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

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

/* Genesis Portfolio Pro
--------------------------------------------- */
.genesis-pro-portfolio .content .pro-portfolio {
	padding: 0;
}

/* Jetpack
--------------------------------------------- */
#wpstats {
	display: none;
}

/* WP Forms
--------------------------------------------- */
.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 20px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 800;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 16px;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 20px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}

/* Skip Links
---------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

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

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* Site Header
---------------------------------------------------------------------------- */
.home .site-header {
	position: absolute;
	z-index: 999;
	left: 0;
	width: 100%;
	background-color: #101820;
}

.home .site-header {
	background: none;
}

.site-header .wrap {
	position: relative;
}

.site-header .nav-primary .wrap,
.site-header .nav-secondary .wrap {
	outline: none;
}


/* Title Area
--------------------------------------------- */
.home .title-area {
	float: left;
	width: 65%;
	height: 100px;
	margin: 160px 0 0 0;
	padding: 0;
	background: url(https://dearkhena.com/wp-content/uploads/2022/08/logo_white_1600.png) left center no-repeat;
	background-size: 75%;
}

.home .title-area:hover {
	transition: opacity 0.5s ease-in-out;
	opacity: 0.5;
}

.title-area {
	float: left;
	width: 15%;
	height: 40px;
	margin: 0;
	padding: 0;
}

.header-image .site-title {
	float: left;
	width: 100%;
	padding: 0;
}

.home.header-image .site-title a {
	float: left;
	width: 100%;
	padding: 60px;
	font-size: 0px;
	text-indent: -9999px;
	text-align: center;
	background: none !important;
}

.header-image .site-title a {
	float: left;
	width: 100%;
	margin-top: 15px;
	padding: 41px 0;
	font-size: 0px;
	text-indent: -9999px;
	text-align: center;
	background-size: 35% !important;
	background-position: left center !important;
}

.header-image .site-title a:hover {
	transition: opacity 0.5s ease-in-out;
	opacity: 0.5;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #fff !important;
}

.title-area .site-description {
	display: none;
}



/* Widget Area
--------------------------------------------- */
.home .front-page-1 {
	position: relative;
}

.home .front-page-1 .image-section {
	display: table;
	overflow: hidden;
	table-layout: fixed;
	width: 100%;
	height: 100vh;
	background: #101820;
	color: #fff;
}

.home .front-page-1 .image-section .widget-area {
	position: relative;
	z-index: 999;
	display: table-cell;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: bottom;
	outline: 1px #b4a269 solid;
	outline-offset: -15px;
}

.home .front-page-1 a.alignnone:hover {
	transition: opacity 0.5s ease-in-out;
    opacity: 0.5;
}

.home .front-page-1 .entry-image {
	position: absolute;
	z-index: -9;
	top: 0;
	right: -70%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.home .front-page-1 .entry-header::after {
	display: none;
}

.home .front-page-1 .entry-title a {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
	font-family: 'Cormorant Garamond', serif !important;
	font-size: 45%;
	font-weight: 400;
	letter-spacing: 5px;
	line-height: 1.5;
	color: #b4a269;
}

.home .front-page-1 .entry-title a:hover {
	padding: 0 0 0 50px;
	background: url(https://dearkhena.com/wp-content/uploads/2022/08/icon_arrow_small_white.png) left center no-repeat;
	background-size: 25px;
	color: #fff !important;
}

.home .front-page-1 .entry-title,
.home .front-page-1 .entry-content {
	position: relative;
	float: left;
	width: 60%;
	text-align: left;
}

.home .front-page-1 .entry-content a {
	clear: both !important;
	float: left;
    margin-top: 40px;
	padding: 5px 20px;
    font-size: 85%;
    font-weight: 600;
    letter-spacing: 5px;
	background: #b4a269;
	border: 1px #101820 solid;
	color: #101820;
}

.home .front-page-1 .entry-content a:hover {
	padding: 5px 35px;
	color: #fff;
}

.home .front-page-1 .entry-content a::after {
	display: inline-block;
	position: relative;
	width: 50px;
	height: 8px;
	margin: 0 0 0 15px;
	background: url(https://dearkhena.com/wp-content/uploads/2022/08/icon_arrow_large_black.png) right center no-repeat;
	background-size: 100%;
	content: '';
}

.home .front-page-1 .entry-content a:hover::after {
	background: url(https://dearkhena.com/wp-content/uploads/2022/08/icon_arrow_large_white.png) right center no-repeat;
	background-size: 100%;
	content: '';
}



/* Site Navigation
---------------------------------------------------------------------------- */
.genesis-nav-menu {
	margin-top: 30px;
	line-height: 1;
}

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

.home .genesis-nav-menu .menu-item {
	float: left;
	margin: 0;
}

.genesis-nav-menu li li {
	margin-left: 0;
}

.genesis-nav-menu a {
	display: block;
	padding: 20px 0 20px 50px;
	font-family: 'Fira Code', monospace;
	font-weight: bold;
	font-style: normal;
	font-size: 100%;
	text-align: left;
	letter-spacing: 5px;
	text-transform: uppercase;
	color: #101820;
}

.home .genesis-nav-menu a {
	color: #b4a269;
	padding: 10px 50px 20px 0;
}

.genesis-nav-menu .menu-item-501 a,
.genesis-nav-menu .menu-item-502 a,
.genesis-nav-menu .menu-item-613 a,
.genesis-nav-menu .menu-item-623 a {
	padding-top: 30px !important;
	padding-bottom: 20px !important;
	font-weight: normal;
	text-transform: lowercase;
}

.genesis-nav-menu .menu-item-501 a span,
.genesis-nav-menu .menu-item-502 a span,
.genesis-nav-menu .menu-item-613 a span,
.genesis-nav-menu .menu-item-623 a span {
	padding-left: 60px;
	background: url(https://dearkhena.com/wp-content/uploads/2022/08/icon_arrow_large_white.png) left center no-repeat;
	background-size: 30%;
}

.genesis-nav-menu li.highlight a:focus::before,
.genesis-nav-menu li.highlight a:hover::before {
}

.genesis-nav-menu li.highlight > a {
	font-weight: 800;
}

.front-page .genesis-nav-menu li.current-menu-item > a,
.genesis-nav-menu > li > a {
}

.front-page .genesis-nav-menu li.current-menu-item > a:focus,
.front-page .genesis-nav-menu li.current-menu-item > a:hover,
.genesis-nav-menu > li > a:focus,
.genesis-nav-menu > li > a:hover {
	margin: 0;
	padding: 20px;
	background-color: #b4a269 !important;
	color: #fff;
}

.home.front-page .genesis-nav-menu li.current-menu-item > a:focus,
.home.front-page .genesis-nav-menu li.current-menu-item > a:hover,
.home .genesis-nav-menu > li > a:focus,
.home .genesis-nav-menu > li > a:hover {
	margin-right: 10px;
	padding: 10px 20px 20px 20px;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

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

.genesis-nav-menu .sub-menu a {
	position: relative;
	width: 225px;
	padding: 15px 20px;
	background: #b4a269;
	color: #fff;
}

.home .genesis-nav-menu .sub-menu a {
	position: relative;
	width: 225px;
	padding: 15px 20px;
	background: #b4a269;
	color: #fff;
}

.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu li.current-menu-item > a {
	padding: 15px 30px;
	background: #101820;
	color: #fff;
}

.home .genesis-nav-menu .sub-menu a:focus,
.home .genesis-nav-menu .sub-menu a:hover,
.home .genesis-nav-menu .sub-menu li.current-menu-item > a {
	padding: 15px 30px;
	background: #101820;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

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

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

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	display: inline-block;
	list-style-type: none;
	padding: 27px 20px;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	display: block;
	margin: 0 auto;
	padding: 0 20px 20px;
	width: 50%;
}


/* Primary Navigation
--------------------------------------------- */
.nav-primary,
.nav-secondary {
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
}

.home .nav-primary {
	position: absolute;
	top: 0;
	margin: 40px 0 0 0;
	font-size: 100%;
	border-bottom: 1px #b4a269 solid;
}

.nav-primary .genesis-nav-menu,
.nav-secondary .genesis-nav-menu {
	float: left;
	font-size: 80%;
}

.home .nav-primary .genesis-nav-menu .menu-item-265 {
	width: auto;
	margin-top: 0 !important;
	font-size: 100%;
}

.home .nav-primary .genesis-nav-menu .menu-item-265 a {
	padding-right: 40px;
	font-size: 100%;
	border-right: 1px #b4a269 solid;
}

.home .nav-primary .genesis-nav-menu .menu-item-265 a:hover {
	margin-right: 0;
	padding-right: 20px;
	color: #fff;
}

.subpage .nav-primary .genesis-nav-menu .menu-item-259,
.subpage .nav-primary .genesis-nav-menu .menu-item-260,
.subpage .nav-primary .genesis-nav-menu .menu-item-257,
.nav-primary .genesis-nav-menu .menu-item-259 a,
.nav-primary .genesis-nav-menu .menu-item-260 a,
.nav-primary .genesis-nav-menu .menu-item-257 a {
	display: none;
}

.home .nav-primary .genesis-nav-menu .menu-item-259 a,
.home .nav-primary .genesis-nav-menu .menu-item-260 a,
.home .nav-primary .genesis-nav-menu .menu-item-257 a {
	display: block;
	float: left;
	width: 15px !important;
	margin: 0 !important;
	padding: 0 0 30px 50px;
	text-align: -9999px;
	font-size: 0px;
	color: #fff;
	transition:background-image 1s ease-in-out !important;
}

.home .nav-primary .genesis-nav-menu .menu-item-259 a:hover,
.home .nav-primary .genesis-nav-menu .menu-item-260 a:hover,
.home .nav-primary .genesis-nav-menu .menu-item-257 a:hover {
	margin: 0 0 0 10px !important;
	padding: 0 25px 41px 25px !important;
	transition: 1s ease-in-out !important;
}

.home .nav-primary .genesis-nav-menu .menu-item-259 a:hover {
	margin: 0 !important;
}

.nav-primary .genesis-nav-menu .menu-item-259 a {
	background: url(https://dearkhena.com/wp-content/uploads/2022/08/icon_gold_youtube.png) center right no-repeat;
	background-size: 15px;
}

.nav-primary .genesis-nav-menu .menu-item-259 a:hover {
	margin-left: 0px !important;
	background: url(https://dearkhena.com/wp-content/uploads/2022/08/icon_gray_youtube.png) center no-repeat;
	background-size: 15px;
}

.nav-primary .genesis-nav-menu .menu-item-260 a {
	background: url(https://dearkhena.com/wp-content/uploads/2022/08/icon_gold_instagram.png) center right no-repeat;
	background-size: 15px;
}

.nav-primary .genesis-nav-menu .menu-item-260 a:hover {
	background: url(https://dearkhena.com/wp-content/uploads/2022/08/icon_gray_instagram.png) center no-repeat;
	background-size: 15px;
}

.nav-primary .genesis-nav-menu .menu-item-257 a {
	background: url(https://dearkhena.com/wp-content/uploads/2022/08/icon_gold_pinterest.png) center right no-repeat;
	background-size: 15px;
}

.nav-primary .genesis-nav-menu .menu-item-257 a:hover {
	background: url(https://dearkhena.com/wp-content/uploads/2022/08/icon_gray_pinterest.png) center no-repeat;
	background-size: 15px;
}





/* Secondary Navigation - woocommerce pages
--------------------------------------------- */
.woocommerce .nav-secondary a {
}




/* Tertiary Navigation
--------------------------------------------- */
.nav-tertiary {
	float: left;
	width: 100%;
	margin: 40px 0 150px 0;
}

.nav-tertiary ul {
	float: both;
	width: 1300px;
	margin: 0 auto;
	text-align: center;
	border-top: 1px #b4a269 solid;
}

.nav-tertiary li {
	margin: 0;
}

.nav-tertiary a {
	padding: 20px 40px;
	font: bold 120% 'Cormorant Garamond', serif;
	text-align: center;
	color: #b4a269;
}

.nav-tertiary a:hover {
	padding: 20px 60px 20px 20px !important;
}

.nav-tertiary .sub-menu {
	float: left !important;
	width: 275px;
	margin: 0 !important;
	padding: 0 !important;
}

.nav-tertiary .sub-menu li {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

.nav-tertiary .sub-menu li a {
	float: left;
	width: 100%;
	margin 0;
	padding: 15px 20px !important;
	font: normal 90% 'Fira Code', monospace;
	text-align: left;
}

.nav-tertiary .sub-menu li a:hover {
	padding: 15px 0 15px 40px !important;
}






/* Footer Navigation
--------------------------------------------- */
.nav-footer .genesis-nav-menu {
	padding: 5px 0;
}

.nav-footer .genesis-nav-menu a {
	border: none;
	font-weight: 800;
	letter-spacing: 3px;
	margin: 0;
	padding: 14px 25px;
}

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

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






/* extras 
--------------------------------------------- */





/* Content Area
---------------------------------------------------------------------------- */
/* Front Page
--------------------------------------------- */

.image-section a:focus,
.image-section a:hover,
.image-section .featured-content .entry-title a:focus,
.image-section .featured-content .entry-title a:hover {
	color: #0680a2;
}

.solid-section {
	background-color: #fff;
}

.home .front-page-2,
.front-page-4,
.front-page-5,
.front-page-6,
.front-page-7 {
	position: relative;
	z-index: 9;
}

.home .front-page-1,
.home .front-page-3,
.home .front-page-5,
.home .front-page-7 {
	background-attachment: fixed;
	background-color: #fff;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.home .front-page-2 section {
	clear: none !important;
}

.home .front-page-2 #nav_menu-3 {
	width: 30% !important;
	background: url(https://dearkhena.com/wp-content/uploads/2022/03/flower-icon_gold_25x18.png) center top no-repeat;
	background-size: 5%;
}

.home .front-page-2 #nav_menu-3 .widget-title {
	margin-top: 40px;
	font: italic 200% 'Cormorant Garamond', serif;
	font-weight: 400;
	text-transform: lowercase;
	text-align: center;
	letter-spacing: 5px;
	color: #b4a269;
}

.home .front-page-2 ul {
	float: left;
	width: 100%;
	margin: 60px 0 0 0;
	padding: 0;
  counter-reset: list-item-number;
} 

.home .front-page-2 ul li {
	float: left;
	width: 100% !important;
	padding: 0;
}

.home .front-page-2 ul li a {
	float: left;
	width: 100%;
	margin: 0;
	padding: 5px 0;
	font-size: 80%;
	font-weight: 600;
	letter-spacing: 5px;
	text-transform: uppercase;
	color: #101820 !important;
}

.home .front-page-2 ul li a::before {
	float: left !important;
	width: 100px !important;
	margin: 0 30px 0 0;
	padding: 0 !important;
	font-size: 100% !important;
	font-weight: 400;
	letter-spacing: 3px;
	text-align: right !important;
	color: #b4a269;
	content: counters(list-item-number, " .", upper-roman)" ";
	counter-increment: list-item-number;
}

.home .front-page-2 ul li a:hover {
	float: left;
	width: 100%;
	padding: 5px 0 5px 10px;
	color: #fff !important;
	background: #b4a269;
}

.home .front-page-2 ul li a:hover::before {
	color: #fff;
}

.home .front-page-2 #media_image-5 {
	float: right;
	width: 65% !important;
	margin: 0;
	padding: 0;
	text-align: center;
}

.home .front-page-2 #media_image-5 a:hover {
	transition: opacity 0.5s ease-in-out;
	opacity: 0.5;
}

.home .front-page-2 .featured-content {
	float: right;
	width: 65% !important;
	margin: 0;
	padding: 0;
}

.home .front-page-2 .featured-content a {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

.home .front-page-2 .featured-content a:hover {
	transition: opacity 0.5s ease-in-out;
	opacity: 0.5;
}

.home .front-page-2 .featured-content .entry-content {
	display: none;
}

.home .front-page-3 {
	margin-top: -100px !important;
}

.home .front-page-3 #featured-post-9 {
	float: left;
	width: 100%;
	margin: 0;
	padding: 15px;
	border: 1px #b4a269 solid;
}

.home .front-page-3 #featured-post-9 article {
	float: left;
	margin: 0;
	padding: 0;
}

.home .front-page-3 #featured-post-9 .alignnone {
	float: left;
	width: 34%;
	height: 450px !important;
	margin: 0;
	padding: 0;
}

.home .front-page-3 #featured-post-9 .alignnone:hover {
	transition: opacity 0.5s ease-in-out;
	opacity: 0.5;
}

.home .front-page-3 #featured-post-9 .alignnone img {
	float: left;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	object-fit: cover;
	object-position: center;
}

.home .front-page-3 #featured-post-9 .entry-header,
.home .front-page-3 #featured-post-9 .entry-content {
	float: right;
	width: 60%;
	margin: 0;
	padding: 0 20px;
	text-align: left;
}

.home .front-page-3 #featured-post-9 .entry-header {
	margin-top: 40px;
}

.home .front-page-3 #featured-post-9 .entry-header a {
	float: left;
	width: 100%;
	text-transform: uppercase;
	font-size: 150%;
	line-height: 1.5;
	color: #101820;
}

.home .front-page-3 #featured-post-9 .entry-header a:hover {
	padding: 0 0 0 50px;
	background: url(https://dearkhena.com/wp-content/uploads/2022/08/icon_arrow_small_gold.png) left center no-repeat;
	background-size: 25px;
	color: #b4a269;
}

.home .front-page-3 #featured-post-9 .entry-header::after {
	display: none;
}

.home .front-page-3 #featured-post-9 .entry-content {
    margin-top: 60px;
}

.home .front-page-3 #featured-post-9 .entry-content a {
	float: left;
    margin-top: 15px;
	padding: 5px 20px;
	font-size: 85%;
	font-weight: 600;
	letter-spacing: 5px;
	background: #b4a269;
	color: #fff;
}

.home .front-page-3 #featured-post-9 .entry-content a:hover {
	padding: 5px 35px;
	background: #101820;
}

.home .front-page-3 #featured-post-9 .entry-content a::after {
	display: inline-block;
	position: relative;
	width: 50px;
	height: 8px;
	margin: 0 0 0 15px;
	background: url(https://dearkhena.com/wp-content/uploads/2022/08/icon_arrow_large_white.png) right center no-repeat;
	background-size: 100%;
	content: '';
}

.home .front-page-4 .image-section {
	float: left;
	width: 100%;
	margin: 0;
}

.home .front-page-4 #featured-post-12 {
	clear: both !important;
	width: 100%;
	margin: -100px 0 0 0; 
	padding: 0;
}

.home .front-page-4 #featured-post-12 article {
	float: left;
	width: 30%;
	height: 550px;
	margin: 0 0 5% 0;
	text-align: left;
}

.home .front-page-4 #featured-post-12 article:nth-child(2),
.home .front-page-4 #featured-post-12 article:nth-child(5),
.home .front-page-4 #featured-post-12 article:nth-child(8) {
	float: left;
	margin: 0 5%;
}

.home .front-page-4 #featured-post-12 article a {
	float: left;
	width:100%;
	margin: 0;
	padding: 0;
}

.home .front-page-4 #featured-post-12 article a.alignnone:hover {
	transition: opacity 0.5s ease-in-out;
    opacity: 0.5;
}

.home .front-page-4 #featured-post-12 article img {
	float: left;
	width:100%;
	height: 300px;
	margin: 0;
	padding: 0;
	object-fit: cover;
	object-position: center;
}

.home .front-page-4 #featured-post-12 article .entry-title {
	width: 100%;
}

.home .front-page-4 #featured-post-12 article .entry-title a {
	float: left;
	width: 100%;
	margin: 30px 0 0 0;
	padding: 0;
	font-size: 115%;
	font-weight: 600;
	text-align: left;
	text-transform: lowercase;
	line-height: 1.5;
}

.home .front-page-4 #featured-post-12 article .entry-title a:hover {
	padding: 0 0 0 50px;
	background: url(https://dearkhena.com/wp-content/uploads/2022/08/icon_arrow_small_gold.png) left center no-repeat;
	background-size: 25px;
	color: #b4a269;
}

.home .front-page-4 #featured-post-12 .entry-content {
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
	padding: 0;
}

.home .front-page-4 #featured-post-12 .entry-content a {
	display: none !important;
}

.home .front-page-4 .read-journal {
	float: left;
	width: 100%;
	margin: 0;
	text-align: center;
}

.home .front-page-4 .read-journal a {
	margin-top: 15px;
	padding: 15px 20px;
	font-size: 85%;
	font-weight: 600;
	letter-spacing: 5px;
	background: #b4a269;
	color: #fff;
}

.home .front-page-4 .read-journal a::after {
	display: inline-block;
	position: relative;
	width: 50px;
	height: 8px;
	margin-left: 10px;
	background: url(https://dearkhena.com/wp-content/uploads/2022/08/icon_arrow_large_white.png) right center no-repeat;
	background-size: 100%;
	content: '';
}

.home .front-page-4 .read-journal a:hover {
	padding: 15px 40px;
	background: #101820;
	color: #fff;
}


.bottom-image {
	margin-bottom: -120px;
	margin-top: 100px;
}

.bottom-image img {
	margin-bottom: -10px;
}

.front-page .field-wrap:last-child {
	margin-bottom: 0;
}

.small-disclaimer {
	font-size: 14px;
	font-style: italic;
}



/* subpage
--------------------------------------------- */

.subpage .site-inner {
	margin-top: 100px;
}

.subpage .site-container .site-inner .content-sidebar-wrap .content {
	width: 100%;
	padding: 0 200px 50px;
}

.subpage .entry-content p {
	margin: 0 0 30px 0;
	text-indent: 60px !important;
}

.subpage .wp-block-image {
	float: left;
	width: 100%;
	margin: 40px 0 60px 0;
	padding: 0;
	background-size: 100%;
	outline: 1px #b4a269 solid;
	outline-offset: -15px;
}

.subpage .entry-footer {
	float: right;
	width: 75%;
}

.subpage .entry-footer:before {
	margin: 0;
	padding: 0;
	border: none;
}





/* archive
--------------------------------------------- */
.blog .archive-description,
.archive .archive-description {
	float: left;
	width: 100%;
	margin: 0 0 150px 0;
	text-align: center;
}

.blog .archive-description p,
.archive .archive-description p {
	margin: 40px 0 20px 0;
	font: italic 150% 'Cormorant Garamond', serif;
	font-weight: 400;
	letter-spacing: 5px;
	color: #101820;
}

.blog article,
.archive article {
	float: left;
	width: 100%;
	height: 450px;
	margin:  0;
	padding: 0;
}

.blog article .entry-image-link,
.archive article .entry-image-link {
	float: left;
	width: 50%;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
}

.blog article .entry-image-link:hover,
.archive article .entry-image-link:hover {
    transition: opacity 0.5s ease-in-out;
    opacity: 0.5;
}

.blog article .entry-image-link img,
.archive article .entry-image-link img {
	float: left;
	width: 100%;
	height: 300px;
	padding: 0;
	object-fit: cover;
}

.blog article .entry-header,
.archive article .entry-header  { 
	float: right;
	width: 40%;
	margin: 0;
	padding: 0;
}

.blog article .entry-header .entry-title-wrap,
.blog article .entry-header .entry-title-wrap .entry-title,
.blog article .entry-header .entry-title-wrap .entry-title a,
.archive article .entry-header .entry-title-wrap,
.archive article .entry-header .entry-title-wrap .entry-title,
.archive article .entry-header .entry-title-wrap .entry-title a { 
	float: left;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}

.blog article .entry-header .entry-title-wrap .entry-title a,
.archive article .entry-header .entry-title-wrap .entry-title a { 
	float: left;
	width: 100%;
	margin: 30px 0 0 0 !important;
	padding: 0;
	font-size: 36px;
	font-weight: 600;
	text-align: left;
	text-transform: lowercase;
	line-height: 1.5;
}

.blog article .entry-header .entry-title-wrap .entry-title a:hover,
.archive article .entry-header .entry-title-wrap .entry-title a:hover { 
	padding: 0 0 0 50px !important;
	background: url(https://dearkhena.com/wp-content/uploads/2022/08/icon_arrow_small_gold.png) left center no-repeat;
	background-size: 25px;
	color: #b4a269;
}

.blog article .entry-header .entry-meta,
.archive article .entry-header .entry-meta { 
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 150%;
	font-weight: 600;
	text-align: left;
	text-transform: lowercase;
	line-height: 1.5;
}

.blog article .entry-categories a,
.blog article .entry-tags a,
.archive article .entry-categories a,
.archive article .entry-tags a { 
	float: left;
	margin: 0 10px 10px 0;
	padding: 0 10px;
    font-size: 90%;
	font-weight: bold;
	letter-spacing: 5px;
	text-align: center !important;
	background: #dad9d7;
	color: #fff;
}

.blog article .entry-categories a:hover,
.blog article .entry-tags a:hover,
.archive article .entry-categories a:hover,
.archive article .entry-tags a:hover {
	padding: 0 20px !important;
	background: #7ca7ad;
}

.blog article .entry-content,
.archive article .entry-content {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left !important;
}

.no-posts {
	float: left;
	width: 100%;
	margin: 0 0 100px 0;
	text-align: center;
	font: normal 250% 'Cormorant Garamond', serif;
	text-transform: lowercase;
	letter-spacing: 5px;
}





/* single
--------------------------------------------- */
.single .after-entry {
	float: left;
	width: 100%;
	margin: 0 0 100px 0;
	padding: 10px 40px;
	text-align: center;
	background: #101820;
	border: none;
	color: #fff;
}

.single .entry-header .entry-meta {
	float: none !important;
	margin: -80px 0 150px 0 !important;
	text-indent: 0 !important;
	text-align: center !important;
}

.single .entry-meta {
	float: left !important;
	width: 100%;
	margin: 40px 0 0 0 !important;
	text-align: left !important;
	text-indent: 30%;
	font: italic 30px 'Cormorant Garamond', serif;
	font-weight: 400;
	letter-spacing: 5px;
}

.single .entry-meta .entry-author {
	float: left;
	width: 100%;
	margin: 20px 0 100px 0;
	font-size: 75px;
}
.categories_tags {
	float: left;
	width: 100%;
	margin: 0;
}

.single article .entry-categories a,
.single article .entry-tags a { 
	float: none;
	margin: 0 10px 10px 0;
	padding: 10px 20px;
	font: normal 14px 'Fira Code', monospace;
	letter-spacing: 5px;
	background: #dad9d7;
	color: #fff;
}

.single article .entry-categories a:hover,
.single article .entry-tags a:hover {
	padding: 10px 40px !important;
	background: #7ca7ad;
}





/* woocommerce
--------------------------------------------- */
.woocommerce .sidebar-primary {
	float: left;
	width: 20%;
}

.woocommerce .site-container .site-inner .content-sidebar-wrap .content {
	float: left;
	width: 100%;
	margin: 0 0 100px 0;
	padding: 0;
}

.woocommerce-shop .page-title {
	display: none;
}

.woocommerce .woocommerce-ordering {
	float: right !important;
	width:25%;
	margin: 0 !important;
	padding: 0 !important;
}

.woocommerce .woocommerce-ordering select {
	float: right !important;
	margin: 0 0 40px 0 !important;
	padding: 10px !important;
	font-size: 90%;
	text-transform: lowercase;
	letter-spacing: 3px;
	border: none;
	background: none !important;
}

.woocommerce .products li {
	float: left !important;
	margin-bottom: 60px !important;
}

.woocommerce .products li a h2 {
	padding: 0 !important;
	margin: 0 0 10px 0 !important;
	font-size: 130% !important;
	font-weight: bold;
	text-transform: lowercase;
	color: #101820;
}

.woocommerce .products li a:hover h2 {
	padding: 0 0 0 40px !important;
	background: url(https://dearkhena.com/wp-content/uploads/2022/08/icon_arrow_small_gold.png) left center no-repeat;
	background-size: 20px;
	color: #b4a269;
	transition: all 01s ease-in-out !important;
}

.woocommerce .products li a .star-rating {
	display: none;
}

.woocommerce .products li a .price {
	margin: 0 0 20px 0 !important;
	font-size: 90% !important;
	letter-spacing: 5px;
	color: #b4a269 !important;
}

.single-product .woocommerce-product-gallery {
	float: left;
	width: 50% !important;
}

.single-product .summary {
	float: right;
	width: 40% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.single-product .product_title {
	float: left;
	width: 100%;
	margin: -20px 0 20px 0 !important;
	padding: 0 !important;
	font-size: 50px;
	border: none;
	color: #101820;
}

.single-product .star-rating {
	width: 100px !important;
	font-size: 90% !important;
	letter-spacing: 3px;
	color: #b4a269 !important;
}

.single-product .price {
	margin-bottom: 60px !important;
	color: #101820 !important;
}

.single-product .woocommerce-product-details__short-description {
	margin-bottom: 40px !important;
	padding: 0 !important;
}

.single-product table.variations,
.single-product table.variations tbody {
	float: left;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none;
}

.single-product table.variations th {
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 100%;
	letter-spacing: 1px;
	border: none;
}

.single-product table.variations tr,
.single-product table.variations td {
	padding: 0 !important;
	border: none !important;
}

.single-product table.variations tr {
	float: left;
	width: 100%;
	margin-bottom: 30px !important;
}

.single-product table.variations .button-variable-item {
	margin-right: 10px !important;
	padding: 10px 20px !important;
	font-size: 90% !important;
	letter-spacing: 1px;
	border-radius: 0 !important;
}

.single-product table.variations .button-variable-item {
}

.single-product table.variations .reset_variations {
	float: left;
	margin-top: 20px;
	font-size: 100% !important;
	text-transform: lowercase;
}

.single-product .in-stock,
.single-product .out-of-stock {
	float: left;
	width: 100%;
	margin-top: 0px;
	font-size: 100% !important;
	letter-spacing: 3px;
	text-align: center;
	text-transform: lowercase;
}

.single-product .in-stock {
	border: 1px #7ca7ad solid;
	color: #7ca7ad !important;
}

.single-product .out-of-stock {
	border: 1px red solid;
	color: red !important;
}

.single-product .cart input,
.single-product .cart button {
	float: left;
	width: 100%;
	height: 50px !important;
	margin: 0 !important;
}

.single-product .cart input {
	font-size: 95% !important;
}

.single-product .cart button {
	margin: 0 0 40px 20px !important;
	letter-spacing: 5px !important;
	text-transform: lowercase !important;
	border: none !important;
	background: #b4a269 !important;
	color: #fff !important;
}

.single-product .cart button:hover {
	padding-left: 40px !important;
	padding-right: 40px !important;
	background: #101820 !important;
	color: #fff !important;
}

.single-product .woocommerce-tabs {
	position: relative;
	float: left;
	width: 100% !important;
	margin: 0 0 20px 0 !important;
	padding: 40px;
	background: #eee;
}

.single-product .woocommerce-tabs .description_tab,
.single-product .woocommerce-tabs .reviews_tab {
	float: left !important;
	width: 100% !important;
	margin: 0 !important;
	background: none !important;
}


.single-product .woocommerce-tabs .tabs li a {
	float: left;
	width: 100%;
	padding: 5px 0 5px 80px !important;
	font-weight: 400;
	letter-spacing: 5px;
	text-transform: lowercase;
	color: #b4a269 !important;
	background: url(https://dearkhena.com/wp-content/uploads/2022/08/icon_arrow_large_gold.png) left center no-repeat;
	background-size: 55px !important;
}

.single-product .woocommerce-tabs .tabs .active a {
	clear: both !important;
	float: left;
	width: 100%;
	color: #101820 !important;
	background: url(https://dearkhena.com/wp-content/uploads/2022/08/icon_arrow_large_black.png) left center no-repeat;
	background-size: 55px !important;
}

.single-product .woocommerce-tabs .tabs li a:hover {
	float: left;
	width: 100%;
	text-align: center;
	padding: 5px 0 !important;
	background: #101820 !important;
	color: #fff !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
 border-bottom: none !important;
}

.single-product .woocommerce-tabs ul.tabs {
	position: relative !important;
	float: left !important;
	width: 25% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.single-product .woocommerce-tabs ul.tabs li {
	position: relative !important;
	float: left !important;
	width: 100% !important;
	margin: 0 0 10px 0 !important; 
	border: none !important;
}

.single-product .woocommerce-Tabs-panel {
	float: right;
	width: 70%;
	margin: 0 !important;
	padding: 0 !important;
}

.single-product .woocommerce-Tabs-panel h2 {
	display: none;
}

.single-product .woocommerce-Tabs-panel p {
	text-indent: 0 !important;
}

.single-product .commentlist {
	float: left;
	width: 100%;
	margin: 0 0 50px 0 !important;
	padding: 0;
}

.single-product .commentlist li div {
	border: none !important;
}

.single-product .comment_container .star-rating {
	float: right !important;
	width: 100%;
	margin: 0;
}

.single-product .comment_container .meta {
	float: left;
	width: 100%;
	margin: 0;
}

.single-product .comment_container .meta .woocommerce-review__dash {
	display: none;
}

.single-product .comment_container .woocommerce-review__author {
	float: left;
	padding: 5px 0;
	font: normal 175% 'Cormorant Garamond', serif;
	font-weight: 600;
	color: #7ca7ad;
}

.single-product .comment_container .woocommerce-review__published-date {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
	font-size: 110% !important;
	letter-spacing: 2px;
	color: #101820;
}

.single-product .comment_container .comment-text {
	float: left;
	width: 100% !important;
	padding: 0 0 40px 0 !important;
	margin: 0 0 20px 0 !important;
	border-bottom: 1px #7ca7ad solid !important;
}

.single-product .comment-respond {
	float: left !important;
	margin-bottom: 20px !important;
	width: 100% !important;
}

.single-product .comment-form .comment-notes,
.single-product .comment-form .comment-form-cookies-consent label:first-letter {
    text-transform: lowercase;
}

.single-product .comment-form .comment-form-rating {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	text-transform: lowercase !important;
	letter-spacing: 2px !important;
}

.single-product .comment-form .comment-form-rating p {
	margin-top: 10px !important;
}

.single-product .comment-respond textarea {
	float: left;
	width: 100%;
	letter-spacing: 1px;
	line-height: 1.5em !important;
}

.single-product .comment-form p.form-submit {
	margin: 20px 0 0 0 !important;
}

.single-product .comment-respond input {
	letter-spacing: 5px !important;
	text-transform: lowercase !important;
	border: none !important;
	background: #b4a269 !important;
	color: #fff !important;
}

.single-product .comment-respond input:hover {
	padding-left: 40px !important;
	padding-right: 40px !important;
	background: #101820 !important;
	color: #fff !important;
}

.single-product .related {
	float: left;
	width: 100%;
	margin: 20px 0 0 0 !important;
	padding: 20px 40px 0 40px !important;
	text-transform: lowercase;
	border: 1px #7ca7ad solid; 
}

.single-product .related h2 {
	text-transform: lowercase;
	color: #7ca7ad;
}

.single-product .entry::after {
	clear: none !important;
}



/* Dashicons
--------------------------------------------- */
.front-page .dashicons {
	font-size: 40px;
	height: 40px;
	margin-bottom: 20px;
	width: 40px;
}

/* Flexible Widgets
--------------------------------------------- */
.flexible-widgets {
	padding-bottom: 60px;
	padding-top: 100px;
}

.flexible-widgets .widget {
	float: left;
	margin: 0 0 40px 2.564102564102564%;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-area .widget:nth-of-type(1),
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
	background: none;
	margin-left: 0;
	padding: 0;
	width: 100%;
}

.widget-area.flexible-widgets.widget-half .widget,
.flexible-widgets.widget-halves .widget {
	width: 48.717948717948715%;
}

.flexible-widgets.widget-thirds .widget {
	width: 31.623931623931625%;
}

.flexible-widgets.widget-fourths .widget {
	width: 23.076923076923077%;
}

.flexible-widgets.widget-halves .widget:nth-child(even),
.flexible-widgets.widget-thirds .widget:nth-child(3n+2),
.flexible-widgets.widget-fourths .widget:nth-child(4n+2) {
	clear: left;
	margin-left: 0;
}

.solid-section .widget {
	background-color: #fff;
	padding: 40px;
}

.solid-section .widget:not(:first-child) .widget-title {
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.flexible-widgets p.large {
	font-size: 36px;
	line-height: 1;
}

.flexible-widgets p.price {
	font-size: 32px;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 20px;
}

/* Content
--------------------------------------------- */
.content {
	float: left;
	width: 700px;
}

.page .content {
	padding-bottom: 50px;
}

.sidebar-content .content {
	float: right;
}

.full-width-content .content {
	padding: 0 200px 50px;
	width: 100%;
}

.full-width-content.front-page .content {
	padding: 0;
}



/* Entries
--------------------------------------------- */
.widget .entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	padding-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 code {
	background-color: #101820;
	color: #ddd;
}



/* Entry Meta
--------------------------------------------- */
.type-post .entry-meta {
	float: left;
	width: 100%;
	margin-top: -80px;
	margin-bottom: 100px !important;
	text-align: center;
}

.entry-footer .entry-meta {
	float: left !important;
	margin: 50px 0 0 0 !important;
	padding: 0;
	font: italic 30px 'Cormorant Garamond', serif;
	font-weight: 400;
	letter-spacing: 5px;
	text-align: left;
}

.entry-footer .entry-meta .entry-author {
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
	text-align: left;
	font: italic 75px 'Cormorant Garamond', serif;
	font-weight: 400;
	letter-spacing: 5px;
}

p.entry-meta {
	font-size: 14px;
	margin-bottom: 0;
	text-transform: lowercase;
}

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

.entry-header p.entry-meta {
	font: italic 30px 'Cormorant Garamond', serif;
	font-weight: bold;
	text-transform: lowercase;
	letter-spacing: 5px;
	margin-bottom: 50px;
	color: #7ca7ad;
}

.sidebar .entry-header::after {
	display: none;
}

.entry-categories::before,
.entry-tags::before {
	display: inline-block;
	font: 20px/1 dashicons;
	/* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	margin-right: 5px;
	margin-top: 2px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}

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



/* After Entry
--------------------------------------------- */
.after-entry {
	border-top: 1px solid #101820;
	padding: 40px 0;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}



/* Pagination
--------------------------------------------- */
.pagination {
	float: left;
	width: 100%;
	margin: 0 0 100px 0;
}

.pagination ul {
	text-align: center ;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	display: inline-block;
	margin: 0 5px;
	font-weight: bold;
	text-transform: lowercase;
	letter-spacing: 5px;
}

.archive-pagination li a:hover {
	background: #101820 !important;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination .active a {
	padding: 5px 15px 5px 20px;
	color: #fff !important;
}

.archive-pagination .pagination-next a::after {
	display: inline-block;
	position: relative;
	width: 50px;
	height: 8px;
	margin: 0 0 0 15px;
	background: url(https://dearkhena.com/wp-content/uploads/2022/08/icon_arrow_large_gold.png) right center no-repeat;
	background-size: 100%;
	content: '';
}

.archive-pagination .pagination-next a:hover::after {
	background: url(https://dearkhena.com/wp-content/uploads/2022/08/icon_arrow_large_white.png) right center no-repeat;
	background-size: 100%;
	content: '';
}

.archive-pagination .pagination-previous a::before {
	display: inline-block;
	position: relative;
	width: 50px;
	height: 8px;
	margin: 0 15px 0 0;
	background: url(https://dearkhena.com/wp-content/uploads/2022/10/icon_arrow_left_large_gold.png) right center no-repeat;
	background-size: 100%;
	content: '';
}

.archive-pagination .pagination-previous a:hover::before {
	background: url(https://dearkhena.com/wp-content/uploads/2022/10/icon_arrow_left_large_white.png) right center no-repeat;
	background-size: 100%;
}



/* Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 100px;
}

.comment-respond {
	float: left;
	width: 100%;
}

.comment-respond .comment-reply-title {
	display: none;
}

.entry-comments h3 {
	margin: 0;
	text-transform: lowercase;
	color: #7ca7ad;
}

.entry-comments .comment {
	float: left;
	width: 100%;
	margin: 20px 0 0 0 !important;
	padding: 20px 40px;
	text-transform: lowercase;
	border: 1px #7ca7ad solid;
}

.entry-comments .comment-author {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

.entry-comments .comment-author a:hover {
	color: #fff !important;
}

.entry-comments .comment-author .comment-author-name {
	float: left;
	padding: 5px 0;
	font: normal 160% 'Cormorant Garamond', serif;
	font-weight: 600;
}

.entry-comments .comment-author .comment-author-name:hover {
	padding: 5px 40px;
	background: #101820;
	color: #fff !important;
	transition: 1s ease-in-out !important;
}

.entry-comments .comment-meta {
	float: left;
	width: 50%;
	padding: 0;
	font-size: 90% !important;
	letter-spacing: 2px;
	text-align: left;
}

.entry-comments .comment-content {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

.entry-comments .comment-reply-link {
	float: left;
	margin: 0;
	padding: 0;
	padding-left: 60px;
	background: url(https://dearkhena.com/wp-content/uploads/2022/08/icon_arrow_large_gold.png) left center no-repeat;
	background-size: 50%;
}

.entry-comments .comment-edit-link {
	float: right;
	width: auto;
	margin: -30px 0 0 0;
	padding: 0;
}

.entry-comments .comment-reply-link {
	float: left;
	margin: 0;
	padding: 0 60px 0 0;
	font-weight: 600;
	text-transform: lowercase;
	letter-spacing: 5px;
	background: url(https://dearkhena.com/wp-content/uploads/2022/08/icon_arrow_large_gold.png) right center no-repeat;
	background-size: 40%;
}

.entry-comments .comment-reply-link:hover {
	float: left;
	padding: 0 100px 0 40px;
	background: #101820 url(https://dearkhena.com/wp-content/uploads/2022/08/icon_arrow_large_white.png) 120px center no-repeat;
	background-size: 30%;
	color: #fff;
}

.comment-content,
.entry-comments .comment {
	clear: both;
}

.logged-in-as {
	width: 100%;
	margin-top: 40px;
	font-size: 100% !important;
	text-transform: lowercase;
}

.required-field-message {
	float: right;
	width: auto;
	margin: 0;
	text-transform: lowercase;
	color: #7ca7ad;
}

.comment-form-comment {
	float: left;
	width: 100%;
	margin: 0 0 10px 0 !important;
}

.comment-form-comment label {
	display: none !important;
}

p.form-submit,
.entry-comments .children .comment a,
.entry-comments .comment-author a {
	margin: 0;
	color: #7ca7ad;
}

.entry-comments .children .comment a:hover,
.entry-comments .comment-author a:hover {
	color: #fff !important;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0 !important;
	color: #7ca7ad;
}

.entry-comments .children .comment {
    border-bottom: none !important;
	border: none;
}

.comment-respond {
    margin-top: 100px;
}

.comment-respond label {
	display: block;
	font-weight: 800;
}

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

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.entry-comments ul.children {
	float: left !important;
    width: 100% !important;
	margin: 40px 0 0 0 !important;
	padding: 0 0 0 60px !important;
}

.entry-comments ul.children .byuser {
	float: left;
	margin: 0 !important;
	padding: 10px 0 !important;
	border-top: 1px #7ca7ad dotted !important;
}

.ping-list .reply {
	display: none;
}

.comment-form p {
	float: left !important;
	width: 100% !important;
	margin: 0 0 20px 0;
	padding: 0;
}

.comment-notes,
.comment-form-comment {
	margin-bottom: 20px !important;
}

.comment-form label {
	float: left !important;
	width: 20% !important;
	margin: 0 !important;
	padding: 0 !important
}

.comment-form input {
	float: right !important;
	width: 80% !important;
	margin: 0 !important;
	padding: 10px 20px !important
}

form .comment-form-cookies-consent {
	float: left !important;
	width: 100% !important;
	margin: 20px 0 40px 0 !important;
	padding: 10px 20px;
	background: #dad9d7;
}

form .comment-form-cookies-consent input {
	float: left !important;
	width: auto !important;
	margin-top: 10px !important;
}

form .comment-form-cookies-consent label {
	float: right !important;
	width: 90% !important;
	margin: 0 !important;
	padding: 0 !important;
	font-weight: normal;
}

form .g-recaptcha {
	float: 100% !important;
	width: auto !important;
}

form .g-recaptcha iframe {
	float: right !important;
	width: 100% !important;
	margin-top: 20px !important
}

form .form-submit {
	float: left !important;
	width: 40% !important;
	margin: 40px 0 0 0 !important;
	padding: 0 !important;
}

form .form-submit input {
	float: left !important;
	width: 75% !important;
	margin: 0 !important;
	padding: 15px !important;
}

form .form-submit input:hover {
	width: 100% !important;
}




/* Footer Widgets
---------------------------------------------------------------------------- */
.footer-widgets {
	background: #dad9d7 !important;
	clear: both;
	text-align: center;
	position: relative;
	z-index: 9;
}

.footer-widgets .wrap {
	background: url(https://dearkhena.com/wp-content/uploads/2022/08/logo_emblem_large_gold.png) left -30px no-repeat !important;
	background-size: 20% !important;
}

.footer-widgets,
.footer-widgets .wrap a,
.footer-widgets .wrap a.button {
	color: #fff;
}

.footer-widgets a:focus,
.footer-widgets a:hover {
	color: #101820;
}

.footer-widgets .footer-widgets-1 {
	float: right;
	width: 100%; 
	margin: 0;
	text-align: left;
}

.footer-widgets .footer-widgets-1 section {
	float: left;
	width: 21%; 
	margin: 40px 0 0 2%;
}

.footer-widgets .footer-widgets-1 section.widget_text {
	float: left;
	width: 25%; 
	margin: 300px 6% 0 0;
}

.footer-widgets .footer-widgets-1 section.widget_text p {
	float: left;
	width: 85%;
	font-size: 85%;line-height: 2.5;
}

.footer-widgets .footer-widgets-1 section.widget_text h3 {
	display: none;
}

.footer-widgets #nav_menu-9 h3 {
	text-indent: -9999px;
}

.footer-widgets #nav_menu-9 .widget-wrap {
	float: left;
	background: url(https://dearkhena.com/wp-content/uploads/2022/03/flower-icon_gold_25x18.png) 25% 10% no-repeat;
	background-size: 5%;
}

.footer-widgets .footer-widgets-1 section h3 {
	float: left; 
	width: auto;
	margin: 0 0 30px 50px;
	padding: 0;
	font-size: 150%;
	font-style: italic;
	text-transform: lowercase;
	text-align: center;
	letter-spacing: 5px;
	color: #b4a269;
}

.footer-widgets .footer-widgets-1 ul {
	counter-reset: list-item-number;
}

.footer-widgets .footer-widgets-1 li {
	float: left;
	width: 100%; 
	margin: 0;
	padding: 0;
}

.footer-widgets .footer-widgets-1 li a {
	float:left;
	width: 100%;
	padding: 2px 0;
	font-size: 85%;
	letter-spacing: 5px;
}

.footer-widgets .footer-widgets-1 li a::before {
	float: left;
	width: 30px;
	margin: 3.5px 20px 0 0;
	padding: 0 !important;
	font-size: 80% !important;
	letter-spacing: 3px;
	text-align: right !important;
	color: #b4a269;
	content: counters(list-item-number, " .", upper-roman)" ";
	counter-increment: list-item-number;
}

.footer-widgets .footer-widgets-1 li a:hover {
	margin-right: 10px;
	padding: 2px 20px;
	background-color: #b4a269;
	color: #fff;
}

.footer-widgets .footer-widgets-1 li a:hover::before {
	color: #fff;
}



/* Site Footer
---------------------------------------------------------------------------- */
.site-footer {
	padding: 100px 20px 20px 20px;
	background-color: #dad9d7;
}

.site-footer,
.site-footer a,
.site-footer p {
	color: #101820;
}

.site-footer a:focus,
.site-footer a:hover {
	color: #b4a269;
}

.site-footer p {
	float: left;
	width: 100%;
	text-transform: uppercase;
	font: italic 100% 'Cormorant Garamond', serif;
	font-weight: 400;
	text-transform: lowercase;
	letter-spacing: 5px;
}

.site-footer a {
	float: right;
    font-style: normal !important;
}

.site-footer a:hover {
	padding: 5px 20px;
	background: #b4a269;
	color: #fff !important;
}



/* Media Queries
---------------------------------------------------------------------------- */
@media only screen and (max-width: 1280px) {
	.site-inner,
	.wrap {
		max-width: 1200px;
	}
}

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

	.wrap {
		max-width: 1100px;
	}
}

@media only screen and (max-width: 1023px) {
	.site-inner,
	.wrap {
		max-width: 768px;
	}
}

@media only screen and (max-width: 800px) {
}

@media only screen and (max-width: 480px) {
}

