
.wp-block-embedpress-embedpress {
	margin: var(--ep-space-4) 0;
	position: relative;
}

.wp-block-embedpress-embedpress .embedpress-embed-wrapper {
	position: relative;
}

.wp-block-embedpress-embedpress .embedpress-embed-wrapper.responsive {
	max-width: 100%;
	height: auto;
}

.wp-block-embedpress-embedpress .embedpress-loading {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: var(--ep-space-8);
	background: var(--ep-gray-50);
	border: 1px solid var(--ep-gray-200);
	border-radius: var(--ep-radius);
}

.wp-block-embedpress-embedpress .embedpress-loading .embedpress-spinner {
	width: 2rem;
	height: 2rem;
	border: 2px solid var(--ep-gray-300);
	border-top: 2px solid var(--ep-primary);
	border-radius: 50%;
	animation: spin 1s linear infinite;
	margin-bottom: var(--ep-space-2);
}

.wp-block-embedpress-embedpress .embedpress-loading p {
	margin: 0;
	color: var(--ep-gray-600);
	font-size: var(--ep-text-sm);
}

.wp-block-embedpress-embedpress.provider-youtube .embedpress-embed-wrapper {
	background: #000;
}

.wp-block-embedpress-embedpress.provider-vimeo .embedpress-embed-wrapper {
	background: #1ab7ea;
}

.wp-block-embedpress-embedpress.provider-wistia .embedpress-embed-wrapper {
	background: #54bbff;
}

.editor-styles-wrapper .wp-block-embedpress-embedpress .embedpress-provider-info {
	background: var(--ep-info-light);
	color: var(--ep-info);
	padding: var(--ep-space-2);
	border-radius: var(--ep-radius);
	font-size: var(--ep-text-sm);
	margin-bottom: var(--ep-space-3);
}

@keyframes spin {
	0% {
		transform: rotate(0);
	}
	
	to {
		transform: rotate(360deg);
	}
}

.embedpress-gutenberg-wrapper {
	margin: 30px auto;
}

.embedpress-gutenberg-wrapper .ose-embedpress-responsive:not(.ose-youtube) iframe {
	max-width: 100% !important;
	max-height: 100% !important;
}

.embedpress-gutenberg-wrapper.alignright {
	max-width: 100%;
}

.flexia-wrapper.flexia-container>.content-area .embedpress-gutenberg-wrapper {
	margin: 0 auto;
}

@media only screen and (min-width: 482px) {
	.entry-content>.embedpress-gutenberg-wrapper.alignright, .entry-content>.embedpress-gutenberg-wrapper.alignleft, .embedpress-gutenberg-wrapper.alignright, .embedpress-gutenberg-wrapper.alignleft {
		max-width: 100%;
	}
}

.embedpress-gutenberg-wrapper .alignleft, .embedpress-gutenberg-wrapper .alignright, .embedpress-gutenberg-wrapper .aligncenter {
	float: none;
	display: block;
}

.embedpress-gutenberg-wrapper .alignright {
	text-align: right;
	max-width: 100% !important;
}

.embedpress-gutenberg-wrapper .alignleft {
	text-align: left;
	max-width: 100% !important;
}

