/*!
Theme Name: Aeneas
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: aeneas
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 with others.

Aeneas is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.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 iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

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

/**
 * 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; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

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

/**
 * 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; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

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

/**
 * 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; /* 1 */
    font: inherit; /* 2 */
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #012623;
    font-family: sans-serif;
    font-size: 16px;
    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;
    font-size: 15px;
    font-size: 0.9375rem;
    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;
    font-size: 15px;
    font-size: 0.9375rem;
}

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

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

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

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: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# 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);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: royalblue;
}

a:visited {
    color: purple;
}

a:hover,
a:focus,
a:active {
    color: #f2b705 !important;
}

a:focus {
    outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    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 {
    left: 100%;
}

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

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

.main-navigation ul li:hover:last-child > ul {
    right: 0;
}

.main-navigation li {
    float: left;
    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: 1199px) {
    .menu-toggle {
        display: none;
    }

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

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

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

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

.post,
.page {
    margin: 0;
}

.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;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
    display: block;
}


/*--------------------------------------------------------------
## Custom
--------------------------------------------------------------*/

.video-head {
    font-size: 40px;
    margin-bottom: 22px;
}

.team-head {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
    margin-top: 20px;
}

.team-text {
    margin-top: 0;
}


/*--------------------------------------------------------------
## Custom CSS / Importing Fonts
--------------------------------------------------------------*/

/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('/wp-content/themes/aeneas/assets/fonts/open-sans-v17-latin/open-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url('/wp-content/themes/aeneas/assets/fonts/open-sans-v17-latin/open-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/wp-content/themes/aeneas/assets/fonts/open-sans-v17-latin/open-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/wp-content/themes/aeneas/assets/fonts/open-sans-v17-latin/open-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */ url('/wp-content/themes/aeneas/assets/fonts/open-sans-v17-latin/open-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/wp-content/themes/aeneas/assets/fonts/open-sans-v17-latin/open-sans-v17-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-italic - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: url('/wp-content/themes/aeneas/assets/fonts/open-sans-v17-latin/open-sans-v17-latin-italic.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Italic'), local('OpenSans-Italic'),
    url('/wp-content/themes/aeneas/assets/fonts/open-sans-v17-latin/open-sans-v17-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/wp-content/themes/aeneas/assets/fonts/open-sans-v17-latin/open-sans-v17-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('/wp-content/themes/aeneas/assets/fonts/open-sans-v17-latin/open-sans-v17-latin-italic.woff') format('woff'), /* Modern Browsers */ url('/wp-content/themes/aeneas/assets/fonts/open-sans-v17-latin/open-sans-v17-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('/wp-content/themes/aeneas/assets/fonts/open-sans-v17-latin/open-sans-v17-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('/wp-content/themes/aeneas/assets/fonts/open-sans-v17-latin/open-sans-v17-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Bold'), local('OpenSans-Bold'),
    url('/wp-content/themes/aeneas/assets/fonts/open-sans-v17-latin/open-sans-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/wp-content/themes/aeneas/assets/fonts/open-sans-v17-latin/open-sans-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('/wp-content/themes/aeneas/assets/fonts/open-sans-v17-latin/open-sans-v17-latin-700.woff') format('woff'), /* Modern Browsers */ url('/wp-content/themes/aeneas/assets/fonts/open-sans-v17-latin/open-sans-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('/wp-content/themes/aeneas/assets/fonts/open-sans-v17-latin/open-sans-v17-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700italic - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: url('/wp-content/themes/aeneas/assets/fonts/open-sans-v17-latin/open-sans-v17-latin-700italic.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'),
    url('/wp-content/themes/aeneas/assets/fonts/open-sans-v17-latin/open-sans-v17-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/wp-content/themes/aeneas/assets/fonts/open-sans-v17-latin/open-sans-v17-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */ url('/wp-content/themes/aeneas/assets/fonts/open-sans-v17-latin/open-sans-v17-latin-700italic.woff') format('woff'), /* Modern Browsers */ url('/wp-content/themes/aeneas/assets/fonts/open-sans-v17-latin/open-sans-v17-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('/wp-content/themes/aeneas/assets/fonts/open-sans-v17-latin/open-sans-v17-latin-700italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}


/* playfair-display-regular - latin */
@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    src: url('/wp-content/themes/aeneas/assets/fonts/playfair-display-v15-latin/playfair-display-v15-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Playfair Display Regular'), local('PlayfairDisplay-Regular'),
    url('/wp-content/themes/aeneas/assets/fonts/playfair-display-v15-latin/playfair-display-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/wp-content/themes/aeneas/assets/fonts/playfair-display-v15-latin/playfair-display-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/wp-content/themes/aeneas/assets/fonts/playfair-display-v15-latin/playfair-display-v15-latin-regular.woff') format('woff'), /* Modern Browsers */ url('/wp-content/themes/aeneas/assets/fonts/playfair-display-v15-latin/playfair-display-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/wp-content/themes/aeneas/assets/fonts/playfair-display-v15-latin/playfair-display-v15-latin-regular.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
}

/* playfair-display-italic - latin */
@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 400;
    src: url('/wp-content/themes/aeneas/assets/fonts/playfair-display-v15-latin/playfair-display-v15-latin-italic.eot'); /* IE9 Compat Modes */
    src: local('Playfair Display Italic'), local('PlayfairDisplay-Italic'),
    url('/wp-content/themes/aeneas/assets/fonts/playfair-display-v15-latin/playfair-display-v15-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/wp-content/themes/aeneas/assets/fonts/playfair-display-v15-latin/playfair-display-v15-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('/wp-content/themes/aeneas/assets/fonts/playfair-display-v15-latin/playfair-display-v15-latin-italic.woff') format('woff'), /* Modern Browsers */ url('/wp-content/themes/aeneas/assets/fonts/playfair-display-v15-latin/playfair-display-v15-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('/wp-content/themes/aeneas/assets/fonts/playfair-display-v15-latin/playfair-display-v15-latin-italic.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
}

/* playfair-display-700 - latin */
@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    src: url('/wp-content/themes/aeneas/assets/fonts/playfair-display-v15-latin/playfair-display-v15-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Playfair Display Bold'), local('PlayfairDisplay-Bold'),
    url('/wp-content/themes/aeneas/assets/fonts/playfair-display-v15-latin/playfair-display-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/wp-content/themes/aeneas/assets/fonts/playfair-display-v15-latin/playfair-display-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('/wp-content/themes/aeneas/assets/fonts/playfair-display-v15-latin/playfair-display-v15-latin-700.woff') format('woff'), /* Modern Browsers */ url('/wp-content/themes/aeneas/assets/fonts/playfair-display-v15-latin/playfair-display-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('/wp-content/themes/aeneas/assets/fonts/playfair-display-v15-latin/playfair-display-v15-latin-700.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
}

/* playfair-display-700italic - latin */
@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 700;
    src: url('/wp-content/themes/aeneas/assets/fonts/playfair-display-v15-latin/playfair-display-v15-latin-700italic.eot'); /* IE9 Compat Modes */
    src: local('Playfair Display Bold Italic'), local('PlayfairDisplay-BoldItalic'),
    url('/wp-content/themes/aeneas/assets/fonts/playfair-display-v15-latin/playfair-display-v15-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/wp-content/themes/aeneas/assets/fonts/playfair-display-v15-latin/playfair-display-v15-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */ url('/wp-content/themes/aeneas/assets/fonts/playfair-display-v15-latin/playfair-display-v15-latin-700italic.woff') format('woff'), /* Modern Browsers */ url('/wp-content/themes/aeneas/assets/fonts/playfair-display-v15-latin/playfair-display-v15-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('/wp-content/themes/aeneas/assets/fonts/playfair-display-v15-latin/playfair-display-v15-latin-700italic.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
}


/*--------------------------------------------------------------
## Custom CSS for ACF Container one
--------------------------------------------------------------*/

.fieldgroup-one-container {
    display: flex;
    height: 500px;
}

.fieldgroup-one-text-wrap {
    background-color: #012623;
    text-align: center;
    color: white;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.fieldgroup-one-text-wrap h3 {
    font-size: 35px;

}

.fieldgroup-one-text-wrap p {
    font-size: 18px;
    margin-left: 15%;
    margin-right: 15%;
}

.fieldgroup-one-img-wrapper {
    width: 50%;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.fieldgroup-one-button {
    background-color: #04BF9D;
    height: 44px;
    width: 148px;
    color: white;
    border-color: #04BF9D;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 16px;
}


/*--------------------------------------------------------------
## Custom CSS for ACF Container two ( owl carousel ) {image and review}
--------------------------------------------------------------*/

.fieldgroup-two-container .review-head {
    font-size: 32px;
    width: 60%;
    margin: 40px auto;
    text-align: center;
}

.fieldgroup-two-container .review-text {
    text-align: center;
    font-size: 18px;

}


.fieldgroup-two-slide-wrapper {
    width: 100%;
    background-color: #012623;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fieldgroup-two-image-wrapper {
    height: 500px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 50%;
}

.fieldgroup-two-container {
    margin-top: 50px;
    display: flex;
}

.fieldgroup-two-container p {
    font-size: 18px;
    width: 60%;
    line-height: 23px;
    margin: auto auto 30px;
    text-align: center;
}

.owl-carousel .owl-item {
    padding: 0;
}

.owl-item.active > p {
    width: 50%;
    float: left;
}

.owl-item__container {
    display: flex;
    align-items: center;
}

.owl-item__text, .owl-item__container img {
    flex: 0 0 50%;
    max-width: 50%;
}

.owl-item__container {
    max-height: 520px;
}

.owl-item__container img {
    height: 520px !important;
}

.fieldgroup-two-container .owl-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.review-slider-container {
    background: #012623;
    color: white;
    min-height: 500px !important;
    margin: auto;
}

.review-slider-container > div:nth-of-type(2) {
    background-image: url(https://wanderers.mikado-themes.com/wp-content/uploads/2018/02/h1-img-2.jpg?id=127);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    min-height: 600px;
}

.review-slider-container > div {
    margin: 0;
}

.review-slider-image-container {
    margin: 0;
}


.review-slider-review-container {
    background: #012623;
}


.fieldgroup-three-container {
    max-width: 1290px;
    margin: auto;
}

@media screen and (max-width: 959px) {
    .fieldgroup-two-container .owl-item__container {
        max-height: 650px;
    }

    .fieldgroup-two-container .owl-item__container img {
        height: 650px !important;
    }

    .fieldgroup-two-container .owl-carousel .owl-stage-outer {
        max-height: 650px;
    }

    .fieldgroup-two-container .review-text, .fieldgroup-two-container .review-head {
        width: 80%;
    }
}

@media screen and (max-width: 767px) {
    .fieldgroup-two-container .owl-item__container {
        flex-direction: column-reverse;
        max-height: initial;
    }

    .fieldgroup-two-container .owl-item__text {
        max-width: initial;
    }

    .fieldgroup-two-container .owl-item__container img {
        max-width: initial;
        height: initial !important;
        max-height: 350px;
    }

    .fieldgroup-two-container .owl-carousel .owl-stage-outer {
        max-height: initial;
    }

    .fieldgroup-two-container .review-text, .fieldgroup-two-container .review-head {
        width: 90%;
    }
}


/*--------------------------------------------------------------
## Custom CSS for blocks that aren't full width
--------------------------------------------------------------*/


.smaller-width {
    max-width: 1290px;
    margin: auto;
}


/*--------------------------------------------------------------
## Custom CSS for buttons
--------------------------------------------------------------*/

.wp-block-button__link {
    width: 148px;
}

.ww-download {
    color: white;
    background-color: #04BF9D;
    height: 44px;
    max-width: 221px;
    border: none;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ww-download a {
    font-family: sans-serif;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
}

.ww-download a:hover {
    color: #ffffff !important;
}


/*--------------------------------------------------------------
## Custom CSS for Navigation
--------------------------------------------------------------*/

.site-branding {
    display: none;
}


.main-navigation {
    margin-top: 50px;
}

.main-navigation {
    float: right;
    width: 65%;
    text-transform: uppercase;
}

.main-navigation > div > ul > li {
    margin-left: 10px;
    margin-right: 10px;
}

.menu-main-menu-container {
    float: right;
    z-index: 2;
}

#masthead,
#masthead2 {
    background-color: #0120318c;
    font-size: 18px;
}


#masthead, .mh2-inner {
    height: 120px;
    z-index: 2001;
}

.header-wrapper {
    max-width: 1290px;
    margin: 0 auto;
}


/*--------------------------------------------------------------
## Custom CSS for FieldGroupThree
--------------------------------------------------------------*/

.caption {
    color: white;
    text-decoration: none;
    position: absolute;
    bottom: 0;
    font-size: 30px;
    font-family: "Playfair Display";
    letter-spacing: 1px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    padding: 10px 20px 20px;
    text-align: left;
    margin: 0;
}


/*--------------------------------------------------------------
## Custom CSS for FieldGroupFour
--------------------------------------------------------------*/

.fieldgroup-four-container {
    color: #fff;
    text-align: center;
}

.fieldgroup-four-container {
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: minmax(200px, auto);
    grid-gap: 15px;

    display: grid;
    max-width: 1290px;
    margin: 50px auto 0;
}

.fieldgroup-four-container div {
    background: #333;
    color: #fff;
}

.image-one {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
}

.image-two {
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
    grid-column: 5/7;
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    grid-row: 1/5;
}

.image-three {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    grid-row: 3/5;
}

.image-four {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/5;
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    grid-row: 3/5;
}


.mosaic-container {
    position: relative;
}

.mosaic {
    object-fit: cover;
    height: 100%;
    width: 100%;
    vertical-align: bottom;
}

.fieldgroup-four-container div a div {
    height: 100%;
    width: 100%;
    position: relative;
}


/*--------------------------------------------------------------
## Custom CSS for FieldGroupFive
--------------------------------------------------------------*/


.slider-inner-content {
    position: relative;
    height: 200px;
}


.slider-heading h1 {
    font-size: 50px;
    letter-spacing: 1.5px;
    font-family: "Playfair Display";

}

.slider-text p {
    font-size: 18px;
    letter-spacing: 0.54px;
    font-weight: normal;
}

.head-image-container {
    z-index: 1;
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    top: -250px;
    height: 0;
}

.head-image-container .head-image {

    height: 100px;
    width: auto;
    position: relative;
    top: 100px;
    padding-right: 310px;
}


.slider-heading {

    color: white;
    z-index: 1000;
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    top: -110px;
    max-width: 700px;
    height: auto;
}

.slider-text {

    color: white;
    z-index: 1000;
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    top: -110px;
    width: 55%;

}


.fieldgroup-five-container {
    min-height: 0;
    max-height: 600px;
}

.owl-carousel .owl-stage-outer {
    max-height: 540px;
}


.fieldgroup-five-container .active div {
    min-height: 540px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

#owl-slider-main {
    top: 0;
    z-index: 1;
    max-height: 700px;
    min-height: 500px;
}

.owl-prev {
    position: absolute;
    left: 100px;
}

.owl-next {
    position: absolute;
    right: 100px;
}


.fieldgroup-five-container #owl-slider-main {
    position: absolute;
    top: 0px;
    max-height: 540px;

}

.nav-menu a {
    color: white;
    font-size: 18px;
    /*z-index: 6;*/
}


.mainhead {
    font-size: 50px;
    width: 50%;
    margin: auto;
}

.maintext {
    font-size: 18px;
    width: 715px;
    margin: auto;
}


.site-header {
    z-index: 3;
    position: relative;

}

.indexfive {
    z-index: 5 !important;
    position: relative;
    color: white;
}


.fieldgroup-five-container .owl-nav {
    position: absolute;
    top: 36%;
    left: 0;
    right: 0;
}

.fieldgroup-five-container .owl-prev span {

    position: absolute;
    height: 100px;
    color: white;
    background: none;
    border: none;
    z-index: 100;
    left: 40px;
    font-size: 80px;

}


.fieldgroup-five-container .owl-next span {
    position: absolute;
    height: 100px;
    color: white;
    background: none;
    border: none;
    z-index: 100;
    right: 40px;
    font-size: 80px;
}


/*--------------------------------------------------------------
## Custom CSS for FieldGroupSeven
--------------------------------------------------------------*/

/*#owl-slider-team .owl-item img {*/
/*width: 100%;*/
/*}*/

#owl-slider-team .owl-item > div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.team-name {
    font-size: 20px;
    font-family: "Playfair Display";
    letter-spacing: 0.6px;
}

.team-text {
    text-align: center;
    margin: 0 auto;
    font-size: 15px;
    font-family: "Open Sans";
}

.fieldgroup-seven-container {
    max-width: 1290px;
    margin: auto;
    overflow: hidden;
}


/*--------------------------------------------------------------
## Custom CSS for Text Blocks "Locations &  Top Reviews"
--------------------------------------------------------------*/


.text-block {
    max-width: 800px;
    margin: auto;
    font-size: 16px;
    line-height: 22px;
}

.text-block-head {
    font-size: 35px;
    font-weight: bold;
    line-height: 47px;
}


/*--------------------------------------------------------------
## Custom CSS for sticky header
--------------------------------------------------------------*/

#masthead2 {
    z-index: 2000;
    top: 0;
    width: 100%;
    background: white;
    border-bottom: 1px solid #ededed;
    height: 110px;
}

#masthead2 .contact-container {
    color: #000;
    border-left: 1px solid #000;
}

#masthead2 .contact-container a {
    color: #000;
}

#masthead2 #site-navigation a {
    text-decoration: none;
    color: black;
}

.navbar {
    display: none;
    position: fixed;
}


.fixed {
    display: block;
    position: fixed;
}

.site-header {
    transition: top .5s;
}

.stick {
    position: fixed;
    width: 100%;
    height: 100px;
    background: white;
    border-bottom: 1px solid #e1e1e1;
    z-index: 100;
    transition: top 1s;
    top: 0;
    display: none;
}

.spacing {
    margin-top: 50px;
}


.sticky-menu {
    color: black !important;
}


/*--------------------------------------------------------------
## Custom CSS for Dynamic Tabs
--------------------------------------------------------------*/

.tabs-container {
    max-width: 1290px;
    margin: auto;
    display: grid;
    grid-template-rows: 44px 1fr;
    grid-template-columns: 80% 20%;
    grid-column-gap: 0;
}

.tabs {
    grid-column-start: 1;
    grid-column-end: 3;
}


ul.tabs li {
    font-size: 15px;
    text-transform: uppercase;
    line-height: 19px;
}

.tab-link img {
    margin-right: 10px;

}


/*--------------------------------------------------------------
## Custom CSS for footer
--------------------------------------------------------------*/

.copyright {
    display: block;
}


.footer-lower-section {
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 1290px;
    text-align: center;
    color: white;
    border-top: 1px solid white;
}


.ds {
    margin-top: 10px;
}

.imp {
    position: relative;
    top: -10px;
}

.footer-link a {
    text-decoration: none;
    color: white;
}


.footer-wrap {

    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    z-index: 100;
    box-sizing: border-box;
    background-color: #012623;

}

.footer-upper-section {
    max-width: 1290px;
    margin: auto;
    display: flex;
}


.footer-col-one {
    width: 25%;
    margin: 20px;
    margin-top: 50px;
    color: white;
}

.footer-col-one > img {
    float: left;
    padding: 8px 10px 8px 0;
    max-height: 30px !important;
}

.footer-col-one a {
    text-decoration: none;
    color: white;
}

.footer-col-one::after {
    content: '';
    clear: both;
    display: table;
}

.footer-col-two {
    height: 400px;
    width: 25%;
    margin: 20px;
    margin-top: 50px;
    color: white;
}

.footer-col-two a {
    color: white;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}

.footer-col-two h4 {
    font-size: 18px;
    font-weight: 400;
}

.footer-col-three p {
    margin-bottom: 10px;
    line-height: 1.4;
}

.footer-col-three {
    height: 400px;
    width: 25%;
    margin: 20px;
    margin-top: 50px;
    color: white;
}

.footer-col-three a {
    margin-right: 20px;
}

.footer-col-three h4 {
    font-size: 18px;
    font-weight: 400;
}

.footer-col-four {
    height: 400px;
    width: 25%;
    margin: 20px;
    margin-top: 50px;
    color: white;

}

.footer-col-four h4 {
    font-size: 18px;
    font-weight: 400;
}


.inline {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 7px !important;
    margin-top: 7px !important;

}

.footer-contact {
    height: 30px !important;
    width: 101%;
}

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

h1, h2, h3, h4, h5 {
    font-family: "Playfair Display" !important;
}

* {
    font-family: "Open Sans";
}


/*--------------------------------------------------------------
## Custom CSS for tabs
--------------------------------------------------------------*/


.container {
    width: 800px;
    margin: 0 auto;
}


ul.tabs {
    display: flex;
    margin: 0px;
    padding: 0px;
    list-style: none;
    height: 50px;
    background: #ededed;
}


ul.tabs li {
    background: none;
    color: #222;
    padding: 6px 15px;
    cursor: pointer;
    background: #eeeeee;
    border: 1px solid #dadada;
    display: flex;
    align-items: center;
    height: 50px;
    width: 25%;
}

ul.tabs li.current {
    background: white;
    color: #222;
}

.tab-content {
    display: none;
    background: white;
    padding-right: 60px;
    padding-left: 10px;
    margin-top: 70px;
}

.tab-content.current {
    display: inherit;
}

.tabs-container {
    position: relative;
    z-index: 20;
}

.tab-icon-wrap {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.tab-icon-wrap img {
    width: 100%;
    height: 100%;
}


/*--------------------------------------------------------------
## Custom CSS for Contact Form
--------------------------------------------------------------*/


.wpcf7-form input {

    display: block;
    width: 90%;
    margin: 0 auto;
    border-radius: 0px;

}


.wpcf7-form {
    background: #eeeeee;
    border: 1px solid #dadada;
    margin-top: 80px;
}

.wpcf7-textarea {
    width: 90%;
    margin: 0 auto;
    display: block;
    height: 150px;
}

.wpcf7-form input[type="submit"] {
    color: white;
    background-color: #04BF9D;
    height: 44px;
    max-width: 221px;
    border: none;
    font-size: 16px;
}


.wpcf7-form .cf-head {
    font-size: 20px;
    padding-top: 15px;
    padding-left: 15px;
    margin: 0;
}


.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-textarea,
.wpcf7 .wpcf7-date {
    padding-left: 33px;
}


.cf-icon {
    position: absolute;
    margin-left: 20px;
    z-index: 90;
    margin-top: 10px;
}

.tabs {
    width: 80%;
}

.tab-link {
    width: 24%;
}


/*--------------------------------------------------------------
## Custom CSS for the logo
--------------------------------------------------------------*/


.logo-wrap {
    /*width: 40%;*/
    display: flex;
    position: absolute;
    margin-top: 25px;
    padding-left: 25px;
}

.logo-wrap img {
    height: auto;
    width: 150px;
}

@media screen and (max-width: 470px) {
    .logo-wrap {
        padding-left: 10px;
    }

    .logo-wrap img {
        width: 130px;
    }
}

/*--------------------------------------------------------------
## Custom CSS for the Contact
--------------------------------------------------------------*/

.contact-container {
    color: white;
    margin-left: 30px;
    text-align: center;
    border-left: 1px solid white;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.contact-container p {
    display: inline-block;
    margin: 0;
}

.contact-container span {
    font-size: 13px;
}

.contact-container a {
    display: block;
    color: white;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
}

.contact-container .contact-phone-icon {
    align-self: center;
}

.contact-container .contact-content {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.contact-container .contact-numbers {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 470px) {
    .contact-container {
        margin-left: 10px;
        padding-left: 10px;
    }

    .contact-container span {
        font-size: 12px;
    }

    .contact-container a {
        font-size: 14px;
    }
}


/*--------------------------------------------------------------
## Custom team page (About us)
--------------------------------------------------------------*/


.team-column-head {
    max-width: 1290px;
    margin: 0 auto;
}

.team-column {
    max-width: 1290px;
    margin: 0 auto;
}


/*--------------------------------------------------------------
## Custom CSS owl carousel general
--------------------------------------------------------------*/

.owl-carousel .active span {
    background-color: #F2B705 !important;
}


/*--------------------------------------------------------------
## Custom CSS fixes
--------------------------------------------------------------*/


.wp-block-button, button {
    letter-spacing: 0.5px;
}


.space {
    padding-top: 50px;
}


.home {
    background-image: url("/wp-content/uploads/2019/09/KarteMKK_50_2.5.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.entry-title {
    display: none;
}

.post .entry-header .entry-title {
    display: block;
}


/*--------------------------------------------------------------
## Responsive CSS
--------------------------------------------------------------*/


@media (min-width: 0px) and (max-width: 767px) {

    .fieldgroup-seven-container {
        max-width: 90%;
    }

    .owl-carousel .owl-item img {
        margin: 0 auto;
    }

    .caption {
        left: 5%;
        width: 90%;
    }

    .fieldgroup-three-container .owl-carousel .owl-item img {
        width: 90%;
    }

    .footer-upper-section {
        flex-wrap: wrap;
        max-width: 700px;
    }


    .fieldgroup-four-container {
        width: 90%;
    }

    .image-one {
        grid-column: 1/7;
        grid-row: 1/2;
    }

    .image-two {
        grid-column: 1/7;
        grid-row: 2/3;
    }

    .image-three {
        grid-column: 1/7;
        grid-row: 3/4;
    }

    .image-four {
        grid-column: 1/7;
        grid-row: 4/5;
    }

    .fieldgroup-one-container {
        display: block;
    }

    .fieldgroup-one-img-wrapper {
        height: 600px;
        width: 100%;
    }

    .fieldgroup-one-text-wrap {
        position: relative;
        display: block;
        float: left;
        height: 600px;
        margin-bottom: 80px;
        width: 100%;

    }

}

@media (min-width: 768px) and (max-width: 991px) {

    .fieldgroup-seven-container {
        max-width: 640px;
    }

    #owl-slider-team .owl-item:first-of-type > div {
        margin-right: -100px;
    }

    #owl-slider-team .owl-item:nth-of-type(2) > div {
        margin-left: -100px;
    }

    .main-navigation {
        margin-right: 0;
        width: 75%;
    }

    .owl-carousel .owl-item img {
        margin: 0 auto;
    }

    .caption {
        left: 15%;
        width: 70%;
    }

    .fieldgroup-three-container .owl-carousel .owl-item img {
        width: 70%;
    }

    /**/
    .vid-block {
        display: block;
    }

    .vid-block div:nth-of-type(1) iframe {
        max-width: 640px;
        display: block;
        margin: 0 auto;
    }

    .vid-block div:nth-of-type(2) {
        max-width: 640px;
        display: block;
        margin: 0 auto;
    }

    .quads {
        max-width: 640px;
    }

    .quads div:nth-of-type(1) {
        display: block;
        width: 100%;
    }


    .quads .wp-block-column:not(:first-child) {
        margin-left: 0px;
    }


    .quads .has-2-columns .wp-block-column {
        padding: 20px 20px 20px 20px;
    }


    .fieldgroup-one-container {
        display: block;
    }

    .fieldgroup-one-img-wrapper {
        height: 600px;
        width: 100%;
    }

    .fieldgroup-one-text-wrap {
        position: relative;
        display: flex;
        float: left;
        height: 600px;
        margin-bottom: 80px;
        width: 100%;

    }

    .fieldgroup-four-container {
        max-width: 640px;
    }

    .image-one {
        grid-column: 1/7;
        grid-row: 1/3;
    }

    .image-two {
        grid-column: 1/4;
        grid-row: 3/5;
    }

    .image-three {
        grid-column: 4/7;
        grid-row: 4/5;
    }

    .image-four {
        grid-column: 4/7;
        grid-row: 3/4;
    }

    .teamquads {
        max-width: 640px;
        flex-wrap: wrap;
    }

    .teamquads .wp-block-column:not(:first-child) {
        margin-left: 0px;
    }


    .teamquads .has-2-columns .wp-block-column {
        padding: 20px 20px 20px 20px;
    }

    .teamquads .wp-block-column {
        flex-basis: calc(50%);

    }

    .wp-block-image img {
        display: block;
        margin: 0 auto;
    }


    .review-slider-container {
        display: block
    }

    .review-slider-container div:nth-of-type(2) {
        margin-left: 0;
    }

    .fieldgroup-two-container {
        margin-left: 0;
    }

    /*.fieldgroup-two-container #owl-example {*/
    /*height: 600px;*/
    /*}*/
    /*#owl-example .owl-stage-outer {*/
    /*padding-top: 100px;*/
    /*}*/
    .footer-upper-section {
        flex-wrap: wrap;
        max-width: 700px;

    }

    .footer-col-one {
        width: 50%;
        margin: 0;
        padding: 50px 50px 50px 50px;
    }

    .footer-col-two {
        width: 50%;
        margin: 0;
        padding: 50px 50px 50px 50px;
    }

    .footer-col-three {
        width: 50%;
        margin: 0;
        padding: 50px 50px 50px 50px;
    }

    .footer-col-four {
        width: 50%;
        margin: 0;
        padding: 50px 50px 50px 50px;
    }


    .mobile-width {
        max-width: 715px;
    }

}

.fieldgroup-seven-container .owl-carousel .owl-stage-outer {
    padding-left: 1px;
}

.owl-item {
    padding: 10px;
    background-color: white;
}

.owl-item h4 {
    margin: 10px 0;
}

.owl-item p {
    font-size: 14px;
}

.owl-item p a {
    background-color: #012623;
    color: white;
    padding: 5px 10px;
    text-decoration: none;
    display: inline-block;
    margin-left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

.owl-item p a:hover {
    color: white !important;
    background-color: black;
}

@media screen and (min-width: 992px) {
    .owl-item {
        padding: 20px;
    }
}

@media screen and (min-width: 1200px) {
    .owl-item {

    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .fieldgroup-seven-container {
        max-width: 768px;
    }

    #owl-slider-team .owl-item:first-of-type > div {
        margin-right: -100px;
    }

    #owl-slider-team .owl-item:nth-of-type(2) > div {
        margin-left: -100px;
    }

    .mobile-width {
        max-width: 715px;
    }


    .main-navigation {
        margin-right: 0;
        width: 75%;

    }

    .owl-carousel .owl-item img {
        margin: 0 auto;
    }

    .caption {
        left: 15%;
        width: 70%;
        margin: 0 auto;
    }

    .fieldgroup-three-container .owl-carousel .owl-item img {
        width: 70%;
    }

    /*fix footer here*/
    .vid-block {
        display: block;
    }

    .vid-block div:nth-of-type(1) iframe {
        max-width: 640px;
        display: block;
        margin: 0 auto;
    }

    .vid-block div:nth-of-type(2) {
        max-width: 640px;
        display: block;
        margin: 0 auto;
    }

    .quads {
        max-width: 640px;
    }

    .quads div:nth-of-type(1) {
        display: block;
        width: 100%;
    }


    .quads .wp-block-column:not(:first-child) {
        margin-left: 0px;
    }


    .quads .has-2-columns .wp-block-column {
        padding: 20px 20px 20px 20px;
    }


    .fieldgroup-one-container {
        display: block;
    }

    .fieldgroup-one-img-wrapper {
        height: 600px;
        width: 100%;
    }

    .fieldgroup-one-text-wrap {
        position: relative;
        display: flex;
        float: left;
        height: 600px;
        margin-bottom: 80px;
        width: 100%;

    }

    .fieldgroup-four-container {
        max-width: 640px;
    }

    .image-one {
        grid-column: 1/7;
        grid-row: 1/3;
    }

    .image-two {
        grid-column: 1/4;
        grid-row: 3/5;
    }

    .image-three {
        grid-column: 4/7;
        grid-row: 4/5;
    }

    .image-four {
        grid-column: 4/7;
        grid-row: 3/4;
    }

    .teamquads {
        max-width: 640px;
        flex-wrap: wrap;
    }

    .teamquads .wp-block-column:not(:first-child) {
        margin-left: 0px;
    }


    .teamquads .has-2-columns .wp-block-column {
        padding: 20px 20px 20px 20px;
    }

    .teamquads .wp-block-column {
        flex-basis: calc(50%);

    }

    .wp-block-image img {
        display: block;
        margin: 0 auto;
    }


    .review-slider-container {
        display: block
    }

    .review-slider-container div:nth-of-type(2) {
        margin-left: 0;
    }

    .fieldgroup-two-container {
        margin-left: 0;
    }

    /*.fieldgroup-two-container #owl-example {*/
    /*height: 600px;*/
    /*}*/
    /*#owl-example .owl-stage-outer {*/
    /*padding-top: 100px;*/
    /*}*/
    .footer-upper-section {
        flex-wrap: wrap;
        max-width: 700px;

    }

    .footer-col-one {
        width: 50%;
        margin: 0;
        padding: 50px 50px 50px 50px;
    }

    .footer-col-two {
        width: 50%;
        margin: 0;
        padding: 50px 50px 50px 50px;
    }

    .footer-col-three {
        width: 50%;
        margin: 0;
        padding: 50px 50px 50px 50px;
    }

    .footer-col-four {
        width: 50%;
        margin: 0;
        padding: 50px 50px 50px 50px;
    }


}


@media (min-width: 1200px) {

}


/*--------------------------------------------------------------
## additional responsive fixes CSS
--------------------------------------------------------------*/


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

    .wp-block-image img {
        display: block;
        margin: 0 auto;
    }

    .footer-col-one {
        width: 100%;
        margin: 0;
        padding: 50px 50px 50px 50px;
    }

    .footer-col-two {
        width: 100%;
        margin: 0;
        padding: 50px 50px 50px 50px;
    }

    .footer-col-three {
        width: 100%;
        margin: 0;
        padding: 50px 50px 50px 50px;
    }

    .footer-col-four {
        width: 100%;
        margin: 0;
        padding: 50px 50px 50px 50px;
    }


}


@media only screen and (max-width: 575px) {
    .head-image-container .head-image {
        padding-right: 45px;
    }


}

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

    .menu-toggle, .main-navigation.toggled ul {
        margin-right: 50px;
        float: right;
    }

    .main-navigation {
        float: right;
        margin-right: 0px;
    }
}

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

    /*.fieldgroup-four-container {*/
    /*	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));*/
    /*}*/
    .vid-block div:nth-of-type(1) iframe {
        max-width: 90%;
        margin: 0 auto;
        display: block;
        position: relative;
    }

    .vid-block div:nth-of-type(2) {
        max-width: 90%;
        margin: 0 auto;
        display: block;
        position: relative;
    }

    .team-text {
        max-width: 50%;
        margin: 0 auto;
    }

    .text-block {
        max-width: 90%;
        margin: 0 auto;
    }

    .teamquads p {
        max-width: 50%;
        margin: 0 auto;
    }

    .fieldgroup-one-text-wrap {
        height: auto;
        padding-bottom: 50px;
    }


}

@media only screen and (max-width: 1199px) {
    #site-navigation {
        display: none;
    }

    .fieldgroup-five-container .owl-next,
    .fieldgroup-five-container .owl-prev {
        display: none !important;
    }

    .fieldgroup-two-container {
        display: block;
    }

    .fieldgroup-two-image-wrapper {
        width: 100%;
    }

    .fieldgroup-two-slide-wrapper {
        width: 100%;
    }

    .fieldgroup-two-slide-wrapper #owl-example {
        width: 100%%;
    }

}


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

    .vidBlock-Container {
        display: block !important;
        max-width: 640px !important;
        margin: 0 auto;
    }


    .fieldEight-right {
        width: 100% !important;
        padding: 0 !important;
    }

    .ytvideo {
        margin: 0 auto;
        width: 100%
    }

    .vidoverlaytext-text {
        top: 33% !important;
    }

    .vidoverlaytext-head {
        top: 27% !important;
    }


}


@media only screen and (min-width: 1200px) {
    #navigation-toggle {
        display: none;
    }

}


/* additional fixes not related to viewports*/
.main-navigation a {
    color: white;
}


#navigation-toggle {
    float: right;
    position: relative;
    height: 77px;
    font-size: 35px;
    padding-right: 25px;
    padding-top: 25px;
    color: white;
}

#masthead2 #navigation-toggle {
    color: black;
}


#mm-primary-menu {
    display: grid;
}

