/*
Theme Name: A Media Operator
Version: 1.0
Description: Custom WordPress theme built with Beaver Builder on top
Author: The Code Company
Author URI: https://thecode.co
template: bb-theme
*/

/* Add your custom styles here... */ 

.fl-heading-text span {
	color: #990000;
} 

body {
	font-family: 'Inter', sans-serif;
	background: #fff;
}

header .cntr {
	margin: 0 auto;
	padding: 32px 20px;
	max-width: 1140px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header img {
	max-width: 180px;
	height: auto;
	margin-top: 4px;
	margin-left: 20px;
}

header ul {
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

header ul li {
	list-style: none;
	padding: 0;
	margin: 0 16px;
	line-height: 1;
}

header .menu a {
	color: #333;
	font-size: 14px;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	transition: color 0.25s, background-color 0.25s;
}

header a:hover {
	color: #990000;
	text-decoration: none;
}

header .menu .subscribe-button a {
	color: #fff;
}

.mobmenu {
	display: none;
	width: 24px;
	height: 21px;
	position: relative;
	margin: 0;
}

.mobmenu:after,
.mobmenu:before,
.mobmenu span {
	width: 100%;
	position: absolute;
	left: 0;
	height: 3px;
	background: #990000;
	opacity: 1;
	transition: opacity .25s, top .25s, bottom .25s, -webkit-transform .25s .25s, transform .25s .25s;
}

.mobmenu:after {
	bottom: 0;
	content: ""
}

.mobmenu:before {
	top: 0;
	content: ""
}

.mobmenu span {
	top: 9px
}

.mobmenu.show span {
	opacity: 0
}

.mobmenu.show:after,
.mobmenu.show:before {
	top: 9px
}

.mobmenu.show:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.mobmenu.show:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.upgrade-button a, .subscribe-button a {
	background-color: #990000;
	color: #fff !important;
	font-weight: bold;
	font-size: 14px;
	padding: 16px 24px;
	border-radius: 32px;
	display: inline-block;
	text-decoration: none;
	transition: background-color 0.25s, color 0.25s;
}

.upgrade-button a:hover, .subscribe-button a:hover {
	background-color: #111;
	color: #fff;
}

.white-button {
	background-color: #fff;
	color: #333;
	border: 1px solid #eee;
	font-weight: bold;
	font-size: 14px;
	padding: 16px 24px;
	border-radius: 32px;
	display: inline-block;
	text-decoration: none;
	transition: background-color 0.25s, color 0.25s, border 0.25s;
	text-decoration: none;
	font-family: "Poppins", sans-serif;
}

.white-button:hover {
	background-color: #990000;
	color: #fff;
	border-color: 1px solid #990000;
	text-decoration: none;
}

.load-more {
	text-align: center;
	width: 100%;
}

.load-more .white-button {
	margin: 32px auto 0;
}

footer {
	background-color: #fff;
	padding: 54px 0;
}

footer .cntr {
	max-width: 1140px;
	padding: 0 20px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

footer .cntr img {
	max-width: 140px;
	height: auto;
	margin: 3px 12px 0;
}

footer .menu {
	margin-right: auto;
	font-size: 13px;
}

footer ul {
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: flex-start;
}

footer ul li {
	list-style: none;
	padding: 0;
	margin: 0 20px;
	line-height: 1;
}

footer a {
	color: #777;
	transition: color 0.25s;
	text-decoration: none;
}

footer a:hover {
	color: #990000;
	text-decoration: none;
}

footer .copyright {
	margin: 0 20px;
	font-size: 13px;
	line-height: 1;
	color: #777;
	margin-right: auto;
}

@media screen and (max-width: 767px) {
	.menu-primary-menu-container {
		display: none;
	}
	header img {
		max-width: 140px;
		margin-left: 0;
	}
}

@media screen and (max-width: 1020px) {
	header ul li {
		margin: 0 14px;
	}
	header img {
		max-width: 140px;
		margin-top: 4px;
	}
	footer {
		padding: 32px 0;
	}
	footer .cntr {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	footer .menu {
		width: 100%;
		margin-top: 32px;
	}
	footer .copyright {
		margin-bottom: 32px;
		margin-right: auto;
		margin-left: auto;
		margin-top: 16px;
	}
	footer ul {
		justify-content: center;
		flex-direction: column;
		text-align: center;
	}
	footer ul li {
		margin-bottom: 16px;
	}
}

.inner-header {
	padding: 80px 0 40px;
	border-bottom: 1px solid #eee;
}

.inner-header .cntr {
	margin: 0 auto;
	width: 100%;
	max-width: 800px;
	padding: 0 20px;
}

h1 {
	line-height: 1.2;
}

.inner-header h1 {
	font-weight: 700;
	font-size: 42px;
}

.financial-headline {
	justify-content: space-between;
	align-items: center;
}

.financial-headline h1 {
	width: 60%;
}

.financial-headline img {
	width: 35%;
	height: auto;
	object-fit: contain;
}

@media screen and (max-width: 760px) {
	.financial-headline {
		flex-wrap: wrap;
	}
	.financial-headline h1 {
		width: 100%;
		margin-top: 0;
	}
	.financial-headline img {
		width: 100%;
		margin-top: 12px;
		margin-bottom: 12px;
		max-width: 220px;
	}
}

.date-meta {
	font-size: 14px;
	color: #990000;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Oswald', sans-serif;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.date-meta .members-only {
	padding: 9px 0 7px 16px;
	margin-left: 16px;
	border-left: 1px solid #eee;
	font-family: 'Roboto', sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #55554F;
	line-height: 12px;
	font-weight: 700;
}

/* Blog */

.archive-list article {
	max-width: 800px;
	width: 100%;
	padding: 0 20px;
	margin: 60px auto;
}

.archive-list h2 {
	margin-top: 16px;
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
}

.archive-list p {
	color: #777777;
	font-size: 18px;
	line-height: 28px;
}

/* CTA Banner */

.cta-banner {
	background-color: #eee;
	margin-top: 100px;
	margin-bottom: 66px;
}

.single .cta-banner {
	margin-bottom: 0;
	margin-top: 80px;
}

.single .cta-banner[data-pico-status="registered"] {
	display: none;
}


.single-content .cta-banner {
	background-color: #eee;
	margin-top: 80px;
	margin-bottom: 0px;
	border: 0;
}

.single-content .cta-banner h3, .single-content .cta-banner p {
	margin: 0 0 10px;
	padding: 0;
}

.single-content .premium-email {
	bottom: 0;
}

.wp-block-table {
	overflow-x: scroll;
}

.wp-block-table td {
	min-width: 70px;	
}

.wp-block-table td:first-of-type {
	min-width: 140px;	
}

.cta-banner .cntr {
	max-width: 1100px;
	margin: 0 auto;
	width: 100%;
	padding: 60px 20px;
	position: relative;
}

.single-content .player {
	margin: 36px auto 32px;
	max-width: 760px;
	display: block;
}

.cta-banner .content {
	width: calc(100% - 490px);
}

.cta-banner .premium-email {
	max-width: 490px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	right: 20px;
}

.cta-banner h3 {
	font-weight: 700;
	font-size: 36px;
	margin-top: 0;
}

.cta-banner h3 span {
	color: #990000;
}

.cta-banner p {
	color: #555555;
	font-size: 20px;
	line-height: 32px;
}

.cta-buttons {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 24px;
}

.cta-buttons a {
	background-color: #990000;
	padding: 17px 24px 18px;
	border-radius: 60px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	transition: color 0.25s, background-color 0.25s;
	margin-right: 24px;
}

.cta-buttons a:hover {
	background-color: #111;
	color: #fff;
	text-decoration: none;
}

.sign-in-button {
	font-weight: 700;
	color: #333;
	transition: color 0.25s;
}

.sign-in-button:hover {
	color: #990000;
	text-decoration: none;
}

/* Pagination */

.pagination-wrap {
	border-bottom: 1px solid #eee;
	margin-bottom: 54px;
}

.pagination-wrap .cntr {
	padding: 0 20px;
	margin: 60px auto;
	max-width: 1100px;
	width: 100%;
}

.nav-links {
	text-align: center;
	width: 100%;
	position: relative;
	color: #999999;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	-moz-justify-content: space-between;
	justify-content: space-between;
}

.nav-links a {
	font-size: 14px;
	padding: 16px 24px;
	border: 1px solid #eee;
	border-radius: 32px;
	color: #111111;
	font-weight: 700;
	background: transparent;
	border-color: #eee;
	transition: color 0.25s, border-color 0.25s, background 0.25s;
}

.nav-links a:hover {
	color: #fff;
	background: #990000;
	border-color: #990000;
	text-decoration: none;
}

.page-numbers {
	display: none;
}

.page-numbers.next, .page-numbers.prev {
	display: block;
}

.page-numbers.next {
	margin-left: auto;
}

#onepd-form {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,0.5);
	z-index: 99;
}

#onepd-form .content-wrapper {
	width: 100%;
	max-width: 767px;
	padding: 40px;
	background: #fff;
	position: relative;
	z-index: 100;
	margin: 40px auto 0;
}

.content-wrapper .close-email {
	position: absolute;
	right: 32px;
	top: 40px;
	background: none;
	padding: 0;
	color: #aaa;
	width: 24px;
	height: 24px;
	-webkit-appearance: none;
	border: 0 !important;
	cursor: pointer;
}

.content-wrapper .close-email:before, .content-wrapper .close-email:after  {
	content: '';
	background-color: #999;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 12px;
	left: 0;
	transform-origin: center;
	transition: background-color 0.25s;
}

.content-wrapper h3 {
	margin-top: 0;
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
}

#onepd-form .gform_wrapper select {
	width: 100%;
	padding: 10px 18px;
	font-size: 14px;
	margin: 8px 0;
	-webkit-appearance: none;
	border-radius: 40px;
	border: 1px solid #ccc;
	background-image: url(/wp-content/plugins/bb-custom-layouts/one-pd-overlay/images/select-arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 32px;
	background-color: #fff !important;
}

#onepd-form .gform_footer input[type="submit"] {
	margin-top: 8px;
}

#onepd-form .gform_wrapper label {
	display: none;
}

