@charset "UTF-8";
/*
Theme Name: pH Plex Relaunch
Theme URI: https://spektrume.de/
Author: Joern Herrmann
Author URI: https://spektrume.de/
Description: Custom theme for pH Plex
Version: 2.0.27
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. Genesis
3. General
3.1 Design Elements
4. Navigation
5. Header
6. Content
7. Footer
8.0 Modules
8.1 Plugins
8.2 WooCommerce
9. Specific pages
10. Print
 */
/* Colors */
/*$color-green: #7ee586;
$color-green-light: #d5ffea;
$color-green-cool: #7cf6df;*/
/* 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: 0.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: -0.25em;
}

sup {
  top: -0.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: 0.35em 0.75em 0.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. Genesis ***/
/*
* Genesis
* --------------------------------------------- */
.breadcrumb {
  border-bottom: 1px solid #eee;
  font-size: 16px;
  margin-bottom: 40px;
  padding-bottom: 10px;
}

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

/* Accessibility */
.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. */
}

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

:focus {
  outline: #bbb dotted 1px;
}

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

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

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

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

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

body {
  animation: fadedload 1.2s;
  background-color: #fff;
  color: #5E5E5E;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  margin: 0;
  overflow-x: hidden;
}
@media (min-width: 512px) {
  body {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
}

@keyframes fadedload {
  0% {
    opacity: 0;
  }
  67% {
    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;
  line-height: 1.625;
}

a {
  color: #3D4543;
  text-decoration: underline;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

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

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

ol,
ul {
  margin: 0;
  padding: 0;
}
.entry-content ol, .plex-popup ol,
.entry-content ul,
.plex-popup ul {
  padding-left: 20px;
}

.site-header li,
.footer-widgets li {
  list-style-type: none;
}

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: "Mulish", serif;
  font-weight: 300;
  color: #3D4543;
  line-height: 1.2;
  margin: 0 0 20px;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: 800;
}

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

h2 {
  font-size: 2.6em;
}

h3 {
  font-size: 2em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.3em;
}

h6 {
  font-size: 1.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;
  }
}
figure figcaption {
  text-align: center;
}

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

.genesis-title-hidden .site-inner {
  padding-top: 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;
}

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

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

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

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

/* Buttons */
/*.everest-forms button.button:not(.button-large), .everest-forms button[type=submit],*/
.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: #3D4543;
  border: 1px solid #3D4543;
  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;
}
.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: transparent;
  color: #3D4543;
  border-color: #3D4543;
}
.contains-button > a.small-button,
button.small-button,
input[type=button].small-button,
input[type=reset].small-button,
input[type=submit].small-button,
.site-container div.wpforms-container-full .wpforms-form input[type=submit].small-button,
.site-container div.wpforms-container-full .wpforms-form button[type=submit].small-button,
.button.small-button,
.site-container .wp-block-button__link.small-button,
body .woocommerce a.button.small-button {
  border-radius: 4px;
  padding: 2px 8px;
}
.contains-button > a.inverse,
button.inverse,
input[type=button].inverse,
input[type=reset].inverse,
input[type=submit].inverse,
.site-container div.wpforms-container-full .wpforms-form input[type=submit].inverse,
.site-container div.wpforms-container-full .wpforms-form button[type=submit].inverse,
.button.inverse,
.site-container .wp-block-button__link.inverse,
body .woocommerce a.button.inverse {
  background-color: #fff;
  color: #3D4543;
  font-family: "Mulish", sans-serif;
}
.contains-button > a.inverse:hover, .contains-button > a.inverse:focus,
button.inverse:hover,
button.inverse:focus,
input[type=button].inverse:hover,
input[type=button].inverse:focus,
input[type=reset].inverse:hover,
input[type=reset].inverse:focus,
input[type=submit].inverse:hover,
input[type=submit].inverse:focus,
.site-container div.wpforms-container-full .wpforms-form input[type=submit].inverse:hover,
.site-container div.wpforms-container-full .wpforms-form input[type=submit].inverse:focus,
.site-container div.wpforms-container-full .wpforms-form button[type=submit].inverse:hover,
.site-container div.wpforms-container-full .wpforms-form button[type=submit].inverse:focus,
.button.inverse:hover,
.button.inverse:focus,
.site-container .wp-block-button__link.inverse:hover,
.site-container .wp-block-button__link.inverse:focus,
body .woocommerce a.button.inverse:hover,
body .woocommerce a.button.inverse:focus {
  background-color: #fff;
  color: #49484B;
}

.contains-button.button-outline a {
  border-color: #3D4543;
  background: transparent;
  color: #3D4543;
}
.contains-button.button-outline a:hover, .contains-button.button-outline a:focus {
  color: #fff;
  background: #3D4543;
}

.contains-button.button-outline.button-inverse a {
  color: #fff;
}
.contains-button.button-outline.button-inverse a:hover, .contains-button.button-outline.button-inverse a:focus {
  background: #fff;
  color: #3D4543;
}

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

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

/* Icons */
.spekicon {
  position: relative;
  display: inline-block;
  top: -1px;
  width: 20px;
  margin-right: 6px;
}
.spekicon svg {
  width: 20px;
  height: 20px;
  margin-top: -1px;
  vertical-align: middle;
  color: #3D4543;
}
.button .spekicon svg {
  color: #fff;
}

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

