@charset "UTF-8";
/*!
Theme Name: SG Theme 1.7
Author: Matt Brown
Description: Politcal Campaign Theme
Version: 0.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Tags:
*/
/********** Colors ***********/
/********** Fonts ***********/
/********** Layout ***********/
/********** Misc *************/
/********** Viewport Sizes ************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@500;700&family=EB+Garamond:wght@500&family=Luxurious+Roman&family=Raleway:wght@300;600;900&family=Roboto:wght@100;400;900&family=Source+Sans+Pro:wght@400;700&display=swap");
html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* Set core body defaults */
html {
  scroll-behavior: smooth;
  overflow-x: hidden; }

body {
  text-rendering: optimizeSpeed; }

img {
  display: block;
  height: auto;
  width: 100%; }
  img:-moz-loading {
    visibility: hidden; }

a {
  text-decoration: none;
  transition: 0.15s ease-out color; }
  a svg {
    transition: 0.15s ease-out fill; }
    a svg circle {
      transition: 0.15s ease-out stroke; }
  a:hover {
    cursor: pointer;
    text-decoration: underline;
    transition: 0.05s ease-out color; }
    a:hover svg {
      transition: 0.05s ease-out fill; }
      a:hover svg circle {
        transition: 0.05s ease-out stroke; }
  a:not([class]) {
    text-decoration-skip-ink: auto; }

p {
  font-size: 1rem;
  font-family: "Source Sans Pro", sans-serif; }

ul,
ol {
  margin: 0 0 10px 25px;
  padding: 0; }

.layout {
  max-width: 1440px;
  margin: 0 auto; }
  @media (max-width: 1440px) {
    .layout {
      padding-left: 1rem;
      padding-right: 1rem; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 0.625rem; }

h1 {
  font-family: "Gloria Hallelujah", cursive;
  font-size: 1.5rem;
  margin-bottom: 1.25rem; }
  @media (min-width: 640px) {
    h1 {
      font-size: 2.5rem; } }
  @media (min-width: 980px) {
    h1 {
      font-size: 3rem; } }

h3 {
  font-family: "Gloria Hallelujah", cursive;
  font-size: 1.25rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1rem; }

h6 {
  font-size: 0.875rem; }

@keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fade-in-out {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fade-out-in {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

h1 {
  color: #90c4dd;
  font-family: "MonteCarlo", cursive;
  font-size: 56px !important; }
  @media (min-width: 768px) {
    h1 {
      font-size: 60px !important; } }

h2 {
  font-family: "Whisper", cursive !important;
  font-size: 48px !important;
  color: #99c0b8; }
  @media (min-width: 768px) {
    h2 {
      font-size: 56px !important; } }

h3 {
  font-family: "Whisper", cursive !important;
  font-size: 42px !important;
  color: #99c0b8;
  line-height: 1; }

p {
  font-family: "Gloria Hallelujah", serif !important;
  font-size: 18px;
  color: #0c1417;
  margin: 0 0 2rem 0;
  text-transform: uppercase;
  letter-spacing: 1px; }

time {
  font-family: "Gloria Hallelujah", serif !important;
  font-size: 14px;
  color: #8ea5ad;
  letter-spacing: 1px; }

header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  padding: 0 1rem; }
  @media (min-width: 768px) {
    header {
      flex-direction: column;
      justify-content: center; } }
  @media (min-width: 768px) {
    header .logo {
      padding: 1rem; } }
  header .logo:hover, header .logo:focus, header .logo:focus-visible {
    text-decoration: none; }
  header .logo img {
    max-width: 120px;
    height: auto; }
    @media (min-width: 768px) {
      header .logo img {
        max-width: 150px; } }
  header .navigation {
    display: none; }
    @media (min-width: 768px) {
      header .navigation {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center; } }
    header .navigation ul {
      align-items: center;
      display: flex;
      justify-content: center; }
      header .navigation ul li {
        align-items: center;
        display: inline-flex;
        justify-content: center;
        padding: 1rem 1.5rem; }
        header .navigation ul li a {
          color: #8ea5ad;
          font-family: "Gloria Hallelujah", cursive;
          font-size: 18px;
          font-weight: bold;
          letter-spacing: 1px;
          text-transform: uppercase; }
          header .navigation ul li a:hover, header .navigation ul li a:focus, header .navigation ul li a:focus-visible {
            color: #90c4dd;
            text-decoration: none; }
  header .mobile-icon {
    display: inline-block; }
    @media (min-width: 768px) {
      header .mobile-icon {
        display: none; } }
  header .bar1,
  header .bar2,
  header .bar3 {
    width: 35px;
    height: 5px;
    background-color: black;
    margin: 6px 0;
    transition: 0.4s; }
  header .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px); }
  header .change .bar2 {
    opacity: 0; }
  header .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px); }