.content-wrapper .close-email:hover:after, .content-wrapper .close-email:hover:before {
	background-color: #111;
}

.content-wrapper .close-email:before {
	transform: rotate(45deg);
}

.content-wrapper .close-email:after {
	transform: rotate(-45deg);
}

@media screen and (max-width: 960px) {
	.cta-banner .content {
		width: calc(100% - 330px);
	}
	.cta-banner .premium-email {
		max-width: 330px;
		right: 0;
	}
	.cta-banner h3 {
		font-size: 28px;
	}
	.cta-banner p {
		font-size: 16px;
		line-height: 24px;
	}
}

@media screen and ( max-width: 767px ) {
	.inner-header {
		padding: 32px 0 24px;
	}
	.cta-banner {
		margin-top: 44px;
		margin-bottom: 44px;
	}
	.cta-banner .cntr {
		padding-bottom: 0;
		padding-top: 40px;
		max-width: 440px;
	}
	.cta-banner h3 {
		font-size: 24px;
		margin-bottom: 12px;
	}
	.cta-banner .content {
		width: 100%;
		text-align: center;
	}
	.cta-banner .premium-email {
		max-width: 100%;
		text-align: center;
		position: relative;
		margin-top: 20px;
	}
	.archive-list article {
		margin: 40px auto;
	}
	.archive-list h2 {
		font-size: 26px;
		line-height: 36px;
	}
	.archive-list p {
		font-size: 16px;
		line-height: 24px;
	}
	.pagination-wrap .cntr {
		margin: 40px auto;
		font-size: 14px;
	}
	.nav-links a {
		font-size: 14px;
	}
}

