/* line 6, custom.scss */
*:focus {
  outline: none !important;
}

/* line 10, custom.scss */
section#store {
  margin-bottom: 90px;
}
/* line 12, custom.scss */
section#store > div {
  display: flex;
}
/* line 14, custom.scss */
section#store > div:not(:last-child) {
  border-bottom: 1px solid #d8d8d8;
}
@media (max-width: 768px) {
  /* line 14, custom.scss */
  section#store > div:not(:last-child) {
    display: block;
    padding-bottom: 0;
    border-bottom: none;
  }
}
/* line 22, custom.scss */
section#store > div > div {
  flex: 1 1 50%;
  text-align: center;
  margin-top: 50px;
  position: relative;
  padding-bottom: 45px;
}
/* line 28, custom.scss */
section#store > div > div > h4 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}
/* line 34, custom.scss */
section#store > div > div > img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
/* line 40, custom.scss */
section#store > div > div > span {
  font-weight: 700;
}
/* line 43, custom.scss */
section#store > div > div > div.preview {
  position: absolute;
  z-index: 9;
  width: 100%;
  top: 50px;
  width: 100%;
}
@media (max-width: 1024px) {
  /* line 43, custom.scss */
  section#store > div > div > div.preview {
    top: 55px;
  }
}
/* line 52, custom.scss */
section#store > div > div > div.preview > span {
  display: block;
  text-align: center;
  font-weight: 400;
  top: 100px;
  margin-bottom: 10px;
}
/* line 59, custom.scss */
section#store > div > div > div.preview > audio {
  display: block;
  margin: auto;
}
/* line 64, custom.scss */
section#store > div > div > a {
  display: inline-block;
  margin-left: 10px;
  color: #ada074;
  border: 1px solid #ada074;
  padding: 12px 15px 14px 15px;
  text-decoration: none;
}
/* line 71, custom.scss */
section#store > div > div > a > span {
  font-size: 14px;
  display: inline-block;
  color: #ada074;
  /*&:before {
  	content: url('../img/cart.svg');
  	position: relative ;
  	left: 0 ;
  	top: 2px ;
  	margin-right: 10px ;
  }*/
}
/* line 84, custom.scss */
section#store > div > div > p {
  display: block;
  max-width: 400px;
  margin: -10px auto 20px auto;
  height: 70px;
  overflow-y: hidden;
}
/* line 91, custom.scss */
section#store > div > div:first-child {
  margin-right: 10px;
}
@media (max-width: 768px) {
  /* line 91, custom.scss */
  section#store > div > div:first-child {
    margin-right: 0;
  }
}
/* line 97, custom.scss */
section#store > div > div:last-child {
  margin-left: 10px;
}
@media (max-width: 768px) {
  /* line 97, custom.scss */
  section#store > div > div:last-child {
    margin-left: 0;
  }
}

/* line 107, custom.scss */
#overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 100000;
}

