.author-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: nowrap;
  padding: 20px;
  border: 1px solid #eee;
}
@media only screen and (max-width: 420px) {
  .author-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
  }
}

.author-box-profile-picture {
  margin-right: 20px;
}

.author-box-text {
  flex: 1;
}

.author-box-name {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 2rem;
}

.author-box-bio {
  font-family: Georgia, serif;
  font-size: 1rem;
  line-height: 1.25rem;
}

.banner {
  box-sizing: border-box;
  min-height: 120px;
  display: flex;
  transition: background 0.3s ease-out;
  background-color: #003660;
}
.banner:hover {
  background-color: #006fc6;
}
.banner.banner-opinion {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("graphics/opinion-podcast-banner.jpg");
  background-size: cover;
  background-position: bottom;
}
.banner.banner-opinion:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("graphics/opinion-podcast-banner.jpg");
}
.banner.banner-best-of {
  background: url("graphics/best-of-23-banner-phone.jpg") bottom/contain no-repeat;
}
@media only screen and (min-width: 668px) {
  .banner.banner-best-of {
    background: url("graphics/best-of-23-banner.jpg") bottom/contain no-repeat;
  }
}
.banner.banner-unmasking-isla-vista {
  background: url("graphics/unmasking-isla-vista-banner-mobile.jpg") bottom/contain no-repeat;
  min-height: 140px;
}
@media only screen and (min-width: 668px) {
  .banner.banner-unmasking-isla-vista {
    background: url("graphics/unmasking-isla-vista-banner.png") bottom/contain no-repeat;
  }
}
.banner.banner-reaffirmation {
  background: url("graphics/nexus_reaffirmation.png") bottom/cover;
  min-height: 80px;
}

@media only screen and (min-width: 668px) {
  .banner {
    min-height: 80px;
  }
}
.banner a {
  padding: 0.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-decoration: none;
}

.banner-header {
  font-size: 2rem;
}

.banner-subheader {
  font-size: 1.5rem;
}

#covid19sidebar {
  height: 330px;
}

#covid19sidebarplotarea {
  width: 286px;
  height: 286px;
  border: 1px solid #d3d3d3;
}

#covid19sidebarplotarea > h3:first-child {
  margin: 3px 5px 0 5px;
}

#covid19sidebarplotarea > h3:nth-child(2) {
  margin: 0;
}

#covid19sidebarplotarea h3 {
  /* need to override font-size for h3 in the website sidebar*/
  font-size: 18.72px !important;
  color: black;
  margin: 0;
  text-align: center;
  font-weight: lighter !important;
  letter-spacing: normal !important;
}

#covid19sidebarplotarea {
  font-family: Georgia, serif !important;
}

#covid19sidebarcontrols {
  height: 25px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.covid19sidebarinput {
  margin: 0;
  width: 75px;
  background-color: #d3d3d366;
  border-radius: 5px;
  text-align: center;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}

.covid19sidebarinput:hover {
  cursor: pointer;
}

#covid19sidebarcontrols .selected {
  background-color: #d3d3d3;
}

#covid19sidebarplots .selectedPlot {
  display: block;
}

#covid19sidebarplots svg {
  display: none;
}

#covid19sidebarsource {
  margin: 7px 0 0 25px;
  font-size: 10pt;
  text-align: right;
}

#covid19sidebarplots .svgtxt,
#covid19sidebarplots .tooltip,
#covid19sidebarplots .tooltipvac {
  font-family: Georgia, serif;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-align: left !important;
  letter-spacing: normal !important;
}

#covid19sidebarplots .tooltip {
  position: relative;
  background-color: white;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  padding: 3px;
  width: 160px;
}

#covid19sidebarplots .tooltipvac {
  position: relative;
  background-color: white;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  padding: 3px;
  width: 180px;
  text-align: left !important;
  letter-spacing: normal !important;
}

#covid19sidebarplots .tooltipdate {
  font-size: 10pt;
  text-align: left !important;
  letter-spacing: normal !important;
}

#covid19sidebarplots .tooltip hr,
#covid19sidebarplots .tooltipvac hr {
  margin: 3px 0;
  border: none;
  border-top: 1px solid black;
}

#covid19sidebarvaccineTrackerDiv,
#covid19sidebardailyTrackerDiv,
#covid19sidebartotalTrackerDiv {
  /* display: absolute; */
  position: absolute;
}

#covid19sidebarplots {
  height: 215px;
}

#covid19sidebarsource a {
  color: black;
  text-decoration: none;
  /* no underline */
}

.featured-comic {
  margin: 20px 0;
}

#sidebar h3.featured-comic-header {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid black;
  font-size: 1.5rem;
  color: black;
}

.featured-comic-image {
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  background-size: cover;
  background-position: top;
  color: white;
}

.featured-comic-title {
  font-size: 1.25em;
}

#header {
  margin-bottom: 5px;
  height: auto;
  padding-top: 60px;
  width: 1200px;
  max-width: 100%;
  margin: auto;
}
@media only screen and (max-width: 667px) {
  #header {
    padding-top: 80px;
  }
}

.main-menu {
  width: 1200px;
  z-index: 100;
  border-bottom: #E2E2E2 solid 1px;
  margin: auto;
}

.main-menu UL {
  list-style-type: none;
  background-color: white;
  margin: 0px;
  padding: 5px 0px;
  font-size: 14px;
}

.main-menu LI {
  display: inline-block;
  font-size: 1.1em;
  margin: 5px 0px;
}

.main-menu LI A {
  color: black;
  font-size: 0.9em;
  text-transform: uppercase;
  padding: 12px 9px;
}

.main-menu LI :hover {
  color: #1282C4;
}

UL.dropdown UL {
  background-color: white;
  list-style: none;
  margin: 10px 0px 0px;
  padding: 0px;
  width: auto;
  position: absolute;
  z-index: 500;
  font-size: 0.8em;
  text-align: left;
  border-bottom: 2px solid #E2E2E2;
  border-left: 2px solid #E2E2E2;
  border-right: 2px solid #E2E2E2;
}

UL.dropdown UL LI {
  display: block;
}

