/*!
Theme Name: Hidden Champions of Consulting - Dinner
Theme URI: https://www.bajorat-media.com
Author: Bajorat Media
Author URI: https://www.bajorat-media.com
Description:
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wpbp
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

WordPress Boilerplate 3.0 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/** Bootstrpa 5 Column Fix **/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 0.0625rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
.row-eq-height {
  display: flex;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 600;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

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

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

big {
  font-size: 125%;
}

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

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

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

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 0.0625rem solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 0.1875rem;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  outline: 0;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 0.0625rem solid #ccc;
  border-radius: 0.1875rem;
  padding: 0.1875rem;
  outline: 0;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 0.0625rem solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}
a:visited {
  color: purple;
}
a:hover, a:focus, a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

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

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

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

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

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

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

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

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

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
## Basics
--------------------------------------------------------------*/
/* manrope-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200;
  src: url("./webfonts/manrope-v15-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  src: url("./webfonts/manrope-v15-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  src: url("./webfonts/manrope-v15-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* fira-sans-extra-condensed-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Fira Sans Extra Condensed";
  font-style: normal;
  font-weight: 400;
  src: url("./webfonts/fira-sans-extra-condensed-v10-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
html {
  overflow-x: hidden;
}

body {
  background: url(img/bg-body.jpg);
}

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

a, a:hover, a:focus, input, input:hover, input:focus, button, button:hover, button:focus {
  transition: all 300ms ease-in-out;
}

a:visited {
  color: #000;
}

::-moz-selection {
  background: #21759b;
  color: #fff;
}

::selection {
  background: #21759b;
  color: #fff;
}

.page {
  margin-bottom: 0;
}

/**
 ****************************************************
 *  Allgemein
 ****************************************************
 */
#page {
  max-width: 1100px;
  margin: 0 auto;
  min-height: calc(100vh - 55px);
  padding-top: 2.5rem;
  background: #fff;
}

/**
 ****************************************************
 *  Loading
 ****************************************************
 */
.loader {
  opacity: 1;
  background: #fff;
  position: fixed;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; /* Safari, Chrome and Opera > 12.1 */ /* Firefox < 16 */ /* Internet Explorer */ /* Opera < 12.1 */
  animation: fadeout 2s;
  animation-fill-mode: forwards;
  animation-delay: 3.5s;
}

@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
/**
 ****************************************************
 *  Home
 ****************************************************
 */
.home-header {
  position: relative;
  background: url("img/header.png") no-repeat top center;
  background-size: cover;
  width: 100%;
  min-height: 350px;
  height: 40vh;
}
.home-header img.header-image {
  width: 100%;
  height: auto;
}
.home-header h1 {
  position: absolute;
  left: 10%;
  top: -25px;
  margin: 0;
  background: #fff;
  color: #870035;
  padding: 5px 10px;
}
@media (max-width: 767px) {
  .home-header h1 {
    top: 0;
    left: 0;
    width: 100%;
    font-size: 1.4375rem;
    text-align: center;
  }
}

.home-form {
  position: relative;
  background: url(img/bg-homeform.jpg);
  padding: 1.875rem;
  float: right;
  margin: -1.875rem 2.5rem 0 0;
}
@media (max-width: 767px) {
  .home-form {
    padding: 1.25rem;
  }
}
@media (max-width: 600px) {
  .home-form {
    margin: 0;
    float: none;
    clear: both;
  }
}
.home-form p {
  margin: 0 0 1.25rem 0;
}
.home-form p:last-child {
  margin-bottom: 0;
}

#main-footer {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  min-height: 3.4375rem;
  background: #000;
  padding: 0.9375rem 1.25rem;
  text-align: center;
}
#main-footer a {
  color: #fff;
  text-decoration: none;
}
#main-footer a:hover {
  text-decoration: underline;
}

body.page-template-pageHome25 #main-footer {
  max-width: 100% !important;
}

/**
 ****************************************************
 *  Info-Page
 ****************************************************
 */
