/* 
Theme Name: Stratford Review Dev
Version: 3.3.0
Description: 
Author: John Leschinski
Author URI: http://www.leschinskidesign.com
Last Compiled: 2019-06-25
*/

html {
  font-family: sans-serif;
}

body {
  font-size: 100%;
  margin: 0;
}

* {
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

fieldset {
  border: 1px solid #202020;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.w-icon {
  fill: #ff8c00;
  position: relative;
  z-index: 1;
  width: 12px;
  height: 16px;
  vertical-align: middle;
}

.w-icon.w-neg {
  fill: #cd2626;
}

.w-icon.w-pos {
  fill: #659d32;
}

.show-card .corner_weight,
.show_header .corner_weight {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  padding: 3px 6px;
}

.show-card .corner_weight svg, .show_header .corner_weight svg {
  fill: #fff;
  position: relative;
  z-index: 1;
}

.show-card .corner_weight::after,
.show_header .corner_weight::after {
  height: 0;
  width: 0;
  border-top: 40px solid #ff8c00;
  border-left: 40px solid transparent;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

.show-card .w-neg.corner_weight::after,
.show_header .w-neg.corner_weight::after {
  height: 0;
  width: 0;
  border-top: 40px solid #cd2626;
  border-left: 40px solid transparent;
}

.show-card .w-pos.corner_weight::after,
.show_header .w-pos.corner_weight::after {
  height: 0;
  width: 0;
  border-top: 40px solid #659d32;
  border-left: 40px solid transparent;
}

.show-card .w-none.corner_weight svg, .show_header .w-none.corner_weight svg {
  opacity: 0;
}

.show-card .w-none.corner_weight::after,
.show_header .w-none.corner_weight::after {
  height: 0;
  width: 0;
  border-top: 40px solid #f7f7f7;
  border-left: 40px solid transparent;
}

.ui-autocomplete {
  position: absolute;
  top: 100% !important;
  left: 0;
  z-index: 10000;
  float: left;
  display: none;
  min-width: 160px;
  padding: 4px 0;
  margin: 0 0 10px 25px;
  list-style: none;
  background: #fff;
  border-radius: 0;
  border: 0;
  color: #202020;
  font-size: 12px;
  border: 1px solid #e5e5e5;
  border-top: 0;
}

.ui-autocomplete .ui-menu-item {
  background: transparent;
  padding: 12px 24px;
  border: 0;
  cursor: pointer;
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-weight: 400;
}

.ui-autocomplete .ui-menu-item:hover {
  background: #e5e5e5;
  color: #202020;
  border: 0;
}

@keyframes fadeInZoomIn {
  from {
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInList {
  from {
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

body {
  transition: all .2s ease-in-out;
  background-color: #fff;
  color: #202020;
  font-family: helvetica;
  font-weight: normal;
  -webkit-font-smoothing: antialiased !important;
  font-size: 17px;
}

@media (max-width: 500px) {
  body {
    padding-top: 60px;
  }
}

p {
  margin-bottom: 1.3em;
}

h1,
h2,
h3,
h4 {
  margin: 1.414em 0 .5em;
  font-weight: inherit;
  line-height: 1.2;
}

h1 {
  margin-top: 0;
  font-size: 5.063em;
}

h2 {
  font-size: 3.375em;
}

h3 {
  font-size: 2.25em;
}

h4 {
  font-size: 1.5em;
}

small,
.font_small {
  font-size: .667em;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
}

@media (max-width: 660px) {
  .wrapper {
    padding: 0 12px;
  }
}

.sprite-hide {
  width: 0;
  height: 0;
  visibility: hidden;
  display: none;
}

.screen-reader-text,
.ui-helper-hidden-accessible {
  display: none;
}

img {
  max-width: 100%;
}

a {
  transition: all .2s ease-in-out;
  color: #900000;
  text-decoration: none;
}

a:hover {
  color: #2a0000;
}

a:active {
  color: #110000;
}

.whole-click {
  cursor: pointer;
}

.col_prime {
  width: 62%;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 850px) {
  .col_prime {
    width: 100%;
  }
}

.col_side {
  display: inline-block;
  width: 35%;
  text-align: left;
  vertical-align: top;
}

@media (max-width: 850px) {
  .col_side {
    display: none;
  }
}

.design-1 {
  float: right;
  font-size: 11px;
}

.design-1 svg {
  height: 2.5em;
  width: 2.5em;
  vertical-align: middle;
  margin-right: .5em;
}

.design-1 span {
  display: inline-block;
  vertical-align: middle;
}

.fb_comments_count_zero {
  display: none !important;
}

.global_header {
  border-bottom: 3px solid #ebebeb;
  position: relative;
  background-color: #fff;
  width: 100%;
  padding: 20px 0;
}

@media (max-width: 500px) {
  .global_header {
    position: fixed;
    top: 0;
    z-index: 100;
    padding: 10px 0;
  }
}

.global_header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #bdbdbd;
}

.home .global_header {
  padding: 40px 0 50px;
}

@media (max-width: 1024px) {
  .home .global_header {
    padding: 30px 0;
  }
}

@media (max-width: 500px) {
  .home .global_header {
    padding: 10px 0;
  }
}

.global_header .wrapper {
  position: relative;
  box-align: flex-end;
  align-items: flex-end;
  display: flex;
  box-orient: horizontal;
  box-direction: normal;
  flex-direction: row;
  box-pack: justify;
  justify-content: space-between;
}

@media (max-width: 500px) {
  .global_header .wrapper {
    box-align: center;
    align-items: center;
  }
}

.global_header .header_logo {
  transition: all .2s ease-in-out;
  color: #202020;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.global_header .header_logo:hover {
  color: black;
}

.global_header .header_logo:active {
  color: black;
}

.global_header .header_logo svg.mobile {
  display: none;
  width: 40px;
  height: 24px;
  fill: #900000;
  vertical-align: middle;
}

@media (max-width: 500px) {
  .global_header .header_logo svg.mobile {
    display: inline-block;
  }
}

.global_header .header_logo .desktop {
  display: inline-block;
}

.global_header .header_logo .desktop svg {
  width: 84px;
  height: 50px;
  fill: currentColor;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 1024px) {
  .global_header .header_logo .desktop svg {
    width: 60px;
  }
}

@media (max-width: 500px) {
  .global_header .header_logo .desktop svg {
    display: none;
  }
}

.global_header .header_logo svg.desktop {
  width: 84px;
  height: 50px;
  fill: currentColor;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 1024px) {
  .global_header .header_logo svg.desktop {
    width: 60px;
  }
}

@media (max-width: 500px) {
  .global_header .header_logo svg.desktop {
    display: none;
  }
}

.global_header .header_logo h1 {
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
  margin: 0 0 0 .2em;
  font-size: 30px;
  letter-spacing: .1em;
}

@media (max-width: 1024px) {
  .global_header .header_logo h1 {
    font-size: 23px;
    letter-spacing: .1em;
  }
}

@media (max-width: 500px) {
  .global_header .header_logo h1 {
    display: none;
  }
}

.global_header .header_logo h1 span {
  display: block;
  letter-spacing: .1em;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1em;
  margin-top: 1px;
}

@media (max-width: 1024px) {
  .global_header .header_logo h1 span {
    font-size: 13px;
  }
}

.global_header .header_menu > ul {
  margin: 0;
  padding: 0;
  list-style: none outside;
  box-align: flex-end;
  align-items: flex-end;
  display: flex;
  box-orient: horizontal;
  box-direction: normal;
  flex-direction: row;
  box-pack: justify;
  justify-content: space-between;
}

.global_header .header_menu > ul li {
  text-align: right;
  vertical-align: middle;
}

.global_header .header_menu > ul li.menu-item {
  padding: 3px 0;
  margin-right: 2vw;
}

@media (min-width: 900px) {
  .global_header .header_menu > ul li.menu-item {
    margin-right: 5vw;
  }
}

@media (max-width: 500px) {
  .global_header .header_menu > ul li.menu-item {
    margin-right: 6vw;
  }
}

.global_header .header_menu a {
  transition: all .2s ease-in-out;
  color: #3e3e3e;
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 18px;
}

.global_header .header_menu a:hover {
  color: #717171;
}

@media (max-width: 900px) {
  .global_header .header_menu a {
    font-size: 16px;
  }
}

.global_header .mobile_search_trigger {
  cursor: pointer;
  height: 18px;
  width: 20px;
  margin: 3px 0;
}

@media (min-width: 500px) {
  .global_header .mobile_search_trigger {
    display: none !important;
  }
}

.global_header .mobile_search_trigger svg {
  transition: all 500ms ease-in-out;
  height: 100%;
  width: 100%;
  fill: #515151;
}

.global_header .header_search {
  position: relative;
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-weight: 400;
  padding: 0;
  max-width: 250px;
}

@media (max-width: 900px) {
  .global_header .header_search {
    max-width: 200px;
  }
}

@media (max-width: 500px) {
  .global_header .header_search {
    position: absolute;
    top: 39px;
    right: 0;
    bottom: auto;
    left: 0;
    max-width: 100% !important;
    display: none;
    background: #fff;
    padding: 12px;
  }
}

@media (min-width: 500px) {
  .global_header .header_search::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #e5e5e5;
  }
}

.global_header .header_search input {
  transition: all 500ms ease-in-out;
  font-size: 18px;
  border: 0;
  padding: 3px 38px 3px 6px;
  background-color: transparent;
  outline: 0;
  color: #3e3e3e;
  border-radius: 0;
  width: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.global_header .header_search input::-webkit-input-placeholder {
  color: #3e3e3e;
  opacity: 1;
  height: inherit;
  vertical-align: middle;
}

.global_header .header_search input::-moz-placeholder {
  color: #3e3e3e;
  opacity: 1;
  height: inherit;
  vertical-align: middle;
}

.global_header .header_search input:-moz-placeholder {
  color: #3e3e3e;
  opacity: 1;
  height: inherit;
  vertical-align: middle;
}

.global_header .header_search input:-ms-input-placeholder {
  color: #3e3e3e;
  opacity: 1;
  height: inherit;
  vertical-align: middle;
}

@media (max-width: 900px) {
  .global_header .header_search input {
    font-size: 16px;
    padding-right: 24px;
  }
}

.global_header .header_search input:focus {
  color: #3e3e3e;
}

.global_header .header_search input:focus::-webkit-input-placeholder {
  color: #3e3e3e;
  opacity: 1;
  height: inherit;
  vertical-align: middle;
}

.global_header .header_search input:focus::-moz-placeholder {
  color: #3e3e3e;
  opacity: 1;
  height: inherit;
  vertical-align: middle;
}

.global_header .header_search input:focus:-moz-placeholder {
  color: #3e3e3e;
  opacity: 1;
  height: inherit;
  vertical-align: middle;
}

.global_header .header_search input:focus:-ms-input-placeholder {
  color: #3e3e3e;
  opacity: 1;
  height: inherit;
  vertical-align: middle;
}

.global_header .header_search input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.global_header .header_search input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  background-repeat: no-repeat;
  padding: 1px;
  background-position: center center;
  background-size: 15px 15px;
  background-image: -webkit-gradient(linear, left top, right bottom, from(transparent), color-stop(0.46, transparent), color-stop(0.46, #202020), color-stop(0.54, #202020), color-stop(0.54, transparent), to(transparent)), -webkit-gradient(linear, right top, left bottom, from(transparent), color-stop(0.46, transparent), color-stop(0.46, #202020), color-stop(0.54, #202020), color-stop(0.54, transparent), to(transparent)) !important;
  box-sizing: border-box;
  height: 10px;
  width: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-left: .5em;
}

.global_header .header_search button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  height: 22px;
  width: 20px;
  border: 0;
  padding: 0;
  right: .3em;
}

@media (max-width: 500px) {
  .global_header .header_search button {
    height: 18px;
    width: 20px;
    right: .5em;
  }
}

.global_header .header_search svg {
  transition: all 500ms ease-in-out;
  height: 100%;
  width: 100%;
  fill: #515151;
}

.global_header .header_search input:focus ~ button svg {
  fill: #3e3e3e !important;
}

.global_header .header_social {
  margin-left: 2vw;
}

@media (max-width: 500px) {
  .global_header .header_social {
    display: none !important;
  }
}

.global_header .header_social a {
  transition: all .2s ease-in-out;
  color: #515151;
  height: 18px;
  width: 18px;
  display: inline-block;
}

.global_header .header_social a:hover {
  color: #848484;
}

@media (max-width: 1024px) {
  .global_header .header_social a {
    display: block;
  }
  .global_header .header_social a:nth-child(2n) {
    margin-top: .5vw;
  }
}

@media (min-width: 1024px) {
  .global_header .header_social a {
    margin-bottom: 3px;
  }
  .global_header .header_social a:nth-child(2n) {
    margin-left: .5vw;
  }
}

.global_header .header_social svg {
  height: 100%;
  width: 100%;
  fill: currentColor;
}

.footer_space {
  background: #fff;
  overflow: hidden;
  border-top: 3px solid #ebebeb;
  background-color: #fff;
  width: 100%;
}

@media (max-width: 750px) {
  .footer_space {
    position: relative;
  }
}

.footer_space::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #bdbdbd;
}

.footer_space .wrapper {
  display: block;
  box-align: flex-start;
  align-items: flex-start;
  display: flex;
  box-orient: horizontal;
  box-direction: normal;
  flex-direction: row;
  box-pack: justify;
  justify-content: space-between;
}

.footer_space .wrapper:first-of-type {
  margin-top: 48px;
  position: relative;
}

@media (max-width: 750px) {
  .footer_space .wrapper:first-of-type {
    flex-direction: column;
    margin-top: 12px;
    position: inherit;
  }
}

.footer_space .wrapper:last-of-type {
  margin-top: 12px;
  margin-bottom: 24px;
}

@media (max-width: 750px) {
  .footer_space .wrapper:last-of-type {
    flex-direction: column;
    margin-top: 12px;
    position: inherit;
  }
}

.footer_about {
  display: inline-block;
  font-size: 12px;
  margin: 0;
  line-height: 1.5;
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-weight: 300;
  color: #7b7b7b;
  letter-spacing: .05em;
  position: relative;
  z-index: 1;
}

@media (min-width: 750px) {
  .footer_about {
    width: 30%;
  }
}

@media (max-width: 750px) {
  .footer_about {
    width: 100%;
    text-align: center;
    margin: 12px 0;
  }
}

.footer_podcast {
  display: inline-block;
  margin-left: auto;
  color: #fff;
  position: relative;
  font-size: 14px;
  background-color: #da6331;
  padding: 6px 24px;
  text-align: left;
  overflow: hidden;
  background-size: auto 90%, auto 190%;
  background-repeat: no-repeat;
  background-position: 10% 105%, -30px center;
  top: -12px;
}

@media (max-width: 750px) {
  .footer_podcast {
    background-size: auto 190%, auto 290%;
    background-position: 30% 35%, 0 center;
    width: 100%;
    top: 0;
  }
}

.footer_podcast a {
  display: block;
}

@media (max-width: 750px) {
  .footer_podcast a {
    text-align: center;
  }
}

.footer_podcast img {
  height: 50px;
}

.footer_copy {
  font-size: 12px;
  margin: 0;
  line-height: 1.5;
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-weight: 300;
  color: #7b7b7b;
  letter-spacing: .05em;
  display: inline-block;
}

@media (max-width: 750px) {
  .footer_copy {
    text-align: center;
    width: 100%;
    order: 2;
  }
}

.footer_copy p {
  margin: 0;
}

.footer_social {
  display: inline-block;
  vertical-align: middle;
  margin-top: 12px;
}

.footer_social a {
  transition: all .2s ease-in-out;
  color: #515151;
}

.footer_social a:hover {
  color: #848484;
}

.footer_social a:first-of-type {
  margin-right: 12px;
}

.footer_social svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.footer_stats {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1.5;
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-weight: 300;
  color: #6f6f6f;
  letter-spacing: .05em;
  display: inline-block;
  text-align: right;
}

@media (max-width: 750px) {
  .footer_stats {
    display: none;
  }
}

.footer_stats span {
  display: block;
  font-size: 12px;
}

.footer_stats svg {
  height: 12px;
  width: 12px;
  margin-right: 6px;
  opacity: .3;
}

.footer_stats svg:not(:first-of-type) {
  margin-left: 12px;
}

.footer_text {
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
  font-size: 3.8vw;
  letter-spacing: 1.5vw;
  text-transform: uppercase;
  text-align: justifyed;
  width: calc(100% + .4vw);
  margin-left: -.4vw;
  height: .7em;
  overflow: hidden;
  color: #ebebeb;
  pointer-events: none;
  white-space: nowrap;
  margin-top: 48px;
  text-stroke: 1px #fff;
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}

@media (max-width: 750px) {
  .footer_text {
    margin-top: 24px;
    font-size: 14vw;
    display: none;
  }
}

.footer_logo {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  left: -25%;
  width: 40%;
  z-index: 0;
}

@media (max-width: 750px) {
  .footer_logo {
    left: 0;
    width: 100%;
    top: inherit;
    bottom: -10vh;
  }
}

.footer_logo svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 50vw;
  fill: #ebebeb;
}

.footer_menu {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  z-index: 1;
  position: relative;
  font-size: 14px;
}

@media (min-width: 750px) {
  .footer_menu {
    margin-left: 24px;
  }
  .footer_menu ul {
    columns: 2;
    column-gap: 2em;
  }
  .footer_menu li {
    display: block;
    margin-bottom: 6px;
  }
}

@media (max-width: 750px) {
  .footer_menu {
    width: 100%;
    text-align: center;
    order: -1;
  }
  .footer_menu ul {
    box-align: flex-start;
    align-items: flex-start;
    display: flex;
    box-orient: horizontal;
    box-direction: normal;
    flex-direction: row;
    box-pack: justify;
    justify-content: space-around;
  }
  .footer_menu li {
    display: inline-block;
    margin-bottom: 6px;
  }
}

.footer_menu ul {
  margin: 0;
  padding: 0;
  list-style: none outside;
  margin: 0;
}

.footer_menu a {
  transition: all .2s ease-in-out;
  color: #515151;
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-weight: 400;
}

.footer_menu a:hover {
  color: #848484;
}

.article-content {
  hyphens: auto;
  word-wrap: break-word;
  font-family: "Merriweather", "Libre Baskerville", serif;
  color: #202020;
  line-height: 1.8em;
  font-weight: 400;
  letter-spacing: .01em;
  font-kerning: normal;
  font-feature-settings: 'liga', 'clig';
}

@media (max-width: 700px) {
  .article-content {
    font-size: 16px;
  }
}

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h5,
.article-content h6 {
  clear: both;
  margin: 0 0 1em;
  text-align: left;
  font-family: "Merriweather", "Libre Baskerville", serif;
  color: #480000;
  font-weight: 300;
}

@media (max-width: 900px) {
  .article-content h1,
  .article-content h2,
  .article-content h3,
  .article-content h5,
  .article-content h6 {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media (max-width: 660px) {
  .article-content h1,
  .article-content h2,
  .article-content h3,
  .article-content h5,
  .article-content h6 {
    line-height: 1em;
  }
}

.article-content h1 {
  font-size: 2.3em;
}

.article-content h2 {
  font-size: 1.8em;
}

.article-content h3 {
  font-size: 1.5em;
}

.article-content h5 {
  color: #202020;
  font-weight: 700;
  font-size: 1em;
}

.article-content h6 {
  font-size: 1em;
}

.article-content h4 {
  font-family: #202020;
  font-size: 1em;
  line-height: 26px;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #202020;
  font-variant: small-caps;
  letter-spacing: .05em;
}

.article-content h4::before, .article-content h4::after {
  background-color: #bdbdbd;
  content: '';
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: inherit;
  width: 50%;
  bottom: .3em;
}

.article-content h4::before {
  right: 2em;
  margin-left: -50%;
}

.article-content h4::after {
  left: 2em;
  margin-right: -50%;
}

.article-content b,
.article-content strong {
  font-family: "Merriweather", "Libre Baskerville", serif;
  color: #070606;
}

.article-content address {
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1.5em;
  font-size: .9em;
}

.article-content p a {
  transition: all .2s ease-in-out;
  color: #900000;
  text-decoration: underline;
}

.article-content p a:hover {
  color: #2a0000;
}

.article-content p a:active {
  color: #110000;
}

.article-content abbr[title],
.article-content acronym {
  border-bottom: 1px dotted #900000;
  color: #202020;
  cursor: help;
}

.article-content cite {
  color: #6f6f6f;
  font-size: 1em;
}

.article-content code,
.article-content kbd,
.article-content tt,
.article-content var,
.article-content samp,
.article-content pre {
  hyphens: none;
  font-family: monospace, serif;
  color: #070606;
}

.article-content del,
.article-content strike {
  color: #900000;
}

.article-content dfn,
.article-content em,
.article-content i {
  font-style: italic;
}

.article-content em {
  color: #070606;
}

.article-content ins {
  color: #008000;
}

.article-content pre {
  box-sizing: border-box;
  background: white;
  padding: 1em 2em;
  margin-bottom: 24px;
  overflow: auto;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.article-content p {
  margin-top: 0;
  margin-bottom: 1em;
}

.article-content small {
  font-size: smaller;
}

.article-content big {
  font-size: 125%;
}

.article-content sup,
.article-content sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.article-content sup {
  bottom: 1ex;
}

.article-content sub {
  top: .5ex;
}

.article-content img {
  image-rendering: optimizeSpeed;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.article-content figure {
  margin: 0;
}

.article-content fieldset {
  border: 1px solid #c8c7c7;
  margin: 0 0 24px;
  padding: 11px 12px 0;
}

.article-content legend {
  white-space: normal;
}

.article-content hr {
  background-color: #7b7b7b;
  border: 0;
  height: 1px;
  margin-bottom: 23px;
}

.article-content embed,
.article-content iframe,
.article-content object,
.article-content video {
  margin-bottom: 2em;
  width: 100%;
}

.article-content p > embed,
.article-content p > iframe,
.article-content p > object,
.article-content span > embed,
.article-content span > iframe,
.article-content span > object {
  margin-bottom: 0;
}

.article-content q {
  hyphens: none;
  quotes: none;
  text-align: right;
  color: #070606;
  margin-left: 0;
  margin-right: 0;
  font-weight: 300;
  font-style: italic;
  background-size: cover;
  background-position: center center;
  background-color: #ebebeb;
}

.article-content blockquote {
  hyphens: none;
  quotes: none;
  text-align: right;
  color: #070606;
  font-size: 1.1em;
  padding: 1.5em 1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: 300;
  background-image: url("assets/img/curtains.jpg");
  background-size: cover;
  background-position: center center;
  background-color: #ebebeb;
  border: 1px solid #e5e5e5;
  font-style: italic;
  position: relative;
  overflow: hidden;
}

.article-content blockquote::before {
  content: '\201C';
  font-size: 10em;
  position: absolute;
  top: -12px;
  left: -24px;
  font-family: Georgia, Times, "Times New Roman", serif;
  line-height: 1em;
  vertical-align: top;
  color: #bdbdbd;
  z-index: 0;
}

.article-content blockquote footer {
  margin-bottom: -1.5em;
}

.article-content blockquote p {
  position: relative;
  z-index: 1;
}

.article-content blockquote p:last-of-type {
  margin-bottom: 0;
}

.article-content blockquote cite,
.article-content blockquote small {
  color: #900000;
  font-size: .8em;
  display: block;
}

.article-content blockquote em,
.article-content blockquote i,
.article-content blockquote cite {
  font-style: normal;
}

.article-content blockquote strong,
.article-content blockquote b {
  font-weight: 400;
}

.article-content table {
  margin-bottom: 1.5em;
  width: 100%;
  color: #070606;
  border: 1px solid #c8c7c7;
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  line-height: 1.2em;
}

.article-content th,
.article-content td {
  border: 1px solid #c8c7c7;
  font-size: .7em;
}

.article-content caption,
.article-content th,
.article-content td {
  font-weight: normal;
  text-align: left;
  padding: .5em .8em;
}

.article-content th {
  border-width: 0 1px 1px 0;
}

.article-content td {
  border-width: 0 1px 1px 0;
}

.article-content thead th {
  color: #070606;
  font-size: .7em;
  font-style: italic;
  font-weight: normal;
}

.article-content tbody th {
  font-size: .9em;
}

.article-content tbody tr:nth-of-type(odd) {
  background-color: white;
}

.article-content ul {
  padding-left: 1.3em;
  font-size: 1em;
  list-style: square outside;
  list-style-image: url("assets/svg/icon-bullet-fill.svg");
}

.article-content ul li {
  padding-left: .5em;
  padding-bottom: 1em;
}

.article-content ul ul {
  list-style: disc;
  list-style-image: url("assets/svg/icon-bullet.svg");
}

.article-content ul ul ul {
  list-style: circle;
  list-style-image: url("assets/svg/icon-bullet-fill.svg");
}

.article-content ol {
  list-style: none;
  font-size: 1em;
  padding-left: 1.9em;
  counter-reset: item;
}

.article-content ol li {
  position: relative;
  padding-bottom: 1em;
}

.article-content ol li::before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: -1.8em;
  font-size: .7em;
  border: 1px solid #bdbdbd;
  color: #900000;
  font-weight: bold;
  width: 1.2em;
  height: .8em;
  display: inline-block;
  text-align: center;
  padding-bottom: .6em;
  border-radius: 10% 10% 50% 50%;
  line-height: 1em;
}

.article-content ol ol {
  list-style: lower-alpha;
}

.article-content ol ol li::before {
  display: none;
}

.article-content .wp-caption,
.article-content .alignnone {
  margin-bottom: 1.5em;
}

.article-content .wp-caption img,
.article-content .alignnone img {
  margin: 0 !important;
}

.article-content .wp-caption p,
.article-content .alignnone p {
  margin: 0;
}

.article-content .alignnone {
  text-align: center;
  width: auto !important;
}

.article-content .alignleft {
  float: left;
  margin-right: 1.5em;
  max-width: 50%;
}

@media (max-width: 660px) {
  .article-content .alignleft {
    max-width: 40%;
  }
}

.article-content .alignright {
  float: right;
  max-width: 50%;
  margin-left: 1.5em;
}

@media (max-width: 660px) {
  .article-content .alignright {
    max-width: 40%;
  }
}

.article-content .aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.article-content p.wp-caption-text {
  hyphens: none;
  quotes: none;
  color: #7b7b7b;
  font-size: .8em;
  font-style: italic;
  font-weight: normal;
  display: block;
  margin-top: .5em !important;
}

.article-content .double-img {
  vertical-align: top;
  text-align: justify;
  display: block;
  overflow: auto;
}

.article-content .double-img::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}

.article-content .double-img .col {
  display: inline-block;
  width: 48%;
  vertical-align: top;
  margin-bottom: 4%;
}

.article-content img {
  margin-bottom: 12px;
}

.article-content p img {
  margin-bottom: 1.5em;
}

.wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.gallery {
  display: block;
  overflow: hidden;
  margin-bottom: 1.5em !important;
  background: #e5e5e5;
}

.gallery p {
  margin: 0;
}

.gallery-item {
  margin: 0;
}

.post-list,
.post-card {
  transition: all .2s ease-in-out;
  display: block;
  position: relative;
  text-align: left;
  width: 100%;
  margin-bottom: 24px;
  border-bottom: 1px solid transparent;
}

.post-list .picture,
.post-card .picture {
  position: relative;
  display: block;
  background: #fff;
  border: 1px solid #ebebeb;
}

.post-list img,
.post-card img {
  width: 100%;
  display: block;
}

.post-list header,
.post-card header {
  padding: 0;
}

.post-list header::after,
.post-card header::after {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2015.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2210px%22%20height%3D%2210px%22%20viewBox%3D%220%200%2010%2010%22%20enable-background%3D%22new%200%200%2010%2010%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Ccircle%20fill%3D%22%23dab3b3%22%20cx%3D%225%22%20cy%3D%225%22%20r%3D%222%22/%3E%0D%0A%3Cpath%20fill%3D%22%23dab3b3%22%20d%3D%22M0%2C0v2c1.104%2C0%2C2-0.896%2C2-2H0z%22/%3E%0D%0A%3Cpath%20fill%3D%22%23dab3b3%22%20d%3D%22M0%2C8v2h2c0%2C0%2C0%2C0%2C0%2C0C2%2C8.895%2C1.104%2C8%2C0%2C8z%22/%3E%0D%0A%3Cpath%20fill%3D%22%23dab3b3%22%20d%3D%22M10%2C0H8c0%2C1.104%2C0.896%2C2%2C2%2C2V0z%22/%3E%0D%0A%3Cpath%20fill%3D%22%23dab3b3%22%20d%3D%22M10%2C8c-1.104%2C0-2%2C0.895-2%2C2c0%2C0%2C0%2C0%2C0%2C0h2V8z%22/%3E%0D%0A%3C/svg%3E%0D%0A");
  background-size: 5px;
  background-position: center top;
  background-color: #fff;
  position: absolute;
  content: '';
  top: 0;
  bottom: 1px;
  width: 6px;
  left: -6px;
  display: block;
  z-index: 2;
  border-right: 1px solid #e9cccc;
}

.post-list header h1,
.post-card header h1 {
  margin: 0;
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-weight: 400;
  padding: 0;
  text-align: left;
}

.post-list header h1 a,
.post-card header h1 a {
  background: #fff;
  display: inline-block;
  margin: 0;
  padding: 12px 24px 6px 12px;
}

@media (max-width: 750px) {
  .post-list header h1 a,
  .post-card header h1 a {
    padding: 6px 12px;
  }
}

.post-list header small,
.post-card header small {
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 1px;
  background: #fff;
  padding: 6px 12px;
  color: #888888;
  margin: 0;
  border-top: 1px solid rgba(212, 212, 212, 0.5);
  border-right: 1px solid rgba(212, 212, 212, 0.5);
  z-index: 1;
  position: relative;
  top: -3px;
}

@media (max-width: 500px) {
  .post-list header small,
  .post-card header small {
    font-size: 8px;
  }
}

.post-list header small a,
.post-card header small a {
  transition: all .2s ease-in-out;
  color: #b14d4d;
  display: inline-block;
}

.post-list header small a:hover,
.post-card header small a:hover {
  color: #d09494;
}

@media (min-width: 850px) {
  .post-list .picture {
    overflow: hidden;
  }
  .post-list header {
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 100%;
  }
  .post-list header h1 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: .03em;
  }
}

@media (min-width: 850px) and (max-width: 1000px) {
  .post-list header h1 {
    font-size: 18px;
  }
}

@media (min-width: 850px) {
  .post-list header small {
    top: -2px;
  }
}

@media (max-width: 850px) {
  .post-list {
    width: 47.5%;
    vertical-align: top;
    display: inline-block;
  }
  .post-list:nth-of-type(2n) {
    margin-left: 5%;
  }
  .post-list:hover {
    transition-delay: .2s;
    z-index: 5;
  }
  .post-list:hover .picture {
    background: #900000;
  }
  .post-list:hover .picture img {
    filter: saturate(0.2);
    opacity: .9;
  }
  .post-list .picture {
    margin-bottom: 12px;
    border: 1px solid #ebebeb;
  }
}

@media (max-width: 850px) and (max-width: 500px) {
  .post-list .picture {
    margin-bottom: 24px;
  }
}

@media (max-width: 850px) {
  .post-list header {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-right: 48px;
  }
  .post-list header h1 {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: .03em;
  }
}

@media (max-width: 750px) {
  .post-list {
    width: 100%;
  }
  .post-list:nth-of-type(2n) {
    margin-left: 0;
  }
}

.post-card:hover {
  transition-delay: .2s;
  z-index: 5;
}

.post-card:hover .picture {
  background: #900000;
}

.post-card:hover .picture img {
  filter: saturate(0.2);
  opacity: .9;
}

.post-card .picture {
  margin-bottom: 12px;
  border: 1px solid #ebebeb;
}

@media (max-width: 500px) {
  .post-card .picture {
    margin-bottom: 24px;
  }
}

.post-card header {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-right: 48px;
}

.post-card header h1 {
  font-size: 27px;
  line-height: 1.2;
  letter-spacing: .03em;
}

@media (max-width: 750px) {
  .post-card header h1 {
    font-size: 16px;
  }
}

.review-card {
  border: 1px solid #900000;
  display: block;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAVklEQVQYV2O0O3X+PwMQHDIzZATRuAAjSCEhRSDNWE15cMMObIuCxiG4PE6FyIpwmojNnYwV5yHWdBgirMGpkJAinFZ/mhkHtoUvfRF+z4AUIisiyTMAArAgC7nliGUAAAAASUVORK5CYII=");
}

.podcast-card {
  vertical-align: top;
  text-align: justify;
  background-image: url("img/raster/compressed/podcast-tri-f.png");
  transition: all .2s ease-in-out;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-bottom: 48px;
  padding: 24px 24px 24px 12px;
  width: 100%;
  background-color: #f4d0c1;
  background-size: auto 190%;
  background-repeat: no-repeat;
  background-position: -15% center;
  border-image: url("img/raster/compressed/podcast-border.png") 10 10 12 10 round stretch;
}

.podcast-card::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}

.podcast-card .p-logo {
  height: 100px;
  margin: 12px;
  display: inline-block;
  vertical-align: middle;
}

.podcast-card header {
  width: calc(100% - 250px);
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}

.podcast-card h1 {
  margin: 0;
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 27px;
  line-height: 1.3;
  letter-spacing: .06em;
  padding: 0;
}

@media (max-width: 900px) {
  .podcast-card h1 {
    font-size: 25px;
  }
}

@media (max-width: 660px) {
  .podcast-card h1 {
    font-size: 18px;
  }
}

.podcast-card small {
  margin: 0;
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: .06em;
  padding: 0;
  display: block;
  margin-top: 12px;
}

.podcast-card a.listen {
  margin: 0;
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: .06em;
  padding: 0;
  margin-top: 12px;
  display: block;
}

.col_side .post-list {
  margin-bottom: .5em;
}

.col_side .post-list small {
  display: none;
}

.col_side .post-list h1 {
  font-size: 13px;
}

.col_side .post-list h1.large {
  font-size: 12px;
}

.col_side .post-list header {
  width: 65%;
}

.col_side .post-list .picture {
  width: 40%;
}

.single-article,
.single-comments {
  box-align: stretch;
  align-items: stretch;
  display: flex;
  box-orient: horizontal;
  box-direction: normal;
  flex-direction: row;
  box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 24px;
}

.single-article.nom,
.single-comments.nom {
  margin-top: 0;
}

.single-article .single-header,
.single-comments .single-header {
  width: 100%;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  padding-bottom: 12px;
  border-bottom: 1px dotted #bdbdbd;
}

.single-article .single-header h1,
.single-comments .single-header h1 {
  font-size: 42px;
  font-family: "Merriweather", "Libre Baskerville", serif;
  line-height: 1.2;
  display: block;
  margin: 0;
}

@media (min-width: 700px) {
  .single-article .single-header h1,
  .single-comments .single-header h1 {
    font-size: 42px;
  }
  .single-article .single-header h1.large,
  .single-comments .single-header h1.large {
    font-size: 38px;
  }
}

@media (max-width: 700px) {
  .single-article .single-header h1,
  .single-comments .single-header h1 {
    font-size: 24px;
  }
  .single-article .single-header h1.large,
  .single-comments .single-header h1.large {
    font-size: 20px;
  }
}

.single-article .comments-header,
.single-comments .comments-header {
  width: 100%;
  display: inline-block;
  text-align: left;
  vertical-align: top;
}

.single-article .comments-header h3,
.single-comments .comments-header h3 {
  font-size: 24px;
  font-family: "Merriweather", "Libre Baskerville", serif;
  line-height: 1.2;
  display: block;
  margin: 0;
  padding-top: 24px;
}

.single-article .col_prime,
.single-comments .col_prime {
  order: 0;
}

.single-article .col_prime .single-content,
.single-comments .col_prime .single-content {
  margin-top: 24px;
}

.single-article .col_prime .rel_shows,
.single-comments .col_prime .rel_shows {
  margin-top: 1.5em;
  padding-top: 1.5em;
}

.single-article .col_prime .rel_shows h3,
.single-comments .col_prime .rel_shows h3 {
  margin-left: 12px;
}

.single-article .col_side .meta,
.single-comments .col_side .meta {
  box-align: stretch;
  align-items: stretch;
  display: flex;
  box-orient: horizontal;
  box-direction: normal;
  flex-direction: row;
  box-pack: justify;
  justify-content: space-around;
  flex-wrap: wrap;
  border-bottom: 1px dotted #bdbdbd;
  border-top: 1px dotted #bdbdbd;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: -1px;
  font-size: 14px;
}

@media (max-width: 500px) {
  .single-article .col_side .meta,
  .single-comments .col_side .meta {
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 12px;
  }
}

@media (max-width: 380px) {
  .single-article .col_side .meta,
  .single-comments .col_side .meta {
    flex-direction: column;
    text-align: center;
  }
}

.single-article .col_side .date,
.single-article .col_side .category,
.single-comments .col_side .date,
.single-comments .col_side .category {
  font-family: "Merriweather", "Libre Baskerville", serif;
  line-height: 1.2;
  display: inline-block;
  margin: 0;
  text-transform: capitalize;
}

.single-article .col_side .date a,
.single-article .col_side .category a,
.single-comments .col_side .date a,
.single-comments .col_side .category a {
  display: block;
  font-size: .8em;
  margin-top: 3px;
}

.single-article .col_side .author,
.single-comments .col_side .author {
  font-family: "Merriweather", "Libre Baskerville", serif;
  line-height: 1.2;
  display: inline-block;
  margin: 0;
  text-transform: capitalize;
}

.single-article .col_side .author img,
.single-comments .col_side .author img {
  height: 34px;
  width: 34px;
  border-radius: 100%;
  border: 2px solid #bdbdbd;
  vertical-align: top;
  margin-right: 6px;
}

.single-article .col_side .author span,
.single-comments .col_side .author span {
  margin-top: 2px;
  display: inline-block;
}

@media (max-width: 380px) {
  .single-article .col_side .author span,
  .single-comments .col_side .author span {
    display: block;
    margin-bottom: 12px;
  }
}

.single-article .col_side .author a,
.single-comments .col_side .author a {
  display: block;
  font-size: .8em;
  margin-top: 2px;
}

.single-article .col_side .rel_shows,
.single-comments .col_side .rel_shows {
  margin-top: 1.5em;
}

.single-article .col_side .rel_shows h3,
.single-comments .col_side .rel_shows h3 {
  margin-left: 12px;
}

.single-article .twitter_widget,
.single-comments .twitter_widget {
  margin-top: 24px;
}

.rel_shows_widget {
  display: block;
}

.col_prime .rel_shows_widget {
  margin-bottom: 1.5em !important;
}

.rel_shows_widget h3 {
  font-size: 18px;
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-weight: 400;
  color: #202020;
  display: inline-block;
  width: 100%;
}

.rel_shows_widget ul {
  list-style: none outside;
  margin: 0;
  padding: 0;
}

.rel_shows_widget li {
  width: 100%;
  max-width: 100%;
}

.rel_shows_widget .show-card .card {
  padding-bottom: 0;
  padding-right: 140px;
}

.rel_shows_widget .table {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: initial;
  width: auto !important;
  right: 12px;
  border: 0;
  border-top: 0 !important;
}

.rel_shows_widget .table span {
  display: table-row;
  line-height: 2em;
  text-align: left !important;
}

.rel_shows_widget .table span svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}

.single-article {
  position: relative;
}

@media (max-width: 960px) {
  .single-article {
    flex-direction: column;
  }
  .single-article .col_prime {
    order: 2;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
  .single-article .col_side {
    order: 2;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    display: block !important;
  }
}

.single-comments {
  position: relative;
}

@media (max-width: 960px) {
  .single-comments {
    flex-direction: column;
  }
  .single-comments .col_prime {
    order: 2;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
  }
  .single-comments .col_side {
    order: 2;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    display: block !important;
  }
}

.single-comments::before {
  content: '';
  border-top: 1px dotted #bdbdbd;
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
}

.single-feature {
  border: 1px solid;
  border-color: #280df2;
  background-color: rgba(40, 13, 242, 0.05);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 30%;
  background-position: center center;
  background-size: cover;
  opacity: .099;
  z-index: -1;
  filter: grayscale(90%);
}

.single-feature::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1px;
  width: 80%;
  background-color: transparent;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 95%);
}

.sidebar_head {
  font-size: 15px;
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-weight: 400;
  color: #202020;
  line-height: 1.5em;
  margin: 12px 0;
  display: none;
}

.show-card,
.show_header {
  transition: all .2s ease-in-out;
  font-size: 18px;
  display: block;
  vertical-align: top;
  width: 23%;
  max-width: 265px;
  margin-bottom: 2.5%;
  text-align: left;
  position: relative;
}

@media (max-width: 660px) {
  .show-card,
  .show_header {
    width: 100%;
    max-width: 100%;
  }
}

.show-card:hover .card,
.show_header:hover .card {
  border-color: #dccfcf;
}

.show-card:hover .review_count,
.show-card:hover .comment_count,
.show-card:hover a,
.show_header:hover .review_count,
.show_header:hover .comment_count,
.show_header:hover a {
  color: #2a0000;
}

.show-card::after,
.show_header::after {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2015.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2221px%22%20height%3D%2221px%22%20viewBox%3D%220%200%2021%2021%22%20enable-background%3D%22new%200%200%2021%2021%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20shape-rendering%3D%22crispEdges%22%20fill%3D%22none%22%20stroke%3D%22%23deb3b3%22%20stroke-linecap%3D%22square%22%20d%3D%22M0.5%2C5.5h5v-5%20M15.5%2C20.5v-5h5%0D%0A%09%20M5.5%2C10.5v5h5%20M10.5%2C5.5h5v5%22/%3E%0D%0A%3C/svg%3E%0D%0A");
  background-size: 10px;
  background-position: center bottom;
  transition: all .2s ease-in-out;
  content: '';
  height: 90%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.show-card .card,
.show_header .card {
  transition: all .2s ease-in-out;
  border: 2px solid #e5e5e5;
  background: #fff;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 50px;
  height: 100%;
}

.show-card h1,
.show_header h1 {
  font-size: 20px;
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.3;
  color: #3e3e3e;
}

@media (max-width: 900px) {
  .show-card h1,
  .show_header h1 {
    font-size: 18px;
  }
}

.show-card h1.large,
.show_header h1.large {
  font-size: 18px;
}

.show-card header,
.show_header header {
  padding: 30px 12px 24px;
}

.show-card small,
.show_header small {
  font-size: 12px;
  letter-spacing: .5px;
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-weight: 300;
  margin-bottom: 6px;
  display: block;
  color: #7b7b7b;
}

.show-card .table,
.show_header .table {
  display: table;
  width: 100%;
  border-top: 1px dotted #e9cccc;
  margin-bottom: 6px;
  padding-top: 12px;
  position: absolute;
  bottom: 0;
}

.show-card .review_count,
.show-card .comment_count,
.show-card .open_date,
.show_header .review_count,
.show_header .comment_count,
.show_header .open_date {
  transition: all .2s ease-in-out;
  font-size: 12px;
  letter-spacing: .5px;
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-weight: 400;
  display: table-cell;
  color: #a63333;
  width: 50%;
  text-align: center;
}

.show-card .review_count svg,
.show-card .comment_count svg,
.show-card .open_date svg,
.show_header .review_count svg,
.show_header .comment_count svg,
.show_header .open_date svg {
  width: 12px;
  height: 12px;
  vertical-align: middle;
  fill: currentColor;
  display: block;
  margin: 0 auto 6px;
}

.show-card .review_count.count_0,
.show-card .comment_count.count_0,
.show-card .open_date.count_0,
.show_header .review_count.count_0,
.show_header .comment_count.count_0,
.show_header .open_date.count_0 {
  color: #bc6666;
}

.show-card .open_date,
.show_header .open_date {
  width: 100%;
}

.season_grid {
  background-image: url('data:image/svg+xml,%3C%3Fxml version="1.0" encoding="utf-8"%3F%3E%3Csvg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="3530px" height="1914px" viewBox="0 0 3530 1914" enable-background="new 0 0 3530 1914" xml:space="preserve"%3E%3Cpath fill="%23320000" d="M2201.0712891,1044.7779541c0,0-0.0109863,0-0.0151367-0.0009766 c-113.7739258-14.0419922-218.6090088-69.697998-295.2700195-156.1199951 c-77.1019287-86.9210205-119.3740234-198.6199951-119.0789795-314.2290039l-1.7349854-496.8540039 c-0.0599365-16.352993,6.4140625-32.0899963,17.9710693-43.6589966 c11.5559082-11.5670033,27.2479248-18.0710011,43.5999756-18.0320015l822.5368652,1.9810009 c33.8459473,0.0830002,61.2231445,27.4970036,61.2709961,61.3230057 c0.026123,19.822998,0.7050781,485.5969543,0.6760254,495.3729553 c-0.3789063,126.5350342-49.6369629,245.4050293-138.697998,334.7230225 c-89.3078613,89.5620117-208.0620117,139.0379639-334.3100586,138.7319336 C2239.0141602,1047.9630127,2219.8242188,1047.0909424,2201.0712891,1044.7779541z M1908.0322266,138.8439789l1.5279541,435.1629639 c-0.0019531,0.1359863-0.0379639,0.5949707-0.0379639,0.7280273 c-0.5319824,176.6419678,131.244873,326.4959717,306.5791016,348.1350098 c0.0019531,0.0009766,0.0068359,0.0009766,0.0068359,0.0009766c13.8869629,1.7130127,28.1120605,2.2769775,42.2099609,2.3109741 c192.3161621,0.4680176,349.2709961-157.0020142,349.8540039-350.8259888 c0.0219727-6.7540283-0.3259277-259.7049866-0.5759277-433.730957L1908.0322266,138.8439789z M451.071167,90.1657791 c0,0-0.0109863,0-0.0150146-0.0009766C337.2821045,76.1228104,232.4471588,20.4668064,155.7861481-65.9551926 C78.6841583-152.8762054,36.4121246-264.5751953,36.7071686-380.1842041L34.9721832-877.038208 c-0.0599976-16.3529663,6.4140015-32.0899658,17.9710083-43.6589966 c11.5559692-11.5670166,27.2479858-18.0709839,43.5999756-18.0319824l822.5369263,1.9810181 c33.8459473,0.0829468,61.2230225,27.4969482,61.2709961,61.322998c0.026001,19.822998,0.7049561,485.5969238,0.6760254,495.3729248 c-0.3790283,126.5350494-49.6369629,245.4050446-138.697998,334.7230225 C753.0211182,44.2327995,634.2670898,93.7087479,508.019043,93.4027176 C489.0141602,93.3508377,469.8242188,92.4787674,451.071167,90.1657791z M158.0321808-815.7681885l1.5280151,435.1629639 c-0.0020142,0.1359863-0.0380249,0.5949707-0.0380249,0.7280273 C158.9901886-203.2352142,290.7670898-53.3812141,466.1011963-31.742178c0.0019531,0.0009766,0.006958,0.0009766,0.006958,0.0009766 c13.8869629,1.7130127,28.1120605,2.2769775,42.2099609,2.3109741 c192.31604,0.4680176,349.2709961-157.0020142,349.8540039-350.8259888 c0.0219727-6.7540283-0.3260498-259.7049561-0.5760498-433.730957L158.0321808-815.7681885z M451.071167,1999.3901367 c0,0-0.0109863,0-0.0150146-0.0009766c-113.7740479-14.0419922-218.6089935-69.697998-295.2700195-156.1199951 c-77.1019897-86.9210205-119.3740234-198.6199951-119.0789795-314.2290039l-1.7349854-496.8540039 c-0.0599976-16.3529663,6.4140015-32.0899658,17.9710083-43.6589966 c11.5559692-11.5670166,27.2479858-18.0709839,43.5999756-18.0319824l822.5369263,1.9810181 c33.8459473,0.0829468,61.2230225,27.4969482,61.2709961,61.322998c0.026001,19.822998,0.7049561,485.5969238,0.6760254,495.3729248 c-0.3790283,126.5350342-49.6369629,245.4050293-138.697998,334.7230225 c-89.3079834,89.5620117-208.0620117,139.0379639-334.3100586,138.7319336 C489.0141602,2002.5751953,469.8242188,2001.703125,451.071167,1999.3901367z M158.0321808,1093.4561768l1.5280151,435.1629639 c-0.0020142,0.1359863-0.0380249,0.5949707-0.0380249,0.7280273 c-0.5319824,176.6419678,131.2449188,326.4959717,306.5790405,348.1350098 c0.0019531,0.0009766,0.006958,0.0009766,0.006958,0.0009766c13.8869629,1.7130127,28.1120605,2.2769775,42.2099609,2.3110352 c192.31604,0.4680176,349.2709961-157.0020752,349.8540039-350.8260498 c0.0219727-6.7540283-0.3260498-259.7049561-0.5760498-433.730957L158.0321808,1093.4561768z"/%3E%3C/svg%3E');
  background-size: 30px;
  background-position: center bottom;
  border-top: 1px solid #900000;
  border-bottom: 1px solid #900000;
  background-color: #160000;
  overflow: hidden;
}

.season_grid::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #7b7b7b;
  margin-bottom: 60px;
}

@media (max-width: 660px) {
  .season_grid::after {
    margin-bottom: 24px;
  }
}

.season_grid h2 {
  font-size: 27px;
  margin: 50px 0 20px;
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-weight: 300;
  line-height: 1;
  letter-spacing: .06em;
  padding: 0;
  color: #fff;
  position: relative;
  color: #fff;
  display: block;
  white-space: nowrap;
  position: relative;
}

@media (max-width: 750px) {
  .season_grid h2 {
    margin: 25px 0 20px;
    font-size: 18px;
  }
}

.season_grid h2::after {
  content: '';
  display: inline-block;
  width: 200%;
  height: 1px;
  margin-left: 12px;
  background: #7b7b7b;
}

.season_grid h2::before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 200%;
  height: 1px;
  margin-right: 12px;
  background: #7b7b7b;
  bottom: 4px;
  right: 100%;
}

