.mg__speaker {
  padding: 10px 20px;
  text-align: center; }
  .mg__speaker-image {
    width: 145px;
    height: 145px;
    border-radius: 100%;
    background: #ccc;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; }
    .mg__speaker-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }

.mg__speaker-slider .slick-arrow {
  z-index: 9999; }
.mg__speaker-slider .slick-next {
  right: 0; }
.mg__speaker-slider .slick-prev {
  left: 0; }
.mg__speaker-slider .slick-prev:hover,
.mg__speaker-slider .slick-prev:focus,
.mg__speaker-slider .slick-next:hover,
.mg__speaker-slider .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.mg__events {
  margin-bottom: 40px; }

#mg_event_category-filter {
  list-style: none;
  display: flex;
  padding-left: 0;
  margin-top: 40px;
  margin-bottom: 40px; }
  #mg_event_category-filter .mg_event-cat {
    margin-right: 10px;
    font-size: 14px; }
    #mg_event_category-filter .mg_event-cat.selected {
      font-weight: bold; }
    #mg_event_category-filter .mg_event-cat:hover {
      cursor: pointer; }

.mg__events-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin-bottom: 40px; }

.mg__event-image {
  position: relative;
  margin-bottom: 15px; }
.mg__event-label {
  position: absolute;
  top: 30px;
  left: 0;
  display: flex;
  flex-direction: column; }
  .mg__event-label span {
    background: #fff;
    color: #000;
    text-transform: uppercase;
    padding: 5px 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    font-size: 13px; }
.mg__event-category {
  list-style: none;
  padding-left: 0;
  margin-bottom: 5px; }
  .mg__event-category li a {
    color: #000; }
.mg__event-tag span {
  font-size: 13px; }
  .mg__event-tag span:last-child {
    display: none; }
.mg__event-name h3 {
  font-size: 18px;
  margin-bottom: 5px; }
  .mg__event-name h3 a {
    color: #000; }
.mg__event-time span {
  font-size: 13px;
  color: #000; }

.load_more_events {
  text-align: center; }
  .load_more_events a {
    display: inline-block;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none; }
    .load_more_events a:hover {
      background: #ccc;
      color: #fff; }

.event__header .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  padding-top: 75px;
  padding-bottom: 75px; }
.event__header .event__meta {
  display: flex;
  flex-direction: column; }
  .event__header .event__meta .event__date {
    margin-bottom: 25px; }
    .event__header .event__meta .event__date span {
      font-size: 18px;
      font-weight: bold; }
  .event__header .event__meta .event__title h1 {
    font-weight: 700;
    margin-bottom: 10px; }
  .event__header .event__meta .event__short-desc {
    margin-bottom: 25px; }
  .event__header .event__meta .event__location h4 {
    margin-bottom: 5px; }
.event__header .event__registration {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .event__header .event__registration-content {
    width: 100%;
    max-width: 350px;
    padding: 50px 20px; }
  .event__header .event__registration-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
    padding: 10px 20px;
    width: 100%;
    max-width: 300px;
    text-align: center; }

.mg__event-section {
  padding-top: 50px;
  padding-bottom: 50px; }

.event__agenda {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px; }

.event__outcomes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px; }
  .event__outcomes .event__outcome {
    background: #e7e7e7;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .event__outcomes .event__outcome-img {
      width: 100px;
      height: 100px;
      border-radius: 100%;
      overflow: hidden;
      margin-bottom: 20px; }
      .event__outcomes .event__outcome-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
    .event__outcomes .event__outcome-desc {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .event__outcomes .event__outcome-desc div {
        text-align: center; }

.event__speakers h2 {
  text-align: center;
  margin-bottom: 40px; }

.event__speaker {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  justify-content: center; }
  .event__speaker-img {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto 20px; }
    .event__speaker-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  .event__speaker-name h3 {
    text-align: center;
    margin-bottom: 5px; }
  .event__speaker-designations p {
    text-align: center;
    margin-bottom: 5px; }
  .event__speaker-org p {
    text-align: center; }

.event__partners h2 {
  text-align: center;
  margin-bottom: 40px; }
.event__partners .event__partners-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px; }
  .event__partners .event__partners-list .event__partner {
    width: 100%;
    max-width: 300px; }
    .event__partners .event__partners-list .event__partner img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }

.event__questions h2 {
  text-align: center;
  margin-bottom: 40px; }
.event__questions .button {
  padding: 10px 20px;
  background: #ccc;
  border: 1px solid #aaa;
  border-radius: 5px;
  color: #000;
  font-size: 16px;
  display: block;
  margin: auto;
  width: 100%;
  max-width: 200px;
  text-align: center; }

.wpcf7-form .grid {
  display: grid;
  grid-gap: 20px;
  margin-bottom: 20px; }
  .wpcf7-form .grid-2 {
    grid-template-columns: repeat(2, 1fr); }
.wpcf7-form span {
  width: 100%; }
  .wpcf7-form span input {
    width: 100%;
    padding: 10px 20px;
    font-family: inherit; }
.wpcf7-form input[type="submit"] {
  width: 100%;
  padding: 10px 20px;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  max-width: 200px;
  display: block;
  margin: auto; }

.registration__form-popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: flex;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: all .3s; }
  .registration__form-popup-wrapper .registration__form-popup {
    padding: 20px;
    width: 100%;
    max-width: 800px;
    margin: auto;
    background: #FFF;
    overflow: auto;
    max-height: 800px;
    padding-top: 50px;
    padding-bottom: 150px;
    position: relative; }
    .registration__form-popup-wrapper .registration__form-popup-close {
      position: absolute;
      top: 15px;
      right: 15px;
      cursor: pointer;
      font-size: 40px;
      line-height: 1;
      display: inline-flex;
      width: 45px;
      height: 45px;
      justify-content: center;
      align-items: center;
      border-radius: 100%;
      border: 1px solid #000; }
  .registration__form-popup-wrapper #rcp_submit {
    color: #fff; }

.mg__event--list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .mg__event--list-item .mg__event-name h3 a {
    color: #000; }

/*# sourceMappingURL=style.css.map */