.mm-panel_opened {
    max-width: 640px;
    margin: 0 auto;
    margin-top: 100px;
}

.mobile-menu-logo {
    display: block;
    margin: 0 auto;
}


#site-navigation .mobile-menu-logo {
    display: none;
}


img.main-logo.mobile-menu-logo {
    width: 20%;
    margin-top: 50px;
}

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

    .fieldgroup-five-container .owl-carousel .owl-stage-outer {
        max-height: 640px !important;
        height: 640px !important;
    }

    .fieldgroup-five-container .active div {
        height: 640px !important;
    }

    .vid-block {
        margin-top: 100px;
    }

    .tabs-container ul.tabs {
        margin-top: 100px;
    }

    .ytvideo {
        max-width: 100% !important;
        height: 320px !important;
        margin-top: 100px !important;
    }

}


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


    .tabs-container {
        display: block;
        position: relative;
    }

    .wpcf7-form {
        width: 80%;
        margin: 0 auto;
        margin-top: 50px;
    }

    .cf-icon {
        margin-left: 5%;
    }

    .tab-content {
        width: 80%;
        margin: 0 auto;
        padding: 0;
    }

}


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

    .tabs-container {
        display: block;
        position: relative;
        /*top: 100px;*/
    }

    ul.tabs {
        margin: 0 auto;
        display: block;
        height: auto;
    }

    ul.tabs li {
        width: 100%
    }

    .tab-content {
        padding: 0;
        position: relative;
        margin: 0 auto;
    }

    .current {
        width: 80%;
    }

    .wpcf7-form {
        width: 70%;
        margin: 0 auto;
        margin-top: 50px;
    }

    .cf-icon {
        margin-left: 5%;
    }

}


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

    .tabs-container {
        top: -143px;
    }

}

