/*
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
   ========================================================================== */
.site-header__icons-wrapper {
    position: relative;
    margin-right: -10px;
    display: none;
}


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



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


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



/* ==========================================================================
   Collection Page
   ========================================================================== */
.collection-grid-item__overlay {
    max-height: 300px;
}
h3.collection-grid-item__title_unset {
    text-align: center;
}
/* ==========================================================================
   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) {
  .slideshow__image {
    background-size: contain;
  }
  
  .slideshow.slideshow--large {
    height: 515px;
}
  
}


/* Small Devices (tablets, 991px and DOWN)  */
@media only screen and (max-width: 991px) {
  
  .slideshow.slideshow--large {
    height: 325px;
}
}


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

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

/* 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) {
  .fifty-row {
width:50%;
float:left;
padding: 20px; 
}

  
}


/* Hide Section Headers */

.section-header {
    display: none;!important
 }