/*
Theme Name: Cosmo Child
description: Client Theme - Cosmo
Template: cosmo-parent
Version: 1.0.0
Text Domain: cosmo-child
Author: BCW
*/

@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap");

body {
	font-family: "Merriweather", serif;
}
.tagline {
	font-size: 34px;
}
#feature,
#gallery-feature {
	background-color: var(--color-5);
}
main,
.home #feature {
	position: relative;
}
#primary-header {
	background: #000;
	color: #fff;
	padding: 10px 40px;
}
#primary-header .logo img {
	max-width: 190px;
}
#primary-header .social-icons a:hover,
#primary-header .social-icons a:focus {
	color: #fff;
}
.feat-head {
	color: var(--color-2) !important;
}
a:hover .feat-head {
	color: #fff !important;
}
#top-wrapper {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 11;
}
.homefeat {
	width: 1500px;
	max-width: 100%;
	margin: 2% auto 0 auto;
}

.message-scroller {
	font-size: 26px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	overflow: hidden;
	position: absolute;
	top: 0;
	display: inline-block;
	height: 50px;
	width: 100%;
	margin-top: 10px;
	z-index: 3;
	color: #fff;
}
.message-scroller-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	text-align: center;
	-moz-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-moz-animation: scroll-left 25s linear infinite;
	-webkit-animation: scroll-left 25s linear infinite;
	animation: scroll-left 25s linear infinite;
	display: flex;
	align-items: center;
}
.message-scroller-inner .message-scroller-heading {
	white-space: nowrap;
	font-size: calc(14px + (26 - 14) * ((100vw - 300px) / (2000 - 300)));
	font-weight: bold;
}

.home h1 {
	visibility: hidden;
}
.aboutlogo {
	margin: -90px auto 0 auto;
	border: none;
	filter: drop-shadow(0px 0px 1px #fff) drop-shadow(0px 0px 2px #fff) drop-shadow(0px 0px 3px #fff);
}

.buttons {
	display: flex;
	justify-content: center;
	column-gap: 15px;
	row-gap: 15px;
	flex-wrap: wrap;
}
.buttons br {
	display: none;
}
.buttons .btn:hover {
	background: var(--color-3) !important;
}

.featured-episodes,
.episodes {
	display: flex;
	justify-content: center;
	column-gap: 15px;
	row-gap: 15px;
	flex-wrap: wrap;
	margin: 30px auto;
	width: 1380px;
	max-width: 100%;
}
.episodes {
	flex-wrap: nowrap;
}
.episodes .youtube-outter {
	width: 33.33%;
}
.featured-episodes p {
	width: 100%;
}
.youtube-outter {
	width: 650px;
}
.youtube {
	position: relative;
	max-width: none;
	margin: 15px auto;
	padding-top: 56%;
}
.youtube iframe,
.youtube object,
.youtube embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.home main {
	background: #000;
	color: #fff;
	padding-top: 120px;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > li > a:hover {
	color: #fff;
}

.home #team-section {
	background: var(--color-1);
	color: #fff;
}
.home #team-section h2 {
	color: var(--color-2);
}
.home .team-section .member {
	flex: 0 1 calc(50% - 20px);
	color: #000;
}

#bottom-contact-info {
	background: var(--color-5);
}
#bottom-contact-info img {
	filter: drop-shadow(0px 0px 1px #fff) drop-shadow(0px 0px 2px #fff) drop-shadow(0px 0px 3px #fff);
	width: 350px;
	margin: 0;
}
.bottom-contact-info [class*="col-"] {
	display: flex;
	justify-content: center;
	align-items: center;
}

#bottom-feature {
	background: var(--color-1);
}
#bottom-feature h2 {
	background: var(--color-5);
}

#footer-contact .gform_button {
	background: var(--color-5);
}

.active.anchorlink a {
	background: #000 !important;
}
.active.anchorlink a:hover {
	background: var(--color-2) !important;
	color: #fff !important;
}

.blog-section {
	margin-bottom: 0px;
	padding-bottom: 50px;
}
#blog-posts {
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 20px;
	justify-content: center;
	padding: 30px 0;
	justify-content: flex-end;
}
#blog-posts .empty-placeholder {
	box-shadow: none;
}
#homeblog .container:after {
	display: none;
}

#homeblog article {
	width: 400px;
	background: #fff;
}
.newscontent {
	padding: 15px;
	background: #000;
	color: #fff;
}
.newscontent h2 {
	color: var(--color-2);
}
#homeblog article a:hover {
	text-decoration: none;
}
a:hover .newscontent {
	text-decoration: none !important;
	background: var(--color-2);
}
a:hover .newscontent h2 {
	color: #fff;
}

