/* Miramedia Base 2026 - Theme Styles */
/* Navigation, header, footer, layout, and general content styles */

/* ==========================================================================
   Base Typography
   ========================================================================== */

body {
  font-family: 'Lato', sans-serif;
  color: #363636;
  overflow-x: hidden;
  -webkit-font-feature-settings: "liga" 0, "dlig" 0;
  -moz-font-feature-settings: "liga=0, dlig=0";
  -ms-font-feature-settings: "liga" 0, "dlig" 0;
  font-feature-settings: "liga" 0, "dlig" 0;
}

h1, h2, h3, h4, h5, h6, p {
  -ms-word-break: keep-all;
  word-break: keep-all;
  word-break: normal;
  overflow-wrap: normal;
  word-wrap: normal;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  -webkit-font-feature-settings: "liga" 0, "dlig" 0;
  -moz-font-feature-settings: "liga=0, dlig=0";
  -ms-font-feature-settings: "liga" 0, "dlig" 0;
  font-feature-settings: "liga" 0, "dlig" 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
}

h1 {
  margin: 0;
  font-size: 28px;
  font-weight: 600;
}

h2 {
  font-size: 18px;
  margin-top: 8px;
}

h3 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 19px;
}

p,
.sem-session-excerpt,
#content #inner-content ul li,
#content #inner-content ol li {
  font-size: 14px;
  line-height: 19px;
}

/* Content list styles - override normalize reset */
#content #inner-content ul { list-style-type: disc; margin-left: 20px; }
#content #inner-content ol { list-style-type: decimal; margin-left: 20px; }

/* ==========================================================================
   Header Styles
   ========================================================================== */

.header {
  /* background-color set by Customizer dynamic CSS */
}

header .event-logo {
  max-height: 100px;
}

/* ==========================================================================
   Holding / Coming Soon Page Template
   ========================================================================== */

body.page-template-page-holding header.header,
body.page-template-page-holding-in-production header.header,
body.page-template-page-holding .nav-container,
body.page-template-page-holding-in-production .nav-container,
body.page-template-page-holding .client-footer-wrapper,
body.page-template-page-holding-in-production .client-footer-wrapper { display: none; }

body.page-template-page-holding-in-production { margin-top: 20px; }

body.page-template-page-holding,
body.page-template-page-holding-in-production,
body.page-template-page-holding .page-background,
body.page-template-page-holding-in-production .page-background,
body.page-template-page-holding #inner-content,
body.page-template-page-holding-in-production #inner-content { background: none; background-color: transparent; }

body.page-template-page-holding .page-background,
body.page-template-page-holding-in-production .page-background { padding-bottom: 41px; }

body.page-template-page-holding footer.footer,
body.page-template-page-holding-in-production footer.footer { position: fixed; bottom: 0; left: 0; right: 0; }

body.page-template-page-holding .notice,
body.page-template-page-holding-in-production .notice { text-align: center; }

/* ==========================================================================
   Navigation Styles
   ========================================================================== */

nav ul.nav {
  /* background-color set by Customizer dynamic CSS */
}

nav ul.nav li a {
  text-transform: uppercase;
}

nav ul.nav li ul.sub-menu {
  /* background-color set by Customizer dynamic CSS */
}

nav ul.nav li .sub-menu li a {
  text-transform: none;
}

.nav-container.fullwidth .nav-wrapper.wrap { width: 96%; }
.nav li ul.sub-menu li, .nav li ul.sub-menu li a { width: 100%; min-width: 150px; }
.nav li ul.sub-menu, .nav li ul.children { border: 0; }
.nav-container.nav-open { height: 500px; overflow-y: scroll; }

#open-nav, #close-nav {
  display: none;
  /* background-color set by Customizer dynamic CSS */
  color: #fff;
  text-transform: uppercase;
  padding: 10px;
}

#close-nav {
  height: 44px;
}

#open-nav i, #close-nav i {
  float: right;
  font-size: 24px;
}

.nav-container nav ul.nav li.current-menu-item {
  /* background set by Customizer dynamic CSS */
}

.nav li a:hover,
.nav li a:focus {
  text-decoration: none;
  border: none;
  outline: 0;
}

.nav-container nav ul.nav li {
  -o-transition: color .1s ease-out, background .2s ease-in;
  -ms-transition: color .2s ease-out, background .2s ease-in;
  -moz-transition: color .2s ease-out, background .2s ease-in;
  -webkit-transition: color .2s ease-out, background .2s ease-in;
  transition: color .2s ease-out, background .2s ease-in;
}

.nav-container nav ul.nav li:hover {
  /* background-color set by Customizer dynamic CSS */
}