UL.dropdown UL, UL.dropdown LI:hover UL UL, UL.dropdown UL LI:hover UL UL {
  /* display: none; */
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}

UL.dropdown LI:hover UL, UL.dropdown UL LI:hover UL, UL.dropdown UL LI UL LI:hover UL {
  /* display: block; */
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease;
}

.header-advertisement {
  background-color: #FFFFFF;
  margin-bottom: -60px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #444;
  width: 100%;
}
@media only screen and (max-width: 667px) {
  .header-advertisement {
    position: static;
    display: block;
    /* hack so iframe ads don't resize the div */
    height: 12vw;
    overflow: hidden;
    margin-bottom: 0;
    background-color: #FFFFFF;
  }
}

.header-advertisement hr {
  display: none;
}

.logo {
  display: inline-block;
  vertical-align: top;
  font-family: "Playfair Display", serif;
  margin: 0px;
  position: relative;
}
@media only screen and (max-width: 667px) {
  .logo {
    width: 75%;
  }
}

.logo-socialmedia {
  position: absolute;
  top: 120px;
  right: -215px;
}

.logo-text {
  font-size: 4.5em;
  letter-spacing: 6px;
  position: relative;
  top: 35px;
}

.logo-text A {
  color: black;
}

@media only screen and (max-width: 667px) {
  .logo-image {
    margin-left: 20px;
  }
}

.logo-image IMG {
  position: relative;
  top: 59px;
  height: 100px;
  z-index: 10;
}
@media only screen and (max-width: 667px) {
  .logo-image IMG {
    width: 100%;
    height: 70px;
    top: 0;
    object-fit: contain;
  }
}

.header-top-divider {
  position: relative;
  top: 25px;
  height: 1px;
  z-index: 1;
  background: black;
  /* background-color:#1B74BB; */
}

.header-under-logo {
  position: relative;
  top: 25px;
}

.header-date {
  /* position: absolute; */
  display: inline-block;
  font-size: 0.8em;
  float: left;
  line-height: 20px;
  margin-left: 5px;
  /* left: 252px; */
}

.header-spacer {
  display: inline-block;
  width: 189px;
}

.header-menu {
  /* position: absolute; */
  float: right;
  font-size: 0.8em;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  display: none;
  /* left: 661px; */
}

.header-menu A {
  font-size: 0.9em;
  color: black;
  padding: 0px 5px;
}

.header-menu A:hover {
  color: #1282C4;
}

.header-bottom-divider {
  height: 3px;
  background-color: #FFC82D;
  /* background-color:#BE1E2C; */
  margin-top: 1px;
}

.header-bottom-divider-nexustentialism {
  height: 3px;
  background-color: #00468B;
  margin-top: 1px;
}

.ucsb {
  /* 
   * font-size: 1em;
   * padding: 2px 0px;
   * border-bottom: 1px solid black;
   * display:none;
   */
  position: absolute;
  left: -26px;
  right: 0px;
  line-height: 1.6em;
  font-size: 0.8em;
  top: 0px;
}

.container {
  position: relative;
  text-align: center;
  color: black;
}

@media only screen and (max-width: 667px) {
  .full {
    display: none;
  }

  #menu-fix {
    visibility: hidden;
  }
}
.mobile-header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  background-color: white;
  color: black;
  border-bottom: 1px solid black;
}

.mobile-header #responsive-menu-button {
  margin-right: 10px;
}

#responsive-menu #responsiveSearchInput {
  font-size: 1em;
}

#click-menu {
  margin-top: 0px !important;
}

#click-menu #RMX {
  font-size: 2rem !important;
}

broadstreet-zone-container img {
  max-width: 100%;
}

.photonic-slideshow-thumbs.js-thumbnails {
  box-sizing: border-box;
}

@media only screen and (max-width: 667px) {
  #sidebarAd {
    max-width: 75%;
    margin: 0 auto;
  }
}

.sidebar-link {
  margin: 10px 0;
  padding: 1rem;
  font-size: 1.25rem;
}
.sidebar-link-fade {
  transition: all 0.3s ease;
  filter: brightness(90%);
}
.sidebar-link-fade:hover {
  filter: brightness(100%);
}
.sidebar-link-dark-blue {
  background-color: #003660;
  color: white;
}
.sidebar-link-image {
  padding: 0;
  margin-bottom: 15px;
}
.sidebar-link-image img {
  max-width: 100%;
}

.dataTables_filter input[type=search] {
  height: 40px;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
}

/* Applies to dropdown filters and the dropdown for page size */
.column-filter-widget select, .dataTables_length select {
  height: 40px;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  background: white;
  color: black;
}

/*
 * Column 6 is currently the "Vote" column, which with the default column width has a very
 * awkwardly placed line break. If the "Vote" column is no longer column 6, change this
 * rule accordingly.
 */
.tablepress-id-SenateBills .column-6 {
  width: 50px;
}

/* Category Page - category.php, author.php, archive.php*/
#category-page-posts-box {
  display: inline-block;
  vertical-align: top;
  width: 74%;
  margin: 10px 0px 0px;
}
@media only screen and (max-width: 667px) {
  #category-page-posts-box {
    width: 100%;
    margin: 0;
  }
}

.category-page-cat-name {
  text-align: left;
  border-bottom: 2px solid #E2E2E2;
  margin-bottom: 20px;
}
@media only screen and (max-width: 667px) {
  .category-page-cat-name p {
    font-size: 2em;
    text-transform: uppercase;
    margin: 0px 0px 0px 5px;
  }
}

.category-page-cat-header {
  display: flex;
  flex-direction: row;
  text-align: left;
  border-bottom: 2px solid #E2E2E2;
  margin-bottom: 20px;
}
.category-page-cat-header .category-page-cat-logo-wrapper {
  max-width: 120px;
  max-height: 120px;
}
.category-page-cat-header .category-page-cat-logo-wrapper img {
  width: 100%;
  height: auto;
}
.category-page-cat-header p.category-page-cat-title {
  margin-left: 20px;
  font-size: 2.5em;
  text-transform: uppercase;
}