.section .row {
  background: url(img/bg-logotype-red.png) no-repeat;
  background-size: cover;
}
.section header {
  position: relative;
  width: 100%;
  min-height: 37.5rem;
  max-height: 43.75rem;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000;
}
.section header audio {
  position: absolute;
  bottom: 0px;
  left: 0px;
}
@media (max-width: 991px) {
  .section header {
    min-height: 28.125rem;
    max-height: 37.5rem;
  }
}
@media (max-width: 575px) {
  .section header {
    min-height: 18.75rem;
    max-height: 31.25rem;
  }
}
.section header h1, .section header h2 {
  font-size: 1.875rem;
  color: #f4b183;
  font-weight: 700;
  text-shadow: 0.125rem 0.125rem 0.0625rem rgba(0, 0, 0, 0.4);
  position: absolute;
  right: 3.125rem;
  bottom: 1.25rem;
  z-index: 10;
}
@media (max-width: 575px) {
  .section header h1, .section header h2 {
    left: 1.875rem;
    font-size: 1.4375rem;
  }
}
.section header video {
  top: -4.375rem;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: auto;
  filter: grayscale(0.8);
  opacity: 0.6;
}
@media (max-width: 575px) {
  .section header video {
    top: 0;
  }
}
.section h3 {
  font-size: 1.25rem;
  margin: 0 0 1.875rem 0;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  line-height: 1;
}
.section .row {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media (max-width: 575px) {
  .section .row {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
.section .content {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.section .content.border {
  border-right: 0.0625rem solid #870035;
  text-align: right;
}
@media (max-width: 575px) {
  .section .content.mobileready {
    border: none;
    text-align: left;
  }
  .section .content.mobileready h3 {
    margin-bottom: -0.9375rem;
  }
}
.section .content .pt50 {
  padding-top: 3.125rem;
}
.section .content p {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.section .content p:last-child {
  margin-bottom: 0;
}
.section small {
  display: block;
  font-size: 0.8125rem;
}
.section p {
  margin-top: 0;
  margin-bottom: 1.25rem;
}

#program-main header {
  text-align: center;
  border-bottom: 0.625rem solid #870035;
}
#program-main header h1, #program-main header h2 {
  position: static;
}
#program-main header h1 {
  font-size: 4.375rem;
  font-weight: 400;
  color: #f4b183;
  font-family: "Rouge Script", sans-serif;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  #program-main header h1 {
    font-size: 3.125rem;
  }
}
@media (max-width: 400px) {
  #program-main header h1 {
    font-size: 2.5rem;
  }
}
#program-main header h2 {
  margin: 0;
}

#contact header {
  background: #262626;
  max-height: inherit;
  min-height: inherit;
  position: static;
}
#contact header h2 {
  position: static;
  text-align: center;
  color: #fff;
  font-size: 1.5625rem;
  padding: 1.5625rem 0;
  margin: 0;
}
#contact .row:nth-of-type(1) {
  padding-bottom: 0;
}
#contact .row:nth-of-type(2) {
  padding-top: 0;
}
#contact .map {
  border: none;
  width: 100%;
  height: 37.5rem;
}

.logotypebg {
  background: url(img/bg-logotype.png) no-repeat;
  background-size: cover;
  padding-bottom: 1.875rem;
}

/**
 ****************************************************
 *  Form Style
 ****************************************************
 */
.gform_wrapper {
  margin: 0 !important;
}
.gform_wrapper ul li.gfield {
  margin-top: 0 !important;
}
.gform_wrapper .gfield_error {
  padding: 0 1.25rem;
}
.gform_wrapper input {
  border: 1px solid #000;
  padding: 0.625rem 1.25rem;
  text-align: center;
}
.gform_wrapper .field_description_below p {
  padding-top: 0.9375rem;
}
.gform_wrapper .gfield_label {
  margin-bottom: 0.9375rem;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio],
body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox,
body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
  margin: 0 0.3125rem 0 0.3125rem !important;
}

.gfield_radio {
  margin-top: 0 !important;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  border: 1px solid #000;
  padding: 0.625rem 2.5rem;
  background: #fff;
  display: inline-block;
  cursor: pointer;
  border-radius: 0.3125rem;
}
.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input[type=submit]:hover {
  background: #000;
  color: #fff;
}

