/*
Theme Name: WP Bootstrap Starter
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 100.3.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html,
body {
  height: 100%;
}

body {
  margin: 0;
  -webkit-font-smoothing: auto;
  padding-top: 106px;
  color: #777;
  font-size: 0.9375rem;
  line-height: 1.665;
}
@media (min-width: 992px) {
  body {
    padding-top: 132px;
  }
}

#page {
  width: 100%;
}
@media (min-width: 992px) {
  #page {
    min-height: 100%;
    margin-bottom: -375px;
  }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

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

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}
h2 sup,
h3 sup {
  font-weight: 600;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 2.5rem;
}

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

button {
  overflow: visible;
}

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

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

input {
  line-height: normal;
}

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 1.5em;
}
ul:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #333;
  font-weight: 400;
  /*margin-top: 24px;*/
  margin-bottom: 1rem;
}
h1 {
  font-size: 2.25rem;
  padding-bottom: 1.5rem;
}
h2 {
  font-size: 1rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.75rem;
  line-height: 1.25;
  text-transform: uppercase;
  color: #ad0f33;
  font-weight: 700;
  letter-spacing: 1px;
}
h3 {
  font-size: 1rem;
  line-height: 25px;
}
h4 {
  font-size: 1rem;
  line-height: 20px;
}
h5 {
  font-size: 1rem;
  line-height: 17.5px;
}

.page-id-271 h1,
.page-id-271 h2 {
  color: #ad0f33;
  font-size: 2.25rem;
  padding-bottom: 1.5rem;
  margin-bottom: 0;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
}

p {
  margin-bottom: 1.5em;
}
p:last-child {
  margin-bottom: 0;
}
h1.entry-title,
h1.page-title,
.home h1,
.home h2 {
  font-size: 2.25rem;
  font-weight: 400;
}
.home h2 {
  text-transform: none;
  color: #333;
  font-weight: 400 !important;
  line-height: 1.2;
}
.home h1.entry-title {
  display: none;
}
h2.entry-title a {
  font-weight: inherit;
  font-family: inherit;
}
h3.widget-title {
  font-size: 1.2rem;
}

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

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

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

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

.container-fluid {
  /*max-width: 1920px;*/
  margin: 0 auto;
}

/* 15px -> 30px */
/*@media (min-width: 992px) {
  .container,
  .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }
  .row {
    margin-right: -30px;
    margin-left: -30px;
  }
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 30px;
    padding-left: 30px;
  }
}*/
/* 15px -> 30px */

