header.site-header {
  font-family: "Nunito", sans-serif;
  width: 100%;
  height: 100px;
  max-width: none !important;
  position: fixed;
  z-index: 999;
}

@media screen and (max-width: 1023px) {
  header.site-header {
    height: 64px;
  }
}

header.site-header .logo {
  height: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  float: left;
  padding-left: 20px;
}

@media screen and (max-width: 1023px) {
  header.site-header .logo {
    height: 64px;
    justify-content: normal;
    padding-left: 15px;
  }
}

header.site-header .logo h1.site-title a {
  font-weight: 400;
  font-size: 45px;
  line-height: 60px;
  letter-spacing: 5px;
  white-space: none;
  overflow: unset;
}

@media screen and (max-width: 1024px) {
  header.site-header .logo h1.site-title a {
    font-size: 40px;
    letter-spacing: 0px;
  }
}

header.site-header .logo .bear {
  max-height: 54px;
  padding: 6px;
  padding-right: 10px;
  float: left;
  position: relative;
  top: -1px;
}

@media screen and (max-width: 768px) {
  header.site-header .logo .bear {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  header.site-header .header-main {
    padding: 0px;
  }
}

header.site-header .search-toggle {
  width: 60px;
  height: 100px;
  background-color: #392e6d;
}

@media screen and (max-width: 768px) {
  header.site-header .search-toggle {
    width: 64px;
    height: 64px;
    margin-right: 64px;
  }
}

header.site-header .search-toggle:hover, header.site-header .search-toggle.active {
  background-color: #FFF;
}

header.site-header .search-toggle:hover:before, header.site-header .search-toggle.active:before {
  color: #000;
}

header.site-header .search-toggle:before {
  font-size: 26px;
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  header.site-header .search-toggle:before {
    margin-top: 20px;
  }
}

header.site-header #primary-menu {
  height: 100%;
}

@media screen and (max-width: 768px) {
  header.site-header #primary-menu {
    visibility: hidden;
    opacity: 0;
    transition-timing-function: ease;
    transition: 0.5s;
  }
}

header.site-header #primary-navigation.toggled-on #primary-menu {
  visibility: visible;
  opacity: 1;
  transition-timing-function: ease;
  transition: 0.5s;
}

header.site-header .menu-main-menu-container {
  height: 100%;
}

@media screen and (max-width: 768px) {
  header.site-header .menu-main-menu-container {
    display: flex;
    align-items: center;
    width: 100%;
    align-items: start;
    padding-top: 40px;
  }
}

header.site-header nav {
  height: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  header.site-header nav {
    flex-direction: row;
    height: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  header.site-header nav ul#primary-menu {
    width: 100%;
    height: auto;
  }
}

header.site-header nav ul#primary-menu li {
  height: 100px;
  float: left;
}

@media screen and (max-width: 768px) {
  header.site-header nav ul#primary-menu li {
    width: 100%;
    height: auto;
    float: none;
  }
}

header.site-header nav ul#primary-menu li:hover > a,
header.site-header nav ul#primary-menu li.focus > a,
header.site-header nav ul#primary-menu li:focus > a {
  background-color: #FFF;
  color: #392e6d;
}

@media screen and (max-width: 768px) {
  header.site-header nav ul#primary-menu li:hover > a,
  header.site-header nav ul#primary-menu li.focus > a,
  header.site-header nav ul#primary-menu li:focus > a {
    background-color: none;
    border-bottom: 2px solid #FFF;
  }
}

header.site-header nav ul#primary-menu li.current-menu-item > a {
  background-color: #392e6d;
  color: #FFF;
}

header.site-header nav ul#primary-menu li a {
  font-family: "Nunito", sans-serif;
  font-size: 15px;
  padding: 0 15px;
  font-weight: 700;
  line-height: 100px;
}

@media screen and (max-width: 1300px) {
  header.site-header nav ul#primary-menu li a {
    padding: 0 12px;
  }
}

@media screen and (max-width: 1150px) {
  header.site-header nav ul#primary-menu li a {
    padding: 0 6px;
  }
}

@media screen and (max-width: 768px) {
  header.site-header nav ul#primary-menu li a {
    line-height: 35px;
    padding: 0 20px;
  }
}

header.site-header nav ul#primary-menu li .cart-contents {
  font-family: "Space Mono", sans-serif;
  font-weight: 400;
}

header.site-header nav ul#primary-menu li .cart-contents i.fa-shopping-cart {
  padding-right: 5px;
}

@media screen and (max-width: 768px) {
  header.site-header nav ul#primary-menu li.menu-item-cart-item {
    border-top: 1px solid #392e6d;
  }
}

header.site-header #search-container {
  top: 100px;
  padding: 0px;
  transition: all 0.5s ease-in-out;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  header.site-header #search-container {
    top: 64px;
  }
}

header.site-header #search-container.hide {
  opacity: 0;
  visibility: hidden;
}

header.site-header #search-container .search-box {
  padding: 30px;
  background-color: #FFF;
}

@media screen and (max-width: 767px) {
  header.site-header #search-container .search-box {
    padding: 15px;
  }
}

header.site-header #search-container .search-box input.search-field {
  font-size: 22px;
  width: 100%;
  background: transparent;
  color: #000;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  header.site-header #search-container .search-box input.search-field {
    font-size: 18px;
  }
}

header.site-header #search-container .search-box input.search-field::placeholder {
  color: #392e6d;
  letter-spacing: 1px;
}

@media screen and (max-width: 1023px) {
  header.site-header .menu-toggle {
    width: 64px;
    height: 64px;
  }
}

@media screen and (max-width: 1023px) {
  header.site-header .menu-toggle:before {
    font-size: 26px;
    padding: 20px 0;
  }
}

body {
  font-family: "Nunito", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  background-color: grey;
}

html {
  overflow-y: visible;
}

html, body {
  min-height: 100%;
  height: 100%;
}

.container {
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  .container {
    max-width: 100%;
  }
}

.container-fluid {
  padding: 0px;
}

@media screen and (max-width: 767px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.site {
  max-width: none;
}

.smw_center {
  text-align: left;
}

#main {
  padding-top: 100px;
  overflow: hidden;
}

@media screen and (max-width: 1023px) {
  #main {
    padding-top: 64px;
  }
}

a {
  color: #000;
  text-decoration: none;
  transition: ease-in-out 0.2s;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  color: #818181;
  font-size: 15px;
  line-height: 26px;
}

pre {
  font-family: monospace;
}

main {
  overflow: hidden;
}

h1 {
  font-family: "Nunito", sans-serif;
}

h2 {
  font-family: "Nunito", sans-serif;
}

footer {
  background: #F3F3F3;
  color: #000;
}

footer .widget {
  margin-bottom: 0px;
}

footer .widget a {
  font-size: 16px;
  line-height: 28px;
}

@media screen and (max-width: 768px) {
  footer .widget a {
    font-size: 15px;
  }
}

footer .widget-title,
footer strong {
  color: #000;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  footer .widget-title {
    margin-top: 10px;
  }
}

