/*
Theme Name:         Kindling Chap Theme
Theme URI:          https://chap.website
Description:        Chap is a WordPress theme using Semantic UI CSS framework.
Author:             websevendev
Author URI:         https://themeforest.net/user/websevendev
Template:           chap
Version:            1.0.0
License:            Regular License
License URI:        https://themeforest.net/licenses/terms/regular
Tags:               custom-menu, editor-style, theme-options
Text Domain:        chap
*/
@import url("typography.css");
@import url("home.css");
@import url("multiverse.css");
@import url("icomoon/style.css");

/* fix scrollup on opening donate modal */
html.with-featherlight {
  overflow: visible !important;
}
body .pusher .segment {
  padding-top: 100px;
}
.full.height > .ui.masthead.segment {
  margin-bottom: 0;
}
.ui.inverted.vertical.masthead.segment {
  min-height: 100px;
}
@media only screen and (min-width: 767px) {
  .ui.inverted.vertical.masthead.segment {
    min-height: 50px;
  }
}

@media only screen and (min-width: 767px) {
  .full.height > .ui.masthead.segment > .ui.title.container {
    margin-top: 8vw;
    margin-bottom: 8vw;
  }
}
.ui.masthead.segment .ui.title.container > .ui.header {
  /* font-size: 4vw; */
  font-size: calc(42px + 16 * ((100vw - 320px) / 1200));
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  text-shadow: 0px 0px 20px #000000;
}
.menu-wrapper {
  background: #323232;
  color: #fff;
  display: block;
  width: 100%;
  z-index: 100;
  position: fixed;
  /* height: 50px; */
}
.menu-wrapper .ui.container {
  position: relative;
}
.ui.mainmenu.flex-grid {
  margin: 0;
}
.ui.masthead.segment .ui.mainmenu {
  margin-bottom: 0;
}
.menu-wrapper .ui.input input.search-field {
  background: none;
}
.menu-wrapper .ui.input {
  color: #fff;
}
.menu-wrapper .widget_search {
  border: 1px solid #555;
}
.menu-wrapper .ui.flex-grid > .column {
  padding: 0px;
  align-items: center;
}
.header-widgets.menu .ui.donate.button,
.menu-wrapper .ui.donate.button {
  background: #eb0000;
  border-radius: 2rem;
  box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  text-align: center;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 16px !important;
  font-weight: 500;
  margin: 4px 0 4px 10px;
  text-transform: none;
}
.donate.button.mobile-display {
  display: block;
  padding: 8px 16px;
}
.donate.button.desktop-display {
  display: none;
}
@media only screen and (min-width: 767px) {
  .donate.button.mobile-display {
    display: none;
  }
  .donate.button.desktop-display {
    display: block;
    padding: 0 16px;
  }
}
.donate.button a {
  color: white;
}
.logo-area {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-right: 20px;
  cursor: pointer;
}
.logo-area a {
  display: flex;
  align-content: center;
}
.logo-area:hover img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%)
    contrast(100%);
}
.logo-area img {
  max-height: 5rem;
  width: 50px;
  height: 50px;
  transition: all 0.5s ease-out;
  position: relative;
  filter: invert(30%) sepia(50%) saturate(3000%) hue-rotate(-25deg)
    brightness(80%) contrast(107%);
}
.menu-wrapper nav {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .ui.menu > .right.header-widgets.menu {
    justify-content: space-evenly !important;
    margin: 0 !important;
    padding-bottom: 5px;
    align-items: flex-end;
    width: 100%;
  }
  .user-menu {
    max-width: 20%;
  }
}
body .ui.masthead.segment {
  padding-top: 0px !important;
}
#primary_menu a.active {
  color: #eb0000;
}
#primary_menu .ui.secondary.inverted.menu .link.item,
#primary_menu .ui.secondary.inverted.menu a.item,
#primary_menu.ui.secondary.pointing.menu a.item {
  border: 0px;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 16px;
  padding: 0.85714em 0.8em;
  color: #fff;
  transition: all 0.2s ease-out;
}
#primary_menu.ui.secondary.pointing.menu a.item:hover,
#primary_menu.ui.secondary.pointing.menu a.item.active {
  color: #eb0000 !important;
}
body .pusher .full.height .main.grid {
  margin-bottom: 0px;
}

