/* -------------------------------
   Module Events Design 1
------------------------------- */

.module-events-1 .wt-col-1 {
	margin-bottom: 20px;
}
.module-events-1 .wt-card {
	flex-direction: row;
	height: -webkit-fill-available;
	background: transparent;
	border: 0;
	margin-bottom: 25px;
}
.module-events-1 .wt-card .card-body {
	width: 57%;
	align-items: center;
	display: flex;
	padding: 24px;
	background: #ffffff;
	border: 1px solid #f7f7f7;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	box-shadow: 0px 0px 6px 0px rgba(187, 187, 187, 0.48);
}
.module-events-1 .image-item-content {
	width: 43%;
	height: 100%;
	display: block;
	position: relative;
	box-shadow: 0px 0px 6px 0px rgba(187, 187, 187, 0.48);
}
.module-events-1 .image-item-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.module-events-1 .image-item-inner-1 {
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-filter: blur(30px) brightness(1);
	filter: blur(30px) brightness(1);
	z-index: 1;
}
.module-events-1 .image-item-inner-2 {
	height:300px;
	object-fit: contain;
	z-index: 2;
	position: relative;
}
.module-events-1 .image-item-date {
	text-align: center;
	position: absolute;
	right: 20px;
	top: 20px;
	color: #fff;
	padding: 11px 20px 12px 20px;
	border-radius: 6px;
	text-transform: uppercase;
	z-index: 3;
}
.module-events-1 .image-item-date-1 {
	font-size: 24px;
}
.module-events-1 .image-item-date-2 {
	font-size: 14px;
}
.module-events-1 .image-item-date-3 {
	font-size: 14px;
}
.module-events-1 .text-content {
	padding-left: 30px;
	padding-right: 30px;
}
.module-events-1 .text-content .text-title {
	margin-bottom: 0;
}
.module-events-1 .text-content .text-category {
	margin-bottom: 15px;
	display: block;
	color: var(--bs-muted);
}
.module-events-1 .text-content .text-ul {
	margin-bottom: 0;
	padding-left: 0;
}
.module-events-1 .text-content .text-ul li {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 5px;
}
.module-events-1 .text-content .text-ul li:last-child {
	margin-right: 0;
}
.module-events-1 .text-content .text-ul li i {
	color: #757575;
	width: 22px;
}
.module-events-1 .text-content .text-ul .text-price {
	color: #008000;
}
.module-events-1 .text-content .text-ul .text-price i {
	color: #008000;
}
.module-events-1 .text-content .text-ul .text-price-closed {
	color: #800000;
}
.module-events-1 .text-content .text-ul .text-price-time i {
	margin-right: -4px;
}
.module-events-1 .text-content .text-ul .text-date {
	width: 100%;
}
.module-events-1 .text-content .text-ul .text-date i {
	margin-bottom: 7px;
	margin-top: 4px;
}
.module-events-1 .btns .card-link {
	display:block;
	text-align: left;
	font-size: 15px;
	font-weight:400;
	text-decoration: none;
	margin-top:15px;
}
.module-events-1 .btns .card-link i {
	font-size: 12px;
}

