/* VARIABLES SECTION */
@media screen and (max-width: 640px) {
  .hide-for-small {
    display: none;
  }
}

.show-for-small-only {
  display: none;
}
@media screen and (max-width: 640px) {
  .show-for-small-only {
    display: block;
  }
}

.site-footer .links .textwidget {
  display: none;
}

/* HELPERS */
.margin-top-2 {
  margin-top: 24px;
}

.margin-bottom-2 {
  margin-bottom: 24px;
}

/* SEARCH BAR */
.tribe-events-filter-view.tribe-filters-closed #tribe_events_filters_form {
  display: block;
}
@media screen and (max-width: 640px) {
  .tribe-events-filter-view.tribe-filters-closed #tribe_events_filters_form {
    width: 100%;
  }
}

.calendar-section {
  color: #fff;
  /*form#tribe-bar-form {
  	float: left;
  	width: 25%;
  }*/
}
.calendar-section a {
  color: #fff;
}
.calendar-section a.button {
  color: #0a0a0a;
  padding: 8px 30px 7px;
  float: right;
  margin-top: 8px;
}
.calendar-section a.button:hover {
  color: red;
}
@media screen and (max-width: 640px) {
  .calendar-section a.button {
    float: left;
  }
}
.calendar-section h2 {
  color: #fff;
  margin-bottom: 20px;
}
.calendar-section label {
  color: #fff;
}
.calendar-section .tribe-events-list .type-tribe_events h2 {
  font-size: 1.5rem;
  text-transform: none;
  font-weight: 700;
  margin-bottom: 6px;
}
@media screen and (max-width: 640px) {
  .calendar-section .tribe-events-list .type-tribe_events h2 {
    margin-bottom: 2px;
  }
}
.calendar-section h2.tribe-events-page-title {
  display: none;
}
.calendar-section #tribe_events_filters_wrapper.tribe-events-filters-horizontal,
.calendar-section .tribe-filters-closed #tribe_events_filters_wrapper.tribe-events-filters-horizontal {
  background: transparent;
  margin: 0 0 30px;
  padding: 0;
}
.calendar-section .tribe-events-filters-horizontal .tribe-events-filters-content {
  background: transparent;
  border: none;
}
.calendar-section #tribe_events_filters_wrapper label {
  color: #fff;
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  width: 190px;
  position: relative;
  display: inline-block;
}
.calendar-section #tribe_events_filters_wrapper label:after {
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 4px;
  content: "";
  display: inline-block;
  height: 0;
  margin: 5px 0 0 4px;
  position: absolute;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transform-origin: 50% 25%;
  transform-origin: 50% 25%;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  width: 0;
  right: 0;
}
.calendar-section h3.tribe-events-filters-group-heading {
  color: #fff;
  margin: 0;
  padding: 0;
  text-decoration: none;
  position: relative;
}
.calendar-section h3.tribe-events-filters-group-heading:after {
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 4px;
  content: "";
  display: inline-block;
  height: 0;
  margin: 5px 0 0 4px;
  position: absolute;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transform-origin: 50% 25%;
  transform-origin: 50% 25%;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  width: 0;
  right: 0;
  top: 0;
}
.calendar-section #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-group-heading {
  margin: 0;
  padding: 0;
  text-decoration: none;
  height: auto;
  line-height: auto;
  /*width: 165px;
  margin-left: 30px;*/
  border-bottom: 1px solid #fff;
  display: none;
}
.calendar-section .tribe_events_filter_item.closed div {
  display: inline-block;
  width: 100%;
}
.calendar-section .tribe_events_filter_item.closed div.tribe-section-content {
  display: inline-block;
  width: 190px;
  margin-left: 0px;
}
@media screen and (max-width: 640px) {
  .calendar-section .tribe_events_filter_item.closed div.tribe-section-content {
    margin: 0;
    width: 100%;
  }
}
@media screen and (min-width: 641px) and (max-width: 900px) {
  .calendar-section .tribe_events_filter_item.closed div.tribe-section-content {
    width: 150px;
    margin-left: 2px;
  }
}
.calendar-section .tribe_events_filter_item.closed div.select2-search {
  display: none;
}
.calendar-section .select2-dropdown-open.select2-container-active .select2-search {
  display: inline-block;
}
.calendar-section .select2-container .select2-choice {
  display: inline-block;
  background: transparent;
  border: none;
  line-height: 20px;
  padding: 4px 10px;
  height: auto;
  width: 190px;
  border: 1px solid #fff;
  border-radius: 0;
  text-align: left;
  font-weight: bold;
}
@media screen and (min-width: 641px) and (max-width: 900px) {
  .calendar-section .select2-container .select2-choice {
    width: 150px;
  }
}
@media screen and (max-width: 640px) {
  .calendar-section .select2-container .select2-choice {
    width: 100%;
  }
}
.calendar-section .select2-drop {
  border: none;
}
.calendar-section .tribe-section-content {
  font-size: 14px;
  color: #fff;
}
.calendar-section #tribe_events_filters_wrapper h3, .calendar-section #tribe_events_filters_wrapper input, .calendar-section #tribe_events_filters_wrapper label, .calendar-section #tribe_events_filters_wrapper select, .calendar-section #tribe_events_filters_wrapper ul {
  font-size: 14px;
}
.calendar-section #tribe_events_filters_wrapper input {
  background: transparent;
  border: none;
  box-shadow: none;
  width: 190px;
  color: #fff;
  font-weight: 700;
  border: 1px solid #fff;
  height: 30px;
  border-radius: 0;
  padding: 10px;
  cursor: pointer;
}
@media screen and (min-width: 641px) and (max-width: 900px) {
  .calendar-section #tribe_events_filters_wrapper input {
    width: 150px;
  }
}
@media screen and (max-width: 640px) {
  .calendar-section #tribe_events_filters_wrapper input {
    width: 100%;
  }
}
.calendar-section .tribe-bar-filters-inner {
  display: inline-block;
  float: left;
}
@media screen and (max-width: 640px) {
  .calendar-section .tribe-bar-filters-inner {
    width: 48%;
    margin-right: 2%;
    height: 36px;
  }
}
.calendar-section #tribe-bar-dates {
  position: relative;
}
.calendar-section #tribe-bar-dates:after {
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 4px;
  content: "";
  display: inline-block;
  height: 0;
  margin: 5px 0 0 4px;
  position: absolute;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transform-origin: 50% 25%;
  transform-origin: 50% 25%;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  width: 0;
  right: 6px;
  top: 8px;
}
.calendar-section #tribe-bar-dates input::-webkit-input-placeholder {
  color: #fff;
}
.calendar-section #tribe-bar-dates input::-moz-placeholder {
  color: #fff;
}
.calendar-section #tribe-bar-dates input::-ms-input-placeholder {
  color: #fff;
}
.calendar-section .tribe-events-filters-horizontal #tribe_events_filters_form {
  float: left;
  clear: none;
  /* width: 75%; */
  padding-top: 0;
}
.calendar-section .tribe-events-filters-horizontal .tribe_events_filter_item,
.calendar-section .tribe_events_filter_item.closed.tribe_last_child, .calendar-section .tribe_events_filter_item.tribe_last_child {
  display: inline-block;
  margin: 0;
  margin-left: 30px;
  width: 190px;
  float: left;
}
@media screen and (min-width: 641px) and (max-width: 900px) {
  .calendar-section .tribe-events-filters-horizontal .tribe_events_filter_item,
.calendar-section .tribe_events_filter_item.closed.tribe_last_child, .calendar-section .tribe_events_filter_item.tribe_last_child {
    width: 150px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 640px) {
  .calendar-section .tribe-events-filters-horizontal .tribe_events_filter_item,
.calendar-section .tribe_events_filter_item.closed.tribe_last_child, .calendar-section .tribe_events_filter_item.tribe_last_child {
    width: 48%;
    margin-left: 2%;
    display: inline-block;
    float: right;
    height: 36px;
  }
  .calendar-section .tribe-events-filters-horizontal .tribe_events_filter_item#tribe_events_filter_item_city,
.calendar-section .tribe_events_filter_item.closed.tribe_last_child#tribe_events_filter_item_city, .calendar-section .tribe_events_filter_item.tribe_last_child#tribe_events_filter_item_city {
    margin-left: 0;
    margin-right: 2%;
    float: left;
  }
}
.calendar-section .horizontal-drop-indicator {
  display: none;
}
.calendar-section .type-tribe_events {
  width: 50%;
  padding-right: 20px;
  float: left;
  position: relative;
}
@media screen and (max-width: 640px) {
  .calendar-section .type-tribe_events {
    width: 100%;
    padding-right: 0;
  }
}
.calendar-section .tribe-event-schedule-details {
  display: inline-block;
  width: 50px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  color: #0a0a0a;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
}
.calendar-section a:hover .tribe-event-schedule-details {
  background: #ff6f4d;
}
.calendar-section .tribe-event-schedule-details span.day {
  font-size: 28px;
  width: 100%;
  display: block;
  font-weight: 700;
  padding-top: 8px;
}
.calendar-section .tribe-events-loop .tribe-events-event-meta {
  display: inline-block;
  padding-left: 50px;
}
.calendar-section #post-0 {
  display: none;
}
.calendar-section .events-list #tribe-events-footer, .calendar-section .tribe-events-day #tribe-events-footer, .calendar-section .tribe-events-map #tribe-events-footer {
  width: 100%;
}
.calendar-section .tribe-events-filters-horizontal .tribe-events-filter-group {
  background: transparent;
  position: relative;
  border: none;
  box-shadow: none;
}
.calendar-section .tribe-events-filter-group.tribe-events-filter-multiselect, .calendar-section .tribe-events-filter-group.tribe-events-filter-range, .calendar-section .tribe-events-filter-group.tribe-events-filter-select {
  padding: 0;
}
.calendar-section .tribe-events-filters-horizontal .tribe-events-filter-group:before,
.calendar-section .tribe-events-filters-horizontal .tribe-events-filter-group:after {
  display: none;
}
.calendar-section #tribe_events_filters_wrapper.tribe-events-filters-horizontal h3 span.tribe-events-filter-count, .calendar-section #tribe_events_filters_wrapper.tribe-events-filters-horizontal h3 span.tribe-filter-status {
  position: absolute;
  color: #fff;
}
.calendar-section #tribe_events_filters_wrapper .tribe-dropdown .select2-choice > .select2-chosen, .calendar-section .select2-drop-active .select2-results .select2-highlighted, .calendar-section .select2-drop-active .select2-results .select2-result {
  color: #fff;
  font-size: 14px;
}
.calendar-section .select2-container .select2-choice abbr {
  /* background: url(../images/select2.png) right top no-repeat; */
  background-image: none;
  border: none;
  border-style: solid;
  border-width: 0;
  content: "x";
  display: inline-block;
  height: 12px;
  margin: 5px 0 0 4px;
  position: absolute;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transform-origin: 50% 25%;
  transform-origin: 50% 25%;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  width: 12px;
  right: 20px;
  top: 4px;
  color: #fff;
}
.calendar-section .select2-container .select2-choice .select2-arrow b {
  background-image: none;
  background-image: none;
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 4px;
  content: "";
  display: inline-block;
  height: 0;
  margin: 5px 0 0 4px;
  position: absolute;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transform-origin: 50% 25%;
  transform-origin: 50% 25%;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  width: 0;
  right: 6px;
  top: 8px;
  /*background: url(../images/select2.png) no-repeat 0 1px;	*/
}
.calendar-section .select2-container.select2-container-disabled .select2-choice, .calendar-section .select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: transparent;
  opacity: 0.7;
}
.calendar-section .tribe-events-ical {
  display: none;
}
.calendar-section .tribe-events-loop .tribe-events-event-meta dt {
  display: none;
}
.calendar-section .tribe-events-loop .tribe-events-event-meta dd {
  margin-left: 0;
  font-size: 12px;
  text-transform: uppercase;
}
.calendar-section #tribe-events-content.tribe-events-list {
  margin-bottom: 0px;
}
.calendar-section #tribe-events-footer {
  width: 100%;
  text-align: center;
  margin: 40px 0 0;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .calendar-section #tribe-events-footer {
    margin: 20px 0 20px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
  .calendar-section .select2-container .select2-choice abbr {
    background-image: none !important;
  }
  .calendar-section .select2-search-choice-close {
    background-image: none !important;
    border: none;
    border-style: solid;
    border-width: 0;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 5px 0 0 4px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: 50% 25%;
    transform-origin: 50% 25%;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    color: #fff;
  }
  .calendar-section .select2-search-choice-close::after {
    content: "x";
    width: 12px;
    height: 12px;
    right: 0;
    position: absolute;
    top: 0;
  }
}
.calendar-section .select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 30px;
}