footer .footer-menu {
  padding-top: 6rem;
  padding-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  footer .footer-menu {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

footer a {
  color: #392e6d;
  font-weight: 400;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  footer a {
    font-size: 15px;
  }
}

footer a:hover, footer a:focus {
  color: #000;
}

footer p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #666;
  text-transform: none;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  footer p {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  footer p, footer strong {
    font-size: 14px;
    line-height: 24px;
  }
}

footer .widget li {
  padding: 0px;
  padding-bottom: 4px;
}

footer .phone {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  footer .phone {
    margin-bottom: 15px;
  }
}

footer .phone a {
  font-family: "Space Mono", sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  footer .company-id {
    margin-bottom: 20px;
  }
}

footer .company-id p {
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0px;
  margin-bottom: 0px;
}

footer .copyright {
  padding: 2rem 0;
}

@media screen and (max-width: 767px) {
  footer .copyright {
    padding: 1rem 0;
  }
}

footer .copyright p {
  font-family: "Space Mono", sans-serif;
  font-size: 12px;
  letter-spacing: 0px;
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  footer .copyright p {
    font-size: 11px;
    line-height: 18px;
  }
}

footer .copyright .theposthuman a {
  color: #000;
  font-weight: 700;
  font-size: inherit;
}

footer .copyright .theposthuman a:hover, footer .copyright .theposthuman a:focus {
  color: #392e6d;
}

footer .ableton-certified {
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  footer .ableton-certified {
    padding-bottom: 0px;
  }
}

footer .ableton-certified a {
  color: #000;
  line-height: 21px;
}

@media screen and (max-width: 767px) {
  footer .ableton-certified a img {
    max-height: 13px;
  }
}

footer .ableton-certified a span {
  font-size: 14px;
  padding-left: 10px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  footer .ableton-certified a span {
    font-size: 13px;
    padding-left: 5px;
  }
}

footer .social-networks {
  text-align: right;
}

@media screen and (max-width: 767px) {
  footer .social-networks {
    text-align: left;
    padding-top: 20px;
  }
}

footer .social-networks a {
  font-size: 30px;
  color: #000;
  margin-right: 20px;
}

@media screen and (max-width: 1024px) {
  footer .social-networks a {
    font-size: 28px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 768px) {
  footer .social-networks a {
    font-size: 26px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  footer .social-networks a {
    font-size: 20px;
    margin-right: 10px;
  }
}

footer .social-networks a:hover, footer .social-networks a:focus {
  color: #392e6d;
}

footer ul {
  list-style-type: none;
  margin: 0px;
}

footer ul li {
  padding-bottom: 10px;
}

footer .bear {
  max-width: 100px;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  footer .bear {
    max-width: 70px;
    padding-bottom: 15px;
  }
}

footer aside {
  margin-bottom: 0px;
}

#sidebar {
  font-size: 15px;
}

#sidebar .widget {
  margin-bottom: 30px;
}

#sidebar .widget a {
  color: #392e6d;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
}

#sidebar .widget a:hover, #sidebar .widget a:focus {
  color: #000;
}

#sidebar .widget p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 1rem;
}

#sidebar .widget h1 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

#sidebar .widget span.post-date {
  text-transform: uppercase;
  font-family: "Space Mono", sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  color: #767676;
}

#sidebar .widget_search .screen-reader-text {
  color: red;
}

#sidebar .widget_search form {
  border: 1px solid #afa5e4;
  color: blue;
}

#sidebar .widget_search form input {
  color: #000;
  padding: 10px;
  font-size: 18px;
  width: 100%;
}

#sidebar .widget_recent_entries ul li {
  padding-bottom: 10px;
}

section h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 40px;
  text-transform: none;
  color: #000;
}

@media screen and (max-width: 1024px) {
  section h1 {
    font-size: 56px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  section h1 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 20px;
  }
}

section h2 {
  font-size: 30px;
  font-weight: 700;
  color: #000;
}

section p {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  color: #000;
  margin-bottom: 1rem;
}

@media screen and (max-width: 1024px) {
  section p {
    font-size: 18px;
    line-height: 32px;
  }
}

@media screen and (max-width: 768px) {
  section p {
    font-size: 16px;
    line-height: 28px;
  }
}

@media screen and (max-width: 767px) {
  section p {
    font-size: 15px;
    line-height: 26px;
  }
}

section a {
  font-size: inherit;
  line-height: inherit;
  color: #392e6d;
  font-weight: 600;
  margin-bottom: 2rem;
}

@media screen and (max-width: 1024px) {
  section a {
    font-size: inherit;
  }
}

section strong {
  font-weight: 700;
  color: inherit;
}

section .image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

section .image-element {
  padding: 0px;
}

section .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

section .text-element {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 6rem;
}

@media screen and (max-width: 1024px) {
  section .text-element {
    padding: 4rem;
  }
}

@media screen and (max-width: 767px) {
  section .text-element {
    padding: 2rem;
  }
}

section.background-black {
  background: #000;
  color: #FFF;
}

section.background-black h2 {
  color: #FFF;
}

section.background-black p {
  color: #FFF;
}

section .button {
  background-color: #392e6d;
  color: #FFF;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 15px 40px;
  border-radius: 30px;
  margin: 0px;
  margin-top: 20px;
  display: inline-block;
}

section .button:hover, section .button:focus {
  background: #000;
}

@media screen and (max-width: 768px) {
  section .button {
    font-size: 16px;
    margin-top: 10px;
  }
}

section .entry-content {
  padding-top: 10px;
}

#home .col-text,
#home .col-image,
#mastering-and-mixing .col-text,
#mastering-and-mixing .col-image {
  padding: 0px;
}

#home .col-text,
#mastering-and-mixing .col-text {
  color: #000;
  padding: 100px 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#home .col-text .text-container h2,
#mastering-and-mixing .col-text .text-container h2 {
  color: #000;
  font-size: 50px;
  line-height: 60px;
  padding: 0px;
  margin-bottom: 30px;
}

#home .col-text .text-container p,
#mastering-and-mixing .col-text .text-container p {
  color: #000;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}

#home .col-image img,
#mastering-and-mixing .col-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

#home .row,
#mastering-and-mixing .row {
  background: #FFF;
}

#home .button,
#mastering-and-mixing .button {
  text-transform: none;
  font-weight: 700;
  margin-top: 20px;
}

#home .section.row:nth-of-type(even),
#mastering-and-mixing .section.row:nth-of-type(even) {
  background-color: #000;
}

#home .section.row:nth-of-type(even) .col-image,
#mastering-and-mixing .section.row:nth-of-type(even) .col-image {
  order: 2;
}

@media screen and (max-width: 768px) {
  #home .section.row:nth-of-type(even) .col-image,
  #mastering-and-mixing .section.row:nth-of-type(even) .col-image {
    order: 1;
  }
}

#home .section.row:nth-of-type(even) .col-text,
#mastering-and-mixing .section.row:nth-of-type(even) .col-text {
  order: 1;
}