.content,
.elementor-container {
  margin: 0 auto;
  max-width: 1170px;
}
.content-wide.full-width .content,
.content-wide.full-width .elementor-container,
.content-wide .content-in-wide .elementor-container {
  max-width: none;
}
.content-wide {
  margin-left: -15px;
  margin-right: -15px;
  /*margin-bottom: 40px;
  padding-top: 60px;
  padding-bottom: 60px;*/
}
.content-in-wide .content-wide {
  margin: 0;
}
@media (min-width: 992px) {
  .content-wide,
  .content-in-wide .content-wide {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.content-wide .content-text {
  margin-bottom: 0;
}

.content-wide .content-wrapper,
.content-wide .elementor-row {
  margin-left: 0;
  margin-right: 0;
}
.content-wide .elementor-row .elementor-row {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 992px) {
  .elementor-section.full-width {
    margin-left: -15px !important;
    margin-right: -15px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

video,
iframe,
object {
  max-width: 100%;
  width: auto;
  height: auto;
}

@media (min-width: 992px) {
  .content > .content-wrapper,
  .content-wide .elementor-container > .elementor-row {
    padding: 0 85px;
  }
  .elementor-container > .elementor-row .elementor-row {
    padding: 0;
  }
  .content-wide.full-width .content > .content-wrapper,
  .content-wide.full-width .elementor-container > .elementor-row {
    padding-left: 0;
    padding-right: 0;
  }
  .content-wide {
    padding-left: 15px;
    padding-right: 15px;
  }
  .content-wide.full-width {
    padding-left: 0;
    padding-right: 0;
  }
  .content-wide .content-wrapper,
  .content-wide .elementor-row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .content-wide.full-width .content-wrapper,
  .content-wide.full-width .elementor-row {
    margin-left: 0;
    margin-right: 0;
  }
  .content-wide .content-in-wide .elementor-row {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
}

.greybox {
  background: #2f2f2f;
  color: #999 !important;
  padding: 1.8rem 2rem;
}
.greybox p:last-child {
  margin-bottom: 0;
}
.greybox h2,
.greybox h3 {
  color: #eee;
  font-weight: 700;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 1px;
  margin-top: 0;
}

.truncate {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content-wide.grey {
  background: #f8f8f8;
}

.contact-card {
  font-size: 1rem;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.nf-form-wrap .nf-form-fields-required {
  display: none;
}

.um .um-field {
  padding: 0;
  margin: 0;
}

.nf-form-wrap .nf-field-container,
.webinar-registration-form .field-container,
.um .um-field {
  margin-bottom: 20px;
}
.nf-form-wrap .nf-field-element textarea {
  height: 244px;
}

.um .um-field-label {
  margin: 0 !important;
  padding: 0 !important;
  color: #474747 !important;
  font-weight: 300 !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
}
.um-field-user_password .um-field-label {
  display: none;
}

.webinar-registration-form .field-container input[type="text"],
.webinar-registration-form .field-container select {
  width: 100%;
}

#footer-widget .nf-error-msg.nf-error-required-error {
  display: none;
}

.nf-field-element ul {
  list-style: none;
}
.nf-field-element ul li::before {
  display: none;
}
.nf-form-wrap .list-checkbox-wrap .nf-field-element li,
.nf-form-wrap .list-radio-wrap .nf-field-element li {
  float: left;
  margin: 0 !important
}
.list-checkbox-wrap .nf-field-element li input,
.list-radio-wrap .nf-field-element li input {
  margin: 0 !important;
  background: #cfcfd0;
}
.list-checkbox-wrap .nf-field-element li label,
.list-radio-wrap .nf-field-element li label {
  margin: 0 20px 0 0 !important;
}

input[type="radio"],
input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
}
input[type="radio"] + label::before,
input[type="checkbox"] + label::before,
.um .um-field-radio .um-field-radio-state,
.um .um-field-checkbox .um-field-checkbox-state {
  height: 17px;
  width: 17px;
  margin-bottom: -2px;
  margin-right: 4px;
  content: " ";
  display: inline-block;
  border: 0;
  background: #cfcfcf;
}
input[type="radio"]:checked + label::before,
input[type="checkbox"]:checked + label::before,
.um .um-field-radio.active .um-field-radio-state,
.um .um-field-checkbox.active .um-field-checkbox-state {
  background: #ad0f33;
}
.um .um-field-radio .um-field-radio-state,
.um .um-field-checkbox .um-field-checkbox-state {
  position: static;
  float: left;
  margin-bottom: 0;
  margin-top: 3px;
}
.um .um-field-file + .um-field-checkbox .um-field-checkbox-state {
  margin-top: 2px;
}
.um .um-field-checkbox-option,
.um .um-field-radio-option {
  margin: 0;
  display: block;
  font-size: 1rem;
  color: #474747 !important;
}
.um .um-field-radio .um-field-radio-state i,
.um .um-field-checkbox .um-field-checkbox-state i {
  display: none;
}
.um .um-field .um-field-checkbox,
.um .um-field .um-field-radio {
  font-size: 0;
}

input[type="radio"] + label::before,
.um .um-field-radio .um-field-radio-state {
  border-radius: 50%;
}
input[type="checkbox"] + label::before,
.um .um-field-checkbox .um-field-checkbox-state {
  border-radius: 2px;
}

input[type="text"]:not(.adminbar-input),
input[type="email"],
input[type="search"],
input[type="password"],
textarea,
select,
.um .um-form .um-field input[type="text"],
.um .um-form .um-field input[type="email"],
.um .um-form .um-field input[type="tel"],
.um .um-form .um-field input[type="number"],
.um .um-form .um-field input[type="password"],
.um .um-form .um-field textarea,
.um .um-form .um-field select {
  padding: 15px 10px 5px !important;
  font-size: 0.875rem !important;
  line-height: 1 !important;
  color: #555555 !important;
  font-weight: 400 !important;
  background: #ffffff !important;
  border: 1px solid #cccccc !important;
  border-radius: 3px !important;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.075) !important;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.075) !important;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
}
.um .um-form .um-field input[type="text"]:focus,
.um .um-form .um-field input[type="email"]:focus,
.um .um-form .um-field input[type="tel"]:focus,
.um .um-form .um-field input[type="number"]:focus,
.um .um-form .um-field input[type="password"]:focus,
.um .um-form .um-field textarea:focus {
  border: 1px solid #cccccc !important;
}
.nf-form-wrap .nf-field-element input[type="text"],
.nf-form-wrap .nf-field-element input[type="email"],
.nf-form-wrap .nf-field-element input[type="search"],
.nf-form-wrap .nf-field-element select,
.um .um-form .um-field input[type="text"],
.um .um-form .um-field input[type="email"],
.um .um-form .um-field input[type="tel"],
.um .um-form .um-field input[type="number"],
.um .um-form .um-field input[type="password"] {
  height: 46px !important;
}
select {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
input[type="submit"]:not(.adminbar-button),
input[type="button"],
button:not(.navbar-toggler):not(.mejs-button button),
a.button,
.woocommerce a.button,
.elementor-button,
.yith-wcan-list li > a,
.yith-wcan-list li > span,
.um .um-form .um-button,
.um .um-form .um-button:focus,
.um .um-form input[type="submit"].um-button,
.um .um-form input[type="submit"].um-button:focus,
.product a.more {
  color: #fff !important;
  border: none !important;
  -webkit-transition: all .3s ease !important;
  transition: all .3s ease !important;
  letter-spacing: 1px !important;
  font-weight: 400 !important;
  text-transform: none !important;
  display: inline-block !important;
  padding: 12px 40px !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  text-align: center !important;
  /*white-space: nowrap !important;*/
  cursor: pointer !important;
  border-radius: 3px !important;
  background: #ad0f33 !important;
  float: left !important;
}
.home .elementor-button {
  padding-left: 45px !important;
  padding-right: 45px !important
}
input[type="submit"]:not(.adminbar-button),
input[type="button"] {
  float: right !important;
}
.um .um-form .um-button,
.um .um-form .um-button:focus,
.um .um-form input[type="submit"].um-button,
.um .um-form input[type="submit"].um-button:focus {
  float: left !important;
  min-width: 0 !important;
  max-width: none !important;
}
@media (max-width: 991px) {
  input[type="submit"],
  input[type="button"],
  input[type="search"],
  button:not(.navbar-toggler),
  select,
  .elementor-button,
  .um .um-form .um-button,
  .um .um-form input[type="submit"].um-button {
    width: 100% !important;
  }
}
.elementor-button {
  width: auto !important;
  float: none;
  color: #fff !important;
}
.elementor-button .elementor-button-text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}
input[type="submit"]:focus,
input[type="submit"]:hover,
input[type="button"]:focus,
input[type="button"]:hover,
button:focus,
button:hover,
a.button:focus,
a.button:hover,
.elementor-button:focus,
.elementor-button:hover,
.yith-wcan-list li > a:focus,
.yith-wcan-list li > a:hover,
.um .um-form .um-button:focus,
.um .um-form .um-button:hover {
  opacity: 0.8;
}

.elementor .elementor-button,
.elementor .elementor-button:focus,
.elementor .elementor-button:hover {
  text-decoration: none !important;
}

.nf-form-wrap .animate .label,
.search-form .animate .label,
.um-form .animate .label {
  padding: 0;
  margin: 0;
  text-align: left;
  display: block;
  position: absolute;
  left: 11px;
  top: 16px;
  cursor: text;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  font-weight: 400 !important;
  font-size: 14px;
  line-height: 1;
}
.search-form .animate .label {
  top: 18px;
}
.nf-form-wrap .animate.focused .label,
.search-form .animate.focused .label,
.um-form .animate.focused .label {
  top: 4px;
  font-size: 10px;
}

.um-form p.um-notice {
  margin: 0 0 20px 0 !important;
}

.g-recaptcha {
  transform-origin: left top;
  -webkit-transform-origin: left top;
}

@media (max-width: 991px) {
  .submit-container {
    text-align: center;
  }
}
.webinar-registration-form {
  margin-top: 3rem;
  width: auto;
}
.webinar-registration-form input[type="submit"] {
  float: left;
  border: 0;
}
.webinar-registration-form input[type="checkbox"] {
  margin-right: 10px;
}
.webinar-registration-form input[type="checkbox"] + label {
  display: inline;
  margin: 0;
}
.webinar-registration-form a.back {
  float: left;
  clear: both;
  margin-top: 20px;
  display: block;
}

.yith-wcan-list li {
  display: block;
  float: left;
  margin-right: 2rem;
}
.yith-wcan-list li > a,
.yith-wcan-list li > span {
  width: 245px;
  background: #999;
}
.yith-wcan-list li.chosen a {
  background: #ad0f33;
}
@media (max-width: 991px) {
  .yith-wcan-list li,
  .woocommerce-product-search {
    margin-bottom: 2rem;
  }
}
ul.yith-wcan-list {
  overflow: hidden;
}
.yith-wcan-list li > a:focus,
.yith-wcan-list li > a:hover {
  text-decoration: none;
}
ul.yith-wcan-list li.chosen a::before {
  color: #fff;
}
.widget.yith-woo-ajax-navigation {
  margin: 0;
}

.btn-secondary:hover {
  background: #ad0f33;
  border-color: #ad0f33;
}

.um *,
.um ::before,
.um ::after {
  box-sizing: border-box !important;
}
.um,
.um input,
.um select,
.um textarea,
.um .um-field-block {
  font-size: 1rem !important;
  color: #474747 !important;
}
.um .um-col-alt,
.um .um-col-alt-b {
  margin: 0;
  padding: 0;
}
.um .um-col-alt-b {
  margin-top: 1.5rem;
  overflow: hidden;
}
.um .um-half {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .um .um-half {
    width: auto;
  }
}
.um .um-field .um-field-checkbox {
  margin: 0;
}
.um a.um-link-alt {
  float: left;
  line-height: 1.665 !important;
  color: #c1272d !important;
}
.um.um-password .um-field-label {
  display: none;
}

.um .um-col-1,
.um .um-col-121,
.um .um-col-122,
.um .um-col-131,
.um .um-col-132,
.um .um-col-133 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.um,
.um-col-1,
.um-col-121,
.um-col-122,
.um-col-131,
.um-col-132,
.um-col-133,
.um.um-register {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .um-col-121,
  .um-col-122,
  .um-col-131,
  .um-col-132,
  .um-col-133 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .um {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .um-col-131,
  .um-col-132,
  .um-col-133 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

.um .um-field-half {
  width: 100%;
}

.um .um-field-checkbox:hover i,
.um .um-field-radio:hover i {
  color: inherit;
}

.um-modal .um-modal-header,
.um-modal .upload,
.um-modal .um-modal-btn,
.um-modal .um-modal-btn.disabled {
  background: #c1272d;
}
div.um-modal .upload:hover,
div.um-modal .um-modal-btn.um-finish-upload:hover {
  background: #c1272d !important;
  opacity: 0.8;
}
.um .um-form .um-field-file .um-button {
  background: #cfcfcf !important;
  color: #000 !important;
  padding: 8px 25px !important;
  text-transform: none !important;
}
.um .um-form .um-field-file .um-field-area {
  text-align: left !important;
  overflow: hidden;
}
.um .um-form .um-field-file .um-field-label {
  margin-bottom: 0.5rem !important;
}

.nf-form-wrap .nf-error.listimage-wrap .nf-field-element ul,
.nf-form-wrap .nf-error .ninja-forms-field,
.um .um-form .um-field .um-field-area input.um-form-field.um-validate-not-matched,
.um .um-form .um-field .um-field-area input.um-form-field.um-validate-not-matched:focus,
.um .um-form .um-field .um-field-area input.um-form-field.um-validate-username-exists,
.um .um-form .um-field .um-field-area input.um-form-field.um-validate-username-exists:focus {
  border: 1px solid #e80000 !important;
}
/*--------------------------------------------------------------
a
# Navigation
--------------------------------------------------------------*/
header#masthead {
  padding: 0;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
body.logged-in.admin-bar header#masthead {
  top: 32px;
}
@media (max-width: 782px) {
  body.logged-in.admin-bar header#masthead {
    top: 46px;
  }
}
/*@media (min-width: 992px) {
  header#masthead {
    height: 125px;
  }
}*/

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}
@media (min-width: 992px) {
  .navbar-brand > a > img {
    display: block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    max-height: 35px;
  }
  #page.scroll .navbar-brand > a > img {
    max-height: 20px;
  }
}

.navbar-brand > a:visited,
.navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 28rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
  background-position: center !important;
  margin-top: -50px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.25);
  box-shadow: 0 1px 1px rgba(0,0,0,.25);
  overflow: hidden;
}
#page-sub-header .metaslider .slides li {
  height: 28rem;
  overflow: hidden;
}
#page-sub-header .metaslider .slides img {
  width: auto;
  height: 100%;
  min-height: 28rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media (min-width: 992px) {
  #page-sub-header .metaslider .slides img {
    width: 100%;
    height: auto;
  }
}
#page-sub-header iframe,
#page-sub-header video,
#page-sub-header .metaslider {
  width: 100%;
  margin-top: -28rem;
  height: 28rem;
}
#page-sub-header.iframe {
  padding-top: 24.875rem;
}
#page-sub-header iframe {
  margin-top: -24.875rem;
  height: 24.875rem;
}

