/*!
Theme Name: Adaptable Logic
Theme URI: http://underscores.me/
Author: Brockle Design
Author URI: http://www.brockledesign.co.uk/
Description: Adaptable Logic Theme by Brockle Design
Version: 1.2.3
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: adaptable-logic
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	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
	 ========================================================================== */

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

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

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

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

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

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

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

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

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

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

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

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

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

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

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

/* Misc
	 ========================================================================== */

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

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

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

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

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

.main-navigation li {
	position: relative;
}

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

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

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

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

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

.post,
.page {
	margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

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

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

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

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

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

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

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

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/*--------------------------------------------------------------
## Added by Brockle Design
--------------------------------------------------------------*/
body {
	color: var(--main-text-color);
}
body.adaptable-logic-bodyfont-nunitosans {
	font-family: "Nunito Sans", sans-serif;
}
body.adaptable-logic-bodyfont-notoserif {
	font-family: "Noto Serif", serif;
}
body.adaptable-logic-bodyfont-poppins {
	font-family: "Poppins", sans-serif;
}
body.adaptable-logic-bodyfont-montserrat {
	font-family: "Montserrat", sans-serif;
}
body.adaptable-logic-bodyfont-roboto {
	font-family: "Roboto", sans-serif;
}

html, body
{
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5 {
	color: var(--title-text-color);
	font-weight: 400;
}
.adaptable-logic-headingfont-nunitosans h1,
.adaptable-logic-headingfont-nunitosans h2,
.adaptable-logic-headingfont-nunitosans h3,
.adaptable-logic-headingfont-nunitosans h4,
.adaptable-logic-headingfont-nunitosans h5 {
	font-family: "Nunito Sans", sans-serif;
}
.adaptable-logic-headingfont-corinthia h1,
.adaptable-logic-headingfont-corinthia h2,
.adaptable-logic-headingfont-corinthia h3,
.adaptable-logic-headingfont-corinthia h4,
.adaptable-logic-headingfont-corinthia h5 {
	font-family: "Corinthia", cursive;
}
.adaptable-logic-headingfont-newsreader h1,
.adaptable-logic-headingfont-newsreader h2,
.adaptable-logic-headingfont-newsreader h3,
.adaptable-logic-headingfont-newsreader h4,
.adaptable-logic-headingfont-newsreader h5 {
	font-family: "Newsreader", serif;
}
.adaptable-logic-headingfont-oswald h1,
.adaptable-logic-headingfont-oswald h2,
.adaptable-logic-headingfont-oswald h3,
.adaptable-logic-headingfont-oswald h4,
.adaptable-logic-headingfont-oswald h5 {
	font-family: "Oswald", sans-serif;
}
.adaptable-logic-headingfont-playball h1,
.adaptable-logic-headingfont-playball h2,
.adaptable-logic-headingfont-playball h3,
.adaptable-logic-headingfont-playball h4,
.adaptable-logic-headingfont-playball h5 {
	font-family: "Playball", cursive;
}
.adaptable-logic-headingfont-roboto h1,
.adaptable-logic-headingfont-roboto h2,
.adaptable-logic-headingfont-roboto h3,
.adaptable-logic-headingfont-roboto h4,
.adaptable-logic-headingfont-roboto h5 {
	font-family: "Roboto", sans-serif;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}
/* Text Appearance */
span.adaptable-logic-textappearance-bold {
	font-weight: 700;
}
.adaptable-logic-themestyle-professional span.adaptable-logic-textappearance-bold {
	font-weight: 800;
	font-style: italic;
}
span.adaptable-logic-textappearance-color {
	color: var(--accent-color);
}
/* Button Link */
a.adaptable-logic-button-link {
	display: inline-block;
	text-decoration: none;
	color: #FFFFFF;
	background: var(--button-color);
	border-radius: 0;
	padding: 12px 60px;
	font-size: 15px;
	line-height: 15px;
	font-weight: 300;
	border: 2px solid var(--button-color);
    -webkit-transition: color .3s ease, background .3s ease, border .3s ease;
    -moz-transition: color .3s ease, background .3s ease, border .3s ease;
    -o-transition: color .3s ease, background .3s ease, border .3s ease;
    -ms-transition: color .3s ease, background .3s ease, border .3s ease;
    transition: color .3s ease, background .3s ease, border .3s ease;
}
.adaptable-logic-themestyle-beauty a.adaptable-logic-button-link {
	border-radius: 30px;
}
.adaptable-logic-themestyle-hospitality a.adaptable-logic-button-link {
	text-transform: uppercase;
	border-radius: 30px;
}
a.adaptable-logic-button-link:hover {
	background: var(--button-hover-color);
	border-color: var(--button-hover-color);
}
/* wire */
a.adaptable-logic-button-link.adaptable-logic-button-link-wire {
	color: var(--button-color);
	background: transparent;
	border-color: var(--button-color);
}
a.adaptable-logic-button-link.adaptable-logic-button-link-wire:hover {
	border-color: var(--button-hover-color);
	background: transparent;
	color: var(--button-hover-color);
}
/* white */
a.adaptable-logic-button-link.adaptable-logic-button-link-white {
	border-color: #FFFFFF;
	color: var(--button-color);
	background: #FFFFFF;
}
a.adaptable-logic-button-link.adaptable-logic-button-link-white:hover {
	background: #d9d9d9;
	border-color: #d9d9d9;
}
a.adaptable-logic-button-link.adaptable-logic-button-link-wire.adaptable-logic-button-link-white {
	border-color: #FFFFFF;
	color: #FFFFFF;
	background: transparent;
}
a.adaptable-logic-button-link.adaptable-logic-button-link-wire.adaptable-logic-button-link-white:hover {
	border-color: #d9d9d9;
	color: #d9d9d9;
	background: transparent;
}
/* HEADER */
/* HEADER */
.main-navigation {
	background: var(--header-background-color);
	-webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    transition: background 0.5s ease;
}
.adaptable-logic-homepage-transparent-header .main-navigation {
	background: transparent;
}
.adaptable-logic-menu-wrapper {
	display: flex;
	align-items: center;
}
.main-navigation .align-vertical {
	padding: 10px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main-navigation a.custom-logo-link {
	display: flex;
	justify-content: flex-start;
}
.main-navigation a.custom-logo-link img {
	height: auto;
    width: auto;
	max-width: 268px;
	max-height: 90px;
	-webkit-transition: width 0.5s ease, max-width 0.5s ease;
    -moz-transition: width 0.5s ease, max-width 0.5s ease;
    -o-transition: width 0.5s ease, max-width 0.5s ease;
    -ms-transition: width 0.5s ease, max-width 0.5s ease;
    transition: width 0.5s ease, max-width 0.5s ease;
}
.main-navigation ul {
	display: flex;
	align-items: center;
}
.main-navigation ul li a {
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	padding: 0 20px;
	color: white;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    -ms-transition: color .3s ease;
    transition: color .3s ease;
}
.main-navigation ul li a:hover {
	color: #d9d9d9;
}
.main-navigation ul li:last-child a {
	padding-right: 0;
}
/* Submenu icon + dropdown */
.main-navigation ul li > ul.sub-menu {
	flex-direction: column;
	background: #FFF;
	padding: 10px 20px
}
.main-navigation ul li > ul.sub-menu li {
	display: block;
	margin: 10px 0;
}
.main-navigation ul li > ul.sub-menu li a {
	padding: 0;
	text-align: left;
}
.main-navigation li.menu-item-has-children > a::after {
	content: "\f078"; /* chevron-down */
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 8px;
	font-size: 0.7em;
	transition: transform 0.2s ease;
}
.adaptable-logic-contact-wrapper {
	display: flex;
	align-items: center;
	padding-left: 40px;
	margin-left: 40px;
	border-left: 1px solid white;
}
.adaptable-logic-contact-wrapper a.adaptable-logic-contact-link {
	font-size: 20px;
	line-height: 20px;
	margin-right: 20px;
	color: white;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-o-transition: color .3s ease;
	-ms-transition: color .3s ease;
	transition: color .3s ease;
}
.adaptable-logic-contact-wrapper a.adaptable-logic-contact-link:last-child {
	margin-right: 0;
}
.adaptable-logic-contact-wrapper a.adaptable-logic-contact-link:hover {
	color: #d9d9d9;
}
.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    z-index: 1030;
    right: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
/* HEADER - SCROLL */
.main-navigation.navbar-shrink {
	background: rgba(var(--header-background-color-rgb), 0.9);
}
.main-navigation.navbar-shrink a.custom-logo-link img {
	/* max-width: 85px; */
}
/* PAGE */
article.page .entry-content {
	margin-top: 0;
}
.page div#primary,
.page main#primary,
.single div#primary,
.single main#primary,
.archive div#primary,
.archive main#primary,
.blog div#primary,
.blog main#primary
{
	padding-top: var(--header-top-spacing);
}
.adaptable-logic-homepage-transparent-header div#primary {
	padding-top: 0;
}
.page article.page {
    margin-bottom: 0;
}
body.page {
    margin-bottom: 0;
}
/* BLOG */
/* Blog - Listing */
.adaptable-logic-page-header-image-wrapper {
	position: relative;
	height: 300px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 60px;
	background: var(--header-background-color);
}
.adaptable-logic-page-header-image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.3;
}
.adaptable-logic-page-header-image-wrapper header.entry-header {
    display: flex;
	flex-direction: column;
    align-items: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding-bottom: 60px;
	text-align: center;
	margin: 0 auto;
}
.adaptable-logic-page-header-image-wrapper h1.entry-title {
	margin: 0;
	color: white;
	font-size: 50px;
    line-height: 52px;
	max-width: 800px;
}
.adaptable-logic-post-archive-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 60px;
}
.adaptable-logic-post-archive-wrapper .adaptable-logic-post-archive-list-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-basis: 70%;
	padding-right: 60px;
}
.adaptable-logic-post-archive-wrapper .adaptable-logic-post-archive-sidebar-wrapper {
	flex-basis: 30%;
}
.adaptable-logic-post-archive-wrapper article.adaptable-logic-post-archive-item-wrapper {
	flex-basis: 100%;
	display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.adaptable-logic-post-archive-wrapper article.adaptable-logic-post-archive-item-wrapper:nth-child(2n+2) {
	margin-right: 0;
}
article.adaptable-logic-post-archive-item-wrapper a.adaptable-logic-post-archive-item-image {
	text-decoration: none;
    position: relative;
    height: 200px;
    width: 100%;
    overflow: hidden;
    background: var(--header-background-color);
}
article.adaptable-logic-post-archive-item-wrapper a.adaptable-logic-post-archive-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: width 0.5s ease, transform 0.5s ease, opacity 0.5s ease, max-width 0.5s ease;
    -moz-transition: width 0.5s ease, transform 0.5s ease, opacity 0.5s ease, max-width 0.5s ease;
    -o-transition: width 0.5s ease, transform 0.5s ease, opacity 0.5s ease, max-width 0.5s ease;
    -ms-transition: width 0.5s ease, transform 0.5s ease, opacity 0.5s ease, max-width 0.5s ease;
    transition: width 0.5s ease, transform 0.5s ease, opacity 0.5s ease, max-width 0.5s ease;
    opacity: 1;
}
article.adaptable-logic-post-archive-item-wrapper a.adaptable-logic-post-archive-item-image:hover img {
    opacity: 0.7;
}
article.adaptable-logic-post-archive-item-wrapper .adaptable-logic-post-archive-item-content-wrapper {
	background: #f9f9f9;
    padding: 30px;
}
article.adaptable-logic-post-archive-item-wrapper .adaptable-logic-post-archive-item-header {
	margin-bottom: 20px;
}
article.adaptable-logic-post-archive-item-wrapper a.adaptable-logic-post-archive-item-title {
    text-decoration: none;
}
article.adaptable-logic-post-archive-item-wrapper a.adaptable-logic-post-archive-item-title h2 {
	display: block;
    font-size: 32px;
    line-height: 32px;
    color: #000;
	margin-top: 0;
    margin-bottom: 10px;
    -webkit-transition: background .3s ease, color .3s ease;
    -moz-transition: background .3s ease, color .3s ease;
    -o-transition: background .3s ease, color .3s ease;
    -ms-transition: background .3s ease, color .3s ease;
    transition: background .3s ease, color .3s ease;
}
article.adaptable-logic-post-archive-item-wrapper a.adaptable-logic-post-archive-item-title:hover h2 {
    color: var(--accent-color);
}
article.adaptable-logic-post-archive-item-wrapper .adaptable-logic-post-archive-item-date {
    color: var(--accent-color);
    font-size: 16px;
    line-height: 16px;
	text-transform: uppercase;
}
article.adaptable-logic-post-archive-item-wrapper .adaptable-logic-post-archive-item-excerpt {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 20px;
}
article.adaptable-logic-post-archive-item-wrapper a.adaptable-logic-button-link {
    display: inline-block;
}
/* Blog - List - Sidebar */
.adaptable-logic-post-archive-wrapper .adaptable-logic-post-archive-sidebar-wrapper {
    background: #f9f9f9;
	padding: 30px;
}
.adaptable-logic-post-archive-wrapper .adaptable-logic-post-archive-sidebar-wrapper h2.widget-title {
	font-weight: 300;
	font-size: 32px;
	line-height: 32px;
	margin-top: 0;
}
.adaptable-logic-post-archive-wrapper .adaptable-logic-post-archive-sidebar-wrapper .widget {
	margin-bottom: 40px;
}
.adaptable-logic-post-archive-wrapper .adaptable-logic-post-archive-sidebar-wrapper .widget ul {
    list-style: none;
	margin: 0;
	padding: 0;
}
.adaptable-logic-post-archive-wrapper .adaptable-logic-post-archive-sidebar-wrapper .widget ul li a {
    display: block;
	text-decoration: none;
	font-weight: 500;
	margin: 10px 0;
	color: #404040;
    -webkit-transition: background .3s ease, color .3s ease;
    -moz-transition: background .3s ease, color .3s ease;
    -o-transition: background .3s ease, color .3s ease;
    -ms-transition: background .3s ease, color .3s ease;
    transition: background .3s ease, color .3s ease;
}
.adaptable-logic-post-archive-wrapper .adaptable-logic-post-archive-sidebar-wrapper .widget ul li a:hover {
	color: var(--accent-color);
}
/* Blog - Single */
.single-post .adaptable-logic-page-header-image-wrapper {
	height: 350px;
}
.single-post .adaptable-logic-page-header-image-wrapper img {
	opacity: 0.7;
}
.single-post .adaptable-logic-page-header-image-wrapper h1.entry-title {
    font-size: 32px;
    line-height: 37px;
	margin-bottom: 10px;
}
.single-post .adaptable-logic-page-header-image-wrapper .adaptable-logic-post-single-item-date {
    color: var(--accent-color);
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
}
nav.post-navigation,
nav.posts-navigation {
	margin: 30px 0 !important;
}
nav.post-navigation .nav-links a,
nav.posts-navigation .nav-links a {
	display: inline-block;
	text-decoration: none;
	color: #FFFFFF;
	background: var(--button-color);
	border: 2px solid var(--button-color);
	border-radius: 0;
	padding: 12px 40px;
	font-size: 15px;
	line-height: 15px;
	font-weight: 300;
    -webkit-transition: color .3s ease, background .3s ease, border .3s ease;
    -moz-transition: color .3s ease, background .3s ease, border .3s ease;
    -o-transition: color .3s ease, background .3s ease, border .3s ease;
    -ms-transition: color .3s ease, background .3s ease, border .3s ease;
    transition: color .3s ease, background .3s ease, border .3s ease;
}
.adaptable-logic-themestyle-beauty .post-navigation .nav-links a,
.adaptable-logic-themestyle-beauty nav.posts-navigation .nav-links a,
.adaptable-logic-themestyle-hospitality .post-navigation .nav-links a,
.adaptable-logic-themestyle-hospitality nav.posts-navigation .nav-links a {
	border-radius: 30px;
}
nav.post-navigation .nav-links a:hover,
nav.posts-navigation .nav-links a:hover {
	background: var(--button-hover-color);
	border-color: var(--button-hover-color);
}
/* CONTACT FORM */
.wpcf7 .adaptable-logic-contactform-input-wrapper {
	display: flex;
	flex-wrap: wrap;
}
.wpcf7 .adaptable-logic-contactform-input-wrapper label {
	flex-basis: 50%;
	color: var(--main-text-color);
    font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 10px;
	padding-right: 20px;
}
.adaptable-logic-bodyfont-nunitosans .wpcf7 .adaptable-logic-contactform-input-wrapper label {
	font-family: "Nunito Sans", sans-serif;
}
.adaptable-logic-bodyfont-notoserif .wpcf7 .adaptable-logic-contactform-input-wrapper label {
	font-family: "Noto Serif", serif;
}
.adaptable-logic-bodyfont-poppins .wpcf7 .adaptable-logic-contactform-input-wrapper label {
	font-family: "Poppins", sans-serif;
}
.adaptable-logic-bodyfont-montserrat .wpcf7 .adaptable-logic-contactform-input-wrapper label {
	font-family: "Montserrat", sans-serif;
}
.adaptable-logic-bodyfont-roboto .wpcf7 .adaptable-logic-contactform-input-wrapper label {
	font-family: "Roboto", sans-serif;
}
.wpcf7 .adaptable-logic-contactform-input-wrapper label:last-child {
	flex-basis: 100%;
}
.wpcf7 .adaptable-logic-contactform-input-wrapper label input,
.wpcf7 .adaptable-logic-contactform-input-wrapper label textarea {
	margin-top: 5px;
	width: 100%;
	padding: 15px 25px;
	color:  var(--main-text-color);
	font-size: 14px;
	line-height: 14px;
	border: 0;
	border-radius: 0;
	background-color: #F7F7F7;
}
.adaptable-logic-bodyfont-nunitosans .wpcf7 .adaptable-logic-contactform-input-wrapper label input,
.adaptable-logic-bodyfont-nunitosans .wpcf7 .adaptable-logic-contactform-input-wrapper label textarea {
	font-family: "Nunito Sans", sans-serif;
}
.adaptable-logic-bodyfont-notoserif .wpcf7 .adaptable-logic-contactform-input-wrapper label input,
.adaptable-logic-bodyfont-notoserif .wpcf7 .adaptable-logic-contactform-input-wrapper label textarea {
	font-family: "Noto Serif", serif;
}
.adaptable-logic-bodyfont-poppins .wpcf7 .adaptable-logic-contactform-input-wrapper label input,
.adaptable-logic-bodyfont-poppins .wpcf7 .adaptable-logic-contactform-input-wrapper label textarea {
	font-family: "Poppins", sans-serif;
}
.adaptable-logic-bodyfont-montserrat .wpcf7 .adaptable-logic-contactform-input-wrapper label input,
.adaptable-logic-bodyfont-montserrat .wpcf7 .adaptable-logic-contactform-input-wrapper label textarea {
	font-family: "Montserrat", sans-serif;
}
.adaptable-logic-bodyfont-roboto .wpcf7 .adaptable-logic-contactform-input-wrapper label input,
.adaptable-logic-bodyfont-roboto .wpcf7 .adaptable-logic-contactform-input-wrapper label textarea {
	font-family: "Roboto", sans-serif;
}