.alignfull > .wp-block-group__inner-container {
  width: 1240px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.no-margin {
  margin: 0 !important;
}

.no-margin > figure {
  margin-bottom: 0 !important;
}

.smaller-margin-bottom {
  margin-bottom: 10px;
}

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

.bordered {
  border: 1px solid #3D4543;
}

.bordered-inside > * {
  border: 1px solid #3D4543;
}

.bordered-green-column {
  border: 4px solid #8E8E8E;
}

.justified {
  text-align: justify;
}

.color-white {
  color: #fff;
}

.extra-large {
  font-size: 2em;
}

.font-size-larger {
  font-size: 1.25em;
}

.font-size-smaller {
  font-size: 0.8em;
}

p.font-size-smaller {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .one-tenth {
    width: 10%;
  }

  .two-tenths {
    width: 20%;
  }

  .three-tenths {
    width: 30%;
  }

  .one-third {
    width: 32%;
  }

  .four-tenths {
    width: 40%;
  }

  .half, .five-tenths {
    width: 48.5%;
  }

  .six-tenths {
    width: 60%;
  }

  .two-thirds {
    width: 65%;
  }

  .seven-tenths {
    width: 70%;
  }

  .eight-tenths {
    width: 80%;
  }

  .nine-tenths {
    width: 90%;
  }
}
.color-green {
  color: #636363;
}

.color-color {
  color: #3D4543;
}

.color-grey {
  color: #3D4543;
}

.color-white {
  color: #fff;
}

.shadowed {
  text-shadow: 1px 1px 0 #000;
}

.underlined {
  text-decoration: underline;
}

.thin-border {
  border: 1px solid #3D4543;
}

.thick-border {
  border: 4px solid #3D4543;
}
.thick-border.wp-block-video {
  font-size: 0;
}

.tight-border {
  padding: 4px;
  border: 1px solid #3D4543;
}

.padded-border {
  padding: 16px;
  border: 1px solid #3D4543;
}

.border-green {
  border-color: #636363 !important;
}

.border-white {
  border-color: #fff !important;
}

.padded {
  padding: 10px;
}

.fw-light{ font-weight: 300; }
.fw-semi-bold {
  font-weight: 600;
}

.bold-is-extra strong,
.fw-black {
  font-weight: 800;
}

.text-shadow {
  text-shadow: 1px 1px 0 black, -1px 1px 0 black, 1px -1px 0 black, -1px -1px 0 black;
}

.text-shadow-white {
  text-shadow: 1px 1px 0 white, -1px 1px 0 white, 1px -1px 0 white, -1px -1px 0 white;
}

a.white-link {
  color: #fff;
  text-decoration: none;
}
a.white-link:hover, a.white-link:focus {
  color: #fff;
  text-decoration: none;
}

.bw-image {
  filter: grayscale(1);
}

.overflow-hidden {
  overflow: hidden;
}

.padding-sides-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.inline-centered {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.font-0-fix {
  font-size: 0;
}

.video-hide-full-screen video::-webkit-media-controls-fullscreen-button {
  display: none;
}

.center-inline-block {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 600px) {
  .max-600 {
    max-width: 600px;
  }

  .max-500 {
    max-width: 500px;
  }

  .max-400 {
    max-width: 400px;
  }
}
.big-first-letter:first-letter {
  font-size: 4em;
  line-height: 0.7;
  vertical-align: baseline;
  float: left;
  margin-top: 0.1em;
  font-weight: 800;
  color: #000;
}

.big-first-letter.letter-move-up:first-letter {
  margin-top: -0.15em;
}

.size-24 {
  font-size: 20px;
}
@media (min-width: 1240px) {
  .size-24 {
    font-size: 24px;
  }
}

.size-40 {
  font-size: 26px;
}
@media (min-width: 768px) {
  .size-40 {
    font-size: 32px;
  }
}
@media (min-width: 1240px) {
  .size-40 {
    font-size: 40px;
  }
}

.size-60 {
  font-size: 30px;
}
@media (min-width: 768px) {
  .size-60 {
    font-size: 40px;
  }
}
@media (min-width: 1240px) {
  .size-60 {
    font-size: 60px;
  }
}

.size-65 {
  font-size: 35px;
}
@media (min-width: 768px) {
  .size-65 {
    font-size: 45px;
  }
}
@media (min-width: 1240px) {
  .size-65 {
    font-size: 65px;
  }
}

.size-80 {
  font-size: 30px;
}
@media (min-width: 512px) {
  .size-80 {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .size-80 {
    font-size: 60px;
  }
}
@media (min-width: 1240px) {
  .size-80 {
    font-size: 80px;
  }
}

.size-100 {
  font-size: 40px;
}
@media (min-width: 512px) {
  .size-100 {
    font-size: 48px;
  }
}
@media (min-width: 768px) {
  .size-100 {
    font-size: 70px;
  }
}
@media (min-width: 1240px) {
  .size-100 {
    font-size: 100px;
  }
}

@media (max-width: 767px) {
  .white-bg-on-mobile {
    background: rgba(255, 255, 255, 0.8);
  }

  .wp-block-genesis-blocks-gb-column.black-overlay-on-mobile .gb-block-layout-column-inner {
    background: rgba(0, 0, 0, 0.6);
  }

  .margin-top-on-mobile {
    margin-top: 20px !important;
  }

  .center-on-mobile {
    text-align: center !important;
  }

  .center-box-on-mobile {
    margin-left: auto;
    margin-right: auto;
  }
}
.boxed-group {
  border: 1px solid #3D4543;
  margin-bottom: 20px;
  padding: 10px 20px;
  text-align: center;
}
.boxed-group p {
  margin-bottom: 0;
}
.boxed-group .wp-block-image {
  margin: 20px auto;
}

.boxed-content {
  border: 1px solid #3D4543;
  padding: 12px 20px;
  background-color: rgba(255, 255, 255, 0.8);
}
.boxed-content.white {
  border-color: #fff;
  background: transparent;
  color: #fff;
}

.caption-on-hover figure {
  position: relative;
}
.caption-on-hover figure figcaption {
  position: absolute;
  top: calc(50% - 0.5em);
  width: 100%;
  border: 1px solid #3D4543;
  padding: 12px 24px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #fff;
  line-height: 1em;
  opacity: 0;
  transition: opacity 300ms;
}
.caption-on-hover:hover figure figcaption, .caption-on-hover:focus figure figcaption {
  opacity: 1;
}

.animate-up-on-hover {
  transition: 300ms;
}
.animate-up-on-hover:hover, .animate-up-on-hover:focus {
  transform: translateY(-5px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
}

.column-background-aspect-50,
.column-background-aspect-67 {
  position: relative;
  padding-bottom: 67%;
}
.column-background-aspect-50 .gb-block-layout-column-inner,
.column-background-aspect-67 .gb-block-layout-column-inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.column-background-aspect-67 {
  padding-bottom: 50%;
}

.column-background-aspect-50 {
  padding-bottom: 50%;
}

@media (min-width: 768px) {
  .column-100vh {
    min-height: calc(100vh - 66px);
  }
}

.background-column-image .gb-block-layout-column-inner {
  height: 100%;
}

.fix-align-center {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.column-higher-z .gb-block-layout-column-inner {
  z-index: 10;
}

@media (max-width: 767px) {
  .column-pull-right {
    margin-right: -15px;
    margin-left: -15px;
    width: calc(100% + 30px) !important;
  }
  .column-pull-right .gb-block-layout-column-inner {
    height: 100%;
  }

  .column-pull-left {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px) !important;
  }
  .column-pull-left .gb-block-layout-column-inner {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .column-pull-right {
    margin-right: -15px;
    width: calc(100% + 15px) !important;
  }
  .column-pull-right .gb-block-layout-column-inner {
    height: 100%;
  }

  .column-pull-left {
    margin-left: -15px;
    width: calc(100% + 15px) !important;
  }
  .column-pull-left .gb-block-layout-column-inner {
    height: 100%;
  }

  .absolute-heading .gb-block-layout-column-inner {
    z-index: 10;
    padding: calc(4.5em + 40px) 30px 0;
  }
  .absolute-heading .gb-block-layout-column-inner h1, .absolute-heading .gb-block-layout-column-inner h2, .absolute-heading .gb-block-layout-column-inner h3 {
    position: absolute;
    top: 40px;
  }
}
@media (min-width: 1024px) {
  .columns-img-text-overlap .gb-block-layout-column:first-of-type {
    position: relative;
    z-index: 100;
  }
  .columns-img-text-overlap .column-padded-left {
    padding-left: 115px;
  }
  .columns-img-text-overlap h2 {
    font-size: 65px;
    margin-left: -140px;
    margin-right: -140px;
  }
}
@media (min-width: 1240px) {
  .column-pull-right {
    width: auto !important;
    margin-right: calc(1240px / 2 - 50vw - 15px);
  }

  .column-pull-left {
    width: auto !important;
    margin-left: calc(1240px / 2 - 50vw - 15px);
  }
}
/* Standard Block Adjustments */
body .wp-block-video {
  position: relative;
  font-size: 0;
  cursor: pointer;
}
body .wp-block-video .phplex-video-controls {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0.5;
  transition: all 900ms ease;
}
body .wp-block-video .phplex-video-controls svg {
  width: 128px;
  height: 128px;
  fill: #fff !important;
}
body .wp-block-video .phplex-video-controls svg > * {
  fill: #fff !important;
  stroke: #fff !important;
}
body .wp-block-video.active-video .phplex-video-controls {
  opacity: 1 !important;
}
body .wp-block-video.playing .phplex-video-controls {
  opacity: 0;
}
body .wp-block-video.round video {
  border: 4px solid #000;
  border-radius: 100%;
  padding: 0;
}
body .wp-block-video.round .phplex-video-controls {
  border-radius: 100%;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
}
body .wp-block-video.video-green .phplex-video-controls svg {
  fill: #636363 !important;
}
body .wp-block-video.video-green .phplex-video-controls svg > * {
  fill: #636363 !important;
  stroke: #636363 !important;
}

/* Numbers */
.float-wrap-number {
  shape-margin: 20px;
  max-width: 65%;
  width: 60%;
}
.float-wrap-number img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  /*height: 350px;
  max-height: 100%;
  width: auto;*/
}
@media (min-width: 768px) {
  .float-wrap-number {
    width: auto;
    max-width: none;
    max-height: 350px;
  }
  .float-wrap-number img {
    width: auto;
    height: 350px;
  }
}
.float-wrap-number.no-wrap {
  shape-outside: none !important;
}

/***  4. Navigation ***/
/* Site Navigation
---------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  line-height: 1;
  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: #3D4543;
  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 {
  position: relative;
  background-color: #fff;
  font-size: 14px;
  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 {
  opacity: 1;
  left: calc(50% - 105px);
}

.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: #fff;
}
@media (min-width: 1240px) {
  .sub-menu-toggle .sub-menu-toggle {
    color: #333;
  }
}

.menu-toggle,
.sub-menu-toggle {
  background-color: transparent;
  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: #3D4543;
}

.menu-toggle {
  padding: 25px;
  margin: 0;
  line-height: 10px;
  z-index: 1000;
}
.menu-toggle::before {
  width: 20px;
  height: 20px;
  font-size: 20px;
}

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

.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;
  color: #3D4543;
}

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

@media (min-width: 1240px) {
  .genesis-nav-menu .menu-item {
    display: inline-block;
    position: relative;
  }
  .genesis-nav-menu .sub-menu {
    background: #eee;
    opacity: 0;
    padding-left: 0;
    position: absolute;
    transition: opacity 0.4s ease-in-out;
  }
  .genesis-nav-menu .sub-menu a {
    border-top: 0;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
    width: 210px;
  }

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

  .menu-toggle,
.sub-menu-toggle {
    display: none;
    visibility: hidden;
  }
}
/* Header Menu
--------------------------------------------- */
.nav-primary {
  position: absolute;
  top: calc(100% + 0px);
  right: 0;
  width: 240px;
  padding: 0;
  background: #fff;
  transition: 300ms;
}
@media (min-width: 1240px) {
  .nav-primary {
    position: static;
    width: auto;
  }
}
.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: 1240px) {
  .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: #323234;
  font-weight: 400;
  padding: 25px 15px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 300ms;
}
.nav-primary .wrap .genesis-nav-menu a:hover, .nav-primary .wrap .genesis-nav-menu a:focus {
  color: #5E5E5E;
}
.site-header.shrink .nav-primary .wrap .genesis-nav-menu a {
  padding-top: 20px;
  padding-bottom: 20px;
}
.nav-primary .wrap .genesis-nav-menu .sub-menu a {
  padding: 10px 15px;
  color: #3D4543;
  background: #f5f5f5;
}
.nav-primary .wrap .genesis-nav-menu .sub-menu a:hover, .nav-primary .wrap .genesis-nav-menu .sub-menu a:focus {
  color: #5E5E5E;
  background: #fff;
}
.nav-primary li.menu-item.shop-menu-item > ul.sub-menu {
  position: fixed;
  left: 0;
  right: 0;
  width: auto;
  padding-bottom: 20px;
}
.nav-primary li.menu-item.shop-menu-item > ul.sub-menu > li {
  width: 31%;
  margin: 0 1.16%;
  vertical-align: top;
  padding: 0 40px 20px;
}
@media (min-width: 1240px) {
  .nav-primary li.menu-item.shop-menu-item > ul.sub-menu > li {
    width: calc(0.31 * 1240px);
    margin: 0 calc(0.0116 * 1240px);
  }
}
.nav-primary li.menu-item.shop-menu-item > ul.sub-menu > li a {
  padding: 0;
  width: 100%;
  background: transparent;
}
.nav-primary li.menu-item.shop-menu-item > ul.sub-menu > li a:hover, .nav-primary li.menu-item.shop-menu-item > ul.sub-menu > li a:focus {
  background: transparent;
}
.nav-primary li.menu-item.shop-menu-item > ul.sub-menu > li p:first-of-type {
  margin-bottom: 0;
}
.nav-primary li.menu-item.shop-menu-item > ul.sub-menu > li strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.3em;
}
.nav-primary li.menu-item.shop-menu-item > ul.sub-menu > li img {
  margin-bottom: 0;
}
.nav-primary li.menu-item.shop-menu-item > ul.sub-menu > li.centered-button {
  width: auto;
  text-align: center;
}
.nav-primary li.menu-item.shop-menu-item > ul.sub-menu > li.centered-button a.button {
  display: inline-block;
  padding: 10px 18px !important;
  background: #3D4543;
  color: #fff;
  width: auto !important;
}
.nav-primary .dashicons-before:before {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

@media (max-width: 1239px) {
  .menu-toggle.activated {
    margin-right: -20px;
    top: 0;
    z-index: 20000;
    padding: 25px;
    background: #f5f5f5;
  }

  .nav-primary {
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10000;
    overflow-y: scroll;
    background: white;
    transition: 300ms ease-in-out;
  }
  .nav-primary .wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    padding-top: 10vh;
  }
  .nav-primary .wrap ul.menu-primary {
    width: 600px;
    max-width: 100%;
  }
  .nav-primary.menu-open {
    bottom: 0;
  }
  .admin-bar .nav-primary.menu-open {
    height: calc(100% - 32px);
  }
  .nav-primary > .wrap {
    width: 1240px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .nav-primary > .wrap .menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    margin-bottom: 8vh;
  }
  .nav-primary > .wrap .menu-header .custom-logo-link img {
    width: auto;
    height: 60px;
  }
  .nav-primary > .wrap .menu-header a.close-button {
    font-size: 20px;
    text-decoration: none;
    letter-spacing: 0.5px;
  }
  .nav-primary > .wrap .nav-primary > .wrap {
    max-width: 100%;
  }
  .nav-primary > .wrap .menu-primary.genesis-nav-menu {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .nav-primary > .wrap .menu-primary.genesis-nav-menu > li {
    margin: 0;
    text-align: left;
  }
  .nav-primary > .wrap .menu-primary.genesis-nav-menu > li a {
    font-size: 30px;
    color: #3D4543;
  }
  .nav-primary > .wrap .menu-primary.genesis-nav-menu > li a:hover, .nav-primary > .wrap .menu-primary.genesis-nav-menu > li a:focus {
    color: #5E5E5E;
  }
  .nav-primary > .wrap .menu-primary.genesis-nav-menu .sub-menu-toggle {
    padding: 25px;
    margin-right: 20px;
  }
  .nav-primary > .wrap .menu-primary.genesis-nav-menu .sub-menu {
    position: static;
    width: 100%;
    font-size: 18px;
  }
  .nav-primary > .wrap .menu-primary.genesis-nav-menu .sub-menu li {
    width: 100%;
  }
  .nav-primary > .wrap .menu-primary.genesis-nav-menu .sub-menu a {
    font-size: 3vh;
    width: 100%;
  TUTEJ
  }

  .dashicons-before:before {
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
}
/***  5. Header ***/
/*
* Site Header
* --------------------------------------------- */
.site-header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  padding: 0 20px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  transition: 300ms;
}
.admin-bar .site-header {
  top: 32px;
}
.site-header.shrink {
  padding: 0 20px;
}
.site-header > .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 1240px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.site-header > .wrap::before, .site-header > .wrap::after {
  width: 100%;
}

/* Title Area */
.title-area {
  padding-bottom: 25px;
  padding-top: 25px;
  float: none;
  position: relative;
  z-index: 1;
  transition: 300ms;
}
.wp-custom-logo .title-area {
  padding: 0 0 0 15px;
  font-size: 0;
}
.wp-custom-logo .title-area img {
  height: 50px;
  width: auto;
  transition: 300ms;
}
.wp-custom-logo .shrink .title-area img {
  height: 35px;
}
.title-area .site-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}
.title-area .site-title a,
.title-area .site-title a:focus,
.title-area .site-title a:hover {
  color: #333;
  text-decoration: none;
}
.title-area .site-description, .wp-custom-logo .title-area .site-title {
  position: absolute !important;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  word-wrap: normal !important;
}

/***  6. Content ***/
/*
* Content
* --------------------------------------------- */
.site-container {
  margin-top: 66px;
  /*background-color: #fff;*/
  word-wrap: break-word;
  overflow: hidden;
}
@media (max-width: calc(768px - 1px)) {
  .site-container {
    margin-bottom: 0 !important;
  }
}

.site-inner {
  clear: both;
  margin: 0 auto;
  padding: 60px 15px 0;
  max-width: 1240px;
}
.genesis-singular-image-visible .site-inner {
  padding-top: 0;
}
.genesis-singular-image-visible .site-inner .singular-image.entry-image {
  display: block;
  margin: 20px auto 60px;
  position: relative;
}
body.no-padding-top .site-inner {
  padding-top: 0;
}

.header-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #171717;
}
.header-wrap .entry-header {
  width: 1240px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
}
.header-wrap .entry-header h1 {
  display: inline-block;
  border-bottom: 6px solid #3D4543;
  padding-right: 16px;
  padding-left: 4px;
  padding-bottom: 4px;
  color: #fff;
}

.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 #3D4543;
    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;
}

