/* Scss Document */
/*
 * Main Colours
 */
/*
 * Other Colours
 */
/*
 * Media Queries
 */
/*
* Imports
*/
/* Scss Document */
.gsmaform .wFormContainer .wForm form .section .htmlSection .htmlContent h4 {
  text-transform: none;
}
.gsmaform .wFormContainer .wForm form .section .htmlSection .htmlContent h4 b span {
  font-family: "Open Sans", "Trebuchet MS", Arial, Helvetica, sans-serif !important;
  color: #343b3e;
}
.gsmaform .wFormContainer .wForm form .section .htmlSection .htmlContent p b {
  font-size: 11pt;
  line-height: 107%;
  color: #343b3e;
  font-family: "Open Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.gsmaform .wFormContainer .wForm form .section .oneField {
  width: 100%;
  font-family: "Open Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.gsmaform .wFormContainer .wForm form .section .oneField .label b {
  line-height: 1;
}
.gsmaform .wFormContainer .wForm form .section .oneField .label b span {
  font-family: "Open Sans", "Trebuchet MS", Arial, Helvetica, sans-serif !important;
}
.gsmaform .wFormContainer .wForm form .section .oneField .inputWrapper span {
  color: #343b3e;
}
.gsmaform .wFormContainer .wForm .primaryAction {
  background: #ec2126;
}

/* Scss Document */
body .page-container .the-page .left-side {
  /* Top post */
}
body .page-container .the-page .left-side .left-wide .gsma-vid-wrap .gsmavideo .theo-player-wrapper {
  background-color: #fff;
}
body .page-container .the-page .left-side a.backBTN {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #ec2126;
  color: #fff;
  padding: 11px 0;
  text-transform: uppercase;
  border: 1px solid #fff;
}
body .page-container .the-page .left-side .recent-post-page .top-post {
  background: #F5EBE0;
}

/*
* Events List (Custom Post Type)
*/
.events #events_upcomingevents,
.events #events_pastevents {
  display: block;
}
.events #events_upcomingevents.events_hide,
.events #events_pastevents.events_hide {
  display: none;
}
.events .upcoming_past_buttons {
  display: flex;
  justify-content: flex-end;
}
.events .upcoming_past_buttons #upcoming_events,
.events .upcoming_past_buttons #past_events {
  background: #99cccc;
  color: #fff;
  font-weight: 500;
  padding: 10px;
  margin-left: 20px;
  cursor: pointer;
  text-align: center;
}
@media (max-width: 700px) {
  .events .upcoming_past_buttons #upcoming_events,
.events .upcoming_past_buttons #past_events {
    padding: 20px;
  }
}
.events .upcoming_past_buttons #upcoming_events.active,
.events .upcoming_past_buttons #past_events.active {
  background: #00568f;
}
.events .upcoming_past_buttons #upcoming_events:hover,
.events .upcoming_past_buttons #past_events:hover {
  background: #de002b;
}
.events .aevent {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}
.events .aevent:not(:last-of-type) {
  border-bottom: 1px solid #2A2A2A;
}
.events .aevent .event_name {
  width: 100%;
  font-size: 24px;
  line-height: 38px;
  border-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 700px) {
  .events .aevent .event_name {
    margin-top: 20px;
  }
}
.events .aevent .event_name a {
  color: #de002b;
}
.events .aevent .event_name a:hover {
  color: #00568f;
}
.events .aevent .event_image_details_wrapper {
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 700px) {
  .events .aevent .event_image_details_wrapper .event_image {
    display: none;
  }
}
.events .aevent .event_image_details_wrapper .event_image .event_image_link {
  margin-top: 5px;
}
.events .aevent .event_image_details_wrapper .event_image .event_image_link img {
  height: 150px;
}
.events .aevent .event_image_details_wrapper .event_details {
  flex-grow: 1;
  flex-basis: 0;
}
@media (max-width: 700px) {
  .events .aevent .event_image_details_wrapper .event_details {
    width: 100%;
  }
}
.events .aevent .event_image_details_wrapper .event_details p {
  font-size: 16px;
  line-height: 24px;
}
.events .aevent .event_image_details_wrapper .event_details b {
  color: #00a6c9;
}
.events .aevent .event_image_details_wrapper .event_details .event_start_time,
.events .aevent .event_image_details_wrapper .event_details .event_end_time,
.events .aevent .event_image_details_wrapper .event_details .event_venue,
.events .aevent .event_image_details_wrapper .event_details .event_location,
.events .aevent .event_image_details_wrapper .event_details .event_excerpt {
  padding-left: 20px;
  padding-bottom: 5px;
}
@media (max-width: 700px) {
  .events .aevent .event_image_details_wrapper .event_details .event_start_time,
.events .aevent .event_image_details_wrapper .event_details .event_end_time,
.events .aevent .event_image_details_wrapper .event_details .event_venue,
.events .aevent .event_image_details_wrapper .event_details .event_location,
.events .aevent .event_image_details_wrapper .event_details .event_excerpt {
    padding-left: 0;
  }
}
.events.shortcode .aevent.past_event {
  display: flex;
}
.events.shortcode .aevent.past_event.nonefound,
.events.shortcode .aevent.future_event.nonefound {
  display: none;
}

/* Scss Document */
/* Sub Nav */
body .page-container .the-page .left-side #sub_nav {
  padding-top: 10px;
}
body .page-container .the-page .left-side #sub_nav ul {
  display: inline-flex;
  align-items: stretch;
  text-align: center;
  justify-content: space-evenly;
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body .page-container .the-page .left-side #sub_nav ul li {
  width: 100%;
  background: #2A2A2A;
  border: 1px solid #fff;
  padding: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .page-container .the-page .left-side #sub_nav ul li.current-menu-item {
  background: #ec2126;
}
body .page-container .the-page .left-side #sub_nav ul li a {
  color: #fff;
}

/*
 * Industry Directory
 */
#mwc-react-app {
  max-width: 100%;
  margin-bottom: 40px;
}
#mwc-react-app #loading {
  width: 100%;
  padding: 40px;
  display: flex;
  justify-content: center;
}
#mwc-react-app .no-results {
  display: none;
}
#mwc-react-app .filter_panel {
  max-width: 100%;
  background-color: #BDC3C7;
}
#mwc-react-app .filter_panel .container {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