@media screen and (max-width: 768px) {
  #home .section.row:nth-of-type(even) .col-text,
  #mastering-and-mixing .section.row:nth-of-type(even) .col-text {
    order: 2;
  }
}

#home .section.row:nth-of-type(even) .col-text h2,
#mastering-and-mixing .section.row:nth-of-type(even) .col-text h2 {
  color: #FFF;
}

#home .section.row:nth-of-type(even) .col-text p,
#mastering-and-mixing .section.row:nth-of-type(even) .col-text p {
  color: #FFF;
}

#home .section.row:nth-of-type(even) .col-text a,
#mastering-and-mixing .section.row:nth-of-type(even) .col-text a {
  color: #FFF;
  font-weight: 700;
  border-bottom: 2px solid #FFF;
}

#home .section.row:nth-of-type(even) .col-text a:hover, #home .section.row:nth-of-type(even) .col-text a:focus,
#mastering-and-mixing .section.row:nth-of-type(even) .col-text a:hover,
#mastering-and-mixing .section.row:nth-of-type(even) .col-text a:focus {
  border-color: #392e6d;
}

#home .section.row:nth-of-type(even) .col-text .button,
#mastering-and-mixing .section.row:nth-of-type(even) .col-text .button {
  border: 0px;
}

#home .section.row:nth-of-type(even) .col-text .button:hover, #home .section.row:nth-of-type(even) .col-text .button:focus,
#mastering-and-mixing .section.row:nth-of-type(even) .col-text .button:hover,
#mastering-and-mixing .section.row:nth-of-type(even) .col-text .button:focus {
  background-color: #FFF;
  color: #392e6d;
}

#home .testimonials-bg,
#mastering-and-mixing .testimonials-bg {
  background-color: #392e6d !important;
}

#home #rates .rates-container,
#mastering-and-mixing #rates .rates-container {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  #home #rates .rates-container,
  #mastering-and-mixing #rates .rates-container {
    padding: 40px 0px;
  }
}

#home #rates .rates-container h2,
#mastering-and-mixing #rates .rates-container h2 {
  color: #000;
  font-size: 60px;
  line-height: 60px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 60px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #home #rates .rates-container h2,
  #mastering-and-mixing #rates .rates-container h2 {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  #home #rates .rates-container h2,
  #mastering-and-mixing #rates .rates-container h2 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}

#home #rates .rates-table,
#mastering-and-mixing #rates .rates-table {
  width: 100%;
  max-width: 1200px;
  padding: 20px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 32px;
}

@media screen and (max-width: 1024px) {
  #home #rates .rates-table,
  #mastering-and-mixing #rates .rates-table {
    max-width: 900px;
  }
}

@media screen and (max-width: 768px) {
  #home #rates .rates-table,
  #mastering-and-mixing #rates .rates-table {
    font-size: 16px;
    line-height: 28px;
  }
}

@media screen and (max-width: 767px) {
  #home #rates .rates-table,
  #mastering-and-mixing #rates .rates-table {
    font-size: 15px;
    line-height: 26px;
  }
}

#home #rates .rates-table .table-top,
#mastering-and-mixing #rates .rates-table .table-top {
  font-weight: 700;
  color: #000;
}

#home #rates .rates-table .table-top .table-pricing-title,
#mastering-and-mixing #rates .rates-table .table-top .table-pricing-title {
  text-align: right;
}

@media screen and (max-width: 767px) {
  #home #rates .rates-table .table-top .table-pricing-title,
  #mastering-and-mixing #rates .rates-table .table-top .table-pricing-title {
    display: none;
  }
}

#home #rates .rates-table .row.service,
#mastering-and-mixing #rates .rates-table .row.service {
  border-bottom: 1px solid #F3F3F3;
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  #home #rates .rates-table .row.service,
  #mastering-and-mixing #rates .rates-table .row.service {
    padding: 15px 0;
  }
}

#home #rates .rates-table .service-title,
#mastering-and-mixing #rates .rates-table .service-title {
  color: #392e6d;
  font-weight: 700;
}

#home #rates .rates-table .service-price,
#mastering-and-mixing #rates .rates-table .service-price {
  color: #392e6d;
  font-weight: 700;
  text-align: right;
}

@media screen and (max-width: 767px) {
  #home #rates .rates-table .service-price,
  #mastering-and-mixing #rates .rates-table .service-price {
    text-align: left;
  }
}

#home #rates .rates-table .service-price a,
#mastering-and-mixing #rates .rates-table .service-price a {
  border: 2px solid #392e6d;
  color: #392e6d;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 700;
  margin-top: 20px;
  display: inline-block;
}

#home #rates .rates-table .service-price a:hover, #home #rates .rates-table .service-price a:focus,
#mastering-and-mixing #rates .rates-table .service-price a:hover,
#mastering-and-mixing #rates .rates-table .service-price a:focus {
  background-color: #392e6d;
  color: #FFF;
}

#home #rates .bottom-text,
#mastering-and-mixing #rates .bottom-text {
  text-align: center;
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  #home #rates .bottom-text,
  #mastering-and-mixing #rates .bottom-text {
    padding: 20px;
  }
}

#home #rates .bottom-text p,
#mastering-and-mixing #rates .bottom-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #home #rates .bottom-text p,
  #mastering-and-mixing #rates .bottom-text p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}

#home #rates .payments-accepted,
#mastering-and-mixing #rates .payments-accepted {
  margin-top: 20px;
  max-width: 100%;
  max-height: 50px;
}

@media screen and (max-width: 767px) {
  #home #rates .payments-accepted,
  #mastering-and-mixing #rates .payments-accepted {
    margin-top: 10px;
    max-height: 35px;
  }
}

#home .testimonials-container,
#mastering-and-mixing .testimonials-container {
  padding: 100px 20px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #home .testimonials-container,
  #mastering-and-mixing .testimonials-container {
    padding: 60px 20px;
  }
}

@media screen and (max-width: 767px) {
  #home .testimonials-container,
  #mastering-and-mixing .testimonials-container {
    padding: 40px 20px;
    padding-bottom: 20px;
  }
}

#home .testimonials-container .testimonials > div,
#mastering-and-mixing .testimonials-container .testimonials > div {
  font-weight: 600;
  font-size: 32px;
  line-height: 46px;
  font-style: italic;
  padding: 0px !important;
  text-align: center;
  color: #FFF;
}

@media screen and (max-width: 768px) {
  #home .testimonials-container .testimonials > div,
  #mastering-and-mixing .testimonials-container .testimonials > div {
    font-size: 24px;
    line-height: 36px;
  }
}

@media screen and (max-width: 767px) {
  #home .testimonials-container .testimonials > div,
  #mastering-and-mixing .testimonials-container .testimonials > div {
    font-size: 18px;
    line-height: 30px;
  }
}

#home .testimonials-container .testimonials .slick-dots button,
#mastering-and-mixing .testimonials-container .testimonials .slick-dots button {
  background-color: transparent;
}

#home .testimonials-container .testimonials .slick-dots li button::before,
#mastering-and-mixing .testimonials-container .testimonials .slick-dots li button::before {
  color: #FFF;
}

