/*---------------------------------------------------------------------------------

 Theme Name:   Planet Studio
 Theme URI:    https://www.planetstudio.com/
 Description:  A WordPress theme for Planet Studio, LLC
 Author:       Planet Studio, LLC
 Author URI:   https://www.planetstudio.com/
 Template:     Divi
 Version:      3.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

/*---------------------------------------------------------------------------------
 * Global
---------------------------------------------------------------------------------*/


/*---------------------------------------------------------------------------------
 * Header, Menus & Nav
---------------------------------------------------------------------------------*/


/*---------------------------------------------------------------------------------
 * Footer
---------------------------------------------------------------------------------*/


/*---------------------------------------------------------------------------------
 * Media Queries
---------------------------------------------------------------------------------*/

/** Desktop **/
@media (min-width: 981px){
    
}
 
/** Tablet **/
@media (max-width: 980px){
    
}
 
/** Small Tablet and Large Phone **/
@media (max-width: 767px){
    
}
 
/** Phone **/
@media (max-width: 479px){

}
