:root {
  --wpforms-label-size-font-size: 17px !important;
  --tec-color-accent-primary: #a6133e !important;
  --tec-color-accent-primary-hover: #a6133e !important;
  --tec-color-link-accent: #00507d !important;
  --tec-border-radius-default: 0 !important;
  --tec-color-icon-focus: #a6133e !important;

  --tec-font-family-sans-serif: 'Roboto Flex', sans-serif !important;
}

main .vc_row:not(.vc_inner):not(.vc_grid):not(.vc_gitem_row) {
  padding-bottom: 50px;
}

body {
  width: 100vw;
  overflow-x: hidden;
}

a {
  color: #00507d;
}

.wpb_text_column ul,
.wpb_text_column ol,
.wpb_text_column p,

main ul,
main ol,
main p,


.wb-tribe-events-important-note h2,
.wb-tribe-events-schedule ul li h2 {
  margin-bottom: 10px;
}

.wb-tribe-events-schedule ul li p {
  margin-bottom: 0;
  font-size: 20px;
  color: #00507d;
}

main h1,
main h2,
main h3,
main h4,
main h5,
main h6,

.wpb_text_column h1,
.wpb_text_column h2,
.wpb_text_column h3,
.wpb_text_column h4,
.wpb_text_column h5,
.wpb_text_column h6 {
  margin-bottom: 30px !important;
}

main h3,
main h4,
main h5,
main h6 {
  font-family: 'Roboto Flex', sans-serif !important;
  font-weight: bold;
}

main h3 {
  font-size: 25px;
}

main h4 {
  font-size: 20px;
}

main h5 {
  font-size: 17px;
}

main h6 {
  font-size: 15px;
}

.tribe-events-calendar-month__calendar-event-title,
.tribe-events-calendar-month__multiday-event-hidden-title,
.tribe-events-calendar-month__multiday-event-bar-title,
.tribe-events-calendar-month__day-date,
.tribe-events-calendar-month__header-column-title {
  margin-bottom: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.wpb_text_column a,
.cat-links a {
  color: #00507d;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none !important;
}

.wpb_text_column ul li:not(:last-child),
.wpb_text_column ol li:not(:last-child) {
  margin-bottom: 15px;
}

.wpb_text_column ul,
.wpb_text_column ol {
  margin-left: 20px;
}

.footer-bttm ul li {
    display: inline-block;
    margin-left: 5px;
}

.footer-bttm ul li:hover > a {
  color: #000;
}

.vc_gitem-zone-img {
    width: 90%;
}

.vc_gitem-zone .vc-zone-link {
    right: unset;
    width: 90%;
}

.vc_grid-item-zone-c-bottom .vc_gitem-zone.vc_gitem-zone-c {
    left: 10%;
    margin-top: -12%;
    padding: 3.125rem 1.25rem;
    box-shadow: -0.3125rem -0.3125rem 0.625rem 0 rgba(0, 0, 0, 0.03), 0.3125rem 0.3125rem 0.3125rem 0 rgba(0, 0, 0, 0.03);
    border: solid 0.0625rem #efefef;
    background-color: #fff !important;
}

.vc_gitem-post-data-source-post_categories,.vc_gitem-post-data-source-post_date {
    display:inline-block;
}
.vc_gitem-post-data-source-post_date {
    margin-left:5px;
    font-size:13px;
}

.vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
    padding-right: 70px;
}

.contact-right,.contact-left {
    width: auto;
}

.rhombus {
    position: absolute;
}

div.wpforms-container-full input[type=checkbox]:before, div.wpforms-container-full input[type=radio]:before {
    background-color: transparent !important;
    border-color: #00507d !important;
    border-radius: 0 !important;
    height: 13px !important;
    width: 13px !important;
}

div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input+label {
    color: #00507d !important;
    margin-top: -2px;
}

.slick-prev, .slick-next {
    color: #00507d;
}

.vc_general.vc_cta3.vc_cta3-style-classic {
    background: none;
    border: none;
    color: #fff;
    padding: 2.8125rem 0;
}