#home .testimonials-container .slick-dotted.slick-slider,
#mastering-and-mixing .testimonials-container .slick-dotted.slick-slider {
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #home .testimonials-container .slick-dotted.slick-slider,
  #mastering-and-mixing .testimonials-container .slick-dotted.slick-slider {
    padding-bottom: 10px;
  }
}

body.home #hero {
  height: calc(100vh - 100px);
}

@media screen and (max-width: 768px) {
  body.home #hero {
    height: calc(100vh - 64px);
  }
}

body.home #hero h1 {
  text-transform: none;
}

#podcast .grid {
  display: flex;
  justify-content: center;
  align-items: normal;
  flex-wrap: wrap;
  padding-top: 60px;
}

@media screen and (max-width: 768px) {
  #podcast .grid {
    padding-top: 40px;
  }
}

#podcast .grid .grid-item {
  padding: 15px;
  width: 300px;
}

@media screen and (max-width: 768px) {
  #podcast .grid .grid-item {
    padding: 10px;
    width: 245px;
  }
}

@media screen and (max-width: 767px) {
  #podcast .grid .grid-item {
    width: 100%;
    padding: 0px;
    padding-bottom: 20px;
  }
}

#podcast .grid .grid-item img {
  width: 100%;
}

#podcast .grid .grid-item .title {
  padding-top: 15px;
  padding-bottom: 20px;
}

#podcast .grid .grid-item .title a {
  color: #392e6d;
  font-weight: 700;
  text-transform: uppercase;
}

#podcast .grid .grid-item .title a:hover, #podcast .grid .grid-item .title a:focus {
  color: #000;
}

#music {
  padding-top: 80px;
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  #music {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  #music {
    padding: 60px 0;
  }
}

#music h2 {
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  #music h2 {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  #music h2 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}

#music iframe {
  margin: 0 auto;
  margin-bottom: 40px;
  display: block;
}

@media screen and (max-width: 767px) {
  #music iframe {
    margin-bottom: 20px;
    max-width: 350px;
    max-height: 350px;
  }
}

@media screen and (max-width: 375px) {
  #music iframe {
    max-width: 280px;
    max-height: 280px;
  }
}

#music .button-container {
  padding: 80px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #music .button-container {
    padding: 40px 0;
  }
}

#music .button {
  margin: 0 auto;
  text-transform: none;
}

#samplepacks {
  padding-top: 120px;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #samplepacks {
    padding-top: 80px;
    padiding-bottom: 40px;
  }
}

#samplepacks h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #samplepacks h2 {
    font-size: 28px;
    line-height: 40px;
  }
}

#samplepacks .samplepack-info {
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  #samplepacks .samplepack-info {
    padding-bottom: 40px;
  }
}

#samplepacks .button {
  text-transform: none;
}

#samplepacks iframe {
  margin: 0 auto;
  margin-bottom: 40px;
  display: block;
}

@media screen and (max-width: 768px) {
  #samplepacks iframe {
    margin-bottom: 20px;
    max-width: 350px;
    max-height: 350px;
  }
}

@media screen and (max-width: 320px) {
  #samplepacks iframe {
    max-width: 280px;
    max-height: 280px;
  }
}

#podcast {
  padding-top: 60px;
  padding-bottom: 0px;
}

#music-production,
#mixes {
  padding: 120px 0;
}

@media screen and (max-width: 768px) {
  #music-production,
  #mixes {
    padding: 80px 0;
  }
}

#music-production .intro-text p,
#mixes .intro-text p {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #000;
}

#music-production .intro-text a,
#mixes .intro-text a {
  color: #392e6d;
  background-color: #F3F3F3;
}

#music-production .intro-text a:hover, #music-production .intro-text a:focus,
#mixes .intro-text a:hover,
#mixes .intro-text a:focus {
  color: #FFF;
  background-color: #392e6d;
}

#music-production ul,
#mixes ul {
  margin: 0px;
  padding-top: 40px;
  list-style-type: none;
}

@media screen and (max-width: 767px) {
  #music-production ul,
  #mixes ul {
    padding-top: 20px;
  }
}

#music-production ul li:hover,
#mixes ul li:hover {
  background: #F3F3F3;
}

#music-production ul li a,
#mixes ul li a {
  width: 100%;
  display: block;
  text-transform: none;
  font-size: 20px;
  color: #392e6d;
  padding: 10px;
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  #music-production ul li a,
  #mixes ul li a {
    font-size: 16px;
    line-height: 26px;
    padding: 8px;
  }
}

#about,
#ableton-tuition {
  background: #FFF;
  color: #000;
}

#about .col-text,
#ableton-tuition .col-text {
  padding: 100px 80px;
}

#about .col-text h2,
#ableton-tuition .col-text h2 {
  font-size: 45px;
  line-height: 50px;
}

#about .col-text .location,
#ableton-tuition .col-text .location {
  color: #999;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
}

@media screen and (max-width: 767px) {
  #about .col-text .location,
  #ableton-tuition .col-text .location {
    font-size: 18px;
    line-height: 28px;
  }
}

#about .col-text .intro-text,
#ableton-tuition .col-text .intro-text {
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  #about .col-text .intro-text,
  #ableton-tuition .col-text .intro-text {
    padding-top: 10px;
  }
}

#about .col-text .intro-text p,
#ableton-tuition .col-text .intro-text p {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  #about .col-text .intro-text p,
  #ableton-tuition .col-text .intro-text p {
    font-size: 20px;
    line-height: 32px;
  }
}

@media screen and (max-width: 767px) {
  #about .col-text .intro-text p,
  #ableton-tuition .col-text .intro-text p {
    font-size: 18px;
    line-height: 30px;
  }
}

#about .col-text .text p,
#ableton-tuition .col-text .text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

#about .col-image,
#ableton-tuition .col-image {
  padding: 0px;
}

#about .ableton-certified,
#ableton-tuition .ableton-certified {
  background: #000;
}

#about .ableton-certified p,
#ableton-tuition .ableton-certified p {
  color: #FFF;
}

#about .ableton-certified a,
#ableton-tuition .ableton-certified a {
  color: #FFF;
  font-weight: 700;
  border-bottom: 2px solid #FFF;
  padding-bottom: 2px;
}

#about .ableton-certified a:hover, #about .ableton-certified a:focus,
#ableton-tuition .ableton-certified a:hover,
#ableton-tuition .ableton-certified a:focus {
  border-color: #392e6d;
}

#about .ableton-certified .ableton-certified-logo,
#ableton-tuition .ableton-certified .ableton-certified-logo {
  width: 500px;
  max-width: 100%;
  position: relative;
  left: -16px;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #about .ableton-certified .ableton-certified-logo,
  #ableton-tuition .ableton-certified .ableton-certified-logo {
    left: -6px;
    padding-bottom: 10px;
  }
}

#contact {
  background: #FFF;
  color: #000;
}

#contact .col-text {
  padding: 100px 80px;
}