.adaptable-logic-themestyle-beauty .wpcf7 .adaptable-logic-contactform-input-wrapper label input,
.adaptable-logic-themestyle-beauty .wpcf7 .adaptable-logic-contactform-input-wrapper label textarea,
.adaptable-logic-themestyle-hospitality .wpcf7 .adaptable-logic-contactform-input-wrapper label input,
.adaptable-logic-themestyle-hospitality .wpcf7 .adaptable-logic-contactform-input-wrapper label textarea {
	border-radius: 30px;
}

.wpcf7 input[type="submit"] {
    display: inline-block;
    text-decoration: none;
	color: #FFFFFF;
    background: var(--button-color);
    border-radius: 0;
    padding: 12px 60px;
    font-size: 15px;
    line-height: 15px;
    font-weight: 300;
	border: 2px solid var(--button-color);
    -webkit-transition: color .3s ease, background .3s ease, border .3s ease;
    -moz-transition: color .3s ease, background .3s ease, border .3s ease;
    -o-transition: color .3s ease, background .3s ease, border .3s ease;
    -ms-transition: color .3s ease, background .3s ease, border .3s ease;
    transition: color .3s ease, background .3s ease, border .3s ease;
}
.adaptable-logic-bodyfont-nunitosans .wpcf7 input[type="submit"] {
	font-family: "Nunito Sans", sans-serif;
}
.adaptable-logic-bodyfont-notoserif .wpcf7 input[type="submit"] {
	font-family: "Noto Serif", serif;
}
.adaptable-logic-bodyfont-poppins .wpcf7 input[type="submit"] {
	font-family: "Poppins", sans-serif;
}
.adaptable-logic-bodyfont-montserrat .wpcf7 input[type="submit"] {
	font-family: "Montserrat", sans-serif;
}
.adaptable-logic-bodyfont-roboto .wpcf7 input[type="submit"] {
	font-family: "Roboto", sans-serif;
}

