/*
Theme Name: Template
Description: -
Version: 1.0
Author: -
Author URI: -
Template: enfold
*/
/*Add your own styles here:*/
.flex {
  display: flex;
}
.flex > * {
  position: relative;
}
.flex.space-between {
  justify-content: space-between;
}
.flex.space-around {
  justify-content: space-around;
}
.flex.flex-column {
  flex-direction: column;
}
.flex.wrap {
  flex-flow: row wrap;
}
.flex .flex-item-right {
  margin-left: auto !important;
}
.flex .flex-item-left {
  margin-right: auto !important;
}
.flex .flex-1 {
  flex: 1;
}
.flex .flex-2 {
  flex: 2;
}
.flex .flex-3 {
  flex: 3;
}
.flex .flex-4 {
  flex: 4;
}
.flex .flex-5 {
  flex: 5;
}
.flex .flex-6 {
  flex: 6;
}
.flex .flex-7 {
  flex: 7;
}
.flex .flex-8 {
  flex: 8;
}
.flex .flex-9 {
  flex: 9;
}
.flex .flex-10 {
  flex: 10;
}
.flex.fixed-columns-count {
  flex-wrap: wrap;
}
.flex.fixed-columns-count > * {
  width: calc( ( 100% - ( var(--bleed) * 2 * var(--columns-count) ) ) / var(--columns-count) );
  max-width: calc( ( 100% - ( var(--bleed) * 2 * var(--columns-count) ) ) / var(--columns-count) );
  min-width: calc( ( 100% - ( var(--bleed) * 2 * var(--columns-count) ) ) / var(--columns-count) );
}
.flex.fixed-columns-count.bleed {
  margin-left: calc( var(--bleed) * -1 );
  margin-right: calc( var(--bleed) * -1 );
}
.flex.fixed-columns-count.bleed > *:first-child {
  margin-left: var(--bleed);
}
.flex.fixed-columns-count.bleed > *:last-child {
  margin-right: var(--bleed);
}
.flex.bleed > * {
  margin-left: var(--bleed);
  margin-right: var(--bleed);
}
.flex.bleed > *:first-child {
  margin-left: 0;
}
.flex.bleed > *:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1660px) {
  .flex.break-laptop {
    flex-direction: column;
  }
  .flex.break-laptop.bleed {
    margin-left: 0px;
    margin-right: 0px;
  }
  .flex.break-laptop.bleed > * {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--bleed);
    width: 100%;
  }
  .flex.break-laptop.bleed > :first-child {
    margin-left: 0px;
  }
  .flex.break-laptop.bleed > :last-child {
    margin-right: 0px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 1280px) {
  .flex.break-tablet {
    flex-direction: column;
  }
  .flex.break-tablet.bleed {
    margin-left: 0px;
    margin-right: 0px;
  }
  .flex.break-tablet.bleed > * {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--bleed);
    width: 100%;
  }
  .flex.break-tablet.bleed > :first-child {
    margin-left: 0px;
  }
  .flex.break-tablet.bleed > :last-child {
    margin-right: 0px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .flex.break-mobile {
    flex-direction: column;
  }
  .flex.break-mobile.bleed {
    margin-left: 0px;
    margin-right: 0px;
  }
  .flex.break-mobile.bleed > * {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--bleed);
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .flex.break-mobile.bleed > :first-child {
    margin-left: 0px;
  }
  .flex.break-mobile.bleed > :last-child {
    margin-right: 0px;
    margin-bottom: 0px;
  }
}

.flex-center {
  align-items: center;
}

.flex-bottom {
  align-items: flex-end;
}

.flex-text-center {
  justify-content: center;
}

.flex-text-right {
  justify-content: flex-end;
}

@font-face {
  font-family: "open sans";
  src: url("./fonts/OpenSans-Regular.woff2") format("woff2"), url("./fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "open sans";
  src: url("./fonts/OpenSans-Bold.woff2") format("woff2"), url("./fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.responsive .page-template-template-price-change #main .container {
  max-width: 1680px;
}

#top #wrap_all .all_colors .change-price h1, #top #wrap_all .all_colors .change-price h2 {
  font-size: 28px;
  line-height: 1.3;
  color: black;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1300px) {
  #top #wrap_all .all_colors .change-price h1, #top #wrap_all .all_colors .change-price h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 760px) {
  #top #wrap_all .all_colors .change-price h1, #top #wrap_all .all_colors .change-price h2 {
    font-size: 20px;
  }
}
#top #wrap_all .all_colors .change-price h1 {
  font-weight: normal;
}
#top #wrap_all .all_colors .change-price p {
  margin-top: 16px;
  font-size: 14px;
}
#top #wrap_all .all_colors .change-price a.logout {
  color: #B82F42;
}
#top #wrap_all .all_colors .change-price a.logout:hover {
  text-decoration: underline;
}
#top #wrap_all .all_colors .change-price .table-wrapper {
  margin-top: 100px;
  margin-bottom: 120px;
  overflow-x: auto;
}
@media screen and (max-width: 1300px) {
  #top #wrap_all .all_colors .change-price .table-wrapper {
    margin-top: 50px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 760px) {
  #top #wrap_all .all_colors .change-price .table-wrapper {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
#top #wrap_all .all_colors .change-price .table-wrapper i {
  display: none;
  margin-bottom: 10px;
  font-style: italic;
  font-size: 14px;
}
@media screen and (max-width: 1300px) {
  #top #wrap_all .all_colors .change-price .table-wrapper i {
    display: block;
  }
}
#top #wrap_all .all_colors .change-price .table-wrapper table th, #top #wrap_all .all_colors .change-price .table-wrapper table td {
  font-size: 14px;
  padding: 20px 10px;
  text-transform: none;
  background: white;
  border: 1px solid #DDDDDD;
  letter-spacing: normal;
  color: black;
}
#top #wrap_all .all_colors .change-price .table-wrapper table th.wide, #top #wrap_all .all_colors .change-price .table-wrapper table td.wide {
  min-width: 160px;
}
#top #wrap_all .all_colors .change-price .table-wrapper table th.medium, #top #wrap_all .all_colors .change-price .table-wrapper table td.medium {
  min-width: 110px;
}
#top #wrap_all .all_colors .change-price .table-wrapper table th {
  background: #F8F8F8;
  font-weight: 600;
}

.header_color .inner-container .logo a {
  justify-content: center;
}

#menu-item-121441, #menu-item-26189 {
  display: none;
}

@media only screen and (min-width: 600px) {
  .menu--item-highlight a {
    padding-left: 1px !important;
    margin-top: 10px;
  }
  .menu--item-highlight a .avia-menu-text {
    font-size: 16px;
    color: #B82F42;
    font-weight: 600;
  }
  .menu--item-highlight a .avia-bullet {
    display: none;
  }
  .menu--item-highlight a:hover {
    background-color: transparent !important;
  }
  .menu--item-highlight a:hover .avia-menu-text {
    text-decoration: underline;
  }
}
h1.avia-form-success {
  font-size: 32px !important;
}
@media screen and (max-width: 1300px) {
  h1.avia-form-success {
    font-size: 26px !important;
  }
}
@media screen and (max-width: 760px) {
  h1.avia-form-success {
    font-size: 20px !important;
  }
}

