/* Center column for tiempos theme */
/* Top left "Date" block. */
.block-date-block {
  width: fit-content;
}
.block-date-block div {
  width: auto;
}
.block-date-block .navbar-burger {
  /* Flex to center fontawesome icon. */
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto 0 auto;
}
.block-date-block .navbar-burger span {
  height: 2px;
}
.block-date-block .block-search [data-drupal-selector=search-block-form] {
  display: flex;
  align-items: center;
  /* Match navbar-burger. */
  height: 3.25rem;
}
.block-date-block .block-search [data-drupal-selector=search-block-form] [data-drupal-selector=search-edit-submit] {
  cursor: pointer;
  margin-right: 0.5rem;
}
.block-date-block .block-search [data-drupal-selector=search-block-form] [data-drupal-selector=search-edit-keys] {
  width: 70%;
}

.block-system-branding-block {
  /* Center logo. */
  display: flex;
  justify-content: center;
}

#block-iemessage {
  display: none;
  visibility: hidden;
}

/* Poll Block formatting */
.block-poll-recent-block h2 {
  text-transform: uppercase;
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
  font-size: 0.9rem;
  color: #121212;
  border-bottom: 1px solid #b5b5b5;
}
.block-poll-recent-block input[type=radio] {
  height: 1.2rem;
  width: 1.2rem;
  vertical-align: middle;
  margin-right: 0.5rem;
}

/* Video Block */
.block-views-blockvideos-block-1 > h2 {
  text-transform: uppercase;
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
  font-size: 0.9rem;
  color: #121212;
  border-bottom: 1px solid #b5b5b5;
}

/* Statistics Block */
.block-statistics-popular-block .item-list:not(:last-child) {
  margin: 0 0 0.5rem 0;
}
.block-statistics-popular-block .item-list:not(:last-child) h3 {
  font-style: oblique;
}
.block-statistics-popular-block .item-list:not(:last-child) ul {
  margin: 0;
}
.block-statistics-popular-block .item-list:not(:last-child) ul li {
  margin: 0 0 0 0.5rem;
  padding: 0;
  font-size: 1rem;
}
.block-statistics-popular-block br {
  display: none;
}

.block-views-blockbreaking-news-block-1 {
  margin-bottom: 0 !important;
}
.block-views-blockbreaking-news-block-1 .view-id-breaking_news {
  display: flex;
  margin-bottom: 0.75rem;
  overflow: hidden;
  font-size: 1.2rem;
  align-items: center;
}
.block-views-blockbreaking-news-block-1 .view-id-breaking_news .view-header {
  white-space: nowrap;
  margin-right: calc(0.75rem / 2);
}
.block-views-blockbreaking-news-block-1 .view-id-breaking_news .view-header h3 > .svg-inline--fa {
  vertical-align: -0.15em !important;
}
.block-views-blockbreaking-news-block-1 .view-id-breaking_news .view-content a {
  white-space: nowrap;
  color: #800000;
}

/* Facebook block */
#block-facebooksidebar, #block-twitterblock, .block-centered {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1087px) {
  .block-date-block .block-search {
    /* Hide search, goes in navbar-start */
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .block-date-block {
    /* Align date with hamburger and search on mobile. */
  }
  .block-date-block p {
    float: left;
    margin-top: 1.1rem;
    margin-right: 0;
    padding-right: 0;
  }
  .block-date-block div {
    float: left;
  }
}
/* e-Edition */
.region-sidebar .block-etype-block {
  flex-basis: 100%;
}
.region-sidebar .block-etype-block p {
  font-size: 0.8rem;
}

/* Custom Blocks */
#block-friends2followsidebar iframe, #block-friends2followsidebar-2 iframe {
  height: 600px;
}

#block-mercobannerblock, #block-mercobannerblock-2 {
  margin-bottom: 0;
  display: flex;
  justify-content: space-around;
  min-height: 257px;
  /* to set sidebar height because Merco code loads slowly */
}

#block-mercobannerblock,
#block-mercobannerblock-2 #block-views-block-front-page-sections-block-1,
#block-views-block-front-page-sections-block-1-2,
#block-views-block-front-page-sections-block-2,
#block-views-block-front-page-sections-block-2-2,
#block-views-block-front-page-sections-block-3,
#block-views-block-front-page-sections-block-3-2,
#block-views-block-front-page-sections-block-4,
#block-views-block-front-page-sections-block-4-2,
.block-views-blockvideos-block-1 {
  clear: both;
}

/* Weather Widget */
.weatherwidget {
  width: 100%;
  height: 64px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.region-content .block-etype-block {
  visibility: hidden !important;
  display: none !important;
}

/* Breaking news block */
#block-views-block-breaking-news-block-block-1 {
  display: flex;
  align-items: center;
  background-color: #ce0000;
  padding: 1rem 1rem 0.5rem 1rem;
  margin-top: -1.5rem;
}
#block-views-block-breaking-news-block-block-1 .title, #block-views-block-breaking-news-block-block-1 a {
  color: #ffffff;
  font-weight: bold;
}
#block-views-block-breaking-news-block-block-1 .content {
  margin-left: 1rem;
}
#block-views-block-breaking-news-block-block-1 .view .view-content > div {
  margin-bottom: inherit;
}

@media screen and (max-width: 768px) {
  /* Hide content on mobile */
  .path-frontpage .view-display-id-page_1,
#block-views-block-front-page-sections-block-1,
#block-views-block-front-page-sections-block-1-2,
#block-views-block-front-page-sections-block-2,
#block-views-block-front-page-sections-block-2-2,
#block-views-block-front-page-sections-block-3,
#block-views-block-front-page-sections-block-3-2,
#block-views-block-front-page-sections-block-4,
#block-views-block-front-page-sections-block-4-2,
#block-friends2followsidebar,
#block-friends2followsidebar-2,
.region-sidebar .block-etype-block {
    visibility: hidden !important;
    display: none !important;
  }

  .region-content .block-etype-block {
    visibility: visible !important;
    display: block !important;
  }
}

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