/* Fix menu display in mobile layout*/

@media screen and (max-width: 992px) {
	.slicknav_nav, .responsive-slick-menu {
    display: flex;
    flex-direction: column;
	}
  
  .main-navigation ul li {
    width: 100% !important;
    text-align: left !important;
  }
}

/**/

*:focus{
outline:none
}

#menu-search {
  display: block;
  background-color: #2d2d2d;
  border-width: 0px;
  color: #ffffff;
}

#search-2.widget.widget_search {
  display: none;
}

.search-block input#menu-search,
.widget_search input#s,
.tagcloud a {
  border-bottom: 1px solid #00a3f4 !important;
}

#site-navigation.main-navigation.clearfix {
  background-color: #c21f1f;
}

.header-wrapper #site-navigation {
  background: #2d2d2d;
  box-shadow: none;
  margin: 0 auto;
  min-height: 0px;
  position: relative;
}

.main-navigation ul li {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #222222;
  border-image: none;
  border-style: solid;
  border-width: 0 0 0 1px;
  position: relative;
  width: 10%;
  float: left;
  font-size: 15px;
  height: 42px;
  text-align: center;
}

.wrapper.footer-copyright.border.text-center {
  display: none;
}

.search-block input#menu-search,
.widget_search input#s,
.tagcloud a {
  border-bottom: 1px solid #c21f1f !important;
}

.tribe-events-list-widget-events.type-tribe_events.post-84.tribe-clearfix.tribe-event-featured {
  background-color: #f5f5f5;
}

.tribe-event-date-start {
  color: #080808;
}

.tribe-event-duration {
  color: #000000;
}

.tribe-event-date-end {
  color: #000000;
}

.tribe-events-list-widget .tribe-event-featured .tribe-event-title a {
  color: #c21f1f !important;
}

.tribe-common-c-btn.tribe-events-c-search__button {
  background-color: #c21f1f;
}

.tribe-events-calendar-list__event-datetime-featured-text.tribe-common-a11y-visual-hide {
  color: #c21f1f;
}

.tribe-events-calendar-list__event-details.tribe-common-g-col {
  border-left-width: 3px;
  border-left-style: solid;
  border-left-color: #c21f1f;
}

.tribe-events-calendar-list__event-date-tag.tribe-common-g-col {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #c21f1f;
}

.tribe-events-c-view-selector__list-item-link {
  color: #c21f1f;
  padding: 0px;
}

.tribe-events .tribe-events-calendar-list__event-row--featured .tribe-events-calendar-list__event-date-tag-datetime:after {
  background-color: none;
  content: "";
  height: 100%;
  right: calc(100% - 3px);
  position: absolute;
  width: 3px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-datetime-featured-text {
  color: #c21f1f;
  font-weight: 700;
}

.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date,
.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
  color: #c21f1f;
  font-weight: 700;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-day__event-datetime-featured-text {
  color: #c21f1f;
  font-weight: 700;
}

.slider-feature-wrap.clearfix {
  margin-bottom: 2em;
}

.menu-search-inner {
  color: #000000;
}

.search-block input#menu-search, .widget_search input#s{
    border-bottom: 1px solid #c21f1f !important;
    width: 100%;
    padding: 1.5em;
}

.search-block, .random-post {
    display: inline-block;
    float: right;
    margin: 0;
    position: relative;
    width: 100%;
}

.search-block #searchsubmit, .widget_search #searchsubmit {
    background: rgba(0, 0, 0, 0);
    border: medium none;
    font-size: 20px;
    height: 25px;
    position: absolute;
    right: 7px;
    top: 7px;
    width: 25px;
}

.tribe-events-c-ical__link {
  display: none !important;
}

.menu-search-inner {
    background-color: #ffffff;
    padding: 0px;
    position: absolute;
    right: 0;
}

.cat-links a {
    color: white;
    background-color: #c21f1f;
    padding: 2.5px;
    border-radius: 5px;
}

.entry-content {
 	text-align: justify;
}

.site-logo.float-left > a,
.site-logo.float-left > a > img{
  width: 100%;
}

article.post .entry-header .entry-title {
 	line-height: 1em; 
}