.whm-activities-widget-holder {
	width: 100%;
	padding: 20px;
	padding-left: 0px;
	justify-content: center;
}
.whm-activities-category-listing {
	width: 15%;
	flex-basis: 15%;
}
.whm-activities-button {
	display: inline-block;
	margin-top: 20px;
	text-align: center;
	width: 80%;
	max-width: 200px;
	padding: 5px;
	border-radius: 5px;
	color: #ffffff !important;
}
.whm-activities-flex {
	display: flex;
}
.whm-activities-widgets {
	flex-wrap: wrap;
	position: relative;
	
}
.whm-activities-scroll-buttons {
	position: absolute;
	display: none;
	z-index: 10;
	cursor: pointer;
}
.whm-activities-scroll-buttons img {
	width: 100%;;
	height: auto;
}
.whm-activities-prev {
	left: 5%;
	top: 50%;
	width: 15px;
	height: auto;

}
.whm-activities-next {
	right: 5%;
	top: 50%;
	width: 15px;
	height: auto;
	text-align: right;
}
.whm-activities-activity-widget {
	background-position:center top; 
	border-radius: 25px; 
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	flex: 1;
	width: 30%;
	max-width: 18.5rem;
	min-width: 15.5rem;
	margin-right: 3%; 
	margin-bottom: 20px;
	box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, 0.35);
	overflow: hidden;
}
.whm-activities-activity-widget-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.8;
	z-index: 2;
	border-radius: 25px; 
}
.whm-activities-activity-widget-body {
	position: relative;
	z-index: 3;
	font-weight: 400;
	font-family: "DinPro", Sans-serif;
}
.whm-activities-activity-widget-body a {
	font-weight: 400 !important;
}
.whm-activities-widget-header {
	display: flex;	
	padding: 15px;
}
.whm-activities-header-content {
	width: 80%;
}
.whm-activities-profile-image {
	width: 20%;
}
.whm-activities-profile-image img {
	width: 100%;
	border: 1px solid #ffffff;
	clip-path: circle();
}
.whm-activities-reviews {
	margin-top: 5px;
	min-height: 16px;
}
.whm-activities-stars-holder img {
	width: 12px;
	height: auto;
	margin-right: 2px;
}
.whm-activities-widget-body {
	border-radius: 25px; 
	padding: 15px;
}
.whm-activities-info-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
}
.whm-activities-info-grid div {
	margin-bottom: 10px;
}
.whm-activities-arrow-button {
	margin-top: 40px;
	padding: 15px;
	text-align: right;
}
.whm-activities-arrow-button img {
	width: 20%;
}
.whm-activities-flex-2 {
	width: 50%;
}
.whm-activities-flex-3 {
	width: 33%;
}
.pr-10 {
	padding: 10px;
}
.pt-10 {
	padding-top: 10px;
}
.ml-5 {
	margin-left: 5px;
}
.whm-activities-soldout {
	position: absolute;
	left: -22px;
	top: 18px;
	width: 100px;
	text-align: center;
	text-transform: uppercase;
	padding: 1px;
	padding-left: 3px;
	padding-right: 3px;
	rotate: -45deg;
}