@media screen and (max-width: 768px) {
  #contact .col-text {
    padding: 60px 40px;
  }
}

@media screen and (max-width: 767px) {
  #contact .col-text {
    padding: 40px 20px;
  }
}

#contact .col-text .contact-profile {
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #contact .col-text .contact-profile {
    padding-bottom: 0px;
  }
}

#contact .col-text .contact-profile .location {
  color: #999;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  padding-top: 5px;
}

#contact .col-text .contact-profile .text {
  max-width: 650px;
  padding-top: 20px;
}

#contact .col-text .contact-profile .text p {
  font-size: 18px;
  line-height: 32px;
}

#contact .col-text .contact-profile .text p a {
  font-weight: 700;
  color: #392e6d;
}

#contact .col-text .contact-profile .text p a:hover, #contact .col-text .contact-profile .text p a:active {
  color: #000;
}

#about {
  background: #FFF;
  color: #000;
}

#about .col-text {
  padding: 100px 80px;
}

#main-content.blog,
#main-content.single-post {
  padding-top: 100px;
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  #main-content.blog,
  #main-content.single-post {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  #main-content.blog,
  #main-content.single-post {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

#main-content.blog #primary,
#main-content.single-post #primary {
  padding-right: 100px;
}

@media screen and (max-width: 1024px) {
  #main-content.blog #primary,
  #main-content.single-post #primary {
    padding-right: 40px;
  }
}

@media screen and (max-width: 768px) {
  #main-content.blog #primary,
  #main-content.single-post #primary {
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  #main-content.blog #primary,
  #main-content.single-post #primary {
    padding-right: 0px;
  }
}

#main-content.blog article,
#main-content.single-post article {
  padding-bottom: 40px;
  margin-bottom: 70px;
  border-bottom: 1px solid #EEE;
}

@media screen and (max-width: 767px) {
  #main-content.blog article,
  #main-content.single-post article {
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
}

#main-content.blog iframe,
#main-content.single-post iframe {
  width: 100% !important;
}

#main-content.blog .entry-header .entry-title,
#main-content.single-post .entry-header .entry-title {
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #main-content.blog .entry-header .entry-title,
  #main-content.single-post .entry-header .entry-title {
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  #main-content.blog .entry-header .entry-title,
  #main-content.single-post .entry-header .entry-title {
    padding-bottom: 0px;
  }
}

#main-content.blog .entry-header .entry-title a,
#main-content.single-post .entry-header .entry-title a {
  color: #392e6d;
  font-size: 30px;
  line-height: 32px;
}

@media screen and (max-width: 768px) {
  #main-content.blog .entry-header .entry-title a,
  #main-content.single-post .entry-header .entry-title a {
    font-size: 28px;
    line-height: 32px;
  }
}

@media screen and (max-width: 767px) {
  #main-content.blog .entry-header .entry-title a,
  #main-content.single-post .entry-header .entry-title a {
    font-size: 24px;
    line-height: 30px;
  }
}

#main-content.blog .entry-header .entry-title a:hover, #main-content.blog .entry-header .entry-title a:focus,
#main-content.single-post .entry-header .entry-title a:hover,
#main-content.single-post .entry-header .entry-title a:focus {
  color: #000;
}

#main-content.blog .entry-header .entry-meta,
#main-content.single-post .entry-header .entry-meta {
  padding-bottom: 20px;
}

#main-content.blog .entry-header .entry-meta .entry-date,
#main-content.single-post .entry-header .entry-meta .entry-date {
  letter-spacing: 1px;
}

#main-content.blog .entry-header .entry-meta .cat-links ul,
#main-content.single-post .entry-header .entry-meta .cat-links ul {
  list-style-type: none;
  margin: 0px;
}

#main-content.blog .entry-header .entry-meta .cat-links ul li,
#main-content.single-post .entry-header .entry-meta .cat-links ul li {
  display: inline;
}

#main-content.blog .entry-header .entry-meta .cat-links a,
#main-content.single-post .entry-header .entry-meta .cat-links a {
  background-color: #afa5e4;
  font-weight: 700;
  color: #FFF;
  padding: 5px 12px;
  border-radius: 5px;
}

#main-content.blog .entry-header .entry-meta .cat-links a:hover, #main-content.blog .entry-header .entry-meta .cat-links a:focus,
#main-content.single-post .entry-header .entry-meta .cat-links a:hover,
#main-content.single-post .entry-header .entry-meta .cat-links a:focus {
  background-color: #392e6d;
}

#main-content.blog a.more-link,
#main-content.single-post a.more-link {
  background-color: #EEE;
  color: #392e6d;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 12px 30px;
  border-radius: 30px;
  margin: 0px;
  margin-top: 20px;
  display: inline-block;
}

#main-content.blog a.more-link:hover, #main-content.blog a.more-link:focus,
#main-content.single-post a.more-link:hover,
#main-content.single-post a.more-link:focus {
  background: #392e6d;
  color: #FFF;
}

#main-content.blog .archive-header,
#main-content.single-post .archive-header {
  padding: 0px;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #main-content.blog .archive-header,
  #main-content.single-post .archive-header {
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  #main-content.blog .archive-header,
  #main-content.single-post .archive-header {
    padding-bottom: 40px;
  }
}

#main-content.blog .archive-header h1,
#main-content.single-post .archive-header h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 70px;
  text-transform: capitalize;
}

#main-content.blog .paging-navigation,
#main-content.single-post .paging-navigation {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "Space Mono", sans-serif;
  border: 0px;
  text-align: left;
}

#main-content.blog .paging-navigation .loop-pagination,
#main-content.single-post .paging-navigation .loop-pagination {
  text-align: left;
}

#main-content.blog .paging-navigation .loop-pagination a,
#main-content.single-post .paging-navigation .loop-pagination a {
  height: 40px;
}

#main-content.blog .paging-navigation .loop-pagination a:hover,
#main-content.single-post .paging-navigation .loop-pagination a:hover {
  color: #392e6d;
  border-top: 5px solid transparent;
}

#main-content.blog .paging-navigation .page-numbers,
#main-content.single-post .paging-navigation .page-numbers {
  padding: 10px 16px;
}

#main-content.blog .paging-navigation .page-numbers.current,
#main-content.single-post .paging-navigation .page-numbers.current {
  border: 0px;
  background: #392e6d;
  color: #FFF;
  border-radius: 40px;
}

#main-content.blog .post-edit-link,
#main-content.single-post .post-edit-link {
  display: none;
}

#main-content.blog .entry-date,
#main-content.single-post .entry-date {
  font-family: "Space Mono", sans-serif;
}

#main-content.blog .edit-link,
#main-content.single-post .edit-link {
  display: none;
}

body.single-post #main-content.blog article {
  border-bottom: 0px;
}

#hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("default.jpg");
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 1024px) {
  #hero {
    height: 300px;
  }
}

@media screen and (max-width: 767px) {
  #hero {
    height: 250px;
  }
}

