
/* Give the menu more room for text */
ul.sub-menu a {
	padding-left: 0 !important;
}
ul.sub-menu li {
	padding-right: 0 !important;
	width: 100% !important;
}
#top-menu li .menu-item-has-children>a:first-child {
	padding-right: 15px !important;
}
#top-menu li .menu-item-has-children>a:first-child:after {
	right: -5px !important;
}

/* Hide Post meta headers */
div.et_post_meta_wrapper .post-meta {
	display: none;
}

/* Padding on ul and ol elements */
.et_pb_text_inner ul,
.et_pb_text_inner ol,
.et_pb_blurb_description ul,
.et_pb_blurb_description ol {
	padding-left: 30px !important;
}

div#subscribe-header {
	position: absolute;
	top: 25px;
	right: 0;
}
#top-subscribe-button {
	display: inline-block;
	padding: 10px;
	background: #00A8EF;
	color: #fff;
	font-size: 16px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}
@media (max-width: 520px) {
	div#subscribe-header {
		display: none;
	}
}

/* Fix for Bloom subscribe boxes */
.et_bloom_form_container_wrapper {
	height: 260px !important;
}

/* Announcement */
.floating-announcement {
	display: flex;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100vw;
	height: 100vh;
	align-items: center;
	justify-content: center;
	transition: opacity 1s ease-in-out;
	z-index: 2147483647;
	background: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(2px);
	opacity: 0;
}
.floating-announcement.show {
	opacity: 1;
}
.announcement {
	position: relative;
	overflow: auto;
	border: 2px solid #2ea3f2;
	border-radius: 5px;
	padding: 20px;
	background: #ffffff;
	color: #2ea3f2;
	box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.3);
	max-width: calc(100vw - 25px);
	max-height: calc(100vh - 25px);
	transition: transform 1s ease-in-out;
	transform: translateY(100vh);
}
.floating-announcement.show .announcement {
	transform: none;
}
.dismiss-announcement {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	padding: 10px;
	border-radius: 300px;
}
.dismiss-announcement:hover {
	background: rgba(0, 0, 0, 0.3);
}
.announcement-body {
	font-size: 18px;
	max-width: 1280px;
	margin: auto;
}
.announcement-body h4 {
	color: #000;
	font-size: 26px;
}
.announcement-body a {
	color: #f74b47;
	text-decoration: underline;
}
@media (max-width: 1025px) {
	.announcement-body {
		font-size: 15px;
		line-height: 1.5;
	}
	.announcement-body h4 {
		font-size: 21px;
	}
}
#captivated-launch-container,
#captivated-container {
	z-index: 2147483600 !important;
}
/* End Announcement */
