html, body, #app {
	min-height: 100%;
}


.ck.ck-editor__editable_inline > :last-child {
	margin-bottom: 5px !important;
}

.ck.ck-editor__editable_inline > :first-child {
	margin-top: 0px !important;
}

.slider-item {
	animation-name: none;
	animation-duration: 0.5s;
	animation-timing-function: linear;
	animation: .5s ease-in-out both;
}

#basic_page_h1 {
	margin-top: 50px;
}

.swal2-confirm {
	background-color: #a5dc86 !important;
}

.swal2-confirm:focus {
	box-shadow: none !important;
}

#hero_title_1 {
	display: none;
}

@media only screen and (min-width: 992px) {
	.price-placehoder {
		margin-top: 5.5rem;
	}
	.lg_py-0 {
		padding-bottom: 0px;
		padding-top: 0px;
	}
	#hero_img {
		margin-top: 20px;
	}
	#offer_prices {
		margin-top: 3rem;
	}
	#basic_page_h1 {
		margin-top: 0px;
	}

	#hero_title_1 {
		display: block;
	}
}

.dropdown {
	opacity: 0;
	visibility: hidden;
}

.dropdown-item:focus-within, .dropdown {
	opacity: 1;
	visibility: visible;
}

.pointer {
	cursor: pointer;
}

.visible-at-m {
	display: none;
}

.ib-text {
	font-size: 1rem;
}

.hero-video-title {
	margin-top: 20px;
	font-size: 1.8rem;
}

.hero-video {
	margin-top: 48px;
}

@media only screen and (min-width: 992px) {
	.visible-at-m  {
		display: block;
	}

	.ib-text {
		font-size: 2rem;
	}

	.hero-video-title {
		margin-top: 0px;
		font-size: 4rem;
	}

	.hero-video {
		margin-top: 0px;
	}
}


/* video */
.item-page__preview {
	width: 100%;
}

.video-player--with-vertical-video {
	background-image: var(--background-image-url);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.video-player {
	position: relative;
}

.video-player--with-vertical-video .video-player__viewer {
	max-width: 420px;
	margin: 0 auto;
}

.video-player__viewer {
	display: block;
	width: 100%;
}

.nav-colored { background-color:#000 !important; }
.nav-transparent { background-color:transparent !important;}


.c-pointer {
	cursor: pointer !important;
}