/* Single */

.single-content {
	font-size: 18px;
	line-height: 30px;
}

.single-content .cntr {
	padding-top: 16px;	
}

.entry-excerpt {
	font-size: 22px;
	margin-top: 20px;
}

.single-content p {
	max-width: 800px;
	width: 100%;
	margin: 32px auto;
	padding: 0 20px;
	font-size: 18px;
}

.single-content li p {
	padding: 0;
	margin: 4px 0;
}

.single-content hr {
	margin: 60px auto;
}

.wp-block-separator, .wp-block-table, .wp-block-buttons {
	max-width: 800px;
	width: 100%;
	margin: 32px auto;
	padding: 0 20px;
}

.wp-block-preformatted, .wp-block-verse {
	max-width: 760px;
	width: 100%;
	margin: 32px auto;
}

.wp-block-buttons .wp-block-button__link {
	background-color: #990000;
    padding: 17px 24px 18px;
    border-radius: 60px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    transition: color 0.25s, background-color 0.25s;
}

.wp-block-buttons .wp-block-button__link:hover {
	background-color: #111;
}

@media screen and (max-width: 767px) {
	.single-content hr {
		margin: 24px 0;
	}
	.fl-comments {
		margin-top: 32px;
	}
} 

.single-content ul, .single-content ol {
	max-width: 800px;
	width: 100%;
	margin: 32px auto;
	padding: 0 20px;
}

