/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

h1, h3 {
  font-family: "IBM Plex Sans";
}

h2 {
  font-family: "IBM Plex Serif";
}

abbr[title] {
    text-decoration: none!important;
}

.single-tribe_events #content {
  float: none!important;
  width: 100%!important;
  margin-bottom: 60px!important;
}

.single-tribe_events .tribe-events-content {
  max-width: 1100px!important;
  margin: 0 auto!important;
}

.single-tribe_events #sidebar,
.single-tribe_events .tribe-country-name,
.single-tribe_events .tribe-events-cal-links {
  display: none!important;
}

.single-tribe_events #main {
  padding: 0!important;
}

.single-tribe_events #main .fusion-row {
  max-width: 100%!important;
}

.single-tribe_events .page-header {
/*   background-image: linear-gradient(180deg, rgba(3,91,93,0.6) 0%,rgba(3,91,93,0.6) 100%),url(https://www.livesaferesources.org/wp-content/uploads/2021/06/iStock-964576502.jpg); */
  background-image: url(https://www.livesaferesources.org/wp-content/uploads/2017/01/LSR_header-events.png);
  background-position: center;
  min-height: 200px;
  text-align: center;
  display: grid;
    align-items: center;
  margin-bottom: 55px;
}

.single-tribe_events .page-header h1 {
  color: #FFF!important;
  font-family: "IBM Plex Sans"!important;
    font-weight: 300!important;
  font-size: 50px!important;
  margin: 0!important;
}

.single-tribe_events div.tribe_events h2 {
  font-family: "IBM Plex Sans"!important;
  font-weight: 300!important;
  color: #035B5D!important;
  line-height: 1.25!important;
}

.single-tribe_events div.tribe_events h3 {
  font-size: 18px!important;
  font-weight: bold!important;
  text-transform: none!important;
  color: #035B5D!important;
  margin-bottom: 10px!important;
  letter-spacing: .5px!important;
  margin: 0!important;
}

.single-tribe_events div.tribe_events h4 {
  color: #0AA4B2;
  font-size: 14px!important;
  text-transform: uppercase!important;
  font-weight: bold!important;
}

.single-tribe_events div.tribe_events p,
.single-tribe_events div.tribe_events .fusion-text ul li{
  font-size: 15px!important;
}
.single-tribe_events a.fusion-button,
.single-tribe_events .fusion_builder_column .fusion-button.button-1 {
    background: #ED5013!important;
    border: 2px solid #ED5013!important;
    color: #FFF!important;
    height: auto!important;
    padding: 10px 25px!important;
    margin: 0;
    text-align: left;
}

.single-tribe_events a.fusion-button:hover,
.single-tribe_events .fusion_builder_column .fusion-button.button-1:hover {
  background: transparent!important;
  color: #ED5013!important;
}

.single-tribe_events a.fusion-button:hover .fusion-button-text {
    color: #ED5013!important;
}

.single-tribe_events .sponsor-column img {
    max-width: 200px;
    
}

.single-tribe_events .sponsor-column {
  padding-left: 50px!important;
}

.single-tribe_events .sponsor-column .fusion-imageframe {
  margin: 40px auto 40px;
  text-align: center;
}

.ls-eventdetails {
  max-width: 1100px;
  margin: 0 auto 30px;
  background: #EFF6F7;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  padding: 25px;
}

.ls-eventdetails .detail {
  font-size: 15px;
  line-height: 1.35;
  color: #035B5D;
}

.ls-eventdetails .detail .title {
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  color: #035B5D;
  margin: 0 0 5px;
}

.ls-eventdetails .detail .date-icon:before { 
  content: '';
  background-image: url(images/detail-calendar.svg);
  background-repeat: no-repeat;
  background-position: center;
/*   max-width: 25px; */
  height: 25px;
  float: left;  
  margin: 0 auto 10px;
  width: 100%;
  text-align: center;
}

.ls-eventdetails .detail .time-icon:before {
  content: '';
  background-image: url(images/detail-time.svg);
  background-repeat: no-repeat;
  background-position: center;
/*   max-width: 25px; */
  height: 25px;
  float: left;  
  margin: 0 auto 10px;
  width: 100%;
  text-align: center;
}
.ls-eventdetails .detail .location-icon:before {
    content: '';
  background-image: url(images/detail-location.svg);
  background-repeat: no-repeat;
  background-position: center;
/*   max-width: 25px; */
  height: 25px;
  float: left;  
  margin: 0 auto 10px;
  width: 100%;
  text-align: center;
}
.ls-eventdetails .detail .share-icon:before {
    content: '';
  background-image: url(images/detail-share.svg);
  background-repeat: no-repeat;
  background-position: center;
/*   max-width: 25px; */
  height: 25px;
  float: left;  
  margin: 0 auto 10px;
  width: 100%;
  text-align: center;
}

.tickets {
  background: #EFF6F7;
  margin: 0 0 10px;
}

.tickets a {
  display: grid;
  grid-template-columns: 75px 1fr 130px;
}

.tickets .no-button {
  display: grid;
  grid-template-columns: 75px 1fr;
}

.tickets a:hover {
  border-bottom: 0!important;
}

.tickets .price {
  color: #FFF;
    background: #0AA4B2;
    font-size: 18px;
    min-height: 70px;
    align-content: center;
    margin: 0;
    display: grid;
    text-align: center;
}

.tickets .title {
  color: #035B5D;
  font-size: 18px;
      padding: 10px 20px;
    align-self: center;
}

.tickets .button {
  background: #ED5013;
  color: #FFF;
  padding: 5px 15px;
  text-align: center;
  font-size: 14px;
  margin: 0 20px 0 0;
  height: 35px!important;
  align-self: center;
}

.share.detail .fusion-icon-facebook:before,
.share.detail .fusion-icon-twitter:before,
.share.detail .fusion-icon-linkedin:before,
.share.detail .fusion-icon-mail:before,
.share.detail a {
  color: #035B5D;
}

.share.detail .fusion-social-networks-wrapper {
  display: grid;
    grid-template-columns: auto auto auto;
    max-width: 80px;
    margin: 0 auto;
  
}

.highlight-info {
  background: #EFF6F7;
  padding: 30px;
      margin: 50px 0;
}

.highlight-info:before {
  content: '';
  background: url(https://www.livesaferesources.org/wp-content/uploads/2020/05/orange-arrow.png);
      width: 64px;
    height: 66px;
    display: block;
    margin: -50px 0 0;
}

.leadership-toggles.fusion-accordian .fusion-panel {
  border-bottom: 1px solid #035B5D!important;
}

.leadership-toggles.fusion-accordian .panel-title a {
  padding: 30px 0 5px!important;
}

.leadership-toggles .fusion-toggle-heading {
  font-size: 35px!important;
    text-transform: none!important;
  font-family: "IBM Plex Serif"!important;
    font-weight: 300!important;
}

.leadership-toggles .panel-title a .fa-fusion-box:before {
  content: '\f0da'!important;
  font-family: 'FontAwesome'!important;
  font-size: 20px!important;
}

.leadership-toggles .panel-title a.active .fa-fusion-box:before {
  content: '\f0d7'!important;
  font-family: 'FontAwesome'!important;
  font-size: 20px!important;
}

.leadership-toggles .toggle-content ul {
  display: grid;
  grid-template-columns: repeat(4, 25%);
  grid-gap: 20px;
  margin: 30px 0!important;
  padding: 0!important;
     max-width: 1020px!important;
    width: 100%!important;
}

.leadership-toggles.fusion-accordian .panel-body {
  color: #035B5D!important;
  padding: 0!important;
}

.leadership-toggles.fusion-accordian .panel-body a {
  color: #0AA4B2!important;
  text-transform: none!important;
}


.leadership-toggles .toggle-content ul li, .leadership-toggles .toggle-content ul li em, .leadership-toggles .toggle-content ul li i {
  text-align: center!important;
  list-style-type: none!important;
      font-style: normal!important;
    text-transform: uppercase!important;
    font-size: 14px!important;
        line-height: 1.35!important;
}

.leadership-toggles .toggle-content ul li strong {
  font-size: 16px!important;
  font-style: normal!important;
  text-transform: none!important;
}

.leadership-toggles .toggle-content ul li img {
  margin-bottom: 15px!important;
}

.leadership-toggles h4 {
  color: #035B5D!important;
  font-size: 20px!important;
  text-transform: uppercase!important;
font-family: "IBM Plex Sans"!important;
}

.co-chair-list {
  color: #0AA4B2;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
}

.co-chair-list strong {
  font-size: 20px!important;
  color: #035B5D!important;
  font-family: "IBM Plex Sans"!important;
  font-weight: 500!important;
  text-transform: none!important;
}

.member-list ul {
  column-count: 2!important;
  column-gap: 100px!important;
  margin: 0 0 0 20px!important;
  padding: 0!important;
}