.event-landing-page {
  color: #666666;
  line-height: 1.3 !important;
}
.event-landing-page h2 {
  font-size: 56px;
  font-weight: bold !important;
  color: #333333;
}
@media screen and (max-width: 1300px) {
  .event-landing-page h2 {
    font-size: 46px;
  }
}
@media screen and (max-width: 760px) {
  .event-landing-page h2 {
    font-size: 25px;
  }
}
.event-landing-page .button {
  display: flex;
  justify-content: center;
}
.event-landing-page .container {
  max-width: 1240px !important;
  width: 100% !important;
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.event-landing-page .header-image-section {
  height: calc(100vh - 295px);
  background-image: url("./img/header-image.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .event-landing-page .header-image-section {
    height: calc(100vh - 245px);
  }
}
@media screen and (max-width: 1380px) {
  .event-landing-page .header-image-section {
    height: calc(100vh - 225px);
  }
}
@media screen and (max-width: 1300px) {
  .event-landing-page .header-image-section {
    height: calc(100vh - 215px);
  }
}
@media screen and (max-width: 1024px) {
  .event-landing-page .header-image-section {
    height: calc(100vh - 235px);
  }
}
@media screen and (max-width: 760px) {
  .event-landing-page .header-image-section {
    height: calc(100vh - 140px);
  }
}
.event-landing-page .header-image-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url("./img/overlay.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 760px) {
  .event-landing-page .header-image-section .overlay {
    background-image: none;
  }
}
.event-landing-page .header-image-section .container {
  display: flex;
  height: 100%;
}
@media screen and (max-width: 760px) {
  .event-landing-page .header-image-section .container {
    flex-direction: column;
  }
}
.event-landing-page .header-image-section .container .col {
  flex: 1;
}
.event-landing-page .header-image-section .container .col.text-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 760px) {
  .event-landing-page .header-image-section .container .col.text-col {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 30px;
    padding-right: 10px;
    justify-content: center;
  }
}
@media screen and (max-width: 1480px) {
  .event-landing-page .header-image-section .container .col.text-col .event-title-wrapper img {
    width: 500px;
  }
}
@media screen and (max-width: 1380px) {
  .event-landing-page .header-image-section .container .col.text-col .event-title-wrapper img {
    width: 400px;
  }
}
@media screen and (max-width: 760px) {
  .event-landing-page .header-image-section .container .col.text-col .event-title-wrapper {
    margin-bottom: 17px;
  }
}
@media screen and (max-width: 760px) and (min-height: 812px) {
  .event-landing-page .header-image-section .container .col.text-col .event-title-wrapper {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 760px) {
  .event-landing-page .header-image-section .container .col.text-col .event-title-wrapper .event-title {
    display: none;
  }
}
.event-landing-page .header-image-section .container .col.text-col .event-title-wrapper .event-title-mobile {
  display: none;
}
@media screen and (max-width: 760px) {
  .event-landing-page .header-image-section .container .col.text-col .event-title-wrapper .event-title-mobile {
    display: block;
  }
}
.event-landing-page .header-image-section .container .col.text-col .text-wrapper {
  position: relative;
}
@media screen and (max-width: 760px) {
  .event-landing-page .header-image-section .container .col.text-col .text-wrapper {
    margin-bottom: 15px;
  }
}
.event-landing-page .header-image-section .container .col.text-col .text-wrapper p {
  font-size: 46px;
  line-height: 1.15 !important;
  font-weight: bold;
  color: #B92F42;
  margin: 0 0 90px 0;
}
@media screen and (max-width: 1440px) {
  .event-landing-page .header-image-section .container .col.text-col .text-wrapper p {
    font-size: 44px;
    margin: 0 0 70px 0;
  }
}
@media screen and (max-width: 1380px) {
  .event-landing-page .header-image-section .container .col.text-col .text-wrapper p {
    font-size: 34px;
    margin: 0 0 50px 0;
  }
}
@media screen and (max-width: 1300px) {
  .event-landing-page .header-image-section .container .col.text-col .text-wrapper p {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 760px) {
  .event-landing-page .header-image-section .container .col.text-col .text-wrapper p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 760px) and (min-height: 812px) {
  .event-landing-page .header-image-section .container .col.text-col .text-wrapper p {
    top: auto;
    bottom: calc(100% + 10px);
  }
}
.event-landing-page .header-image-section .container .col.text-col .text-wrapper .mobile-image {
  display: none;
}
@media screen and (max-width: 760px) {
  .event-landing-page .header-image-section .container .col.text-col .text-wrapper .mobile-image {
    display: block;
    width: 265px;
    margin-left: auto;
  }
}
@media screen and (max-width: 760px) {
  .event-landing-page .header-image-section .container .col.text-col .button-wrapper {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 760px) and (min-height: 812px) {
  .event-landing-page .header-image-section .container .col.text-col .button-wrapper {
    margin-top: 40px;
  }
}
.event-landing-page .header-image-section .container .col.text-col .button-wrapper .button {
  font-size: 29px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #B92F42;
  border-radius: 14px;
  padding: 22px 45px;
  z-index: 5;
  margin-bottom: -30px;
  max-width: 315px;
}
@media screen and (max-width: 1440px) {
  .event-landing-page .header-image-section .container .col.text-col .button-wrapper .button {
    font-size: 27px;
    padding: 20px 40px;
    margin-bottom: -35px;
    max-width: 295px;
  }
}
@media screen and (max-width: 1380px) {
  .event-landing-page .header-image-section .container .col.text-col .button-wrapper .button {
    font-size: 25px;
    padding: 18px 35px;
    margin-bottom: -30px;
    max-width: 255px;
  }
}
@media screen and (max-width: 1300px) {
  .event-landing-page .header-image-section .container .col.text-col .button-wrapper .button {
    font-size: 23px;
    padding: 16px 25px;
    max-width: 235px;
    margin-bottom: -25px;
  }
}
@media screen and (max-width: 760px) {
  .event-landing-page .header-image-section .container .col.text-col .button-wrapper .button {
    font-size: 14px;
    padding: 10px 24px;
    margin-bottom: 0px;
    width: 155px;
  }
}
@media screen and (max-width: 760px) {
  .event-landing-page .header-image-section .container .col.empty-col {
    display: none;
  }
}
.event-landing-page .clock-section {
  padding-top: 135px;
  padding-bottom: 105px;
}
@media screen and (max-width: 1300px) {
  .event-landing-page .clock-section {
    padding-top: 75px;
    padding-bottom: 55px;
  }
}
@media screen and (max-width: 760px) {
  .event-landing-page .clock-section {
    padding-top: 25px;
  }
}
.event-landing-page .speakers-section {
  margin-bottom: 180px;
}
@media screen and (max-width: 1300px) {
  .event-landing-page .speakers-section {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 760px) {
  .event-landing-page .speakers-section {
    margin-bottom: 65px;
  }
}
.event-landing-page .speakers-section .container {
  display: flex;
}
@media screen and (max-width: 760px) {
  .event-landing-page .speakers-section .container {
    flex-direction: column;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.event-landing-page .speakers-section .container .col {
  width: calc(50% - 40px);
  margin-right: 40px;
  margin-left: 40px;
  z-index: 5;
}
@media screen and (max-width: 1300px) {
  .event-landing-page .speakers-section .container .col {
    margin-right: 30px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 760px) {
  .event-landing-page .speakers-section .container .col {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
}
.event-landing-page .speakers-section .container .col:first-child {
  margin-left: 0;
  margin-bottom: 30px;
}
.event-landing-page .speakers-section .container .col:last-child {
  margin-right: 0;
}
@media screen and (max-width: 760px) {
  .event-landing-page .speakers-section .container .col .header-wrapper {
    display: flex;
  }
}
@media screen and (max-width: 760px) {
  .event-landing-page .speakers-section .container .col .header-wrapper .header {
    min-width: 260px;
    margin-right: auto;
    margin-left: auto;
  }
}
.event-landing-page .speakers-section .container .col .header-wrapper .header .flexlock-img {
  float: left;
  margin-top: 14px;
}
@media screen and (max-width: 1300px) {
  .event-landing-page .speakers-section .container .col .header-wrapper .header .flexlock-img {
    margin-top: 10px;
    width: 220px;
  }
}
@media screen and (max-width: 760px) {
  .event-landing-page .speakers-section .container .col .header-wrapper .header .flexlock-img {
    display: none;
  }
}
.event-landing-page .speakers-section .container .col .header-wrapper .header .flexlock-img-mobile {
  display: none;
}
@media screen and (max-width: 760px) {
  .event-landing-page .speakers-section .container .col .header-wrapper .header .flexlock-img-mobile {
    display: block;
    float: left;
    margin-top: 5px;
  }
}
.event-landing-page .speakers-section .container .col h2 {
  margin-bottom: 10px;
}
@media screen and (max-width: 760px) {
  .event-landing-page .speakers-section .container .col h2 {
    margin-bottom: 50px;
  }
}
.event-landing-page .speakers-section .container .col .img-wrapper {
  position: relative;
}
.event-landing-page .speakers-section .container .col .img-wrapper.second-speaker {
  margin-bottom: 35px;
}
.event-landing-page .speakers-section .container .col .img-wrapper .text {
  background-color: #FFFFFF;
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 30px 20px 20px;
  margin-bottom: 0;
}
@media screen and (max-width: 1300px) {
  .event-landing-page .speakers-section .container .col .img-wrapper .text {
    padding: 20px 10px 10px;
  }
}
@media screen and (max-width: 760px) {
  .event-landing-page .speakers-section .container .col .img-wrapper .text {
    position: static;
    padding: 30px 40px 0;
  }
}
.event-landing-page .speakers-section .container .col .img-wrapper .text h3 {
  font-size: 18px;
  margin-bottom: 17px;
  color: #333333 !important;
  font-weight: 600 !important;
}
@media screen and (max-width: 1300px) {
  .event-landing-page .speakers-section .container .col .img-wrapper .text h3 {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 760px) {
  .event-landing-page .speakers-section .container .col .img-wrapper .text h3 {
    font-size: 16px;
    margin-bottom: 17px;
  }
}
.event-landing-page .speakers-section .container .col .img-wrapper .text p {
  margin: 0;
  font-size: 14px;
  color: #333333 !important;
  font-weight: 600;
}
@media screen and (max-width: 1300px) {
  .event-landing-page .speakers-section .container .col .img-wrapper .text p {
    font-size: 16px;
  }
}
.event-landing-page .speakers-section .container .col .text {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 35px;
  line-height: 2 !important;
}
@media screen and (max-width: 1300px) {
  .event-landing-page .speakers-section .container .col .text {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 760px) {
  .event-landing-page .speakers-section .container .col .text {
    padding-right: 40px;
    padding-left: 40px;
    margin-bottom: 70px;
  }
}
.event-landing-page .speakers-section .container .col .buttons-wrapper {
  display: flex;
}
@media screen and (max-width: 760px) {
  .event-landing-page .speakers-section .container .col .buttons-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.event-landing-page .speakers-section .container .col .buttons-wrapper .button {
  text-align: center;
  padding: 20px;
  margin-right: 30px;
}
.event-landing-page .speakers-section .container .col .buttons-wrapper .button:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1300px) {
  .event-landing-page .speakers-section .container .col .buttons-wrapper .button {
    font-size: 16px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 760px) {
  .event-landing-page .speakers-section .container .col .buttons-wrapper .button {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .event-landing-page .speakers-section .container .col .buttons-wrapper .button:last-child {
    margin-bottom: 0;
  }
}
.event-landing-page .agenda-section {
  margin-bottom: 105px;
}
@media screen and (max-width: 1300px) {
  .event-landing-page .agenda-section {
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 760px) {
  .event-landing-page .agenda-section {
    margin-bottom: 60px;
  }
}
.event-landing-page .agenda-section .container {
  max-width: 1120px !important;
}
.event-landing-page .agenda-section .container h2 {
  margin-bottom: 105px;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .event-landing-page .agenda-section .container h2 {
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 760px) {
  .event-landing-page .agenda-section .container h2 {
    margin-bottom: 40px;
  }
}
.event-landing-page .agenda-section .container .program-wrapper {
  padding-right: 10px;
  padding-left: 20px;
}
.event-landing-page .agenda-section .container .program-wrapper .event {
  display: flex;
  align-items: center;
  padding: 22px 27px;
  border-radius: 20px;
  border: 1px solid #E2E2EA;
  margin-bottom: 30px;
}
@media screen and (max-width: 760px) {
  .event-landing-page .agenda-section .container .program-wrapper .event {
    align-items: flex-start;
    border: none;
    border-radius: 0;
    padding: 0;
  }
}
.event-landing-page .agenda-section .container .program-wrapper .event:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 760px) {
  .event-landing-page .agenda-section .container .program-wrapper .event > * {
    margin-right: 12px;
    margin-left: 12px;
    width: calc(50% - 12px);
  }
  .event-landing-page .agenda-section .container .program-wrapper .event > *:first-child {
    margin-left: 0;
  }
  .event-landing-page .agenda-section .container .program-wrapper .event > *:last-child {
    margin-right: 0;
  }
}
.event-landing-page .agenda-section .container .program-wrapper .event > *.number-wrapper {
  display: flex;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  flex: 1;
}
.event-landing-page .agenda-section .container .program-wrapper .event > *.number-wrapper .number {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  background-color: #B92F42;
  height: 38px;
  width: 38px;
  border-radius: 10px;
  margin-right: 20px;
}
@media screen and (max-width: 1300px) {
  .event-landing-page .agenda-section .container .program-wrapper .event > *.number-wrapper .number {
    margin-right: 13px;
  }
}
.event-landing-page .agenda-section .container .program-wrapper .event > *.number-wrapper .hours-wrapper {
  color: #171725;
}
.event-landing-page .agenda-section .container .program-wrapper .event > *.title-wrapper {
  font-size: 16px;
  flex: 3;
}
@media screen and (max-width: 760px) {
  .event-landing-page .agenda-section .container .program-wrapper .event > *.title-wrapper {
    flex: 1;
    margin-top: 15px;
  }
}
.event-landing-page .registration-section {
  background-color: #B92F42;
  padding-top: 90px;
  padding-bottom: 130px;
}
@media screen and (max-width: 1300px) {
  .event-landing-page .registration-section {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 760px) {
  .event-landing-page .registration-section {
    padding-top: 45px;
    padding-bottom: 65px;
  }
}
.event-landing-page .registration-section .container {
  max-width: 1120px !important;
  display: flex;
}
@media screen and (max-width: 760px) {
  .event-landing-page .registration-section .container {
    flex-direction: column;
    padding-right: 40px !important;
    padding-left: 35px !important;
  }
}
@media screen and (max-width: 760px) {
  .event-landing-page .registration-section .container .col {
    width: 100%;
  }
  .event-landing-page .registration-section .container .col:first-child {
    margin-bottom: 60px;
  }
}
.event-landing-page .registration-section .container .col:last-child {
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 760px) {
  .event-landing-page .registration-section .container .col:last-child {
    flex-direction: column;
    align-items: initial;
    align-items: center;
  }
}
.event-landing-page .registration-section .container .col:last-child .button {
  margin-right: 30px;
  text-align: center;
  padding: 25px 35px;
  font-size: 14px;
  min-width: 196px;
}
@media screen and (max-width: 1440px) {
  .event-landing-page .registration-section .container .col:last-child .button {
    padding: 25px 25px;
    margin-right: 25px;
    min-width: 176px;
  }
}
@media screen and (max-width: 1300px) {
  .event-landing-page .registration-section .container .col:last-child .button {
    padding: 20px 20px;
    margin-right: 20px;
    min-width: 166px;
  }
}
@media screen and (max-width: 760px) {
  .event-landing-page .registration-section .container .col:last-child .button {
    padding: 18px 25px;
    margin-right: 0;
    margin-bottom: 16px;
    min-width: 176px;
  }
}
.event-landing-page .registration-section .container .col:last-child .button:last-child {
  padding-top: 16px;
  padding-bottom: 16px;
  margin-right: 0;
}
@media screen and (max-width: 1300px) {
  .event-landing-page .registration-section .container .col:last-child .button:last-child {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
@media screen and (max-width: 760px) {
  .event-landing-page .registration-section .container .col:last-child .button:last-child {
    padding-top: 9px;
    padding-bottom: 9px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 760px) {
  .event-landing-page .registration-section .container .col .live-event {
    display: none;
  }
}
.event-landing-page .registration-section .container .col .live-event-mobile {
  display: none;
}
@media screen and (max-width: 760px) {
  .event-landing-page .registration-section .container .col .live-event-mobile {
    display: block;
  }
}
.event-landing-page .registration-section .container .col h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600 !important;
  color: #FFFFFF;
  margin-bottom: 0 !important;
  font-size: 50px;
}
@media screen and (max-width: 1300px) {
  .event-landing-page .registration-section .container .col h2 {
    font-size: 44px;
  }
}
@media screen and (max-width: 760px) {
  .event-landing-page .registration-section .container .col h2 {
    font-size: 37px;
  }
}
.event-landing-page .button {
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 1300px) {
  .event-landing-page .button {
    font-size: 14px;
  }
}
.event-landing-page .button.gray {
  color: #FFFFFF;
  background-color: #C4C4C4;
}
.event-landing-page .button.white {
  color: #B92F42;
  background-color: #FFFFFF;
}

.single-product .product_meta {
  font-weight: bold;
}

.products .product a {
  position: relative;
}
.products .product .new-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
}
.products .product .new-badge img {
  width: 118px;
  height: auto;
  display: block;
}
.products .product .thumbnail_container img {
  aspect-ratio: 1/1;
  object-fit: contain;
}
.products .product .inner_product_header {
  min-height: 130px !important;
  position: static !important;
}

.news-wrapper .news {
  --bleed: 10px;
  --columns-count: 3;
}
@media screen and (max-width: 760px) {
  .news-wrapper .news {
    --columns-count: 1;
  }
}
.news-wrapper .news .news-post {
  display: block;
  position: relative;
  padding-top: 30%;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (max-width: 760px) {
  .news-wrapper .news .news-post {
    padding-top: 85%;
  }
}
.news-wrapper .news .news-post:hover .image {
  transform: scale(1.1);
}
.news-wrapper .news .news-post .image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.5s ease-out;
}
.news-wrapper .news .news-post .title-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f8f8f8;
  padding: 20px;
  min-height: 120px;
}
@media screen and (max-width: 760px) {
  .news-wrapper .news .news-post .title-wrapper {
    min-height: 100px;
  }
}
.news-wrapper .news .news-post .title-wrapper .title {
  font-size: 15px;
}

.news-tab {
  display: none;
}
.news-tab.active {
  display: block;
}

/* Flexlock */
@media screen and (max-width: 760px) {
  .responsive #top.page-id-262634 .iconbox_top, .responsive #top.page-id-262828 .iconbox_top {
    margin-bottom: 0 !important;
  }
}
.responsive .page-id-262634 .container, .responsive .page-id-262828 .container {
  max-width: 1712px;
}
.responsive .page-id-262634 .av-special-heading, .responsive .page-id-262828 .av-special-heading {
  padding-bottom: 0 !important;
}
.responsive .page-id-262634 .mejs-container .mejs-layers .mejs-overlay-button, .responsive .page-id-262828 .mejs-container .mejs-layers .mejs-overlay-button {
  display: none;
  background: unset !important;
  color: #fff;
  width: fit-content;
  min-width: 100px;
  text-align: center;
  border: 2px solid;
  height: auto;
  padding: 10px;
  border-radius: 25px;
}
.responsive .page-id-262634 .mejs-container .mejs-controls, .responsive .page-id-262828 .mejs-container .mejs-controls {
  display: none;
}
.responsive .page-id-262634 .header-image img, .responsive .page-id-262828 .header-image img {
  max-height: 600px;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 760px) {
  .responsive .page-id-262634 .header-image img, .responsive .page-id-262828 .header-image img {
    max-height: auto;
  }
}
@media screen and (max-width: 760px) {
  .responsive .page-id-262634 #av_section_1 .content, .responsive .page-id-262828 #av_section_1 .content {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}

.large-heading h2 {
  font-size: 77px;
  text-transform: unset !important;
}

.section-video .avia-video {
  margin-bottom: 0 !important;
}

.hr-dark-center {
  float: unset;
  width: 15%;
  margin: 4.5% auto 7% !important;
}
.hr-dark-center .hr-inner {
  border-color: #777776;
}

.flexlock-list ul {
  list-style: none;
  margin-top: 56px;
}
.flexlock-list ul li {
  position: relative;
  padding-left: 30px;
  padding-bottom: 35px;
  font-weight: 700;
}
.flexlock-list ul li::before {
  content: "";
  width: 36px;
  height: 36px;
  background-image: url("./img/icon-flexlock-li.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-80%);
}

.bolded .av-special-heading-tag {
  font-weight: bold;
}

.semibold {
  font-weight: 600;
}

.functional-reliability-section .content {
  padding: 70px 0;
}
@media screen and (max-width: 760px) {
  .functional-reliability-section .content {
    padding: 50px 0;
  }
}

.highest-mechanical-dynamic-stresses .content {
  padding: 50px 0;
}
@media screen and (max-width: 760px) {
  .highest-mechanical-dynamic-stresses .content {
    padding: 50px 0;
  }
}

.high-emc-requirements-section .content {
  padding: 85px 0;
}
@media screen and (max-width: 760px) {
  .high-emc-requirements-section .content {
    padding: 50px 0;
  }
}

.flexlock-products-section .content {
  padding-top: 95px;
  padding-bottom: 105px;
}
@media screen and (max-width: 760px) {
  .flexlock-products-section .content {
    padding: 50px 0;
  }
}
.flexlock-products-section .content .flexlock-masonry .av-masonry-image-container {
  bottom: 60px;
}
@media screen and (max-width: 1300px) {
  .flexlock-products-section .content .flexlock-masonry .av-masonry-image-container {
    bottom: 75px;
  }
}
@media screen and (max-width: 760px) {
  .flexlock-products-section .content .flexlock-masonry .av-masonry-image-container {
    bottom: 100px;
  }
}

.video-col .flex_cell_inner {
  padding-top: 56.4%;
}
.video-col .flex_cell_inner .avia-video {
  padding-top: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 0;
  height: 100%;
}

.smaller-line-height {
  line-height: 20px;
}

.play-video {
  cursor: pointer;
  text-decoration: underline;
}

.flexlock-box {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

@media screen and (max-width: 760px) {
  .mobile-space {
    margin-top: 24px !important;
    height: 2px !important;
    margin-bottom: 24px !important;
  }
  .mobile-space.more-space-bottom {
    margin-bottom: 56px !important;
  }
}

@media screen and (max-width: 760px) {
  .no-top-margin-mobile {
    margin-top: 0 !important;
  }
}

/* End Flexlock Design */
@media screen and (max-width: 1660px) {
  .accordion-slider-wrapper .aviaccordion ul li a .aviaccordion-preview-title {
    padding: 5% !important;
  }
}
@media screen and (max-width: 1660px) {
  .accordion-slider-wrapper .aviaccordion ul li a .aviaccordion-preview-title h3 {
    font-size: 14px !important;
    text-wrap: nowrap !important;
  }
}
@media screen and (max-width: 1300px) {
  .accordion-slider-wrapper .aviaccordion ul li a .aviaccordion-preview-title h3 {
    font-size: 12px !important;
  }
}

@media screen and (max-width: 1660px) {
  .home-accordion-slider-wrapper .aviaccordion ul li a .aviaccordion-preview-title {
    padding: 5% !important;
  }
}
.home-accordion-slider-wrapper .aviaccordion ul li a .aviaccordion-preview-title h3 {
  text-wrap: nowrap !important;
}
@media screen and (max-width: 1660px) {
  .home-accordion-slider-wrapper .aviaccordion ul li a .aviaccordion-preview-title h3 {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 1300px) {
  .home-accordion-slider-wrapper .aviaccordion ul li a .aviaccordion-preview-title h3 {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 1300px) {
  .home-accordion-slider-wrapper.hide-tablet {
    display: none !important;
  }
}
@media screen and (max-width: 1300px) {
  .home-accordion-slider-wrapper.tablet-view {
    display: block !important;
  }
}
@media screen and (max-width: 990px) {
  .home-accordion-slider-wrapper.tablet-view {
    display: none !important;
  }
}
@media screen and (max-width: 1300px) {
  .home-accordion-slider-wrapper.tablet-view .aviaccordion {
    display: block !important;
  }
}
@media screen and (max-width: 990px) {
  .home-accordion-slider-wrapper.tablet-view .aviaccordion {
    display: none !important;
  }
}

.bulk-download-hidden {
  display: none;
}

.main_color a.highlighted-link,
#bulk-download {
  color: #B14B54;
  font-weight: 600;
}
.main_color a.highlighted-link:hover,
#bulk-download:hover {
  color: #B14B54;
}

.video-section.big-padding .container .content {
  padding-top: 110px;
  padding-bottom: 94px;
}
@media screen and (max-width: 760px) {
  .video-section.big-padding .container .content {
    padding-top: 55px;
    padding-bottom: 44px;
  }
}
.video-section .container .content {
  padding-top: 75px;
  padding-bottom: 60px;
}

.single-post .avia_textblock a {
  color: #B82F42;
  font-weight: bold;
}
.single-post .avia_textblock a:hover {
  color: #B82F42;
  font-weight: bold;
}

.single-product .menu-item-language {
  display: none;
}

.html_entry_id_81 #layer_slider_1, .html_entry_id_1876 #layer_slider_1 {
  display: none !important;
}
.html_entry_id_81 #wrap_all #main > .main_color:first-child, .html_entry_id_1876 #wrap_all #main > .main_color:first-child {
  display: block !important;
}
.html_entry_id_81 #wrap_all #main > .main_color:first-child .container, .html_entry_id_1876 #wrap_all #main > .main_color:first-child .container {
  max-width: 100%;
  padding: 0;
  margin: 0 !important;
  width: 100% !important;
}
.html_entry_id_81 #wrap_all #main > .main_color:first-child .container .template-page, .html_entry_id_1876 #wrap_all #main > .main_color:first-child .container .template-page {
  padding: 0 !important;
}
.html_entry_id_81 #wrap_all #main > .main_color:first-child .container .template-page .products-header-image, .html_entry_id_1876 #wrap_all #main > .main_color:first-child .container .template-page .products-header-image {
  position: relative;
}
.html_entry_id_81 #wrap_all #main > .main_color:first-child .container .template-page .products-header-image p, .html_entry_id_1876 #wrap_all #main > .main_color:first-child .container .template-page .products-header-image p {
  margin: 0 !important;
}
.html_entry_id_81 #wrap_all #main > .main_color:first-child .container .template-page .products-header-image p img.mobile, .html_entry_id_1876 #wrap_all #main > .main_color:first-child .container .template-page .products-header-image p img.mobile {
  display: none;
}
@media screen and (max-width: 760px) {
  .html_entry_id_81 #wrap_all #main > .main_color:first-child .container .template-page .products-header-image p img.mobile, .html_entry_id_1876 #wrap_all #main > .main_color:first-child .container .template-page .products-header-image p img.mobile {
    display: block;
  }
}
@media screen and (max-width: 760px) {
  .html_entry_id_81 #wrap_all #main > .main_color:first-child .container .template-page .products-header-image p img:not(.mobile), .html_entry_id_1876 #wrap_all #main > .main_color:first-child .container .template-page .products-header-image p img:not(.mobile) {
    display: none;
  }
}
.html_entry_id_81 #wrap_all #main > .main_color:first-child .container .template-page .products-header-image p .link, .html_entry_id_1876 #wrap_all #main > .main_color:first-child .container .template-page .products-header-image p .link {
  position: absolute;
  cursor: pointer;
  z-index: 1;
  font-size: 0;
  height: 47%;
  width: 25.8%;
  bottom: 9%;
}
@media screen and (max-width: 760px) {
  .html_entry_id_81 #wrap_all #main > .main_color:first-child .container .template-page .products-header-image p .link, .html_entry_id_1876 #wrap_all #main > .main_color:first-child .container .template-page .products-header-image p .link {
    height: 7.5%;
    width: 77.8%;
  }
}
.html_entry_id_81 #wrap_all #main > .main_color:first-child .container .template-page .products-header-image p .link.first, .html_entry_id_1876 #wrap_all #main > .main_color:first-child .container .template-page .products-header-image p .link.first {
  right: 43%;
}
@media screen and (max-width: 760px) {
  .html_entry_id_81 #wrap_all #main > .main_color:first-child .container .template-page .products-header-image p .link.first, .html_entry_id_1876 #wrap_all #main > .main_color:first-child .container .template-page .products-header-image p .link.first {
    right: 11%;
    bottom: 21%;
  }
}
.html_entry_id_81 #wrap_all #main > .main_color:first-child .container .template-page .products-header-image p .link.second, .html_entry_id_1876 #wrap_all #main > .main_color:first-child .container .template-page .products-header-image p .link.second {
  right: 26%;
  width: 17%;
  height: 52%;
}
@media screen and (max-width: 760px) {
  .html_entry_id_81 #wrap_all #main > .main_color:first-child .container .template-page .products-header-image p .link.second, .html_entry_id_1876 #wrap_all #main > .main_color:first-child .container .template-page .products-header-image p .link.second {
    right: 11%;
    bottom: 13%;
    height: 7.5%;
    width: 77.8%;
  }
}
.html_entry_id_81 #wrap_all #main > .main_color:first-child .container .template-page .products-header-image p .link.third, .html_entry_id_1876 #wrap_all #main > .main_color:first-child .container .template-page .products-header-image p .link.third {
  right: 6%;
  width: 17%;
  height: 52%;
}
@media screen and (max-width: 760px) {
  .html_entry_id_81 #wrap_all #main > .main_color:first-child .container .template-page .products-header-image p .link.third, .html_entry_id_1876 #wrap_all #main > .main_color:first-child .container .template-page .products-header-image p .link.third {
    right: 11%;
    bottom: 5%;
    height: 7.5%;
    width: 77.8%;
  }
}
.html_entry_id_81 #wrap_all #main > .main_color:first-child .container .template-page .products-header-image p br, .html_entry_id_1876 #wrap_all #main > .main_color:first-child .container .template-page .products-header-image p br {
  display: none;
}