.embedpress-gutenberg-wrapper .aligncenter {
	clear: both;
	display: block;
	float: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.wp-block-embedpress-embedpress.aligncenter {
	text-align: center;
}

.embedpress-gutenberg-wrapper .ose-embedpress-responsive {
	display: inline-block;
}

.embedpress-gutenberg-wrapper {
	max-width: 100% !important;
}

.ep-first-video {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	border-radius: 15px;
	overflow: hidden;
}

.ep-first-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.embedpress-gutenberg-controls .components-base-control__label, .embedpress-gutenberg-controls .components-input-control__label, .embedpress-gutenberg-controls .components-base-control__field {
	font-weight: 500;
}

.sponsored-upload {
	margin-bottom: 20px;
}

label.components-truncate.components-text.components-input-control__label.em5sgkm4.ecfd-bd--d-eecc-1iznhho.em57xhy0 {
	font-weight: 600 !important;
}

.text-center {
	text-align: center !important;
}

.wp-block-embed.is-loading {
	align-items: center;
}

.css-vwt1e3 {
	margin: 0 11px !important;
}

.ep-youtube__content__pagination .ep-prev, .ep-youtube__content__pagination .ep-next {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.wp-block-embed.is-loading p {
	margin: 0 !important;
}

.wp-block-embed.is-loading svg {
	margin-top: 0;
}

.ose-opensea {
	height: 100% !important;
	width: 100% !important;
	min-width: 900px;
}

.alignleft .ose-opensea, .alignright .ose-opensea, .aligncenter .ose-opensea {
	min-width: 900px;
	max-width: 860px !important;
}

.aligncenter .ose-opensea {
	margin: 0 auto;
	display: block !important;
}

.wp-block[data-align=right] {
	float: right;
}

.wp-block[data-align=left] {
	float: left;
}

.ep_nft_content_wrap.ep_nft__wrapper {
	display: grid;
}

.ep_nft_content_wrap.ep_nft__wrapper, .ep_nft_content_wrap.ep_nft_list {
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-column-gap: 15px;
	grid-row-gap: 15px;
}

.ep_nft_content_wrap .ep_nft_item {
	background-color: #fff;
	border-radius: 10px;
	transition: background .5s, border .5s, border-radius .5s, box-shadow .5s;
	transition: .3s ease-in-out;
	box-shadow: 0 4px 15px rgba(0, 0, 0, .09);
	overflow: hidden;
	padding: 15px;
	position: relative;
}

.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-grid .ep_nft_item {
	display: flex;
	flex-direction: column;
}

.ep_nft_content_wrap.ep_nft_list .ep_nft_item {
	justify-content: flex-start;
	align-items: flex-start;
}

.ep_nft_content_wrap.ep_nft__wrapper.preset-3 .ep_nft_item .ep_nft_content {
	background-color: rgba(237, 236, 246, .9);
}

.ep_nft_content_wrap .ep_nft_thumbnail {
	margin: 0 0 15px;
	border-radius: 5px;
}

.ep_nft_content_wrap .ep_nft_thumbnail img {
	height: 340px;
	border-radius: 10px;
	width: 100%;
	object-fit: cover;
}

.ep_nft_content .ep_nft_title {
	color: #333;
	font-size: 16px;
	margin: 0 0 15px;
	font-weight: 600;
}

.ep_nft_content {
	text-align: left;
}

.ep_nft_content .ep_nft_price {
	color: #333;
	font-size: 14px;
	margin: 0;
	display: flex;
	font-weight: 600;
}

.ep_nft_content .ep_nft_price:first-child {
	margin-bottom: 10px;
}

span.eb_nft_currency {
	max-width: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
}

span.eb_nft_currency svg {
	width: 100%;
	height: auto;
}

.ep_nft_content .ep_nft_price_wrapper {
	min-height: 20px;
}

.ep_nft_content .ep_nft_creator {
	color: #333;
	font-size: 14px;
	margin: 0 0 20px;
	display: flex;
	align-items: center;
	gap: 5px;
}

.ep_nft_content .ep_nft_creator a {
	color: #3080e2;
	font-size: 14px;
	text-decoration: none;
	word-break: break-all;
}

.ep_nft_content .ep_nft_creator img {
	height: 30px;
	width: 30px;
	border-radius: 50%;
}

.ep_nft_content .ep_nft_button button {
	margin: 0;
}

.ep_nft_content .ep_nft_button button a {
	background-color: #3080e2;
	color: #fff;
	font-size: 14px;
	padding: 15px 20px;
	transition: border .5s, border-radius .5s, box-shadow .5s;
}

.ep_nft_content .ep_nft_button button:hover a {
	background-color: #2e8eee;
	color: #fff;
}

.ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx .ep_nft_button a.ep-details-btn:hover {
	background-color: #2e8eee;
	color: #fff;
}

.ep-nft-gallery-wrapper .ep_nft_content_wrap.ep_nft__wrapper.ep-preset-1 .ep_nft_item:hover .ep_nft_button {
	opacity: 1;
	transform: translate(0);
	visibility: visible;
}

.ep-nft-gallery-wrapper .ep_nft_content_wrap.ep_nft__wrapper.ep-preset-1 .ep_nft_item .ep_nft_button {
	bottom: 0;
	left: 0;
	opacity: 0;
	position: absolute;
	transform: translateY(30px);
	visibility: hidden;
	width: 100%;
	transition: .3s;
}

.ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx .ep_nft_button {
	margin-top: auto;
}

.ep-nft-gallery-wrapper.ep-nft-gallery-r1a5mbx .ep_nft_button a {
	background-color: #3080e2;
	color: #fff;
	font-size: 14px;
	padding: 10px 20px;
	transition: border .5s, border-radius .5s, box-shadow .5s;
	display: block;
	text-align: center;
	font-weight: 500;
	text-decoration: none;
}

.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item {
	display: flex;
	gap: 15px;
	align-items: center;
	border-radius: 10px;
}

.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail {
	width: 55%;
}

.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_content {
	width: calc(45% - 15px);
}

.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_content .ep_nft_price.ep_nft_last_sale {
	margin-bottom: 15px;
}

.ep_nft_content_wrap.ep_nft__wrapper.nft_items .ep_nft_item .ep_nft_thumbnail svg {
	border-radius: 10px;
}

.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail img {
	height: 260px;
}

.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_button a, .ep_nft_content_wrap.ep_nft__wrapper.nft_items .ep_nft_item .ep_nft_button a {
	border-radius: 10px;
}

.ep-nft-gallery-wrapper .ep_nft_content_wrap.ep_nft__wrapper.ep-preset-1 .ep_nft_item .ep_nft_button a {
	border-radius: 0;
}

.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-grid.ep-preset-2 .ep_nft_content .ep_nft_price:last-child {
	margin-bottom: 15px;
}

.ose-opensea {
	min-width: 100% !important;
	max-width: calc(100% - 40px) !important;
}

.ep-loadmore-wrapper {
	margin-top: 30px;
	text-align: center;
}

.ep-loadmore-wrapper button {
	border-style: solid;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	border-bottom-width: 0;
	color: #fff;
	border-color: #0170b9;
	background-color: #0170b9;
	border-radius: 2px;
	padding: 15px 30px;
	font-family: inherit;
	font-weight: inherit;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	cursor: pointer;
}

.ep-loadmore-wrapper button svg {
	margin-left: 5px;
}

@media all and (max-width: 1024px) {
	.ep_nft_content_wrap.ep_nft__wrapper, .ep_nft_content_wrap.ep_nft_list {
		grid-template-columns: repeat(3, 1fr) !important;
	}
}

@media all and (max-width: 991px) {
	.ose-opensea {
		min-width: auto !important;
		max-width: calc(100% - 40px) !important;
	}
	
	.ep_nft_content_wrap.ep_nft__wrapper, .ep_nft_content_wrap.ep_nft_list {
		grid-template-columns: repeat(2, 1fr) !important;
	}
}

@media all and (max-width: 767px) {
	.ep_nft_content_wrap.ep_nft__wrapper, .ep_nft_content_wrap.ep_nft_list {
		grid-template-columns: repeat(1, 1fr) !important;
	}
}

.ep-nft-single-item-wraper.ep_nft_content_wrap .ep_nft_item {
	box-shadow: none;
}

.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_content {
	width: calc(55% - 15px);
}

.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail {
	width: 45%;
	height: 100%;
}

.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail img {
	height: 100%;
}

.ep-nft-single-item-wraper span.eb_nft_label {
	color: #333;
}

.ep-nft-single-item-wraper .ep_nft_content .ep_nft_price {
	display: flex;
	flex-direction: column;
	margin-right: 45px;
}

.ep-nft-single-item-wraper span.eb_nft_price {
	font-size: 30px;
}

.ep-nft-single-item-wraper .ep_nft_content .ep_nft_creator img {
	height: 15px;
	width: 15px;
	border-radius: 50%;
}

.ep-nft-single-item-wraper .ep-usd-price {
	bottom: 0;
	font-size: 12px;
}

.ep-nft-single-item-wraper span.eb_nft_label {
	font-size: 15px;
}

.ep-nft-single-item-wraper .ep_nft_content .ep_nft_title {
	margin-bottom: 10px;
	font-size: 24px;
}

.ep-nft-single-item-wraper .CollectionLink--name svg {
	width: 20px;
	height: 20px;
	margin-left: 5px;
}

.ep-nft-single-item-wraper a.CollectionLink--link {
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	margin-bottom: 15px;
	display: block;
	color: #3080e2;
}

.ep-nft-single-item-wraper sub.verified-icon {
	bottom: -5px;
	left: 4px;
}

.ep-nft-single-item-wraper .ep-accordion {
	border: 1px solid #ddd;
	border-radius: 10px;
	margin-top: 15px;
	display: block;
}

.ep-nft-single-item-wraper .ep-toggle {
	display: none;
}

.ep-nft-single-item-wraper .ep-option {
	position: relative;
}

.ep-nft-single-item-wraper .ep-content {
	padding: 1em;
	border-top: 1px solid #ddd;
}

.ep-nft-single-item-wraper .ep-content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all .2s;
}

.ep-nft-single-item-wraper .ep-title {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all .2s;
	padding: 1em;
	display: flex;
	color: #333;
	font-weight: 700;
	cursor: pointer;
	border-radius: 10px 10px 0 0;
	align-items: center;
}

.ep-nft-single-item-wraper label.ep-title svg {
	width: 20px;
	height: 20px;
	margin-right: 6px;
}

.ep-nft-single-item-wraper .ep-asset-detail-item {
	display: flex;
	justify-content: space-between;
	font-weight: 500;
	line-height: 1.8em;
}

.ep-nft-single-item-wraper .ep-asset-detail-item span {
	word-break: break-word;
	max-width: 75%;
}

.ep-nft-single-item-wraper .ep-content {
	display: block;
}

.ep-nft-single-item-wraper .ep-content p {
	margin: 0;
	padding: .5em 1em 1em;
	font-size: .9em;
	line-height: 1.5;
}

.ep-nft-single-item-wraper .ep-toggle:checked+.ep-title+.ep-content {
	display: none;
	background: transparent;
}

.ep-nft-single-item-wraper .ep_nft_content .ep_nft_price_wrapper {
	display: flex;
}

.ep-nft-single-item-wraper .ep-toggle+.ep-title:after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 12px;
	height: 12px;
	background: transparent;
	text-indent: -9999px;
	border-top: 2px solid #bfbfbf;
	border-left: 2px solid #bfbfbf;
	transition: all .25s ease-in-out;
	text-decoration: none;
	color: transparent;
	right: 15px;
	top: 50%;
	transform: rotate(45deg) translate(-20%, -5%);
}

