@charset 'UTF-8';
/*!
 * Theme Name:  Casalaiya
 * Theme URI:   http://www.seothemes.com/themes/casalaiya/
 * Description: Starter theme for the Genesis Framework.
 * Author:      SEO Themes
 * Author URI:  http://www.seothemes.com/
 * Version:     2.2.3
 * Text Domain: casalaiya
 * Tags:        one-column, two-columns, left-sidebar, right-sidebar, accessibility-ready, custom-logo, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready.
 * Template:    genesis
 * Template     Version: 2.5.2
 * License:     GPL-2.0+
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * GitHub URI:  https://github.com/seothemes/casalaiya
 */
/* # Table of Contents

- Utilities
	- Variables
	- Mixins
	- Functions
- Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typography
	- Headings
	- Forms
	- Objects
	- Tables
	- Accessibility
- Layout
	- Site Containers
	- Content Width
	- Column Classes
	- Gallery
- Common
	- Avatars
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Header
	- Before Header
	- Site Header
	- Title Area
	- Widget Area
	- Hero Section
- Menus
	- Menus
	- Sub Menus
	- Specific Menus
	- Menu Toggles
- Content
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
	- Widgets
	- Sidebars
- Footer
	- Site Footer
	- Footer Widgets
- Plugins
	- Simple Social Icons
	- Gravity Forms
- Home
	- Front Page
	- Custom Header
- Print
	- Print Styles
*/
/* # Variables
-----------------------------------------------------------------------*/
/**
 * ### Breakpoints
 *
 * Based on the most common 16:9 screen resolutions.
 *
 * @link https://pacoup.com/2011/06/12/list-of-true-169-resolutions/
 */
/* ### Colors */
/* === Casa Laiya === */
/* ### Typography */
@font-face {
	font-family: Plantin;
	src: url(assets/fonts/PlantinStd.otf);
}

@font-face {
	font-family: Savoye;
	src: url(assets/fonts/SavoyePlain.ttf);
}

/* ### Other */
/**
 * ### Columns (including fifths)
 *
 * Why not just memorize them?
 *
 * @link https://gist.github.com/wpsmith/6201969
 */
/* # Mixins
-----------------------------------------------------------------------*/
/* ### Media Queries */
/* ### Clearfix */
/* ### Transitions */
/* ### Box Shadow */
/* ### Box Shadow */
.overlay {
	transition: all 0.3s ease;
	background-color: rgba(52, 83, 64, 0.4);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

/* normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	    -ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
	margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
	display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
	/* 1 */
	display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
	margin: 1em 40px;
	margin: 1em 4rem;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
	background-color: transparent;
	/* 1 */
	-webkit-text-decoration-skip: objects;
	/* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
	font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
	font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
	background-color: #ffff00;
	color: #000000;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
	/* 2 */
}

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

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
	display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
	display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
	display: none;
}

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

/* ## Box Sizing
--------------------------------------------- */
html,
input[type='search'] {
	box-sizing: border-box;
}

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

/* ## Float Clearing
--------------------------------------------- */
.author-box,
.clearfix,
.entry,
.entry-content,
.footer-widgets,
.nav-primary,
.nav-secondary,
.pagination,
.site-container,
.site-footer,
.site-header,
.site-inner,
.widget,
.wrap {
	clear: both;
}

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

/* ## Typography
--------------------------------------------- */
* {
	-webkit-tap-highlight-color: transparent;
}

::-moz-selection {
	background-color: #30353a;
	color: #ffffff;
}

::selection {
	background-color: #30353a;
	color: #ffffff;
}

html {
	font-size: 62.5%;
	max-width: 100vw;
	overflow-x: hidden;
}

body {
	background-color: #dbd2cc;
	color: #30353a;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.618;
	-webkit-font-smoothing: antialiased;
	   -moz-font-smoothing: grayscale;
	margin: 0;
	max-width: 100vw;
	overflow-x: hidden;
}

body > div {
	font-size: 18px;
	font-size: 1.8rem;
}

p {
	margin: 0 0 1.382em;
	padding: 0;
}

a {
	color: #a0a8af;
	word-wrap: break-word;
}

a:hover,
a:focus {
	color: #30353a;
	outline: none;
}

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid #f0f1f2;
	border-bottom: 0.1rem solid #f0f1f2;
	clear: both;
	padding: 1em 0 0;
	margin: 0 0 2em;
}

b,
strong {
	font-weight: 600;
}

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

blockquote {
	border-left: 1px solid #f0f1f2;
	border-left: 0.1rem solid #f0f1f2;
	margin: 1em 0;
	padding: 0 1em;
}

/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Plantin, serif;
	font-weight: 600;
	line-height: 1.236;
	margin: 0 0 0.618em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1em;
}

/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
	background-color: #ffffff;
	border: 1px solid #f0f1f2;
	border: 0.1rem solid #f0f1f2;
	border-radius: 0.1rem;
	padding: 0.875em 1em;
	width: 100%;
}

input:focus,
select:focus,
textarea:focus {
	outline: none;
	border-color: #a0a8af;
}

:focus {
	outline: 1px solid #f0f1f2;
	outline: 0.1rem solid #f0f1f2;
}

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

input[type='search'] {
	-webkit-appearance: none;
}

::-moz-placeholder {
	color: #30353a;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #30353a;
}

.button,
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
	background-color: #b8aa6d;
	border: 0;
	border-radius: 0.1rem;
	color: #ffffff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	padding: 1em 2em;
	text-decoration: none;
	display: inline-block;
	width: auto;
	height: auto;
	letter-spacing: 1.2px;
	line-height: 1;
	text-transform: uppercase;
	transition: all 0.3s ease;
	box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.15);
}

.button:hover,
.button:focus,
button:hover,
button:focus,
input[type='button']:hover,
input[type='button']:focus,
input[type='reset']:hover,
input[type='reset']:focus,
input[type='submit']:hover,
input[type='submit']:focus {
	color: #ffffff;
	box-shadow: inset 0 0 0 9rem rgba(255, 255, 255, 0.2);
}

.button.secondary,
button.secondary,
input[type='button'].secondary,
input[type='reset'].secondary,
input[type='submit'].secondary {
	background-color: #a0a8af;
}

.button.small,
button.small,
input[type='button'].small,
input[type='reset'].small,
input[type='submit'].small {
	font-size: 12px;
	font-size: 1.2rem;
}

.button.large,
button.large,
input[type='button'].large,
input[type='reset'].large,
input[type='submit'].large {
	font-size: 18px;
	font-size: 1.8rem;
}

.button:disabled,
button:disabled,
input[type='button']:disabled,
input[type='reset']:disabled,
input[type='submit']:disabled {
	background-color: #f4f5f6;
	border-width: 0;
	color: #6a7681;
	cursor: not-allowed;
}

.button + button,
.button + .button,
button + button,
button + .button,
input[type='button'] + button,
input[type='button'] + .button,
input[type='reset'] + button,
input[type='reset'] + .button,
input[type='submit'] + button,
input[type='submit'] + .button {
	margin-top: 1em;
	clear: both;
}

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

fieldset {
	margin-bottom: 1em;
}

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

img {
	height: auto;
}

figure {
	margin: 0;
}

video {
	object-fit: cover;
}

.wp-video-shortcode {
	width: auto !important;
}

/* ## Tables
--------------------------------------------- */
table {
	background-color: transparent;
	border: 1px solid #f0f1f2;
	border: 0.1rem solid #f0f1f2;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #f0f1f2;
	border-bottom: 0.1rem solid #f0f1f2;
}