#menu-item-1873 {
  display: none;
}

.ref-box {
  border: 1px solid #d1d1d1 !important;
  min-height: 205px !important;
}

.av-masonry-date {
  display: none;
}

.av-tab-no-icon.av-tab-no-image .av-inner-tab-title {
  font-weight: 900;
}

.mobile-home-products.avia-section.av-minimum-height .container .content {
  vertical-align: bottom;
}

/* --- NEWSLETTER IFRAME --- */
.html_header_transparency #top.page-id-19172 .avia-builder-el-0 .container, .html_header_transparency #top.page-id-19192 .avia-builder-el-0 .container, .html_header_transparency #top.page-id-32375 .avia-builder-el-0 .container, .html_header_transparency #top.page-id-32376 .avia-builder-el-0 .container {
  padding-top: 0;
}

#top.page-id-19172 #av_section_1 .avia_code_block_0 button, #top.page-id-19192 #av_section_1 .avia_code_block_0 button, #top.page-id-32375 #av_section_1 .avia_code_block_0 button, #top.page-id-32376 #av_section_1 .avia_code_block_0 button {
  background-color: #B82F42 !important;
}

.page-id-19172, .page-id-19192, .page-id-32375, .page-id-32376 {
  height: 506px !important;
}

.category-img .avia-image-container-inner {
  border: 1px solid #e0e0e0;
  /*box-shadow: 1px 1px 3px 0px #909090;*/
}

