/* 
 * 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: contain;
    width: auto;
    height: auto;
    max-width: 350px;
    
}

#current-issue #packages-list .article .article-image .img-article {
  object-fit: contain;
  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;
}
    
}

/* post featured image caption */
.feature-credit {
  font-style: italic;
  color: #776868;
  font-size: 1rem;
  padding-top:0.5rem;
}

.feature-credit p {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.feature-credit a {
  font-size: 1rem;
  text-decoration: underline;
  color: #776868;
}

/* Remove gray box around inserted images */

.entry-content .wp-caption {
  background: none;
}

/* Tweaks to embedded blog image with caption */

body.single-post .entry-content .wp-block-image .wp-element-caption,
body.single-articles .entry-content .wp-block-image .wp-element-caption {
  display: block;
  font-style: italic;
  color: #776868;
  font-size: 1rem;
  padding-top:0.5rem;
}

/* Allow center alignment on image blocks */
.entry-content .aligncenter {
  text-align: center;
}

/* Events Calendar */

.single-tribe_events h1, h1.tribe-events-single-event-title, .single-tribe_events h2, .single-tribe_events h3, .single-tribe_events h4, .single-tribe_events h5, .single-tribe_events h6 {
    font-style: normal;
    font-weight: 400;
    text-align: left;
    border: none;
    font-family: "PT Serif",serif;
    color: #1d0303;
    }

.single-tribe_events h1.tribe-events-single-event-title {
  font-size: 50px!important;
  line-height: 56px!important;
  }

  .single-tribe_events h2 {
    padding: 0; 
  }

  a.excerpt-read-more {
  font-size: inherit;
  transition: all .2s linear;
  }

  a.excerpt-read-more:hover {
    color: #d92121;
  }

  #best-of .feat-article-text p > a {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 400;
  }

  #best-of .feat-article-text p > em {
    font-size: 15px;
  }