/*
Theme Name: Evolution Child
Theme URI: https://www.elegantthemes.com/
Description: Child theme for the Evolution Theme by Elegant Themes
Author: BLL
Author URI: http://www.bradlarson.com
Template: Evolution
Version: 2.0
*/

@import url("../Evolution/style.css");

/* make the slider text more legible; note: this isn't enough
p.flex-caption {
opacity: 1.0;
}
*/

/* make captions more apparent in slider */
p.flex-caption {
background: #000234;
opacity: 0.7;
}

/* Increase point size in slider */
.flex-caption {
font-size: 12px !important;
font-weight: bold;
}

/* Remove "desiogned by elegant themes" from footer*/
#icons span {
display: none;
}
#copyright {
display: none;
}

/* Changes to other documents -----------------------------
BE SURE TO DOWNLOAD CURRENT VERSION FROM SERVER BEFORE CHANGING (in case of Evolution update)
home.php: change "more about our company" to "more about our mission"
featured.php (in "includes"): change number in <p class="flex-caption"><?php truncate_post(150); ?></p>
custom_functions.phhp (in "epanel"): add "(more)": if ( strlen($truncate) <= $amount ) $echo_out = ''; else $echo_out = '...(more)';

*/