.slsprtns-box {
  display: flex;
  margin-top: 10px;
}

.slsprtns-box-inner {
  width: 50%;
}

.slsprtns-img {
  width: 100%;
}

.slsprtns-img .avia_image {
  width: 55px;
}

.sales-linebr {
  display: block;
  padding-bottom: 24px;
}

.main_color a:hover, .main_color h1 a:hover, .main_color h2 a:hover, .main_color h3 a:hover, .main_color h4 a:hover, .main_color h5 a:hover, .main_color h6 a:hover, .main_color .template-search a.news-content:hover, .main_color .wp-playlist-item .wp-playlist-caption:hover {
  color: #a1a1a1;
}

.main_color a, .main_color .widget_first, .main_color strong, .main_color b, .main_color b a, .main_color strong a, .main_color #js_sort_items a:hover, .main_color #js_sort_items a.active_sort, .main_color .av-sort-by-term a.active_sort, .main_color .special_amp, .main_color .taglist a.activeFilter, .main_color #commentform .required, #top .main_color .av-no-color.av-icon-style-border a.av-icon-char, .html_elegant-blog #top .main_color .blog-categories a, .html_elegant-blog #top .main_color .blog-categories a:hover {
  color: #7a7a7a;
}

@media only screen and (max-width: 1600px) {
  .sales-grid {
    display: flex;
    flex-wrap: wrap;
  }

  .sales-grid .av_one_half {
    width: 100% !important;
    padding: 30px !important;
  }

  .slsprtns-img .avia_image {
    width: 50px;
  }
}
/* --- TOP HEADER --- */
#header_meta {
  background-color: #B82F42;
}

