body {
  transition: right .3s ease;
  right: 0; }
  body.nav-open {
    right: 320px; }

.l-inner {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 30px; }
  @media only screen and (max-width: 1023px) {
    .l-inner {
      padding: 0 20px; } }
  @media only screen and (max-width: 639px) {
    .l-inner {
      padding: 0 10px; } }

.l-indicator {
  top: 50%;
  left: 0;
  transform: translateY(-3px);
  position: absolute;
  border-radius: 100%;
  background-color: transparent;
  height: 10px;
  width: 10px;
  border: 1px solid #D64541; }
  .online .l-indicator {
    border-color: #2ecc71; }
    .online .l-indicator:before {
      content: "";
      display: block;
      position: absolute;
      position: absolute;
      border-radius: 100%;
      background-color: transparent;
      height: 10px;
      width: 10px;
      left: -1px;
      top: -1px;
      border: 1px solid #2ecc71;
      animation: online 2s infinite; }

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.l-cf:before,
.l-cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.l-cf:after {
  clear: both; }

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.l-cf {
  *zoom: 1; }

h1 {
  font-family: 'Quicksand', sans-serif !important;
  color: #efefef;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px; }

h2 {
  font-family: 'Quicksand', sans-serif !important;
  color: #efefef;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px; }

h3 {
  font-family: 'Quicksand', sans-serif !important;
  color: #efefef;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px; }

h4 {
  font-family: 'Quicksand', sans-serif !important;
  color: #efefef;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px; }

h5 {
  font-family: 'Quicksand', sans-serif !important;
  color: #efefef;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px; }

h6 {
  font-family: 'Quicksand', sans-serif !important;
  color: #efefef;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px; }

.h--main-title {
  display: inline-block;
  position: relative;
  font-family: 'Quicksand', sans-serif !important;
  color: #efefef;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 0 0 20px;
  margin: 30px 0 0;
  text-align: center; }
  @media only screen and (max-width: 1023px) {
    .h--main-title {
      margin: 20px 0 0; } }
  @media only screen and (max-width: 479px) {
    .h--main-title {
      font-size: 25px;
      padding: 0 0 10px; } }
  .h--main-title:before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 140%;
    bottom: 0;
    left: -20%;
    background-color: #efefef; }
  .h--main-title-wrapper {
    overflow: hidden;
    text-align: center; }

body, button, input, select, textarea {
  font-family: 'Quicksand', sans-serif !important;
  color: #efefef;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px; }

table, address, pre {
  color: #efefef; }

pre {
  overflow: auto; }

dl, ul, ol, cite {
  color: #efefef; }

a {
  color: #7550ba; }

code {
  color: #7550ba; }

.button {
  font-family: 'Quicksand', sans-serif !important;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 30px;
  border-radius: 0;
  border-width: 2px;
  border-style: solid;
  border-color: #202020;
  background: #202020;
  text-decoration: none;
  text-transform: capitalize; }
  @media only screen and (max-width: 399px) {
    .button {
      padding: 0 20px; } }

@-webkit-keyframes online {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(3);
    opacity: 0; } }

.cp-header {
  position: fixed;
  width: 100%;
  height: 80px;
  z-index: 101;
  right: 0;
  transition: right .3s ease;
  background: linear-gradient(to bottom, black 0%, transparent 100%); }
  @media only screen and (max-width: 399px) {
    .cp-header {
      height: 40px; } }
  @media all and (max-width: 600px) {
    .admin-bar .cp-header {
      position: absolute;
      top: 46px;
      left: 0; } }
  .cp-header.nav-open {
    right: 320px; }
  .cp-header__inner {
    display: flex;
    justify-content: space-between;
    height: 100%;
    max-width: none; }
  .cp-header__title {
    position: relative;
    display: flex;
    align-items: center;
    font-family: 'Quicksand', sans-serif !important;
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: lowercase;
    padding: 0 0 0 20px; }
    @media only screen and (max-width: 399px) {
      .cp-header__title {
        width: 100%;
        padding: 0 50px 0 20px;
        font-size: 20px; } }
  .cp-header__middle {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 380px;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      .cp-header__middle {
        display: none; } }
    .cp-header__middle span {
      width: 100%; }
    .cp-header__middle--line-1 {
      font-family: 'Quicksand', sans-serif !important;
      color: #fff;
      font-size: 19px;
      font-style: normal;
      font-weight: 400;
      letter-spacing: 1px; }
    .cp-header__middle--line-2 {
      font-family: 'Quicksand', sans-serif !important;
      color: #2ecc71;
      font-size: 13px;
      font-style: normal;
      font-weight: 300;
      letter-spacing: 1px; }
  .cp-header__offline {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    transform: rotateX(0);
    transition: all .25s ease; }
    .cp-header__offline span {
      color: red; }
    .online .cp-header__offline {
      top: 80px;
      transform: rotateX(135deg); }
  .cp-header__online {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -80px;
    transform: rotateX(135deg);
    transition: all .25s ease; }
    .online .cp-header__online {
      top: 0px;
      transform: rotateX(0deg); }
  .cp-header__game-playing {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 190px; }
  .cp-header__viewers {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 190px; }
  .cp-header__nav {
    display: flex;
    align-items: center;
    width: 40px; }
    @media only screen and (max-width: 399px) {
      .cp-header__nav {
        position: absolute;
        top: 10px;
        right: 10px; } }
    .cp-header__nav--icon svg {
      fill: #fff !important;
      width: 100%;
      height: auto; }

.cp-nav {
  width: 320px;
  position: fixed;
  top: 0;
  right: -320px;
  transition: right .3s ease;
  background: #202020;
  height: 100%;
  text-align: center;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow-y: scroll; }
  .admin-bar .cp-nav {
    top: 32px; }
    @media only screen and (max-width: 781px) {
      .admin-bar .cp-nav {
        top: 46px; } }
  .cp-nav.active {
    right: 0; }
  .cp-nav__top {
    margin: 0; }
  .cp-nav__title {
    position: relative;
    padding: 0 0 0 20px;
    display: inline-block; }
  .cp-nav__username {
    display: inline-block;
    position: relative;
    font-family: 'Quicksand', sans-serif !important;
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: lowercase;
    word-break: break-all; }
  .cp-nav__game-playing {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .cp-nav__game-playing span {
      width: 100%; }
    .cp-nav__game-playing--line-1 {
      font-family: 'Quicksand', sans-serif !important;
      color: #2ecc71;
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      letter-spacing: 1px; }
    .cp-nav__game-playing--line-2 {
      font-family: 'Quicksand', sans-serif !important;
      color: #fff;
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      letter-spacing: 1px;
      text-transform: lowercase; }
  .cp-nav__middle {
    margin: 20px 0; }
  .cp-nav__offline {
    font-family: 'Quicksand', sans-serif !important;
    color: red;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px; }
    .online .cp-nav__offline {
      display: none; }
  .cp-nav__online {
    display: none; }
    .online .cp-nav__online {
      display: block; }
  .cp-nav__wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left; }
  .cp-nav__wrapper > ul {
    border-top: solid 1px #fff;
    padding: 40px 20px 0; }
    .cp-nav__wrapper > ul li {
      margin: 0 0 22px;
      position: relative; }
      .cp-nav__wrapper > ul li a {
        font-family: 'Quicksand', sans-serif !important;
        color: #fff;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-decoration: none; }
      .cp-nav__wrapper > ul li.menu-item-has-children .menu-item-has-children--toggle {
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 0;
        width: 18px;
        height: 18px;
        background-image: url("../img/arrow-down.svg");
        background-size: 18px 18px;
        transform: rotateX(0deg);
        transition: .3s transform ease; }
      .cp-nav__wrapper > ul li.active > ul {
        display: block; }
      .cp-nav__wrapper > ul li.active .menu-item-has-children--toggle {
        transform: rotateX(180deg); }
  .cp-nav__wrapper > ul ul {
    display: none;
    margin: 22px 0 0 15px; }
  .cp-nav__bottom {
    display: none; }
    .online .cp-nav__bottom {
      display: block; }
    .cp-nav__bottom a {
      font-size: 20px; }
  .cp-nav__close--icon {
    display: flex;
    align-items: center;
    width: 20px;
    position: absolute;
    z-index: 101;
    top: 10px;
    right: 10px; }
    .cp-nav__close--icon svg {
      fill: #fff !important;
      width: 100%;
      height: auto; }

.cp-masthead {
  position: relative; }
  @media only screen and (max-width: 767px) {
    .countdown .cp-masthead {
      margin: 0 0 143px; } }
  @media only screen and (max-width: 399px) {
    .countdown .cp-masthead {
      margin: 0 0 117px; } }
  .cp-masthead img {
    width: 100%;
    height: auto;
    vertical-align: top; }
  .cp-masthead__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 0 0; }
    @media only screen and (max-width: 767px) {
      .cp-masthead__wrapper {
        padding: 0; } }
  .cp-masthead__logo {
    max-width: 300px;
    width: 20vw;
    margin: 20px 0;
    border: solid 3px #7550ba;
    border-radius: 50%;
    overflow: hidden; }
    .cp-masthead__logo img {
      width: 100%;
      height: auto; }
    @media only screen and (max-width: 399px) {
      .cp-masthead__logo {
        display: none; } }
  .cp-masthead__cta {
    display: none;
    margin: 20px 0; }
    @media only screen and (max-width: 767px) {
      .cp-masthead__cta {
        position: absolute;
        bottom: 10px;
        right: 10px;
        margin: 0; } }
    .online .cp-masthead__cta {
      display: block; }
    .cp-masthead__cta-title {
      font-family: 'Quicksand', sans-serif !important;
      color: #efefef;
      font-size: 24px;
      font-style: normal;
      font-weight: 400;
      letter-spacing: 1px;
      text-shadow: 0 0 5px black, 0 0 10px black, 0 0 15px black;
      text-align: center;
      margin: 0 0 10px; }
      @media only screen and (max-width: 767px) {
        .cp-masthead__cta-title {
          display: none; } }
    .cp-masthead__cta a {
      position: relative;
      z-index: 100;
      font-size: 20px; }
      @media only screen and (max-width: 399px) {
        .cp-masthead__cta a {
          font-size: 14px; } }
  .cp-masthead__vignette {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at center, transparent 0%, rgba(255, 255, 255, 0) 45%, black 100%); }

.cp-footer {
  background: #202020; }
  .cp-footer__social {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0 0; }
    .cp-footer__social a {
      text-decoration: none;
      color: #efefef;
      width: 35px;
      height: 35px;
      font-size: 22px; }
      .cp-footer__social a .fab {
        width: 35px;
        height: 35px;
        display: inline-flex;
        justify-content: center;
        align-items: center; }
    .cp-footer__social .fa-instagram {
      background-color: #000; }
    .cp-footer__social .fa-facebook-f {
      background-color: #4c67a1; }
    .cp-footer__social .fa-twitch {
      background-color: #7550ba; }
    .cp-footer__social .fa-twitter {
      background-color: #1b9ae7; }
    .cp-footer__social .fa-google-plus-g {
      background-color: #dc4a3d; }
    .cp-footer__social .fa-youtube {
      background-color: #de2925; }
  .cp-footer__copyright {
    padding: 0 0 10px;
    text-align: center; }

.social {
  padding: 1.2em 0;
  text-align: center;
  width: 100%;
  height: 100%; }

.social a {
  text-decoration: none; }

.social * {
  color: #fff;
  width: 35px;
  height: 100%;
  height: 35px;
  align-items: center;
  display: inline-flex !important;
  text-align: center; }

.social *:before {
  width: 100%; }

.cp-masthead__countdown {
  width: 100%;
  padding: 20px 0 0; }
  @media only screen and (max-width: 767px) {
    .cp-masthead__countdown {
      position: absolute;
      top: 100%;
      background: #383838;
      padding: 20px 10px 0; } }
  .online .cp-masthead__countdown {
    display: none; }
  .cp-masthead__countdown-title {
    width: 100%;
    text-transform: capitalize;
    text-shadow: 0 0 5px black, 0 0 10px black, 0 0 15px black;
    font-family: 'Quicksand', sans-serif !important;
    color: #fff;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: center; }
    @media only screen and (max-width: 1247px) {
      .cp-masthead__countdown-title {
        font-size: 14px; } }
  .cp-masthead__countdown-wrapper {
    text-align: center;
    position: relative;
    z-index: 101;
    margin: auto;
    font-family: 'Quicksand', sans-serif !important;
    color: #efefef;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px; }
  .cp-masthead__countdown .timer-inner {
    display: flex;
    justify-content: center;
    align-items: center; }
    .cp-masthead__countdown .timer-inner .separator {
      font-size: 4.2vw;
      line-height: 1;
      text-shadow: 0 0 5px black, 0 0 10px black, 0 0 15px black; }
      @media only screen and (max-width: 1247px) {
        .cp-masthead__countdown .timer-inner .separator {
          font-size: 44px; } }
    .cp-masthead__countdown .timer-inner .item {
      display: flex;
      flex-wrap: wrap;
      text-align: center;
      position: relative;
      justify-content: center;
      padding: 0 0 20px;
      width: 10vw; }
      @media only screen and (max-width: 1247px) {
        .cp-masthead__countdown .timer-inner .item {
          width: 106px;
          font-size: 16px; } }
      .cp-masthead__countdown .timer-inner .item span:not(.label) {
        font-size: 6.667vw;
        text-shadow: 0 0 5px black, 0 0 10px black, 0 0 15px black; }
        @media only screen and (max-width: 1247px) {
          .cp-masthead__countdown .timer-inner .item span:not(.label) {
            font-size: 62px; } }
        @media only screen and (max-width: 399px) {
          .cp-masthead__countdown .timer-inner .item span:not(.label) {
            font-size: 44px; } }
      .cp-masthead__countdown .timer-inner .item .label {
        font-size: 1.25vw;
        width: 100%;
        text-transform: capitalize;
        font-weight: 300;
        text-shadow: 0 0 5px black, 0 0 10px black, 0 0 15px black; }
        @media only screen and (max-width: 1247px) {
          .cp-masthead__countdown .timer-inner .item .label {
            font-size: 14px; } }
        @media only screen and (max-width: 399px) {
          .cp-masthead__countdown .timer-inner .item .label {
            font-size: 10px; } }

.cp-intro {
  background: #202020; }
  .cp-intro__content {
    padding: 20px 0; }
    @media only screen and (max-width: 479px) {
      .cp-intro__content {
        padding: 10px 0; } }

.cp-blog {
  background: #383838; }
  .cp-blog__inner {
    display: flex; }
    @media only screen and (max-width: 1023px) {
      .cp-blog__inner {
        flex-wrap: wrap; } }
  .cp-blog__posts {
    width: 50%;
    padding: 0 10px 0 0; }
    .archive .cp-blog__posts {
      width: 100%;
      padding: 0; }
    .cp-blog__posts--full-width {
      width: 100%;
      padding: 0; }
    @media only screen and (max-width: 1023px) {
      .cp-blog__posts {
        width: 100%;
        padding: 0; } }
  .cp-blog__post {
    background: #202020;
    padding: 20px;
    margin: 0 0 20px; }
    @media only screen and (max-width: 1023px) {
      .cp-blog__post {
        margin: 0 0 10px; } }
    @media only screen and (max-width: 639px) {
      .cp-blog__post {
        padding: 10px; } }
    .cp-blog__post-title {
      font-family: 'Quicksand', sans-serif !important;
      color: #efefef;
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      letter-spacing: 1px;
      margin: 0 0 10px; }
    .cp-blog__post-author {
      font-family: 'Quicksand', sans-serif !important;
      color: #efefef;
      font-size: 14px;
      font-style: normal;
      font-weight: 300;
      letter-spacing: 1px; }
  .cp-blog__stream {
    width: 50%;
    padding: 0 0 0 10px; }
    @media only screen and (max-width: 1023px) {
      .cp-blog__stream {
        width: 100%;
        padding: 0 0 10px; } }
  .cp-blog__vods {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 10px));
    grid-gap: 20px; }
    @media only screen and (max-width: 1023px) {
      .cp-blog__vods {
        grid-gap: 10px;
        grid-template-columns: repeat(3, calc(33% - 4px)); } }
    @media only screen and (max-width: 639px) {
      .cp-blog__vods {
        grid-template-columns: repeat(2, calc(50% - 5px)); } }
    @media only screen and (max-width: 479px) {
      .cp-blog__vods {
        grid-template-columns: repeat(1, calc(100%)); } }
    .cp-blog__vods-tile {
      overflow: hidden; }
      .cp-blog__vods-tile:hover .cp-blog__vods-overlay {
        opacity: 1;
        transform: scale(1); }
    .cp-blog__vods-image {
      width: 100%;
      vertical-align: top; }
    .cp-blog__vods-title {
      position: absolute; }
    .cp-blog__vods-overlay {
      position: absolute;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      display: flex;
      opacity: 0;
      transform: scale(2);
      align-items: center;
      justify-content: center;
      transition: all .35s ease;
      background-color: rgba(0, 0, 0, 0.5); }
      .cp-blog__vods-overlay span {
        width: 40px;
        height: 40px;
        background: url("../img/play.svg");
        background-size: 40px 40px; }
    .cp-blog__vods-link {
      display: block;
      position: relative; }
  .cp-blog__news {
    width: 50%;
    margin: 0  0 0 10px; }
  .cp-blog__title h3 {
    font-family: 'Quicksand', sans-serif !important;
    color: #efefef;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px; }

.cp-affiliates {
  background: #efefef; }
  .cp-affiliates__title h3 {
    color: #202020; }
    .cp-affiliates__title h3:before {
      background-color: #202020; }
  .cp-affiliates__wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px 0; }
    .cp-affiliates__wrapper a {
      max-width: 200px;
      margin: 0 10px;
      display: inline-flex;
      justify-content: center;
      align-items: center; }
      .cp-affiliates__wrapper a img {
        width: 100%;
        height: auto; }

.cp-single {
  background: #202020; }
  .cp-single article {
    margin: 0 0 30px; }
  .cp-single .post-tags {
    list-style: none;
    padding: 0; }
    .cp-single .post-tags li {
      margin: 0 8px 0 0;
      display: inline-block; }
  .cp-single__meta-title {
    font-family: 'Quicksand', sans-serif !important;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px; }
  .cp-single__meta ul {
    list-style: none;
    padding: 0;
    display: inline-block; }
    .cp-single__meta ul li {
      margin: 0 8px 0 0;
      display: inline-block; }

#comments {
  clear: both; }

.comments-title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 1.5em; }

.comment-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.comment-list .children {
  list-style: none;
  margin: 0; }

.comment-list li:before {
  display: none; }

.comment-body {
  margin-left: 65px; }

.comment-author {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2; }

.comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px; }

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

.comment-meta {
  margin-bottom: 1.5em; }

.comment-metadata {
  color: #767676;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  text-transform: uppercase; }

.comment-metadata a {
  color: #767676; }

.comment-metadata a.comment-edit-link {
  color: #222;
  margin-left: 1em; }

.comment-body {
  color: #efefef;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 4em; }

.comment-reply-link {
  font-weight: 800;
  position: relative; }

.comment-reply-link .icon {
  color: #222;
  left: -2em;
  height: 1em;
  position: absolute;
  top: 0;
  width: 1em; }

.children .comment-author .avatar {
  height: 30px;
  left: -45px;
  width: 30px; }

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  border: 1px solid #333;
  padding: 2px; }

.no-comments,
.comment-awaiting-moderation {
  color: #767676;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic; }

.comments-pagination {
  margin: 2em 0 3em; }

.form-submit {
  text-align: right; }

#respond {
  background: #383838;
  padding: 5px 10px; }

.comment-form-comment label {
  display: none; }

.comment-form-comment textarea {
  width: 100%; }

.comment-form-author {
  display: flex;
  justify-content: space-between; }
  .comment-form-author input {
    width: 75%; }

.comment-form-email {
  display: flex;
  justify-content: space-between; }
  .comment-form-email input {
    width: 75%; }

.comment-form-url {
  display: flex;
  justify-content: space-between; }
  .comment-form-url input {
    width: 75%; }

.form-submit input {
  font-family: 'Quicksand', sans-serif !important;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 30px;
  border-radius: 0;
  border-width: 2px;
  border-style: solid;
  border-color: #202020;
  background: #202020;
  text-decoration: none;
  text-transform: capitalize; }
  @media only screen and (max-width: 399px) {
    .form-submit input {
      padding: 0 20px; } }

.cp-pagination__wrapper {
  margin: 0 0 20px; }

.cp-pagination a {
  text-decoration: none; }

.cp-pagination__page {
  width: 40px;
  height: 40px;
  display: inline-flex;
  background: #383838;
  justify-content: center;
  align-items: center;
  font-family: 'Quicksand', sans-serif !important;
  color: #efefef;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none; }

.cp-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  z-index: 1000;
  display: none;
  justify-content: center;
  align-items: center; }
  .cp-modal--active {
    display: flex; }

/* =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;
  color: #202020; }

/* 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. */ }

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto; }
