@charset "UTF-8";
/* CSS Document */

/*
Theme Name:     Scott Rice 01
Theme URI:      https://outsiderdesign.com
Author:         Outsider Design
Author URI:     https://outsiderdesign.com
Description:    Customized theme for Outsider Design built on Divi platform.
Template:       Divi
Version:        1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: 2014, full width slider, full width headers, full width grid, sortable portfolio page

*/



/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation;
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */














/***************************************************/
/***************** @media queries ******************/
/***************************************************/
@media all and (max-width: 980px) {

	.selector-goes-here }
		
	}
 
}








/************ Global phones ************/
/***************************************************/
@media (min-width: 320px) and (max-width: 720px) {
    
    
        .someSelector {


        }



    }




    /************ iPhone, Android and Blackberry phones  **********/
    @media (min-width: 320px) and (max-width: 480px) {



    }


    /************ iPhone (landscape), many Android and Blackberry phones  **********/
    @media (min-width: 480px) and (max-width: 600px) {



    }


    /************ some notebooks and tablets (Kindle Fire)  **********/
    @media (min-width: 600px) and (max-width: 720px) {



    }









/************ Global Tablets ************/
/***************************************************/
@media (min-width: 720px) and (max-width: 1024px) {
    
    
        .someSelector {


        }




}


    /************  smaller tablets  **********/
    @media (min-width: 720px) and (max-width: 768px) {



    }

    /************ iPad, some Android tablets ************/
    @media (min-width: 768px) and (max-width: 800px) {



    }

    /************ many Android tablets ************/
    @media (min-width: 800px) and (max-width: 1024px) {



    }






/************ Global Desktop ************/
/***************************************************/
@media (min-width: 1024px)  {
    
    
        .someSelector {


        }




}

    /************ older Desktops, some Laptops, iPad(landscape) ************/
    @media (min-width: 1024px) and (max-width: 1280px){



    }

    /************ most Desktops and Laptops ************/
    @media (min-width: 1280px) {



    }