.mobile-navigation {
  display: none; }
  .mobile-navigation.show-mobile-navigation {
    display: block; }
  .mobile-navigation ul {
    list-style: none;
    padding-left: 0; }
    .mobile-navigation ul li {
      border-bottom: 1px solid #90c4dd;
      padding: 1rem;
      text-align: center; }
      .mobile-navigation ul li:last-of-type {
        border-bottom: 0; }
      .mobile-navigation ul li a {
        color: #8ea5ad;
        font-family: "Gloria Hallelujah", cursive;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 1px;
        text-transform: uppercase; }
        .mobile-navigation ul li a:hover, .mobile-navigation ul li a:focus, .mobile-navigation ul li a:focus-visible {
          color: #90c4dd;
          text-decoration: none; }

footer {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 1rem; }
  footer .featured-opt-in-form {
    margin: 2rem 0; }
    footer .featured-opt-in-form form {
      display: grid;
      grid-template-columns: 1fr;
      gap: 0.5rem;
      width: 100%; }
      @media (min-width: 768px) {
        footer .featured-opt-in-form form {
          grid-template-columns: 3fr 1fr; } }
      footer .featured-opt-in-form form input {
        padding: 1rem; }
        footer .featured-opt-in-form form input[type="email"] {
          width: 20rem;
          font-family: "Gloria Hallelujah", serif;
          text-transform: uppercase;
          border: 1px solid #8ea5ad;
          letter-spacing: 1px; }
        footer .featured-opt-in-form form input[type="submit"] {
          background: #90c4dd;
          border: none;
          color: #fff;
          font-family: "Gloria Hallelujah", serif;
          text-transform: uppercase;
          letter-spacing: 1px; }
          footer .featured-opt-in-form form input[type="submit"]:hover, footer .featured-opt-in-form form input[type="submit"]:focus, footer .featured-opt-in-form form input[type="submit"]:focus-visible {
            background: #f2eba0;
            color: #8ea5ad;
            cursor: pointer; }
  footer .social-links {
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 2rem 0 1rem 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-around;
    align-items: center; }
    footer .social-links li {
      display: inline-block; }
      footer .social-links li a svg {
        width: 35px;
        height: 35px; }
      footer .social-links li a:hover svg, footer .social-links li a:focus svg, footer .social-links li a:focus-visible svg {
        fill: #90c4dd; }
  footer nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: space-around;
    margin: 1rem 0;
    flex-direction: column; }
    @media (min-width: 640px) {
      footer nav ul {
        flex-direction: row; } }
    footer nav ul li {
      align-items: center;
      display: inline-flex;
      justify-content: center; }
      footer nav ul li a {
        color: #8ea5ad;
        font-family: "Gloria Hallelujah", cursive;
        font-size: 18px;
        font-weight: 900;
        letter-spacing: 1px;
        text-transform: uppercase; }
        footer nav ul li a:hover, footer nav ul li a:focus, footer nav ul li a:focus-visible {
          color: #90c4dd;
          text-decoration: none; }