section.vc_cta3-container {
    margin-bottom: 0;
}

.vc_cta3_content-container {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.vc_cta3-content * {
    color: #fff;
    font-weight: bold;
}

.vc_cta3-content h1,
.vc_cta3-content h2,
.vc_cta3-content h3,
.vc_cta3-content h4,
.vc_cta3-content h5,
.vc_cta3-content h6 {
    margin-bottom: 0 !important;
    font-weight: normal !important;
}

.vc_cta3-content p {
    font-size: 18px;
    line-height: 1.25;
}

.header-area {
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 60px;
    background: #e8edf1;
    transition: transform 0.25s;
}

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

.hiddeNavBar {transform:translateY(-100%)}
.contentSpace { padding: 50px; }

.header-area + * {
  margin-top: calc(118px + 40px);
}

body.admin-bar .header-area + * {
  margin-top: calc(32px + 118px + 40px);
}

.header-area + .post-thumbnail + * {
  margin-top: 50px;
}

.menu ul {
  list-style: none;

  display: flex;
  flex-direction: row;
  gap: 15px;
}

.menu ul li {
  position: relative;
}

.menu ul li a {
  padding: 5px 10px;
  display: block;
  white-space: normal;
  position: relative;
}

.menu ul li.menu-item-has-children > a:after {
  content: '\25BE';

  position: absolute;
  right: -5px;
}

.menu ul ul {
  display: none;
  width: 235px;
  padding: 10px;

  position: absolute;
  top: 100%;
  left: -10px;

  flex-direction: column;
  gap: 5px;

  background: #e8edf1;
  box-shadow: 0px 0px 2px #bcbcbc;
}

.menu ul li:hover > ul {
  display: flex;
}

.menu ul ul li {
  width: 100%;
}

.menu ul ul li.menu-item-has-children > a:after {
  content: '\25B8';

  position: absolute;
  right: 10px;
}

.menu ul ul ul {
  top: -10px;
  left: 100%;
}

.post-thumbnail img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

blockquote {
  font-weight: bold;
  font-style: italic;
}

.post.hentry.ivycat-post.regular-posts-list {
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.post.hentry.ivycat-post.regular-posts-list .post-meta,
body.single-post .post-meta {
  margin-bottom: 15px;
  font-weight: normal;
}

.post.hentry.ivycat-post.regular-posts-list .post-weiterlesen-button {
  margin-top: 15px;
}

body.single-post main .vc_row:not(.vc_inner):not(.vc_grid):not(.vc_gitem_row):last-child {
  padding-bottom: 0;
}

.aktuelles-grid > div {
  margin-bottom: 35px;
}

.single-aktuelle > .aktuelle-img + .aktuelles-text {
  margin-top: -70px;
}

.card_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.card_list .single-content {
  flex: 1 1 30%;
}

div.wpforms-container-full input[type="radio"]:after,
div.wpforms-container-full input[type="checkbox"]:after {
  left: -3px !important;
  top: -3px !important;
}

main .templatera_shortcode .vc_row:not(.vc_inner):not(.vc_grid):not(.vc_gitem_row) {
  padding-bottom: 0;
}

/* ACCORDEONS ACCORDIONS AKKORDEONS AKKORDIONS */
.vc_tta-panel-title {
  font-weight: 400 !important;
  margin-bottom: 0 !important;
}

.vc_tta.vc_tta-shape-rounded .vc_tta-panel-body,
.vc_tta.vc_tta-shape-rounded .vc_tta-panel-heading {
  border-radius: 0 !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
  border-color: #fff !important;
  background-color: #e8edf1 !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border-color: #e8edf1 !important;
  background-color: #fff !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
  background-color: transparent !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body .wpb_text_column:last-child {
  margin-bottom: 0;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
  color: #00507d !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::after,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before {
  border-color: #00507d !important;
}

.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {
  padding-left: 20px !important;
}

.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right.vc_tta-panel-title > a {
  padding-right: 20px !important;
}

.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
  left: -25px !important;
}

.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
  right: -25px !important;
}

.white .single-form input {
  border-color: #fff !important;
  color: #fff !important;
}

.white .single-form input::placeholder {
  color: #fff !important;
}

.white div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input+label {
  color: #fff !important;
}

.white div.wpforms-container-full input[type=checkbox]:before,
.white div.wpforms-container-full input[type=radio]:before {
  border-color: #fff !important;
}

.white div.wpforms-container-full input[type=checkbox]:checked:after {
  border-color: #fff !important;
}

.schmaler-bereich div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  padding-top: 0 !important;
}