/* Single Blog Posts */
.single-post .site-inner {
  padding-top: 0;
}
.single-post article.post .feature-image {
  width: 100%;
  height: calc(100vh - 66px - 200px);
  background-size: cover;
  background-position: center;
}
.single-post article.post .entry-header {
  padding: 20px 4vw;
}
.single-post article.post .entry-content {
  margin-top: 80px;
  width: 780px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .single-post article.post {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .single-post article.post::before, .single-post article.post::after {
    width: 100%;
  }
  .single-post article.post .feature-image {
    width: 50%;
  }
  .single-post article.post .entry-header {
    width: 50%;
  }
}

/***  7. Footer ***/
/* Before Footer Widget Area */
.before-footer-widget-area {
  background: #5E5E5E;
  /*.widget_wpsn-widget .wpsr-ig-feed-wrapper:not(.wpsr-instagram-slider-activate) .wpsr-ig-feed-wrapper-inner{
    max-height: none;
    background: $color-text;
    overflow-y: hidden;
  }
    .wpsr-ig-post .wpsr-ig-post-media img,
    .wpsr-ig-post .wpsr-ig-post-media video{
      object-fit: cover;
      width: 100%;
      height: auto;
    }
    .widget_wpsn-widget{ border-bottom: 2px solid #fff; }
    .wpsr-ig-feed-wrapper,
    .wpsr-ig-post{ margin-bottom: 0; }*/
}
.before-footer-widget-area img {
  display: block;
  max-width: 100%;
  width: 1240px;
  height: auto;
  margin: 0 auto -80px;
  pointer-events: none;
  opacity: 1;
}
.before-footer-widget-area .widget {
  margin-bottom: 0;
  padding: 40px 20px;
}
.before-footer-widget-area a {
  color: #fff;
  text-decoration: none;
}
.before-footer-widget-area .widget_media_image {
  border-top: 2px solid #fff;
}

/* Footer Widgets
---------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #49484B;
  clear: both;
  padding: 80px 20px 0;
  font-size: 0.85em;
  color: #fff;
}
.footer-widgets .wrap {
  width: 1240px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}
.footer-widgets .wrap .widget-area {
  width: 40%;
  margin: 0 auto 40px;
}
.footer-widgets .wrap .footer-widgets-1 {
  width: 100%;
}
@media (min-width: 600px) {
  .footer-widgets .wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer-widgets .wrap::after, .footer-widgets .wrap::before {
    width: 100%;
  }
  .footer-widgets .wrap .widget-area {
    width: 25%;
  }
  .footer-widgets .wrap .footer-widgets-1 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .footer-widgets .wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .footer-widgets .wrap .widget-area {
    width: 10%;
    min-width: 120px;
  }
  .footer-widgets .wrap .footer-widgets-1 {
    width: 34%;
    margin-right: 4%;
  }
  .footer-widgets .wrap .footer-widgets-5 {
    width: 20%;
    max-width: 180px;
    margin-right: 0;
  }
}
.footer-widgets .wrap h3.widget-title {
  color: #fff;
  font-size: 1.1em;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.footer-widgets .wrap .widget * {
  color: #fff;
  /*font-weight: $fw-light;*/
  text-decoration: none;
}
.footer-widgets .wrap .widget a {
  color: #fff;
}
.footer-widgets .wrap .widget a:hover, .footer-widgets .wrap .widget a:focus {
  text-decoration: none;
  color: #fff;
}
.footer-widgets .simple-social-icons ul li {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.footer-widgets .simple-social-icons ul li > a {
  padding: 12px 6px !important;
}
@media (min-width: 600px) {
  .footer-widgets .simple-social-icons ul li > a {
    padding: 12px !important;
  }
}
.footer-widgets .simple-social-icons ul li.ssi-instagram {
  margin-left: -6px !important;
}
@media (min-width: 600px) {
  .footer-widgets .simple-social-icons ul li.ssi-instagram {
    margin-left: -12px !important;
  }
}

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

/***  8.0 Modules ***/
/* Changing Background Images*/
.spekov-slider-container {
  width: 100%;
  height: calc(100vh - 66px - 40px);
  position: relative;
  /*&:after {
    content: "";
    z-index: 2;
    background: rgba(0, 0, 0, 0.4);
  }*/
}
@media (min-width: 768px) {
  .spekov-slider-container {
    height: calc(100vh - 66px);
  }
}
.spekov-slider-container .hero-content-wrap {
  z-index: 10;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
  padding: 20px;
}
.spekov-slider-container .hero-content-wrap .hero-content {
  color: #fff;
  width: 100%;
  text-align: center;
}
.spekov-slider-container .hero-content-wrap .hero-content h2 {
  display: inline-block;
  margin-bottom: 60px;
  padding: 18px 0;
  font-weight: 800;
  color: #000;
  text-shadow: 1px 1px 0 white, -1px 1px 0 white, 1px -1px 0 white, -1px -1px 0 white;
  font-size: 2.4em;
}
@media (min-width: 600px) {
  .spekov-slider-container .hero-content-wrap .hero-content h2 {
    font-size: 4em;
  }
}
@media (min-width: 1024px) {
  .spekov-slider-container .hero-content-wrap .hero-content h2 {
    font-size: 6em;
  }
}
.spekov-slider-container .hero-content-wrap .hero-menu {
  position: absolute;
  bottom: 20px;
  display: none;
  padding: 0 5vw;
  width: 1240px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 600px) {
  .spekov-slider-container .hero-content-wrap .hero-menu {
    display: block;
  }
}
.spekov-slider-container .hero-content-wrap .hero-menu .home-slider-menu {
  display: flex;
  justify-content: space-around;
  font-size: 20px;
  text-align: center;
}
.spekov-slider-container .hero-content-wrap .hero-menu .home-slider-menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 15px 10px;
  width: 400px;
  margin: 0 16px;
  outline: 2px solid rgba(255, 255, 255, 0.85);
  border: 2px solid #3D4543;
  color: #3D4543;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.85);
  transition: 300ms;
}
.spekov-slider-container .hero-content-wrap .hero-menu .home-slider-menu a:hover, .spekov-slider-container .hero-content-wrap .hero-menu .home-slider-menu a:focus {
  background: #fff;
  outline-color: #fff;
}
.spekov-slider-container .hero-content-wrap .hero-menu .home-slider-menu a:first-of-type {
  margin-left: 0;
}
.spekov-slider-container .hero-content-wrap .hero-menu .home-slider-menu a:last-of-type {
  margin-right: 0;
}
.spekov-slider-container #backgroundSlider1 .hero-content-wrap {
  align-items: flex-end;
}
.spekov-slider-container #backgroundSlider2 .hero-content-wrap {
  align-items: flex-end;
}
.spekov-slider-container #backgroundSlider2 .hero-content-wrap h2 {
  color: #5E5E5E;
}
.spekov-slider-container:after,
.spekov-slider-container .spekov-background-slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.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;
}

