/*

Event site overrides to default Bootstrap theme styles in /bootstrap/theme.css

*/

@import url('https://blackhat.com/bootstrap/fonts-2024.css');

body {
  background: #000 url(https://blackhat.com/images/backgrounds/2020.jpg) no-repeat top center;
}

/* Header: 'Register Now' button */
.main-action-button {
  box-shadow: 0 0 15px 5px rgba(4,31,38,.9); /* RGB for hex: #041f26 */
}
.main-action-button:active,
.main-action-button:focus,
.main-action-button:hover {
  box-shadow: 0 0 15px 5px rgba(255,255,255,.5);
}

.side-by-side span {
  background-position: center center;
  background-size: cover;
  border: 2px solid #33ceff;
  display: inline-block;
  margin: 0 auto 15px;
  height: 214px;
  width: 100%;
}
.side-by-side .one {
  background-image: url(../../images/page-graphics-usa-20/expo.png);
}
.side-by-side .two {
  background-image: url(../../images/page-graphics-usa-20/expo2.png);
}

/* 
  Event Sponsors modifications - for event-sponsors.html

  - Turn on/off visibility of 'products and services'
  - Hide Booth column
*/
table.exhibitorList tr .booth, 
span#sort_divider, 
a#sort_product_service {
  display: none;
}

/* Override colors for Sponsors page charts sections */
.breakdown.dark header {
  background: #3468d7;
}
.breakdown.dark ul li::before {
  color: #3468d7;
}
.breakdown.light header {
  background: #4da5e9;
}
.breakdown.light ul li::before {
  color: #4da5e9;
}
.breakdown.medium header {
  background: #c63fa7;
}
.breakdown.medium ul li::before {
  color: #c63fa7;
}

.top-industries header {
  background-color: #4da5e9;
}
.top-industries ul li::before {
  color: #4da5e9;
}
.top-industries .financial header {
  background-color: #3468d7;
}
.top-industries .financial ul li::before {
  color: #3468d7;
}
.top-industries .government header {
  background-color: #4da5e9;
}
.top-industries .government ul li::before {
  color: #4da5e9;
}
.top-industries .manufacturer header {
  background-color: #3468d7;
}
.top-industries .manufacturer ul li::before {
  color: #3468d7;
}
.top-industries .telecom header {
  background-color: #3468d7;
}
.top-industries .telecom ul li::before {
  color: #3468d7;
}
.top-industries .transportation header {
  background-color: #4da5e9;
}
.top-industries .transportation ul li::before {
  color: #4da5e9;
}

/* Sponsors page charts, map background */
.map {
  background: url(../../images/europe/map.png) no-repeat center center;
  background-size: cover;
  min-height: 25em;
  padding: 5em 2.5em;
  text-shadow: 0 2px 2px #000;
}
.map hr {
  margin: .75em auto;
}

/* Large screens/devices only */
@media (min-width: 992px) {
  .event-header-logo span {
    font-size: .8em;
    margin-right: 1%;
  }
  /* Right-align the registration button, date, and location in the header */
  .event-header-info {
    text-align: right;
  }
  .main-action-button {
    display: inline-block;
  }
  .event-date-location hr:before {
    width: 75%;
  }
  .event-date-location hr:after {
    width: 25%;
  }
  /* Remove default borders between main menu top-level nav items */
  #main-menu li.nav-item a.nav-link {
    border-left: none;
  }
}
@media (min-width: 1200px) {
  .price-box-wrapper .span-4 {
  /* span-4 is the container for the price boxes in the schedule viewer (detailed view) */
    min-width: auto;
    width: 48.2%;
  }
}