.category-page-section {
  padding: 30px 0;
  border-bottom: 2px solid #e2e2e2;
}
.category-page-section h2 {
  margin-top: 0;
  text-transform: uppercase;
}

.category-page-subcategories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.category-page-subcategories .category-page-subcategory-wrapper {
  display: block;
  max-width: 200px;
  margin: 10px;
}
@media only screen and (max-width: 667px) {
  .category-page-subcategories .category-page-subcategory-wrapper {
    max-width: 150px;
  }
}
.category-page-subcategories .category-page-subcategory {
  box-sizing: border-box;
  height: 100%;
  padding: 20px;
  border: 1px solid #e2e2e2;
  border-radius: 20px;
  transition: background-color 0.2s ease;
}
.category-page-subcategories .category-page-subcategory:hover {
  background-color: #e2e2e2;
}
.category-page-subcategories .category-page-subcategory img {
  max-width: 100%;
}
.category-page-subcategories .category-page-subcategory-title {
  color: black;
  font-size: 1.25rem;
}

.category-page-contact-button a {
  display: inline-block;
  padding: 20px;
  border: 1px solid #1282c4;
  border-radius: 20px;
  font-size: 1.5rem;
  transition: all 0.2s ease;
}
.category-page-contact-button a:hover {
  background-color: #1282c4;
  color: white;
}

.category-page-cat-elections-submenu {
  text-align: left;
  font-size: 20px;
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 20px;
}

.category-page-cat-name P {
  font-size: 2.5em;
  text-transform: uppercase;
  margin: 0px 0px 0px 5px;
}

.category-page-post {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 15px 0px;
  border-bottom: 2px solid #E2E2E2;
}
@media only screen and (max-width: 667px) {
  .category-page-post {
    padding: 15px 10px;
  }
}

.category-page-byline {
  font-size: 0.8em;
  margin: 2px 0px 5px;
}

.category-page-thumbnail-left {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width: 40%;
  margin: 7px 10px 0px 0px;
}

.category-page-thumbnail-right {
  display: inline-block;
  vertical-align: top;
  text-align: right;
  width: 40%;
  margin: 7px 0px 0px 10px;
}

.category-page-thumbnail-left IMG {
  width: 100%;
}

.category-page-thumbnail-right IMG {
  width: 100%;
}

.category-page-thumbnail-mobile img {
  width: 100%;
  height: auto;
  object-fit: scale-down;
}

.category-page-image-mobile img {
  width: 100%;
}

.category-page-post-text {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width: 58%;
}
@media only screen and (max-width: 667px) {
  .category-page-post-text {
    width: 100%;
  }
}

.category-page-post-text P {
  margin: 0px;
}

.category-page-post H1 {
  font-size: 1.7em;
  margin: 0px;
}
.category-page-post H1 a {
  color: black;
}
.category-page-post H1 a:hover {
  color: #1282c4;
}
@media only screen and (max-width: 667px) {
  .category-page-post H1 {
    font-size: 1.3em;
  }
}

.pagination {
  margin-top: 10px;
}
.pagination .page-navigation {
  margin: 0px 5px;
}
.pagination .current {
  margin: 2px;
  font-size: 1.3em;
}
.pagination .inactive {
  margin: 3px;
  font-size: 1.1em;
}
@media only screen and (max-width: 667px) {
  .pagination .inactive {
    font-size: 1.3em;
  }
}
.pagination .page-count {
  margin-top: 5px;
}
@media only screen and (max-width: 667px) {
  .pagination a {
    font-size: 1.3em;
    margin: 0px 5px;
  }
}

.sidebar-in-memory {
  padding: 10px;
  border: 1px solid black;
  background-color: #def;
}

.sidebar-in-memory-header {
  font-style: italic;
}

.sidebar-in-memory-message {
  margin: 1.5rem 0;
  font-size: 1.5em;
}

.sidebar-in-memory-item {
  margin-bottom: 1rem;
}

.header-memorial {
  background-color: #1c1d3e;
  color: white;
}

.logo-text.memorial a {
  color: white;
}

.header-top-divider.memorial {
  background: white;
}

.main-menu.memorial ul {
  background-color: #1c1d3e;
}

.main-menu.memorial li a {
  color: white;
}

.contact-numbers {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  flex-wrap: nowrap;
  border: 1px solid black;
}
@media only screen and (max-width: 667px) {
  .contact-numbers {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
  }
}

.contact-number-group {
  flex: 1;
  padding: 1rem;
}
.contact-number-group p {
  margin: 0.25rem;
}
@media only screen and (min-width: 668px) {
  .contact-number-group:first-child {
    border-right: 1px solid black;
  }
}

.contact-number-group-header {
  text-transform: uppercase;
  border-bottom: 1px solid black;
}

.staff {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  padding-top: 10px;
}
@media only screen and (max-width: 667px) {
  .staff {
    justify-content: center;
  }
}

.staff-member {
  width: 200px;
  margin-bottom: 15px;
}
.staff-member-small-picture .staff-picture-container {
  max-width: 160px;
  max-height: 160px;
}

.staff-picture-container {
  max-width: 180px;
  max-height: 180px;
  margin: auto;
}

.staff-picture {
  border: 1px solid #777;
  border-radius: 50%;
  height: 180px;
  object-fit: cover;
  width: 180px;
}

.staff-info-container {
  padding: 15px;
  text-align: center;
}

.staff-name {
  font-size: 1.25rem;
}

.staff-subheader {
  color: #666666;
}

.staff-email {
  font-size: 0.75rem;
  word-break: break-word;
}

.staff-bio {
  margin-top: 1rem;
}