.single-content li {
	margin-left: 20px;
}

.single-content h1, .single-content h2, .single-content h3, .single-content h4, .single-content h5 {
	max-width: 800px;
	width: 100%;
	margin: 44px auto 32px;
	padding: 0 20px;
	font-weight: 700;
	color: #111;
}

.single-content a {
	color: #990000;
}

.post-footer {
	display: flex;
	justify-content: space-between;
	max-width: 800px;
	padding: 0 20px;
	margin: 20px auto 64px;
	font-size: 18px;
	color: #111;
	font-weight: bold;
}

.post-footer span {
	color: #555;
	font-weight: normal;
}

.post-footer .comment-count {
	margin-left: auto;
}

.wp-block-quote, blockquote {
	max-width: 760px;
	font-size: 18px;
	width: 100%;
	margin: 32px auto;
	padding: 0 0 0 20px;
	border-left: 4px solid #990000;
}

.wp-block-quote p, blockquote p {
	padding: 0;
	font-size: 18px;
	margin-bottom: 16px;
}

.wp-block-image, .wp-block-embed {
	margin: 40px auto;
	max-width: 800px;
	padding: 0 20px;
	height: auto;
}

.wp-block-embed iframe {
	width: 100%;
	height: calc(760px * 0.6);
	display: block;
}

.wp-block-embed.alignwide iframe, .wp-block-embed.alignfull iframe {
	height: calc(1060px * 0.6);
}

.single-content .wp-block-pullquote {
	border: 0;
	padding: 32px 0;
	margin: 64px auto;
	background: #f4f4f4;
}

.single-content .wp-block-pullquote blockquote {
	margin: 0;
	padding: 0;
	border: 0;
}

.wp-block-pullquote cite {
	text-transform: none;
	font-style: italic;
	top: -24px;
	position: relative;
	color: #777;
}

.single-content .wp-block-pullquote p {
	font-weight: 700;
	color: #111;
	font-size: 24px;
	margin: 32px auto;
}

.alignwide {
	max-width: 1100px;
}

.alignfull {
	max-width: 100%;
}

.comment-wrap .cntr {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 20px;
	width: 100%;
}

/* Paywall */

.flex {
	display: flex;
}

.paywall {
	padding: 40px 0 0;
	background: #f4f4f4;
	margin-top: 60px;
}

.paywall .cntr {
	margin: 0 auto;
	max-width: 880px;
	flex-wrap: wrap;
}

.paywall .column {
	flex: 1 0 50%;
	padding: 12px 32px;
	justify-content: center;
	flex-direction: column;
}

.paywall .attention {
	text-align: right;
}

.paywall-graphic {
	max-width: 880px;
	margin: 16px auto 0;
}

.paywall-graphic img {
	width: 100%;
	height: auto;
}

.paywall h4 {
	margin: 0;
	font-size: 20px;
	font-weight: 400;
	padding: 0;
	color: #555;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 16px;
}

.paywall p {
	margin: 0;
	padding: 0;
}

.paywall h4 span {
	font-size: 20px;
	color: #990000;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Oswald', sans-serif;
}

.paywall .attention p.large {
	font-size: 32px;
	color: #333;
	font-weight: 600;
	margin: 16px 0;
	line-height: 44px;
	padding: 0;
	font-family: "Poppins", sans-serif;
}

.paywall .attention p.large span {
	color: #990000;
}

.paywall .sign-up-button {
	padding-top: 0;
}

.paywall .sign-up-button a {
	background-color: #990000;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	padding: 16px 28px;
	border-radius: 32px;
	display: inline-block;
	text-decoration: none;
	transition: background-color 0.25s, color 0.25s;
	font-family: "Poppins", sans-serif;
}

.paywall .attention p.meta {
	font-size: 16px;
	margin: 0;
	padding: 0;
}

