/*
Theme Name: Rife Free child theme
Description: Made by <a href="http://apollo13themes.com/" target="_blank">Apollo13</a>.<br/> Get support from <a href="http://support.apollo13.eu/" target="_blank">Forum</a>.
Author: Apollo13
Author URI: http://apollo13themes.com/
Theme URI: http://apollo13themes.com/themes
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: rife-free
Tags: theme-options, post-formats, two-columns, translation-ready
Text Domain: rife-free-child-theme
Version: 1.0
*/
/* Add your CSS below */

/***Norman updated 9.10.19 ***/


/* Eliminate the black background color when the image is in full view and set specific font size- for bricks albums */

.lg-sub-html .customHtml h4 {
	background-color:transparent;
	font-size:20px;
}
.lg-sub-html .customHtml .description{
	background-color:transparent;
	font-size:15px;
}

/* Eliminate bottom slider play button */

.slider-play-button{
	display: none;
}
.slider-play-animation{
	display: none!important;
}

/* Change Font size and color for Title and Description of each image within album ( before opening image to full size :*/ 

/*Title: */
.object-item h2{
font-size: 25px
}

/* Description */

.object-item .excerpt {
font-size: 15px;
opacity:1;
}