/* Themen Archiv */
.resp-tab-active {
  border-color: #00507d !important;
}

.resp-tab-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Events Calendar Kalendar */
.tribe-events-calendar-month__calendar-event-tooltip-cost,
.tribe-events-c-small-cta__price {
  display: none !important;
}

.tribe-events-calendar-list__event-details {
  width: 100% !important;
}

.tribe-events-calendar-month__multiday-event-bar {
  background-color: var(--tec-color-icon-focus) !important;
  color: #fff !important;
}

.tribe-events .tribe-events-calendar-month__multiday-event-bar-title,
.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner,
.tribe-events .tribe-events-calendar-month__multiday-event--past .tribe-events-calendar-month__multiday-event-bar-inner {
  background-color: transparent !important;
  color: #fff !important;
}

.tribe-events-c-subscribe-dropdown__button, button.tribe-common-c-btn, button.tribe-tickets__tickets-buy {
  background-color: #77b638 !important;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-icon,
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-icon {
  color: currentColor !important;
}

.tribe-events-c-subscribe-dropdown__content {
  position: absolute;
}

.tribe-common-l-container.tribe-events-l-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.tribe-events-c-subscribe-dropdown__button:hover .tribe-common-c-svgicon,
.tribe-events-c-subscribe-dropdown__button:focus-within .tribe-common-c-svgicon {
  color: #fff !important;
}

.tribe-events-single > .tribe_events {
  overflow: visible;
}

.tribe-events-pg-template,
body.page-tribe-attendee-registration .tribe-tickets__registration {
  max-width: 100% !important;
  padding: 0 !important;
}

.wb-tribe-events-schedule ul {
  list-style: none;

  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;

  padding: 0;
  margin: 50px 0 35px 0;
  box-shadow: 15px 15px 0px 0px #00507d;
}

.wb-tribe-events-schedule ul li {
  flex: 1;

  padding: 25px 50px;

  border: 1px solid #00507d;
  border-right: 0;
}

.wb-tribe-events-schedule ul li:last-child {
  border-right: 1px solid #00507d;
}

.wb-tribe-events-schedule ul li h2 {
  font-size: 27px;
  font-weight: normal;
}

.wb-tribe-events-important-note {
    padding: 25px 50px;
    margin: 50px 0 35px 0;

    background-color: #a6133e;
}

.wb-tribe-events-important-note * {
  color: #fff;
}

.wb-tribe-events-important-note a {
  color: #fff !important;
}

.wb-tribe-meta-buttons-area {
  margin-bottom: 35px;
}

.wb-tribe-meta-buttons-area,
.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.wb-tribe-meta-buttons-area {
  gap: 20px;
}

.wb-tribe-meta-buttons-area .post-weiterlesen-button,
.wb-tribe-meta-buttons-area .tribe-events-c-subscribe-dropdown {
  margin: 0;
}

.tribe-tickets__tickets-buy span,
.tribe-tickets__attendee-tickets-footer-cart-button,
.tribe-tickets__attendee-tickets-footer-divider {
  display: none !important;
}

.tribe-events-pg-template {
  padding: 0 !important;
}

.entry .entry-content .event-tickets .tribe-tickets__tickets-form,
.event-tickets .tribe-tickets__tickets-form {
  margin-top: -30px;
}

.tribe-tickets__registration-event {
  margin-top: 30px !important;
}

body.page-tribe-attendee-registration .event-tickets .tribe-tickets__registration-grid,
body.page-tribe-attendee-registration .tribe-common .tribe-tickets__registration-grid {
  padding-top: 0 !important;
}

body.page-tribe-attendee-registration .event-tickets .tribe-ticket__tickets-heading,
body.page-tribe-attendee-registration .tribe-common .tribe-ticket__tickets-heading {
  display: none !important;
}

body.page-tribe-attendee-registration .event-tickets .tribe-tickets__registration-grid,
body.page-tribe-attendee-registration .tribe-common .tribe-tickets__registration-grid {
  grid-template-columns: 700px 500px !important;
}

body.page-tribe-attendee-registration .event-tickets .tribe-tickets__registration-content,
body.page-tribe-attendee-registration .tribe-common .tribe-tickets__registration-content {
  width: 700px;
}

body.page-tribe-attendee-registration .event-tickets .tribe-tickets__mini-cart,
body.page-tribe-attendee-registration .tribe-common .tribe-tickets__mini-cart {
  width: 500px !important;

  margin-top: 130px !important;
}

.tribe-tickets__tickets-item-content-subtitle {
  margin-top: 10px !important;
}

body.page-tribe-attendee-registration .event-tickets .tribe-tickets__registration-footer,
body.page-tribe-attendee-registration .tribe-common .tribe-tickets__registration-footer {
  justify-content: flex-start !important;
}

/* Sidebar Widget Area */
#tribe-events-pg-template::after {
  content: "";
  display: table;
  clear: both;
}

