/*-------------GLOBAL-------------*/
html, body,
.headerContent h1.siteName, .headerContent h1.siteName a,
.pageTitle,
.contentTitle,
.item .contentTitle,
.item .contentTitle a,
.button,
.navContainer,
.imgCaption-title {
  font-family: "Graduate", serif;
  font-weight: 400;
  font-style: normal;
}
.headerContent h1.siteName, .headerContent h1.siteName a,
.pageTitle,
.contentTitle,
.item .contentTitle,
.item .contentTitle a,
.button,
.navContainer,
.imgCaption-title {
  font-family: "Graduate", serif;
  font-weight: bold;
  font-style: normal;
}
.ctaButton,
.button {
    padding: .5em 1.75em;
}
/*----------HEADER / NAVIGATION----------*/
@media only screen and (min-width: 768px) {
    .headerAndNavContent {
        max-width: 100%;
    }
    .headerContainer {
        width: 43%;
    }
    .navContainer {
        width: 57%;
    }
}
@media only screen and (max-width: 767px) {
    .headerContent h1.siteName,
    .headerContent h1.siteName a {
        text-align: center;
    }
    .mobileFullNav .navContent li a {
            text-align: center;
            font-size: 38px;
    }
}
/*------------ABOUT------------*/
.blockWrap_e65a1a17c5094c1dbc4a7e71f462ed74 .imgEffect-content {
    background-color: #9d6228;
    -ms-transform: translate(0%,0);
    transform: translate(0%,0);
    max-width: 500px;
    left: auto;
    padding: 15px 30px;
}
.blockWrap_ae8d93a14855408484e759fad43000c9 .blockImg .imgCaption {
    padding: 0 0 0 30px;
    max-width: 500px;
    background-color: #9d6228;
}
/*-----------EPISODES------------*/
.blockWrap_ae8d93a14855408484e759fad43000c9 .contentImg {
    margin-right: 8%;
}
@media only screen and (min-width: 768px) {
    div.block_fc8b7ed833794255bf9302d8a19c2abd.blockContent.layoutA {
        max-width: 1000px !important;
    }
}
@media only screen and (max-width: 767px) {
    .items_fc8b7ed833794255bf9302d8a19c2abd .item {
        flex-direction: column !important;
    }
    .items_fc8b7ed833794255bf9302d8a19c2abd .itemImg {
        width: 100% !important;
        padding-bottom: 1.5em !important;
    }
    .items_fc8b7ed833794255bf9302d8a19c2abd .itemContent {
        width: 100% !important;
    }
}
@media only screen and (max-width: 480px) {
    .blockWrap_e65a1a17c5094c1dbc4a7e71f462ed74 .imgEffect .imgEffect-overlay .imgEffect-content .contentTitle,
    .blockWrap_ae8d93a14855408484e759fad43000c9 .blockImg .imgCaption-title {
        font-size: 38px;
    }
    .blockWrap_ae8d93a14855408484e759fad43000c9 .blockImg {
        text-align: center;
    }
    .blockWrap_ae8d93a14855408484e759fad43000c9 .contentImg {
        margin: 0 0 15px 0;
    }
}