#mwc-react-app {
  box-sizing: border-box;
}
#mwc-react-app .middle_panel {
  background: #fff;
  overflow: hidden;
  /* Sessions days */
}
#mwc-react-app .middle_panel .filter_panel {
  position: relative;
  z-index: 8;
}
#mwc-react-app .middle_panel .filter_panel img {
  display: none;
}
#mwc-react-app .middle_panel .filter_panel .fa {
  color: #000;
  font-family: "Font Awesome 5 Free";
}
#mwc-react-app .middle_panel .filter_panel .fa.fa-refresh {
  display: none;
}
#mwc-react-app .middle_panel .filter_panel .fa.fa-alphabet:before {
  content: "Aa";
  font-size: 1.4em;
  margin-right: 0.3em;
  position: relative;
  top: 1px;
}
#mwc-react-app .middle_panel .filter_panel .container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  justify-content: flex-start;
}
#mwc-react-app .middle_panel .filter_panel .container .col {
  box-sizing: border-box;
}
@media (max-width: 768px) {
  #mwc-react-app .middle_panel .filter_panel .container .col {
    margin-right: 30px;
  }
  #mwc-react-app .middle_panel .filter_panel .container .col .dropbtn {
    font-size: 18px;
  }
  #mwc-react-app .middle_panel .filter_panel .container .col .dropbtn .dropbtn_text {
    text-align: left;
  }
  #mwc-react-app .middle_panel .filter_panel .container .col .dropbtn .dropbtn_text .fa-angle-down {
    font-size: 18px;
  }
}
@media (max-width: 560px) {
  #mwc-react-app .middle_panel .filter_panel .container .col .dropdown {
    margin-right: 0;
  }
  #mwc-react-app .middle_panel .filter_panel .container .col .dropdown .dropbtn {
    font-size: 14px;
    height: 40px;
    padding: 0;
  }
  #mwc-react-app .middle_panel .filter_panel .container .col .dropdown .dropbtn .dropbtn_text .fa-angle-down {
    font-size: 16px;
    margin-left: 5px;
  }
}
@media (max-width: 420px) {
  #mwc-react-app .middle_panel .filter_panel .container .col {
    width: 100%;
  }
}
#mwc-react-app .middle_panel .filter_panel .container .search_field {
  max-width: 360px;
  padding: 0 15px;
  height: 60px;
  display: flex;
  align-items: center;
}
@media (max-width: 560px) {
  #mwc-react-app .middle_panel .filter_panel .container .search_field {
    padding: 0;
    height: 40px;
  }
}
#mwc-react-app .middle_panel .filter_panel .dropdown:hover .dropdown-content {
  display: block;
}
#mwc-react-app .middle_panel .filter_panel .dropdown .dropbtn {
  cursor: pointer;
  position: relative;
  padding: 0 15px;
  height: 60px;
  display: flex;
  align-items: center;
  margin-right: 40px;
}
@media (max-width: 560px) {
  #mwc-react-app .middle_panel .filter_panel .dropdown .dropbtn {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  #mwc-react-app .middle_panel .filter_panel .dropdown .dropbtn {
    font-size: 20px;
  }
}
#mwc-react-app .middle_panel .filter_panel .dropdown .dropbtn .dropbtn_text {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
#mwc-react-app .middle_panel .filter_panel .dropdown .dropbtn .fa-globe {
  display: none;
}
#mwc-react-app .middle_panel .filter_panel .dropdown .dropbtn .fa-angle-down {
  font-size: 25px;
  display: inline-block;
  margin-left: 10px;
  top: 0;
  position: relative;
  right: auto;
}
#mwc-react-app .middle_panel .filter_panel .dropdown .dropdown-content {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.06);
  width: 100%;
  overflow: auto;
  font-size: 0.875em;
  position: absolute;
  background: #000;
  max-height: 383px;
  max-width: 244px;
  z-index: 999;
}
#mwc-react-app .middle_panel .filter_panel .dropdown .dropdown-content a {
  display: block;
  color: #090329;
  cursor: pointer;
  padding: 0.9em 10px 0.8em;
  color: #fff;
}
#mwc-react-app .middle_panel .filter_panel .dropdown .dropdown-content a:hover {
  background-color: #fff;
  color: #000;
}
#mwc-react-app .middle_panel .filter_panel .container .filter-location {
  display: none;
}
#mwc-react-app .middle_panel .filter_panel .container .search_field .search {
  background: none;
  border-bottom: 1px solid #2A2A2A;
  margin-right: 40px;
}
@media (max-width: 560px) {
  #mwc-react-app .middle_panel .filter_panel .container .search_field .search {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  #mwc-react-app .middle_panel .filter_panel .container .search_field .search {
    font-size: 20px;
  }
}
#mwc-react-app .middle_panel .filter_panel .container .search_field .search input {
  border: none;
  padding: 0.3em 0.4em;
  background: 0 0;
  box-sizing: border-box;
}
@media (max-width: 560px) {
  #mwc-react-app .middle_panel .filter_panel .container .search_field .search input {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #mwc-react-app .middle_panel .filter_panel .container .search_field .search input {
    font-size: 18px;
  }
}
#mwc-react-app .middle_panel .filter-character {
  background-color: #BDC3C7;
}
@media screen and (max-width: 768px) {
  #mwc-react-app .middle_panel .filter-character {
    flex-wrap: wrap;
  }
}
#mwc-react-app .middle_panel .filter-character .character_button {
  justify-content: center;
  display: flex;
  padding: 10px 5px;
  text-align: center;
  cursor: pointer;
  flex-grow: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #mwc-react-app .middle_panel .filter-character .character_button {
    min-width: 20px;
    flex-grow: unset;
  }
}
#mwc-react-app .middle_panel .filter-character .character_button:hover {
  background: #2A2A2A;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#mwc-react-app .middle_panel .filter-character .character_button.active {
  color: #fff;
  background: #2A2A2A;
}
#mwc-react-app .middle_panel #search-exhibitor-tag .search-tag {
  display: inline-block;
  background-color: #5725A7;
  color: #fff;
  padding: 10px;
  margin: 0 10px 0 0;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  margin: 10px 0 10px 10px;
}
#mwc-react-app .middle_panel #search-exhibitor-tag .search-tag:last-child .tag-close {
  display: none;
}
#mwc-react-app .middle_panel #search-exhibitor-tag .search-tag:hover {
  background: #2A2A2A;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#mwc-react-app .middle_panel #search-exhibitor-tag .search-tag span.tag-remove {
  padding-left: 10px;
}
#mwc-react-app .middle_panel #search-exhibitor-tag .search-tag span.tag-close {
  padding-left: 10px;
}
#mwc-react-app .middle_panel ul.tabs-day {
  background: #000;
  color: #fff;
  display: inline-flex;
  width: 100%;
  list-style: none;
  padding: 0;
}
#mwc-react-app .middle_panel ul.tabs-day li {
  flex-grow: 1;
  text-align: center;
}
#mwc-react-app .middle_panel ul.tabs-day li a:hover {
  color: #fff;
  background: #5725A7;
  display: block;
}
#mwc-react-app .middle_panel ul.tabs-day li a.-active {
  background: #5725A7;
  display: block;
}
#mwc-react-app .middle_panel ul.tabs-day li a p {
  padding: 20px;
}
#mwc-react-app .middle_panel ul.tabs-day li a p.tabs-day__day {
  display: none;
}
#mwc-react-app .middle_panel .time-bar {
  padding: 20px;
  border-bottom: 1px solid #BDC3C7;
  position: relative;
}
#mwc-react-app .middle_panel a.-agenda {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 25px;
  max-width: 47%;
  margin-right: 1.4em;
}
#mwc-react-app .middle_panel a.-agenda .card__event {
  padding: 20px;
}
#mwc-react-app .middle_panel a.-agenda .card__event p.card__event-title {
  font-size: 55px;
}
#mwc-react-app .middle_panel #search_result {
  position: relative;
  margin: 0 auto;
  padding: 0 0 40px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#mwc-react-app .middle_panel #search_result .company_row {
  display: inline;
  padding: 0;
  width: 33.33%;
}
@media (max-width: 768px) {
  #mwc-react-app .middle_panel #search_result .company_row {
    width: 50%;
  }
}
@media (max-width: 560px) {
  #mwc-react-app .middle_panel #search_result .company_row {
    width: 100%;
  }
}
#mwc-react-app .middle_panel #search_result .company_row a {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
#mwc-react-app .middle_panel #search_result .company_row a .company_item .comany_description {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
#mwc-react-app .middle_panel #search_result .company_row a .company_item .comany_description {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: 20px;
}
@media (max-width: 768px) {
  #mwc-react-app .middle_panel #search_result .company_row a .company_item .comany_description {
    margin: 0;
  }
}
#mwc-react-app .middle_panel #search_result .company_row a .company_item .comany_description:hover .company_logo {
  border: 1px solid #2A2A2A;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#mwc-react-app .middle_panel #search_result .company_row a .company_item .comany_description:hover .company_name {
  color: #2A2A2A;
}
#mwc-react-app .middle_panel #search_result .company_row a .company_item .comany_description:hover .product_info {
  color: #000;
}
#mwc-react-app .middle_panel #search_result .company_row a .company_item .comany_description .product_info {
  white-space: nowrap;
  max-width: 100%;
  margin-top: 3px;
  position: relative;
  opacity: 50%;
  color: #000;
}
#mwc-react-app .middle_panel #search_result .company_row a .company_item .comany_description .product_info .category_item {
  white-space: normal;
  font-size: 0.75rem;
  padding: 0.1px 0.2em;
  margin-right: 0.3em;
}
#mwc-react-app .middle_panel #search_result .company_row a .company_item .comany_description .company_logo {
  position: relative;
  width: 100%;
  max-width: 80px;
  margin-right: 10px;
  transition: all 0.26s ease;
  background: #fff;
  text-align: center;
  border: 1px solid #fff;
}
#mwc-react-app .middle_panel #search_result .company_row a .company_item .comany_description .company_logo img {
  width: 100%;
}
#mwc-react-app .middle_panel #search_result .company_row a .company_item .comany_description .company_logo:empty {
  background: url("../theme_mobileworldlive/images/ico-cube.svg") center center no-repeat #fff;
}
#mwc-react-app .middle_panel #search_result .company_row a .company_item .comany_description .company_info .gsma_member {
  display: none;
}
#mwc-react-app .middle_panel #search_result .company_row a .company_item .comany_description .company_name {
  padding: 10px 0;
  color: #000;
}
#mwc-react-app .middle_panel #search_result .company_row a .company_item .comany_description .company_name:empty {
  background: url(../img/ico-cube.svg) center center no-repeat #fff;
}
#mwc-react-app .middle_panel #search_result .company_row a .company_item .comany_description .hall_info {
  display: none;
}
#mwc-react-app .middle_panel .textAlign-center {
  text-align: center;
  padding-bottom: 20px;
}
#mwc-react-app .middle_panel .textAlign-center .button.-tertiary {
  display: inline-block;
  padding: 0.88em 15px;
  border-radius: 29px;
  color: #fff;
  cursor: pointer;
  background: #ec2126;
}
#mwc-react-app .middle_panel .textAlign-center .button.-tertiary:hover {
  background: #343b3e;
}
#mwc-react-app #search-exhibitor-tag {
  max-width: 1200px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
}

