/*
 Theme Name:   SF Quickbuild
 Theme URI:    https://sentflying.co.uk
 Description:  Custom theme based on Generatepress
 Author:       Steve Cove
 Author URI:   https://sentflying.co.uk
 Template:     generatepress
 Version:      1.0
 */

@media(min-width:768px){
	.footer-widget-1{
		width:65%;
	}
	.footer-widget-2{
		width:35%;
	}

}

@media (max-width: 768px){
    
    header .inside-header {
        padding: 10px;
        display: flex;
        justify-content: space-between;
    }
}