/* Full Layout */
@media only screen and (min-width: 668px) {
  /* Global */
  HTML {
    margin-top: 0px;
  }

  BODY {
    text-align: center;
    color: black;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin: auto;
    width: 1200px;
  }
  BODY.labyrinth-body {
    margin: 0;
    width: 100%;
  }

  A {
    text-decoration: none;
    color: #1282C4;
  }

  #main {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 25px;
  }
  #main.labyrinth-main {
    display: block;
    width: 1000px;
    margin: auto;
  }

  /* Front Page  - index.php */
  #maintenance P {
    color: red;
    font-weight: bold;
    font-size: 1.8em;
    background-color: #E3E3E3;
    padding: 10px 0px;
    margin: 0px;
    float: inherit;
  }

  #content {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    width: 74%;
  }

  #featured {
    display: inline-block;
    height: auto;
    margin: 5px 0px 0px;
  }

  .primary-featured {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    height: 100%;
    width: 48%;
  }

  .primary-featured .featured-headline {
    font-weight: bold;
  }

  .primary-featured .featured-headline A {
    font-size: 1.2em;
    color: #000000;
  }

  .primary-featured .featured-headline A:hover {
    color: #1282C4;
  }

  .primary-featured .featured-excerpt P {
    margin: 10px 0px 0px;
  }

  .primary-featured .featured-image IMG {
    width: 100%;
  }

  .secondary-featured {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    width: 48%;
  }

  .secondary-featured-post {
    height: 32%;
  }

  .secondary-featured-post .featured-image {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    width: 20%;
  }

  .secondary-featured-post .featured-image IMG {
    width: 100%;
  }

  .secondary-featured-post .featured-headline A {
    color: black;
  }

  .secondary-featured-post .featured-headline A:hover {
    color: #1282C4;
  }

  .secondary-featured-text {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 100%;
    margin: 0px;
  }

  .featured-date-and-category {
    font-size: 0.8em;
    letter-spacing: 2px;
    margin: 0px;
  }

  .featured-headline {
    font-size: 1.2em;
    font-weight: bold;
  }

  .featured-byline {
    display: inline-block;
    font-size: 0.8em;
    color: #747474;
  }

  .featured-byline A {
    color: #747474;
  }

  .featured-byline A:hover {
    color: #1282C4;
  }

  .secondary-featured .featured-excerpt P {
    font-size: 0.9em;
    margin: 10px 0px 0px;
  }

  .featured-excerpt A {
    color: #1282C4;
  }

  .featured-vertical-divider {
    display: inline-block;
    background-color: #E7E7E7;
    height: 100%;
    width: 2px;
    margin: 0px 10px;
  }

  .featured-horizontal-divider {
    display: inline-block;
    background-color: #E7E7E7;
    height: 2px;
    width: 70%;
    margin: 5px 0px 5px -128px;
  }

  #categories {
    margin: 10px 0px;
    height: auto;
  }

  .category-box {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    width: 47%;
    height: auto;
    margin: 10px 0px 10px 10px;
    padding: 0px 0px 50px 0px;
  }

  .category-name {
    background-color: white;
    width: 100%;
    height: 5%;
    font-size: 1.6em;
    font-weight: bold;
    margin: 0px 0px 15px -10px;
    padding: 2px 0px;
    border-bottom: 2px solid #FDC82A;
    border-top: 2px solid #FDC82A;
  }

  .category-name A {
    color: black;
    margin: 0px 0px 0px 10px;
    padding: 0px 10px 0px 0px;
  }

  .category-box H2 {
    font-size: 1.1em;
    margin: 0px;
  }

  .category-box H2 A {
    color: black;
  }

  .category-box H2 A:hover {
    color: #1282C4;
  }

  .category-thumbnail {
    display: inline-block;
    vertical-align: top;
    width: 29%;
    margin: 5px 0px 0px;
  }
  .category-thumbnail .attachment-category-thumbnail {
    max-width: 100%;
  }

  .category-post {
    display: inline-block;
    vertical-align: top;
    width: 68%;
    height: 20%;
    margin: 3px 0px 5px 5px;
    overflow: hidden;
  }

  .category-post-date {
    font-size: 0.8em;
  }

  .category-text H2 {
    margin: 0px;
    font-size: 1.3em;
  }

  .category-text P {
    font-size: 0.9em;
    margin: 0px;
  }

  .category-text A {
    color: #187BCB;
  }

  .category-post-byline {
    font-size: 0.8em;
    color: #747474;
    margin: 2px 0px 5px;
  }

  .category-post-byline A {
    color: #747474;
  }

  .category-post-byline A:hover {
    color: #1282C4;
  }

  .category-vertical-divider {
    display: inline-block;
    height: 500px;
    width: 1px;
    margin: 67px 5px 0px;
    background-color: #E7E7E7;
  }

  .category-horizontal-divider {
    display: inline-block;
    height: 2px;
    width: 50px;
    background-color: #E7E7E7;
  }

  .category-post-divider {
    display: inline-block;
    height: 2px;
    width: 100%;
    background-color: #E7E7E7;
    margin: 10px 0px;
  }

  #front-page-middle-advertisement {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 90px;
    margin: 20px 0px 10px 0px;
  }

  /* Sidebar - functions.php */
  #sidebar {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    width: 24%;
    padding-left: 5px;
  }

  #sidebar H3 {
    font-size: 1.3em;
    color: #505050;
    margin: 5px 0px 20px;
  }

  .sidebar-divider {
    margin-top: 50px;
  }

  .search {
    display: inline-block;
    margin: 0px 0px 10px 0px;
  }

  .sidebar-picture-box {
    max-width: 100%;
    margin-bottom: 15px;
  }

  .sidebar-picture-box IMG {
    width: 100%;
    max-height: 178px;
  }

  .sidebar-picture-box P {
    font-size: 0.9em;
    margin: 0px;
  }

  .search INPUT {
    font-size: 1.1em;
    width: 280px;
    padding-left: 5px;
  }

  .advertisement {
    display: inline-block;
    width: 50%;
    margin-left: -140px;
  }

  /* Social Widget */
  #social-widget-buttons {
    width: 100%;
    margin-bottom: 20px;
  }

  #social-widget-buttons div {
    text-decoration: none;
    display: block;
    color: white;
    padding: 0;
    font-family: lato;
    border-radius: 5px;
    text-align: center;
    margin: 1px;
    border: 2px solid;
  }

  #social-widget-buttons div a div {
    padding: 10px;
    font-size: 125%;
  }

  #social-widget-facebook {
    background-color: #3b5998;
    border-color: #3b5998;
  }

  #social-widget-facebook:hover {
    color: #3b5998;
    background-color: white;
  }

  /* #social-widget-twitter{
  	background-color: #1da1f2;
  	border-color: #1da1f2;
  }
  #social-widget-twitter:hover{
  	color: #1da1f2;
  	background-color: white;
  }
  #social-widget-instagram{
  	background-color: black;
  	border-color: black;
  }
  #social-widget-instagram:hover{
  	color: black;
  	background-color: white;
  } */
  #social-widget-header {
    margin: 20px 0 5px 0;
    font-size: 20px;
  }

  #social-widget-newsletter {
    background-color: #ffc82d;
    border-color: #ffc82d;
  }

  #social-widget-newsletter:hover {
    color: black;
    border-color: #ffc82d;
    background-color: white;
  }
}
/* Single Post - single.php */
#single-post-box {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width: 74%;
  margin-right: 10px;
}
@media only screen and (max-width: 667px) {
  #single-post-box {
    width: 100%;
    margin-right: 0;
  }
}