#page-sub-header.video {
  height: 30rem;
  padding-top: 30rem;
}
#page-sub-header video {
  margin-top: -26.875rem;
  height: 26.875rem;
  display: block;
  object-fit: cover;
}
@media (min-width: 1200px) {
  #page-sub-header.video {
    height: 40rem;
    padding-top: 40rem;
  }
  #page-sub-header video {
    margin-top: -36.875rem;
    height: 36.875rem;
  }
}
@media (min-width: 1601px) {
  #page-sub-header.video {
    height: 45rem;
    padding-top: 45rem;
  }
  #page-sub-header video {
    margin-top: -41.875rem;
    height: 41.875rem;
  }
}
@media (min-width: 1921px) {
  #page-sub-header.video {
    height: 55rem;
    padding-top: 55rem;
  }
  #page-sub-header video {
    margin-top: -51.875rem;
    height: 51.875rem;
  }
}

#page-sub-header::after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background: #ad0f33;
}

.page-id-1187 #page-sub-header,
.page-id-1957 #page-sub-header {
  padding-top: 0;
  /*height: calc(28rem + 4px - 50px);*/
  height: 450px;
  text-align: left;
  margin-top: 0;
}
.page-id-1187 #page-sub-header .container-fluid,
.page-id-1957 #page-sub-header .container-fluid {
  height: calc(100% - 4px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-id-1187 #page-sub-header .content,
.page-id-1957 #page-sub-header .content {
  flex-grow: 1;
}
#page-sub-header h1 {
  color: #fff;
  text-transform: uppercase;
  background: #ad0f33;
  float: left;
  width: 50%;
  margin-bottom: 2.5rem;
  padding-bottom: 0;
  padding: 0.5rem 1.25rem;
}
@media (max-width: 767px) {
  #page-sub-header h1 {
    width: auto;
  }
}
#page-sub-header ul {
  float: left;
  clear: both;
}
#page-sub-header ul li {
  display: block;
  float: left;
  clear: both;
  background: #fff;
  color: #666;
  line-height: 2.5rem;
  margin-bottom: 0.75rem;
  padding: 0 2rem;
  position: relative;
  padding-left: calc(40px + 1rem);
}
#page-sub-header ul li::before {
  content: '\f00c';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.2rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  text-align: center;
  font-weight: 900;
  color: #fff;
  background: #666;
}