/* Animations */
.anispek {
  animation: fadedload 2s;
}

.jsloaded .anispek {
  transition: all 0s;
}
.jsloaded .anispek.fade-in {
  opacity: 0;
}
.jsloaded .anispek.fade-in-left {
  transform: translateX(30px);
  opacity: 0;
}
.jsloaded .anispek.fade-in-right {
  transform: translateX(-30px);
  opacity: 0;
}
.jsloaded .anispek.fade-in-up {
  transform: translateY(15px);
  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;
}

.anispek-grow {
  transform: scale(0.7);
}

/* Popups */
[class*=popup-link-] {
  cursor: pointer;
}

.plex-popup {
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -10000;
  opacity: 0;
  transition: all 0s, opacity 400ms;
}
.plex-popup.open {
  visibility: visible;
  z-index: 10000;
  opacity: 1;
}
.plex-popup .popup-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10vh;
  padding-bottom: 10vh;
  overflow-y: scroll;
}
.plex-popup .popup-content {
  position: relative;
  z-index: 10;
  width: 600px;
  max-width: 90%;
  border: 1px solid #3D4543;
  padding: 40px;
  background: white;
}
.plex-popup .popup-content .popup-closer {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  border: 1px solid #3D4543;
  border-radius: 100%;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  background: #fff;
  cursor: pointer;
}
.plex-popup .popup-content .popup-closer svg,
.plex-popup .popup-content .popup-closer svg path {
  stroke: #3D4543;
}
.plex-popup .popup-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -10;
  background: rgba(0, 0, 0, 0.6);
}

