/*
Theme Name:     Child Reel
Description:    
Author:         adminA1
Template:       wpzoom-reel

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/




/*
sticky menu
*/

@media (min-width: 980px) {

    .filter-not-top {
        position: fixed;
        top: 100px;
        border: none;
        width: 100%;
        background: #fff;
        height: 65px;
        z-index: 100;
        padding-top: 15px !important;
		-webkit-transform: translateZ(0);
    }
}