/*.wpcf7-form-control-wrap.date-424 input::before {*/
/*	content: "Date";*/
/*	margin-right: 10px;*/
/*}*/


.quads .wp-block-column .has-2-columns .wp-block-column {
    background: rgba(255, 255, 255, 1);
}


[title~=English] {
    width: 23px;
    overflow: hidden;
}

[title~=Italiano] {
    width: 14px;
    overflow: hidden;
}

[title~=Deutsch] {
    width: 23px;
    overflow: hidden;
}


.fieldgroup-seven-container .owl-carousel .owl-stage-outer {
    overflow: visible;
}


.blog-posts-block {
    max-width: 80%;
    margin: 0 auto;
}

.footer-posts {
    list-style: none;
    margin-bottom: 25px;
}

.footer-posts > a {
    text-decoration: none;
    color: white;
}

.footer-posts a:hover {
    color: royalblue;
}

#masthead2 .sub-menu {
    background: white;
}

#masthead .sub-menu {
    background: black;
    z-index: 1001;
}


.single-post #content {
    max-width: 70%;
    margin: 0 auto;
    margin-top: 100px;
}


.single-post .entry-content p {
    max-width: 1290px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.single-post #masthead {
    height: 120px;
    background: url(/wp-content/uploads/2019/09/DQ1A3035-min.jpg);
    background-position: center;
}