.paywall .sign-up-button {
	text-align: center;
}

.paywall .benifits ul {
	padding: 0 0 0 20px;
	margin: 0;
}

.paywall .benifits ul li {
	font-weight: 600;
	font-size: 18px;
	margin: 10px 0;
	padding-left: 8px;
	list-style-image: url(/wp-content/themes/bb-theme-child/images/tick-icon.svg);
	color: #111;
}

.paywall .column.sign-up-button {
	margin-top: 16px;
	flex: 1 0 100%;
}

@media screen and (max-width: 780px) {
	.paywall {
		padding-top: 0px;
		margin-top: 0;
	}
	.paywall .column {
		flex: 1 0 100%;
		padding: 12px 20px;
		justify-content: center;
		flex-direction: column;
	}
	
	.paywall .attention {
		text-align: left;
	}
	
	.paywall h4 {
		font-size: 16px;
	}
	
	.paywall h4 span {
		font-size: 16px;
	}

	.paywall .attention p.large {
		font-size: 24px;
		margin: 16px 0;
		line-height: 1.2;
		padding: 0;
	}
	
	.paywall-graphic {
		max-width: 880px;
		margin: 16px auto 0;
	}
	
	.paywall .sign-up-button {
		text-align: left;
	}
	.paywall .attention p.meta {
		font-size: 16px;
	}
	.paywall .attention p.large {
		margin-bottom: 12px;
	}
	.paywall .column.sign-up-button {
		margin-top: 0;
	}
}

/* Read Next */

.read-next {
	width: 100%;
	border-top: 1px solid #eee;
	text-decoration: none;
	background-color: #fff;
	transition: background-color 0.25s;
	display: block;
	margin-top: 64px;
}

.read-next:hover {
	background-color: #f4f4f4;
	text-decoration: none;
}

.read-next:focus {
	text-decoration: none !important;
	color: inherit !important;
}

.read-next:hover h3 {
	color: #990000;
}

.read-next .cntr {
	padding: 60px 20px;
	margin: 0 auto;
	max-width: 800px;
	width: 100%;
}

.read-next span {
	font-size: 14px;
	color: #990000;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Oswald', sans-serif;
}

.read-next p {
	margin-top: 16px;
	font-size: 16px;
	color: #555;
	margin-bottom: 0;
}

.wp-block-embed__wrapper {
	display: flex;
	justify-content: center;
}

.share {
	display: flex;
	align-items: center;
	font-family: "Poppins", sans-serif;
}

.share .social-icons {
	margin-left: 4px;
}

.share a {
	margin: 0 0 0 16px;
}

.share img {
	display: inline-block;
	height: 18px;
	width: auto;
}

/* Comments */

.comment-wrap .comment-reply-title {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 16px;
}

.comment-wrap form textarea, .comment-wrap form input[type="email"], .comment-wrap form input[type="text"] {
	background-color: #fff;
	border: 1px solid #e4e4e4;
	border-radius: 0;
	-webkit-appearance: none;
	padding: 12px;
	box-shadow: none !important;
	height: auto;
	margin-bottom: 16px;
	margin-top: 0;
	font-size: 16px;
}

.comment-form-cookies-consent label {
	font-weight: normal;
	color: #555;
	font-size: 14px;
}

.comment-form-cookies-consent input[type="radio"], .comment-form-cookies-consent input[type="checkbox"] {
	position: relative;
	bottom: -1px;
}

.comment-form-cookies-consent {
	margin-bottom: 20px;
}

button, input[type=button], input[type=submit] {
	background-color: #990000;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 16px 24px;
    border-radius: 32px;
    display: inline-block;
    text-decoration: none;
	transition: background-color 0.25s, color 0.25s;
	border: 0;
}

button, input[type=button]:hover, input[type=submit]:hover {
	background-color: #111;
	border: 0;
}

.PicoSignupForm {
	position: relative;
	max-width: 540px;
}

.PicoSignupForm input[type="email"] {
	font-size: 14px;
    padding: 18px 24px !important;
    border-radius: 32px !important;
    border: 1px solid #ddd;
    width: 100% !important;
	height: 54px !important;
}

.PicoSignupForm button {
	position: absolute;
	right: 0;
	top: 0;
	padding: 19px 24px;
	border: 0 !important;
}