.full.height > .ui.footer.segment {
  padding-top: 0px;
}
.footer .ui.segment {
  padding: 0px !important;
}
.footer .ui.grid > .row {
  padding-top: 0px;
  padding-bottom: 0px;
}
.ui.grid .row section.footer-widget {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.menu-footer-menu-container {
  margin-bottom: 1rem;
}
.footer-widget-single {
  text-align: center;
  align-items: center;
  color: #ffffff;
  padding: 50px 25%;
  font-family: "Raleway", sans-serif;
  /* min-height: 510px; */
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  /* justify-content: space-between; */
}
.footer-widget {
  display: flex;
  width: 100%;
}
.footer-widget > .custom-html-widget {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
/* .footer-widget-single > .content-wrapper {
  flex: 1 0 auto;
} */
.footer-widget-single .ui.button {
  background: #ffffff;
  border-radius: 50px;
  box-shadow: 2.83px 2.83px 2px rgba(0, 0, 0, 0.12);
  text-transform: uppercase;
  /* font-size: 20px; */
  font-size: calc(14px + 4 * ((100vw - 320px) / 1200));
  margin-top: 30px;
  font-weight: bold;
  white-space: nowrap;
}
.footer-widget-single .footer-widget-header {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 767px) {
  .footer-widget-single .footer-widget-header {
    min-height: 8rem;
  }
}
.footer-widget-single .footer-widget-header h4 {
  /* font-size: 64px; */
  font-size: calc(26px + 30 * ((100vw - 320px) / 1200));
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  margin-top: 10px;
  line-height: 1em;
  color: inherit;
}

.footer-widget-single .footer-content-wrapper {
  flex: 1 0 auto;
}
.footer-widget-single .social-connect {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}
.footer-widget-single .ui.button {
  padding: 4% 7% !important;
}
@media only screen and (min-width: 890px) {
  .footer-widget-single .social-connect li {
    padding: 0 8px;
  }
}
.footer-widget-single .social-connect img {
  max-width: inherit;
}
.footer-support {
  background-color: #eb0000;
}
.footer-support .ui.button {
  color: #eb0000;
}
.footer-connect {
  background-color: #fc5200;
}
.footer-connect .ui.button {
  color: #fc5200;
}
.footer-submit {
  background-color: #ffad00;
}
.footer-submit .ui.button {
  color: #ffad00;
}
.footer-widget hr {
  border: 0px;
  border-bottom: 10px solid white;
  width: 40px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.footercta-icon {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  padding-right: 1px;
}
.footercta-icon:after {
  content: " ";
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  left: 0px;
  filter: invert(1);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.support-icon {
  background-color: #eb0000;
}
.support-icon:after {
  background-image: url("img/support.svg");
}
.connect-icon {
  background-color: #fc5200;
}
.connect-icon:after {
  background-image: url("img/email.svg");
}
.submit-icon {
  background-color: #ffad00;
}
.submit-icon:after {
  background-image: url("img/submit.svg");
}
.footer .footer_image {
  margin-top: 50px !important;
}
/************ MO ***********/
.topmenu {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 767px) {
  .topmenu {
    justify-content: space-around;
  }
}
.header-widgets.menu #searchform input {
  color: white;
}
#searchform {
  /* flex: 1 0 auto; */
}
@media only screen and (min-width: 767px) {
  #searchform {
    margin-left: 1rem;
  }
}
.login-link {
  display: inline-block;
  padding: 5px 20px;
}
.login-link a {
  color: #eb0000;
  font-size: 1.25rem;
}
#menu-user .ui.menu {
  background: transparent;
}
#menu-user i.user.circle.icon {
  font-size: 2rem;
  line-height: 1rem;
  height: inherit;
}
#menu-user .menu-item-has-children {
  padding: 8px 10px !important;
}
.custom-footer-image {
  margin: 50px 0 10px;
}
.custom-footer-image .image-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.custom-footer-image .image-wrapper img {
  filter: invert(30%) sepia(50%) saturate(3000%) hue-rotate(-25deg)
    brightness(80%) contrast(107%);
  width: 200px;
  height: auto;
}
.custom-footer-image .image-wrapper span {
  display: block;
  font-size: 1.7rem;
  margin-top: 1rem;
}
/* This hides the search form at the top of the 'Gather' Tiles shortcode */
#mec_search_form_27 {
  display: none !important;
}