/*.header-image-wrapper {
  padding: 0;
  background: none;
  margin-bottom: 0;
  max-height: 650px;
  min-height: 150px;
  overflow: hidden;
  width: auto;
  position: relative;
  z-index: 970;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
}*/
/*.header-image-wrapper img {
  width: auto;
  height: 163px;
}*/

.font-size-0 {
  font-size: 0 !important;
}

.search-form label {
  display: block;
  float: left;
  margin-bottom: 0;
  width: 100%;
}
/*.search-form-container .search-form label,
.search-form-wrap .search-form label {
  width: 100%;
}*/
.search-form .btn {
  display: block;
  float: left;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #666;
  padding: 0;
  font-weight: 400;
  font-size: 1rem;
  text-transform: none;
  line-height: 50px;
}
@media (max-width: 991px) {
  body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 1.075rem;
  }
}
@media (min-width: 992px) {
  body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    padding: 0 15px;
  }
  #menu-item-97 {
    display: none;
  }
}
body:not(.theme-preset-active) #masthead .navbar-row-1 .navbar-nav > li > a {
  line-height: 35px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.875rem;
  padding: 0 5px;
  color: #333;
}
body:not(.theme-preset-active) #masthead .navbar-row-1 .navbar-nav > li::after {
  content: '-';
  padding: 0 5px;
}
/*body:not(.theme-preset-active) #masthead .navbar-row-1 .navbar-nav > li:last-child > a {
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 31px;
  border: 2px solid #666;
  border-radius: 100%;
  margin-left: 5px;
  padding: 0;
  letter-spacing: 0;
}
body:not(.theme-preset-active) #masthead .navbar-row-1 .navbar-nav > li:last-child > a > i {
  font-size: 1rem;
}*/
body:not(.theme-preset-active) #masthead .navbar-row-1 .navbar-nav > li:last-child::after {
  display: none;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #ad0f33;
  text-decoration: none;
}