/*
 *  Single Exhibitor
 */
.dir-content .-exhibitor-top {
  background-color: #BDC3C7;
  margin-top: 10px;
  padding: 10px;
  display: flex;
  justify-content: space-between;
}
.dir-content .-exhibitor-top .-exhibitor-left {
  display: flex;
  flex-direction: column;
}
.dir-content .-exhibitor-top .-exhibitor-left .-exhibitor-title {
  flex-grow: 1;
}
.dir-content .-exhibitor-top .-exhibitor-logo {
  background-color: #fff;
  padding: 5px;
  display: flex;
  align-items: center;
}
.dir-content .-exhibitor-top .-exhibitor-logo img {
  max-width: 150px;
  vertical-align: middle;
}
.dir-content .-exhibitor-top .-exhibitor-url a {
  color: #fff;
}
.dir-content .-exhibitor-top .-exhibitor-url a:hover {
  color: #2A2A2A;
}
.dir-content h1 {
  font-size: 36px;
}
.dir-content .-exhibitor-info {
  display: flex;
  justify-content: space-between;
}
.dir-content .-exhibitor-info .-exhibitor-social {
  background: #ec2126;
  padding: 10px;
}
.dir-content .-exhibitor-info .-exhibitor-social .in-section span {
  color: #fff;
  font-size: 25px;
}
.dir-content .-exhibitor-info .-exhibitor-social ul {
  padding: 0;
  margin: 0;
}
.dir-content .-exhibitor-info .-exhibitor-social ul li a {
  color: #fff;
}
.dir-content .-exhibitor-info .-exhibitor-social ul li a:hover {
  color: #BDC3C7;
}
.dir-content ul {
  list-style: none;
}
.dir-content ul.exhibitor-attributes {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dir-content ul.exhibitor-attributes li .in-section span {
  color: #2A2A2A;
  font-size: 25px;
}
.dir-content ul.exhibitor-attributes li ul.exhibitor-attributes__attribute-list {
  padding-left: 0;
}
.dir-content ul.exhibitor-attributes li ul.exhibitor-attributes__attribute-list li {
  color: #000;
}
.dir-content .container .exhibitor-info .exhibitor-info__details {
  padding-top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.dir-content .container .exhibitor-info .exhibitor-info__details .entry-content {
  display: flex;
  display: -ms-flexbox;
  width: 100%;
}
@media screen and (max-width: 420px) {
  .dir-content .container .exhibitor-info .exhibitor-info__details .entry-content {
    width: 100%;
    flex-direction: column;
  }
}
.dir-content .container .exhibitor-info .exhibitor-info__details .entry-content .entry_right {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  background: #fff;
  flex: 75%;
  padding: 40px;
}
@media screen and (max-width: 420px) {
  .dir-content .container .exhibitor-info .exhibitor-info__details .entry-content .entry_right {
    padding: 20px 0 0 20px;
  }
}
.dir-content .container .exhibitor-info .exhibitor-info__details .entry-content .entry_right h1 {
  color: #000;
  flex-grow: 1;
  padding: 0 0 50px 0;
}
.dir-content .container .exhibitor-info .exhibitor-info__details .entry-content .entry_right img {
  width: 30%;
  padding-bottom: 20px;
}
@media screen and (max-width: 420px) {
  .dir-content .container .exhibitor-info .exhibitor-info__details .entry-content .entry_right img {
    width: 70%;
  }
}
.dir-content .container .exhibitor-info .exhibitor-info__details .entry-content .entry_right ul.exhibitor-attributes li .in-section {
  padding-bottom: 20px;
}
.dir-content .container .exhibitor-info .exhibitor-info__details .entry-content .entry_right ul.exhibitor-attributes li ul {
  padding: 0;
}
.dir-content .container .exhibitor-info .exhibitor-info__details .entry-content .entry_right ul.exhibitor-attributes li ul li {
  display: list-item;
  list-style: none;
}
.dir-content .container .exhibitor-info .exhibitor-info__details .entry-content .exhitor-postinfo-detail {
  flex: 40%;
  background: #000;
  padding: 20px;
}
.dir-content .container .exhibitor-info .exhibitor-info__details .entry-content .exhitor-postinfo-detail .in-section span {
  color: #fff;
  font-size: 24px;
  padding: 0;
  opacity: 40%;
  line-height: 32px;
}
.dir-content .container .exhibitor-info .exhibitor-info__details .entry-content .exhitor-postinfo-detail .panel {
  padding-bottom: 40px;
}
.dir-content .container .exhibitor-info .exhibitor-info__details .entry-content .exhitor-postinfo-detail ul {
  padding: 0;
}
.dir-content .container .exhibitor-info .exhibitor-info__details .entry-content .exhitor-postinfo-detail ul li {
  list-style: none;
}
.dir-content .container .exhibitor-info .exhibitor-info__details .entry-content .exhitor-postinfo-detail ul li a {
  font-size: 24px;
}
.dir-content .container .exhibitor-info .exhibitor-info__details .entry-content .exhitor-postinfo-detail ul li ul {
  list-style: none;
}
.dir-content .container .exhibitor-info .exhibitor-info__details .entry-content .exhitor-postinfo-detail ul li ul li {
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 8px 10px;
  border-radius: 15px;
  margin: 5px;
  font-size: 16px;
  line-height: 15px;
}
.dir-content .container .exhibitor-info .exhibitor-info__details .entry-content .exhitor-postinfo-detail ul li ul li:before {
  content: none;
}
.dir-content .container .exhibitor-info .exhibitor-info__details .entry-content .entry_img {
  flex: 100%;
}
.dir-content .container .exhibitor-info .exhitor-postinfo {
  display: flex;
  display: -ms-flexbox;
}
@media screen and (max-width: 420px) {
  .dir-content .container .exhibitor-info .exhitor-postinfo {
    flex-direction: column;
  }
}

#container section article #mwc-react-app[data-component=exhibitors] .middle_panel .textAlign-center {
  background: #fff;
}

div.session_template_core {
  padding: 0 !important;
  margin: 0;
  background: #fff;
}
@media screen and (max-width: 560px) {
  div.session_template_core {
    padding: 20px 5px !important;
    width: 100%;
  }
}
div.session_template_core #play_video_container {
  margin-bottom: 10px;
}
div.session_template_core #play_video_container button {
  background-color: none;
}
div.session_template_core * {
  box-sizing: border-box;
}
div.session_template_core .agenda_days {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 560px) {
  div.session_template_core .agenda_days {
    flex-direction: column;
  }
}
div.session_template_core .agenda_days .agenda_day {
  width: 295px;
  height: 45px;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px !important;
  margin-left: 5px;
  padding: 0 !important;
}
div.session_template_core .agenda_days .agenda_day span {
  font-size: 14px;
}
@media screen and (max-width: 560px) {
  div.session_template_core .agenda_days .agenda_day {
    margin-left: 0;
  }
}
div.session_template_core .agenda_days .agenda_day:first-child {
  margin-left: 0;
}
div.session_template_core .agenda_days .agenda_day.active_agenda_day {
  background: #ec2126;
}
div.session_template_core .agenda_days .agenda_day.active_agenda_day::before {
  content: " ";
  background: #ec2126;
  position: absolute;
  width: 16px;
  height: 16px;
  margin-top: 45px;
  transform: rotate(45deg);
}
div.session_template_core .agenda_days .agenda_day .date {
  color: #fff !important;
  border-bottom: none !important;
  opacity: unset !important;
}
div.session_template_core .timeslot {
  width: 100%;
  background: #FFFFFF;
  margin: 0 auto;
}
div.session_template_core .timeslot button {
  /*background-color: $mwlred;
  margin-left: 10px;
  border: none;
  color: $white;
  font-size: 12px;
   		padding: 0 10px;*/
}
div.session_template_core .timeslot button.atcb-button span {
  color: #19182e;
  font-size: 12px;
  font-weight: normal;
}
div.session_template_core .timeslot .timesessions {
  width: 100%;
}
div.session_template_core .timeslot .slotcontainer {
  display: none;
}
div.session_template_core .timeslot .expand_button, div.session_template_core .timeslot .agenda_expander {
  border-left: none;
  padding-left: 0em;
}
div.session_template_core .timeslot .agenda_time {
  font-size: 12px;
}
div.session_template_core .timeslot .agenda_time::before {
  margin: 8px 0;
  background-size: 10px;
  width: 11px;
  height: 11px;
}
div.session_template_core .timeslot .agenda_time > div {
  margin-left: 15px;
}
div.session_template_core .timeslot .single_session {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
}
div.session_template_core .timeslot .single_session .wp-block-buttons .wp-block-button .wp-block-button__link {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #ec2126 !important;
  color: white;
  padding: 11px 20px;
  text-transform: uppercase;
  border: 0px solid white;
  max-width: 200px;
  min-height: 40px;
  line-height: 20px;
  font-size: 12px;
  border-radius: unset;
  margin-bottom: 10px;
  /*&:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 100%;
    background: #D00028;
    z-index: -1;
    //transition: width 150ms ease-in-out;
    transition: width 0.3s ease-in-out;
    border-radius: 200px;
  }

  &:hover {
    color: #fff;
    &:after {
  	width: 110%;
    }
  }*/
}
div.session_template_core .timeslot .single_session .wp-block-buttons .wp-block-button .wp-block-button__link mark {
  color: #fff;
}
@media (max-width: 680px) {
  div.session_template_core .timeslot .single_session .wp-block-buttons .wp-block-button .wp-block-button__link {
    min-width: 300px;
  }
}
@media (max-width: 428px) {
  div.session_template_core .timeslot .single_session .wp-block-buttons .wp-block-button .wp-block-button__link {
    min-width: 250px;
  }
}
div.session_template_core .timeslot .single_session .agenda_title {
  font-size: 18px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
div.session_template_core .timeslot .single_session .pointer .agenda_title::after {
  content: " ";
  width: 10px;
  height: 26px;
  position: relative;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAaCAYAAACU2C2oAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABvSURBVHgB7Y8rCoBQFERnroJ23YNGo9Hokg0Gg8FoE5sLcAPC414/wfDAKgZPGIZThiEO4jCvVLU8O4Xj5uaGUZjVVF7yRtEJ1Qr4CErBAwKVwZemMgYO6xJYEhstNZg79voNU4sX4Bn/80t84fkOhF1fNV7djRcAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-size: 3px;
  top: -40px;
  left: -15px;
}
div.session_template_core .timeslot .single_session .agenda_location {
  font-size: 12px;
}
div.session_template_core .timeslot .single_session .agenda_cat {
  font-size: 12px;
}
div.session_template_core .timeslot .single_session .agenda_track {
  font-size: 12px;
}
div.session_template_core .timeslot .single_session .atcb_button_wrapper {
  padding: 0;
}
div.session_template_core .timeslot .single_session .atcb_button_wrapper .atcb_button {
  padding: 0;
  margin: 0;
}
div.session_template_core .timeslot .single_session .atcb_button_wrapper .atcb_button .atcb_icon {
  padding: 0;
  height: 12px;
  margin-left: -5px;
}
div.session_template_core .timeslot .single_session .atcb_text {
  font-size: 12px;
  line-height: 30px;
  color: #000;
  font-weight: 100;
}
div.session_template_core .timeslot .single_session.active .pointer .agenda_title::after {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAaCAYAAAC3g3x9AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACpSURBVHgB7ZOxCsIwEIbvTwJ2t6O7jo4dHBx9ZAdHB8du4uYD+AKFcKcJuEhz0ivd8kFCSPIdx8EP+kMTdkdm7tIZDv0QH2ftv9ceV2F7AuMAQshLsAnSUqTXs+Q4rSBY9iNGpzlqQQt6QXa33yth12uKOsM0Ky/rRiCtkMTPPK8D3S9UWRSkbWoavox53pKGRMlzljTkjgreAkkxpCFT8Lw1DTVFlcoc3utYZlBqkNtXAAAAAElFTkSuQmCC);
  width: 30px;
  background-repeat: no-repeat;
  background-size: 15px;
  top: -30px;
  left: -5px;
}
div.session_template_core .timeslot .single_session p {
  margin: 0;
  padding-top: 12px;
}
div.session_template_core .timeslot .single_session .sponsors_list {
  margin-top: 15px;
}
div.session_template_core .timeslot .single_session .sponsors_list::before {
  content: "Headline Sponsor";
  position: absolute;
  font-size: 16px;
  font-weight: bold;
}
div.session_template_core .timeslot .single_session .sponsor_single {
  margin-top: 40px;
}
div.session_template_core .timeslot .single_session .sponsor_single .sponsor_name {
  display: none;
}
div.session_template_core .timeslot .single_session .agenda_expander > p {
  line-height: 16px;
  font-size: 14px;
  padding-bottom: 15px;
}
div.session_template_core .timeslot .single_session .agenda_expander > p button {
  padding: 5px 10px;
  margin: 5px 0;
}
div.session_template_core .timeslot .single_session .agenda_expander > div > div[class=speakers_list] {
  display: flex;
}
div.session_template_core .timeslot .single_session .agenda_expander > button {
  margin-left: 15px;
  background-color: #ec2126;
}
div.session_template_core .timeslot .single_session .agenda_expander .speakers_list .speaker_single {
  flex: 0 0 40%;
  font-family: "Open Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
div.session_template_core .timeslot .single_session .agenda_expander .speakers_list .speaker_single .cont_left {
  width: unset;
}
div.session_template_core .timeslot .single_session .agenda_expander .speakers_list .speaker_single .cont_right p {
  font-size: 14px;
  line-height: 14px;
}
div.session_template_core .timeslot .single_session .agenda_expander .speakers_list .speaker_single .cont_right .speaker_company {
  font-weight: 600;
}
div.session_template_core .timeslot .single_session .agenda_expander .speakers_list .speaker_single .cont_right .speaker_title {
  color: #2A2A2A;
}
div.session_template_core .timeslot .single_session .agenda_expander .speakers_list .speaker_single img {
  border-bottom: none;
  width: 67px;
  border-radius: 35px;
}
div.session_template_core .timeslot .single_session .agenda_expander .speakers_list .speaker_single .speaker_name {
  margin: 0;
  font-family: "Open Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
}
div.session_template_core .timeslot .single_session .agenda_expander .speakers_list .speaker_single .speaker_company, div.session_template_core .timeslot .single_session .agenda_expander .speakers_list .speaker_single .speaker_title {
  font-size: 16px;
}
div.session_template_core .timeslot a.button {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #ec2126 !important;
  color: white;
  padding: 11px 20px;
  text-transform: uppercase;
  border: 0px solid white;
  max-width: 200px;
  min-height: 40px;
  line-height: 20px;
  font-size: 12px;
  border-radius: unset;
  margin-bottom: 10px;
}
@media only screen and (max-width: 468px) {
  div.session_template_core .timeslot a.button {
    max-width: unset;
  }
}
div.session_template_core .timeslot .wp-block-button__link {
  display: block;
  width: 100%;
  text-align: center;
  color: white;
  padding: 11px 20px;
  text-transform: uppercase;
  border: 0px solid white;
  max-width: 200px;
  min-height: 40px;
  line-height: 20px;
  font-size: 12px;
  border-radius: unset;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1240px) {
  .site-content div.session_template_core .timeslot {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .site-content div.session_template_core {
    padding: 0;
    margin: 38px auto;
    width: 80%;
  }
  .site-content div.session_template_core .agenda_days {
    flex-direction: column;
  }
  .site-content div.session_template_core .agenda_days .agenda_day {
    margin-left: 0px;
    height: 62px;
    width: 100%;
    margin-bottom: 2px;
  }
  .site-content div.session_template_core .agenda_days .agenda_day.active_agenda_day::before {
    content: "";
    width: 0px;
    height: 0px;
  }
  .site-content div.session_template_core .timeslot {
    width: 100%;
  }
  .site-content div.session_template_core .timeslot .single_session {
    padding: 38px 15px;
  }
  .site-content div.session_template_core .timeslot .single_session .atcb_icon {
    margin-left: -38px;
  }
  .site-content div.session_template_core .timeslot .single_session .agenda_cat, .site-content div.session_template_core .timeslot .single_session .agenda_track, .site-content div.session_template_core .timeslot .single_session .agenda_location {
    display: block;
  }
  .site-content div.session_template_core .timeslot .single_session .agenda_location {
    margin-left: 2px;
  }
  .site-content div.session_template_core .timeslot .single_session .agenda_title {
    font-size: 20px;
  }
  .site-content div.session_template_core .timeslot .single_session .agenda_expander .speakers_list {
    padding: 0;
  }
  .site-content div.session_template_core .timeslot .single_session .agenda_expander .speakers_list .speaker_single {
    flex-basis: 100%;
  }
}
/* Single speaker page */
.single_speaker_page .wp-block-cover {
  background: #2A2A2A !important;
  min-height: 300px;
  margin-bottom: 40px;
}
.single_speaker_page .wp-block-cover .wp-block-cover__inner-container {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0 40px 0;
  max-width: 962px;
  min-height: 50px;
  font-size: 15px;
}
.single_speaker_page .wp-block-cover .wp-block-cover__inner-container > div img {
  width: 200px !important;
  border-bottom: 5px solid #ec2126;
}
.single_speaker_page .wp-block-cover .wp-block-cover__inner-container p {
  padding: 0;
  margin: 0;
}
.single_speaker_page .wp-block-buttons {
  display: none;
}
.single_speaker_page .speakers_info {
  margin: 0 auto;
  max-width: 962px;
}
.single_speaker_page .speakers_info .speakers_bio h2 {
  font-size: 24px;
}
.single_speaker_page .speakers_info .speakers_bio p {
  font-size: 18px;
}

.m360_sessions-template-default .single_session_page {
  margin-top: 10px;
}
.m360_sessions-template-default .single_session_page .wp-block-cover {
  background-color: #2A2A2A;
  min-height: 300px;
  margin-bottom: 40px;
}
.m360_sessions-template-default .single_session_page .wp-block-cover .wp-block-cover__inner-container {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0 40px 0;
  max-width: 962px;
  min-height: 50px;
  font-size: 15px;
}
.m360_sessions-template-default .single_session_page .wp-block-cover .wp-block-cover__inner-container .agenda_time_inverted {
  display: block !important;
}
.m360_sessions-template-default .single_session_page .wp-block-cover .wp-block-cover__inner-container h1 {
  color: #fff;
  font-family: "Roboto Slab", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}
.m360_sessions-template-default .single_session_page .wp-block-cover .wp-block-cover__inner-container p {
  font-family: "Open Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.m360_sessions-template-default .single_session_page .wp-block-cover .wp-block-cover__inner-container p span {
  font-family: "Open Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.m360_sessions-template-default .single_session_page .wp-block-cover .wp-block-cover__inner-container .atcb_initialized .atcb_button_wrapper .atcb_button span {
  color: #000;
  font-size: 14px;
  font-weight: 100;
}
.m360_sessions-template-default .single_session_page .wp-block-cover .wp-block-cover__inner-container .atcb_initialized .atcb_button_wrapper .atcb_button .atcb_icon {
  margin-bottom: 0;
}
.m360_sessions-template-default .single_session_page .wp-block-cover .wp-block-cover__inner-container .atcb_initialized .atcb_button_wrapper .atcb_button .atcb_text {
  color: #000;
}
.m360_sessions-template-default .single_session_page .wp-block-buttons {
  margin: 0 auto;
  max-width: 962px;
}
.m360_sessions-template-default .single_session_page .wp-block-buttons .wp-block-button .wp-block-button__link {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #ec2126 !important;
  color: white;
  padding: 11px 20px;
  text-transform: uppercase;
  border: 0px solid white;
  max-width: 200px;
  min-height: 40px;
  line-height: 20px;
  font-size: 12px;
  border-radius: unset;
  margin-bottom: 10px;
  border-radius: 0 !important;
}
@media (max-width: 468px) {
  .m360_sessions-template-default .single_session_page .wp-block-buttons {
    margin-top: 20px;
  }
}
@media (max-width: 390px) {
  .m360_sessions-template-default .single_session_page .wp-block-buttons {
    margin-right: 9px;
  }
}
.m360_sessions-template-default .single_session_page .session_video {
  margin: 0 auto;
  max-width: 962px;
}
@media (max-width: 680px) {
  .m360_sessions-template-default .single_session_page .session_video iframe {
    width: 100%;
    height: auto;
  }
}
.m360_sessions-template-default .single_session_page .session_video p {
  color: #ec2126;
}
.m360_sessions-template-default .single_session_page .content {
  margin: 0 auto;
  max-width: 962px;
  font-family: "Open Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.m360_sessions-template-default .single_session_page .session_sponsors {
  margin: 0 auto;
  max-width: 962px;
  font-family: "Open Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
@media (max-width: 820px) {
  .m360_sessions-template-default .single_session_page .session_sponsors {
    margin-left: 34px;
    margin-right: 34px;
  }
}
@media (max-width: 820px) {
  .m360_sessions-template-default .single_session_page .session_sponsors .agenda_expander {
    gap: 0 26px;
  }
}
@media (max-width: 468px) {
  .m360_sessions-template-default .single_session_page .session_sponsors .agenda_expander .sponsors_list {
    margin-left: 0;
    margin-right: 0;
  }
}
.m360_sessions-template-default .single_session_page .session_sponsors .agenda_expander .sponsors_list .sponsor_single .cont_right {
  min-height: 20px;
  margin-bottom: 10px;
}
.m360_sessions-template-default .single_session_page .session_sponsors .agenda_expander .sponsors_list .sponsor_single .cont_left {
  display: inline-block;
  background-color: #fff;
  margin-right: 5px;
}
.m360_sessions-template-default .single_session_page .session_sponsors .agenda_expander .sponsors_list .sponsor_single .cont_left a img {
  max-width: 120px;
  max-height: 120px;
}
.m360_sessions-template-default .single_session_page .session_moderator {
  margin: 0 auto;
  max-width: 962px;
  font-family: "Open Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
@media (max-width: 820px) {
  .m360_sessions-template-default .single_session_page .session_moderator {
    margin-left: 34px;
    margin-right: 34px;
  }
}
.m360_sessions-template-default .single_session_page .session_speakers {
  margin: 0 auto;
  max-width: 962px;
  font-family: "Open Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
@media (max-width: 820px) {
  .m360_sessions-template-default .single_session_page .session_speakers {
    margin-left: 34px;
    margin-right: 34px;
  }
}
.m360_sessions-template-default .single_session_page .session_related {
  margin: 0 auto;
  max-width: 962px;
  font-family: "Open Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.m360_sessions-template-default .single_session_page .session_related > div h2 {
  font-size: 13px;
}
.m360_sessions-template-default .single_session_page .session_related .single_session {
  padding: 0;
}
.m360_sessions-template-default .single_session_page .session_related .single_session .agenda_holder {
  border: none;
  padding-left: 0;
}
.m360_sessions-template-default .single_session_page .session_related .single_session .agenda_holder .agenda_time > div {
  font-size: 13px;
}
.m360_sessions-template-default .single_session_page .session_related .single_session .agenda_holder .agenda_time a {
  font-size: 13px;
  color: #000;
}
.m360_sessions-template-default .single_session_page .session_related .single_session .agenda_holder .agenda_time a .agenda_title {
  margin-left: 0;
}
.m360_sessions-template-default .single_session_page .session_related .single_session .agenda_holder .agenda_time a .agenda_title::after {
  display: none;
}
@media (max-width: 820px) {
  .m360_sessions-template-default .single_session_page .session_related {
    margin-left: 34px;
    margin-right: 34px;
  }
}
.m360_sessions-template-default .single_session_page .speakers_list .speaker_single {
  font-family: "Open Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
  background-color: transparent;
  font-size: 11px;
}
.m360_sessions-template-default .single_session_page .speakers_list .speaker_single .cont_right h6 {
  font-family: "Open Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
  margin-bottom: 0;
}
.m360_sessions-template-default .single_session_page .speakers_list .speaker_single .cont_right p {
  font-family: "Open Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 468px) {
  .m360_sessions-template-default .single_session_page .speakers_list {
    margin-right: 0;
  }
}
@media (max-width: 468px) {
  .m360_sessions-template-default .single_session_page > div {
    margin-left: 34px;
    margin-right: 34px;
  }
}
.m360_sessions-template-default .single_session_page > div.content h2 {
  font-size: 20px;
}
.m360_sessions-template-default .single_session_page > div.content, .m360_sessions-template-default .single_session_page > div.session_video, .m360_sessions-template-default .single_session_page > div.wp-block-buttons, .m360_sessions-template-default .single_session_page > div.session_sponsors, .m360_sessions-template-default .single_session_page > div.session_speakers {
  font-family: "Open Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #333;
  line-height: 20px;
}
@media (max-width: 1200px) {
  .m360_sessions-template-default .single_session_page > div.content, .m360_sessions-template-default .single_session_page > div.session_video, .m360_sessions-template-default .single_session_page > div.wp-block-buttons, .m360_sessions-template-default .single_session_page > div.session_sponsors, .m360_sessions-template-default .single_session_page > div.session_speakers {
    margin-left: 34px;
    margin-right: 34px;
  }
}
@media (max-width: 468px) {
  .m360_sessions-template-default .single_session_page > div.content, .m360_sessions-template-default .single_session_page > div.session_video, .m360_sessions-template-default .single_session_page > div.wp-block-buttons, .m360_sessions-template-default .single_session_page > div.session_sponsors, .m360_sessions-template-default .single_session_page > div.session_speakers {
    margin-left: 0;
    margin-right: 0;
  }
}
.m360_sessions-template-default .single_session_page > div h2 {
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 40px;
}
.m360_sessions-template-default .single_session_page > div.wp-block-buttons .wp-block-button .wp-block-button__link {
  color: #fff !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 150ms ease-in-out;
  background: linear-gradient(180deg, #DE002B 0%, #DE002B 100%);
  border: 0px solid #DE002B !important;
  /*&:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 100%;
    background: #D00028;
    z-index: -1;
    //transition: width 150ms ease-in-out;
    transition: width 0.3s ease-in-out;
    border-radius: 200px;
  }

  &:hover {
    color: #fff;
    &:after {
  	width: 110%;
    }
  }*/
}
.m360_sessions-template-default .single_session_page > div.wp-block-buttons .wp-block-button .wp-block-button__link mark {
  color: #fff;
}
@media (max-width: 680px) {
  .m360_sessions-template-default .single_session_page > div.wp-block-buttons .wp-block-button .wp-block-button__link {
    min-width: 300px;
  }
}
@media (max-width: 428px) {
  .m360_sessions-template-default .single_session_page > div.wp-block-buttons .wp-block-button .wp-block-button__link {
    min-width: 250px;
  }
}
.m360_sessions-template-default .single_session_page .is-style-d_pageblock {
  width: 100%;
  max-width: unset;
  margin-top: 0;
}
@media (max-width: 468px) {
  .m360_sessions-template-default .single_session_page .is-style-d_pageblock {
    margin: 0;
  }
}
.m360_sessions-template-default .single_session_page .agenda_expander {
  display: flex;
  flex-wrap: wrap;
  padding: unset;
}
@media (max-width: 468px) {
  .m360_sessions-template-default .single_session_page .agenda_expander {
    gap: 0 23px;
  }
}
.m360_sessions-template-default .single_session_page .agenda_expander a {
  text-decoration: none;
  color: #000;
  padding: 10px;
  display: block;
}
@media (max-width: 468px) {
  .m360_sessions-template-default .single_session_page .agenda_expander a {
    padding: 0em;
    width: 45%;
  }
}
.m360_sessions-template-default .single_session_page .agenda_expander a img {
  margin: 0;
  margin-top: 10px;
}
.m360_sessions-template-default .single_session_page .agenda_expander .speakers_list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.m360_sessions-template-default .single_session_page .agenda_expander .speakers_list .speaker_single {
  flex-direction: column;
  max-width: 220px;
  min-width: 220px;
}
@media (max-width: 468px) {
  .m360_sessions-template-default .single_session_page .agenda_expander .speakers_list .speaker_single {
    max-width: 125px;
    min-width: 125px;
    margin: 20px 0;
  }
}
.m360_sessions-template-default .single_session_page .agenda_expander .speakers_list .speaker_single img {
  width: 150px;
  border-bottom: 0;
  border-radius: 50%;
}
@media (max-width: 468px) {
  .m360_sessions-template-default .single_session_page .agenda_expander .speakers_list .speaker_single img {
    width: 125px;
  }
}
.m360_sessions-template-default .single_session_page .agenda_expander .speakers_list .speaker_single .speaker_company {
  opacity: 0.8;
}
.m360_sessions-template-default .single_session_page .agenda_expander .speakers_list .speaker_single .speaker_title {
  opacity: 0.6;
}
.m360_sessions-template-default .single_session_page .agenda_expander .speakers_list .speaker_single .cont_left {
  width: 200px;
}
.m360_sessions-template-default .single_session_page .agenda_expander .speakers_list .speaker_single .cont_left figure {
  margin: 0;
  border-radius: 50%;
  border: 1px solid #EAEAEA;
  max-width: 200px;
  max-height: 200px;
  min-height: 200px;
}
@media (max-width: 468px) {
  .m360_sessions-template-default .single_session_page .agenda_expander .speakers_list .speaker_single .cont_left figure {
    min-height: unset;
    max-height: unset;
  }
}
.m360_sessions-template-default .single_session_page .agenda_expander .speakers_list .speaker_single .cont_left figure img {
  width: 100%;
  height: 200px;
  border-bottom: 0em;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 50%;
}
@media (max-width: 468px) {
  .m360_sessions-template-default .single_session_page .agenda_expander .speakers_list .speaker_single .cont_left figure img {
    height: unset;
  }
}
.m360_sessions-template-default .single_session_page .agenda_expander .speakers_list .speaker_single .cont_right {
  min-height: 20px;
}
.m360_sessions-template-default .atcb-dropdown {
  position: absolute;
}
.m360_sessions-template-default .atcb-dropdown .atcb-list-item .atcb-text {
  color: #000;
}

@media screen and (max-width: 768px) {
  body .splash-container .splash {
    padding: 0 0 20px 0;
  }
}
body .wrapper {
  /*
  * Ads
  */
}
body .wrapper .add-placemat {
  padding-top: 20px;
  text-align: center;
  width: 100%;
  background-color: #BDC3C7;
  display: inline-block;
  zoom: 1;
}
@media screen and (max-width: 560px) {
  body .wrapper .add-placemat.desktop-add {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  body .wrapper .add-placemat.desktop-add {
    padding-top: 85px;
  }
}
body .wrapper .add-placemat.mobile-add {
  display: none;
}
@media screen and (max-width: 560px) {
  body .wrapper .add-placemat.mobile-add {
    padding-top: 85px;
  }
}
@media screen and (max-width: 560px) {
  body .wrapper .add-placemat.mobile-add {
    display: block;
  }
}

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