/*!
Theme Name: REVocean
Theme URI: http://underscores.me/
Author: Oliver.mk
Author URI: https://oliver.mk
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: revocean
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.
REVocean 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 {
}

/* 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 */
  margin: 0 10px 0 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; /* 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: #404040;
  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 #13161b;
  color: #13161b;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.elementor-button:hover {
  background: none;
  cursor: pointer;
  color: #13161b;
}
.elementor-button:hover {
  background: none !important;
  color: #13161b !important;
}
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 {
}
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: 0;
  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
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main .comment-navigation,
.main .posts-navigation,
.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: 0;
  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: 2.5em;
  margin-bottom: 1em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 2.5em;
  margin-bottom: 1em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.header:before,
.header:after,
.content:before,
.content:after,
.footer:before,
.footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.header:after,
.content:after,
.footer:after {
  clear: both;
}

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

.widget {
  margin: 0 0 2.5em; /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

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

.post-thumbnail {
  display: none;
}

/*--------------------------------------------------------------
## 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 .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 .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 STARTS HERE --------------------------------------------------------------------*/
body {
  font-family: Lato, sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.8em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "GT Walsheim", sans-serif;
  margin-bottom: 1em;
}
h5 {
  font-size: 20px;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #13161b;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #13161b;
}
::placeholder {
  color: #13161b;
  opacity: 0.5;
}

/* GENERAL
***************************************/

h1 small,
h2 small,
h3 small {
  display: block;
  text-transform: uppercase;
  font-size: 0.4em;
  /* font-family: Lato, sans-serif; */
  color: #000;
  letter-spacing: 3px;
}
input.elementor-field-textual.elementor-size-sm,
select.elementor-field-textual.elementor-size-sm,
textarea.elementor-field-textual.elementor-size-sm {
  padding-left: 0;
  padding-right: 0;
}
input.elementor-field-textual.elementor-size-sm:focus,
select.elementor-field-textual.elementor-size-sm:focus,
textarea.elementor-field-textual.elementor-size-sm:focus {
  outline: none;
  box-shadow: none;
}

button,
.button,
input.button,
body .elementor-button-link,
.eael-load-more-button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-family: Lato, sans-serif;
  position: relative;
  min-width: 240px;
  overflow: visible;
  border: 1px solid #707070;
  border-radius: 0;
  text-transform: uppercase;
  background: none;
  color: #13161b;
  font-size: 13px;
  line-height: 26px;
  font-weight: 700;
}
button:hover,
.button:hover,
input.button:hover,
.elementor-button-link:hover,
.eael-load-more-button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border: 1px solid #ff7b00;
  color: #ff7b00;
}
.elementor-button-link .elementor-button-text {
  color: #13161b;
}
.elementor-button-link:hover .elementor-button-text {
  color: #ff7b00;
}

button::before,
.button::before,
input.button::before,
.elementor-button-link::before,
button::after,
.button::after,
.elementor-button-link::after,
input.button::after,
input[type="button"]::before,
input[type="reset"]::before,
input[type="submit"]::before,
input[type="button"]::after,
input[type="reset"]::after,
input[type="submit"]::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 120%;
  background: #707070;
}
button::before,
.button::before,
input.button::before,
.elementor-button-link::before,
input[type="button"]::before,
input[type="reset"]::before,
input[type="submit"]::before {
  left: 4px;
  bottom: 4px;
}
button::after,
.button::after,
input.button::after,
.elementor-button-link::after,
input[type="button"]::after,
input[type="reset"]::after,
input[type="submit"]::after {
  top: 4px;
  right: 4px;
}
button:hover::before,
.button:hover::before,
input.button:hover::before,
.elementor-button-link:hover::before,
.eael-load-more-button:hover::before,
button:hover::after,
.button:hover::after,
input.button:hover::after,
.elementor-button-link:hover::after,
.eael-load-more-button:hover::after,
input[type="button"]::before,
input[type="reset"]::before,
input[type="submit"]::before,
input[type="button"]::after,
input[type="reset"]::after,
input[type="submit"]::after {
  background: #ff7b00;
}

.elementor-field-type-submit button {
  min-width: 0;
}
.elementor-field-type-submit button::before,
.elementor-field-type-submit button::after {
  content: none;
}

body .elementor-button.elementor-size-md {
  border-radius: 0;
  font-size: 13px;
}