.module-events-1 .sidebar {
	padding: 10px;
	box-shadow: 0 0 2px 0 rgba(187, 187, 187, 0.48);
}
.module-events-1 .sidebar .title {
	background: #f4f4f4;
	border-radius: 6px;
	text-align: center;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.module-events-1 .sidebar .nav-pills {
	margin-bottom: .5rem;
}
.module-events-1 .sidebar .nav-item {
	width: 100%;
	font-size: 16px;
}
.module-events-1 .sidebar .nav-pills .wt-nav-link {
	color: #444;
	font-weight: 500;
}
.module-events-1 .sidebar .nav-pills .wt-nav-link:hover {
	background:#5b5b5b;
}
.module-events-1 .sidebar .nav-pills .nav-link.active,
.module-events-1 .sidebar .nav-pills .nav-link:hover {
	color: var(--bs-nav-pills-link-active-color);
}

.module-events-1.module-post {
	margin-top: 2rem;
	margin-bottom:25px;
}
.module-events-1 .post-image-item-content {
	margin-bottom: 30px;
}
.module-events-1 .post-image-item-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 15px;
}
.module-events-1 .post-image-item-inner-1 {
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-filter: blur(50px) brightness(.9);
	filter: blur(50px) brightness(.9);
	z-index: 1;
}
.module-events-1 .post-image-item-inner-2 {
	border-radius:6px;
	height: 450px;
	width:100%;
	object-fit: contain;
	z-index: 2;
	position: relative;
}
.module-events-1 .post-text-content {
	padding: 10px;
}
.module-events-1 .post-text-content h5 {
	margin-bottom: 2px;
}
.module-events-1 .post-text-content .category {
	color: var(--bs-secondary-color);
}
.module-events-1 .post-location-google {
	width:100%;
	height:350px;
}
.module-events-1 .post-sidebar {
	padding: 10px;
	box-shadow: 0 0 2px 0 rgba(187, 187, 187, 0.48);
}
.module-events-1 .post-sidebar .title {
	background: #f4f4f4;
	border-radius: 6px;
	text-align: center;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.module-events-1 .post-sidebar .subtitle {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.module-events-1 .post-sidebar .subtitle span {
	font-weight: 600;
}
.module-events-1 .post-sidebar .post-section-content {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.module-events-1 .post-sidebar .post-section-content .post-section-text-1 {
	margin-bottom: 0;
	display: block;
}
.module-events-1 .post-sidebar .post-section-content .post-section-text-1 i {
	color: #7a7a7a;
}
.module-events-1 .post-sidebar .post-section-content .post-section-text-2 {
	margin-top: 0;
	display: block;
}
.module-events-1 .post-sidebar .post-section-content .post-details {
	margin-bottom: 15px;
	font-size: 14px;
	margin-top: 15px;
	display: block;
	padding-top: 15px;
	border-top: 1px #dcdcdc solid;
}
.module-events-1 .post-sidebar .post-section-content .post-details:first-of-type {
	border-top: 0;
	padding-top: 0;
}
.module-events-1 .post-sidebar .post-section-content .post-details-title {
	font-size: 17px;
	font-weight: 600;
}
.module-events-1 .post-sidebar .post-section-content .post-details-price {
	color: #008000;
	font-weight: 600;
	font-size: 18px;
}
.module-events-1 .post-sidebar .post-section-content .post-details-price .vat-small {
	font-weight: 400;
	display: block;
	font-size: 12px;
	color: #444;
}
.module-events-1 .post-sidebar .post-section-content .post-details-price-sold {
	color: #c40101;
}
.module-events-1 .post-sidebar .post-section-content .post-details-discount {
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 25px;
	display: block;
	padding-top: 15px;
	border-top: 1px #dcdcdc solid;
}
.module-events-1 .post-sidebar .post-section-content .post-details-discount-title {
	width: 100%;
	margin-bottom: 10px;
	display: block;
	font-size: 15px;
	font-weight: 600;
}
.module-events-1 .post-sidebar .post-section-content .post-details-discount-label {
	width: 100%;
	margin-bottom: 20px;
	display: block;
}
.module-events-1 .post-sidebar .post-section-content .post-details-discount-label .label {
	background-color: #f4f4f4;
	color: #444;
	font-weight: 600;
	padding: 6px 12px;
	border-radius: 6px;
}
.module-events-1 .post-sidebar .post-section-content .post-details-addons {
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 25px;
	display: block;
	padding-top: 15px;
	border-top: 1px #dcdcdc solid;
}
.module-events-1 .post-sidebar .post-section-content .post-details-addons:last-of-type {
	margin-bottom: 30px;
}
.module-events-1 .post-sidebar .post-section-content .post-details-addons-title {
	width: 100%;
	margin-bottom: 15px;
	display: block;
	font-size: 15px;
	font-weight: 600;
}
.module-events-1 .post-sidebar .post-section-content .post-details-addons-label {
	width: 100%;
	margin-bottom: 25px;
	display: block;
}
.module-events-1 .post-sidebar .post-section-content .post-details-addons-label .label {
	background-color: #f4f4f4;
	color: #444;
	font-weight: 600;
	padding: 6px 12px;
	border-radius: 6px;
}
.module-events-1 .post-sidebar .post-section-content .post-details-addons-label .label .vat-small {
	font-weight: 400;
	font-size: 12px;
	color: #444;
}
.module-events-1 .post-sidebar .post-details-button .btn {
	margin-top: 20px;
}

/* Module Events Design 1 - Responsive */

@media (max-width: 1499px) {
	.cp-content.module-events-1 .text-content {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (max-width: 1399px) {
	.module-events-1 .text-content {
		padding-left: 20px;
		padding-right: 20px;
	}
	.module-events-1 .wt-card .card-body {
		width: 60%;
	}
	.module-events-1 .image-item-content {
		width: 40%;
	}
	.module-events-1 .image-item-inner-2 {
		height:275px;
	}
}
@media (max-width: 1199px) {
	.module-events-1 .text-content {
		padding-left: 10px;
		padding-right: 10px;
	}
	.module-events-1 .image-item-inner-2 {
		height: 250px;
	}
	.cp-content.module-events-1 .image-item-inner-2 {
		height: 280px;
	}
	.module-events-1 .wt-card .card-body {
		width: 65%;
	}
	.module-events-1 .image-item-content {
		width: 35%;
	}
}
@media (max-width: 992px) {
	.module-events-1 .image-item-content {
		width: 40%;
	}
	.module-events-1 .wt-col-1 {
		margin-bottom: 15px;
	}
	.module-events-1 .post-image-item-inner-2 {
		height: auto;
	}
	.module-events-1 .post-image-item-content {
		margin-bottom: 20px;
	}

	.cp-content.module-events-1 .card-img-top {
		height:auto;
	}
	.cp-content.module-events-1 .image-item-content img {
		height:auto;
		width: 100%;
	}
	.cp-content.module-events-1 .wt-card .card-body {
		width: 100%;
		display: block;
		padding: 20px;
	}
	.cp-content.module-events-1 .image-item-content {
		width: 100%;
	}
	.cp-content.module-events-1 .wt-card {
		flex-direction: column;
	}
	.cp-content.module-events-1 .text-content {
		padding-left: 0;
		padding-right: 0;
	}
	.cp-content.module-events-1 .image-item-inner {
		border-top-left-radius: 6px;
		border-bottom-left-radius: 0;
		border-top-right-radius: 6px;
		border-bottom-right-radius: 0;
	}
	.cp-content.module-events-1 .post-text-content {
		padding: 0;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.cp-content.module-events-1 .post-sidebar {
		padding: 0;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.cp-content.module-events-1 .post-sidebar .post-section-content-last {
		margin-bottom: 0;
	}
}
@media (max-width: 767px) {
	.module-events-1 .card-img-top {
		height:auto;
	}
	.module-events-1 .image-item-content img {
		height:auto;
		width: 100%;
	}
	.module-events-1 .wt-card .card-body {
		width: 100%;
		display: block;
		padding: 20px;
	}
	.module-events-1 .image-item-content {
		width: 100%;
	}
	.module-events-1 .wt-card {
		flex-direction: column;
	}
	.module-events-1 .text-content {
		padding-left: 0;
		padding-right: 0;
	}
	.module-events-1 .image-item-inner {
		border-top-left-radius: 6px;
		border-bottom-left-radius: 0;
		border-top-right-radius: 6px;
		border-bottom-right-radius: 0;
	}
	.module-events-1 .post-text-content {
		padding: 0;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.module-events-1 .post-sidebar {
		padding: 0;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.module-events-1 .post-sidebar .post-section-content-last {
		margin-bottom: 0;
	}
}
@media (max-width: 480px) {
	.module-events-1 .image-item-date {
		padding: 5px 10px 6px 10px;
	}
	.module-events-1 .image-item-date-1 {
		font-size: 18px;
	}
	.cp-content.module-events-1 .image-item-date {
		padding: 5px 10px 6px 10px;
	}
	.cp-content.module-events-1 .image-item-date-1 {
		font-size: 18px;
	}
	.cp-content.module-events-1 .container {
		padding-left: 0;
		padding-right: 0;
	}
}
