/* 
 * 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%;
}

/* Styles for the popup email collector */
@media screen and (min-width: 783px) {
    
.single .hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-title {
  font-family: "PT Serif",serif;
  font-weight: 400;
}

.single .hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-group-content p:not([class*="forminator-"]):last-child {
  font-family: "PT Serif",serif;
  font-weight: 400;
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
}

.single .hustle-ui:not(.hustle-size--small).module_id_1 .hustle-form .hustle-form-fields {
  display: block;
}

.single .hustle-ui:not(.hustle-size--small).module_id_1 .hustle-field .hustle-input {
  height: auto;
}

.single .hustle-ui:not(.hustle-size--small).module_id_1 .hustle-field .hustle-input + .hustle-input-label {
  font-family: "PT Serif",serif;
}

.single .hustle-ui:not(.hustle-size--small).module_id_1 .hustle-form .hustle-form-fields .hustle-button {
  width: 100%;
  margin-top: 1rem;
  background: #d92121;
  color: #ffefef;
  border: 0;
  transition: background-color .25s ease-out,color .25s ease-out;
}

.single .hustle-ui button.hustle-button-submit .hustle-button-text {
  font-family: "Josefin Sans",sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.single .hustle-ui:not(.hustle-size--small).module_id_1 .hustle-form .hustle-form-fields .hustle-button:hover {
  background: red;
}



.single .hustle-ui:not(.hustle-size--small).module_id_1 .hustle-popup-content .hustle-optin {
  background: #fff;
}

.single .hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-layout-content {
  padding: 0 0 0 0;
  border: 0;
}

.single .hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-layout-body {
  border: 0;
  padding-top: 0;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  
}
.single .hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-layout-form {
  border: 0;
  padding-bottom: 0;
  padding-top: 20px;
  padding-left: 90px;
  padding-right: 90px;
}

.single .hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-nsa-link a {
  font-family: "Josefin Sans",sans-serif;
  font-size: 12px;
  color: #776868;
  text-transform: uppercase;
  font-weight: bold;
}

.single .hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-layout-footer {
  padding-bottom: 30px;
  margin-top: 0;
}

.single .hustle-ui.module_id_1 button.hustle-button-close {
  color: gray;
}
    
}