/* ==========================================================================
   Content & Layout Styles
   ========================================================================== */

#content {
  margin-top: 0;
}

#inner-content {
  background-color: #fff;
}

.entry-content {
  padding: 0;
}

.vc_row {
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

#inner-content {
  padding: 35px 0 0;
}

#inner-content.no-padding {
  padding: 0;
}

body.home #inner-content {
  padding: 0;
}

body.home #inner-content.page-width-sidebar {
  padding-top: 35px;
}

/* ==========================================================================
   Sidebar Layout
   ========================================================================== */

#inner-content.page-width-sidebar #main {
  width: 70%;
  float: left;
  margin-right: 25px;
}

#inner-content.page-width-sidebar .sidebar {
  float: right;
  width: 26%;
  margin-top: 0;
}

#inner-content.page-width-sidebar .sidebar .widget {
  margin: 10px 0;
  padding: 0 0 0 10px;
}

#inner-content.page-width-sidebar .sidebar .widget img {
  height: auto;
  max-height: 100%;
}

#inner-content .wpb_widgetised_column .widget {
  margin: 10px 0;
  padding: 0 0 0 10px;
}

#inner-content .wpb_widgetised_column .widget img {
  height: auto;
  max-height: 100%;
  margin-bottom: 10px;
}

/* Sidebar content layout with flexbox */
#content.sidebar #inner-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding-top: 20px;
}

#content.sidebar #inner-content #main {
  padding-top: 0;
  flex-basis: 70%;
  margin-right: 42px;
  width: 70%;
}

#content.sidebar #inner-content .sidebar {
  flex-basis: 26%;
  margin-top: 0;
  padding: 10px !important;
  width: 26%;
}

#content.sidebar #inner-content .sidebar .widget img {
  height: initial;
}

/* ==========================================================================
   Exhibitor List Styles
   ========================================================================== */

#exhibitor-list--search-tools #exhibitor-list--atoz-wrapper .atoz_table td {
  padding: 0px 5px;
  font-size: 16px;
}

#exhibitor-list--search-tools input#exhibitor-list--text-search {
  width: auto;
}

#exhibitor-list--search-tools #exhibitor-list--cat-wrapper {
  height: 49px;
}

.exhibitor-list table tr.exhibitor-item td.ex_logo .enhanced_icons i {
  /* color set by Customizer accent_color via dynamic CSS */
}

