/*
Theme Name: Creative Lokal - LCF Events
Theme URI: https://creativelokal.com
Version: 1.0
Description: This is a child theme created for LCF events
Author: Bryan Valentino
Author URI: https://creativelokal.com
template: bb-theme
*/

/* Add your custom styles here... */ 

body p{
	margin-bottom: 20px;	
}

body p:last-child{
  margin-bottom: 0;
}

#home-events-list .fl-post-feed-post .fl-post-image{
  display: inline-block;
  width: 50%;
}

#home-events-list .fl-post-feed-post .fl-post-text{
  display: inline-block;
  vertical-align: top;
  color: #fff;
}

#home-events-list .fl-post-feed-post .fl-post-text h2 a{
  color: #fff;
}

#home-events-list .fl-post-feed-post .fl-post-text .fl-post-more-link a{
  background: #f00;
  margin-top: 20px;
  color: #fff;
  padding: 10px 30px;
  display: inline-block;
  font-weight: bold;
}

.tribe-common-b3.tribe-tickets__tickets-item-extra-available{
  display: none;
}

#home-events-list .fl-post-feed-post{
  padding-bottom: 40px;
  border-bottom: 1px dotted #eee;
}

#tribe-tickets__tickets-form #tribe-tickets__tickets-submit,
.tribe-dialog__wrapper .tribe-tickets__attendee-tickets-footer-checkout-button.tribe-validation-submit{
  background: #899c00;
}

#tribe-tickets__tickets-form #tribe-tickets__tickets-submit:hover,
.tribe-dialog__wrapper .tribe-tickets__attendee-tickets-footer-checkout-button.tribe-validation-submit:hover{
  background: #000;
}

.masterclass-add-to-cart button.single_add_to_cart_button.button{
  background: #000;
  margin: 0 auto;
  display: inline-block;
  padding: 14px 45px;
  float: unset !important;
  left: 0;
  right: 0;
  position: absolute;
  font-weight: bold;
}

.masterclass-add-to-cart button.single_add_to_cart_button.button:hover{
  background: #5a6900;
}

.lcf-race-results{
  text-align: center;
}

.lcf-race-results a{
  text-align: center;
  padding: 15px 30px;
  background: #000;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  transition: all .25s;
}

.lcf-race-results a:hover{
  background: #899c00;
}

a.lcf-enroll-btn{
  background: #667500;
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
}

a.lcf-enroll-btn:hover{
  background: #000;
}

#fl-main-content .onsale{
  background: #f00;
  font-weight: bold;
}