@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
/* Variables */
/* Presets */
nav.event-tabs {
  margin: 0;
  padding: 0 2rem;
  transform: translateY(-2rem);
}
nav.event-tabs .nav-item {
  display: flex;
  min-height: 2.5rem;
  align-items: center;
  justify-content: center;
  background-color: #2d3046;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.85rem;
  color: #FFF;
}
nav.event-tabs .navbar-toggler {
  color: #000;
  background-color: #FFF;
  height: 2rem;
  margin: 0 auto;
  border-radius: 0.5rem 0.5rem 0 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.85rem;
  box-shadow: none;
}
nav.event-tabs a {
  color: inherit;
}
nav.event-tabs a:first-of-type .nav-item {
  border-radius: 0.5rem 0.5rem 0 0;
  margin-top: 0.5rem;
}
nav.event-tabs a:last-of-type .nav-item {
  border-radius: 0 0 0.5rem 0.5rem;
  margin-bottom: 0.5rem;
}

@media (max-width: 991px) {
  .nav.event-tabs a:not(:last-of-type) .nav-item {
    border-bottom: 1px solid #FFF8;
  }
}
@media (min-width: 992px) {
  nav.event-tabs {
    transform: translateY(-50%);
  }

  .nav.event-tabs a:first-of-type .nav-item {
    border-radius: 500px 0 0 500px;
    margin-top: 0;
  }

  .nav.event-tabs a:last-of-type .nav-item {
    border-radius: 0 500px 500px 0;
    margin-bottom: 0;
  }

  .nav.event-tabs a:not(:last-of-type) .nav-item {
    border-right: 1px solid #FFF8;
  }

  .nav.event-tabs .nav-item {
    width: 9rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
}
nav.event-tabs {
  margin: 0;
  padding: 0 2rem;
  transform: translateY(-2rem);
}
@media (min-width: 992px) {
  nav.event-tabs {
    transform: translateY(-50%);
  }
}
nav.event-tabs .navbar-toggler {
  color: #000;
  background-color: #FFF;
  height: 2rem;
  margin: 0 auto;
  border-radius: 0.5rem 0.5rem 0 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.85rem;
  box-shadow: none;
}
nav.event-tabs ul {
  margin: 0;
}
nav.event-tabs li {
  color: inherit;
  cursor: pointer;
  margin: 0;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
nav.event-tabs li:first-of-type {
  border-radius: 0.5rem 0.5rem 0 0;
  margin-top: 0.5rem;
}
@media (min-width: 992px) {
  nav.event-tabs li:first-of-type {
    border-radius: 500px 0 0 500px;
    margin-top: 0;
  }
}
nav.event-tabs li:last-of-type {
  border-radius: 0 0 0.5rem 0.5rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  nav.event-tabs li:last-of-type {
    border-radius: 0 500px 500px 0;
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  nav.event-tabs li:not(:last-of-type) {
    border-bottom: 1px solid #FFF8;
  }
}
@media (min-width: 992px) {
  nav.event-tabs li:not(:last-of-type) {
    border-right: 1px solid #FFF8;
  }
}
nav.event-tabs .nav-item {
  display: flex;
  min-height: 2.5rem;
  align-items: center;
  justify-content: center;
  background-color: #2d3046;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.85rem;
  color: #FFF;
}
@media (min-width: 992px) {
  nav.event-tabs .nav-item {
    display: flex;
    width: 9rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
}

.woocommerce .summary {
  float: none !important;
}
.woocommerce .summary > .price {
  display: none;
}
.woocommerce .summary .amount {
  color: white;
}
.woocommerce .woocommerce-cart-form .shop_table {
  width: 100%;
  margin: 0 auto;
}
.woocommerce .woocommerce-cart-form .shop_table td.product-name {
  text-align: left !important;
  font-weight: bold;
}
.woocommerce .woocommerce-cart-form .product-price, .woocommerce .woocommerce-cart-form .product-subtotal {
  font-weight: bold;
}
.woocommerce .woocommerce-cart-form td.product-remove {
  font-size: 2.5rem;
  color: #C00;
}
.woocommerce .woocommerce-cart-form td.product-remove a:hover {
  color: #F00;
}
.woocommerce .price {
  font-size: 1rem;
  background: #0cbfc5;
  border-radius: 500px;
  color: white;
  font-weight: 600;
  padding: 0 0.75rem;
  display: inline-block;
}
.woocommerce table.variations {
  border: 1px solid #2d3046;
  border-collapse: initial;
}
.woocommerce table.variations tr:not(:last-of-type) > td {
  border-bottom: 1px dashed #2d3046;
}
.woocommerce table.variations tr td {
  text-align: left;
}
.woocommerce table.variations tr td.label {
  background-color: #2d3046;
  color: white;
  padding-right: 0.5rem;
  text-align: right;
}
.woocommerce table.variations tr td .reset_variations {
  font-weight: bold;
  margin-left: 2rem;
}
.woocommerce .wcpa_row {
  margin: 2rem 0;
}
.woocommerce .wcpa_row .wcpa_form_item > label {
  font-weight: bold;
}
.woocommerce .product_meta, .woocommerce .wc-tabs {
  display: none;
}
.woocommerce .product {
  text-align: left;
}
.woocommerce .form-row.form-row-wide > label {
  margin-right: 2rem;
}
.woocommerce .form-row .woocommerce-input-wrapper {
  width: 100%;
}

.wp-block-file.aligncenter {
  display: flex;
  flex-direction: column;
}
.wp-block-file.aligncenter .wp-block-file__button {
  margin: 1rem auto !important;
  font-weight: bold;
}

.wcml_currency_switcher {
  margin: 0 auto;
}

/* FIXES */
.woocommerce .col-1, .woocommerce .col-2 {
  max-width: none;
}

* {
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: auto;
}

html {
  -webkit-text-size-adjust: 100%;
}

body, .wp-block {
  font-family: "Open Sans";
  font-weight: 400;
  z-index: 10;
}

a, a:hover, a:active {
  color: inherit;
  text-decoration: inherit;
}

header {
  padding-left: 1rem;
  padding-right: 1rem;
  z-index: 998;
}
header nav {
  justify-content: center;
  height: 6rem;
  position: relative;
  font-family: "Montserrat";
  font-weight: 500;
  color: #FFF;
  width: 100%;
  float: left;
  text-shadow: 0px 1px 2px #0006;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
header nav div {
  display: flex;
  justify-content: center;
  margin-left: auto;
}
header nav div ul.main-menu {
  display: inline-block;
}
header nav div span {
  display: inline-flex;
  align-items: center;
}
header nav div span a.social {
  font-size: 1.75rem;
  margin-left: 1.5rem;
}
header nav div span a.social:first-of-type {
  margin-left: 0.5rem;
}
header .wpml-ls-display {
  font-weight: bold;
  color: white;
  border-bottom: 1px dashed white;
}
@media (max-width: 991px) {
  header .brand {
    display: none;
  }
  header nav > div {
    align-items: center;
    flex-direction: column-reverse;
    width: 100%;
  }
  header nav > div ul {
    padding-left: 0;
    text-align: center;
  }
  header nav > div ul li {
    margin: 0 0.5rem;
  }
  header nav > div span {
    margin-top: 0.5rem;
  }
}

.date-separator {
  display: block;
  background-color: #2d3046;
  border: 1px solid #191b27;
  border-radius: 0.25rem;
  padding: 0.2rem 1rem;
  margin-bottom: 1rem;
  box-shadow: 0px 1px 2px #000A, inset 0px 0px 3px #0cbfc5;
}
.date-separator h1, .date-separator h2 {
  margin: 0 !important;
  color: white;
}

footer {
  margin-top: 2rem;
}
footer .ml-bar {
  padding: 2rem;
  background-color: #eeeeee;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 16px 0px;
}
footer .wpml-ls-display {
  font-weight: bold;
  border-bottom: 1px dashed #2d3046;
}
footer .navbar {
  position: relative;
  font-family: "Montserrat";
  font-weight: 400;
  color: #2d3046;
  width: 100%;
  text-align: center;
  justify-content: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
footer .navbar span {
  display: inline-flex;
  align-items: center;
}
footer .navbar span a.social {
  font-size: 1.75rem;
  margin-left: 1.5rem;
}
footer .navbar span a.social:first-of-type {
  margin-left: 0.5rem;
}

.container p a {
  position: relative;
  color: #2d3046;
  cursor: pointer;
  transition: all 0.25s;
}
.container p a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: inherit;
  border-bottom: 0.125em dashed #2d3046;
  transition: inherit;
}
.container p a:hover {
  color: #0cbfc5;
}
.container p a:hover::after {
  width: calc(100% + 0.5rem);
  left: -0.25rem;
  border-bottom-color: #0cbfc5;
}

/*
.container a, .container-fluid:not(nav, .tab-pill) a {
  color: #2d3046;
  border-bottom: 1px solid #2d3046;
  transition: all 0.05s;
} .container a:hover, .container-fluid:not(nav, .tab-pill) a:hover {
  color: #0cbfc5;
  border-bottom: 2px solid #0cbfc5;
}*/
.navbar li {
  margin: 0 1rem;
  font-size: 0.85rem;
}

.navbar li.lang {
  font-weight: 700;
  word-spacing: 0.5rem;
}

.navbar li.social {
  font-size: 1.75rem;
  word-spacing: 0.5rem;
  vertical-align: middle;
}

.navbar ul a {
  border-bottom: 0px solid #0cbfc5 !important;
}

.navbar ul a:hover {
  border-bottom: 2px solid #0cbfc5 !important;
}

.navbar ul a[aria-current=page], .navbar ul .active {
  color: #0cbfc5;
  font-weight: 700;
}

h1 {
  font-family: "Montserrat";
  font-weight: 500;
  text-transform: uppercase;
}

h2 {
  font-family: "Montserrat";
  font-weight: 300;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #0cbfc5;
  text-shadow: 0px 1px 1px #0004;
}

h3 {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 1.2rem;
  text-transform: uppercase;
}

p {
  margin-top: 1em;
  margin-bottom: 1em;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#content, .mce-content-body {
  font-family: "Montserrat";
  font-weight: 400;
  color: #000A;
}

#content h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

#content h3 {
  margin-bottom: 1rem;
}

#content > .container-fluid {
  z-index: 10;
}

#content > .container-fluid > *:first-child {
  clear: both !important;
  position: relative;
}

/* Content-Specific Classes */
.bg-1, .bg-2, .bg-3 {
  background-attachment: fixed;
  background-size: auto 100%;
  background-position: center center;
}

.bg-4, .bg-5, .bg-6 {
  background-size: auto 120%;
  background-position: center top;
}

.bg-1 {
  background-image: url("../res/bg1.jpg");
}

.bg-2 {
  background-image: linear-gradient(#2d3046FA, #2d3046FA), url("../res/bg2.jpg");
}

.bg-3 {
  background-image: url("../res/bg3.jpg");
}

.bg-4 {
  background-image: url("../res/bg4.jpg");
}

.bg-5 {
  background-image: url("../res/bg5.jpg");
}

.bg-6 {
  background-image: url("../res/bg6.jpg");
}

.post-background, .site-background, .page-background {
  background-attachment: fixed;
  background-size: auto 100%;
  background-position: top center;
  background-image: var(--page-background);
}

.bg-marineblue {
  background-color: #2d3046FA;
}

.bg-lightgrey {
  background-color: #EEE;
}

.bg-blur {
  position: relative;
  overflow: hidden;
}

.bg-blur > * {
  position: relative;
  z-index: 20;
}

.bg-blur:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: inherit;
  background-attachment: fixed;
  background-size: inherit;
  background-position: inherit;
  filter: blur(2px);
  z-index: 19;
}

@media (min-aspect-ratio: 8/5) {
  /* Avoid bg tiling on mobile */
  .bg-1, .bg-3, .post-background, .site-background {
    background-size: 100vw auto;
  }
}
@media (min-width: 1200px) {
  .bg-4, .bg-5, .bg-6, .page-background {
    background-position: center top;
    background-size: 100% auto;
  }
}
.container-spacer {
  background-color: #0cbfc5;
  height: 2rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.date {
  position: relative;
  display: inline-block;
  font-family: "Montserrat";
  font-weight: 500;
  color: #0cbfc5;
  font-size: 1.25rem;
  line-height: 1.25;
}
.date::after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  line-height: 0;
  left: 0;
  border-bottom: 0.125em dashed #0cbfc5;
}

.text-aqua {
  font-family: "Montserrat";
  color: #0cbfc5;
}

.font-light {
  font-weight: 400;
}

.font-montserrat {
  font-family: "Montserrat";
}

.lh-medium {
  line-height: 2.5rem;
}

/* Helper Classes */
.h-vpage {
  min-height: 100vh;
}

.w-60 {
  width: 60% !important;
}

@media (min-width: 992px) {
  .w-lg-60 {
    width: 60% !important;
  }
}
.text-shadow {
  text-shadow: 0px 2px 5px #0008;
}

.tab-pill {
  height: 2.5rem;
}

@media (max-width: 1199px) {
  .tab-pill {
    margin: 0;
    padding: 0;
    max-width: none;
  }
}
.tab-pill > div {
  text-align: center;
  overflow-x: scroll;
  overflow-x: -moz-scrollbars-none;
  scrollbar-width: none;
  background-color: #2d3046;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  /* Box shadow gets cut because of scroll plug-in. Sad. */
  transform: translateY(0);
  transition: transform 0.2s;
}

.tab-pill > div::-webkit-scrollbar {
  height: 0;
  width: 0;
  background: #000;
}

.tab-pill ul {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  background-color: #2d3046;
  font-size: 0.8rem;
  font-family: "Montserrat";
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
  color: #FFF;
  border-radius: 500px;
}

.tab-pill li {
  padding: 0.5rem 1rem;
  margin: 0;
  width: 10rem;
  transition: padding 0.4s;
}

.tab-pill a {
  border: none;
  color: inherit;
}

.tab-pill a:hover {
  border: none;
  color: inherit;
}

.tab-pill a:not(:nth-last-child(1)) {
  border-right: 1px solid #0008;
}

.tab-pill a {
  height: 100%;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  padding: 0.25rem 0;
}

.tab-pill a span {
  border-bottom: 0px solid #0cbfc5;
  color: #FFF;
  transition: all 0.05s;
}

.tab-pill a:hover span {
  border-bottom: 2px solid #0cbfc5;
}

.tab-pill a.target span {
  color: #0CBFC5 !important;
}

@media (min-width: 1200px) {
  .tab-pill > div {
    overflow-x: visible;
    display: inline-flex;
    justify-content: center;
    box-shadow: none;
    background-color: #0000;
    transform: translateY(-50%);
  }

  .tab-pill ul {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }

  .tab-pill li {
    padding: 0 1rem;
    transition: padding 0.2s;
  }
}
.partners {
  padding: 4rem 1rem;
}

.partners a {
  border: none !important;
}

.partners img {
  max-width: 12rem;
  max-height: 8rem;
  flex-shrink: 0;
  margin: 2rem;
}

hr.wp-block-separator {
  width: 50%;
  border: none;
  border-top: 2px dotted #2d3046;
  margin: 4rem auto;
}

/*.wp-block-gallery {

  list-style-type: none;

  display: flex;

  flex-direction: row;
  flex-wrap: wrap;

  justify-content: space-around;
  align-content: space-around;

  li {
    display: flex;
    align-items: center;
    justify-content: center;

    img {
      max-width: 15rem;
      margin: 2rem 1rem;
      box-shadow: none !important;
    }
  }
}*/
.wp-block-gallery .blocks-gallery-grid {
  flex-wrap: wrap;
}
.wp-block-gallery .blocks-gallery-grid img {
  box-shadow: none;
}

table {
  max-width: 100%;
  background: #FFF;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.3rem;
  overflow: hidden;
}

table.table-shaded {
  min-width: 60%;
  margin: 0 auto;
}

th {
  background-color: #2d3046;
  color: #FFF;
  padding: 0.5rem;
}

th:not(:first-of-type) {
  text-align: center;
}

tr:not(:last-of-type) {
  border-bottom: 1px dashed #2d3046;
}

td:not(:first-of-type) {
  text-align: center;
  padding: 0.25rem 2rem;
}

td:first-of-type {
  padding-left: 0.5rem;
  font-weight: bold;
}

table.table-shaded a.price-item {
  border-radius: 500px;
  padding: 0 0.5rem;
  cursor: pointer;
  transition: 0.25s;
}
table.table-shaded a.price-item.out-of-stock {
  text-decoration: line-through;
}
table.table-shaded a.price-item.out-of-stock:hover, table.table-shaded a.price-item.out-of-stock:active {
  background: #C0C0C0;
  color: inherit;
}
table.table-shaded a.price-item:hover, table.table-shaded a.price-item:active {
  background: #0cbfc5;
  color: #FFF;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* WooCommerce specific code */
.woocommerce-message[role=alert] {
  margin: 2rem 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-weight: bold;
}

dl.variation {
  margin-left: 1rem;
  margin-top: 1rem;
  border: 1px dashed #2d3046;
  padding: 0.75rem 1rem;
  border-radius: 0.25rem;
}
dl.variation dd p {
  margin-top: 0;
  margin-left: 1rem;
  font-weight: 500;
}
dl.variation:last-of-type dd p {
  margin-bottom: 0;
}

.cart_totals h2 {
  text-align: right;
}
.cart_totals .shop_table {
  width: auto;
  min-width: 30%;
  margin: 0;
  margin-left: auto;
}

.btn,
.button,
.restore-item,
input[type=submit] {
  border-radius: 0.3rem;
  border: none;
  position: relative;
  font-family: "Montserrat";
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: normal;
  color: white;
  background-color: #2d3046;
  padding: 0.25rem 1.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.3rem;
  border: 0;
  transition: all 0.2s;
  cursor: pointer;
  margin: 0.25rem 0.5rem;
}
.btn:hover,
.button:hover,
.restore-item:hover,
input[type=submit]:hover {
  color: #0cbfc5;
  background-color: #2d3046;
}
.btn.more,
.button.more,
.restore-item.more,
input[type=submit].more {
  border-radius: 0.3rem;
  border: none;
  position: relative;
  font-family: "Montserrat";
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: normal;
  color: white;
  background-color: #2d3046;
  padding: 0.25rem 1.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.3rem;
  border: 0;
  transition: all 0.2s;
  cursor: pointer;
  margin: 0.25rem 0.5rem;
}
.btn.more:hover,
.button.more:hover,
.restore-item.more:hover,
input[type=submit].more:hover {
  color: #0cbfc5;
  background-color: #2d3046;
}
.btn.invert,
.button.invert,
.restore-item.invert,
input[type=submit].invert {
  border-radius: 0.3rem;
  border: none;
  position: relative;
  font-family: "Montserrat";
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: normal;
  color: #2d3046;
  background-color: white;
  padding: 0.25rem 1.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.3rem;
  border: 0;
  transition: all 0.2s;
  cursor: pointer;
  margin: 0.25rem 0.5rem;
}
.btn.invert:hover,
.button.invert:hover,
.restore-item.invert:hover,
input[type=submit].invert:hover {
  color: white;
  background-color: #0cbfc5;
}
.btn.invert.more,
.button.invert.more,
.restore-item.invert.more,
input[type=submit].invert.more {
  border-radius: 0.3rem;
  border: none;
  position: relative;
  font-family: "Montserrat";
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: normal;
  color: #2d3046;
  background-color: white;
  padding: 0.25rem 1.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.3rem;
  border: 0;
  transition: all 0.2s;
  cursor: pointer;
  margin: 0.25rem 0.5rem;
}
.btn.invert.more:hover,
.button.invert.more:hover,
.restore-item.invert.more:hover,
input[type=submit].invert.more:hover {
  color: white;
  background-color: #0cbfc5;
}

input[type=text], input[type=email], textarea {
  border: 1px solid #0001;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  background-color: #FFF;
  color: #2d3046;
  padding: 0.2rem 0.5rem;
  border-radius: 0.3rem;
}
input[type=text]:active, input[type=text]:focus, input[type=email]:active, input[type=email]:focus, textarea:active, textarea:focus {
  border: 1px solid #0cbfc5;
}
input[type=text][aria-invalid=true], input[type=email][aria-invalid=true], textarea[aria-invalid=true] {
  border-color: #C00;
}

.pin-bottom {
  position: absolute;
  bottom: 0;
}

/* Editor CSS */
body#tinymce.wp-editor {
  font-family: Arial, Helvetica, sans-serif;
  margin: 10px;
}

/* Miscellaneous */
div.mce_inline_error {
  font-family: "Montserrat";
  color: #C00;
  font-size: 0.6rem;
  margin: 0;
}

p, .wysiwyg {
  max-width: 100vw;
  word-wrap: break-word;
  white-space: pre-line;
}
p img:not(.site-logo), .wysiwyg img:not(.site-logo) {
  max-width: 75vw;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.3rem;
}

article {
  /*.alignwide,
  .alignfull {
    margin: 32px calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
  }*/
}
article section.wp-block-acerspyro-ca-tab-block {
  overflow-x: visible;
  display: none;
}
article section.wp-block-acerspyro-ca-tab-block.active {
  display: block;
}
article img:not(.site-logo) {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.3rem;
}
article .alignleft {
  text-align: left;
}
article .aligncenter {
  text-align: center;
}
article .alignright {
  text-align: right;
}
@media (max-width: 920px) {
  article .alignwide {
    margin: 32px -76.5px;
    max-width: 920px;
    width: 920px;
  }
}

div.post-title, div.site-title {
  margin-top: 1rem;
  margin-bottom: 7rem;
}
div.post-title h1, div.post-title h2, div.site-title h1, div.site-title h2 {
  color: #FFF;
  text-shadow: 0px 1px 2px #000A;
}
div.post-title h2, div.site-title h2 {
  text-shadow: 0px 1px 2px #000;
  font-weight: 400;
}
div.post-title.site-title, div.site-title.site-title {
  text-align: center;
}
@media (max-width: 767px) {
  div.post-title, div.site-title {
    padding-top: 3rem;
  }
}

@media (max-width: 767px) {
  .page-background, .site-background, .post-background {
    padding-top: 3rem;
  }
}

.screen-reader-text {
  display: none;
}

form.wpcf7-form {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.3rem;
  border: 1px solid #0001;
  padding: 1rem 2rem;
  width: 60%;
  text-align: center;
  margin: 2rem auto;
}
form.wpcf7-form label {
  font-weight: 500;
}
form.wpcf7-form label br {
  display: none;
}
form.wpcf7-form label .wpcf7-form-control {
  margin: 0;
  margin-top: 0.5rem;
}

.wp-block-media-text figure img {
  height: auto;
}

/*
.wp-block-media-text {
  display: flex;
  flex-direction: row;
  margin: 3rem 0;

  figure img {
    width: 12rem;
  }

  > div {
    &:last-child {
      margin-left: 2rem;
    }
    &:first-child {
      margin-right: 2rem;
    }
  }
}*/
.wpcf7 div[role=alert] {
  display: inline-block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  font-weight: 500;
  border: 1px solid #0cbfc5;
  border-radius: 0.3rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.wpcf7-not-valid-tip {
  display: block;
  font-size: 0.75rem;
  color: #C00;
}

.wpcf7 {
  text-align: center;
}

.aligncenter {
  align-items: center;
}

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