/**
 * styles.sass
 * ---
 * Main `sass` file. Import here `sass` files
 */
/**
 * utilities/variables
 * ---
 */
/**
 * Typography
 */
/**
 * Colors
 */
/**
 * layout/header
 * ---
 */
.custom-logo {
  position: absolute;
  top: 0; }

/* Add margin to site header when there is no BB template in place */
.ast-plain-container .main-header-bar-wrap {
  margin-bottom: 160px; }

.ast-header-break-point .ast-plain-container .main-header-bar-wrap {
  margin-bottom: 0; }

.ast-title-bar-wrap:after {
  background-image: linear-gradient(45deg, rgba(8, 51, 140, 0.82) 0%, rgba(175, 23, 75, 0.84) 100%);
  background-color: transparent; }

/**
 * layout/blog
 * ---
 */
.ast-article-post {
  background: white;
  box-shadow: 3px 3px 2px 0 rgba(0, 0, 0, 0.2);
  padding-top: 20px; }

.sidebar-main aside.widget {
  background: white;
  box-shadow: 3px 3px 2px 0 rgba(0, 0, 0, 0.2);
  padding: 20px; }

.hentry, .comments-area {
  background: white;
  box-shadow: 3px 3px 2px 0 rgba(0, 0, 0, 0.2);
  padding: 20px; }

/**
 * modules/modules
 *
 * customized module styles
 * ---
 */
/** UABB Modal Popup */
.uabb-modal {
  top: auto !important;
  bottom: 0;
  transform: none !important; }
  .uabb-modal .uabb-content {
    margin-right: 0 !important;
    margin-left: auto !important; }

/**
 *
 * Tribe events calendar plugin styles
 *
 */
/* custom list widget styles */
.tribe-events-widget .tribe-events-widget-events-list__event-row {
  margin-bottom: 20px; }

.tribe-events-widget-events-list__event-title {
  font-size: 1.1em !important;
  font-weight: 500;
  font-family: 'McLaren', sans-serif; }

.tribe-events-widget .tribe-events-widget-events-list__event-date-tag {
  font-weight: bold;
  color: white;
  border: 2px solid white;
  margin-right: 1em;
  height: 64px;
  font-family: 'McLaren', sans-serif; }

.tribe-events-widget .tribe-events-widget-events-list__event-datetime-wrapper {
  line-height: 1em; }

.tribe-events-widget .tribe-events-widget-events-list__event-date-tag-datetime {
  justify-content: center;
  font-size: 2.0em; }

.tribe-events-widget .tribe-events-widget-events-list__event-date-tag-daynum, .tribe-events-widget .tribe-events-widget-events-list__event-date-tag-month {
  line-height: 1.1em;
  margin-bottom: -2px !important; }

.tribe-events-widget .tribe-events-widget-events-list__event-date-tag-month {
  font-size: 0.5em;
  text-transform: uppercase; }

.tribe-events-widget-events-list__event-datetime {
  text-transform: uppercase;
  font-size: 0.9em; }

.tribe-events-widget-events-list__view-more {
  display: inline-block !important;
  padding: 12px 24px !important;
  border: 2px solid white !important;
  background: #ff7717;
  line-height: 18px !important; }

/* custom calendar view styles */
.tribe-events-calendar-month {
  background: white;
  padding: 20px !important; }

.tribe-events-header__events-bar {
  padding: 10px !important;
  background: white !important; }

.tribe-events .tribe-events-c-top-bar__datepicker-button {
  padding: 1em; }

.tribe-common button[disabled], .tribe-common input[disabled] {
  color: #eaeaea;
  background: none; }

.tribe-events .tribe-events-calendar-month__header-column-title {
  color: #333 !important;
  font-size: 18px !important;
  text-transform: uppercase; }

.tribe-common-h8 {
  font-size: 18px; }

.tribe-events-calendar-month__day--current {
  background: #eaeaea; }
  .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-daynum {
    background: #ff7717;
    border-radius: 50%;
    color: #fff;
    height: 40px;
    width: 40px;
    display: block;
    text-align: center; }

.tribe-events-single-event-title {
  color: #08338c; }

.tooltipster-sidetip .tooltipster-box {
  background: #08338c;
  border-color: #08338c;
  padding: 10px;
  border-radius: 10px; }
  .tooltipster-sidetip .tooltipster-box a {
    color: white !important; }

/*# sourceMappingURL=style.css.map */