.season_grid ul {
  margin: 0;
  padding: 0;
  list-style: none outside;
  box-align: stretch;
  align-items: stretch;
  display: flex;
  box-orient: horizontal;
  box-direction: normal;
  flex-direction: row;
  box-pack: justify;
  justify-content: space-between;
}

@media (min-width: 660px) and (max-width: 750px) {
  .season_grid ul {
    flex-wrap: wrap;
  }
}

@media (max-width: 660px) {
  .season_grid ul {
    flex-direction: column;
  }
  .season_grid ul.card_grid_dark {
    padding: 0 12px;
  }
}

@media (max-width: 750px) {
  .season_grid ul.card_grid_dark li:not(.view_more) {
    width: 48%;
    max-width: initial;
  }
}

@media (max-width: 660px) {
  .season_grid ul.card_grid_dark li:not(.view_more) {
    width: 100%;
    display: none;
  }
}

@media (min-width: 750px) and (max-width: 900px) {
  .season_grid ul.card_grid_dark li:not(.view_more) {
    width: 31%;
  }
  .season_grid ul.card_grid_dark li:not(.view_more):nth-of-type(2) {
    display: none;
  }
}

.season_grid ul.card_grid_dark li:not(.view_more)::after {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2015.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2221px%22%20height%3D%2221px%22%20viewBox%3D%220%200%2021%2021%22%20enable-background%3D%22new%200%200%2021%2021%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20shape-rendering%3D%22crispEdges%22%20fill%3D%22none%22%20stroke%3D%22%23a63333%22%20stroke-linecap%3D%22square%22%20d%3D%22M0.5%2C5.5h5v-5%20M15.5%2C20.5v-5h5%0D%0A%09%20M5.5%2C10.5v5h5%20M10.5%2C5.5h5v5%22/%3E%0D%0A%3C/svg%3E%0D%0A");
  background-size: 10px;
  background-position: center bottom;
}

