@charset "UTF-8";
/*
Theme Name: New Frame 2019
Theme URI:
Author: New Frame
Author URI:
Description: 2019
Version: 1.2.16
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, white
Text Domain: newframe2019
*/
/*--------------------------*\
    Typography
\*--------------------------*/
@import url("https://fonts.googleapis.com/css?family=Muli:400,400i,700,700i|PT+Serif:400,400i,700,700i");
body {
  font-family: "Muli", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  color: #0d161a;
  quotes: "‘" "’" "“" "”";
}

h1 {
  font-family: "Muli", sans-serif;
  font-size: 29.0304px;
  font-weight: 700;
  margin: 62.5px 0 32px;
}

h2 {
  font-family: "Muli", sans-serif;
  font-size: 24.192px;
  font-weight: 700;
  margin: 62.5px 0 32px;
}

h3 {
  font-family: "Muli", sans-serif;
  font-size: 24.192px;
  font-weight: 400;
  margin: 62.5px 0 32px;
}

h4 {
  font-family: "Muli", sans-serif;
  font-size: 20.16px;
  font-weight: 700;
  margin: 62.5px 0 32px;
}

h5 {
  font-family: "Muli", sans-serif;
  font-size: 20.16px;
  font-weight: 400;
  margin: 62.5px 0 32px;
}

h6 {
  font-family: "Muli", sans-serif;
  font-size: 16.8px;
  font-weight: 700;
  margin: 62.5px 0 32px;
}

p {
  font-family: "PT Serif";
  font-size: 20.16px;
  line-height: 32px;
  font-weight: 400;
  margin: 32px 0;
}

ol {
  font-family: "PT Serif";
  font-size: 20.16px;
  line-height: 32px;
  font-weight: 400;
  margin: 32px 0;
}

ul {
  font-family: "PT Serif";
  font-size: 20.16px;
  line-height: 32px;
  font-weight: 400;
  margin: 32px 0;
}

figcaption,
.wp-block-image figcaption {
  width: 100%;
  max-width: none;
  margin: 0 auto 62.5px;
  padding-top: 12px;
  padding-right: calc(50% + 8px);
  padding-bottom: 12px;
  padding-left: 12px;
  text-align: left;
  color: inherit;
  border-bottom: 1px solid #0d161a;
  background-color: #fffffc;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

a:hover {
  color: #8f0c00;
  text-decoration: underline;
}

i,
em {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: italic;
  font-weight: inherit;
}

b,
strong {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-weight: 700;
}

@media screen and (max-width: 480px) {
  body {
    font-size: 13px;
  }
}
/*
    Section titles
*/
.section-title {
  padding: 16px 0;
  font-family: "PT Serif", serif;
  font-size: 16.8px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0;
  border-top: 4px solid #0d161a;
}

.section-title a {
  color: #0d161a;
}

@media screen and (max-width: 480px) {
  .section-title {
    font-size: 15.6px;
  }
}
/*
    Post title
*/
.post-title {
  font-family: "PT Serif", serif;
  font-size: 52.25472px;
  line-height: 1.2;
  font-weight: 700;
}

@media screen and (max-width: 480px) {
  .post-title {
    font-size: 32.34816px;
  }
}
/*
    Post content
*/
.page .post-title,
.post-content > h1,
.post-content > h2,
.post-content > h3,
.post-content > h4,
.post-content > h5,
.post-content > h6,
.post-content > p,
.post-content > ul,
.post-content > ol,
.post-content > blockquote,
.post-content > table,
.post-content > pre,
.post-content > form,
.post-content > div[id*=contact-form-],
.post-content > div#mc_embed_signup {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

p.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 3.15em;
  line-height: 1;
  font-weight: 100;
  margin: 0 0.1em 0 0;
  text-transform: uppercase;
  font-style: normal;
}

.post-content p,
.post-content ul,
.post-content ol {
  font-family: "PT Serif";
  font-size: 20.16px;
  line-height: 32px;
  font-weight: 400;
  margin: 32px auto;
}

.post-content a {
  color: #1d5f8f;
  text-decoration: underline;
  transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
}

.post-content a:hover {
  color: #8f0c00;
}

.post-content pre.wp-block-verse {
  font-family: "PT Serif";
  font-size: 20.16px;
  line-height: 32px;
  font-weight: 400;
  font-style: italic;
  padding-left: 2em;
  white-space: normal;
  margin: 32px auto 62.5px auto;
}

.post-content pre.wp-block-verse em {
  font-style: normal;
}

.post-content blockquote {
  margin: 62.5px auto;
  border-top: 1px solid #e7e4e4;
  border-top: 1px solid rgba(10, 10, 10, 0.1);
}

.post-content blockquote:after {
  content: close-quote;
  display: table;
  clear: both;
  opacity: 0;
}

.post-content blockquote:before {
  content: open-quote;
  display: block;
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 16px;
  padding-top: 4px;
  font-family: "PT Serif", serif;
  font-size: 52.25472px;
  font-weight: 700;
  text-align: center;
  border: 1px solid #e7e4e4;
  border: 1px solid rgba(10, 10, 10, 0.1);
  border-top: none;
}

.post-content blockquote p {
  display: block;
  width: calc(100% - 60px);
  float: left;
  margin: 12px 0 4px;
  font-family: "PT Serif", serif;
  font-size: 24.192px;
  line-height: 1.2;
  font-weight: 700;
  font-style: italic;
}

.post-content .wp-block-cover {
  justify-content: flex-start;
  width: 100vw;
  height: 200vh;
  max-width: 100vw;
  position: relative;
  z-index: 9999;
  margin: 62.5px calc(-100vw / 2 + 1366px / 2 - 16px);
  background-color: transparent;
}

.post-content .wp-block-cover__inner-container {
  width: 25%;
  padding: 16px;
  margin: 0 16px;
  background-color: #0d161a;
  background-color: rgba(13, 22, 26, 0.8);
}

hr.wp-block-separator {
  background-color: #0d161a;
  appearance: none;
  border: none;
  height: 1px;
  opacity: 0.2;
}

.post-content .wp-block-columns {
  margin-top: 68px;
  margin-bottom: 68px;
}

.post-content .wp-block-columns figcaption,
.post-content .wp-block-columns figure {
  margin-top: 0;
  margin-bottom: 32px;
}

.sidebar {
  background-color: #e7e4e4;
  padding: 32px;
}

.sidebar:first-of-type {
  margin-top: 8.333%;
}

.sidebar h2,
.sidebar h3 {
  margin-top: 0;
}

.sidebar h2 {
  font-size: 2em;
  font-family: "pt serif", serif;
}

.sidebar p {
  margin-top: 0;
}

.wp-block-image.size-medium {
	width: 50%;
}

.wp-block-image.size-medium img {
	width: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 1440px) {
	.wp-block-image.size-medium {
		width: 66.666%;
		margin-left: 8.333%;
		margin-right: 25%;
	}
}

@media screen and (max-width: 960px) {
	.wp-block-image.size-medium {
		width: 100%;
	}
}

/*
    Gallery block
*/
.post-content .wp-block-gallery {
  margin-top: 62.5px;
  margin-bottom: 62.5px;
}

.post-content .wp-block-gallery ul.blocks-gallery-grid {
  padding: 0 8px;
  margin: 0 -16px;
  background-color: #fffffc;
}

.post-content .blocks-gallery-grid .blocks-gallery-item {
  padding: 0 8px 16px;
  margin: 0;
}

.post-content .wp-block-gallery .blocks-gallery-item figure {
  flex-direction: column;
  align-items: flex-start;
}

.post-content .wp-block-gallery .blocks-gallery-item img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.post-content figcaption.blocks-gallery-caption {
  padding-top: 0;
  margin-top: -4px;
  margin-bottom: 0;
}

.post-content figcaption.blocks-gallery-caption strong {
  color: #8f0c00;
}

.post-content figcaption.blocks-gallery-item__caption {
  display: none;
  position: relative;
  padding-top: 4px;
  padding-bottom: 12px;
  padding-left: 8.333%;
  margin-bottom: 0;
  font-family: "muli", sans-serif;
  font-size: 14px;
  color: black;
  text-align: left;
  line-height: 1.2;
  background: none;
  border-bottom: 1px solid black;
}

/*
    Big small big gallery
*/
.wp-block-gallery.big-small-big .blocks-gallery-item:first-of-type {
  width: 100%;
  margin-right: 0;
}

.wp-block-gallery.big-small-big .blocks-gallery-item:last-of-type {
  width: 100%;
  margin-right: 0;
}

