@charset "UTF-8";
/*
	München Pro Theme
	Theme Name: München Pro
	Description: A custom WordPress theme built for KC Bier Co. by Lagom Design based on the Genesis Framework.
	Author: Lagom Design
	Author URI: http://lagomdesign.com/

	Version: 1.0.9

	Template: genesis
	Template Version: 2.2.0

	Basis Theme Name: Altitude Pro
	Basis Theme URI: http://my.studiopress.com/themes/altitude/
	Basis Author: StudioPress
	Basis Author URI: http://www.studiopress.com/

	Basis License: GPL-2.0+
	Basis License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* HTML 5 Reset
 * ========================================================================== */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
@import "fonts/fontello-kcbc/css/kcbc-icons.css";
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

/*
	Theme Name: Altitude Pro
	Theme URI: http://my.studiopress.com/themes/altitude/
	Description: Make a stunning first impression, grab attention, and dynamically tell your story with beautiful images and clean typography.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 1.0.3

	Tags: black, white, blue, green, orange, pink, one-column, two-columns, responsive-layout, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.1

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/
/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Buttons
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
	- Plugins
		- Genesis eNews Extended
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Primary Navigation
		- Secondary Navigation
		- Footer Navigation
		- Responsive Menu
	- Content Area
		- Front Page
		- Dashicons
		- Flexible Widgets
		- Content
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Content Boxes
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- Max-width: 1280px
		- Max-width: 1200px
		- Max-width: 1023px
		- Max-width: 800px
		- Max-width: 480px

*/
/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

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

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

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

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

mark {
  background: #ff0;
  color: #000;
}

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

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

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

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

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

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Box Sizing
--------------------------------------------- */
*,
input[type=search] {
  box-sizing: border-box;
}

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

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

/*
Defaults
---------------------------------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
body {
  background-color: #fff;
  color: #000;
  font-family: "Ek Mukta", sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body.altitude-home {
  background: none;
}

a,
input:focus,
input[type=button],
input[type=reset],
input[type=submit],
textarea:focus,
.button,
.site-header.dark {
  transition: all 0.2s ease-in-out;
}

::-moz-selection {
  background-color: #000;
  color: #fff;
}

::selection {
  background-color: #000;
  color: #fff;
}

a {
  color: #22a1c4;
  text-decoration: none;
}

a:hover {
  color: #000;
}

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

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

li {
  list-style-type: none;
}

b,
strong {
  font-weight: 800;
}

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

blockquote {
  color: #999;
  margin: 40px;
}

blockquote::before {
  content: "“";
  display: block;
  font-size: 30px;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
}

hr {
  border: 0;
  border-collapse: collapse;
  border-top: 2px solid #f5f5f5;
  clear: both;
  margin: 40px 0;
}

/* Headings
--------------------------------------------- */
h1,
h2,
.pum-title,
.popmake-title,
h3,
h4,
h5,
h6 {
  font-family: "Ek Mukta", sans-serif;
  font-weight: 200;
  line-height: 1.2;
  margin: 0 0 20px;
}

h1 {
  font-size: 36px;
}

h2, .pum-title,
.popmake-title {
  font-size: 32px;
}

.image-section h2, .image-section .pum-title,
.image-section .popmake-title,
.solid-section h2,
.solid-section .pum-title,
.solid-section .popmake-title {
  font-size: 80px;
  font-weight: 200;
  line-height: 1;
}

