.ac-sidebar.widget_acsmf_twitter,
.ac-sidebar.widget_acsmf_instagram,
.ac-sidebar.widget_acsmf_youtube {
    padding: 0 !important;
}

.acsmf-feed-card-title {
    display: flex;
    padding: 15px;
    justify-content: space-between;
    text-decoration: none;
}
.acsmf-feed-card-title:hover {
    background-color: #f6f6f6;
}
.acsmf-feed-card-title:hover p {
    text-decoration: underline;
}

.acsmf-feed-card-title p {
    font-size: 0.9em;
}

.acsmf-feed-card-title .icon,
.acsmf-feed-card-title .fa-brands {
    font-size: 2.5em;
}

.acsmf-feed-card-title h2, 
.acsmf-feed-card-title h3,
.acsmf-feed-card-title p {
    color: #212721;
    margin: 0;
}

.acsmf-feed-card-posts .acsmf-post-img {
    margin-bottom: 1em; 
    max-width: 100%;
    border-radius: 3px;
}

.acsmf-post-head {
    margin-bottom: 10px;
}

.acsmf-post-head img {
    margin-right: 10px;
    padding: 0;
    border: 0;
    border-radius: 25px;
    float: left;
}

.acsmf-post-head .acsmf-post-head-name,
.acsmf-post-head .acsmf-post-head-account {
    margin: 0;
}

.acsmf-post-head .acsmf-post-head-name {
    font-weight: bold;
}

.acsmf-post-head .acsmf-post-head-account {
    font-size: 0.8em;
}

.acsmf-feed-card-posts a {
    display: block;
    padding: 15px;
    color: black;
    text-decoration: none;
    border-top: 1px solid #e9e9e9;
}
.acsmf-feed-card-posts a:hover {
    background-color: #f6f6f6;
}

.acsmf-feed-card-posts p {
    color: black;
    margin-bottom: 10px;
    font-size: 0.95em;
}

.acsmf-feed-card-posts .acsmf-post-text span {
    text-decoration: underline;
    color: #006341;
}

.acsmf-feed-card-posts time {
    color: #212721;
    font-size: 0.7em;
    /* font-weight: bold; */
    text-transform: uppercase;
}

/******** Twitter *********/

.acsmf-feed-card-title .icon-twitter {
    color: #1da1f2; /* Twitter colour */
}

.acsmf-feed-card-title .fa-square-x-twitter {
    color: black; /* Twitter colour */
}

/******** Instagram *********/

.acsmf-feed-card-title .icon-instagram {
    color: black; /* Twitter colour */
}

.acsmf-feed-card-instagram .acsmf-post-img-container {
    height: 268px;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 4px;
}

.acsmf-feed-card-instagram .acsmf-feed-card-posts p {
    margin-top: 10px;
}

/******** YouTube *********/

.acsmf-feed-card-title .icon-youtube-2 {
    color: #ff0000; /* Youtube colour */
}

.acsmf-feed-card-youtube .acsmf-post-img-container {
	position: relative;
}

.acsmf-feed-card-youtube .acsmf-post-img-container::before {
	content: "\62";
	position: absolute;
    font-family: 'algonicon';
	color: black;
	top: calc(50% - 10px);
	left: calc(50% - 20px);
    font-size: 3em;
    opacity: 0.7;
}

.acsmf-feed-card-post-card a:hover .acsmf-post-img-container::before {
    color: #ff0000;
    opacity: 1;
}

/******** Social Buttons *********/

.acsmf-social-btns .acsmf-social-btns-wrapper {
    display: flex;
    align-items: center;
}

main .acsmf-social-btns .acsmf-social-btns-wrapper,
#main .acsmf-social-btns .acsmf-social-btns-wrapper {
    justify-content: center;
}

.acsmf-social-btns .acsmf-social-btns-wrapper a {
    display: inline-block;
    text-decoration: none;
    background-color: #006341;
    color: white;
    padding: 10px;
    border-radius: 10px;
    margin-right: 10px;
    font-size: 25px;
    width: 50px;
    text-align: center;
}
.acsmf-social-btns .acsmf-social-btns-wrapper a:hover,
.acsmf-social-btns .acsmf-social-btns-wrapper a:active,
.acsmf-social-btns .acsmf-social-btns-wrapper a:focus {
    transform: scale(1.1);
}

.acsmf-social-btns .acsmf-social-btns-wrapper .acsmf-social-btns-ig {
    font-size: 31px;
    padding: 8px;
}
