/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

DIV.fl-post-grid-post.fl-post-align-default.kbig_event.type-kbig_event .event-box {
 border: 3px solid black;
 padding-bottom: 111px;
}
.wh-infobox-button {
 /*+border-radius: 40px !important;*/
 -moz-border-radius: 40px !important;
 -webkit-border-radius: 40px !important;
 -khtml-border-radius: 40px !important;
 border-radius: 40px !important;
 text-shadow: -10px 67px 9px #767696;
 background: #29EC29;
 padding: 0 56px 24px 69px;
 /*+box-shadow: 7px 8px 38px #AEAE00 !important;*/
 -moz-box-shadow: 7px 8px 38px #AEAE00 !important;
 -webkit-box-shadow: 7px 8px 38px #AEAE00 !important;
 box-shadow: 7px 8px 38px #AEAE00 !important;
 font-size: 24px !important;
}
.uabb-button.wh-infobox-button {
 color: #D6073C !important;
}
.wh-infobox-button {
 /*+border-radius: 40px !important;*/
 -moz-border-radius: 40px !important;
 -webkit-border-radius: 40px !important;
 -khtml-border-radius: 40px !important;
 border-radius: 40px !important;
 background: #29EB29 !important;
 padding: 0 56px 24px 69px;
 border-right: 1px solid orange !important;
 height: 49px;
 /*+box-shadow: 7px 8px #4E4E02 !important;*/
 -moz-box-shadow: 7px 8px #4E4E02 !important;
 -webkit-box-shadow: 7px 8px #4E4E02 !important;
 box-shadow: 7px 8px #4E4E02 !important;
 font-size: 24px !important;
}
.event_date {
 padding-top: 0px;
 color: #BF4D40;
 margin-bottom: -2px;
 margin-top: -58px;
}
.event_title {
 font-family: Ubuntu;
 margin-bottom: 0;
 margin-top: 1px;
 font-size: 24px;
 color: #BF4D40;
}
.event_description {
 font-family: Ubuntu ;
 font-size: 18px;
}
.event_listing .event_meeting_time {
 color: #BF404D;
}
.event_listing .event_notes {
 color: #4046BF;
}
.event_listing .event_contact {
 color: #5371A6;
}
.event_listing .event_groupExplanation {
 color: #181C24;
}
.event_listing H2 {
 color: #355D28;
}
@media (max-width: 768px) {
 WH-INFOBOX {
  margin: 0 29px 10px 10px !important;
 }
}