/***  9.0 Plugins ***/
/* Slide Anything - Owl Carousel */
body .owl-carousel .owl-item img {
  display: block;
}

/* Genesis Blocks */
.wp-block-genesis-blocks-gb-accordion.gb-block-accordion {
  cursor: pointer;
}
.wp-block-genesis-blocks-gb-accordion.gb-block-accordion ul, .wp-block-genesis-blocks-gb-accordion.gb-block-accordion ol {
  padding-left: 20px;
}
.wp-block-genesis-blocks-gb-accordion.gb-block-accordion .gb-accordion-title {
  background: #f5f5f5;
  border: 1px solid #3D4543;
  color: #3D4543;
}
.wp-block-genesis-blocks-gb-accordion.gb-block-accordion .gb-accordion-text {
  padding: 10px 15px;
}
.wp-block-genesis-blocks-gb-accordion.gb-block-accordion details[open] .gb-accordion-text {
  animation: sweep 0.5s ease-in-out;
}
.wp-block-genesis-blocks-gb-accordion.gb-block-accordion::after {
  content: "";
  display: block;
  clear: both;
}

@keyframes sweep {
  0% {
    opacity: 0;
    margin-left: -10px;
  }
  100% {
    opacity: 1;
    margin-left: 0px;
  }
}
@media (min-width: 600px) {
  .columns-thinner-left.gb-2-col-wideright > .gb-layout-column-wrap {
    grid-template-columns: 1fr 3fr;
  }
}
@media (max-width: 767px) {
  body .gb-layout-columns-2 .wp-block-genesis-blocks-gb-column:first-of-type {
    margin-bottom: 20px;
  }

  body .gb-layout-columns-2 > .gb-layout-column-wrap.gb-is-responsive-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-areas: "col1" "col2";
  }

  body .columns-reverse-responsive.gb-layout-columns-2 > .gb-layout-column-wrap.gb-is-responsive-column {
    grid-template-areas: "col2" "col1";
  }
}
/* Instagram Gallery */
.mfp-counter {
  display: none !important;
}

