/*
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
*/

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

.fl-photo-caption {
    font-size: 20px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fl-photo-caption-hover {
    background: #05443b;
    bottom: 0;
    color: #fff;
    left: 0;
    opacity: 0;
    filter: alpha(opacity = 0);
    padding: 20px 20px;
    position: absolute;
    right: 0;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}

.news-donate-row {
    background-color: #eff4f2;
    padding-left: 3%;
    padding-right: 3%;
}

.news-donate-row .fl-row-content-wrap {
    background-size: 230px !important;
}

/**The Event Calendar **/

.tribe-events .tribe-events-c-search__button, .tribe-events button.tribe-events-c-search__button {
    background-color: #777777 !important;
    background-image: none;
    box-shadow: none;
    color: var(--tec-color-text-events-bar-submit-button);
    font-style: normal;
    outline: none;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-shadow: none;
}

.tec-event-full-date {
  font-size: 22px;
  font-weight: bold;
  color: #555;
}

.tec-event-custom-info {
    font-size: 18px;
    font-weight: 500;
}

.tec-event-dress {
  font-style: italic;
}

.tec-event-photo-credit {
  font-style: italic;
}

.tribe-events-meta-group {
  padding-top: 0px !important;
  font-family: Arial, Helvetica, sans-serif !important;
}

.tribe-events-single-section-title {
  color: #007A63 !important;
  font-weight: bold !important;
  font-size: 18px !important;
  letter-spacing: normal !important;
}

.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
  border: 1px solid #007A63 !important;
  color: #007A63 !important;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
  background-color: #F4F4F4 !important;
}

.tec-single-event-post-nav #tribe-events-footer {
    border-top: 1px solid #B2B2B2;
}

.tec-single-event-post-nav .tribe-events-visuallyhidden {
    display: none;
}

.tec-single-event-post-nav ul.tribe-events-sub-nav {
    padding-left: 0 !important;
}