/*
Theme Name: Penny Lane
Theme URI: 
Description: WordPressTheme for Penny. Child theme of Pivot.
Author: <a href="http://www.davemh.com">Dave Merson Hess</a>
Author URI: 
Template: pivot
Version: 1.0.0
*/

@import url('../pivot/style.css');

/* Override parent theme's inline margin-top style for .main-container to reduce vertical space between nav and content, leave small divider on Films page on smaller screens */

@media screen and (max-width: 767px){

     .main-container[style]{
                              margin-top: 15px !important;
                            }

     .divide60              {
                              height: 25px !important;
                            }

}

/* Shrink divider in parent theme's contained portfolio template to reduce vertical space between nav and portfolio filters on "Films" page only */

@media all {

                             .divide60 {
                                                 height: 0px;
                             }
}