@media (max-width: 750px) {
  .season_grid li.view_more {
    width: 48%;
    max-width: initial;
  }
}

@media (max-width: 660px) {
  .season_grid li.view_more {
    width: 100%;
  }
}

@media (min-width: 750px) and (max-width: 900px) {
  .season_grid li.view_more {
    width: 31%;
  }
}

@media (max-width: 660px) {
  .season_grid li.view_more {
    margin-top: 24px;
    text-align: center;
  }
}

@media (max-width: 660px) {
  .season_grid li.view_more {
    margin-top: 0;
  }
}

.season_grid li.view_more .card {
  background: transparent;
  border: 0;
}

.season_grid li.view_more svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 24px;
  width: 24px;
  fill: currentColor;
  right: -40px;
}

@media (max-width: 660px) {
  .season_grid li.view_more svg {
    right: 0;
  }
}

@media (max-width: 660px) {
  .season_grid li.view_more svg {
    right: 12px;
  }
}

.season_grid li.view_more a {
  transition: all .2s ease-in-out;
  color: #fff;
  width: 60%;
  right: 60px;
  text-align: center;
  font-size: 18px;
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-weight: 400;
  line-height: 1.5;
  text-align: right;
}

.season_grid li.view_more a:hover {
  color: #cccccc;
}

.season_grid li.view_more a:active {
  color: #bfbfbf;
}

@media (max-width: 660px) {
  .season_grid li.view_more a {
    border: 1px solid #fff;
    padding: 12px;
    border-radius: 3px;
  }
}

