/*
Theme Name: Divi Child VI by WhitePointerNet
Description: Removes WordPress branding from back-end, Adds dynamic copyright date with customisable site owner info to footer bar, applies image scaling to footer logo, makes images unclickable on the front-end, 
Author: WhitePointerNet
Author URI: https://whitepointer.net
Template: Divi
Version: 6.0.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: divi-child-vi
Domain Path: /languages
*/


/* ==========================================================================
   Global Styles
   General resets, box model, body defaults, links, and utility classes.
   ========================================================================== */
/* Protect all images from tooltips or click events */
img {
pointer-events:none;
}

/* ==========================================================================
   Header & Navigation
   Main header, logo, primary menu, mobile menu, top header bar.
   ========================================================================== */



/* ==========================================================================
   Footer
   Footer widgets, footer menu, bottom bar, copyright area.
   ========================================================================== */



/* ==========================================================================
   Responsive / Media Queries
   Breakpoint-specific overrides for tablet and mobile.
   ========================================================================== */

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

}

/* Mobile (max-width: 767px) */
@media only screen and (max-width: 767px) {

}

