/* 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 .primaryAction {
  background: #ec2126;
}

/* Scss Document */
body .page-container .the-page .left-side {
  /* Top post */
}
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;
}

/* 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;
}

@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 */