#single-post-header {
  text-align: left;
  width: 100%;
}
@media only screen and (max-width: 667px) {
  #single-post-header {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: left;
    margin: 10px 0;
  }
}

.single-post-headline {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.3em;
  margin: 0px 0px 10px 0px;
  font-weight: bold;
  text-align: left;
}
@media only screen and (max-width: 667px) {
  .single-post-headline {
    font-family: "Lora", serif;
    font-size: 1.7em;
    margin: 20px 0;
    font-weight: bold;
    text-align: left;
  }
}

.single-post-byline {
  font-family: "Lora", serif;
  margin: 0px 0px 10px 0px;
  text-align: left;
}
@media only screen and (max-width: 667px) {
  .single-post-byline {
    font-size: 0.8rem;
    margin-bottom: 10px;
    text-align: left;
  }
}

.single-post-divider {
  background-color: #E7E7E7;
  height: 1px;
  margin: 0px 70px 20px;
}
@media only screen and (max-width: 667px) {
  .single-post-divider {
    margin: 0;
  }
}

.single-post-content {
  margin: 15px 0px 0px;
}
@media only screen and (max-width: 667px) {
  .single-post-content {
    margin: 0;
  }
}

.single-post-content P {
  font-family: Georgia, serif;
  font-size: 1.05em;
  letter-spacing: 1px;
  line-height: 160%;
  margin: 20px 5px 20px;
}
@media only screen and (max-width: 667px) {
  .single-post-content P {
    font-family: "Lora", serif;
    font-size: 0.9em;
    letter-spacing: 0px;
    margin-bottom: 30px;
  }
}

.wp-caption {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  background-color: white;
  margin: 10px;
}
@media only screen and (max-width: 667px) {
  .wp-caption {
    margin: 0;
    background-color: #e7e7e7;
  }
}

@media only screen and (min-width: 668px) {
  .single-post-cat-name {
    border-bottom: 2px solid #E2E2E2;
    margin: 0px 0px 30px 0px;
  }

  .single-post-cat-name A {
    font-size: 1.2em;
    font-weight: 700;
    color: black;
    text-transform: uppercase;
    margin: 0px;
  }

  .single-post-byline A {
    color: black;
  }

  .single-post-byline A:hover {
    color: #1282C4;
  }

  .single-post-content H2 {
    font-family: Georgia, serif;
    font-weight: normal;
    margin: 30px 0px 20px 0px;
  }

  .single-post-content H3 {
    margin: 30px 130px 20px 130px;
  }

  .single-post-content OL {
    font-family: Georgia, serif;
    font-size: 1.05em;
    letter-spacing: 1px;
    line-height: 140%;
    margin: 0px 120px 30px 120px;
  }

  .single-post-content OL LI {
    position: relative;
    left: 30px;
  }

  .single-post-content UL {
    font-family: Georgia, serif;
    font-size: 1.05em;
    letter-spacing: 1px;
    line-height: 140%;
    margin-bottom: 30px;
    margin: 20px 130px 20px;
  }

  .single-post-content UL LI {
    position: relative;
    left: 30px;
  }

  .single-post IMG {
    max-width: 100%;
    height: auto;
  }

  .single-post BLOCKQUOTE {
    display: block;
    width: 300px;
    float: left;
    padding: 0;
    margin: 20px 30px 20px 130px;
    font-size: 1.4em;
    font-style: bold;
    line-height: 150%;
    border-top: 5px solid;
    border-bottom: 5px solid;
  }

  .single-post BLOCKQUOTE P {
    font-family: "Lato", Arial, sans-serif;
    font-weight: 300;
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .wp-caption IMG {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0px;
  }

  .wp-caption P {
    margin: 0px 2px 5px;
    font-family: "Lato", Helvetica, sans-serif;
    font-size: 0.8em;
    color: black;
  }

  .single-post .alignleft {
    height: auto;
    width: auto;
    float: left;
    margin-right: 25px;
    margin-left: 130px;
  }

  .single-post .alignright {
    height: auto;
    width: auto;
    float: right;
    margin-right: 130px;
    margin-left: 25px;
  }

  .single-post .aligncenter {
    display: block;
    width: auto;
    max-width: 628px;
    height: auto;
    margin: auto;
  }

  .single-post .alignnone {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: auto;
  }

  .single-post .size-full IMG {
    max-width: 100%;
  }

  /* Generic Page - page.php */
  #page-content {
    display: inline-block;
    vertical-align: top;
    width: 74%;
    text-align: left;
  }

  .print-archive A {
    color: #1282C4;
    text-decoration: underline;
  }

  .print-archive A:visited {
    color: #4E4E4E;
  }

  /* Comments - comments.php*/
  .comment-author {
    font-weight: bold;
    padding: 5px 0px 0px;
  }

  .comment-author .says {
    display: none;
  }

  .comment-body {
    margin: 10px;
    padding-bottom: 5px;
  }

  .commentlist {
    margin: 0px 30px;
    list-style: none;
  }

  .commentlist UL {
    list-style: none;
  }

  .commentlist P {
    margin: 10px 0px 10px 10px;
  }

  .comment-meta {
    font-size: 0.8em;
    padding-bottom: 5px;
    border-bottom: 1px solid #B7B7B7;
  }

  .comment-meta A {
    color: black;
  }

  .commentlist .even {
    background: #D1D1D1;
  }

  .commentlist .odd {
    background: #E9E9E9;
  }

  .commentlist .avatar {
    display: none;
  }

  .reply A {
    color: #1282C4;
  }

  /* Footer - footer.php */
  #footer {
    border: #E9E9E9 solid 1px;
    display: inline-block;
    vertical-align: top;
  }

  #footer A {
    color: black;
  }

  .footer-menu UL {
    list-style-type: none;
    background-color: white;
    margin: auto;
    padding: 5px;
  }

  .footer-menu LI {
    display: inline-block;
    padding: 0px 15px;
    font-size: 18px;
  }

  /* Martin Desktops additions */
  .print-archive-pic > img {
    box-shadow: 0px 0px 5px grey;
    width: 300px;
    height: auto;
  }

  body.wide {
    margin: 0px;
    padding: 0px;
    width: 100%;
    padding-top: 40px;
  }

  #header-wide {
    height: 40px;
    display: block;
    width: 100%;
    background-color: white;
    border-bottom: 1px solid #232323;
    box-shadow: 0px 1px 2px #9b9b9b;
    position: fixed;
    top: 0px;
  }

  #header-wide > div.logow {
    max-width: 200px;
    margin: auto;
  }

  #header-wide > div.logow img {
    max-height: 30px;
    padding-top: 5px;
    width: auto;
  }

  #map > p {
    margin-top: 0px;
  }

  #main-map {
    margin-top: 0px;
  }

  /* /martin additions */
}
/* Mobile Layout */
@media only screen and (min-width: 668px) {
  .mobile {
    display: none;
  }
}