#hero .hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#hero h1 {
  font-family: "Nunito", sans-serif;
  color: #FFF;
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #hero h1 {
    font-size: 50px;
    line-height: 40px;
  }
}

@media screen and (max-width: 767px) {
  #hero h1 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}

#hero h2 {
  font-family: "Nunito", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: 1px;
  color: #FFF;
}

@media screen and (max-width: 768px) {
  #hero h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media screen and (max-width: 767px) {
  #hero h2 {
    font-size: 20px;
    line-height: 30px;
  }
}

body.error404 #main-content {
  padding: 120px 0;
}

@media screen and (max-width: 1024px) {
  body.error404 #main-content {
    padding: 100px 0;
  }
}

@media screen and (max-width: 768px) {
  body.error404 #main-content {
    padding: 80px 0;
  }
}

@media screen and (max-width: 767px) {
  body.error404 #main-content {
    padding: 40px 0;
  }
}

body.error404 .page-content {
  padding: 0px;
  margin: 0px;
}

body.error404 .search-form {
  width: 100%;
  max-width: 370px;
  margin: 20px 0;
}

@media screen and (max-width: 767px) {
  body.error404 .search-form {
    margin-bottom: 0px;
  }
}

body.error404 .search-form input[type="search"] {
  padding: 15px;
  border-radius: 0px;
}

body.woocommerce #main-content,
body.woocommerce-cart #main-content {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  body.woocommerce #main-content,
  body.woocommerce-cart #main-content {
    padding: 40px 0;
  }
}

body.woocommerce #main-content.blog article,
body.woocommerce #main-content.single-post article {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px;
}

body.woocommerce #main-content.blog #primary,
body.woocommerce #main-content.single-post #primary,
body.woocommerce-page #main-content.blog #primary,
body.woocommerce-page #main-content.single-post #primary {
  padding-right: 0px;
}

body.woocommerce h2,
body.woocommerce-page h2 {
  margin-bottom: 20px;
}

body.woocommerce h2.entry-title,
body.woocommerce-page h2.entry-title {
  font-size: 50px;
  line-height: 70px;
}

@media screen and (max-width: 767px) {
  body.woocommerce h2.entry-title,
  body.woocommerce-page h2.entry-title {
    font-size: 34px;
    line-height: 40px;
  }
}

body.woocommerce ul.products li.product .woocommerce-loop-product__title,
body.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  body.woocommerce ul.products li.product .woocommerce-loop-product__title,
  body.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  body.woocommerce ul.products li.product .woocommerce-loop-product__title,
  body.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    font-size: 16px;
  }
}

body.woocommerce ul.products li.product .price,
body.woocommerce-page ul.products li.product .price {
  font-family: "Space Mono", sans-serif;
  color: #392e6d;
  font-size: 17px;
  font-weight: 700;
}

body.woocommerce div.product p.price,
body.woocommerce div.product span.price,
body.woocommerce-page div.product p.price,
body.woocommerce-page div.product span.price {
  font-family: "Space Mono", sans-serif;
  color: #392e6d;
  font-size: 26px;
  font-weight: 700;
}

body.woocommerce li.product .button,
body.woocommerce div.product form.cart .button,
body.woocommerce #respond input#submit,
body.woocommerce a.button,
body.woocommerce button.button,
body.woocommerce input.button,
body.woocommerce-page li.product .button,
body.woocommerce-page div.product form.cart .button,
body.woocommerce-page #respond input#submit,
body.woocommerce-page a.button,
body.woocommerce-page button.button,
body.woocommerce-page input.button {
  background-color: #392e6d;
  color: #FFF;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 15px 30px;
  border-radius: 30px;
  margin: 0px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  body.woocommerce li.product .button,
  body.woocommerce div.product form.cart .button,
  body.woocommerce #respond input#submit,
  body.woocommerce a.button,
  body.woocommerce button.button,
  body.woocommerce input.button,
  body.woocommerce-page li.product .button,
  body.woocommerce-page div.product form.cart .button,
  body.woocommerce-page #respond input#submit,
  body.woocommerce-page a.button,
  body.woocommerce-page button.button,
  body.woocommerce-page input.button {
    letter-spacing: 0px;
  }
}

body.woocommerce li.product .button:hover, body.woocommerce li.product .button:focus,
body.woocommerce div.product form.cart .button:hover,
body.woocommerce div.product form.cart .button:focus,
body.woocommerce #respond input#submit:hover,
body.woocommerce #respond input#submit:focus,
body.woocommerce a.button:hover,
body.woocommerce a.button:focus,
body.woocommerce button.button:hover,
body.woocommerce button.button:focus,
body.woocommerce input.button:hover,
body.woocommerce input.button:focus,
body.woocommerce-page li.product .button:hover,
body.woocommerce-page li.product .button:focus,
body.woocommerce-page div.product form.cart .button:hover,
body.woocommerce-page div.product form.cart .button:focus,
body.woocommerce-page #respond input#submit:hover,
body.woocommerce-page #respond input#submit:focus,
body.woocommerce-page a.button:hover,
body.woocommerce-page a.button:focus,
body.woocommerce-page button.button:hover,
body.woocommerce-page button.button:focus,
body.woocommerce-page input.button:hover,
body.woocommerce-page input.button:focus {
  background: #000;
  color: #FFF;
}

body.woocommerce li.product .button.product_type_variable,
body.woocommerce div.product form.cart .button.product_type_variable,
body.woocommerce #respond input#submit.product_type_variable,
body.woocommerce a.button.product_type_variable,
body.woocommerce button.button.product_type_variable,
body.woocommerce input.button.product_type_variable,
body.woocommerce-page li.product .button.product_type_variable,
body.woocommerce-page div.product form.cart .button.product_type_variable,
body.woocommerce-page #respond input#submit.product_type_variable,
body.woocommerce-page a.button.product_type_variable,
body.woocommerce-page button.button.product_type_variable,
body.woocommerce-page input.button.product_type_variable {
  background: #F3F3F3;
  color: #392e6d;
}

@media screen and (max-width: 767px) {
  body.woocommerce li.product .button.product_type_variable,
  body.woocommerce div.product form.cart .button.product_type_variable,
  body.woocommerce #respond input#submit.product_type_variable,
  body.woocommerce a.button.product_type_variable,
  body.woocommerce button.button.product_type_variable,
  body.woocommerce input.button.product_type_variable,
  body.woocommerce-page li.product .button.product_type_variable,
  body.woocommerce-page div.product form.cart .button.product_type_variable,
  body.woocommerce-page #respond input#submit.product_type_variable,
  body.woocommerce-page a.button.product_type_variable,
  body.woocommerce-page button.button.product_type_variable,
  body.woocommerce-page input.button.product_type_variable {
    letter-spacing: 0px;
  }
}

