/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  GeneratePress Child Theme
 Author:       Thomas Usborne
 Author URI:   http://edge22.com
 Template:     generatepress
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  generatepress-child
*/

h2 {text-decoration: underline;}

.dishwasher {padding-bottom: 20px;}

.nav-float-right .main-navigation {margin-bottom: 0;}

.menu-toggle {line-height: 0;}

.inside-header {padding: 30px 40px 20px 40px;}

@media screen and (max-width: 768px) {
    .inside-header {padding: 10px 40px 20px 40px;}
    .menu-toggle {text-align: right;padding-right:0;}
}