@media screen and (max-width: 1440px) {
  .page .post-title,
.post-content > h1,
.post-content > h2,
.post-content > h3,
.post-content > h4,
.post-content > h5,
.post-content > h6,
.post-content > p,
.post-content > ul,
.post-content > ol,
.post-content > blockquote,
.post-content > table,
.post-content > pre,
.post-content > div[id*=contact-form-],
.post-content > div#mc_embed_signup {
    width: 66.666%;
    margin-left: 8.333%;
    margin-right: 25%;
  }

  .post-content .wp-block-cover {
    margin-left: calc(-100vw / 2 + 960px / 2 - 16px);
    margin-right: calc(-100vw / 2 + 960px / 2 - 16px);
  }
}
@media screen and (max-width: 960px) {
  .page .post-title,
.post-content > h1,
.post-content > h2,
.post-content > h3,
.post-content > h4,
.post-content > h5,
.post-content > h6,
.post-content > p,
.post-content > ul,
.post-content > ol,
.post-content > blockquote,
.post-content > table,
.post-content > pre,
.post-content > div[id*=contact-form-],
.post-content > div#mc_embed_signup {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .post-content p,
.post-content ul,
.post-content ol,
.post-content pre.wp-block-verse {
    font-size: 18.72px;
  }

  .post-content blockquote p {
    font-size: 22.464px;
  }

  .post-content .wp-block-cover {
    display: block;
    height: auto;
    min-height: 0;
    position: relative;
    padding: 66.666% 16px 0;
    margin-left: -16px;
    margin-right: -16px;
    overflow: visible;
    background-position: top;
    background-attachment: scroll;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .post-content .wp-block-cover__inner-container {
    width: 100%;
    position: relative;
    margin: -16px 0 0;
  }

  .post-content .full-width {
    margin-left: -15%;
  }

  .post-content .featured-image h2 {
    width: 80%;
    max-width: 742px;
    left: 11%;
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 480px) {
  .post-content .full-width {
    margin-left: -16px;
  }

  .post-content .featured-image h2 {
    width: 100%;
    max-width: none;
    left: 8px;
    transform: translate(0, 0);
  }

  .post-content figcaption.blocks-gallery-item__caption {
    padding-left: 0;
  }
}
/*--------------------------*\
    Header
\*--------------------------*/
#site-header {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  padding-left: 6px;
  background-color: #fffffc;
  border-bottom: 1px solid #0d161a;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
}

#site-header:before,
#site-header:after {
  content: "";
  display: table;
  clear: both;
}

#site-header * {
  margin: 0;
}

.logged-in #site-header {
  top: 32px;
}

.custom-logo-link {
  float: left;
  display: block;
  width: auto;
  height: 60px;
  padding: 5px 8px 5px 0;
  border-right: 1px solid #e7e4e4;
  border-right: 1px solid rgba(10, 10, 10, 0.1);
}

.custom-logo-link img {
  height: 50px;
  width: auto;
}

.dateline {
  float: left;
  display: block;
  width: auto;
  padding: 0 8px;
  line-height: 60px;
  text-align: center;
  border-right: 1px solid #e7e4e4;
  border-right: 1px solid rgba(10, 10, 10, 0.1);
}

.nav-container {
  float: right;
  width: auto;
  height: 60px;
  text-align: right;
}

.nav-container:before,
.nav-container:after {
  content: "";
  display: table;
  clear: both;
}

#site-header #main-navigation {
  float: left;
  display: block;
  padding: 0;
}

#menu-toggle {
  float: left;
  display: none;
}

#menu-main-navigation {
  margin: 0;
  padding: 0;
  font-family: "Muli", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  list-style-type: none;
  border-left: 1px solid #e7e4e4;
  border-left: 1px solid rgba(10, 10, 10, 0.1);
}

#menu-main-navigation li.menu-item {
  display: inline-block;
  height: 60px;
  margin: 0;
  padding: 0 12px;
  line-height: 60px;
	margin-right: -4px;
  border-right: 1px solid #e7e4e4;
  border-right: 1px solid rgba(10, 10, 10, 0.1);
  border-bottom: 0px solid #0d161a;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

#menu-main-navigation li.menu-item:last-of-type {
	margin-right: 0;
}


#menu-main-navigation li.menu-item:hover {
  border-bottom: 3px solid #0d161a;
}

#menu-main-navigation li.menu-item a {
  display: block;
  width: 100%;
  height: 100%;
}

#menu-main-navigation li.menu-item a:hover {
  text-decoration: none;
}

#menu-main-navigation li.menu-item.current-menu-item {
  background-color: #0d161a;
  color: #fffffc;
}

#menu-main-navigation li.menu-item.current-menu-item a {
  cursor: default;
}

#menu-main-navigation li.menu-item.current-menu-item a:hover {
  color: inherit;
}

@media screen and (max-width: 1170px) {
  #menu-toggle {
    display: block;
  }

  #site-header #main-navigation {
    display: block;
    width: 50vw;
    height: 100vh;
    position: absolute;
    top: 60px;
    right: -50vw;
    z-index: 9999;
    background: #fffffc;
    border-top: 1px solid #0d161a;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  }

  #menu-main-navigation {
    height: 100vh;
  }

  #menu-main-navigation li.menu-item {
    display: block;
    text-align: left;
    border-right: none;
    border-bottom: 1px solid #e7e4e4;
    border-bottom: 1px solid rgba(10, 10, 10, 0.1);
  }

  #menu-toggle {
    width: 60px;
    height: 60px;
    padding: 4px 0;
    background-color: #fffffc;
    border-top: none;
    border-right: 1px solid #e7e4e4;
    border-right: 1px solid rgba(10, 10, 10, 0.1);
    border-bottom: none;
    border-left: 1px solid #e7e4e4;
    border-left: 1px solid rgba(10, 10, 10, 0.1);
    border-radius: 0;
  }

  #menu-toggle .menu-line {
    width: 20px;
    height: 4px;
    margin: 4px auto;
    background-color: #0d161a;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }

  #menu-toggle.close-button .menu-line {
    width: 4px;
  }
}
@media screen and (max-width: 480px) {
  .custom-logo-link {
    height: 40px;
  }

  .custom-logo-link img {
    height: 30px;
  }

  .dateline {
    display: none;
  }

  .nav-container {
    height: 40px;
  }

  #menu-main-navigation li.menu-item {
    height: 40px;
    line-height: 40px;
  }

  #menu-toggle {
    width: 40px;
    height: 40px;
  }

  #site-header #main-navigation {
    top: 40px;
  }
}
#search-form {
  float: right;
  display: block;
  height: 60px;
  width: 0;
  padding: 0;
  background-color: #e7e4e4;
  opacity: 0;
  border-bottom: 0px solid #0d161a;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

#search-form.open {
  width: 240px;
  padding: 0 8px;
  border-bottom: 3px solid #0d161a;
  opacity: 1;
}

#search-bar {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  height: 60px;
  text-overflow: clip;
}

#search {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 120px;
  margin: 0;
  border-radius: 3px 0 0 3px;
}

#search-submit {
  border-radius: 0 3px 3px 0;
}

#search-toggle {
  float: right;
  display: inline-block;
  width: 60px;
  height: 60px;
  padding: 10px 0;
  color: transparent;
  background-color: #fffffc;
  border: none;
  border-bottom: 0px solid #0d161a;
  border-radius: 0px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

#search-toggle.open {
  background-color: #e7e4e4;
  border-bottom: 3px solid #0d161a;
}

#search-toggle img {
  width: auto;
  margin: 0 auto;
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

#search-toggle.open img {
  transform: none;
}

@media screen and (max-width: 1170px) {
  #search-toggle {
    width: 60px;
    height: 60px;
  }

  #search-toggle.open {
    border-bottom: none;
  }

  #search-form {
    width: 100%;
    height: 0;
    position: absolute;
    top: 60px;
    left: 0;
    opacity: 1;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }

  #search-form.open {
    width: 100%;
    height: 40px;
  }

  #search-bar {
    width: 100%;
    height: 40px;
    padding-top: 4px;
  }

  #search-label {
    width: 80px;
    text-align: left;
  }

  #search {
    width: calc(100% - 40px - 80px);
  }

  #search-submit {
    width: 40px;
  }
}
@media screen and (max-width: 480px) {
  #search-toggle {
    width: 40px;
    height: 40px;
  }

  #search-form {
    top: 40px;
  }
}
/*--------------------------*\
    Layout
\*--------------------------*/
* {
  box-sizing: border-box;
}

body {
  background-color: #fffffc;
  max-width: 100%;
}

#content.container {
  max-width: 1366px;
  margin: 0 auto;
  padding: 16px;
  padding-top: 62.5px;
}

.full-width {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(-100vw / 2 + 1366px / 2 - 16px);
  margin-right: calc(-100vw / 2 + 1366px / 2 - 16px);
}

.post-listing .full-width {
  margin-left: calc(-100vw / 2 + 1366px / 2);
  margin-right: calc(-100vw / 2 + 1366px / 2);
}

