/**
 * ----------------------------------------------------------------------------
 * JS - CSS Style Mods
 * ----------------------------------------------------------------------------
 */

/* Product Page - Center Product Meta, Title */

@media screen and (min-width: 1008px) {

  .ProductMeta {
        text-align:center
    }
}

/*  Product Page - Highlighted Quote Container */

.js-highlighted-review {
	border-width:1px;
	border-bottom-style:solid;
	border-color:#767676;
    padding: 0px 0 20px;
  	margin: 0px 0 20px;
}

p.js-highlighted-review-review {
	font-size: 24px;
	line-height: 36px;
	font-family: 'Acta Display',Georgia,serif;;
	color: #000000;
	font-weight: normal;
	margin: 0px 0 5px;
}

p.js-highlighted-review-author {
	font-size: 14px;
	line-height: 36px;
	font-family: 'Acta Display',Georgia,serif;;
	color: #000000;
	font-weight: normal;
	margin: 0px 0 3px;
}

.okeReviews {
	color: #767676;
}

/* Product Item - Swatches margin */

.ProductItem__Info {
    margin-top: 14px;
}

/* Product Page - Colour Swatch Label */


.swatch-label {
font-weight: 500!important;
}


/*  Product Page - Pre-order Button Style */

.design-pre-order-template-wrapper [data-editable="pre-order-button"] {
position: relative;
display: inline-block;
padding: 14px 28px;
line-height: normal;
border: 1px solid transparent;
border-radius: 0;
text-transform: uppercase;
font-size: 12px;
text-align: center;
letter-spacing: 0.2em;
font-family: Futura,sans-serif;
font-weight: 500;
font-style: normal;
background-color: transparent;
}

/* General - Responsive Media Logo Grid Style */

* {
  box-sizing: border-box;
}

.media-logo-grid-row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
  align-items: center;
}

/* Create four equal columns that sits next to each other */
.media-logo-grid-column {
  flex: 25%;
  max-width: 25%;
  padding: 32px 4px;
}

.media-logo-grid-column img {
  margin-top: 8px;
  margin-bottom: 8px;
  vertical-align: middle;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media (max-width: 800px) {
  .media-logo-grid-column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
  .media-logo-grid-column {
    flex: 100%;
    max-width: 100%;
  }
}

/* Custom CSS 2 - Responsive Product Icon Grid Style */

* {
  box-sizing: border-box;
}

.product-icon-grid-row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0px;
  align-items: center;
}

/* Create four equal columns that sits next to each other */
.product-icon-grid-column {
  flex: 25%;
  max-width: 25%;
  padding: 0 0px;
}

.product-icon-grid-column img {
  margin-top: 5px;
  margin-bottom: 30px;
  vertical-align: middle;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media (max-width: 600px) {
  .product-icon-grid-column {
    flex: 50%;
    max-width: 50%;
  }
  
  .product-icon-grid-column img {
  width: 60%;
  margin-top: 5px;
  vertical-align: middle;
  }
  
}

/* Custom CSS 3 - Remove border from sections on homepage. */

.shopify-section--bordered + .shopify-section--bordered {
border-top: none
}

/* Custom CSS 4 - Place Flickity navigation arrows in middle of slideshow section when enabled. */

  .flickity-prev-next-button.next {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
  }

  .flickity-prev-next-button.previous {
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
  }

/* Custom CSS 5 - Remove white background and shadow from arrows on Flickity slideshow */

.RoundButton, .flickity-prev-next-button {
background: transparent;
box-shadow: 0 0px 0px rgba(54,54,54,0.15);
}

/* Custom CSS 6 - Increase top and bottom padding around Header logo. */


.Header__Logo {
  padding-top: 8px;
  padding-bottom: 8px;
}

/* Custom CSS 7 - Homepage collection list even margins*/

.CollectionList--spaced {
    margin: 0px;
  }

@include av-mq('tablet-and-up') {

  .CollectionList--grid.CollectionList--spaced {
    margin-top: 50px;
  }
}

/* Custom CSS 8 - Media Page Quote Blocks */


#media-quote {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  width: 80%;
  text-align: center;
}
  .media-quote-logo {
    height: 45px;
    max-width: 250px;
  }
  .media-quote-text {
    color: #000;
  }
  .media-quote-author {
    margin-top: 10px;
    font-size: 0.95em;
  }
  .media-quote-link {
    margin-top: 10px;
    margin-bottom: 20px;
    text-transform:capitalize;
    font-size: 0.85em;
    color: #444;
  }

  .media-quote-link a:link {
  color: #444; 
}
