/*
Theme Name: Spek Start Genesis
Theme URI: https://spektrume.de/
Author: Joern Herrmann
Author URI: https://spektrume.de/
Description: Custom Theme for Customers of Spektrum E
Version: 1.5.1.j
Template: genesis
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: genesis-spekstart

1. HTML Reset & Normalize
2. General
3. Genesis 
4. Navigation
5. Header
6. Content
7. Footer
8.0 Modules
8.1 Plugins
8.2 WooCommerce
9. Specific pages
10. Print
 */
/* Colors */
/* jon colours */
/* 'Open Sans', serif; */
/* 'Open Sans', serif; */
/* 600 */
/* Breakpoints */
/* # Mixins
-----------------------------------------------------------------------*/
/* ### Media Queries */
/***  1. HTML Reset & Normalize ***/
/* HTML5 Reset / Normalize
---------------------------------------------------------------------------- */
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

main {
  display: block; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace,monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none; }

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: .35em .75em .625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

[hidden], template {
  display: none; }

/* stylelint-enable */
/* Box Sizing
--------------------------------------------- */
html {
  box-sizing: border-box; }

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

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

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

/***  2. General ***/
/* Defaults
---------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

body {
  animation: fadedload 1.2s;
  background-color: white;
  /*#fff;*/
  color: black;
  /*$grey-dark;*/
  font-family: "Roboto", sans serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.625;
  margin: 0;
  overflow-x: hidden; }
  @media (min-width: 512px) {
    body {
      font-size: 18px; } }
  @media (min-width: 768px) {
    body {
      font-size: 20px; } }

@keyframes fadedload {
  0% {
    opacity: 0; }
  33% {
    opacity: 0; }
  100% {
    opacity: 1; } }
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  transition: all 0.2s ease-in-out; }

a {
  color: #c30c06;
  text-decoration: none;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out; }

a:focus,
a:hover {
  color: #ee211c;
  text-decoration: none; }

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

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

li {
  list-style-type: none; }

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

hr {
  border: none;
  border-collapse: collapse;
  border-top: 1px solid #eee;
  clear: both;
  margin: 30px 0; }

b,
strong {
  font-weight: 600; }

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

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

blockquote {
  margin: 30px; }

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans serif;
  font-weight: 600;
  color: #c30c06;
  line-height: 1.2;
  margin: 0 0 20px; }

h1 {
  font-size: 2em; }
  @media (min-width: 512px) {
    h1 {
      font-size: 2.6em; } }

h2 {
  font-size: 1.6em; }

body .gb-block-post-grid header .gb-block-post-grid-title,
h3 {
  font-size: 1.15em; }
  @media (min-width: 768px) {
    body .gb-block-post-grid header .gb-block-post-grid-title,
    h3 {
      font-size: 1.3em; } }

h4 {
  font-size: 1.15em; }

h5 {
  font-size: 1.1em; }

h6 {
  font-size: 1em; }

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

img {
  height: auto; }

figure {
  margin: 0 auto; }
  @media (min-width: 600px) {
    figure {
      margin: 0; } }

figcaption {
  font-size: 16px;
  font-style: italic;
  text-align: center; }

/* Titles */
.entry-title a,
.sidebar .widget-title a {
  color: #333;
  text-decoration: none; }

.genesis-title-hidden .site-inner {
  padding-top: 0; }

/* Gallery */
/*
.gallery {
  overflow: hidden;
}

.gallery img {
  border: 1px solid #eee;
  height: auto;
  padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
  border: 1px solid #999;
  outline: none;
}

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

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

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

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

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

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

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

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

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

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

.gallery-item {
  float: left;
  margin: 0 0 30px;
  text-align: center;
}
*/
/* Forms */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  padding: 15px;
  width: 100%; }

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

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

::-ms-input-placeholder {
  color: #333;
  opacity: 1; }

:-ms-input-placeholder {
  color: #333;
  opacity: 1; }

