@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

body {
    padding: 0;
    margin: 0;
    /*background-image: url(https://giving.franciscan.edu/wp-content/uploads/sites/31/2022/08/Edit-Green-Bckgrd-Adv.jpg);*/
    background-size: cover;
    background-color: black;
}

div {
    position: relative;
}

h1, h2, h3, h4, h5, h6, p, a, div, span {
    font-family: 'Montserrat';
}

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
}

p {
    color: #545454;
}

a {
    text-decoration: none;
}

h2 {
    text-align: center;
}


audio {
    filter: sepia(20%) saturate(70%) grayscale(1) contrast(99%) invert(12%);
    width: 95%;
    margin: auto;
    height: 40px;
}

.far-gen-btn {
    border: 1px solid transparent;
    background-color: var(--far-gen-btn-background-color);
    color: var(--far-gen-btn-color);
    border-color: var(--far-gen-btn-border-color);
    --far-gen-btn-background-color: #998643;
    --far-gen-btn-color: white;
    --far-gen-btn-border-color: transparent;
    border-radius: 25px;
    padding: 0.5em 0.8em;
    font-weight: 500;
    text-decoration: none;
    display: block;
    width: fit-content;
    margin: auto;
    transition: 0.2s;
}

.far-gen-btn:hover {
    background-color: var(--far-gen-btn-background-color-hover);
    color: var(--far-gen-btn-color-hover);
    border-color: var(--far-gen-btn-border-color-hover);
    --far-gen-btn-background-color-hover: #998643;
    --far-gen-btn-color-hover: white;
    --far-gen-btn-border-color-hover: transparent;
}

.vid-btn-row {
    display: flex;
    display: -ms-flexbox;
    width: fit-content;
}
.vid-btn-row a {
    margin: 0 10px 0 0;
}

.site-para-box {
    width: 75%;
    margin: auto;
}

.site-content-box {
    width: 85%;
    margin: auto;
}

.btn-icon-span-sp {
    margin: 5px;
    font-size: 0.9em;
}

@media only screen and (max-width: 1200px) {
    .btn-icon-span-sp {
        width: 60px;
        height: 60px;
        max-width: 60px;
        max-height: 60px;
        min-width: 60px;
        min-height: 60px;
        border-radius: 50%;
        font-size: 1.5em;
        display: flex;
        display: -ms-flexbox;
        padding: 0;
        justify-content: center;
        align-items: center;
    }

    .btn-icon-span-sp span {
        display: none;
    }
}

@media only screen and (max-width: 500px) {
	.site-para-box, .site-content-box {
		width: 90%;
		padding-left: 1em;
		padding-right: 1em;
	}
}

.logo-amp {
    color: #bab193;
    font-family: 'Lobster';
}

.wrap-box-red, .wrap-box-blue, .wrap-box-gold, .wrap-box-green, .wrap-box-yellow {
    width: fit-content;
    padding: 10px 12px;
    color: white;
    font-weight: 500;
    text-align: center;
}
.wrap-box-red {
    background-color: #8a5555;
}
.wrap-box-blue {
    background-color: #2d334d;
}
.wrap-box-gold {
    background-color: #998643;
}
.wrap-box-yellow {
    background-color: #fbb555;
    color: black;
}
.wrap-box-green {
    background-color: #21412a;
}


/* === General ========================== */
.share-btn-icon {
    display: inline;
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.btn-icon-span-sp .share-btn-icon span {
    width: 20px;
    height: 4px;
    background-color: white;
    display: block;
    position: absolute;
    pointer-events: none;
    transition: 0.3s;
}
.btn-icon-span-sp:hover .share-btn-icon span {
    background-color: #998643;
}
.btn-icon-span-sp .share-btn-icon span:nth-child(1) {
    left: 20px;
    top: 28px;
}
.btn-icon-span-sp .share-btn-icon span:nth-child(2) {
    left: 30px;
    top: 25px;
    transform: rotate(45deg);
    width: 12px;
}
.btn-icon-span-sp .share-btn-icon span:nth-child(3) {
    left: 30px;
    top: 31px;
    transform: rotate(-45deg);
    width: 12px;
}
.share-btn-icon-show .share-btn-icon span:nth-child(1) {
    width: 22px;
    transform: rotate(45deg);
    left: 20px;
}
.share-btn-icon-show .share-btn-icon span:nth-child(2) {
    width: 0;
    transform: rotate(0deg);
}
.share-btn-icon-show .share-btn-icon span:nth-child(3) {
    width: 22px;
    top: 28px;
    left: 20px;
}
.share-btn-row {
    background-color: #E7E7E7;
    border-top: 3px solid #D5D5D5;
    border-radius: 11px;
    width: auto;
    position: absolute;
    top: -88px;
    left: -7px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: 0.2s;
}
.share-btn-row-show {
    max-height: 300px;
    opacity: 1;
}
.share-btn-row a {
    background-color: #232943;
    padding: 10px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1em;
    margin: 0 4px;
    border: 1px solid transparent;
    transition: 0.3s;
}
.share-btn-row-wrap {
    display: flex;
    display: -ms-flexbox;
    padding: 10px;
}
.share-btn-row a:nth-child(1) {
    background-color: #3B5998;
    color: white;
}
.share-btn-row a:nth-child(2) {
    background-color: #1DA1F2;
    color: white;
}
.share-btn-row a:nth-child(1):hover {
    background-color: white;
    border-color: #3B5998;
    color: #3B5998;
}
.share-btn-row a:nth-child(2):hover {
    background-color: white;
    border-color: #1DA1F2;
    color: #1DA1F2;
}
.share-btn-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 12px 0 12px;
    border-color: #E7E7E7 transparent transparent transparent;
    line-height: 0px;
    _border-color: #007BFF #000000 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    position: absolute;
    top: -20px;
    left: 19px;
    opacity: 0;
    transition: 0.2s;
}
.share-btn-triangle-show {
    opacity: 1;
}
.page-share-btn {
    margin: 0 10px 0 0;
    cursor: pointer;
}

@media only screen and (min-width: 1201px) {
    .share-btn-icon {
        display: none;
    }
}





/* === Navigation ======================= */
#farNav {
    position: fixed;
    width: 100%;
    z-index: 6;
}

.header-nav {
    background-color: black;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    position: relative;
    z-index: 6;
}

.main-menu-logo {
    width: 250px;
}
.main-menu-logo img {
    max-width: 100%;
    height: auto;
}

.nav-logo {
    color: white;
    padding: 1em;
    font-weight: 700;
    font-size: 1.3em;
}
.header-nav li {
    display: inline;
    cursor: default;
}
.header-nav a {
    color: white;
    text-decoration: none;
    margin: 0 1em;
    font-weight: 600;
    position: relative;
}

.header-nav a:hover {
    color: #998643;
}

.right-side-menu {
    margin-left: auto;
    margin-right: 1em;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
}
.header-franciscan-logo-desktop {
    width: 170px;
    padding-top: 4px;
    padding-right: 16px;
}
.header-franciscan-logo-mobile {
    width: 34px;
    padding: 11px 0 11px 11px;
    display: none;
}
.header-franciscan-logo-desktop img, .header-franciscan-logo-mobile img {
    width: 100%;
}
.header-nav i {
    font-size: 1.3em;
    color: white;
    margin: 1em;
    cursor: pointer;
}
.header-nav .ham-menu {
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: none;
}
.header-nav .ham-menu span {
    background-color: white;
    width: 30px;
    height: 3px;
    margin: 7px;
    border-radius: 10px;
    display: block;
    position: absolute;
    transition: 0.3s;
}
.ham-menu span:first-child {
    top: 0;
    right: 0;
}
.ham-menu span:nth-child(2) {
    top: 10px;
    right: 0;
}
.ham-menu span:nth-child(3) {
    top: 20px;
    right: 0;
}

