/*
 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
*/

.elementor-kit-6, .site-content {
    background: #fff;
}
/* Desktop properties */
@media only screen and (min-width: 1024px) {
    .mw-92{
        max-width: 92% !important;
        margin-left: 4% !important;
    }
    .mw-580, .mw-580 p{
        max-width: 580px;
    }
}