.ep-nft-single-item-wraper .ep-toggle:checked+.ep-title:before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 12px;
	height: 12px;
	background: transparent;
	text-indent: -9999px;
	border-top: 2px solid #bfbfbf;
	border-left: 2px solid #bfbfbf;
	transition: all .25s ease-in-out;
	text-decoration: none;
	color: transparent;
	right: 15px;
	top: 50%;
	transform: rotate(225deg) translate(80%, 20%);
}

.ep-nft-single-item-wraper .ep-toggle:checked+.ep-title:after {
	display: none;
}

.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items .ep_nft_item .ep_nft_button span.ep-nft-rank {
	pointer-events: none;
}

.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-nft-single-item-wraper.ep-grid .ep_nft_content {
	margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
	.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper, .ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft_list {
		grid-template-columns: repeat(1, 1fr) !important;
	}
}

@media screen and (max-width: 991px) {
	.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper, .ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft_list {
		grid-template-columns: repeat(1, 1fr) !important;
	}
	
	.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item {
		align-items: unset;
		flex-direction: column;
	}
	
	.ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_thumbnail, .ep-nft-single-item-wraper.ep_nft_content_wrap.ep_nft__wrapper.nft_items.ep-list .ep_nft_item .ep_nft_content {
		width: 100%;
	}
	
	.ep-embed-content-wraper>div {
		max-width: 100%;
	}
}

@media screen and (max-width: 537px) {
	.ep-nft-single-item-wraper sub.ep-usd-price {
		margin-bottom: 15px;
		display: block;
	}
}

.components-panel__body .ep-control-header {
	border-top: 1px solid #fbf0f0;
	padding-top: 16px;
	width: calc(100% + 32px);
	margin-left: -16px;
	padding-left: 16px;
}

button.components-color-palette__custom-color-button {
	height: 24px;
}

.components-color-palette__custom-color-text-wrapper {
	display: none !important;
}

.components-panel__body.is-opened.ep-opensea-options h2.components-panel__body-title, .components-panel__body.is-opened.ep-colors-typography h2.components-panel__body-title {
	margin-bottom: 16px !important;
}

.components-panel__body.is-opened.ep-colors-typography .ep-opensea-sub-controls h2.components-panel__body-title {
	margin-bottom: 0 !important;
}

.embedpress-gutenberg-controls .components-panel__body.is-opened h2.components-panel__body-title {
	margin-bottom: 16px !important;
}

.ep-controls-margin {
	margin-bottom: 24px;
}

.ep__instafeed-options .instagram-profile-image-uploader {
	margin-bottom: 0;
}

.block-editor-block-inspector .components-base-control:last-child {
	margin-bottom: 24px !important;
}

.ep-video-controlers .ep-control-field .components-base-control__field {
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ep-video-controlers .ep-control-field .components-base-control__field input {
	width: 70px;
}

.ep-video-controlers .ep-control-field .components-base-control__field .components-base-control__label {
	margin-bottom: 0;
}

.ep-video-controlers .components-base-control .components-base-control__label {
	margin-right: 0;
}

button.ep-remove__image {
	position: absolute;
	z-index: 1;
	color: #fff;
	font-weight: 700;
	border: none;
	top: 10px;
	left: 10px;
	background: #f11c1d;
	width: 32px;
	height: 32px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

.ep__custom-logo {
	text-align: center;
	margin-bottom: 15px;
}

.ep__custom-logo img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 5px;
}

.ep-logo-upload-button {
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 20px 15px;
}

.instagram-profile-image-uploader {
	margin-bottom: 20px;
}

.ep-yt-related-videos .components-base-control {
	margin-bottom: 10px !important;
}

.content-share-controls .ep-custom-logo-button {
	margin-bottom: 30px !important;
}

.pro-control.ep-custom-logo-button {
	margin-bottom: 20px !important;
}

.ep-custom-logo-button .isPro {
	top: 50%;
	transform: translateY(-50%);
}

.ep-custom-logo-position {
	margin-top: 20px;
}

.ep-yt-related-videos p, .ep-video-controlers p {
	margin-top: 8px;
	font-size: 12px;
	font-style: normal;
	color: #757575;
	margin-bottom: revert;
}

p.is-ep-description {
	margin-top: -20px !important;
	color: #757575;
}

span.ep-wistia-message {
	position: absolute;
	left: 50%;
	background: #fff;
	border-radius: 15px;
	padding: 8px 15px;
	top: 32%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: calc(100% - 200px);
	text-align: center;
	max-width: 320px;
}

@media only screen and (max-width: 520px) {
	.wistia_embed, .ose-wistia {
		max-height: 280px;
	}
}

.lock-content-pass-input span {
	position: absolute;
	right: 8px;
	z-index: 1;
	cursor: pointer;
	bottom: 3.5px;
	display: none;
}

.lock-content-pass-input span.active {
	display: block;
}

span.copy-password.active {
	top: 0;
	width: 20px;
	background: #5b4e96;
	height: 20px;
	border-radius: 15px;
	padding: 3px;
	right: 0;
}

span.copy-tooltip {
	top: 0;
	display: block;
	right: 10px;
	font-weight: 600;
	background: #5b4e96;
	height: max-content;
	color: #fff;
	border-radius: 15px;
	visibility: none;
	transition: .3s;
	position: absolute;
	padding: 1px 8px;
	font-size: 12px;
	opacity: 0;
}

.copy-tooltip.show {
	opacity: 1;
	visibility: visible;
	right: 25px;
}

.gutenberg-block-wraper, .gutenberg-wraper {
	position: relative;
}

.gutenberg-block-wraper {
	display: inline-block;
}

.gutenberg-block-wraper.ep-content-share-enabled .ep-embed-content-wraper {
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	justify-content: center;
	align-items: center;
}

.gutenberg-block-wraper.ep-content-share-enabled .ep-embed-content-wraper {
	align-items: center;
}

.gutenberg-block-wraper.ep-content-share-enabled .position-left-wraper.ep-embed-content-wraper, .gutenberg-block-wraper.ep-content-share-enabled .position-right-wraper.ep-embed-content-wraper {
	align-items: self-start;
}

.gutenberg-block-wraper.source-opensea {
	display: block;
}

.wp-block-embedpress-embedpress>div {
	position: relative;
}

.gutenberg-wraper {
	display: flex;
}

.position-right-wraper.gutenberg-pdf-wraper, .position-left-wraper.gutenberg-pdf-wraper, .position-top-wraper.gutenberg-pdf-wraper, .position-bottom-wraper.gutenberg-pdf-wraper {
	width: 100%;
}

.ep-share-position-right .gutenberg-wraper {
	flex-direction: row;
}

.ep-share-position-left .gutenberg-wraper {
	flex-direction: row-reverse;
}

.ep-share-position-bottom .gutenberg-wraper {
	flex-direction: column;
}

.ep-share-position-top .gutenberg-wraper {
	flex-direction: column-reverse;
}

.ep-social-share {
	display: flex;
	align-items: center;
}

.ep-social-share.share-position-right {
	right: -40px;
	top: 0;
	flex-direction: column;
}

.ep-social-share.share-position-left {
	left: 0;
	top: 0;
	flex-direction: column;
}

.embedpress-gutenberg-wrapper .ep-social-share.share-position-left, .ep-elementor-content .ep-social-share.share-position-left {
	left: -40px;
}

.ep-social-share.share-position-top, .ep-social-share.share-position-bottom {
	justify-content: center;
}

.ep-social-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	margin: 0;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
}