/* HEADER
***************************************/

/* CONTENT
***************************************/

/* Number in the bg of element */
.heading-counter {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto 1.1em;
  height: 2em;
  min-height: 5.5em;
  max-width: 320px;
}
.heading-counter .elementor-widget-container {
  position: relative;
  z-index: 1;
}
.heading-counter:before {
  content: attr(data-title);
  position: absolute;
  font-size: 10em;
  font-size: 200px;
  top: calc(50% - 0.05em);
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.1;
  color: #52a4b0;
  font-family: Lato, sans-serif;
  font-weight: 900;
  z-index: 0;
}

/* Three dots */
.after-line {
  text-align: center;
  font-size: 25px;
  font-weight: 900;
  line-height: 10px;
  font-family: Arial;
}
.after-line p {
  font-size: 25px;
  font-weight: 700;
  line-height: 10px;
  font-family: Arial;
}

/* BLOG / NEWS cards */
.elementor-post.elementor-grid-item .elementor-post__card {
  background: #fff;
  position: relative;
  z-index: 1;
  overflow: visible !important;
}
.elementor-post.elementor-grid-item .elementor-post__card * {
  position: relative;
}
.elementor-post.elementor-grid-item .elementor-post__card:before {
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  content: "";
}
.elementor-post.elementor-grid-item .elementor-post__card:after {
  bottom: 0;
  height: 30px;
  border-radius: 100%;
  box-shadow: 0 0 120px 0 rgba(0, 0, 0, 0.5);
  z-index: -1;
  position: absolute;
  width: 100%;
  content: "";
}
.elementor-posts .elementor-post__card .elementor-post__meta-data {
  border-top: 0;
}
.elementor-post__card .elementor-post__meta-data::before {
  content: "";
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 4px;
  width: 25px;
  height: 1px;
  background: #2e2f33;
}

.eael-grid-post .eael-entry-wrapper {
  padding: 20px 10% 50px;
}
.eael-entry-title {
  margin: 10px 0 15px;
}
.eael-entry-title a {
  font-weight: 600;
}
.eael-entry-meta::before {
  content: "";
  display: inline-block;
  margin-right: 16px;
  margin-top: 10px;
  width: 25px;
  height: 1px;
  background: #2e2f33;
}
.eael-entry-meta .eael-posted-by {
  display: none;
}

.eael-load-more-button-wrap {
  clear: both;
  margin-top: 60px;
}

.archive-thumb {
  width: 30%;
  float: left;
  margin: 0 2.5em 2.5em 0;
}

/* Single Blog Post */
.post-template-default.single #content,
.search #content,
.error404 #content,
.archive #content,
.single-item #content {
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 100px;
}
.single #content .post-thumbnail,
.single-item #content .post-thumbnail {
  /*
	float: left;
	*/
  width: 100%;
  max-width: 100%;
  margin: 2em 0 0;
}
.single #content .post-thumbnail img {
  width: 100%;
}
.entry-content > .intro {
  margin-top: 0;
}

.single #content .entry-content a {
  color: #ff7b00;
}
.single #content .entry-content a:hover {
  text-decoration: underline;
}
.single #content .entry-content ul li,
.elementor-text-editor ul li {
  list-style: none;
}
.single #content .entry-content ul li::before,
.elementor-text-editor ul li::before {
  content: "\2022";
  color: #ff7b00;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.single #content .post-thumbnail + .entry-content blockquote {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 10px 40px;
  margin: -2em 0 2em;
  font-family: "GT Walsheim", sans-serif;
}
.single #content .post-thumbnail + .entry-content blockquote p {
  color: #fff;
  font-family: "GT Walsheim", sans-serif;
  font-size: 21px;
}

.post-navigation,
.comments-area {
  clear: both;
  margin: 2em 0;
}
.post-navigation {
  overflow: hidden;
}

.post-navigation .nav-previous,
.post-navigation .nav-next,
.posts-navigation .nav-previous,
.posts-navigation .nav-next {
  width: 45%;
}
.post-navigation .nav-previous,
.posts-navigation .nav-previous {
  margin-left: 2%;
}
.post-navigation .nav-next,
.posts-navigation .nav-next {
  margin-right: 2%;
}