#header_meta .phone-info, #header_meta .phone-info a, #header_meta .menu-item a {
  color: #ffffff;
}

.avia_wpml_language_switch.avia_wpml_language_switch_extra {
  display: none;
}

/* --- MAIN MENU --- */
@media only screen and (min-width: 600px) {
  #header_main .logo a {
    display: flex;
    align-items: center;
  }

  .html_bottom_nav_header #top .av-logo-container .social_bookmarks {
    left: 0;
    width: 100px;
  }

  .av-logo-container .main_menu {
    display: block !important;
  }

  .avia-menu.av_menu_icon_beside {
    margin-right: 0;
    padding-right: 0;
    border: none;
  }

  .av_minimal_header #header_main_alternate {
    border-top: 1px solid #ddd;
  }

  #header_main_alternate #menu-item-search {
    display: none;
  }

  #header_main_alternate .av-main-nav > li {
    border-right: 1px solid #ebebeb;
  }

  #header_main_alternate .av-main-nav > li:first-child {
    border-left: 1px solid #ebebeb;
  }

  #menu-item-shop .cart_dropdown_link {
    padding: 0 36px 0 0;
  }

  .html_cart_at_menu.html_header_searchicon .menu-item-search-dropdown {
    margin-right: 30px;
    padding-right: 0;
  }

  #avia-menu .av-special-font {
    font-family: "HelveticaNeue", "Helvetica Neue", "Helvetica-Neue", Helvetica, Arial, sans-serif;
  }

  #top #header #menu-item-183 .avia_mega_div,