.line-divider {
  border-bottom: 1px solid #0d161a;
  margin-bottom: 32px;
}

@media screen and (max-width: 1440px) {
  #content.container {
    max-width: 960px;
  }

  .full-width{
    margin-left: calc(-100vw / 2 + 960px / 2 - 16px);
    margin-right: calc(-100vw / 2 + 960px / 2 - 16px);
  }

	.post-listing .full-width {
		margin-left: calc(-100vw / 2 + 960px / 2);
        margin-right: calc(-100vw / 2 + 960px / 2);
	}
}
@media screen and (max-width: 960px) {
  #content.container {
    max-width: 100%;
  }

  .full-width {
    margin-left: -16px;
    margin-right: -16px;
  }

	.post-listing .full-width {
		margin-left: 0;
		margin-right: 0;
	}
}
/*--------------------------*\
    Media
\*--------------------------*/
figure {
  position: relative;
  z-index: 9999;
  max-width: 100%;
  height: auto;
  margin: 62.5px auto;
}

.wp-block-embed {
  width: 50%;
  position: relative;
  margin: 62.5px auto;
  padding-top: 28.125%;
}

.wp-block-embed iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

iframe {
  width: 100%;
  height: 100vh;
  border: none;
}

.radio-new-frame-mixtape iframe{
	height:120px!important;
}

.single.podcast.radio-new-frame-mixtape .podcast-container iframe {
	height: 120px;
}

.wp-block-embed-twitter,
.wp-block-embed-facebook {
  padding-top: 0;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1440px) {
  .wp-block-embed {
    width: 66.666%;
    margin-left: 8.333%;
    padding-top: 36%;
  }
	.wp-block-embed-twitter {
		padding-top: 0;
	}
}
@media screen and (max-width: 960px) {
  .wp-block-embed {
    width: 100%;
    margin-left: auto;
    padding-top: 56.25%;
  }
}
/*--------------------------*\
    Forms
\*--------------------------*/
button {
  height: 40px;
  padding: 0 16px;
  background-color: #8f0c00;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  color: #f8f9f9;
  font-family: "Muli", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 1;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  transition: all 0.4s ease-in-out;
}

button:hover {
  opacity: 0.8;
}

input {
  width: 100%;
  max-width: 960px;
  height: 26px;
  font-size: 14px;
  margin: 8px 0;
  background-color: #f8f9f9;
  border: 1px solid #b8c1c5;
  border-radius: 3px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}

input[type=submit] {
  width: auto;
  color: #b8c1c5;
  font-family: "Muli", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  background-color: #314652;
  border-color: rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease-in-out;
}

input[type=submit]:hover {
  opacity: 0.8;
}

label {
  font-size: 14px;
  margin: 0;
}

textarea {
  width: 100%;
  margin: 8px 0;
  background-color: #f8f9f9;
  border: 1px solid #b8c1c5;
  border-radius: 3px;
}

select {
	width: 100%;
	max-width: 768px;
	height: 32px;
	background-image: url(https://www.newframe.com/wp-content/uploads/2020/04/down-arrow.png);
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: center right 4px;
	border: 1px solid #e7e7e7;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.asterisk {
  color: red;
}

@media screen and (max-width: 480px) {
  button,
input[type=submit],
label {
    font-size: 13px;
  }
}
/*
    Contact from
*/
.contact-form input[type=email].email,
.contact-form input[type=text].name,
.contact-form textarea.textarea {
  width: 100%;
  max-width: none;
}

/*--------------------------*\
    Tables
\*--------------------------*/
table.wide {
	width: 100%;
	margin: 64px 0;
}

th {
	background-color: #0d161a;
	color: white;
	text-align: left;
	padding: 4px;
	font-family: "pt serif", serif;
}

td {
	padding: 4px;
	border: 1px solid #e7e7e7;
}

td.value {
	padding: 0 4px 4px;
	font-family: "pt serif", serif;
	font-weight: 700;
	font-size: 29px;
	color: #8f0c00;
	border-top: none;
}

/*--------------------------*\
    Pages
\*--------------------------*/
/*
    About
*/
.about .page:before,
.about .page:after {
  content: "";
  display: table;
  clear: both;
}

.about .post-title {
  width: 100%;
}

.about .post-content {
  width: 50%;
  float: left;
  padding-right: 16px;
}

.about .post-content > h1,
.about .post-content > h2,
.about .post-content > h3,
.about .post-content > h4,
.about .post-content > h5,
.about .post-content > h6,
.about .post-content > p,
.about .post-content > ul,
.about .post-content > ol,
.about .post-content > blockquote,
.about .post-content > table {
  width: 100%;
}

.about #team-wrapper {
  width: 50%;
  float: left;
}

.press-council {
  align-items: flex-start;
  border-top: 1px solid rgba(10, 10, 10, 0.1);
  border-bottom: 1px solid rgba(10, 10, 10, 0.1);
  padding-top: 2.6rem;
  padding-bottom: 2.6rem;
  margin-top: 2.6rem;
}

.press-council p {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "muli", sans-serif;
  font-size: 1rem !important;
  line-height: 1.5;
  opacity: 0.7;
}

.press-council .wp-block-media-text__media {
  align-self: stretch;
  padding-right: 2.6rem;
}

/*
    Team listing
*/
.about ul#team.post-listing {
  padding-left: 32px;
}

.about ul#team.post-listing li.listing-item {
  width: 33.333%;
  padding: 16px;
  font-family: "Muli", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.about ul#team.post-listing li.listing-item a {
  color: inherit;
  text-decoration: none;
}

.about ul#team.post-listing li.listing-item .title {
  padding-top: 8px;
  font-weight: 700;
}

@media screen and (max-width: 1440px) {
  .about .post-title {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .about .post-content > h1,
.about .post-content > h2,
.about .post-content > h3,
.about .post-content > h4,
.about .post-content > h5,
.about .post-content > h6,
.about .post-content > p,
.about .post-content > ul,
.about .post-content > ol,
.about .post-content > blockquote,
.about .post-content > table {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 960px) {
  .about .post-content {
    width: 100%;
  }

  .about .post-content,
.about #team-wrapper {
    width: 100%;
  }

  ul#team.post-listing li.listing-item {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .about ul#team.post-listing {
    padding-left: 0;
  }

  .about ul#team.post-listing li.listing-item {
    font-size: 13px;
  }
}
/*
    Contact page
*/
.contact .post-content .wp-block-columns {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1440px) {
  .contact .post-content .wp-block-columns {
    width: 66.666%;
    margin-left: 8.333%;
    margin-right: 25%;
  }
}
@media screen and (max-width: 960px) {
  .contact .post-content .wp-block-columns {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  #cta-follow,
#cta-subscribe {
    padding-bottom: 8.333%;
  }
}
/*--------------------------*\
    Single
\*--------------------------*/
.single main > .post-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding: 16px 8.333%;
  margin-bottom: 8.333%;
}

.single main > .post-header .post-title {
  width: 100%;
  font-family: "PT Serif", serif;
  font-size: 52.25472px;
  font-weight: 700;
  margin-bottom: 1.25em;
}

.single main > .post-header p {
  flex-grow: 0;
  width: 50%;
  font-family: "PT Serif", serif;
  font-size: 24.192px;
  line-height: 32px;
  font-weight: 400;
  margin: 0;
}

.single main > .post-header .byline {
  display: flex;
  flex-wrap: wrap;
  width: 41.666%;
  border: 1px solid #e7e4e4;
  border: 1px solid rgba(10, 10, 10, 0.1);
}

.single main > .post-header .byline * {
  font-family: "Muli", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin: 0;
}

.single main > .post-header .contributors {
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.single .contributor {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
/*   background-color: #e7e4e4; */
/* 	border-bottom: 1px solid #e7e4e4;
	border-bottom: 1px solid rgba(10, 10, 10, 0.1); */
}

.single .profile-image {
  width: 80px;
  height: 80px;
  padding: 12px;
  background-color: #e7e4e4;
}

.single .contributor:last-of-type .profile-image {
  border-bottom: none;
}

.single .profile-image img {
  width: 100%;
  height: auto;
}

.single .profile-name {
/*   width: calc(100% - 80px); */
	width: 100%;
}

.single .credits {
  min-height: 40px;
  padding: 8px;
  background-color: #fffffc;
}

.single .credits:first-of-type {
	border-bottom: 1px solid #e7e4e4;
  border-bottom: 1px solid rgba(10, 10, 10, 0.1);
}

.single .profile-link,
.single .profile-link a {
  color: #6b8b99;
  text-decoration: none;
}

.single .the-date {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 8px;
}

.single .post-categories {
  display: inline-block;
  vertical-align: top;
  list-style-type: none;
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  padding: 8px;
  margin: 0;
  border-left: 1px solid #e7e4e4;
  border-left: 1px solid rgba(10, 10, 10, 0.1);
}

.single .post-content {
  position: relative;
}

.post-content .sharedaddy {
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
  background-color: #fffffc;
  border: 1px solid #e7e4e4;
  border: 1px solid rgba(10, 10, 10, 0.1);
}

.post-content div.sharedaddy h3.sd-title {
  width: 100%;
  height: 40px;
  padding: 12px;
  margin: 0 !important;
  font-family: "Muli", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  border-bottom: 1px solid #e7e4e4;
  border-bottom: 1px solid rgba(10, 10, 10, 0.1);
}

.post-content div.sharedaddy h3.sd-title:before {
  display: none !important;
}

.post-content div.sharedaddy .sd-content {
  height: 40px;
}

.post-content div.sharedaddy .sd-content ul {
  margin: 0 !important;
}

.post-content div.sharedaddy .sd-content ul li[class*=share-] {
  padding: 0;
  margin: 0;
  border-right: 1px solid #e7e4e4;
  border-right: 1px solid rgba(10, 10, 10, 0.1);
}

.post-content div.sharedaddy .sd-content ul li.share-email {
  position: relative;
  border-right: none !important;
}

.post-content .sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button,
.post-content .sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button,
.post-content .sd-social-icon .sd-content ul li[class*=share-].share-jetpack-whatsapp a.sd-button,
.post-content .sd-social-icon .sd-content ul li[class*=share-].share-email a.sd-button {
  width: 38.5px;
  height: 34px;
  margin: 4px 0 0;
  line-height: 34px;
  color: #0d161a !important;
  background-color: transparent !important;
  border-radius: 0;
}

.post-content .sd-social-icon .sd-content ul li[class*=share-].share-twitter:hover a.sd-button,
.post-content .sd-social-icon .sd-content ul li[class*=share-].share-facebook:hover a.sd-button,
.post-content .sd-social-icon .sd-content ul li[class*=share-].share-jetpack-whatsapp:hover a.sd-button,
.post-content .sd-social-icon .sd-content ul li[class*=share-].share-email:hover a.sd-button {
  color: #8f0c00 !important;
  opacity: 1 !important;
}

.post-content .sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button:before,
.post-content .sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button:before,
.post-content .sd-social-icon .sd-content ul li[class*=share-].share-jetpack-whatsapp a.sd-button:before,
.post-content .sd-social-icon .sd-content ul li[class*=share-].share-email a.sd-button:before {
  font-size: 24.192px;
}

#sharing_email {
  margin-top: 18px;
  margin-left: -302px;
}

@media screen and (max-width: 960px) {
  .single main .post-header {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .single main .post-header p {
    width: 100%;
  }

  .single main .post-header .byline {
    width: 100%;
    margin-top: 8.333%;
  }

  .single .post-content {
    width: 80%;
    margin: 0 auto;
  }

  .single figcaption {
    padding-left: 0;
    padding-right: 0;
  }

  .single .post-content .sharedaddy {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin: 8.333% auto;
  }

  .single .post-content .sharedaddy:before,
.single .post-content .sharedaddy:after {
    content: "";
    display: table;
    clear: both;
  }

  .post-content div.sharedaddy h3.sd-title {
    display: block;
    width: 50%;
    height: 40px;
    float: left;
    margin-top: 0;
    padding: 0 16px;
    line-height: 40px;
    border-right: 1px solid #e7e4e4;
    border-right: 1px solid rgba(10, 10, 10, 0.1);
    border-bottom: none;
  }

  .post-content div.sharedaddy .sd-content {
    display: block;
    float: left;
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .single main .post-header {
    padding: 16px 0;
  }

  .single main > .post-header .post-title {
    font-size: 32.34816px;
  }

  .single main > .post-header p {
    font-size: 22.464px;
  }

  .single main > .post-header .byline * {
    font-size: 13px;
  }

  .post-content div.sharedaddy h3.sd-title {
    font-size: 13px;
  }

  .post-content .sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button:before,
.post-content .sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button:before,
.post-content .sd-social-icon .sd-content ul li[class*=share-].share-jetpack-whatsapp a.sd-button:before,
.post-content .sd-social-icon .sd-content ul li[class*=share-].share-email a.sd-button:before {
    font-size: 22.464px;
  }

  .single .post-content {
    width: 100%;
    margin: 0 auto;
  }
}
/*
    Single special report
*/
.single.special-report #content.container {
  padding-top: 0;
}

.single.special-report .featured-image {
  margin-top: 60px;
}

.single.special-report .featured-image__image {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.single.special-report .featured-image__image video {
  min-width: 100%;
  min-height: 100vh;
}

.single.special-report .post-header {
  margin-bottom: 62.5px;
}

.single.special-report .featured-image__image .post-title {
  display: block;
  width: 100%;
  max-width: 1366px;
  position: absolute;
  bottom: 120px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 710;
  padding: 0 16px;
  margin: 0 auto;
  font-size: 78.38208px;
  color: #fffffc;
  text-shadow: 1px 1px 4px #0d161a;
}

.single.special-report .featured-image__image::after {
  content: "";
  display: block;
  width: 100%;
  height: 75%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 700;
  background: #0d161a;
  background: linear-gradient(0deg, rgba(13, 22, 26, 0.8) 25%, rgba(13, 22, 26, 0) 100%);
}

.single.special-report .featured-image img.wp-post-image {
  width: 100%;
}

.single.special-report .featured-image figcaption {
  display: none;
}

.post-content .featured-image h2 {
  width: 100%;
  max-width: 683px;
  color: white;
  text-shadow: 1px 1px 4px #0d161a;
  position: absolute;
  bottom: 64px;
  left: 50%;
  z-index: 710;
  padding: 0 8px;
  font-size: 36px;
  transform: translate(-50%, 0);
}

.post-content .featured-image h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background-color: #8f0c00;
  margin-top: 16px;
}

.post-categories li a[title="Long Read"] {
  display: none;
}

@media screen and (max-width: 1440px) {
  .single.special-report .featured-image__image .post-title {
    max-width: 960px;
  }

  .post-content .featured-image h2 {
    width: 100%;
    max-width: 460px;
    transform: translate(-86.666%, 0);
  }
}
@media screen and (max-width: 960px) {
  .single.special-report .featured-image__image video {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .single.special-report .featured-image__image .post-title {
    font-size: 52.25472px;
  }
}
/*
    Single podcast
*/
/*
.single.podcast #content {
  padding-top: 61px;
}

.single.podcast main > .post-header {
  width: 100vw;
  max-width: 100vw;
  padding-left: calc(100vw/2 - 1366px/2 + 8px);
  padding-right: calc(100vw/2 - 1366px/2 + 8px);
  margin-left: calc(-100vw/2 + 1366px/2 - 16px);
  margin-right: calc(-100vw/2 + 1366px/2 - 16px);
  margin-bottom: 62.5px;
  background-color: #0d161a;
  color: #fffffc;
}

.single.podcast .post-header .podcast_name,
.single.podcast .post-header .episode_name,
.single.podcast .post-header .meta,
.single.podcast .post-header .description {
  display: none;
}

.single.podcast .contributor {
	background-color: #0d161a;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.single.podcast .credits {
	background-color: #0d161a;
}

.single.podcast .post-header div.episode div.buzz_share {
  width: 100%;
  margin: 0 !important;
  text-align: right;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.single.podcast .post-header div.episode div.buzz_share div.buzz_share_item {
  padding-left: 0 !important;
}

.single.podcast .post-header div.episode div.buzz_share div.buzz_share_item a {
  float: right;
  background-color: transparent !important;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0px !important;
  color: transparent;
  margin-left: -4px;
  margin-bottom: -4px;
}

.single.podcast .post-header div.episode div.buzz_share div.buzz_share_item a.buzz_facebook {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.single.podcast main > .post-header .category {
  width: 100%;
  margin-top: 62.5px;
  padding-bottom: 8px;
  padding-left: 8px;
  font-family: "PT Serif", serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #8f0c00;
}

.single.podcast main > .post-header .post-title {
  padding-left: 8px;
  padding-right: 8px;
  margin-top: 31px;
}

.single.podcast .featured-image {
  width: 100%;
  flex-basis: 100%;
  padding: 8px;
  margin: 0;
}

.single.podcast .featured-image figcaption {
  padding-right: 0;
  color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.single.podcast .post-categories {
  border-left-color: rgba(255, 255, 255, 0.2);
}

.podcast-container {
  /* flex-basis: 50%; */
  /* width: 50%; */
  /* padding: 8px; */
/* } */

/* [id*=buzzsprout-player] {
  width: 100%;
}

[id*=buzzsprout-player] iframe {
  height: 70px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: -3px;
} */

/*
.single.podcast.radio-new-frame-mixtape .podcast-container iframe {
	height: 120px;
}

.single.podcast .post-header .podcast-container .byline {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.single.podcast main > .post-header .byline .profile-image {
  width: 71px;
  height: 71px;
  background-color: rgba(255, 255, 255, 0.1);
}

.single.podcast main > .post-header .contributor .profile-name {
  flex-grow: 1;
}

.single.podcast main > .post-header .byline .credits {
  min-height: 35px;
  padding-top: 7px;
  padding-bottom: 7.5px;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 1440px) {
  .single.podcast main > .post-header {
    padding-left: calc(100vw/2 - 960px/2 + 8px);
    padding-right: calc(100vw/2 - 960px/2 + 8px);
    margin-left: calc(-100vw / 2 + 960px / 2 - 16px);
    margin-right: calc(-100vw / 2 + 960px / 2 - 16px);
  }
}
@media screen and (max-width: 960px) {
  .single.podcast #content {
    padding-top: 41px;
  }

  .single.podcast main > .post-header {
    padding-left: 8px;
    padding-right: 8px;
    margin-left: -16px;
    margin-right: -16px;
  }

  .single.podcast main > .post-header .category {
    margin-top: 31px;
  }

  .single.podcast .featured-image {
    width: 100%;
    flex-basis: 100%;
    padding: 8px;
    margin: 0;
  }

  .single.podcast .featured-image figcaption {
    margin-bottom: 0;
  }

  .podcast-container {
    flex-basis: 100%;
    width: 100%;
    padding: 8px;
  }
}
*/


/*
    Single team
*/
.single.single-team main > .post-header,
.archive main > .post-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 8.333%;
}

.single.single-team main > .post-header .wp-post-image,
.archive main > .post-header .profile-image {
  width: 33.333%;
  height: auto;
  padding: 16px;
  background-color: transparent;
}

.single.single-team main > .post-header .post-content,
.archive main > .post-header .post-content {
  width: 66.666%;
  padding: 16px;
}

.single.single-team main > .post-header .post-content .post-title,
.archive main > .post-header .post-content .post-title {
  margin-top: 0;
}

.single.single-team main > .post-header .post-content > h1,
.archive main > .post-header .post-content > h1,
.single.single-team main > .post-header .post-content > h2,
.archive main > .post-header .post-content > h2,
.single.single-team main > .post-header .post-content > h3,
.archive main > .post-header .post-content > h3,
.single.single-team main > .post-header .post-content > h4,
.archive main > .post-header .post-content > h4,
.single.single-team main > .post-header .post-content > h5,
.archive main > .post-header .post-content > h5,
.single.single-team main > .post-header .post-content > h6,
.archive main > .post-header .post-content > h6,
.single.single-team main > .post-header .post-content > p,
.archive main > .post-header .post-content > p,
.single.single-team main > .post-header .post-content > ul,
.archive main > .post-header .post-content > ul,
.single.single-team main > .post-header .post-content > ol,
.archive main > .post-header .post-content > ol,
.single.single-team main > .post-header .post-content > blockquote,
.archive main > .post-header .post-content > blockquote,
.single.single-team main > .post-header .post-content > table,
.archive main > .post-header .post-content > table,
.single.single-team main > .post-header .post-content > pre,
.archive main > .post-header .post-content > pre {
  width: 100%;
  margin-left: 0;
}

@media screen and (max-width: 960px) {
  .single.single-team main > .post-header .post-content,
.archive main > .post-header .post-content {
    width: 100%;
  }

  .single.single-team main > .post-header .post-content *,
.archive main > .post-header .post-content * {
    width: 100%;
  }

  .single.single-team main > .post-header .wp-post-image,
.archive main > .post-header .profile-image {
    width: 100%;
    margin-top: 8.333%;
  }
}
/*--------------------------*\
    Post listing
\*--------------------------*/
.post-listing,
.post-content ul.post-listing {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc( 100% + 32px );
  padding: 0;
  margin: 0 -16px;
  list-style-type: none;
}

.post-listing .post-preview {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 50%;
  margin-bottom: 16px;
}

.post-listing .post-preview .card-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: stretch;
  flex-grow: 1;
  padding: 0 16px;
  border-right: 1px solid #e7e4e4;
  border-right: 1px solid rgba(10, 10, 10, 0.1);
}

.post-listing .post-categories {
	display: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	list-style-type: none;
	border-right: none;
	border-left: none;
}

.post-listing .post-preview:first-of-type {
  width: 100%;
}

.post-listing .post-preview:first-of-type .post-thumbnail {
  width: 66.666%;
}

.post-listing .post-preview:first-of-type .post-header {
  width: 33.333%;
  position: relative;
}

.post-listing .post-preview:first-of-type .post-title {
  font-family: "PT Serif", "serif";
  font-size: 29.0304px;
  line-height: 32px;
  font-weight: 700;
}

.post-listing .post-preview:first-of-type p {
  font-family: "PT Serif";
  font-size: 20.16px;
  line-height: 1.2;
  font-weight: 400;
}

.post-listing .post-preview:first-of-type .card-wrap,
.post-listing .post-preview:last-of-type .card-wrap,
.post-listing .post-preview:nth-of-type(odd) .card-wrap {
  border-right: none;
}

.post-listing span.category {
  display: none;
  width: 100%;
  margin-top: 16px;
  padding-bottom: 8px;
  font-family: "PT Serif", serif;
  font-size: 16.8px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-right: 1px solid #e7e4e4;
  border-right: 1px solid rgba(10, 10, 10, 0.1);
}

.post-listing .post-thumbnail {
  display: block;
  width: 50%;
  border-right: none;
}

.post-listing .post-preview:hover .post-thumbnail img {
  opacity: 1;
}

/* override hover for post listing tags */
.urgent a:hover, .urgent-econ a:hover{
  color: #fffffc;
  text-decoration: none;
}

.post-listing .post-thumbnail img {
  max-width: 100%;
  height: auto;
}

.post-listing .post-header {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  flex-grow: 1;
  width: 50%;
  padding: 0 16px;
}

.safari .post-listing .post-header {
  height: auto;
}

.post-listing .post-header > * {
  width: 100%;
}

.post-listing .post-title {
  margin: 0 0 8px;
  font-family: "PT Serif", serif;
  font-size: 24.192px;
  line-height: 1.2;
  font-weight: 700;
}

.post-listing .post-header p {
  flex-grow: 1;
  margin: 0;
  padding: 8px 0;
  font-family: "PT Serif", serif;
  font-size: 16.8px;
  line-height: 20px;
  font-weight: 400;
}

.post-listing .post-details {
  align-self: flex-end;
  font-family: "Muli", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.post-details .writer a {
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
}

.post-listing .line {
  align-self: flex-end;
  width: calc(100% - 32px);
  height: 16px;
  padding: none;
  margin: 0 auto;
  border-right: none;
  border-bottom: 1px solid #e7e4e4;
  border-bottom: 1px solid rgba(10, 10, 10, 0.1);
}

@media screen and (max-width: 960px) {
  .post-listing .post-preview {
    flex-wrap: nowrap !important;
  }

  .post-listing .post-preview .card-wrap {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
  }

  .post-preview .card-wrap > * {
    width: 100% !important;
    padding: 0;
  }

  .post-preview .card-wrap .post-header {
    padding: 16px 0 0;
  }
}
@media screen and (max-width: 480px) {
  .post-listing .post-preview:first-of-type .post-title {
    font-size: 26.9568px;
  }

  .post-listing .post-preview:first-of-type p {
    font-size: 18.72px;
  }

  .post-listing span.category {
    font-size: 15.6px;
  }

  .post-listing .post-title {
    font-size: 18.72px;
  }

  .post-listing .post-header p {
    font-size: 15.6px;
  }

  .post-listing .post-details {
    font-size: 13px;
  }
}

/*
    Editorial and analysis
*/
.category-editorial-and-analysis .post-preview .post-categories {
	display: block;
}

/*
    Home sections
*/
section[id*=home-] {
  margin-bottom: 62.5px;
}

/*
    Home splash
*/
#home-splash .post-listing .post-preview {
	margin-top: 16px;
}

#home-splash .post-preview .post-categories {
	display: block;
}

#home-splash .post-listing .post-preview .category {
	margin-top: 8px;
	padding-left: 0;
}

#home-splash .post-preview:first-of-type {
  margin-bottom: 0;
}

#home-splash .post-preview:first-of-type .post-thumbnail {
  width: 50%;
}

#home-splash .post-preview:first-of-type .post-header {
  width: 50%;
}

#home-splash .post-preview:first-of-type .post-header .post-title {
  font-family: "PT Serif", "serif";
  font-size: 29.0304px;
  line-height: 32px;
  font-weight: 700;
}

#home-splash .post-preview .category {
  display: block;
  padding-left: 16px;
}

#home-splash .category {
  color: transparent;
}

#home-splash .category a {
  color: #0d161a;
}

#home-splash .category a:nth-of-type(n+2) {
  display: none;
}

#home-splash .post-preview:nth-of-type(n+2) {
  flex-direction: column;
  width: 25%;
  margin-bottom: 0;
}

#home-splash .post-preview:nth-of-type(n+2) .card-wrap {
  flex-direction: column;
}

#home-splash .post-preview:nth-of-type(n+2) .post-thumbnail {
  width: 100%;
  padding-bottom: 8px;
}

#home-splash .post-preview:nth-of-type(n+2) .post-header {
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

#home-splash .post-preview:nth-of-type(n+2) .post-categories {
	margin-top: 8px;
}

#home-splash .post-preview:nth-of-type(odd) .card-wrap {
  border-right: 1px solid #e7e4e4;
  border-right: 1px solid rgba(10, 10, 10, 0.1);
}

#home-splash .post-preview:first-of-type .card-wrap,
#home-splash .post-preview:first-of-type .category,
#home-splash .post-preview:last-of-type .card-wrap,
#home-splash .post-preview:last-of-type .category {
  border-right: none;
}

#home-splash a[title="Radio New Frame"],
#home-splash a[title="Radio New Frame Mixtape"] {
  display: none;
}

@media screen and (max-width: 960px) {
  #home-splash .post-preview:nth-of-type(n+2) {
    width: 50%;
    margin-bottom: 16px;
  }

	#home-splash .post-preview:nth-of-type(n+2) .post-thumbnail {
		padding-bottom: 0;
	}

	#home-splash .post-preview:nth-of-type(n+2) .post-categories {
		margin-top: 0;
	}

  #home-splash .post-preview:nth-of-type(odd) > * {
    border-right: none;
  }
}
@media screen and (max-width: 480px) {
  #home-splash .post-preview:first-of-type .post-header .post-title {
    font-size: 26.9568px;
  }
}
/*
    Home podcasts
*/
#home-podcasts {
  color: #fffffc;
  background-color: #0d161a;
  border-top: 4px solid #8f0c00;
}

#home-podcasts .section-title {
  max-width: 1366px;
  padding: 16px;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  border-top: none;
}

#home-podcasts .section-title a {
  color: #fffffc;
}

#home-podcasts .post-listing {
  max-width: 1366px;
  margin: 0 auto;
}

#home-podcasts .post-listing .post-preview .card-wrap {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

#home-podcasts .post-listing .post-preview:first-of-type .card-wrap,
#home-podcasts .post-listing .post-preview:nth-of-type(3) .card-wrap {
	border-right: none;
}

#home-podcasts .post-listing .line {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#home-podcasts .post-preview .post-thumbnail {
  width: 50%;
  position: relative;
}

#home-podcasts .post-preview .post-thumbnail .podcast-icon {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 16px;
  left: 16px;
  border: 1px solid #fffffc;
  box-shadow: 0px 0px 5px black;
}

#home-podcasts .post-preview:nth-of-type(n+2) .post-thumbnail .podcast-icon {
  width: 80px;
  height: 80px;
}

@media screen and (max-width: 960px) {
	#home-podcasts .post-preview .post-thumbnail .podcast-icon {
	  width: 80px;
	  height: 80px;
	}
	#home-podcasts .post-preview:nth-of-type(n+2) .post-thumbnail .podcast-icon {
	  width: 40px;
	  height: 40px;
	  top: 8px;
      left: 8px;
	}
}

#home-podcasts .post-preview .category {
  display: block;
  margin-top: 0;
  color: #8f0c00;
}

#home-podcasts .post-preview .post-categories {
	display: block;
}

#home-podcasts .post-preview .post-categories a {
	color: #8f0c00;
}

@media screen and (max-width: 1440px) {
  #home-podcasts {
    padding: 0;
  }

  #home-podcasts .section-title {
    max-width: 960px;
  }

  #home-podcasts .post-listing {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 960px) {
  #home-podcasts {
    padding: 0;
  }

  #home-podcasts .post-preview .card-wrap .post-header {
    padding: 0;
  }

	#home-podcasts .post-preview .post-categories {
		margin-top: 16px;
	}
}
/*
    Home editor's pick
*/
#home-editors-pick {
  border-top: 4px solid rgba(10, 10, 10, 0.1);
  background-color: rgba(10, 10, 10, 0.1);
  padding: 0 32px;
  margin-bottom: 0;
}

#home-editors-pick .section-title {
  max-width: 1366px;
  padding: 16px;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  border-top: none;
}

#home-editors-pick .post-listing {
  max-width: 1366px;
  margin: 0 auto;
}

#home-editors-pick .post-preview {
  margin-bottom: 0;
}

#home-editors-pick .post-preview .card-wrap .post-header {
  padding-top: 0;
}

#home-editors-pick .post-preview .post-title {
  flex-grow: 1;
}

#home-editors-pick .post-preview .postdate {
  display: none;
}

#home-editors-pick .post-preview .line {
  border-bottom: none;
}

#home-editors-pick .post-preview:first-of-type {
  width: 16.666%;
  margin-bottom: 0;
}

#home-editors-pick .post-preview:first-of-type .card-wrap {
  flex-direction: column;
}

#home-editors-pick .post-preview:first-of-type .post-thumbnail {
  display: block;
  width: 100%;
}

#home-editors-pick .post-preview:first-of-type .post-header {
  width: 100%;
  padding: 0;
}

#home-editors-pick .post-preview:first-of-type .post-title {
  font-size: 16.8px;
  line-height: 1.2;
}

#home-editors-pick .post-preview:first-of-type p {
  display: none;
}

#home-editors-pick .post-preview:nth-of-type(n+2) {
  width: 16.666%;
}

#home-editors-pick .post-preview:nth-of-type(n+2) .card-wrap {
  flex-direction: column;
}

#home-editors-pick .post-preview:nth-of-type(n+2) .post-thumbnail {
  display: block;
  width: 100%;
}

#home-editors-pick .post-preview:nth-of-type(n+2) .post-header {
  width: 100%;
  padding: 0;
  padding-top: 4px;
}

#home-editors-pick .post-preview:nth-of-type(n+2) .post-title {
  font-size: 16.8px;
}

#home-editors-pick .post-preview:nth-of-type(n+2) p {
  display: none;
}

#home-editors-pick .post-preview:nth-of-type(odd):not(:last-of-type) .card-wrap {
  border-right: 1px solid #e7e4e4;
  border-right: 1px solid rgba(10, 10, 10, 0.1);
}

@media screen and (max-width: 1440px) {
  #home-editors-pick {
    padding: 0;
  }

  #home-editors-pick .section-title {
    max-width: 960px;
  }

  #home-editors-pick .post-listing {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 960px) {
  #home-editors-pick {
    padding: 0;
  }

  #home-editors-pick .post-preview {
    margin-bottom: 16px;
  }

  #home-editors-pick .post-preview .card-wrap .post-header {
    padding: 0;
  }

  #home-editors-pick .post-preview:first-of-type {
    width: 33.333%;
    margin-bottom: 16px;
  }

  #home-editors-pick .post-preview:nth-of-type(n+2) {
    width: 33.333%;
  }

  #home-editors-pick .post-preview .line {
    border-bottom: 1px solid #e7e4e4;
    border-bottom: 1px solid rgba(10, 10, 10, 0.1);
  }
}
@media screen and (max-width: 480px) {
  #home-editors-pick .post-preview:first-of-type {
    width: 50%;
    flex-basis: 50%;
  }

  #home-editors-pick .post-preview:first-of-type .post-title {
    font-size: 16.8px;
  }

  #home-editors-pick .post-preview:nth-of-type(n+2) {
    width: 50%;
	  flex-basis: 50%;
  }
}
/*
    home news and sport
*/
#home-news .post-preview:nth-of-type(3) .card-wrap,
#home-sport .post-preview:nth-of-type(3) .card-wrap {
  border-right: none;
}

#home-news .post-preview:nth-of-type(n+4),
#home-sport .post-preview:nth-of-type(n+4) {
  width: 16.666%;
  margin-bottom: 0;
}

#home-news .post-preview:nth-of-type(n+4) .card-wrap,
#home-sport .post-preview:nth-of-type(n+4) .card-wrap {
  flex-direction: column;
  border-right: 1px solid #e7e4e4;
  border-right: 1px solid rgba(10, 10, 10, 0.1);
}

#home-news .post-preview:last-of-type .card-wrap,
#home-sport .post-preview:last-of-type .card-wrap {
  border-right: none;
}

#home-news .post-preview:nth-of-type(n+4) .card-wrap > *,
#home-sport .post-preview:nth-of-type(n+4) .card-wrap > * {
  width: 100%;
  height: auto;
  padding: 0;
}

#home-news .post-preview:nth-of-type(n+4) .post-title,
#home-sport .post-preview:nth-of-type(n+4) .post-title {
  flex-grow: 1;
  padding-top: 8px;
  font-family: "PT Serif", serif;
  font-size: 16.8px;
  line-height: 20px;
  font-weight: 700;
}

#home-news .post-preview:nth-of-type(n+4) .post-header > p,
#home-sport .post-preview:nth-of-type(n+4) .post-header > p {
  display: none;
}

@media screen and (max-width: 960px) {
  #home-news .post-preview:nth-of-type(n+4),
#home-sport .post-preview:nth-of-type(n+4) {
    width: 50%;
    margin-bottom: 16px;
  }

  #home-news .post-preview:nth-of-type(n+4) .post-title,
#home-sport .post-preview:nth-of-type(n+4) .post-title {
    flex-grow: 0;
    font-family: "PT Serif", serif;
    font-size: 24.192px;
    line-height: 1.2;
    font-weight: 700;
  }

  #home-news .post-preview:nth-of-type(n+4) .post-header > p,
#home-sport .post-preview:nth-of-type(n+4) .post-header > p {
    display: inline;
  }
}
@media screen and (max-width: 480px) {
  #home-news .post-preview:nth-of-type(n+4) .post-title,
#home-sport .post-preview:nth-of-type(n+4) .post-title {
    font-size: 18.72px;
  }
}
/*
    Home features
*/
#home-features .post-preview:nth-of-type(3) .card-wrap {
  border-right: none;
}

#home-features .post-preview:nth-of-type(n+4) {
  margin-bottom: 0;
}

@media screen and (max-width: 960px) {
  #home-features .post-preview:nth-of-type(n+4) {
    margin-bottom: 16px;
  }
}
/*
    Home culture
*/
#home-culture .post-preview:nth-of-type(3) .card-wrap {
  border-right: none;
}

#home-culture .post-preview:nth-of-type(n+4) {
  width: 25%;
  flex-direction: column;
  margin-bottom: 0;
}

#home-culture .post-preview:nth-of-type(n+4) .card-wrap {
  flex-direction: column;
  border-right: 1px solid #e7e4e4;
  border-right: 1px solid rgba(10, 10, 10, 0.1);
}

#home-culture .post-preview:last-of-type .card-wrap {
  border-right: none;
}

#home-culture .post-preview:nth-of-type(n+4) .card-wrap > * {
  width: 100%;
}

#home-culture .post-preview:nth-of-type(n+4) .post-header {
  padding: 0;
  height: auto;
}

#home-culture .post-preview:nth-of-type(n+4) .post-title {
  padding-top: 8px;
  font-family: "PT Serif", serif;
  font-size: 24.192px;
  line-height: 1.2;
  font-weight: 700;
}

@media screen and (max-width: 960px) {
  #home-culture .post-preview:nth-of-type(n+4) {
    width: 50%;
    margin-bottom: 16px;
  }

  #home-culture .post-preview:nth-of-type(n+4) .post-title {
    font-family: "PT Serif", serif;
    font-size: 24.192px;
    line-height: 1.2;
    font-weight: 700;
    padding-top: 0;
  }
}
@media screen and (max-width: 480px) {
  #home-culture .post-preview:nth-of-type(n+4) .post-title {
    font-size: 18.72px;
  }
}

/*
    Home editorial and analysis
*/
#home-editorial .post-preview .post-categories {
	display: block;
}

/*--------------------------*\
    Pagination
\*--------------------------*/
.navigation.pagination {
  width: 100%;
  height: 40px;
  text-align: center;
  margin: 8.333% auto;
}

.navigation.pagination .nav-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 0 auto;
  text-align: center;
  border-left: none;
}

.page-numbers {
  display: block;
  width: 40px;
  height: 40px;
  padding: 0 8px;
  text-align: center;
  border: 1px solid #e7e4e4;
  border: 1px solid rgba(10, 10, 10, 0.1);
  border-left: none;
  line-height: 40px;
}

.page-numbers:first-of-type {
  border-left: 1px solid #e7e4e4;
  border-left: 1px solid rgba(10, 10, 10, 0.1);
}

.page-numbers.current {
  opacity: 0.5;
}

.page-numbers a {
  display: block;
  height: 100%;
  width: 100%;
}

.page-numbers.next,
.page-numbers.prev {
  color: transparent;
  overflow: hidden;
}

.page-numbers.next:before {
  content: ">";
  padding-left: 8px;
  text-align: center;
  color: #0d161a;
}

.page-numbers.prev:before {
  content: "<";
  padding-left: 8px;
  text-align: center;
  color: #0d161a;
}

/*--------------------------*\
    Footer
\*--------------------------*/
footer#site-footer {
  font-family: "Muli", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin: 160px auto 0;
  border-top: 16px solid #0d161a;
  border-bottom: 1px solid #e7e4e4;
  border-bottom: 1px solid rgba(10, 10, 10, 0.1);
}

#site-footer p,
#site-footer li {
  font-family: "Muli", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.footer-content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 1366px;
  margin: 0 auto;
  border-right: 1px solid #e7e4e4;
  border-right: 1px solid rgba(10, 10, 10, 0.1);
  border-left: 1px solid #e7e4e4;
  border-left: 1px solid rgba(10, 10, 10, 0.1);
}

@media screen and (max-width: 480px) {
  #site-footer {
    font-size: 13px;
  }
}
/*
    About New Frame
*/
#site-footer p {
  margin-bottom: 8px;
}

#site-footer p.about-nf {
  align-self: center;
  width: 50%;
  padding: 0 16px !important;
  margin: 0 auto;
  font-family: "PT Serif", serif;
  font-size: 24.192px;
  line-height: 32px;
  font-weight: 400;
}

#site-footer p.about-nf em {
  font-family: "PT Serif", serif;
  font-size: 24.192px;
  line-height: 32px;
  font-weight: 400;
  font-style: italic;
}

@media screen and (max-width: 480px) {
  #site-footer p.about-nf {
    font-size: 22.464px;
  }

  #site-footer p.about-nf em {
    font-size: 22.464px;
  }
}
/*
    Subscribe
*/
#site-footer .subscribe {
  width: 33.333%;
  border-right: 1px solid #e7e4e4;
  border-right: 1px solid rgba(10, 10, 10, 0.1);
  border-left: 1px solid #e7e4e4;
  border-left: 1px solid rgba(10, 10, 10, 0.1);
}

/*
    Social
*/
.social-profiles {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  margin: 0;
  padding-left: 16px;
  border-bottom: 1px solid #e7e4e4;
  border-bottom: 1px solid rgba(10, 10, 10, 0.1);
}

.social-profiles label {
  display: inline-block;
  width: calc(100% - (40px * 3));
}

[class*=social-profile-] {
  display: inline-block;
  width: 40px;
  height: 39px;
  padding: 10px 0;
  color: transparent;
  background-color: #fffffc;
  border: none;
  border-left: 1px solid #e7e4e4;
  border-left: 1px solid rgba(10, 10, 10, 0.1);
  border-radius: 0px;
  overflow: hidden;
}

[class*=social-profile-]:hover svg path {
  fill: #8f0c00;
}

[class*=social-profile-] a:hover {
  color: inherit;
}

/*
    Newsletter
*/
.newsletter {
  padding: 11px 16px;
}

.newsletter p {
  margin-top: 0 !important;
}

/*
    Mailchimp
*/
#mc_embed_signup {
  padding-bottom: 16px;
}

#mc_embed_signup::before,
#mc_embed_signup::after {
  content: "";
  display: table;
  clear: both;
}

.name-inputs {
  display: flex;
}

.mc-field-group {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
}

.mc-field-group.half {
  width: 50%;
}

.mc-field-group.half:first-of-type {
  padding-right: 8px;
}

.mc-field-group.half:last-of-type {
  padding-left: 8px;
}

.mc-field-group.half > * {
  display: inline;
}

#mc-embedded-subscribe {
  float: right;
  color: #fffffc;
  background-color: #8f0c00;
  height: 40px;
  padding: 0 16px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

#mc_embed_signup .name-inputs label {
  width: 45px;
  flex-shrink: 0;
}

#mc_embed_signup .name-inputs input {
  display: inline-block;
  width: calc(100% - 45px);
  flex-shrink: 1;
}

@media screen and (max-width: 480px) {
  #mc_embed_signup .name-inputs label {
    width: 40px;
    flex-basis: 40px;
    flex-shrink: 0;
  }

  #mc_embed_signup .name-inputs input {
    flex-shrink: 1;
    min-width: 0;
  }
}
/*
    Menu
*/
#utilitynavholder {
  width: 16.666%;
}