.adaptable-logic-themestyle-beauty .wpcf7 input[type="submit"] {
	border-radius: 30px;
}
.adaptable-logic-themestyle-hospitality .wpcf7 input[type="submit"] {
	text-transform: uppercase;
	border-radius: 30px;
}
.wpcf7 input[type="submit"]:hover {
	background: var(--button-hover-color);
    border-color: var(--button-hover-color);
	cursor: pointer;
}
/* FOOTER */
/* Footer - Widgets */
.footer-widgets {
	background: var(--header-background-color);
	padding: 60px 0;
	color: #FFF;
}
.footer-widgets .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.footer-widgets .container .widget-content {
	margin-bottom: 30px;
}
.footer-widgets .container .widget-content:last-child {
	margin-bottom: 0;
}
.footer-widgets .container .widget-content ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
}
.footer-widgets .container .widget-content ul li a {
	text-decoration: none;
	color: #FFF;
	padding: 0 20px;
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    -ms-transition: color .3s ease;
    transition: color .3s ease;
}
.footer-widgets .container .widget-content ul li a:hover {
	color: #d9d9d9;
}
/* Footer - Site Info */
footer.site-footer {
	background: var(--header-background-color);
	padding: 20px 0;
	color: #FFF;
	font-weight: 300;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
}
footer.site-footer a {
	color: #FFF;
	text-decoration: none;
	font-weight: 500;
}
/* SIZING */
@media (max-width: 767px) {
	.container {
		width: 100%;
	}
	button.menu-toggle {
		display: block;
		font-size: 36px;
		line-height: 36px;
		color: white;
		background: transparent;
		margin: 0;
		padding: 0;
		outline: 0;
		border: 0;
	}
	.main-navigation .align-vertical {
		flex-wrap: wrap;
	}
	.adaptable-logic-header-menu-wrapper {
		flex-basis: 100%;
	}
	.adaptable-logic-header-menu-top-wrapper {
		display: none;
	}
	.adaptable-logic-menu-wrapper {
		display: none;
		width: 100%;
	}
	.menu-main-menu-container {
		width: 100%;
	}
	.main-navigation ul {
		display: none;
		flex-direction: column;
	}
	.main-navigation ul li a {
		padding: 10px 0;
		font-size: 18px;
		line-height: 18px;
	}
	.main-navigation a.custom-logo-link img {
		max-width: 180px;
		max-height: 90px;
	}
	.adaptable-logic-contact-wrapper {
		display: none;
	}
	/* HEADER - TOGGLED */
	.main-navigation.toggled {
		background: rgba(var(--header-background-color-rgb), 0.9);
	}
	.main-navigation.toggled ul {
		display: flex;
	}
	.main-navigation.toggled .adaptable-logic-menu-wrapper {
		display: flex;
	}
	/* BLOG */
	/* Blog - Listing */
	.adaptable-logic-post-archive-wrapper {
		flex-direction: column;
	}
	.adaptable-logic-post-archive-wrapper .adaptable-logic-post-archive-list-wrapper {
		flex-direction: column;
		flex-wrap: nowrap;
		flex-basis: 100%;
		padding-right: 0;
	}
	.adaptable-logic-post-archive-wrapper article.adaptable-logic-post-archive-item-wrapper {
		flex-basis: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}
	.adaptable-logic-post-archive-wrapper .adaptable-logic-post-archive-sidebar-wrapper {
		flex-basis: 100%;
	}
	/* CONTACT FORM */
	.wpcf7 .adaptable-logic-contactform-input-wrapper label {
		flex-basis: 100%;
		padding-right: 0;
	}
	/* FOOTER */
	.footer-widgets .container .widget-content ul {
		flex-direction: column;
	}
	.footer-widgets .container .widget-content ul li {
		display: block;
		margin-bottom: 10px;
	}
	.footer-widgets .container .widget-content ul li:last-child {
		margin-bottom: 0;
	}
}
@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}