.ham-open span:first-child {
    transform: rotate(45deg);
    top: 10px;
}
.ham-open span:nth-child(2) {
    transform: rotate(-45deg);
    top: 10px;
}
.ham-open span:nth-child(3) {
    display: none;
}

.header-search-bar {
    position: absolute;
    top: -200px;
    width: 100%;
    border-top: 3px solid white;
    background-color: black;
    z-index: -1;
    transition: 0.3s;
}

#searchForm {
    margin: auto;
}

#searchInput {
    border-radius: 18px;
    border: none;
    outline: none;
    padding: 5px 10px;
    font-size: 1.4em;
}

#searchBtn {
    background-color: #998643;
    color: white;
    outline: none;
    border: none;
    font-size: 1em;
    padding: 0.5em 0.8em;
    border-radius: 20px;
    margin-left: 5px;
}

.search-bar-open {
    top: 0;
}
.menu-search-overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 4;
    transition: 0.5s;
    opacity: 0;
    pointer-events: none;
}
.menu-search-overlay-show {
    opacity: 1;
    pointer-events: initial;
}


.main-site-menu-overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.55);
    top: 0;
    left: 0;
    z-index: 4;
    transition: 0.5s;
}
.menu-overlay-on {
    opacity: 1;
    pointer-events: initial;
}
.menu-overlay-off {
    opacity: 0;
    pointer-events: none;
}
.main-site-menu {
    position: fixed;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    background-color: black;
    overflow: hidden;
    z-index: 5;
    transition: 0.4s;
}

.main-menu-site-content-box {
    position: relative;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
}

.main-menu-row {
    position: absolute;
}

#menuPresentsRow .past-videos-wrap > div:nth-child(1) p {
    margin-top: 5px;
}

#menuPresentsRow .past-video p {
    margin-left: 5px;
}



@media only screen and (max-width: 950px) {
    .header-nav ul {
        display: none;
    }
    .main-site-menu {
        display: none;
    }
    .main-site-menu-overlay {
        display: none;
    }
    .header-franciscan-logo-desktop {
        padding-right: 26px;
    }
}
@media only screen and (max-width: 570px) {
    .header-franciscan-logo-desktop {
        display: none;
    }
    .header-franciscan-logo-mobile {
        display: block;
    }
    .main-menu-logo {
        margin: auto;
    }
}
@media only screen and (max-width: 220px) {
    .main-menu-logo {
        width: 220px;
    }
}


/* === Open Menu CSS ================== */
.open-menu-header {
    color: white;
    font-weight: 600;
}
.main-site-menu nav {
    display: flex;
    display: -ms-flexbox;
    position: relative;
}
.open-menu-items {
    padding-left: 5px;
    padding-right: 12px;
}
.open-menu-items li {
    padding: 10px 0;
}
.open-menu-items a {
    color: white;
    transition: 0.2s;
}
.open-menu-items a:hover {
    color: #fbb555;
}
.mobile-inner-nav-row {
    display: none;
}



.main-menu-open {
    display: flex;
    display: -ms-flexbox;
    height: auto;
    opacity: 1;
    pointer-events: all;
}
.main-menu-close {
    /*display: none;*/
    height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}


.presents-first-col img {
    width: 100%;
    display: block;
    transition: 0.4s;
}
.presents-first-col img:hover {
    transform: scale(1.05);
}
.presents-first-col-img {
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px solid white;
}
.main-site-menu p, .main-site-menu a {
    color: white;
}
.main-site-menu a:hover {
    text-decoration: underline;
}
.main-menu-subheader {
    font-size: 1.1em;
    font-weight: 600;
}
.presents-first-col .video-title {
    font-size: 1.25em;
    margin: 10px 0 5px;
}
.presents-first-col .video-guest {
    margin: 8px 0 12px;
}
.presents-first-col .wrap-box-red {
    margin-bottom: 3em;
}

.past-videos-wrap {
    padding: 1em;
}

.presents-second-col {
    padding: 2em;
}
.presents-second-col .past-videos-wrap {
    padding-right: 2em;
    border-right: 1px solid #a1a1a1;
}
.presents-second-col .col-md-4 {
    display: flex;
    display: -ms-flexbox;
}
.presents-second-col .wrap-box-red {
    margin: auto;
    margin-right: 0;
}

.presents-third-col .handout-box {
    background-color: white;
    padding: 1em;
    margin-bottom: 1em;
}
.presents-third-col .handout-box .col-md-8 {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
}
.presents-third-col .handout-box .col-md-8 p {
    padding-right: 5px;
}
.presents-third-col .handout-box .col-md-4 {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
}
.presents-third-col .handout-box p, .presents-third-col .handout-box a {
    color: #998643;
    font-weight: 600;
    margin: 0;
}
.presents-third-col .col-md-4 {
    text-align: right;
}
.presents-third-col .wrap-box-blue {
    margin-right: 0;
    margin-left: auto;
}

@media only screen and (max-width: 1150px) {
    .presents-third-col .handout-box .col-md-4 {
        display: none;
    }
    .presents-third-col .handout-box .col-md-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}



.main-site-menu .menu-podcast-box {
    width: 90%;
    text-align: center;
    margin: auto;
}
.menu-podcast-box .far-gen-btn {
    margin: auto;
}
.menu-podcast-img-wrap {
    border: 1px solid white;
    width: 80%;
    max-width: 200px;
    height: auto;
    margin: 0 auto 1em;
    overflow: hidden;
}
.menu-podcast-img-wrap img {
    width: 100%;
    display: block;
    transition: 0.4s;
}
.menu-podcast-img-wrap img:hover {
    transform: scale(1.05);
}
.main-site-menu .menu-podcast-box a:hover, .main-site-menu .menu-donate-box a:hover {
    text-decoration: none;
}

.menu-magazine-row {
    width: 70%;
    margin: auto;
}
.menu-magazine-row p {
    color: white;
}
.menu-magazine-row .mag-issue-img-wrap {
    width: 80%;
    max-width: 250px;
    height: auto;
    border: 6px solid white;
    margin: auto;
    margin-bottom: 1em;
    overflow: hidden;
}
.menu-magazine-row .mag-issue-img-wrap img {
    width: 100%;
    display: block;
    transition: 0.4s;
}
.menu-magazine-row .mag-issue-img-wrap img:hover {
    transform: scale(1.05);
}
.menu-magazine-row .col-md-5 {
    text-align: center;
}
.menu-magazine-row .col-md-5 a:hover {
    text-decoration: none;
}
.menu-magazine-row .col-md-7 {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    justify-content: center;
}
.menu-magazine-row .current-article .article-title {
    font-weight: 600;
}
.mag-articles-wrap {
    padding: 2em;
}
.menu-magazine-row .mag-articles-wrap .col-md-4 {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
}
.menu-magazine-row .mag-articles-wrap .col-md-4 .wrap-box-gold {
    height: fit-content;
}
.mag-homepage-btn {
    background-color: white;
    color: #21412a;
    text-align: center;
    padding: 10px;
    margin-bottom: 1em;
    transition: 0.3s;
}
.mag-homepage-btn-link:hover {
    text-decoration: none;
}
.mag-homepage-btn:hover {
    background-color: #998643;
    color: white;
}


.menu-donate-box {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    text-align: center;
    margin: auto;
    width: 95%;
    padding-bottom: 1em;
}
.menu-donate-box .title {
    font-weight: 700;
    margin-bottom: 0;
}
.menu-donate-box .description {
    margin-top: 10px;
    margin-bottom: 25px;
}
.menu-donate-box a {
    margin: 0 auto;
    font-size: 1.1em;
}


@media only screen and (max-width: 950px) {
    .menu-magazine-row {
        width: 100%;
    }
}