.front-page-2.solid-section h2, .front-page-2.solid-section .pum-title,
.front-page-2.solid-section .popmake-title {
  font-size: 48px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

.image-section h4,
.solid-section h4 {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

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

img {
  height: auto;
}

.full-width-content img.pull-left {
  float: left;
  margin: 0 40px 40px -200px;
}

.full-width-content img.pull-right {
  float: right;
  margin: 0 -200px 40px 40px;
}

/* Gallery
--------------------------------------------- */
.gallery {
  margin-bottom: 28px;
  overflow: hidden;
}

.gallery-item {
  float: left;
  margin: 0;
  padding: 0 4px;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.gallery .gallery-item img {
  border: none;
  height: auto;
  margin: 0;
}

/* Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  font-size: 20px;
  font-weight: 200;
  padding: 20px;
  width: 100%;
}

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

.front-page input:focus,
.front-page textarea:focus {
  border: 1px solid #22a1c4;
  outline: none;
}

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

::-moz-placeholder {
  color: #000;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #000;
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.button,
.widget .button {
  background-color: #22a1c4;
  border: 2px solid #22a1c4;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 2px;
  padding: 15px 25px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  white-space: normal;
  width: auto;
}

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

/* Buttons
--------------------------------------------- */
button:hover,
input:hover[type=button],
input:hover[type=reset],
input:hover[type=submit],
.button.clear:hover,
.button:hover,
.footer-widgets button,
.footer-widgets input[type=button],
.footer-widgets input[type=reset],
.footer-widgets input[type=submit],
.footer-widgets .widget .button,
.widget .button:hover,
.widget .button.clear:hover {
  background-color: #000;
  border: 2px solid #000;
  color: #fff;
}

.button {
  display: inline-block;
}

button.small,
input[type=button].small,
input[type=reset].small,
input[type=submit].small,
.button.small {
  padding: 8px 16px;
}

.widget .button.clear {
  background-color: transparent;
  border: 2px solid #000;
  color: #000;
}

.image-section .button {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 20px;
}

.image-section .button.clear {
  border-color: #fff;
  color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type=button],
.footer-widgets input:hover[type=reset],
.footer-widgets input:hover[type=submit],
.footer-widgets .widget .button:hover,
.image-section button:hover,
.image-section input:hover[type=button],
.image-section input:hover[type=reset],
.image-section input:hover[type=submit],
.image-section .widget .button:hover {
  background-color: #fff;
  border: 2px solid #fff;
  color: #000;
}

button:disabled,
button:disabled:hover,
input:disabled,
input:disabled:hover,
input[type=button]:disabled,
input[type=button]:disabled:hover,
input[type=reset]:disabled,
input[type=reset]:disabled:hover,
input[type=submit]:disabled,
input[type=submit]:disabled:hover {
  background-color: #ddd;
  border-color: #ddd;
  color: #fff;
  cursor: not-allowed;
}

.post-password-form input[type=password] {
  margin-bottom: 15px;
}

/* Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
}

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

th,
td {
  text-align: left;
}

th {
  font-weight: bold;
  text-transform: uppercase;
}

td {
  border-top: 1px solid #ddd;
  padding: 6px 0;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* Site Containers
--------------------------------------------- */
.site-inner,
.wrap {
  float: none;
  margin: 0 auto;
  max-width: 1200px;
}

.site-inner {
  background-color: #fff;
  clear: both;
  margin-top: 170px;
  position: relative;
  z-index: 9;
  word-wrap: break-word;
}

.front-page .site-container .site-inner {
  margin-top: 0;
  max-width: 100%;
}

.altitude-landing .site-container .site-inner {
  margin-top: 100px;
}

.secondary-nav .site-inner {
  margin-top: 250px;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.5641025641%;
}

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

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

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

.one-fourth {
  width: 23.0769230769%;
}

.three-fourths {
  width: 74.358974359%;
}

.one-sixth {
  width: 14.5299145299%;
}

.five-sixths {
  width: 82.905982906%;
}

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

/*
Common Classes
---------------------------------------------------------------------------------------------------- */
/* Avatar
--------------------------------------------- */
.avatar {
  border-radius: 50%;
  float: left;
}

.author-box .avatar {
  height: 88px;
  width: 88px;
}

.entry-comments .avatar {
  height: 60px;
  width: 60px;
}

.alignleft .avatar,
.author-box .avatar {
  margin-right: 24px;
}

.alignright .avatar {
  margin-left: 24px;
}

.comment .avatar {
  margin: 0 20px 24px 0;
}

/* Genesis
--------------------------------------------- */
.breadcrumb {
  border-bottom: 2px solid #f5f5f5;
  font-size: 20px;
  margin-bottom: 60px;
  padding-bottom: 10px;
}

.archive-description,
.author-box {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  font-size: 20px;
  margin-bottom: 100px;
  padding: 40px 0;
}

.author-box-title {
  font-size: 22px;
  margin-bottom: 8px;
}

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

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

.search-form input[type=search] {
  margin-right: 10px;
  width: auto;
}

.search-form input[type=submit] {
  padding: 25px;
}

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

/* Titles
--------------------------------------------- */
.archive-title {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 20px;
}

.entry-title {
  font-size: 48px;
}

.sidebar .entry-title {
  font-size: 24px;
  text-align: left;
}

.entry-title a {
  color: #000;
}

.entry-title a:hover {
  color: #22a1c4;
}

.widget-full .widget-title {
  margin-bottom: 40px;
}

/* WordPress
--------------------------------------------- */
.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

a.alignnone {
  display: inline-block;
}

a.aligncenter img {
  display: block;
  margin: 0 auto;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
  margin: 0 0 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px;
}

.wp-caption-text {
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

.gallery-caption,
.entry-content .gallery-caption {
  margin: 0 0 10px;
}

.post-password-form input {
  width: auto;
}

.post-password-form input[type=submit] {
  padding: 25px;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
  margin: 0 0 28px;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
  word-wrap: break-word;
}

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

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

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

.widget_calendar table {
  width: 100%;
}

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

/* Featured Content
--------------------------------------------- */
.featured-content .entry-title {
  font-size: 24px;
}

/* Simple Social Icons
--------------------------------------------- */
.altitude-home .content .simple-social-icons {
  margin-top: 40px;
}

.altitude-home .content .simple-social-icons ul li {
  margin: 0 20px !important;
}

.altitude-home .content .simple-social-icons ul li a,
.altitude-home .content .simple-social-icons ul li a:hover {
  padding: 30px;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */
/* Genesis eNews Extended
--------------------------------------------- */
.enews-widget input {
  font-size: 18px;
  margin-bottom: 20px;
}

.enews-widget input[type=submit] {
  margin: 0;
  width: 100%;
}

.enews form + p {
  margin-top: 24px;
}

/* Genesis Portfolio Pro
--------------------------------------------- */
.genesis-pro-portfolio .content .pro-portfolio {
  padding: 0;
}

/* Jetpack
--------------------------------------------- */
#wpstats {
  display: none;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background-color: #000;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.featured-section .site-header {
  background-color: transparent;
}

.featured-section .site-header > .wrap {
  border-bottom: 1px solid #fff;
}

.site-header.dark {
  background-color: #000;
}

.site-header.dark > .wrap {
  border-bottom: none;
}

.site-header.dark .nav-secondary {
  display: none;
}

.admin-bar .site-header {
  top: 32px;
}

/* Title Area
--------------------------------------------- */
.title-area {
  float: left;
  padding: 25px 0;
  width: 360px;
}

.site-header.dark .title-area {
  padding: 15px 0;
}

.site-title {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
  color: #fff !important;
}

.header-image .title-area,
.header-image .site-header.dark .title-area {
  padding: 0;
}

.header-image .site-title > a {
  background-size: contain !important;
  display: block;
  height: 76px;
  text-indent: -9999px;
}

.header-image .dark .site-title > a {
  height: 56px;
}

.site-description {
  display: block;
  height: 0;
  margin-bottom: 0;
  text-indent: -9999px;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  line-height: 1;
}

.genesis-nav-menu .menu-item {
  display: inline-block;
  text-align: left;
}

.genesis-nav-menu li li {
  margin-left: 0;
}

.genesis-nav-menu a {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 1px;
  padding: 30px 15px;
  text-transform: uppercase;
}

.site-header.dark .genesis-nav-menu a {
  padding: 20px 15px;
}

.genesis-nav-menu li.highlight a:hover::before {
  color: #fff;
}

.genesis-nav-menu li.highlight > a {
  font-weight: 800;
}

.front-page .genesis-nav-menu li.current-menu-item > a,
.genesis-nav-menu > li > a {
  border-bottom: 2px solid transparent;
}

.front-page .genesis-nav-menu li.current-menu-item > a:hover,
.genesis-nav-menu li.current-menu-item > a,
.genesis-nav-menu > li > a:hover {
  border-color: #fff;
}

.genesis-nav-menu > .menu-item > a {
  text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
  left: -9999px;
  letter-spacing: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.4s ease-in-out;
  width: 200px;
  z-index: 99;
}

.genesis-nav-menu .sub-menu a {
  background-color: #111;
  padding: 20px;
  position: relative;
  width: 200px;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu li.current-menu-item > a {
  background-color: #222;
}

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
  position: static;
}

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

.genesis-nav-menu > .first > a {
  padding-left: 0;
}

.genesis-nav-menu > .last > a {
  padding-right: 0;
}

.genesis-nav-menu > .right {
  color: #fff;
  display: inline-block;
  list-style-type: none;
  padding: 27px 20px;
  text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
  display: inline;
  padding: 0;
}

.genesis-nav-menu > .rss > a {
  margin-left: 48px;
}

.genesis-nav-menu > .search {
  display: block;
  margin: 0 auto;
  padding: 0 20px 20px;
  width: 50%;
}

/* Primary Navigation
--------------------------------------------- */
.nav-primary {
  text-align: center;
}

.nav-primary .genesis-nav-menu {
  float: right;
}

/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {
  border-bottom: 1px solid #fff;
}

/* Footer Navigation
--------------------------------------------- */
.nav-footer .genesis-nav-menu {
  padding: 20px 0;
}

.nav-footer .genesis-nav-menu a {
  border: none;
  font-weight: 800;
  letter-spacing: 3px;
  margin: 0 20px;
  padding: 0;
}

/* Responsive Menu
--------------------------------------------- */
.responsive-menu-icon {
  cursor: pointer;
  display: none;
  margin-bottom: 10px;
  text-align: center;
}

.responsive-menu-icon::before {
  color: #fff;
  content: "";
  font: normal 24px/1 "dashicons";
  margin: 0 auto;
}

.nav-secondary .responsive-menu-icon {
  margin: 10px auto 0;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */
/* Front Page
--------------------------------------------- */
.image-section,
.solid-section {
  clear: both;
  text-align: center;
  width: 100%;
}

.image-section {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#33000000", endColorstr="#e6000000",GradientType=0 );
  display: table;
  overflow: hidden;
  table-layout: fixed;
  width: 100%;
}

.image-section .widget-area {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.image-section,
.image-section a {
  color: #fff;
}

.image-section a:hover,
.image-section .featured-content .entry-title a:hover {
  color: #22a1c4;
}

.solid-section {
  background-color: #fff;
}

.front-page-2,
.front-page-3,
.front-page-4,
.front-page-5,
.front-page-6,
.front-page-7 {
  border-top: 54px solid transparent;
  margin-top: -54px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  position: relative;
  z-index: 9;
}

.front-page-1,
.front-page-3,
.front-page-5,
.front-page-7 {
  background-attachment: fixed;
  background-color: #fff;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.front-page-1 {
  position: relative;
}

.front-page-1 .image-section {
  padding-top: 75px;
}

.secondary-nav .front-page-1 .image-section {
  padding-top: 150px;
}

.front-page-4 .solid-section {
  background-color: #f3f3f3;
}

.bottom-image {
  margin-bottom: -120px;
  margin-top: 100px;
}

.bottom-image img {
  margin-bottom: -10px;
}

.front-page .field-wrap:last-child {
  margin-bottom: 0;
}

.small-disclaimer {
  font-size: 14px;
  font-style: italic;
}

/* Dashicons
--------------------------------------------- */
.front-page .dashicons {
  font-size: 40px;
  height: 40px;
  margin-bottom: 20px;
  width: 40px;
}

/* Flexible Widgets
--------------------------------------------- */
.flexible-widgets {
  padding-bottom: 60px;
  padding-top: 100px;
}

.flexible-widgets .widget {
  float: left;
  margin: 0 0 40px 2.5641025641%;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-area .widget:nth-of-type(1),
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
  background: none;
  margin-left: 0;
  padding: 0;
  width: 100%;
}

.widget-area.flexible-widgets.widget-half .widget,
.flexible-widgets.widget-halves .widget {
  width: 48.7179487179%;
}

.flexible-widgets.widget-thirds .widget {
  width: 31.6239316239%;
}

.flexible-widgets.widget-fourths .widget {
  width: 23.0769230769%;
}

.flexible-widgets.widget-halves .widget:nth-child(even),
.flexible-widgets.widget-thirds .widget:nth-child(3n+2),
.flexible-widgets.widget-fourths .widget:nth-child(4n+2) {
  clear: left;
  margin-left: 0;
}

.solid-section .widget {
  background-color: #fff;
  padding: 40px;
}

.solid-section .widget-title {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.flexible-widgets.widget-halves h2, .flexible-widgets.widget-halves .pum-title,
.flexible-widgets.widget-halves .popmake-title,
.flexible-widgets.widget-thirds h2,
.flexible-widgets.widget-thirds .pum-title,
.flexible-widgets.widget-thirds .popmake-title,
.flexible-widgets.widget-fourths h2,
.flexible-widgets.widget-fourths .pum-title,
.flexible-widgets.widget-fourths .popmake-title {
  font-size: 36px;
}

/* Content
--------------------------------------------- */
.content {
  float: left;
  width: 700px;
}

.page .content {
  padding-bottom: 50px;
}

.sidebar-content .content {
  float: right;
}

.full-width-content .content {
  padding: 0 200px 50px;
  width: 100%;
}

.full-width-content.front-page .content {
  padding: 0;
}

/* Entries
--------------------------------------------- */
.entry {
  margin-bottom: 100px;
}

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

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

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

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

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

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

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

.entry-header,
.entry-footer {
  text-align: center;
}

.entry-header p.entry-meta {
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.entry-header::after {
  border-bottom: 1px solid #000;
  content: "";
  display: block;
  margin: 0 auto 60px;
  padding-bottom: 30px;
  width: 25%;
}

.image-section .entry-header::after {
  border-color: #fff;
}

.entry-footer::before {
  border-top: 1px solid #000;
  content: "";
  display: block;
  margin: 30px auto 0;
  padding-top: 60px;
  width: 25%;
}

.sidebar .entry-header::after {
  display: none;
}

.entry-categories::before,
.entry-tags::before {
  display: inline-block;
  font: normal 20px/1 "dashicons";
  margin-right: 5px;
  margin-top: 2px;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
}

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

/* After Entry
--------------------------------------------- */
.after-entry {
  border-top: 1px solid #000;
  padding: 40px 0;
}

.after-entry .widget {
  margin-bottom: 40px;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
  margin: 0;
}

.after-entry li {
  list-style-type: none;
}

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

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

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  background-color: #000;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 8px 12px;
  text-transform: uppercase;
}

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

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

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
  margin-bottom: 40px;
}

.comment-header {
  font-size: 20px;
}

.entry-comments .comment {
  border-bottom: 1px solid #000;
}

.comment-content,
.entry-comments .comment {
  clear: both;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
  margin: 0;
}

.entry-comments .children .comment {
  border: none;
}

.comment-respond label {
  display: block;
  font-weight: 800;
}

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

.comment-list li,
.ping-list li {
  list-style-type: none;
}

.entry-comments ul.children {
  margin-left: 40px;
}

.ping-list .reply {
  display: none;
}

/*
Sidebar
---------------------------------------------------------------------------------------------------- */
.sidebar {
  float: right;
  width: 360px;
}

.sidebar-content .sidebar {
  float: left;
}

.sidebar p:last-child {
  margin-bottom: 0;
}

.sidebar li {
  list-style-type: none;
  margin-bottom: 6px;
  word-wrap: break-word;
}

.sidebar ul > li:last-child {
  margin-bottom: 0;
}

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

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #22a1c4;
  clear: both;
  text-align: center;
  position: relative;
  z-index: 9;
}

.footer-widgets .wrap {
  padding-bottom: 100px;
  padding-top: 100px;
}

.footer-widgets,
.footer-widgets .wrap a,
.footer-widgets .wrap a.button {
  color: #fff;
}

.footer-widgets a:hover {
  color: #000;
}

.footer-widgets li {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.footer-widgets .widget {
  margin-bottom: 40px;
}

.footer-widgets p:last-child {
  margin-bottom: 0;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background-color: #000;
  padding: 20px;
  text-align: center;
}

.site-footer,
.site-footer a,
.site-footer p {
  color: #fff;
}

.site-footer a:hover {
  color: #22a1c4;
}

.site-footer p {
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 0;
  text-transform: uppercase;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1280px) {
  .site-inner,
.wrap {
    max-width: 1140px;
  }
}
@media only screen and (max-width: 1200px) {
  .site-inner,
.wrap {
    max-width: 960px;
  }

  .site-header .widget-area {
    width: 580px;
  }

  .content {
    width: 520px;
  }

  .full-width-content .content {
    padding: 0 110px;
  }

  .genesis-nav-menu a {
    padding: 30px 10px;
  }

  .site-header.dark .genesis-nav-menu a {
    padding: 20px 10px;
  }

  .front-page-1,
.front-page-3,
.front-page-5,
.front-page-7 {
    background-attachment: scroll;
  }
}
@media only screen and (max-width: 1023px) {
  .site-inner,
.wrap {
    max-width: 768px;
  }

  .secondary-nav .site-inner {
    margin-top: 80px;
  }

  .front-page .site-inner {
    max-width: none;
  }

  .site-header {
    position: static;
  }

  .front-page .site-header {
    background-color: #000;
  }

  .front-page .site-header > .wrap {
    border: none;
  }

  .content,
.sidebar,
.site-header .widget-area,
.title-area {
    width: 100%;
  }

  .site-header .title-area,
.site-header.dark .title-area {
    padding: 15px 0;
  }

  .header-image .dark .site-title > a {
    height: 76px;
  }

  .genesis-nav-menu,
.site-header .widget-area,
.site-title {
    text-align: center;
  }

  .header-image .site-title > a {
    background-position: center !important;
  }

  .nav-primary .genesis-nav-menu {
    float: none;
  }

  .nav-secondary,
.site-header.dark .nav-secondary {
    border-bottom: none;
    display: block;
  }

  .genesis-nav-menu a,
.site-header.dark .genesis-nav-menu a {
    padding: 10px;
  }

  .front-page .site-inner {
    margin-top: 0;
  }

  .site-inner {
    margin-top: 80px;
  }

  .full-width-content .content {
    padding: 0;
  }

  .full-width-content img.pull-left {
    margin-left: 0;
  }

  .full-width-content img.pull-right {
    margin-right: 0;
  }

  .five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    margin: 0;
    width: 100%;
  }

  .flexible-widgets.widget-full .widget,
.flexible-widgets.widget-halves .widget,
.flexible-widgets.widget-thirds .widget,
.flexible-widgets.widget-fourths .widget {
    margin: 0 auto 20px;
    width: 100%;
  }

  .image-section h2, .image-section .pum-title,
.image-section .popmake-title,
.solid-section h2,
.solid-section .pum-title,
.solid-section .popmake-title {
    font-size: 60px;
  }

  .front-page-1 .image-section,
.secondary-nav .front-page-1 .image-section {
    padding-top: 0;
  }
}
@media only screen and (max-width: 800px) {
  .site-inner,
.wrap {
    max-width: none;
    width: 100%;
  }

  .site-inner,
.wrap {
    padding: 0 5%;
  }

  .front-page .site-inner {
    padding: 0;
  }

  .genesis-nav-menu.responsive-menu {
    display: none;
    float: none;
    padding-bottom: 20px;
  }

  .genesis-nav-menu.responsive-menu .menu-item,
.responsive-menu-icon {
    display: block;
  }

  .genesis-nav-menu.responsive-menu .menu-item:hover {
    position: static;
  }

  .genesis-nav-menu.responsive-menu li.current-menu-item > a,
.genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover,
.genesis-nav-menu.responsive-menu li a,
.genesis-nav-menu.responsive-menu li a:hover {
    background: none;
    border: none;
    display: block;
    padding: 10px 0;
    text-transform: none;
  }

  .genesis-nav-menu.responsive-menu .menu-item-has-children {
    cursor: pointer;
  }

  .genesis-nav-menu.responsive-menu .menu-item-has-children > a {
    margin-right: 60px;
  }

  .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
    content: "";
    float: right;
    font: normal 20px/1 "dashicons";
    height: 20px;
    padding: 7px 20px;
    right: 0;
    text-align: right;
    z-index: 9999;
  }

  .genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
    content: "";
  }

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

  .genesis-nav-menu.responsive-menu .sub-menu {
    background-color: rgba(255, 255, 255, 0.05);
    left: auto;
    opacity: 1;
    position: relative;
    transition: opacity 0.4s ease-in-out;
    width: 100%;
    z-index: 99;
  }

  .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
    background-color: transparent;
    margin: 0;
    padding-left: 25px;
  }

  .genesis-nav-menu.responsive-menu .sub-menu li a,
.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
    padding: 10px 0;
    position: relative;
    text-transform: none;
    width: 100%;
  }

  .genesis-nav-menu.responsive-menu .current-menu-item > a,
.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu.responsive-menu > li.menu-item-has-children:hover > a,
.genesis-nav-menu.responsive-menu a:hover {
    background: none;
  }

  .site-header .genesis-nav-menu.responsive-menu .current-menu-item > a,
.site-header .genesis-nav-menu.responsive-menu .sub-menu li a,
.site-header .genesis-nav-menu.responsive-menu .sub-menu li a:hover,
.site-header .genesis-nav-menu.responsive-menu .sub-menu,
.site-header .genesis-nav-menu.responsive-menu > .menu-item-has-children:before,
.site-header .genesis-nav-menu.responsive-menu > li:hover > a,
.site-header .genesis-nav-menu.responsive-menu a:hover {
    color: #fff;
  }

  .altitude-home .simple-social-icons ul li {
    margin: 0 20px 20px !important;
  }

  .footer-widgets .wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .front-page-2,
.front-page-3,
.front-page-4,
.front-page-5,
.front-page-6,
.front-page-7 {
    border-top: 0;
    margin-top: 0;
  }

  .image-section .flexible-widgets {
    padding-bottom: 80px;
  }

  .solid-section .flexible-widgets {
    padding-bottom: 40px;
    padding-top: 60px;
  }

  .bottom-image {
    margin-top: 60px;
    margin-bottom: -80px;
  }
}
@media only screen and (max-width: 480px) {
  .image-section h2, .image-section .pum-title,
.image-section .popmake-title,
.solid-section h2,
.solid-section .pum-title,
.solid-section .popmake-title {
    font-size: 40px;
  }
}
/*!
 * Font Awesome Pro 5.0.10 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.media-entries .preview-image .download-hover i,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.media-entries .preview-image .download-hover i.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.media-entries .preview-image .download-hover i.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-card:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-alarm-clock:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-allergies:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-arrow-alt-circle-down:before {
  content: "";
}

.fa-arrow-alt-circle-left:before {
  content: "";
}

.fa-arrow-alt-circle-right:before {
  content: "";
}

.fa-arrow-alt-circle-up:before {
  content: "";
}

.fa-arrow-alt-down:before {
  content: "";
}

.fa-arrow-alt-from-bottom:before {
  content: "";
}

.fa-arrow-alt-from-left:before {
  content: "";
}

.fa-arrow-alt-from-right:before {
  content: "";
}

.fa-arrow-alt-from-top:before {
  content: "";
}

.fa-arrow-alt-left:before {
  content: "";
}

.fa-arrow-alt-right:before {
  content: "";
}

.fa-arrow-alt-square-down:before {
  content: "";
}

.fa-arrow-alt-square-left:before {
  content: "";
}

.fa-arrow-alt-square-right:before {
  content: "";
}

.fa-arrow-alt-square-up:before {
  content: "";
}

.fa-arrow-alt-to-bottom:before {
  content: "";
}

.fa-arrow-alt-to-left:before {
  content: "";
}

.fa-arrow-alt-to-right:before {
  content: "";
}

.fa-arrow-alt-to-top:before {
  content: "";
}

.fa-arrow-alt-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-arrow-from-bottom:before {
  content: "";
}

.fa-arrow-from-left:before {
  content: "";
}

.fa-arrow-from-right:before {
  content: "";
}

.fa-arrow-from-top:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-square-down:before {
  content: "";
}

.fa-arrow-square-left:before {
  content: "";
}

.fa-arrow-square-right:before {
  content: "";
}

.fa-arrow-square-up:before {
  content: "";
}

.fa-arrow-to-bottom:before {
  content: "";
}

.fa-arrow-to-left:before {
  content: "";
}

.fa-arrow-to-right:before {
  content: "";
}

.fa-arrow-to-top:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-arrows-alt-h:before {
  content: "";
}

.fa-arrows-alt-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-badge:before {
  content: "";
}

.fa-badge-check:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-band-aid:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-barcode-alt:before {
  content: "";
}

.fa-barcode-read:before {
  content: "";
}

.fa-barcode-scan:before {
  content: "";
}

.fa-bars:before {
  content: "";
}

.fa-baseball:before {
  content: "";
}

.fa-baseball-ball:before {
  content: "";
}

.fa-basketball-ball:before {
  content: "";
}

.fa-basketball-hoop:before {
  content: "";
}

.fa-bath:before {
  content: "";
}

.fa-battery-bolt:before {
  content: "";
}

.fa-battery-empty:before {
  content: "";
}

.fa-battery-full:before {
  content: "";
}

.fa-battery-half:before {
  content: "";
}

.fa-battery-quarter:before {
  content: "";
}

.fa-battery-slash:before {
  content: "";
}

.fa-battery-three-quarters:before {
  content: "";
}

.fa-bed:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-blanket:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-bolt:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-book-heart:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-bowling-ball:before {
  content: "";
}

.fa-bowling-pins:before {
  content: "";
}

.fa-box:before {
  content: "";
}

.fa-box-alt:before {
  content: "";
}

.fa-box-check:before {
  content: "";
}

.fa-box-fragile:before {
  content: "";
}

.fa-box-full:before {
  content: "";
}

.fa-box-heart:before {
  content: "";
}

.fa-box-open:before {
  content: "";
}

.fa-box-up:before {
  content: "";
}

.fa-box-usd:before {
  content: "";
}

.fa-boxes:before {
  content: "";
}

.fa-boxes-alt:before {
  content: "";
}

.fa-boxing-glove:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-briefcase-medical:before {
  content: "";
}

.fa-browser:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-burn:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-calendar-alt:before {
  content: "";
}

.fa-calendar-check:before {
  content: "";
}

.fa-calendar-edit:before {
  content: "";
}

.fa-calendar-exclamation:before {
  content: "";
}

.fa-calendar-minus:before {
  content: "";
}

.fa-calendar-plus:before {
  content: "";
}

.fa-calendar-times:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-camera-alt:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-capsules:before {
  content: "";
}

.fa-car:before {
  content: "";
}

.fa-caret-circle-down:before {
  content: "";
}

.fa-caret-circle-left:before {
  content: "";
}

.fa-caret-circle-right:before {
  content: "";
}

.fa-caret-circle-up:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-caret-square-down:before {
  content: "";
}

.fa-caret-square-left:before {
  content: "";
}

.fa-caret-square-right:before {
  content: "";
}

.fa-caret-square-up:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-chart-area:before {
  content: "";
}

.fa-chart-bar:before {
  content: "";
}

.fa-chart-line:before {
  content: "";
}

.fa-chart-pie:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-chess:before {
  content: "";
}

.fa-chess-bishop:before {
  content: "";
}

.fa-chess-bishop-alt:before {
  content: "";
}

.fa-chess-board:before {
  content: "";
}

.fa-chess-clock:before {
  content: "";
}

.fa-chess-clock-alt:before {
  content: "";
}

.fa-chess-king:before {
  content: "";
}

.fa-chess-king-alt:before {
  content: "";
}

.fa-chess-knight:before {
  content: "";
}

.fa-chess-knight-alt:before {
  content: "";
}

.fa-chess-pawn:before {
  content: "";
}

.fa-chess-pawn-alt:before {
  content: "";
}

.fa-chess-queen:before {
  content: "";
}

.fa-chess-queen-alt:before {
  content: "";
}

.fa-chess-rook:before {
  content: "";
}

.fa-chess-rook-alt:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-double-down:before {
  content: "";
}

.fa-chevron-double-left:before {
  content: "";
}

.fa-chevron-double-right:before {
  content: "";
}

.fa-chevron-double-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-chevron-square-down:before {
  content: "";
}

.fa-chevron-square-left:before {
  content: "";
}

.fa-chevron-square-right:before {
  content: "";
}

.fa-chevron-square-up:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-circle-notch:before {
  content: "";
}

.fa-clipboard:before {
  content: "";
}

.fa-clipboard-check:before {
  content: "";
}

.fa-clipboard-list:before {
  content: "";
}

.fa-clock:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-closed-captioning:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-download-alt:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-cloud-upload-alt:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-club:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-code-branch:before {
  content: "";
}

.fa-code-commit:before {
  content: "";
}

.fa-code-merge:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cog:before {
  content: "";
}

.fa-cogs:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-comment-alt:before {
  content: "";
}

.fa-comment-alt-check:before {
  content: "";
}

.fa-comment-alt-dots:before {
  content: "";
}

.fa-comment-alt-edit:before {
  content: "";
}

.fa-comment-alt-exclamation:before {
  content: "";
}

.fa-comment-alt-lines:before {
  content: "";
}

.fa-comment-alt-minus:before {
  content: "";
}

.fa-comment-alt-plus:before {
  content: "";
}

.fa-comment-alt-slash:before {
  content: "";
}

.fa-comment-alt-smile:before {
  content: "";
}

.fa-comment-alt-times:before {
  content: "";
}

.fa-comment-check:before {
  content: "";
}

.fa-comment-dots:before {
  content: "";
}

.fa-comment-edit:before {
  content: "";
}

.fa-comment-exclamation:before {
  content: "";
}

.fa-comment-lines:before {
  content: "";
}

.fa-comment-minus:before {
  content: "";
}

.fa-comment-plus:before {
  content: "";
}

.fa-comment-slash:before {
  content: "";
}

.fa-comment-smile:before {
  content: "";
}

.fa-comment-times:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-comments-alt:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-compress-alt:before {
  content: "";
}

.fa-compress-wide:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-container-storage:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-conveyor-belt:before {
  content: "";
}

.fa-conveyor-belt-alt:before {
  content: "";
}

.fa-copy:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-couch:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-credit-card-blank:before {
  content: "";
}

.fa-credit-card-front:before {
  content: "";
}

.fa-cricket:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-curling:before {
  content: "";
}

.fa-cut:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-deaf:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-desktop-alt:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-diagnoses:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-dna:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-dollar-sign:before {
  content: "";
}

.fa-dolly:before {
  content: "";
}

.fa-dolly-empty:before {
  content: "";
}

.fa-dolly-flatbed:before {
  content: "";
}

.fa-dolly-flatbed-alt:before {
  content: "";
}

.fa-dolly-flatbed-empty:before {
  content: "";
}

.fa-donate:before {
  content: "";
}

.fa-dot-circle:before {
  content: "";
}

.fa-dove:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-dumbbell:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-edit:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-h-alt:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-ellipsis-v-alt:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-euro-sign:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-exchange-alt:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-exclamation-square:before {
  content: "";
}

.fa-exclamation-triangle:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-expand-alt:before {
  content: "";
}

.fa-expand-arrows:before {
  content: "";
}

.fa-expand-arrows-alt:before {
  content: "";
}

.fa-expand-wide:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-external-link-alt:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-external-link-square-alt:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-dropper:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-field-hockey:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-alt:before, .media-entries .entry[data-file-type=eps] .download-hover i.file-icon:before,
.media-entries .entry[data-file-type=psd] .download-hover i.file-icon:before {
  content: "";
}

.fa-file-archive:before, .media-entries .entry[data-file-type=zip] .download-hover i.file-icon:before,
.media-entries .entry[data-file-type=tar] .download-hover i.file-icon:before,
.media-entries .entry[data-file-type=gz] .download-hover i.file-icon:before,
.media-entries .entry[data-file-type=gzip] .download-hover i.file-icon:before {
  content: "";
}

.fa-file-audio:before {
  content: "";
}

.fa-file-check:before {
  content: "";
}

.fa-file-code:before {
  content: "";
}

.fa-file-edit:before {
  content: "";
}

.fa-file-excel:before, .media-entries .entry[data-file-type=xls] .download-hover i.file-icon:before,
.media-entries .entry[data-file-type=xlsx] .download-hover i.file-icon:before {
  content: "";
}

.fa-file-exclamation:before {
  content: "";
}

.fa-file-image:before, .media-entries .entry[data-file-type=jpg] .download-hover i.file-icon:before,
.media-entries .entry[data-file-type=png] .download-hover i.file-icon:before,
.media-entries .entry[data-file-type=gif] .download-hover i.file-icon:before,
.media-entries .entry[data-file-type=bmp] .download-hover i.file-icon:before,
.media-entries .entry[data-file-type=tif] .download-hover i.file-icon:before {
  content: "";
}

.fa-file-medical:before {
  content: "";
}

.fa-file-medical-alt:before {
  content: "";
}

.fa-file-minus:before {
  content: "";
}

.fa-file-pdf:before, .media-entries .entry[data-file-type=pdf] .download-hover i.file-icon:before {
  content: "";
}

.fa-file-plus:before {
  content: "";
}

.fa-file-powerpoint:before {
  content: "";
}

.fa-file-times:before {
  content: "";
}

.fa-file-video:before, .media-entries .entry[data-file-type=mp4] .download-hover i.file-icon:before,
.media-entries .entry[data-file-type=mov] .download-hover i.file-icon:before,
.media-entries .entry[data-file-type=avi] .download-hover i.file-icon:before,
.media-entries .entry[data-file-type=divx] .download-hover i.file-icon:before {
  content: "";
}

.fa-file-word:before, .media-entries .entry[data-file-type=doc] .download-hover i.file-icon:before,
.media-entries .entry[data-file-type=docx] .download-hover i.file-icon:before,
.media-entries .entry[data-file-type=docm] .download-hover i.file-icon:before,
.media-entries .entry[data-file-type=dotx] .download-hover i.file-icon:before,
.media-entries .entry[data-file-type=dotm] .download-hover i.file-icon:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-film-alt:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-first-aid:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-football-ball:before {
  content: "";
}

.fa-football-helmet:before {
  content: "";
}

.fa-forklift:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-fragile:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-frown:before {
  content: "";
}

.fa-futbol:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-gavel:before {
  content: "";
}

.fa-gem:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-glass-martini:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-golf-ball:before {
  content: "";
}

.fa-golf-club:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-graduation-cap:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-h1:before {
  content: "";
}

.fa-h2:before {
  content: "";
}

.fa-h3:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-hand-heart:before {
  content: "";
}

.fa-hand-holding:before {
  content: "";
}

.fa-hand-holding-box:before {
  content: "";
}

.fa-hand-holding-heart:before {
  content: "";
}

.fa-hand-holding-seedling:before {
  content: "";
}

.fa-hand-holding-usd:before {
  content: "";
}

.fa-hand-holding-water:before {
  content: "";
}

.fa-hand-lizard:before {
  content: "";
}

.fa-hand-paper:before {
  content: "";
}

.fa-hand-peace:before {
  content: "";
}

.fa-hand-point-down:before {
  content: "";
}

.fa-hand-point-left:before {
  content: "";
}

.fa-hand-point-right:before {
  content: "";
}

.fa-hand-point-up:before {
  content: "";
}

.fa-hand-pointer:before {
  content: "";
}

.fa-hand-receiving:before {
  content: "";
}

.fa-hand-rock:before {
  content: "";
}

.fa-hand-scissors:before {
  content: "";
}

.fa-hand-spock:before {
  content: "";
}

.fa-hands:before {
  content: "";
}

.fa-hands-heart:before {
  content: "";
}

.fa-hands-helping:before {
  content: "";
}

.fa-hands-usd:before {
  content: "";
}

.fa-handshake:before {
  content: "";
}

.fa-handshake-alt:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-hdd:before {
  content: "";
}

.fa-heading:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-heart-circle:before {
  content: "";
}

.fa-heart-square:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-hexagon:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-hockey-puck:before {
  content: "";
}

.fa-hockey-sticks:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-home-heart:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-hospital:before {
  content: "";
}

.fa-hospital-alt:before {
  content: "";
}

.fa-hospital-symbol:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-start:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-id-card:before {
  content: "";
}

.fa-id-card-alt:before {
  content: "";
}

.fa-image:before {
  content: "";
}

.fa-images:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-inbox-in:before {
  content: "";
}

.fa-inbox-out:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-industry-alt:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-info-square:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-inventory:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-jack-o-lantern:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-keyboard:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-lamp:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-leaf-heart:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-lemon:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-level-down-alt:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-up-alt:before {
  content: "";
}

.fa-life-ring:before {
  content: "";
}

.fa-lightbulb:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-link:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-lira-sign:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-lock-alt:before {
  content: "";
}

.fa-lock-open:before {
  content: "";
}

.fa-lock-open-alt:before {
  content: "";
}

.fa-long-arrow-alt-down:before {
  content: "";
}

.fa-long-arrow-alt-left:before {
  content: "";
}

.fa-long-arrow-alt-right:before {
  content: "";
}

.fa-long-arrow-alt-up:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-loveseat:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-luchador:before {
  content: "";
}

.fa-lyft:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-map-marker-alt:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-meh:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-alt:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-minus-hexagon:before {
  content: "";
}

.fa-minus-octagon:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-mizuni:before {
  content: "";
}

.fa-mobile:before {
  content: "";
}

.fa-mobile-alt:before {
  content: "";
}

.fa-mobile-android:before {
  content: "";
}

.fa-mobile-android-alt:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-monero:before {
  content: "";
}

.fa-money-bill:before {
  content: "";
}

.fa-money-bill-alt:before {
  content: "";
}

.fa-moon:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-newspaper:before {
  content: "";
}

.fa-nintendo-switch:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-notes-medical:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-octagon:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-outdent:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-pallet:before {
  content: "";
}

.fa-pallet-alt:before {
  content: "";
}

.fa-paper-plane:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-parachute-box:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-paste:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-pen:before {
  content: "";
}

.fa-pen-alt:before {
  content: "";
}

.fa-pen-square:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-pencil-alt:before {
  content: "";
}

.fa-pennant:before {
  content: "";
}

.fa-people-carry:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-person-carry:before {
  content: "";
}

.fa-person-dolly:before {
  content: "";
}

.fa-person-dolly-empty:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-phone-plus:before {
  content: "";
}

.fa-phone-slash:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-phone-volume:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-piggy-bank:before {
  content: "";
}

.fa-pills:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-plane-alt:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-plus-hexagon:before {
  content: "";
}

.fa-plus-octagon:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-poo:before {
  content: "";
}

.fa-portrait:before {
  content: "";
}

.fa-pound-sign:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-prescription-bottle:before {
  content: "";
}

.fa-prescription-bottle-alt:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-procedures:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-question-square:before {
  content: "";
}

.fa-quidditch:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-racquet:before {
  content: "";
}

.fa-ramp-loading:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-rectangle-landscape:before {
  content: "";
}

.fa-rectangle-portrait:before {
  content: "";
}

.fa-rectangle-wide:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-redo:before {
  content: "";
}

.fa-redo-alt:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-rendact:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-repeat:before {
  content: "";
}

.fa-repeat-1:before {
  content: "";
}

.fa-repeat-1-alt:before {
  content: "";
}

.fa-repeat-alt:before {
  content: "";
}

.fa-reply:before {
  content: "";
}

.fa-reply-all:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-retweet-alt:before {
  content: "";
}

.fa-ribbon:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-route:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-ruble-sign:before {
  content: "";
}

.fa-rupee-sign:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-save:before {
  content: "";
}

.fa-scanner:before {
  content: "";
}

.fa-scanner-keyboard:before {
  content: "";
}

.fa-scanner-touchscreen:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-scrubber:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-seedling:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-share:before {
  content: "";
}

.fa-share-all:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-shekel-sign:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-shield-alt:before {
  content: "";
}

.fa-shield-check:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-shipping-fast:before {
  content: "";
}

.fa-shipping-timed:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-shuttlecock:before {
  content: "";
}

.fa-sign:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-sign-in-alt:before {
  content: "";
}

.fa-sign-language:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-sign-out-alt:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-sliders-h:before {
  content: "";
}

.fa-sliders-h-square:before {
  content: "";
}

.fa-sliders-v:before {
  content: "";
}

.fa-sliders-v-square:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-smile:before {
  content: "";
}

.fa-smile-plus:before {
  content: "";
}

.fa-smoking:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-snowflake:before {
  content: "";
}

.fa-sort:before {
  content: "";
}

.fa-sort-alpha-down:before {
  content: "";
}

.fa-sort-alpha-up:before {
  content: "";
}

.fa-sort-amount-down:before {
  content: "";
}

.fa-sort-amount-up:before {
  content: "";
}

.fa-sort-down:before {
  content: "";
}

.fa-sort-numeric-down:before {
  content: "";
}

.fa-sort-numeric-up:before {
  content: "";
}

.fa-sort-up:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-spade:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-spinner-third:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-square-full:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-exclamation:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stopwatch:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-sun:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-sync:before {
  content: "";
}

.fa-sync-alt:before {
  content: "";
}

.fa-syringe:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-table-tennis:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-tablet-alt:before {
  content: "";
}

.fa-tablet-android:before {
  content: "";
}

.fa-tablet-android-alt:before {
  content: "";
}

.fa-tablet-rugged:before {
  content: "";
}

.fa-tablets:before {
  content: "";
}

.fa-tachometer:before {
  content: "";
}

.fa-tachometer-alt:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-tape:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-taxi:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-tennis-ball:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-thermometer:before {
  content: "";
}

.fa-thermometer-empty:before {
  content: "";
}

.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbtack:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-ticket-alt:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-times-hexagon:before {
  content: "";
}

.fa-times-octagon:before {
  content: "";
}

.fa-times-square:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-trash-alt:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-tree-alt:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-triangle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-trophy-alt:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-truck-container:before {
  content: "";
}

.fa-truck-couch:before {
  content: "";
}

.fa-truck-loading:before {
  content: "";
}

.fa-truck-moving:before {
  content: "";
}

.fa-truck-ramp:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-tv:before {
  content: "";
}

.fa-tv-retro:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-undo:before {
  content: "";
}

.fa-undo-alt:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-university:before {
  content: "";
}

.fa-unlink:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-usd-circle:before {
  content: "";
}

.fa-usd-square:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-user-alt:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-users:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-utensil-fork:before {
  content: "";
}

.fa-utensil-knife:before {
  content: "";
}

.fa-utensil-spoon:before {
  content: "";
}

.fa-utensils:before {
  content: "";
}

.fa-utensils-alt:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-vial:before {
  content: "";
}

.fa-vials:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-video:before {
  content: "";
}

.fa-video-plus:before {
  content: "";
}

.fa-video-slash:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-volleyball-ball:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-mute:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-warehouse:before {
  content: "";
}

.fa-warehouse-alt:before {
  content: "";
}

.fa-watch:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-weight:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-whistle:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-window:before {
  content: "";
}

.fa-window-alt:before {
  content: "";
}

.fa-window-close:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-wine-glass:before {
  content: "";
}

.fa-won-sign:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-x-ray:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-yen-sign:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Pro 5.0.10 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url("fonts/fontawesome/webfonts/fa-solid-900.eot");
  src: url("fonts/fontawesome/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("fonts/fontawesome/webfonts/fa-solid-900.woff2") format("woff2"), url("fonts/fontawesome/webfonts/fa-solid-900.woff") format("woff"), url("fonts/fontawesome/webfonts/fa-solid-900.ttf") format("truetype"), url("fonts/fontawesome/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas,
.media-entries .preview-image .download-hover i {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

/**
	Always include Bourbon

@import "bourbon/bourbon";

---

All Supported Functions, Mixins, and Addons

@ denotes a mixin and must be prefaced with @include.

Mixins

animation
  @ animation(*args)
  @ animation-delay(*args)
  @ animation-direction(*args)
  @ animation-duration(*args)
  @ animation-fill-mode(*args)
  @ animation-iteration-count(*args)
  @ animation-name(*args)
  @ animation-play-state(*args)
  @ animation-timing-function(*args)

background
  @ background(*args)
  @ background-image(*args)

border-radius
  @ border-top-radius(*args)
  @ border-bottom-radius(*args)
  @ border-left-radius(*args)
  @ border-right-radius(*args)

@ appearance(*args)
@ backface-visibility(*args)
@ border-image(*args)
@ box-sizing(*args)
@ calc(*args)

columns
  @columns(*args)
  @column-count(*args)
  @column-fill(*args)
  @column-gap(*args)
  @column-rule(*args)
  @column-rule-color(*args)
  @column-rule-style(*args)
  @column-rule-width(*args)
  @column-span(*args)
  @column-width(*args)

@ filter(*args)

flexbox
  Latest Spec
  @ align-content(*args)
  @ align-items(*args)
  @ align-self(*args)
  @ display(*args)
  @ flex(*args)
  @ flex-basis(*args)
  @ flex-direction(*args)
  @ flex-flow(*args)
  @ flex-grow(*args)
  @ flex-shrink(*args)
  @ flex-wrap(*args)
  @ justify-content(*args)
  @ order(*args)

  2009 Spec
  @ box(*args)
  @ box-align(*args)
  @ box-direction(*args)
  @ box-flex(*args)
  @ box-flex-group(*args)
  @ box-lines(*args)
  @ box-ordinal-group(*args)
  @ box-orient(*args)
  @ box-pack(*args)
  @ display-box

@ font-face
@ font-feature-settings
@ inline-block
@ hidpi
@ hyphens(*args)
@ image-rendering
@ keyframes
@ placeholder
@ perspective
@ linear-gradient(*args)
@ radial-gradient(*args)
@ selection
@ user-select

transform
  @ transform(*args)
  @ transform-origin(*args)

transition
  @ transition(*args)
  @ transition-delay(*args)
  @ transition-duration(*args)
  @ transition-property(*args)
  @ transition-timing-function(*args)
Functions

linear-gradient(*args)
modular-scale(*args)
em(*args)
rem(*args)
radial-gradient(*args)
shade(*args)
strip-units(*args)
tint(*args)
unpack(*args)
Add-ons

@ border-color(*args)
@ border-style(*args)
@ border-width(*args)
@ clearfix
@ hide-text
@ directional-property(*args)
@ ellipsis(*args)
@ margin(*args)
@ padding(*args)
@ position(*args)
@ prefixer(*args)
@ retina-image(*args)
@ size(*args)
@ triangle
@ word-wrap(*args)

HTML5 Inputs
  [type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus
  button, [type='button'], [type='reset'], [type='submit']
  button:hover, [type='button']:hover, [type='reset']:hover, [type='submit']:hover
  button:focus, [type='button']:focus, [type='reset']:focus, [type='submit']:focus
  button:active, [type='button']:active, [type='reset']:active, [type='submit']:active

font-family
  $georgia
  $helvetica
  $lucida-grande
  $monospace
  $verdana

timing-functions
  $ease-in-*
  $ease-out-*
  $ease-in-out-*
  * = quad, cubic, quart, quint, sine, expo, circ, back
Settings

asset-pipeline
  $asset-pipeline

deprecation-warnings
  $output-bourbon-deprecation-warnings

em-base
  $em-base

prefixer-settings
  $prefix-for-webkit
  $prefix-for-mozilla
  $prefix-for-microsoft
  $prefix-for-opera
  $prefix-for-spec

**/
/*
// !Hover Up
---------------------------------------------------------------------------------------------------- */
/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */
/**
	@see https://css-tricks.com/almanac/properties/c/columns/

Bourbon:

columns
  @columns(*args)
  @column-count(*args)
  @column-fill(*args)
  @column-gap(*args)
  @column-rule(*args)
  @column-rule-color(*args)
  @column-rule-style(*args)
  @column-rule-width(*args)
  @column-span(*args)
  @column-width(*args)

**/
.one-half,
.three-sixths,
.two-fourths {
  width: 48.74995%;
  float: left;
  clear: none;
  margin-left: 2.5%;
}

.one-third,
.two-sixths {
  width: 31.6666333333%;
  float: left;
  clear: none;
  margin-left: 2.5%;
}

.four-sixths,
.two-thirds {
  width: 65.8332666667%;
  float: left;
  clear: none;
  margin-left: 2.5%;
}

.one-fourth {
  width: 23.124975%;
  float: left;
  clear: none;
  margin-left: 2.5%;
}

.three-fourths {
  width: 74.374925%;
  float: left;
  clear: none;
  margin-left: 2.5%;
}

.one-fifth {
  width: 17.99998%;
  float: left;
  clear: none;
  margin-left: 2.5%;
}

.two-fifths {
  width: 38.49996%;
  float: left;
  clear: none;
  margin-left: 2.5%;
}

.three-fifths {
  width: 58.99994%;
  float: left;
  clear: none;
  margin-left: 2.5%;
}

.four-fifths {
  width: 79.49992%;
  float: left;
  clear: none;
  margin-left: 2.5%;
}

.one-sixth {
  width: 14.5833166667%;
  float: left;
  clear: none;
  margin-left: 2.5%;
}

.five-sixths {
  width: 82.9165833333%;
  float: left;
  clear: none;
  margin-left: 2.5%;
}

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

.un-first {
  clear: none;
  margin-left: 2.5%;
}

.un-column {
  clear: both;
  width: 100%;
  margin-left: 0;
}

/*
// !Box Layout
---------------------------------------------------------------------------------------------------- */
/* http://css-tricks.com/snippets/css/useful-css3-less-mixins/
--------------------------------------------- */
/* http://zerosixthree.se/vertical-align-anything-with-just-3-lines-of-css/
--------------------------------------------- */
/*
// !Better Transparency
--------------------------------------------- */
/*
// !Center and Size Sections
---------------------------------------------------------------------------------------------------- */
/*
	_prefix-breakpoints

	Theme Name: Client Pro
	*/
/*
// !Breakpoints
---------------------------------------------------------------------------------------------------- */
/*
	_kcbc-colors

	Theme Name: München Pro
	*/
/*
// !Colors
---------------------------------------------------------------------------------------------------- */
/* #d52b1e */
/* Pantone 485 */
/* as defined by packaging files */
/* as defined by packaging files */
/* #c9cac8 */
/* Pantone Cool Grey 3 */
/* style guide says rgb( 35, 31, 32 ) */
/*
	kcbc-type

	Theme Name: Munchen Pro
	*/
/*
// !Fonts
---------------------------------------------------------------------------------------------------- */
@font-face {
  font-family: "National";
  src: url("fonts/national/NationalWeb-Book.eot");
  /* IE9 Compat Modes */
  src: url("fonts/national/NationalWeb-Book.eot?#iefix") format("embedded-opentype"), url("fonts/national/NationalWeb-Book.woff2") format("woff2"), url("fonts/national/NationalWeb-Book.woff") format("woff"), url("fonts/national/NationalWeb-Book.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "National";
  src: url("fonts/national/NationalWeb-Bold.eot");
  /* IE9 Compat Modes */
  src: url("fonts/national/NationalWeb-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/national/NationalWeb-Bold.woff2") format("woff2"), url("fonts/national/NationalWeb-Bold.woff") format("woff"), url("fonts/national/NationalWeb-Bold.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "National";
  src: url("fonts/national/NationalWeb-BookItalic.eot");
  /* IE9 Compat Modes */
  src: url("fonts/national/NationalWeb-BookItalic.eot?#iefix") format("embedded-opentype"), url("fonts/national/NationalWeb-BookItalic.woff2") format("woff2"), url("fonts/national/NationalWeb-BookItalic.woff") format("woff"), url("fonts/national/NationalWeb-BookItalic.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "National";
  src: url("fonts/national/NationalWeb-BoldItalic.eot");
  /* IE9 Compat Modes */
  src: url("fonts/national/NationalWeb-BoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/national/NationalWeb-BoldItalic.woff2") format("woff2"), url("fonts/national/NationalWeb-BoldItalic.woff") format("woff"), url("fonts/national/NationalWeb-BoldItalic.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: bold;
  font-style: italic;
}
/*
// !Groups
---------------------------------------------------------------------------------------------------- */
/*
// !Mixins and Bases
---------------------------------------------------------------------------------------------------- */
/*
	// Scaling Variables from Bourbon

	$golden:           1.618;
	$minor-second:     1.067;
	$major-second:     1.125;
	$minor-third:      1.2;
	$major-third:      1.25;
	$perfect-fourth:   1.333;
	$augmented-fourth: 1.414;
	$perfect-fifth:    1.5;
	$minor-sixth:      1.6;
	$major-sixth:      1.667;
	$minor-seventh:    1.778;
	$major-seventh:    1.875;
	$octave:           2;
	$major-tenth:      2.5;
	$major-eleventh:   2.667;
	$major-twelfth:    3;
	$double-octave:    4;

*/
/*
// !Baseline
---------------------------------------------------------------------------------------------------- */
h1, h2, .pum-title,
.popmake-title, h3, h4, h5, h6,
p, quote, ul > li, ol > li,
li,
div, body {
  font-family: "national", "Ek Mukta", Arial, sans-serif;
}

body,
div,
p {
  font-size: 19.63443px;
  font-size: 1.963443rem;
}

h6 {
  font-size: 19.63443px;
  font-size: 1.963443rem;
  color: #d52b1e;
}

h5 {
  font-size: 19.63443px;
  font-size: 1.963443rem;
  @incude type-uppercase();
}

h4 {
  font-size: 26.17924px;
  font-size: 2.617924rem;
}

h3 {
  font-size: 31.76850774px;
  font-size: 3.176850774rem;
}

h2, .pum-title,
.popmake-title {
  font-size: 42.35801032px;
  font-size: 4.235801032rem;
  color: #d52b1e;
  font-weight: bold;
}

h1 {
  font-size: 51.4014455233px;
  font-size: 5.1401445523rem;
}
h1.entry-title {
  font-size: 51.4014455233px;
  font-size: 5.1401445523rem;
  font-weight: bold;
}

p:empty {
  display: none;
}

h1, h2, .pum-title,
.popmake-title, h3, h4, h5, h6 {
  clear: both;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.fraction {
  font-variant-numeric: diagonal-fractions;
  font-feature-settings: "frac";
}

/*
	kcbc-homepage

	Theme Name: Munchen Pro
	*/
/*
// !Homepage
---------------------------------------------------------------------------------------------------- */
.front-page-1 .flexible-widgets-grid.widget-full {
  padding: 0;
  margin: 0;
}
.front-page-1 .flexible-widgets-grid.widget-full .widget {
  margin-bottom: 0;
  width: 100% !important;
}
.front-page-1 .wrap {
  max-width: 100%;
}
@media only screen and (max-width: 800px) {
  .front-page-1 .wrap {
    padding: 0;
  }
}
.front-page-1 .metaslider .caption {
  padding: 0 100px 50px;
  margin: 0;
}
@media only screen and (max-width: 1023px) {
  .front-page-1 .metaslider .caption {
    padding: 50px;
  }
}
@media only screen and (max-width: 800px) {
  .front-page-1 .metaslider .caption {
    padding: 50px 25px;
  }
}
@media only screen and (max-width: 550px) {
  .front-page-1 .metaslider .caption {
    background-color: rgba(213, 43, 30, 0.82);
    padding: 20px;
  }
}
.front-page-1 h1 {
  font-weight: bold;
  font-size: 42.35801032px;
  font-size: 4.235801032rem;
  font-size: 68.5352606978px;
  font-size: 6.8535260698rem;
  line-height: 0.9;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.33), 0 0 10px rgba(0, 0, 0, 0.67);
  padding: 0;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .front-page-1 h1 {
    font-size: 31.76850774px;
    font-size: 3.176850774rem;
    font-size: 42.35801032px;
    font-size: 4.235801032rem;
    padding: 0;
  }
}
@media only screen and (max-width: 800px) {
  .front-page-1 h1 {
    font-size: 26.17924px;
    font-size: 2.617924rem;
    font-size: 31.76850774px;
    font-size: 3.176850774rem;
    padding: 0;
  }
}
@media only screen and (max-width: 550px) {
  .front-page-1 h1 {
    font-size: 26.17924px;
    font-size: 2.617924rem;
    font-size: 31.76850774px;
    font-size: 3.176850774rem;
    text-align: center;
    text-shadow: none;
    padding: 0;
  }
}
.front-page-1 p {
  display: none;
}
.front-page-1 p.has-link-1 {
  display: block;
  position: relative;
  z-index: 100;
  text-align: left;
  padding: 0;
}
@media only screen and (max-width: 550px) {
  .front-page-1 p.has-link-1 {
    text-align: center;
  }
  .front-page-1 p.has-link-1 .button {
    padding: 2px 5px 4px;
    font-size: 19.63443px;
    font-size: 1.963443rem;
    -spec-border-radius: 5px;
    border-radius: 5px;
    font-weight: normal;
  }
}

.front-page-2,
.front-page-3 {
  padding-top: 60px;
}
.front-page-2 .widget:nth-of-type(1),
.front-page-3 .widget:nth-of-type(1) {
  margin-bottom: 40px;
}
.front-page-2 .widget-halves .widget:nth-of-type(odd),
.front-page-3 .widget-halves .widget:nth-of-type(odd) {
  padding-right: 60px;
}
@media only screen and (max-width: 1023px) {
  .front-page-2 .widget-halves .widget:nth-of-type(odd),
.front-page-3 .widget-halves .widget:nth-of-type(odd) {
    padding: 0;
  }
}
.front-page-2 .widget-halves .widget:nth-of-type(even),
.front-page-3 .widget-halves .widget:nth-of-type(even) {
  padding-left: 60px;
}
@media only screen and (max-width: 1023px) {
  .front-page-2 .widget-halves .widget:nth-of-type(even),
.front-page-3 .widget-halves .widget:nth-of-type(even) {
    padding: 0;
  }
}
.front-page-2 .widget-halves .widget:nth-of-type(1),
.front-page-3 .widget-halves .widget:nth-of-type(1) {
  padding-right: 40px;
}
@media only screen and (max-width: 1023px) {
  .front-page-2 .widget-halves .widget:nth-of-type(1),
.front-page-3 .widget-halves .widget:nth-of-type(1) {
    padding: 0;
  }
}
.front-page-2 .widget-title,
.front-page-3 .widget-title {
  font-size: 26.17924px;
  font-size: 2.617924rem;
  font-size: 42.35801032px;
  font-size: 4.235801032rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #d52b1e;
  border: none;
  padding-bottom: 0;
}
.front-page-2 .widget.featuredposttype,
.front-page-3 .widget.featuredposttype {
  padding: 10px;
}
.front-page-2 .widget.featuredposttype .widget-wrap,
.front-page-3 .widget.featuredposttype .widget-wrap {
  position: relative;
  height: 415px;
  -spec-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.front-page-2 .widget.featuredposttype .entry,
.front-page-3 .widget.featuredposttype .entry {
  position: relative;
}
.front-page-2 .widget.featuredposttype a.alignnone,
.front-page-3 .widget.featuredposttype a.alignnone {
  width: 100%;
  height: 415px;
  overflow: hidden;
  margin-bottom: 0;
}
.front-page-2 .widget.featuredposttype img,
.front-page-3 .widget.featuredposttype img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -spec-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.front-page-2 .widget.featuredposttype a.alignnone.compat-object-fit,
.front-page-3 .widget.featuredposttype a.alignnone.compat-object-fit {
  background-size: cover;
  background-position: 50% 50%;
}
.front-page-2 .widget.featuredposttype a.alignnone.compat-object-fit img,
.front-page-3 .widget.featuredposttype a.alignnone.compat-object-fit img {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -spec-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.front-page-2 .widget.featuredposttype .entry-header,
.front-page-3 .widget.featuredposttype .entry-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(213, 43, 30, 0.82);
  height: 80px;
  /*
  			&:hover + .entry-content {
  				background-color: rgba( $red, 0.82 );
  				p {
  					display: block;
  				}
  			}
  */
}
.front-page-2 .widget.featuredposttype .entry-header:after,
.front-page-3 .widget.featuredposttype .entry-header:after {
  display: none;
}
.front-page-2 .widget.featuredposttype .entry-header h2.entry-title, .front-page-2 .widget.featuredposttype .entry-header .entry-title.pum-title,
.front-page-2 .widget.featuredposttype .entry-header .entry-title.popmake-title,
.front-page-3 .widget.featuredposttype .entry-header h2.entry-title,
.front-page-3 .widget.featuredposttype .entry-header .entry-title.pum-title,
.front-page-3 .widget.featuredposttype .entry-header .entry-title.popmake-title {
  color: white;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 16.18px;
  font-size: 1.618rem;
  font-size: 26.17924px;
  font-size: 2.617924rem;
  line-height: 20px;
  line-height: 1;
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 10px;
}
.front-page-2 .widget.featuredposttype .entry-header h2.entry-title a, .front-page-2 .widget.featuredposttype .entry-header .entry-title.pum-title a,
.front-page-2 .widget.featuredposttype .entry-header .entry-title.popmake-title a,
.front-page-3 .widget.featuredposttype .entry-header h2.entry-title a,
.front-page-3 .widget.featuredposttype .entry-header .entry-title.pum-title a,
.front-page-3 .widget.featuredposttype .entry-header .entry-title.popmake-title a {
  color: white;
}
.front-page-2 .widget.featuredposttype .entry-header .touch-rolldown,
.front-page-3 .widget.featuredposttype .entry-header .touch-rolldown {
  display: block;
  position: absolute;
  width: 100%;
  top: 100%;
  z-index: 9;
}
.front-page-2 .widget.featuredposttype .entry-header .touch-rolldown::before,
.front-page-3 .widget.featuredposttype .entry-header .touch-rolldown::before {
  content: "";
  font: normal 20px/1 "dashicons";
  height: 20px;
  padding: 5px 10px;
  text-align: center;
  z-index: 100;
  background-color: rgba(213, 43, 30, 0.82);
  color: white;
  display: inline-block;
  margin: 0 auto;
}
.front-page-2 .widget.featuredposttype .entry-content,
.front-page-3 .widget.featuredposttype .entry-content {
  position: absolute;
  left: 0;
  top: 80px;
  height: 335px;
  height: 0;
  width: 100%;
  z-index: 10;
  /*
  			background-color: rgba( $red, 0 );
  			background-color: rgba( $red, 0.82 );
  */
  background-image: linear-gradient(to bottom, rgba(213, 43, 30, 0.8) 60%, rgba(213, 43, 30, 0.4) 100%);
  transition: all 0.2s linear;
  padding: 10px 40px 20px;
  padding: 0 20px;
}
.front-page-2 .widget.featuredposttype .entry-content p,
.front-page-3 .widget.featuredposttype .entry-content p {
  color: white;
  font-size: 12.135px;
  font-size: 1.2135rem;
  font-size: 19.63443px;
  font-size: 1.963443rem;
  line-height: 1.5;
  opacity: 0;
  text-align: left;
  z-index: 1;
}
.front-page-2 .widget.featuredposttype .entry-content p:first-child,
.front-page-3 .widget.featuredposttype .entry-content p:first-child {
  margin-top: 10px;
}
.front-page-2 .widget.featuredposttype .entry-content p.more-link-wrap,
.front-page-3 .widget.featuredposttype .entry-content p.more-link-wrap {
  display: block;
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding-bottom: 20px;
  margin-left: -40px;
  text-align: center;
}
.front-page-2 .widget.featuredposttype .entry-content ul,
.front-page-3 .widget.featuredposttype .entry-content ul {
  margin: 0;
  padding: 0;
  opacity: 0;
}
.front-page-2 .widget.featuredposttype .entry-content ul, .front-page-2 .widget.featuredposttype .entry-content ul li,
.front-page-3 .widget.featuredposttype .entry-content ul,
.front-page-3 .widget.featuredposttype .entry-content ul li {
  list-style-type: none;
}
.front-page-2 .widget.featuredposttype .entry-content ul li,
.front-page-3 .widget.featuredposttype .entry-content ul li {
  /*
  					color: white;
  					line-height: 1;
  					z-index: 1;
  					text-align: left;
  					margin-bottom: 3px;
  					padding-left: 1rem;
  					text-indent: -1rem;

  					&:before {
  						content: "»";
  						margin-right: 0.5rem;
  						width: 0.5rem;
  					}
  */
  color: white;
  line-height: 1;
  z-index: 1;
  text-align: left;
  margin-bottom: 3px;
}
.front-page-2 .widget.featuredposttype div.more-link-wrap,
.front-page-3 .widget.featuredposttype div.more-link-wrap {
  text-align: center;
  position: absolute;
  z-index: 15;
  width: 100%;
  bottom: 40px;
}

.front-page-3 .image-section {
  background-image: none;
}
.front-page-3 .widget:nth-of-type(1) {
  background-color: rgba(213, 43, 30, 0.67);
  box-shadow: 0px 0px 20px 20px rgba(213, 43, 30, 0.67);
  padding: 10px;
  -spec-border-radius: 20px;
  border-radius: 20px;
  margin-bottom: 60px !important;
}
.front-page-3 .widget-title {
  color: white;
}
.front-page-3 .widget.featuredposttype {
  padding: 0px;
  -spec-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  border: 2px solid white;
}
.front-page-3 .widget.featuredposttype .entry {
  margin: 0;
  padding: 0;
}
.front-page-3 .widget.featuredposttype .entry-header {
  background-color: rgba(255, 255, 255, 0.82);
}
.front-page-3 .widget.featuredposttype .entry-header h2.entry-title a, .front-page-3 .widget.featuredposttype .entry-header .entry-title.pum-title a,
.front-page-3 .widget.featuredposttype .entry-header .entry-title.popmake-title a {
  color: black;
}
.front-page-3 .widget.featuredposttype .entry-header .touch-rolldown::before {
  background-color: rgba(255, 255, 255, 0.82);
  color: #d52b1e;
}
.front-page-3 .widget.featuredposttype .entry-content {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0.4) 100%);
  /*
  			&:hover {
  				background-color: rgba( white, 0.82 );
  			}
  */
}
.front-page-3 .widget.featuredposttype .entry-content p, .front-page-3 .widget.featuredposttype .entry-content ul li {
  color: black;
}
.front-page-3 .widget.featuredposttype .entry-content p.more-link-wrap, .front-page-3 .widget.featuredposttype .entry-content ul li.more-link-wrap {
  padding-bottom: 0px;
  margin-left: -25px;
}
.front-page-3 .widget.featuredposttype .entry-content a {
  color: #8a1c14;
  font-weight: bold;
}
.front-page-3 .widget.featuredposttype .entry-content a:hover {
  text-decoration: underline;
}

.nivo-caption {
  /*
  	@media only screen and (max-width: $breakpoint-tablet ) {
  		margin: 50px 50px !important;
  	}

  	@media only screen and (max-width: $breakpoint-phone ) {
  		margin: 50px 25px !important;
  	}
  */
}
@media only screen and (max-width: 550px) {
  .nivo-caption {
    margin: 0 !important;
    padding: 0 !important;
  }
}

.flexible-widgets-grid .widget {
  margin: 0 0 40px;
}
.flexible-widgets-grid.widget-full .widget, .flexible-widgets-grid.widget-area .widget:nth-of-type(1), .flexible-widgets-grid.widget-halves.uneven .widget:last-of-type {
  width: 67%;
  margin: 0 auto;
  float: none;
}
@media only screen and (max-width: 1200px) {
  .flexible-widgets-grid.widget-full .widget, .flexible-widgets-grid.widget-area .widget:nth-of-type(1), .flexible-widgets-grid.widget-halves.uneven .widget:last-of-type {
    width: 80%;
  }
}
@media only screen and (max-width: 800px) {
  .flexible-widgets-grid.widget-full .widget, .flexible-widgets-grid.widget-area .widget:nth-of-type(1), .flexible-widgets-grid.widget-halves.uneven .widget:last-of-type {
    width: 100%;
  }
}
.flexible-widgets-grid.widget-area.widget-half .widget, .flexible-widgets-grid.widget-halves .widget {
  width: 48.74995%;
  float: left;
  clear: none;
  margin-left: 2.5%;
}
@media only screen and (max-width: 1023px) {
  .flexible-widgets-grid.widget-area.widget-half .widget, .flexible-widgets-grid.widget-halves .widget {
    clear: both;
    width: 100%;
    margin-left: 0;
  }
}
.flexible-widgets-grid.widget-thirds .widget {
  width: 31.6666333333%;
  float: left;
  clear: none;
  margin-left: 2.5%;
}
@media only screen and (max-width: 1023px) {
  .flexible-widgets-grid.widget-thirds .widget {
    clear: both;
    width: 100%;
    margin-left: 0;
  }
}
.flexible-widgets-grid.widget-fourths .widget {
  width: 23.124975%;
  float: left;
  clear: none;
  margin-left: 2.5%;
}
@media only screen and (max-width: 1023px) {
  .flexible-widgets-grid.widget-fourths .widget {
    clear: both;
    width: 100%;
    margin-left: 0;
  }
}
.flexible-widgets-grid.widget-halves .widget:nth-child(even), .flexible-widgets-grid.widget-thirds .widget:nth-child(3n+2), .flexible-widgets-grid.widget-fourths .widget:nth-child(4n+2) {
  clear: both;
  margin-left: 0;
}
@media only screen and (max-width: 800px) {
  .front-page-2 .flexible-widgets-grid[class*=widget-] .widget, .front-page-3 .flexible-widgets-grid[class*=widget-] .widget {
    max-width: 515px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}

/*
	_kcbc-buttons

	Theme Name: Munchen Pro
	*/
/*
// !Buttons
---------------------------------------------------------------------------------------------------- */
button, [type=button], [type=reset], [type=submit],
.entry-content a.more-link,
body.kcbc-tml input.tml-button,
.button.black,
.widget .button,
.button,
input[type=button],
input[class=tml-button],
.footer-widgets .location-button a.button,
.footer-widgets a.button,
.entry-content .social-media ul a,
.button.small,
.more-link-wrap a,
.front-page-2 .widget.featuredposttype .entry-content p.more-link-wrap a.more-link,
.front-page-3 .widget.featuredposttype .entry-content p.more-link-wrap a.more-link {
  color: #d52b1e;
  font-weight: bold;
  font-size: 31.76850774px;
  font-size: 3.176850774rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background-color: white;
  border: 2px solid #d52b1e;
  -spec-border-radius: 10px;
  border-radius: 10px;
  padding: 3px 10px 7px;
  transition: all 0.2s linear;
  display: inline-block;
}

button:focus, [type=button]:focus, [type=reset]:focus, [type=submit]:focus,
button:hover, [type=button]:hover, [type=reset]:hover, [type=submit]:hover,
button:active, [type=button]:active, [type=reset]:active, [type=submit]:active,
body.kcbc-tml input.tml-button:hover,
.button:hover,
input[class=tml-button]:hover,
.footer-widgets a.button:hover,
.entry-content .social-media ul a:hover,
.more-link-wrap a:hover,
.front-page-2 .widget.featuredposttype .entry-content p.more-link-wrap a.more-link:hover,
.front-page-3 .widget.featuredposttype .entry-content p.more-link-wrap a.more-link:hover,
body.kcbc-tml input.tml-button:active,
.button:active,
input[class=tml-button]:active,
.footer-widgets a.button:active,
.entry-content .social-media ul a:active,
.more-link-wrap a:active,
.front-page-2 .widget.featuredposttype .entry-content p.more-link-wrap a.more-link:active,
.front-page-3 .widget.featuredposttype .entry-content p.more-link-wrap a.more-link:active,
body.kcbc-tml input.tml-button:focus,
.button:focus,
input[class=tml-button]:focus,
.footer-widgets a.button:focus,
.entry-content .social-media ul a:focus,
.more-link-wrap a:focus,
.front-page-2 .widget.featuredposttype .entry-content p.more-link-wrap a.more-link:focus,
.front-page-3 .widget.featuredposttype .entry-content p.more-link-wrap a.more-link:focus,
.entry-content a.more-link:hover,
.entry-content a.more-link:active,
.entry-content a.more-link:focus {
  color: black;
  border-color: black;
  background-color: white;
  position: relative;
  transform: translateY(-2px);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.33);
}

.more-link-wrap {
  text-align: center;
}
.footer-widgets .location-button a.button, .footer-widgets a.button, .entry-content .social-media ul a,
.button.small {
  border-width: 1px;
  padding: 2px 5px 4px;
  font-size: 16.18px;
  font-size: 1.618rem;
  -spec-border-radius: 5px;
  border-radius: 5px;
  font-weight: normal;
}
.footer-widgets a.button:hover, .entry-content .social-media ul a:hover,
.button.small:hover {
  border-width: 1px;
}

.button.black {
  border-color: black;
  color: black;
}
.button.black:hover {
  color: #d52b1e;
  border-color: #d52b1e;
  background-color: white;
}

/*
	_kcbc-marketing-media.scss

	Theme Name: Munchen Pro
	*/
/*
// !Marketing
---------------------------------------------------------------------------------------------------- */
.kcbc-marketing-page .content, .kcbc-marketing-page.full-width-content .content {
  padding: 0 50px 20px;
}
.kcbc-marketing-page h2, .kcbc-marketing-page .pum-title,
.kcbc-marketing-page .popmake-title, .kcbc-marketing-page h3 {
  clear: none;
}

.marketing-media-filter {
  -spec-border-radius: 5px;
  border-radius: 5px;
  max-width: 25%;
  float: left;
  padding: 20px;
  margin-right: 40px;
  background-color: #c9cac8;
}
.marketing-media-filter h4 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: black;
  padding-bottom: 10px;
  border-bottom: 2px solid #656564;
  margin-bottom: 15px;
}
.marketing-media-filter h5 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 16.18px;
  font-size: 1.618rem;
  margin: 10px 0 5px;
}
.marketing-media-filter .data-filter {
  padding-bottom: 10px;
  border-bottom: 2px solid white;
}
.marketing-media-filter .data-filter li {
  font-size: 16.18px;
  font-size: 1.618rem;
  -spec-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -spec-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  padding: 3px 15px 3px 5px;
  margin-bottom: 2px;
}
.marketing-media-filter .data-filter li .close-toggle {
  position: absolute;
  top: -3px;
  right: 0px;
  height: 100%;
  width: auto;
  font-size: 26.17924px;
  font-size: 2.617924rem;
  display: none;
  color: #c9cac8;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding: 3px 6px;
}
.marketing-media-filter .data-filter li:hover {
  background-color: #d52b1e;
  color: white;
}
.marketing-media-filter .data-filter li:hover .close-toggle {
  color: black;
}
.marketing-media-filter .data-filter li.active {
  color: #d52b1e;
  background-color: white;
}
.marketing-media-filter .data-filter li.active .close-toggle {
  display: inline-block;
}
.marketing-media-filter .data-filter:last-of-type {
  padding-bottom: 5px;
  border-bottom-width: 0px;
}

.marketing-media-category {
  display: none;
}
.marketing-media-category[data-filter-view="1"] {
  display: block;
}

.media-entries {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
}
.media-entries .entry {
  flex-basis: calc( 99.5% / 4 - 30px );
  padding: 0 0 20px;
  margin: 0 5px 20px;
  display: none;
  border-bottom: 2px solid #c9cac8;
}
.media-entries .entry[data-filter-view="1"] {
  display: block;
}
@media only screen and (max-width: 1023px) {
  .media-entries .entry {
    flex-basis: calc( 99.5% / 2 );
  }
}
@media only screen and (max-width: 550px) {
  .media-entries .entry {
    flex-grow: 1;
    flex-shrink: 1;
    margin: 0 5% 20px;
    flex-basis: 95%;
  }
}
.media-entries .preview-image {
  -spec-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  display: block;
  padding: 10px;
  margin: 0 0 20px;
  border: 1px solid #c9cac8;
  text-align: center;
  background-image: linear-gradient(to bottom, #c9cac8, white);
}
.media-entries .preview-image a {
  height: 100%;
  width: 100%;
  display: block;
}
.media-entries .preview-image:hover .download-hover {
  opacity: 1;
}
.media-entries .preview-image img {
  border: 1px dotted #656564;
}
.media-entries .preview-image .download-hover {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  -spec-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  display: flex;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  text-align: center;
  padding: 10px;
}
.media-entries .preview-image .download-hover .info {
  -ms-grid-row-align: center;
      align-self: center;
  width: 100%;
}
.media-entries .preview-image .download-hover p {
  font-size: 26.17924px;
  font-size: 2.617924rem;
  line-height: 1;
  margin: 5px 0;
}
.media-entries .preview-image .download-hover i {
  display: block;
}
.media-entries .media-data {
  list-style-type: none;
  padding: 0;
  margin: 0 0 10px;
}
.media-entries .media-data li {
  font-size: 16.18px;
  font-size: 1.618rem;
  list-style-type: none;
  line-height: 1;
  margin-bottom: 10px;
}
.media-entries .media-data li.media-file-name {
  font-size: 19.63443px;
  font-size: 1.963443rem;
  font-weight: bold;
}
.media-entries .media-data .label {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #656564;
  font-weight: bold;
  display: none;
}

/*
	_kcbc-biers.scss

	Theme Name: Munchen Pro
	*/
body.kcbc-bier-page .content-sidebar-wrap > .content {
  padding: 0 0 50px;
}
body.kcbc-bier-page .content-sidebar-wrap > .content > .entry > .entry-content {
  padding-left: 200px;
  padding-right: 200px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
body.kcbc-bier-page .bier-group {
  padding: 50px 0 30px;
}
body.kcbc-bier-page .bier-group:nth-of-type(even) {
  background-color: #d1d1d1;
}
body.kcbc-bier-page .bier-group-intro {
  padding-left: 200px;
  padding-right: 200px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 800px) {
  body.kcbc-bier-page .bier-group-intro {
    padding-left: 5%;
    padding-right: 5%;
  }
}
body.kcbc-bier-page h2.bier-group-title, body.kcbc-bier-page .bier-group-title.pum-title,
body.kcbc-bier-page .bier-group-title.popmake-title {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
body.kcbc-bier-page .biers {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: center;
  padding: 30px 0 0;
}
@media only screen and (max-width: 1023px) {
  body.kcbc-bier-page .biers {
    margin-left: 10%;
    margin-right: 10%;
  }
}
@media only screen and (max-width: 800px) {
  body.kcbc-bier-page .biers {
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media only screen and (max-width: 550px) {
  body.kcbc-bier-page .biers {
    margin-left: 0%;
    margin-right: 0%;
  }
}
body.kcbc-bier-page .biers.num-1 .bier {
  flex: 0 0 97.5%;
}
@media only screen and (max-width: 1023px) {
  body.kcbc-bier-page .biers.num-1 .bier {
    flex: 0 0 47.75%;
  }
}
@media only screen and (max-width: 550px) {
  body.kcbc-bier-page .biers.num-1 .bier {
    flex-grow: 1;
    flex-shrink: 1;
    margin: 0 5% 20px;
    flex-basis: 90%;
  }
}
body.kcbc-bier-page .biers.num-1 {
  width: 25%;
}
@media only screen and (max-width: 1023px) {
  body.kcbc-bier-page .biers.num-1 {
    width: auto;
  }
}
body.kcbc-bier-page .biers.num-2 .bier {
  flex: 0 0 47.75%;
}
@media only screen and (max-width: 1023px) {
  body.kcbc-bier-page .biers.num-2 .bier {
    flex: 0 0 47.75%;
  }
}
@media only screen and (max-width: 550px) {
  body.kcbc-bier-page .biers.num-2 .bier {
    flex-grow: 1;
    flex-shrink: 1;
    margin: 0 5% 20px;
    flex-basis: 90%;
  }
}
body.kcbc-bier-page .biers.num-2 {
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  body.kcbc-bier-page .biers.num-2 {
    width: auto;
  }
}
body.kcbc-bier-page .biers.num-3 .bier {
  flex: 0 0 31.1666666667%;
}
@media only screen and (max-width: 1023px) {
  body.kcbc-bier-page .biers.num-3 .bier {
    flex: 0 0 47.75%;
  }
}
@media only screen and (max-width: 550px) {
  body.kcbc-bier-page .biers.num-3 .bier {
    flex-grow: 1;
    flex-shrink: 1;
    margin: 0 5% 20px;
    flex-basis: 90%;
  }
}
body.kcbc-bier-page .biers.num-3 {
  width: 75%;
}
@media only screen and (max-width: 1023px) {
  body.kcbc-bier-page .biers.num-3 {
    width: auto;
  }
}
body.kcbc-bier-page .biers.num-4 .bier {
  flex: 0 0 22.875%;
}
@media only screen and (max-width: 1023px) {
  body.kcbc-bier-page .biers.num-4 .bier {
    flex: 0 0 47.75%;
  }
}
@media only screen and (max-width: 550px) {
  body.kcbc-bier-page .biers.num-4 .bier {
    flex-grow: 1;
    flex-shrink: 1;
    margin: 0 5% 20px;
    flex-basis: 90%;
  }
}
body.kcbc-bier-page .biers.num-4 {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  body.kcbc-bier-page .biers.num-4 {
    width: auto;
  }
}
body.kcbc-bier-page .biers .bier {
  margin: 0 1% 20px;
}
body.kcbc-bier-page .biers .bier .entry-header {
  padding: 0;
  margin: 0;
  position: relative;
}
body.kcbc-bier-page .biers .bier .entry-header:after {
  display: none;
}
body.kcbc-bier-page .biers .bier .entry-header .entry-title {
  margin-bottom: 0;
}
body.kcbc-bier-page .biers .bier .entry-header .entry-title a {
  font-size: 19.63443px;
  font-size: 1.963443rem;
  font-size: 31.76850774px;
  font-size: 3.176850774rem;
  padding: 15px 10px;
  display: block;
  color: white;
  color: #bfbfbf;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  -spec-border-radius: 1px;
  border-radius: 1px;
  -spec-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #545454;
}
body.kcbc-bier-page .biers .bier .entry-header .entry-title span {
  -spec-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
}
body.kcbc-bier-page .biers .bier .entry-header .seasonal-release {
  display: block;
  background-color: white;
  padding: 10px;
  color: #d52b1e;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 12.135px;
  font-size: 1.2135rem;
  font-size: 19.63443px;
  font-size: 1.963443rem;
  font-weight: bold;
  line-height: 1;
}
body.kcbc-bier-page .biers .bier:hover .entry-header .entry-title a {
  color: white;
}
body.kcbc-bier-page .biers .bier:hover .entry-header span {
  transform: translateY(-4px);
}
body.kcbc-bier-page .biers .bier .entry-content {
  position: relative;
}
body.kcbc-bier-page .biers .bier .entry-content img {
  display: block;
}
body.kcbc-bier-page .biers .bier .entry-content .bier-rollover {
  text-align: center;
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  -spec-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /*
  					background-color: tint( $black, 20 );
  					background-color: rgba( $black, 0.8 );
  */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 60%, rgba(0, 0, 0, 0.4) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.67) 60%, rgba(0, 0, 0, 0.4) 100%);
}
body.kcbc-bier-page .biers .bier .entry-content .bier-rollover p a {
  transform-style: preserve-3d;
  display: block;
  position: absolute;
  color: white;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding-bottom: 10%;
  opacity: 0;
}
body.kcbc-bier-page .biers .bier .entry-content .bier-rollover p a:hover {
  color: white;
}
body.kcbc-bier-page .biers .bier .entry-content .bier-rollover p a span.rollover-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  padding: 20px;
  padding-bottom: 20%;
}
body.kcbc-bier-page .biers .bier .entry-content .bier-rollover p a .bier-pronunciation,
body.kcbc-bier-page .biers .bier .entry-content .bier-rollover p a .bier-style {
  display: block;
  font-size: 19.63443px;
  font-size: 1.963443rem;
  font-size: 26.17924px;
  font-size: 2.617924rem;
  margin-bottom: 0.5rem;
  line-height: 1;
}
body.kcbc-bier-page .biers .bier .entry-content .bier-rollover p a .bier-pronunciation {
  font-style: italic;
  font-size: 12.135px;
  font-size: 1.2135rem;
  font-size: 19.63443px;
  font-size: 1.963443rem;
}
body.kcbc-bier-page .biers .bier .entry-content .bier-rollover p a span.stress {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
body.kcbc-bier-page .biers .bier .entry-content .bier-rollover p a .bier-abv,
body.kcbc-bier-page .biers .bier .entry-content .bier-rollover p a .bier-ibu {
  display: inline-block;
  font-size: 12.135px;
  font-size: 1.2135rem;
  font-size: 19.63443px;
  font-size: 1.963443rem;
  width: 48%;
}
body.kcbc-bier-page .biers .bier.available .entry-title a {
  background-color: #d52b1e;
  color: white;
}
body.kcbc-bier-page .biers .bier.available .bier-rollover {
  background-image: linear-gradient(to bottom, #d52b1e 2%, rgba(213, 43, 30, 0.8) 60%, rgba(213, 43, 30, 0.4) 100%);
}
body.kcbc-bier-page .biers .bier .touch-rolldown {
  display: block;
  position: absolute;
  width: 100%;
  top: 95%;
  z-index: 100;
}
body.kcbc-bier-page .biers .bier .touch-rolldown::before {
  content: "";
  font: normal 20px/1 "dashicons";
  height: 20px;
  padding: 5px 10px;
  text-align: center;
  z-index: 100;
  background-color: #d52b1e;
  color: white;
  display: inline-block;
  margin: 0 auto;
}
body.kcbc-bier-page .biers .bier .seasonal-release + .touch-rolldown::before {
  color: #d52b1e;
  background-color: white;
}
body.kcbc-bier-page .biers .bier.bier-groups-spezial:not(.available) .touch-rolldown::before {
  color: white;
  background-color: #333333;
}
body.kcbc-bier-page .biers .bier.bier_groups-bierhalle .entry-content {
  min-height: 225px;
  background-color: black;
}
body.kcbc-bier-page .biers .bier.bier_groups-bierhalle .entry-content img {
  display: none;
}
body.kcbc-bier-page .biers .bier.bier_groups-bierhalle .entry-content .bier-rollover {
  display: block;
  height: 100%;
}
body.kcbc-bier-page .biers .bier.bier_groups-bierhalle .entry-content .bier-rollover p a {
  opacity: 1;
}
body.kcbc-bier-page .biers .bier.bier_groups-bierhalle .entry-content .bier-rollover .rollover-wrap {
  position: static;
}
body.kcbc-bier-page .biers.show-sash .bier.available.available-distributed .entry-content {
  position: relative;
}
body.kcbc-bier-page .biers.show-sash .bier.available.available-distributed .entry-content::before {
  content: "Available Now";
  display: block;
  position: absolute;
  padding: 10px 0;
  z-index: 1;
  width: 100%;
  transform: skewY(-5deg);
  bottom: 15%;
  background-color: rgba(255, 255, 255, 0.82);
  border: 0px solid #d52b1e;
  border-width: 2px 0;
  color: #d52b1e;
  font-size: 16.18px;
  font-size: 1.618rem;
  font-size: 26.17924px;
  font-size: 2.617924rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
}

/*
// ! Single Bier page
---------------------------------------------------------------------------------------------------- */
body.single-bier .site-inner {
  margin-top: 100px;
}
body.single-bier .entry {
  margin-bottom: 25px;
}
body.single-bier .content {
  padding: 0 50px 50px;
  float: none;
}
body.single-bier .content::after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (max-width: 800px) {
  body.single-bier .content {
    padding: 0 0 50px;
  }
}
@media only screen and (max-width: 550px) {
  body.single-bier .content > .entry {
    margin-bottom: 0;
  }
}
body.single-bier .content .entry-header,
body.single-bier .content .entry-content {
  width: 60%;
  float: right;
}
@media only screen and (max-width: 800px) {
  body.single-bier .content .entry-header,
body.single-bier .content .entry-content {
    width: 100%;
    float: none;
  }
}
body.single-bier div.bier-image,
body.single-bier div.availability {
  width: 33%;
  float: left;
  clear: left;
}
@media only screen and (max-width: 800px) {
  body.single-bier div.availability {
    width: 100%;
    float: none;
  }
}
body.single-bier p.locations {
  line-height: 1.125;
  padding-top: 0.5rem;
  font-size: 16.18px;
  font-size: 1.618rem;
}
body.single-bier p.locations a {
  color: black;
}
body.single-bier p.locations a:hover, body.single-bier p.locations a:active, body.single-bier p.locations a:focus {
  color: #d52b1e;
}
body.single-bier div.bier-image {
  text-align: center;
  position: relative;
  overflow: hidden;
}
body.single-bier div.bier-image img:nth-child(1) {
  position: relative;
}
body.single-bier div.bier-image img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 100%;
}
@media only screen and (max-width: 800px) {
  body.single-bier div.bier-image {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 550px) {
  body.single-bier div.bier-image {
    float: none;
    width: 100%;
  }
}
body.single-bier .entry-title {
  font-size: 51.4014455233px;
  font-size: 5.1401445523rem;
  font-size: 83.1675388567px;
  font-size: 8.3167538857rem;
  line-height: 1;
  color: #d52b1e;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: left;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  body.single-bier .entry-title {
    font-size: 68.5352606978px;
    font-size: 6.8535260698rem;
  }
}
@media only screen and (max-width: 800px) {
  body.single-bier .entry-title {
    font-size: 51.4014455233px;
    font-size: 5.1401445523rem;
  }
}
@media only screen and (max-width: 550px) {
  body.single-bier .entry-title {
    font-size: 42.35801032px;
    font-size: 4.235801032rem;
  }
}
body.single-bier .pronunciation p {
  text-align: left;
  color: #333333;
  font-style: italic;
  font-size: 16.18px;
  font-size: 1.618rem;
  font-size: 26.17924px;
  font-size: 2.617924rem;
  margin-bottom: 0;
}
body.single-bier .pronunciation p .stress {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
body.single-bier .bier-style p {
  color: #333333;
  font-weight: bold;
  font-size: 19.63443px;
  font-size: 1.963443rem;
  font-size: 31.76850774px;
  font-size: 3.176850774rem;
  text-align: left;
  margin-bottom: 10px;
}
body.single-bier table.bier-ingredients thead, body.single-bier table.bier-ingredients tbody, body.single-bier table.bier-ingredients tr, body.single-bier table.bier-ingredients td,
body.single-bier table.bier-chemistry thead,
body.single-bier table.bier-chemistry tbody,
body.single-bier table.bier-chemistry tr,
body.single-bier table.bier-chemistry td {
  border: none;
}
body.single-bier table.bier-ingredients th, body.single-bier table.bier-ingredients td,
body.single-bier table.bier-chemistry th,
body.single-bier table.bier-chemistry td {
  margin: 5px;
}
body.single-bier table.bier-ingredients caption,
body.single-bier table.bier-chemistry caption {
  color: #333333;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 19.63443px;
  font-size: 1.963443rem;
}
body.single-bier table.bier-ingredients th,
body.single-bier table.bier-chemistry th {
  color: #333333;
  text-transform: none;
  letter-spacing: normal;
  line-height: 1.125;
}
body.single-bier table.bier-ingredients th span,
body.single-bier table.bier-chemistry th span {
  display: block;
  font-size: 16.18px;
  font-size: 1.618rem;
}
body.single-bier table.bier-ingredients span.unit,
body.single-bier table.bier-chemistry span.unit {
  display: none;
}
body.single-bier table.bier-chemistry td, body.single-bier table.bier-chemistry th {
  text-align: center;
  width: 33%;
  border-right: 1px dotted #c9cac8;
}
body.single-bier table.bier-chemistry td:last-child, body.single-bier table.bier-chemistry th:last-child {
  border-right: none;
}
body.single-bier table.bier-chemistry td {
  font-size: 26.17924px;
  font-size: 2.617924rem;
  line-height: 1.125;
}
body.single-bier table.bier-chemistry th {
  vertical-align: top;
  padding-bottom: 1rem;
  font-size: 26.17924px;
  font-size: 2.617924rem;
}
body.single-bier table.bier-chemistry thead {
  border-bottom: 1px solid #c9cac8;
}
body.single-bier .bier-ingredients-wrap {
  width: 70%;
  display: inline-block;
}
@media only screen and (max-width: 550px) {
  body.single-bier .bier-ingredients-wrap {
    width: 100%;
  }
}
body.single-bier table.bier-ingredients th {
  text-align: right;
  border-right: 1px solid #c9cac8;
  border-bottom: 1px dotted #c9cac8;
  font-size: 12.135px;
  font-size: 1.2135rem;
  font-size: 16.18px;
  font-size: 1.618rem;
  padding-right: 1rem;
  width: 20%;
}
body.single-bier table.bier-ingredients td {
  padding-left: 1rem;
  line-height: 1.125;
  border-bottom: 1px dotted #c9cac8;
}
body.single-bier table.bier-ingredients tr:last-of-type td, body.single-bier table.bier-ingredients tr:last-of-type th {
  border-bottom-width: 0;
}
body.single-bier .glassware {
  width: 25%;
  float: right;
  float: left;
}
body.single-bier .glassware h4 {
  text-indent: -1000%;
  overflow: hidden;
}
body.single-bier .glassware [class*=icon-kcbc] {
  font-size: 68.5352606978px;
  font-size: 6.8535260698rem;
  font-size: 134.5650778702px;
  font-size: 13.456507787rem;
  color: #c9cac8;
  line-height: 0.5;
  text-align: center;
  margin-left: -4rem;
}
@media only screen and (max-width: 550px) {
  body.single-bier .glassware {
    width: 100%;
    float: none;
  }
  body.single-bier .glassware p {
    text-align: center;
  }
  body.single-bier .glassware [class*=icon-kcbc] {
    margin-left: 0;
  }
}
body.single-bier .food-pairing {
  display: none;
}
body.single-bier .availability h4 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: bold;
  padding: 10px 5px 15px;
  line-height: 1;
  background-color: #c9cac8;
  color: white;
  margin-bottom: 5px;
  position: relative;
}
body.single-bier .availability h4 a::after {
  content: "";
  font-family: "dashicons";
  background-color: #c9cac8;
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 5px 15px;
  color: white;
  -spec-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
}
body.single-bier .availability h4 a:hover::after {
  background-color: #656564;
  color: white;
}
body.single-bier .availability p {
  margin-bottom: 5px;
  text-align: center;
}
body.single-bier .availability ul {
  text-align: center;
}
body.single-bier .availability ul li {
  display: inline-block;
  text-align: center;
  width: 42%;
  height: 175px;
  margin: 0 2%;
  color: #c9cac8;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  body.single-bier .availability ul li {
    height: 110px;
  }
}
body.single-bier .availability ul li span {
  -spec-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 16.18px;
  font-size: 1.618rem;
  font-size: 19.63443px;
  font-size: 1.963443rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center;
  display: block;
  position: absolute;
  top: 33%;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 2px 5px 4px;
  background-color: white;
  color: #c9cac8;
  border: 0px solid #c9cac8;
  border-width: 3px 0;
}
@media only screen and (max-width: 1200px) {
  body.single-bier .availability ul li span {
    font-size: 12.135px;
    font-size: 1.2135rem;
    font-size: 16.18px;
    font-size: 1.618rem;
  }
}
body.single-bier .availability ul li:before {
  -spec-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 110.890051809px;
  font-size: 11.0890051809rem;
  font-size: 179.4201038269px;
  font-size: 17.9420103827rem;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0;
}
@media only screen and (max-width: 1023px) {
  body.single-bier .availability ul li:before {
    font-size: 68.5352606978px;
    font-size: 6.8535260698rem;
    font-size: 110.890051809px;
    font-size: 11.0890051809rem;
  }
}
body.single-bier .availability.available h4 {
  background-color: #d52b1e;
  padding-right: 35px;
}
body.single-bier .availability.available ul li span {
  color: #d52b1e;
}
body.single-bier .availability.available li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.single-bier .availability.available li a:hover span {
  border-color: black;
}
body.single-bier .availability.available li:hover::before {
  color: black;
}

/* 
// !Available Biers Table
--------------------------------------------- */
table.available-biers-table a.bier-name {
  color: #d52b1e;
  font-weight: bold;
}
table.available-biers-table a.bier-name:hover {
  color: #8a1c14;
}
table.available-biers-table tbody tr:hover {
  -spec-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #e4e5e4;
}
table.available-biers-table span[class*=icon-]:before {
  color: #c9cac8;
  font-size: larger;
}
table.available-biers-table td, table.available-biers-table th {
  line-height: 1.125;
  border-color: #c9cac8;
  padding: 6px 3px;
}
table.available-biers-table td:first-child, table.available-biers-table th:first-child {
  padding-left: 0;
}
table.available-biers-table td:last-child, table.available-biers-table th:last-child {
  padding-right: 0;
}
table.available-biers-table span.unit {
  display: none;
}
@media only screen and (max-width: 550px) {
  table.available-biers-table th {
    vertical-align: baseline;
  }
  table.available-biers-table td {
    vertical-align: top;
  }
}

.available-biers-footer {
  padding: 0 50px 50px;
}
.available-biers-footer::after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (max-width: 550px) {
  .available-biers-footer {
    padding: 0 0 50px;
  }
}

/* 
// !Available Biers Flex
--------------------------------------------- */
.biers-flex {
  width: 100%;
  margin-bottom: 100px;
  position: relative;
  /*
  	display: flex;
  	flex-wrap: nowrap;
  	justify-content: space-between;
  */
  overflow: hidden;
  position: relative;
}
.biers-flex .bier-slides {
  width: auto;
  position: relative;
  left: 0;
  display: flex;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.biers-flex .bier-slides > .entry {
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .biers-flex {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.biers-flex .kcbc-gallery-nav {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  pointer-events: none;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0) 98%, rgba(0, 0, 0, 0.2) 100%);
}
.biers-flex .kcbc-gallery-nav li {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  margin: 75px 10px 0;
  color: white;
  font-weight: bold;
  padding: 0px;
  text-align: center;
  width: 33px;
  height: 33px;
  cursor: pointer;
  display: block;
  pointer-events: auto;
  display: block;
  -spec-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-opacity: 0.82;
  -moz-opacity: 0.82;
  -spec-opacity: 0.82;
  opacity: 0.82;
  filter: alpha(opacity=82);
}
.biers-flex .kcbc-gallery-nav li:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -spec-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(-2px);
}
.biers-flex .kcbc-gallery-nav li.prev {
  float: left;
  background: transparent url("images/arrowprev.png") 50% 50% no-repeat;
}
.biers-flex .kcbc-gallery-nav li.next {
  float: right;
  background: transparent url("images/arrownext.png") 50% 50% no-repeat;
}
.biers-flex .entry-header {
  width: 100%;
  float: none;
  background-color: #d52b1e;
  -spec-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.biers-flex .entry-header .entry-title {
  font-size: 12.135px;
  font-size: 1.2135rem;
  font-size: 16.18px;
  font-size: 1.618rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin: 0;
  /*
  			@media only screen and (max-width: $breakpoint-wide ) {
  				@include type-size( 1 );
  				@include type-size( 2 );
  			}
  */
}
.biers-flex .entry-header a {
  display: block;
  color: white;
  padding: 5px 0 8px;
}
.biers-flex .entry-header a:hover {
  color: white;
}
.biers-flex .entry {
  /*
  		flex-basis: 10%;
  		flex-grow: 1;
  */
  margin-right: 10px;
  position: relative;
  overflow: hidden;
  flex-grow: 1;
  flex-shrink: 1;
  width: 150px;
  margin-bottom: 0;
  /*
  		@media only screen and (max-width: $breakpoint-tablet ) {
  			flex-basis: 19%;
  			flex-grow: 0;
  			margin: 0 5px 20px;
  		}

  		@media only screen and (max-width: $breakpoint-phone ) {
  			flex-basis: 23%;
  		}

  		@media only screen and (max-width: $breakpoint-phone-vert ) {
  			// flex-grow: 1;
  			flex-basis: 45%;
  		}
  */
}
.biers-flex .entry:last-of-type {
  margin-right: 0;
}
.biers-flex .entry a.overlay-link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.biers-flex .entry img {
  -spec-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
}
.biers-flex .entry:hover .entry-header {
  background-color: #8a1c14;
}
.biers-flex .entry:hover img {
  transform: scale(1.05);
  transform-origin: bottom;
}

/*
	_kcbc-events.scss

	Theme Name: München Pro
	*/
.eo-fullcalendar {
  clear: both;
  width: 140%;
  padding: 20px;
  margin: 0 -20%;
}
@media only screen and (max-width: 800px) {
  .eo-fullcalendar {
    width: 100%;
    margin: 0;
  }
}
.eo-fullcalendar .fc-toolbar .fc-left h2,
.eo-fullcalendar .fc-toolbar .fc-left .popmake-title,
.eo-fullcalendar .fc-toolbar .fc-left .pum-title,
.eo-fullcalendar .fc-toolbar .fc-left {
  font-size: 31.76850774px;
  font-size: 3.176850774rem;
  color: #656564;
}
.eo-fullcalendar .fc-bg .fc-mon {
  background-color: #e4e5e4;
  position: relative;
}
.eo-fullcalendar .fc-bg .fc-mon:before {
  content: "BIERHALLE & BIERGARTEN CLOSED";
  font-size: 19.63443px;
  font-size: 1.963443rem;
  line-height: 0.9;
  color: white;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 33%;
  left: 0;
  width: 100%;
  transform: rotate(-15deg);
}
@media only screen and (max-width: 800px) {
  .eo-fullcalendar .fc-bg .fc-mon:before {
    font-size: 16.18px;
    font-size: 1.618rem;
  }
}
@media only screen and (max-width: 550px) {
  .eo-fullcalendar .fc-bg .fc-mon:before {
    transform: rotate(0deg);
    top: auto;
    bottom: 5px;
  }
}
.eo-fullcalendar .fc-bg .fc-mon.fc-today {
  background: #f1e6b5;
}
.eo-fullcalendar .fc-bg .fc-mon.fc-today:before {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.eo-fullcalendar .fc-today {
  background: #f1e6b5;
}
.eo-fullcalendar a.eo-past-event {
  background-color: #c9cac8 !important;
  border-color: #c9cac8 !important;
}
.eo-fullcalendar .fc-bg td.fc-other-month {
  background-color: #edeeed;
}

.eo-fullcalendar-reset.fc-unthemed .fc-today {
  background: #f1e6b5 !important;
}

/*
// !Date Boxes
---------------------------------------------------------------------------------------------------- */
ul.future-date-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
}
ul.future-date-list, ul.future-date-list > li, .entry-content ul.future-date-list > li {
  list-style-type: none;
}
ul.future-date-list li.date-box {
  margin: 0 2% 20px 0;
}
@media only screen and (max-width: 800px) {
  ul.future-date-list {
    justify-content: center;
  }
  ul.future-date-list li.date-box {
    margin: 0 1% 10px;
  }
}

.date-box {
  width: 46%;
  border: 2px solid #c9cac8;
  -spec-border-radius: 2px;
  border-radius: 2px;
  padding-bottom: 10px;
}
.date-box span {
  display: block;
  text-align: center;
  padding: 3px;
  line-height: 1;
}
.date-box span.day {
  background-color: #c9cac8;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.date-box span.month,
.date-box span.month-short {
  color: #d52b1e;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 16.18px;
  font-size: 1.618rem;
  font-weight: bold;
}
.date-box span.month-short {
  display: none;
}
.date-box span.date {
  font-size: 42.35801032px;
  font-size: 4.235801032rem;
  font-weight: bold;
  line-height: 0.5;
  padding-bottom: 1.125rem;
}
.date-box span.time {
  padding: 6px 3px;
}
.date-box span.time > span {
  display: inline;
}

/*
// !Events Page
---------------------------------------------------------------------------------------------------- */
.page.kcbc-header-image.kcbc-events-page .content-sidebar-wrap > .content > .entry > .entry-content {
  float: left;
  margin-right: 0;
  margin-left: calc( ( 100vw - 1200px ) / 2 );
  padding-left: 100px;
  padding-right: 20px;
  max-width: 700px;
  width: 58%;
}
@media only screen and (max-width: 1200px) {
  .page.kcbc-header-image.kcbc-events-page .content-sidebar-wrap > .content > .entry > .entry-content {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .page.kcbc-header-image.kcbc-events-page .content-sidebar-wrap > .content > .entry > .entry-content {
    width: 100%;
    max-width: 700px;
    float: none;
    padding-left: 10%;
    padding-right: 10%;
    margin-left: auto;
    margin-right: auto;
  }
}
.page.kcbc-header-image.kcbc-events-page .eo-events-shortcode .eo-event {
  position: relative;
  margin-bottom: 50px;
}
.page.kcbc-header-image.kcbc-events-page .eo-events-shortcode .event-banner-image img {
  display: block;
}
.page.kcbc-header-image.kcbc-events-page .eo-events-shortcode .event-banner-image img.placeholder {
  -webkit-filter: grayscale(80%) contrast(50%) brightness(133%);
          filter: grayscale(80%) contrast(50%) brightness(133%);
}
.page.kcbc-header-image.kcbc-events-page .eo-events-shortcode .date-box {
  max-width: 30%;
  bottom: 15px;
  position: absolute;
  left: 15px;
  margin-right: 10px;
  background-color: white;
  border-color: #656564;
}
.page.kcbc-header-image.kcbc-events-page .eo-events-shortcode .date-box span.day {
  background-color: #656564;
}
.page.kcbc-header-image.kcbc-events-page .eo-events-shortcode .date-box span.month {
  font-size: 19.63443px;
  font-size: 1.963443rem;
}
.page.kcbc-header-image.kcbc-events-page .eo-events-shortcode .date-box span.date {
  font-size: 68.5352606978px;
  font-size: 6.8535260698rem;
}
@media only screen and (max-width: 800px) {
  .page.kcbc-header-image.kcbc-events-page .eo-events-shortcode .date-box span.month {
    display: none;
  }
  .page.kcbc-header-image.kcbc-events-page .eo-events-shortcode .date-box span.month-short {
    display: block;
  }
  .page.kcbc-header-image.kcbc-events-page .eo-events-shortcode .date-box span.time-end {
    display: block;
  }
}
.page.kcbc-header-image.kcbc-events-page .eo-events-shortcode h4 {
  background-color: #d52b1e;
  position: relative;
}
.page.kcbc-header-image.kcbc-events-page .eo-events-shortcode h4 a {
  color: white;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 10px 20px calc( 30% + 30px );
}
.page.kcbc-header-image.kcbc-events-page .eo-events-shortcode h4 a:hover {
  color: white;
  background-color: #8a1c14;
}
.page.kcbc-header-image.kcbc-events-page .eo-events-shortcode .eo-event-cat-off-site h4 a {
  background-color: black;
}
.page.kcbc-header-image.kcbc-events-page .eo-events-shortcode .eo-event-cat-off-site h4 a:hover {
  background-color: #8a1c14;
}
.page.kcbc-header-image.kcbc-events-page .events-sidebar {
  float: right;
  max-width: 480px;
  width: 40%;
  padding-left: 20px;
  padding-right: 100px;
  margin-right: calc( ( 100vw - 1200px ) / 2 );
}
@media only screen and (max-width: 1200px) {
  .page.kcbc-header-image.kcbc-events-page .events-sidebar {
    margin-right: 10px;
  }
  .page.kcbc-header-image.kcbc-events-page .events-sidebar .date-box span.month {
    display: none;
  }
  .page.kcbc-header-image.kcbc-events-page .events-sidebar .date-box span.month-short {
    display: block;
  }
}
@media only screen and (max-width: 1023px) {
  .page.kcbc-header-image.kcbc-events-page .events-sidebar {
    width: 100%;
    max-width: 700px;
    float: none;
    padding-left: 10%;
    padding-right: 10%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* 
// !Widget
--------------------------------------------- */
section[id^=eo_event_list_widget] .eo-events > div {
  margin-bottom: 60px;
}
section[id^=eo_event_list_widget] .eo-events > div::after {
  clear: both;
  content: "";
  display: block;
}
section[id^=eo_event_list_widget] h4.widget-title {
  font-size: 31.76850774px;
  font-size: 3.176850774rem;
}
section[id^=eo_event_list_widget] h4.event-name {
  font-weight: bold;
  font-size: 26.17924px;
  font-size: 2.617924rem;
  margin-bottom: 10px;
  clear: left;
  line-height: 1;
}
section[id^=eo_event_list_widget] p.repetition {
  margin-bottom: 10px;
}
section[id^=eo_event_list_widget] .date-box {
  float: right;
  width: auto;
  max-width: 33%;
  margin-left: 15px;
}
section[id^=eo_event_list_widget] .date-box span {
  padding-left: 10px;
  padding-right: 10px;
}
section[id^=eo_event_list_widget] .date-box span.date {
  padding-bottom: 15px;
}

/*
// !Event Page
---------------------------------------------------------------------------------------------------- */
body.single-event .site-inner {
  margin-top: 100px;
}
@media only screen and (max-width: 800px) {
  body.single-event .entry {
    padding: 0 5%;
  }
}
body.single-event h1.entry-title {
  color: #d52b1e;
  line-height: 1;
}
@media only screen and (max-width: 800px) {
  body.single-event h1.entry-title {
    font-size: 31.76850774px;
    font-size: 3.176850774rem;
  }
}
@media only screen and (max-width: 550px) {
  body.single-event h1.entry-title {
    line-height: 1;
  }
}

/*
// !Full Calendar
---------------------------------------------------------------------------------------------------- */
.fc-toolbar .fc-left h2, .fc-toolbar .fc-left .pum-title,
.fc-toolbar .fc-left .popmake-title {
  color: black;
  font-size: 19.63443px;
  font-size: 1.963443rem;
  font-weight: bold;
}

.fc-ltr .fc-basic-view .fc-day-number {
  padding-right: 0.5rem !important;
}

.fc-day-grid-event {
  padding: 1px 3px;
}

/* 
// !Qtip Rollover
--------------------------------------------- */
.qtip-eo {
  -spec-border-radius: 2px;
  border-radius: 2px;
  border: 2px solid #c9cac8;
}

.qtip-titlebar {
  padding-top: 10px;
  padding-bottom: 12px;
  line-height: 1.125;
  font-size: 19.63443px;
  font-size: 1.963443rem;
}

.qtip-content {
  line-height: 1.25;
  font-size: 16.18px;
  font-size: 1.618rem;
  padding: 20px;
}
.qtip-content img.event-image {
  float: right;
  padding-left: 10px;
  max-width: 50%;
}

/*
	_kcbc-ninja-forms.scss

	Theme Name: Munchen Pro
	*/
.nf-form-cont h2, .nf-form-cont .pum-title,
.nf-form-cont .popmake-title, .nf-form-cont h3 {
  color: #d52b1e;
}
.nf-form-cont input[type=text],
.nf-form-cont textarea {
  color: #656564;
}

.nf-response-msg {
  border: 1px solid #d52b1e;
  padding: 10px 10px 5px;
  -spec-border-radius: 10;
  border-radius: 10;
}

/*
	Datepicker
--------------------------------------------- */
.pika-button,
.flatpickr-day {
  text-align: center !important;
}
.pika-button:hover,
.flatpickr-day:hover {
  background: #d52b1e !important;
  color: white !important;
  border-width: 0 !important;
  transform: none !important;
}
.is-selected .pika-button, .pika-button.selected,
.is-selected .flatpickr-day,
.flatpickr-day.selected {
  background: #d52b1e !important;
  box-shadow: none !important;
  color: white !important;
}
.is-today .pika-button, .pika-button.today,
.is-today .flatpickr-day,
.flatpickr-day.today {
  color: #8a1c14;
}

.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year {
  font-size: 21px !important;
}

/*
	Application Form
--------------------------------------------- */
.nf-form-cont.application-form input[type=text],
.nf-form-cont.application-form input[type=email],
.nf-form-cont.application-form input[type=tel],
.nf-form-cont.application-form textarea,
.nf-form-cont.application-form select {
  font-size: 19.63443px;
  font-size: 1.963443rem;
  color: black;
  padding: 10px;
}
.nf-form-cont.application-form input[type=radio] + label {
  font-size: 16.18px;
  font-size: 1.618rem;
  color: black;
}

.nf-fu-progress-bar {
  background-color: #656564;
}

/*
	Breadcrumbs
--------------------------------------------- */
.nf-breadcrumbs {
  margin-bottom: 0 !important;
}

.nf-breadcrumbs li {
  position: relative;
  z-index: 1;
}
.nf-breadcrumbs li a {
  font-size: 12.135px;
  font-size: 1.2135rem;
  padding: 2px 6px;
  margin: 0 -1px 0 0 !important;
  border: 0px solid #c9cac8;
  border-right-width: 1px;
  color: #656564;
}
.nf-breadcrumbs li a:hover {
  color: black;
  background-color: #e4e5e4;
}
.nf-breadcrumbs li.active a {
  color: #d52b1e;
}
.nf-breadcrumbs li.errors a {
  background-color: #ffff80;
}
.nf-breadcrumbs li:first-of-type a {
  padding-left: 0;
}
.nf-breadcrumbs li:last-of-type a {
  border-right-width: 0px;
}

.nf-progress-container {
  border-color: #656564;
  background-color: #e4e5e4;
}

.nf-progress {
  background-color: #d52b1e !important;
}

/*
	Form Body
--------------------------------------------- */
.nf-field-label label {
  font-size: 16.18px;
  font-size: 1.618rem;
  line-height: 1;
  font-weight: 400 !important;
}

.html-wrap p,
.nf-field-description p {
  font-size: 16.18px;
  font-size: 1.618rem;
}

.label-left.toggle .nf-field-element,
.label-left.toggle .nf-field-label {
  width: 35%;
}
.label-left.toggle .nf-field-element {
  margin-right: 29%;
}

.nf-field-container.description-last .nf-field-description {
  order: 100;
  color: #656564;
}

.nf-field-container.fine-print p {
  font-size: 12.135px;
  font-size: 1.2135rem;
}

.nf-field-element h1, .nf-field-element h2, .nf-field-element .pum-title,
.nf-field-element .popmake-title, .nf-field-element h3, .nf-field-element h4, .nf-field-element h5, .nf-field-element h6 {
  margin-bottom: 5px;
}

/*
	Hide Stuff
--------------------------------------------- */
.hidden-field {
  display: none;
}

/*
	errors
--------------------------------------------- */
.nf-breadcrumbs li.errors a {
  background-color: #ffff80;
}

.nf-error-msg {
  padding: 10px;
  background-color: #ffff80;
  color: black;
}

/*
	_kcbc-popupmake.scss

	Theme Name: Munchen Pro
	*/
.pum-content h1, .pum-content h2, .pum-content .pum-title,
.pum-content .popmake-title, .pum-content h3, .pum-content h4, .pum-content h5, .pum-content h6,
.pum-content p,
.popmake-content h1,
.popmake-content h2,
.popmake-content .pum-title,
.popmake-content .popmake-title,
.popmake-content h3,
.popmake-content h4,
.popmake-content h5,
.popmake-content h6,
.popmake-content p {
  text-align: center;
}

/*
	_kcbc-tml.scss

	Theme Name: Munchen Pro
	*/
/*
// !Theme My Login
---------------------------------------------------------------------------------------------------- */
body.kcbc-tml .site-inner {
  margin-top: 100px;
}
body.kcbc-tml h1.entry-title {
  color: #c9cac8;
}
body.kcbc-tml div.tml {
  display: block;
  margin: 0 auto;
  max-width: 600px;
}
body.kcbc-tml .tml-links,
body.kcbc-tml .tml-links li {
  list-style-type: none;
}
/*
// !Universal
---------------------------------------------------------------------------------------------------- */
html, body {
  font-size: 62.5%;
  overflow-x: hidden;
}

a {
  color: #d52b1e;
}
a:hover {
  color: #8a1c14;
}

.entry-header::after {
  display: none;
}

.entry-title a:hover {
  color: #d52b1e;
}

@media only screen and (max-width: 550px) {
  .no-mobile {
    display: none !important;
  }
}

.mobile-only {
  display: none;
}
@media only screen and (max-width: 550px) {
  .mobile-only {
    display: block;
  }
}

@media only screen and (max-width: 800px) {
  body {
    overflow-x: hidden;
  }
}

embed, iframe, img, object, video, .wp-caption {
  width: auto;
  height: auto;
  max-width: 100%;
}

body.kcbc-bier-page .content-sidebar-wrap > .content > .entry > .entry-content p:first-of-type,
p.intro-p {
  font-size: 26.17924px;
  font-size: 2.617924rem;
  line-height: 1.5;
}

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

.no-clear,
.dont-clear {
  clear: none;
}

.preloader {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  z-index: 0;
  -webkit-filter: grayscale(100%) brightness(133%);
          filter: grayscale(100%) brightness(133%);
}

@media only screen and (max-width: 1200px) {
  .site-inner {
    max-width: 95%;
  }
}
@media only screen and (max-width: 1023px) {
  .site-inner {
    max-width: 95%;
  }
}
@media only screen and (max-width: 800px) {
  .site-inner {
    max-width: 95%;
  }
}

/*
// !Columns
--------------------------------------------- */
@media only screen and (max-width: 800px) {
  .five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
    clear: both;
    width: 100%;
    margin-left: 0;
  }
}
/*
// !Header
---------------------------------------------------------------------------------------------------- */
/*
// !Preheader
--------------------------------------------- */
.pre-header {
  position: static;
  width: 100%;
}
.pre-header > .wrap {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 550px) {
  .pre-header > .wrap {
    flex-direction: column;
  }
}
.pre-header p {
  margin-bottom: 0;
}
.pre-header a.button {
  margin-left: 1rem;
  margin-bottom: 3px;
  border-width: 1px;
}
.pre-header a.button:hover {
  border-color: black;
  border-width: 1px;
  background-color: white;
  color: black;
}
.pre-header .pre-header-left,
.pre-header .pre-header-right {
  flex-basis: 48%;
  padding: 5px 0;
  color: #d52b1e;
}
.pre-header .pre-header-right {
  text-align: right;
}
.pre-header .pre-header-right .social-media ul {
  position: relative;
  right: 0;
}
.pre-header .pre-header-right .social-media ul li {
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 0;
}
.pre-header .pre-header-right .social-media ul li a {
  font-size: 12.135px;
  font-size: 1.2135rem;
  font-size: 19.63443px;
  font-size: 1.963443rem;
  color: #d52b1e;
}
.pre-header .pre-header-right .social-media ul li a:hover {
  color: #8a1c14;
}
@media only screen and (max-width: 550px) {
  .pre-header .pre-header-left,
.pre-header .pre-header-right {
    text-align: center;
  }
}

/*
// !Site Header / Header Image
--------------------------------------------- */
.featured-section .site-header > .wrap {
  border: none;
}
.featured-section .site-header {
  background-color: #d52b1e;
}

.site-header {
  position: relative;
  background-color: #d52b1e;
  border-bottom: 5px solid white;
  max-height: 80px;
}
@media only screen and (max-width: 800px) {
  .site-header {
    max-height: none;
  }
}

.header-image .title-area {
  width: 150px;
  float: none;
  position: absolute;
  left: calc( 50% - 75px );
  z-index: 100;
}
@media only screen and (max-width: 800px) {
  .header-image .title-area {
    left: auto;
    padding: 0;
  }
}

.header-image .site-title > a {
  display: none;
  width: 150px;
  height: 150px;
}
@media only screen and (max-width: 800px) {
  .header-image .site-title > a {
    display: block;
  }
}

@media only screen and (max-width: 800px) {
  .nav-primary .wrap {
    padding: 0;
  }
}

/*
// !Nav Primary
--------------------------------------------- */
.nav-primary .genesis-nav-menu {
  float: none;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 800px) {
  .nav-primary .genesis-nav-menu {
    display: block;
    display: none;
  }
  .nav-primary .genesis-nav-menu > li:nth-of-type(1) {
    padding-left: 150px;
  }
}
.nav-primary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
  padding: 27px 20px 0;
}
.nav-primary .genesis-nav-menu > li.menu-item {
  flex-basis: 126px;
  text-align: center;
}
.nav-primary .genesis-nav-menu > li.menu-item.homepage-link {
  flex-basis: 150px;
  position: relative;
  z-index: 100;
}
.nav-primary .genesis-nav-menu > li.menu-item.homepage-link a {
  -spec-border-radius: 50%;
  border-radius: 50%;
}
.nav-primary .genesis-nav-menu > li.menu-item:hover {
  position: relative;
}
.nav-primary .genesis-nav-menu > li.menu-item:hover > a {
  color: white;
  background-color: #8a1c14;
}
@media only screen and (max-width: 800px) {
  .nav-primary .genesis-nav-menu > li.menu-item:hover > a {
    background-color: transparent;
  }
}
.nav-primary .genesis-nav-menu > li.menu-item:hover > a span {
  -spec-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: translateY(-4px);
}
.nav-primary .genesis-nav-menu > li.menu-item:hover > a:after {
  top: 0;
}
.nav-primary .genesis-nav-menu > li.menu-item.current-menu-item a:after {
  top: 0;
}
.nav-primary .genesis-nav-menu > li.menu-item > a {
  text-transform: none;
  letter-spacing: normal;
  font-size: 12.135px;
  font-size: 1.2135rem;
  font-size: 19.63443px;
  font-size: 1.963443rem;
  line-height: 19px;
  border-bottom: none;
  position: relative;
  overflow: hidden;
  padding: 27px 0 29px;
}
.nav-primary .genesis-nav-menu > li.menu-item > a span {
  display: block;
}
@media only screen and (max-width: 1023px) {
  .nav-primary .genesis-nav-menu > li.menu-item > a {
    font-size: 16.18px;
    font-size: 1.618rem;
  }
}
@media only screen and (max-width: 800px) {
  .nav-primary .genesis-nav-menu > li.menu-item > a {
    text-align: right;
    font-size: 19.63443px;
    font-size: 1.963443rem;
  }
}
@media only screen and (max-width: 800px) {
  .nav-primary .genesis-nav-menu > li.menu-item.homepage-link {
    display: none;
  }
}
.nav-primary .genesis-nav-menu > li.menu-item.homepage-link a:hover {
  background-color: #d52b1e;
  transform: translateY(-5px);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.67);
}
.nav-primary .genesis-nav-menu > li.menu-item.left-of-center .sub-menu {
  left: auto;
  right: 0;
  margin-right: -3px;
}
.nav-primary .genesis-nav-menu > li.menu-item.left-of-center .sub-menu a {
  text-align: right;
}
.nav-primary .genesis-nav-menu > li.menu-item.right-of-center .sub-menu {
  left: 0;
  right: auto;
  margin-left: -3px;
}
.nav-primary .genesis-nav-menu > li.menu-item.right-of-center .sub-menu a {
  text-align: left;
}
@media only screen and (max-width: 800px) {
  .nav-primary .genesis-nav-menu > li.menu-item.left-of-center .sub-menu a, .nav-primary .genesis-nav-menu > li.menu-item.right-of-center .sub-menu a {
    text-align: right;
    background-color: transparent;
  }
}
.nav-primary .genesis-nav-menu > li.menu-item.menu-open {
  background-color: transparent;
}
.nav-primary .genesis-nav-menu > li.menu-item .sub-menu {
  border: 3px solid white;
  border-top: none;
  display: none;
}
.nav-primary .genesis-nav-menu > li.menu-item .sub-menu li {
  border-bottom: 1px solid white;
}
.nav-primary .genesis-nav-menu > li.menu-item .sub-menu li:last-child {
  border-bottom-width: 0px;
}
.nav-primary .genesis-nav-menu > li.menu-item .sub-menu a {
  text-transform: none;
  letter-spacing: normal;
  font-size: 19.63443px;
  font-size: 1.963443rem;
  background-color: #d52b1e;
  color: white;
  padding: 10px 20px 15px;
  width: 194px;
}
.nav-primary .genesis-nav-menu > li.menu-item .sub-menu a:hover {
  background-color: #8a1c14;
  color: white;
}
@media only screen and (max-width: 1023px) {
  .nav-primary .genesis-nav-menu > li.menu-item .sub-menu a {
    font-size: 16.18px;
    font-size: 1.618rem;
  }
}
@media only screen and (max-width: 1023px) {
  .nav-primary .genesis-nav-menu > li.menu-item .sub-menu a {
    font-size: 19.63443px;
    font-size: 1.963443rem;
  }
}
@media only screen and (max-width: 800px) {
  .nav-primary .genesis-nav-menu > li.menu-item .sub-menu {
    border: none;
    background-color: transparent;
  }
  .nav-primary .genesis-nav-menu > li.menu-item .sub-menu li {
    border: none;
    padding-right: 60px;
  }
  .nav-primary .genesis-nav-menu > li.menu-item .sub-menu a {
    width: 100%;
    background-color: none;
  }
}

.responsive-menu-icon {
  margin: 10px 0 5px;
  text-align: right;
}

/*
// !Animations
---------------------------------------------------------------------------------------------------- */
.ani[class*=fadeup-effect] {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -spec-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(20px);
  transition: all 0.5s 0.25s ease-in;
}
.ani[class*=fadeup-effect].fadeup-effect-1 {
  transition-delay: 0.5s;
}
.ani[class*=fadeup-effect].fadeup-effect-2 {
  transition-delay: 0.75s;
}
.ani[class*=fadeup-effect].fadeup-effect-3 {
  transition-delay: 1s;
}
.ani[class*=fadeup-effect].fadeup-effect-4 {
  transition-delay: 1.25s;
}
.ani[class*=fadeup-effect].fadeup-effect-5 {
  transition-delay: 1.5s;
}
.ani[class*=fadeup-effect].active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -spec-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateX(0);
}

/*
// !Page
---------------------------------------------------------------------------------------------------- */
.blog.kcbc-header-image .entry-header.news-page-header h1.entry-title, .page.kcbc-header-image .content .page > .entry-header h1.entry-title {
  position: relative;
  width: 100%;
  padding-top: 200px;
  padding-right: 200px;
  text-align: right;
  z-index: 1;
  color: white;
  font-weight: bold;
  font-size: 68.5352606978px;
  font-size: 6.8535260698rem;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.33), 0 0 10px rgba(0, 0, 0, 0.67);
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 1023px) {
  .blog.kcbc-header-image .entry-header.news-page-header h1.entry-title, .page.kcbc-header-image .content .page > .entry-header h1.entry-title {
    padding-right: 10%;
  }
}
@media only screen and (max-width: 800px) {
  .blog.kcbc-header-image .entry-header.news-page-header h1.entry-title, .page.kcbc-header-image .content .page > .entry-header h1.entry-title {
    font-size: 42.35801032px;
    font-size: 4.235801032rem;
  }
}
@media only screen and (max-width: 550px) {
  .blog.kcbc-header-image .entry-header.news-page-header h1.entry-title, .page.kcbc-header-image .content .page > .entry-header h1.entry-title {
    font-size: 31.76850774px;
    font-size: 3.176850774rem;
    text-shadow: none;
    padding: 0 5% 1rem;
    background-color: rgba(213, 43, 30, 0.82);
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.page.kcbc-header-image .content-sidebar-wrap > .content {
  padding: 0 0 50px;
}
.page.kcbc-header-image .content-sidebar-wrap > .content > .entry > .entry-content {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 200px;
  padding-right: 200px;
}
@media only screen and (max-width: 1023px) {
  .page.kcbc-header-image .content-sidebar-wrap > .content > .entry > .entry-content {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media only screen and (max-width: 800px) {
  .page.kcbc-header-image .content-sidebar-wrap > .content > .entry > .entry-content {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media only screen and (max-width: 550px) {
  .page.kcbc-header-image .content-sidebar-wrap > .content > .entry > .entry-content {
    padding: 0 5%;
  }
}
.page.kcbc-header-image .site-inner {
  margin-top: 0;
  max-width: none;
}
@media only screen and (max-width: 800px) {
  .page.kcbc-header-image .site-inner {
    padding: 0;
  }
}
.page.kcbc-header-image .content .page > .entry-header {
  width: 100%;
  position: relative;
  height: 300px;
  margin-bottom: 30px;
}
.page.kcbc-header-image .content .page > .entry-header .header-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: 0;
}
/*
// !Captions
---------------------------------------------------------------------------------------------------- */
.wp-caption-text {
  color: #656564;
}

/*
// !News / Blog
---------------------------------------------------------------------------------------------------- */
.blog.kcbc-header-image .content-sidebar-wrap > .content {
  padding: 0 0 50px;
}
.blog.kcbc-header-image .content-sidebar-wrap > .content .entry {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 200px;
  padding-right: 200px;
}
@media only screen and (max-width: 800px) {
  .blog.kcbc-header-image .content-sidebar-wrap > .content .entry {
    padding: 0 5%;
  }
}
.blog.kcbc-header-image .site-inner {
  margin-top: 0;
  max-width: none;
}
@media only screen and (max-width: 800px) {
  .blog.kcbc-header-image .site-inner {
    padding: 0;
  }
}
.blog.kcbc-header-image .entry-header.news-page-header {
  width: 100%;
  position: relative;
  height: 300px;
  margin-bottom: 30px;
}
.blog.kcbc-header-image .entry-header.news-page-header .header-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: 0;
}
@media only screen and (max-width: 800px) {
  .blog.kcbc-header-image h2.entry-title, .blog.kcbc-header-image .entry-title.pum-title,
.blog.kcbc-header-image .entry-title.popmake-title {
    font-size: 19.63443px;
    font-size: 1.963443rem;
    font-size: 26.17924px;
    font-size: 2.617924rem;
  }
}
@media only screen and (max-width: 550px) {
  .blog.kcbc-header-image h2.entry-title, .blog.kcbc-header-image .entry-title.pum-title,
.blog.kcbc-header-image .entry-title.popmake-title {
    line-height: 1;
  }
}

@media only screen and (max-width: 550px) {
  body.single-post .site-inner {
    margin-top: 100px;
  }
}
body.single-post h1.entry-title {
  color: #d52b1e;
}
@media only screen and (max-width: 800px) {
  body.single-post h1.entry-title {
    font-size: 31.76850774px;
    font-size: 3.176850774rem;
    font-size: 51.4014455233px;
    font-size: 5.1401445523rem;
  }
}
@media only screen and (max-width: 550px) {
  body.single-post h1.entry-title {
    line-height: 1;
  }
}

/*
// !Asides
---------------------------------------------------------------------------------------------------- */
.aside-left,
.aside-right {
  width: 50%;
  text-align: left;
  margin-bottom: 30px;
}

.aside-right {
  float: right;
  clear: right;
  margin-right: -20%;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px dotted #c9cac8;
}
@media only screen and (max-width: 800px) {
  .aside-right {
    margin-right: -10%;
  }
}

.aside-left {
  float: left;
  clear: left;
  margin-left: -20%;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px dotted #c9cac8;
}
@media only screen and (max-width: 800px) {
  .aside-left {
    margin-left: -10%;
  }
}

.aside-wide {
  clear: both;
  width: 140%;
  padding: 20px;
  margin: 20px -20%;
  border: 1px dotted #c9cac8;
  border-width: 1px 0;
}
@media only screen and (max-width: 800px) {
  .aside-wide {
    margin: 20px -10%;
  }
}

@media only screen and (max-width: 800px) {
  .aside-left,
.aside-right,
.aside-wide {
    width: 100%;
    text-align: left;
    float: none;
    clear: both;
    margin: 10px 0;
    border: 1px dotted #c9cac8;
    padding: 10px;
  }
}

.aside-left.auto-width,
.aside-right.auto-width {
  padding: 0 25px 20px;
  width: auto;
  background-color: white;
}

.aside-left.sticky,
.aside-right.sticky,
.aside-wide.sticky {
  -spec-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 10;
  background-color: white;
  border-left: 1px dotted #c9cac8;
  border-bottom: 1px dotted #c9cac8;
}
.aside-left.sticky h4,
.aside-right.sticky h4,
.aside-wide.sticky h4 {
  display: none;
}
.aside-left.sticky.scroll,
.aside-right.sticky.scroll,
.aside-wide.sticky.scroll {
  position: fixed;
  width: 200px;
  right: 0;
  top: 0;
  margin: 0;
  border-width: 0px;
  border-left: 1px dotted #c9cac8;
  border-bottom: 1px dotted #c9cac8;
  padding: 20px;
}
@media only screen and (max-width: 1023px) {
  .aside-left.sticky.scroll,
.aside-right.sticky.scroll,
.aside-wide.sticky.scroll {
    width: 20%;
  }
}
.aside-left.sticky.scroll h4,
.aside-right.sticky.scroll h4,
.aside-wide.sticky.scroll h4 {
  display: block;
}
.aside-left.sticky.scroll p, .aside-left.sticky.scroll ul,
.aside-right.sticky.scroll p,
.aside-right.sticky.scroll ul,
.aside-wide.sticky.scroll p,
.aside-wide.sticky.scroll ul {
  font-size: 16.18px;
  font-size: 1.618rem;
}
.aside-left.sticky.scroll a.button,
.aside-right.sticky.scroll a.button,
.aside-wide.sticky.scroll a.button {
  text-align: center;
  font-size: 19.63443px;
  font-size: 1.963443rem;
}

@media only screen and (max-width: 550px) {
  .alignright a.alignright, .alignright .alignleft,
.alignright img.alignright, .alignright .alignleft, .alignright.wp-caption,
.alignleft a.alignright,
.alignleft .alignleft,
.alignleft img.alignright,
.alignleft .alignleft,
.alignleft.wp-caption {
    float: none;
    margin: 0 auto 24px;
  }
}

/*
// !Special Sections
---------------------------------------------------------------------------------------------------- */
.entry-content ul.business-hours {
  margin: 0.5rem 0 0;
}
.entry-content ul.business-hours > li {
  list-style-type: none;
}
.entry-content .social-media ul {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}
.entry-content .social-media ul, .entry-content .social-media ul li {
  list-style-type: none;
}
.entry-content .social-media ul li {
  display: inline-block;
  margin-bottom: 10px;
}
.entry-content .social-media ul.text-only li a {
  text-indent: -1000px;
  overflow: hidden;
}
.entry-content .social-media ul a {
  margin: 0 10px 20px;
}
.entry-content .social-media ul a:before {
  font-size: 19.63443px;
  font-size: 1.963443rem;
  font-size: 31.76850774px;
  font-size: 3.176850774rem;
  margin-right: 0.5rem;
  display: inline-block;
  background-color: white;
}
@media only screen and (max-width: 800px) {
  .entry-content .social-media ul {
    margin-left: 0;
  }
  .entry-content .social-media ul li {
    display: block;
    margin-bottom: 10px;
    text-align: left;
  }
  .entry-content .social-media ul a::before {
    font-size: 12.135px;
    font-size: 1.2135rem;
    font-size: 16.18px;
    font-size: 1.618rem;
  }
}
.entry-content .the-address {
  -webkit-columns: 300px 2;
     -moz-columns: 300px 2;
          columns: 300px 2;
  margin-bottom: 30px;
}
.entry-content .the-address .location-map {
  -webkit-column-span: all;
  -moz-column-span: all;
  column-span: all;
  margin-bottom: 30px;
  -webkit-column-break-after: column;
     -moz-column-break-after: column;
          break-after: column;
}
.entry-content .the-address p, .entry-content .the-address ul {
  margin-bottom: 0;
  -webkit-break-inside: avoid;
  -moz-break-inside: avoid;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
.entry-content .aside-left .the-address,
.entry-content .aside-right .the-address {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  -webkit-column-width: auto;
     -moz-column-width: auto;
          column-width: auto;
}
.entry-content .aside-left .the-address > p,
.entry-content .aside-left .the-address > .business-hours,
.entry-content .aside-right .the-address > p,
.entry-content .aside-right .the-address > .business-hours {
  width: 100%;
  float: none;
  margin-right: 0;
  margin-bottom: 0;
}
.entry-content .aside-left .the-address > .location-button,
.entry-content .aside-right .the-address > .location-button {
  margin: 30px 0;
}
.entry-content .aside-left .the-address > .location-button p,
.entry-content .aside-right .the-address > .location-button p {
  margin-bottom: 0;
}
.entry-content .location-map a {
  display: inline-block;
  position: relative;
}
.entry-content .location-map a img {
  display: block;
}
.entry-content .location-map a span.map-link-shade {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(213, 43, 30, 0.82);
  opacity: 0;
  -spec-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: white;
  text-align: center;
  padding-top: 20%;
  font-size: 26.17924px;
  font-size: 2.617924rem;
  font-size: 42.35801032px;
  font-size: 4.235801032rem;
  line-height: 1;
}
.entry-content .location-map a:hover span.map-link-shade {
  opacity: 1;
  color: white;
}

iframe.bier-finder {
  width: 100%;
  min-height: 400px;
  border: 3px solid #c9cac8;
  border: none;
}

/*
// !Footer
---------------------------------------------------------------------------------------------------- */
.pre-footer {
  background-color: black;
  color: white;
  text-align: center;
  padding: 20px 0;
}
.pre-footer p:last-of-type {
  margin-bottom: 0;
}
.pre-footer a.button {
  margin-left: 1rem;
}
@media only screen and (max-width: 550px) {
  .pre-footer a.button {
    display: block;
    margin: 10px;
  }
}
.pre-footer a.button:hover {
  border-color: #d52b1e;
  background-color: #d52b1e;
  color: white;
}

.footer-widget-count-2 .footer-widgets .widget {
  width: 48.74995%;
  float: left;
  clear: none;
  margin-left: 2.5%;
}
@media only screen and (max-width: 550px) {
  .footer-widget-count-2 .footer-widgets .widget {
    clear: both;
    width: 100%;
    margin-left: 0;
    width: 100%;
    padding: 0 5%;
    margin-bottom: 40px;
  }
}
.footer-widget-count-2 .footer-widgets .widget:nth-of-type(2n+1) {
  clear: both;
  margin-left: 0;
}
@media only screen and (max-width: 550px) {
  .footer-widget-count-2 .footer-widgets .widget:nth-of-type(2n+1) {
    clear: none;
    margin-left: 2.5%;
  }
}

.footer-widget-count-3 .footer-widgets .widget {
  width: 31.6666333333%;
  float: left;
  clear: none;
  margin-left: 2.5%;
}
@media only screen and (max-width: 550px) {
  .footer-widget-count-3 .footer-widgets .widget {
    clear: both;
    width: 100%;
    margin-left: 0;
    width: 100%;
    padding: 0 5%;
    margin-bottom: 40px;
  }
}
.footer-widget-count-3 .footer-widgets .widget:nth-of-type(3n+1) {
  clear: both;
  margin-left: 0;
}
@media only screen and (max-width: 550px) {
  .footer-widget-count-3 .footer-widgets .widget:nth-of-type(3n+1) {
    clear: none;
    margin-left: 2.5%;
  }
}

.footer-widget-count-4 .footer-widgets .widget {
  width: 23.124975%;
  float: left;
  clear: none;
  margin-left: 2.5%;
}
@media only screen and (max-width: 550px) {
  .footer-widget-count-4 .footer-widgets .widget {
    clear: both;
    width: 100%;
    margin-left: 0;
    width: 100%;
    padding: 0 5%;
    margin-bottom: 40px;
  }
}
.footer-widget-count-4 .footer-widgets .widget:nth-of-type(4n+1) {
  clear: both;
  margin-left: 0;
}
@media only screen and (max-width: 550px) {
  .footer-widget-count-4 .footer-widgets .widget:nth-of-type(4n+1) {
    clear: none;
    margin-left: 2.5%;
  }
}

.footer-widgets {
  background-color: white;
  color: black;
}
.footer-widgets .widget {
  margin-bottom: 0;
  display: flex;
}
.footer-widgets .widget.full-width {
  flex-basis: 100%;
  order: 99;
}
.footer-widgets .widget-wrap {
  width: auto;
  margin: 0 auto;
}
.footer-widgets .wrap {
  padding: 50px 0 0;
}
.footer-widgets .widget-title {
  font-size: 12.135px;
  font-size: 1.2135rem;
  font-size: 16.18px;
  font-size: 1.618rem;
  font-weight: bold;
  text-align: left;
}
.footer-widgets .wrap a,
.footer-widgets a {
  color: #8a1c14;
}
.footer-widgets .wrap a:hover,
.footer-widgets a:hover {
  color: #d52b1e;
}
.footer-widgets p,
.footer-widgets div.business-logo {
  text-align: left;
}
.footer-widgets ul.business-hours li {
  text-align: left;
  padding-bottom: 0;
  margin-bottom: 0;
}
.footer-widgets .social-media li {
  display: inline-block;
  text-align: right;
}
.footer-widgets .social-media li a {
  color: #d52b1e;
  font-size: 19.63443px;
  font-size: 1.963443rem;
  font-size: 31.76850774px;
  font-size: 3.176850774rem;
}
.footer-widgets .social-media li a:hover {
  color: black;
}
.footer-widgets .location-button a.button {
  margin-top: 15px;
}
.footer-widgets .location-button a.button:hover {
  border-width: 1px;
}

.site-footer {
  background-color: white;
}
.site-footer, .site-footer p {
  color: black;
  text-transform: none;
  letter-spacing: normal;
}
.site-footer a {
  color: black;
}
.site-footer a:hover {
  color: #d52b1e;
}
.site-footer p, .site-footer ul, .site-footer li {
  display: inline-block;
}
.site-footer ul.footer-links {
  margin: 0 0.5em;
}

/*
// !Thickbox
---------------------------------------------------------------------------------------------------- */
#TB_overlay {
  background-color: rgba(255, 255, 255, 0.82) !important;
  opacity: 1 !important;
}

#TB_window img#TB_Image {
  border-width: 0 !important;
  margin: 0 !important;
}

#TB_caption {
  float: none !important;
  text-align: center !important;
  color: rgba(0, 0, 0, 0) !important;
  height: auto !important;
}

#TB_prev,
#tB_next {
  color: #d52b1e !important;
}

#TB_closeWindow {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
}

#TB_closeWindowButton {
  position: static !important;
}

/*
// !Metaslider Carousel
---------------------------------------------------------------------------------------------------- */
.metaslider.carousel-slider::before, .metaslider.carousel-slider::after {
  content: " ";
  position: absolute;
  z-index: 100;
  top: 0;
  width: 20px;
  height: 100%;
}
.metaslider.carousel-slider::before {
  left: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.33) 50%, rgba(0, 0, 0, 0) 98%);
}
.metaslider.carousel-slider::after {
  right: 0;
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.33) 50%, rgba(0, 0, 0, 0) 98%);
}
.metaslider.carousel-slider .flex-direction-nav a:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -spec-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(-2px);
}