#tribe-events-content {
  width: 100%;
  float: left;
}

#eventful-sidebar {
  width: calc(30% - 50px);
  padding-left: 50px;
  float: left;
}

/* Mixed blogs */
.mixed-news-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}

.mixed-news-cards > .single-aktuelle {
  flex: 1 1 30%;
  max-width: 30%;
}

.mixed-news-cards > .single-aktuelle.featured-item {
  flex: 1 1 60%;
  max-width: calc(60% + 50px);
}

/* Mitglied werden Formular */
.wpforms-container .wpforms-form h3 {
  margin-bottom: 0;
}

main div.wpforms-container-full .wpforms-form .wpforms-field-repeater {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.repeater-field-header-title {
  margin: 0 0 var(--wpforms-field-size-input-spacing) 0 !important;
  padding: 0 !important;
  font-size: var(--wpforms-label-size-font-size) !important;
  line-height: var(--wpforms-label-size-line-height) !important;
  color: var(--wpforms-label-color) !important;
  font-weight: 700 !important;
  margin-bottom: 0 !important;
}

.wpforms-field-repeater_start {
  display: none !important;
}

div.wpforms-container-full .wpforms-form .repeater-field-header ul li,
.repeater-field-item {
  margin-bottom: 0 !important;
}

div.wpforms-container-full .wpforms-form .wpforms-repeater-field-button-add {
  background-color: #00507d !important;
}

main div.wpforms-container-full .wpforms-form .wpforms-repeater-field-button-add:hover {
  box-shadow: none !important;
}

.repeater-field-footer {
  margin-top: 0 !important;
}

.wpforms-container .wpforms-form * {
  hyphens: unset !important;
}

/* WooCommerce Checkout page Kasse */
.woocommerce-order-overview__order {
  margin-bottom: 20px;
}

.woocommerce-order-details .tribe-event-details {
  margin-top: 5px;
  margin-bottom: 20px;
}

.woocommerce-order-details .tribe-attendee-meta {
  margin-left: -10px;
}

.woocommerce-order-details .tribe-attendee-meta:not(:last-of-type) {
  margin-bottom: 35px;
}

.woocommerce-order-details tfoot tr:not(:last-child) {
  display: none;
}

.woocommerce-order-details table.shop_table td {
  vertical-align: baseline;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
  width: 49%;
  float: left;
  margin-right: 2%;
}

#order_review_heading,
.tribe-checkout-backlinks,
#order_review {
  width: 49%;
  float: left;
}