@media only screen and (max-width: 950px) {
    .mobile-inner-nav-row {
        display: flex!important;
        display: -ms-flexbox!important;
        padding: 0;
        text-align: center;
        margin: 1.5em auto 1em;
        background-color: #998643;
        padding: 5px;
        border-radius: 10px;
    }
    .header-nav .ham-menu {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .open-menu-header {
        cursor: pointer;
    }
    .open-menu-items {
        position: fixed;
        left: 110vw;
        transition: 0.3s;
        background-color: black;
        z-index: 7;
    }
}




/* === Mobile Menu ==================== */
.site-mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 80vw;
    height: 100vh;
    background-color: black;
    z-index: 10;
    display: none;
    opacity: 0;
    transition: 0.7s;
}
.mobile-menu-header {
    flex-direction: row;
    padding-bottom: 1em;
}
.mobile-menu-main-wrap {
    height: 86vh;
    position: relative;
    overflow: scroll;
    border-top: 2px solid #998643;
}
.mobile-ham-menu {
    padding: 0 1em;
    cursor: pointer;
}
.mobile-ham-menu span {
    background-color: white;
    width: 30px;
    height: 3px;
    margin: 7px;
    border-radius: 10px;
    display: block;
    position: absolute;
    right: 20px;
    transition: 0.3s;
}
.mobile-ham-menu span:first-child {
    top: 5px;
    transform: rotate(45deg);
}
.mobile-ham-menu span:nth-child(2) {
    top: 5px;
    transform: rotate(-45deg);
}
.mobile-menu-logo {
    width: 250px;
    padding: 0 0 0 1em;
    margin-top: 1px;
}
.mobile-menu-logo img {
    max-width: 100%;
    height: auto;
}
.mobile-menu-main {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.mobile-menu-box {
    position: absolute;
    height: 100%;
    width: 100px;
    background-color: #998643;
    top: 0;
    right: 0;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.mobile-menu-box div {
    width: 60%;
}
.mobile-menu-box div img {
    width: 100%;
}
.mobile-menu-main div:nth-child(odd) .mobile-menu-box {
    background-color: #857640;
}
.mobile-menu-nav-row {
    padding: 1.5em 0;
    min-height: 90px;
}
.mobile-menu-box p {
    color: white;
    font-weight: 600;
    margin: 0;
}
.mobile-menu-nav-info {
    padding: 0 2em;
    width: 50%;
}

.mobile-menu-box img:hover {
    animation-name: MobileMenuIconAnim;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    cursor: pointer;
    filter: brightness(1.5);
}
.mobile-menu-nav-row p {
    color: white;
    font-size: 0.8em;
}
.mobile-ham-menu {
    width: 40px;
    height: 40px;
    margin: auto;
}
.mobile-menu-header-left {
    width: fit-content;
}
.mobile-menu-header-right {
    width: fit-content;
    margin-right: 0;
    margin-left: auto;
}
.mobile-menu-overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.55);
    top: 0;
    left: 0;
    z-index: 4;
    transition: 0.5s;
    opacity: 0;
    pointer-events: none;
}
.mobile-menu-overlay-show {
    opacity: 1;
    pointer-events: all;
}

@keyframes MobileMenuIconAnim {
    0% {transform: scale(1)}
    50% {transform: scale(0.9)}
    100% {transform: scale(1);}
}


@media only screen and (min-width: 951px) {
    .mobile-menu-overlay-show {
        display: none;
    }
}

@media only screen and (max-width: 950px) {
    .site-mobile-menu {
        display: block;
        right: -100vw;
    }
}
@media only screen and (max-width: 500px) {
    .site-mobile-menu {
        width: 100%;
    }
}






/* === Home =========================== */

.h1-logo {
    color: white;
    text-transform: uppercase;
    font-size: 3rem;
    margin: 0;
}

.homepage-top-logo {
    width: 100%;
    margin: auto;
    min-width: 315px;
    max-width: 665px;
}
.homepage-top-logo img {
    width: 100%;
    height: auto;
}

.h1-logo-tagline {
    color: white;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 500;
}

.home-intro-row {
    text-align: center; 
    justify-content: center;
    color: white;
    flex-direction: column;
    background: linear-gradient(180deg, black, #0000009e, transparent);
}
.homepage-random-image {
    position: absolute; 
    width: 100%; 
    z-index: 0; 
    background-size: cover; 
    height: 100%;
    background-position-y: center;
    background-image: url('https://faithandreason.com/wp-content/uploads/2025/10/FR-Hero-Image-2025.jpg');
    background-position-x: center;
}

/* == Homepage Random Images ======= */
.random-image-dove {
    background-position-y: center;
    background-image: url('https://faithandreason.com/wp-content/uploads/2025/10/FR-Hero-Image-2025.jpg');
    background-position-x: center;
    opacity: 1;
}
.random-image-athens {
    background-position-y: center;
    background-image: url('https://faithandreason.com/wp-content/uploads/2025/10/FR-Hero-Image-2025.jpg');
    background-position-x: center;
    opacity: 1;
}
.random-image-augustine {
    background-position-y: center;
    background-image: url('https://faithandreason.com/wp-content/uploads/2025/10/FR-Hero-Image-2025.jpg');
    background-position-x: center;
    opacity: 0.7;
}
.random-image-theresa {
    background-position-y: center;
    background-image: url('https://faithandreason.com/wp-content/uploads/2025/10/FR-Hero-Image-2025.jpg');
    background-position-x: center;
    opacity: 1;
}
/* ================================== */

.hp-header-site-para-box {
    padding-top: 16em; 
    position: relative; 
    z-index: 1;
}
.jp-ii-quote-dove-img {
    width: auto;
    height: 150%;
    position: absolute;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
    top: -70px;
}
.home-presents-post {
    background-color: white;
    box-shadow: 0 5px 15px #000000a3;
    transition: 0.4s;
}
.home-presents-post img {
    width: 100%;
    display: block;
}
.home-presents-post-lg .home-presents-post-content > div {
    padding: 2em;
}
.home-presents-post-lg .date {
    width: fit-content;
    padding: 5px 8px;
    color: white;
    text-transform: uppercase;
    background-color: #242c27;
}
.home-presents-post .title {
    color: #998643;
    text-transform: uppercase;
    font-size: 1.6em;
    font-weight: 600;
    margin-bottom: 0;
}
.home-presents-post .guest-line {
    color: black;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 5px;
}
.home-presents-post .description {
    color: gray;
    font-family: 'Nunito';
    font-size: 1.05em;
}


.home-presents-post-sm {
    flex-direction: column;
    width: 95%;
}
.home-presents-post-sm .home-presents-post-content > div {
    padding: 1.8em;
}
.home-presents-post-sm .date {
    color: black;
    font-weight: 600;
    margin: 0;
}
.home-presents-post-sm .title {
    margin-top: 0.5em;
}

.home-presents-post:hover {
    transform: scale(1.03);
}

.far-home-post-cols div:nth-child(2) .home-presents-post-sm {
    margin: 0 auto;
}
.far-home-post-cols div:nth-child(3) .home-presents-post-sm {
    margin-left: auto;
    margin-right: 0;
}
.full-side-img, .col-top-img {
    width: 100%;
    overflow: hidden;
}
.home-presents-post-archive .full-side-img:hover img {
    transform: scale(1.05);
}
.home-presents-post-lg .col-lg-5, .home-presents-post-lg .col-lg-7 {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
}
.home-presents-post-lg .col-lg-7 {
    background-color: #171b27;
}
.post-content-wrap p {
    font-family: 'Nunito';
    font-size: 1.1em;
}




.presents-vid-thumbnail-wrap {
    background-image: url('https://faithandreason.com/wp-content/uploads/2022/12/presents-video-thumbnail.png');
    background-size: cover;
    background-position: center;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    cursor: pointer;
    transition: 0.3s;
}
.presents-vid-thumbnail-wrap:hover {
    filter: brightness(1.3);
}
.single-presents-main-post-row .presents-vid-thumbnail-wrap i {
    color: white;
    font-size: 8em;
    margin-bottom: 50px;
    transition: 0.3s;
}
.single-presents-main-post-row .presents-vid-thumbnail-wrap:hover i {
    transform: translateY(-10px);
}
.single-presents-main-post-row .presents-vid-thumbnail-wrap .title {
    background-color: #8A5555;
    width: 100%;
    text-align: center;
    color: white;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: 500;
}
.single-presents-main-post-row .presents-vid-thumbnail-wrap .guest-name {
    color: white;
    text-transform: none;
    margin: 8px 10px 2em;
    font-weight: 500;
}
.single-presents-main-post-row .presents-vid-thumbnail-wrap .guest-name span {
    text-transform: uppercase;
    font-size: 1.1em;
}

@media only screen and (max-width: 991px) {
    .home-presents-post-lg {
        flex-direction: column;
    }
    .home-presents-post-sm {
        width: 100%;
        margin-bottom: 2em!important;
    }
    .home-presents-post-sm .col-top-img {
        display: none;
    }
}
/*@media only screen and (max-width: 767px) {
    .homepage-top-logo {
        display: none;
    }
    .h1-logo-tagline {
        display: none;
    }
}*/
@media only screen and (max-width: 650px) {
    .single-presents-main-post-row .presents-vid-thumbnail-wrap i {
        font-size: 5em;
        margin-bottom: 10px;
    }
    .single-presents-main-post-row .presents-vid-thumbnail-wrap .title {
        font-size: 1.2em;
    }
    .single-presents-main-post-row .presents-vid-thumbnail-wrap .guest-name {
        margin-top: 5px;
        margin-bottom: 15px;
        font-size: 1em;
    }
}
@media only screen and (max-width: 400px) {
    .single-presents-main-post-row .presents-vid-thumbnail-wrap .title {
        padding: 5px 0;
    }
}


.podcasts-row {
    max-width: 1300px;
    margin: auto;
}

.podcasts-row .col-md-4 {
    text-align: center;
    width: fit-content;
    margin: auto;
}
.far-home-phone-link {
    display: block;
    width: fit-content;
    margin: auto;
    transform: translateY(140px);
    opacity: 0;
}
#podcastBoundary .row > div:nth-child(1) .far-home-phone-link {
    transition: 0.8s;
}
#podcastBoundary .row > div:nth-child(2) .far-home-phone-link {
    transition: 1.5s;
}
#podcastBoundary .row > div:nth-child(3) .far-home-phone-link {
    transition: 2.2s;
}
.far-home-phone-link-visible {
    transform: translateY(0);
    opacity: 1;
}
.far-home-phone-link img {
    width: 100%;
}
.far-home-phone-link img:hover {
    animation-name: PhoneJiggle;
    animation-duration: 1s;
    animation-iteration-count: 1;
}
.far-home-phone-mobile {
    display: none;
}
.far-home-phone-mobile img {
    width: 100%;
    border: 2px solid white;
    border-radius: 5px;
    transition: 0.2s;
}
.far-home-phone-mobile img:hover {
    transform: scale(1.05);
}

