/* 
 * BFC Extras Stylesheet -- styling changes made, for whatever reason, outside of the SASS system.
 * These can be integrated into the /assets/ sass files whenever someone would like to take the time 
 * to do that.
 */
 
#the-magazine .small-mag-container .button-grey-outline span { display: none; }

@media all and (min-width: 640px) {
    #the-magazine .small-mag-container .button-grey-outline span {
        display: inline;
    }
}

.article-list-container .article .article-text a {
    margin-top: .5rem;
    margin-bottom: .5rem;
}    

@media all and (min-width: 640px) {
    .article-list-container .article .article-text a {
        margin-top: 0rem;
        
    }    

}

#the-latest .latest-articles-container .article .article-image .img-article {
    object-fit: none;
    width: auto;
    height: auto;
    max-width: 350px;
    
}
/* 
header #nav-bar .main-nav #main-nav .menu-item a {
    color: #d92121;
    font-size: 15px;
}

header #nav-bar .main-nav #main-nav .menu-item a:hover {
    color:#1d0303;
    background: #ffefef;
}
header #nav-bar .main-nav #main-nav .menu-item.active a  { 
    color:#1d0303;
    background: #ffefef;

} */


/* ShareThis buttons */
div.sidebar-share-links #st-1 .st-btn[data-network='facebook'] {
    background: #000;
}

div.sidebar-share-links #st-1 .st-btn[data-network='twitter'] {
    background: #000;
}

div.sidebar-share-links #st-1 .st-btn[data-network='email'] {
    background: #000;
}

div.sidebar-share-links #st-1 .st-btn[data-network='sms'] {
    background: #000;
}

div.sidebar-share-links #st-1 .st-btn {
    /* width:30px;
    height:30px; */
}

#st-1 .st-btn > img {
    height: 20px;
    width: 20px;
    background: #000;
    border-radius: 50%;
}

div.sidebar-share-links #st-2 .st-btn[data-network='facebook'] {
    background: #000;
}

div.sidebar-share-links #st-2 .st-btn[data-network='twitter'] {
    background: #000;
}

div.sidebar-share-links #st-2 .st-btn[data-network='email'] {
    background: #000;
}

div.sidebar-share-links #st-2 .st-btn[data-network='sms'] {
    background: #000;
}

div.sidebar-share-links #st-2 .st-btn {
    /* width:30px;
    height:30px; */
}

#st-2 .st-btn > img {
    height: 20px;
    width: 20px;
    background: #000;
    border-radius: 50%;
}