/**
 * @file
 * Use this CSS file to override base CSS rules
 */

/* Set default font weight to 300 for better typography in high-density screens */
body {
  font-weight: 300;
}

/* Resize logo */
.logo img { max-width: 100px !important }

/* Go to top button */ 
.to-top { display: none; }

/* Footer line */
.footer:before { border-top-style: none !important }

/* Subfooter menu link */
.region--light-typography.region--colored-background ul.menu li a { text-transform: uppercase; }
.subfooter__section ul.menu li a:hover { color: #eeeeee !important; }

/* Contact page */
#contact-message-feedback-form #edit-preview { display: none; }

/**
 * Removal of Tarts (tid-16), Individual Cakes (tid-17), and Petits-fours (tid-54) from Products Isotope 
 * 1- Added FILTER CRITERIA Content: Products Tags (not Tarts, Individual Cakes, and Petits-fours) in Products Isotope view
 * 2- Added id="tid-{{ field_mt_products_tags__target_id }}" in REWRITE RESULT for Content:Product Tags in Products Isotope (Filters) view attachment
 * 3- Added " products-isotope" to List class in Products Isotope (Filters): Style options in Products Isotope (Filters) view attachment
 * 4- Filter buttons with IDs (tid-16), (tid-17), and (tid-54) hiden
 */
.products-isotope #tid-16, .products-isotope #tid-17, .products-isotope #tid-54 { display: none; }