@media only screen and (max-width: 667px) {
  /* Global */
  HTML {
    position: relative;
    margin-top: 0px;
    margin-bottom: 50px;
    overflow-x: hidden;
  }

  BODY {
    position: relative;
    text-align: center;
    color: black;
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    letter-spacing: 0.5px;
    margin: 0px;
    max-width: 980px;
    overflow: hidden;
  }

  #wrapper {
    overflow: hidden;
  }

  A {
    text-decoration: none;
    color: #1282C4;
  }

  #main {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0 20px;
    overflow-x: hidden;
  }

  /* Front Page - index.php */
  #maintenance P {
    color: red;
    font-weight: bold;
    font-size: 1.8em;
    background-color: #E3E3E3;
    padding: 10px 0px;
    margin: 0px;
  }

  #content {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }

  #featured {
    display: inline-block;
    height: auto;
    margin: 5px 0px 0px;
  }

  .primary-featured {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    height: 100%;
    width: 100%;
    padding-bottom: 10px;
  }

  .primary-featured .featured-headline {
    font-weight: bold;
    margin: 0px 10px;
  }

  .primary-featured .featured-headline A {
    font-size: 1.2em;
    color: #000000;
  }

  .primary-featured .featured-headline A:hover {
    color: #1282C4;
  }

  .primary-featured .featured-excerpt P {
    margin: 10px 10px;
  }

  .primary-featured .featured-image IMG {
    width: 100%;
    height: 100%;
  }

  .secondary-featured {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    width: 100%;
  }

  .secondary-featured-post {
    height: 100%;
    padding-bottom: 40px;
    padding-top: 10px;
    border-top: 2px solid #E2E2E2;
  }

  .secondary-featured-post .featured-image {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    width: 20%;
  }

  .secondary-featured-post .featured-image IMG {
    width: 100%;
  }

  .secondary-featured-post .featured-headline A {
    font-size: 0.9em;
    color: black;
  }

  .secondary-featured-post .featured-headline A:hover {
    color: #1282C4;
  }

  .secondary-featured-text {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 100%;
    margin: 0px 10px;
  }

  .featured-date-and-category {
    font-size: 0.8em;
    letter-spacing: 2px;
    margin: 0px 10px;
  }

  .featured-headline {
    font-size: 1em;
    font-weight: bold;
  }

  .featured-byline {
    display: inline-block;
    font-size: 0.8em;
    color: #747474;
    margin: 0px 10px;
  }

  .featured-byline A {
    font-size: 0.8em;
    color: #747474;
  }

  .featured-byline A:hover {
    color: #1282C4;
  }

  .featured-excerpt P {
    margin: 0px 10px;
  }

  .secondary-featured .featured-excerpt P {
    display: none;
  }

  .featured-vertical-divider {
    display: none;
  }

  .featured-horizontal-divider {
    display: none;
  }

  #categories {
    margin: 10px 0px;
    height: auto;
  }

  .category-box {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto;
    margin: 10px 0px 50px 0px;
  }

  .category-name {
    background-color: white;
    width: 100%;
    height: 5%;
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 2px 0px;
    border-bottom: 2px solid #FDC82A;
    border-top: 2px solid #FDC82A;
  }

  .category-name A {
    color: black;
    margin: 0px 0px 0px 10px;
    padding: 0px 10px 0px 0px;
  }

  .category-box H2 {
    font-size: 1.1em;
    margin: 0px;
  }

  .category-box H2 A {
    color: black;
  }

  .category-box H2 A:hover {
    color: #1282C4;
  }

  .first {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 5px 0px 0px;
  }

  .first .category-thumbnail {
    display: inline-block;
    vertical-align: top;
    width: 29%;
    margin: 0px;
  }

  .first .category-thumbnail IMG {
    width: 100%;
    height: 100%;
  }

  .first .category-post {
    display: inline-block;
    vertical-align: top;
    width: 68%;
    height: 20%;
    margin: 3px 0px 5px 5px;
    overflow: hidden;
  }

  .first .category-text P {
    font-size: 0.9em;
    margin: 0px;
  }

  .first .category-text A {
    color: #187BCB;
  }

  .category-thumbnail {
    display: none;
  }

  .category-post {
    display: none;
    vertical-align: top;
    width: 100%;
    height: 20%;
    margin: 3px 0px 5px 5px;
    overflow: hidden;
  }

  .category-post-date {
    font-size: 0.8em;
  }

  .category-text H2 A {
    margin: 0px;
    font-size: 1.2em;
  }

  .category-text P {
    display: inline-block;
    font-size: 0.9em;
    margin: 0px;
  }

  .category-text A {
    color: #187BCB;
  }

  .category-post-byline {
    font-size: 0.8rem;
    color: #747474;
    margin: 2px 0px 5px;
  }

  .category-post-byline A {
    color: #747474;
  }

  .category-post-byline A:hover {
    color: #1282C4;
  }

  .category-vertical-divider {
    display: none;
  }

  .category-horizontal-divider {
    display: none;
  }

  .category-post-divider {
    display: inline-block;
    height: 2px;
    width: 100%;
    background-color: #E7E7E7;
    margin: 10px 0px;
  }

  #front-page-middle-advertisement {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 20px 0px 10px 0px;
  }

  #sidebar {
    display: none;
  }

  .advertisement {
    display: inline-block;
    text-align: center;
    width: 30%;
    padding: 30px 20px;
  }

  .advertisement-divider {
    width: 100%;
    height: 2px;
    background-color: #E2E2E2;
  }

  /* Single Post - single.php */
  .single-post-cat-name {
    border-bottom: 2px solid #E2E2E2;
    margin: 0px 0px 30px 0px;
    text-align: left;
  }

  .single-post-cat-name A {
    font-size: 2em;
    color: black;
    text-transform: uppercase;
    margin: 0px;
  }

  .single-post-byline A {
    color: black;
  }

  .single-post-byline A:hover {
    color: #1282C4;
  }

  .single-post-content H2 {
    font-family: "Lora", serif;
    margin: 0px 0px 40px 0px;
  }

  .single-post-content OL {
    font-family: "Lora", serif;
    font-size: 1.2em;
    letter-spacing: 1px;
    line-height: 130%;
    margin: 0px 0px 30px 0px;
  }

  .single-post-content OL LI {
    position: relative;
    left: 30px;
  }

  .single-post-content UL {
    font-family: "Lora", serif;
    font-size: 1.2em;
    letter-spacing: 1px;
    line-height: 130%;
    margin-bottom: 30px;
  }

  .single-post-content UL LI {
    position: relative;
    left: 30px;
  }

  .single-post IMG {
    max-width: 100%;
    height: auto;
  }

  .single-post BLOCKQUOTE {
    font-size: 1.4em;
  }

  .wp-caption IMG {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0px;
  }

  .wp-caption P {
    margin: 5px 10px;
    font-size: 0.8em;
  }

  /* Generic Page - page.php */
  #page-content {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: left;
  }

  .print-archive A {
    color: #1282C4;
    text-decoration: underline;
  }

  .print-archive A:visited {
    color: #4E4E4E;
  }

  /* Comments - comments.php */
  .comment-author {
    font-weight: bold;
    font-size: 0.4em;
    padding: 5px 0px 0px;
  }

  .comment-author .says {
    display: none;
  }

  .comment-body {
    max-width: 100%;
    word-wrap: break-word;
    margin: 10px;
    padding-bottom: 5px;
  }

  .commentlist {
    margin: 0px 30px;
    list-style: none;
  }

  .commentlist UL {
    list-style: none;
  }

  .commentlist P {
    font-size: 0.4em;
    margin: 10px 0px 10px 10px;
  }

  .comment-meta {
    font-size: 0.6em;
    padding-bottom: 5px;
    border-bottom: 1px solid #B7B7B7;
  }

  .comment-meta A {
    color: black;
  }

  .commentlist .even {
    background: #D1D1D1;
  }

  .commentlist .odd {
    background: #E9E9E9;
  }

  .commentlist .avatar {
    display: none;
  }

  .reply A {
    font-size: 0.4em;
    color: #1282C4;
  }

  #commentform p {
    font-size: 0.6em;
  }

  #commentform small {
    font-size: 2em;
    margin-left: 20px;
  }

  #commentform input#author {
    font-size: 2em;
    width: 50%;
    height: 100px;
  }

  #commentform textarea#comment {
    font-size: 0.6em;
    width: 100%;
    height: 300px;
  }

  .comment-disclaimer {
    font-size: 0.5em;
  }

  #commentform input {
    width: 400px;
    height: 100px;
  }

  #commentform input[type=submit] {
    font-size: 2em;
  }

  #jp-relatedposts {
    display: none !important;
  }

  /* Social media sharing icons */
  h3.sd-title {
    font-size: 1em !important;
  }

  .sd-content ul li {
    margin: 0 24px 10px 0 !important;
  }

  .share-icon:before {
    font-size: 4em !important;
  }

  /* Martin's additions */
  div#click-menu {
    background-color: transparent !important;
    color: black !important;
  }

  div#click-menu > div.threeLines {
    width: 100% !important;
    background-color: transparent !important;
  }

  div#click-menu.admin-bar-showing {
    max-width: 80px !important;
  }

  div#click-menu > div.threeLines > div.line {
    background-color: #000000 !important;
  }

  div#click-menu-label {
    color: black !important;
    transition: all 0.3s ease;
  }

  div.click-menu-active > div#click-menu-label {
    color: white !important;
    transition: all 0.3s ease;
  }

  /* End Martin's additions */
}
/* General additions for all resolutions */
.header-channels {
  position: absolute;
  right: 5px;
  z-index: 221;
}

