@media (min-width: 1025px) {
  .homeFeed.homeFeedTwitter { margin-right: 55px !important; }
}

.blogPostCreatePage .postCreateLocation {
  display: none;
}


/* show event listing end date */
body.eventsList .listedPost .postFooterWrapper p.associatedEndDate {
    display: block!important;
    font-size: .85em;
    color: #6d6d6d;
    margin: 0 0 5px 0;
}
.listing .listedPost.listedEvent .postFooterWrapper p.associatedEndDate strong{
    display: None;
}
.listing .listedPost.listedEvent .postFooterWrapper p.associatedEndDate:before {
    content: '\f133';
    font-family: 'FontAwesome';
    display: inline-block;
    margin-right: 5px;
    width: 10px;
    text-align: center;
}

body.PostCategory_smaller-h2 h2 {
  font-size: 1.4rem;
}

/* SF#65895485 SA - Update twitter icon to x */
ul.socialIcons li a.twitter::before, ul.shareList li a.twitter::before {
    font-family: "Font Awesome 6 Brands" !important;
    content: "\e61b" !important;
}