/* GLOBAL STYLE OVERRIDES */

.main-navigation ul li.menu-item a {
  padding: 20px;
}

/* BLOG POST STYLES */

div#secondary[role="complementary"] {
  display: none;
}

div#primary.content-area {
  width: 100%;
}

#blog-post-wrapper {
  display: flex;
  flex-direction: row;
  min-height: 300px;
  align-content: stretch;
  -webkit-align-content: stretch;
}

.content-wrapper {
  flex: 1;
}

.entry-header,
.entry-content {
  font-size: 1.2em;
}

.entry-header h2 {
  margin: 0.3em 0;
}

.entry-header h1.entry-title {
  font-size: 1.7em !important;
  font-weight: 700 !important;
}

.entry-thumbnail {
  width: 60%;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (max-width:700px) {
  #blog-post-wrapper {
    flex-direction: column;
    align-content: center;
    -webkit-align-content: center;
  }

  .content-wrapper {
    order: 2;
    margin-top: 2em;
  }

  .entry-thumbnail {
    width: 100%;
    background-size: contain;
    height: 200px;
    order: 1;
  }
}

/* AFTER PARTY STYLES */

#after-party-hero {
  position: relative;
  display: inline-block;
  font-family: 'Raleway', sans-serif;
}

#after-party-hero a {
  color: #49ffb0 !important;
}

#after-party-hero > img {
  width: 100%;
  min-width: 1300px;
}

#after-party-hero > article {
  position: absolute;
  left: 3em;
  top: 1em;
  width: 40%;
  color: #FFF;
  font-size: 1.4vw;
}

@media only screen and (max-width:1300px) {
  #after-party-hero > article {
    font-size: 1em;
  }
}

#after-party-hero > article > .page-title {
  font-size: 1.2em;
}

#after-party-hero > article > h1 {
  font-family: 'Harry P';
  font-size: 2.6em;
  padding: 0.5em;
  margin: 0.5em 0 1em 0;
}

#after-party-hero > article > h1,
#after-party-hero > article > p {
  background-color: rgba(0, 0, 0, 0.35);
}

#after-party-hero > article > p {
  margin: 1em 0;
  padding: 1em;
}

/* Mobile Nav */

.sponsor-list {
  list-style-type: none;
  margin: 0;
  text-align: center;
}

.sponsor-list > li {
  display: inline-block;
  margin: 1em;
}

.sponsor-list > li > a > img {
  transition: opacity 0.3s ease-in-out;
}

.sponsor-list > li > a > img:hover {
  opacity: 0.7;
}

.mobile-nav-frame .title {
  padding: 14px 12px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ffffff;
}

.mobile-nav-frame .title h3 {
  color: white !important;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
}

.mobile-nav-frame ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.mobile-nav-frame ul li a.link {
  color: #ffffff !important;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
}

/* Speaker profile styles */

.speaker-profile .elementor-image {
  height: 280px;
  overflow: hidden;
}

.speaker-profile {
  font-size: 15px;
  display: none;
}

/* Sponsor logo grid styles */

#sponsor-grid {
  text-align: center;
  color: #777;
  width: 70%;
  margin: 0 auto;
}

.sponsor-list {
  list-style-type: none;
  margin: 0;
}

.sponsor-list > li {
  display: inline-block;
  margin: 2.1em;
}

.sponsor-list > li > a > img {
  transition: opacity 0.3s ease-in-out;
}

.sponsor-list > li > a > img:hover {
  opacity: 0.7;
}

#sponsor-grid h1 {
  margin: 1em;
  font-size: 2.2em;
  font-weight: 700;
  font-style: uppercase;
}

#sponsor-grid h2 {
  font-size: 2em;
  font-weight: 700;
  color: inherit;
}

#exhibitor-sponsor-grid-header {
  padding: 1em;
  font-size: 1.6em;
  font-weight: 700;
  text-align: center;
  color: #FFF;
  background-color: #999;
}

#sponsor-grid article {
  margin: 1.1em;
}

.Leader-sponsor-level img {
  max-height: 110px;
  max-width: 700px;
}

.Gold-sponsor-level img {
  max-height: 100px;
  max-width: 550px;
}

.Silver-sponsor-level img {
  height: 76px;
}

/* .Bronze-sponsor-level img {
    height:72px;
  }
  .Media-sponsor-level img {
    height:68px;
  } */

.Associate-sponsor-level img {
  max-height: 55px;
  max-width: 160px;
}

.Exhibitor-sponsor-level {
  padding-top: 4em;
  border-top: #AAA solid 1px;
}

.Exhibitor-sponsor-level h2 {
  text-transform: uppercase;
}

.Exhibitor-sponsor-level img {
  max-height: 43.33333333px;
  max-width: 140px;
}

/* .Morning_refreshments-sponsor-level img {
    height:40px;
  }
  .Lunch-sponsor-level img {
    height:36.66666667px;
  }
  .After_party-sponsor-level img {
    height:33.33333333px;
  } */

@media only screen and (max-width:1000px) {
  #sponsor-grid {
    width: 100%;
  }

  .Leader-sponsor-level img {
    max-width: 100%;
  }
}

/** AGENDA STYLES **/

#agenda-container {
  color: #777;
  padding-right: 70px;
}

#agenda-container > table {
  background-color: #CCC;
  width: 100%;
  border-collapse: collapse;
}

#agenda-container .sponsor-badge {
  color: #FFF;
  text-align: center;
  font-size: 0.7em;
  display: inline-block;
  width: 1.7em;
  height: 1.7em;
  background-color: rgb(153,112,72);
  border-radius: 50%;
}

#agenda-container p {
  margin: 0;
}

#agenda-container em,
#agenda-container h2,
#agenda-container h3 {
  font-weight: 700;
  font-size: 1em;
  color: #000;
  margin: 0;
  line-height: 1.4em;
}

#agenda-container thead {
  font-size: 1.6em;
}

#agenda-container td {
  padding: 0.5em;
  border: #FFF solid 1px;
}

#agenda-container th {
  padding: 0.2em;
  border: #FFF solid 1px;
}

#agenda-container thead,
#agenda-container tbody {
  display: table;
  width: 100%;
}

#agenda-container thead > tr {
  background-color: #11487a;
  color: #FFF;
}

#agenda-container thead td {
  border-color: #FFF;
}

#agenda-container td:first-child,
#agenda-container th:first-child {
  width: 130px;
}

#agenda-container tbody.agenda-exhibitions {
  position: relative;
}

#agenda-container tbody.agenda-exhibitions em {
  color: #CC5B3F;
  font-style: normal;
}

#agenda-container tbody.agenda-exhibitions::before {
  content: " ";
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  background-color: #CC5B3F;
  width: 70px;
  background-image: url(http://hkconnect.hkcolo.com/wp-content/uploads/2018/08/hkconnect2017-web_ex-ic39x51.png);
  background-position: center;
  background-repeat: no-repeat;
}

#menu-main.menu {
  text-align: center;
  text-transform: uppercase;
}