/* PROFILE CSS */

.single_event_listing{
width: 100%;
    margin-left: 0;
}

@media (min-width: 61.25em){
.ps-classifieds__grid {
    grid-template-columns: repeat(3, 1fr);
}
}

.wp-block-uagb-column.uagb-block-01b4818e.uagb-column__wrap {
padding:0;
}


.ps-focus__menu-item{
min-width:30%;
}

@media screen and (min-width: 768px) {
.ps-focus__menu-item{
min-width:inherit;
}
}

.ps-focus__menu-shadow{
box-shadow:none;
}


.footer-custom{
position: fixed;
    bottom: 16px;
    left: 76px;
    z-index: 9999;
}

@media screen and (min-width: 768px){
.eb-social-links-4tx5s.eb-social-links-wrapper ul.eb-socials {
    justify-content: flex-start;  
}
}


ul li, ol li {
    list-style-type: none;
}

.mobile-header-extra-nav {
	background-color: #3387fa;
    border-radius: 50px;
    width: 35px;
    padding: 9px 7px !important;
    color: white;
}
.mobile-header-extra-nav i {
    color: white;
    font-size: 14px;
}

.ps-profile__about-field {
    border-bottom: none;
}

.ps-form__separator.ps-js-profile-separator {
    padding: 15px 11px;
    background-color: #f5f8fc;
    border-radius: 10px;
    border: solid 1px #e3e6eb;
    text-transform: uppercase;
    color: #494955;
}

.ps-list--dots>* {
    display: inline-flex;
	color: #494955;
    border: solid 1px #e3e6eb;
    background-color: #f5f8fc;
    border-radius: 50px;
    padding: 5px 16px;
    margin-right: 10px;
    font-size: 16px;
}

.ps-list--dots>*:before {
    display: none;
}

.wp-block-uagb-column.uagb-block-bd4f2441.uagb-column__wrap {
    padding-left: 6%;
    padding-right: 6%;
}

/*MOBILE PHOTO CAROUSEL*/

@media screen and (max-width: 768px){
	
	
	.ps-post__gallery.ps-media-grid {
    display: flex
;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 0px;
    padding-bottom: 10px;
}	
	.ps-media-grid-item {
    flex: 0 0 100%;
    scroll-snap-align: center;
    width: 100% !important;
    float: none !important;
}
	
	.ps-post__gallery:not(.ps-media-grid--single) .ps-media-photo:first-child .ps-media-grid-fitwidth {
    border-radius: 16px 0 0 16px;
}
	
	
.ps-post__gallery:not(.ps-media-grid--single) .ps-media-photo:last-child .ps-media-grid-fitwidth {
    border-radius: 0 16px 16px 0;
}

.ps-post__gallery:not(.ps-media-grid--single) .ps-media-grid-fitwidth {
    border-radius: 0;
}
	
	
	
	
	
	
.ps-post__gallery:not(.ps-media-grid--single) .ps-media-grid-padding {
    padding: 10px 0;	
	}
	
.ps-post__gallery:not(.ps-media-grid--single) a.ps-media-photo.ps-media-grid-item {
    aspect-ratio: 1 / 1;
	        padding-top: 100% !important;
}
	
	
	
	
	
	}
	
	
	.ps-profile__about-field-data.ps-list-info-content-data {
    overflow-wrap: break-word;
}

































