/*
Theme Name: WP Pro Real Estate 7
Theme URI: http://themeforest.net/user/contempoinc?ref=contempoinc
Description: A responsive real estate theme, designed by <a href="http://www.contempographicdesign.com">Contempo</a>.
Author: Chris Robinson
Author URI: http://www.contempographicdesign.com
Version: 2.9.0
Text Domain: contempo
Domain Path: /languages

License:
License URI:

WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit this file. Instead use 
the Child Theme Generator in WP Admin > Appearance > Child Theme

View the screencast: http://www.screenr.com/tbos

/* ==============================================================================

Stylesheets Guide

1. Base (css/base.css)
	1.1 Reset
	1.2 General
	1.3 Typography
	1.4 Margins & Padding
	1.5 Links
	1.6 Lists
	1.7 Images & Video
	1.8 Buttons
	1.9 Tabs
	1.10 Forms
	1.11 Tables
	1.12 Notifications
	1.13 Pagination
	1.14 Widgets
	1.15 Misc
2. Framework (css/responsive-gs-12col.css)
3. Layout (css/layout.css)
	3.1 Site Styles
	3.2 Page Styles
	3.3 Media Queries
		
*/
.logo-wrap a{
    width:100%;
}
@media (max-width:768px){
    section#main-content{
        display: flex;
        flex-direction: column;
    }
    .rev-slider{
        order: 1;
    }
    section.page-builder{
        order: 2;
    }
    section.cta.center {
        order: 4;
    }
    section.featured-listings {
        order: 1;
    }
    
    .page-builder-two{
       order: 6; 
    }
    section.page-builder-three{
        order: 7;
    }
    section.featured-map{
        order: 8;
    }
    .page-id-585 .page-builder-two{
        margin-top:3rem;
    } 
}