.single-post #masthead .main-navigation a {
    color: white;
}


.blog-posts-block li span {
    font-size: 20px;
    color: #012623;
    font-weight: bold;
    font-family: "Playfair Display";
}

.blog-posts-block li a {
    text-decoration: none;
}


.wp-block-latest-posts__post-date {
    font-size: 15px;
}


/*--------------------------------------------------------------
## embedded yt video
--------------------------------------------------------------*/

.vidoverlaytext {
    position: absolute;
    color: white;
    z-index: 10;
    height: 5%;
    width: 85%;
    top: 54%;
    left: 4%;
}


.vidoverlaytext-head {
    font-size: 30px;
    font-family: "Playfair Display";
    margin: 0;
}


.vidoverlaytext-text {
    top: 63%;
    font-family: "Open Sans";
    font-size: 18px;
    margin: 0;
    margin-top: 15px;
}

.imgvideo {
    cursor: pointer;
}

.playbutton {
    background: url(/wp-content/uploads/2019/09/combined-shape.png) center center no-repeat;
    position: absolute;
    top: 83%;
    left: 12%;
    width: 74px;
    height: 74px;
    margin: -37px 0 0 -37px;
    z-index: 10;
    opacity: 1;
}

.ytvideo {
    position: relative;
    margin: 0;
    padding: 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    /* pour anciens Chrome et Safari */
    background-size: cover;
    /* version standardisée */
    cursor: pointer;
}