.btn {
  border: 1px solid #000;
  padding: 0.625rem 2.5rem;
  background: #fff;
  color: #000;
  border-radius: 0.3125rem;
  display: inline-block;
  text-decoration: none;
}
.btn:hover {
  background: #000;
  color: #fff;
}

html, body {
  min-width: 100vw;
  min-height: 100vh;
}

body.page-template-pageHome22 {
  background: #000;
  margin: 0;
  padding: 0;
}
body.page-template-pageHome22 .video-block, body.page-template-pageHome22 .video-block iframe {
  width: 100vw;
  height: 90vh;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  body.page-template-pageHome22 .video-block, body.page-template-pageHome22 .video-block iframe {
    min-height: 65vh;
    height: auto;
  }
}
body.page-template-pageHome22 #login-form {
  max-width: 320px;
  margin: 0 auto 40px auto;
}
body.page-template-pageHome22 #login-form .gform_wrapper.gravity-theme .gfield input.large, body.page-template-pageHome22 #login-form .gform_wrapper.gravity-theme .gfield select.large {
  border: 2px solid #BD9B00;
}
body.page-template-pageHome22 #login-form .gform_button.button {
  background: #BD9B00;
  color: #fff;
  width: 100%;
  font-size: 16px;
}
body.page-template-pageHome22 #login-form .gform_button.button:hover {
  opacity: 0.75;
}
body.page-template-pageHome22 .intro {
  color: #fff;
  margin: 0 auto 30px auto;
  max-width: 480px;
  font-size: 24px;
  text-align: center;
}
body.page-template-pageHome22 .white-chevron {
  /*background: url("img/chevron-white.png") center no-repeat;
  background-size: contain;*/
  fill: #FFF;
  max-width: 300px;
  height: 50px;
  margin: 0 auto 45px auto;
  text-align: center;
  animation: hover-me 1s infinite ease-in-out alternate;
}
body.page-template-pageHome22 .white-chevron svg {
  max-width: 100%;
  height: 50px;
}
@keyframes hover-me {
  100% {
    transform: translate3d(0, 25px, 0);
  }
}
body.page-template-pageHome22 footer#main-footer {
  width: 100%;
  max-width: 100%;
  border-top: 2px solid #BD9B00;
}

body.page-template-pageSignUp22 .logotypebg {
  background: url(img/bg-restaurant.jpg) no-repeat center;
  min-height: 70vh;
  background-size: cover;
}

body.page-template-pageInfos22 .home-header {
  min-height: 37.5rem;
  max-height: 43.75rem;
  position: relative;
}
body.page-template-pageInfos22 .home-header h2 {
  font-size: 32px;
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 0px;
  left: 0;
  color: #BD9B00;
}

img.champions-dinner {
  max-width: 575px;
  height: auto;
}
@media screen and (max-width: 767px) {
  img.champions-dinner {
    max-width: 80%;
    height: auto;
  }
}

body.page-template-pageSignUp22, body.page-template-pageInfos22 {
  background: #fff;
}
body.page-template-pageSignUp22 .home-header, body.page-template-pageInfos22 .home-header {
  background: url(img/header-22.png) no-repeat top center;
  background-size: cover;
}
body.page-template-pageSignUp22 .home-header #wgmb-brand, body.page-template-pageInfos22 .home-header #wgmb-brand {
  position: absolute;
  right: 0;
  top: -43px;
  max-width: 125px;
  height: auto;
}
body.page-template-pageSignUp22 .home-header h1, body.page-template-pageInfos22 .home-header h1 {
  left: 5%;
  background: #000;
  border: 4px solid #fff;
  color: #BD9B00;
}
@media screen and (max-width: 767px) {
  body.page-template-pageSignUp22 .home-header h1, body.page-template-pageInfos22 .home-header h1 {
    left: 0;
    top: 0;
  }
}
body.page-template-pageSignUp22 .home-form, body.page-template-pageInfos22 .home-form {
  max-width: 450px;
  background: #FFF2CF;
  border-top-right-radius: 50px;
  padding-right: 120px;
}
body.page-template-pageSignUp22 .home-form h2, body.page-template-pageInfos22 .home-form h2 {
  margin: 0 0 20px 0 !important;
}
body.page-template-pageSignUp22 .home-form .no-margin, body.page-template-pageInfos22 .home-form .no-margin {
  margin-bottom: 0 !important;
}
body.page-template-pageSignUp22 .gform_button.button, body.page-template-pageInfos22 .gform_button.button {
  font-size: 15px !important;
  background: #BD9B00;
  border: 0;
  color: #fff;
}