::placeholder {
  color: #333;
  opacity: 1; }

.everest-forms button.button:not(.button-large), .everest-forms button[type=submit]
.contains-button > a,
.contains-button > a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button,
.site-container .wp-block-button__link,
body .woocommerce a.button {
  display: inline-block;
  background-color: #F24825;
  border: 0;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto; }
  .everest-forms button.button:not(.button-large):hover, .everest-forms button.button:not(.button-large):focus, .everest-forms button[type=submit]
  .contains-button > a:hover, .everest-forms button[type=submit]
  .contains-button > a:focus,
  .contains-button > a:hover,
  .contains-button > a:focus,
  button:hover,
  button:focus,
  input[type="button"]:hover,
  input[type="button"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  .site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
  .site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
  .site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
  .site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
  .button:hover,
  .button:focus,
  .site-container .wp-block-button__link:hover,
  .site-container .wp-block-button__link:focus,
  body .woocommerce a.button:hover,
  body .woocommerce a.button:focus {
    background-color: #FF6E50;
    border-width: 0;
    color: #fff; }

.button.inverse {
  background-color: #fff;
  color: #F24825;
  font-family: "Roboto", sans serif; }
  .button.inverse:hover, .button.inverse:focus {
    background-color: #fff;
    color: #FF6E50; }

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed; }

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

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

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

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

td {
  border-top: 1px solid #eee;
  padding: 10px; }

th {
  font-weight: 600;
  padding: 0 10px 10px; }

td:first-child,
th:first-child {
  padding-left: 0; }

td:last-child,
th:last-child {
  padding-right: 0; }

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

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #333;
  display: block;
  font-size: 1em;
  font-weight: 700;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.more-link {
  display: inline-block;
  position: relative;
  margin-bottom: 30px; }

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

.entry-content .search-form {
  margin-bottom: 40px;
  width: 50%; }

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
  margin-top: 10px; }

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

/* Custom Design Elements */
.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw); }

.feature-text {
  font-size: 1.3em;
  line-height: 2; }

.uppercase {
  text-transform: uppercase;
  letter-spacing: 0.13em; }

