/*
 Theme Name:   Nuvo Child
 Theme URI:    http://cmssuperheroes.com/wordpress/cshero
 Description:  In 2014, Creating a magazine website with WordPress has never been easier.
 Author:       Cmssuperheroes Team
 Author URI:   http://cmssuperheroes.com/
 Template:     wp_nuvo
 Version:      5.5
 Tags:         black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
 Text Domain:  wp_nuvo_child
*/


/*
-------------------------------------------------------------- */
.post.categories_list_post {
    margin-bottom: 20px!important;
    margin-top: 20px;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.post.categories_list_post header {
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.post.categories_list_post header:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.container {
    max-width: 100%;
}
.custom-class1 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
}
@media (min-width: 768px) {
    .custom-class1 {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .custom-class1 {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .custom-class1 {
        width: 1170px;
    }
}