body.page-template-pageInfos22 header {
  border-color: #BD9B00 !important;
}
@media screen and (min-width: 767px) {
  body.page-template-pageInfos22 .desktop-top-spacing {
    padding-top: 180px;
  }
}
body.page-template-pageInfos22 .header-spacer {
  min-height: unset;
  height: 50px;
  width: 100%;
  border-top: 4px solid #BD9B00;
  margin: 40px 0 40px 0;
}
body.page-template-pageInfos22 .header-spacer h2 {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  color: #fff;
  background: none;
  border: 0;
  margin: 0 auto;
  padding: 10px 0 0 0;
  text-align: center;
  font-size: 16px;
}
body.page-template-pageInfos22 .section .content.border {
  border-right: 2px solid #BD9B00;
}

body.page-template-pageHome25 *, body.page-template-pageHome25 input, body.page-template-pageHome25 p, body.page-template-pageHome25 a,
body.page-template-pageSignUp25 *,
body.page-template-pageSignUp25 input,
body.page-template-pageSignUp25 p,
body.page-template-pageSignUp25 a,
body.page-template-pageInfos25 *,
body.page-template-pageInfos25 input,
body.page-template-pageInfos25 p,
body.page-template-pageInfos25 a {
  font-family: "Manrope";
  font-weight: 400;
}
body.page-template-pageHome25 h1, body.page-template-pageHome25 h2, body.page-template-pageHome25 h3, body.page-template-pageHome25 h4,
body.page-template-pageSignUp25 h1,
body.page-template-pageSignUp25 h2,
body.page-template-pageSignUp25 h3,
body.page-template-pageSignUp25 h4,
body.page-template-pageInfos25 h1,
body.page-template-pageInfos25 h2,
body.page-template-pageInfos25 h3,
body.page-template-pageInfos25 h4 {
  font-family: "Manrope";
  font-weight: 600;
}
body.page-template-pageHome25 strong, body.page-template-pageHome25 b,
body.page-template-pageSignUp25 strong,
body.page-template-pageSignUp25 b,
body.page-template-pageInfos25 strong,
body.page-template-pageInfos25 b {
  font-family: "Manrope";
  font-weight: 600 !important;
}

body.page-template-pageHome25 {
  background: #fff;
}
body.page-template-pageHome25 .header-block {
  background: url("img/header_1.png") no-repeat bottom center;
  background-size: cover;
  min-height: 100vh;
  position: relative;
}
body.page-template-pageHome25 .header-banner {
  text-align: center;
  width: 100%;
  color: #fff;
  background: #60b77b;
  padding: 20px 10px;
}
body.page-template-pageHome25 .header-banner h1, body.page-template-pageHome25 .header-banner h2 {
  font-family: "Fira Sans Extra Condensed";
  font-weight: 400;
  margin: 0 !important;
}
body.page-template-pageHome25 .header-banner h1 {
  font-size: 48px;
  font-family: "Manrope";
}
body.page-template-pageHome25 .header-banner h2 {
  font-size: 32px;
  font-family: "Manrope";
}
@media (max-width: 768px) {
  body.page-template-pageHome25 .header-banner h1 {
    font-size: 28px !important;
  }
  body.page-template-pageHome25 .header-banner h2 {
    font-size: 20px !important;
  }
}
body.page-template-pageHome25 #login-wrapper {
  background: url("img/bg-logotype-gray.png") no-repeat top center #fff;
  background-size: cover;
}
@media (max-width: 768px) {
  body.page-template-pageHome25 #login-wrapper {
    padding: 0 15px;
  }
}
body.page-template-pageHome25 header, body.page-template-pageHome25 main {
  max-width: 800px;
  margin: 0 auto;
}
body.page-template-pageHome25 header {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}
body.page-template-pageHome25 #login-form {
  max-width: 320px;
  margin: 0 auto 40px auto;
}
body.page-template-pageHome25 #login-form p.gform_required_legend {
  display: none;
}
body.page-template-pageHome25 #login-form .gform_wrapper.gravity-theme .gfield input.large, body.page-template-pageHome25 #login-form .gform_wrapper.gravity-theme .gfield select.large {
  font-size: 18px;
  border: 3px solid #60b77b;
}
body.page-template-pageHome25 #login-form .gform_button.button {
  background: #60b77b;
  border-color: #60b77b;
  padding: 0.825rem 2.5rem;
  color: #fff;
  width: 100%;
  font-size: 16px;
}
body.page-template-pageHome25 #login-form .gform_button.button:hover {
  opacity: 0.75;
}

