/* Imports
------------------------------------------------*/
/* General Variables
------------------------------------------------*/
/* Media variables and expression aliases
------------------------------------------------*/
/* Mixins
------------------------------------------------*/
/* load font files
---------------------------------------------------------*/
@font-face {
  font-family: "GearedSlab";
  src: url(/wp-content/themes/Extra-child/styles/fonts/GearedSlab.eot);
  src: url(/wp-content/themes/Extra-child/styles/fonts/GearedSlab.eot?#iefix) format('embedded-opentype'), "/wp-content/themes/Extra-child/styles/fonts/GearedSlab.ttf";
  font-weight: "400";
  font-style: "normal"; }
/* base tags
---------------------------------------------------------*/
html {
  line-height: 1.5;
  font-weight: normal;
  color: #211f1f; }
  @media (min-width: 0) {
    html {
      font-size: 14px; } }
  @media (min-width: 992) {
    html {
      font-size: 16px; } }
  @media (min-width: 1200) {
    html {
      font-size: 18px; } }

body {
  background-color: #fff; }

h1 {
  font-size: 2.5em;
  font-weight: 400;
  margin: 2.1em 0; }

h2 {
  font-size: 2.1875em;
  font-weight: 400;
  margin: 1.78em 0; }

h3 {
  font-size: 1.875em;
  font-weight: 400;
  margin: 1.46em 0; }

h4 {
  font-size: 1.5em;
  font-weight: 400;
  margin: 1.14em 0; }

h5,
h6 {
  font-size: 1em;
  font-weight: 400;
  margin: 0.82em 0; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-size: inherit;
  font-weight: inherit;
  color: #211f1f !important; }
  h1 a:hover,
  h2 a:hover,
  h3 a:hover,
  h4 a:hover,
  h5 a:hover,
  h6 a:hover {
    color: #211f1f; }

p {
  font-size: 0.95em;
  line-height: 1.8em;
  min-width: 200px; }

p a,
p a:visited {
  color: #337ab7; }

a:hover {
  text-decoration: underline;
  color: #337ab7; }

#mc_embed_signup, .mailchimp-single #mc_embed_signup_single {
  padding: 0 !important;
  width: 100% !important;
  font-size: 0.9em;
  font-family: 'PT Sans','Helvetica','san-serif' !important; }
  #mc_embed_signup form, .mailchimp-single #mc_embed_signup_single form {
    padding: 0; }

#mc-embedded-subscribe-form, .mailchimp-single #mc-embedded-subscribe-form-single {
  padding: 0 !important;
  background-color: #fff; }
  #mc-embedded-subscribe-form > div:first-of-type, .mailchimp-single #mc-embedded-subscribe-form-single > div:first-of-type {
    margin: 10px 0; }

#mc_embed_signup input.email, .mailchimp-single #mc_embed_signup_single input.email {
  width: 100% !important;
  margin: 10px 0; }

#mc-embedded-subscribe, .mailchimp-single #mc-embedded-subscribe-single {
  background-color: #f27522 !important; }

@media (max-width: 767px) {
  img.alignleft {
    float: none;
    width: 100%;
    margin-right: 0; } }

@media (max-width: 767px) {
  img.alignright {
    float: none;
    width: 100%;
    margin-left: 0; } }

/* BUTTONS
------------------------------------------------------------------------------------*/
.cm-small-button {
  background-color: #aaa;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 5px;
  font-size: 0.75em;
  border-radius: 5px 5px 5px 0;
  margin: 0.5em 0;
  font-family: 'PT Sans','Helvetica','san-serif' !important; }

/* AJAX BUTTON STYLE
------------------------------------------------------------------------------------*/
.index-button .button {
  position: relative; }
.index-button .fa-refresh {
  display: none;
  float: right;
  margin-left: 1em; }

.loader-spin {
  -moz-animation-name: "loader";
  -webkit-animation-name: "loader";
  animation-name: "loader";
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-play-state: running;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -moz-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }

@-moz-keyframes loader {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -moz-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes loader {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* MODIFY BASE
------------------------------------------------------------------------------------*/
.et_pb_gutters4 .et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module,
.et_pb_gutters4.et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module {
  margin-bottom: 2em; }

/* SINGLE PAGE GENERAL
---------------------------------------------------------*/
.single article,
.page article,
.author-box-header,
.related-posts-header,
.et_extra_other_module {
  box-shadow: none; }

.page .post-wrap {
  padding: 0px; }
  .page .post-wrap h1 {
    margin: 0.5em 0;
    text-align: center; }

.et_pb_widget .widgettitle {
  background: #f27522 !important; }
.et_pb_widget a {
  color: #211f1f !important; }
  .et_pb_widget a:hover {
    color: #211f1f;
    text-decoration: underline; }

.single-left {
  width: 100%; }
  @media (min-width: 1024px) {
    .single-left {
      max-width: 640px; } }

.single-right {
  width: 100%; }
  @media (min-width: 1024px) {
    .single-right {
      max-width: 320px; } }
  .single-right .index-feed-item.triple,
  .single-right .index-feed-item.double {
    flex-basis: 100% !important; }

/* PAGE META
---------------------------------------------------------*/
.entry-title {
  margin: 0; }

.post-header {
  padding: 1.25em; }
  .post-header .post-meta {
    font-family: 'PT Sans','Helvetica','san-serif' !important; }
    .post-header .post-meta a {
      color: #211f1f;
      text-decoration: underline; }
      .post-header .post-meta a[rel="tag"] {
        text-transform: uppercase; }

/* email icons */
.etc-extra-icon-email {
  padding: 0 10px;
  color: #f27522; }
  .etc-extra-icon-email:hover {
    color: #753810; }

/* custom caption */
.ccfic {
  margin: 0px;
  max-width: 100%;
  padding: 10px;
  border: 0;
  background-color: #211f1f;
  color: white;
  vertical-align: baseline;
  font-family: 'PT Sans','Helvetica','san-serif' !important; }

/* CONTENT AND BOTTOM
---------------------------------------------------------*/
.post-content ul,
.post-content ol {
  margin: 0 0 20px 40px; }
  @media (max-width: 767px) {
    .post-content ul,
    .post-content ol {
      margin: 0 0 20px 0; } }

.related-posts-header h3 {
  font-size: 1.875em; }

.post-nav .title {
  font-size: 1.2em;
  text-transform: uppercase;
  font-family: 'PT Sans','Helvetica','san-serif' !important; }

.post-footer {
  display: none; }

/* CAPTIONS AND IMAGES
---------------------------------------------------------*/
.credits-overlay, .credits-container, .wp-caption {
  text-align: left;
  margin-bottom: 10px;
  max-width: 96%;
  border: 0px;
  background-color: #fff; }

.wp-caption {
  border-bottom: 1px #f0f0f0 solid;
  padding-bottom: 1em; }
  @media (max-width: 767px) {
    .wp-caption {
      padding: 0 !important;
      margin: 0 0 1em 0 !important;
      width: 100% !important;
      max-width: 100% !important; } }
  .wp-caption img {
    height: auto;
    max-width: 100%;
    padding: 0px 8px 3px 0px;
    margin: 0px; }
    @media (max-width: 767px) {
      .wp-caption img {
        padding: 0 !important;
        max-width: 100% !important;
        width: 100% !important; } }
  .wp-caption p.wp-caption-text {
    font-size: 0.8em;
    font-family: 'PT Sans','Helvetica','san-serif' !important; }

/* SPECIAL CLASSES 
---------------------------------------------------------*/
/* dropcap */
.et-dropcap {
  font-size: 4em;
  float: left;
  display: block;
  margin: -32px 7px 0 0;
  line-height: 1.8em; }

/* Fancy pants hr line */
.fancy-line {
  border-top: 2px solid #211f1f;
  width: 100%;
  margin: 1em auto; }

/* SUB BOX
---------------------------------------------------------*/
.mailchimp-single {
  border-top: 5px solid #f27522;
  border-bottom: 2px solid #f27522;
  width: 100%;
  padding: 0.5em 0;
  margin: 1em 0; }
  @media (min-width: 768px) {
    .mailchimp-single {
      width: 70%;
      margin: 1em auto; } }
  @media (min-width: 1024px) {
    .mailchimp-single {
      width: 55%; } }
  .mailchimp-single p {
    font-weight: 700;
    text-align: center;
    font-size: 1.1em; }
  .mailchimp-single #mc-embedded-subscribe-form-single input.email {
    display: block;
    width: 70% !important;
    margin: 10px auto !important; }
    .mailchimp-single #mc-embedded-subscribe-form-single input.email::-webkit-input-placeholder {
      text-align: center;
      font-size: 14px; }
    .mailchimp-single #mc-embedded-subscribe-form-single input.email:-moz-placeholder {
      text-align: center;
      font-size: 14px; }
    .mailchimp-single #mc-embedded-subscribe-form-single input.email::-moz-placeholder {
      text-align: center;
      font-size: 14px; }
    .mailchimp-single #mc-embedded-subscribe-form-single input.email:-ms-input-placeholder {
      text-align: center;
      font-size: 14px; }
  .mailchimp-single #mc-embedded-subscribe-form-single div:nth-of-type(2) {
    max-width: 111px;
    margin: 0 auto; }
  .mailchimp-single #mc-embedded-subscribe-single {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; }

/* READER REACTIONS
---------------------------------------------------------*/
.etc-reader-reactions {
  clear: both;
  margin-bottom: 2em; }
  .etc-reader-reactions li {
    font-family: 'PT Sans','Helvetica','san-serif' !important; }
    .etc-reader-reactions li a {
      text-transform: uppercase;
      border-bottom: 1px solid #211f1f;
      font-weight: 700;
      color: #211f1f !important;
      text-decoration: none; }
      .etc-reader-reactions li a:hover {
        text-decoration: none;
        border-bottom: 2px solid #211f1f; }
  .etc-reader-reactions .cm-commentary-submission {
    padding: 1em;
    border: 2px solid #aaa;
    background-color: #f0f0f0; }
    .etc-reader-reactions .cm-commentary-submission p {
      margin: 0;
      font-size: 0.9em; }
    .etc-reader-reactions .cm-commentary-submission hr {
      width: 50%;
      border: 0;
      border-bottom: 2px solid #211f1f; }
    .etc-reader-reactions .cm-commentary-submission ul {
      padding-bottom: 0; }
    .etc-reader-reactions .cm-commentary-submission li {
      font-size: 0.9em; }
    .etc-reader-reactions .cm-commentary-submission h4 {
      display: none; }

/* RELATED POSTS
---------------------------------------------------------*/
.etc-more-posts i {
  display: none; }
.etc-more-posts h3 {
  display: inline-block;
  border-radius: 5px 5px 0 0;
  margin: 0;
  padding: 5px;
  font-size: 0.9em;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #00acee;
  color: #fff;
  font-family: 'PT Sans','Helvetica','san-serif' !important; }

.etc-more-posts-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  padding-top: 0.5em;
  border-top: 1px solid #00acee; }
  .etc-more-posts-row .post-meta {
    display: none; }

/* GENERAL COMMENTARY
====================================*/
.post-thumbnail {
  width: 100%;
  padding: 1.25em; }

.etc-commentary-css {
  display: none !important; }

.post-commentary-tagline {
  background-color: #f27522;
  color: #fff;
  padding: 0.5em;
  font-size: 0.9em;
  margin-bottom: 1em;
  border: 1px solid #753810;
  font-family: 'PT Sans','Helvetica','san-serif' !important; }
  .post-commentary-tagline span {
    font-weight: 700;
    text-transform: uppercase; }
  .post-commentary-tagline a {
    color: #211f1f !important;
    border-bottom: 1px solid #211f1f; }
    .post-commentary-tagline a:hover {
      font-weight: 700;
      border-bottom: 2px solid #211f1f;
      text-decoration: none; }

/* DEBATE COMMENTARIES
=========================================*/
.post-commentary-authors {
  flex-wrap: wrap;
  margin: 1em;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  .post-commentary-authors a {
    color: #211f1f !important; }
    .post-commentary-authors a:hover {
      text-decoration: none; }

hr.linebreak {
  width: 25%;
  margin: 1em auto;
  border: 0;
  border-top: 3px solid #aaa; }

.post-commentary-author {
  flex-basis: 48%;
  background-color: #f0f0f0;
  margin-bottom: 1em;
  padding: 0.5em;
  border: 2px solid #aaa;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  justify-content: start; }
  .post-commentary-author:hover {
    background-color: #d6f3ff;
    border: 2px solid #89deff; }
  .post-commentary-author div[role="image"] {
    flex-basis: 100px;
    align-self: center;
    justify-self: center;
    margin-right: 20px; }
    .post-commentary-author div[role="image"] img {
      display: block;
      width: 100px;
      border-radius: 50%; }
  .post-commentary-author div[role="content"] h4 {
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-weight: 700;
    font-family: 'PT Sans','Helvetica','san-serif' !important; }
  .post-commentary-author div[role="content"] p {
    margin: 0;
    font-family: 'PT Sans','Helvetica','san-serif' !important; }
    .post-commentary-author div[role="content"] p:first-of-type {
      color: #666;
      font-size: 0.75em;
      font-weight: 700;
      text-transform: uppercase; }
    .post-commentary-author div[role="content"] p:last-of-type {
      line-height: 1.2em; }

.post-commentary-author-area {
  margin-bottom: 1em;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0; }
  @media (min-width: 768px) {
    .post-commentary-author-area {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      justify-content: start; } }
  .post-commentary-author-area div {
    align-self: center;
    justify-self: center; }
  .post-commentary-author-area div[role="image"] {
    max-width: 100px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .post-commentary-author-area div[role="image"] {
        margin: 0 20px 0 0;
        flex-basis: 100px; } }
    .post-commentary-author-area div[role="image"] img {
      display: block;
      border-radius: 50%; }
  .post-commentary-author-area div[role="content"] span {
    font-size: 0.95em;
    font-family: 'PT Sans','Helvetica','san-serif' !important; }
    .post-commentary-author-area div[role="content"] span em {
      color: #666; }

.post-commentary-comment {
  margin-bottom: 1.5em; }
  .post-commentary-comment h3 {
    margin: 0.75em 0 0 0; }

/* COMMENTARY META / WHY THIS MATTERS
=========================================*/
.post-commentary-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2em; }
  .post-commentary-meta img {
    border-radius: 100%;
    max-width: 150px; }
  .post-commentary-meta p {
    text-align: center;
    margin: 0;
    font-family: 'PT Sans','Helvetica','san-serif' !important; }
    .post-commentary-meta p:first-of-type {
      font-weight: 700; }
    .post-commentary-meta p:last-of-type {
      color: #aaa; }

/* COMMENTARY TOP AREA
====================================*/
.post-commentary-header h4 {
  text-align: left;
  margin: .5em 0;
  padding: .3em;
  text-transform: uppercase;
  font-size: 1.2em;
  background-color: #f27522;
  color: #fff;
  font-family: 'PT Sans','Helvetica','san-serif' !important; }
.post-commentary-header h1 {
  margin: 1em 0 0 0; }

/* COMMENTARY SECTIONS
====================================*/
.etc-commentary-section {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  padding-top: 0; }
  @media (min-width: 1024px) {
    .etc-commentary-section {
      flex-direction: row; } }
  .etc-commentary-section .mailchimp-single {
    width: 100% !important; }
  .etc-commentary-section .post-commentary-content {
    width: 100%; }
    @media (min-width: 1024px) {
      .etc-commentary-section .post-commentary-content {
        width: 70%; } }

/* COMMENTARY SUBMISSIONS
====================================*/
.cm-commentary-submission {
  padding: 1em;
  border: 2px solid #aaa;
  background-color: #f0f0f0; }
  .cm-commentary-submission p {
    margin: 0;
    font-size: 0.9em; }
  .cm-commentary-submission hr {
    width: 50%;
    border: 0;
    border-bottom: 2px solid #211f1f; }
  .cm-commentary-submission ul {
    padding-bottom: 0; }
  .cm-commentary-submission li {
    font-size: 0.9em; }
  .cm-commentary-submission h4 {
    margin: 0;
    font-weight: 700;
    font-size: 1.2em;
    font-family: 'PT Sans','Helvetica','san-serif' !important; }