@media screen and (max-width: 767px) {
	.PicoSignupForm button {
		margin: 0 auto;
		text-align: center;
	}
	.PicoSignupForm button {
			position: relative;
			margin-top: 16px;
	}
}

.fl-widget .widget.gform_widget {
	position: relative !important;
	max-width: 540px;
}

.fl-widget .widget label {
	display: none;
}

.article-email-cta {
	background-color: rgba(245,245,245,0.95);
	margin: 0;
	z-index: 99;
	width: 100%;
	padding: 44px 0 48px;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
}

.article-email-cta .close-email {
	position: absolute;
	right: 32px;
	top: 40px;
	background: none;
	padding: 0;
	color: #aaa;
	width: 24px;
	height: 24px;
	-webkit-appearance: none;
	border: 0 !important;
	cursor: pointer;
}

.article-email-cta .close-email:before, .article-email-cta .close-email:after  {
	content: '';
	background-color: #999;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 12px;
	left: 0;
	transform-origin: center;
	transition: background-color 0.25s;
}

.article-email-cta .close-email:hover:after, .article-email-cta .close-email:hover:before {
	background-color: #111;
}

.article-email-cta .close-email:before {
	transform: rotate(45deg);
}
.article-email-cta .close-email:after {
	transform: rotate(-45deg);
}


.article-email-cta p {
	margin: 0 auto 16px;
	font-size: 16px;
	line-height: 1.6;
}

.article-email-cta h3 {
	font-size: 24px;
	margin: 0 auto 8px;
}

.article-email-form {
	position: relative;
	padding: 0 20px;
	max-width: 800px;
	width: 100%;
	margin: auto;
}

.article-email-form label {
	display: none;
}

.article-email-cta .gform_body input[type="email"], .article-email-cta .gform_body input[type="email"]:active, .article-email-cta .gform_body input[type="email"]:focus {
	font-size: 14px !important;
	padding: 16px 24px 17px !important;
	height: 56px !important;
	min-height: 56px;
	border-radius: 32px !important;
	border: 1px solid #ddd !important;
	width: 100% !important;
	-webkit-appearance: none !important;
}

.article-email-cta .gform_footer input[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	padding: 19px 24px;
	border: 0 !important;
}

.fl-widget .gform_body input[type="email"] {
	font-size: 14px !important;
	padding: 16px 24px 17px !important;
	height: 55px !important;
	border-radius: 32px !important;
	border: 1px solid #ddd !important;
	width: 100% !important;
	-webkit-appearance: none;
}

.fl-widget .gform_footer input[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	padding: 19px 24px;
	border: 0 !important;
	font-family: 'Poppins', sans-serif;
}

@media screen and (max-width: 767px) {
	.fl-widget .gform_footer input[type="submit"] {
		margin: 0 auto;
		text-align: center;
	}
	.fl-widget .gform_footer input[type="submit"] {
			position: relative;
			margin-top: 16px;
	}
	.article-email-cta .gform_footer input[type="submit"] {
		position: relative;
		margin-top: 16px;
	}
}

label.fl-comment {
	display: none;
}

.podcast-subscribe {
	display: flex;
	justify-content: space-between;
	width: 180px;
	align-items: center;
	margin: 24px auto 32px;
	font-size: 14px;
	text-transform: uppercase;
	color: #990000;
	letter-spacing: 1px;
	font-family: 'Oswald', sans-serif;
}

.podcast-subscribe img {
	display: block;
}

.podcast-subscribe a {
	opacity: 0.5;
	transition: opacity 0.25s;
}

.podcast-subscribe .apple {
	margin-bottom: 3px;
}

.podcast-subscribe a:hover {
	opacity: 1;
}

.single-content .podcast-subscribe {
	margin: 24px auto 8px;
}


/* Don't show subscribe menu item to paying customers */
.menu-primary-menu-container .subscribe-button{display:none}


.menu-primary-menu-container .upgrade-button[data-pico-status="registered"]{display:block}
.menu-primary-menu-container .subscribe-button[data-pico-status="registered"]{display:none}

.menu-primary-menu-container .subscribe-button[data-pico-status="anonymous"]{display:block}

.display-none{display: none;}

#jp-relatedposts.jp-relatedposts {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	padding: 0;
	border-top: 1px solid #eee;
}

