/*
Template Name:      Marketing 360 Shopify Sections
Version:            1.5
Author:             Madwire Media
Author URL:         http://www.marketing360.com/
*/

/* ==========================================================================
   Base
   ========================================================================== */

/* Remove Underline From Links */
a:-webkit-any-link {
  text-decoration:none;
}


/* ==========================================================================
   Header
   ========================================================================== */



/* ==========================================================================
   EM3 Newsletter
   ========================================================================== */



/* ==========================================================================
   Footer
   ========================================================================== */


/* ==========================================================================
   Home Page
   ========================================================================== */



/* ==========================================================================
   Collection Page
   ========================================================================== */



/* ==========================================================================
   Product List
   ========================================================================== */



/* ==========================================================================
   Product Page
   ========================================================================== */


/* ==========================================================================
   Inner/Content Pages
   ========================================================================== */



/* ==========================================================================
   Cart Page
   ========================================================================== */


/* ==========================================================================
   Media Queries
   ========================================================================== */

/* Medium Devices (desktops/laptops, 1199px and DOWN) */
@media only screen and (max-width: 1199px) {
  
}


/* Small Devices (tablets, 991px and DOWN)  */
@media only screen and (max-width: 991px) {
  
}


/* Shopify Breakpoint For Smaller Devices (phones, 749px and DOWN) */
@media only screen and (max-width: 749px) {
  
}
  

/* Shopify Breakpoint for Extra Small Devices (phones, 499px and DOWN) */
@media only screen and (max-width: 499px) {
  
  
}

/* Small Devices - Shopify Breakpoint (500px and UP) */
@media only screen and (min-width: 500px) {

  
}

/* Medium & Large Devices - Shopify Breakpoint (750px and UP) */
@media only screen and (min-width: 750px) {
  
}