@media (max-width: 1023px) {
	.whm-activities-widget-holder {
		flex-direction: column;
		padding: 10px;
		justify-content: center
	}
	.whm-activities-category-listing {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	
	.whm-activities-widgets {
		width: 80%;
		overflow-x: hidden;
		flex-wrap: nowrap;
		justify-content: flex-start;
		margin: 0 auto;
		position: relative;
	}
	.whm-activities-scroll-buttons {
		display: block;
		z-index: 100;
	}
	
	.whm-activities-activity-widget {
		min-width: 15rem;
		max-width: none;
		flex-basis: 46%;
		flex-shrink: 0;
		margin-left: 2%;
		margin-right: 2%;
	}
	.whm-activities-prev {
		display: block;
	}
	.whm-activities-next {
		display: block;
	}
}
@media (max-width: 767px) {
	.whm-activities-widget-holder {
		flex-direction: column;
		padding: 10px;
		justify-content: center
	}
	.whm-activities-category-listing {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	
	.whm-activities-widgets {
		width: 90%;
		overflow-x: hidden;
		flex-wrap: nowrap;
		justify-content: flex-start;
		margin: 0 auto;
		position: relative;
	}
	.whm-activities-activity-widget {
		min-width: 15rem;
		max-width: none;
		flex-basis: 96%;
		flex-shrink: 0;
		margin-left: 2%;
		margin-right: 2%;
	}
	.whm-activities-prev {
		display: block;
		left: 2%;
	}
	.whm-activities-next {
		display: block;
		right: 2%;
	}
}



.white {
	color:#FFFFFF;
}
.orange-r1 {
	color: #ec7d00;
}
.orange-r2 {
	color:#f8a41a;
}
.orange-r3 {
	color: #f6b955;
}
.grey-r1 {
	color: #d9d9d9;
}
.grey-r2 {
	color: #e8eded;
}
.grey-r3 {
	color: #f2f2f2;
}
.grey-r4 {
	color: #ababab;
}
.grey-r5 {
	color: #808080;
}
.grey-r6 {
	color: #606060;
}
.grey-r7{
	color: #dae0de;
}
.grey-r8 {
	color: #f0f3e9;
}
.grey-r9 {
	color: #dbe0ce;
}
.grey-r10 {
	color: #AEB8BA;
}
.grey-r11 {
	color: #e6e6e6;
}
.grey-r12 {
	color: #e1e9ea;
}
.grey-r13{
	color: #f6fafa;
}
.blue-r1{
	color: #12212e;
}
.blue-r2{
	color: #003846;
}
.blue-r4{
	color: #106373;
}
.blue-r5{
	color: #4f96a0;
}
.blue-r6 {
	color: #9ac3c8;
}
.blue-r7 {
	color: #dbe8ea;
}
.blue-r8 {
	color: #ecf2f3;
}
.blue-r9 {
	color: #4cb9c6;
}
.blue-r10 {
	color: #80a3a7;
}
.blue-r11 {
	color: #A6BDC2;
}
.blue-r12 {
	color: #b4c7ce;
}
.blue-r13 {
	color: #46639b;
}
.blue-r14 {
	color: #e6edf6;
}
.bg-white {
	background-color:#FFFFFF;
}
.bg-orange-r1 {
	background-color: #ec7d00;
}
.bg-orange-r2 {
	background-color:#f8a41a;
}
.bg-orange-r3 {
	background-color: #f6b955;
}
.bg-grey-r1 {
	background-color: #d9d9d9;
}
.bg-grey-r2 {
	background-color: #e8eded;
}
.bg-grey-r3 {
	background-color: #f2f2f2;
}
.bg-grey-r4 {
	background-color: #ababab;
}
.bg-grey-r5 {
	background-color: #808080;
}
.bg-grey-r6 {
	background-color: #606060;
}
.bg-grey-r7{
	background-color: #dae0de;
}
.bg-grey-r8 {
	background-color: #f0f3e9;
}
.bg-grey-r9 {
	background-color: #dbe0ce;
}
.bg-grey-r10 {
	background-color: #AEB8BA;
}
.bg-grey-r11 {
	background-color: #e6e6e6;
}
.bg-grey-r12 {
	background-color: #e1e9ea;
}
.bg-grey-r13{
	background-color: #f6fafa;
}
.bg-blue-r1{
	background-color: #12212e;
}
.bg-blue-r2{
	background-color: #003846;
}
.bg-blue-r4{
	background-color: #106373;
}
.bg-blue-r5{
	background-color: #4f96a0;
}
.bg-blue-r6 {
	background-color: #9ac3c8;
}
.bg-blue-r7 {
	background-color: #dbe8ea;
}
.bg-blue-r8 {
	background-color: #ecf2f3;
}
.bg-blue-r9 {
	background-color: #4cb9c6;
}
.bg-blue-r10 {
	background-color: #80a3a7;
}
.bg-blue-r11 {
	background-color: #A6BDC2;
}
.bg-blue-r12 {
	background-color: #b4c7ce;
}
.bg-blue-r13 {
	background-color: #46639b;
}
.bg-blue-r14 {
	background-color: #e6edf6;
}
.text-xs {
  font-size: 0.65rem;
  line-height: 1rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.uppercase{
	text-transform: uppercase;
}