.gform_legacy_markup_wrapper.gf_browser_chrome select {
	padding: 8px 0 8px 3px !important;
}

.page-id-109 #mobile-banner {
	display: none;
}
.fixed-discord {
	position: fixed;
	bottom: 0;
	width: 350px;
	z-index: 9999;
	left: 100px;
}
.top-button,
.bottom-button {
	display: block;
	width: 100%;
	height: auto;
}
.top-button a,
.bottom-button a {
	display: inline-block;
	width: 100%;
	border-radius: unset !important;
}
.discord {
	display: flex;
	justify-content: center;
	margin: 0;
}
.minify {
	display: block;
	width: 100%;
	background: #5d64ef;
	text-align: right;
	position: relative;
	bottom: -10px;
}
.minify i {
	display: inline-block;
	color: #fff;
	background: #5d64ef;
	padding: 5px;
	position: relative;
	left: -10px;
}
body.single #main-section {
	margin: 0;
	padding: 50px 0px;
}
.newscontent,
.team-section .member .content,
.feature-box-inner {
	background: rgb(0 0 0 / 58%);
}
body.page-blog h1 {
	margin-bottom: 20px;
}
.blog-section .blog:nth-child(odd),
.blog,
#our-episodes,
.feature-box,
#homeblog article,
.team-section .member {
	background-color: transparent;
	box-shadow: 0px 0px 3px #d40030;
}

body.single i,
body.single #main-section,
.widget li a:hover,
.blog-section .blog a:hover .read-more-text,
.widget h2,
body.single h1,
body.single h2,
body.page-blog h1,
.blog-section .blog a,
.blog-section .content,
.blog-section .blog .date,
.main-section.single .date,
.blog-section .heading,
.team-section .content {
	color: #fff;
}
#our-episodes,
#homeblog,
#team-section {
	padding: 50px 0 50px;
	background-repeat: no-repeat !important;
	background-position: top !important;
	background-attachment: fixed !important;
	background-size: cover !important;
}
.fixed-discord {
	width: 310px;
}
.navbar .navbar-nav {
	display: flex;
	flex-wrap: wrap;
	row-gap: 41px;
	justify-content: center;
}
@media screen and (max-width: 991px) {
	.episodes .youtube-outter {
		width: 100%;
	}
	.tagline {
		display: block;
		margin-top: 100px;
	}
}
@media screen and (max-width: 767px) {
	.nav li.active a {
		background: none;
	}

	.message-scroller {
		margin: 0;
	}
	.message-scroller-inner {
		width: 100%;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		-moz-animation: scroll-left 10s linear infinite;
		-webkit-animation: scroll-left 10s linear infinite;
		animation: scroll-left 10s linear infinite;
	}
	.home .team-section .member {
		flex: auto;
	}
}
@media screen and (max-width: 550px) {
	.tagline {
		font-size: 20px;
	}
}
@-moz-keyframes scroll-left {
	0% {
		-moz-transform: translateX(100%);
	}
	100% {
		-moz-transform: translateX(-100%);
	}
}
@-webkit-keyframes scroll-left {
	0% {
		-webkit-transform: translateX(100%);
	}
	100% {
		-webkit-transform: translateX(-100%);
	}
}
@keyframes scroll-left {
	0% {
		-moz-transform: translateX(100%);
		/* Browser bug fix */
		-webkit-transform: translateX(100%);
		/* Browser bug fix */
		transform: translateX(100%);
	}
	100% {
		-moz-transform: translateX(-100%);
		/* Browser bug fix */
		-webkit-transform: translateX(-100%);
		/* Browser bug fix */
		transform: translateX(-100%);
	}
}

/* Core functionality */
.home main {
	padding-top: 4px;
}
#animated-text-strip {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	overflow: hidden;
	margin-bottom: 65px;
	background: #000;
}
#animated-text-strip .marquee {
	white-space: nowrap;
	animation: marquee 20s linear infinite;
	max-width: none;
}

@keyframes marquee {
	0% {
		transform: translate(100%, 0);
	}
	100% {
		transform: translate(-100%, 0);
	}
}

/* Styles for the sake of the demonstration */
#animated-text-strip {
	background: #000;
	padding: 1rem 0;
}
.marquee {
	font-family: "Open Sans", sans-serif;
	font-size: 2rem;
	font-weight: 900;
	text-transform: uppercase;
	color: #fff;
	border: none;
}
.sidebar h2 {
	color: #fff;
	margin-bottom: 20px;
}