body.page-template-pageSignUp25,
body.page-template-pageInfos25,
body.page-template-pageFourth25 {
  background: url("img/bg-logotype-gray.png") no-repeat top center #000;
}
body.page-template-pageSignUp25 .gform_wrapper input[type=text],
body.page-template-pageSignUp25 .gform_wrapper input[type=email],
body.page-template-pageInfos25 .gform_wrapper input[type=text],
body.page-template-pageInfos25 .gform_wrapper input[type=email],
body.page-template-pageFourth25 .gform_wrapper input[type=text],
body.page-template-pageFourth25 .gform_wrapper input[type=email] {
  border: 2px solid #60b77b;
  border-radius: 4px;
}
body.page-template-pageSignUp25 .gfield_radio .gchoice,
body.page-template-pageInfos25 .gfield_radio .gchoice,
body.page-template-pageFourth25 .gfield_radio .gchoice {
  display: flex;
  flex-direction: row;
  padding-bottom: 5px;
}
body.page-template-pageSignUp25 .gfield_radio .ginput_container_radio,
body.page-template-pageInfos25 .gfield_radio .ginput_container_radio,
body.page-template-pageFourth25 .gfield_radio .ginput_container_radio {
  margin-left: 0 !important;
}
body.page-template-pageSignUp25 .gfield .gfield_radio input[type=radio],
body.page-template-pageInfos25 .gfield .gfield_radio input[type=radio],
body.page-template-pageFourth25 .gfield .gfield_radio input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #fff;
  border: 2px solid #60b77b;
  color: #60b77b;
  font: inherit;
  width: 1em;
  height: 1em;
  padding: 0 !important;
  margin: 0 !important;
  margin-top: 5px !important;
  display: grid !important;
  place-content: center;
}
body.page-template-pageSignUp25 .gfield .gfield_radio input[type=radio]:before,
body.page-template-pageInfos25 .gfield .gfield_radio input[type=radio]:before,
body.page-template-pageFourth25 .gfield .gfield_radio input[type=radio]:before {
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-radius: 0;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #60b77b;
}
body.page-template-pageSignUp25 .gfield .gfield_radio input[type=radio]:checked::before,
body.page-template-pageInfos25 .gfield .gfield_radio input[type=radio]:checked::before,
body.page-template-pageFourth25 .gfield .gfield_radio input[type=radio]:checked::before {
  transform: scale(1);
}
body.page-template-pageSignUp25 .gfield .gfield_radio label,
body.page-template-pageInfos25 .gfield .gfield_radio label,
body.page-template-pageFourth25 .gfield .gfield_radio label {
  padding-left: 5px !important;
}
body.page-template-pageSignUp25 .home-header,
body.page-template-pageInfos25 .home-header,
body.page-template-pageFourth25 .home-header {
  background: url(img/header_2.png) no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 767px) {
  body.page-template-pageSignUp25 .home-header,
  body.page-template-pageInfos25 .home-header,
  body.page-template-pageFourth25 .home-header {
    min-height: 600px;
  }
}
body.page-template-pageSignUp25 .home-header #wgmb-brand,
body.page-template-pageInfos25 .home-header #wgmb-brand,
body.page-template-pageFourth25 .home-header #wgmb-brand {
  position: absolute;
  right: 0;
  top: -43px;
  max-width: 125px;
  height: auto;
}
body.page-template-pageSignUp25 .home-header h1,
body.page-template-pageInfos25 .home-header h1,
body.page-template-pageFourth25 .home-header h1 {
  left: 5%;
  background: #000;
  border: 4px solid #fff;
  color: #D04F92;
}
@media screen and (max-width: 767px) {
  body.page-template-pageSignUp25 .home-header h1,
  body.page-template-pageInfos25 .home-header h1,
  body.page-template-pageFourth25 .home-header h1 {
    left: 0;
    top: 0;
  }
}
body.page-template-pageSignUp25 .home-form2,
body.page-template-pageInfos25 .home-form2,
body.page-template-pageFourth25 .home-form2 {
  max-width: 720px;
  margin: 30px;
  padding: 20px 40px;
  background: transparent;
  border-left: 4px solid #60b77b;
}
@media (max-width: 768px) {
  body.page-template-pageSignUp25 .home-form2,
  body.page-template-pageInfos25 .home-form2,
  body.page-template-pageFourth25 .home-form2 {
    padding: 3px 15px;
  }
}
body.page-template-pageSignUp25 .home-form2 h2,
body.page-template-pageInfos25 .home-form2 h2,
body.page-template-pageFourth25 .home-form2 h2 {
  margin: 0 0 20px 0 !important;
}
body.page-template-pageSignUp25 .home-form2 .no-margin,
body.page-template-pageInfos25 .home-form2 .no-margin,
body.page-template-pageFourth25 .home-form2 .no-margin {
  margin-bottom: 0 !important;
}
body.page-template-pageSignUp25 .gform_button.button,
body.page-template-pageInfos25 .gform_button.button,
body.page-template-pageFourth25 .gform_button.button {
  font-size: 15px !important;
  background: #60b77b;
  border: 0;
  color: #fff;
}

