/* Misc */

.spacer{
	display: block;
	height: 20px;
	width: 100%;
}

/* Movies */

.movie-banner{
	margin: 15px 0;
	width: 850px;
	border: 2px solid #222d32;
}

.movie-thumbnail{
	margin: 15px 0;
	width: 360px;
	border: 2px solid #222d32;
}

.movie-poster{
	margin: 15px 0;
	width: 230px;
	border: 2px solid #222d32;
}

/* Blog */

.blog-featured-image{
	margin: 15px 0;
	width: 850px;
	border: 2px solid #222d32;
}

.featured-icon{
	margin-right: 5px;
	color: #ff5722;
}

/* Nightlife */

.nightlife-poster{
	margin: 15px 0;
	width: 370px;
	border: 2px solid #222d32;
}

.card.card-xl-stretch {
    height: calc(100% - var(--bs-gutter-y));
}

.card {
    border: 0;
    box-shadow: 0 0 20px 0 rgba(76,87,125,.02);
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #eff2f5;
    border-radius: 15px;
    box-shadow: 0 0 20px 0 rgba(76,87,125,.02);
}
.card .card-header {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    min-height: 70px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 0 2.25rem;
    background-color: #F1416C;
}
.card-rounded-bottom {
    border-bottom-left-radius: 0.475rem;
    border-bottom-right-radius: 0.475rem;
}
.bg-danger {
    background-color: #F1416C;
}
.card-p {
    padding: 2rem 2.25rem!important;
}
.mt-n20 {
    margin-top: -5rem!important;
}
.position-relative {
    position: relative!important;
}
.bg-light-warning {
    background-color: #fff8dd;
}
.rounded-2 {
    border-radius: 0.475rem!important;
}
.py-8 {
    padding-top: 2rem!important;
    padding-bottom: 2rem!important;
}
.px-6 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important;
}
.mb-7 {
    margin-bottom: 1.75rem!important;
}
.me-7 {
    margin-right: 1.75rem!important;
}
.svg-icon {
    line-height: 1;
}
.my-2 {
    margin-top: 0.5rem!important;
    margin-bottom: 0.5rem!important;
}
.d-block {
    display: block!important;
}
.card-new-title {
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
}
.text-color-1 {
	color: #ffc700!important;
}
.text-color-2 {
	color: #009ef7!important;
}
.text-color-3 {
	color: #f1416c!important;
}
.text-color-4 {
	color: #50cd89!important;
}
.card-inner-container {
	background-color: #fff8dd;
	border-radius: 10px;
	box-shadow: 0 1px 2px rgba(214,219,226,.5), 0 1px 2px rgba(214,219,226,.5);
	padding: 20px;
	margin-bottom: 20px;
}
.card-bg-1 {
	background-color: #f1faff !important;
}
.card-bg-2 {
	background-color: #fff5f8 !important;
}
.card-bg-3 {
	background-color: #e8fff3 !important;
}
.card-new-count {
	font-size: 20px;
	color: #222d32;
	font-weight: 600;
	margin-bottom: 5px;
	line-height: 1;
}
.card-new-icon {
	position: absolute;
	right: 40px;
	top: 15px;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.bg-transparent {
	background-color: transparent !important;
}
.pl-0 {
	padding-left: 0 !important;
}
.bg--white {
	background-color: #fff !important;
}
.bg-height {
	height: 195px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.text-dark {
	color: #333;
}
.p-25 {
	padding: 25px;
}
.skin-black .main-header > .logo {
	background-color: #222d32 !important;
}