#top #header #menu-item-26137 .avia_mega_div {
    width: 1320px !important;
    position: fixed;
    left: 0 !important;
    top: auto;
    right: 0 !important;
    margin: 0 auto;
    max-width: 100%;
  }
  #top #header #menu-item-183 .avia_mega_div .menu-fixer,
#top #header #menu-item-26137 .avia_mega_div .menu-fixer {
    display: flex;
    gap: 1rem;
    padding: 15px 30px 20px 30px !important;
  }
  #top #header #menu-item-183 .avia_mega_div .menu-fixer #menu-item-263383 .mega_menu_title,
#top #header #menu-item-183 .avia_mega_div .menu-fixer #menu-item-85132 .mega_menu_title,
#top #header #menu-item-26137 .avia_mega_div .menu-fixer #menu-item-263383 .mega_menu_title,
#top #header #menu-item-26137 .avia_mega_div .menu-fixer #menu-item-85132 .mega_menu_title {
    margin: 0;
    padding: 0;
    border: none;
    color: #B82F42;
  }
  #top #header #menu-item-183 .avia_mega_div .menu-fixer a,
#top #header #menu-item-26137 .avia_mega_div .menu-fixer a {
    font-size: 13px;
    line-height: 1.6;
    float: none;
  }
  #top #header #menu-item-183 .avia_mega_div .menu-fixer .menu-item-has-children .mega_menu_title,
#top #header #menu-item-26137 .avia_mega_div .menu-fixer .menu-item-has-children .mega_menu_title {
    margin-bottom: 4px;
    padding-bottom: 4px;
    border-bottom: 2px solid #B82F42;
  }
  #top #header #menu-item-183 .avia_mega_div .menu-fixer ul.menu-col,
#top #header #menu-item-26137 .avia_mega_div .menu-fixer ul.menu-col {
    flex: 1;
    box-shadow: none;
  }
  #top #header #menu-item-183 .avia_mega_div .menu-fixer li,
#top #header #menu-item-26137 .avia_mega_div .menu-fixer li {
    width: auto !important;
    display: block;
    float: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 0.5rem;
  }
  #top #header #menu-item-183 .avia_mega_div .menu-fixer li > ul .sub-menu,
#top #header #menu-item-26137 .avia_mega_div .menu-fixer li > ul .sub-menu {
    border-top: none;
    margin-left: 1rem;
  }
  #top #header #menu-item-183 .avia_mega_div .menu-fixer li > ul > li,