.navbar-brand {
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .navbar-brand {
    margin-right: 30px;
  }
}
@media (min-width: 992px) {
  .navbar-brand {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 15rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 2;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media (min-width: 768px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
    width: auto !important;
    padding: 15px !important;
    margin: -12px -15px;
    width: 55px;
    height: 55px;
    background-color: transparent;
  }
  .navbar-toggler-icon {
    width: 25px;
    height: 25px;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

@media (min-width: 992px) {
  .navbar .navbar-row {
    max-width: 1200px;
    width: 100%;
    padding: 0 65px;
    margin: 0 auto;
    position: relative;
  }
  .navbar .navbar-row-2 .navbar-row {
    padding: 0 65px 0 70px;
  }
}
@media (min-width: 1200px) {
  .navbar .navbar-row {
    padding: 0 80px;
  }
  .navbar .navbar-row-2 .navbar-row {
    padding: 0 80px 0 85px;
  }
}

.navbar .navbar-row-1 {
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  border-bottom: 1px solid rgba(0,0,0,.075);
}
@media (max-width: 991px) {
  .navbar .navbar-row-1 .navbar-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-row-1 {
    padding-top: 30px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  #page.scroll .navbar .navbar-row-1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.navbar-row-1 .login {
  position: relative;
  color: #666;
  margin: 4px 15px;
  height: 22px;
  line-height: 22px;
  font-size: 0.75rem;
  text-decoration: underline;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
/*.navbar-row-1 .login::before {
  content: '';
  position: absolute;
  left: -30px;
  top: 1px;
  width: 28px;
  height: 18px;
}
.navbar-row-1 .login.icon-login::before {
  background: url(images/login-icon.png) no-repeat center;
  background-size: auto 100%;
}
.navbar-row-1 .login.icon-logout::before {
  background: url(images/logout-icon.png) no-repeat center;
  background-size: auto 100%;
}*/
@media (min-width: 992px) {
  .navbar-row-1 .login {
    position: absolute;
    right: 85px;
    top: -25px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-row-1 .login {
    right: 100px;
  }
}
.navbar-row-1 .login:focus,
.navbar-row-1 .login:hover {
  color: #ad0f33;
  text-decoration: underline;
}

.navbar .navbar-row-2 {
  background: #f8f8f8;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.home .navbar .navbar-row-2,
.page-id-1187 .navbar .navbar-row-2,
.page-id-1957 .navbar .navbar-row-2 {
  background: rgba(255, 255, 255, 0.9);
}

.search-form-wrap,
.search-form-container {
  position: relative;
  height: 50px;
}
.search-form-wrap {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.search-form-container {
  width: 250px;
}
@media (min-width: 992px) {
  .search-form-wrap {
    width: 250px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.search-form-container {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 990;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
@media (min-width: 992px) {
  .search-form-container {
    display: block;
  }
}
.search-form-container.visible {
  opacity: 1;
}
.search-form-container .inner {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 5px;
  background: #fff;
  padding: 10px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.search-form-container .inner.collapse {
  bottom: -70px;
}
.search-form-container .search-form button[type="submit"] {
  display: none !important;
}
/*.form-control {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.search-form-container .search-form .form-control,
.search-form-wrap .search-form .form-control {
  line-height: 24px;
  padding: 6px 12px;
  height: 38px;
}*/
.search-form input[type="search"] {
  height: 50px;
  width: 100%;
}
@media (min-width: 992px) {
  .search-form input[type="search"] {
    padding-bottom: 15px !important;
  }
}

.search-form-wrap .search-form {
  display: block;
}
@media (min-width: 992px) {
  .search-form-wrap .search-form {
    display: none;
  }
}

.search-form div {
  width: calc(100% - 50px);
  position: relative;
  float: left;
}
@media (min-width: 992px) {
  .search .search-form div,
  .error404 .search-form div {
    width: calc(50% - 50px);
  }
}
.search-form-container .search-form div {
  width: 100%;
}

#meta-nav {
  display: none;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 10;
}

@media (min-width: 992px) {
  #meta-nav {
    display: block;
  }
}

.search-trigger,
.search-form button {
  width: 50px;
  height: 50px;
  background: #ad0f33;
  text-align: center;
  line-height: 50px;
  color: #fff;
  margin-right: -230px;
  z-index: 10;
  display: none;
}
.search-trigger:focus,
.search-trigger:hover {
  opacity: 0.8;
  color: #fff;
}
@media (min-width: 992px) {
  .search-trigger {
    display: block;
  }
}

.search-form button {
  margin-right: 0;
  display: block;
  line-height: 1;
  padding: 0 !important;
  width: 50px !important;
  border-radius: 0 !important;
}
@media (min-width: 992px) {
  .search .search-form button,
  .error404 .search-form button {
    float: left !important;
  }
}

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

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

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

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

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

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

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

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 3em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
@media (min-width: 768px) {
  .widget {
    margin: 0 0 1.5em;
  }
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.logos {
  margin-right: 20px;
}
.logos li {
  float: left;
  display: block;
  margin-left: 1rem;
}
@media (min-width: 1200px) {
  .logos li {
    margin-left: 2rem;
  }
}
.logos li:first-child {
  margin-left: 0;
}
.logos li a {
  display: inline-block;
}
.logos li img {
  max-height: 17px;
}
@media (max-width: 991px) {
  .navbar .logos {
    margin-top: 2rem;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .navbar .logos {
    margin-top: 1.5rem;
  }
  /*.navbar .logos li {
    float: none;
    display: inline-block;
  }
  .navbar .logos li:nth-child(1) {
    display: block;
    text-align: center;
  }
  .navbar .logos li:nth-child(2) {
    margin-left: 0;
  }*/
}
#footer-widget .logos {
  margin-right: 0;
  margin-bottom: 0;
  overflow: hidden;
}
#footer-widget .logos li {
  float: right;
}
@media (max-width: 767px) {
  #footer-widget .logos li {
    float: none;
    text-align: center;
  }
}
/*#footer-widget .logos li:first-child {
  margin-bottom: 1.5rem;
}*/
#footer-widget .logos li:last-child {
  margin-left: 0;
}
/*#footer-widget .logos li:nth-child(2) {
  clear: both;
}*/
#footer-widget .logos li img.hover,
#footer-widget .logos li a:hover img {
  display: none;
}
#footer-widget .logos li a:hover img.hover {
  display: inline;
}
@media (max-width: 479px) {
  #footer-widget .logos li {
    clear: both;
    margin-bottom: 1.5rem;
  }
  #footer-widget .logos li:last-child {
    margin-bottom: 0;
  }
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 6.75rem;
  padding-top: 4.125rem;
}
.woocommerce #content.site-content {
  padding-bottom: 0;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

/*.page-content,
.entry-content,*/
.entry-summary {
  margin: 0 0 2.5em 0;
}

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

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

.entry-content ul li::before {
  content: '\f04d';
  font-family: 'FontAwesome';
  font-size: 9px;
  position: relative;
  top: -2px;
  margin-right: 5px;
}

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

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

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

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

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

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

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

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

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

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

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

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

.woocommerce-info {
  border-color: #ad0f33;
  margin-bottom: 2.5rem !important;
}
.woocommerce-info::before {
  color: #ad0f33;
}

.products-wide {
  background: #e7e7e7;
  padding-top: 3.5rem;
  padding-bottom: 1rem;
  margin-top: 5rem;
}

.products-filter {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .products-filter {
    margin-bottom: 3.5rem;
  }
}
.products-filter .widget {
  float: left;
  margin-bottom: 0;
}

.product-grid .product {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  text-decoration: none !important;
}
.product-grid .product > a {
  text-decoration: none !important;
}
.product-grid .product > a,
.product-grid .product > a:hover {
  color: #777 !important;
}
.product h2 {
  text-transform: none;
  color: #4b4b4b;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 1.1rem;
  padding-bottom: 0;
  margin-bottom: 1.5rem;
  line-height: 1.3;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product .date {
  font-weight: 700;
  color: #3b3b3b;
  font-size: 0.85rem;
  display: block;
  margin-bottom: 1rem;
}
.product-grid-wrapper.cat-45 .date,
.product-grid-wrapper.cat-95 .date {
  display: none;
}
.elementor .product a.more {
  text-decoration: none !important;
  float: none !important;
}
.search .product {
  margin-bottom: 0 !important;
}
.product .product-wrapper {
  display: block;
  width: 100%;
  background: #fff;
  padding: 1.5rem;
  overflow: hidden;
  height: 100%;
  -webkit-box-shadow: 0 0 4px 1px rgba(0,0,0,.1);
  box-shadow: 0 0 4px 1px rgba(0,0,0,.1);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.product:hover .product-wrapper {
  background: #f7f7f7;
}
.product-grid-wrapper.cat-46 .product .product-wrapper {
  display: flex;
  flex-direction: column;
}
.product-grid-wrapper.cat-45 .product .product-wrapper {
  padding: 0.5rem 3rem 0.5rem 1.5rem;
}
.product-grid-wrapper.cat-95 .product .product-wrapper {
  padding: 0.5rem 3rem 0.5rem 1.5rem;
}
.product .product-wrapper .image {
  margin: -1.5rem -1.5rem 1.5rem -1.5rem;
}
.product a.button.download,
.product a.button.video {
  background: #ad0f33;
  color: #fff !important;
  padding: 10px;
  position: absolute;
  right: calc(15px + 0.5rem);
  top: 0.5rem;
  font-size: 14px !important;
  letter-spacing: 0 !important;
  padding: 5px 7px !important;
}
.product a.button.video {
  right: calc(15px + 0.5rem + 112.5px + 0.5rem);
}
.product-grid-wrapper.cat-46 a.download,
.product-grid-wrapper.cat-46 a.video {
  display: none !important;
}
.product a.button.download svg,
.product a.button.video svg {
  width: auto;
  height: 15px;
  fill: #fff;
}
.product a.button.download svg {
  margin-bottom: -1px;
}
.product a.button.video svg {
  margin-bottom: -2px;
}
@media (max-width: 991px) {
  .product a.button.download,
  .product a.button.video {
    background: transparent !important;
    padding: 0 !important;
  }
  .product a.button.video {
    right: calc(15px + 0.5rem + 28px + 0.5rem);
  }
  .product a.button.download > span,
  .product a.button.video > span {
    display: none;
  }
  .product a.button.download svg,
  .product a.button.video svg {
    width: auto;
    height: 25px;
    fill: #ad0f33;
  }
}
@media (max-width: 767px) {
  .product a.button.download svg,
  .product a.button.video svg {
    height: 22px;
  }
  .product a.button.video svg {
    width: 24.75px;
    height: auto;
  }
  .product a.button.video {
    top: calc(0.5rem + 22px + 0.5rem);
    right: calc(15px + 0.5rem);
  }
}
.elementor-text-editor a.button.download {
  text-decoration: none !important;
  margin-right: 30px;
  background: #ad0f33 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path class="svg-path" fill="white" d="M528 288h-92.1l46.1-46.1c30.1-30.1 8.8-81.9-33.9-81.9h-64V48c0-26.5-21.5-48-48-48h-96c-26.5 0-48 21.5-48 48v112h-64c-42.6 0-64.2 51.7-33.9 81.9l46.1 46.1H48c-26.5 0-48 21.5-48 48v128c0 26.5 21.5 48 48 48h480c26.5 0 48-21.5 48-48V336c0-26.5-21.5-48-48-48zm-400-80h112V48h96v160h112L288 368 128 208zm400 256H48V336h140.1l65.9 65.9c18.8 18.8 49.1 18.7 67.9 0l65.9-65.9H528v128zm-88-64c0-13.3 10.7-24 24-24s24 10.7 24 24-10.7 24-24 24-24-10.7-24-24z"/></svg>') no-repeat !important;
  background-position: 30px center !important;
  background-size: 20px !important;
  padding-left: 60px !important;
}
.product-grid-wrapper.cat-46 .product.webinar_category-nexus-heim img {
  border-top: 4px solid #717171;
  border-right: 4px solid #717171;
}
.product-grid-wrapper.cat-46 .product.webinar_category-nexus-spitex img {
  border-top: 4px solid #ad0f33;
  border-right: 4px solid #ad0f33;
}
.product-grid-wrapper.cat-46 .product.webinar_category-nexus-spital img {
  border-top: 4px solid #1F2336;
  border-right: 4px solid #1F2336;
}
.product-grid .product .image,
.product-grid .product .content {
  display: block;
}
.product-grid-wrapper.cat-46 .product .content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-grid-wrapper.cat-45 .product .image,
.product-grid-wrapper.cat-95 .product .image,
.product-grid-wrapper.cat-45 .product .content,
.product-grid-wrapper.cat-95 .product .content {
  float: left;
}
.product-grid-wrapper.cat-45 .product .image,
.product-grid-wrapper.cat-95 .product .image {
  width: calc(25% + 3rem);
  margin: -1.5rem 1.5rem -1.5rem -1.5rem;
  position: relative;
  height: calc(100% + 3rem);
  overflow: hidden;
}
@media (max-width: 767px) {
  .product-grid-wrapper.cat-45 .product .image,
  .product-grid-wrapper.cat-95 .product .image {
    width: calc(50% + 1.5rem);
  }
}
.product-grid-wrapper.cat-45 .product .image img,
.product-grid-wrapper.cat-95 .product .image img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 575px) {
  .product-grid-wrapper.cat-45 .product .image img,
  .product-grid-wrapper.cat-95 .product .image img {
    left: 50%;
    height: 110%;
    width: auto;
    max-width: none;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.product-grid-wrapper.cat-45 .product .content,
.product-grid-wrapper.cat-95 .product .content {
  width: calc(75% - 3rem);
}
@media (max-width: 767px) {
  .product-grid-wrapper.cat-45 .product .content,
  .product-grid-wrapper.cat-95 .product .content {
    width: calc(50% - 1.5rem);
  }
}
.product .excerpt {
  line-height: 1.4;
  display: block;
}
.product .plus {
  float: right;
  color: #ad0f33;
  font-size: 1.75rem;
  margin-bottom: -1.75rem;
  margin-right: -0.75rem;
  display: block;
  height: 50px;
}
.product-grid-wrapper.cat-46 .product .plus {
  align-self: flex-end;
  margin-top: auto;
}
.product-grid-wrapper.cat-45 .product .plus,
.product-grid-wrapper.cat-95 .product .plus {
  margin-top: calc(-50px + 0.75rem);
  margin-right: -2.25rem;
  display: block;
}
@media (max-width: 991px) {
  .product-grid-wrapper.cat-46 .product .plus {
    margin-bottom: -2.25rem;
  }
  .product-grid-wrapper.cat-45 .product .plus,
  .product-grid-wrapper.cat-95 .product .plus {
    margin-top: calc(-50px + 1.25rem);
  }
}
@media (max-width: 767px) {
  .product-grid-wrapper.cat-46 .product .plus {
    margin-bottom: -2.5rem;
  }
  .product-grid-wrapper.cat-45 .product .plus,
  .product-grid-wrapper.cat-95 .product .plus {
    margin-top: calc(-50px + 1.5rem);
  }
}
.product .plus > i {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.product:hover .plus > i {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
/*.home .product h2,*/
.archive .product h2 {
  text-transform: none;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #333;
  font-weight: 400;
  border-bottom: 1px solid #777;
  padding-bottom: 2rem;
  margin-bottom: 0;
}
.product .woocommerce-product-details__short-description {
  padding: 1.5rem 0;
  border-bottom: 1px solid #777;
  text-align: left;
}
.product .woocommerce-product-details__attributes,
#date-time-duration-details {
  padding: 1.5rem 0;
  color: #ad0f33;
  font-weight: 400;
}
.product .woocommerce-product-details__message {
  padding-top: 1.5rem;
  color: #ad0f33;
  font-weight: 400;
}
.product .woocommerce-product-details__attributes select {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
#date-time-duration-details {
  padding-top: 0;
}
.product a.button {
  float: none;
}
.product a.button:focus,
.product a.button:hover {
  background: #ad0f33;
  color: #fff;
}
#webinar_category_mobile {
  width: 100%;
}
@media (min-width: 768px) {
  #webinar_category_mobile {
    display: none;
  }
}
.woocommerce a.button.disabled {
  background: #999;
  color: #fff;
  opacity: 1;
}
.woocommerce a.button.disabled:focus,
.woocommerce a.button.disabled:hover {
  background: #999;
  color: #fff;
  opacity: 0.8;
}

.ribbon {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #850d28;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 150px;
  padding: 10px 0;
  background-color: #ad0f33;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 18px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}
.ribbon-top-right {
  top: -10px;
  right: 5px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -11px;
  top: 18px;
  transform: rotate(45deg);
}

.grid-sizer {
  display: none;
}
.grid {
  opacity: 1;
  position: relative;
}
.grid,
.content-wide.grey {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.grid.removing {
  opacity: 0;
}
.grid.processing::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  z-index: 10;
  left: 0;
  top: 0;
}
.product-grid-wrapper.cat-95 .grid.removing {
  opacity: 1;
}
.product-grid-wrapper.cat-95 .grid.processing::before {
  display: none;
}
.grid .more {
  display: block;
  clear: both;
  margin-top: 1rem;
}

.product-search-wrapper {
  margin-top: 1rem;
  margin-bottom: 4rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .product-search-wrapper {
    display: flex;
    flex-direction: column;
  }
}
.product-search-wrapper .wrapper {
  clear: both;
  width: 100%;
}
@media (max-width: 767px) {
  .product-search-wrapper .wrapper {
    order: 1;
  }
}
.product-grid-wrapper {
  margin-bottom: 5rem;
  clear: both;
}
.product-grid-wrapper:last-child {
   margin-bottom: 0;
}
.elementor .product-grid-wrapper .button {
  float: none !important;
  text-decoration: none !important;
}
.product-grid-wrapper .load-more {
  margin-top: 1rem;
}
.product-grid-wrapper .load-more .col-md-12 {
  display: flex;
  justify-content: center;
}
.product-grid-wrapper .load-more button.loading {

}
.product-grid-wrapper .load-more button[disabled] {
  opacity: 0.5 !important;
  cursor: default !important;
}

#product_search,
#webinar_subcategory {
  width: 100%;
  display: block;
  overflow: hidden;
  margin-top: 3rem;
}
#webinar_subcategory {
  opacity: 1;
}
#webinar_subcategory.hidden {
  opacity: 0;
}
#webinar_subcategory[disabled] {
  color: #a6a6a6 !important;
  border-color: #dedede !important;
}
#product_search div {
  width: 100%;
}
@media (min-width: 768px) {
  #product_search {
    width: calc(50% - 15px);
    float: left;
    margin-right: 15px;
  }
  #webinar_subcategory {
    width: calc(50% - 15px) !important;
    margin-left: 15px;
    float: left;
    height: 50px;
  }
}
@media (max-width: 767px) {
  #product_search {
    order: 3;
  }
  #webinar_subcategory {
    order: 2;
  }
}

