/**
 * The files in /assets are unmodified.
 * This file contains
 *    - resets, in an attempt to ensure sliders display properly in all themes
 *    - modifications to the default sliders CSS
 */

 /* general resets */
.metaslider {
    position: relative;
    z-index: 0;
}

.metaslider .caption {
    padding: 5px 10px;
    word-wrap: break-word;
}

.metaslider .caption-wrap {
    position: absolute;
    top: 35%;
    left: 0;
    margin: 0;
    display: block;
    width: 100%;
    line-height: 1.4em;
	text-align:center;
}

.caption h2 {
    color: hsl(0, 0%, 100%);
    font-size: 44px;
    font-weight: bold;
    line-height: 54px;
    margin-bottom: 10px;
	 text-shadow:  -1px -1px 0 #737371,  
    1px -1px 0 #737371,
    -1px 1px 0 #737371,
     1px 1px 0 #737371;
}

.caption > p {
    color: hsl(0, 0%, 100%);
    font-family: montserrat-bold;
    