/* ==========================================================================
   WPBakery Compatibility
   ========================================================================== */

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg,
.vc_btn3.vc_btn3-size-lg {
  font-size: 21px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.vc_basic_grid .vc_btn3,
.vc_basic_grid .vc_btn3.vc_btn3-style-flat,
.vc_basic_grid .vc_btn3:visited,
.vc_basic_grid .vc_btn3.vc_btn3-style-flat:visited,
.vc_masonry_grid .vc_btn3,
.vc_masonry_grid .vc_btn3.vc_btn3-style-flat,
.vc_masonry_grid .vc_btn3:visited,
.vc_masonry_grid .vc_btn3.vc_btn3-style-flat:visited {
  /* background-color set by Customizer accent_color via dynamic CSS */
  opacity: 0.8;
}

.vc_basic_grid .vc_btn3:hover,
.vc_basic_grid .vc_btn3.vc_btn3-style-flat:hover,
.vc_basic_grid .vc_btn3:focus,
.vc_basic_grid .vc_btn3.vc_btn3-style-flat:focus,
.vc_basic_grid .vc_btn3:visited:hover,
.vc_basic_grid .vc_btn3.vc_btn3-style-flat:visited:hover,
.vc_basic_grid .vc_btn3:visited:focus,
.vc_basic_grid .vc_btn3.vc_btn3-style-flat:visited:focus,
.vc_masonry_grid .vc_btn3:hover,
.vc_masonry_grid .vc_btn3.vc_btn3-style-flat:hover,
.vc_masonry_grid .vc_btn3:focus,
.vc_masonry_grid .vc_btn3.vc_btn3-style-flat:focus,
.vc_masonry_grid .vc_btn3:visited:hover,
.vc_masonry_grid .vc_btn3.vc_btn3-style-flat:visited:hover,
.vc_masonry_grid .vc_btn3:visited:focus,
.vc_masonry_grid .vc_btn3.vc_btn3-style-flat:visited:focus { opacity: 1; }

.vc_video-bg.vc_hidden-xs {
  display: block !important;
}

/* ==========================================================================
   Seminar List Title
   ========================================================================== */

h2.seminar-list-title {
  /* background-color set by Customizer accent_color via dynamic CSS */
}

/* ==========================================================================
   Link Colors
   ========================================================================== */

a, a:visited {
  /* color set by Customizer accent_color via dynamic CSS */
}

a:hover, a:focus,
a:visited:hover, a:visited:focus {
  /* color set by Customizer hover_color via dynamic CSS */
}

/* ==========================================================================
   Event Countdown
   ========================================================================== */

.event-countdown {
  margin-top: 25px;
}

.event-countdown .dash {
  margin: 0;
}

.event-countdown .time-number {
  width: 100%;
  height: auto;
  font-size: 40px;
  line-height: 32px;
  background-color: transparent;
  border: 0;
}

.event-countdown .digit {
  height: auto;
  margin: 0 -6px;
}

.event-countdown .dash_title {
  font-size: 20px;
  line-height: 24px;
  margin-top: 5px;
  text-transform: uppercase;
}

.event-countdown .seconds_dash {
  display: none;
}

.event-countdown .dash .digit,
.event-countdown .dash .dash_title {
  font-weight: 700;
}

.event-countdown .dash .digit,
.event-countdown .dash .dash_title,
.atcb-link {
  /* Default color; overridden by Customizer save_countdown_text via dynamic CSS */
  color: #FFF !important;
}

@-moz-document url-prefix() {
  .event-countdown .digit,
  .event-countdown .dash_title {
    font-weight: 400;
  }
}

/* ==========================================================================
   Download / Save-the-Date
   ========================================================================== */

.download-seminar .save_date_wrapper {
  text-align: left;
  margin: 5px 0 20px;
}

.download-seminar .atcb-link,
.download-seminar .atcb-link:hover,
.download-seminar .atcb-link:active,
.download-seminar .atcb-link:focus {
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
  padding: 7px 0 !important;
  text-transform: none;
  text-decoration: underline;
  font-family: inherit;
  display: inline;
}

.download-seminar .atcb-link .save-date-big {
  font-size: 16px;
  line-height: 24px;
}

.download-seminar .atcb-link br {
  display: none;
}

/* ==========================================================================
   Social / AddThis
   ========================================================================== */

.addthis_24x24_style .at-icon,
.at4-follow .at4-follow-container .at-icon-wrapper {
  width: 30px !important;
  height: 30px !important;
}

.at4-follow-24 .at-follow-btn {
  width: 32px !important;
  height: 32px !important;
}

/* ==========================================================================
   Utility Classes
   ========================================================================== */

.hover-reg:hover {
  opacity: 0.75;
}

.image-ten-margin .wpb_wrapper .vc_single_image-wrapper img {
  margin-bottom: 10px;
}

.image-zero-margin .wpb_wrapper .vc_single_image-wrapper img {
  margin-bottom: 0px;
}

/* ==========================================================================
   Individual CPT Layout (shared)
   ========================================================================== */

.individual-exhibitor,
.individual-seminar,
.individual-speaker,
.individual-sponsor { padding: 0px 20px; }

/* --- Exhibitor --- */

.individual-exhibitor h3.ie-title { font-weight: 700; border-bottom: 1px solid #d0d0ce; }

.individual-exhibitor h1.exhibitor-name { margin-top: 10px; border-bottom: 0; padding-bottom: 0; }

.individual-exhibitor #ex-logo { display: inline-block; margin-top: 10px; background-repeat: no-repeat; background-position: center; background-size: 90% !important; }

.individual-exhibitor #ex-logo img { max-width: 100%; max-height: 100%; margin: auto; height: auto; width: auto; }

.individual-exhibitor h3 i { float: right; }

.individual-exhibitor .exhibitor_videos ul { margin-left: 0 !important; }

.individual-exhibitor .exhibitor_videos ul li { list-style-type: none !important; float: left; margin-right: 10px; }

.individual-exhibitor .exhibitor-images { display: inline-block; margin-right: 5px; }

.individual-exhibitor .exhibitor-images img { max-width: 300px; }

.individual-exhibitor .exhibitor-left { margin-top: 0; padding-bottom: 0; border-bottom: 0; width: 30%; float: left; }

.individual-exhibitor .exhibitor-details { margin-left: 33%; padding-top: 24px; }

.individual-exhibitor .exhibitor-details .details-heading { display: inline-block; width: 100px; }

.individual-exhibitor .exhibitor-details #company-profile { margin-top: 30px; }

.individual-exhibitor .exhibitor-details i.social_media { font-size: 22px; margin-top: 10px; }

.individual-exhibitor .exhibitor-details .exhibitor_videos iframe { width: 300px; height: auto; }

.individual-exhibitor .exhibitor-details p { margin-top: 0; margin-bottom: 5px; }

.individual-exhibitor .exhibitor-details #company-profile p { margin-bottom: 10px; }

.individual-exhibitor .previous_exhibitor,
.individual-exhibitor .next_exhibitor { width: 49.5%; display: inline-block; }

.individual-exhibitor .next_exhibitor { text-align: right; }

.individual-exhibitor .back-btn-wrapper { text-align: right; }

#content.sidebar .individual-exhibitor .exhibitor-left,
#content.dynamic-full-width .individual-exhibitor .exhibitor-left { margin-top: 0; padding-bottom: 0; border-bottom: 0; width: 100%; float: none; }

#content.sidebar .individual-exhibitor .exhibitor-details,
#content.dynamic-full-width .individual-exhibitor .exhibitor-details { margin-left: 0; }

/* --- Seminar --- */

.individual-seminar h3.ie-title { font-weight: 700; border-bottom: 1px solid #d0d0ce; }

.individual-seminar h1.individual-seminar-title { margin-top: 0; padding-bottom: 0; border-bottom: 0; width: 30%; float: left; }

.individual-seminar .seminar-details { margin-left: 33%; }

.individual-seminar #seminar-image {
  display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
  -moz-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;
  height: 120px; width: 170px; margin-right: 20px;
}

.individual-seminar #seminar-image img { max-width: 100%; max-height: 100%; margin: auto; height: auto; width: auto; }

.individual-seminar .seminar-details .seminar-details-left { padding-top: 5px; }

.individual-seminar .seminar-details .seminar-details-left p { margin-top: 0; margin-bottom: 5px; }

.individual-seminar .speaker-for-session ul.shortcode-speakers .speaker { display: inline-block; width: 32%; vertical-align: top; }

.individual-seminar .speaker-for-session ul.shortcode-speakers .speaker .speaker-photo { width: 140px; height: 140px; }

.individual-seminar .speaker-for-session ul.shortcode-speakers .speaker .speaker-full-name { display: block; text-decoration: none; font-weight: 600; margin-top: 8px; }

.individual-seminar .speaker-for-session .speaker a.speaker-full-name:hover { text-decoration: underline; }

.individual-seminar .speaker-for-session .speaker .position { font-size: 13px; }

.individual-seminar .speaker-for-session .speaker { margin-bottom: 15px; }

.individual-seminar .speaker-for-session .speaker.border .speaker-photo { border: 3px solid #999; }

.individual-seminar .speaker-for-session .speaker.round .speaker-photo,
.individual-seminar .speaker-for-session .speaker.round .speaker-photo img { border-radius: 50%; }

.individual-seminar .speaker-photo img { max-width: 100%; max-height: 100%; margin: auto; height: auto; width: auto; }

#content.sidebar .individual-seminar h1.individual-seminar-title,
#content.dynamic-full-width .individual-seminar h1.individual-seminar-title { margin-top: 0; padding-bottom: 0; border-bottom: 0; width: 100%; float: none; }

#content.sidebar .individual-seminar .seminar-details,
#content.dynamic-full-width .individual-seminar .seminar-details { margin-left: 0; }

#content.sidebar .individual-seminar #seminar-image { margin-top: -30px; }
#content.dynamic-full-width .individual-seminar #seminar-image { margin-top: -50px; }

/* --- Speaker --- */

.individual-speaker h3.ie-title { font-weight: 700; border-bottom: 1px solid #d0d0ce; }

.individual-speaker h1.speaker-name { margin-top: 0; padding-bottom: 0; border-bottom: 0; width: 30%; float: left; }

.individual-speaker .speaker_details { margin-left: 33%; }

.individual-speaker .speaker_details #userphoto {
  display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
  -moz-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;
  height: 120px; width: 170px; margin-right: 20px;
}

.individual-speaker .speaker_details #userphoto img { max-width: 100%; max-height: 100%; margin: auto; height: auto; width: auto; }

.individual-speaker .speaker_details #speaker-info p { margin-top: 0; margin-bottom: 5px; }

.individual-speaker .speaker_details #speaker-bio { margin-top: 20px; }

.individual-speaker .speaker_details #userphoto.border { border: 3px solid #999; }

.individual-speaker .speaker_details #userphoto.round,
.individual-speaker .speaker_details #userphoto.round img { border-radius: 50%; }

.individual-speaker .speaker_details #userphoto.round { width: 120px; }

#content #inner-content .individual-speaker .speaker_details .speaker-individual-seminars ul { list-style-type: none; margin: 5px 0; }

#content.sidebar .individual-speaker h1.speaker-name,
#content.dynamic-full-width .individual-speaker h1.speaker-name { margin-top: 0; padding-bottom: 0; border-bottom: 0; width: 100%; float: none; }

#content.sidebar .individual-speaker .speaker_details,
#content.dynamic-full-width .individual-speaker .speaker_details { margin-left: 0; }

#content.sidebar .individual-speaker .speaker_details #userphoto { margin-top: -30px; }
#content.dynamic-full-width .individual-speaker .speaker_details #userphoto { margin-top: -50px; }

/* --- Sponsor --- */

.individual-sponsor h3.ie-title { font-weight: 700; border-bottom: 1px solid #d0d0ce; }

.individual-sponsor h1.sponsor-name { margin-top: 0; padding-bottom: 0; border-bottom: 0; width: 30%; float: left; }

.individual-sponsor .sponsor-details { margin-left: 33%; }

.individual-sponsor .sponsor-image {
  display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
  -moz-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center;
  height: 120px; width: 170px; margin-right: 20px;
}

.individual-sponsor .sponsor-image img { max-width: 100%; max-height: 100%; margin: auto; height: auto; width: auto; }

.individual-sponsor a.view-site,
.individual-sponsor a.view-site:link,
.individual-sponsor a.view-site:visited,
.individual-sponsor a.view-site:active { display: inline-block; }

#content.sidebar .individual-sponsor h1.sponsor-name,
#content.dynamic-full-width .individual-sponsor h1.sponsor-name { margin-top: 0; padding-bottom: 0; border-bottom: 0; width: 100%; float: none; }

#content.sidebar .individual-sponsor .sponsor-details,
#content.dynamic-full-width .individual-sponsor .sponsor-details { margin-left: 0; }

#content.sidebar .individual-sponsor .sponsor-image { margin-top: -30px; }
#content.dynamic-full-width .individual-sponsor .sponsor-image { margin-top: -50px; }

/* ==========================================================================
   Individual Post Styles (non-CPT)
   ========================================================================== */

.individual-post {
  padding: 0px 20px;
}

.individual-post header {
  margin-top: 0;
  padding-bottom: 0;
  border-bottom: 0;
  width: 30%;
  float: left;
}

.individual-post .entry-content {
  margin-left: 33%;
}

.individual-post .hentry {
  border: 0;
  margin-bottom: 0;
}

.individual-post .hentry header {
  padding: 0;
}

.individual-post section.entry-content .vc_row:after {
  display: inline-block;
}

#content.sidebar .individual-post header,
#content.dynamic-full-width .individual-post header {
  margin-top: 0;
  padding-bottom: 0;
  border-bottom: 0;
  width: 100%;
  float: none;
}

#content.sidebar .individual-post .entry-content,
#content.dynamic-full-width .individual-post .entry-content {
  margin-left: 0;
}

/* ==========================================================================
   No Header on Home
   ========================================================================== */

body.home#no-header-home .header {
  display: none;
}

/* ==========================================================================
   Language Options
   ========================================================================== */

.language_options {
  position: fixed;
  top: 7px;
  right: 10px;
  z-index: 999999;
  height: 48px;
  padding: 2px;
}

.language_options img {
  max-width: 100%;
  max-height: 100%;
  width: 32px;
  margin-left: 5px;
}

.language_options.text a {
  padding: 3px 10px;
  border-left: 1px solid #FFF;
  color: #FFF;
  text-decoration: none;
}

.language_options.text a:first-child {
  border-left: 0;
}

.language_options.text a:hover {
  color: #000;
}

/* ==========================================================================
   Widget / Sidebar Styles
   ========================================================================== */

.widget { margin: 10px 0; padding: 0; }
.widget:first-child { margin-top: 0; }
.widget .widgettitle { border-bottom: 0; }
.widget_addthis_tool_by_class_name_widget { margin: 0 0 15px; }
.widget_addthis_tool_by_class_name_widget .widgettitle { display: none; }
.addthis_vertical_follow_toolbox #atftbx p { display: none; }
.addthis_toolbox.addthis_vertical_style { background-color: #fff; padding: 10px 5px 5px; border-radius: 5px; width: 100% !important; }
.miramedia_speaker_profiles .widgettitle,
.miramedia_sponsor_logos .widgettitle,
.mm_countdown .widgettitle { background-color: #fff; border-radius: 5px 5px 0px 0px; padding: 0px 5px; display: inline-block; margin-top: 5px; border-bottom: 0; margin-bottom: 5px; }
#content #inner-content .speaker-widget-wrapper ul { list-style-type: none; margin-left: 0; }
.speaker-widget-wrapper ul li.speaker-widget-item { background-color: #fff; margin-bottom: 5px; border-top: 0; }
.widget.miramedia_sponsor_logos ul { margin: 0; }
.widget.miramedia_sponsor_logos ul li { background-color: #fff; margin-bottom: 5px; }
.widget.miramedia_sponsor_logos ul li a { display: block; }
.widget.miramedia_sponsor_logos ul li a .sponsor-inside {
  display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
  align-items: center; justify-content: center;
}

/* ==========================================================================
   Owl Carousel Fix
   ========================================================================== */

.owl-carousel .owl-item img { width: auto !important; max-width: 100%; max-height: 100%; }

/* ==========================================================================
   SPG (Simple Post Grid) Sort
   ========================================================================== */

.spg-loop-actions .asc, .spg-loop-actions .desc { text-indent: 0; width: auto; background: none; border: 0; }
.spg-loop-actions .spg-orderby-select { line-height: 25px; margin-right: 10px; }

/* ==========================================================================
   WPBakery Image Grid
   ========================================================================== */

#content #inner-content .wpb_image_grid ul.wpb_image_grid_ul { margin-left: 0; list-style-type: none; }
.wpb_image_grid img { margin: 3px; }

/* ==========================================================================
   News Ticker
   ========================================================================== */

.ticker.wrapper-inside { width: 1040px; margin: auto; }
#ticker-wrapper { margin: 10px 0px; }
#ticker-wrapper #ticker #ticker-title { font-weight: 400; font-size: 18px; line-height: 24px; }
#ticker-wrapper #ticker #ticker-title span,
#ticker-wrapper #ticker #ticker-content { font-weight: 400; font-size: 16px; line-height: 18px; }
#ticker-wrapper #ticker #ticker-content { max-height: 20px; margin: 8px; }
#ticker-wrapper #ticker-controls li,
#ticker-wrapper #ticker-controls li:before { font-size: 14px; }

/* ==========================================================================
   Facts & Figures Animation
   ========================================================================== */

#facts-and-figures-container .stats { font-size: 35px; line-height: 35px; margin-bottom: 5px; }
#facts-and-figures-container .title { font-size: 20px; line-height: 24px; margin-bottom: 10px; }
#facts-and-figures-container .predicted p.predicted-fadein,
#facts-and-figures-container .increase p.increase-fadein,
#facts-and-figures-container .reaching p.reaching-fadein,
#facts-and-figures-container .middle-east .middle-east-fadein,
#facts-and-figures-container .africa .africa-fadein,
#facts-and-figures-container .source p.source-fadein { display: none; }
#facts-and-figures-container .middle-east .rooms,
#facts-and-figures-container .africa .rooms { margin-bottom: 21px; }
#facts-and-figures-container .middle-east .stats.rooms,
#facts-and-figures-container .middle-east .stats,
#facts-and-figures-container .africa .stats.rooms,
#facts-and-figures-container .africa .stats { margin-bottom: 0; }

/* ==========================================================================
   Sector Image Hover Zoom
   ========================================================================== */

.back-of-house-img, .front-of-house-img, .bar-or-counter-img {
  overflow: hidden;
  margin-bottom: 24px;
}

.back-of-house-img img, .front-of-house-img img, .bar-or-counter-img img {
  margin-bottom: 0;
  transition: all 1s ease;
}

.back-of-house-img:hover img, .front-of-house-img:hover img, .bar-or-counter-img:hover img {
  transform: scale(1.25);
}

/* ==========================================================================
   WordPress Gallery
   ========================================================================== */

.gallery { margin: 0 -1.1666667%; padding: 0; }
.gallery .gallery-item { display: inline-block; max-width: 33.33%; padding: 0 4px; text-align: center; vertical-align: top; width: 100%; margin: 0; }
.gallery .gallery-item a { display: inline-block; }
.gallery .gallery-item a img { margin: 0; }
.gallery-columns-1 .gallery-item { max-width: 100%; }
.gallery-columns-2 .gallery-item { max-width: 50%; }
.gallery-columns-4 .gallery-item { max-width: 25%; }
.gallery-columns-5 .gallery-item { max-width: 20%; }
.gallery-columns-6 .gallery-item { max-width: 16.66%; }
.gallery-columns-7 .gallery-item { max-width: 14.28%; }
.gallery-columns-8 .gallery-item { max-width: 12.5%; }
.gallery-columns-9 .gallery-item { max-width: 11.11%; }
.gallery .gallery-caption { font-size: 13px; margin: 0; }
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption { display: none; }

/* ==========================================================================
   Misc Compatibility
   ========================================================================== */

.pixel-tracking-code { position: absolute; }
a.adrotate-advert { display: block; margin-bottom: -2px !important; }
.extranet-member-logged-in #wpadminbar { display: none; }
.fa { font-family: FontAwesome !important; }
#signup-content.wrap { background-color: #fff; padding: 10px; }

/* Exhibitor list sidebar width overrides */
#content.sidebar #exhibitor-list--search-tools #exhibitor-list--search-wrapper input#exhibitor-list--text-search,
#content.sidebar #exhibitor-list--search-tools #exhibitor-list--country-wrapper .country_dropdown_wrap,
#content.sidebar #exhibitor-list--search-tools #exhibitor-list--hall-wrapper .hall_dropdown_wrap,
#content.sidebar #exhibitor-list--search-tools #exhibitor-list--cat-wrapper .category_dropdown_wrap { width: 85%; }

/* ==========================================================================
   Footer / Copyright Styles
   ========================================================================== */

footer.footer {
  font-family: 'Lato', sans-serif;
}

.copyright { margin: 10px 0; font-size: 14px; text-align: center; }
.footer .source-org.copyright a { text-decoration: none; }
.footer .source-org.copyright a:hover { text-decoration: underline; }

/* ==========================================================================
   Top Bar / Advanced Header
   ========================================================================== */

.top-bar {
  height: 40px;
}

.top-bar .search-bar {
  float: right;
  width: 30%;
  height: 40px;
}

.top-bar .search-bar label {
  float: left;
  color: #fff;
  font-size: 14px;
}

.top-bar p,
.top-bar label {
  padding-top: 10px;
}

.top-bar .search-bar input {
  width: 75%;
  float: left;
  background: none;
  color: #fff;
  font-size: 14px;
  position: relative;
  font-weight: bold;
  margin-bottom: 0;
}

.top-bar input[type="search"]::placeholder {
  color: #b7b7b7;
}

.top-bar .search-bar button {
  float: right;
  font-size: 0;
  border: 0;
  width: 40px;
  height: 40px;
  border-radius: 0;
}

.top-bar .search-bar button:before {
  content: "\f002";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fff;
  font-size: 18px;
  top: 10px;
  left: 0;
}

.top-bar .search-bar button:focus {
  outline: 0;
}

.top-bar .search-bar input:focus {
  border: none;
  outline: none;
}

.top-bar p.content {
  width: 68%;
}

/* ==========================================================================
   Advanced Header (with-top-bar)
   ========================================================================== */

header.with-top-bar .header-top,
header.with-top-bar .header-bottom {
  float: left;
  width: 100%;
}

header.with-top-bar .header-bottom {
  margin-top: 10px;
}

header.with-top-bar .header-top a.logo {
  float: left;
}

header.with-top-bar .header-top .nav li a {
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  color: #777;
  margin-top: 10px;
}

header.with-top-bar .header-top .nav li a:hover {
  text-decoration: underline;
}

header.with-top-bar .header-top ul {
  float: right;
}

header.with-top-bar .header-bottom .left {
  width: 55%;
  float: left;
}

header.with-top-bar .header-bottom .right {
  width: 40%;
  float: right;
  text-align: right;
}

header.with-top-bar .header-top ul li a {
  width: 102px;
  background-position: top center;
  text-align: center;
  padding: 10px;
  padding-top: 60px;
  display: block;
  font-weight: 600;
  background-repeat: no-repeat;
}

header.with-top-bar .header-top .scroll-to-fixed-fixed {
  background: #fff;
}

header.with-top-bar .header-top ul.nav li.with-icon:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fff;
  font-size: 18px;
  top: 10px;
  left: 0;
}

header.with-top-bar .header-top ul li {
  border-right: 1px solid #ddd;
}

header.with-top-bar .header-top ul li:before {
  float: left;
  margin-top: 8px;
  width: 100%;
  text-align: center;
  font-size: 42px;
  margin-top: 15px;
}

header.with-top-bar .header-top ul li:first-child {
  border-left: 1px solid #ddd;
}

header.with-top-bar .header-top ul li ul li a {
  background-image: none !important;
  padding: 10px 0;
}

header.with-top-bar .header-top ul li ul.sub-menu {
  box-shadow: 0px 0px 3px #000;
  display: block;
  min-width: 250px;
  z-index: 999999;
  background: #fff;
}

header.with-top-bar .header-top ul li ul.sub-menu li {
  width: 100%;
}

header.with-top-bar .header-top ul li ul.sub-menu a {
  width: 100%;
  text-align: left;
  margin-top: 0;
  padding-left: 10px;
}

header.with-top-bar nav ul.nav {
  background-color: transparent;
}

header.with-top-bar .nav-container nav ul.nav li:hover {
  background-color: transparent;
}

/* ==========================================================================
   Search Results
   ========================================================================== */

body.search-no-results section.entry-content {
  padding: 1.5em;
}

body.search-no-results h1.archive-title {
  padding-bottom: 1.5em;
}

body.search-results section.entry-content {
  padding: 20px;
}

body.search-results h1.archive-title {
  padding-bottom: 20px;
}

/* ==========================================================================
   Responsive: min-width 768px
   ========================================================================== */

@media only screen and (min-width: 768px) {
  #inner-content.wrap { width: 96%; }
}

/* ==========================================================================
   Responsive: max-width 1200px
   ========================================================================== */

@media only screen and (max-width: 1200px) {
  .wrap {
    width: 100%;
  }

  header.with-top-bar .header-top ul {
    float: left;
    margin: 0 auto;
    width: 100%;
  }

  .top-bar {
    padding: 0 15px;
  }

  header.with-top-bar .header-bottom .left,
  header.with-top-bar .header-bottom .right {
    width: 100%;
    padding: 0 15px;
    text-align: left;
    font-size: 18px !important;
  }

  header.with-top-bar a.logo {
    text-align: center;
  }

  header.with-top-bar a.logo img {
    width: 80%;
  }

  #inner-content.page-width-sidebar .sidebar {
    float: left;
  }
}

/* ==========================================================================
   Responsive: max-width 1030px
   ========================================================================== */

@media only screen and (max-width: 1030px) {
  nav ul.nav li a { font-size: 14px; }
  .nav-wrapper.wrap { width: 96%; }
}

/* ==========================================================================
   Responsive: max-width 768px
   ========================================================================== */

@media only screen and (max-width: 768px) {
  #open-nav {
    display: block;
  }

  .nav-container nav,
  .nav-wrapper nav {
    display: none;
  }

  .individual-post header {
    float: none;
    width: 100%;
  }

  .individual-post .entry-content {
    margin-left: 0;
  }

  .client-footer.wrap {
    width: 100%;
  }

  /* CPT single page mobile overrides */
  .individual-seminar #seminar-image,
  .individual-sponsor .sponsor-image,
  .individual-exhibitor #ex-logo,
  .individual-speaker .speaker_details #userphoto { float: none; margin: auto; }

  .individual-seminar h1.individual-seminar-title,
  .individual-sponsor h1.sponsor-name,
  .individual-exhibitor .exhibitor-left,
  .individual-speaker h1.speaker-name { float: none; width: 100%; }

  .individual-seminar .seminar-details,
  .individual-sponsor .sponsor-details,
  .individual-exhibitor .exhibitor-details,
  .individual-speaker .speaker_details { margin-left: 0; }

  .individual-seminar .speaker-for-session ul.shortcode-speakers .speaker { width: 100%; }
}

/* ==========================================================================
   Responsive: max-width 767px
   ========================================================================== */

@media only screen and (max-width: 767px) {
  .top-bar p.content,
  .top-bar .search-bar {
    width: 50%;
  }

  .top-bar .search-bar input {
    width: 46%;
  }

  header.with-top-bar .nav-container {
    float: left;
    width: 100%;
  }

  header.with-top-bar ul#menu-main-navigation {
    background: #fff;
    padding-bottom: 20px;
    padding-top: 10px;
  }

  header.with-top-bar .header-top ul li ul.sub-menu {
    box-shadow: none;
    padding-left: 20px;
    padding-bottom: 15px;
  }

  header.with-top-bar .header-top ul li:first-child {
    border-left: none;
  }

  header.with-top-bar .header-top ul li a {
    background-image: none !important;
    padding-top: 0;
    width: 100%;
    text-align: left;
  }

  header.with-top-bar .header-top #open-nav,
  header.with-top-bar .header-top #close-nav {
    background-color: #888888;
  }

  header.with-top-bar .nav-wrapper.wrap {
    margin-top: 20px;
  }

  #inner-content.wrap {
    width: 96% !important;
  }

  #inner-content {
    padding: 20px 0 0;
  }
}

/* ==========================================================================
   Responsive: max-width 680px
   ========================================================================== */

@media only screen and (max-width: 680px) {
  #inner-content.page-width-sidebar #main {
    width: 100%;
  }
}

/* ==========================================================================
   Responsive: max-width 520px
   ========================================================================== */

@media only screen and (max-width: 520px) {
  header.with-top-bar .header-bottom .left img,
  header.with-top-bar .header-bottom .right img {
    width: 100%;
    height: auto;
  }
}

/* ==========================================================================
   Responsive: max-width 480px
   ========================================================================== */

@media only screen and (max-width: 480px) {
  .top-bar .search-bar input {
    width: 60%;
  }
}
