/*
 Theme Name:   Join
 Description:  Avada Child Theme for JOIN
 Template:     Avada
 Version:      1.0.0
 Text Domain:  Avada
*/




#main {
  padding-top: 0px;
  padding-bottom: 0px;
}

.has-nv-shape:not(.fusion-builder-live .has-nv-shape) h1::after {
  position: relative;
  height: 12px;
  width: 8px;
  margin-left: 6px;
  content: '';
  background-image: url('/wp-content/uploads/2021/10/nv-shape.svg');
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}

@media(min-width: 600px){
  .has-nv-shape:not(.fusion-builder-live .has-nv-shape) h1::after {
      height: 16px;
      width: 11px;
  }
}

.nv-shape {
  display: inline-block;
  position: relative;
  height: 16px;
  width: 11px;
  margin-left: 6px;
}

.nv-shape:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: '';
  background-image: url('/wp-content/uploads/2021/10/nv-shape.svg');
  background-size: contain;
  background-repeat: no-repeat;
  
}

.position--relative {
  position: relative;
}

.view-story-button {
  height: 80px;
  background-color: #000;
  padding-left: 50px;
  padding-right: 150px;
  color: #FFF;
  font-size: 24px;
  line-height: 80px;
  display: inline-block;
  position: absolute;
  bottom: -0;
  left: 0;
  z-index: 1;
  font-family: "Roboto Condensed", sans-serif;
  cursor: pointer;
}

.view-story-button:after {
  position: absolute;
  height: 50px;
  width: 50px;
  background-image: url('/wp-content/uploads/2021/10/Icon-PlayButton.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
  right: 50px;
  top:15px;
}


.hero-links a,
.footer-links a,
.hero-links a:visited,
.footer-links a:visited {
  color: #000000;
}

.footer-links a:hover {
  color: #E0021F;
}

a.header-link {
 color: #FFFFFF;
}

a.header-link:hover {
 color: #E0021F;
}

.tribe-mobile #main {
  padding-top: 0px;
}

.fusion-toggle-heading{
  color: #000000;
}
.fusion-toggle-heading:hover{
  color: #E0021F;
}

.view-story-button {
  white-space: nowrap;
}

.single-tribe_events main .fusion-content-widget-area .tribe-events-single-section-title, .single-tribe_events main .fusion-content-widget-area .tribe-events-tickets-title, .single-tribe_events main .fusion-content-widget-area .widget .widget-title {
  background-color: transparent;
  color:#E0021F;
  font-size: 22px;
  margin-bottom: 0px;
  
}

.single-tribe_events .sidebar .tribe-events-single-section-title, .single-tribe_events .sidebar .tribe-events-tickets-title, .single-tribe_events .sidebar .widget .heading .widget-title, .single-tribe_events .sidebar .widget .widget-title {
   padding: 9px 0px;
}

.single-tribe_events main .tribe-events-event-meta {
 font-size: 1rem;
 font-family: Roboto;
}

body .fusion-events-single-title-content h2,
.fusion-body .fusion-events-single-title-content span,
body .fusion-events-single-title-content h3 {
  color: #000000
}

body .fusion-events-single-title-content {
   background-color: transparent;
}

.fusion-events-featured-image .fusion-events-single-title-content {
  padding: 0;
}

.tribe-events-content {
 font-size: 1rem;
 font-family: Roboto;
}

h2.entry-title {
  margin-top: 0;
  margin-bottom: 0;
}

body.single-tribe_events .tribe-events-content.tribe-events-single-event-description > p:last-of-type {
    margin-bottom: 50px;
}

  
body.single-tribe_events .fusion-sharing-box {
  display: block;
  margin-top: 25px;
}

body.single-tribe_events .fusion-sharing-box .fusion-social-networks{
  text-align: left;
}

@media(min-width: 1486px){

  body.tribe_events-template-default #main {
      max-width: 1366px;
      margin-right: auto;
      margin-left: auto;
      padding-left: 0;
      padding-right: 0;
  }

  html.avada-is-100-percent-template body.tribe_events-template-default #main.width-100 {
      padding-left: 0;
      padding-right: 0;
  }

  html.avada-is-100-percent-template body.tribe_events-template-default #main.width-100 #tribe-events-pg-template {
    padding-left: 0;
  }
}


.fusion-events-shortcode .fusion-events-thumbnail, .fusion-events-shortcode .fusion-layout-column .fusion-column-wrapper {
  background-color: #f5f5f5;
  border-color: transparent;
}

.tribe_events .fusion-events-featured-image .fusion-events-single-title-content {
  position: relative;
  color: #000000;
}

.tribe_events .fusion-events-featured-image .fusion-events-single-title-content h2 {
  color: #E0021F;
  padding-top: 32px;
}

@media (max-width: 800px) {
    body .tribe_events .single-tribe_events .fusion-events-featured-image .fusion-events-single-title-content {
    background-color: blue !important;
  }
  
  

}