#product_search.processing > .wrapper {
  position: relative;
}
#product_search.processing > .wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.35);
  z-index: 10;
  left: 0;
  top: 0;
}

#product_search .wrapper > div {
  position: relative;
  width: 100%;
}

#product_search input[type="search"] {
  padding-bottom: 0 !important;
}

#webinar_category {
  border-bottom: 1px solid #ccc;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  #webinar_category {
    display: none;
  }
}
#webinar_category li::before {
  display: none;
}
#webinar_category .nav-link {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #777;
}
#webinar_category .nav-link,
#webinar_category .nav-link .svg-path {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#webinar_category .nav-link.active {
  border-color: #ccc #ccc #fff #ccc;
}
#webinar_category .nav-link:focus,
#webinar_category .nav-link:hover,
#webinar_category .nav-link.active {
  font-weight: normal;
  color: #ad0f33;
  background: transparent;
}
#webinar_category .nav-link {
  position: relative;
  text-decoration: none !important;
  text-transform: uppercase;
}
#webinar_category .nav-link svg {
  display: block;
  width: auto;
  height: 45px;
  margin: 0 auto 10px;
}
#webinar_category .nav-link .svg-path {
  fill: #777;
}
#webinar_category .nav-link:focus .svg-path,
#webinar_category .nav-link:hover .svg-path,
#webinar_category .nav-link.active .svg-path {
  fill: #ad0f33;
}