@keyframes PhoneJiggle {
    0% {transform: rotate(0deg);}
    30% {transform: rotate(5deg);}
    60% {transform: rotate(-5deg);}
    90% {transform: rotate(2deg);}
    100% {transform: rotate(0deg);}
}

@media only screen and (max-width: 767px) {
    .podcasts-row .col-md-4 {
        width: 100%;
    }
    .far-home-phone-link .far-home-phone-desktop {
        display: none;
    }
    .far-home-phone-mobile {
        display: block;
        width: 330px;
        margin: 0 auto 3em;
    }   
}
@media only screen and (max-width: 470px) {
    .far-home-phone-mobile {
        width: 100%;
    }   
}





.fran-story-row {
    background-color: #c3c3c3;
}

.fran-story-img-wrap {
    width: 250px;
    margin: auto;
}
.fran-story-img-wrap img {
    width: 100%;
}
.fran-story-h2 {
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    font-size: 2em;
    margin-top: 0;
    margin-bottom: 0;
}
.fran-story-row .col-md-7 {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    justify-content: center;
}
.fran-story-row input {
    width: 100%;
    padding: 10px;
    font-size: 1.1em;
    border-radius: 8px;
    border: none;
    margin: 7px 0;
}
.fran-story-row label {
    color: #595959;
    text-align: left;
    margin-bottom: 1.1em;
}
#ofsBtn {
    margin: 0;
    padding: 10px 1.3em;
    font-size: 1.1em;
    border-radius: 0 8px 8px 0;
    border: none;
    background-color: #46574b;
    color: white;
    text-transform: uppercase;
    margin-left: -5px;
}

.mc-field-group {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column-reverse;
    margin: auto;
    width: 75%;
}

.mc-embed-responsive .mailchimp-submit-btn {
    margin-bottom: 0;
    margin-top: 15px;
    background-color: #21412a;
    color: white;
    font-family: 'Montserrat';
    width: fit-content!important;
    padding: 0.5em 2em;
    cursor: pointer;
    transition: 0.2s;
}

.mc-embed-responsive .mailchimp-submit-btn:hover {
    background-color: #998643;
}


@media only screen and (max-width: 767px) {
    .fran-story-h2, .fran-story-row .col-md-7 {
        text-align: center;
    }
}
@media only screen and (max-width: 500px) {
    .mc-field-group {
        width: 100%;
    }
    .fran-story-row input {
        border-radius: 8px;
        width: 90%;
        margin: 7px auto;
    }
    .fran-story-row label {
        width: 92%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1.1em;
    }
    
    #ofsBtn {
        border-radius: 8px;
        margin-top: 15px;
    }
}



.far-home-mag-row {
    background-image: url('https://faithandreason.com/wp-content/uploads/2022/12/faith-reason-hp-mag-bkgd-small.png');
    background-size: cover;
    background-position: center;
    padding: 4em 0;
    background-attachment: fixed;
    background-color: #191e1acf;
}
.far-home-mag-row .mag-white-box {
    background-color: white;
    padding: 1em;
    text-align: center;
    border-radius: 30px;
    box-shadow: 0 13px 15px black;
}
.mag-white-box-h2 {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 2em;
    margin-bottom: 0;
}
.far-home-mag-row .mag-white-box p {
    margin-top: 10px;
    margin-bottom: 1.3em;
    color: #998643;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.2em;       
}
.far-home-mag-row .mag-white-box .far-gen-btn {
    margin: auto;
    --far-gen-btn-background-color: transparent;
    --far-gen-btn-color: #998643;
    --far-gen-btn-border-color: #998643;
    --far-gen-btn-background-color-hover: white;
    --far-gen-btn-color-hover: #21412a;
    font-size: 1.2em;
    margin-bottom: 1.4em;
}

.far-home-give-row h2 {
    color: #99B4A5;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 2em;
}
.far-home-give-row p {
    color: white;
}


@media only screen and (max-width: 450px) {
    .far-home-mag-row {
        background-attachment: initial;
    }
}






/* === Presents Archive ===== */

.home-presents-post-archive {
    background-color: white;
    display: flex;
    display: -ms-flexbox;
    /*max-width: 1300px;*/
    margin: 1em auto;
}
.home-presents-post-archive img {
    width: 100%;
    display: block;
    transition: 0.3s;
}
.home-presents-post-archive .title {
    color: #998643;
    text-transform: uppercase;
    font-size: 1.6em;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0;
}
.home-presents-post-archive .title a {
    color: #998643;
}
.home-presents-post-archive .title a:hover {
    text-decoration: underline;
}
.home-presents-post-archive .guest-line {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.3em;
    margin-top: 6px;
}
/*.home-presents-post-archive .col-lg-7 {
    max-width: 630px;
}*/
.presents-archive-pagination-row {
    align-items: center;
}