/* Fluent Forms */
body .fluentform .ff-el-form-left .ff-el-input--label,
body .fluentform .ff-el-form-right .ff-el-input--label {
  padding: 4px 15px 4px 0;
}

body .fluentform .ff-el-form-control {
  border-radius: 0;
}
body .fluentform .ff-el-form-control:focus {
  border-color: #3D4543;
}

/***  9.1 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: #3D4543;
}
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: #3D4543;
}

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

/***  10. Specific pages ***/
@media (min-width: 768px) {
  .home .contains-quote-right {
    padding-right: 60px;
  }
}
.home .wp-block-quote {
  z-index: 10;
  margin: 0;
  border: 1px solid #000;
  padding: 30px 20px;
  background: rgba(255, 255, 255, 0.8);
}
.home .wp-block-quote p {
  font-size: 18px;
  text-align: justify;
}
.home .wp-block-quote cite {
  font-size: 14px;
  color: #000;
  text-align: right;
}
.home .wp-block-quote.quote-side-img {
  width: 80%;
  margin-top: -100px;
  margin-left: 10%;
  text-align: right;
}
@media (min-width: 768px) {
  .home .wp-block-quote.quote-side-img {
    width: 100%;
    margin-left: 40%;
  }
}
@media (min-width: 1024px) {
  .home .wp-block-quote.quote-side-img {
    position: absolute;
    top: 10%;
    left: calc(100% - 40px);
    width: 400px;
    margin-top: 0;
    margin-left: 0;
  }
}
@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
.home .ticker-wrap {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: auto;
  overflow: hidden;
  height: 4rem;
  /*padding-left: 100%;*/
  box-sizing: content-box;
}
.home .ticker-wrap .ticker {
  display: inline-block;
  height: 4rem;
  line-height: 4rem;
  white-space: nowrap;
  /*padding-right: 100%;*/
  box-sizing: content-box;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker;
  animation-duration: 30s;
}
.home .ticker-wrap .ticker__item {
  display: inline-block;
  padding: 0 2rem;
  color: #3D4543;
}
.home .entry {
  margin-bottom: 0;
}
.home #slider_6817 .sa_hover_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home #slider_6817 .sa_hover_container > * {
  width: 30%;
  margin: 0 0.5%;
}
.home #slider_6817 .sa_hover_container img {
  border: 1px solid #3D4543;
}
.home .home-floating-banner {
  min-height: 600px;
}
.home .home-floating-banner .owl-item > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 4% !important;
}
.home .home-floating-banner .owl-item > div p {
  text-align: justify;
}
.home .home-floating-banner #slider_5715_slide02 .four-tenths {
  min-width: 400px;
}
.home .home-floating-banner .owl-pagination-true {
  margin-bottom: 0 !important;
}
.home .home-floating-banner .sa_owl_theme .owl-item .sa_hover_container .sa_hover_fullslide .sa_slide_link_icon:hover,
.home .home-floating-banner .sa_owl_theme .owl-item .sa_hover_container .sa_hover_fullslide .sa_popup_zoom_icon:hover,
.home .home-floating-banner .sa_owl_theme .owl-item .sa_hover_container .sa_hover_fullslide .sa_popup_video_icon:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}
.home .home-tech-section {
  margin-bottom: 60px;
}
.home .home-tech-section p {
  font-size: 14px;
}
.home .home-tech-section figure,
.home .home-tech-section img {
  margin: 0;
}
.home .home-tech-section .what-is-column {
  position: relative;
  padding-bottom: 150%;
}
.home .home-tech-section .what-is-column h2 {
  position: absolute;
  top: 100px;
  right: 0;
  left: 0;
  font-weight: 600;
}
.home .home-tech-section .what-is-column .gb-block-layout-column-inner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.home .home-tech-section .parallax-tech {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .step-by-step .step1-heading-column .gb-block-layout-column-inner {
    z-index: 10;
    padding-top: 130px;
  }
  .step-by-step .step1-heading-column .gb-block-layout-column-inner h2 {
    position: absolute;
    left: 0;
    top: 60px;
    font-weight: 600;
    width: 700px;
  }
}
/* Ingredients */
@media (max-width: 767px) {
  .ingredients-text-box .gb-block-layout-column-inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .ingredients-overlay-text {
    font-size: 18px;
    font-weight: 600;
  }
}
.icon-jumble .gb-block-layout-column-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-end;
}
.icon-jumble .gb-block-layout-column-inner figure {
  padding: 5px;
  max-width: 170px;
}
.icon-jumble .gb-block-layout-column-inner figure.smaller {
  max-width: 100px;
}
.icon-jumble .gb-block-layout-column-inner figure.height1 {
  padding-bottom: 30px;
}
.icon-jumble .gb-block-layout-column-inner figure.height2 {
  padding-bottom: 50px;
}