.mec-fes-form,
.mec-fes-list {
  background: none;
  padding: 1rem 3%;
}

.mec-fes-form .mec-fes-form-cntt {
  width: 100%;
  max-width: 100%;
}

.mec-fes-form .mec-meta-box-fields h4 {
  color: inherit;
  background: none;
}
.mec-fes-form .mec-title span.mec-dashicons {
  color: inherit;
}

.mec-fes-form .mec-meta-box-fields {
  border-color: #ccc;
}

.mec-fes-form input[type="email"],
.mec-fes-form input[type="number"],
.mec-fes-form input[type="password"],
.mec-fes-form input[type="tel"],
.mec-fes-form input[type="text"],
.mec-fes-form select,
.mec-fes-form textarea {
  border-color: #ccc;
}
.mec-tag-label {
  display: inline-block !important;
  width: 100%;
  vertical-align: top;
}
@media only screen and (min-width: 767px) {
  .mec-tag-label {
    width: 47%;
  }
}
@media only screen and (min-width: 1100px) {
  .mec-tag-label {
    width: 33%;
  }
}

.mec-event-grid-classic .mec-event-title {
  min-height: 3em;
  font-size: 18px;
}
.mec-event-grid-classic .mec-event-article {
  font-family: "Raleway", sans-serif;
  border:0px;
}
.mec-event-grid-classic .mec-event-article .mec-event-image a {
  float: left;
  width: 100%;
}
.mec-event-grid-classic .mec-localtime-details .mec-localdate,
.mec-event-grid-classic .mec-localtime-details .mec-localtime {
  display: block;
}
.mec-event-grid-classic .mec-event-date {
}
.mec-event-grid-classic .mec-event-date {
  width: 100%;
  margin: 0px !important;
}
.mec-event-grid-classic .mec-event-content {
  margin: 0px;
  padding: 0px;
}

.mec-skin-grid-container .mec-event-article .flip-container .front,
.mec-skin-grid-container .mec-event-article .flip-container .back {
  border: 4px solid #aaaaaa;
  background: #FFFFFF;
}
.mec-category-gather.mec-event-article .flip-container .front,
.mec-category-gather.mec-event-article .flip-container .back  {
  border: 4px solid #155160;
}
.mec-category-experience.mec-event-article .flip-container .front,
.mec-category-experience.mec-event-article .flip-container .back {
  border: 4px solid #1d879f;
}
.mec-category-play.mec-event-article .flip-container .front,
.mec-category-play.mec-event-article .flip-container .back  {
  border: 4px solid #ffad00;
}
.mec-category-co-learn.mec-event-article .flip-container .front,
.mec-category-co-learn.mec-event-article .flip-container .back {
  border: 4px solid #fc5200;
}
.mec-category-ignite.mec-event-article .flip-container .front,
.mec-category-ignite.mec-event-article .flip-container .back  {
  border: 4px solid #eb0000;
}

