#home-page-user-login-icon{
    margin-right: 10px;
}

#community-happening-listing-cover-container{
    min-height: 120px;
    /*max-height: 500px;*/
    /*overflow: hidden;*/
}

#googleMap{
    width:100%;
    height:450px;
}

#community-happening-listing-cover-container img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.community-happenings-details-info li {
    list-style-type: none;
}

.explore-details-top {
    margin-bottom: 1.65rem !important;
}

.shop-details-info li {
    list-style-type: none;
}

.whatsapp-color{
    color: #25D366;
}

.facebook-color{
    color:#3b5998;
}

.linkedin-color{
    color:#0e76a8;
}

.telegram-color{
    color:#0088cc;
}

.twitter-color{
    color:#00acee;
}

.email-color{
    color:#F89A1E;
}

.container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1560px;
}

#filter-tags-card-body
{
    padding-top: 0;
}

#product-service-filter-tags-group .panel-body
{
    margin-left: 30px;
}

#back-to-top-btn{
    z-index: 9999;
}

#community-happening-description-p {
    margin-top: 20px;
}

.yuhua-community-happening-card-list span {
    max-width: 90%;
}

.address-container-div .address {
    line-height: normal;
}

.google-calendar-svg-data {
    vertical-align: middle;
    background-color: white;
    padding: 4px;
    border-radius: 8px;
}

/* clear fix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}

#masonry-container {
    margin-bottom: 50px;
}

.search-collapse-div {
    margin-bottom: 1rem;
    font-weight: 600;
    line-height: 1.2;
    font-size: 1.25rem;
    color: #000;
    padding: 0;
}

#search-collapse-div {
    padding: 0 !important;
}

.collapse-card {
    padding-bottom: 15px;
}

/* ---- .grid-item ---- */
#index-community-happenings-display {
    height: auto;
}

.masonry-card {
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(33.3% - 20px);
}

#community-happenings-display-result-summary {
    padding: 0 15px;
}

#community-normal-calendar-icon {
    font-size: 28px;
    padding-left: 2px;
    border-radius: 8px;
    vertical-align: middle;
}

.page-load-status {
    display: none; /* hidden by default */
    padding-top: 20px;
    border-top: 1px solid #DDD;
    text-align: center;
    color: #777;
}

.loader-ellips {
  font-size: 20px; /* change size here */
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}

.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #f15a27; /* change color here */
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
    left: 0;
}
.loader-ellips__dot:nth-child(3) { left: 1.5em; }
.loader-ellips__dot:nth-child(4) { left: 3em; }

@keyframes reveal {
  from { transform: scale(0.001); }
  to { transform: scale(1); }
}

@keyframes slide {
  to { transform: translateX(1.5em) }
}

.loader-ellips__dot:nth-child(1) {
    animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
    animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
    animation-name: reveal;
    animation-direction: reverse;
}

@media (max-width: 575.98px) {
    .masonry-card {
        width: calc(100% - 20px);
    }
}

@media screen and (min-width: 576px) {
    .masonry-card {
        width: calc(50% - 20px);
    }
}

@media screen and (min-width: 768px)  {
    .masonry-card {
        width: calc(50% - 20px);
    }
}

@media screen and (min-width: 992px) {
    .masonry-card {
        width: calc(50% - 20px);
    }
}

@media screen and (min-width: 1200px) {
    .masonry-card {
        width: calc(33.3% - 20px);
    }
    .navbar-expand-xl{
        padding: 0 !important;
    }

    #googleMap{
        width:100%;
        height: 500px;
    }
}