.ytvideo iframe {
    border-style: none;
    height: 100%;
    width: 100%;
}

.ytvideo .seo {
    display: none;
}

.vidBlock-Container {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1290px;
}


.fieldEight-right {
    width: 50%;
    padding: 38px;
}

.fieldEight-right h2 {
    font-size: 40px;
    font-family: "Playfair Display";
    font-weight: bold;
}

.fieldEight-right button {
    background-color: #04bf9d;
    width: 148px;
    height: 44px;
    color: white;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
}

.ytvideo {
    width: 610px;
    height: 421px;
}


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

    .ytvideo {
        width: 100%;
        height: 280px;
    }

    .playbutton {
        top: 40%;
        left: 50%;
    }

    .vidBlock-Container {
        max-width: 90% !important;
    }

    .fieldEight-left {
        width: 100%
    }

}


/*--------------------------------------------------------------
## single posts
--------------------------------------------------------------*/

.post .attachment-post-thumbnail {
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

#commentform input {
    max-width: 200px;
}


/*--------------------------------------------------------------
## trips blocks
--------------------------------------------------------------*/


.tour-wrap {
    display: inline-block;

}

.trip-element-container {
    margin-top: 25px;
    display: flex;
}

.number-box {
    height: 100px;
    width: 100px;
    background: #F2B705;
    text-align: center;
}

