/*
 Theme Name:   TITAN Blank Child Theme
 Theme URI:    https://titandmc.com
 Description:  GeneratePress child theme by Titan Digital Management
 Author:       Titan DM Company
 Author URI:   https://titandmc.com
 Template:     generatepress
 Version:      0.1
*/
@import url("https://use.typekit.net/pzh7gns.css");
@import url("https://use.typekit.net/pzh7gns.css");
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
html {
    scroll-behavior: smooth;
}
:root {
    --RTM-Gold: #dea625;
    --RTM-Light-Gold: #fbe580;
    --RTM-Blue: #7196a6;
    --RTM-BKG: #fff7ea;
    /* --RTM-BodyFont: "zenon", sans-serif; */
    --RTM-BodyFont: 'PT Serif', serif;
    --RTM-HeadFont: "citrus-gothic", sans-serif;
}
a {
    color: var(--RTM-Gold);
    transition: 0.2s;
}
a:hover {
    color: var(--RTM-Blue);
}
body {
    background: var(--RTM-BKG);
    color: #000; 
    font-family: var(--RTM-BodyFont);
    font-weight: 400;
}
p, li, a {
    font-family: var(--RTM-BodyFont);
    font-weight: 400;
}
b, strong {
    font-weight: 700;
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--RTM-HeadFont);
}
.one-container .container {
    background: transparent;
}
.one-container .container .site-content {
    padding: 0px;
}
.one-container .container .site-content article {
	display: none !important;
}
/*============================================================================
                    Popup
=============================================================================*/
.phase-pop {
	position: fixed;
    top: 0px;
	left: 0px;
	display: none;
	justify-content: center;
	align-items: center;
	background: rgba(0,0,0,0.5);
	height: 100%;
    width: 100%;
	z-index: 99999999;
}
.phase-pop > div {
	background: var(--RTM-Gold);
	display: flex;
	flex-flow: row nowrap;
	height: 400px;
    width: 800px;
}
.phase-pop > div > div {
	width: 50%;
}
.phase-pop > div > div:last-of-type {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
	padding: 0 20px;
    position: relative;
}
.phase-pop h2 {
    color: #fff;
    font-family: var(--RTM-HeadFont);
    font-size: 40px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-align: center;
}
.phase-pop p {
    color: #fff;
    line-height: 20px;
    font-size: 17px;
    text-align: center;
}
.phase-pop p:last-of-type {
    margin: 10px 0 0 0;
}
.phase-pop input[type="submit"] {
	color: #fff;
	background: #000;
	margin-top: 10px;
	letter-spacing: 1px;
    transition: 0.2s;
}
.phase-pop input[type="submit"]:hover {
    color: #fff;
    background: var(--RTM-Blue);
}
.phase-pop svg {
	color: #fff;
    cursor: pointer;
	width: 30px;
	height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    transition: 0.2s;
}
.phase-pop svg:hover {
    color: var(--RTM-Blue);
}
/*============================================================================
                    Header
=============================================================================*/
.action-bar {
	background: var(--RTM-Blue);
    position: relative;
	width: 100%;
	z-index: 2;
}
.action-bar > div {
	color: #fff;
	font-size: 16px;
	padding: 15px 0;
	text-align: center;
	text-transform: uppercase;
}
.action-bar > div a {
    background: var(--RTM-Gold);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 15px;
    text-transform: uppercase;
    transition: 0.2s;
}
.action-bar > div > span {
    background: var(--RTM-Gold);
    color: #fff;
    cursor: pointer;
    margin-right: 10px;
    padding: 5px 15px;
}
.action-bar > div a:hover {
    color: #000;
}
.header-social {
	order: 1;
}
.header-social > div {
	display: flex;
	flex-flow: row nowrap;
	gap: 15px;
}
.header-social > div svg {
	fill: #fff;
	height: 20px;
	transition: 0.2s;
	width: auto;
}
.header-social > div svg:hover {
	fill: var(--RTM-Gold);
}
.main-navigation {
	background: transparent !important;
	padding-top: 60px;
	padding-left: 40px;
	padding-right: 40px;
	position: relative;
}
.main-navigation .navigation-branding {
    margin-left: 0px !important;
}
.main-navigation .navigation-branding img {
	height: 130px;
}
.main-navigation .main-nav {
	order: 3;
	display: flex;
	justify-content: flex-end;
}
.main-navigation .main-nav ul li a {
    font-size: 20px;
	text-transform: uppercase;
}
.main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a, .main-navigation .main-nav ul li:not([class*="current-menu-"]):focus > a, .main-navigation .main-nav ul li.sfHover:not([class*="current-menu-"]) > a, .main-navigation .menu-bar-item:hover > a, .main-navigation .menu-bar-item.sfHover > a {
    background: transparent;
    color: var(--RTM-Gold);
}
.main-navigation .main-nav ul li[class*="current-menu-"] > a {
    background: transparent;
}
.main-navigation .main-nav ul li:last-of-type a {
	padding-right: 0px !important;
}
.site-header .header-image {
	height: 80px;
	width: auto;
}
.site-header {
	background-color: #000;
	color: #3a3a3a;
}
/*============================================================================
                    Footer
=============================================================================*/
/* .site-footer:before {
    content: "";
    background: var(--RTM-Gold);
    display: block;
    height: 300px;
    border-top-right-radius: 40%;
    margin-right: -100px;
} */
.site-footer {
    position: relative;
}
.site-footer .footer-content {
	background: #1e1e1e;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	position: relative;
}
.site-footer .footer-content::before {
	background: url('/wp-content/uploads/edge-bkg.png');
	content: '';
	position: absolute;
	top: -140px;
	left: 0px;
	width: 100%;
	height: 200px;
	z-index: 1;
}
.site-footer .footer-content .footer-logo {
	width: 210px;
	height: auto;
}
.site-footer .footer-copyright {
	color: #fff;
	font-size: 19px;
	font-family: var(--RTM-BodyFont);
	text-align: center;
	text-transform: uppercase;
}
.site-footer .footer-grass {
	margin-bottom: -70px;
	z-index: -1;
	position: relative;
	width: 100%;
	height: auto;
	object-fit: contain;
}
.site-footer .footer-social > div {
	display: flex;
	flex-flow: row nowrap;
	gap: 21px;
}
.site-footer .footer-social > div a {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: var(--RTM-Gold);
	display: flex;
	justify-content: center;
	align-items: center;
}
.site-footer .footer-social > div a:hover {
	background: var(--RTM-Blue);
}
.site-footer .footer-social > div svg {
	fill: #fff;
	height: 16px;
    transition: 0.2s;
	width: auto;
}
.site-footer .footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
	width: 70%;
}
.site-footer .footer-top {
	display: flex;
	flex-flow: row nowrap;
	width: 70%;
	z-index: 2;
}
.site-footer .footer-top .footer-navigation {
	border-bottom: 3px solid rgba(255,255,255,0.1);
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	padding: 50px;
    width: auto;
}
.site-footer .footer-top .footer-navigation h3 {
	color: #fff;
	font-size: 40px;
	margin-bottom: 20px;
}
.site-footer .footer-top .footer-navigation .menu {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
    margin: 0px;
}
.site-footer .footer-top .footer-navigation .menu li {
	list-style: none;
    margin-bottom: 10px;
}
.site-footer .footer-top .footer-navigation .menu li a {
	color: #fff;
	font-size: 22px;
	display: flex;
	align-items: center;
}
.site-footer .footer-top .footer-navigation .menu li svg {
	color: var(--RTM-Gold);
	fill: none;
	width: auto;
	height: 20px;
	margin-right: 5px;
}
.site-footer .footer-top .footer-navigation .menu li a:hover {
    color: var(--RTM-Gold);
}
.site-footer .footer-top .footer-subscribe {
	border-right: 3px solid rgba(255,255,255,0.1);
	border-bottom: 3px solid rgba(255,255,255,0.1);
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
    padding-right: 50px;
    width: 100%;
}
.site-footer .footer-top .footer-subscribe > div {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	max-width: 1400px;
	position: relative;
	width: 100%;
	z-index: 2;
}
.site-footer .footer-top .footer-subscribe h3 {
	color: #fff;
	font-size: 60px;
	margin: 0 0 20px 0;
}
.site-footer .footer-top .footer-subscribe input:not([type="submit"]) {
	width: 100%;
	margin-right: 20px;
}
.site-footer .footer-top .footer-subscribe input[type="submit"] {
	background: var(--RTM-Gold);
	color: #fff;
	letter-spacing: 2px;
	font-family: var(--RTM-BodyFont);
	text-transform: uppercase;
	transition: 0.2s;
}
.site-footer .footer-top .footer-subscribe input[type="submit"]:hover {
    background: var(--RTM-Blue);
}
/*============================================================================
                    Home Page
=============================================================================*/
.home #page {
    margin-top: -120px;
}
.home-banner {
	background: url('/wp-content/uploads/rtm-banner-cut.png') no-repeat center center;
	background-size: cover;
	height: 1130px;
	margin-top: -130px;
	position: relative;
}
/* .home-banner::before {
	content: '';
	width: 100%;
	height: 320px;
	background: linear-gradient(180deg, rgba(0, 0, 0,0.8) 0%, rgba(0,0,0,0.6) 55%, rgba(0,0,0,0.4) 75%, rgba(0,0,0,0) 100%);
	position: absolute;
	top: 50px;
	left: 0px;
} */
.home-banner > div {
	max-width: 860px;
	margin-left: auto;
	z-index: 2;
	padding: 40px;
	position: absolute;
	top: 400px;
	right: 110px;
}
.home-banner .listen-logos {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 15px;
}
.home-banner .listen-logos img {
	width: auto;
	height: 50px;
	object-fit: cover;
}
.home-banner .listen-logos img.audible {
    border-radius: 10px;
}
.home-banner h1 {
	color: #fff;
	font-size: 80px;
	margin-bottom: 5px;
}
.home-banner h1 span {
	color: var(--RTM-Gold);
}
.home-banner p {
	color: #fff;
	font-size: 30px;
	margin-bottom: 20px;
}
.home-banner .sponsors {
	margin-top: 100px;
}
.home-banner .sponsors > div {
	display: flex;
	flex-flow: row nowrap;
	gap: 60px;
}
.home-banner .sponsors img {
	width: 190px;
	height: auto;
	object-fit: contain;
}
.home-banner .sponsors img:nth-of-type(2) {
	width: 270px;
}
.home-banner .sponsors h4 {
	color: #fff;
	font-size: 25px;
}
.home .episodes {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	gap: 60px 0;
	margin: 30px auto;
	max-width: 1400px;
}
.home .episodes .title {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	width: 100%;
}
.home .episodes .title h2 {
	font-size: 50px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 46px;
    margin: 0px;
}
.home .episodes .title svg {
	color: var(--RTM-Gold);
	fill: none;
	margin-left: 10px;
    margin-top: 13px;
	width: 35px;
}
.home .episodes .episode:not(.featured) {
	display: none;
}
.home .episodes .episode.featured {
	display: flex;
	flex-flow: row nowrap;
	gap: 60px;
    width: 100%;
}
.home .episodes .episode.featured > div {
    width: 50%;
}
.home .episodes .episode.featured h3 {
	font-size: 40px;
	margin-bottom: 20px;
}
.home .episodes .episode.featured img {
	display: block;
    object-fit: cover;
    width: 100%;
}
.home .episodes .episode.featured .number {
	font-size: 30px;
	height: 90px;
	letter-spacing: 2px;
	width: 90px;
}
.home .episodes .episode.featured > div:first-of-type:before {
	width: 94px;
	height: 94px;
}
.home .episodes .episode.featured > div:last-of-type {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
    margin: 0px;
}
.home .episodes .episode {
	width: 426px;
}
.home .episodes .episode > div:last-of-type {
	margin-top: 20px;
}
.home .episodes .episode h3 {
	font-size: 27px;
	margin-bottom: 15px;
}
.home .episodes .episode.featured p {
	font-size: 18px;
	margin-bottom: 25px;
}
.home .episodes .episode img {
	display: block;
	height: 426px;
	object-fit: cover;
	width: 100%;
}
.home .episodes .episode .button {
    display: none !important;
	background: var(--RTM-Gold);
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
    transition: 0.2s;
    width: 250px;
}
.home .episodes .episode .button:hover {
    background: var(--RTM-Blue);
}
.home .episodes .episode .button svg {
	fill: #fff;
	height: 18px;
    margin-left: 10px;
	width: auto;
}
.home .episodes .episode > div:first-of-type {
	position: relative;
}
.home .episodes .episode .number {
	background: var(--RTM-Gold);
	color: #fff;
	clip-path: polygon(100% 0, 100% 100%, 15% 100%, 0 85%, 0 0);
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: var(--RTM-HeadFont);
	font-size: 20px;
	height: 60px;
	letter-spacing: 1px;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 60px;
	text-transform: uppercase;
	z-index: 2;
}
.home .episodes .episode > div:first-of-type:before {
	background: var(--RTM-BKG);
	content: '';
	clip-path: polygon(100% 0, 100% 100%, 15% 100%, 0 85%, 0 0);
	position: absolute;
	top: 0px;
	right: 0px;
	width: 63px;
	height: 63px;
	z-index: 1;
}
.home .episodes .episode.featured > div:first-of-type:after {
	width: 224px;
	height: 64px;
}
.home .episodes .episode > div:first-of-type:after {
	background: var(--RTM-BKG);
	content: '';
	clip-path: polygon(0 0, 94% 0%, 100% 35%, 100% 100%, 0 100%);
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 153px;
	height: 48px;
	z-index: 1;
}
.home .episodes .episode.episode.featured .play-box {
	width: 220px;
	height: 60px;
}
.home .episodes .episode .play-box {
    cursor: pointer;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #2b2b2b;
	color: #fff;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 45px;
	clip-path: polygon(0 0, 94% 0%, 100% 35%, 100% 100%, 0 100%);
    z-index: 2;
}
.home .episodes .episode .play-box:hover > div {
    background: var(--RTM-Blue);
}
.home .episodes .episode .play-box:hover > svg {
    fill: var(--RTM-Blue);
}
.home .episodes .episode.featured .play-box > div {
	width: 40px;
	height: 40px;
    margin-right: 20px;
    transition: 0.2s;
}
.home .episodes .episode .play-box > div {
	background: var(--RTM-Gold);
	width: 25px;
	height: 25px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
    margin-right: 20px;
}
.home .episodes .episode.featured .play-box > div svg {
	height: 25px;
    margin-left: 3px;
}
.home .episodes .episode .play-box > div svg {
    fill: #2b2b2b;
    width: auto;
    height: 17px;
    margin-left: 2px;
    transition: 0.2s;
}
.home .episodes .episode.featured .play-box > svg {
	height: 30px;
	margin-right: 4px;
}
.home .episodes .episode .play-box > svg {
	fill: var(--RTM-Gold);
	height: 20px;
	margin-right: 3px;
    transition: 0.2s;
}
.home .meet-hosts {
	margin: 150px auto;
	max-width: 1400px;
}
.home .meet-hosts > div:first-of-type {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
.home .meet-hosts > div:last-of-type {
	display: flex;
	flex-flow: row wrap;
    justify-content: space-between;
}
.home .meet-hosts > div:last-of-type > div {
	width: 46%;
}
.home .meet-hosts > div:last-of-type > div:hover img {
    filter: none;
}
.home .meet-hosts a.read-more {
    color: var(--RTM-Gold);
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
    transition: 0.2s;
}
.home .meet-hosts a.read-more:hover {
    color: var(--RTM-Blue);
}   
.home .meet-hosts h2 {
	font-size: 50px;
	font-weight: bold;
	text-transform: uppercase;
}
.home .meet-hosts h4 {
	font-size: 35px;
	font-weight: bold;
	margin: 25px 0 10px 0;
	text-transform: uppercase;
	line-height: 35px;
}
.home .meet-hosts p {
	font-size: 20px;
	margin-bottom: 10px;
}
.home .meet-hosts img {
    /* filter: grayscale(1); */
    transition: 0.4s;
}
.meet-hosts svg {
	color: var(--RTM-Gold);
	fill: none;
    margin-left: 10px;
	width: 35px;
}
/*============================================================================
                    Listen On Section
=============================================================================*/
.listen-on {
	margin: 0 auto;
	max-width: 1400px;
}
.listen-on > div:first-of-type {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}   
.listen-on > div:last-of-type {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 50px;
}
.listen-on h2 {
	font-size: 50px;
	font-weight: bold;
	text-transform: uppercase;
}
.listen-on img {
	height: 60px;
}
.listen-on svg {
	color: var(--RTM-Gold);
	fill: none;
    margin-left: 10px;
	width: 35px;
}
/*============================================================================
                    About Page
=============================================================================*/
.about-header {
	background: url('/wp-content/uploads/about-banner.png') no-repeat center center;
    background-size: cover;
	margin-top: -130px;
	height: 500px;
    position: relative;
	text-align: center;
}
.about-header::before {
	background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.5) 16%, rgba(0,0,0,0.1) 45%, rgba(0,0,0,0) 100%);
	content: '';
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}
.about-hosts > div:first-of-type {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 100px;
	width: 100%;
}
.about-hosts > div:first-of-type h1 {
	font-size: 50px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 46px;
    margin: 0px;
}
.about-hosts > div:first-of-type svg {
	color: var(--RTM-Gold);
	fill: none;
	margin-left: 10px;
    margin-top: 13px;
	width: 35px;
}
.about-hosts {
	margin: 100px auto 0 auto;
	max-width: 1400px;
}
.about-hosts h3 {
	font-size: 40px;
}
.about-hosts img {
	margin-bottom: 100px;
	width: 46%;
}
.about-hosts > div:not(:first-of-type) {
    display: flex;
    flex-flow: row wrap;
    gap: 50px;
    margin-bottom: 100px;
}
.about-hosts > div:not(:first-of-type) > div {
    width: 50%;
}
/*============================================================================
                    Contact Page
=============================================================================*/
.contact-page-form {
	max-width: 1400px;
	margin: 100px auto 200px auto;
}
.contact-page-form h1 {
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 10px;
	text-transform: uppercase;
}
.contact-page-form p {
	border-bottom: 1px solid rgba(0,0,0,0.2);
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 50px;
	padding-bottom: 10px;
}
.contact-page-form ::placeholder {
    color: #000 !important;
    opacity: 1 !important;
}
.contact-page-form .titan-c-split {
	display: flex;
	flex-flow: row nowrap;
	margin-bottom: 20px;
	width: 100%;
}
.contact-page-form input:not([type="submit"]) {
	background: transparent;
	border: 1px solid #000;
	color: #000 !important;
	height: 45px;
	margin-bottom: 0px;
	width: 100%;
}
.contact-page-form input[type="submit"] {
	background: var(--RTM-Gold);
	color: #fff;
	display: block;
	font-weight: bold;
    letter-spacing: 2px;
	margin: 20px auto 0 auto;
	padding: 10px;
    text-transform: uppercase;
    transition: 0.2s;
	width: 200px;
}
.contact-page-form input[type="submit"]:hover {
    background: var(--RTM-Blue);
}
.contact-page-form span {
    margin-bottom: 0px;
	width: 100%;
}
.contact-page-form .titan-c-split span:first-of-type {
	margin-right: 20px;
}
.contact-page-form textarea {
    background: transparent;
	border: 1px solid #000;
	color: #fff !important;
	height: 200px;
	margin-bottom: 10px;
    resize: none;
    width: 100%;
}
.contact-page-form .wpcf7 {
	width: 100%;
}
.contact-page-form .wpcf7-not-valid-tip {
    margin-bottom: 0px;
}
.contact-page-form .wpcf7 form.invalid .wpcf7-response-output, .contact-page-form .wpcf7 form.unaccepted .wpcf7-response-output, .contact-page-form .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #b22a2a !important;
	color: #fff !important;
	text-align: center !important;
}
.contact-page-form .wpcf7 form.sent .wpcf7-response-output {
	display: none !important;
}
.contact-page-form .wpcf7-spinner {
	display: none !important;
}
/*============================================================================
                    Animation
=============================================================================*/
.fadeInUp {
	animation: fadeInUp 2s;
    animation-fill-mode: both;
	opacity: 0;
}
.fadeOutDown {
	animation: fadeOutDown .75s;
    animation-fill-mode: both;
	opacity: 1;
}
@keyframes fadeInUp {
    from {
        transform: translate3d(0,80px,0);
    }
    to {
        transform: translate3d(0,0,0);
        opacity: 1;
    }
}
@keyframes fadeOutDown {
    from {  
        transform: translate3d(0,0,0);
    }
    to {
        transform: translate3d(0,160px,0);
        opacity: 0;
    }
}
/*============================================================================
                    Media Queries / Responsive
=============================================================================*/
@media(min-width: 1200px) {
    .inside-header>.site-branding,
    .inside-header>.navigation-branding,
    .inside-header>.site-logo,
    .site-branding-container,
    #site-navigation .navigation-branding .site-logo,
    #sticky-navigation .navigation-branding {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1000;
    }
    #site-navigation {
        margin-left: unset !important;
        display: flex;
    }
    .site-header .main-navigation:not(#sticky-navigation) .inside-navigation {
        margin: unset;
    }
    #site-navigation,
    #primary-menu,
    .main-navigation .inside-navigation {
        flex: 1;
    }
    /* .main-navigation ul li:nth-child(3) {
        margin-left: auto;
    } */
}