.header-channels > a {
  color: #777;
  margin: 0px 2px;
  cursor: pointer;
  transition: all 0.5s ease;
}

.header-channels > a:hover {
  color: #111;
  transition: all 0.5s ease;
}

.searchpop {
  width: 320px;
  position: absolute;
  right: 30px;
  border: 1px solid #e2e2e2;
  background: white;
  max-height: 65px;
  border-top: 0px;
  padding: 10px;
  display: none;
}

table.gsc-search-box {
  margin-bottom: 10px;
}

.dailymap {
  width: 100%;
  min-height: 90vh;
}

.searchClicked {
  color: grey !important;
}

.gsc-search-button {
  display: none;
}

.daily-nextpage-wrap {
  float: left;
  display: block;
  width: 100%;
  margin: 20px;
}

.nextp, .prevp {
  display: none;
  font-size: 1.4rem;
  opacity: 0.8;
  transition: all 0.3s ease;
}

.nextp:hover, .prevp:hover {
  opacity: 1;
  transition: all 0.3s ease;
}

.nextp {
  display: block;
  float: right;
  margin-right: 20%;
}

.prevp {
  display: block;
  float: left;
  margin-left: 20%;
}

.home-link {
  float: left;
  text-transform: uppercase;
  line-height: 40px;
  color: #232323;
  margin-left: 10px;
  cursor: pointer;
}