.posts {
  max-width: 800px;
  margin: 2rem 1rem; }
  @media (min-width: 768px) {
    .posts {
      margin: 2rem auto; } }
  .posts h1 {
    text-align: center;
    margin: 0 0 2rem 0; }
  .posts .post-list {
    align-items: center;
    display: flex;
    flex-direction: column; }
    .posts .post-list article {
      column-gap: 2rem;
      display: grid;
      grid-template-columns: 1fr;
      margin-bottom: 2rem; }
      @media (min-width: 768px) {
        .posts .post-list article {
          grid-template-columns: 1fr 1fr; } }
      .posts .post-list article .featured-image {
        background-size: cover;
        height: 300px;
        display: block;
        margin: 1rem 0; }
        @media (min-width: 768px) {
          .posts .post-list article .featured-image {
            margin: 0;
            height: 100%; } }
      .posts .post-list article .content {
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        .posts .post-list article .content > div time {
          color: #888888;
          font-family: "Source Sans Pro", sans-serif;
          font-size: 14px;
          margin-bottom: 1rem;
          display: block; }
        .posts .post-list article .content > div p {
          text-transform: uppercase;
          margin: 1rem 0; }
        .posts .post-list article .content > div .read-more {
          background: #90c4dd;
          font-family: "Gloria Hallelujah", serif;
          color: white;
          display: inline-flex;
          font-weight: bold;
          justify-content: center;
          padding: 0.5rem;
          text-transform: uppercase;
          width: calc(100% - 1rem);
          letter-spacing: 1px; }
          .posts .post-list article .content > div .read-more:hover, .posts .post-list article .content > div .read-more:focus, .posts .post-list article .content > div .read-more:focus-visible {
            background: #f2eba0;
            text-decoration: none;
            color: #8ea5ad; }
      @media (min-width: 768px) {
        .posts .post-list article.reversed .featured-image {
          order: 2; }
        .posts .post-list article.reversed .content {
          order: 1; } }

.coming-soon {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 70vh;
  overflow-y: hidden; }
  .coming-soon figure img {
    max-width: 100%;
    height: auto; }
  .coming-soon figure figcaption {
    display: none; }

.main {
  max-width: 1000px;
  margin: 0 auto; }
  .main .main-info-grid {
    align-items: center;
    display: flex;
    flex-direction: column;
    max-width: 800px;
    margin: 0 auto;
    padding: 1rem; }
    .main .main-info-grid > div {
      gap: 1rem;
      display: grid;
      grid-template-columns: 1fr;
      margin-top: 1rem;
      width: 100%;
      max-width: 100%; }
      @media (min-width: 768px) {
        .main .main-info-grid > div {
          grid-template-columns: 1fr 1fr; } }
      .main .main-info-grid > div .album-cover {
        position: relative; }
        @media (min-width: 768px) {
          .main .main-info-grid > div .album-cover img {
            height: 100%;
            width: auto; } }
        .main .main-info-grid > div .album-cover figcaption {
          display: none; }
      .main .main-info-grid > div .featured-video {
        display: flex;
        align-items: center; }
        @media (max-width: 767px) {
          .main .main-info-grid > div .featured-video iframe {
            width: 100%;
            margin-bottom: 2rem; } }
    .main .main-info-grid .opt-in-form form {
      display: grid;
      grid-template-columns: 1fr;
      gap: 0.5rem;
      width: 100%;
      margin-bottom: 2rem; }
      @media (min-width: 768px) {
        .main .main-info-grid .opt-in-form form {
          grid-template-columns: 3fr 1fr;
          margin-bottom: 0; } }
      .main .main-info-grid .opt-in-form form input {
        padding: 1rem; }
        .main .main-info-grid .opt-in-form form input[type="email"] {
          font-family: "Gloria Hallelujah", serif;
          text-transform: uppercase;
          border: 1px solid #8ea5ad;
          letter-spacing: 1px; }
        .main .main-info-grid .opt-in-form form input[type="submit"] {
          background: #90c4dd;
          border: none;
          color: white;
          font-family: "Gloria Hallelujah", serif;
          text-transform: uppercase;
          letter-spacing: 1px; }
          .main .main-info-grid .opt-in-form form input[type="submit"]:hover, .main .main-info-grid .opt-in-form form input[type="submit"]:focus-visible, .main .main-info-grid .opt-in-form form input[type="submit"]:focus {
            color: #8ea5ad;
            background-color: #f2eba0;
            cursor: pointer; }
  .main .sg-speaks {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 4rem 1rem 0 1rem; }
    .main .sg-speaks .video-grid {
      gap: 1rem;
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      justify-content: center; }

.videos {
  text-align: center;
  padding: 0 1rem; }
  .videos h1 {
    margin-bottom: 2rem; }
  .videos iframe {
    margin: 1rem auto; }
    @media (max-width: 767px) {
      .videos iframe {
        width: 100%; } }

main {
  max-width: 800px;
  margin: 2rem auto; }
  main h1,
  main h2 {
    text-align: center; }
  main article {
    padding: 1rem; }
    main article time {
      color: #888888;
      font-family: "Gloria Hallelujah", serif;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin-bottom: 1rem;
      display: block; }
    main article .single-content {
      font-family: "Gloria Hallelujah", serif;
      font-size: 18px;
      margin-bottom: 2rem;
      letter-spacing: 1px;
      text-transform: uppercase; }
      main article .single-content p {
        margin: 0.5rem 0; }

.single-video-main {
  max-width: 640px;
  margin: 2rem auto; }
  .single-video-main article {
    padding: 1rem; }
    .single-video-main article time {
      display: none; }
