/*
Theme Name: LSC 
Theme URI: https://github.com/bencarlson/wp-bootstrap
Description: A wordpress 3.9+ theme built on Bootstrap 3
Author: Design Action Collective
Author URI: http://designaction.org
Version: 1.3
*/
@import url("stylesheets/css/main.css");

.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
}

.alignwide {
  margin-left: -100px;
  margin-right: -100px;
}

/* temporary style */
.page-id-7705 .page-title {
  background-color: transparent;
  text-align: center;
}

.page-id-7705 .container-normal .row.maincontent {
  background-color: transparent;
}

.page-id-7705 .buttons-wrapper .wp-block-buttons {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
.page-id-7705 h1 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}
.page-id-7705 .buttons-wrapper .wp-block-buttons .wp-block-button a {
  border: 2px solid #fff;
  transition: all 0.3s ease-in-out;
}
.page-id-7705 .buttons-wrapper .wp-block-buttons .wp-block-button a:hover {
  background-color: #333 !important;
  text-decoration: none;
}

.page-id-7705 .event-banner {
  background-color: #aa1167;
  color: #fff;
}
.page-id-7705 .event-banner * {
  color: #fff !important;
}
.box-border {
  border: 1px solid #aa1167 !important;
  padding: 30px;
}
.logos .wp-block-image {
  max-width: 200px !important;
  margin: 0 30px !important;
}

.individual-awardees,
.logos {
  justify-content: center;
}

.align-center {
  text-align: center;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.align-center li {
  list-style: none;
}
.disabled a {
  cursor: not-allowed;
  pointer-events: none;
}