body.woocommerce li.product .button.product_type_variable:hover, body.woocommerce li.product .button.product_type_variable:focus,
body.woocommerce div.product form.cart .button.product_type_variable:hover,
body.woocommerce div.product form.cart .button.product_type_variable:focus,
body.woocommerce #respond input#submit.product_type_variable:hover,
body.woocommerce #respond input#submit.product_type_variable:focus,
body.woocommerce a.button.product_type_variable:hover,
body.woocommerce a.button.product_type_variable:focus,
body.woocommerce button.button.product_type_variable:hover,
body.woocommerce button.button.product_type_variable:focus,
body.woocommerce input.button.product_type_variable:hover,
body.woocommerce input.button.product_type_variable:focus,
body.woocommerce-page li.product .button.product_type_variable:hover,
body.woocommerce-page li.product .button.product_type_variable:focus,
body.woocommerce-page div.product form.cart .button.product_type_variable:hover,
body.woocommerce-page div.product form.cart .button.product_type_variable:focus,
body.woocommerce-page #respond input#submit.product_type_variable:hover,
body.woocommerce-page #respond input#submit.product_type_variable:focus,
body.woocommerce-page a.button.product_type_variable:hover,
body.woocommerce-page a.button.product_type_variable:focus,
body.woocommerce-page button.button.product_type_variable:hover,
body.woocommerce-page button.button.product_type_variable:focus,
body.woocommerce-page input.button.product_type_variable:hover,
body.woocommerce-page input.button.product_type_variable:focus {
  background: #000;
  color: #FFF;
}

@media screen and (max-width: 767px) {
  body.woocommerce li.product .button,
  body.woocommerce div.product form.cart .button,
  body.woocommerce #respond input#submit,
  body.woocommerce a.button,
  body.woocommerce button.button,
  body.woocommerce input.button,
  body.woocommerce-page li.product .button,
  body.woocommerce-page div.product form.cart .button,
  body.woocommerce-page #respond input#submit,
  body.woocommerce-page a.button,
  body.woocommerce-page button.button,
  body.woocommerce-page input.button {
    font-size: 15px;
  }
}

body.woocommerce div.product form.cart .button,
body.woocommerce-page div.product form.cart .button {
  margin-top: 0px;
}

body.woocommerce .added_to_cart,
body.woocommerce-page .added_to_cart {
  display: none;
}

body.woocommerce .woocommerce-ordering,
body.woocommerce-page .woocommerce-ordering {
  position: relative;
}

@media screen and (max-width: 767px) {
  body.woocommerce .woocommerce-ordering,
  body.woocommerce-page .woocommerce-ordering {
    width: 100%;
  }
}

body.woocommerce .woocommerce-ordering select,
body.woocommerce-page .woocommerce-ordering select {
  padding: 10px;
  padding-left: 0px;
  padding-right: 50px;
  border-radius: 8px;
  appearance: none;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-appearance: none;
  border: 0px;
  font-family: "Space Mono", sans-serif;
}

@media screen and (max-width: 767px) {
  body.woocommerce .woocommerce-ordering select,
  body.woocommerce-page .woocommerce-ordering select {
    width: 100%;
  }
}

body.woocommerce .woocommerce-ordering select:hover, body.woocommerce .woocommerce-ordering select:active, body.woocommerce .woocommerce-ordering select:focus,
body.woocommerce-page .woocommerce-ordering select:hover,
body.woocommerce-page .woocommerce-ordering select:active,
body.woocommerce-page .woocommerce-ordering select:focus {
  background-color: transparent !important;
  border: 0px !important;
  box-shadow: none !important;
}

body.woocommerce .woocommerce-ordering:after,
body.woocommerce-page .woocommerce-ordering:after {
  display: inline-block;
  font-family: "ForkAwesome";
  content: "\f107";
  color: #392e6d;
  font-size: 30px;
  line-height: 23px;
  padding-right: 0px;
  position: absolute;
  top: 10px;
  right: 20px;
}

@media screen and (max-width: 767px) {
  body.woocommerce .woocommerce-ordering:after,
  body.woocommerce-page .woocommerce-ordering:after {
    right: 0px;
  }
}

body.woocommerce .products.columns-3,
body.woocommerce-page .products.columns-3 {
  padding-top: 20px;
}

body.woocommerce .woocommerce-result-count,
body.woocommerce-page .woocommerce-result-count {
  font-family: "Space Mono", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  body.woocommerce .woocommerce-result-count,
  body.woocommerce-page .woocommerce-result-count {
    width: 100%;
    margin-bottom: 0px;
  }
}

body.woocommerce .comments-link,
body.woocommerce-page .comments-link {
  display: none;
}

body.woocommerce .product_meta,
body.woocommerce-page .product_meta {
  font-family: "Space Mono", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
}

body.woocommerce .product_meta span,
body.woocommerce-page .product_meta span {
  display: block;
}

body.woocommerce div.product form.cart .variations label,
body.woocommerce-page div.product form.cart .variations label {
  font-family: "Space Mono", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  line-height: 40px;
}