.presents-archive-pagination-row .paginate-links {
    background-color: transparent;
    color: white;
    transition: 0.2s;
}

.presents-archive-pagination-row .paginate-links:hover {
    background: #bcc1cf52;
    border-radius: 50%;
    width: 1em;
    text-align: center;
    line-height: 1em;
    padding: 10px 10px;
}

.presents-archive-pagination-row .paginate-links, .presents-archive-pagination-row .paginate-selected {
    font-size: 1.5em;
    font-weight: 600;
    width: 1em;
    max-width: 1em;
    min-width: 1em;
    height: 1em;
    max-height: 1em;
    min-height: 1em;
    text-align: center;
    line-height: 1em;
    padding: 10px 10px;
}

.presents-archive-pagination-row .paginate-selected {
    background: #6a6e79;
    border-radius: 50%;
    border-color: transparent;
}


.abs-play-btn-wrap {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.abs-play-btn {
    background-color: #998643;
    color: white;
    font-size: 1.6em;
    width: 3em;
    height: 3em;
    min-width: 3em;
    min-height: 3em;
    max-width: 3em;
    max-height: 3em;
    display: flex;
    display: -ms-flexbox;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    box-shadow: 0 5px 15px black;
    transition: 0.2s;
}

.abs-play-btn:hover {
    background-color: #bab192;
}







/* == Podcasts CSS ======= */
.body-tth {
    background-color: #242b27;
    background-image: url('https://faithandreason.com/wp-content/uploads/2022/11/far-green-bkgd-small.png');
    background-size: cover;
    background-repeat: repeat-y;
    background-attachment: fixed;
}
.body-content {
    position: relative;
}
.body-background-gradient-top {
    width: 100%;
    height: 200px;
    background: linear-gradient(180deg, #242b27, transparent);
    position: absolute;
    top: 0;
    left: 0;
}
.podcast-header {
    background-size: cover;
    background-position-x: center;
}
.podcast-header-overlay {
    background: linear-gradient(180deg, transparent, transparent, #242b27);
}
.tth-logo {
    max-width: 400px;
    width: 100%;
    margin: auto; 
}
.podcast-content-wrap {
    background-color: white;
    margin: 2.5em 0;
    box-shadow: 0 5px 15px black;
    flex-direction: row;
}
.podcast-content-wrap img {
    display: block;
}

.podcast-content-img {
    width: 30%;
    max-width: 350px;
}
.podcast-content-img img {
    width: 100%;
}
.podcast-content-inner {
    width: 70%;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    flex-direction: column;
}
.podcast-content-inner-padding {
    padding: 1em 2em;
}

.podcast-content-text-and-buttons {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
}
.podcast-content-text-and-buttons h2 {
    text-align: left;
    margin-bottom: 10px;
}
.podcast-content-text-and-buttons a {
    color: black;
}
.podcast-content-text-and-buttons a:hover {
    text-decoration: underline;
}
.podcast-content-date, .legends-podcast-content-date {
    background-color: #fbb555;
    font-weight: 500;
    width: fit-content;
    padding: 5px 1em;
}
.podcast-content-date {
    background-color: #fbb555;
    color: black;
}
.legends-podcast-content-date {
    background-color: rgb(25, 29, 26);
    color: white;
}
.podcast-content-desc {
    color: rgb(74, 74, 74);
    margin-top: 1em;
    overflow: hidden;
}
.podcast-content-audio {
    padding-bottom: 0.5em;
}
.far-home-phone-mobile p {
    color: white;
}

@media only screen and (max-width: 1370px) {
    .podcast-content-img img {
        padding: 1em;
    }
}
@media only screen and (max-width: 767px) {
    .podcast-content-text-and-buttons {
        justify-content: center;
    }
    .podcast-content-text-and-buttons h2 {
        text-align: center;
    }
    .podcast-content-date {
        margin: auto;
    }
    .podcast-content-wrap .podcast-content-img {
        min-width: 300px;
        margin: auto;
    }
    .podcast-content-inner {
        width: 90%;
        margin: auto;
        padding-top: 1em;
    }
    .podcast-content-inner-padding .wrap-box-red, .podcast-content-inner-padding .legends-podcast-content-date {
        margin: auto;
    }
}
@media only screen and (max-width: 700px) {
    .podcast-content-wrap {
        flex-direction: column;
    }
    .podcast-content-inner {
        width: 100%;
    }
    .podcast-content-inner h2, .podcast-content-inner .podcast-content-desc {
        margin-top: 0;
    }
}
@media only screen and (max-width: 450px) {
    .body-tth {
        background-attachment: initial;
        background-size: contain;
    }
}
@media only screen and (max-width: 430px) {
    .podcast-header {
        background-size: 224%;
        background-position-x: center;
        background-repeat: no-repeat;
    }
    .podcast-header-overlay {
        background: linear-gradient(180deg, transparent, #242b27d4, #242b27);
    }
    .tth-logo {
        max-width: 300px;
    }
}

/* Pagination */

.paginate-links, .paginate-selected {
    padding: 8px 10px;
    border-radius: 5px;
    margin: 10px;
    font-family: 'Montserrat';
    font-size: 1.3em;
    font-weight: 500;
    display: inline-block;
}

.paginate-selected {
    background-color: transparent;
    color: white;
    border: 2px solid #fbb555;
}

.paginate-links {
    background-color: #fbb555;
    color: black;
    border: 2px solid transparent;
    cursor: pointer;
    transition: 0.2s;
}

.paginate-links:hover {
    background-color: #ffdd9e;
}

.paginate-extended-list {
    display: none!important;
}

.paginate-extended-list-show {
    display: flex!important;
}
.legends-podcast-pagination .paginate-links {
    background-color: #998643;
    color: white;
}
.legends-podcast-pagination .paginate-links:hover {
    background-color: #bca16f;
}
.legends-podcast-pagination .paginate-selected {
    border: 2px solid #998643;
}





.main-podcast-post-box {
    background-color: white;
    padding: 3em 3em 2.5em;
}
.main-podcast-post-box-wrap {
    display: flex;
    display: -ms-flexbox;
}
.main-podcast-post-img, .main-podcast-album-title {
    width: 100%;
    margin: auto;
}
.main-podcast-post-img-wrap {
    width: 300px;
    min-width: 300px;
}
.main-podcast-post-img img {
    width: 100%;
    display: block;
}
.main-presents-podcast-album-title {
    background-color: #8a5555;
    color: white;
    text-align: center;
}
.main-podcast-text-box-wrap h2 {
    text-align: left;
}
.main-presents-podcast-album-title p {
    padding: 8px 12px;
    font-weight: 500;
    margin: 0;
    color: white;
}
.main-podcast-text-box-wrap {
    padding-left: 2em;
}
@media only screen and (max-width: 767px) {
    .main-podcast-post-box-wrap {
        flex-direction: column;
    }
    .main-presents-podcast-album-title {
        display: none;
    }
    .main-podcast-post-img-wrap {
        margin: auto;
    }
    .main-podcast-post-box {
        padding: 3em 2em 2.5em;
    }
    .main-podcast-text-box-wrap {
        padding-left: 0;
    }
    .main-podcast-text-box-wrap h2 {
        text-align: center;
    }
    .main-podcast-text-box-wrap .wrap-box-red {
        margin: auto;
    }
}




/* Single Podcasts */
.main-podcast-post-box {
    background-color: white;
    padding: 3em 3em 2.5em;
}
.main-podcast-post-box-wrap {
    display: flex;
    display: -ms-flexbox;
}
.main-podcast-post-img, .main-podcast-album-title {
    width: 100%;
    margin: auto;
}
.main-podcast-post-img-wrap {
    width: 300px;
    min-width: 300px;
}
.main-podcast-post-img img {
    width: 100%;
    display: block;
}
.main-podcast-album-title {
    background-color: #21412a;
    color: white;
    text-align: center;
}
.main-podcast-album-title p {
    padding: 8px 12px 12px;
    font-weight: 600;
    margin: 0;
    color: white;
}
.main-podcast-text-box-wrap {
    padding-left: 2em;
}
.main-podcast-text-box-wrap  h2 {
    text-align: left;
}
.main-podcast-text-box-wrap p {
    font-size: 1.02em;
}
.main-podcast-text-box-wrap a {
    color: #21412a;
    text-decoration: underline;
}
.main-podcast-text-box-wrap a:hover {
    text-decoration: none;
}
.gold-color-class {
    background-color: #998643;
}
.main-podcast-text-box-wrap-legends h2, .main-podcast-text-box-wrap-legends h2 a {
    color: #998643;
}
.main-podcast-text-box-wrap-legends .wrap-box-yellow, .main-podcast-text-box-wrap-legends .podcast-content-date {
    background-color: #191d1a;
    color: white;
}
@media only screen and (max-width: 767px) {
    .main-podcast-post-box {
        padding: 2em 1.5em 2.5em;
    }
    .main-podcast-post-box-wrap {
        flex-direction: column;
    }
    .main-podcast-album-title {
        display: none;
    }
    .main-podcast-post-img-wrap {
        width: 100%;
        max-width: 300px;
        min-width: 0;
        margin: auto;
    }
    .main-podcast-text-box-wrap {
        padding-left: 0;
    }
    .main-podcast-text-box-wrap  h2 {
        text-align: center;
    }
    .main-podcast-text-box-wrap .wrap-box-yellow {
        margin: auto;
    }

    .podcast-content-img {
        width: 55%;
        margin: auto;
    }
    .podcast-content-img img {
        padding: 2em 0 1em;
    }
    .podcast-content-inner {
        width: 100%;
    }
}



/* == Podcasts Home ===== */

.podcast-home-h1 {
    color: white;
    font-size: 2.5em;
    margin-bottom: 10px;
}
.podcast-home-header-tagline {
    color: #bab192;
    font-weight: 500;
    font-size: 1.3em;
    margin-top: 0;
    text-transform: uppercase;
}
.presents-podcast-about-text-tth {
    margin-right: 1em;
    margin-left: auto;
    text-align: right;
    width: 68%;
}
.presents-podcast-about-text img, .presents-podcast-about-text-tth img {
    width: 300px;
}
.presents-podcast-about-text-tth .far-gen-btn {
    font-size: 1.3em;
    margin-top: 2em;
}
.presents-podcast-about-text-tth .far-gen-btn i:before {
    color: black;
    transition: 0.2s;
}
.presents-podcast-about-text-tth .far-gen-btn:hover i:before {
    color: white;
}
.present-podcast-about-img-wrap-tth {
    text-align: left;
    padding: 0 1em;
    width: 90%;
    max-width: 290px;
    margin-left: 0;
    margin-right: auto;
}
.presents-podcast-about-text-tth .far-gen-btn {
        margin-left: auto;
        margin-right: 0;
    }

@media only screen and (max-width: 1150px) {
    .presents-podcast-about-text-tth {
        width: 80%;
    }
}

@media only screen and (max-width: 935px) {
    .presents-podcast-about-text-tth {
        width: 90%;
    }
}

@media only screen and (max-width: 767px) {
    .presents-podcast-about-row-tth {
        flex-direction: column-reverse;
    }
    .present-podcast-about-img-wrap-tth {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2.2em;
        text-align: center;
    }
    .presents-podcast-about-text-tth {
        text-align: center;
        margin: auto;
    }
    .presents-podcast-about-text-tth .far-gen-btn {
        margin-left: auto;
        margin-right: auto;
    }
}












/* === Presents CSS ========= */

.body-presents {
    background-color: #232943;
    background-image: url(https://faithandreason.com/wp-content/uploads/2022/11/presents-bkgd-white.png);
    background-size: contain;
}
.presents-header {
    background: linear-gradient(180deg, black, #0000009e, transparent);
}
.presents-header-logo {
    color: white;
    margin-top: 4em;
    margin-bottom: 1.5em;
}
.presents-header-logo .tagline {
    font-size: 1.4em;
    margin: 0;
    text-transform: uppercase;
    color: #8b8b9e;
}
.presents-header-logo .main-logo-element {
    text-transform: uppercase;
    font-size: 5em;
    margin: 0;
    line-height: 1em;
}

@media only screen and (max-width: 580px) {
    .presents-header-logo .main-logo-element {
        font-size: 3.5em;
    }
}

.presents-handout-row .handout-box {
    background-color: white;
    text-align: center;
    margin: 10px;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding: 0.5em 1em;
}
.presents-handout-row .handout-box .far-gen-btn {
    margin: auto;
}
.presents-handout-row .handout-box h3 {
    color: #998643;
    text-transform: initial;
    font-size: 1.4em;
    margin: 0;
}
.presents-handout-row .handout-box .handout-date, .presents-handout-row .handout-box .presents-handout-row .handout-guest {
    text-transform: uppercase;
    font-weight: 500;
}
.presents-handout-row .handout-box .handout-date {
    font-size: 1.1em;
    margin-bottom: 10px;
}
.presents-handout-row .handout-box .handout-guest {
    margin-top: 5px;
}
.presents-podcast-about-row .col-md-7 {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
}
.presents-podcast-about-text {
    width: 68%;
    margin-left: 1em;
}
.present-podcast-about-img-wrap {
    text-align: right;
    padding: 0 1em;
    width: 90%;
    max-width: 290px;
    margin-left: auto;
    margin-right: 0;
}
.present-podcast-about-img-wrap img {
    width: 100%;
}
.presents-podcast-about-text .title {
    color: white;
    font-weight: 700;
    font-size: 1.7em;
    text-transform: uppercase; 
    margin-top: 0;
    margin-bottom: 15px; 
}
.presents-podcast-about-text .tagline {
    color: #bab192;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.3em;
    margin: 0;
}
.presents-podcast-about-text .info {
    color: #b4b6bf;
}
.presents-podcast-about-text .far-gen-btn {
    font-size: 1.3em;
    margin-left: 0; 
    margin-top: 2em;
}
.presents-podcast-about-text .far-gen-btn:hover i:before {
    color: white;
    transition: 0.2s
}

@media only screen and (max-width: 1150px) {
    .presents-podcast-about-text {
        width: 80%;
    }
}

@media only screen and (max-width: 935px) {
    .presents-podcast-about-text {
        width: 90%;
    }
}

@media only screen and (max-width: 767px ) {
    .present-podcast-about-img-wrap {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2.2em;
        text-align: center;
    }
    .presents-podcast-about-text {
        text-align: center;
        margin: auto;
    }
    .presents-podcast-about-text .far-gen-btn {
        margin-left: auto;
        margin-right: auto;
    }
}
@media only screen and (max-width: 450px) {
    .body-presents {
        background-image: none;
    }
}








/* ==== Presents Post ======= */

.audio-player-container {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
}

.audio-player-play-btn {
    width: 3em;
    height: 3em;
    min-width: 3em;
    min-height: 3em;
    max-width: 3em;
    max-height: 3em;
    border-radius: 50%;
    outline: none;
    border: none;
    background-color: #b7aa7a;
    color: white;
    font-size: 1.3em;
    margin: 0 8px;
    cursor: pointer;
    transition: 0.2s;
}
.audio-player-play-btn:hover {
    background-color: #998643;
}
.audio-player-mute-btn {
    background-color: transparent;
    color: #b7aa7a;
    border: 1px solid #b7aa7a;
    font-size: 1.6em;
    width: 2em;
    height: 2em;
    max-height: 2em;
    max-width: 2em;
    min-height: 2.2em;
    min-width: 2.2em;
    border-radius: 50%;
    outline: none;
    margin: 0 8px;
    cursor: pointer;
    transition: 0.2s;
}
.audio-player-mute-btn:hover {
    background-color: #b7aa7a;
    color: white;
}


.single-presents-main-post-row h2 {
    color: #bab192;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.video-row {
    height: 58vw;
    max-height: 83vh;
}

.video-info {
    background-color: white;
}

.single-presents-main-post-row .title {
    color: #998643;
    text-transform: uppercase;
    font-size: 1.6em;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
}
.single-presents-main-post-row .guest-name {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.3em;
    margin-top: 6px;
    color: #3a3a3a;
}
.single-presents-main-post-row .vid-btn-row {
    display: flex;
    display: -ms-flexbox;
    width: fit-content;
    margin-top: 2.3em;
}
.single-presents-main-post-row .vid-btn-row a {
    margin: 0 10px 0 0;
}
.far-gen-btn-red i:before, .far-gen-btn-gold i:before {
    color: white;
    transition: 0.2s;
}
.far-gen-btn-red:hover i:before {
    color: #8a5555;
}
.far-gen-btn-gold:hover i:before {
    color: #998643;
}



/* == Footer ============= */
.footer-gradient {
    background: linear-gradient(180deg, transparent, black);
    width: 100%;
    height: 6em;
}

footer {
    background: black;
}

footer p {
    color: white;
}

.footer-logo-img {
    width: 50%;
    max-width: 450px;
}
.footer-school-link {
    text-decoration: underline;
    color: white;
    font-size: 0.9em;
}
.footer-school-link:hover {
    text-decoration: none;
}
footer ul {
    padding: 0;
}
footer li {
    display: inline;
    margin: 10px;
}
footer li a {
    color: white;
}
footer li a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 600px) {
    footer li {
        display: block;
    }
}






/* == Audio CSS ========================= */
.podcast-music-bar {
    position: fixed;
    width: 100%;
    background-color: white;
    bottom: 0;
    left: 0;
    z-index: 2;
    border-top: 1px solid #bbbbbb;
    box-shadow: 0px -1px 14px #00000075;
    transform: translateY(200px);
    transition: 0.2s;
}
.podcast-music-bar-wrap {
    padding: 1em 3em;
    display: flex;
    display: -ms-flexbox;
}
.music-bar-audio-range {
    width: 82%;
    padding-right: 1.5em;
    padding-left: 0.5em;
}
.music-bar-audio-range p {
    margin-left: 7px;
}
.music-bar-play-btn {
    width: 4em;
    height: 4em;
    min-width: 4em;
    min-height: 4em;
    max-width: 4em;
    max-height: 4em;
    border-radius: 50%;
    border: none;
    background-color: #b7aa7a;;
    color: white;
    margin-top: 8px;
    margin-right: 10px;
    cursor: pointer;
    transition: 0.2s;
}
.music-bar-play-btn:hover {
    background-color: #998643;
}

.presents-podcast-header .podcast-header-overlay {
    background: linear-gradient(180deg, transparent, transparent, #2b3151);
}

.body-background-gradient-top-presents-podcast {
    width: 100%;
    height: 200px;
    background: linear-gradient(180deg, #2b3151, transparent);
    position: absolute;
    top: 0;
    left: 0;
}

#audio-player-container {
  --seek-before-width: 0%;
    --volume-before-width: 100%;
    --buffered-width: 0%;
    position: relative;
    margin: 100px 2.5% auto 2.5%;
    width: 95%;
    max-width: 500px;
    height: 132px;
    background: #fff;
}
#audio-player-container::before {
    position: absolute;
    content: '';
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    left: -2px;
    top: -2px;
    background: linear-gradient(to left, #afb4cb, #ff8a00);
    z-index: -1;
}
#play-icon {
    margin: 20px 2.5% 10px 2.5%;
}
.time {
    /*display: inline-block;*/
    text-align: center;
    font-size: 20px;
    margin: 20px 0 18.5px 0;
    float: left;
    min-width: 56px;
    color: #606060;
    font-size: 1em;
}
#audioRows .time {
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    padding: 2px;
    background-color: #f3f3f3;
}
#musicBar .time {
    border: none;
    border-radius: 0;
    padding: 0;
    background-color: transparent;
}
output {
    display: inline-block;
    width: 32px;
    text-align: center;
    font-size: 20px;
    margin: 10px 2.5% 0 5%;
    clear: left;
}
#volume-slider {
    margin: 10px 2.5%;
    width: 58%;
}
#volume-slider::-webkit-slider-runnable-track {
    background: rgba(0, 125, 181, 0.6);
}
#volume-slider::-moz-range-track {
    background: rgba(0, 125, 181, 0.6);
}
#volume-slider::-ms-fill-upper {
    background: rgba(0, 125, 181, 0.6);
}
#volume-slider::before {
    width: var(--volume-before-width);
}
#mute-icon {
    margin: 0 2.5%;
}
input[type="range"] {
    position: relative;
    -webkit-appearance: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 19px;
    /*margin: 20px 2.5% 20px 5.5%;*/
    margin: 20px 5px 10px;
    float: left;
    outline: none;
    background-color: #e7e7e7;
    border: 1px solid #cacaca;
    border-radius: 20px;
}
input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background: linear-gradient(to right, rgba(0, 125, 181, 0.6) var(--buffered-width), rgba(0, 125, 181, 0.2) var(--buffered-width));
}
.range-slider::before {
    position: absolute;
    content: "";
    top: 8px;
    left: 0;
    width: var(--seek-before-width);
    height: 3px;
    background-color: #afb4cb;
    cursor: pointer;
}
#volumeSlider::before {
    position: absolute;
    content: "";
    top: 8px;
    left: 0;
    width: var(--volume-before-width);
    height: 3px;
    background-color: #afb4cb;
    cursor: pointer;
}
input[type="range"]::-webkit-slider-thumb {
    position: relative;
    -webkit-appearance: none;
    box-sizing: content-box;
    border: 1px solid #afb4cb;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    margin: -7px 0 0 0;
}
input[type="range"]:active::-webkit-slider-thumb {
    transform: scale(1.2);
    background: #afb4cb;
}
input[type="range"]::-moz-range-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background: linear-gradient(to right, rgba(0, 125, 181, 0.6) var(--buffered-width), rgba(0, 125, 181, 0.2) var(--buffered-width));
}
input[type="range"]::-moz-range-progress {
    background-color: #afb4cb;
}
input[type="range"]::-moz-focus-outer {
    border: 0;
}
input[type="range"]::-moz-range-thumb {
    box-sizing: content-box;
    border: 1px solid #afb4cb;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
}
input[type="range"]:active::-moz-range-thumb {
    transform: scale(1.2);
    background: #afb4cb;
}
input[type="range"]::-ms-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background: transparent;
    border: solid transparent;
    color: transparent;
}
input[type="range"]::-ms-fill-lower {
    background-color: #afb4cb;
}
input[type="range"]::-ms-fill-upper {
    background: linear-gradient(to right, rgba(0, 125, 181, 0.6) var(--buffered-width), rgba(0, 125, 181, 0.2) var(--buffered-width));
}
input[type="range"]::-ms-thumb {
    box-sizing: content-box;
    border: 1px solid #afb4cb;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
}
input[type="range"]:active::-ms-thumb {
    transform: scale(1.2);
    background: #afb4cb;
}

