/*

Theme Name: MoveOn (2018)
Theme URI: https://front.moveon.org
Description:
Author: MoveOn.org
Author URI: https://moveon.org
Version: 0.1a
Text Domain: themes-moveon2018

License:

*/
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:700|Roboto:400,500,700");
body.home .home-hero__image .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 100%;
  overflow: hidden;
  max-width: 100%; }

body.home .home-hero__image .embed-container iframe,
body.home .home-hero__image .embed-container object,
body.home .home-hero__image .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

body.archive .main h1.archive-title, .main h1.archive-title {
  font-size: 1.75rem;
  background-color: #e5f5ff;
  padding: 1rem;
  margin: 0 0 1rem 0;
  text-transform: uppercase; }

body.archive .main article, .main article {
  margin: 2rem 0 !important;
  border-bottom: 1px solid #000000 !important; }
  body.archive .main article:last-of-type, .main article:last-of-type {
    margin-bottom: 0 !important; }
  body.archive .main article img, .main article img {
    margin: 1rem 0; }
  body.archive .main article h2 a, body.archive .main article h2 a:visited, .main article h2 a, .main article h2 a:visited {
    color: #000000; }

body.archive .main p.post-meta, .main p.post-meta {
  font-style: italic; }

body.archive .main p.post-tags, .main p.post-tags {
  text-align: right;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bolder; }

body.archive .main nav.pagination, .main nav.pagination {
  margin: 1rem 0; }

body.blog article:first-of-type {
  margin-top: 0 !important; }

.join-widget-wrapper {
  padding-top: 2em;
  text-align: center; }

body.single-post p.post-meta {
  font-style: italic; }

body.single-post p.post-tags {
  text-transform: uppercase; }

body.single-post .post-social {
  background-color: #e5f5ff;
  padding: 1rem; }

body.single-post .post-fineprint {
  text-align: center;
  font-style: italic;
  margin: 2rem 0; }

.post-footer .post-social .widget {
  margin: 0 0 1rem 0; }

.post-footer .post-social h2 {
  margin: 0 0 .5rem 0; }

.sidebar-right .widget {
  margin-bottom: 2rem; }

.sidebar-right h2.widget-title {
  font-size: 1rem;
  border-bottom: 0.15rem solid #000000;
  padding-bottom: .25rem;
  margin-bottom: .5rem;
  text-transform: uppercase; }

.sidebar-right article {
  margin: 1em 0;
  border-bottom: 1px solid #000000 !important; }
  .sidebar-right article img {
    margin: 0 !important; }

.sidebar-right p.post-date {
  font-style: italic;
  font-size: 0.8em;
  margin-bottom: 0; }

.sidebar-right a.category-link {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  display: flex; }

.sidebar-right a.btn {
  display: inline-flex;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bolder;
  justify-content: center;
  padding: 5px 10px;
  text-transform: uppercase;
  transition: all .3s;
  font-size: 18px; }
  .sidebar-right a.btn.azure {
    background-color: #00abff;
    color: #ffffff; }
    .sidebar-right a.btn.azure:hover {
      background-color: #0080bf; }

p.read-more {
  text-align: right;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bolder;
  font-size: 1.1em; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }
