/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Multisite
 * 16.0 - Media Queries
 *    16.1 - Mobile Large
 *    16.2 - Tablet Small
 *    16.3 - Tablet Large
 *    16.4 - Desktop Small
 *    16.5 - Desktop Medium
 *    16.6 - Desktop Large
 *    16.7 - Desktop X-Large
 * 17.0 - Print
 */
/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
fieldset {
  min-width: inherit;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}
a:focus {
  outline: 2px solid #c1c1c1;
  outline: 2px solid rgba(51, 51, 51, 0.3);
}
a:hover,
a:active {
  outline: 0;
}
a img {
  border: 0;
}
b,
strong {
  font-weight: 700;
}
embed,
iframe,
object {
  max-width: 100%;
}
@font-face {
  font-family: 'Vince';
  src: url('../fonts/vinceHand.eot');
  src: url('../fonts/vinceHand.eot?#iefix') format('embedded-opentype'), url('../fonts/vinceHand.woff') format('woff'), url('../fonts/vinceHand.ttf') format('truetype'), url('../fonts/vinceHand.svg#vincehand') format('svg');
}
html {
  font-size: 16px;
}
body {
  color: #000000;
  font-family: 'Rubik', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.9;
}
p + * {
  margin-top: 1em;
}
.narrow {
  margin: 0 auto;
  padding-top: 50px;
}
.post,
.page {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .narrow {
    width: 74%;
  }
}
.nobr {
  white-space: nowrap;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  display: block;
  float: left;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
.footer {
  padding: 0;
  background: #f7f7f7;
  color: #000000;
}
.about-mj {
  padding-top: 50px;
  background-color: #ffffff;
  text-align: center;
}
.about-mj .widget-area .about_img {
  margin: 0;
  width: 100%;
}
.about-mj .widget-area .about_img img {
  display: block;
  width: 100%;
  max-width: 350px !important;
  margin: 0 auto;
}
.about-mj .widget-area .icon img {
  width: 50px;
  height: 50px;
}
.about-mj .widget-area .icon.first {
  margin-right: 30px;
}
.about-mj h2 {
  text-transform: uppercase;
}
.footer-copyright {
  padding: 15px 0 5px;
  text-align: center;
}
.footer-copyright .logo {
  text-align: center;
}
.footer-copyright img {
  width: 80%;
  max-width: 190px;
}
@media screen and (max-width: 650px) {
  .footer-copyright {
    padding-bottom: 95px;
  }
}
@media screen and (min-width: 768px) {
  .footer .footer-copyright {
    text-align: left;
  }
  .footer .footer-copyright .logo {
    text-align: right;
  }
  .about-mj {
    padding-top: 0;
  }
  .about-mj .widget-area {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
  }
  .about-mj .widget-area .about_txt {
    width: 60%;
  }
  .about-mj .widget-area .about_img {
    margin: 40px 0 0;
    width: 40%;
  }
  .about-mj .widget-area .about_img img {
    max-width: 450px !important;
  }
}
.header {
  height: 133px;
  background-color: #641F45;
  background-image: url('../images/header-bkg.png');
  background-size: cover;
  background-position: top center;
  position: relative;
}
.header .container {
  max-width: 95%;
  padding-top: 25px;
  padding-bottom: 25px;
}
.header .container img {
  width: 250px;
}
.header .container.cultured {
  max-width: 90%;
  margin-top: 4%;
}
@media screen and (max-width: 1024px) {
  .header .container.cultured {
    margin-top: 8%;
  }
}
.single-podcast .header .container {
  padding-top: 15px;
  padding-bottom: 15px;
}
.home header {
  height: 50vh;
  min-height: 500px;
  background-image: url('../../../../uploads/cultured-hero.png');
  background-position: top center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.home header.header .container.logo-sub-wrap {
  margin-left: unset;
}
.home header .container.cultured img {
  width: 90%;
  max-width: 720px;
}
.episode_links {
  text-align: center;
}
.episode_links a {
  color: white;
  font-size: 110%;
  font-weight: bold;
  text-decoration: none;
  padding: 0.5rem;
  margin: 0 10px;
}
.episode_links a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 425px) {
  .episode_links {
    display: flex;
    flex-direction: column;
  }
  .episode_links a {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .episode_links {
    text-align: right;
  }
  .episode_links a {
    margin: 0 0 0 40px;
  }
  .episode_links a:first-child {
    margin-left: 0;
  }
}
.container.logo-sub-wrap .logo-wrapper {
  text-align: center;
}
.container.logo-sub-wrap #subscribe {
  width: 173px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .container.logo-sub-wrap .logo-wrapper {
    text-align: left;
  }
  .container.logo-sub-wrap #subscribe {
    margin-right: 0;
  }
}
@media screen and (min-height: 800px) {
  .logo-sub-wrap {
    position: absolute;
    top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .logo-sub-wrap {
    position: absolute;
    top: 0;
  }
}
div.btns {
  margin-top: 50px;
}
div.btns a {
  min-width: 250px;
  margin: 10px;
  text-align: center;
}
a.go {
  position: absolute;
  bottom: 5%;
}
a.go span {
  transform: rotate(45deg);
  color: #ffffff;
  display: block;
  padding: 20px;
  font-size: 40px;
}
@media screen and (max-width: 480px) {
  a.go {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
}
@media screen and (min-width: 851px) and (max-width: 1024px) {
  .header .container.cultured {
    max-width: 70%;
  }
}
.subscribe-wrapper {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 150px;
  background: white;
  width: 85px;
  display: flex;
  flex-direction: column;
  border-radius: 0 10px 10px 0;
  padding: 1rem 1rem 0.5rem;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  text-align: center;
}
@media screen and (max-width: 850px) {
  .subscribe-wrapper {
    top: unset;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 0.5rem;
    flex-direction: row;
    justify-content: space-around;
    border-radius: 0;
    height: 80px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  }
  .subscribe-wrapper img {
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 500px) {
  .subscribe-wrapper {
    height: 65px;
  }
}
@media screen and (max-width: 400px) {
  .subscribe-wrapper {
    height: 55px;
  }
}
.home .subscribe-wrapper {
  top: 12%;
}
@media screen and (max-width: 650px) {
  .home .subscribe-wrapper {
    top: unset;
  }
}
.site-content {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .home .site-content {
    margin-top: 105px;
  }
}
.home .site-content {
  margin-top: 0;
}
.entry-content {
  margin-top: 0;
}
.container,
.wp-block-column,
.post-navigation {
  width: 100%;
  max-width: 1054px;
  margin: 0 auto;
  padding: 0 15px;
}
.container_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container_flex.container_flex_start {
  align-items: flex-start;
}
.container_flex.container_flex_start {
  align-items: flex-start;
}
.mx-container_m_reverse {
  flex-direction: column-reverse;
}
.mx-container_flex_50 {
  flex-wrap: wrap;
}
.mx-container_flex_50 > * {
  width: 100%;
}
.mx-container_wide {
  max-width: 1254px;
}
@media screen and (min-width: 768px) {
  .mx-container_flex_50 > * {
    width: 50%;
  }
  .mx-container_m_reverse {
    flex-direction: row;
  }
}
@media screen and (min-width: 851px) and (max-width: 1249px) {
  .single-podcast #main > .container,
  .post-navigation {
    width: calc(100% - 200px);
  }
}
.vr_1x,
.hdg.vr_1x {
  margin-bottom: 10px;
}
.vr_2x {
  margin-bottom: 20px;
}
.vr_2y {
  margin-top: 20px;
}
.vr_3x {
  margin-bottom: 30px;
}
.vr_4x {
  margin-bottom: 40px;
}
.vr_5x {
  margin-bottom: 50px;
}
.vr_5y {
  margin-top: 50px;
}
.vr_6x {
  margin-bottom: 60px;
}
.vr_7x {
  margin-bottom: 70px;
}
.vr_8x {
  margin-bottom: 80px;
}
.vr_9x {
  margin-bottom: 90px;
}
.vr_10x {
  margin-bottom: 100px;
}
.vr_5xy {
  margin-top: 50px;
  margin-bottom: 50px;
}
.branding {
  position: relative;
  display: inline-block;
  font-size: 0;
  z-index: 1000;
}
.branding-logo {
  width: 50px;
  height: 50px;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .branding-logo {
    width: 104px;
    height: 104px;
  }
  .stuck .branding-logo {
    width: 50px;
    height: 50px;
  }
}
.btn > a {
  position: relative;
  display: inline-block;
  padding-left: 1em;
  border: 0;
  font-family: 'Rubik', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.btn > a:before {
  content: "\203a";
  display: block;
  position: absolute;
  left: 25px;
  top: 26px;
  -webkit-transform: translate(0, -62%);
  transform: translate(0, -62%);
  font-family: 'Rubik', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-decoration: none;
  font-size: 175%;
  line-height: 1;
}
.btn > a:before:hover {
  text-decoration: none;
}
.btn.btn_primary > a {
  padding: 16px 32px 16px 50px;
  background: #58c3f0;
  color: #ffffff;
  font-weight: 600;
  border-radius: 25px;
}
.btn.btn_primary > a:visited,
.btn.btn_primary > a:active,
.btn.btn_primary > a:focus {
  color: #ffffff;
}
.btn.btn_primary > a:hover {
  background: #ed6c05;
  color: #ffffff;
  text-decoration: none;
}
.btn.btn_primary > a:hover:before {
  transform: rotate(90deg);
  top: 21%;
  left: 28px;
}
.btn.subscribe ul {
  height: 0;
  margin: -48px 0 0;
  padding-top: 48px;
  overflow: hidden;
  background-color: #ffffff;
  transition: height 1s ease;
  border-radius: 25px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.6);
}
.btn.subscribe ul a {
  padding: 8px;
  display: block;
  text-align: center;
  text-decoration: none;
}
.btn.subscribe ul a:hover {
  text-decoration: underline;
}
.btn.subscribe:hover > a {
  background: #ed6c05;
  color: #ffffff;
  text-decoration: none;
}
.btn.subscribe:hover > a:before {
  transform: rotate(90deg);
  top: 21%;
  left: 28px;
}
.btn.subscribe:hover ul {
  height: 245px;
  transition: height 1s ease;
}
.card,
.new_ehc_articles .wp-block-column {
  position: relative;
  height: 100%;
  padding-bottom: 40px;
  text-align: left;
}
.card_shadow,
.new_ehc_articles .wp-block-column {
  padding: 10px 10px 45px 10px;
  background: #d9d9d9;
  box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  margin-bottom: 20px;
}
.card_shadow .card-ft,
.new_ehc_articles .wp-block-column .card-ft {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
}
.card-ft {
  margin-top: 0.75em;
}
.card-ft a {
  display: block;
  padding-left: 20px;
  position: relative;
  color: #000000;
  font-family: 'Rubik', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-decoration: none;
}
.card-ft a:hover {
  text-decoration: underline;
}
.card-ft a:hover::before {
  left: 5px;
}
.card-ft a::before {
  content: "\203A";
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  font-size: 2.5rem;
  line-height: 1;
  transition: 0.3s ease-in-out;
}
.card-hd {
  font-family: 'Rubik', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.card-md > * {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .card_shadow,
  .new_ehc_articles .wp-block-column {
    text-align: left;
  }
}
.podcast {
  padding: 40px 0;
  /*  .ssp-player.ssp-player-large{
    box-shadow: 3px 3px 10px 0 rgba(0,0,0,.25);
    max-width:650px;
    margin: 0 auto 1rem;
    .ssp-player-inner{
      padding-top:12px;
      padding-bottom:0;
    }
    h3.episode-title{
      white-space: initial;
    }
  }
  .trans{
    text-align: right;
    max-width: 650px;
    margin: 0 auto;
  }
  .ssp-player-info{
    > div:first-of-type{
      width: 99% !important;
      float: right !important;
    }
  }
  .ssp-wave {
    height:30px !important;
    margin-top: 0 !important;
    wave {
      background: transparent !important;
      height:30px !important;
      wave{
        height:30px;
        background-color: @dark !important;
        border: none !important;
      }
    }
  }
*/
}
.podcast .entry-content {
  margin: 0 auto;
}
.podcast.latest {
  padding: 40px 0 0;
  height: 100vh;
  max-height: 540px;
  background-color: #ffce03;
  background-image: url('../../../../uploads/bkg-latest.png');
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position-x: 75%;
  background-position-y: center;
  /*    .ssp-wave {
      wave{
        wave{
          background-color: @light !important;
        }
      }
    }
    .ssp-player.ssp-player-large{
      background-color: @light !important;
      h3.episode-title,.ssp-download-control a,.ssp-playback-speed-label-wrapper,.ssp-back-thirty-control{
        color: @dark;
      }
    }
    .ssp-play-pause,.ssp-time-volume{
      color: @dark;
    }
*/
}
@media screen and (min-width: 480px) {
  .podcast.latest {
    background-position-x: 70%;
  }
}
@media screen and (min-width: 768px) {
  .podcast.latest {
    background-position-x: 60%;
  }
}
@media screen and (min-width: 1024px) {
  .podcast.latest {
    background-position-x: center;
  }
}
@media screen and (max-width: 1024px) {
  .podcast.latest h2 {
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
  }
}
.podcast.latest .entry-content {
  max-width: 800px;
}
.podcast.all {
  padding: 80px 0;
}
.podcast .episodes ul {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: left;
  line-height: 1.25;
}
.podcast .episodes ul li {
  width: 184px;
  margin: 0 10px 20px;
  background-color: #641e43;
  background-image: url('/wp-content/uploads/bkg-s1.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
  font-size: 18px;
}
.podcast .episodes ul li .smaller {
  font-size: 14px;
}
.podcast .episodes ul li a {
  display: block;
  width: 184px;
  min-height: 200px;
  padding: 10px 10px 50px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
}
.podcast .episodes.season2 ul li {
  background-image: url('/wp-content/uploads/bkg-s2.png');
}
.podcast .episodes.season3 ul li {
  background-image: url('/wp-content/uploads/bkg-s3.png');
}
.podcast .episodes.season4 ul li {
  background-image: url('/wp-content/uploads/bkg-s4.png');
}
.single-podcast .podcast {
  text-align: left;
}
.podcast_player {
  max-width: 650px;
  margin: 0 auto;
}
.castos-player div.episode-title {
  height: auto;
  overflow: unset;
  white-space: normal;
}
.pod {
  padding: 50px;
  border-bottom: 1px solid #cccccc;
}
.pod .podcast_player {
  display: none;
}
#main .comment-navigation,
#main .posts-navigation,
#main .post-navigation {
  max-width: 1024px;
  margin: 25px auto 75px;
}
a,
a:visited {
  color: #000000;
  text-decoration: underline;
}
a:hover,
a:active {
  text-decoration: none;
}
a.under {
  text-decoration: underline;
}
a.under:hover {
  text-decoration: none;
}
a.no_u {
  text-decoration: none;
}
a.light,
a.light:visited {
  color: #ffffff;
}
.tier {
  padding: 50px 0;
  text-align: center;
}
.tier_intro {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 5%;
  text-align: center;
  font-size: 22px;
}
.tier_light {
  background-color: #ffffff;
}
.tier_lightgrey {
  background-color: #f7f7f7;
}
.tier_primary {
  background-color: #ffce03;
}
.tier_secondary {
  background-color: #58c3f0;
}
.tier_tertiary {
  background-color: #ed6c05;
}
.tier_quaternary {
  background-color: #559cb0;
}
.tier_quinary {
  background-color: #a70086;
}
.mx-tier_form {
  background: url('/wp-content/uploads/bg.jpg') no-repeat 50% 50%;
  background-size: cover;
}
.mx-tier_light {
  color: #ffffff;
}
.mx-tier_light a {
  color: #ffffff;
}
h1,
.hdg_1 {
  font-family: 'Rubik', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  line-height: 1;
}
.home h1 {
  font-size: 1.875rem;
  text-align: center;
}
h2,
.hdg_2 {
  font-family: 'Rubik', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.25;
  margin-bottom: 2rem;
}
h2.light,
.hdg_2.light {
  font-weight: normal;
}
h2.upper,
.hdg_2.upper {
  text-transform: uppercase;
}
h3,
.hdg_3 {
  margin: 0.5em 0 1.5em;
  font-family: 'Rubik', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.375rem;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.25;
}
h3.light,
.hdg_3.light {
  font-weight: normal;
}
h3.lower,
.hdg_3.lower {
  text-transform: unset;
}
h4,
.hdg_4 {
  margin: 0;
  font-family: 'Rubik', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1;
}
h2.left,
h3.left,
h4.left {
  text-align: left;
}
@media screen and (min-width: 480px) {
  .home h1 {
    font-size: 2.8125rem;
  }
}
@media screen and (min-width: 768px) {
  .home h1 {
    font-size: 3.75rem;
  }
  h2,
  .hdg_2 {
    font-size: 2rem;
  }
}
.txt_large {
  font-size: 1.25rem;
}
.txt_lineSmall {
  line-height: 1.5;
}
.txt_bright_yellow {
  color: #ffff00;
}
.txt_white {
  color: #ffffff;
}
.txt_upper {
  text-transform: uppercase;
}
.txt_cursive {
  font-family: 'Vince', 'Open Sans', sans-serif;
}
.txt_center {
  text-align: center;
}
.txt_brand {
  font-family: 'Rubik', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.txt_excerpt {
  font-size: 1.375rem;
}
/*# sourceMappingURL=wp-content/themes/cultured/public/css/main.css.map */