/* line 116, custom.scss */
.item-wrapper {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100001;
  overflow-y: auto;
}
/* line 123, custom.scss */
.item-wrapper > div {
  position: relative;
  top: 15%;
  max-width: 700px;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 570px) {
  /* line 123, custom.scss */
  .item-wrapper > div {
    top: 30px;
    padding: 40px 20px;
  }
}
/* line 134, custom.scss */
.item-wrapper > div > a {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 830px) {
  /* line 134, custom.scss */
  .item-wrapper > div > a {
    top: -10px;
    right: 30px;
  }
}
/* line 143, custom.scss */
.item-wrapper > div > h3 {
  letter-spacing: 0;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  margin: 0 0 20px 0;
  display: block;
  text-align: left;
  font-size: 27px;
  line-height: 37px;
}
/* line 153, custom.scss */
.item-wrapper > div section.product {
  display: flex;
}
@media (max-width: 570px) {
  /* line 153, custom.scss */
  .item-wrapper > div section.product {
    display: block;
  }
}
/* line 159, custom.scss */
.item-wrapper > div section.product > div p {
  display: block;
  color: #000;
  max-width: 400px;
  margin: 0 0 20px 0;
}
@media (max-width: 570px) {
  /* line 159, custom.scss */
  .item-wrapper > div section.product > div p {
    max-width: none;
  }
}
/* line 167, custom.scss */
.item-wrapper > div section.product > div p.shorter {
  max-width: 280px;
}
@media (max-width: 570px) {
  /* line 167, custom.scss */
  .item-wrapper > div section.product > div p.shorter {
    max-width: none;
  }
}
/* line 174, custom.scss */
.item-wrapper > div section.product > div:first-child {
  flex: 0 0 400px;
}
@media (max-width: 657px) {
  /* line 174, custom.scss */
  .item-wrapper > div section.product > div:first-child {
    flex: 0 0 320px;
  }
}
/* line 179, custom.scss */
.item-wrapper > div section.product > div:first-child > img {
  display: block;
  width: 100%;
  max-width: 400px;
  height: auto;
}
@media (max-width: 657px) {
  /* line 179, custom.scss */
  .item-wrapper > div section.product > div:first-child > img {
    max-width: 320px;
  }
}
@media (max-width: 570px) {
  /* line 179, custom.scss */
  .item-wrapper > div section.product > div:first-child > img {
    max-width: 100%;
  }
}
/* line 192, custom.scss */
.item-wrapper > div section.product > div:last-child {
  flex: 0 0 auto;
  padding-left: 25px;
  padding-top: 30px;
}
@media (max-width: 570px) {
  /* line 192, custom.scss */
  .item-wrapper > div section.product > div:last-child {
    /*display: inline-block ;*/
    padding-left: 0;
  }
}
/* line 201, custom.scss */
.item-wrapper > div section.product > div:last-child > form > p {
  display: block;
  font-size: 16px;
  margin-bottom: 15px;
}
/* line 206, custom.scss */
.item-wrapper > div section.product > div:last-child > form > span {
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  margin-top: 30px;
  margin-bottom: 30px;
}
/* line 214, custom.scss */
.item-wrapper > div section.product > div:last-child > form input[type="submit"] {
  width: 180px;
  color: #ada074;
  border: 1px solid #ada074;
  cursor: pointer;
  display: block;
  background: #fff;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: 30px;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 226, custom.scss */
.item-wrapper > div section.product > div:last-child > form input[type="submit"]:hover {
  background: #ada074;
  color: #fff;
}
/* line 231, custom.scss */
.item-wrapper > div section.product > div:last-child > form input[type="number"] {
  box-sizing: border-box;
  width: 72px;
  border: none;
}
/* line 236, custom.scss */
.item-wrapper > div section.product > div:last-child > form select {
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
  width: 72px;
  background: #f8f7f7;
  font-size: 14px;
  padding: 10px;
  border: none;
  color: #333;
  font-weight: 300;
}
/* line 247, custom.scss */
.item-wrapper > div section.product > div:last-child > form div {
  display: flex;
  margin-bottom: 20px;
}
/* line 250, custom.scss */
.item-wrapper > div section.product > div:last-child > form div > div {
  margin-bottom: 0;
  flex: 1 1 50%;
}
/* line 253, custom.scss */
.item-wrapper > div section.product > div:last-child > form div > div:first-child {
  line-height: 40px;
}
/* line 257, custom.scss */
.item-wrapper > div section.product > div:last-child > form div > a {
  color: #ada074;
  font-size: 16px;
}
/* line 260, custom.scss */
.item-wrapper > div section.product > div:last-child > form div > a:hover {
  text-decoration: underline;
}

/* line 272, custom.scss */
#paypal {
  text-align: center;
  padding-top: 32vh;
}
/* line 275, custom.scss */
#paypal > p {
  display: block;
  color: #000;
  width: 100%;
  margin-bottom: 20px;
}
/* line 281, custom.scss */
#paypal > form {
  padding: 0 20px;
}
/* line 283, custom.scss */
#paypal > form > button, #paypal > form > input[type="submit"] {
  box-sizing: border-box;
  font-size: 14px;
  width: 180px;
  height: 40px;
  color: #ada074;
  border: 1px solid #ada074;
  cursor: pointer;
  display: inline-block;
  background: #fff;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: 30px;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 404px) {
  /* line 283, custom.scss */
  #paypal > form > button, #paypal > form > input[type="submit"] {
    display: block;
    width: 100%;
  }
}
/* line 302, custom.scss */
#paypal > form > button:hover, #paypal > form > input[type="submit"]:hover {
  background: #ada074;
  color: #fff;
}