.nav-links > div > a {
  padding: 10px 15px;
  background: #eee;
  color: #333;
  display: block;
  line-height: 1.4em;
  position: relative;
}
.nav-links > div > a:hover {
  background: #ff7b00;
  color: #fff;
}
.post-navigation .nav-previous::before,
.posts-navigation .nav-previous::before {
  content: "<";
  color: #ff7b00;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  margin-top: 0.5em;
  float: left;
}
.post-navigation .nav-next::before,
.posts-navigation .nav-next::before {
  content: ">";
  color: #ff7b00;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-right: -1em;
  margin-top: 0.5em;
  float: right;
}

#commentform .comment-form-author label,
#commentform .comment-form-email label,
#commentform .comment-form-url label {
  display: inline-block;
  width: 100px;
}

/* Testimonials */
.elementor-widget-eael-testimonial {
  padding: 5% 10%;
}
span.eael-testimonial-quote {
  display: none;
}

.elementor-widget-eael-testimonial .eael-testimonial-item {
  position: relative;
}
.elementor-widget-eael-testimonial .eael-testimonial-item::after {
  top: 210px;
  left: 0;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  position: absolute;
  z-index: -1;
  font-size: 35em;
  width: 114px;
  height: 87px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMTMuNyIgaGVpZ2h0PSI4Ny4zIiB2aWV3Qm94PSIwIDAgMTEzLjcgODcuMyI+PHRpdGxlPlF1b3RlPC90aXRsZT48ZyBpZD0iTGF5ZXJfMiIgZGF0YS1uYW1lPSJMYXllciAyIj48ZyBpZD0iTGF5ZXJfMS0yIiBkYXRhLW5hbWU9IkxheWVyIDEiPjxwYXRoIGQ9Ik02Mi40LDkuM0M0OS44LDI3LDM0LjIsNDYuOCwzNC4yLDg3LjNIMEMwLDQ5LjIsMzIuNCwxMS4xLDQ2LjIsMFptNTEuMywwQzEwMS4xLDI3LDg1LjUsNDYuOCw4NS41LDg3LjNINTEuM0M1MS4zLDQ5LjIsODMuNywxMS4xLDk3LjUsMFoiIGZpbGw9IiNlNWVlZWYiLz48L2c+PC9nPjwvc3ZnPgo=)
    50% no-repeat;
  background-size: auto;
  background-size: 100% auto;
}

.eael-testimonial-image {
  margin-bottom: 20px;
}

.eael-testimonial-content .eael-testimonial-user,
.eael-testimonial-content .eael-testimonial-user-company {
  padding-left: 20%;
  font-style: normal;
  display: block;
  margin: 0 0 10px;
}

.eael-testimonial-content .eael-testimonial-user {
  position: relative;
  font-size: 95%;
  line-height: 1.06667;
  font-weight: 700;
  color: #ff7b00 !important;
}
.eael-testimonial-user::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(20% - 1em);
  height: 1px;
  background: #707070;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.eael-testimonial-content .eael-testimonial-user-company {
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.eael-testimonial-content .eael-testimonial-text p {
  font-size: 20px;
  line-height: 1.6em;
  font-style: normal;
}

/* FOOTER
***************************************/

/* SIDEBAR
***************************************/
.widget ul {
  margin: 0 0 1em;
}
.widget ul li,
.widget_nav_menu ul.menu li {
  list-style-type: none;
  position: relative;
  padding-left: 1em;
}
.widget.widget_categories ul li:before,
.widget.widget_recent_entries ul li:before,
.widget_nav_menu ul.menu li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #ff7b00;
  color: #ff7b00;
}

input.search-field {
  width: 100%;
  margin-bottom: 5px;
  padding: 7px 10px;
}
input.search-submit {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100%;
  min-width: 0;
  text-indent: -999em;
}

aside.elementor-sticky {
  width: auto !important;
}
aside.elementor-sticky .widget-title {
  color: #ff7b00;
  margin: 0 0 0.4em;
}
aside.elementor-sticky ul {
  margin: 0 0 2em;
}
aside.elementor-sticky ul li {
  list-style-type: none;
}
aside.elementor-sticky ul li a:hover {
  color: #ff7b00;
}

.widget.null-instagram-feed .instagram-pics,
.widget.null-instagram-feed .instagram-pics li {
  margin: 0;
}
.widget.null-instagram-feed .instagram-pics li {
  padding: 5px;
  display: inline-block;
  width: 33%;
}