#top #header #menu-item-26137 .avia_mega_div .menu-fixer li > ul > li {
    display: block;
    float: none;
    padding: 0;
    margin: 0;
    list-style-type: circle;
    list-style-position: inside;
  }
  #top #header #menu-item-183 .avia_mega_div .menu-fixer li > ul > li > a,
#top #header #menu-item-26137 .avia_mega_div .menu-fixer li > ul > li > a {
    line-height: 18px;
    float: none;
    display: block;
    line-height: 1.6;
    position: relative;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    padding-top: 0;
    padding-bottom: 0;
  }

  #top #header .avia_mega_div > .sub-menu > li > ul > li a {
    line-height: 18px;
  }

  #top #header .avia_mega_div > .sub-menu {
    padding: 15px 30px 20px 30px !important;
  }

  #menu-item-526 a,
#menu-item-527 a,
#menu-item-528 a,
#menu-item-26169 a,
#menu-item-26170 a,
#menu-item-26171 a {
    padding-left: 1px !important;
    margin-top: 10px;
  }
  #menu-item-526 a .avia-menu-text,
#menu-item-527 a .avia-menu-text,
#menu-item-528 a .avia-menu-text,
#menu-item-26169 a .avia-menu-text,
#menu-item-26170 a .avia-menu-text,
#menu-item-26171 a .avia-menu-text {
    font-size: 16px;
    color: #000;
    font-weight: 600;
  }
  #menu-item-526 a .avia-bullet,
#menu-item-527 a .avia-bullet,
#menu-item-528 a .avia-bullet,
#menu-item-26169 a .avia-bullet,
#menu-item-26170 a .avia-bullet,
#menu-item-26171 a .avia-bullet {
    display: none;
  }
  #menu-item-526 a:hover,
#menu-item-527 a:hover,
#menu-item-528 a:hover,
#menu-item-26169 a:hover,
#menu-item-26170 a:hover,
#menu-item-26171 a:hover {
    background-color: transparent;
  }
  #menu-item-526 a:hover .avia-menu-text,
#menu-item-527 a:hover .avia-menu-text,
#menu-item-528 a:hover .avia-menu-text,
#menu-item-26169 a:hover .avia-menu-text,
#menu-item-26170 a:hover .avia-menu-text,
#menu-item-26171 a:hover .avia-menu-text {
    text-decoration: underline;
  }

  .avia_mega_div .avia-bullet {
    margin-top: 8px;
  }

  .help-box {
    background-color: #ddd;
    padding: 20px;
    color: #000;
    font-size: 16px;
    line-height: 1.3;
  }

  .help-row {
    min-height: 40px;
  }

  .help-box .row3 {
    font-weight: 600;
    color: #B82F42;
  }

  .help-box .row4 {
    height: 46px;
  }

  .help-box .row4 a {
    font-weight: 600 !important;
    background-color: #ddd !important;
    font-size: 14px !important;
    padding: 0 !important;
    color: #000 !important;
    border-left-width: 0 !important;
    border-right-width: 0 !important;
  }

  .help-box .row5 {
    margin: 0.85em 0;
  }

  .help-box .row5 .avia-button {
    padding: 10px 30px !important;
    display: inline-block !important;
    width: auto !important;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  #menu-item-183 .avia_mega_div.avia_mega5.twelve.units, #menu-item-26137 .avia_mega_div.avia_mega5.twelve.units {
    width: 750px !important;
  }

  #top #menu-item-26137 .avia_mega_div.avia_mega5.twelve.units > .sub-menu {
    padding: 15px 15px 20px 15px !important;
  }

  #menu-item-607, #menu-item-26219 {
    display: none !important;
  }
}
/* --- HOMEPAGE --- */
#layer_slider_1 {
  z-index: 0;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  #flex-4boxes .entry-content-wrapper {
    display: flex;
    flex-wrap: wrap;
  }

  #top #flex-4boxes .no_margin.av_one_fourth {
    width: 50%;
  }

  #newsletter-home .entry-content-wrapper {
    display: flex;
    flex-wrap: wrap;
  }

  #newsletter-home .entry-content-wrapper > .av_one_fourth {
    width: 50%;
  }

  #newsletter-home .entry-content-wrapper > .av_one_half {
    width: 100%;
  }
}
#gallery-section .container {
  max-width: none;
  padding: 0;
}

#gallery-section .avia-image-container-inner, #gallery-section .avia_image {
  width: 100%;
}

.box-button a {
  border: 1px solid #ebebeb !important;
  border-radius: 0 !important;
  background-color: transparent !important;
}

.newsletter-box {
  min-height: 329px !important;
}

.newsletter-box:nth-child(3) {
  z-index: 0;
}

@media only screen and (max-width: 1435px) {
  #home-grid-section .av_one_half:nth-child(2) {
    padding-right: 100px !important;
  }
}
/* Hide menu items */
/* EN */
/* --- KONTAKT --- */
#top .main_color input[type=text], #top .main_color textarea, #top .main_color select {
  border-color: #dddddd;
}

.top-margin-column {
  margin-top: -170px;
  box-shadow: 0px 32px 60px 0px rgba(0, 0, 0, 0.1);
}

/* --- MAIN STYLES --- */
/*
h1, h2 {
	font-family: 'Times New Roman' !important;
	font-weight: bold !important;
	text-transform: uppercase;
}
*/
/* --- FOOTER --- */
#footer {
  background-color: #f6f6f6;
  border: none;
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 50px;
}

#footer .container {
  display: flex;
  flex-wrap: wrap;
}

#footer a, #footer strong {
  color: #000;
}

#footer .flex_column.first {
  width: 25%;
  margin-left: 0;
}

#footer .flex_column {
  margin-left: 5%;
}

#footer .flex_column:last-child {
  width: 9%;
  z-index: 0;
}

#footer .text-column {
  margin-top: 57px;
  position: relative;
}

#footer .widget {
  overflow: visible;
}

#footer .footer-column4 div {
  position: absolute;
  bottom: -70px;
  display: flex;
  align-items: center;
  width: 330px;
  z-index: 1;
}

#footer .footer-column4 div a {
  width: 35px;
  height: 35px;
  margin-left: 10px;
}

#footer .footer-column4 div img {
  width: 100%;
  transition: opacity 0.2s ease-in-out;
}

#footer .footer-column4 div img:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 600px) {
  #footer {
    text-align: center;
  }

  #footer .text-column {
    margin-top: 0;
  }

  #footer .widget {
    margin: 0;
  }

  #footer #custom_html-2 div div, #footer #custom_html-7 div div, #footer #custom_html-12 div div, #footer #custom_html-13 div div {
    width: 100% !important;
  }

  #footer .footer-column4 div {
    bottom: -175px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  #footer #custom_html-2 div div, #footer #custom_html-7 div div, #footer #custom_html-12 div div, #footer #custom_html-13 div div {
    width: 150px !important;
  }
}
/* --- SOCKET --- */
#socket {
  background-color: #B82F42;
  color: #fff;
  font-size: 12px;
}

#socket .container {
  padding-top: 5px;
  padding-bottom: 5px;
}

#socket a {
  color: #fff;
}