@media (min-width: 660px) {
  .season_grid li.view_more a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (max-width: 660px) {
  .season_grid li.view_more a {
    width: 100%;
    position: relative;
    right: inherit;
    padding-right: 60px;
    display: block;
    text-align: center;
  }
}

.season_grid li.view_more:hover .card {
  border: 0;
}

.season_grid li.view_more::after {
  display: none;
}

.placeholder {
  border: 1px solid;
  border-color: #f2b90d;
  background-color: rgba(242, 185, 13, 0.05);
  opacity: 0;
  margin-bottom: 0 !important;
}

.ad_placement {
  background-image: url('data:image/svg+xml,%3C%3Fxml version="1.0" encoding="utf-8"%3F%3E%3Csvg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="3530px" height="1914px" viewBox="0 0 3530 1914" enable-background="new 0 0 3530 1914" xml:space="preserve"%3E%3Cpath fill="%23ededed" d="M2201.0712891,1044.7779541c0,0-0.0109863,0-0.0151367-0.0009766 c-113.7739258-14.0419922-218.6090088-69.697998-295.2700195-156.1199951 c-77.1019287-86.9210205-119.3740234-198.6199951-119.0789795-314.2290039l-1.7349854-496.8540039 c-0.0599365-16.352993,6.4140625-32.0899963,17.9710693-43.6589966 c11.5559082-11.5670033,27.2479248-18.0710011,43.5999756-18.0320015l822.5368652,1.9810009 c33.8459473,0.0830002,61.2231445,27.4970036,61.2709961,61.3230057 c0.026123,19.822998,0.7050781,485.5969543,0.6760254,495.3729553 c-0.3789063,126.5350342-49.6369629,245.4050293-138.697998,334.7230225 c-89.3078613,89.5620117-208.0620117,139.0379639-334.3100586,138.7319336 C2239.0141602,1047.9630127,2219.8242188,1047.0909424,2201.0712891,1044.7779541z M1908.0322266,138.8439789l1.5279541,435.1629639 c-0.0019531,0.1359863-0.0379639,0.5949707-0.0379639,0.7280273 c-0.5319824,176.6419678,131.244873,326.4959717,306.5791016,348.1350098 c0.0019531,0.0009766,0.0068359,0.0009766,0.0068359,0.0009766c13.8869629,1.7130127,28.1120605,2.2769775,42.2099609,2.3109741 c192.3161621,0.4680176,349.2709961-157.0020142,349.8540039-350.8259888 c0.0219727-6.7540283-0.3259277-259.7049866-0.5759277-433.730957L1908.0322266,138.8439789z M451.071167,90.1657791 c0,0-0.0109863,0-0.0150146-0.0009766C337.2821045,76.1228104,232.4471588,20.4668064,155.7861481-65.9551926 C78.6841583-152.8762054,36.4121246-264.5751953,36.7071686-380.1842041L34.9721832-877.038208 c-0.0599976-16.3529663,6.4140015-32.0899658,17.9710083-43.6589966 c11.5559692-11.5670166,27.2479858-18.0709839,43.5999756-18.0319824l822.5369263,1.9810181 c33.8459473,0.0829468,61.2230225,27.4969482,61.2709961,61.322998c0.026001,19.822998,0.7049561,485.5969238,0.6760254,495.3729248 c-0.3790283,126.5350494-49.6369629,245.4050446-138.697998,334.7230225 C753.0211182,44.2327995,634.2670898,93.7087479,508.019043,93.4027176 C489.0141602,93.3508377,469.8242188,92.4787674,451.071167,90.1657791z M158.0321808-815.7681885l1.5280151,435.1629639 c-0.0020142,0.1359863-0.0380249,0.5949707-0.0380249,0.7280273 C158.9901886-203.2352142,290.7670898-53.3812141,466.1011963-31.742178c0.0019531,0.0009766,0.006958,0.0009766,0.006958,0.0009766 c13.8869629,1.7130127,28.1120605,2.2769775,42.2099609,2.3109741 c192.31604,0.4680176,349.2709961-157.0020142,349.8540039-350.8259888 c0.0219727-6.7540283-0.3260498-259.7049561-0.5760498-433.730957L158.0321808-815.7681885z M451.071167,1999.3901367 c0,0-0.0109863,0-0.0150146-0.0009766c-113.7740479-14.0419922-218.6089935-69.697998-295.2700195-156.1199951 c-77.1019897-86.9210205-119.3740234-198.6199951-119.0789795-314.2290039l-1.7349854-496.8540039 c-0.0599976-16.3529663,6.4140015-32.0899658,17.9710083-43.6589966 c11.5559692-11.5670166,27.2479858-18.0709839,43.5999756-18.0319824l822.5369263,1.9810181 c33.8459473,0.0829468,61.2230225,27.4969482,61.2709961,61.322998c0.026001,19.822998,0.7049561,485.5969238,0.6760254,495.3729248 c-0.3790283,126.5350342-49.6369629,245.4050293-138.697998,334.7230225 c-89.3079834,89.5620117-208.0620117,139.0379639-334.3100586,138.7319336 C489.0141602,2002.5751953,469.8242188,2001.703125,451.071167,1999.3901367z M158.0321808,1093.4561768l1.5280151,435.1629639 c-0.0020142,0.1359863-0.0380249,0.5949707-0.0380249,0.7280273 c-0.5319824,176.6419678,131.2449188,326.4959717,306.5790405,348.1350098 c0.0019531,0.0009766,0.006958,0.0009766,0.006958,0.0009766c13.8869629,1.7130127,28.1120605,2.2769775,42.2099609,2.3110352 c192.31604,0.4680176,349.2709961-157.0020752,349.8540039-350.8260498 c0.0219727-6.7540283-0.3260498-259.7049561-0.5760498-433.730957L158.0321808,1093.4561768z"/%3E%3C/svg%3E');
  background-size: 30px;
  background-position: center bottom;
  text-align: center;
}

.ad_placement iframe {
  box-sizing: content-box;
  padding: 12px;
}

@media (max-width: 900px) {
  .ad_placement[class^="_desktop"][class^="leader_"], .ad_placement[class^="_desktop"][class*="leader_"], .ad_placement[class*="_desktop"][class^="leader_"], .ad_placement[class*="_desktop"][class*="leader_"] {
    //display: none;
  }
}

@media (max-width: 400px) {
  .ad_placement[class^="_desktop"][class^="box_"], .ad_placement[class^="_desktop"][class*="box_"], .ad_placement[class*="_desktop"][class^="box_"], .ad_placement[class*="_desktop"][class*="box_"] {
    //display: none;
  }
}


@media (min-width: 900px) {
  .mobile {
    display: none;
  }
}



.leader_header_desktop {
  background-color: #fff;
}

.box_inpost_desktop {
  text-align: center;
  float: right;
  margin-left: 1em;
}

@media (max-width: 600px) {
  .box_inpost_desktop {
    margin: 0;
    text-align: center;
    float: none;
  }
  .box_inpost_desktop div {
    display: inline-block;
  }
}

.blog_cat_widget {
  width: 100%;
  display: block;
  font-size: 16px;
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-weight: 400;
  display: inline-block;
  line-height: 1.2;
}

.blog_cat_widget h2 {
  font-size: 27px;
  color: #820000;
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-weight: 400;
  margin-top: 0;
}

.blog_cat_widget ul {
  margin: 0;
  padding: 0;
  list-style: none outside;
}

@media (min-width: 1000px) {
  .blog_cat_widget ul {
    columns: 2 48px;
    padding-left: 6px;
  }
}

.blog_cat_widget a {
  transition: all .2s ease-in-out;
  color: #565656;
  display: block;
  padding: 6px 0;
}

.blog_cat_widget a:hover {
  color: #900000;
}

.social_follow {
  transition: all 1s ease-in-out;
  display: block;
  color: #fff;
  width: 100%;
  position: relative;
}

.social_follow a {
  transition: all .2s ease-in-out;
  color: #fff;
}

.social_follow a:hover {
  color: white;
}

.prime_col .social_follow {
  padding-top: 94px;
  margin-bottom: 48px;
}

.prime_col .social_follow h1 {
  position: absolute;
  bottom: 24px;
  left: 24px;
  font-size: 18px;
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-weight: 400;
}

.prime_col .social_follow svg {
  height: 24px;
  width: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 48px;
  fill: currentColor;
}

.col_side .social_follow {
  padding-top: 120px;
  margin-top: 48px;
}

.col_side .social_follow h1 {
  position: absolute;
  bottom: 18px;
  left: 30px;
  font-size: 18px;
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-weight: 400;
}

.col_side .social_follow svg {
  height: 24px;
  width: 24px;
  position: absolute;
  top: 12px;
  right: 12px;
  fill: currentColor;
}

.social_follow.twitter {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2015.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2221px%22%20height%3D%2221px%22%20viewBox%3D%220%200%2021%2021%22%20enable-background%3D%22new%200%200%2021%2021%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20shape-rendering%3D%22auto%22%20fill%3D%22none%22%20stroke%3D%22%231c99e6%22%20stroke-linecap%3D%22square%22%20d%3D%22M2.5%2C7.5l2.5-5l2.5%2C5%22/%3E%0D%0A%3Cpath%20shape-rendering%3D%22auto%22%20fill%3D%22none%22%20stroke%3D%22%231c99e6%22%20stroke-linecap%3D%22square%22%20d%3D%22M12.625%2C17.5l2.5-5l2.5%2C5%22/%3E%0D%0A%3C/svg%3E%0D%0A");
  background-size: 10px;
  background-position: left top;
  background-image: linear-gradient(to right, #1da1f2, #1781c2);
}

.social_follow.twitter:hover {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2015.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2221px%22%20height%3D%2221px%22%20viewBox%3D%220%200%2021%2021%22%20enable-background%3D%22new%200%200%2021%2021%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20shape-rendering%3D%22auto%22%20fill%3D%22none%22%20stroke%3D%22%231c99e6%22%20stroke-linecap%3D%22square%22%20d%3D%22M2.5%2C7.5l2.5-5l2.5%2C5%22/%3E%0D%0A%3Cpath%20shape-rendering%3D%22auto%22%20fill%3D%22none%22%20stroke%3D%22%231c99e6%22%20stroke-linecap%3D%22square%22%20d%3D%22M12.625%2C17.5l2.5-5l2.5%2C5%22/%3E%0D%0A%3C/svg%3E%0D%0A");
  background-size: 10px;
  background-position: left top;
  background-image: linear-gradient(to right, #1c99e6, #1781c2);
}

.social_follow.facebook {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2015.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2221px%22%20height%3D%2221px%22%20viewBox%3D%220%200%2021%2021%22%20enable-background%3D%22new%200%200%2021%2021%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20shape-rendering%3D%22auto%22%20fill%3D%22none%22%20stroke%3D%22%23385590%22%20stroke-linecap%3D%22square%22%20d%3D%22M2.5%2C7.5l2.5-5l2.5%2C5%22/%3E%0D%0A%3Cpath%20shape-rendering%3D%22auto%22%20fill%3D%22none%22%20stroke%3D%22%23385590%22%20stroke-linecap%3D%22square%22%20d%3D%22M12.625%2C17.5l2.5-5l2.5%2C5%22/%3E%0D%0A%3C/svg%3E%0D%0A");
  background-size: 10px;
  background-position: left top;
  background-image: linear-gradient(to right, #3b5998, #2f477a);
}

.social_follow.facebook:hover {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2015.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2221px%22%20height%3D%2221px%22%20viewBox%3D%220%200%2021%2021%22%20enable-background%3D%22new%200%200%2021%2021%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20shape-rendering%3D%22auto%22%20fill%3D%22none%22%20stroke%3D%22%23385590%22%20stroke-linecap%3D%22square%22%20d%3D%22M2.5%2C7.5l2.5-5l2.5%2C5%22/%3E%0D%0A%3Cpath%20shape-rendering%3D%22auto%22%20fill%3D%22none%22%20stroke%3D%22%23385590%22%20stroke-linecap%3D%22square%22%20d%3D%22M12.625%2C17.5l2.5-5l2.5%2C5%22/%3E%0D%0A%3C/svg%3E%0D%0A");
  background-size: 10px;
  background-position: left top;
  background-image: linear-gradient(to right, #385590, #2f477a);
}

.podcast_promo {
  background-image: url("img/raster/compressed/podcast-keith.png"), url("img/raster/compressed/podcast-tri-f.png");
  transition: all 1s ease-in-out;
  border: 1px solid #900000;
  display: block;
  color: #fff;
  width: 100%;
  position: relative;
  font-size: 14px;
  background-color: #da6331;
  margin-bottom: 48px;
  padding: 18px;
  padding-left: 6px;
  border: 5px solid;
  text-align: left;
  overflow: hidden;
  border-image: url("img/raster/compressed/podcast-border.png") 10 10 12 10 round stretch;
  background-size: auto 90%, auto 190%;
  background-repeat: no-repeat;
  background-position: 40% 105%, -30px center;
}

.podcast_promo a {
  color: #fff;
}

.podcast_promo p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  position: absolute;
  right: 0;
  width: 45%;
  padding: 18px;
  padding-right: 0;
  margin: 0;
  font-weight: 700;
  font-family: "Merriweather", "Libre Baskerville", serif;
}

.podcast_promo .p-tri {
  background-image: url("img/raster/compressed/podcast-tri.png");
  transform: scale(0.9) rotate(-90deg);
  display: none;
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  border: 1px solid #900000;
}

.podcast_promo .p-logo {
  height: 100px;
  margin-top: 12px;
}

.twitter_follow {
  display: block;
  background: linear-gradient(to bottom, #f4fafe 0%, #ddf1fd 100%);
  color: #565656;
  border-radius: 5px;
  border: 1px solid #c1c1c1;
  padding: 12px 24px 12px 130px;
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-weight: 400;
  letter-spacing: .03em;
  position: relative;
  overflow: hidden;
  margin: 0;
}

@media (min-width: 850px) and (max-width: 1100px) {
  .twitter_follow {
    font-size: 15px;
    padding: 12px 24px 12px 100px;
  }
}

@media (max-width: 500px) {
  .twitter_follow {
    font-size: 15px;
  }
}

@media (max-width: 400px) {
  .twitter_follow {
    padding: 12px 24px 12px 100px;
  }
}

.wrapper.headline .twitter_follow {
  margin: 0 3px;
  margin-top: 24px;
}

.twitter_follow:hover {
  color: #1da1f2;
  border: 1px solid #198cd3;
}

.twitter_follow small {
  display: block;
}

.twitter_follow svg {
  position: absolute;
  top: -20px;
  left: 0;
  height: 120px;
  width: 120px;
  fill: currentColor;
  margin-right: 1.5vw;
}

@media (min-width: 850px) and (max-width: 1100px) {
  .twitter_follow svg {
    left: -20px;
  }
}

@media (max-width: 400px) {
  .twitter_follow svg {
    left: -20px;
  }
}

.show_h_wrap {
  background-image: url('data:image/svg+xml,%3C%3Fxml version="1.0" encoding="utf-8"%3F%3E%3Csvg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="3530px" height="1914px" viewBox="0 0 3530 1914" enable-background="new 0 0 3530 1914" xml:space="preserve"%3E%3Cpath fill="%23320000" d="M2201.0712891,1044.7779541c0,0-0.0109863,0-0.0151367-0.0009766 c-113.7739258-14.0419922-218.6090088-69.697998-295.2700195-156.1199951 c-77.1019287-86.9210205-119.3740234-198.6199951-119.0789795-314.2290039l-1.7349854-496.8540039 c-0.0599365-16.352993,6.4140625-32.0899963,17.9710693-43.6589966 c11.5559082-11.5670033,27.2479248-18.0710011,43.5999756-18.0320015l822.5368652,1.9810009 c33.8459473,0.0830002,61.2231445,27.4970036,61.2709961,61.3230057 c0.026123,19.822998,0.7050781,485.5969543,0.6760254,495.3729553 c-0.3789063,126.5350342-49.6369629,245.4050293-138.697998,334.7230225 c-89.3078613,89.5620117-208.0620117,139.0379639-334.3100586,138.7319336 C2239.0141602,1047.9630127,2219.8242188,1047.0909424,2201.0712891,1044.7779541z M1908.0322266,138.8439789l1.5279541,435.1629639 c-0.0019531,0.1359863-0.0379639,0.5949707-0.0379639,0.7280273 c-0.5319824,176.6419678,131.244873,326.4959717,306.5791016,348.1350098 c0.0019531,0.0009766,0.0068359,0.0009766,0.0068359,0.0009766c13.8869629,1.7130127,28.1120605,2.2769775,42.2099609,2.3109741 c192.3161621,0.4680176,349.2709961-157.0020142,349.8540039-350.8259888 c0.0219727-6.7540283-0.3259277-259.7049866-0.5759277-433.730957L1908.0322266,138.8439789z M451.071167,90.1657791 c0,0-0.0109863,0-0.0150146-0.0009766C337.2821045,76.1228104,232.4471588,20.4668064,155.7861481-65.9551926 C78.6841583-152.8762054,36.4121246-264.5751953,36.7071686-380.1842041L34.9721832-877.038208 c-0.0599976-16.3529663,6.4140015-32.0899658,17.9710083-43.6589966 c11.5559692-11.5670166,27.2479858-18.0709839,43.5999756-18.0319824l822.5369263,1.9810181 c33.8459473,0.0829468,61.2230225,27.4969482,61.2709961,61.322998c0.026001,19.822998,0.7049561,485.5969238,0.6760254,495.3729248 c-0.3790283,126.5350494-49.6369629,245.4050446-138.697998,334.7230225 C753.0211182,44.2327995,634.2670898,93.7087479,508.019043,93.4027176 C489.0141602,93.3508377,469.8242188,92.4787674,451.071167,90.1657791z M158.0321808-815.7681885l1.5280151,435.1629639 c-0.0020142,0.1359863-0.0380249,0.5949707-0.0380249,0.7280273 C158.9901886-203.2352142,290.7670898-53.3812141,466.1011963-31.742178c0.0019531,0.0009766,0.006958,0.0009766,0.006958,0.0009766 c13.8869629,1.7130127,28.1120605,2.2769775,42.2099609,2.3109741 c192.31604,0.4680176,349.2709961-157.0020142,349.8540039-350.8259888 c0.0219727-6.7540283-0.3260498-259.7049561-0.5760498-433.730957L158.0321808-815.7681885z M451.071167,1999.3901367 c0,0-0.0109863,0-0.0150146-0.0009766c-113.7740479-14.0419922-218.6089935-69.697998-295.2700195-156.1199951 c-77.1019897-86.9210205-119.3740234-198.6199951-119.0789795-314.2290039l-1.7349854-496.8540039 c-0.0599976-16.3529663,6.4140015-32.0899658,17.9710083-43.6589966 c11.5559692-11.5670166,27.2479858-18.0709839,43.5999756-18.0319824l822.5369263,1.9810181 c33.8459473,0.0829468,61.2230225,27.4969482,61.2709961,61.322998c0.026001,19.822998,0.7049561,485.5969238,0.6760254,495.3729248 c-0.3790283,126.5350342-49.6369629,245.4050293-138.697998,334.7230225 c-89.3079834,89.5620117-208.0620117,139.0379639-334.3100586,138.7319336 C489.0141602,2002.5751953,469.8242188,2001.703125,451.071167,1999.3901367z M158.0321808,1093.4561768l1.5280151,435.1629639 c-0.0020142,0.1359863-0.0380249,0.5949707-0.0380249,0.7280273 c-0.5319824,176.6419678,131.2449188,326.4959717,306.5790405,348.1350098 c0.0019531,0.0009766,0.006958,0.0009766,0.006958,0.0009766c13.8869629,1.7130127,28.1120605,2.2769775,42.2099609,2.3110352 c192.31604,0.4680176,349.2709961-157.0020752,349.8540039-350.8260498 c0.0219727-6.7540283-0.3260498-259.7049561-0.5760498-433.730957L158.0321808,1093.4561768z"/%3E%3C/svg%3E');
  background-size: 30px;
  background-position: center bottom;
  overflow: hidden;
  background-color: #240000;
}

@media (max-width: 1000px) {
  .show_h_wrap {
    margin-top: -12px;
  }
  .show_h_wrap .wrapper {
    margin: 0;
    padding: 0 12px;
  }
}

.show_page {
  box-align: stretch;
  align-items: stretch;
  display: flex;
  box-orient: horizontal;
  box-direction: normal;
  flex-direction: row;
  box-pack: justify;
  justify-content: space-between;
  padding: 0 32px;
  margin-top: 42px;
}

@media (max-width: 1000px) {
  .show_page {
    padding: 0 12px;
  }
}

@media (max-width: 960px) {
  .show_page {
    margin-top: 24px;
  }
}

@media (min-width: 960px) {
  .show_page .col_prime {
    padding-right: 12px;
  }
}

.show_page .col_side,
.show_page .col_prime {
  position: relative;
}

@media (max-width: 960px) {
  .show_page .col_side .share-post h3 {
    display: none;
  }
  .show_page .col_side .share-post span {
    display: none;
  }
  .show_page .col_side .share-post a {
    text-align: center;
    padding-left: 6px;
  }
}

.show_header {
  transition: all .2s ease-in-out;
  margin-top: 48px;
  width: 100%;
  max-width: 100%;
}

@media (max-width: 960px) {
  .show_header {
    margin-top: 32px;
  }
}

@media (max-width: 600px) {
  .show_header {
    margin-top: 18px;
  }
}

.show_header::after {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2015.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2221px%22%20height%3D%2221px%22%20viewBox%3D%220%200%2021%2021%22%20enable-background%3D%22new%200%200%2021%2021%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20shape-rendering%3D%22crispEdges%22%20fill%3D%22none%22%20stroke%3D%22%23bc6666%22%20stroke-linecap%3D%22square%22%20d%3D%22M0.5%2C5.5h5v-5%20M15.5%2C20.5v-5h5%0D%0A%09%20M5.5%2C10.5v5h5%20M10.5%2C5.5h5v5%22/%3E%0D%0A%3C/svg%3E%0D%0A");
  background-size: 10px;
  background-position: center bottom;
}

.show_header .card {
  padding: 0;
  width: 100%;
}

@media (min-width: 850px) {
  .show_header .card {
    display: block;
  }
}

.show_header header {
  padding: 48px 30px;
}

@media (min-width: 850px) {
  .show_header header {
    display: table-cell;
  }
}

@media (max-width: 850px) {
  .show_header header {
    padding: 24px 18px;
  }
}

@media (max-width: 600px) {
  .show_header header {
    padding: 18px 18px 9px;
  }
}

.show_header h1 {
  font-family: "Merriweather", "Libre Baskerville", serif;
  line-height: 1.2;
  display: block;
  margin: 0;
}

@media (min-width: 700px) {
  .show_header h1 {
    font-size: 32px;
  }
  .show_header h1.large {
    font-size: 27px;
  }
}

@media (max-width: 700px) {
  .show_header h1 {
    font-size: 24px;
  }
  .show_header h1.large {
    font-size: 20px;
  }
}

.show_header small {
  font-size: 14px;
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-weight: 400;
  margin-bottom: 6px;
  color: #7b7b7b;
}

@media (max-width: 960px) {
  .show_header small {
    font-size: 12px;
  }
}

.show_header .meta {
  display: inline-block;
  border-top: 1px dotted #f2e1e1;
  margin-top: 9px;
  padding: 12px 6px 0;
  font-size: 14px;
}

@media (max-width: 960px) {
  .show_header .meta {
    font-size: 12px;
  }
}

@media (max-width: 600px) {
  .show_header .meta {
    padding: 6px 0;
    border-top: 0;
    margin-top: 0;
    width: 100%;
  }
}

.show_header .meta .dates,
.show_header .meta .show-url,
.show_header .meta .theaters {
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.3;
  margin-right: 24px;
  color: #7b7b7b;
  display: inline-block;
}

@media (max-width: 600px) {
  .show_header .meta .dates,
  .show_header .meta .show-url,
  .show_header .meta .theaters {
    margin-right: 18px;
  }
}

@media (min-width: 600px) {
  .show_header .meta .dates:not(:last-child)::after,
  .show_header .meta .show-url:not(:last-child)::after,
  .show_header .meta .theaters:not(:last-child)::after {
    content: '\2022';
    position: relative;
    right: -12px;
    color: #deb3b3;
  }
}

.show_header .meta .dates:last-child,
.show_header .meta .show-url:last-child,
.show_header .meta .theaters:last-child {
  margin-right: 0;
}

.show_header .meta .show-url {
  transition: all .2s ease-in-out;
  color: #7b7b7b;
}

.show_header .meta .show-url:hover {
  color: #484848;
}

.show_header .meta .show-url:active {
  color: #3b3b3b;
}

@media (max-width: 600px) {
  .show_header .meta .show-url {
    margin-top: 6px;
    border: 1px dotted #bdbdbd;
    text-align: center;
    border-radius: 3px;
    padding: .3em;
    width: 40%;
    display: block;
  }
}

.overall_review {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2015.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2221px%22%20height%3D%2221px%22%20viewBox%3D%220%200%2021%2021%22%20enable-background%3D%22new%200%200%2021%2021%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20shape-rendering%3D%22crispEdges%22%20fill%3D%22none%22%20stroke%3D%22%23faf3f3%22%20stroke-linecap%3D%22square%22%20d%3D%22M0.5%2C5.5h5v-5%20M15.5%2C20.5v-5h5%0D%0A%09%20M5.5%2C10.5v5h5%20M10.5%2C5.5h5v5%22/%3E%0D%0A%3C/svg%3E%0D%0A");
  background-size: 10px;
  background-position: center bottom;
  display: table-cell;
  position: relative;
  width: 300px;
  width: 35%;
  vertical-align: middle;
  font-size: 14px;
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-weight: 400;
  line-height: 1.3;
  color: #7b7b7b;
  letter-spacing: .15em;
  background-color: #f8f8f8;
  padding: 0 24px;
  border-left: 1px dotted #e5e5e5;
}

@media (max-width: 1120px) {
  .overall_review {
    font-size: 13px;
  }
}

@media (max-width: 900px) {
  .overall_review {
    font-size: 12px;
  }
}

@media (max-width: 850px) {
  .overall_review {
    border-top: 1px dotted #e5e5e5;
    padding: 12px 18px;
    border-left: 0;
  }
}

@media (max-width: 600px) {
  .overall_review {
    font-size: 11px;
    padding: 12px 18px 6px;
  }
}

.overall_review .continant {
  width: 100%;
}

.overall_review span {
  width: calc(100% - 48px - 24px);
}

@media (max-width: 900px) {
  .overall_review span {
    width: calc(100% - 32px - 24px);
  }
}

@media (max-width: 600px) {
  .overall_review span {
    width: calc(100% - 32px);
  }
}

.overall_review span,
.overall_review .review_weight {
  border: 0;
  display: inline-block;
  vertical-align: middle;
}

.overall_review .review_weight {
  display: inline-block;
  margin-right: 24px;
}

@media (max-width: 850px) {
  .overall_review .review_weight {
    margin-right: 12px;
  }
}

.overall_review .review_weight.w-none svg {
  fill: #dedede;
}

.overall_review .review_weight svg {
  height: 48px;
  width: 48px;
  z-index: 1;
}

@media (max-width: 900px) {
  .overall_review .review_weight svg {
    height: 32px;
    width: 32px;
  }
}

@media (max-width: 850px) {
  .overall_review .review_weight svg {
    height: 24px;
    width: 24px;
  }
}

@media (max-width: 600px) {
  .overall_review .review_weight svg {
    height: 18px;
    width: 18px;
  }
}

.overall_review ul {
  margin: 0;
  padding: 0;
  list-style: none outside;
  color: #7b7b7b;
  font-size: 13px;
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-weight: 400;
  box-align: stretch;
  align-items: stretch;
  display: flex;
  box-orient: horizontal;
  box-direction: normal;
  flex-direction: row;
  box-pack: justify;
  justify-content: space-between;
  border-top: 1px dotted #bdbdbd;
  margin: 6px 0 0;
  padding-top: 6px;
}

@media (min-width: 850px) {
  .overall_review ul {
    display: none;
  }
}

@media (max-width: 500px) {
  .overall_review ul {
    font-size: 11px;
    flex-wrap: wrap;
  }
  .overall_review ul li {
    width: 46%;
    margin-top: .8em;
    margin-right: 0 !important;
    margin-bottom: 0;
  }
  .overall_review ul li span {
    width: calc(100% - 39px);
    display: inline-block;
    margin-left: 12px;
    margin-top: 0;
  }
  .overall_review ul li svg {
    display: inline-block;
  }
}

@media (max-width: 450px) {
  .overall_review ul li {
    width: 100%;
  }
}

.overall_review ul svg {
  display: inline-block;
  height: 18px;
  width: 18px;
  vertical-align: text-top;
  fill: currentColor !important;
}

.overall_review ul li {
  margin-bottom: .5em;
  text-align: left;
}

.overall_review ul li:not(:last-of-type) {
  margin-right: 12px;
  margin-bottom: 0;
}

.overall_review ul span {
  vertical-align: text-top;
  display: block;
  width: 100%;
  margin-top: .5em;
  font-size: .95em;
}

.overall_review ul span::first-letter {
  text-transform: uppercase;
}

.overall_review ul .award {
  color: #9a8100;
}

@media (max-width: 450px) {
  .overall_review ul .award span {
    margin-left: 9px;
  }
}

.review_list article {
  display: block;
  position: relative;
  text-align: left;
  position: relative;
  padding-left: 35px;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
}

@media (max-width: 960px) {
  .review_list article {
    padding-left: 24px;
  }
}

.review_list article:not(:last-of-type) {
  border-bottom: 1px dotted #deb3b3;
}

.review_list small {
  color: #7b7b7b;
  float: right;
  font-size: 11px;
}

.review_list .icon_weight {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 0;
}

.review_list .w-icon {
  width: 18px;
  height: 20px;
}

@media (max-width: 960px) {
  .review_list .w-icon {
    height: 18px;
    width: 18px;
  }
}

.review_list h1 {
  font-size: 17px;
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 6px;
  line-height: 1.2;
  font-style: italic;
}

@media (max-width: 900px) {
  .review_list h1 {
    font-size: 17px;
  }
}

@media (max-width: 800px) {
  .review_list h1 span {
    display: block;
    font-size: 1px;
  }
}

.review_list h2 {
  font-size: 19px;
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-weight: 400;
  display: block;
  margin: 0;
  margin-bottom: 6px;
  line-height: 1.2;
  font-style: italic;
}

@media (max-width: 900px) {
  .review_list h2 {
    font-size: 15px;
  }
}

.review_list .content {
  margin: 0;
  line-height: 1.8;
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-weight: 400;
  color: #202020;
  letter-spacing: .02em;
}

@media (max-width: 900px) {
  .review_list .content {
    font-size: 12px;
  }
}

.review_list .content p:first-of-type {
  margin-top: 0;
}

.inpage_nav {
  font-size: 14px;
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-weight: 400;
  line-height: 1.2;
  color: #6f6f6f;
  letter-spacing: .15em;
  position: relative;
  border-bottom: 1px solid #deb3b3;
}

@media (max-width: 800px) {
  .inpage_nav {
    font-size: 11px;
    margin-top: 24px;
  }
}

.inpage_nav::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
  left: 0;
  right: 0;
  background-color: #900000;
}

.inpage_nav .wrapper {
  padding: 0;
  padding-left: 32px;
}

@media (max-width: 960px) {
  .inpage_nav .wrapper {
    padding: 0 0 0 24px;
  }
}

.inpage_nav .wrapper div {
  border: 1px solid;
  border-color: #200df2;
  background-color: rgba(32, 13, 242, 0.05);
  transition: all .2s ease-in-out;
  color: #7b7b7b;
  display: inline-block;
  cursor: pointer;
  margin-right: 12px;
  padding: 12px 18px;
  padding-bottom: 6px;
  background: #fff;
  border-radius: 4px 4px 0 0;
  border: 1px dotted #c88080;
  border-bottom: 0;
}

.inpage_nav .wrapper div:hover {
  color: #900000;
}

@media (max-width: 960px) {
  .inpage_nav .wrapper div {
    padding: 9px 12px;
  }
}

.inpage_nav .wrapper div.active {
  color: #900000;
  position: relative;
  z-index: 1;
  top: -2px;
  box-shadow: 0 -1px 4px rgba(177, 77, 77, 0.05);
  border: solid;
  border-width: 1px;
}

.inpage_nav .wrapper div.active::after {
  content: '';
  height: 4px;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  background: #fff;
}

.panel {
  display: none;
}

.panel .newsletter_guide,
.panel .share-post {
  margin-top: 0 !important;
}

.comment_list {
  font-size: 27px;
  display: none;
}

.fb_iframe_widget_fluid span,
.fb_iframe_widget_fluid iframe {
  width: 100% !important;
}

.nomatch {
  text-align: center;
  display: none;
}

.noreviews {
  font-size: 18px;
  text-align: left;
  color: #7b7b7b;
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-weight: 400;
}

.noreviews h2 {
  font-size: 18px;
}

.shows_over {
  background: #fff;
  color: #cc7000;
  text-align: center;
  font-size: 14px;
  margin-bottom: 48px;
  padding: 24px;
  font-family: "Merriweather", "Libre Baskerville", serif;
  line-height: 1.2;
  position: relative;
  border-bottom: 1px solid #ff8c00;
  border-top: 1px solid #ff8c00;
  margin-top: 12px;
}

@media (max-width: 960px) {
  .shows_over {
    padding: 12px 7vw;
    margin-bottom: 0;
    font-size: 11px;
  }
}

.shows_over a {
  text-decoration: underline;
}

.shows_over::after, .shows_over::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 5vw;
}

.shows_over::after {
  right: 0;
  background: linear-gradient(to left, #ffe8cc 0%, #fff 100%);
}

.shows_over::before {
  left: 0;
  background: linear-gradient(to right, #ffe8cc 0%, #fff 100%);
}

.review_chart_widget {
  padding: 12px;
  border: 1px dotted #bdbdbd;
}

@media (max-width: 1000px) {
  .review_chart_widget {
    border: 0;
  }
}

.review_chart_widget h1 {
  font-size: 18px;
  display: block;
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-weight: 400;
  margin-bottom: 1em;
}

.review_chart_widget .score_counts {
  margin: 0;
  padding: 0;
  list-style: none outside;
  margin: 0 12px;
  padding-bottom: 1em;
  border-bottom: 1px dotted #bdbdbd;
  margin-bottom: 1em;
}

@media (max-width: 960px) {
  .review_chart_widget .score_counts {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: .3em;
  }
}

.review_chart_widget .score_counts .score_count {
  position: relative;
  margin-bottom: 12px;
  padding-left: 36px;
}

@media (max-width: 960px) {
  .review_chart_widget .score_counts .score_count {
    padding-left: 28px;
  }
}

.review_chart_widget .score_counts .w-icon {
  position: absolute;
  left: 0;
  top: -3px;
  width: 24px;
  height: 32px;
}

@media (max-width: 960px) {
  .review_chart_widget .score_counts .w-icon {
    width: 18px;
    top: -7px;
  }
}

.review_chart_widget .score_counts .label {
  color: #7b7b7b;
  font-size: 13px;
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-weight: 400;
}

.review_chart_widget .score_counts .label a {
  transition: all .2s ease-in-out;
  color: #7b7b7b;
}

.review_chart_widget .score_counts .label a:hover {
  color: #900000;
}

.review_chart_widget .score_counts .label a.active {
  transition: all .2s ease-in-out;
  color: #900000;
  font-weight: 700;
}

.review_chart_widget .score_counts .label a.active:hover {
  color: #2a0000;
}

.review_chart_widget .score_counts .label a.active:active {
  color: #110000;
}

.review_chart_widget .score_counts .data {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2015.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2221px%22%20height%3D%2221px%22%20viewBox%3D%220%200%2021%2021%22%20enable-background%3D%22new%200%200%2021%2021%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20shape-rendering%3D%22crispEdges%22%20fill%3D%22none%22%20stroke%3D%22%23dedede%22%20stroke-linecap%3D%22square%22%20d%3D%22M0.5%2C5.5h5v-5%20M15.5%2C20.5v-5h5%0D%0A%09%20M5.5%2C10.5v5h5%20M10.5%2C5.5h5v5%22/%3E%0D%0A%3C/svg%3E%0D%0A");
  background-size: 10px;
  background-position: center bottom;
  display: block;
  width: 100%;
  background-color: #f2f2f2;
}

.review_chart_widget .score_counts .data .total {
  height: 18px;
  display: block;
}

.review_chart_widget .score_counts .count {
  float: right;
  margin-top: 1px;
  font-size: 1.2em;
}

.review_chart_widget .score_counts .distribution {
  display: none;
}

.review_chart_widget .positive .total {
  background: #659d32;
}

.review_chart_widget .mixed .total {
  background: #ff8c00;
}

.review_chart_widget .negative .total {
  background: #cd2626;
}

.score_meta {
  margin: 0;
  padding: 0;
  list-style: none outside;
  color: #7b7b7b;
  font-size: 13px;
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-weight: 400;
  margin: 0 24px;
}

@media (max-width: 960px) {
  .score_meta {
    margin: 0;
  }
}

.score_meta svg,
.score_meta .review_weight {
  display: inline-block;
  height: 18px;
  width: 18px;
  vertical-align: text-top;
  margin-right: 12px;
  fill: currentColor !important;
}

.score_meta li {
  margin-bottom: 1em;
}

.score_meta span {
  vertical-align: text-top;
  display: inline-block;
  width: calc(100% - 2em - 12px);
  margin-top: -2px;
}

.score_meta .award {
  font-size: 1.1em;
  color: #9a8100;
}

.score_meta .award span::first-letter {
  text-transform: uppercase;
}

.score_meta .award svg {
  height: 24px;
  width: 24px;
  margin-left: -3px;
  margin-right: 6px;
}

.press {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}

.press .wrapper {
  box-align: center;
  align-items: center;
  display: flex;
  box-orient: horizontal;
  box-direction: normal;
  flex-direction: row;
  box-pack: justify;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #1cc6dc;
  border-top: 1px solid #1cc6dc;
}

@media (max-width: 750px) {
  .press .wrapper {
    flex-wrap: wrap;
  }
}

.press h1 {
  font-size: 14px;
  margin: 0;
  line-height: 1.5;
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-weight: 400;
  color: #1cc6dc;
  letter-spacing: .05em;
  text-align: right;
}

@media (max-width: 850px) {
  .press h1 {
    font-size: 11px;
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 12px;
  }
  .press h1 br {
    display: none;
  }
}

.press .press-card {
  display: inline-block;
  position: relative;
}

@media (min-width: 850px) and (max-width: 1150px) {
  .press .press-card:nth-of-type(1n+4) {
    display: none;
  }
}

@media (min-width: 850px) and (max-width: 950px) {
  .press .press-card:nth-of-type(1n+5) {
    display: none;
  }
}

@media (max-width: 850px) {
  .press .press-card:nth-of-type(1n+5) {
    display: none;
  }
}

.press .press-card img {
  filter: grayscale(100%);
  max-width: 90px;
  max-height: 40px;
  display: block;
}

.col_prime .newsletter_standard,
.col_side .newsletter_standard {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2015.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2210px%22%20height%3D%2210px%22%20viewBox%3D%220%200%2010%2010%22%20enable-background%3D%22new%200%200%2010%2010%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Ccircle%20fill%3D%22%23471a1a%22%20cx%3D%225%22%20cy%3D%225%22%20r%3D%222%22/%3E%0D%0A%3Cpath%20fill%3D%22%23471a1a%22%20d%3D%22M0%2C0v2c1.104%2C0%2C2-0.896%2C2-2H0z%22/%3E%0D%0A%3Cpath%20fill%3D%22%23471a1a%22%20d%3D%22M0%2C8v2h2c0%2C0%2C0%2C0%2C0%2C0C2%2C8.895%2C1.104%2C8%2C0%2C8z%22/%3E%0D%0A%3Cpath%20fill%3D%22%23471a1a%22%20d%3D%22M10%2C0H8c0%2C1.104%2C0.896%2C2%2C2%2C2V0z%22/%3E%0D%0A%3Cpath%20fill%3D%22%23471a1a%22%20d%3D%22M10%2C8c-1.104%2C0-2%2C0.895-2%2C2c0%2C0%2C0%2C0%2C0%2C0h2V8z%22/%3E%0D%0A%3C/svg%3E%0D%0A");
  background-size: 5px;
  background-position: center top;
  background-color: #320000;
  border: 4px double #fff;
  position: relative;
  color: #fff;
  margin-bottom: 12px !important;
}

.col_prime .newsletter_standard::after,
.col_side .newsletter_standard::after {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2015.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2210px%22%20height%3D%2210px%22%20viewBox%3D%220%200%2010%2010%22%20enable-background%3D%22new%200%200%2010%2010%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Ccircle%20fill%3D%22%23471a1a%22%20cx%3D%225%22%20cy%3D%225%22%20r%3D%222%22/%3E%0D%0A%3Cpath%20fill%3D%22%23471a1a%22%20d%3D%22M0%2C0v2c1.104%2C0%2C2-0.896%2C2-2H0z%22/%3E%0D%0A%3Cpath%20fill%3D%22%23471a1a%22%20d%3D%22M0%2C8v2h2c0%2C0%2C0%2C0%2C0%2C0C2%2C8.895%2C1.104%2C8%2C0%2C8z%22/%3E%0D%0A%3Cpath%20fill%3D%22%23471a1a%22%20d%3D%22M10%2C0H8c0%2C1.104%2C0.896%2C2%2C2%2C2V0z%22/%3E%0D%0A%3Cpath%20fill%3D%22%23471a1a%22%20d%3D%22M10%2C8c-1.104%2C0-2%2C0.895-2%2C2c0%2C0%2C0%2C0%2C0%2C0h2V8z%22/%3E%0D%0A%3C/svg%3E%0D%0A");
  background-size: 5px;
  background-position: center top;
  position: absolute;
  background-color: #320000;
  content: '';
  left: 0;
  right: 0;
  height: 9px;
  bottom: -11px;
  display: block;
  z-index: 2;
}

.col_prime .newsletter_standard .wrapper,
.col_side .newsletter_standard .wrapper {
  padding: 24px 24px 12px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 540px) {
  .col_prime .newsletter_standard .wrapper,
  .col_side .newsletter_standard .wrapper {
    padding: 12px 18px;
  }
}

.col_prime .newsletter_standard p,
.col_side .newsletter_standard p {
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: .8px;
  line-height: 1.5em;
  display: block;
  margin: 0;
  text-align: left;
  color: #fff;
}

@media (max-width: 540px) {
  .col_prime .newsletter_standard p,
  .col_side .newsletter_standard p {
    font-size: 13px;
    text-align: center;
  }
}

.col_prime .newsletter_standard h3,
.col_side .newsletter_standard h3 {
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: .8px;
  line-height: 1.5em;
  display: inline-block;
  margin-top: 9px;
  text-align: left;
}

@media (max-width: 540px) {
  .col_prime .newsletter_standard h3,
  .col_side .newsletter_standard h3 {
    vertical-align: top;
  }
}

.col_prime .newsletter_standard em,
.col_side .newsletter_standard em {
  font-weight: 700;
}

.col_prime .newsletter_standard ul,
.col_side .newsletter_standard ul {
  margin: 0;
  padding: 0;
  list-style: none outside;
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: .8px;
  line-height: 1.5em;
  display: inline-block;
  margin-top: 12px;
  text-align: left;
  color: #bdbdbd;
}

@media (max-width: 540px) {
  .col_prime .newsletter_standard ul,
  .col_side .newsletter_standard ul {
    vertical-align: top;
  }
}

.col_prime .newsletter_standard ul li,
.col_side .newsletter_standard ul li {
  display: inline-block;
  margin-left: 12px;
}

@media (max-width: 540px) {
  .col_prime .newsletter_standard ul li,
  .col_side .newsletter_standard ul li {
    display: block;
  }
}

.col_prime .newsletter_standard ul.check li label::before,
.col_side .newsletter_standard ul.check li label::before {
  height: 10px;
  width: 10px;
  content: '';
  display: inline-block;
  border: 2px solid #565656;
  border-radius: 32% !important;
  vertical-align: middle;
  margin-right: 12px;
}

.col_prime .newsletter_standard ul label,
.col_side .newsletter_standard ul label {
  cursor: pointer;
  position: relative;
}

.col_prime .newsletter_standard ul label::before,
.col_side .newsletter_standard ul label::before {
  height: 10px;
  width: 10px;
  content: '';
  display: inline-block;
  border: 2px solid #a3a3a3;
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 12px;
}

.col_prime .newsletter_standard ul label::after,
.col_side .newsletter_standard ul label::after {
  height: 6px;
  width: 6px;
  content: '';
  position: absolute;
  display: none;
  background-color: #fff;
  border-radius: 100%;
  top: 5px;
  left: 4px;
}

.col_prime .newsletter_standard .mail_icon,
.col_side .newsletter_standard .mail_icon {
  position: absolute;
  left: -10px;
  bottom: -30px;
  height: 120px;
  width: 150px;
  fill: #260000;
  z-index: 0;
}

.col_prime .newsletter_standard .mc-form,
.col_side .newsletter_standard .mc-form {
  display: block;
  margin-top: 9px;
  position: relative;
  text-align: left;
  /* End Buytton */
}

@media (max-width: 540px) {
  .col_prime .newsletter_standard .mc-form,
  .col_side .newsletter_standard .mc-form {
    padding-bottom: 42px;
    margin-top: 0;
  }
}

.col_prime .newsletter_standard .mc-form input[type='radio'],
.col_prime .newsletter_standard .mc-form input[type='checkbox'],
.col_side .newsletter_standard .mc-form input[type='radio'],
.col_side .newsletter_standard .mc-form input[type='checkbox'] {
  position: absolute;
  visibility: hidden;
  border-color: #fff;
}

.col_prime .newsletter_standard .mc-form input[type=radio]:checked ~ label,
.col_prime .newsletter_standard .mc-form input[type=checkbox]:checked ~ label,
.col_side .newsletter_standard .mc-form input[type=radio]:checked ~ label,
.col_side .newsletter_standard .mc-form input[type=checkbox]:checked ~ label {
  color: #fff;
}

.col_prime .newsletter_standard .mc-form input[type=radio]:checked ~ label::before,
.col_prime .newsletter_standard .mc-form input[type=checkbox]:checked ~ label::before,
.col_side .newsletter_standard .mc-form input[type=radio]:checked ~ label::before,
.col_side .newsletter_standard .mc-form input[type=checkbox]:checked ~ label::before {
  border-color: #fff;
}

.col_prime .newsletter_standard .mc-form input[type=radio]:checked ~ label::after,
.col_prime .newsletter_standard .mc-form input[type=checkbox]:checked ~ label::after,
.col_side .newsletter_standard .mc-form input[type=radio]:checked ~ label::after,
.col_side .newsletter_standard .mc-form input[type=checkbox]:checked ~ label::after {
  display: block;
}

.col_prime .newsletter_standard .mc-form input[type='text'],
.col_prime .newsletter_standard .mc-form input[type='email'],
.col_side .newsletter_standard .mc-form input[type='text'],
.col_side .newsletter_standard .mc-form input[type='email'] {
  border: 0;
  font-family: "Merriweather", "Libre Baskerville", serif;
  color: #fff;
  letter-spacing: .94px;
  outline: none;
  background: transparent;
  border-bottom: 1px solid #888888;
}

.col_prime .newsletter_standard .mc-form input[type='text']::-webkit-input-placeholder,
.col_prime .newsletter_standard .mc-form input[type='email']::-webkit-input-placeholder,
.col_side .newsletter_standard .mc-form input[type='text']::-webkit-input-placeholder,
.col_side .newsletter_standard .mc-form input[type='email']::-webkit-input-placeholder {
  color: #888888;
  opacity: 1;
  height: inherit;
  vertical-align: middle;
}

.col_prime .newsletter_standard .mc-form input[type='text']::-moz-placeholder,
.col_prime .newsletter_standard .mc-form input[type='email']::-moz-placeholder,
.col_side .newsletter_standard .mc-form input[type='text']::-moz-placeholder,
.col_side .newsletter_standard .mc-form input[type='email']::-moz-placeholder {
  color: #888888;
  opacity: 1;
  height: inherit;
  vertical-align: middle;
}

.col_prime .newsletter_standard .mc-form input[type='text']:-moz-placeholder,
.col_prime .newsletter_standard .mc-form input[type='email']:-moz-placeholder,
.col_side .newsletter_standard .mc-form input[type='text']:-moz-placeholder,
.col_side .newsletter_standard .mc-form input[type='email']:-moz-placeholder {
  color: #888888;
  opacity: 1;
  height: inherit;
  vertical-align: middle;
}

.col_prime .newsletter_standard .mc-form input[type='text']:-ms-input-placeholder,
.col_prime .newsletter_standard .mc-form input[type='email']:-ms-input-placeholder,
.col_side .newsletter_standard .mc-form input[type='text']:-ms-input-placeholder,
.col_side .newsletter_standard .mc-form input[type='email']:-ms-input-placeholder {
  color: #888888;
  opacity: 1;
  height: inherit;
  vertical-align: middle;
}

@media (max-width: 1024px) {
  .col_prime .newsletter_standard .mc-form input[type='text'],
  .col_prime .newsletter_standard .mc-form input[type='email'],
  .col_side .newsletter_standard .mc-form input[type='text'],
  .col_side .newsletter_standard .mc-form input[type='email'] {
    font-size: 18px;
  }
}

@media (max-width: 900px) {
  .col_prime .newsletter_standard .mc-form input[type='text'],
  .col_prime .newsletter_standard .mc-form input[type='email'],
  .col_side .newsletter_standard .mc-form input[type='text'],
  .col_side .newsletter_standard .mc-form input[type='email'] {
    font-size: 24px;
  }
}

@media (max-width: 660px) {
  .col_prime .newsletter_standard .mc-form input[type='text'],
  .col_prime .newsletter_standard .mc-form input[type='email'],
  .col_side .newsletter_standard .mc-form input[type='text'],
  .col_side .newsletter_standard .mc-form input[type='email'] {
    width: 100%;
    font-size: 18px;
    margin-top: 12px;
  }
}

.col_prime .newsletter_standard .mc-form input[type='text']:focus::-webkit-input-placeholder,
.col_prime .newsletter_standard .mc-form input[type='email']:focus::-webkit-input-placeholder,
.col_side .newsletter_standard .mc-form input[type='text']:focus::-webkit-input-placeholder,
.col_side .newsletter_standard .mc-form input[type='email']:focus::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
  height: inherit;
  vertical-align: middle;
}

.col_prime .newsletter_standard .mc-form input[type='text']:focus::-moz-placeholder,
.col_prime .newsletter_standard .mc-form input[type='email']:focus::-moz-placeholder,
.col_side .newsletter_standard .mc-form input[type='text']:focus::-moz-placeholder,
.col_side .newsletter_standard .mc-form input[type='email']:focus::-moz-placeholder {
  color: #fff;
  opacity: 1;
  height: inherit;
  vertical-align: middle;
}

.col_prime .newsletter_standard .mc-form input[type='text']:focus:-moz-placeholder,
.col_prime .newsletter_standard .mc-form input[type='email']:focus:-moz-placeholder,
.col_side .newsletter_standard .mc-form input[type='text']:focus:-moz-placeholder,
.col_side .newsletter_standard .mc-form input[type='email']:focus:-moz-placeholder {
  color: #fff;
  opacity: 1;
  height: inherit;
  vertical-align: middle;
}

.col_prime .newsletter_standard .mc-form input[type='text']:focus:-ms-input-placeholder,
.col_prime .newsletter_standard .mc-form input[type='email']:focus:-ms-input-placeholder,
.col_side .newsletter_standard .mc-form input[type='text']:focus:-ms-input-placeholder,
.col_side .newsletter_standard .mc-form input[type='email']:focus:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  height: inherit;
  vertical-align: middle;
}

.col_prime .newsletter_standard .mc-form button,
.col_side .newsletter_standard .mc-form button {
  height: 25px;
  width: 25px;
  display: inline-block;
  background-color: #fff;
  border-radius: 100px;
  position: relative;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  text-align: center;
  position: absolute;
  right: -12px;
  bottom: 0;
}

@media (max-width: 540px) {
  .col_prime .newsletter_standard .mc-form button,
  .col_side .newsletter_standard .mc-form button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: inherit;
    color: #202020;
    padding: 3px 24px;
    font-size: 13px;
  }
}

@media (min-width: 540px) {
  .col_prime .newsletter_standard .mc-form button span,
  .col_side .newsletter_standard .mc-form button span {
    display: none;
  }
}

.col_prime .newsletter_standard .mc-form button svg,
.col_side .newsletter_standard .mc-form button svg {
  position: relative;
  left: 1px;
  top: 2px;
  height: 17px;
  width: 7px;
  fill: #565656;
}

@media (max-width: 540px) {
  .col_prime .newsletter_standard .mc-form button svg,
  .col_side .newsletter_standard .mc-form button svg {
    vertical-align: text-bottom;
  }
}

.col_prime .newsletter_standard .mc-form button:hover svg,
.col_side .newsletter_standard .mc-form button:hover svg {
  fill: #7b7b7b;
}

.col_prime .newsletter_standard .mc-form input:focus ~ button svg,
.col_side .newsletter_standard .mc-form input:focus ~ button svg {
  fill: #202020 !important;
}

.col_prime .newsletter_standard .notice,
.col_side .newsletter_standard .notice {
  background: #fff;
  padding: 6px 24px;
  display: none;
  z-index: 1;
  position: relative;
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: .8px;
  line-height: 1.5em;
  text-align: left;
}

.col_prime .newsletter_standard .notice.error,
.col_side .newsletter_standard .notice.error {
  color: #900000;
}

.col_prime .newsletter_standard .notice.success,
.col_side .newsletter_standard .notice.success {
  color: #202020;
}

.col_prime .newsletter_standard input[type='text'],
.col_prime .newsletter_standard input[type='email'] {
  width: calc(100% / 2 - 18px - 3%);
  display: inline-block;
  margin-right: 3%;
  font-size: 24px;
}

.col_prime .newsletter_standard ul {
  margin-top: 12px;
}

.col_prime .newsletter_standard ul li {
  margin-left: 12px;
}

.col_side .newsletter_standard {
  margin: 3px;
  margin-top: 48px;
}

.col_side .newsletter_standard .wrapper {
  padding: 24px;
  padding-bottom: 12px;
}

.col_side .newsletter_standard .mc-form {
  padding-bottom: 20px;
}

.col_side .newsletter_standard input[type='text'],
.col_side .newsletter_standard input[type='email'] {
  width: 100%;
  display: block;
  margin-bottom: 12px;
}

.col_side .newsletter_standard ul {
  vertical-align: top;
  margin-left: 12px;
}

.col_side .newsletter_standard ul li {
  display: block;
  margin-bottom: 3px;
}

.col_prime .newsletter_guide,
.col_side .newsletter_guide {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2015.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2210px%22%20height%3D%2210px%22%20viewBox%3D%220%200%2010%2010%22%20enable-background%3D%22new%200%200%2010%2010%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Ccircle%20fill%3D%22%23c4c4c4%22%20cx%3D%225%22%20cy%3D%225%22%20r%3D%222%22/%3E%0D%0A%3Cpath%20fill%3D%22%23c4c4c4%22%20d%3D%22M0%2C0v2c1.104%2C0%2C2-0.896%2C2-2H0z%22/%3E%0D%0A%3Cpath%20fill%3D%22%23c4c4c4%22%20d%3D%22M0%2C8v2h2c0%2C0%2C0%2C0%2C0%2C0C2%2C8.895%2C1.104%2C8%2C0%2C8z%22/%3E%0D%0A%3Cpath%20fill%3D%22%23c4c4c4%22%20d%3D%22M10%2C0H8c0%2C1.104%2C0.896%2C2%2C2%2C2V0z%22/%3E%0D%0A%3Cpath%20fill%3D%22%23c4c4c4%22%20d%3D%22M10%2C8c-1.104%2C0-2%2C0.895-2%2C2c0%2C0%2C0%2C0%2C0%2C0h2V8z%22/%3E%0D%0A%3C/svg%3E%0D%0A");
  background-size: 5px;
  background-position: center top;
  background-color: #bdbdbd;
  border: 1px solid #a0d8ef;
  position: relative;
  color: #202020;
  border-radius: 2px;
  overflow: hidden;
  background: linear-gradient(to bottom, #fff 0%, #ecf7fc 70%, #d9eff9 100%);
}

.col_prime .newsletter_guide .wrapper,
.col_side .newsletter_guide .wrapper {
  position: relative;
  overflow: hidden;
}

.col_prime .newsletter_guide .wrapper::after,
.col_side .newsletter_guide .wrapper::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #202020;
  background-image: url("assets/img/guide.png");
  background-size: cover;
  content: '';
  left: 24px;
  height: 140px;
  width: 120px;
  display: block;
  z-index: 2;
  box-shadow: -2px 2px 10px rgba(32, 32, 32, 0.3);
}

.col_prime .newsletter_guide p,
.col_side .newsletter_guide p {
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: .8px;
  line-height: 1.5em;
  display: block;
  margin: 0;
  text-align: left;
}

.col_prime .newsletter_guide small,
.col_side .newsletter_guide small {
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: .8px;
  line-height: 1.5em;
  display: block;
}

@media (max-width: 660px) {
  .col_prime .newsletter_guide small,
  .col_side .newsletter_guide small {
    font-size: 10px;
  }
}

.col_prime .newsletter_guide h3,
.col_side .newsletter_guide h3 {
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: .8px;
  line-height: 1.5em;
  display: inline-block;
  text-align: left;
}

.col_prime .newsletter_guide em,
.col_side .newsletter_guide em {
  font-weight: 700;
}

.col_prime .newsletter_guide ul,
.col_side .newsletter_guide ul {
  margin: 0;
  padding: 0;
  list-style: none outside;
  display: inline-block;
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: .8px;
  line-height: 1.5em;
  text-align: left;
  color: #565656;
}

@media (max-width: 540px) {
  .col_prime .newsletter_guide ul,
  .col_side .newsletter_guide ul {
    vertical-align: top;
  }
}

.col_prime .newsletter_guide ul label,
.col_side .newsletter_guide ul label {
  cursor: pointer;
  position: relative;
}

.col_prime .newsletter_guide ul label::before,
.col_side .newsletter_guide ul label::before {
  height: 10px;
  width: 10px;
  content: '';
  display: inline-block;
  border: 2px solid #565656;
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 12px;
}

.col_prime .newsletter_guide ul label::after,
.col_side .newsletter_guide ul label::after {
  height: 6px;
  width: 6px;
  content: '';
  position: absolute;
  display: none;
  background-color: #202020;
  border-radius: 100%;
  top: 5px;
  left: 4px;
}

.col_prime .newsletter_guide ul.check li label::before,
.col_side .newsletter_guide ul.check li label::before {
  height: 10px;
  width: 10px;
  content: '';
  display: inline-block;
  border: 2px solid #565656;
  border-radius: 32% !important;
  vertical-align: middle;
  margin-right: 12px;
}

.col_prime .newsletter_guide .mc-form,
.col_side .newsletter_guide .mc-form {
  display: block;
  margin-top: 9px;
  position: relative;
  text-align: left;
  /* End Buytton */
}

.col_prime .newsletter_guide .mc-form input[type='radio'],
.col_prime .newsletter_guide .mc-form input[type='checkbox'],
.col_side .newsletter_guide .mc-form input[type='radio'],
.col_side .newsletter_guide .mc-form input[type='checkbox'] {
  position: absolute;
  visibility: hidden;
  border-color: #fff;
}

.col_prime .newsletter_guide .mc-form input[type=radio]:checked ~ label,
.col_prime .newsletter_guide .mc-form input[type=checkbox]:checked ~ label,
.col_side .newsletter_guide .mc-form input[type=radio]:checked ~ label,
.col_side .newsletter_guide .mc-form input[type=checkbox]:checked ~ label {
  color: #202020;
}

.col_prime .newsletter_guide .mc-form input[type=radio]:checked ~ label::before,
.col_prime .newsletter_guide .mc-form input[type=checkbox]:checked ~ label::before,
.col_side .newsletter_guide .mc-form input[type=radio]:checked ~ label::before,
.col_side .newsletter_guide .mc-form input[type=checkbox]:checked ~ label::before {
  border-color: #202020;
}

.col_prime .newsletter_guide .mc-form input[type=radio]:checked ~ label::after,
.col_prime .newsletter_guide .mc-form input[type=checkbox]:checked ~ label::after,
.col_side .newsletter_guide .mc-form input[type=radio]:checked ~ label::after,
.col_side .newsletter_guide .mc-form input[type=checkbox]:checked ~ label::after {
  display: block;
}

.col_prime .newsletter_guide .mc-form input[type='text'],
.col_prime .newsletter_guide .mc-form input[type='email'],
.col_side .newsletter_guide .mc-form input[type='text'],
.col_side .newsletter_guide .mc-form input[type='email'] {
  border: 0;
  font-size: 18px;
  font-family: "Merriweather", "Libre Baskerville", serif;
  color: #202020;
  letter-spacing: .94px;
  outline: none;
  background: transparent;
  border-bottom: 1px solid #888888;
}

.col_prime .newsletter_guide .mc-form input[type='text']::-webkit-input-placeholder,
.col_prime .newsletter_guide .mc-form input[type='email']::-webkit-input-placeholder,
.col_side .newsletter_guide .mc-form input[type='text']::-webkit-input-placeholder,
.col_side .newsletter_guide .mc-form input[type='email']::-webkit-input-placeholder {
  color: #7b7b7b;
  opacity: 1;
  height: inherit;
  vertical-align: middle;
}

.col_prime .newsletter_guide .mc-form input[type='text']::-moz-placeholder,
.col_prime .newsletter_guide .mc-form input[type='email']::-moz-placeholder,
.col_side .newsletter_guide .mc-form input[type='text']::-moz-placeholder,
.col_side .newsletter_guide .mc-form input[type='email']::-moz-placeholder {
  color: #7b7b7b;
  opacity: 1;
  height: inherit;
  vertical-align: middle;
}

.col_prime .newsletter_guide .mc-form input[type='text']:-moz-placeholder,
.col_prime .newsletter_guide .mc-form input[type='email']:-moz-placeholder,
.col_side .newsletter_guide .mc-form input[type='text']:-moz-placeholder,
.col_side .newsletter_guide .mc-form input[type='email']:-moz-placeholder {
  color: #7b7b7b;
  opacity: 1;
  height: inherit;
  vertical-align: middle;
}

.col_prime .newsletter_guide .mc-form input[type='text']:-ms-input-placeholder,
.col_prime .newsletter_guide .mc-form input[type='email']:-ms-input-placeholder,
.col_side .newsletter_guide .mc-form input[type='text']:-ms-input-placeholder,
.col_side .newsletter_guide .mc-form input[type='email']:-ms-input-placeholder {
  color: #7b7b7b;
  opacity: 1;
  height: inherit;
  vertical-align: middle;
}

@media (max-width: 1024px) {
  .col_prime .newsletter_guide .mc-form input[type='text'],
  .col_prime .newsletter_guide .mc-form input[type='email'],
  .col_side .newsletter_guide .mc-form input[type='text'],
  .col_side .newsletter_guide .mc-form input[type='email'] {
    font-size: 18px;
  }
}

@media (max-width: 900px) {
  .col_prime .newsletter_guide .mc-form input[type='text'],
  .col_prime .newsletter_guide .mc-form input[type='email'],
  .col_side .newsletter_guide .mc-form input[type='text'],
  .col_side .newsletter_guide .mc-form input[type='email'] {
    font-size: 24px;
  }
}

@media (max-width: 660px) {
  .col_prime .newsletter_guide .mc-form input[type='text'],
  .col_prime .newsletter_guide .mc-form input[type='email'],
  .col_side .newsletter_guide .mc-form input[type='text'],
  .col_side .newsletter_guide .mc-form input[type='email'] {
    width: 100%;
    font-size: 18px;
    margin-top: 12px;
  }
}

.col_prime .newsletter_guide .mc-form input[type='text']:focus::-webkit-input-placeholder,
.col_prime .newsletter_guide .mc-form input[type='email']:focus::-webkit-input-placeholder,
.col_side .newsletter_guide .mc-form input[type='text']:focus::-webkit-input-placeholder,
.col_side .newsletter_guide .mc-form input[type='email']:focus::-webkit-input-placeholder {
  color: #202020;
  opacity: 1;
  height: inherit;
  vertical-align: middle;
}

.col_prime .newsletter_guide .mc-form input[type='text']:focus::-moz-placeholder,
.col_prime .newsletter_guide .mc-form input[type='email']:focus::-moz-placeholder,
.col_side .newsletter_guide .mc-form input[type='text']:focus::-moz-placeholder,
.col_side .newsletter_guide .mc-form input[type='email']:focus::-moz-placeholder {
  color: #202020;
  opacity: 1;
  height: inherit;
  vertical-align: middle;
}

.col_prime .newsletter_guide .mc-form input[type='text']:focus:-moz-placeholder,
.col_prime .newsletter_guide .mc-form input[type='email']:focus:-moz-placeholder,
.col_side .newsletter_guide .mc-form input[type='text']:focus:-moz-placeholder,
.col_side .newsletter_guide .mc-form input[type='email']:focus:-moz-placeholder {
  color: #202020;
  opacity: 1;
  height: inherit;
  vertical-align: middle;
}

.col_prime .newsletter_guide .mc-form input[type='text']:focus:-ms-input-placeholder,
.col_prime .newsletter_guide .mc-form input[type='email']:focus:-ms-input-placeholder,
.col_side .newsletter_guide .mc-form input[type='text']:focus:-ms-input-placeholder,
.col_side .newsletter_guide .mc-form input[type='email']:focus:-ms-input-placeholder {
  color: #202020;
  opacity: 1;
  height: inherit;
  vertical-align: middle;
}

.col_prime .newsletter_guide .mc-form button,
.col_side .newsletter_guide .mc-form button {
  height: 25px;
  width: 25px;
  display: inline-block;
  background-color: #fff;
  border-radius: 100px;
  position: relative;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  text-align: center;
  position: absolute;
  right: -12px;
  bottom: 0;
}

.col_prime .newsletter_guide .mc-form button span,
.col_side .newsletter_guide .mc-form button span {
  display: none;
}

.col_prime .newsletter_guide .mc-form button svg,
.col_side .newsletter_guide .mc-form button svg {
  position: relative;
  left: 1px;
  top: 2px;
  height: 17px;
  width: 7px;
  fill: #565656;
}

.col_prime .newsletter_guide .mc-form button:hover svg,
.col_side .newsletter_guide .mc-form button:hover svg {
  fill: #7b7b7b;
}

.col_prime .newsletter_guide .mc-form input:focus ~ button svg,
.col_side .newsletter_guide .mc-form input:focus ~ button svg {
  fill: #202020 !important;
}

.col_prime .newsletter_guide .notice,
.col_side .newsletter_guide .notice {
  background: #fff;
  padding: 6px 24px;
  display: none;
  z-index: 1;
  position: relative;
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: .8px;
  line-height: 1.5em;
  text-align: left;
}

.col_prime .newsletter_guide .notice.error,
.col_side .newsletter_guide .notice.error {
  color: #900000;
}

.col_prime .newsletter_guide .notice.success,
.col_side .newsletter_guide .notice.success {
  color: #202020;
}

.col_prime .newsletter_guide .wrapper {
  padding: 24px 24px 12px;
  padding-left: 150px;
}

@media (max-width: 1060px) {
  .col_prime .newsletter_guide .wrapper {
    padding-left: 120px;
  }
}

@media (min-width: 430px) and (max-width: 660px) {
  .col_prime .newsletter_guide .wrapper {
    padding-left: 80px;
    padding-top: 12px;
  }
}

@media (max-width: 430px) {
  .col_prime .newsletter_guide .wrapper {
    padding: 12px;
    padding-bottom: 68px;
  }
}

.col_prime .newsletter_guide .wrapper::after {
  left: 12px;
  height: 140px;
  width: 120px;
  transform: rotate(-2deg) translateY(-35%);
}

@media (min-width: 660px) and (max-width: 1060px) {
  .col_prime .newsletter_guide .wrapper::after {
    left: -12px;
  }
}

@media (min-width: 430px) and (max-width: 660px) {
  .col_prime .newsletter_guide .wrapper::after {
    left: -48px;
  }
}

@media (max-width: 430px) {
  .col_prime .newsletter_guide .wrapper::after {
    left: inherit;
    top: 100%;
    width: 95%;
  }
}

.col_prime .newsletter_guide input[type='text'],
.col_prime .newsletter_guide input[type='email'] {
  width: calc(100% / 2 - 18px - 3%);
  display: inline-block;
  margin-right: 3%;
}

@media (max-width: 660px) {
  .col_prime .newsletter_guide input[type='text'] {
    margin-top: 0 !important;
  }
}

@media (max-width: 660px) {
  .col_prime .newsletter_guide h3 {
    margin-top: 12px;
  }
}

@media (max-width: 660px) {
  .col_prime .newsletter_guide p {
    font-size: 13px;
  }
}

.col_prime .newsletter_guide ul {
  margin-top: 12px;
}

@media (max-width: 660px) {
  .col_prime .newsletter_guide ul {
    vertical-align: top;
  }
}

.col_prime .newsletter_guide ul li {
  display: inline-block;
  margin-left: 12px;
}

@media (max-width: 660px) {
  .col_prime .newsletter_guide ul li {
    display: block;
  }
}

.col_side .newsletter_guide {
  margin-top: 48px;
}

.col_side .newsletter_guide .wrapper {
  padding: 18px;
  padding-bottom: 12px;
  padding-left: 120px;
}

.col_side .newsletter_guide .wrapper::after {
  left: -72px;
  height: 200px;
  width: 180px;
}

.col_side .newsletter_guide .mc-form {
  padding-bottom: 20px;
}

.col_side .newsletter_guide input[type='text'],
.col_side .newsletter_guide input[type='email'] {
  width: 100%;
  display: block;
  margin-bottom: 12px;
}

.col_side .newsletter_guide ul {
  vertical-align: top;
  margin-left: 12px;
}

.col_side .newsletter_guide ul li {
  display: block;
  margin-bottom: 3px;
}

.pagination {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-family: "Merriweather", "Libre Baskerville", serif;
  margin: 60px auto;
}

@media (max-width: 900px) {
  .pagination {
    font-size: 12px;
  }
}

.pagination .page-numbers {
  border: 1px solid #f4e6e6;
  width: 36px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  margin: 0 6px;
}

@media (max-width: 900px) {
  .pagination .page-numbers {
    width: 26px;
    line-height: 26px;
  }
}

.pagination .prev,
.pagination .next {
  border: 0;
  width: auto;
}

.general_page,
.about_page {
  margin-top: 24px;
}

.general_page header,
.about_page header {
  display: block;
  border-bottom: 1px solid #deb3b3;
  margin-bottom: 18px;
}

.general_page header h1,
.about_page header h1 {
  font-size: 32px;
  font-family: "Merriweather", "Libre Baskerville", serif;
  line-height: 1.2;
  display: block;
}

@media (max-width: 700px) {
  .general_page header h1,
  .about_page header h1 {
    font-size: 24px;
  }
}

.general_page .col_prime {
  margin: auto;
  display: block;
}

.general_page header {
  text-align: center;
}

.about_page {
  box-align: stretch;
  align-items: stretch;
  display: flex;
  box-orient: horizontal;
  box-direction: normal;
  flex-direction: row;
  box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 960px) {
  .about_page {
    flex-direction: column;
  }
  .about_page .col_prime {
    order: 2;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
  .about_page .col_side {
    order: 2;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
}

@media (min-width: 660px) and (max-width: 960px) {
  .about_page .col_side {
    box-align: stretch;
    align-items: stretch;
    display: flex;
    box-orient: horizontal;
    box-direction: normal;
    flex-direction: row;
    box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .about_page .col_side .contact_widget,
  .about_page .col_side .author_list_widget {
    width: 48%;
  }
}

@media (max-width: 660px) {
  .about_page .col_side {
    display: block !important;
  }
}

.yaml_widget {
  transition: all .3s ease-in-out;
  display: block;
}

@media (min-width: 850px) and (max-width: 960px) {
  .yaml_widget {
    box-align: stretch;
    align-items: stretch;
    display: flex;
    box-orient: horizontal;
    box-direction: normal;
    flex-direction: row;
    box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .yaml_widget .post-list {
    width: 48%;
  }
  .yaml_widget .post-list:nth-child(5) {
    display: none;
  }
}

@media (min-width: 600px) and (max-width: 850px) {
  .yaml_widget {
    box-align: stretch;
    align-items: stretch;
    display: flex;
    box-orient: horizontal;
    box-direction: normal;
    flex-direction: row;
    box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .yaml_widget .post-list {
    width: 32%;
  }
  .yaml_widget .post-list:nth-of-type(2n) {
    margin-left: 0;
  }
  .yaml_widget .post-list:nth-child(5), .yaml_widget .post-list:nth-child(4) {
    display: none;
  }
  .yaml_widget .post-list header {
    width: 100%;
  }
  .yaml_widget .post-list .picture {
    width: 100%;
  }
}

@media (min-width: 400px) and (max-width: 600px) {
  .yaml_widget {
    box-align: stretch;
    align-items: stretch;
    display: flex;
    box-orient: horizontal;
    box-direction: normal;
    flex-direction: row;
    box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .yaml_widget .post-list {
    width: 49%;
  }
  .yaml_widget .post-list:nth-of-type(2n) {
    margin-left: 0;
  }
  .yaml_widget .post-list:nth-child(5) {
    display: none;
  }
  .yaml_widget .post-list header {
    width: 100%;
  }
  .yaml_widget .post-list .picture {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .yaml_widget {
    box-align: stretch;
    align-items: stretch;
    display: flex;
    box-orient: horizontal;
    box-direction: normal;
    flex-direction: column;
    box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .yaml_widget .post-list {
    width: 100%;
  }
  .yaml_widget .post-list:nth-of-type(2n) {
    margin-left: 0;
  }
  .yaml_widget .post-list:nth-child(5) {
    display: none;
  }
  .yaml_widget .post-list header {
    width: 95%;
  }
  .yaml_widget .post-list .picture {
    width: 100%;
  }
}

.recent_widget h5 {
  font-size: 18px;
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-weight: 400;
  margin: 0;
  line-height: 1.3;
  color: #3e3e3e;
  margin-bottom: 12px;
}

.recent_widget article {
  padding: 12px;
  padding-left: 50px;
  position: relative;
  padding-bottom: 82px;
  width: 100%;
  border: 1px solid #f4e6e6;
  display: block;
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 100px;
}

.recent_widget article::after {
  background-image: url('data:image/svg+xml,%3C%3Fxml version="1.0" encoding="utf-8"%3F%3E%3Csvg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="3530px" height="1914px" viewBox="0 0 3530 1914" enable-background="new 0 0 3530 1914" xml:space="preserve"%3E%3Cpath fill="%23320000" d="M2201.0712891,1044.7779541c0,0-0.0109863,0-0.0151367-0.0009766 c-113.7739258-14.0419922-218.6090088-69.697998-295.2700195-156.1199951 c-77.1019287-86.9210205-119.3740234-198.6199951-119.0789795-314.2290039l-1.7349854-496.8540039 c-0.0599365-16.352993,6.4140625-32.0899963,17.9710693-43.6589966 c11.5559082-11.5670033,27.2479248-18.0710011,43.5999756-18.0320015l822.5368652,1.9810009 c33.8459473,0.0830002,61.2231445,27.4970036,61.2709961,61.3230057 c0.026123,19.822998,0.7050781,485.5969543,0.6760254,495.3729553 c-0.3789063,126.5350342-49.6369629,245.4050293-138.697998,334.7230225 c-89.3078613,89.5620117-208.0620117,139.0379639-334.3100586,138.7319336 C2239.0141602,1047.9630127,2219.8242188,1047.0909424,2201.0712891,1044.7779541z M1908.0322266,138.8439789l1.5279541,435.1629639 c-0.0019531,0.1359863-0.0379639,0.5949707-0.0379639,0.7280273 c-0.5319824,176.6419678,131.244873,326.4959717,306.5791016,348.1350098 c0.0019531,0.0009766,0.0068359,0.0009766,0.0068359,0.0009766c13.8869629,1.7130127,28.1120605,2.2769775,42.2099609,2.3109741 c192.3161621,0.4680176,349.2709961-157.0020142,349.8540039-350.8259888 c0.0219727-6.7540283-0.3259277-259.7049866-0.5759277-433.730957L1908.0322266,138.8439789z M451.071167,90.1657791 c0,0-0.0109863,0-0.0150146-0.0009766C337.2821045,76.1228104,232.4471588,20.4668064,155.7861481-65.9551926 C78.6841583-152.8762054,36.4121246-264.5751953,36.7071686-380.1842041L34.9721832-877.038208 c-0.0599976-16.3529663,6.4140015-32.0899658,17.9710083-43.6589966 c11.5559692-11.5670166,27.2479858-18.0709839,43.5999756-18.0319824l822.5369263,1.9810181 c33.8459473,0.0829468,61.2230225,27.4969482,61.2709961,61.322998c0.026001,19.822998,0.7049561,485.5969238,0.6760254,495.3729248 c-0.3790283,126.5350494-49.6369629,245.4050446-138.697998,334.7230225 C753.0211182,44.2327995,634.2670898,93.7087479,508.019043,93.4027176 C489.0141602,93.3508377,469.8242188,92.4787674,451.071167,90.1657791z M158.0321808-815.7681885l1.5280151,435.1629639 c-0.0020142,0.1359863-0.0380249,0.5949707-0.0380249,0.7280273 C158.9901886-203.2352142,290.7670898-53.3812141,466.1011963-31.742178c0.0019531,0.0009766,0.006958,0.0009766,0.006958,0.0009766 c13.8869629,1.7130127,28.1120605,2.2769775,42.2099609,2.3109741 c192.31604,0.4680176,349.2709961-157.0020142,349.8540039-350.8259888 c0.0219727-6.7540283-0.3260498-259.7049561-0.5760498-433.730957L158.0321808-815.7681885z M451.071167,1999.3901367 c0,0-0.0109863,0-0.0150146-0.0009766c-113.7740479-14.0419922-218.6089935-69.697998-295.2700195-156.1199951 c-77.1019897-86.9210205-119.3740234-198.6199951-119.0789795-314.2290039l-1.7349854-496.8540039 c-0.0599976-16.3529663,6.4140015-32.0899658,17.9710083-43.6589966 c11.5559692-11.5670166,27.2479858-18.0709839,43.5999756-18.0319824l822.5369263,1.9810181 c33.8459473,0.0829468,61.2230225,27.4969482,61.2709961,61.322998c0.026001,19.822998,0.7049561,485.5969238,0.6760254,495.3729248 c-0.3790283,126.5350342-49.6369629,245.4050293-138.697998,334.7230225 c-89.3079834,89.5620117-208.0620117,139.0379639-334.3100586,138.7319336 C489.0141602,2002.5751953,469.8242188,2001.703125,451.071167,1999.3901367z M158.0321808,1093.4561768l1.5280151,435.1629639 c-0.0020142,0.1359863-0.0380249,0.5949707-0.0380249,0.7280273 c-0.5319824,176.6419678,131.2449188,326.4959717,306.5790405,348.1350098 c0.0019531,0.0009766,0.006958,0.0009766,0.006958,0.0009766c13.8869629,1.7130127,28.1120605,2.2769775,42.2099609,2.3110352 c192.31604,0.4680176,349.2709961-157.0020752,349.8540039-350.8260498 c0.0219727-6.7540283-0.3260498-259.7049561-0.5760498-433.730957L158.0321808,1093.4561768z"/%3E%3C/svg%3E');
  background-size: 30px;
  background-position: center bottom;
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 110px;
  border-radius: 0 0 5px 5px;
  background-color: #240000;
}

.recent_widget article .icon_weight {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 14px;
  left: 12px;
}

@media (max-width: 900px) {
  .recent_widget article .icon_weight {
    left: 9px;
  }
}

.recent_widget article .w-icon {
  width: 18px;
  height: 20px;
}

@media (max-width: 900px) {
  .recent_widget article .w-icon {
    width: 15px;
  }
}

.recent_widget article h1 {
  margin: 0 0 12px;
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-weight: 400;
  padding: 0;
  text-align: left;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: .03em;
  margin-bottom: 12px;
  font-style: italic;
}

.recent_widget article p {
  font-size: 14px;
  margin: 0;
  line-height: 1.5;
  font-size: 14px;
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-weight: 400;
  color: #202020;
  letter-spacing: .05em;
}

.recent_widget ul {
  margin: 0;
  padding: 0;
  list-style: none outside;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: -161px;
}

.recent_widget ul li {
  max-width: initial;
  width: 90%;
  margin: 0 auto;
}

.share-post,
.share-post-mobile {
  box-align: center;
  align-items: center;
  display: flex;
  box-orient: horizontal;
  box-direction: normal;
  flex-direction: row;
  box-pack: justify;
  justify-content: space-around;
  padding-top: 1em;
}

@media (min-width: 960px) {
  .share-post,
  .share-post-mobile {
    flex-wrap: wrap;
    margin: 1.5em 12px;
    padding-top: 0;
  }
}

.share-post h3,
.share-post-mobile h3 {
  font-family: "Merriweather", "Libre Baskerville", serif;
  line-height: 1.2;
  font-size: 14px;
  margin: 0;
  display: none;
}

@media (min-width: 730px) and (max-width: 960px) {
  .share-post h3,
  .share-post-mobile h3 {
    display: block;
  }
}

.share-post a,
.share-post-mobile a {
  transition: all .2s ease-in-out;
  color: #fff;
  display: inline-block;
  padding: 6px;
  width: 20%;
  border-radius: 5px;
  text-align: center;
  background-color: #e5e5e5;
}

.share-post a:hover,
.share-post-mobile a:hover {
  color: #cccccc;
}

.share-post a:active,
.share-post-mobile a:active {
  color: #bfbfbf;
}

@media (min-width: 960px) {
  .share-post a,
  .share-post-mobile a {
    display: block;
    width: 100%;
    border-radius: 1px;
    margin-bottom: 6px;
    padding: 12px 24px;
  }
}

@media (min-width: 560px) {
  .share-post a,
  .share-post-mobile a {
    text-align: left;
    padding-left: 12px;
  }
}

@media (min-width: 560px) and (max-width: 960px) {
  .share-post a,
  .share-post-mobile a {
    width: 25%;
  }
}

@media (max-width: 960px) {
  .share-post a.facebook,
  .share-post-mobile a.facebook {
    background: #3b5998;
  }
  .share-post a.twitter,
  .share-post-mobile a.twitter {
    background: #1da1f2;
  }
  .share-post a.email,
  .share-post-mobile a.email {
    background: #202020;
  }
  .share-post a.facebook:hover,
  .share-post-mobile a.facebook:hover {
    background: #2f477a;
  }
  .share-post a.twitter:hover,
  .share-post-mobile a.twitter:hover {
    background: #1781c2;
  }
  .share-post a.email:hover,
  .share-post-mobile a.email:hover {
    background: #4d4d4d;
  }
}

@media (min-width: 960px) {
  .share-post a.facebook,
  .share-post-mobile a.facebook {
    transition: all .2s ease-in-out;
    color: #3b5998;
  }
  .share-post a.facebook:hover,
  .share-post-mobile a.facebook:hover {
    color: #1e2e4f;
  }
  .share-post a.facebook:active,
  .share-post-mobile a.facebook:active {
    color: #17233c;
  }
  .share-post a.twitter,
  .share-post-mobile a.twitter {
    transition: all .2s ease-in-out;
    color: #1da1f2;
  }
  .share-post a.twitter:hover,
  .share-post-mobile a.twitter:hover {
    color: #0967a0;
  }
  .share-post a.twitter:active,
  .share-post-mobile a.twitter:active {
    color: #085788;
  }
  .share-post a.email,
  .share-post-mobile a.email {
    transition: all .2s ease-in-out;
    color: #202020;
  }
  .share-post a.email:hover,
  .share-post-mobile a.email:hover {
    color: #535353;
  }
}

.share-post span,
.share-post-mobile span {
  font-size: 1em;
  font-family: "Merriweather", "Libre Baskerville", serif;
  line-height: 1.2;
  display: inline-block;
  margin: 0 0 0 12px;
  vertical-align: middle;
}

@media (max-width: 960px) {
  .share-post span,
  .share-post-mobile span {
    font-size: 13px;
    font-weight: 700;
    position: relative;
  }
  .share-post span::before,
  .share-post-mobile span::before {
    content: '';
    position: absolute;
    left: -9px;
    width: 1px;
    background: rgba(255, 255, 255, 0.5);
    height: 100%;
    top: -1px;
    display: inline-block;
  }
}

@media (max-width: 560px) {
  .share-post span,
  .share-post-mobile span {
    display: none;
  }
}

.share-post svg,
.share-post-mobile svg {
  height: 18px;
  width: 18px;
  fill: #fff;
  display: inline-block;
  vertical-align: top;
}

@media (min-width: 960px) {
  .share-post svg,
  .share-post-mobile svg {
    height: 24px;
    width: 24px;
    fill: currentcolor;
    vertical-align: middle;
  }
}

.share-post-mobile {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  right: 0;
  padding: .5em 1em;
  background: #fff;
  border-top: 1px solid #bdbdbd;
}

@media (min-width: 960px) {
  .share-post-mobile {
    display: none;
  }
}

.share-post-mobile.hide {
  display: none;
}

@media (max-width: 850px) {
  .author .recent_blog {
    flex-direction: column;
  }
}

@media (max-width: 850px) {
  .author .col_side {
    display: block !important;
    order: -1 !important;
    width: 100%;
    margin-bottom: 24px;
  }
  .author .col_side .blog_cat_widget,
  .author .col_side .ad_placement,
  .author .col_side .recent_widget,
  .author .col_side .newsletter_guide,
  .author .col_side .twitter_follow {
    display: none;
  }
}

.author_profile_widget {
  font-kerning: normal;
  font-feature-settings: 'liga', 'clig';
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-weight: 400;
  position: relative;
}

@media (min-width: 850px) {
  .author_profile_widget {
    border: 1px solid #e5e5e5;
    padding: 24px;
  }
}

.author_profile_widget .avatar {
  height: 72px;
  width: 72px;
  border-radius: 100px;
  display: inline-block;
  vertical-align: middle;
  border: 3px double #7b7b7b;
}

@media (max-width: 1000px) {
  .author_profile_widget .avatar {
    height: 62px;
    width: 62px;
  }
}

@media (max-width: 850px) {
  .author_profile_widget .avatar {
    display: none;
  }
}

.author_profile_widget h2 {
  display: inline-block;
  font-size: 27px;
  vertical-align: middle;
  margin: 0;
  line-height: 1em;
  letter-spacing: .05em;
  margin-left: 24px;
}

@media (max-width: 1000px) {
  .author_profile_widget h2 {
    font-size: 18px;
  }
}

@media (max-width: 850px) {
  .author_profile_widget h2 {
    display: none;
  }
}

.author_profile_widget h2 span {
  font-size: .8em;
  display: block;
}

.author_profile_widget .bio {
  font-size: 14px;
}

@media (min-width: 850px) {
  .author_profile_widget .bio {
    border-top: 1px dotted #bdbdbd;
    padding: 12px 3px 0;
    margin: 12px 0;
  }
}

@media (max-width: 550px) {
  .author_profile_widget .bio {
    font-size: 11px;
  }
}

.author_profile_widget .profile_social,
.author_profile_widget .author_count {
  font-size: 13px;
  margin-top: .5em;
  margin-right: 24px;
  display: inline-block;
}

@media (max-width: 1070px) {
  .author_profile_widget .profile_social,
  .author_profile_widget .author_count {
    font-size: 11px;
  }
}

@media (min-width: 850px) and (max-width: 970px) {
  .author_profile_widget .profile_social,
  .author_profile_widget .author_count {
    display: block;
  }
}

.author_profile_widget .profile_social svg,
.author_profile_widget .author_count svg {
  height: 1.5em;
  width: 1.5em;
  vertical-align: text-bottom;
  margin-right: 6px;
  fill: currentColor;
}

.author_profile_widget .profile_social.twitter,
.author_profile_widget .author_count.twitter {
  transition: all .2s ease-in-out;
  color: #1da1f2;
}

.author_profile_widget .profile_social.twitter:hover,
.author_profile_widget .author_count.twitter:hover {
  color: #0967a0;
}

.author_profile_widget .profile_social.twitter:active,
.author_profile_widget .author_count.twitter:active {
  color: #085788;
}

.author_profile_widget .profile_social.facebook,
.author_profile_widget .author_count.facebook {
  transition: all .2s ease-in-out;
  color: #3b5998;
}

.author_profile_widget .profile_social.facebook:hover,
.author_profile_widget .author_count.facebook:hover {
  color: #1e2e4f;
}

.author_profile_widget .profile_social.facebook:active,
.author_profile_widget .author_count.facebook:active {
  color: #17233c;
}

.author_profile_widget .profile_social.facebook svg,
.author_profile_widget .author_count.facebook svg {
  margin-left: -.8em;
}

.author_profile_widget .profile_social.url,
.author_profile_widget .author_count.url {
  transition: all .2s ease-in-out;
  color: #202020;
}

.author_profile_widget .profile_social.url:hover,
.author_profile_widget .author_count.url:hover {
  color: #535353;
}

.author_profile_widget .profile_social.url svg,
.author_profile_widget .author_count.url svg {
  height: 1.2em;
  width: 1.2em;
  margin-left: -.3em;
}

.author_profile_widget .author_count {
  position: absolute;
  top: 24px;
  right: 0;
}

@media (max-width: 850px) {
  .author_profile_widget .author_count {
    display: none;
  }
}

.author_list_widget {
  font-kerning: normal;
  font-feature-settings: 'liga', 'clig';
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-weight: 400;
  position: relative;
}

.author_list_widget ul {
  margin: 0;
  padding: 0;
  list-style: none outside;
}

.author_list_widget li {
  position: relative;
  border-bottom: 1px dotted #a3a3a3;
  padding: 9px 0;
}

.author_list_widget li:first-of-type {
  padding-top: 0;
}

.author_list_widget .avatar {
  height: 52px;
  width: 52px;
  border-radius: 100px;
  display: inline-block;
  vertical-align: middle;
  border: 3px double #7b7b7b;
}

.author_list_widget h4 {
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
  margin: 0;
  line-height: 1em;
  letter-spacing: .05em;
  margin-left: 18px;
}

@media (max-width: 1000px) {
  .author_list_widget h4 {
    font-size: 18px;
  }
}

.author_list_widget h4 span {
  font-size: .8em;
  display: block;
}

.author_list_widget .author_count {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
  display: inline-block;
  right: 0;
}

@media (max-width: 1070px) {
  .author_list_widget .author_count {
    font-size: 11px;
  }
}

.author_list_widget .author_count a {
  display: block;
}

div[class^="_widget"],
div[class*="_widget"] {
  margin-bottom: 10vh;
}

div[class^="_widget"] h3.title,
div[class*="_widget"] h3.title {
  font-size: 21px;
  color: #b14d4d;
  display: block;
  line-height: 1;
  text-align: left;
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-weight: 400;
  margin: 0 0 12px;
}

.contact_widget a {
  transition: all .2s ease-in-out;
  color: #202020;
  font-size: 15px;
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-weight: 400;
  line-height: 1.5em;
}

.contact_widget a:hover {
  color: #535353;
}

.contact_widget .vcard {
  font-size: 15px;
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: .5em;
}

.contact_widget .vcard .adr {
  margin: 0;
}

.contact_widget .vcard span {
  display: block;
}

.contact_widget .vcard .region,
.contact_widget .vcard .locality,
.contact_widget .vcard .postal-code,
.contact_widget .vcard .country-name {
  display: inline-block;
  margin-right: .3em;
}

.contact_widget .vcard .locality::after {
  content: ',';
}

.contact_widget .vcard .region,
.contact_widget .vcard .postal-code {
  text-transform: uppercase;
}

.ajax-contact {
  margin-top: 12px;
  padding: 24px;
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-weight: 400;
  line-height: 1.5em;
  background: #e5e5e5;
}

.ajax-contact .field {
  display: block;
}

.ajax-contact .field:not(:last-of-type) {
  margin-bottom: 12px;
}

.ajax-contact label {
  font-size: 12px;
  display: block;
}

.ajax-contact input,
.ajax-contact textarea {
  font-size: 15px;
  display: block;
  background: #fff;
  width: 100%;
  padding: 6px;
  border: 1px solid #bdbdbd;
}

.ajax-contact button {
  font-size: 15px;
  background: #202020;
  color: #fff;
  border: 0;
  padding: 6px 24px;
}

.ajax-contact .response {
  font-size: 12px;
  display: block;
}

.ajax-contact .fail {
  color: #900000;
}

.ajax-contact .pass {
  color: #008000;
}

.signup_widget .newsletter_guide,
.signup_widget .newsletter_standard {
  margin-top: 0;
}

div[class^="widget_"],
div[class*=" widget_"] {
  padding: 24px;
  margin-bottom: 48px;
}

div[class^="widget_"] h2,
div[class*=" widget_"] h2 {
  color: #b14d4d;
  font-size: 12px;
  display: block;
  line-height: 1;
  text-align: left;
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 0 0 12px;
  border-bottom: 1px solid #f4e6e6;
}

div[class^="widget_"] ul,
div[class^="widget_"] ol,
div[class^="widget_"] dl,
div[class*=" widget_"] ul,
div[class*=" widget_"] ol,
div[class*=" widget_"] dl {
  list-style: none outside;
  margin: 0;
  padding: 0;
  text-align: left;
}

.widget_blog article {
  border-bottom: 1px solid #f4e6e6;
  padding: 12px 0;
  margin: 12px 0;
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-weight: 400;
}

.widget_blog article h1 {
  font-size: 12px !important;
}

.widget_ad {
  padding: 0 !important;
  margin: 0 24px;
  margin-bottom: 48px;
}

.widget_ad a {
  padding: 0;
}

.archive-header {
  border-bottom: 1px dotted #deb3b3;
  font-size: 18px;
  padding-bottom: 24px;
  display: inline-block;
  margin: 24px 0 0;
  width: 100%;
  text-align: center;
  font-family: "Merriweather", "Libre Baskerville", serif;
  color: #820000;
}

@media (max-width: 850px) {
  .archive-header {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
}

.archive-header h1 {
  font-size: 24px;
  margin: 0;
}

@media (max-width: 550px) {
  .archive-header h1 {
    font-size: 18px;
  }
}

.archive-header small {
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block;
}

@media (max-width: 550px) {
  .archive-header small {
    font-size: 10px;
    margin-bottom: 6px;
  }
}

.donations_post {
  padding: 24px;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 24px;
  background: #2d81c5;
  color: #fff;
  border-radius: 5px;
  justify-content: space-between;
}

@media (max-width: 800px) {
  .donations_post {
    padding: 12px;
  }
}

.donations_post h4 {
  margin: 0;
  font-family: "Merriweather", "Libre Baskerville", serif;
}

.donations_post p {
  font-size: .9em;
}

.donations_post p:last-of-type {
  margin-bottom: 0;
}

.donations_post .sig {
  height: 4em;
  width: 12em;
  fill: currentColor;
}

.donations_post .sign {
  display: flex;
  flex-direction: column;
}

.donations_post .donation_button {
  margin-top: 12px;
  padding: 6px 0 0;
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@media (max-width: 600px) {
  .donations_post .donation_button {
    flex-direction: column;
    align-items: flex-start;
  }
}

.donations_post .donation_button .button {
  background-color: #fff;
  white-space: nowrap;
  padding: 12px 24px;
  color: #900000;
  font-family: "Merriweather", "Libre Baskerville", serif;
  border-radius: 3px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 600px) {
  .donations_post .donation_button .button {
    margin-top: 12px;
  }
}

@media (max-width: 400px) {
  .donations_post .donation_button .button {
    width: 100%;
  }
}

.donations_post .donation_button .button svg {
  height: 1em;
  width: 1em;
  fill: currentColor;
}

#dbox-form-embed {
  max-width: 100% !important;
}

.donations_show {
  padding: 24px;
  display: flex;
  flex-direction: row;
  position: relative;
  margin-bottom: 24px;
  background: #2d81c5;
  color: #fff;
  border-radius: 5px;
  margin-top: 12px;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 800px) {
  .donations_show {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px;
  }
}

.donations_show h4 {
  margin: 0;
  font-family: "Merriweather", "Libre Baskerville", serif;
}

.donations_show p {
  font-size: .9em;
}

.donations_show p:first-of-type {
  margin-top: 0;
}

.donations_show p:last-of-type {
  margin-bottom: 0;
}

.donations_show .sig {
  height: 4em;
  width: 12em;
  fill: currentColor;
}

.donations_show .sign {
  display: flex;
  flex-direction: column;
  margin-right: 12px;
}

@media (min-width: 800px) {
  .donations_show .donation_content {
    margin-right: 24px;
  }
}

.donations_show .donation_button {
  padding: 6px 0 0;
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@media (max-width: 400px) {
  .donations_show .donation_button {
    flex-direction: column;
    align-items: flex-start;
  }
}

.donations_show .donation_button .button {
  background-color: #fff;
  white-space: nowrap;
  padding: 12px 24px;
  color: #900000;
  font-family: "Merriweather", "Libre Baskerville", serif;
  border-radius: 3px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 600px) {
  .donations_show .donation_button .button {
    margin-top: 12px;
  }
}

@media (max-width: 400px) {
  .donations_show .donation_button .button {
    width: 100%;
  }
}

.donations_show .donation_button .button svg {
  height: 1em;
  width: 1em;
  fill: currentColor;
}

.headline {
  vertical-align: top;
  text-align: justify;
}

.headline::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}

.headline .post-card {
  z-index: 10;
}

.headline .col_prime {
  display: inline-block;
  margin-top: -24px;
}

@media (min-width: 500px) and (max-width: 850px) {
  .headline .col_prime {
    margin-top: -12px;
    width: 100%;
    display: block;
  }
}

@media (max-width: 500px) {
  .headline .col_prime {
    margin-top: -12px;
  }
  .headline .col_prime article {
    width: calc(100% + 24px);
    margin-left: -12px;
  }
  .headline .col_prime article .picture {
    margin-bottom: 50px;
  }
  .headline .col_prime article header {
    left: 6px;
  }
}

.headline .col_side {
  margin-top: 24px;
}

@media (max-width: 850px) {
  .headline .col_side {
    width: 100%;
    display: block;
  }
}

.headline .col_side h1 {
  font-size: 18px;
}

@media (max-width: 750px) {
  .headline .col_side h1 {
    font-size: 16px;
  }
}

@media (min-width: 750px) and (max-width: 850px) {
  .headline .col_side article {
    display: inline-block;
    vertical-align: top;
    width: 47.5%;
  }
  .headline .col_side article:first-of-type {
    margin-right: 5%;
  }
}

.headline .col_side article:last-of-type {
  margin-bottom: 0;
}

.pull_review {
  width: 100%;
  border: 1px solid #900000;
  padding: 48px 24px;
  display: block;
  border-radius: 5px;
  margin-bottom: 32px;
  background-color: #fff;
  box-align: center;
  align-items: center;
  display: flex;
  box-orient: horizontal;
  box-direction: normal;
  flex-direction: row;
  box-pack: justify;
  justify-content: space-between;
}

@media (max-width: 900px) {
  .pull_review {
    padding: 24px 12px;
  }
}

@media (max-width: 660px) {
  .pull_review {
    flex-direction: column;
  }
}

.pull_review ul {
  display: inline-block;
  width: 23.4%;
  margin-bottom: 0;
  vertical-align: middle !important;
}

@media (max-width: 900px) {
  .pull_review ul {
    width: 35%;
  }
}

@media (max-width: 660px) {
  .pull_review ul {
    margin-bottom: -50px;
    width: 100%;
  }
}

.pull_review li {
  width: 100%;
  margin-bottom: 0 !important;
}

.review_content {
  width: 70%;
  display: inline-block;
  text-align: left;
  position: relative;
  padding-left: 35px;
}

@media (max-width: 900px) {
  .review_content {
    width: 60%;
  }
}

@media (max-width: 660px) {
  .review_content {
    width: 100%;
    margin-bottom: 12px;
  }
}

.review_content .icon_weight {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 5px;
  left: 0;
}

@media (max-width: 900px) {
  .review_content .icon_weight {
    left: 6px;
    top: 0;
  }
}

.review_content .w-icon {
  width: 18px;
  height: 20px;
}

@media (max-width: 900px) {
  .review_content .w-icon {
    width: 15px;
  }
}

.review_content h1 {
  font-size: 27px;
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 12px;
  line-height: 1.2;
  font-style: italic;
}

@media (max-width: 900px) {
  .review_content h1 {
    font-size: 18px;
  }
}

.review_content p {
  font-size: 14px;
  margin: 0;
  line-height: 1.8;
  font-size: 14px;
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-weight: 400;
  color: #202020;
  letter-spacing: .02em;
}

@media (max-width: 900px) {
  .review_content p {
    font-size: 12px;
  }
}

.recent_blog {
  box-align: stretch;
  align-items: stretch;
  display: flex;
  box-orient: horizontal;
  box-direction: normal;
  flex-direction: row;
  box-pack: justify;
  justify-content: space-between;
}

@media (min-width: 850px) {
  .recent_blog .col_prime {
    margin-top: -18px;
    order: 1;
  }
}

@media (min-width: 850px) {
  .recent_blog .col_side {
    margin-top: 48px;
    order: 2;
  }
}

.showpage_back {
  background-image: url('data:image/svg+xml,%3C%3Fxml version="1.0" encoding="utf-8"%3F%3E%3Csvg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="3530px" height="1914px" viewBox="0 0 3530 1914" enable-background="new 0 0 3530 1914" xml:space="preserve"%3E%3Cpath fill="%23320000" d="M2201.0712891,1044.7779541c0,0-0.0109863,0-0.0151367-0.0009766 c-113.7739258-14.0419922-218.6090088-69.697998-295.2700195-156.1199951 c-77.1019287-86.9210205-119.3740234-198.6199951-119.0789795-314.2290039l-1.7349854-496.8540039 c-0.0599365-16.352993,6.4140625-32.0899963,17.9710693-43.6589966 c11.5559082-11.5670033,27.2479248-18.0710011,43.5999756-18.0320015l822.5368652,1.9810009 c33.8459473,0.0830002,61.2231445,27.4970036,61.2709961,61.3230057 c0.026123,19.822998,0.7050781,485.5969543,0.6760254,495.3729553 c-0.3789063,126.5350342-49.6369629,245.4050293-138.697998,334.7230225 c-89.3078613,89.5620117-208.0620117,139.0379639-334.3100586,138.7319336 C2239.0141602,1047.9630127,2219.8242188,1047.0909424,2201.0712891,1044.7779541z M1908.0322266,138.8439789l1.5279541,435.1629639 c-0.0019531,0.1359863-0.0379639,0.5949707-0.0379639,0.7280273 c-0.5319824,176.6419678,131.244873,326.4959717,306.5791016,348.1350098 c0.0019531,0.0009766,0.0068359,0.0009766,0.0068359,0.0009766c13.8869629,1.7130127,28.1120605,2.2769775,42.2099609,2.3109741 c192.3161621,0.4680176,349.2709961-157.0020142,349.8540039-350.8259888 c0.0219727-6.7540283-0.3259277-259.7049866-0.5759277-433.730957L1908.0322266,138.8439789z M451.071167,90.1657791 c0,0-0.0109863,0-0.0150146-0.0009766C337.2821045,76.1228104,232.4471588,20.4668064,155.7861481-65.9551926 C78.6841583-152.8762054,36.4121246-264.5751953,36.7071686-380.1842041L34.9721832-877.038208 c-0.0599976-16.3529663,6.4140015-32.0899658,17.9710083-43.6589966 c11.5559692-11.5670166,27.2479858-18.0709839,43.5999756-18.0319824l822.5369263,1.9810181 c33.8459473,0.0829468,61.2230225,27.4969482,61.2709961,61.322998c0.026001,19.822998,0.7049561,485.5969238,0.6760254,495.3729248 c-0.3790283,126.5350494-49.6369629,245.4050446-138.697998,334.7230225 C753.0211182,44.2327995,634.2670898,93.7087479,508.019043,93.4027176 C489.0141602,93.3508377,469.8242188,92.4787674,451.071167,90.1657791z M158.0321808-815.7681885l1.5280151,435.1629639 c-0.0020142,0.1359863-0.0380249,0.5949707-0.0380249,0.7280273 C158.9901886-203.2352142,290.7670898-53.3812141,466.1011963-31.742178c0.0019531,0.0009766,0.006958,0.0009766,0.006958,0.0009766 c13.8869629,1.7130127,28.1120605,2.2769775,42.2099609,2.3109741 c192.31604,0.4680176,349.2709961-157.0020142,349.8540039-350.8259888 c0.0219727-6.7540283-0.3260498-259.7049561-0.5760498-433.730957L158.0321808-815.7681885z M451.071167,1999.3901367 c0,0-0.0109863,0-0.0150146-0.0009766c-113.7740479-14.0419922-218.6089935-69.697998-295.2700195-156.1199951 c-77.1019897-86.9210205-119.3740234-198.6199951-119.0789795-314.2290039l-1.7349854-496.8540039 c-0.0599976-16.3529663,6.4140015-32.0899658,17.9710083-43.6589966 c11.5559692-11.5670166,27.2479858-18.0709839,43.5999756-18.0319824l822.5369263,1.9810181 c33.8459473,0.0829468,61.2230225,27.4969482,61.2709961,61.322998c0.026001,19.822998,0.7049561,485.5969238,0.6760254,495.3729248 c-0.3790283,126.5350342-49.6369629,245.4050293-138.697998,334.7230225 c-89.3079834,89.5620117-208.0620117,139.0379639-334.3100586,138.7319336 C489.0141602,2002.5751953,469.8242188,2001.703125,451.071167,1999.3901367z M158.0321808,1093.4561768l1.5280151,435.1629639 c-0.0020142,0.1359863-0.0380249,0.5949707-0.0380249,0.7280273 c-0.5319824,176.6419678,131.2449188,326.4959717,306.5790405,348.1350098 c0.0019531,0.0009766,0.006958,0.0009766,0.006958,0.0009766c13.8869629,1.7130127,28.1120605,2.2769775,42.2099609,2.3110352 c192.31604,0.4680176,349.2709961-157.0020752,349.8540039-350.8260498 c0.0219727-6.7540283-0.3260498-259.7049561-0.5760498-433.730957L158.0321808,1093.4561768z"/%3E%3C/svg%3E');
  background-size: 30px;
  background-position: center bottom;
  overflow: hidden;
  background-color: #240000;
  position: relative;
  padding-bottom: 98px;
}

.showpage_back::after {
  position: absolute;
  display: block;
  width: 100%;
  top: 5vh;
  bottom: 0;
  pointer-events: none;
  background: #202020;
}

.showpage_back .pull_review_archive {
  width: 100%;
  border: 1px solid #900000;
  padding: 32px 24px;
  display: block;
  border-radius: 5px;
  margin-bottom: 32px;
  background-color: #fff;
  box-align: center;
  align-items: center;
  display: flex;
  box-orient: horizontal;
  box-direction: normal;
  flex-direction: row;
  box-pack: justify;
  justify-content: space-between;
}

@media (max-width: 900px) {
  .showpage_back .pull_review_archive {
    padding: 24px 12px;
  }
}

@media (max-width: 660px) {
  .showpage_back .pull_review_archive {
    flex-direction: column;
    margin-bottom: 89px;
  }
}

@media (max-width: 540px) {
  .showpage_back .pull_review_archive {
    margin-bottom: 69px;
  }
}

.showpage_back .pull_review_archive ul {
  display: inline-block;
  width: 26.4%;
  margin-bottom: 0;
  margin-top: 0;
  vertical-align: middle !important;
}

@media (max-width: 960px) {
  .showpage_back .pull_review_archive ul {
    width: 37%;
  }
}

@media (max-width: 660px) {
  .showpage_back .pull_review_archive ul {
    margin-bottom: -86px;
    padding-left: 0;
  }
}

@media (max-width: 750px) {
  .showpage_back .pull_review_archive ul {
    width: 70%;
  }
}

@media (max-width: 540px) {
  .showpage_back .pull_review_archive ul {
    width: 100%;
    margin-right: 0;
    padding: 0;
  }
}

.showpage_back .pull_review_archive li {
  width: 100%;
  max-width: initial;
  margin-bottom: 0 !important;
}

.archive_grid {
  margin: 0;
  padding: 0;
  list-style: none outside;
  display: block;
  box-align: stretch;
  align-items: stretch;
  display: flex;
  box-orient: horizontal;
  box-direction: normal;
  flex-direction: row;
  box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 12px;
  margin-top: -100px;
  padding-left: 12px;
  padding-right: 12px;
}

@media (max-width: 660px) {
  .archive_grid {
    padding-left: 12px;
    padding-right: 12px;
    margin-top: -110px;
  }
}

@media (max-width: 540px) {
  .archive_grid {
    padding-top: 24px;
    flex-direction: column;
  }
}

@media (min-width: 750px) and (max-width: 960px) {
  .archive_grid .show-card {
    width: 32%;
  }
}

@media (min-width: 540px) and (max-width: 750px) {
  .archive_grid .show-card {
    width: 48%;
    max-width: initial;
  }
}

.archive_show_title {
  width: 100%;
  margin-bottom: 32px;
  margin-top: 48px;
  position: relative;
  display: flex;
  box-orient: horizontal;
  box-direction: normal;
  flex-direction: row;
  box-pack: justify;
  justify-content: space-between;
  padding-bottom: 24px;
  border-bottom: 1px dotted #f4e6e6;
  align-items: center;
}

@media (max-width: 600px) {
  .archive_show_title {
    flex-direction: column;
    margin-top: 24px;
    padding-bottom: 12px;
  }
}

@media (max-width: 500px) {
  .archive_show_title {
    text-align: center;
  }
}

.archive_show_title h1 {
  font-size: 24px;
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-weight: 400;
  color: #f4e6e6;
  margin: 0;
}

@media (max-width: 500px) {
  .archive_show_title h1 {
    font-size: 20px;
  }
}

.archive_show_title .sponsor {
  font-size: 14px;
  font-family: "Merriweather", "Libre Baskerville", serif;
  font-weight: 400;
  margin: 0;
  vertical-align: middle;
  display: inline-block;
}

@media (max-width: 500px) {
  .archive_show_title .sponsor {
    font-size: 13px;
    text-align: center;
    display: block;
    margin-top: 1em;
  }
  .archive_show_title .sponsor img {
    margin: 12px auto !important;
    display: block;
    max-width: 100%;
  }
}

.archive_show_title .sponsor img {
  max-height: 100px;
  margin-left: .5em;
  vertical-align: middle;
  max-width: 200px;
}

.select_year {
  transition: all .2s ease-in-out;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border: 1px solid rgba(222, 179, 179, 0.5);
  background-color: rgba(255, 255, 255, 0.1);
}

.select_year.open {
  border: 1px solid #deb3b3;
}

.select_year.open:hover {
  border: 1px solid #deb3b3;
}

.select_year span {
  padding: 0 .5em;
  overflow: hidden;
  cursor: pointer;
}

.select_year svg {
  height: 12px;
  width: 12px;
  margin-left: 6px;
  fill: currentColor;
  vertical-align: middle;
}

.select_year ul {
  margin: 0;
  padding: 0;
  list-style: none outside;
  position: absolute;
  text-align: center;
  background-color: #fff;
  left: -1px;
  font-size: 27px;
  z-index: 10;
  border: 1px solid #deb3b3;
  display: none;
  font-size: .8em;
  width: 240px;
}

@media (max-width: 367px) {
  .select_year ul {
    left: -32vw;
    width: 80vw;
  }
}

.select_year li {
  padding: 12px;
  display: inline-block;
}

.select_year .disabled {
  opacity: .5;
  color: #7b7b7b;
  cursor: not-allowed;
}

.counts {
  font-size: 11px;
  color: #bdbdbd;
  white-space: nowrap;
}

@media (max-width: 600px) {
  .counts {
    margin-top: 6px;
  }
  .counts div {
    display: inline-block;
    margin-right: 12px;
  }
}

.counts .show_num {
  margin-bottom: 3px;
}

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