/* Custom.css */
.wg-events .wg-event .right .info{
	  font-family: 'Figtree';
}
.wg-events .wg-event .right .description{
		font-family: 'Figtree';
}
.wg-events .wg-event .right .info{
	column-gap: 5px;
}
.wg-events .wg-event .right .info .date-details {
    font-weight: 600;
    color: #125B48;
}
.wg-events .wg-event .right .info .event-details {
    font-weight: 600;
    color: #125B48;
}
.wg-events .wg-event .right .title{
	font-family: Cormorant Garamond;
    color: #121212;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
	line-height: 45px;
	text-transform: capitalize;
	margin-top: 20px;
}
.wg-events .wg-event .right .title a{
	text-decoration: none;
    color: #121212;
}
.wg-events .wg-event .right .title a:hover {
    border-bottom: 1px solid;
}
body .button{
	font-weight: 500 !important;
    line-height: 140% !important; /* 25.2px */
    font-family: 'Figtree' !important;
}
.wg-events .wg-event .right .button{
	padding:20px 25px!important;
	background-color: #000000 !important;	
}
.wg-events .wg-event .right .description ul li::before{
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.99978 0C6.13016 2.68807e-05 6.25698 0.0425178 6.36105 0.121043C6.46513 0.199568 6.54079 0.309855 6.5766 0.435216L7.22703 2.7121C7.36707 3.20245 7.6298 3.64901 7.99039 4.00961C8.35099 4.3702 8.79755 4.63293 9.2879 4.77297L11.5648 5.4234C11.6901 5.45928 11.8003 5.53498 11.8787 5.63905C11.9571 5.74312 11.9996 5.8699 11.9996 6.00022C11.9996 6.13054 11.9571 6.25731 11.8787 6.36138C11.8003 6.46545 11.6901 6.54115 11.5648 6.57704L9.2879 7.22746C8.79755 7.36751 8.35099 7.63023 7.99039 7.99083C7.6298 8.35142 7.36707 8.79798 7.22703 9.28833L6.5766 11.5652C6.54072 11.6905 6.46501 11.8007 6.36095 11.8791C6.25688 11.9576 6.1301 12 5.99978 12C5.86946 12 5.74269 11.9576 5.63862 11.8791C5.53455 11.8007 5.45885 11.6905 5.42296 11.5652L4.77254 9.28833C4.63249 8.79798 4.36977 8.35142 4.00917 7.99083C3.64858 7.63023 3.20202 7.36751 2.71167 7.22746L0.434783 6.57704C0.309503 6.54115 0.199312 6.46545 0.12087 6.36138C0.0424282 6.25731 0 6.13054 0 6.00022C0 5.8699 0.0424282 5.74312 0.12087 5.63905C0.199312 5.53498 0.309503 5.45928 0.434783 5.4234L2.71167 4.77297C3.20202 4.63293 3.64858 4.3702 4.00917 4.00961C4.36977 3.64901 4.63249 3.20245 4.77254 2.7121L5.42296 0.435216C5.45877 0.309855 5.53444 0.199568 5.63851 0.121043C5.74259 0.0425178 5.86941 2.68807e-05 5.99978 0Z" fill="%23125B48"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -24px;
    top: 6px;
}
.wg-events .wg-event {
    display: flex !important;
}
.slick-slider {
    overflow: hidden;
}
.slick-arrow {
    position: absolute;
	top: 95% !important;
}
.slick-track {
    padding-bottom: 50px !important;
}
.wpc-filter-title{
	font-family: 'Figtree' !important;
}
/* Laptop Media Query */
@media screen and (max-width: 1024px){
	.wg-events .wg-event .right .title{
		font-size: 24px !important;
        line-height: 30px !important;
	}	
} 
/* Mobile Media Query */
@media screen and (max-width: 767px) {
	.wg-events .wg-event .right .title{
		margin-top: 0px;
        font-size: 24px;
        line-height: 30px;
	}
	.tribe-events-calendar-latest-past__event-date-tag-datetime{
		    margin: 12px 15px !important;
	}
}