.elementor .tab-box {
  font-size: 21px;
}
.elementor .tab-box a {
  display: block;
  padding: 25px 20px 20px 20px;
  text-decoration: none !important;
  background-color: rgba(173,15,51,0.05);
  transition: background-color 300ms ease 0ms, background-image 300ms ease 0ms;
}
.elementor .tab-box a:hover {
  font-weight: normal;
  background-color: rgba(173,15,51,0.15);
}
.elementor .tab-box img {
  width: auto;
  height: 45px;
  display: block;
  margin: 0 auto 25px;
}

.page-id-177 .entry-header/*,
.page-id-1187 .entry-header*/ {
  display: none;
}

.page-id-2716 .elementor-widget.elementor-widget-heading {
  margin-bottom: 20px !important;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

/*.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}*/

.elementor-page .entry-content {
  margin-top: 0;
}

.content-wrapper .elementor-row,
.nf-row,
.um-row {
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
  flex-grow: 1;
}
.um-row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.elementor-editor-active .content-wrapper .elementor-row {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated,
.nf-cell {
  padding: 0 15px !important;
}

.content-wide .content-in-wide .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0 !important;
}

@media (max-width: 767px) {
  .nf-cell {
    width: 100% !important;
  }
}

.elementor-section:not(:last-child),
.elementor-widget:not(:last-child) {
  margin-bottom: 40px !important;
}
.elementor-section.double-marginb:not(:last-child),
.elementor-widget.double-marginb:not(:last-child) {
  margin-bottom: 60px !important;
}
.elementor-column:not(:last-child) {
  margin-bottom: 40px !important;
}
@media (min-width: 768px) {
  .elementor-section:not(:last-child),
  .elementor-widget:not(:last-child) {
    margin-bottom: 60px !important;
  }
  .elementor-section.double-marginb:not(:last-child),
  .elementor-widget.double-marginb:not(:last-child) {
    margin-bottom: 120px !important;
  }
  .elementor-column,
  .elementor-column:not(:last-child) {
    margin-bottom: 0 !important;
  }
}
.elementor-section.mb20,
.elementor-widget.mb20 {
  margin-bottom: 20px !important;
}

.elementor a,
.entry-content a {
  color: #ad0f33;
  text-decoration: underline !important;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.elementor a:hover,
.entry-content a:hover {
  color: #ad0f33;
  text-decoration: none !important;
  font-weight: bold;
}

.elementor ul li,
.elementor ol li,
.entry-content ul li,
.entry-content ol li {
  margin-bottom: 20px;
}
.elementor .elementor-text-editor ul:last-child,
.elementor .elementor-text-editor ol:last-child,
.elementor .elementor-text-editor ul li:last-child,
.elementor .elementor-text-editor ol li:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  color: #999;
  font-size: 0.75rem;
  padding: 1.25rem 0;
}
@media (min-width: 992px) {
  footer#colophon {
    height: 60px;
  }
}
body:not(.theme-preset-active) footer#colophon {
  background: #252525;
}
.copyright {
  margin-bottom: 0;
  text-align: center;
}