#audioPlayerContainer span {
    color: white;
}


.music-bar-mobile-control {
        display: flex;
        display: -ms-flexbox;
    }


@media only screen and (max-width: 550px) {
    .podcast-music-bar-wrap {
        flex-direction: column-reverse;
        padding: 1em 0.5em;
    }
    #musicBoxDuration {
        display: none;
    }
    .music-bar-audio-range {
        width: 93%;
    }
    .music-bar-mobile-control {
        margin-right: 0;
        margin-left: auto;
        flex-direction: row-reverse;
        align-items: center;
    }
    .music-bar-play-btn {
        font-size: 1.2em;
        margin-top: 0;
    }
    #musicBoxCurrentTime {
        font-size: 1.2em;
        margin-right: 0.5em;
    }
    .audio-player-container {
        flex-direction: row-reverse;
    }
}



/* == Index ============= */

.index-h1 {
    color: #b7aa7a;
    text-align: center;
}

.index-site-para-box {
    background-color: white;
    border-radius: 8px;
    padding: 1em;
}




/* === Series and Episodes CSS ================== */

.far-series-h2 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Montserrat';
    font-weight: 300;
    text-align: center;
}

.far-series-header {
    background-size: cover;
    background-position-x: center;
}
.far-series-header-wrap {
    padding-top: 3em;
    padding-bottom: 3em;
    background: linear-gradient(0deg, black, #000000ad, transparent, transparent, black);
}
.series-logo {
    width: 100%;
    margin: auto;
    text-align: center;
}
.series-logo img {
    width: 300px;
}
.far-series-header .heading {
    width: 90%;
    margin: auto;
    text-align: center;
}
.series-title {
    font-family: 'big-caslon-fb';
    font-weight: 400;
    color: #f3d369;
    font-size: 5em;
    letter-spacing: 2px;
    margin-bottom: 0;
}
.header-tagline {
    color: white;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.1em;
    margin-top: 0;
}
.far-series-header .content {
    width: 100%;
    padding-top: 3em;
    color: white;
    font-weight: 300;
}
.far-series-header .content .root-lowercase-btn {
    background-color: #f3d369;
    color: black;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9em;
}
.far-series-header .watch-trailer {
    width: fit-content;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.1em;
    margin-top: 1.5em;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}
.far-series-header .content .series-tagline {
    color: #f3d369;
    text-align: center;
    font-style: oblique;
}

.far-series-quote-row {
    background-size: cover;
    background-position: center;
}
.far-series-quote-row-wrap {
    padding-top: 2em;
    padding-bottom: 2em;
    background: linear-gradient(0deg, black, transparent, black);
}
.far-series-quote-row p {
    color: white;
    font-family: 'adobe-caslon-pro';
    text-shadow: 0 5px 15px black;
    text-align: center;
}
.far-series-quote-row .quote {
    font-size: 1.4em;
}
.far-series-quote-row .speaker {
    text-transform: uppercase;
    font-size: 1.5em;
    margin-bottom: 0;
    letter-spacing: 2px;
}

.far-series-give-row {
    background-size: cover;
    background-position-x: right;
}
.far-series-give-row-wrap {
    padding-top: 4em;
    padding-bottom: 4em;
    background: linear-gradient(90deg, black, transparent);
}
.far-series-give-row p {
    color: white;
    font-family: 'adobe-caslon-pro';
    font-size: 1.5em;
}
.far-series-give-row .root-lowercase-btn {
    background-color: white;
    color: #998643;
    text-transform: uppercase;
    margin-left: 0;
}
.far-series-give-row .root-lowercase-btn:hover {
    background-color: #fbb555;
    color: black;
}

.far-series-screenshots-wrap {
    margin: 10px;
    cursor: pointer;
}
.img-collection-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #00000058;
    pointer-events: none;
    z-index: 4;
    opacity: 0;
    transition: 0.2s;
}
.img-collection-backdrop-open {
    pointer-events: auto;
    opacity: 1;
}
.img-collection-modal {
    position: fixed;
    width: 90vw;
    height: 90vh;
    background-color: black;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    opacity: 0;
    z-index: 5;
    transform: translateY(-110vh);
    transition: 0.3s;
}
.img-collection-modal-open {
    opacity: 1;
    transform: translateY(0);
}
.close-collection {
    color: white;
    font-weight: 600;
    font-size: 1.4em;
    width: fit-content;
    margin-right: 0;
    margin-left: auto;
    padding-right: 1em;
    font-family: 'Gill Sans';
    cursor: pointer;
}
.img-collection-image {
    flex: 1;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
}
.img-collection-image-wrap {
    border: 3px solid white;
    width: 95%;
    height: 95%;
    margin: auto;
}
.img-collection-image-wrap img {
    width: auto;
    height: auto;
    display: block;
}
.img-collection-arrow {
    color: white;
    position: fixed;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 1em;
    height: fit-content;
    font-size: 2.5em;
    cursor: pointer;
}
.img-collection-left-arrow {
    left: 0;
    margin-left: 10px;
    margin-right: auto;
}
.img-collection-right-arrow {
    right: 0;
    margin-right: 10px;
    margin-left: auto;
}
.far-series-screenshot {
    width: 100%;
    height: 150px;
    background-size: cover;
    background-position: center;
}