/* COMMUNITY EVENTS */
body.tribe_community_edit #page {
  min-height: 100vh;
  position: relative;
}
@media screen and (max-width: 640px) {
  body.tribe_community_edit #page {
    min-height: auto;
  }
}
body.tribe_community_edit .community-events-header {
  background: #fff;
  height: 50px;
  position: relative;
}
body.tribe_community_edit .tribe-community-events .events-community-post-content label, body.tribe_community_edit .tribe-community-events .events-community-post-title label {
  font-size: 20px;
  text-transform: none;
}
body.tribe_community_edit .community-events-header #logo {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
}
body.tribe_community_edit .community-events-header h2.my-events {
  font-size: 20px;
  font-weight: 700;
  padding: 10px 0 0 10px;
}
body.tribe_community_edit .tribe-community-events {
  background-color: transparent;
}
body.tribe_community_edit span.goal_to_publish {
  color: #adadad;
  font-size: inherit;
}
body.tribe_community_edit .create-event_box {
  background: #fff;
  padding: 40px 150px;
  margin-bottom: 100px;
  position: relative;
}
body.tribe_community_edit .create-event_box_outer {
  display: none;
}
body.tribe_community_edit .create-event__1 {
  display: block;
}
body.tribe_community_edit .create-event_box h2 {
  font-size: 30px;
  color: #0a0a0a;
}
body.tribe_community_edit span.edit_event_go_prev_step {
  position: absolute;
  right: 150px;
  width: 200px;
  text-align: right;
}
body.tribe_community_edit span.edit_event_go_prev_step a {
  text-decoration: underline;
  color: #ff0500;
  font-style: italic;
}
body.tribe_community_edit img.hand_down {
  width: 20px;
  margin: 20px 0;
}
body.tribe_community_edit .tribe-community-events .tribe-section {
  border: none;
  padding-bottom: 0;
}
body.tribe_community_edit .tribe-community-events .tribe-section .tribe-section-header {
  border-bottom: none;
  margin-bottom: 0;
  padding: 16px 0;
  font-style: normal;
}
body.tribe_community_edit .tribe-dropdown.select2-container-multi .select2-choices, body.tribe_community_edit .tribe-ea-dropdown.select2-container-multi .select2-choices {
  border: none;
  border-radius: 0;
}
body.tribe_community_edit .tribe-community-events .tribe-section.tribe-section-taxonomy {
  border: none;
}
body.tribe_community_edit .tribe-community-events .tribe-section .tribe-section-header h3 {
  font-style: normal;
  text-transform: none;
  font-size: 20px;
}
body.tribe_community_edit .tribe-community-events .tribe-section .tribe-section-header h3.error {
  padding-bottom: 2px;
  border-bottom: 1px solid #dc3232;
}
body.tribe_community_edit .tribe-community-events .tribe-section div.tribe-section-content {
  border: 1px solid #c0c0c0;
  margin: 0;
}
body.tribe_community_edit .tribe-community-events .tribe-section.tribe-section-taxonomy .tribe-dropdown .select2-choices .select2-search-field {
  padding: 0;
}
body.tribe_community_edit .tribe-section.tribe-section-datetime input {
  display: inline-block;
  border-radius: 0;
}
body.tribe_community_edit .tribe-section.tribe-section-datetime h3 {
  font-size: 20px;
  text-transform: none;
  font-style: normal;
  font-weight: 700;
  color: #464646;
}
body.tribe_community_edit .eventForm input.tribe-datepicker {
  width: 110px;
  margin-right: 10px;
}
body.tribe_community_edit .eventForm input.tribe-timepicker {
  width: 80px;
}
body.tribe_community_edit .tribe-community-events .tribe-section-image-uploader.tribe-section div.tribe-section-content {
  padding: 40px 0;
}
body.tribe_community_edit .button {
  border-radius: 0;
}
body.tribe_community_edit .button.button-next-step, body.tribe_community_edit .button_preview_button {
  background-color: #ff6f4d;
  padding: 15px 30px;
  color: #464646;
  text-align: center;
  min-width: 300px;
}
body.tribe_community_edit .button.button-next-step.tribe-button.submit, body.tribe_community_edit .button_preview_button.tribe-button.submit {
  background-color: #5fc17b;
  color: #464646;
}
@media screen and (max-width: 640px) {
  body.tribe_community_edit .button.button-next-step, body.tribe_community_edit .button_preview_button {
    min-width: 200px;
  }
}
body.tribe_community_edit .tribe-section-table.eventForm table tbody tr:nth-child(even) {
  background: none;
}
body.tribe_community_edit .tribe-community-events .tribe-section table.tribe-section-content tr {
  border: none;
  margin: 4px 0;
}
body.tribe_community_edit .tribe-community-events .tribe-section table.tribe-section-content tr.error {
  padding-bottom: 2px;
  border-bottom: 1px solid #dc3232;
}
body.tribe_community_edit .create-event_box .tribe-section-content {
  color: #464646;
  font-style: normal;
}
body.tribe_community_edit .create-event_box table.tribe-section-content tbody {
  border: none;
  background: none;
}
body.tribe_community_edit .tribe-community-events .tribe-section table.tribe-section-content td {
  padding: 6px 0;
}
body.tribe_community_edit .tribe-community-events .tribe-section table.tribe-section-content td:first-child {
  vertical-align: middle;
  padding-left: 0;
  font-weight: 700;
}
body.tribe_community_edit .saved-organizer-table-cell label {
  display: none;
}
body.tribe_community_edit .tribe-community-events .events-community-post-website label {
  color: #464646;
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
  margin: 20px 0 10px;
}
body.tribe_community_edit input#EventURL {
  width: 100%;
}
body.tribe_community_edit .tribe-community-event-info {
  margin: 20px 0;
}
body.tribe_community_edit .tribe-community-events .tribe-section.tribe-section-organizer input[type=text],
body.tribe_community_edit .tribe-community-events .tribe-section.tribe-section-venue input[type=text],
body.tribe_community_edit .tribe-community-events .tribe-section.tribe-section-venue input,
body.tribe_community_edit .tribe-community-events .tribe-section.tribe-section-organizer input {
  width: 100%;
}
body.tribe_community_edit .tribe-community-events .tribe-section table.tribe-section-content .tribe-dropdown.select2-container {
  width: 100%;
  padding: 4px;
  border: 1px solid #ddd;
  background: #f3f3f3;
}
body.tribe_community_edit .tribe-community-events .tribe-section table.tribe-section-content .tribe-dropdown.select2-container .select2-choice {
  width: 100%;
  border: none;
  background: #f3f3f3;
}
body.tribe_community_edit span.event_field_info {
  font-size: 12px;
}
body.tribe_community_edit .select2-results .select2-result {
  color: #464646;
}
body.tribe_community_edit .select2-results .select2-result.select2-highlighted {
  color: #fff;
}
body.tribe_community_edit .tribe-community-events .wp-editor-wrap {
  margin-top: 10px;
}
body.tribe_community_edit .tribe-community-events .tribe-community-notice {
  margin: 0;
}
body.tribe_community_edit #search-panel,
body.tribe_community_edit #wp-link p.howto {
  display: none;
}
body.tribe_community_edit .bubble {
  background-color: transparent;
  border: 0;
}
body.tribe_community_edit #event_captcha .tribe-community-event-info {
  margin: 20px 0 0;
}
body.tribe_community_edit .close-button {
  font-size: 4rem;
}
body.tribe_community_edit .close-button.right-bottom {
  right: 1rem;
  bottom: 0.5rem;
  top: auto;
}
body.tribe_community_edit .hentry {
  position: relative;
}
body.tribe_community_edit .logoPreview img {
  max-width: 80px;
}
body.tribe_community_edit h2.event_preview_title {
  font-size: 32px;
}
body.tribe_community_edit .reveal.events-single .tribe-button.submit {
  margin-bottom: 0;
}
body.tribe_community_edit footer {
  bottom: 0;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 900px) {
  body.tribe_community_edit footer {
    position: relative;
  }
}
body.tribe_community_edit h2.newevent_success_message {
  font-size: 40px;
  text-transform: uppercase;
  margin: 40px 0;
}
body.tribe_community_edit p.newevent_add_another a {
  color: #ff0500;
}
body.tribe_community_edit p.newevent_add_another a:hover {
  text-decoration: underline;
}
body.tribe_community_edit p.newevent_back_to_calendar_par {
  text-align: right;
  margin-right: 20px;
  padding-bottom: 20px;
}
body.tribe_community_edit a.newevent_back_to_calendar {
  color: #0a0a0a;
}
body.tribe_community_edit a.newevent_back_to_calendar:hover {
  text-decoration: underline;
}
body.tribe_community_edit a span.event_navigation_arrow {
  display: inline-block;
  width: 40px;
  color: #0a0a0a;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  background-position: bottom;
  background-size: 30px;
}
body.tribe_community_edit a span.event_navigation_arrow.event_navigation_left {
  background-image: url("../images/arrow-left.svg");
}
body.tribe_community_edit a span.event_navigation_arrow.event_navigation_right {
  background-image: url("../images/arrow-right.svg");
}
@media screen and (max-width: 640px) {
  body.tribe_community_edit .create-event_box h2 {
    font-size: 20px;
  }
  body.tribe_community_edit span.edit_event_go_prev_step {
    left: 40px;
    width: 200px;
    text-align: left;
    top: 10px;
  }
  body.tribe_community_edit img.hand_down {
    margin: 10px 0;
  }
  body.tribe_community_edit .tribe-section {
    margin: 12px 0;
  }
  body.tribe_community_edit .tribe-community-events {
    padding-top: 0;
  }
  body.tribe_community_edit .community-events-header {
    height: 80px;
  }
  body.tribe_community_edit .community-events-header h2.my-events {
    padding-top: 50px;
    text-align: center;
  }
  body.tribe_community_edit tr.tribe-linked-type-venue-province td:first-child {
    padding-top: 12px;
  }
  body.tribe_community_edit .create-event_box {
    padding: 40px;
  }
  body.tribe_community_edit .eventForm input.tribe-datepicker {
    width: 160px;
  }
  body.tribe_community_edit .tribe-community-events .tribe-section table.tribe-section-content td {
    padding: 3px 0;
  }
  body.tribe_community_edit .reveal.events-single .tribe-events-single-event-description.tribe-events-content {
    margin-top: 30px;
    border-top: 1px solid;
    padding-top: 30px;
  }
}