.copyright a,
footer#colophon a {
  color: inherit;
}

@media (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}

#footer-widget {
  background: #2f2f2f;
  color: #999;
  padding-top: 3.125rem;
  padding-bottom: 1.625rem;
}
@media (min-width: 992px) {
  #footer-widget {
    height: 315px;
  }
}
#footer-widget .widget-title {
  color: #eee;
  border-bottom: 1px solid rgba(255,255,255,.05);
  font-weight: 400;
  margin-bottom: 1.565rem;
  padding-bottom: 1.565rem;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 1px;
  margin-top: 0;
}
#footer-widget a {
  color: #999;
}
#footer-widget .nav li {
  margin-bottom: 0.625rem;
  padding-bottom: 0.55rem;
  border-bottom: 1px solid rgba(255,255,255,.05);
}
#footer-widget .nav-link {
  padding: 0;
}
#footer-widget .nav-link:focus,
#footer-widget .nav-link:hover,
#footer-widget a:focus,
#footer-widget a:hover {
  background: transparent;
  color: #ad0f33;
  text-decoration: none;
}

#footer-widget .d-flex .widget {
  width: 100%;
}
/*@media (min-width: 768px) {
  #footer-widget .d-flex .widget:last-child {
    margin-top: 20px;
  }
}*/

#back-to-top {
  position: fixed;
  right: 15px;
  bottom: -40px;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: rgba(0,0,0,.7);
  color: #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#back-to-top.visible {
  bottom: 15px;
}

@media (min-width: 992px) {
  #footer-push {
    clear: both;
    height: 375px;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media (max-width: 1199px) {
  html {
    font-size: 95%;
  }
}

/*@media (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}*/
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media (max-width: 1023px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media (max-width: 991px) {
  html {
    font-size: 85%;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media (max-width: 767px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media (max-width: 479px) {
  html {
    font-size: 75%;
  }
}
/*--------------------------------------------------------------
## Footer - Rechtlicher Hinweis
--------------------------------------------------------------*/
.d-md-block {
  display: none !important;
}

.page-description ul {
  padding-left: 15px;
	list-style: square;
}

.entry-content ul li {
	margin-bottom: 3px;
}

.elementor-tab-title a, .elementor-tab-title a:hover  {
  text-decoration: none !important;
	font-weight: normal !important;
}

#cookie-law-info-bar {
  padding: 20px;
  box-shadow: rgba(0,0,0,.5) 0px 3px 6px;
  font-size: inherit;
  font-weight: inherit;
}
#cookie_action_close_header {
  margin-top: 5px;
  margin-left: 20px;
}
#cookie_action_close_header:focus,
#cookie_action_close_header:hover {
  opacity: 0.8;
}

.iframe-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 35px;
	height: 0;
	overflow: hidden;
}

.iframe-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.flex-grid .elementor-widget-wrap {
  align-content: space-between;
}
