/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 
@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300;400;500;700;900&display=swap');

.home-discog {margin: 0px auto; text-align: center;}
.home-news-post, .home-discog-album { border: 0;  }

.home-news .fl-post-column, .home-discog .fl-post-column {border-right: 1px solid #eee;}
.home-news .fl-post-column:last-child, .home-discog .fl-post-column:last-child {border-right: 0;}

.home-news-content, .home-discog-content {padding: 1em;}

.home-news-title, .home-discog-title {
    text-align: center;
    font-size: 1.5em;
    font-family: "Frank Ruhl Libre", "Georgia", serif;
}

.home-news-date, .home-discog-date {text-align: center; font-size: 1em;}
.home-discog img {text-align: center;}
.home-discog .purchase {padding: .25em;}
.home-discog .button {padding: .5em; background: 0; border: 2px solid #010101; color: #010101; border-radius: 4px }
/**** PRESS ****/
.press-container {
display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.press-news-article {
	 -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 0 33%; 
    -ms-flex: 1 0 33%; 
    flex: 1 0 33%; 
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
	border-right: 1px solid #eee;
	padding: 2em;
}
.press-news-article:last-child {border-right: none}

.press-news-date {text-align: left;}
/**** DOWNLOAD LIST ****/
.download-list ul {margin: 0; padding: 0;}
.download-list ul li {background: #eaeaea; list-style-type: none; padding: .5em;}

.download-list ul li:nth-child(even){background: #fff;}


/**** POST NAV ****/

.post-navigation .nav-previous {border-right: 1px solid #e8e8e8;}

.post-navigation {border-bottom: 1px solid #e8e8e8; padding: 2em .5em; text-align: center;}

.post-nav-text {text-transform: uppercase;}

/**** MEMBERS ERROR MESSAGE ****/

.members-access-error {padding: 1em; text-align: center; font-size: 1.25em; background-color: #F2DEDE;
    border: 1px solid #EBCCD1;
    border-radius: 4px;
    color: #B94A48;
	width: 75%;
	margin: 0px auto;
    margin-bottom: 20px;}
.members-access-error a {color: #101010; text-decoration: underline;}
.members-access-error a:hover {color: #767676}

.fl-success-msg p {
background-color: #f5eff7;
border: 2px solid #c099cc; 
padding: 1rem;}

table  {width: 100%;}

th, td {padding: .5em;}

table tr th {background: #62656A; color: #fff}

table tr {border: 1px dotted #62656A;}

/* ALBUM PAGE */
span.purchase{color: #010101; background: 0; border: 2px solid #010101; padding: .25em; display: inline; border-radius: 4px}
span.purchase a {color: #010101; font-family: "Karla", "Verdana", sans-serif; font-weight: 400; }
span.purchase {font-size: 90%;}
.single-album .album-track ol {padding: 0;}
.single-album .album-track ol li {margin: 1em 0;}
.single-album .track-lyrics .track-lyrics-heading {display: inline;}

.single-album .track-lyrics .track-lyrics-heading span{ font-family: "Open Sans"}

.white-popup {background: #fff none repeat scroll 0 0;
    margin: 20px auto;
    max-width: 50%;
    padding: 3em;
    position: relative;
    width: auto;
	font-size: 1em;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}