/* VARIOUS
***************************************/

/* Slider overlap */
.elementor-section.elementor-section-stretched {
  left: 0 !important;
}

.instafeed-wrapper .elementor-widget-container {
  overflow: hidden;
}

.elementor-widget-wp-widget-null-instagram-feed .instagram-pics,
.elementor-widget-wp-widget-null-instagram-feed .instagram-pics li {
  margin: 0;
}
.elementor-widget-wp-widget-null-instagram-feed .instagram-pics li {
  padding: 10px;
  display: inline-block;
  width: 33%;
}

.rev-facebook iframe {
  border: none;
  visibility: visible;
  width: 500px;
  height: 500px;
}
.rev-facebook iframe div {
  min-width: 100% !important;
  width: 100% !important;
}

/* STYLES WP specific --------------------------------------------------------------------*/
.logged-in .header {
  top: 32px;
}
.hero-text .description,
.hero-text .title {
  /* font-family: Lato, sans-serif; */
  margin: 0;
  line-height: 1em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-family: "GT Walsheim", sans-serif;
}
h1 small,
h2 small,
h3 small {
  display: block;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1875em;
}
.elementor-heading-title {
  letter-spacing: 0.05em;
}
footer ul,
footer ol {
  margin: 0 0 1.5em;
}
.elementor-posts .elementor-post__card .elementor-post__title {
  color: #ff7b00;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 20px;
  font-weight: 600;
}
.elementor-posts .elementor-post__card .elementor-post__title a {
  font-weight: 600;
}
.elementor-post__thumbnail__link:hover .elementor-post__thumbnail img {
  transform: scale(1.1);
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.elementor-posts .elementor-post__text .elementor-post__excerpt p {
  font-size: 15px;
  font-weight: 300;
}
.elementor-facebook-widget.fb_iframe_widget iframe {
  width: 100% !important;
}
.elementor-facebook-widget.fb_iframe_widget iframe div {
  width: 100% !important;
}
.elementor-widget-heading h2.elementor-heading-title {
  font-size: 38px;
  line-height: 44px;
  color: #ff7b00;
  font-weight: 600;
}
.heading-counter.elementor-widget-heading h2.elementor-heading-title {
  font-size: 30px;
  line-height: 44px;
}
.elementor-widget-heading h2.elementor-heading-title a {
  line-height: 44px;
}
.elementor-post.elementor-grid-item .elementor-post__card a {
  color: #ff7b00;
}
.elementor-widget-heading h2.elementor-heading-title a {
  color: #13161b;
}

.main-navigation .main-nav ul.menu > li.menu-item-has-children > a {
  padding: 15px 40px 15px 25px;
}

.main-navigation .main-nav ul.menu > li.menu-item-has-children > a:after,
.main-navigation .main-nav ul.menu > li.menu-item-has-children > a:before {
  content: "";
  position: absolute;
  background-color: #000;
  width: 8px;
  height: 2px;
  display: block;
  top: 50%;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.main-navigation .main-nav ul.menu > li.menu-item-has-children > a:after {
  transform: rotate(45deg);
  right: 23px;
}
.main-navigation .main-nav ul.menu > li.menu-item-has-children > a:before {
  transform: rotate(-45deg);
  right: 18px;
}

.eael-col-3 .eael-grid-post:nth-child(3n + 4) {
  clear: left;
}
.eael-col-4 .eael-grid-post:nth-child(4n + 5) {
  clear: left;
}

.eael-grid-post-holder {
  border: 0;
}

body .elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
  font-size: 90px;
}

body .elementor-grid-1 .elementor-post {
  overflow: visible;
}
.elementor-grid-1 .elementor-post .elementor-post-avatar {
  display: none;
}

body .elementor-grid-1 .elementor-post .elementor-post__excerpt p {
  font-size: 16px;
}
.elementor-grid-1 .elementor-post .elementor-post__read-more {
  font-size: 16px;
}
.elementor-grid-1 .elementor-posts .elementor-post__title {
  font-size: 40px;
  line-height: 1.6em;
  margin-left: -70px;
}
.elementor-grid-1 .elementor-posts .elementor-post__title a {
  color: #ff7b00;
}
.elementor-grid-1:before {
  content: attr(data-title);
  position: absolute;
  font-size: 300px;
  top: calc(20% - 20px);
  left: -70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.1;
  color: #52a4b0;
  font-family: Lato, sans-serif;
  font-weight: 900;
  z-index: 0;
}

.mobile-toggle {
  display: none;
}

/* MEDIA queries
***************************************/
@media only screen and (min-width: 1240px) {
  .main-navigation .main-nav .menu ul.sub-menu {
    box-shadow: 0 50px 90px 30px rgba(0, 0, 0, 0.05);
  }

  /*
	.post-template-default.single #content #primary,
	*/
  .search #content #primary,
  .error404 #content #primary,
  .archive #content #primary,
  .single-item #primary {
    width: 75%;
    float: left;
  }
  /*
	.post-template-default.single #content #secondary,
	*/
  .search #content #secondary,
  .error404 #content #secondary,
  .archive #content #secondary,
  .single-item #secondary {
    width: 20%;
    float: right;
  }
}