/* === Modal ==================== */

.fran-modal-overlay {
    width: 100vw;
    height: 100vh;
    background-color: #000000d6;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s;
}

.fran-modal-overlay-on {
    opacity: 1;
    pointer-events: auto;
}

.fran-modal {
    background-color: black;
    position: fixed;
    width: 90vw;
    height: 84vh;
    z-index: 10;

    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;

    opacity: 0;
    pointer-events: none;
    transform: scaleY(0);
    transform-origin: top;
    transition: 0.4s;
}

.fran-open-modal {
    opacity: 1;
    pointer-events: auto;
    transform: scaleY(1);
}

.fran-modal-wrap {
    width: 100%;
    height: 95%;
}

.modal-close-btn {
    color: white;
    padding: 0 0.2em;
    font-size: 2em;
    font-weight: 700;
    line-height: 0.7em;
    margin-right: 12px;
    margin-left: auto;
    width: fit-content;
    height: 5%;
    display: flex;
    display: -ms-flexbox;
    align-items: flex-end;
    cursor: pointer;
}


/* ============================= */

/* === Video CSS =============== */
.fran-video-row-full {
    width: 100%;
    min-height: 350px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.fran-video-row-gradient {
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000000e8, transparent);
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.fran-circle-play-btn {
    width: 100px;
    height: 100px;
    margin: 1em auto;
    border: 5px solid white;
    border-radius: 50%;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.2s;
}
.fran-circle-play-btn i {
    color: white;
    font-size: 2.3em;
}
.fran-circle-play-btn:hover {
    background-color: rgba(0, 0, 0, 0.36);
    transform: scale(1.05);
}
.video-full-h2, .video-small-title {
    color: white;
    font-family: 'Montserrat';
    text-transform: uppercase;
    text-align: center;
}
.video-full-h2 {
    line-height: 1.5em;
    font-size: 1.8em;
}
.video-small-title {
    font-weight: 600;
    font-size: 1.3em;
    max-width: 375px;
    margin-top: 0;
}

.countdown-text {
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 2em;
    margin-bottom: 0;
    letter-spacing: 1px;
    text-shadow: 0 5px 15px black;
}
.countdown {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
}
.countdown-box {
    margin: 0 20px;
    text-align: center;
}
.countdown-time {
    font-size: 1.3em;
    font-weight: 600;
}
.countdown-time-unit {
    color: #f3d369;
    text-transform: uppercase;
    text-shadow: 0 5px 15px black;
}