.number-box p {
    margin: 0 auto;
    top: 20%;
    position: relative;
    font-size: 40px;
    color: white;
}

.trips-text-wrap {
    width: 80%;
    margin-top: 20px;
}

.number-box-wrap {

    width: 15%;
}


.location-element-wrap {
    display: flex;
    border-top: 1px solid grey;

}

.location-element-wrap h3 {
    width: 50%;
    font-size: 20px;
}

.location-element-wrap:last-of-type {
    border-bottom: 1px solid grey;
}

.location-inner {
    display: flex;
    flex-direction: column;
}

.location-inner-second {
    margin-left: 25px;
}

.location-inner .checkmark:before {

    content: '\2713';
    margin-right: 5px;
    color: gold;
}

.location-inner .not:before {

    content: '\00d7';
    color: grey;
    margin-right: 5px;

}

.travel-block {
    margin-top: 100px;
}


/*--------------------------------------------------------------
## fieldgroup nine
--------------------------------------------------------------*/


.fieldgroup-nine-container {
    display: grid;
    max-width: 1290px;
    margin: auto;
    grid-template-columns: 80% 20%;
    grid-column-gap: 0;
}

.fieldgroup-nine-container h2 {
    font-size: 40px;
    font-weight: bold;
}

.fieldgroup-nine-container h3 {
    font-size: 20px;
    font-weight: bold;
}