body.page-template-pageInfos25 .section .row {
  background-size: cover;
  background: none;
}
body.page-template-pageInfos25 a#wgmb-brand {
  position: absolute;
  right: 0;
  top: -43px;
  max-width: 125px;
  height: auto;
}
body.page-template-pageInfos25 header {
  border-color: #60b77b !important;
}
@media screen and (min-width: 767px) {
  body.page-template-pageInfos25 .desktop-top-spacing {
    padding-top: 180px;
  }
}
body.page-template-pageInfos25 .desktop-bottom-spacing {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 767px) {
  body.page-template-pageInfos25 .desktop-bottom-spacing {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
body.page-template-pageInfos25 .header-spacer {
  min-height: unset;
  height: 50px;
  width: 100%;
  border-top: 4px solid #D04F92;
  margin: 40px 0 40px 0;
}
body.page-template-pageInfos25 .header-spacer h2 {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  color: #fff;
  background: none;
  border: 0;
  margin: 0 auto;
  padding: 10px 0 0 0;
  text-align: center;
  font-size: 16px;
}
body.page-template-pageInfos25 .section .content.border {
  border-right: 4px solid #60b77b;
}
body.page-template-pageInfos25 .gform_wrapper input[type=text] {
  border: 2px solid #60b77b;
  border-radius: 4px;
}
body.page-template-pageInfos25 .gform_wrapper .gfield_label {
  margin-bottom: 0;
}
body.page-template-pageInfos25 .gform_wrapper .gfield {
  margin-bottom: 10px;
}
body.page-template-pageInfos25 .gform_wrapper #field_8_2 {
  padding-top: 0;
}
body.page-template-pageInfos25 .gform_wrapper #field_8_3 {
  margin-bottom: 15px;
}
body.page-template-pageInfos25 .gform_wrapper #field_8_4 p {
  padding-left: 0 !important;
}
body.page-template-pageInfos25 .gform_wrapper #field_8_7 .gfield_label {
  margin-bottom: 10px;
}
body.page-template-pageInfos25 .gform_legacy_markup_wrapper label.gfield_label, body.page-template-pageInfos25 .gform_legacy_markup_wrapper legend.gfield_label {
  font-weight: normal;
}
body.page-template-pageInfos25 span.gfield_required.gfield_required_text {
  display: none;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

body.page-template-pageHome25 #main-footer,
body.page-template-pageSignUp25 #main-footer,
body.page-template-pageSignUp25 #main-footer,
body.page-template-pageInfos25 #main-footer,
body.page-template-pageFourth25 #main-footer {
  border-top: 4px solid #60b77b;
}