/* Our Attributes */
@media (max-width: 600px) {
  .attributes-intro-columns.gb-layout-columns-3 > .gb-layout-column-wrap.gb-is-responsive-column {
    grid-template-areas: "col2" "col1" "col3";
    grid-template-columns: repeat(2, 1fr);
  }
  .attributes-intro-columns.gb-layout-columns-3 > .gb-layout-column-wrap.gb-is-responsive-column .wp-block-genesis-blocks-gb-column:nth-of-type(2) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .attributes-intro-columns.gb-layout-columns-3 > .gb-layout-column-wrap.gb-is-responsive-column .wp-block-genesis-blocks-gb-column:nth-of-type(1) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .attributes-intro-columns.gb-layout-columns-3 > .gb-layout-column-wrap.gb-is-responsive-column .wp-block-genesis-blocks-gb-column:nth-of-type(3) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
/* Science */
@media (min-width: 768px) {
  .science-heading-column .gb-block-layout-column-inner,
.how-it-works-heading-column .gb-block-layout-column-inner {
    z-index: 10;
    padding-top: 140px;
  }
  .science-heading-column .gb-block-layout-column-inner h2,
.how-it-works-heading-column .gb-block-layout-column-inner h2 {
    position: absolute;
    top: 50px;
  }

  .science-heading-column .gb-block-layout-column-inner {
    padding-left: 20px;
  }
  .science-heading-column h2 {
    left: calc(20px - 7em);
    width: calc(100% + 7em);
  }

  .how-it-works-heading-column .gb-block-layout-column-inner {
    padding-right: 20px;
  }
  .how-it-works-heading-column h2 {
    right: -4em;
    width: calc(100% + 20px + 4em);
    text-align: right;
  }
}
/* Press Page */
.press-article-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.press-article-wrap .press-article {
  border: 3px solid rgba(0, 0, 0, 0.75);
  width: 100%;
  max-width: 440px;
  font-size: 18px;
  margin-bottom: 30px;
  padding: 20px 10px 0;
  background: rgba(255, 255, 255, 0.75);
  text-align: center;
}
.press-article-wrap .press-article strong {
  font-size: 22px;
}
.press-article-wrap .press-article img {
  border: 1px solid #3D4543;
  margin-bottom: 20px;
  max-height: 50px;
  width: auto;
}

/* How to Hair Type */
@media (min-width: 768px) {
  .hair-type-heading-column.absolute-heading .gb-block-layout-column-inner {
    z-index: 10;
    padding: 140px 60px 100px;
  }
  .hair-type-heading-column.absolute-heading .gb-block-layout-column-inner h1 {
    left: calc(20px - 2.8em);
    width: calc(100% + 2.8em);
  }
  .hair-type-heading-column.absolute-heading .gb-block-layout-column-inner h1 span {
    margin-right: 0.2em;
  }

  .how-to-bleach-columns .gb-block-layout-column:first-of-type .gb-block-layout-column-inner {
    padding-left: 0;
    padding-right: 0;
    width: 200%;
  }
  .how-to-bleach-columns .gb-block-layout-column:first-of-type .gb-block-layout-column-inner h2 {
    width: 100%;
  }

  .hair-type-colored .gb-block-layout-column-inner h2 {
    left: calc(20px - 6.5em);
    width: calc(100% + 6.5em);
  }

  .hair-type-damaged .gb-block-layout-column-inner h2 {
    left: calc(20px - 4.25em);
    width: calc(100% + 4.25em);
  }

  .type-aging h2 {
    left: 2.2em;
    width: calc(100% + 2.2em);
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .how-to-hair-type h1 {
    position: static !important;
    width: 100% !important;
  }
  .how-to-hair-type .hair-type-heading-column.absolute-heading .gb-block-layout-column-inner {
    padding: 60px 20px 60px;
  }
}
@media (max-width: 1239px) {
  .how-to-hair-type .how-to-curly-hair-column h2 {
    text-shadow: 1px 1px 0 white, -1px 1px 0 white, 1px -1px 0 white, -1px -1px 0 white;
  }
  .how-to-hair-type .how-to-curly-hair-column .wp-block-group {
    background: rgba(255, 255, 255, 0.6);
  }
}

/* Professionals */
.pro-page .gb-block-layout-column-inner {
  height: 100%;
}
.pro-page .pro-hero::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
.pro-page .pro-hero .wp-block-genesis_blocks-gb-column:first-of-type .gb-block-layout-column-inner {
  padding-right: 40px;
  padding-left: 40px;
}
@media (min-width: 768px) {
  .pro-page .pro-hero {
    height: 66.67vw;
  }
  .pro-page .pro-hero::after {
    display: none;
  }
  .pro-page .pro-hero .wp-block-genesis_blocks-gb-column:first-of-type .gb-block-layout-column-inner {
    padding-right: 80px;
    padding-left: 20px;
  }
}
@media (min-width: 1240px) {
  .pro-page .pro-hero {
    height: calc(0.667 * 1240px);
  }
}
.pro-page .pro-hero .gb-layout-column-wrap {
  height: 100%;
}
.pro-page .why-ph-plex-column h2 {
  text-align: center;
}
@media (min-width: 768px) {
  .pro-page .why-ph-plex-column .gb-block-layout-column-inner {
    z-index: 10;
    padding: 140px 20px 20px !important;
  }
  .pro-page .why-ph-plex-column .gb-block-layout-column-inner h2 {
    position: absolute;
    top: 50px;
    left: -3.8em;
    text-align: left;
  }
}
.pro-page .pro-science-section .wp-block-genesis-blocks-gb-column:first-of-type .gb-block-layout-column-inner {
  margin-right: -15%;
}
.pro-page .pro-science-section .wp-block-genesis-blocks-gb-column:last-of-type {
  z-index: 10;
}
.pro-page .name-box {
  min-height: 127px;
}
.pro-page .pro-ambassador-section .wp-block-genesis-blocks-gb-column:last-of-type .gb-block-layout-column-inner {
  background-position-x: 50% !important;
}
@media (min-width: 1024px) {
  .pro-page .pro-ambassador-section .wp-block-genesis-blocks-gb-column:last-of-type .gb-block-layout-column-inner {
    background-position-x: 0 !important;
    margin-left: -80px;
  }
}
@media (min-width: 1360px) {
  .pro-page .pro-ambassador-section .wp-block-genesis-blocks-gb-column:last-of-type .gb-block-layout-column-inner {
    margin-left: calc(-30vw + 300px);
  }
}
.pro-page .pro-ambassador-section .wp-block-genesis-blocks-gb-column:first-of-type {
  z-index: 10;
}
.pro-page .pro-ambassador-section .wp-block-genesis-blocks-gb-column:first-of-type .gb-block-layout-column-inner {
  padding-left: 3vw;
  padding-right: 5px;
}
@media (min-width: 1024px) {
  .pro-page .pro-ambassador-section .wp-block-genesis-blocks-gb-column:first-of-type .gb-block-layout-column-inner h4 {
    margin-right: -15vw;
  }
}
.pro-page .fluent_form_3 .smaller-text-container {
  font-size: 14px;
}

/* Signup Popup */
#popmake-5723 {
  margin-top: 10px;
}
@media (min-width: 1024px) {
  #popmake-5723 {
    margin-top: 0;
  }
}
#popmake-5723 p {
  font-size: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