.home-link > i {
  color: #232323;
  margin-right: 5px;
}

.home-link:hover > i {
  color: #676767;
  transition: all 0.2s ease;
}

div.single-post-content ul > li {
  font-size: 1rem !important;
  left: 0px !important;
}

div.logo {
  z-index: 9;
}

/**
 * =======================
 * Arrest Log styles
 * =======================
 */
.arrest-log-info-wrapper {
  max-width: 75ch;
  margin: 20px auto;
}

.arrest-log-header {
  margin: 10px 0;
}

/**
 * General
 */
.map-container {
  position: relative;
  height: 80vh;
  display: flex;
  flex-direction: row;
}

.map-menu-container {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  padding: 10px;
  display: flex;
  flex-direction: row-reverse;
}

.map-menu-toggle {
  align-self: flex-end;
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  background-color: white;
  border-radius: 50%;
}

.map-date-picker {
  display: flex;
  flex: 1;
  margin-right: 10px;
  border: 1px solid black;
  padding: 1rem;
  flex-direction: column;
  font-size: 1.25rem;
  background-color: white;
  border-radius: 5px;
  opacity: 1;
  transition: all 0.25s linear;
}

.map-date-picker.hidden {
  visibility: hidden;
  opacity: 0;
}

input#litepicker {
  font-family: "Lato", sans-serif;
  font-size: 1.25rem;
}
@media only screen and (max-width: 420px) {
  input#litepicker {
    font-size: 1rem;
  }
}

.mapbox-map {
  flex: 1;
}

.mapbox-map .mapboxgl-canvas {
  height: 100%;
}

/**
 * Popup
 */
.arrest-log-field {
  font-weight: bold;
}

/**
 * Hamburger icon
 */
.burger {
  height: 3em;
  width: 3em;
  position: relative;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-tap-highlight-color: transparent;
}

.burger .burger-lines:after {
  left: 0;
  top: -1em;
}

.burger .burger-lines:before {
  left: 1em;
  top: 1em;
}

.burger:after {
  content: "";
  display: block;
  position: absolute;
  height: 150%;
  width: 150%;
  top: -25%;
  left: -25%;
}

.burger .burger-lines {
  top: 50%;
  margin-top: -0.125em;
}

.burger .burger-lines, .burger .burger-lines:after, .burger .burger-lines:before {
  pointer-events: none;
  display: block;
  content: "";
  width: 100%;
  border-radius: 0.25em;
  background-color: white;
  height: 0.25em;
  position: absolute;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.burger .burger-lines:after {
  left: 0;
  top: -1em;
}

.burger .burger-lines:before {
  left: 1em;
  top: 1em;
}

@-webkit-keyframes burgerAnimationSlide {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  49% {
    -webkit-transform: translateX(-0.7em);
    transform: translateX(-0.7em);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0.7em);
    transform: translateX(0.7em);
    opacity: 0;
  }
  51% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes burgerAnimationSlide {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  49% {
    -webkit-transform: translateX(-0.7em);
    transform: translateX(-0.7em);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0.7em);
    transform: translateX(0.7em);
    opacity: 0;
  }
  51% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
.burger.burger-slide .burger-lines {
  -webkit-transition: 0.1s all 0.15s;
  -o-transition: 0.1s all 0.15s;
  transition: 0.1s all 0.15s;
}

.burger.burger-slide .burger-lines:after, .burger.burger-slide .burger-lines:before {
  width: 2em;
  -webkit-transition: 0.1s all 0.15s;
  -o-transition: 0.1s all 0.15s;
  transition: 0.1s all 0.15s;
}

.burger.burger-slide:not(.open) {
  -webkit-animation-name: burgerAnimationSlide;
  animation-name: burgerAnimationSlide;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  background-color: transparent;
}

.burger.burger-slide.open .burger-lines {
  -webkit-animation-name: burgerAnimationSlide;
  animation-name: burgerAnimationSlide;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  background-color: transparent;
}

.burger.burger-slide.open .burger-lines:before, .burger.burger-slide.open .burger-lines:after {
  left: 0.5em;
  top: 0px;
}

.burger.burger-slide.open .burger-lines:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.burger.burger-slide.open .burger-lines:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.burger .burger-lines,
.burger .burger-lines::before,
.burger .burger-lines::after {
  background-color: black;
}

/**
 * Horoscopes for sidebar
 */
.horoscopes-header h2 {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  text-transform: uppercase;
}

.horoscopes-header .horoscope-theme {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 1rem 0;
  font-size: 1.25rem;
}

.horoscope {
  display: flex;
  margin-bottom: 15px;
}

.horoscope-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.horoscope-body {
  flex: 1;
  padding-left: 1rem;
  text-align: left;
}

.horoscope-name {
  margin: 0;
  font-size: 1rem;
  text-transform: uppercase;
}

.horoscope-dates {
  margin: 4px 0 8px 0;
  font-size: 0.75rem;
  color: #4b4b4b;
}

.horoscope-text {
  margin: 0;
  color: #053060;
}

.horoscope-attribution {
  margin-top: 1rem;
  font-size: 0.75rem;
  color: #646464;
}

@media only screen and (max-width: 667px) {
  .labyrinth-header {
    margin-top: 30px;
  }
}

.container-labyrinth-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  position: relative;
  vertical-align: middle;
  width: 100%;
  height: 50px;
  background-color: #dde1e5;
  font-size: 1rem;
}

.labyrinth-menu-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  margin: 0 30px;
  font-family: Lato, sans-serif;
}

/*# sourceMappingURL=style.css.map */
