/*-------------------------------------------------*/
/* DEFAULT AND SHARED */
/*-------------------------------------------------*/
a.button ~ a.button {
  margin-top: 4px;
}
/* LINKS
--------------------*/
.product-filter a:link {
  text-decoration: none;
  color: #97a1a9;
}
.product-filter a:visited {
  text-decoration: none;
  color: #97a1a9;
}
.product-filter a:hover {
  text-decoration: none;
  color: #656b71;
}
.plugingrid .head1 a:link,
.plugingrid h3 a:link {
  text-decoration: none;
  color: #43484b;
}
.plugingrid .head1 a:visited,
.plugingrid h3 a:visited {
  text-decoration: none;
  color: #43484b;
}
.plugingrid .head1 a:hover,
.plugingrid h3 a:hover {
  text-decoration: none;
  color: #87262e;
}
.plugingrid a {
  opacity: 1;
}
/*-------------------------------------------------*/
/* BREAK POINT */
/*-------------------------------------------------*/
/* SMALLEST */
/* @media all and (min-width: 400px) { */
.splash-lg-intro a:link {
  color: #115daa;
}
.splash-lg-intro a:visited {
  color: #294460;
}
.splash-lg-intro a:hover {
  color: #87262e;
}
/* adding subnav in the splash element */
.splash-lg-intro {
  font-size: 1.1em;
  font-variant: normal;
  font-style: normal;
  font-weight: 700;
  margin-top: 20px;
}
.splash-nav {
  font-size: 1.1em;
  font-variant: normal;
  font-style: normal;
  font-weight: 700;
  list-style-type: none;
  display: block;
  margin: 15px 0 0 0;
  padding: 0;
}
/* setting up the product grid */
.plugingrid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  clear: both;
  margin-bottom: 70px;
  padding-bottom: 50px;
  border-bottom: #ececed 2px solid;
}
.plugingrid h1.subtitle {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 1em;
}
.plugingrid .head1 {
  font-size: 1.6em;
  font-weight: 500;
  padding: 0;
  margin: 20px 0 0 0;
}
/* the blocks in the product grid */
.plugingrid div {
  margin-top: 30px;
  /*border-top:#ececed 1px dotted;*/
}
.plugingrid div.grid-prim,
.plugingrid div.grid-secon,
.plugingrid div.grid-tert {
  flex: 1 0 100%;
  padding: 10px;
}
/* the hover state of blocks in the product grid */
div.grid-prim:hover,
div.grid-secon:hover,
div.grid-tert:hover {
  background: #eef0f2;
  background-image: url('/products/assets/images/hover-background.png');
}
/* images in product grid */
.plugingrid div img.screenshot {
  width: 100%;
  display: block;
  margin: auto;
  -webkit-box-shadow: 8px 8px 20px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 8px 8px 20px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 8px 8px 20px 0 rgba(0, 0, 0, 0.4);
}
/* tag for product grid items */
/*
  Moved to status-tags.css
*/
/*p.grid-tag {
position:absolute;
top:-30px;
right:15px;
background:#f3cb65;
padding:4px 8px 2px 8px;
text-transform:uppercase;
font-size:.75em;
font-weight:800;
text-align:right;
display:inline;
letter-spacing: 0.7px;
}

p.grid-tag.highlight {
	background: #f55353;
	color: #FFF;
}*/
/* styling price for each product in grid */
.grid-price {
  font-size: 1.9em;
  font-weight: 600;
  margin-right: 10px;
  letter-spacing: 1px;
}
/* styling product description in grid */
.grid-desc {
  color: #656b71;
  margin: 0 0 10px 0;
  padding: 0;
}
/* soundset categorisation */
.ss-cat {
  padding: 0;
  margin: 0;
  font-size: 0.8em;
  color: #a8b3bc;
}
/* small filtering option for product grid */
/* setting up the filter section */
.product-filter {
  font-family: canada-type-gibson;
  list-style-type: none;
  display: block;
  margin: -35px 0 0 0;
  padding: 0;
  font-size: 0.85em;
  font-weight: 500;
}
/* each filter item */
.product-filter li {
  display: inline-block;
  padding: 2px 8px;
  margin: 5px 10px 0 0;
  color: #97a1a9;
  background: #eef0f2;
}
.product-filter li:hover {
  background: #e5e8eb;
}
/* styling the "all" option in filter */
.product-filter li:first-of-type {
  margin-right: 15px;
}
/* style when filter item is selected */
.product-filter .selected {
  color: #444b51;
  background: #fbf0d1;
  font-weight: 600;
}
/* download link box */
#downloadlinks {
  display: none;
  visibility: hidden;
}
/* creating sections with slanted top / bottom edges */
/* item skewed left or right */
.skewL,
.skewR {
  position: relative;
  z-index: 1;
}
/* setting up the adding top and bottom edges for the skewed item */
.skewL:before,
.skewL:after,
.skewR:before,
.skewR:after {
  background: inherit;
  content: '';
  display: block;
  height: 35%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
/* top edge, skewed left (counter-clockwise) */
.skewL:before {
  top: 0;
  transform: skewY(-1.5deg);
  transform-origin: 0;
}
/* bottom edge, skewed left (counter-clockwise) */
.skewL:after {
  bottom: 0;
  transform: skewY(-1.5deg);
  transform-origin: 100%;
}
/* top edge, skewed right (clockwise) */
.skewR:before {
  top: 0;
  transform: skewY(1.5deg);
  transform-origin: 100%;
}
/* bottom edge, skewed right (clockwise) */
.skewR:after {
  bottom: 0;
  transform: skewY(1.5deg);
  transform-origin: 0;
}
/* boxes for soundset items in grid arrangement */
.sset-img {
  width: 100%;
  margin: 0;
}
.sset-text {
  width: 100%;
}
/* hides a div when a small sizes */
.divhider {
  display: none;
}
/* } */
/*-------------------------------------------------*/
/* BREAK POINT */
/*-------------------------------------------------*/
/* SMALL */
@media all and (min-width: 550px) {
  .splash-lg-intro a:link {
    color: #9bd5f1;
  }
  .splash-lg-intro a:visited {
    color: #9bd5f1;
  }
  .splash-lg-intro a:hover {
    color: #e7c160;
  }
  /* adding subnav in the splash element */
  .splash-lg-intro {
    font-size: 1.1em;
  }
  .splash-nav {
    list-style-type: none;
    font-weight: 600;
    display: block;
    margin: 15px 0 0 0;
    padding: 0;
    font-size: 1em;
  }
  .splash-nav li {
    display: inline-block;
    margin: 5px 15px 0 0;
  }
  .splash-nav a:link {
    color: #d8d9da;
  }
  .splash-nav a:visited {
    color: #f5f5f6;
  }
  .splash-nav a:hover {
    color: #e7c160;
  }
}
/*-------------------------------------------------*/
/* BREAK POINT */
/*-------------------------------------------------*/
/* MEDIUM */
@media all and (min-width: 760px) {
  .splash-nav {
    font-size: 1.1em;
  }
  .plugingrid {
    margin: 0 0 70px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding-bottom: 50px;
    border-bottom: #ececed 1px solid;
  }
  /* the blocks in the product grid */
  .plugingrid div {
    border: 0;
    margin-top: 0;
  }
  .plugingrid div.grid-prim {
    flex: 1 0 50%;
    padding: 30px;
    max-width: 50%;
  }
  .plugingrid div.grid-secon {
    flex: 1 0 33.33333%;
    padding: 30px;
    max-width: 33.333333%;
  }
  .plugingrid div.grid-tert {
    flex: 1 0 25%;
    padding: 30px;
    max-width: 25%;
  }
  /* small filtering option for product grid */
  /* setting up the filter section */
  .product-filter {
    list-style-type: none;
    display: block;
    padding: 0;
    font-size: 0.85em;
    font-weight: 500;
  }
  /* download link box */
  #downloadlinks {
    display: block;
    visibility: visible;
  }
  .sset-img {
    width: 49%;
    margin-right: 20px;
  }
  .sset-text {
    width: 43%;
  }
  .sset-text h3 {
    margin: 0;
    padding: 0;
    font-size: 1.2em;
    font-weight: 600;
  }
  .sset-text p {
    font-size: 1em;
  }
  /* hides a div when a small sizes */
  .divhider {
    display: inline-block;
  }
}
/*-------------------------------------------------*/
/* BREAK POINT */
/*-------------------------------------------------*/
/* LARGE */
@media all and (min-width: 980px) {
  .splash-nav {
    font-size: 1.2em;
  }
  .plugingrid .head1 {
    font-size: 1.8em;
  }
}
/*-------------------------------------------------*/
/* BREAK POINT */
/*-------------------------------------------------*/
/* XLARGE */
@media all and (min-width: 1465px) {
  .plugingrid .head1 {
    font-size: 2em;
  }
}