#popmake-5723 p .extra-large {
  text-transform: none;
}
#popmake-5723 p:last-of-type {
  margin-bottom: 0;
}
#popmake-5723 img {
  margin: 0 !important;
}
#popmake-5723 .popup-text,
#popmake-5723 .popup-signup-form {
  width: 100%;
  margin: 0 auto;
  padding: 10px 15px;
  background: #5E5E5E;
}
#popmake-5723 .popup-text {
  border: 1px solid #fff;
  border-bottom: none;
}
#popmake-5723 .popup-signup-form {
  border: 1px solid #fff;
  border-top: none;
  padding: 5px 15px 15px;
}
#popmake-5723 .fluentform {
  max-width: 500px;
  margin: 0 auto;
}

.newsletter-signup-form .frm-fluent-form .ff-t-container {
  table-layout: auto;
}
.newsletter-signup-form .frm-fluent-form .newsletter-row input.ff-el-form-control {
  background: transparent;
  border: none;
  border-bottom: 2px solid #fff;
  color: #fff;
  padding: 6px;
  border-radius: 0;
}
.newsletter-signup-form .frm-fluent-form .newsletter-row input.ff-el-form-control::placeholder {
  color: #aaa;
}
.newsletter-signup-form .frm-fluent-form .ff_btn_style {
  border-radius: 0;
}

/* Blog Page */
.blog .site-inner {
  padding-top: 0;
}
.blog .blog-post-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 120px;
}
.blog .blog-post-grid article.blog-teaser {
  font-size: 14px;
}
@media (min-width: 768px) {
  .blog .blog-post-grid article.blog-teaser {
    position: relative;
    width: 320px;
  }
  .blog .blog-post-grid article.blog-teaser:hover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #3D4543;
    pointer-events: none;
  }
  .blog .blog-post-grid article.blog-teaser a {
    text-decoration: none;
  }
  .blog .blog-post-grid article.blog-teaser .teaser-image {
    width: 100%;
    height: 480px;
    background-size: cover;
  }
  .blog .blog-post-grid article.blog-teaser .teaser-content {
    padding: 20px 15px 10px;
  }
  .blog .blog-post-grid article.blog-teaser .teaser-content h3 {
    font-size: 1.3em;
    text-transform: uppercase;
    font-weight: 600;
  }
}
.blog .feature-post {
  margin-bottom: 120px;
  background: #f5f5f5;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .blog .feature-post {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-height: calc(90vh - 66px);
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
  }
  .blog .feature-post .feature-image-wrapper {
    width: 50%;
    font-size: 0;
  }
  .blog .feature-post .feature-image-wrapper img {
    object-fit: cover;
  }
  .blog .feature-post .feature-content-wrapper {
    width: 50%;
  }
}
.blog .feature-post .feature-content-wrapper {
  padding: 40px 4vw 40px 4vw;
}
.blog .feature-post .feature-content-wrapper h2 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.blog .feature-post .feature-content-wrapper .entry-meta {
  margin-bottom: 25px;
}

/* Single Blog Posts */
.post-by-the-numbers.number-3 {
  width: 40%;
  float: left;
  margin: 0;
  max-width: 75%;
  shape-outside: url(https://test.ph-plex.com/us/wp-content/uploads/sites/5/2022/06/number-3.svg);
  margin-right: 3em;
  shape-margin: 2em;
}

/***  11. Print & Responsive ***/
/* 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 */
