/* @override 
	https://agcbio.omegastaging.local/wp-content/plugins/omega-system/public/css/omega-shortcode.css?*
	https://bronxworks.omegastaging.local/wp-content/plugins/omega-system/public/css/omega-shortcode.css?* */


/* Omega System color variables
var( --OMEGA-elementor-primary )
var( --OMEGA-elementor-secondary )
var( --OMEGA-elementor-text )
var( --OMEGA-elementor-accent )
var( --OMEGA-overview-grid1 )
var( --OMEGA-overview-grid2 )
var( --OMEGA-overview-grid3 )
var( --OMEGA-overview-grid4 )
var( --OMEGA-btn-enroll-base )
var( --OMEGA-btn-enroll-hover )
var( --OMEGA-btn-overview-base )
var( --OMEGA-btn-overview-hover )
var( --OMEGA-btn-prevnext-base )
var( --OMEGA-btn-prevnext-hover )
var( --OMEGA-text-embed )
var( --OMEGA-text-sidebar )
var( --OMEGA-embed-border )
*/
/* Omega System layout variables
var( --OMEGA-layout-header-height )
var( --OMEGA-layout-slides-ratio )
var( --OMEGA-layout-slides-fit )
*/



/* @group LINK BUTTON */
/* !- LINK BUTTON */

/* #wrap -> front-end, #wpbody -> admin (widgets editor) */

#wrap .omega-generic-button,
#wpbody .omega-generic-button {
	width: 100%;
	text-align: center;

	.wrap {
		display: inline-block;
	}

	a {
		background-color: var(--OMEGA-btn-enroll-base);
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		padding: 14px 18px;
		padding: .8em 1.2em;
		font-weight: 600;
		font-size: 16px;
		line-height: 1.2em;
		text-decoration: none;
		border-radius: 10px;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0);
	}

	a:hover {
		background-color: var(--OMEGA-btn-enroll-hover);
		transition: 0.2s ease-in;
	}

	.label {}

	.name {}

	.dashicons {
		font-size: 20px;
		line-height: 1em;
		height: auto;
		width: auto;
		margin-left: 8px;
		vertical-align: middle;
		font-weight: 500;
		transition: 0.2s ease-in;
	}

	&.medium a {
		font-size: 20px;
		border-radius: 12px;

		.dashicons {
			font-size: 24px;
		}
	}

	&.large a {
		font-size: 26px;
		border-radius: 14px;

		.dashicons {
			font-size: 30px;
		}
	}

	&.lift a {
		&:hover {
			transform: scale(1.05);
			transition: 0.2s ease-out;
			box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
		}

		&:active {
			transform: scale(1.02);
			transition: 0.1s ease-out;
			box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
		}
	}

	&.enroll {
		a {
			background-color: var(--OMEGA-btn-enroll-base);
			font-size: 18px;
			text-transform: uppercase;
		}

		a:hover {
			background-color: var(--OMEGA-btn-enroll-hover);
		}
	}

	&.print {
		a {
			background-color: var(--OMEGA-elementor-primary);
			font-size: 14px;
			letter-spacing: 1px;
		}

		a:hover {
			background-color: var(--OMEGA-elementor-accent);
		}
	}

	&.overview {
		a {
			background-color: var(--OMEGA-btn-overview-base);
			font-size: 14px;
		}

		a:hover {
			background-color: var(--OMEGA-btn-overview-hover);
		}
	}

	&.prevnext {
		margin-top: 3em;

		a {
			background-color: var(--OMEGA-btn-prevnext-base);
			font-weight: 700;
			font-size: 18px;
			max-width: 440px;
		}

		a:hover {
			background-color: var(--OMEGA-btn-prevnext-hover);
		}

		.name {
			.min-width: 0;
			text-transform: uppercase;
			font-weight: 400;

		}

		.alignleft a {
			text-align: left;

			.dashicons {
				margin-right: 8px;
			}

			.name {
				margin-right: 12px;
			}
		}

		.alignright a {
			text-align: right;

			.dashicons {
				margin-left: 8px;
			}

			.name {
				margin-left: 12px;
			}
		}

		.aligncenter a {
			padding: 14px 100px;
		}
	}

	&.archive {
		width: auto;

		a {
			background-color: var(--OMEGA-btn-overview-hover);
			text-transform: uppercase;
		}

		a:hover {
			background-color: var(--OMEGA-btn-overview-hover);
		}
	}
}

/* #wrap .widget-area -> sidebar */
#wrap .widget-area .omega-generic-button > .wrap {
	display: block;
}

/* @end */

/* @group FLIMP shortcode */
/* !- FLIMP shortcode */