#billing_postcode_field,
#billing_city_field,
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 50%;
  float: left;
  clear: none;
}

.tribe-checkout-backlinks > a:first-child,
#billing_country_field,
.cart-subtotal {
  display: none !important;
}

.tribe-checkout-backlinks {
  margin: 15px 0;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  width: 100%;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  margin-top: 35px;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: left;
}

.woocommerce a.remove {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 0.8;

  position: relative;
  top: 2px;
}

.post-thumbnail {
  margin-bottom: 50px;
}

.f3-widget-paginator {
  list-style: none;
  margin-left: 0;
  display: flex;
  flex-direction: row;
  gap: 15px;
}

#eventful-sidebar .wp-block-latest-posts__post-title {
  display: none !important;
}

.title * {
  margin-bottom: 0 !important;
}

/* Search page Such Seite Suchseite */
body.search article {
  margin-bottom: 75px;
}

.gap-25 .aktuelles-grid {
  gap: 25px;
}

.einzelne-ausgabe-loop {
  background-color: #e5ecf2;
  text-decoration: none !important;
  padding: 30px 20px !important;

  flex: 1 1 30%;
  width: 30%;
}

.einzelne-ausgabe-loop h3 {
  text-transform: none !important;
  margin-bottom: 5px !important;
  font-family: 'Roboto Flex' !important;
	font-weight: bold !important;
}

.einzelne-ausgabe-loop .entry-summary * {
  color: #000;
  font-weight: 500;
  font-size: 1.2rem;
}

.einzelne-ausgabe-loop .post-autor * {
  font-weight: 500;
}

body.single-einzelner-beitrag .wpb_text_column p,
body.single-einzelner-beitrag .wpb_text_column li,
body.single-einzelner-beitrag .wpb_text_column blockquote {
    text-align: justify;
}

.flipbook-toc-scroller .title:before {
	content: none !important;
}

.hero-section {
  width: 100%;
  position: relative;
}



.hero-section img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.hero-section,
.hero-section img {
  max-height: calc(100vh - 118px);
}

body.admin-bar .hero-section,
body.admin-bar .hero-section img {
  max-height: calc(100vh - 118px - 32px);
}

.hero-section .hero-claim {
  width: 60%;
  max-width: 950px;
  padding: 15px 45px 15px 30px ;

  position: absolute;
  bottom: 20%;
  right: 0;

  background-color: #00507d;
}

.header-area + .hero-section {
  margin-top: calc(45px + 40px);
}

body.admin-bar .header-area + .hero-section {
  margin-top: calc(32px + 45px + 40px);
}

.hero-section .hero-claim * {
  color: #fff !important;
}

.hero-section .hero-claim > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
    .vc_grid-item.vc_clearfix.vc_col-sm-4.vc_grid-item-zone-c-bottom.vc_visible-item:nth-child(4) {
        width: 60%;
    }
}

@media (max-width: 1199px){
    .workshops-top > div {
      position: relative;
      top: -3rem;

      padding: 0 50px;
    }
}