td,
th {
	text-align: left;
	padding: 0.618em;
	border-top: 1px solid #f0f1f2;
	border-top: 0.1rem solid #f0f1f2;
	border-right: 1px solid #f0f1f2;
	border-right: 0.1rem solid #f0f1f2;
}

/* ## Accessibility
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut,
.wp-custom-logo .site-title,
.wp-custom-logo .site-description {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	height: 0.1rem;
	width: 1px;
	width: 0.1rem;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	padding: 10px 20px;
	padding: 1rem 2rem;
	z-index: 100000;
	text-decoration: none;
	box-shadow: 0 0 0.2rem 0.2rem rgba(48, 53, 58, 0.1);
}

.more-link {
	position: relative;
	font-style: normal;
}

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

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

/* ## Site Containers
--------------------------------------------- */
.content-sidebar-wrap,
.wrap {
	margin: 0 auto;
	padding-left: 5%;
	padding-right: 5%;
}

.content-sidebar-wrap .wrap,
.wrap .wrap {
	max-width: 100%;
	width: auto;
	padding: 0;
}

.site-inner {
	clear: both;
}

.page-builder .site-inner {
	border-top: 1px solid #f0f1f2;
	border-top: 0.1rem solid #f0f1f2;
	border-bottom: 1px solid #f0f1f2;
	border-bottom: 0.1rem solid #f0f1f2;
}

.content-sidebar-wrap {
	max-width: 1280px;
	padding-top: 5%;
	padding-bottom: 5%;
}

/* ## Content Widths and Positions
--------------------------------------------- */

/* ## Column Classes (including fifths)
--------------------------------------------- */

/* ## Gallery
--------------------------------------------- */
.gallery,
.gallery-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.gallery a {
	display: block;
	min-height: 100%;
}

.gallery img {
	height: auto;
	width: 100%;
	display: block;
}

.gallery-caption {
	display: block;
}

.gallery-item {
	width: 100%;
	margin: 0 0 5vw;
	text-align: center;
	display: block;
}

/* ## Avatars
--------------------------------------------- */
.avatar {
	border-radius: 50%;
	margin-right: 20px;
	margin-right: 2rem;
	float: left;
}

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

/* ## Genesis
--------------------------------------------- */
.breadcrumb {
	padding: 1em 6vw;
	background-color: #ffffff;
	border-bottom: 1px solid #f0f1f2;
	border-bottom: 0.1rem solid #f0f1f2;
	font-size: 14px;
	font-size: 1.4rem;
	width: 100%;
}

.after-entry,
.author-box {
	margin-bottom: 5%;
	background-color: #ffffff;
	padding: 6vw;
}

.entry + .author-box {
	margin-top: 6vw;
}