#menu-footer-menu {
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#menu-footer-menu li {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 16px;
  border-bottom: 1px solid #e7e4e4;
  border-bottom: 1px solid rgba(10, 10, 10, 0.1);
}

#menu-footer-menu li a {
  line-height: 40px;
}

@media screen and (max-width: 1440px) {
  .footer-content {
    width: 960px;
  }
}
@media screen and (max-width: 960px) {
  .footer-content {
    flex-direction: column;
    width: 100%;
  }

  .footer-content > * {
    width: 100%;
    border-right: none;
    border-left: none;
  }

  #site-footer p.about-nf {
    width: 100%;
    margin: 50px auto;
  }

  #site-footer p.about-nf em,
#site-footer p.about-nf i {
    font-size: inherit;
  }

  #site-footer .subscribe {
    width: 100%;
    border-top: 1px solid #e7e4e4;
    border-top: 1px solid rgba(10, 10, 10, 0.1);
    border-bottom: 1px solid #e7e4e4;
    border-bottom: 1px solid rgba(10, 10, 10, 0.1);
  }

  #utilitynavholder {
    width: 100%;
  }

  #menu-footer-menu:before,
#menu-footer-menu:after {
    content: "";
    display: table;
    clear: both;
  }

  #menu-footer-menu li {
    width: 50%;
    height: 40px;
    float: left;
    line-height: 40px;
  }

  #menu-footer-menu li:nth-of-type(even) {
    border-left: 1px solid #e7e4e4;
    border-left: 1px solid rgba(10, 10, 10, 0.1);
  }

  #menu-footer-menu li:nth-of-type(n+3) {
    border-bottom: none;
  }
}
/*--------------------------*\
    Calls to action
\*--------------------------*/
.sidebar-cta {
  margin-top: 62.5px;
  margin-bottom: 62.5px;
  padding: 16px;
  background-color: #0d161a;
  border-top: 2px solid #314652;
  border-bottom: 2px solid #314652;
}

section[id*=home-] .sidebar-cta {
  margin-bottom: 0;
}

.sidebar-cta .wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1366px;
  margin: 0 auto;
}

.sidebar-cta .wrapper > * {
  width: 50%;
  flex-basis: 50%;
  padding: 0 16px;
}

.sidebar-cta p {
  color: #f8f9f9;
  font-family: "PT Serif", "serif";
  font-size: 29.0304px;
  line-height: 32px;
  font-weight: 700;
}

.jetpack_widget_social_icons {
  text-align: right;
}

.jetpack-social-widget-list {
  display: inline-block !important;
  margin-bottom: 0 !important;
  border: 8px solid #314652 !important;
}

.jetpack-social-widget-list:before,
.jetpack-social-widget-list:after {
  content: "";
  display: table;
  clear: both;
}

.jetpack-social-widget-item {
  float: left;
  box-sizing: border-box;
  display: block !important;
  width: 80px;
  height: 80px;
  text-align: center !important;
  border: 8px solid #314652 !important;
}

.jetpack_widget_social_icons ul.size-medium a {
  width: 64px !important;
  height: 64px !important;
  margin: 0 auto;
  padding: 16px;
  color: #f8f9f9;
}

.jetpack_widget_social_icons ul.size-medium a:hover {
  color: #8f0c00;
}

.jetpack_widget_social_icons ul.size-medium a svg.icon {
  height: 32px;
  width: 32px;
}

.sidebar-cta #mc_embed_signup {
  width: 100%;
  padding-bottom: 0;
}

.sidebar-cta #mc_embed_signup input[type=email] {
  float: left;
  width: calc(100% - 120px);
  height: 38px;
  padding-left: 8px;
  border-radius: 2px 0 0 2px;
}

.sidebar-cta #mc_embed_signup input[type=submit] {
  width: 120px;
  border-radius: 0 2px 2px 0;
}

@media screen and (max-width: 1440px) {
	.sidebar-cta .wrapper {
		max-width: 960px;
	}
}

@media screen and (max-width: 960px) {
  .sidebar-cta {
    padding: 0 16px;
  }

  .sidebar-cta .wrapper {
    display: flex;
    flex-direction: column;
  }

  .sidebar-cta .wrapper > * {
    width: 100%;
	flex-basis: 100%;
  }

  .jetpack_widget_social_icons {
    text-align: left;
  }

	.hide-on-mobile{
		display:none;
	}
	.show-on-mobile{
		display:inline!important;
	}

}

@media screen and (max-width: 768px) {
	.hide-on-mobile{
		display:none;
	}
	.show-on-mobile{
		display:inline;
	}
}

.show-on-mobile{
	display:none;
}

@media screen and (max-width: 480px) {
  .sidebar-cta p {
    font-size: 26.9568px;
  }
}
/*--------------------------*\
    Pagination
\*--------------------------*/
.pagination {
  font-family: "Muli", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

@media screen and (max-width: 480px) {
  .pagination {
    font-size: 13px;
  }
}
/*--------------------------*\
    Related posts
\*--------------------------*/
footer#related {
  margin-top: 8.333%;
}

.post-content h2.display-posts-title {
  margin: 8.333% auto 16px;
  font-family: "PT Serif", serif;
  font-size: 16.8px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.post-content ul.display-posts-listing {
  margin: 0 auto 8.333%;
  padding: 0;
  list-style-type: none;
}

.related-posts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -16px;
  list-style-type: none;
}

.post-content .listing-item,
.related-post {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.related-post {
  width: 33.333%;
  padding: 16px;
}

.post-content .listing-item .image {
  width: 25%;
  background-color: #e7e4e4;
}

.related-image {
  width: 33.333%;
  background-color: #e7e4e4;
}

.post-content .listing-item .image img,
.related-image img {
  width: 100%;
  height: auto;
  border: 16px solid #e7e4e4;
}

.post-content .listing-item .title,
.related-content {
  width: 66.666%;
  padding: 16px;
  font-family: "PT Serif", serif;
  font-size: 24.192px;
  line-height: 1.2;
  font-weight: 700;
  border: 1px solid #e7e4e4;
  border: 1px solid rgba(10, 10, 10, 0.1);
}

.post-content .listing-item .title {
  width: 75%;
}

.related-content {
  width: 66.666%;
}

.post-content ul.display-posts-listing li.listing-item a.title,
.related-content a {
  color: #0d161a;
  text-decoration: none;
}

.post-content ul.display-posts-listing li.listing-item a.title:hover,
.related-content a:hover {
  color: #8f0c00;
  text-decoration: underline;
}

@media screen and (max-width: 1440px) {
  .post-content ul.display-posts-title,
.post-content ul.display-posts-listing {
    margin-left: 8.333%;
  }

  .post-content h2.display-posts-title {
    margin: 8.333% auto 16px 8.333%;
  }
}
@media screen and (max-width: 960px) {
  .related-post {
    width: 100%;
  }

  .post-content ul.display-posts-listing {
    margin-left: auto;
  }

  .post-content h2.display-posts-title {
    margin: 8.333% auto 16px;
  }
}
@media screen and (max-width: 480px) {
  .post-content h2.display-posts-title {
    font-size: 15.6px;
  }

  .post-content .listing-item .title,
.related-content {
    font-size: 22.464px;
  }
}
/*--------------------------*\
    Visualizer graphics
\*--------------------------*/
.post-content .visualizer-front text {
  font-family: "Muli", sans-serif !important;
  color: #565656 !important;
}

.post-content .visualizer-front text[text-anchor=start] {
  display: block !important;
  font-family: "PT Serif", serif !important;
  font-size: 24.192px;
  color: #fffffc !important;
}

.post-content .visualizer-front g g g text[text-anchor=start] {
  font-family: "Muli", sans-serif !important;
  font-size: 16.8px;
}

/*# sourceMappingURL=style.css.map */



/* vimeo fix */

.is-provider-vimeo .wp-block-embed__wrapper {
	position:initial;
}


/*--------------------------*\
    Pitch form
\*--------------------------*/

.wpcf7{
  width:100%;
  max-width:500px;
  margin-left:330px;
}

@media screen and (max-width: 960px) {
  .wpcf7{
    margin-left:0;
  }
}

@media screen and (min-width: 961px) and (max-width: 1440px) {
  .wpcf7{
    margin-left:80px;
  }
}

.wpcf7 label, .wpcf7 input, .wpcf7 select{
  font-family: Muli!important;
  font-size:14px!important;
  line-height: 1.2!important;
  font-weight: 700;
  padding:10px;
  height:45px;
}

.wpcf7 input[type=submit]{
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding:16px;
  padding-top: 10px;
  height:40px;
  color:#FFF;
  background-color: #8f0c00;
  border 1px solid rgba(0,0,0,0.5);
}