.ep-social-icon:hover {
	opacity: .8;
}

.ep-social-share svg {
	width: 20px;
	height: auto;
}

a.ep-social-icon.pinterest svg {
	height: 25px;
}

.ep-social-share .facebook {
	background-color: #3b5998;
}

.ep-social-share .facebook svg {
	width: 40px;
}

.ep-social-share .twitter {
	background-color: #000;
}

a.ep-social-icon.twitter:focus-visible {
	box-shadow: none;
	border: none;
	outline: none;
}

.ep-social-share .pinterest {
	background-color: #bd081c;
}

.ep-social-share .linkedin {
	background-color: #0077b5;
}

.ep-social-share .reddit {
	background-color: #ff4500;
}

.ep-social-icon i {
	margin-right: 0;
}

.gutenberg-block-wraper .ep-social-share.share-position-left {
	left: -40px;
	top: 0;
	flex-direction: column;
}

.block-editor-block-list__block .ep-social-share {
	pointer-events: none;
}

.custom-share-thumbnail-label {
	font-size: 11px;
	font-weight: 500;
	line-height: 1.4;
	text-transform: uppercase;
	box-sizing: border-box;
	display: block;
	padding-top: 0;
	padding-bottom: 0;
	max-width: 100%;
	z-index: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 8px;
}

.lock-content-controllers .components-form-toggle.is-checked .components-form-toggle__track, .content-share-toggle .components-form-toggle.is-checked .components-form-toggle__track {
	background-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #6354a5));
}

.ep-pannel-icon {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	gap: 10px;
}

.ep-pannel-icon svg {
	width: 18px;
	height: auto;
}

.ep-documentation, .ep-tips-and-tricks {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 5px;
}

.ep-documentation svg, .ep-tips-and-tricks svg {
	width: 25px;
	height: auto;
}

.ep-documentation a, .ep-tips-and-tricks a {
	font-weight: 500;
	font-size: 13px;
	color: #5b4e96;
}

.ep-calendly-data-link {
	display: -ms-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
	margin-bottom: 5px;
	margin-bottom: 15px;
	padding: 0 10px;
	margin-top: -10px !important;
}

.ep-calendly-data-link svg {
	width: 22px;
	height: auto;
}

.ep-calendly-data-link a {
	font-weight: 500;
	font-size: 14px;
	color: #5b4e96;
}

.tips__alert__wrap {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .61);
	z-index: 99999;
	display: none;
}

.tips__alert__wrap .tips__alert__card {
	width: calc(100% - 30px);
	max-width: 500px;
	margin: 7% auto 0;
	background: #fff;
	border-radius: 20px;
	padding: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.tips__alert__wrap .tips__alert__card img {
	height: 150px;
}

.tips__alert__wrap .tips__alert__card h2 {
	font-size: 17.5px;
	font-weight: 500;
	color: #131f4d;
	margin-bottom: 15px;
}

.tips__alert__wrap .tips__alert__card p {
	font-size: 14px;
	font-weight: 400;
	color: #7c8db5;
	margin-bottom: 15px;
}

.tips__alert__wrap .tips__alert__card a {
	text-decoration: underline;
	font-weight: 700;
	color: #131f4d;
}

.tips__alert__wrap .tips__alert__card .button {
	align-self: flex-end;
	margin-top: 20px;
	padding: 6px 30px;
	border-radius: 10px;
	text-decoration: none;
}

p.ep-live-video-info {
	display: flex;
	gap: 8px;
	font-size: 12px;
	font-weight: 700;
	background: #f6d88c;
	padding: 8px;
	border-radius: 10px;
}

p.ep-live-video-info svg {
	width: 20px;
}

.embedpress-gutenberg-controls .components-text-control__input::placeholder, .embedpress-gutenberg-controls .components-textarea-control__input::placeholder {
	color: #757575;
}

button.skip-ad-button {
	position: absolute;
	bottom: 15px;
	right: 10px;
	border: none;
	background: rgba(212, 21, 86, .71) !important;
	color: #fff !important;
	z-index: 122222222;
	font-size: 15px;
	font-weight: 700;
	border-radius: 4px;
	padding: 0;
}

.components-panel__row.elementor-panel-alert.elementor-panel-warning-info {
	margin-top: -15px;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	background: #f6d88c;
	padding: 8px;
	border-radius: 10px;
}

.components-panel__row.elementor-panel-alert.elementor-panel-warning-info.margin-bottom-10 {
	margin-bottom: 10px;
}

.control-description {
	margin-top: -10px !important;
	margin-bottom: 20px;
	font-size: 12px;
	font-style: normal;
	color: #757575;
}

.ep-select-control {
	margin-bottom: 16px;
}

.ep-select-control .ep-select-control-label {
	font-size: 11px;
	font-weight: 500;
	line-height: 1.4;
	text-transform: uppercase;
	box-sizing: border-box;
	display: block;
	padding-top: 0;
	padding-bottom: 0;
	max-width: 100%;
	z-index: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ep-select-control .dropdown {
	position: relative;
}

.ep-select-control .dropdown-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #ccc;
	padding: 8px;
	cursor: pointer;
	background-color: #fff;
	border-radius: 4px;
	font-weight: 600;
}

.ep-select-control span.arrow-dropdown svg {
	width: 18px;
	height: 18px;
}

.ep-select-control .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	border: 1px solid #ccc;
	background-color: #fff;
	border-radius: 4px;
	z-index: 10;
	max-height: 250px;
	overflow-y: auto;
	box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
	padding: 8px;
}