/* --- PRODUCT PAGES --- */
@media only screen and (min-width: 600px) {
  .single-product .type-product {
    margin-top: -160px;
    background-color: #fff;
    padding: 60px 40px;
    box-shadow: 0px 0px 20px 3px #ccc;
    z-index: 10;
  }

  .single-product #footer {
    margin-top: -50px;
    padding-top: 60px;
  }

  .woocommerce-notices-wrapper {
    margin-top: -150px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 1210px;
  }

  .page-id-8 .woocommerce-notices-wrapper {
    margin-top: 0;
    position: relative;
    left: 0;
    -webkit-transform: none;
    transform: none;
  }
}
div table.shop_attributes th {
  width: 250px;
  text-transform: none;
  letter-spacing: 0px;
  font-weight: 300;
}

#top .variations td {
  vertical-align: middle;
}

#top .variations td.label {
  width: 140px;
}

.woocommerce-product-details__short-description ul {
  list-style: disc inside !important;
}

#top .single-product-main-image .thumbnails a {
  width: 47.5%;
}

.woocommerce-Tabs-panel > h2:first-child {
  display: none;
}

.legal-price-info {
  display: none;
}

.footer-input-div {
  text-align: center;
  margin-top: 40px;
}

.footer-input-div a {
  transition: all 0.2s ease-in-out;
  border: 3px solid #B82F42;
  color: #B82F42;
  padding: 15px 35px;
  border-radius: 3px;
  font-size: 18px;
  text-decoration: none;
}

.footer-input-div a:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.95;
  cursor: pointer;
  background-color: #B82F42;
}

/* --- CART --- */
.shop_table.woocommerce-checkout-review-order-table tfoot, .woocommerce .product-price, .woocommerce .product-subtotal, .woocommerce .product-tax {
  display: none;
}

.cart-subtotal, .woocommerce-shipping-totals, .order-total, .product-total {
  display: none;
}

#top .order_details li.woocommerce-order-overview__total {
  display: none;
}

#top #main .shop_table.order_details.woocommerce-table--order-details tfoot {
  display: none;
}

/* --- --- GESCHICHTE --- --- */
.wpostahs-slider-design-1 .wpostahs-slider-nav-title.slick-current .wpostahs-main-title {
  background: #B82F42;
}

.wpostahs-slider-design-1 .wpostahs-slider-nav-title.slick-current .wpostahs-main-title:before, .wpostahs-slider-design-1 .wpostahs-slider-nav-title.slick-current .wpostahs-main-title:after {
  border-top-color: #B82F42;
}

.wpostahs-slider-design-1 .wpostahs-slider-nav-title .wpostahs-main-title {
  color: #B82F42;
}

.wpostahs-slider-nav-title:focus {
  outline: none;
}

.wpostahs-slider-design-1 .wpostahs-slick-slider .slick-arrow {
  margin-top: -26px !important;
}

/* --- --- MOBILE --- --- */
@media only screen and (max-width: 600px) {
  .html_av-overlay-side-classic #top #wrap_all .av-burger-overlay #av-burger-menu-ul > li > a {
    font-weight: 900;
    background-color: #f2f2f2;
  }

  #menu-item-search {
    display: none !important;
  }

  #menu-item-shop {
    z-index: 999 !important;
  }

  .responsive #top .logo {
    width: 65%;
  }

  .responsive.html_cart_at_menu #top .main_menu .menu > li:last-child {
    padding-right: 0;
    margin-right: 0;
  }

  #menu-item-shop .cart_dropdown_link {
    padding: 0 15px;
  }

  .responsive.html_bottom_nav_header.html_cart_at_menu #top #wrap_all .main_menu {
    right: 53px;
  }

  .mobile-h2 h2 {
    font-size: 28px !important;
  }

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

  #newsletter-input {
    width: 75% !important;
  }

  .product-header, .footer-map {
    display: none;
  }

  #top div.product .woocommerce-tabs ul.tabs a {
    padding: 10px 8px !important;
  }

  .mobile-head-smaller {
    font-size: 27px !important;
  }

  .mobile-head-small {
    font-size: 30px !important;
  }

  .mobile-head-big {
    font-size: 34px !important;
  }

  .av-subheading {
    font-size: 15px !important;
  }
}
/* --- Product Overview  --- */
.product p.wc-gzd-additional-info {
  margin-bottom: 0.5rem;
  font-size: 0.9em;
  clear: left;
  display: none;
}

/* Register page */
.register {
  min-height: 430px;
}

.register .woocommerce-simple-registration-login-link {
  display: none;
}

/* BAUGRUPPEN-FERTIGUNG */
.av-inner-tab-title, .av-tab-section-icon, .av-tab-arrow-container, .av-tab-section-image {
  width: 130px;
}

.avia_cart_buttons {
  opacity: 1;
}

/* Category Preview Frontpage */
#top .aviaccordion-preview-title-wrap {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(175, 175, 175, 0.56);
  padding: 0;
}

/* --- SUB-CATEGORY PAGES ACC --- */
.acc-main {
  display: flex;
  flex-wrap: wrap;
}

.acc-sub {
  width: 50%;
  padding: 20px 40px 0 0;
}

.custom-acc .toggler {
  border-color: #aaaaaa;
}

.custom-acc .single_toggle > p {
  color: #aaaaaa !important;
}

.custom-acc .single_toggle h3 {
  color: #000000 !important;
}

.custom-acc.av-elegant-toggle .toggle_icon {
  border-color: #aaaaaa;
}

.custom-acc.av-elegant-toggle .toggle_icon .hor_icon, .av-elegant-toggle .toggle_icon .vert_icon {
  border-color: #aaaaaa;
}

.js_active .av-elegant-toggle .toggler {
  padding-top: 31px;
}

@media only screen and (max-width: 600px) {
  .acc-sub {
    width: 100%;
    padding: 0;
  }
}
/* --- Product Sorting Option --- */
div .product-sorting {
  display: none;
}

/* --- Product stueckzahl --- */
#top div .quantity input.qty {
  width: 86px;
}

#top div .quantity input.plus, #top div .quantity input.minus {
  width: 22px;
}

#fullwidthsection .container {
  width: 100% !important;
  padding: 0px;
  max-width: none !important;
}

.avia-section.av-minimum-height .container .content p {
  margin: 0px;
}

#top.page-id-78342 .avia-builder-el-0 .container, .html_header_transparency #top.page-id-78342 .avia-builder-el-0 .slideshow_caption {
  padding-top: 0px;
}

.html_entry_id_78342 #top #main .avia-section .template-page {
  padding: 0;
}

/* --- PMobile Header Social Icons --- */
.responsive #top #header .main_menu .social_bookmarks {
  display: block;
  position: relative;
  margin-top: -15px;
  display: none;
}

.fair-image img {
  max-width: 300px;
}

.uthermen-certificated-section .avia-button-wrap a {
  min-width: 187px;
}

@media only screen and (min-width: 1400px) {
  #newsletter-home {
    margin-top: -70px;
  }
}
#top div div.product .woocommerce-tabs .panel h1:first-of-type {
  color: #B82F42;
}
#top div div.product .woocommerce-tabs .panel h1 + h1 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 1rem;
}

@media screen and (max-width: 760px) {
  h2 {
    font-size: 20px;
  }
}

#top #wrap_all .av_one_half .av-inherit-size .av-special-heading-tag {
  font-size: 28px;
}
@media screen and (max-width: 760px) {
  #top #wrap_all .av_one_half .av-inherit-size .av-special-heading-tag {
    font-size: 20px;
  }
}

#top #wrap_all .av-inherit-size .av-special-heading-tag {
  font-size: 28px;
}
@media screen and (max-width: 760px) {
  #top #wrap_all .av-inherit-size .av-special-heading-tag {
    font-size: 20px;
  }
}

.press-article-image-300 img {
  max-height: 230px;
  width: auto;
}