/* Recent Posts */
.swm-widget-content .glcr-recent-posts-tiny ul {
    margin: 15px 0 0 0;
    padding: 0;
}

.swm-widget-content .glcr-recent-posts-tiny li {
    list-style: none;
    clear: both;
}

.swm-widget-content .glcr-recent-posts-tiny ul li a img {
    margin: 0 25px 0 0;
    max-width: 150px;
}

.swm-widget-content .glcr-recent-posts-tiny ul li {
    padding: 0;
    height: auto;
    clear: both;
    background: none;
    margin: 0 0 5px 0;
    display: flex;
    align-items: center;
}

.glcr-recent-posts-tiny ul li:last-child {
    margin: 0;
}

.glcr-recent-posts-tiny ul li a {
    text-decoration: none;
}

.glcr-recent-posts-tiny-content h5 {
    margin: 0 0 7px 0;
}

.glcr-recent-posts-tiny-title {
    line-height: normal;
    margin: 0;
    text-decoration: none;
}

.glcr-recent-posts-tiny-date {
    display: inline-block;
    margin-bottom: 5px;
    font-size: calc(var(--body-font-size) - 2px);
    font-weight: var(--swm-headings-font-weight);
    font-family: var(--swm-headings-font-family);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sidebar .glcr-recent-posts-tiny-date {
    color: var(--swm-color-text);
}

.footer .glcr-recent-posts-tiny ul li {
    padding-bottom: 15px;
}

.sidebar .glcr-recent-posts-tiny ul li {
    padding-bottom: 15px;
}

.sidebar .glcr-recent-posts-tiny ul li:last-child {
    padding-bottom: 0;
}

.glcr-recent-posts-tiny .glcr-recent-posts-tiny-title h5 {
    line-height: 1.5;
    font-size: calc(var(--body-font-size) + 2px);
}

.glcr-recent-posts-tiny-title {
    margin-top: 3px;
}

/* Social Icons Widget */
.widget_social {
    margin-bottom: -8px;
}

.swm-widget-content .glcr-sm-wid-icons ul {
    padding: 0;
    margin: 6px 0 0 0;
    display: block;
    text-align: center;
}

.swm-widget-content .glcr-sm-wid-icons ul li {
    display: inline-block;
    margin: 0 8px 8px 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    float: left;
}

.swm-widget-content .glcr-sm-wid-icons ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
    color: var(--swm-color-text);
    border: 1px solid var(--swm-color-border);
    border-radius: 100%;
    background: transparent;
    font-size: 15px;
}

.swm-widget-content .glcr-sm-wid-icons ul li:hover a {
    background: var(--swm-color-color-2);
    color: var(--swm-color-color-2-text);
    border-color: var(--swm-color-color-2);
}

.footer .swm-widget-content .glcr-sm-wid-icons ul li a {
    background: var(--swm-color-light-1);
    color: var(--swm-color-dark-1);
    border: 0;
}

.footer .swm-widget-content .glcr-sm-wid-icons ul li a:hover {
    color: var(--swm-color-color-2-text);
    background: var(--swm-color-color-1);
}

/* General */
.swm-site-content .elementor-widget-wp-widget-glcr_social h5, .swm-site-content .elementor-widget-wp-widget-glcr_recent_posts_wid h5 {
    margin-bottom: 20px;
}

/* About Author */
.glcr-about-author-widget {
    padding: 50px 50px 40px;
    background: var(--swm-color-light-2);
    margin-bottom: 20px;
    text-align: center;
}

.glcr-about-author-widget p {
    margin: 0;
    line-height: 1.7;
    color: var(--swm-color-text);
}

.swm-site-content .glcr-about-author-widget h4, .footer .glcr-about-author-widget h4 {
    font-size: var(--swm-sidebar-title-font-size);
    margin: 0 0 5px 0;
    color: var(--swm-color-headings);
}

.glcr-about-author-widget .glcr-widget-author-sm-icons ul {
    padding: 0;
    margin: 19px 0 -8px 0;
    display: flex;
    justify-content: center;
    align-content: center;
}

.glcr-about-author-widget .glcr-widget-author-sm-icons ul li {
    display: inline-block;
    margin: 0 10px 8px 10px;
    padding: 0;
    border: 0;
    overflow: hidden;
}

.glcr-about-author-widget .glcr-widget-author-sm-icons ul li a {
    display: inline-block;
    overflow: hidden;
    text-align: center;
    color: var(--swm-color-text);
    font-size: 16px;
    line-height: 1;
}

.glcr-about-author-widget.left {
    text-align: left;
}

.glcr-about-author-widget.left .glcr-widget-author-sm-icons ul {
    justify-content: flex-start;
}

.glcr-about-author-widget.left .glcr-widget-author-sm-icons ul li {
    margin: 0 20px 0 0;
}

.glcr-about-author-widget.right {
    text-align: right;
}

.glcr-about-author-widget.right .glcr-widget-author-sm-icons ul {
    justify-content: flex-end;
}

.glcr-about-author-widget-img {
    display: block;
    margin-bottom: 23px;
}