.flimp-embed,
.vimeo-embed {
	display: block;
	width: 100%;
	aspect-ratio: 16/9;
	max-width: 640px;
	margin: 0 auto;

	iframe {
		display: block;
		width: 100%;
		aspect-ratio: 16/9;
	}

	h3 {
		margin-top: 0.6em;
		text-align: center;
	}
}

.flimp-embed .wrapper {
	display: block;
	width: 100%;
	aspect-ratio: 16/9;
	background: rgb(204, 204, 204);
	background: linear-gradient(180deg,
			rgba(204, 204, 204, 1) 0%,
			rgba(238, 238, 238, 1) 100%);
	background: url("/wp-content/plugins/omega-system/public/css/placeholder-flimp.png") center center no-repeat;
	background-size: cover;
	border: 2px solid var(--OMEGA-embed-border);
}

.vimeo-embed .wrapper {
	display: block;
	width: 100%;
	aspect-ratio: 16/9;
	background: rgb(204, 204, 204);
	background: linear-gradient(180deg,
			rgba(204, 204, 204, 1) 0%,
			rgba(238, 238, 238, 1) 100%);
	background: url("/wp-content/plugins/omega-system/public/css/placeholder-vimeo.png") center center no-repeat;
	background-size: cover;
	padding: 56.25% 0 0 0;
	position: relative;
	border: 2px solid var(--OMEGA-embed-border);
}

/* @end */

/* @group PDF shortcode */
/* !- PDF shortcode */

#content .pdf-embed {
	text-align: center;
	margin: 0 auto 1em;

	.thumb {
		max-width: 230px;
		margin: 0 auto;
		position: relative;
		border: 2px solid var(--OMEGA-embed-border);
	}

	.thumb > .dashicons {
		position: absolute;
		top: 8px;
		right: 8px;
		background-color: rgba(255, 255, 255, 1);
		font-size: 30px;
		width: 28px;
		height: 30px;
		border-radius: 4px;
		color: var(--OMEGA-embed-border);
	}

	h5 {
		margin-top: 1em;
		line-height: 1.2em;
	}

	&.doc-animation-grow .thumb {
		transition: 0.2s ease-out;
		box-shadow: none;
	}

	&.doc-animation-grow .thumb:hover {
		transform: scale(1.05);
		box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
	}

	&.doc-animation-grow .thumb:active {
		transform: scale(1.03);
	}
}

/* @end */

/* @group BANNER SLIDES */
/* !- BANNER SLIDES */

.omega-banner-placeholder {
	background: #f6f6f6 url("/wp-content/plugins/omega-system/public/css/loading-Eclipse-1.0s-200px.svg") no-repeat center center;
	border: 1px solid #eee;
	width: 100%;
	aspect-ratio: var(--OMEGA-layout-slides-ratio) / 1;
	position: absolute;
	z-index: -100;
	opacity: 1;
	transition: opacity 0.1s linear;
}

.omega-banner-slides {
	visibility: hidden;
	/* start invisible, swiper init shows it when ready */
	opacity: 0;
	transition:
		visibility 0s linear,
		opacity 0.2s linear;
	width: 100%;
	aspect-ratio: var(--OMEGA-layout-slides-ratio) / 1;
	overflow: hidden;

	.swiper-slide {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.swiper-slide > h5 {
		font-size: 20px;
		font-weight: 700;
		position: absolute;
		bottom: 0px;
		margin-bottom: 0;
		background-color: rgba(0, 0, 0, 0.65);
		color: #fff;
		padding: 8px 12px;
		width: 100%;
	}

	.swiper-slide > img {
		width: 100%;
		height: 100%;
		object-fit: var(--OMEGA-layout-slides-fit);
		object-position: 50% 50%;
	}
}

.omega-banner-slides.swiper-free-mode > .swiper-wrapper {
	transition-timing-function: linear !important;
}

body.elementor-editor-active .omega-banner-slides {
	opacity: 1;
	visibility: visible;
}


/* @end */

@media screen and (width <=959px) {

	#content .prevnext .alignleft,
	#content .prevnext .alignright {
		width: 100%;
		margin: 16px 0;
		float: none;
		text-align: center;
	}

	#content .prevnext .aligncenter {
		max-width: 100%;
	}

	#site-logo .omega-generic-button.archive {
		display: none;
	}

	#site-logo .omega-generic-button.archive a {
		font-size: 14px;
		margin: 10px auto;
	}
}

@media screen and (width <=500px) {
	#wrap .omega-generic-button.prevnext {
		margin-top: 0em;
	}

	.omega-banner-slides {
		aspect-ratio: calc(var(--OMEGA-layout-slides-ratio) - 1.5) / 1;
	}

	#content .prevnext a {
		margin-left: 6px;
		margin-right: 6px;
	}

	#wrap .omega-generic-button a {
		font-size: 16px !important;
	}
}