@media only screen and (max-width: 1240px) {
  .logged-in .main-navigation .main-nav {
    z-index: -1;
  }
  .main-navigation .main-nav .main-nav-1 {
    position: relative;
    padding-bottom: 110px;
  }
  .main-navigation .main-nav .social-networks {
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
  .main-navigation .main-nav ul.menu > li.menu-item-has-children > a {
    padding: 5px 0;
  }
  .main-navigation .main-nav ul.menu > li.menu-item-has-children {
    margin-right: 50px;
  }
  .mobile-toggle {
    display: block;
    width: 50px;
    height: 36px;
    float: right;
    z-index: 999;
    margin-right: -50px;
    margin-top: -36px;
    cursor: pointer;
    position: relative;
  }
  .mobile-toggle:after,
  .mobile-toggle:before {
    content: "";
    position: absolute;
    background-color: #000;
    width: 8px;
    height: 2px;
    display: block;
    top: 18px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  .mobile-toggle:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 19px;
  }
  .mobile-toggle:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 14px;
  }
  .main-navigation .main-nav ul.menu > li.menu-item-has-children > a::after,
  .main-navigation .main-nav ul.menu > li.menu-item-has-children > a::before {
    display: none;
  }
  .main-navigation .main-nav .menu ul.sub-menu {
    display: none;
  }

  .elementor-grid-1 .elementor-posts .elementor-post__title {
    margin-left: 0;
  }
  .elementor-grid-1:before {
    display: none;
  }
}

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

@media only screen and (max-width: 780px) {
  /* HEADER */
  .logged-in .header {
    top: 46px;
  }
  /* FOOTER */
  .footer {
    text-align: center;
  }
  .footer .logo-white {
    margin: 0 auto;
  }
  .footer .footer-links {
    padding-left: 0;
  }
  .footer .footer-links::after {
    content: none;
  }
  .logged-in .search-window {
    top: 106px;
  }
  .logged-in .main-navigation .main-nav {
    /*
		top: 108px;
		*/
  }

  body .elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
    font-size: 60px;
  }
}

@media only screen and (max-width: 480px) {
  body .elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
    font-size: 50px;
  }

  .elementor-widget-wp-widget-null-instagram-feed .instagram-pics li {
    padding: 5px;
  }
}

@media only screen and (max-width: 380px) {
  body .elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
    font-size: 40px;
  }
}

.elementor-background-video-container {
  display: block !important;
}

/* SVNA start
***************************************/
.heroLetter {
  position: absolute;
  left: -120%;
  top: 45%;
  z-index: 0;
  font-size: 880px;
  color: #52a4b0;
  opacity: 0.1;
  font-family: Lato, Sans-Serif;
  font-weight: 900;
  line-height: 0;
  z-index: 3;
}

@media (min-width: 768px) and (max-width: 991px) {
  selector .heroLetter {
    display: none;
  }
}

@media (max-width: 992px) {
  .post-template-default.single #content,
  .search #content,
  .error404 #content,
  .archive #content,
  .single-item #content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .elementor-grid-1 .elementor-posts .elementor-post__title {
    line-height: 1.1em;
  }
}

@media (max-width: 767px) {
  .heroLetter {
    position: absolute;
    top: -17%;
    left: 13%;
    opacity: 0.1;
    font-size: 400px;
    color: #52a4b0;
    font-family: Lato, Sans-Serif;
    font-weight: 900;
  }
}