.tribe-community-notice-update p {
  font-size: 20px;
}

.tribe-community-notice-update p a {
  font-size: 20px;
}

/* SINGLE EVENT */
.events-single {
  /*@media screen and (max-width: 640px) {
  	.tribe-events-single-event-description.tribe-events-content {
  		margin-top: 30px;
  		border-top: 1px solid;
  		padding-top: 30px;
  	}
  }*/
}
.events-single .hero-image-post {
  background-color: red;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  min-height: 470px;
}
@media screen and (max-width: 640px) {
  .events-single .hero-image-post {
    min-height: 200px;
  }
}
.events-single .hentry {
  background-color: #fff;
  padding: 40px 100px;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .events-single .hentry {
    padding: 20px;
  }
}
.events-single .events-info_box_header {
  position: absolute;
  bottom: 0;
  text-shadow: 0 0 15px #000;
}
.events-single .tribe-events-schedule h2 {
  font-size: 20px;
  color: #fff;
  padding-left: 100px;
  display: block;
  margin: 0;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .events-single .tribe-events-schedule h2 {
    padding-left: 0px;
    font-size: 18px;
    line-height: 1.2;
  }
}
.events-single h1.tribe-events-single-event-title {
  font-size: 40px;
  color: #fff;
  padding-left: 100px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .events-single h1.tribe-events-single-event-title {
    padding-left: 0px;
    font-size: 32px;
    line-height: 1;
  }
}
.events-single .tribe-events-single-event-share a img {
  margin-right: 30px;
}
.events-single .tribe-events-footer {
  text-align: right;
}
.events-single a span.event_navigation_arrow {
  display: inline-block;
  width: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  background-position: bottom;
  background-size: 30px;
}
.events-single a span.event_navigation_arrow.event_navigation_left {
  background-image: url("../images/arrow-left.svg");
}
.events-single a span.event_navigation_arrow.event_navigation_right {
  background-image: url("../images/arrow-right.svg");
}
.events-single .tribe-events-event-meta {
  margin-top: 0;
  margin-bottom: 0;
}
.events-single .tribe-events-event-meta:first-child {
  border: none;
}
.events-single .tribe-events-event-meta dt {
  margin-top: 20px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.events-single .tribe-events-event-meta dt:first-child {
  margin-top: 0;
}
.events-single .tribe-events-event-meta dl {
  margin-bottom: 20px;
}
.events-single .tribe-venue-location address {
  font-style: normal;
}
.events-single abbr, .events-single abbr[title] {
  border-bottom: none;
}
.events-single dd {
  word-wrap: break-word;
}

/* SINGLE POST */
body.single-post .hero-image-post, body.page-template-default .hero-image-post, body.error404 .hero-image-post {
  background-color: red;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  min-height: 470px;
}
@media screen and (max-width: 640px) {
  body.single-post .hero-image-post, body.page-template-default .hero-image-post, body.error404 .hero-image-post {
    min-height: 200px;
  }
}
body.single-post .hentry, body.page-template-default .hentry, body.error404 .hentry {
  background-color: #fff;
  padding: 60px 100px;
  margin: 0;
}
@media screen and (max-width: 640px) {
  body.single-post .hentry, body.page-template-default .hentry, body.error404 .hentry {
    padding: 20px;
  }
}
body.single-post .events-info_box_header, body.page-template-default .events-info_box_header, body.error404 .events-info_box_header {
  position: absolute;
  bottom: 0;
  text-shadow: 0 0 15px #000;
}
body.single-post .tribe-events-schedule h2, body.page-template-default .tribe-events-schedule h2, body.error404 .tribe-events-schedule h2 {
  font-size: 20px;
  color: #fff;
  padding-left: 100px;
  display: block;
  margin: 0;
  font-weight: 700;
}
body.single-post h1.tribe-events-single-event-title, body.page-template-default h1.tribe-events-single-event-title, body.error404 h1.tribe-events-single-event-title {
  font-size: 40px;
  color: #fff;
  padding-left: 100px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  body.single-post h1.tribe-events-single-event-title, body.page-template-default h1.tribe-events-single-event-title, body.error404 h1.tribe-events-single-event-title {
    padding-left: 0px;
    font-size: 32px;
    line-height: 1;
  }
}
body.single-post .post-single-share, body.page-template-default .post-single-share, body.error404 .post-single-share {
  margin-bottom: 30px;
}
body.single-post .post-single-share p, body.page-template-default .post-single-share p, body.error404 .post-single-share p {
  margin: 0 0 4px;
}
body.single-post .post-single-share a img, body.page-template-default .post-single-share a img, body.error404 .post-single-share a img {
  margin-right: 30px;
}
body.single-post .single-post-footer, body.page-template-default .single-post-footer, body.error404 .single-post-footer {
  text-align: right;
  margin: 30px 0;
}
body.single-post a span.event_navigation_arrow, body.page-template-default a span.event_navigation_arrow, body.error404 a span.event_navigation_arrow {
  display: inline-block;
  width: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  background-position: bottom;
  background-size: 30px;
}
body.single-post a span.event_navigation_arrow.event_navigation_left, body.page-template-default a span.event_navigation_arrow.event_navigation_left, body.error404 a span.event_navigation_arrow.event_navigation_left {
  background-image: url("../images/arrow-left.svg");
}
body.single-post a span.event_navigation_arrow.event_navigation_right, body.page-template-default a span.event_navigation_arrow.event_navigation_right, body.error404 a span.event_navigation_arrow.event_navigation_right {
  background-image: url("../images/arrow-right.svg");
}
body.single-post a.back_to_blog_link, body.page-template-default a.back_to_blog_link, body.error404 a.back_to_blog_link {
  color: #0a0a0a;
}

/* 404 */

/*# sourceMappingURL=custom.css.map */