/* line 310, custom.scss */
section#events-grid {
  position: relative;
  max-width: 1024px;
  padding: 20px;
  margin: 30px auto 75px auto;
}
/* line 315, custom.scss */
section#events-grid > div {
  display: flex;
}
@media (max-width: 636px) {
  /* line 315, custom.scss */
  section#events-grid > div {
    display: block;
  }
}
/* line 320, custom.scss */
section#events-grid > div > div {
  flex: 1 1 33.33%;
  margin: 10px;
}
@media (max-width: 636px) {
  /* line 320, custom.scss */
  section#events-grid > div > div {
    margin-bottom: 30px;
  }
}
/* line 326, custom.scss */
section#events-grid > div > div > span {
  display: block;
  color: #ada074;
}
/* line 330, custom.scss */
section#events-grid > div > div > h5 {
  font-family: "Caviar Dreams";
  margin: 6px 0 14px 0;
  display: block;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  min-height: 40px;
}
@media (max-width: 636px) {
  /* line 330, custom.scss */
  section#events-grid > div > div > h5 {
    min-height: none;
  }
}
/* line 342, custom.scss */
section#events-grid > div > div > a {
  display: block;
}
/* line 345, custom.scss */
section#events-grid > div > div img {
  display: block;
  max-width: 100%;
  height: auto;
}
/* line 350, custom.scss */
section#events-grid > div > div > p {
  color: #333;
  line-height: 20px;
  margin-top: 10px;
}

/* line 360, custom.scss */
form#contact-form input[type="submit"] {
  box-sizing: border-box;
  font-size: 14px;
  width: 150px;
  height: 40px;
  color: #ada074;
  border: 1px solid #ada074;
  cursor: pointer;
  display: inline-block;
  background: #fff;
  font-weight: 400;
  margin: 10px 20px 0 0;
  padding: 0;
  line-height: 30px;
  text-align: center;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 404px) {
  /* line 360, custom.scss */
  form#contact-form input[type="submit"] {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}
/* line 381, custom.scss */
form#contact-form input[type="submit"]:hover {
  background: #ada074;
  color: #fff;
}

/* line 388, custom.scss */
p#thanks {
  margin: 0;
  display: none;
  color: #000;
}

/* line 394, custom.scss */
div#soundcloud {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

/* line 401, custom.scss */
div.youtube {
  display: none !important;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  display: flex;
  /*img {
  	position: absolute ;
  	left: 0 ;
  	top: 0 ;
  	z-index: 0 ;
  	display: block ;
  	width: 100% ;
  	height: auto ;
  }*/
}
@media (max-width: 768px) {
  /* line 401, custom.scss */
  div.youtube {
    display: block;
    margin-bottom: 0;
  }
}
/* line 412, custom.scss */
div.youtube > div:first-child {
  flex: 1 1 auto;
  margin-right: 10px;
}
@media (max-width: 768px) {
  /* line 412, custom.scss */
  div.youtube > div:first-child {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
/* line 420, custom.scss */
div.youtube > div:last-child {
  flex: 1 1 auto;
  margin-left: 10px;
}
@media (max-width: 768px) {
  /* line 420, custom.scss */
  div.youtube > div:last-child {
    margin-left: 0;
    margin-bottom: 30px;
  }
}
/* line 437, custom.scss */
div.youtube .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
/* line 443, custom.scss */
div.youtube .embed-container iframe, div.youtube .embed-container object, div.youtube .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
