/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

#left-sidebar {
    background: #005b7f;
}
.site-content {
    display: flex!important;
}


.elementor-nav-menu--main .elementor-nav-menu ul {
    width: 270px!important;
}

ul {
    margin: 0 0 0 20px;
}

@media screen and (min-width: 1025px) {
 .inside-article {
    padding: 25px!important;
}
	header#masthead {
    display: none;
}
	nav#site-navigation {
    display: none;
}
}

@media screen and (max-width: 770px) {
#left-sidebar {
    display: none;
}
}