body.woocommerce div.product .woocommerce-tabs,
body.woocommerce-page div.product .woocommerce-tabs {
  padding-top: 40px;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li,
body.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
  border-radius: 5px;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li a,
body.woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
  font-family: "Space Mono", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #392e6d;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover, body.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus,
body.woocommerce-page div.product .woocommerce-tabs ul.tabs li a:hover,
body.woocommerce-page div.product .woocommerce-tabs ul.tabs li a:focus {
  color: #000;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
body.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a {
  color: #392e6d;
  font-weight: 700 !important;
}

body.woocommerce div.product .woocommerce-tabs img,
body.woocommerce-page div.product .woocommerce-tabs img {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  body.woocommerce div.product .woocommerce-tabs img,
  body.woocommerce-page div.product .woocommerce-tabs img {
    margin-bottom: 20px;
  }
}

body.woocommerce div.product .woocommerce-tabs h1, body.woocommerce div.product .woocommerce-tabs h3, body.woocommerce div.product .woocommerce-tabs h4, body.woocommerce div.product .woocommerce-tabs h5, body.woocommerce div.product .woocommerce-tabs h6,
body.woocommerce-page div.product .woocommerce-tabs h1,
body.woocommerce-page div.product .woocommerce-tabs h3,
body.woocommerce-page div.product .woocommerce-tabs h4,
body.woocommerce-page div.product .woocommerce-tabs h5,
body.woocommerce-page div.product .woocommerce-tabs h6 {
  font-size: 30px;
  line-height: 36px;
}

@media screen and (max-width: 767px) {
  body.woocommerce div.product .woocommerce-tabs h1, body.woocommerce div.product .woocommerce-tabs h3, body.woocommerce div.product .woocommerce-tabs h4, body.woocommerce div.product .woocommerce-tabs h5, body.woocommerce div.product .woocommerce-tabs h6,
  body.woocommerce-page div.product .woocommerce-tabs h1,
  body.woocommerce-page div.product .woocommerce-tabs h3,
  body.woocommerce-page div.product .woocommerce-tabs h4,
  body.woocommerce-page div.product .woocommerce-tabs h5,
  body.woocommerce-page div.product .woocommerce-tabs h6 {
    font-size: 20px;
    line-height: 28px;
  }
}

body.woocommerce .quantity .qty,
body.woocommerce-page .quantity .qty {
  height: 45px;
  margin-right: 20px;
  border-radius: 5px;
}

body.woocommerce .single_variation,
body.woocommerce-page .single_variation {
  padding-bottom: 40px;
}

body.woocommerce .reset_variations,
body.woocommerce-page .reset_variations {
  font-family: "Space Mono", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

body.woocommerce .variations select,
body.woocommerce-page .variations select {
  padding: 10px;
  border-radius: 15px;
}

body.woocommerce .edit-link,
body.woocommerce-page .edit-link {
  display: none;
}

body.woocommerce table.shop_table,
body.woocommerce-page table.shop_table {
  font-size: 16px;
}

body.woocommerce table.shop_table .coupon .input-text,
body.woocommerce-page table.shop_table .coupon .input-text {
  height: 45px;
  padding: 5px;
  border-radius: 8px;
  width: 150px;
  font-family: "Space Mono", sans-serif;
  text-transform: uppercase;
  padding: 0 15px !important;
  margin-right: 20px !important;
}

body.woocommerce .wc-proceed-to-checkout,
body.woocommerce-page .wc-proceed-to-checkout {
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  body.woocommerce .wc-proceed-to-checkout,
  body.woocommerce-page .wc-proceed-to-checkout {
    padding-bottom: 0px;
  }
}

body.woocommerce .wc-proceed-to-checkout a.checkout-button,
body.woocommerce-page .wc-proceed-to-checkout a.checkout-button {
  background-color: #392e6d !important;
}

body.woocommerce .cart_totals,
body.woocommerce-page .cart_totals {
  padding-top: 40px;
}

body.woocommerce .woocommerce .col2-set .col-1,
body.woocommerce .woocommerce-page .col2-set .col-1,
body.woocommerce .woocommerce .col2-set .col-2,
body.woocommerce .woocommerce-page .col2-set .col-2,
body.woocommerce-page .woocommerce .col2-set .col-1,
body.woocommerce-page .woocommerce-page .col2-set .col-1,
body.woocommerce-page .woocommerce .col2-set .col-2,
body.woocommerce-page .woocommerce-page .col2-set .col-2 {
  flex: none;
  max-width: none;
  padding: 0px;
}

body.woocommerce .wc_payment_method img,
body.woocommerce-page .wc_payment_method img {
  max-width: 60px;
  max-height: 40px;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  body.woocommerce .coupon #coupon_code,
  body.woocommerce-page .coupon #coupon_code {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  body.woocommerce .coupon button[name="apply_coupon"],
  body.woocommerce-page .coupon button[name="apply_coupon"] {
    width: 100% !important;
  }
}

body.woocommerce .woocommerce #payment #place_order,
body.woocommerce .woocommerce-page #payment #place_order,
body.woocommerce-page .woocommerce #payment #place_order,
body.woocommerce-page .woocommerce-page #payment #place_order {
  background-color: #392e6d;
}

body.woocommerce .woocommerce #payment #place_order:hover, body.woocommerce .woocommerce #payment #place_order:focus,
body.woocommerce .woocommerce-page #payment #place_order:hover,
body.woocommerce .woocommerce-page #payment #place_order:focus,
body.woocommerce-page .woocommerce #payment #place_order:hover,
body.woocommerce-page .woocommerce #payment #place_order:focus,
body.woocommerce-page .woocommerce-page #payment #place_order:hover,
body.woocommerce-page .woocommerce-page #payment #place_order:focus {
  background-color: #000;
}

body.woocommerce .select2-container--default .select2-results__option--highlighted[aria-selected], body.woocommerce .select2-container--default .select2-results__option--highlighted[data-selected],
body.woocommerce-page .select2-container--default .select2-results__option--highlighted[aria-selected],
body.woocommerce-page .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #392e6d;
}

body.woocommerce h3#order_review_heading,
body.woocommerce-page h3#order_review_heading {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  margin: 40px 0;
}

body.woocommerce #add_payment_method #payment, body.woocommerce .woocommerce-cart #payment, body.woocommerce .woocommerce-checkout #payment,
body.woocommerce-page #add_payment_method #payment,
body.woocommerce-page .woocommerce-cart #payment,
body.woocommerce-page .woocommerce-checkout #payment {
  background-color: #F3F3F3;
}

@media screen and (max-width: 767px) {
  .woocommerce-page.columns-3 ul.products li.product,
  .woocommerce.columns-3 ul.products li.product,
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
  }
}

.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] {
  padding: 15px 30px !important;
  color: #FFF;
}

body.woocommerce-checkout .entry-content,
body.woocommerce-account .entry-content {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  body.woocommerce-checkout .entry-content,
  body.woocommerce-account .entry-content {
    padding: 40px 0;
  }
}

.woocommerce form.login,
.woocommerce form.register {
  max-width: 350px;
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
  padding: 15px;
}

@media screen and (max-width: 767px) {
  .woocommerce table.my_account_orders td,
  .woocommerce table.my_account_orders th {
    padding: 10px;
  }
}

.woocommerce table.my_account_orders td .button,
.woocommerce table.my_account_orders th .button {
  width: 100%;
  text-align: center;
  padding: 10px 20px;
  font-size: 14px;
  margin: 2px 0;
}

.woocommerce-MyAccount-navigation ul {
  margin: 0px;
  list-style-type: none;
}

.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .woocommerce-MyAccount-navigation ul li {
    margin-bottom: 5px;
  }
}

.woocommerce-MyAccount-navigation ul li a {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .woocommerce-MyAccount-navigation ul li a {
    font-size: 18px;
  }
}

.woocommerce-MyAccount-navigation ul li.is-active a {
  font-weight: 800;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout {
  margin-top: 40px;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a {
  color: #000;
}

@media screen and (max-width: 768px) {
  #home .col-text,
  #mastering-and-mixing .col-text,
  #ableton-tuition .col-text {
    padding: 60px 40px;
  }
  #home .col-text .text-container h2,
  #about .col-text h2,
  #mastering-and-mixing .col-text .text-container h2,
  #ableton-tuition .col-text h2 {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  #home .col-text .text-container p,
  #about .col-text .text p,
  #contact .col-text .contact-profile .text p,
  #mastering-and-mixing .col-text .text-container p,
  #ableton-tuition .col-text .text p {
    font-size: 16px;
    line-height: 28px;
  }
}

@media screen and (max-width: 767px) {
  #home .col-text,
  #about .col-text,
  #mastering-and-mixing .col-text,
  #ableton-tuition .col-text {
    padding: 40px 20px;
  }
  #home .col-text .text-container h2,
  #about .col-text h2,
  #mastering-and-mixing .col-text .text-container h2,
  #ableton-tuition .col-text h2 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  #home .col-text .text-container p,
  #about .col-text .text p,
  #contact .col-text .contact-profile .text p,
  #mastering-and-mixing .col-text .text-container p,
  #ableton-tuition .col-text .text p {
    font-size: 15px;
    line-height: 26px;
  }
  #about .col-text h2 {
    line-height: 32px;
    margin-bottom: 5px;
  }
}
