/*
Theme Name: Divi Child By Cornerstone Web Studio
Theme URI: http://cornerstone.studio
Description: A Custom Child Theme For Divi
Author: Cornerstone Web Studio
Author URI: http://cornerstone.studio
Template: Divi
Version: Updated for Divi 4
*/


/*========================================================*/
/*                CORNERSTONE.STUDIO STYLES               */
/*========================================================*/

#main-header {display:none !important;}

/*--------------------------------------------------------*/
/*                   GENERAL SITE STYLE                   */
/*--------------------------------------------------------*/


/*--------------------------------------------------------*/
/*                         NAV MENU                       */
/*--------------------------------------------------------*/


/*--------------------------------------------------------*/
/*                           BODY                         */
/*--------------------------------------------------------*/


/*--------------------------------------------------------*/
/*                          FOOTER                        */
/*--------------------------------------------------------*/


/*--------------------------------------------------------*/
/*                     GRAVITY FORMS                      */
/*--------------------------------------------------------*/

/* moved to divi css */


/*--------------------------------------------------------*/
/*                     PRINTING CSS                       */
/*--------------------------------------------------------*/

@media print {
    .NoPrint { display: none; }
}


/*--------------------------------------------------------*/
/*                    MEDIA QUERIES                       */
/*--------------------------------------------------------*/

/* Desktop */
@media screen and (max-width: 1200px) {
    
}

/* Tablet */
@media screen and (max-width: 980px) {
    
}

/* Mobile */
@media screen and (max-width: 480px) {
    
}