@media (max-width: 991px) {

    body.admin-bar .header-area + *,
    body .header-area + * {
      margin-top: 0;
      padding-top: 35px;
    }

    body.admin-bar .header-area + .hero-section,
    body .header-area + .hero-section {
      margin-top: 0;
      padding-top: 0;
    }

    .hero-section .hero-claim {
      position: relative;
      bottom: 0;
      width: 100%;
      max-width: 100%;
      padding: 15px 25px 15px 25px;
    }

    .single-slider .container {
      flex-direction: column;
    }

    .single-slider .banner-img,
    .single-slider .banner-content {
      width: 100%;
      margin: 0;
    }

    .single-slider .banner-img {
      margin-bottom: 35px;
    }

    .single-slider .banner-content .slider-title h2 {
      margin-left: 0;
      padding: 1.3125rem 0;

      height: auto;
    }

    .slider-area .slick-arrow {
      display: none !important;
    }

    .single-slider .banner-content .slider-text {
      margin-left: 0;
      max-width: 100%;
    }

    .mixed-news-cards {
      gap: 35px;
    }

    .mixed-news-cards > .single-aktuelle,
    .mixed-news-cards > .single-aktuelle.featured-item {
      flex: 1 1 100%;
      max-width: 100%;
    }

    .aktuelles-text {
      top: 0;
    }

    .single-aktuelle > .aktuelle-img + .aktuelles-text {
      margin-top: -70px;
      top: 0;
    }

    .panel-header {
      position: sticky;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 100000000;
      box-shadow: 1px 1px 0 var(--hamBg);
    }

    .slider-area .slick-prev:before,
    .slider-area .slick-next:before {
      color: #00507d !important;
    }

    .menu ul {
      flex-direction: column;
    }

    .menu ul a img {
      filter: brightness(0) invert(1);
    }

    .menu ul li.menu-item-has-children > a:after {
      right: 5px;
    }

    .menu ul ul {
      display: block;
      width: 100%;
      padding: 0;
      padding-left: 20px;
      position: relative;
      top: 0 !important;
      left: 0 !important;
      background: none;
      box-shadow: none;
    }

    .menu ul ul li.menu-item-has-children > a:after {
      content: '\25BE';
    }

    .card_list .single-content {
      flex: 1 1 100%;
    }

    body .resp-tab-content .resp-tab-content {
      padding-top: 50px;
    }

    body h2.resp-tab-active {
      border-bottom: 1px solid #456b98 !important;
    }

    #tribe-events-content {
      width: 100%;
      padding-left: 0;
    }

    #eventful-sidebar {
      display: none;
    }

    .tribe-common div.tribe-dialog {
      padding-top: 109px;
      overflow: auto;
    }

    .wb-tribe-events-schedule ul {
      flex-direction: column;
    }

    .wb-tribe-events-schedule ul li {
      border-right: 1px solid #00507d;
    }

    .woocommerce .col2-set,
    .woocommerce-page .col2-set {
      width: 100%;
      margin-right: 0;
      margin-bottom: 35px;
    }

    #order_review_heading,
    .tribe-checkout-backlinks,
    #order_review {
      width: 100%;
    }

    body.page-tribe-attendee-registration .event-tickets .tribe-tickets__registration-grid,
    body.page-tribe-attendee-registration .tribe-common .tribe-tickets__registration-grid {
      display: block !important;
    }

    body.page-tribe-attendee-registration .event-tickets .tribe-tickets__mini-cart,
    body.page-tribe-attendee-registration .tribe-common .tribe-tickets__mini-cart,
    body.page-tribe-attendee-registration .event-tickets .tribe-tickets__registration-content,
    body.page-tribe-attendee-registration .tribe-common .tribe-tickets__registration-content,
    body.page-tribe-attendee-registration .event-tickets .tribe-tickets__registration-event,
    body.page-tribe-attendee-registration .tribe-common .tribe-tickets__registration-event {
      max-width: 100% !important;
      width: 100% !important;
    }

    body.page-tribe-attendee-registration .event-tickets .tribe-tickets__mini-cart,
    body.page-tribe-attendee-registration .tribe-common .tribe-tickets__mini-cart {
      margin-top: 35px !important;
    }

    .woocommerce-order-overview.woocommerce-thankyou-order-details li {
      margin-right: 15px !important;
      padding-right: 15px !important;
      width: 150px;
      float: none !important;
      display: inline-block;
    }

    .single-slider .banner-content {
      order: 1;
      margin-bottom: 35px;
    }

    .single-slider .banner-img {
      order: 2;
    }

    .workshops-top {
      max-width: 100%;
      height: 350px;
    }

    .workshops-top > div {
      top: 0;
    }

    .workshops-top > div .workshops-top-text p {
      font-size: 22px;
    }

    .workshops-top > div .workshops-bttm p,
    .workshops-top > div .workshops-bttm a {
      font-size: 15px;
    }

}