.mec-skin-grid-container .mec-event-article .mec-event-date   {
  background: #aaaaaa;
  color: #ffffff;
  padding-top: 6px;
}
.mec-event-grid-classic .mec-localtime-details, .mec-event-grid-clean .mec-localtime-details {
  line-height:19px;
}
.mec-category-gather.mec-event-article .mec-event-date,
#mec_skin_events_97 .mec-event-grid-classic .mec-event-date {
  background: #155160;
  color: #ffffff;
}
.mec-category-experience.mec-event-article .mec-event-date,
#mec_skin_events_98 .mec-event-grid-classic .mec-event-date {
  background: #1d879f;
  color: #ffffff;
}
.mec-category-play.mec-event-article .mec-event-date,
#mec_skin_events_99 .mec-event-grid-classic .mec-event-date {
  background: #ffad00;
  color: #ffffff;
}
.mec-category-co-learn.mec-event-article .mec-event-date,
#mec_skin_events_100 .mec-event-grid-classic .mec-event-date {
  background: #fc5200;
  color: #ffffff;
}
.mec-category-ignite.mec-event-article .mec-event-date,
#mec_skin_events_101 .mec-event-grid-classic .mec-event-date {
  background: #eb0000;
  color: #ffffff;
}

/* CSS Specific to the kindle-an-event page */
#kindling_instructions {
  background: #fafafa !important;
}
#kindling_instructions span.number {
  width: 3.5rem;
  height: 3.5rem;
  font-size: 2.5rem;
  background: #e80000;
  border-radius: 3.5rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}
#kindling_instructions span.number.background-play {
  font-size: 2.15rem;
}
#kindling_instructions .ui.button {
  width: 100%;
  font-size: 18px;
  padding: 1rem;
  text-transform: none;
  font-family: "Raleway", sans-serif;
}
#kindling_instructions .vc_row.vc_inner .wpb_column {
  border: 1.5rem solid #ccc;
  min-height: 430px;
  text-align: center;
  padding: 1rem;
}
#kindling_instructions .content-instructions {
  min-height: 130px;
}
#questions_support {
  background: #f6f6f6 !important;
}
#multiverse_section {
  padding-top: 250px;
  padding-bottom: 250px;
}
#kindling_criteria ul li {
  margin-bottom: 1rem;
}

.event-detail-element-wrapper {
  overflow: hidden;
}
.event-detail-element-wrapper .ui.grid > .column:not(.row) {
  padding: 0px;
}
.event-detail-element-wrapper .event-detail-content {
  padding: 2rem 1rem;
}
.event-detail-element-wrapper .featured-image {
  overflow: hidden;
  min-height: 555px;
  background-position: center center;
  background-size: cover;
}
.event-detail-element-wrapper h2 {
  color: #000;
  font-size: 38px;
}
.event-detail-element-wrapper img {
  width: 100%;
}
.event-detail-element-wrapper h3 {
  color: #000;
  font-size: 24px;
}
.event-detail-element-wrapper h4 {
  color: #000;
  font-size: 18px;
}
.event-detail-element-wrapper.right-align-image {
  direction: rtl;
}
.event-detail-element-wrapper.right-align-image .column {
  direction: ltr;
}

/* specific to subscribe page */
.subscribe-form-wrapper {
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}
.subscribe-form-wrapper {
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 767px) {
  .subscribe-form-wrapper {
    max-width: 60%;
    margin: 0 auto;
  }
}