.main-container {
    color: black;
    margin-right: 35px;
}

.side-container {

}

.nine-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 370px;
    width: 33%;
}

.nine-image-wrap-one {
    display: flex;
    margin-bottom: 70px;
}

.nine-image-wrap-two {
    display: flex;
}

.nine-image {
    margin: 5px;
}


.fieldgroup-nine-container .main-container p {
    margin-bottom: 70px;
}

@media only screen and (max-width: 1199px) {
    .fieldgroup-nine-container {
        display: block;
        max-width: 800px;
        margin: 0 auto;
    }

    .fieldgroup-nine-container .main-container {
        margin-right: 0;
    }

    .side-container .cf-icon {
        margin-left: 5%;
    }

}


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

    .fieldgroup-nine-container .main-container {
        max-width: 640px;
        margin: 0 auto;
    }

    .nine-image-wrap-one, .nine-image-wrap-two {
        display: block;
    }

    .nine-image {
        width: 100%;
        margin: 0;
        margin-bottom: 5px;
    }

}


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

    .fieldgroup-nine-container .main-container {
        max-width: 90%;
        margin: 0 auto;
    }

    .nine-image {
        margin-bottom: 5px;
    }


}


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

    .fieldgroup-nine-container {
        margin-top: 100px;
    }

}


#mm-site-navigation {
    margin-top: 130px;
}


ul.sub-menu li {
    margin: 10px 0 10px 20px;
}