.author-box p:last-of-type {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */
.search-form {
	display: block;
	width: 100%;
	position: relative;
	clear: both;
}

.search-form:before,
.search-form:after {
	clear: both;
	display: block;
	content: '';
}

.search-form input[type='search'] {
	width: 100%;
}

.search-form input[type='submit'] {
	display: none;
}

.entry .search-form {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

/* ## Titles
--------------------------------------------- */
.author-box-content {
	font-size: 16px;
	font-size: 1.6rem;
}

.entry-title a {
	color: #30353a;
	text-decoration: none;
	font-family: Plantin, serif;
}

.entry-title a:hover {
	color: #a0a8af;
}

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

img.alignnone,
.alignnone {
	margin-bottom: 1em;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 1em 1em 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 1em 1em;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	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 1em;
}

.sticky,
.bypostauthor {
	background-color: transparent;
}

/* ## Site Header
--------------------------------------------- */
.site-header {
	position: relative;
	width: 100%;
	z-index: 100;
	background-color: #ffffff;
	border-bottom: 1px solid #f0f1f2;
	border-bottom: 0.1rem solid #f0f1f2;
}

.fixed-header .site-header {
	position: fixed;
}

.site-header > .wrap {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-direction: column;
	    flex-direction: column;
	padding: 2vw 0 7vw;
}

.site-header::before {
	content: '';
	display: block;
	background-color: rgba(52, 83, 64, 0.9);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

/* ## Title Area
--------------------------------------------- */
.title-area {
	margin: 0 auto 0 0;
	position: relative;
	height: 100%;
	display: block;
	-ms-flex: 1;
	    flex: 1;
	padding: 0.618em 0;
	max-width: 180px;
	max-width: 18rem;
	z-index: 9;
	transition: all 0.3s ease;
}

.fixed-header .shrink .title-area {
	padding: 0.382em 0;
}

.site-title {
	font-size: 24px;
	font-size: 2.4rem;
	font-family: Plantin, serif;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a {
	color: #30353a;
	text-decoration: none;
}

.site-description {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 0;
	line-height: 1;
}

/* ## Page Header
--------------------------------------------- */
.page-header {
	width: 100%;
	margin: 0 auto;
	padding: calc(6vw + 7rem) 0 6vw;
	background-size: cover;
	background-position: center;
	position: relative;
}

.page-header:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.95);
	z-index: 1;
}

.page-header .wrap {
	position: relative;
	z-index: 2;
}

.page-header h1 {
	width: 100%;
	margin-bottom: 0;
	text-transform: capitalize;
}

.page-header p {
	width: 100%;
	margin: 1em 0 0;
}

.page-header .widget {
	background: transparent;
}

/* ## Custom Logo
--------------------------------------------- */
.custom-logo-link {
	position: relative;
	max-width: 250px;
	z-index: 1;
}

.mobile-menu-logo {
	clear: both;
	display: block;
	width: 150px;
	position: relative;
	top: 0;
	z-index: 999;
	opacity: 0;
	animation-name: slideUp;
	animation-delay: 0.3s;
	animation-fill-mode: forwards;
	animation-duration: 0.5s;
}

@keyframes slideUp {
	from {
		opacity: 0;
		transform: translateY(3em);
	}
	to {
		opacity: 1;
		transform: translateY(1em);
	}
}

/* ## Menus
--------------------------------------------- */
.menu {
	width: 100%;
	font-weight: 600;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	clear: both;
}

.menu:before,
.menu:after {
	clear: both;
	display: block;
	content: '';
}

.menu-item {
	display: block;
	padding: 5px 0;
	padding: 0.5rem 0;
	font-family: Plantin, serif;
	font-weight: 400;
	text-transform: uppercase;
	width: 100%;
	position: relative;
}

.menu-item.right {
	margin-left: auto;
}

.menu-item a {
	text-decoration: none;
	display: block;
	padding: 0.5em 0;
	color: #d8d2ab;
}

.menu-item a:hover,
.menu-item a:focus,
.menu-item.current-menu-item > a {
	color: #b8aa6d;
}

/* ## Sub Menus
--------------------------------------------- */
.sub-menu {
	background-color: #598072;
	display: none;
	font-size: 12px;
	font-size: 1.2rem;
	clear: both;
}

.sub-menu:before,
.sub-menu:after {
	clear: both;
	display: block;
	content: '';
}

.sub-menu li {
	width: 100%;
}

.sub-menu li:first-of-type {
	margin-top: 0.5em;
}

.sub-menu .sub-menu {
	padding-left: 1em;
}

/* ## Specific Menus
--------------------------------------------- */
.nav-primary,
.nav-secondary {
	width: 100vw;
	margin: 0;
	padding: 0 5vw;
	background-color: #345340;
	border-top: 1px solid #f0f1f2;
	border-top: 0.1rem solid #f0f1f2;
	border-bottom: 1px solid #f0f1f2;
	border-bottom: 0.1rem solid #f0f1f2;
	display: none;
	position: relative;
	left: 0;
	top: 100%;
}

.no-js .nav-primary,
.no-js
.nav-secondary {
	width: 100%;
	position: relative;
	display: block;
}

.no-js .nav-primary .wrap,
.no-js
.nav-secondary .wrap {
	padding: 0 5%;
}

.no-js .nav-primary .menu-item,
.no-js
.nav-secondary .menu-item {
	display: inline-block;
	width: auto;
	margin: 0 0.5em;
}

.nav-primary .menu,
.nav-secondary .menu {
	padding: 0.5em 0;
}

.nav-secondary {
	width: 100%;
}

.nav-footer .menu {
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 1em;
}

.nav-footer .menu-item {
	width: auto;
}

.nav-footer .menu-item a {
	padding: 0;
	margin: 0 1em;
}

/* ## Menu Toggles
--------------------------------------------- */
.menu-toggle {
	box-shadow: none;
	padding: 20px 0;
	padding: 2rem 0;
	cursor: pointer;
	background-color: transparent;
	display: block;
	position: relative;
	line-height: 1;
	color: #30353a;
	margin: 0 auto 0;
	z-index: 999;
}

.menu-toggle:hover,
.menu-toggle:focus {
	background: none;
	outline: none;
	box-shadow: none;
	color: #345340;
}

.menu-toggle:focus {
	background: none;
}

.menu-toggle span {
	display: block;
	float: right;
	position: relative;
	height: 2px;
	height: 0.2rem;
	background: #345340;
	transition: background 0s 0.2s;
	width: 25px;
	width: 2.5rem;
	margin-left: 0.236em;
	margin-top: 8px;
	margin-top: 0.8rem;
	border-radius: 0.1rem;
}

.menu-toggle span::before,
.menu-toggle span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 2px;
	height: 0.2rem;
	background-color: #345340;
	border-radius: 0.1rem;
	content: ' ';
}

.menu-toggle span::before {
	top: -7px;
	top: -0.7rem;
	transition: top 0.2s 0.2s, transform 0.2s 0s;
}

.menu-toggle span::after {
	bottom: -7px;
	bottom: -0.7rem;
	transition: bottom 0.2s 0.2s, transform 0.2s 0s;
}

.menu-toggle.activated span {
	background: none;
}

.menu-toggle.activated span::before {
	top: 0;
	transform: rotate(45deg);
	transition: top 0.2s 0s, transform 0.2s 0.2s;
}

.menu-toggle.activated span::after {
	bottom: 0;
	transform: rotate(-45deg);
	transition: bottom 0.2s 0s, transform 0.2s 0.2s;
}

.sub-menu-toggle {
	position: absolute;
	right: 0;
	top: 0.25em;
	background: none;
	padding: 0.75em;
	margin: 0 -0.75em;
}

.sub-menu-toggle:hover,
.sub-menu-toggle:focus {
	background: none;
}

.sub-menu-toggle:before {
	content: '';
	display: block;
	margin: 2px 0 -2px;
	margin: 0.2rem 0 -0.2rem;
	border: 4px solid transparent;
	border: 0.4rem solid transparent;
	border-top-color: #f4f5f6;
}

.sub-menu-toggle.activated:before {
	transform: rotate(180deg);
	margin: -2px 0 2px;
	margin: -0.2rem 0 0.2rem;
}

/* ## Logo Home
--------------------------------------------- */
.menu-item.logo-home {
	display: none;
}

.menu-item.logo-home a {
	background-image: url(assets/images/logo-txt.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 60px;
	position: relative;
	width: 300px;
	z-index: 999;
}

/* ## Entries
--------------------------------------------- */
.entry {
	background-color: #ffffff;
	margin-bottom: 5vw;
	padding: 6vw;
}

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

.entry-content {
	clear: both;
}

.entry-content:before,
.entry-content:after {
	clear: both;
	display: block;
	content: '';
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 1em;
	margin-left: 40px;
	margin-left: 4rem;
}

.error404 .entry-content ol,
.error404
.entry-content ul {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

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

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

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

.entry-content li li {
	list-style-type: circle;
}

.entry-content code {
	background-color: #f4f5f6;
	display: block;
	padding: 10px 20px;
	padding: 1rem 2rem;
	border: 1px solid #f0f1f2;
	border: 0.1rem solid #f0f1f2;
	margin-top: 1em;
	font-size: 16px;
	font-size: 1.6rem;
}

.entry-content input,
.entry-content select,
.entry-content textarea {
	margin-bottom: 1em;
}

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

.entry-image-link {
	display: block;
	margin-bottom: 1em;
}

.entry-image-link img {
	display: block;
}

/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header p.entry-meta {
	margin-bottom: 1em;
}

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

.entry-author-name {
	text-transform: capitalize;
}

.entry-footer {
	border-top: 1px solid #f0f1f2;
	border-top: 0.1rem solid #f0f1f2;
	margin-top: 5vw;
	padding-top: 5vw;
}

/* ## Pagination
--------------------------------------------- */
.pagination {
	margin: 5vw 0;
	clear: both;
}

.pagination:before,
.pagination:after {
	clear: both;
	display: block;
	content: '';
}

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

.archive-pagination ul {
	display: -ms-flexbox;
	display: flex;
}

.archive-pagination li {
	margin: 0 0.25em 0 0;
}

.archive-pagination a {
	background-color: #ffffff;
	color: #30353a;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 7.5px 10px;
	padding: 0.75rem 1rem;
	border-radius: 0.1rem;
	text-decoration: none;
	display: block;
}

.archive-pagination a:hover,
.archive-pagination .active a {
	background-color: #a0a8af;
	color: #ffffff;
}

/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #ffffff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 40px;
	margin-top: 4rem;
	padding: 6vw;
}

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

.comment-list li {
	padding: 40px 0 0 5vw;
	padding: 4rem 0 0 5vw;
}

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

.comment-list .comment-respond {
	padding: 0 0 0 1em;
}

.comment-list > .comment-respond {
	padding: 0;
}

.comment-header {
	margin-bottom: 5vw;
}

.comment-header p {
	margin-bottom: 0;
}

.comment-edit-link {
	padding-left: calc(4.8rem + 1em);
}

.entry-pings .comment-edit-link {
	padding: 0;
	clear: both;
	display: block;
}

.comment-meta {
	padding-left: calc(4.8rem + 1em);
	word-break: break-all;
}

.entry-pings .comment-meta {
	padding: 0 0 1em;
}

.comment-content {
	clear: both;
}

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

.comment-respond input[type='email'] label,
.comment-respond input[type='text'] label,
.comment-respond input[type='url'] label {
	display: block;
	margin-right: 10px;
	margin-right: 1rem;
}

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

.pingback:last-of-type p {
	margin-bottom: 0;
}

/* ## Widgets
--------------------------------------------- */
.widget {
	margin-bottom: 6vw;
	word-wrap: break-word;
	background-color: #ffffff;
}

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

.sidebar .widget {
	margin-bottom: 0;
	margin-top: 5vw;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 6vw;
}

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

.widget ul > li:last-of-type:not(.gfield) {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}

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

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

.widget li li {
	border: 0;
	margin: 0 0 0 1em;
	padding: 0;
}

.widget-title {
	font-family: Plantin, serif;
	font-size: 20px;
	font-size: 2rem;
}

.widget_calendar table {
	width: 100%;
}

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

/* ## Site Footer
--------------------------------------------- */
.site-footer {
	background-color: #345340;
	color: #ffffff;
	width: 100%;
	font-size: 18px;
	font-size: 1.8rem;
	font-family: Plantin, serif;
}

.site-footer > .wrap {
	margin: 0 auto;
	padding: 2vw;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	position: relative;
}

.site-footer > .wrap:last-of-type {
	margin-bottom: 0;
}

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

/* ## Footer Widgets
--------------------------------------------- */
.footer-widgets {
	background-color: #345340;
	padding: 60px 0;
	padding: 6rem 0;
	border-bottom: 1px solid #f0f1f2;
	border-bottom: 0.1rem solid #f0f1f2;
	color: #ffffff;
}

.footer-widgets .widget-title {
	font-weight: 400;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

.footer-widgets .widget-area {
	border-bottom: 1px solid #dbd2cc;
	margin: 40px auto;
	margin: 4rem auto;
}

.footer-widgets .widget-area p {
	text-align: center;
}

.footer-widgets .widget-area:nth-child(3n + 2) {
	padding-bottom: 40px;
	padding-bottom: 4rem;
}

.footer-widgets .widget-area:last-of-type {
	border-bottom: 0;
}

.footer-widgets .widget-area:last-of-type {
	margin-bottom: 0;
}

.footer-widgets .widget-area .widget {
	background-color: transparent;
	width: 100%;
	display: block;
	margin: 0 auto 2em;
	padding: 0 2.5641%;
	text-align: center;
}

.footer-widgets .widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.footer-widgets .social-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer-widgets .social-list .list-item {
	font-size: 1.75em;
	margin-right: 0.625em;
	margin-bottom: 0;
	padding-bottom: 0;
}

.footer-widgets .social-list .list-item:last-of-type {
	margin-right: 0;
}

.footer-widgets .social-list .list-item a {
	color: #c9bb9a;
}

.footer-widgets nf-fields-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column;
	    flex-direction: column;
}

.footer-widgets .button {
	padding: 0.9375em 2em;
	font-size: 1.0625em;
	margin: 0 auto;
	display: block;
}

.make-brown {
	color: #c9bb9a;
}

.footer-widgets-1,
.footer-widgets-2 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
}

/* ## Simple Social Icons
--------------------------------------------- */
.simple-social-icons {
	overflow: hidden;
}

.simple-social-icons svg[class^='social-'],
.simple-social-icons svg[class*=' social-'] {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}

.simple-social-icons ul {
	margin: -0.5em -0.5em 0 0;
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.simple-social-icons ul li {
	background: none;
	border: none;
	list-style-type: none;
	margin: 0.5em 0.5em 0 0;
	padding: 0;
}

.simple-social-icons ul li a {
	border: none;
	box-sizing: content-box;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 1em;
	line-height: 1em;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	width: 1em;
}

.simple-social-icons ul.aligncenter {
	-ms-flex-pack: center;
	justify-content: center;
}

.simple-social-icons ul.alignleft {
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.simple-social-icons ul.alignright {
	-ms-flex-pack: end;
	justify-content: flex-end;
}

/* ## Gravity Forms
--------------------------------------------- */
.gform_heading,
.gform_body,
.gform_footer {
	clear: both;
}

.gform_heading {
	padding-bottom: 1em;
}

.gform_wrapper .gform_fields {
	list-style: none;
	margin: 0 -10px;
	margin: 0 -1rem;
	padding: 0;
}

.gform_wrapper .gform_fields li {
	list-style-type: none;
}

.gform_wrapper .gfield_checkbox,
.gform_wrapper .gfield_radio {
	list-style: none;
	padding: 0;
}

.ginput_container span {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.ginput_container input,
.ginput_container select,
.ginput_container textarea {
	width: 100%;
}

.ginput_container input,
.ginput_container textarea {
	margin: 0;
}

.gfield_label {
	display: inline-block;
	padding-bottom: 10px;
	padding-bottom: 1rem;
}

.gfield_label:empty {
	display: none;
}

.left_label .gfield_label {
	float: left;
}

.right_label .gfield_label {
	float: right;
}

.gfield_required {
	padding-left: 0.1em;
}

.gfield_checkbox li,
.gfield_radio li {
	width: 100%;
}

.gfield_checkbox input,
.gfield_radio input {
	width: auto;
	float: left;
	margin-right: 10px;
	margin-right: 1rem;
}

.gfield_checkbox label,
.gfield_radio label {
	float: left;
	line-height: 1;
}

.gsection {
	margin: 10px 0;
	margin: 1rem 0;
}

.gsection h2 {
	border-bottom: 1px solid #f0f1f2;
	border-bottom: 0.1rem solid #f0f1f2;
	padding-bottom: 10px;
	padding-bottom: 1rem;
}

.validation_error,
.gf_progressbar_wrapper {
	padding-bottom: 1em;
}

.gf_progressbar {
	background: #f4f5f6;
}

.gf_progressbar_percentage {
	background: #30353a;
	padding: 5px 10px;
	padding: 0.5rem 1rem;
	text-align: right;
}

.gfield_time_hour,
.gfield_time_minute,
.gfield_time_ampm {
	display: inline-block;
}

.gfield_time_hour label,
.gfield_time_minute label {
	display: block;
}

.gfield_time_ampm {
	vertical-align: top;
}

.gfield {
	width: 100%;
	list-style-type: none;
	clear: both;
	overflow: auto;
	padding: 0 10px 15px;
	padding: 0 1rem 1.5rem;
	margin: 0;
}

.gfield .validation_message {
	margin-top: 10px;
	margin-top: 1rem;
}

.gfield li {
	list-style-type: none;
}

.gform_validation_container {
	display: none;
}

.gform_footer .gform_button {
	width: auto;
}

.ginput_full input,
.ginput_full select,
.ginput_full textarea,
.ginput_left input,
.ginput_left select,
.ginput_left textarea,
.ginput_right input,
.ginput_right select,
.ginput_right textarea {
	margin-bottom: 5px;
	margin-bottom: 0.5rem;
	width: 100%;
}

.ginput_full label,
.ginput_left label,
.ginput_right label {
	display: block;
}

.ginput_full {
	display: block;
}

.ginput_left {
	float: left;
	padding-right: 10px;
	padding-right: 1rem;
}

.ginput_right {
	float: right;
}

.gf_left_half,
.gf_left_third,
.gf_middle_third,
.gf_first_quarter,
.gf_second_quarter {
	clear: none;
	float: left;
	padding-right: 10px;
	padding-right: 1rem;
	padding-bottom: 10px;
	padding-bottom: 1rem;
}

.gf_right_half,
.gf_right_third,
.gf_fourth_quarter {
	clear: none;
	float: right;
	padding-bottom: 10px;
	padding-bottom: 1rem;
}

.gf_third_quarter {
	clear: none;
	float: left;
	padding-bottom: 10px;
	padding-bottom: 1rem;
}

.gf_list_2col li,
.gf_list_3col li,
.gf_list_4col li,
.gf_list_5col li {
	float: left;
	padding-bottom: 10px;
	padding-bottom: 1rem;
}

.gf_list_inline li {
	display: inline-block;
	padding-right: 10px;
	padding-right: 1rem;
	padding-bottom: 10px;
	padding-bottom: 1rem;
}

/* ## Front Page
--------------------------------------------- */
[class^='section__'] {
	width: 100%;
	padding: 60px 0 0;
	padding: 6rem 0 0;
}

[class^='section__']:last-of-type {
	padding: 60px 0;
	padding: 6rem 0;
}

.front-page-1 {
	padding: calc(20vw + 7rem) 0 20vw;
	position: relative;
	background-color: #30353a;
	clear: both;
}

.front-page-1:before,
.front-page-1:after {
	clear: both;
	display: block;
	content: '';
}

.front-page-1 .wrap {
	position: relative;
	text-align: center;
}

.front-page-1 .widget {
	background-color: transparent;
}

.front-page-1 .widget:last-of-type {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.front-page-1 h1 {
	margin: 0 0 0.618em;
}

.front-page-1 p {
	margin: 0 0 1.382em;
}

/* ## Custom Header
--------------------------------------------- */
.wp-custom-header {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}

.wp-custom-header img,
.wp-custom-header video,
.wp-custom-header iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: auto;
	height: auto;
	min-height: 100%;
	min-width: 100%;
	max-width: 100%;
	max-height: none;
	object-fit: cover;
}

.wp-custom-header iframe {
	left: -25%;
	right: -25%;
	height: 150%;
	width: 150%;
}

/* ## Hero
--------------------------------------------- */
.section__hero {
	color: #ffffff;
	border-top: 1px solid #f0f1f2;
}

.section__hero h2 {
	color: #345340;
	font-family: 'Dancing Script', cursive;
	font-size: 2.75em;
	font-weight: 400;
	font-style: italic;
	line-height: 1;
	margin: 0 auto;
	text-align: center;
	text-transform: none;
}

.section__hero h2::before,
.section__hero h2::after {
	content: '';
	background-image: url(assets/images/separator-2.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	width: 100%;
}

.section__hero h2::before {
	margin-bottom: 0.75em;
}

.section__hero h2::after {
	margin-top: 0.75em;
}

/* ## Intro
--------------------------------------------- */
.section__intro {
	text-align: center;
}

.section__intro h4 {
	font-family: Plantin, serif;
	font-weight: 400;
	font-size: 1.25em;
	text-transform: uppercase;
	margin: 0 auto 1em;
	width: 100%;
}

.section__intro p {
	line-height: 1.2;
	max-width: 768px;
	margin: 0 auto 1.25em;
	text-align: justify;
}

.section__intro p:last-of-type {
	margin-bottom: 0;
}

/* ## Feature
--------------------------------------------- */

.section__feature .wrap {
	padding: 0;
}

.section__feature h2 {
	color: #ffffff;
	font-family: 'Dancing Script', cursive;
	font-weight: 300;
	text-transform: capitalize;
	font-size: 1.875em;
	position: relative;
}

.section__feature .feature {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	position: relative;
	margin-bottom: 5px;
}

.section__feature .feature:nth-child(even) {
	-ms-flex-direction: row-reverse;
	    flex-direction: row-reverse;
}

.section__feature .feature .feature--image {
	background-size: 0;
}

.section__feature .feature .one-half {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	width: 100%;
	position: relative;
	height: 100%;
}

.section__feature .feature .one-half:nth-child(2n + 2)::before {
	content: '';
	background-color: rgba(52, 83, 64, 0.55);
	display: block;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}

.section__feature .feature .one-half:first-of-type {
	background-color: #345340;
}

.section__feature .feature .feature--info {
	position: absolute;
}

.section__feature img {
	display: block;
}

.section__feature .button {
	background-color: transparent;
	font-weight: 400;
	text-transform: uppercase;
	text-shadow: -1px 1px 1px #000000;
	border: 1px solid #dbd2cc;
	font-size: 0.75em;
	letter-spacing: 1.2px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.section__feature .button:hover {
	box-shadow: none;
}

.section__feature .button .btn-overlay {
	transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s;
	content: '';
	display: block;
	position: absolute;
	background-color: rgba(219, 210, 204, 0.7);
	height: 100%;
	width: 100%;
	top: 0;
	left: -100%;
	z-index: -1;
}

.section__feature .button:hover > .btn-overlay {
	transform: translateX(100%);
}

/* ## Page Template
--------------------------------------------- */
.page-template .content-sidebar-wrap,
[class^='page-'] .content-sidebar-wrap,
[class*=' page-'] .content-sidebar-wrap {
	padding-top: 0;
}

.page-template .entry-title,
[class^='page-'] .entry-title,
[class*=' page-'] .entry-title {
	color: #345340;
	display: inline-block;
	font-size: 1.618em;
	font-weight: 400;
	margin: 1em 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.page-template .entry-title::before,
.page-template .entry-title::after,
[class^='page-'] .entry-title::before,
[class^='page-'] .entry-title::after,
[class*=' page-'] .entry-title::before,
[class*=' page-'] .entry-title::after {
	content: '';
	display: block;
	background-image: url(assets/images/separator-3.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0.618em 0;
	min-height: 20px;
}

.page-template .entry,
[class^='page-'] .entry,
[class*=' page-'] .entry {
	background-color: transparent;
}

/* ## Custom Pages
--------------------------------------------- */
.custom__page--loop {
	text-align: center;
}

.custom__page--loop [class^='info--'],
.custom__page--loop [class*=' info--'] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 20px;
}

.custom__page--loop [class^='name--'],
.custom__page--loop [class*=' name--'] {
	background-color: #345340;
	box-shadow: inset 0 0 0 2px #345340, inset 0 0 0 4px #d8d2ab;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1.214em;
	position: relative;
	width: 100%;
	z-index: 1;
}

.custom__page--loop [class^='name--'] h4,
.custom__page--loop [class^='name--'] h2,
.custom__page--loop [class*=' name--'] h4,
.custom__page--loop [class*=' name--'] h2 {
	color: #b8aa6d;
	font-family: 'Dancing Script', cursive;
	font-size: 2em;
	margin-bottom: 0;
	margin-top: 5px;
	font-weight: 400;
	position: relative;
}

.custom__page--loop [class^='name--']::before,
.custom__page--loop [class*=' name--']::before {
	content: '';
	display: none;
	width: 50px;
	height: 50px;
	background-color: #345340;
	border: 2px solid #d8d2ab;
	border-left-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	right: -21px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	box-shadow: 3px -3px 0 0 #345340;
	z-index: 999;
}

.custom__page--loop [class^='description--'],
.custom__page--loop [class*=' description--'] {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.custom__page--loop [class^='description--'] [class^='content--'],
.custom__page--loop [class^='description--'] [class*=' content--'],
.custom__page--loop [class*=' description--'] [class^='content--'],
.custom__page--loop [class*=' description--'] [class*=' content--'] {
	padding-bottom: 20px;
	opacity: 1;
}

.custom__page--loop [class^='description--'] p,
.custom__page--loop [class*=' description--'] p {
	color: #ffffff;
	padding: 20px;
	line-height: 1.2;
}

.custom__page--loop p {
	color: #000000;
	font-family: Plantin, serif;
	font-size: 0.875em;
	position: relative;
	z-index: 1;
	opacity: 1;
}

.custom__page--loop .button {
	background-color: rgba(219, 210, 204, 0.5);
	border: 1px solid #f0f1f2;
	font-weight: 400;
	font-size: 0.75em;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	text-shadow: -1px 1px 1px #333333;
}

[class^='info--']:nth-child(odd),
[class*=' info--']:nth-child(odd) {
	-ms-flex-direction: row-reverse;
	    flex-direction: row-reverse;
}

[class^='info--']:nth-child(odd) [class^='name--']::before,
[class^='info--']:nth-child(odd) [class*=' name--']::before,
[class*=' info--']:nth-child(odd) [class^='name--']::before,
[class*=' info--']:nth-child(odd) [class*=' name--']::before {
	border-color: #d8d2ab;
	border-right-color: transparent;
	border-top-color: transparent;
	right: auto;
	left: -21px;
	box-shadow: -3px 3px 0 0 #345340;
}

[class^='info--']:hover [class^='description--'] > [class^='content--'],
[class^='info--']:hover [class^='description--'] > [class*=' content--'],
[class^='info--']:hover [class*=' description--'] > [class^='content--'],
[class^='info--']:hover [class*=' description--'] > [class*=' content--'],
[class*=' info--']:hover [class^='description--'] > [class^='content--'],
[class*=' info--']:hover [class^='description--'] > [class*=' content--'],
[class*=' info--']:hover [class*=' description--'] > [class^='content--'],
[class*=' info--']:hover [class*=' description--'] > [class*=' content--'] {
	opacity: 1;
}

.archive-description {
	margin: 0 auto 2em;
	max-width: 1024px;
}

.archive-description p {
	line-height: 1.2;
	opacity: 1;
}

.archive-description p:last-of-type {
	margin-bottom: 0;
}

.description--event .content--description,
.description--activity .content--description {
	min-height: 100px;
}

.description--event .overlay,
.description--activity .overlay {
	background-color: transparent;
}

.acf-map {
	width: 100%;
	height: 200px;
	border: #cccccc solid 1px;
	margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
	max-width: inherit !important;
}

.single-accommodation .entry,
.single-facilities .entry {
	max-width: 1024px;
	margin: 0 auto;
}

.single-accommodation .two-sixths,
.single-facilities .two-sixths {
	padding: 0 1em;
}

.single-accommodation .entry,
.single-facilities .entry {
	background-color: transparent;
}

.single-accommodation .slick-slider,
.single-facilities .slick-slider,
.single-accommodation .slick-dots,
.single-facilities .slick-dots {
	margin: 0;
}

.single-accommodation .four-sixths,
.single-facilities .four-sixths {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 2em;
	padding-bottom: 2em;
}

.single-accommodation .entry-title,
.single-facilities .entry-title {
	font-family: 'Dancing Script', cursive;
	font-size: 2.5em;
	font-weight: 400;
	text-align: center;
}

.single-accommodation .entry-title::after,
.single-facilities .entry-title::after {
	content: '';
	display: block;
	background-image: url(assets/images/separator-3.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	height: 20px;
	width: 100%;
}

.single-accommodation .entry-footer,
.single-facilities .entry-footer {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

.single-accommodation .more-room-list,
.single-facilities .more-room-list {
	margin: 0;
}

.single-accommodation p,
.single-facilities p {
	line-height: 1.2;
	text-align: justify;
}

.single-accommodation .features-amenities,
.single-facilities .features-amenities {
	display: inline-block;
}

.price-contact {
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	padding: 2em 0;
	margin-top: 20px;
}

.price-contact .first {
	font-family: Plantin, serif;
	font-size: 1.75em;
	margin-bottom: 1em;
}

.price-contact span {
	font-size: 0.5em;
}

.price-contact .button {
	background-color: #b8aa6d;
}

.more-rooms {
	margin-top: 2em;
}

.more-rooms .slick-dotted.slick-slider {
	margin-bottom: 0;
}

.more-room-list li {
	display: block;
	position: relative;
	margin: 0.25em;
}

.more-room-list .entry-title {
	font-size: 2em;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 1em;
	line-height: 1;
	z-index: 9;
	opacity: 1;
	margin-bottom: 0;
}

.more-room-list .entry-title a {
	color: rgba(216, 210, 171, 0.5);
	font-family: 'Dancing Script', cursive;
}

.more-room-list .entry-title::after {
	display: none;
}

.more-room-list .overlay {
	background-color: rgba(52, 83, 64, 0.6);
	opacity: 1;
}

.more-room-list .slick-dots {
	position: relative;
	bottom: 0;
}

.more-room-list .slick-dots button {
	box-shadow: none;
}

.more-room-list .slick-dots button::before {
	position: relative;
	display: block;
}

.single-facilities .list-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0.25em;
}

.single-facilities .slick-dots {
	bottom: 25px;
}

.single-facilities .slick-dots button::before {
	display: block;
	line-height: 1;
	position: relative;
}

.single-facilities .more-facilities-slider .slick-dots {
	bottom: 10px;
}

.single-facilities .more-facilities-slider .entry-title {
	font-size: 1em;
	position: absolute;
	z-index: 9;
	display: block;
}

.single-facilities .more-facilities-slider .entry-title::after {
	display: none;
}

.single-facilities .more-facilities-slider .entry-title .button {
	background-color: rgba(216, 210, 171, 0.8);
	color: #345340;
	border: 2px solid #ffffff;
	padding: 0.75em 0.75em 0.5em;
}

.contact_us h4 {
	color: #345340;
	font-family: 'Dancing Script', cursive;
	font-size: 1.875em;
	font-weight: 400;
}

.contact_us .four-sixths p {
	color: #000000;
}

.contact_us .contact-us__form .nf-form-fields-required {
	display: none;
}

.contact_us .entry-title {
	font-family: Plantin, serif;
}

.contact_us .nf-field-container {
	margin-bottom: 0.5em;
}

.contact_us .social-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.contact_us .social-list .list-item {
	margin-right: 1em;
}

.contact_us .social-list .list-item a {
	color: #30353a;
}

.contact-us__form {
	padding-bottom: 1.618em;
	padding-top: 1.618em;
	border-bottom: 1px solid #ffffff;
}

.contact-us__form input,
.contact-us__form select,
.contact-us__form textarea {
	font-size: 0.75em;
}

.contact-us__form .nf-form-cont .one-half {
	margin-left: 0;
	width: 100%;
}

.page-simple-gallery .content-sidebar-wrap {
	padding-top: 0;
}

.page-simple-gallery .entry {
	padding-top: 0;
	background-color: transparent;
}

.page-simple-gallery .gallery {
	-ms-flex-pack: start;
	justify-content: start;
	margin-left: 0;
}

.page-simple-gallery .gallery a {
	color: #ffffff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.page-simple-gallery .gallery a:hover > .fa {
	opacity: 0.8;
}

.page-simple-gallery .list-item {
	display: block;
	padding: 0.625em;
	width: 100%;
}

.page-simple-gallery .list-item img {
	border: 5px solid #b8aa6d;
	position: relative;
	width: 100%;
}

.page-simple-gallery .list-item .fa {
	transition: all 0.3s ease;
	font-size: 1.5em;
	opacity: 0.5;
	position: absolute;
	text-shadow: 0 2px 1px #30353a;
}

.page-simple-gallery #fancybox-right-ico,
.page-simple-gallery #fancybox-left-ico {
	background: transparent;
	transform: translateY(-50%);
}

.page-simple-gallery #fancybox-right-ico::before,
.page-simple-gallery #fancybox-left-ico::before {
	color: #ffffff;
	font-size: 50px;
	font-family: fontawesome;
	display: block;
}

.page-simple-gallery #fancybox-left-ico::before {
	content: '\f104';
}

.page-simple-gallery #fancybox-right-ico::before {
	content: '\f105';
}

.page-gallery .gallery__list,
.page-gallery .photos__list {
	margin-left: 0;
}

.page-gallery .list-item {
	display: block;
	margin-bottom: 0.75em;
}

.page-gallery .photos__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.page-gallery .photos__list .list-item {
	width: 100%;
}

.page-gallery .photos__list .list-item img {
	width: 100%;
}

.page-events .content-sidebar-wrap {
	padding-top: 0;
}

.page-events .entry {
	font-family: Plantin, serif;
	padding-top: 0;
	max-width: 1024px;
	margin: 0 auto;
}

.page-events .entry img {
	border: 10px solid #345340;
	box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.15);
}

.page-activities [class^='description'],
.page-activities [class*=' description'] {
	background-position: center;
}

.page-activities [class^='info--'],
.page-activities [class*=' info--'] {
	min-height: 200px;
}

.page-activities .name--activity h2 {
	font-size: 2.813em;
}

/* Slider */
.slick-loading .slick-list {
	background: #ffffff url('./assets/images/ajax-loader.gif') center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: auto;
	width: auto;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
	z-index: 1;
	box-shadow: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	box-shadow: none;
	outline: none;
	background: transparent;
	color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'fontawesome';
	font-size: 50px;
	line-height: 1;
	color: white;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: 10px;
}

[dir='rtl'] .slick-prev {
	left: auto;
	right: -10px;
}

.slick-prev:before {
	content: '';
}

[dir='rtl'] .slick-prev:before {
	content: '';
}

.slick-next {
	right: 10px;
}

[dir='rtl'] .slick-next {
	left: -10px;
	right: auto;
}

.slick-next:before {
	content: '';
}

[dir='rtl'] .slick-next:before {
	content: '';
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: 20px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	font-family: 'fontawesome';
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	color: black;
	opacity: 0.75;
}

/* # Print Styles
--------------------------------------------- */

@media (min-width: 512px) {
	.button + button,
	.button + .button,
	button + button,
	button + .button,
	input[type='button'] + button,
	input[type='button'] + .button,
	input[type='reset'] + button,
	input[type='reset'] + .button,
	input[type='submit'] + button,
	input[type='submit'] + .button {
		margin-top: 0;
		clear: none;
	}
	.gallery-item {
		width: 48.717948717948715%;
		margin-bottom: 2.564102564102564%;
	}
	.ginput_container input.large,
	.ginput_container select.large,
	.ginput_container textarea.large {
		width: 100%;
	}
	.ginput_container input.medium,
	.ginput_container select.medium,
	.ginput_container textarea.medium {
		width: 66%;
	}
	.ginput_container input.small,
	.ginput_container select.small,
	.ginput_container textarea.small {
		width: 33%;
	}
	.ginput_left,
	.ginput_right {
		width: 50%;
	}
	.left_label label.gfield_label,
	.right_label label.gfield_label {
		width: 25%;
	}
	li.gf_left_half,
	li.gf_right_half,
	.gf_list_2col li {
		width: 50%;
	}
	li.gf_left_third,
	li.gf_right_third,
	.gf_list_3col li {
		width: 33%;
	}
	li.gf_middle_third {
		width: 34%;
	}
	li.gf_first_quarter,
	li.gf_second_quarter,
	li.gf_third_quarter,
	li.gf_fourth_quarter,
	.gf_list_4col li {
		width: 25%;
	}
	.gf_list_5col li {
		width: 20%;
	}
}

@media (min-width: 768px) {
	.overlay {
		background-color: rgba(52, 83, 64, 0.8);
	}
	body {
		font-size: 2rem;
	}
	body > div {
		font-size: 2rem;
	}
	.content-sidebar-wrap,
	.wrap {
		width: 90%;
		max-width: 1280px;
		padding-left: 0;
		padding-right: 0;
	}
	.site-inner {
		margin-top: -60px;
	}
	.one-half,
	.one-third,
	.one-fourth,
	.one-fifth,
	.one-sixth,
	.two-thirds,
	.two-fourths,
	.two-fifths,
	.two-sixths,
	.three-fourths,
	.three-fifths,
	.three-sixths,
	.four-fifths,
	.four-sixths,
	.five-sixths {
		float: left;
		margin-left: 2.564102564102564%;
	}
	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}
	.one-third,
	.two-sixths,
	.gallery-columns-3 .gallery-item {
		width: 31.623931623931625%;
	}
	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}
	.one-fourth,
	.gallery-columns-4 .gallery-item {
		width: 23.076923076923077%;
	}
	.three-fourths {
		width: 74.35897435897436%;
	}
	.one-fifth,
	.gallery-columns-5 .gallery-item {
		width: 17.9487179487179488%;
	}
	.two-fifths {
		width: 38.4615384615384616%;
	}
	.three-fifths {
		width: 58.9743589743589744%;
	}
	.four-fifths {
		width: 79.4871794871794872%;
	}
	.one-sixth,
	.gallery-columns-6 .gallery-item {
		width: 14.52991452991453%;
	}
	.five-sixths {
		width: 82.90598290598291%;
	}
	.first {
		clear: both;
		margin-left: 0;
	}
	.breadcrumb {
		padding: 1em 6rem;
	}
	.after-entry,
	.author-box {
		margin-bottom: 4rem;
		padding: 6rem;
	}
	.entry + .author-box {
		margin-top: 4rem;
		margin-bottom: 0;
	}
	.page-header {
		padding: 18rem 0 6rem;
	}
	.custom-logo-link {
		max-width: 430px;
	}
	.sub-menu a:hover {
		background-color: #d8d2ab;
		color: #345340;
	}
	.nav-footer .menu {
		margin-bottom: 1.5em;
	}
	.entry {
		padding: 6rem;
		margin-bottom: 4rem;
	}
	.entry-footer {
		margin-top: 4rem;
		padding-top: 4rem;
	}
	.comment-respond,
	.entry-comments,
	.entry-pings {
		padding: 6rem;
	}
	.comment-header {
		margin-bottom: 2em;
	}
	.sidebar .widget {
		margin-top: 4rem;
		padding: 4rem;
	}
	.site-footer > .wrap {
		width: 90%;
		max-width: 1280px;
		padding: 1em 0;
	}
	.site-footer .widget-area {
		margin-bottom: 0;
	}
	.footer-widgets .wrap {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.footer-widgets .widget-area {
		border: none;
		margin: 0 auto 4rem;
		-ms-flex: 1;
		    flex: 1;
		margin-left: 2.564102564102564%;
	}
	.footer-widgets .widget-area:first-of-type {
		margin-left: 0;
	}
	.footer-widgets .widget-area .widget {
		border-right: 1px solid #30353a;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 0;
		width: auto;
	}
	.footer-widgets .widget-area .widget:last-of-type {
		border: 0;
	}
	.footer-widgets nf-fields-wrap {
		-ms-flex-direction: row;
		    flex-direction: row;
	}
	.footer-widgets-1,
	.footer-widgets-2 {
		font-size: 0.75em;
		-ms-flex-direction: row;
		    flex-direction: row;
	}
	[class^='section__'] {
		padding: 6rem 0 0;
	}
	[class^='section__'] .wrap {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.front-page-1 {
		padding: calc(20vh + 12rem) 0 20vh;
	}
	.section__hero h2 {
		font-size: 2.8125em;
	}
	.section__feature {
		padding-bottom: 6rem;
	}
	.section__feature .wrap {
		padding: 0 5%;
	}
	.section__feature .feature .feature--image {
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}
	.section__feature .feature .feature--image img {
		display: none;
	}
	.section__feature .feature .one-half {
		width: 50%;
	}
	.custom__page--loop [class^='info--'],
	.custom__page--loop [class*=' info--'] {
		margin-bottom: 5px;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
	}
	.custom__page--loop [class^='info--'] .one-half,
	.custom__page--loop [class*=' info--'] .one-half {
		margin: 0;
		width: 50%;
	}
	.custom__page--loop [class^='name--'] h4,
	.custom__page--loop [class^='name--'] h2,
	.custom__page--loop [class*=' name--'] h4,
	.custom__page--loop [class*=' name--'] h2 {
		font-size: 2.813em;
	}
	.custom__page--loop [class^='name--']::before,
	.custom__page--loop [class*=' name--']::before {
		display: block;
	}
	.custom__page--loop [class^='description--'] [class^='content--'],
	.custom__page--loop [class^='description--'] [class*=' content--'],
	.custom__page--loop [class*=' description--'] [class^='content--'],
	.custom__page--loop [class*=' description--'] [class*=' content--'] {
		transition: all 0.3s ease;
		opacity: 0;
		position: absolute;
		top: 0;
		height: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-ms-flex-line-pack: center;
		align-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.custom__page--loop [class^='description--'] p,
	.custom__page--loop [class*=' description--'] p {
		padding: 20px 40px 0;
	}
	.custom__page--loop p {
		font-size: 0.6em;
		height: auto;
	}
	.custom__page--loop .button {
		font-size: 0.6em;
	}
	.archive-description p {
		opacity: 1;
	}
	.single-accommodation .four-sixths,
	.single-facilities .four-sixths {
		border: none;
	}
	.price-contact {
		-ms-flex-direction: row;
		    flex-direction: row;
	}
	.price-contact .first {
		margin-bottom: 0;
	}
	.more-room-list {
		background-color: #b8aa6d;
		padding: 2em 2em 0.25em;
	}
	.more-room-list li:hover > .entry-title,
	.more-room-list li:hover > .overlay {
		opacity: 1;
	}
	.more-room-list .entry-title {
		opacity: 0;
	}
	.more-room-list .overlay {
		opacity: 0;
	}
	.contact-us__form .nf-form-cont .one-half {
		margin-left: 2.5641%;
		width: 48.71795%;
	}
	.contact-us__form .nf-form-cont .first {
		margin-left: 0;
	}
	.page-simple-gallery .list-item {
		width: auto;
	}
	.page-simple-gallery .list-item .fa {
		opacity: 0;
	}
	.page-gallery .photos__list .list-item {
		margin-left: 1%;
		width: 23.07692%;
	}
	.page-gallery .photos__list .list-item:nth-child(4n + 1) {
		margin-left: 0;
	}
	.page-events .events-content {
		padding: 0 50px;
	}
}

@media (min-width: 896px) {
	.content-sidebar-wrap {
		padding: 4rem 0;
	}
	.content-sidebar-wrap {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.content-sidebar-wrap:before,
	.content-sidebar-wrap:after {
		display: none;
	}
	.sidebar-content .content-sidebar-wrap {
		-ms-flex-direction: row-reverse;
		    flex-direction: row-reverse;
	}
	.content {
		width: 100%;
	}
	.sidebar-primary {
		width: 25%;
	}
	.sidebar-content .content,
	.content-sidebar .content {
		width: calc(75% - 4rem);
	}
	.home .content {
		width: 100%;
	}
	.site-header > .wrap {
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
	}
	.title-area {
		padding: 1.382em 0;
		max-width: 24rem;
	}
	.site-title {
		font-size: 3rem;
	}
	.site-description {
		text-align: left;
		font-size: 1.6rem;
		line-height: 1.382;
	}
	.mobile-menu-logo {
		display: none;
	}
	.menu-item {
		display: inline-block;
		padding: 0;
		width: auto;
	}
	.menu-item:first-of-type > a {
		padding-left: 0;
	}
	.menu-item:last-of-type a {
		padding-right: 0;
	}
	.menu-item a {
		padding: 1.8125em 0.75em;
	}
	.sub-menu {
		top: 100%;
		position: absolute;
		width: 20rem;
		z-index: 99;
		background-color: #345340;
		padding: 0;
		text-align: left;
	}
	.sub-menu li:first-of-type {
		margin-top: 0;
	}
	.sub-menu li:first-of-type a {
		padding-left: 1em;
	}
	.sub-menu a {
		padding: 1em;
		position: relative;
		word-wrap: break-word;
	}
	.menu-item .sub-menu a {
		padding: 0.75em 1em;
	}
	.sub-menu .sub-menu {
		margin: -0.1rem 0 0 19.9rem;
		padding-left: 0;
		left: -0.1rem;
		top: -0.5em;
		border: 0.1rem solid #f0f1f2;
	}
	.nav-primary,
	.nav-secondary {
		background-color: transparent;
	}
	.nav-primary,
	.nav-secondary {
		border: none;
		position: relative;
		left: auto;
		width: auto;
		display: block;
		margin: 0;
		padding: 0;
		top: -65px;
		z-index: 999;
	}
	.no-js .nav-primary,
	.no-js
	.nav-secondary {
		display: block;
		width: auto;
	}
	.nav-primary .menu,
	.nav-secondary .menu {
		padding: 0;
	}
	.nav-secondary {
		width: 100%;
		border-top: 0.1rem solid #f0f1f2;
	}
	.menu-toggle {
		display: none;
	}
	.sub-menu-toggle {
		display: none;
	}
	.menu-item.logo-home {
		display: block;
		font-size: 0;
		position: relative;
		width: 200px;
		height: 0;
	}
	.menu-item.logo-home a {
		width: 200px;
		top: 0;
	}
	.pagination {
		margin: 4rem 0 0;
	}
	.widget {
		margin-bottom: 4rem;
	}
	.widget:last-of-type {
		margin-bottom: 4rem;
	}
	.sidebar .widget:first-of-type {
		margin-top: 0;
	}
	.front-page-1 .wrap {
		max-width: 768px;
	}
	.section__hero {
		border: 0;
	}
	.custom__page--loop [class^='description--'] p,
	.custom__page--loop [class*=' description--'] p {
		padding: 20px 80px 0;
	}
	.custom__page--loop p {
		font-size: 0.875em;
	}
	.custom__page--loop .button {
		font-size: 0.75em;
	}
}

@media (min-width: 1152px) {
	.title-area {
		padding: 1.618em 0;
		max-width: 24rem;
	}
	.menu-item a {
		padding: 1.8125em 1em;
	}
}

@media (min-width: 1280px) {
	.sub-menu a {
		padding: 1em;
	}
	.comment-respond input[type='email'],
	.comment-respond input[type='text'],
	.comment-respond input[type='url'] {
		width: 50%;
	}
}

@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #30353a !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: ' (' attr(href) ')';
	}
	abbr[title]:after {
		content: ' (' attr(title) ')';
	}
	a[href^='javascript:']:after,
	a[href^='#']:after,
	.site-title > a:after {
		content: '';
	}
	thead {
		display: table-header-group;
	}
	img,
	tr {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 2cm 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	blockquote,
	pre {
		border: 0.1rem solid #f0f1f2;
		page-break-inside: avoid;
	}
	.content,
	.content-sidebar {
		width: 100%;
	}
	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}
	.title-area {
		text-align: center;
		width: 100%;
	}
	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}
	.site-inner {
		padding-top: 0;
		position: relative;
		top: -10rem;
	}
	.author-box {
		margin-bottom: 0;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}
	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}
	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}
	dl,
	ol,
	ul {
		page-break-before: avoid;
	}
}