body.page-template-pageSignUp25 #footer-img,
body.page-template-pageSignUp25 #footer-img,
body.page-template-pageInfos25 #footer-img,
body.page-template-pageFourth25 #footer-img {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 10px auto;
  height: 300px;
  background: url("img/footer_image.png") no-repeat top center transparent;
  background-size: cover;
}

/**
 ****************************************************
 *  Audio Player
 ****************************************************
 */
audio {
  position: sticky;
  bottom: 0;
  left: 0;
  border-radius: 0 !important;
  z-index: 1000;
}

audio::-webkit-media-controls-panel,
audio::-webkit-media-controls-timeline {
  border-radius: 0 !important;
}

#accomodation p {
  margin-bottom: 0px;
}

#map {
  background: #f2f2f2;
  border-top: 4px solid #60b77b;
  border-bottom: 4px solid #60b77b;
  padding: 50px;
}
#map .row {
  padding: 0;
}
#map .row .mobileready {
  background: #fff;
  padding: 2px;
  text-align: center;
}
#map .row .mobileready p {
  margin-bottom: 0px;
}
#map .row .mobileready a {
  color: inherit;
  text-decoration: none;
}
#map .row .text-center {
  padding-top: 65px;
}
@media (max-width: 768px) {
  #map .row .text-center .text-center {
    padding: 20px 0 40px 0;
  }
}

#dinner li#field_8_1, #dinner li#field_8_5 {
  opacity: 0;
  height: 0;
  margin: 0;
}
#dinner #input_8_3 {
  padding: 10px 4px;
}

.page-template-pageFourth25 a#wgmb-brand {
  position: absolute;
  right: 0;
  top: -43px;
  max-width: 125px;
  height: auto;
}
.page-template-pageFourth25 .home-header {
  min-height: 600px;
}
.page-template-pageFourth25 .right_border_box {
  max-width: 800px;
  margin: 30px;
  padding: 20px 40px;
  background: transparent;
  border-left: 4px solid #60b77b;
}
@media (max-width: 768px) {
  .page-template-pageFourth25 .right_border_box {
    padding: 3px 15px;
  }
}
.page-template-pageFourth25 .right_border_box .row {
  padding: 0;
}
.page-template-pageFourth25 .right_border_box .row h1 {
  margin-top: 0;
}
.page-template-pageFourth25 .right_border_box .row .content {
  padding: 0 15px;
}
.page-template-pageFourth25 .right_border_box .row .gform_wrapper input {
  border: 2px solid #60b77b;
  border-radius: 4px;
}
.page-template-pageFourth25 .right_border_box .row #gform_submit_button_9 {
  font-size: 15px !important;
  background: #60b77b;
  border: 0;
  color: #fff;
}
.page-template-pageFourth25 .right_border_box .row .form_box {
  max-width: 60% !important;
}
@media (max-width: 768px) {
  .page-template-pageFourth25 .right_border_box .row {
    max-width: 100% !important;
  }
  .page-template-pageFourth25 .right_border_box .row .form_box {
    max-width: 100% !important;
  }
}

.page-template-pageSignUp25 p.gform_required_legend {
  display: none;
}

@media (max-width: 768px) {
  body.page-template-pageInfos25 h3.desktop-bottom-spacing {
    margin-bottom: 0;
  }
  body.page-template-pageInfos25 .mobileready img {
    margin: 20px auto 0;
    text-align: center;
    display: block;
  }
}

@media (max-width: 768px) {
  body.page-template-pageInfos25 h1, .page-template-pageSignUp25 h1, .page-template-pageFourth25 h1 {
    font-size: 28px;
    line-height: 37px;
  }
}

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

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

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}/*# sourceMappingURL=style.css.map */