.subscribe-form-wrapper .ui.form .field input[type="text"],
.subscribe-form-wrapper .ui.form .field input[type="email"] {
  padding: 1.5rem 2.5rem;
  border-radius: 30px;
}
.subscribe-form-wrapper .ui.form select {
  padding: 1.3rem 2.5rem;
  border-radius: 30px;
  background: linear-gradient(45deg, transparent 50%, #656565 50%),
    linear-gradient(135deg, #656565 50%, transparent 50%);
  background-position: calc(100% - 30px) calc(1em + 10px),
    calc(100% - 20px) calc(1em + 10px), 100% 0;
  background-size: 10px 10px, 10px 10px, 2.4em 2.4em;
  background-repeat: no-repeat;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.subscribe-form-wrapper .ui.form .ui.button {
  background-color: #eb0000;
}
/* specific to search */
.search-results-wrapper {
  margin: 7rem auto 2rem;
  max-width: 90%;
}
@media only screen and (min-width: 767px) {
  .search-results-wrapper {
    max-width: 75%;
    margin-top: 4rem;
  }
}
.search-results-wrapper h1 {
  margin-bottom: 4rem;
}
.search-form-wrapper {
  margin-bottom: 4rem;
}
.search-form-wrapper .ui.action.input:not([class*="left action"]) > input,
.ui.action.input:not([class*="left action"]) > input.search-field {
  border-right-color: rgba(34, 36, 38, 0.15) !important;
}
.search-form-wrapper .ui.action.input:not([class*="left action"]) input:focus {
  border-right-color: #2185d0 !important;
}
/* events page fixes */
#main-content.mec-container {
  width: 100% !important;
  margin-top: 3rem;
}
@media only screen and (min-width: 767px) {
  #main-content.mec-container {
    margin-top: 1rem;
  }
}
/* submit content form styles */
.submit-content-form-wrapper {
  margin-top: 20px;
}
.submit-content-form-wrapper .mec-fes-message {
  padding: 100px 0 0;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .submit-content-form-wrapper {
    margin-top: 30px;
  }
  .submit-content-form-wrapper .mec-fes-message {
    margin: 4rem 0;
  }
}
.mec-fes-form {
  color: #4f4f4f;
}
.mec-fes-form hr {
  margin: 2rem 0;
  border-top: #fafafa;
}
.mec-fes-form .instructions {
  display: block;
  line-height: 1.2;
  margin-top: -0.8rem;
  margin-bottom: 0.8rem;
}
#mec-tags > p {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0.5rem 0 1.5rem;
}
.mec-fes-form .mec-meta-box-fields {
  border: none;
  padding: 0;
}
.mec-fes-form .mec-form-row input[type="checkbox"],
.mec-fes-form .mec-form-row input[type="checkbox"]:hover {
  color: rgba(0, 0, 0, 0.87);
  border: 1px solid rgba(0, 0, 0, 0.87);
  box-shadow: none;
}
.mec-fes-form .mec-form-row input[type="checkbox"]:checked,
.mec-fes-form .mec-form-row input[type="radio"]:checked {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.87);
  background: rgba(0, 0, 0, 0.87) !important;
}
/****** GF feedback form *******/
.gf-feedback.ui.form {
  max-width: 75%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gf-feedback .gform_wrapper {
  display: inline-block;
  margin-top: -0.5rem;
}
.gf-feedback .gform_wrapper ul.gfield_checkbox li label,
.gf-feedback .gform_wrapper ul.gfield_radio li label {
  display: inline;
  font-size: 1.1rem;
  padding-left: 6px;
}
.gf-feedback form {
  border: 1px solid #dbdbdb;
  padding: 1.5rem;
  margin: 1rem;
}
.gf-feedback .gform_wrapper .gform_footer {
  padding: 0;
  text-align: center;
}
.gf-feedback .gform_wrapper .gform_button.button {
  background: #eb0000;
  border-radius: 2rem;
  text-align: center;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 16px !important;
  font-weight: 500;
  text-transform: none;
  padding: 0.5rem 2rem;
  border: transparent;
}
.gf-feedback .gform_wrapper .top_label .gfield_label,
.gform_wrapper legend.gfield_label {
  display: block;
  text-align: center;
}
.gf-feedback
  .gform_wrapper.gf_browser_chrome
  .gfield_radio
  li
  input[type="radio"] {
  margin-top: -1px;
}

/****** GF contact form *******/
.contact-form-wrapper {
  margin: 50px auto;
}
.contact-form-wrapper h1 {
  text-align: left;
}
.contact-form-wrapper p {
  margin: 2.5rem 0 !important;
}
.gf-contact .one-of-two {
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width: 767px) {
  .gf-contact .one-of-two {
    display: inline-block;
    width: 50%;
  }
}
.gf-contact .gform_wrapper li label {
  font-size: 1.1rem !important;
}
.gf-contact
  .gform_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  padding: 1rem;
  border-radius: 30px;
}