.ep-select-control .search-input {
	width: 100%;
	padding: 5px 8px;
	margin-bottom: 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.ep-select-control .dropdown-item {
	display: flex;
	align-items: center;
	padding: 8px;
	cursor: pointer;
	border-radius: 4px;
}

.ep-select-control .dropdown-item label {
	cursor: pointer;
}

.ep-select-control .dropdown-item:hover {
	background-color: #f0f0f0;
}

.ep-select-control .dropdown-item.selected {
	background-color: #e6f7ff;
}

.ep-select-control .dropdown-item input {
	margin-right: 8px;
}

.ep-select-control .no-options {
	padding: 8px;
	text-align: center;
	color: #888;
}

.plugin-rating {
	font-family: system-ui;
	padding: 15px;
	border-top: 1px solid #e0e0e0;
}

.plugin-rating h4 {
	margin-bottom: 8px;
	font-size: 15px;
	font-weight: 500;
	color: #1d2939;
	margin-top: 0;
}

.plugin-rating .stars {
	display: flex;
	gap: 5px;
	margin-bottom: 20px;
}

.plugin-rating .stars .star {
	color: #b1b8c2;
	cursor: pointer;
	width: 20px;
	height: 20px;
}

.plugin-rating .tankyou-msg-container, .plugin-rating .feedback-submit-container {
	margin-top: 10px;
	border-radius: 8px;
	text-align: left;
	position: relative;
	margin-bottom: 25px;
}

.plugin-rating .tankyou-msg-container textarea.form-control, .plugin-rating .feedback-submit-container textarea.form-control {
	width: 100%;
	background: #fff;
	outline: 1px solid #ebe1f2;
	margin-bottom: 5px;
	border: none;
}

.plugin-rating .tankyou-msg-container textarea.form-control::placeholder, .plugin-rating .feedback-submit-container textarea.form-control::placeholder {
	font-weight: 400;
	font-size: 12px;
	line-height: 1.8;
	color: #5f6c7f;
}

.plugin-rating .tankyou-msg-container textarea:focus, .plugin-rating .feedback-submit-container textarea:focus {
	outline-color: #5b4e96;
	box-shadow: none !important;
	outline: 1px solid #5b4e96;
}

.plugin-rating .tankyou-msg-container .submit-button, .plugin-rating .tankyou-msg-container .rating-button, .plugin-rating .feedback-submit-container .submit-button, .plugin-rating .feedback-submit-container .rating-button {
	border-radius: 4px;
	border-width: 1px;
	padding: 8px;
	width: 100%;
	border: 1px solid #5b4e96;
	color: #5b4e96;
	background: #fff;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.plugin-rating .tankyou-msg-container .submit-button svg, .plugin-rating .tankyou-msg-container .rating-button svg, .plugin-rating .feedback-submit-container .submit-button svg, .plugin-rating .feedback-submit-container .rating-button svg {
	height: 18px;
	width: 18px;
}

.plugin-rating .tankyou-msg-container .help-message, .plugin-rating .feedback-submit-container .help-message {
	font-weight: 500;
	font-size: 14px;
	line-height: 12px;
	letter-spacing: 0%;
	margin-bottom: 15px;
	margin-top: 0;
}

.plugin-rating .tankyou-msg-container p.form-description, .plugin-rating .feedback-submit-container p.form-description {
	font-size: 12px;
}

.plugin-rating .tankyou-msg-container span.close-icon, .plugin-rating .feedback-submit-container span.close-icon {
	position: absolute;
	top: 8px;
	right: 8px;
}

.plugin-rating .tankyou-msg-container span.close-icon svg, .plugin-rating .feedback-submit-container span.close-icon svg {
	height: 12px;
	width: 12px;
	cursor: pointer;
}

.plugin-rating .tankyou-msg-container span.undo-review, .plugin-rating .feedback-submit-container span.undo-review {
	color: #5b4e96;
	font-weight: 400;
	text-decoration: none;
	cursor: pointer;
}

.plugin-rating p.thank-you-message {
	font-weight: 400;
	color: #5f6c7f;
	margin-bottom: 15px;
	font-size: 14px;
}

.plugin-rating .chat-button {
	background-color: #5b4e96;
	color: #fff;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 14px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 5px;
	font-weight: 400;
	width: 100%;
	text-decoration: none;
}

.plugin-rating .chat-button svg {
	width: 18px;
	height: 18px;
}

.plugin-rating .chat-button:hover {
	background-color: #4b3293;
}

.plugin-rating .upgrade-box {
	padding: 15px;
	margin-top: 20px;
	border-radius: 8px;
	text-align: left;
	background: linear-gradient(181.32deg, #fffbf8 1.12%, #fff 98.95%);
	border: .6px solid #f4efec;
}

.plugin-rating .upgrade-box h5 {
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 10px;
	color: #1d2939;
	font-weight: 600;
}

.plugin-rating .upgrade-box p {
	font-size: 12px;
	color: #232c39;
	margin-bottom: 12px;
	font-weight: 400;
}

.plugin-rating .upgrade-box .upgrade-link {
	color: #ec6e00;
	font-weight: 400;
	text-decoration: none;
}

.plugin-rating .upgrade-box .upgrade-link:hover {
	text-decoration: underline;
}

.plugin-rating.turn_off_ratting_help {
	padding: 0;
	margin: 0;
}

.plugin-rating.turn_off_ratting_help .upgrade-box {
	margin: 0;
	border-radius: 0;
}

.photos-gallery-grid .ose-google-photos, .photos-gallery-masonary .ose-google-photos, .photos-gallery-justify .ose-google-photos {
	height: 100% !important;
	max-height: 100% !important;
}

.wp-block-embedpress-embedpress iframe {
	max-width: 100%;
}

.wp-block-embedpress-embedpress .components-placeholder.wp-block-embed {
	min-width: 550px;
	max-width: 100% !important;
}

.wp-block-embedpress-embedpress {
	max-width: 100% !important;
}

.ose-the-new-york-times iframe {
	min-height: 500px;
	max-height: 100%;
}

.block-editor-block-list__layout .wp-block figure {
	margin: 0;
}

.block-editor-block-list__layout .wp-block iframe {
	margin: 0;
}

.editor-styles-wrapper .block-editor-block-list__layout.is-root-container>.wp-block-embedpress-embedpress {
	max-width: 1200px !important;
}

.embedpress-event .link {
	color: #0098ab;
}

.embedpress-event .visibility--a11yHide {
	border: 0;
	clip: rect(0 0 0 0);
	position: absolute;
	overflow: hidden;
	margin: -1px;
	padding: 0;
	width: 1px;
	height: 1px;
}

.embedpress-event .text--small {
	font-size: 14px;
	margin: 0;
}

.embedpress-event .flex {
	display: flex;
	box-sizing: border-box;
}

.embedpress-event .flex--wrap {
	flex-wrap: wrap;
}

.embedpress-event .flex--row {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: nowrap;
}

.embedpress-event .flex--row>.flex-item:first-child {
	padding-left: 0;
}

.embedpress-event .flex-item {
	flex-basis: 0;
	flex-grow: 1;
	width: auto;
	min-width: 0;
	box-sizing: border-box;
}

.embedpress-event .flex-item--shrink {
	flex-basis: auto;
	-webkit-box-flex: 0;
	flex-grow: 0;
	flex-shrink: 0;
	width: auto;
}

.embedpress-event .text--bold {
	font-weight: 700;
}

.embedpress-event h1, .embedpress-event h2, .embedpress-event h3, .embedpress-event h4, .embedpress-event h5, .embedpress-event h6 {
	font-size: inherit;
}

.embedpress-event .ep-event--title {
	font-size: 32px;
	font-weight: 700;
}

.embedpress-event .ep-event--date {
	color: #757575;
	font-weight: 400;
	font-size: 16px;
}

.embedpress-event .ep-event--host {
	margin-top: 20px;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.embedpress-event img.avatar--person {
	background-image: none !important;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	border-radius: 50%;
	box-sizing: border-box;
	vertical-align: middle;
}

.embedpress-event img.avatar--person.nitro-lazy {
	background-image: none !important;
}

.embedpress-event .event-description {
	margin-top: 20px;
}

.embedpress-event .align--center {
	text-align: center;
}

.embedpress-event .card {
	background: #fff;
	background-clip: padding-box;
	background-size: cover;
	border: 1px solid rgba(46, 62, 72, .12);
	border-radius: 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	min-height: 100%;
	padding: 16px 16px 18px;
	position: relative;
	white-space: normal;
}

.embedpress-event .card--hasHoverShadow {
	transition: box-shadow .25s cubic-bezier(.4, 0, .2, 1), transform .25s cubic-bezier(.4, 0, .2, 1);
}

.embedpress-event .ep-event-group-link {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: #fff;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 20px;
	border: 1px solid rgba(46, 62, 72, .12);
}

.embedpress-event .ep-event-group--name {
	padding-left: 20px;
	font-size: 14px;
	line-height: 1.45;
	margin: 0;
	width: 70%;
	word-break: break-word;
}

.embedpress-event .ep-event-group--image {
	-o-object-fit: cover;
	object-fit: cover;
	width: 56px;
	height: 56px;
	border-radius: 4px;
}

.embedpress-event .ep-event-time-location {
	background: #fff;
	border-radius: 8px;
	padding: 16px 20px 0;
	border: 1px solid rgba(46, 62, 72, .12);
}

.embedpress-event .ep-event-time-location .ep-event-datetime {
	padding-bottom: 20px;
	font-size: 15px;
	line-height: 1.5;
	color: #2e3e48;
	font-style: normal;
	margin: 0;
}

.embedpress-event .ep-event-time-location .ep-event-location {
	padding-bottom: 20px;
}

.embedpress-event .ep-event-location .wrap--singleLine--truncate {
	font-size: 15px;
	line-height: 1.5;
	color: #2e3e48;
	font-style: normal;
	margin: 0;
}

.embedpress-event .ep-event-location address {
	font-style: normal;
	margin: 0;
}

.embedpress-event .ep-event-location .venueDisplay-venue-address {
	font-style: normal;
	color: #757575;
	margin: 0;
}

.embedpress-event .ep-event-location p {
	line-height: 20px;
}

.ep-event--host .avatar-print {
	border-radius: 50%;
	height: 50px;
	width: 50px;
}

.event-info-hosts-text {
	padding-left: 20px;
	font-size: 16px;
	font-weight: 400;
}

.text--sectionTitle {
	font-size: 20px;
	line-height: 28px;
}

.ep-event--attendees {
	margin-top: 50px;
}

.ep-event--attendees>.flex {
	margin-bottom: 20px;
}

.ep-event--attendees .gridList {
	list-style: none;
	margin: 0 -16px 0 0;
	padding: 0;
}

.ep-event--attendees .gridList-item {
	width: auto;
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	font-size: 1rem;
	margin: 0;
	vertical-align: top;
}

.ep-event--attendees .gridList--autoHeight--has4>.gridList-item {
	flex: 0 0 50%;
	max-width: 50%;
}

.ep-event--attendees .groupMember-name {
	line-height: 1.2 !important;
}

.ep-event--attendees .avatar--person {
	margin-bottom: 15px;
	display: inline-block;
	border-radius: 50%;
}

.ep-event--attendees img.avatar-print {
	border-radius: 50%;
}

.ep-event--attendees .groupMember-role {
	font-size: 12px;
	color: #757575;
	padding-top: 2px;
	margin: 0;
}

.ep-event--attendees .groupMember {
	min-height: 100%;
	min-width: 128px;
	padding-left: 8px;
	padding-right: 8px;
}

.gridList-itemInner {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	padding: 0 16px 16px 0;
}

.cbutton-preview-wrapper {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: #fff8f8;
	height: 200px;
	width: 300px;
	margin: -350px auto auto;
}

h4.cbutton-preview-text {
	padding-top: 0;
	margin-top: 0;
}

@media screen and (max-width: 782px) {
	.block-editor-block-list__layout .wp-block figure {
		height: 250px;
	}
	
	.block-editor-block-list__layout .wp-block iframe {
		height: 250px;
	}
}

@media only screen and (min-width: 530px) {
	.ep-event--attendees .gridList--autoHeight--has4>.gridList-item {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}

@media only screen and (min-width: 640px) {
	.embedpress-event .card {
		padding: 18px 18px 20px;
	}
	
	.ep-event--attendees .gridList--autoHeight--has4>.gridList-item {
		flex: 0 0 25%;
		max-width: 25%;
	}
}

@media only screen and (min-width: 482px) {
	.editor-styles-wrapper .wp-block[data-align=right]>* {
		max-width: 100% !important;
	}
	
	.editor-styles-wrapper .wp-block[data-align=left]>* {
		max-width: 100% !important;
	}
}

[data-theme-mode=dark] {
	--viewer-primary-color: #343434;
	--viewer-icons-hover-bgcolor: #453838;
	--viewer-icons-color: #f2f2f6;
}

[data-theme-mode=light] {
	--viewer-primary-color: #f2f2f6;
	--viewer-icons-color: #343434;
	--viewer-icons-hover-bgcolor: #e5e1e9;
}

@media (prefers-color-scheme: dark) {
	:root {
		--viewer-primary-color: #343434;
		--viewer-icons-color: #f2f2f6;
		--viewer-icons-hover-bgcolor: #453838;
	}
}

@media (prefers-color-scheme: light) {
	:root {
		--viewer-primary-color: #f2f2f6;
		--viewer-icons-color: #343434;
		--viewer-icons-hover-bgcolor: #e5e1e9;
	}
}

.ep-file-download-option-masked:after, .ep-external-doc-icons {
	background: var(--viewer-primary-color);
}

.ep-external-doc-icons svg path {
	fill: var(--viewer-icons-color);
}

.ep-doc-draw-icon svg path {
	fill: var(--viewer-primary-color);
	stroke: var(--viewer-icons-color);
}

.ep-external-doc-icons svg:hover svg path {
	fill: var(--viewer-icons-color);
	stroke: var(--viewer-icons-color);
}

.ep-external-doc-icons svg:hover {
	background-color: var(--viewer-icons-hover-bgcolor);
}

.ep-file-download-option-masked {
	position: relative;
}

.embed-download-disabled {
	width: 200px;
	height: 22px;
	background: #444;
	position: absolute;
	right: 2px;
	bottom: 8px;
	opacity: 0;
}

.cui-toolbar-button-right {
	display: none !important;
}

.ndfHFb-c4YZDc-Wrql6b {
	display: none;
}

.ep-external-doc-icons {
	position: absolute;
	display: flex;
	flex-direction: revert;
	background: var(--viewer-primary-color);
	border-radius: 6px;
	z-index: 2;
	bottom: -18px;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0 10px;
}

.ep-external-doc-icons svg {
	width: 30px;
	height: 30px;
	cursor: pointer;
	transition: .3s;
	padding: 5px;
	border-radius: 4px;
}

.block-editor-block-list__block .ep-gutenberg-file-doc .ep-external-doc-icons svg {
	width: 22px;
	height: 22px;
}

.block-editor-block-list__block .ep-gutenberg-file-doc .ep-doc-download-icon svg, .block-editor-block-list__block .ep-gutenberg-file-doc .ep-doc-fullscreen-icon svg {
	width: 20px !important;
}

.ep-doc-minimize-icon svg, .ep-doc-fullscreen-icon svg {
	padding: 6px;
}

.ep-external-doc-icons svg:hover {
	border-radius: 4px;
}

.ep-doc-draw-icon.active svg {
	background: var(--viewer-icons-hover-bgcolor);
}

.ep-doc-download-icon, .ep-doc-print-icon, .ep-doc-fullscreen-icon, .ep-doc-popup-icon, .ep-doc-draw-icon, .ep-doc-minimize-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
}

.elementor .elementor-element.elementor-element .embedpress-document-embed .fullscreen-enabled iframe, .embedpress-document-embed .fullscreen-enabled iframe {
	width: 100% !important;
	height: 100% !important;
}

.ep-file-download-option-masked.ep-file-link.fullscreen-enabled iframe {
	margin-left: 22%;
}

.ep-file-download-option-masked:after {
	position: absolute;
	width: 100%;
	height: 30px;
	background: var(--viewer-primary-color);
	z-index: 1;
	bottom: 0;
	content: "";
	left: 0;
}

.ep-file-download-option-masked.ep-file-docx:after {
	bottom: 0;
	background: #fff;
}

.ep-file-download-option-masked.ep-file-docx.ep-powered-by-enabled:after {
	bottom: 0;
	background: #fff;
	height: 22px;
}

.ep-file-download-option-masked.ep-file-docx.ep-powered-by-enabled.fullscreen-enabled:after {
	bottom: 0;
}

.ep-file-download-option-masked.ep-file-docx .ep-external-doc-icons {
	right: 12px;
	top: 12px;
	display: flex;
	flex-direction: column;
	background: var(--viewer-primary-color);
	border-radius: 6px;
	bottom: auto;
	left: auto;
	transform: translate(0);
}

canvas.ep-doc-canvas {
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	clear: both;
	margin: auto;
	display: none;
}

.embedpress-el-powered {
	text-align: center;
	margin-top: 0 !important;
	font-size: 16px !important;
	font-weight: 700;
}

.wp-block-embedpress-document.aligncenter .embedpress-document-embed {
	margin: auto;
}

.embedpress-embed-document-pdf {
	max-width: 100%;
	position: relative;
}

.components-toggle-control .components-base-control__field .components-form-toggle {
	margin-right: 6px;
}

.opensea-control.pro-control span.isPro {
	right: 6px;
	bottom: 5px;
	transform: scale(.9);
}

.pro-control.opensea-control input {
	border-color: #cfc2c2;
	color: #cfc2c2;
	border-radius: 5px;
}

.pro-control .components-base-control {
	pointer-events: none;
}

.pro-control .sponsored-manager-controllers {
	opacity: .5;
}

.sponsored-manager-controllers.opacity, .pro-control.ep-custom-logo-button button {
	opacity: .3;
}

.ads-help {
	margin-top: 30px;
}

button.components-flex.components-color-palette__custom-color {
	height: 20px;
}

.components-color-palette__custom-color-value {
	display: none !important;
}

.components-circular-option-picker .components-circular-option-picker__swatches {
	justify-content: space-around;
}

.wp-block-embedpress-document.embedpress-document-embed {
	max-width: 100% !important;
}

@media only screen and (max-width: 767px) {
	.wp-block-embedpress-document.embedpress-document-embed {
		max-height: 400px !important;
	}
	
	.ep-file-download-option-masked {
		height: 100%;
	}
	
	iframe.embedpress-embed-document-pdf {
		max-height: 480px;
	}
}

.embedpress-calendar-gutenberg {
	margin: 30px auto;
}

.embedpress-calendar-gutenberg iframe, .embedpress-calendar-gutenberg.alignright {
	max-width: 100%;
}

body.page .flexia-wrapper>.content-area {
	padding: 0 !important;
}

.flexia-wrapper.flexia-container>.content-area {
	margin: 0 !important;
}

.flexia-wrapper.flexia-container>.content-area .embedpress-calendar-gutenberg {
	margin: 0 auto;
}

@media only screen and (min-width: 482px) {
	.entry-content>.embedpress-calendar-gutenberg.alignright, .entry-content>.embedpress-calendar-gutenberg.alignleft, .embedpress-calendar-gutenberg.alignright, .embedpress-calendar-gutenberg.alignleft {
		max-width: 100%;
	}
}

.wp-block-embedpress-embedpress iframe, .wp-block-embedpress-calendar iframe {
	max-width: 100%;
}

.block-editor-block-list__layout .wp-block figure, .block-editor-block-list__layout .wp-block iframe {
	margin: 0;
}

@media screen and (max-width: 782px) {
	.block-editor-block-list__layout .wp-block figure, .block-editor-block-list__layout .wp-block iframe {
		height: 250px;
	}
}

.editor-block-list__block[data-align=right]>.editor-block-list__block-edit {
	float: right;
}

.wp-block[data-align=left], .wp-block[data-align=right] {
	height: auto !important;
}

@media only screen and (min-width: 482px) {
	.editor-styles-wrapper .wp-block[data-align=right]>*, .editor-styles-wrapper .wp-block[data-align=left]>* {
		max-width: 100% !important;
	}
}

.editor-styles-wrapper .wp-block[data-align=center] {
	text-align: center;
}

.editor-styles-wrapper .wp-block:after {
	content: "";
	display: block;
	clear: both;
	min-height: 1px;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pdfobject-container {
	height: 600px;
	width: 600px;
	margin: 0 auto;
}

.embedpress-el-powered {
	text-align: center;
	margin-top: 10px !important;
	font-size: 16px !important;
	font-weight: 700;
}

.embedpress-embed-document iframe, [data-type="embedpress/document"] iframe {
	margin: 0 auto;
	display: block;
}

.embedpress-embed-document {
	max-width: 100%;
}

.embedpress-document-editmode .components-form-file-upload {
	display: none !important;
}

.pro-control {
	position: relative;
	margin-bottom: 20px;
}

span.isPro {
	position: absolute;
	z-index: 1;
	background: #5b4e96;
	border-radius: 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	height: 18px;
	font-size: 10px;
	right: 5px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	bottom: 0;
	top: 0;
}

.pro-control:after {
	content: "";
	width: 100%;
	height: 100%;
	background: transparent;
	position: absolute;
	z-index: 12;
	top: 0;
	bottom: 0;
	left: 0;
}

.theme-astra span.isPro {
	right: 10px;
	bottom: 5px;
}

.pro-control:hover:after {
	cursor: pointer;
}

.pro__alert__wrap {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .3);
	z-index: 1;
	display: none;
}

.pro__alert__wrap .pro__alert__card {
	width: calc(100% - 30px);
	max-width: 500px;
	margin: 7% auto 0;
	background: #fff;
	border-radius: 20px;
	padding: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.pro__alert__wrap .pro__alert__card h2 {
	font-size: 32px;
	font-weight: 450;
	color: #131f4d;
	margin-bottom: 15px;
}

.pro__alert__wrap .pro__alert__card p {
	font-size: 14px;
	font-weight: 400;
	color: #7c8db5;
	margin-top: 10px;
}

.pro__alert__wrap .pro__alert__card .button {
	-ms-flex-item-align: end;
	align-self: flex-end;
	margin-top: 20px;
	padding: 6px 30px;
	border-radius: 10px;
}

.pro__alert__wrap .pro__alert__card p a {
	text-decoration: underline;
	font-weight: 700;
	color: #131f4d;
}

.template__wrapper .button:hover {
	background: #5b4e96 !important;
	color: #fff !important;
	border-color: #5b4e96 !important;
}

.pro__alert__wrap .pro__alert__card img {
	height: 100px;
	margin-bottom: 20px;
}

.pro-control .components-toggle-control__label {
	color: #bbacac;
}

.pro-control .components-form-toggle .components-form-toggle__track {
	border: 1px solid #b89d9d;
}

.pro-control .components-form-toggle .components-form-toggle__thumb {
	background-color: #b89d9d;
	border: 5px solid #b89d9d;
}

.ep-gutenberg-controls-wrapper .components-base-control {
	margin-top: 15px;
	margin-bottom: 30px;
}

.ep-gutenberg-controls-wrapper .remove-last-child-margin .components-base-control:last-child {
	margin-bottom: 30px;
}

.embedpress-documents-control .components-base-control {
	margin-top: 0 !important;
}

.pro-control-active {
	margin-bottom: 24px;
}

.disabled-content-protection .pro-control-active, .disabled-content-protection .pro-control {
	margin-bottom: 0;
}

.disabled-content-protection .pro-control-active .components-toggle-control, .disabled-content-protection .pro-control .components-toggle-control {
	margin-bottom: 10px;
}

.lock-content-pass-input {
	position: relative;
}

.ep-alignleft {
	text-align: left;
}

.ep-alignright {
	text-align: right;
}

.ep-aligncenter {
	text-align: center;
}

.embedpress-document-embed.embedpress-pdf {
	width: 100%;
}

.embedpress-document-embed {
	position: relative;
}

.embedpress-inner-iframe {
	text-align: center;
	position: relative;
}

.ep-fixed-width .embedpress-inner-iframe {
	display: inline-block;
}

.embedpress-inner-iframe.ep-alignright {
	text-align: right;
}

.embedpress-inner-iframe.ep-aligncenter {
	text-align: center;
}

.embedpress-inner-iframe.ep-alignleft {
	text-align: left;
}

.ep__components-placeholder, .wp-block-embedpress-embedpress {
	clear: both !important;
}

.ep-pdf-width-contol {
	position: relative;
}

.ep-unit-choice-option {
	margin: 0 !important;
	position: absolute;
	top: 5px;
	right: 0;
}

.ep-unit-choice-option .components-base-control {
	margin-bottom: 0 !important;
}

.ep-unit-choice-option .components-base-control__field .components-flex, .ep-unit-choice-option .components-flex {
	flex-direction: row !important;
	justify-content: end;
	gap: 10px;
	padding: 4px 5px;
	border-radius: 4px;
}

.ep-unit-choice-option .components-radio-control__option {
	position: relative;
}

.ep-unit-choice-option .components-radio-control__option label {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 10px;
	left: -18px;
}

.ep-unit-choice-option .components-radio-control__input {
	margin: 0;
	border: none;
	width: 20px !important;
	height: 20px !important;
	max-width: 20px !important;
	max-height: 20px !important;
}

.ep-unit-choice-option .components-radio-control__input[type=radio]:checked:before {
	background-color: var(--wp-admin-theme-color);
	border: 4px solid var(--wp-admin-theme-color);
}

.ep-unit-choice-option .components-radio-control__input[type=radio]:checked+label {
	color: #fff;
}

.ep-pdf-width-contol .ep-control-header {
	font-size: 11px;
}

.emebedpress-unit-percent iframe {
	width: 100% !important;
}

.components-panel__body .components-base-control__field {
	padding: 0;
}

@media only screen and (max-width: 850px) {
	.embedpress-inner-iframe.emebedpress-unit-percent {
		width: 100% !important;
	}
}

.presentationModeEnabledIosDevice {
	position: fixed;
	left: 0;
	top: 0;
	border: 0;
	height: 100% !important;
	width: 100% !important;
	z-index: 999999;
	min-width: 100% !important;
	min-height: 100% !important;
}

.components-edit-button {
	border-right: 1px solid #1e1e1e;
	border-radius: 0;
}

.embedpress-document-editmode .components-placeholder__instructions:after {
	content: "\ASupported File Type: PDF, DOC, PPT, XLS etc ";
	white-space: pre;
}

.wp-block-embedpress-embedpress-pdf+* {
	clear: both;
}

.embedpress-document-editmode .components-placeholder__instructions:after {
	display: none !important;
}

:root {
	--ep-primary: #007cba;
	--ep-primary-hover: #005a87;
	--ep-primary-light: #e6f3ff;
	--ep-secondary: #50575e;
	--ep-secondary-hover: #3c434a;
	--ep-secondary-light: #f6f7f7;
	--ep-success: #00a32a;
	--ep-success-light: #e6f7e6;
	--ep-warning: #dba617;
	--ep-warning-light: #fff8e5;
	--ep-error: #d63638;
	--ep-error-light: #ffeaea;
	--ep-info: #72aee6;
	--ep-info-light: #e5f5ff;
	--ep-white: #fff;
	--ep-gray-50: #f9fafb;
	--ep-gray-100: #f3f4f6;
	--ep-gray-200: #e5e7eb;
	--ep-gray-300: #d1d5db;
	--ep-gray-400: #9ca3af;
	--ep-gray-500: #6b7280;
	--ep-gray-600: #4b5563;
	--ep-gray-700: #374151;
	--ep-gray-800: #1f2937;
	--ep-gray-900: #111827;
	--ep-black: #000;
	--ep-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	--ep-font-family-mono: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
	--ep-text-xs: .75rem;
	--ep-text-sm: .875rem;
	--ep-text-base: 1rem;
	--ep-text-lg: 1.125rem;
	--ep-text-xl: 1.25rem;
	--ep-text-2xl: 1.5rem;
	--ep-text-3xl: 1.875rem;
	--ep-text-4xl: 2.25rem;
	--ep-font-light: 300;
	--ep-font-normal: 400;
	--ep-font-medium: 500;
	--ep-font-semibold: 600;
	--ep-font-bold: 700;
	--ep-leading-tight: 1.25;
	--ep-leading-normal: 1.5;
	--ep-leading-relaxed: 1.75;
	--ep-space-1: .25rem;
	--ep-space-2: .5rem;
	--ep-space-3: .75rem;
	--ep-space-4: 1rem;
	--ep-space-5: 1.25rem;
	--ep-space-6: 1.5rem;
	--ep-space-8: 2rem;
	--ep-space-10: 2.5rem;
	--ep-space-12: 3rem;
	--ep-space-16: 4rem;
	--ep-space-20: 5rem;
	--ep-radius-sm: .125rem;
	--ep-radius: .25rem;
	--ep-radius-md: .375rem;
	--ep-radius-lg: .5rem;
	--ep-radius-xl: .75rem;
	--ep-radius-2xl: 1rem;
	--ep-radius-full: 9999px;
	--ep-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);
	--ep-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
	--ep-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
	--ep-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
	--ep-shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);
	--ep-transition-fast: .15s ease-in-out;
	--ep-transition-normal: .3s ease-in-out;
	--ep-transition-slow: .5s ease-in-out;
	--ep-z-dropdown: 1000;
	--ep-z-sticky: 1020;
	--ep-z-fixed: 1030;
	--ep-z-modal-backdrop: 1040;
	--ep-z-modal: 1050;
	--ep-z-popover: 1060;
	--ep-z-tooltip: 1070;
	--ep-z-toast: 1080;
	--ep-breakpoint-sm: 640px;
	--ep-breakpoint-md: 768px;
	--ep-breakpoint-lg: 1024px;
	--ep-breakpoint-xl: 1280px;
	--ep-breakpoint-2xl: 1536px;
}