.related-wrapper[data-pico-status="registered"] {
	border-bottom: 1px solid #eee;
}

#jp-relatedposts.jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
	width: 100%;
	padding: 0 20px;
	margin: 16px auto;
	max-width: 800px;
	float: none;
	display: block;
}

#jp-relatedposts.jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover {
	text-decoration: none;
}

#jp-relatedposts.jp-relatedposts h3.jp-relatedposts-headline em:before {
	display: none;
	content: none;
}

#jp-relatedposts.jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	font-size: 24px;
	line-height: 32px;
	color: #111;
	text-decoration: none !important;
	font-weight: 700;
	margin-bottom: 16px;
	transition: color 0.25s;
	font-family: "Poppins", sans-serif;
}

.post-end {
	margin-top: 60px;
	margin-bottom: 0;
}

#jp-relatedposts.jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title {
	width: 100%;
	margin: 20px 0 4px;
}

#jp-relatedposts.jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
	color: #990000;
	text-decoration: none;
}

#jp-relatedposts.jp-relatedposts h3.jp-relatedposts-headline {
	font-size: 14px;
	color: #990000;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Oswald', sans-serif;
	float: none;
	display: block;
	margin: 60px auto 24px;
	max-width: 800px;
	padding: 0 20px;
}

@media screen and (max-width: 807px) {
	.single-content .wp-block-quote, .single-content blockquote {
		padding-left: 20px;
		margin-left: 22px;
		margin-right: 22px;
		width: calc((100vw) - 44px);
	}
	.single-content blockquote p {
		padding-left: 0;
	}
	.single-content .wp-block-quote {
		padding-left: 20px;
	}
	#jp-relatedposts.jp-relatedposts {
		padding: 0 0 20px;
		margin: 0 auto;
	}
	#jp-relatedposts.jp-relatedposts h3.jp-relatedposts-headline {
		margin: 40px auto 24px;
	}
	.single .cta-banner {
		margin-top: 0;
	}
	.cta-buttons {
		justify-content: center;
	}
}

@media screen and (max-width: 767px) {
	body {
		padding-top: 68px;
	}
	header.site-header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1000;
		background: #fff;
	}
	header .cntr {
		align-items: center;
		padding: 20px;
	}
	.site-logo {
		position: relative;
		z-index: 1001;
	}
	header .menu-primary-menu-container {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #fff;
		height: 100vh;
		z-index: 1000;
		display: none;
	}
	header ul {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		width: 100%;
		height: 100vh;
	}
	.upgrade-button a, .subscribe-button a {
		padding: 16px 24px 19px;
		border-radius: 42px;
	}
	header ul li {
		margin: 12px 16px;
	}
	header .menu a {
		font-size: 20px;
		font-weight: 700;
	}
	.mobmenu {
		display: block;
		z-index: 1001;
		position: relative;
	}
	.inner-header h1 {
		font-size: 28px;
	}
	.entry-excerpt {
		font-size: 18px;
		margin-top: 16px;
	}
	.single-content .cntr {
		padding-top: 24px;
	}
	.article-email-cta {
		padding: 32px 0 36px;
	}
	.single-content p {
		font-size: 16px;
		margin: 10px auto 16px;
	}
	.single-content li {
		font-size: 16px;
	}
	.post-footer {
		margin: 20px 0 32px; 
	}
	.read-next {
		border-bottom: 1px solid #eee;
	}
	.read-next .cntr {
		padding: 32px 20px 30px;
	}
	.read-next h3 {
		font-size: 28px;
	}
	.read-next p {
		font-size: 18px;
	}
	.wp-block-embed.alignwide iframe, .wp-block-embed.alignfull iframe, .wp-block-embed iframe {
		height: calc((100vw - 40px) * 0.6);
	}
	.read-next {
		margin-top: 40px;
	}
	.read-next p {
		font-size: 16px;
	}
	.single-content .player {
		margin: 24px auto 20px;
		max-width: 760px;
		display: block;
	}
	.podcast-subscribe {
		margin: 16px auto 24px;
	}	
	.single-content .podcast-subscribe {
		margin: 0 auto 8px;
	}
	.article-email-cta h3 {
		font-size: 20px;
		margin: 0 auto 8px;
	}
	.article-email-cta .close-email {
		top: 32px;
		width: 20px;
		height: 20px;
	}
	
}