.color-white {
  color: #fff; }

.background-almost-white {
  background: #f5f5f5; }

.wp-block-image img {
  border: 1px solid #ccc;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1); }
  .wp-block-image img.unstyled, .unstyled-images .wp-block-image img {
    border: none;
    box-shadow: none; }

.boxed-content {
  padding: 1.5em 1.5em 0.5em 1.5em; }

.no-margin {
  margin: 0; }

.white-text-area * {
  color: #fff; }

/* Reduced margins and padding for Termin lists */
.terminbox div h6, .terminbox div p {
  margin-bottom: 0px; }
.terminbox div .uagb-column__inner-wrap {
  padding-top: 5px;
  padding-bottom: 5px; }

/* Genesis Blocks Post Grid Formatting */
.gb-block-post-grid .gb-block-post-grid-header .gb-block-post-grid-title a {
  color: #c30c06; }
.gb-block-post-grid .gb-block-post-grid-header .gb-block-post-grid-title a:hover {
  color: #c30c06;
  text-shadow: 0 0 1px #c30c06;
  text-decoration: none; }

a.gb-block-post-grid-more-link.gb-text-link {
  color: #c30c06; }

a:hover.gb-block-post-grid-more-link.gb-text-link {
  color: #ee211c;
  text-decoration: none; }

@media (max-width: 768px) {
  .uagb-column__inner-wrap figure {
    text-align: center; } }
/***  3. Genesis ***/
/* Genesis
--------------------------------------------- */
.after-entry,
.author-box {
  margin-bottom: 40px; }

.after-entry {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 20px 30px; }

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

.breadcrumb {
  border-bottom: 1px solid #eee;
  font-size: 16px;
  margin-bottom: 40px;
  padding-bottom: 10px; }

.genesis-title-hidden .breadcrumb {
  margin-top: 40px; }

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0; }

/* WordPress
--------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* 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: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

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

.widget p:last-child,
.widget ul > li:last-of-type {
  margin-bottom: 0; }

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

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

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

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

.widget_calendar table {
  width: 100%; }

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

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

.genesis-skip-link .skip-link-hidden {
  display: none;
  visibility: hidden; }

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

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

/* Entry Content
--------------------------------------------- */
.entry {
  margin-bottom: 40px; }

.entry-content ol,
.entry-content ul {
  margin-bottom: 30px;
  padding-left: 40px; }

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

/*
.entry-content ul > li {
  list-style-type: disc;
}*/
.entry-content ol ul > li,
.entry-content ul ul > li {
  list-style-type: circle; }

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

.entry-content code {
  background-color: #f5f5f5; }

.content .sticky {
  background-color: #f5f5f5;
  padding: 30px; }

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

.entry-header .entry-meta {
  margin-bottom: 20px; }

.entry-footer .entry-meta {
  border-top: 1px solid #eee;
  padding-top: 20px; }

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

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

/* Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 60px 0; }

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

.archive-pagination li {
  display: inline; }

.archive-pagination li a {
  background-color: #f5f5f5;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  padding: 8px 12px;
  text-decoration: none; }

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
  background-color: #333;
  color: #fff; }

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

.comment-list li {
  padding: 40px 0 0 30px; }

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

.comment-header {
  margin-bottom: 30px; }

.comment-content {
  clear: both; }

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

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

.comment-respond label {
  display: block;
  margin-right: 12px; }

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

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

.comment-form-cookies-consent label {
  display: inline;
  padding-left: 10px; }

/* Sidebar
---------------------------------------------------------------------------- */
.sidebar {
  font-size: 16px;
  line-height: 1.5; }

.sidebar .widget {
  margin-bottom: 40px; }

.sidebar p {
  margin-bottom: 20px; }

/* Column Classes
--------------------------------------------- */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564102564102564%; }

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

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

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

.one-fourth {
  width: 23.076923076923077%; }

.three-fourths {
  width: 74.35897435897436%; }

.one-sixth {
  width: 14.52991452991453%; }

.five-sixths {
  width: 82.90598290598291%; }

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

/***  4. Navigation ***/
/* Site Navigation
---------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  line-height: 1.3;
  width: 100%; }
  .genesis-nav-menu .menu-item {
    display: block;
    float: none;
    position: relative; }
  .genesis-nav-menu a {
    color: #333;
    display: block;
    font-size: 15px;
    font-weight: 400;
    outline-offset: -1px;
    padding-bottom: 12px;
    padding-top: 12px;
    text-decoration: none; }

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #F24825;
  text-decoration: none; }

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
  width: 100%; }

.genesis-nav-menu .sub-menu {
  clear: both;
  display: none;
  left: -9999px;
  margin: 0;
  opacity: 1;
  position: static;
  z-index: 99; }

.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  font-size: 14px;
  position: relative;
  word-wrap: break-word; }

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
  position: relative; }

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

/* Responsive Menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static; }

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1;
  left: calc(50% - 100px); }

.genesis-responsive-menu {
  display: none;
  position: relative; }

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
  display: none; }

.menu-toggle {
  color: #333; }

.sub-menu-toggle {
  color: #c30c06; }
  @media (min-width: 768px) {
    .sub-menu-toggle .sub-menu-toggle {
      color: #333; } }

.menu-toggle,
.sub-menu-toggle {
  background-color: transparent;
  color: #c30c06;
  border-width: 0;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  visibility: visible; }

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
  background-color: transparent;
  border-width: 0;
  color: #F24825; }

.shrink .menu-toggle {
  top: 4px; }

.menu-toggle {
  line-height: 10px;
  padding: 10px 0;
  z-index: 1000;
  right: 20px;
  position: absolute;
  top: 27px;
  /*13px;*/ }
  .menu-toggle::before {
    width: 20px;
    height: 20px;
    font-size: 20px; }

.menu-toggle.activated::before {
  content: "\f335"; }

.sub-menu-toggle {
  float: right;
  padding: 9px 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100; }

.sub-menu .sub-menu-toggle {
  padding: 12px 10px; }

.sub-menu-toggle::before {
  display: inline-block;
  text-rendering: auto;
  transform: rotate(0);
  transition: transform 0.25s ease-in-out; }

.sub-menu-toggle.activated::before {
  transform: rotate(180deg); }

@media (min-width: 768px) {
  .genesis-nav-menu .menu-item {
    display: inline-block; }

  .genesis-nav-menu .menu-item:focus,
  .genesis-nav-menu .menu-item:hover {
    position: relative; }

  .genesis-nav-menu > .menu-bold > a {
    font-weight: 700; }

  .genesis-nav-menu > .menu-highlight > a {
    background-color: #333;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    margin-left: 15px;
    padding-left: 20px;
    padding-right: 20px; }

  .genesis-nav-menu > .menu-highlight > a:focus,
  .genesis-nav-menu > .menu-highlight > a:hover {
    background-color: #0073e5; }

  .genesis-nav-menu .sub-menu,
  .genesis-nav-menu .sub-menu a {
    width: 210px; }

  .genesis-nav-menu .sub-menu {
    border-top: 1px solid #eee;
    opacity: 0;
    padding-left: 0;
    position: absolute;
    transition: opacity 0.4s ease-in-out; }

  .genesis-nav-menu .sub-menu a {
    border: 1px solid #eee;
    border-top: 0;
    padding-bottom: 15px;
    padding-top: 15px; }

  .genesis-nav-menu .sub-menu .sub-menu {
    margin: -46px 0 0 179px; }

  /* Responsive Menu
  --------------------------------------------- */
  .genesis-responsive-menu {
    display: block;
    padding-top: 15px; }

  .menu-toggle,
  .sub-menu-toggle {
    display: none;
    visibility: hidden; } }
/* Header Menu
--------------------------------------------- */
.nav-primary {
  padding: 0; }
  .nav-primary .wrap {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center; }
    .nav-primary .wrap .genesis-nav-menu {
      flex-direction: row;
      justify-content: space-between; }
      @media (min-width: 768px) {
        .nav-primary .wrap .genesis-nav-menu {
          display: flex; } }
      .nav-primary .wrap .genesis-nav-menu li {
        margin: 0 auto; }
      .nav-primary .wrap .genesis-nav-menu a {
        color: #c30c06;
        /*$black;*/
        font-weight: 400;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 18px;
        /* 14px; */
        text-transform: uppercase;
        letter-spacing: 0.5px;
        transition: all 300ms; }
        @media (min-width: 1024px) {
          .nav-primary .wrap .genesis-nav-menu a {
            padding-left: 15px;
            padding-right: 15px; } }
        .nav-primary .wrap .genesis-nav-menu a:hover, .nav-primary .wrap .genesis-nav-menu a:focus {
          color: #ee211c;
          text-shadow: 0 0 1px #ee211c; }
        .nav-primary .wrap .genesis-nav-menu a::after {
          transition: transform .3s ease-out,border-color .3s ease-out;
          position: absolute;
          display: block;
          bottom: -6px;
          left: 16px;
          width: calc(100% - 32px);
          transform: scaleX(0);
          content: '';
          padding-bottom: inherit;
          border-top: 2px solid #ee211c; }
        .nav-primary .wrap .genesis-nav-menu a:hover::after, .nav-primary .wrap .genesis-nav-menu a:focus::after {
          transform: scaleX(1);
          backface-visibility: hidden; }
      .nav-primary .wrap .genesis-nav-menu .current-menu-item a {
        color: #ee211c;
        text-shadow: 0 0 1px #ee211c; }
      .nav-primary .wrap .genesis-nav-menu .current-menu-item .sub-menu a {
        color: #c30c06;
        text-shadow: none;
        text-decoration: none; }
      .nav-primary .wrap .genesis-nav-menu .current-page-parent a {
        color: #ee211c;
        text-shadow: 0 0 1px #ee211c; }
      .nav-primary .wrap .genesis-nav-menu .current-menu-item > a::after,
      .nav-primary .wrap .genesis-nav-menu .current-page-parent > a::after {
        transform: scaleX(1);
        backface-visibility: hidden; }
      .nav-primary .wrap .genesis-nav-menu .sub-menu a {
        color: #c30c06;
        /*$black;*/ }
        .nav-primary .wrap .genesis-nav-menu .sub-menu a:hover, .nav-primary .wrap .genesis-nav-menu .sub-menu a:focus {
          color: #ee211c;
          text-shadow: 0 0 1px #ee211c; }

/* Footer Menu
--------------------------------------------- */
.nav-secondary {
  margin-top: 10px; }

.nav-secondary .genesis-nav-menu {
  line-height: 1.5; }

.nav-secondary .menu-item {
  display: inline-block; }

.nav-secondary a {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0; }

/***  5. Header ***/
.site-header {
  position: fixed;
  top: 0;
  background-color: white;
  /*#fff;*/
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 0;
  width: 100%;
  transition: position 0ms, transform 300ms;
  z-index: 9999; }
  @media (min-width: 1024px) {
    .site-header {
      /*position: -webkit-sticky;
      position: sticky;*/
      top: 0;
      z-index: 9999; }
      .admin-bar .site-header {
        top: 32px; } }
  .site-header > .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 1200px;
    max-width: 100%; }
    @media (min-width: 1024px) {
      .site-header > .wrap {
        justify-content: space-between; } }
    .site-header > .wrap::before, .site-header > .wrap::after {
      width: 100%; }
  .site-header .title-area {
    padding-bottom: 25px;
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
    float: none;
    position: relative;
    z-index: 1;
    width: 100%;
    font-size: 0;
    transition: 300ms; }
  .site-header.shrink .title-area {
    padding-bottom: 10px;
    padding-top: 10px;
    max-width: 200px !important; }
  .admin-bar .site-header.shrink {
    top: 30px; }
  @media (min-width: 1360px) {
    .site-header {
      /*.menu-toggle{
        top: 0;
        right: 0;
        left: 0;
        z-index: 50;
        width: 100%;
        padding-top: 10px;
        margin: 0;
        box-sizing: border-box;
        background: $white;
        box-shadow: 0 5px 5px rgba(0,0,0,0.1);
      }*/ } }

/* Title Area
--------------------------------------------- */
.wp-custom-logo .title-area img {
  width: 80%; }
  @media (min-width: 512px) {
    .wp-custom-logo .title-area img {
      width: auto; } }

.site-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0; }

.site-title a,
.site-title a:focus,
.site-title a:hover {
  color: #333;
  text-decoration: none; }

.site-description,
.wp-custom-logo .site-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

/* Header Widget Area */
.header-widget-area {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px;
  width: 100%; }
  @media (max-width: 511px) {
    .header-widget-area {
      max-width: 33%;
      padding-left: 15px; } }
  .header-widget-area .simple-social-icons {
    display: none; }
    @media (min-width: 768px) {
      .header-widget-area .simple-social-icons {
        display: block; } }
  .header-widget-area .widget_icl_lang_sel_widget {
    position: absolute;
    top: 20px;
    margin-top: 0; }
    @media (min-width: 768px) {
      .header-widget-area .widget_icl_lang_sel_widget {
        margin-top: 0;
        position: relative; } }

/***  6. Content ***/
.site-container {
  word-wrap: break-word; }

.site-inner {
  clear: both;
  margin: 0 auto;
  padding: 0 15px 0;
  max-width: 1200px; }
  .genesis-singular-image-visible .site-inner {
    padding-top: 0;
    /*
        .entry-content::before{
            content: '';
            display: block;
            position: absolute;
            left: calc(50% - 1px);
            top: -20px;
            height: 20px;
            width: 2px;
            background: $almost-black;
    
        }*/ }
    .genesis-singular-image-visible .site-inner .singular-image.entry-image {
      display: block;
      margin: 20px auto 60px;
      position: relative; }
  .full-width .site-inner {
    width: 100%;
    max-width: 100%; }

.header-wrap {
  margin-top: 150px;
  padding-top: 30px;
  padding-bottom: 30px;
  background: white;
  /**/ }
  .header-wrap .entry-header h1 {
    display: inline-block;
    /* border-bottom: 6px solid $color; */
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 0;
    color: #c30c06; }
  .header-wrap .entry-header {
    max-width: 1200px;
    margin: 0 auto; }

.after-entry,
.author-box,
.comment-respond,
.entry,
.entry-comments,
.entry-pings {
  margin-bottom: 60px; }
  .no-margin-bottom .after-entry, .no-margin-bottom
  .author-box, .no-margin-bottom
  .comment-respond, .no-margin-bottom
  .entry, .no-margin-bottom
  .entry-comments, .no-margin-bottom
  .entry-pings {
    margin-bottom: 0; }

.blog .content .entry {
  padding-bottom: 30px;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 30px; }
  .blog .content .entry .entry-content p {
    margin-bottom: 0; }
.blog .content .entry-image-link {
  position: relative;
  float: left;
  margin-right: 20px;
  line-height: 0; }
  @media (min-width: 768px) {
    .blog .content .entry-image-link img {
      float: none;
      border: 4px solid #F24825;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); } }
  .blog .content .entry-image-link::before {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 40px);
    height: 100%;
    left: 20px;
    top: 0;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    pointer-events: none; }
  .blog .content .entry-image-link::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: calc(100% - 40px);
    left: 0;
    top: 20px;
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
    pointer-events: none; }

/***  7. Footer ***/
/* Site Footer
---------------------------------------------------------------------------- */
.site-footer {
  background-color: #c30c06;
  color: #ccc;
  border-top: 1px solid #eee;
  font-size: 15px;
  line-height: 1.5;
  padding: 30px;
  text-align: center; }
  .site-footer a {
    color: #ccc; }
  .site-footer > .wrap {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    max-width: 100%; }
  .site-footer p {
    margin-bottom: 0; }

/***  8.0 Modules ***/
/* Side-Buttons */
.side-buttons-container {
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 1000; }

.side-buttons {
  position: absolute;
  left: calc(100% - 48px);
  transition: all 600ms;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
  border: 1px solid yellow;
  /*... $color;*/
  box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.5);
  background: #F24825; }
  .side-buttons a {
    display: flex;
    align-items: center;
    padding: 8px 10px 8px 12px;
    border-bottom: 1px solid rgba(119, 119, 119, 0.4);
    text-decoration: none;
    white-space: nowrap;
    color: hotpink;
    /*$white;*/
    background: limegreen;
    /*$color;*/
    font-size: 18px;
    line-height: 24px; }
    .side-buttons a:hover, .side-buttons a:focus {
      background: hotpink;
      /*$color-light;*/ }
    .side-buttons a i {
      margin-right: 12px;
      width: 24px;
      height: 24px;
      font-size: 0; }
      .side-buttons a i svg {
        width: 24px;
        height: 24px;
        margin-top: -1px;
        vertical-align: middle;
        fill: hotpink;
        /*$white;*/ }
  .side-buttons .side-button:first-of-type a {
    padding-top: 12px; }
  .side-buttons .side-button:last-of-type a {
    padding-bottom: 12px;
    border-bottom: none; }

.side-buttons:hover,
.side-buttons:focus,
.side-buttons.opened {
  left: 0; }

.side-buttons a:focus {
  outline: none; }

.side-buttons .side-button {
  cursor: pointer;
  transition: all 300ms; }

.contact-icon {
  width: 30px;
  display: inline-block;
  margin-right: 5px; }
  .contact-icon svg {
    width: 20px;
    height: 20px;
    margin-top: -1px;
    vertical-align: middle;
    fill: #F24825; }

/* Animations */
.jsloaded .anispek {
  transition: all 0s; }
  .jsloaded .anispek.fade-in {
    opacity: 0; }
  .jsloaded .anispek.fade-in-left {
    transform: translateX(100px);
    opacity: 0; }
  .jsloaded .anispek.fade-in-right {
    transform: translateX(-100px);
    opacity: 0; }
  .jsloaded .anispek.fade-in-up {
    transform: translateY(50px);
    opacity: 0; }
  .jsloaded .anispek.anispek-fired {
    transition: all 1s ease-in-out 0s;
    transform: translateX(0);
    opacity: 1; }
    .jsloaded .anispek.anispek-fired.delay1 {
      transition-delay: 1s; }

/***  8.1 Plugins ***/
/* Changing Background Images*/
.spekov-slider-container {
  width: 100%;
  height: calc(100vh - 158px);
  position: relative; }
  .spekov-slider-container .hero-content-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    z-index: 1;
    height: 100%;
    padding: 20px; }
    .spekov-slider-container .hero-content-wrap .hero-content {
      position: relative;
      z-index: 10;
      color: #fff;
      width: 800px;
      max-width: 100%; }
      .spekov-slider-container .hero-content-wrap .hero-content h1 {
        color: #fff; }
  .spekov-slider-container:after,
  .spekov-slider-container .spekov-background-slide {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .spekov-slider-container:after {
    content: "";
    z-index: 2;
    background: rgba(0, 0, 0, 0.4); }
  .spekov-slider-container .spekov-background-slide {
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .spekov-slider-container .spekov-background-slide:not(:nth-of-type(1)) {
    display: none; }

/* Featured Posts*/
.widget_featured-post {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  .panel-grid-cell .widget_featured-post.so-panel, .panel-grid-cell .widget_featured-post.so-panel {
    flex-wrap: wrap; }
  .panel-grid-cell .widget_featured-post.so-panel::before, .panel-grid-cell .widget_featured-post.so-panel::after {
    width: 100%; }
  .widget_featured-post article.post {
    width: 100%;
    margin: 0 auto 20px;
    background: #f5f5f5; }
    @media (min-width: 512px) {
      .widget_featured-post article.post {
        width: 33%; } }
    .widget_featured-post article.post img {
      border: 1px solid #eee; }
    .widget_featured-post article.post h4.entry-title {
      font-size: 1.4em;
      padding: 15px 10px 5px;
      margin: 0; }
      .widget_featured-post article.post h4.entry-title a:focus,
      .widget_featured-post article.post h4.entry-title a:hover {
        color: #F24825; }
    .widget_featured-post article.post .entry-meta,
    .widget_featured-post article.post .entry-content {
      padding: 5px 10px; }

/* Everest Forms */
.everest-forms button.button:not(.button-large),
.everest-forms button[type=submit] {
  background: #F24825;
  transition: all 300ms; }
  .everest-forms button.button:not(.button-large):hover, .everest-forms button.button:not(.button-large):focus,
  .everest-forms button[type=submit]:hover,
  .everest-forms button[type=submit]:focus {
    background: #FF6E50; }

body .everest-forms input:focus,
body.everest-forms textarea:focus {
  border-color: #F24825; }

body .everest-forms .evf-container {
  margin-bottom: 10px; }
body .everest-forms .StripeElement,
body .everest-forms canvas.evf-signature-canvas,
body .everest-forms input[type=date],
body .everest-forms input[type=datetime-local],
body .everest-forms input[type=email],
body .everest-forms input[type=file],
body .everest-forms input[type=image],
body .everest-forms input[type=month],
body .everest-forms input[type=number],
body .everest-forms input[type=password],
body .everest-forms input[type=range],
body .everest-forms input[type=search],
body .everest-forms input[type=tel],
body .everest-forms input[type=text],
body .everest-forms input[type=time],
body .everest-forms input[type=url],
body .everest-forms input[type=week],
body .everest-forms select,
body .everest-forms textarea {
  padding: 16px 24px;
  color: #F24825; }
body .everest-forms input:focus,
body .everest-forms textarea:focus {
  border-color: #FF6E50; }
body .everest-forms label {
  margin-bottom: 4px; }

/***  8.2 WooCommerce ***/
body.woocommerce div.product h1.product_title {
  border-bottom: none; }
body.woocommerce div.product p.price {
  color: #000;
  font-size: 2em; }
body.woocommerce #respond input#submit.alt,
body.woocommerce a.button.alt,
body.woocommerce button.button.alt,
body.woocommerce input.button.alt {
  background-color: #000; }
  body.woocommerce #respond input#submit.alt:hover, body.woocommerce #respond input#submit.alt:focus,
  body.woocommerce a.button.alt:hover,
  body.woocommerce a.button.alt:focus,
  body.woocommerce button.button.alt:hover,
  body.woocommerce button.button.alt:focus,
  body.woocommerce input.button.alt:hover,
  body.woocommerce input.button.alt:focus {
    background-color: #F24825; }
body.woocommerce #respond input#submit,
body.woocommerce a.button,
body.woocommerce button.button,
body.woocommerce input.button {
  border-radius: 0; }

body .wc-block-grid__product-rating .star-rating span:before {
  color: #F24825; }

.cart-button {
  width: 40px;
  height: 40px;
  padding: 5px;
  transform: rotate(45deg);
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 500;
  background: #000; }
  .cart-button a {
    width: 30px;
    height: 30px;
    display: block;
    transform: rotate(-45deg); }
    .cart-button a:focus {
      outline: none; }
    .cart-button a svg {
      fill: #fff; }

.woocommerce.add_to_cart_inline {
  text-align: center;
  display: flex;
  flex-direction: column;
  max-width: 250px;
  margin: 0 auto; }
  .woocommerce.add_to_cart_inline > span,
  .woocommerce.add_to_cart_inline a.button {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px; }
  .woocommerce.add_to_cart_inline .woocommerce-Price-amount {
    font-size: 1.2em;
    font-weight: 600; }

/***  9. Specific pages ***/
.home .site-inner {
  padding-top: 100px; }

/***  10. Print ***/
/* Print Styles
---------------------------------------------------------------------------- */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    box-shadow: none !important;
    color: #333 !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]::after {
    content: " (" attr(href) ")"; }

  abbr[title]::after {
    content: " (" attr(title) ")"; }

  a[href^="javascript:"]::after,
  a[href^="#"]::after,
  .site-title > a::after {
    content: ""; }

  thead {
    display: table-header-group; }

  img,
  tr {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 2cm 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid; }

  .content,
  .content-sidebar {
    width: 100%; }

  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar {
    display: none !important; }

  .title-area {
    text-align: center;
    width: 100%; }

  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0; }

  .site-inner {
    padding-top: 0;
    position: relative; }

  .author-box {
    margin-bottom: 0; }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3; }

  img {
    page-break-after: avoid;
    page-break-inside: avoid; }

  blockquote,
  pre,
  table {
    page-break-inside: avoid; }

  dl,
  ol,
  ul {
    page-break-before: avoid; } }

/*# sourceMappingURL=style.css.map */

.gb-block-post-grid-text{
	transition: 300ms;
	padding: 10px 5px 10px 10px;
}

.gb-block-post-grid-text:hover{
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
