/**
 * weeblrAMP - Accelerated Mobile Pages for Wordpress
 *
 * @author       weeblrPress
 * @copyright    (c) WeeblrPress - Weeblr,llc - 2020
 * @package      AMP on WordPress - weeblrAMP CE
 * @license      http://www.gnu.org/copyleft/gpl.html GNU/GPL
 * @version      1.12.5.783
 *
 * 2020-05-19
 */

/*! Copyright WeeblrPress - Weeblr,llc @_YEAR_@ - Licence: http://www.gnu.org/copyleft/gpl.html GNU/GPL */

/*************************************
*
* Meetup embed
*
**************************************/

#meetup_oembed .mu_clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html #meetup_oembed .mu_clearfix, *:first-child + html #meetup_oembed .mu_clearfix {
  zoom: 1;
}

#meetup_oembed {
  background: #eee;
  border: 1px solid #ccc;
  padding: 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
}

#meetup_oembed h3 {
  font-weight: normal;
  margin: 0 0 10px;
  padding: 0;
  line-height: 26px;
  font-family: Georgia, Palatino, serif;
  font-size: 24px
}

#meetup_oembed p {
  margin: 0 0 10px;
  padding: 10px 0 0;
  line-height: 16px;
}

#meetup_oembed img {
  border: none;
  margin: 0;
  padding: 0;
}

#meetup_oembed a, #meetup_oembed a:visited, #meetup_oembed a:link {
  color: #1B76B3;
  text-decoration: none;
  cursor: hand;
  cursor: pointer;
}

#meetup_oembed a:hover {
  color: #1B76B3;
  text-decoration: underline;
}

#meetup_oembed a.mu_button {
  font-size: 14px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #A7241D;
  color: white !important;
  text-decoration: none;
  background-color: #CA3E47;
  background-image: -moz-linear-gradient(top, #ca3e47, #a8252e);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #a8252e), color-stop(1, #ca3e47));
  disvplay: inline-block;
  padding: 5px 10px;
}

#meetup_oembed a.mu_button:hover {
  color: #fff !important;
  text-decoration: none;
}

#meetup_oembed .photo {
  width: 50px;
  height: 50px;
  overflow: hidden;
  background: #ccc;
  float: left;
  margin: 0 5px 0 0;
  text-align: center;
  padding: 1px;
}

#meetup_oembed .photo img {
  height: 50px
}

#meetup_oembed .number {
  font-size: 18px;
}

#meetup_oembed .thing {
  text-transform: uppercase;
  color: #555;
}



