/*
Theme Name:     Enigma -Child Version
Theme URI:      http://weblizar.com/themes/enigma/
Description:    Child theme for the Enigma theme. 
Author:         weblizar
Author URI:     http://weblizar.com/
Template:       enigma
Version:        1.0.0
*/

/* Your awesome customizations start right here !
-------------------------------------------------------------- */
.caption {
        width:100%;
        bottom: .3rem;
        position: absolute;
        background:#0000;
        background: -webkit-linear-gradient(bottom, #000 40%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
        background: -moz-linear-gradient(bottom, #000 40%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
        background: -o-linear-gradient(bottom, #000 40%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
        background: linear-gradient(to top, #000 40%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    }

    .thumbnail {
        border: 0 none;
        box-shadow: none;
        margin:0;
        padding:0;
    }

    .caption h4 {
        color: #fff !important;
        -webkit-font-smoothing: antialiased;
    }
.caption a {
        color: #cccccc !important;
        -webkit-font-smoothing: antialiased;
		font-size: 75%;
    }
.caption a:hover { 
    color: #fff !important;
    text-decoration: underline;	
}

ul.bottomnav li {
    float: left;
    list-style-type: none;
    padding: 0 30px 0 34px;
}

ul.menu li ul.sub-menu li {
    float: none;
    padding-left: 5px;
}