.gf-contact .gform_wrapper .gform_footer {
  text-align: center;
}
.gf-contact .gform_wrapper .gform_button.button {
  background: #eb0000;
  border-radius: 2rem;
  text-align: center;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 16px !important;
  font-weight: 500;
  text-transform: none;
  padding: 1rem 4rem;
  border: transparent;
}
/******* submitted content list specific ******/
.mec-fes-list .mec-good-to-go {
  background: #4fb8d7 !important;
}
.mec-fes-list .mec-denied {
  background: #e35050 !important;
}
.mec-fes-list .mec-needs-more-info {
  background: #ff8b00 !important;
}

/********* 404 *********/
.error404 .ui.main.container {
  margin: 50px auto 150px !important;
}

/******* mobile *******/

@media only screen and (max-width: 767px) {
  .bman-booking-wrapper {
    padding-top: 100px;
  }
  .mec-events-meta-group.mec-events-meta-group-booking {
    position: relative;
    padding: 15px;
    border-top: 102px solid transparent;
    margin-top: -100px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
  }

  .mec-events-meta-group.mec-events-meta-group-booking:before {
    content: "";
    position: absolute;
    top: -90px;
    left: 0;
    right: 0;
    border-top: 1px solid #ccc;
  }
}

#clickandpledge_card_csc {
  font-size: 16px !important;
}

.mec-event-grid-classic .mec-event-content {
    min-height: 100px;
}
.mec-event-grid-classic .mec-event-article {
    text-align: center;
}
.flip-container .mec-event-footer .mec-booking-button {
    background-color: #eb0000;
    color:#FFFFFF;
    font-weight: bold;
}
.flip-container {
	perspective: 1000px;
    -webkit-perspective: 1000px;
}
.flip-container .event-color {
    display: none;
}
.mec-event-grid-classic .flip-container img {
    float: left;
}

/* flip the pane when hovered */
.flip-container.hover .flipper {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}

.flip-container .back .mec-event-title{
    text-align:left;
    padding:10px;
}
.flip-container, 
.front, 
.back {
	width: 		320px;
	height: 	502px;
	max-width:	100%;
    position:   relative;
    display:    inline-block;
}
.flip-container .front , 
.flip-container .back {
    overflow:hidden;
    -webkit-backface-visibility: hidden ;
}
.flip-container .mec-event-footer {
    position: absolute;
    width: 100%;
    bottom: 0px;
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;
    -webkit-transition: .6s;
    -webkit-transform-style: preserve-3d;
	position: relative;
}

/* hide back of pane during swap */
.flip-container .front, 
.flip-container .back {
	backface-visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
}
.front .mec-event-image {
    
    overflow: hidden;   
}
.mec-event-footer .mec-booking-flip {
    box-shadow: none;
    transition: all .21s ease;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #fff;
    color: #767676;
    border: 1px solid #e8e8e8;
    position: absolute;
    top: 20px;
    left: 15px;
    padding: 0 16px;
    line-height: 37px;
    height: 38px;
}

/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}
.flip-container .back .mec-event-footer .mec-booking-flip {
    border: 0px;
    background: none;
    font-size: 38px;
    line-height: 1em;
    top: 20px;
}
.flip-container .back .mec-event-footer .mec-booking-flip i.icon {
  line-height: 1;
}
/* back, initially hidden pane */
.back {
	transform: 	rotateY(180deg);
    padding: 0px;
}
.back  h4.mec-event-title {
    font-size:15px;
}
.flip-container .back .mec-event-content {
    padding:10px;
    padding-top:0px;
    text-align:left;
    font-size:14px;
    line-height:1.4em;
    color:#333;
}
.flip-container .back .mec-event-content p{
    font-size:inherit;
    line-height:inherit;
}
