/*
Theme Name: Reference Recordings
Theme URI: http://rosebrookmedia.com/
Description: This is a custom child theme for Reference Recordings based on the iThemes Builder Theme. 
Author: Rosebrook Media
Author URI: http://rosebrookmedia.com/
Version: 5.0.9
Text Domain: it-l10n-Builder-Parker
Domain Path: /lang/
Template: Builder-Parker
*/

/*********************************************
	Default font settings, typography, and layout.
*********************************************/

/* apply a natural box layout model to all elements */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 100%;
}
body {
	background: #000000;
	color: #535353;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.125em;
	line-height: 1.625;
	-webkit-font-smoothing: antialiased;
}
input, select, textarea {
	font-family: 'Open Sans', sans-serif;
}
pre, code, tt, kbd {
	font-family: 'Courier', 'andale mono', 'lucida console', monospace;
	font-size: 1em;
	line-height: 1.5;
	font-weight: normal;
	display: inline-block;
}
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
address, dfn, img, samp, ul, ol, dl {
/*	margin-top: 1.5em; */
	margin-bottom: 1.75em;
}
a img {
	margin: 0;
	vertical-align: top;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
/*********************************************
	Constrain table and input widths
*********************************************/

table, input, textarea, select {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
}

/*********************************************
	Universal Link Styles
*********************************************/

a {
	color: #3c65a6;
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	-ms-transition: all .1s ease-in;
	transition: all .1s ease-in;
}
a:hover {
	color: #777777;
	text-decoration: underline;
}
a:focus {
	color: #777777;
}


/*********************************************
	Button Link Styles
*********************************************/

.btn,
.loop-utility a,
input[type="submit"],
input[type="button"],
.comment-reply-link,
.builder-module .it-exchange-download-now a {
	font-weight: normal;
	font-size: 1em;
	cursor: pointer;
	display: inline-block;
	background: #171A21;
	color: #F5F5F5;
	padding: .75em;
	border: 1px solid transparent;
	border-radius: 3px;
	-webkit-appearance: none;
	margin-bottom: 1.5em;
	text-decoration: none;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.btn:hover,
.btn:focus,
.loop-utility a:hover,
.loop-utility a:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus,
.comment-reply-link:hover,
.comment-reply-link:focus,
.builder-module .it-exchange-download-now a:hover,
.builder-module .it-exchange-download-now a:focus {
	background: #777777;
	color: #F5F5F5;
	text-decoration: none;
	border-color: transparent;
}
.loop-utility a {
	margin: 3em 0 0 0;
}
.more-link {
	display: inline-block;
	float: none;
	font-size: 1.25em;
	margin: 0;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px solid #599bc9;
}
.more-link:hover {
	text-decoration: none;
	border-bottom-color: #777777;
}
.edit-post-link a {
	display: inline-block;
	margin: 1.5em 0 0 0;
	padding: .1em 1em;
	background: #EBEBEB;
	font-weight: bold;
	text-decoration: none;
}
.alignright a.btn.btn-block {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#share-buttons {
    display: block;
    float: left;
    clear: both;
    margin-top: .25em;
    font-size: 20px;
}
#share-buttons a {
	color: #171A21;
}
#share-buttons.recording-share {
    width: 100%;
    margin-bottom: 1em;
}
a.btn.btn-block.notes-btn {
    margin-bottom: .25em;
}
i.arkivcircle.fa.fa-circle.fa-stack-2x {
    color: #D1242C;
}
a.btn.btn-sm-stack {
    padding: .5em;
}
.btn-sm-stack .fa-stack {
    font-size: 95%;
}
.i-nativedsd {
	display: inline-block;
	overflow: hidden;
	background: url('images/nativedsd_logo.png') no-repeat;
	width: 18px;
	height: 22px;
	vertical-align: middle;
	background-size: cover;
}
.i-hdtracks {
	display: inline-block;
	overflow: hidden;
	background: url('images/hdtracks.svg') no-repeat;
	width: 30px;
	height: 18px;
	vertical-align: middle;
}
.i-primephonic {
	display: inline-block;
	overflow: hidden;
	background: url('images/primephonic-icon.svg') no-repeat;
	width: 18px;
	height: 18px;
	vertical-align: middle;
}
.i-arkivmusic {
	display: inline-block;
	overflow: hidden;
	background: url('images/arkivmusic.svg') no-repeat;
	width: 24px;
	height: 24px;
	vertical-align: middle;
}
.i-qobuz {
	display: inline-block;
	overflow: hidden;
	background: url('images/qobuz.svg') no-repeat;
	width: 24px;
	height: 24px;
	vertical-align: middle;
}
.i-idagio {
	display: inline-block;
	overflow: hidden;
	background: url('images/idagio.svg') no-repeat;
	width: 24px;
	height: 24px;
	vertical-align: middle;
}
.i-reference {
	display: inline-block;
	overflow: hidden;
	background: url('images/rr-icon.svg') no-repeat;
	width: 24px;
	height: 24px;
	vertical-align: middle;
}
a.wp-block-button__link.add_to_cart_button {
    display: inline-block;
}
/*********************************************
	Headings
*********************************************/

h1, h2, h3, h4, h5, h6 {
	font-family: 'Playfair Display', serif;
	color: #333333;
	font-weight: 400;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 15px;
}
h1 {
	font-size: 2.5rem;
}
h2 {
	font-size: 2rem;
}
h3 {
	font-size: 1.5rem;
}
h4 {
	font-size: 1.25rem;
}
h5 {
	font-size: 1rem;
}
h6 {
	font-size: .9rem;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}


/*********************************************
	Container Div
*********************************************/

.builder-container-outer-wrapper {
	display: block;
	margin: 0 auto;
}
.builder-container {
	
	padding: 0;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/*********************************************
	Default Module Styling
*********************************************/


.builder-module-background-wrapper {
	/*margin-bottom: 1em;*/
	
}
.builder-module-top-background-wrapper {
	margin-top: 0;
	background: #000000;
	padding: .625em 0;
	margin-bottom: 0;
	border-bottom: 2px solid #3c65a6;
}
.builder-module-bottom-background-wrapper {

}

.builder-module-background-wrapper .builder-module-outer-wrapper {
	overflow: visible;
}
.builder-module {

}
.builder-module-top {

}
.builder-module-last {

}
.builder-module-element {
	margin-bottom: 3em;
}
.builder-module .single .builder-module-element {
	margin-bottom: 0;
}
.builder-module-bottom .builder-module-element {
	margin-bottom: 0;
}
.left .builder-module-element {
	margin-right: 3em;
}
.middle .builder-module-element {
	margin-left: 3em;
	margin-right: 3em;
}
.right .builder-module-element {
	margin-left: 3em;
}
/*********************************************
	Twitter Widget
*********************************************/
.twitter-bar {
    padding: 2em;
    color: #FFFFFF;
}
.twitter-icon i.fa.fa-twitter {
    font-size: 4em;
    line-height: 2;
}
.tweets {
	font-family: 'Playfair Display', serif;
}
.tweets a {
	color: #FFFFFF;
	text-decoration: none;
}
#builder-module-576af92553427-background-wrapper {
	background: #3c65a6;
	margin-bottom: 0;
}
p.rtw_main,
p.rtw_meta {
    margin-bottom: 1em;
}
/*********************************************
	All Sidebars
*********************************************/

.builder-module-sidebar {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
.builder-module-sidebar .widget-wrapper {
	width: 100%;
}
.builder-module-sidebar .widget-background-wrapper {
	
}
.builder-module-sidebar .widget-section-wrapper .left .widget-background-wrapper {
	margin-right: 1.5em;
}
.builder-module-sidebar .widget-section-wrapper .right .widget-background-wrapper {
	margin-left: 1.5em;
}
.builder-module-sidebar .widget {
	margin: 0;
	padding: 0;
}
.builder-module-sidebar .widget a {
	text-decoration: none;
}
.builder-module-block-outer-wrapper {
	overflow: visible !important;
	overflow: hidden;
}
.builder-module-sidebar h4.widget-title {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.3;
	margin: 0 0 1em 0;
	padding: 0;
}
.builder-module-sidebar h4.widget-title a {

}
.builder-module-sidebar h4.widget-title + * {
	margin-top: 0;
}
.builder-module-sidebar .widget *:first-child {
	margin-top: 0;
}
.builder-module-sidebar .widget *:last-child {
	margin-bottom: 0;
}
.builder-module-sidebar .widget a.rsswidget img {
	display: none;
}
.builder-module-sidebar .widget ul {
	margin-left: 0;
}
.builder-module-sidebar .widget li {
	list-style: none;
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.builder-module-sidebar .widget li li {
	border: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.builder-module-sidebar .widget ul ul {
	margin-left: 1.5em;
}

/*********************************************
	Featured Module
*********************************************/

#builder-module-5584176453533-background-wrapper {
    width: 100%;
    padding: 0;
    margin-bottom: 0 !important;
}
#builder-module-5584176453533-outer-wrapper {
	max-width: 100% !important;
}
#builder-module-576ae3c594b6e-background-wrapper,
.home-albums.news-bar-wrapper {
    background: #FFFFFF;
    padding-top: 0;
    padding-bottom: 0;
}
#builder-module-56fafc337ba72-background-wrapper {
    background: #FFFFFF;
}
.latest-news.row {
	margin-right: 0;
	position: relative;
	background: #000000;
}
.news-bar-wrapper {
	max-width: 1200px !important;
	margin: 1em auto !important;
}
.third-news.row {
	margin-top: 1em;
	margin-bottom: 1em;
}
.news-column.col-sm-8 {
	padding-right: 0;
}
.news-column.col-sm-4 {
    padding: 0;
}
.news-column {
	position: relative;
	padding: 0;
	background-repeat: no-repeat;
	background-size: cover;
}
news-background {
	position: relative;
}
.news-background img {
    margin-bottom: 0;
    display: block;
    vertical-align: bottom;
    width: 100%;
}
.news-title {
    text-align: center;
}
.news-title h3 {
	color: #F5F5F5;
}
/*.news-title:before {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );
    display: block;
    content: '';
}*/
.news-lead {
    padding: 15% 0;
    text-align: center; 
}
.news-lead h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    padding: 1em;
    opacity: 1;
}
.news-lead a.btn {
    text-align: center;
    margin-bottom: 0;
}
h3.sq_title {
	color: #FFFFFF !important;
	text-align: center;
	margin-top: .25em;
}
img.post-album {
	
	padding: 1em;
	display: block;
	vertical-align: bottom;
}
.news-text .btn {
	margin-bottom: 15px;
}
.blogs.col-sm-3:nth-child(4n+1) {
	clear: both;
}
h3.top-home-header {
	margin: 0 0 1em 0;
}
h3.home-header {
	margin: 1em 0 !important;
}
.news-wrapper {
    
}
.latest-bar,
.latest-releases {
    text-align: center;
    padding: 2em;
    background: #ebebeb;
}
h3.latest-bar-news,
.latest-releases h3 {
    color: #7a7a7b;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}

.second-news-header,
.home-album-header {
    background: #000000;
    padding: 1em;
}
.second-news-column:nth-child(2) .second-news-header,
.home-album-column:nth-child(2) .home-album-header {
	background: #3c65a6;
}
h4.second-news-title,
h4.home-album-title {
    color: #FFFFFF;
    font-size: 1em;
    font-weight: 400;
}
.second-news-header a,
.home-album a {
    color: #FFFFFF;
    text-decoration: underline;
    font-size: .875em;
}
.home-album.row {
	margin-bottom: 2em;
}

#builder-module-56fafc337ba72-outer-wrapper {
    max-width: 100% !important;
    width: 100%;
}
.home-albums {
    max-width: 1200px !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0 !important;
}
.revealOnScroll { 
	opacity: 0; 
}


/* If javascript is disabled, we don't want to hide elements. */
.no-js .revealOnScroll { 
opacity: 1; 
}
/*********************************************
	Navigation Module
*********************************************/
.outer-navigation {
	position: relative;
}
.outer-navigation a {
	color: #F5F5F5;
}
a.nav-expander {
  color: #F5F5F5;
  display: block;
  font-size: 24px;
  font-weight: 400;
  margin-right: 0;
  padding-top: 5px;
  transition: right 0.3s ease-in-out 0s;
  z-index: 12;
  line-height: 1;
  vertical-align: top;
  padding-top: 3px;
  text-transform: uppercase;
}

a.nav-expander:hover {
  cursor: pointer;
  text-decoration: none;
}
.nav-expanded a.nav-expander.fixed {
    right: 400px;
}
nav {
  background: #000000;
  display: block;
  height: 100%;
  overflow: auto;
  position: fixed;
  right: -400px;
  font-size: 15px;
  top: 0;
  width: 400px;
  z-index: 2000;
  text-align: right;

}
.nav-expanded nav {
  right: 0;
  -webkit-transition: right 1s;
  -moz-transition: right 1s;
  -o-transition: right 1s;
  transition: right 1s;
}

body.nav-expanded {
  margin-left: 0em;
  -webkit-transition: right 1s;
  -moz-transition: right 1s;
  -o-transition: right 1s;
  transition: right 1s;
}

#nav-close {
  font-size: 18px;
  padding-left: 10px;
  padding-top: 10px;
  float: left;
  color: #F5F5F5;
  cursor: pointer;
}
.builder-container-background-wrapper {
	position: relative;
	right: 0;
	-webkit-transition: right 1s;
	-moz-transition: right 1s;
	-o-transition: right 1s;
	transition: right 1s;
}
.push-to-left {
	right: 400px;
	-webkit-transition: right 1s;
	-moz-transition: right 1s;
	-o-transition: right 1s;
	transition: right 1s;

}

.main-menu {
  padding-top: 20px;
}

.main-menu li {
  border-bottom: 1px solid #C7CACC;
  font-size: 18px; 
}

.main-menu li a {
  color: #F5F5F5;
  text-align: left;
  display: block;
  padding: 12px;
  text-decoration: none;
}

.main-menu li a:hover {
  color: #F5F5F5;
  background: #313638;
  text-decoration: none;
}

.main-menu li .sub-nav {
  border-bottom: 0px;
  padding: 4px;
}
.main-menu li li:last-child {
    border-bottom: none;
}
.logo {
	text-align: center;
	width: 25%;
	float: left;
	display: block;
}
.logo img {
	max-height: 53px;
}
.social-icons {
	padding-top: 5px;
	float: left;
	font-size: 1.5em;
	width: 35%;
	display: block;
}
.nav-block {
    width: 35%;
    float: left;
    display: block;
    padding-top: 1%;
}
.nav-right {
    float: right;
    text-align: right;
}
.search-form,
.menu-item-cart-item {
	padding: 0 .25em;
	display: inline-block;
}
.menu-item-cart-item {
	vertical-align: top;
}
.menu-nav {
	display: inline-block;
	vertical-align: top;
}
.navbar-form {
	padding: 0;
	margin: 0;
}
.navbar-form .input-group {
	display: inline-block !important;
}
span.menu-item-cart-item.menu_social {
	padding-top: 8px;
}
.search-and-cart {
    padding-right: 0;
}
span.search-form {
    padding-right: 0;
}
#menu ul {
	list-style: none;
}
.entry-content form#searchform {
    background: black;
    border-radius: 4px;
}
div#searchForm {
    width: 100% !important;
    clear: both;
    background: transparent;
    margin-top: 1em;
    margin-bottom: 1em;
}
#searchForm form#searchform {
    max-width: 1200px;
    margin: 0 auto -1.5em auto;
}
button#searchsubmit {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    color: #FFFFFF;
}
input#s,
input#f {
    background: transparent;
    border: none;
    font-style: italic;
    color: #FFFFFF;
}
input#s::-webkit-input-placeholder,
input#f::-webkit-input-placehoder {
	color: #FFFFFF;
}
input#s:-moz-placeholder,
input#f:-moz-placeholder {
	color: #FFFFFF;
}
input#s::-moz-placeholder,
input#f::-moz-placeholder {
	color: #FFFFFF;
}
input#s:-ms-input-placeholder,
input#f:-ms-input-placeholder {
	color: #FFFFFF;
}
input#s::placeholder,
input#f::placeholder {
	color: #FFFFFF;
}
.close-class {
	display: inline-block;
	float: right;
	text-align: right;
	color: #FFFFFF;
	line-height: 3;
}
#searchform {
    clear: both;
    padding: .5em;
    line-height: 3;
}
.searchicon {
    color: #FFFFFF;
    display: inline-block;
}
/*********************************************
	WooCommerce
*********************************************/
.products.row.columns-4 {
	clear: both;
}
span.post-shop-btn:before {
    content: "Order Now";
}
span.post-preorder-btn:before {
    content: "Pre-Order";
}
.cat-filter {
    display: block;
    float: left;
}
.filter-title {
    font-size: 1.5em;
    line-height: 1.5;
    vertical-align: top;
    margin-right: .5em;
    font-family: 'Playfair Display', serif;
}
.cat-filter .btn {
    padding: .75em 1em;
    font-size: 16px;
}
p.first-payment-date {
    display: none;
}
.catalog.col-sm-3:nth-child(4n-3) {
	margin-right: 0;
	clear: both;
}
.page-numbers li {
    display: inline-block;
}
.page-numbers {
	text-align: center;
}
.page-numbers li a,
.page-numbers li span {
	position: relative;
	padding: 6px 10px;
	font-size: 16px;
	margin-left: -1px;
	line-height: 1.42857143;
	text-decoration: none;
	background-color: #FFFFFFF;
	border: 1px solid #000000;
	text-align: center;
}
.page-numbers:first-child {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.page-numbers.current {
	z-index: 2;
	color: #fff !important;
	cursor: default;
	background-color: #000000;
}
.page-numbers:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.product-meta p {
	margin-bottom: 0;
}
.thumbnails.columns-3 {
    display: none;
}
table.variations {
    display: block;
    border: none;
}
.variations td.label {
    display: block;
    border: none;
    color: #000000;
    font-size: 1.25em;
    padding-left: 0;
    text-align: left;
}
.variations td.value {
    display: block;
    border: none;
    padding-left: 0;
    min-width: 300px;
}
p.price {
    font-size: 1.5em;
    margin: .75em 0;
}
.summary {
    display: inline-block;
    float: right;
    clear: right;
    width: 300px;
    padding-top: 1em;
    margin-left: 2em;
}
.long-description {
   /* max-width: 75%;*/
    padding-right: 5%;
}
.woocommerce-variation-description {
	display: none;
}
.woocommerce-ordering {
	display: block;
	float: left;
}
li.product-category.product {
    display: none;
}
.top-page-ordering {
	display: block;
	float: right;
	line-height: 2.5;
    vertical-align: bottom;
}
h3.shop-titles {
    text-align: center !important;
    font-size: 1.25em;
    font-weight: 300;
    padding-top: 1em;
}
button.single_add_to_cart_button.button.alt.btn {
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: .375em;
}
.summary .quantity input {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
input[type=checkbox], 
input[type=radio] {
    margin-right: .5em;
}
img.attachment-shop_thumbnail.size-shop_thumbnail {
    width: 90px;
}
.variations th.label {
	background: none;
	border: none;
	display: block;
	color: #212529;
}
.kadence-product-gallery-thumbnails.splide.splide--nav>.splide__slider>.splide__track>.splide__list>.splide__slide.is-active {
	outline: none !important;
}
/****** Cart Things *********/
.woocommerce-message {
    background: #171A21;
    clear: both;
    display: block;
    text-align: center;
    border-radius: 3px;
    padding: 1em;
    color: #FFFFFF;
}
.wc-block-cart__payment-method-icons .wc-blocks-payment-method-icon {
	height: 24px !important;
}
.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item {
	flex: 50% !important;
}
.woocommerce-message a.button.wc-forward.btn {
    margin-bottom: 0;
    margin-right: 1em;
    background: #FFFFFF;
    color: #171A21;
}
.shop_table .coupon {
    text-align: left;
    margin-top: 1em;
    float: right;
    clear: both;
}
.coupon label,
#coupon_code,
.coupon .btn {
	display: inline-block;
	float: left;
}
#coupon_code {
	border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin: .25em 0 0 0;
    width: 100% !important;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px;
    background: #FFFFFF;
}
input#coupon_code  {
	max-width: 100% !important;
}
.shop_table .coupon .button {
    margin-top: 0;
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 1em;
}
.cart-update {
    display: block;
    float: right;
    clear: both;
}
.cart-update.btn,
.checkout-button.button.alt.wc-forward.btn {
    display: block;
    opacity: 1;
    background: #171A21;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.remove-text {
    display: block;
}
.payment-icons img {
    margin-top: 0;
    position: relative;
    vertical-align: top;
    margin-bottom: 0;
}
#payment {
    margin-top: 2em;
    margin-left: 0 !important;
}
ul.wc_payment_methods.payment_methods.methods {
    margin-left: 0;
    list-style: none;
}
.cart-collaterals,
.form-row.place-order {
    clear: both;
    margin-bottom: 1em;
}
table.variations {
    display: block;
    border: none;
}
.variations td.label {
    display: block;
    border: none;
    color: #000000;
    font-size: 1.25em;
    padding-left: 0;
    text-align: left;
}
.variations td.value {
    display: block;
    border: none;
    padding-left: 0;
    min-width: 300px;
    text-align: left !important;
}
.cart_item .product-quantity input.input-text.qty.text.form-control {
    width: 75px;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.cart_totals td {
    padding-left: 1em !important;
}
ul#shipping_method {
    list-style: none;
}
tr.order-total td {
    padding: 1em;
}
tr.cart_item td {
    text-align: center;
}
.cart_totals th {
    text-align: center;
    vertical-align: middle;
}
.cart_totals td {
    padding: 1em;
}
.shop_table th {
    text-align: center;
}
.shop_table td {
	text-align: center;
}
.shop_table td.product-thumbnail {
	max-width: 60px;
	padding: 16px;
}
.shop_table td.product-remove {
	line-height: 5;
	font-size: 24px;
}
.shop_table td.product-quantity {
	max-width: 75px !important;
	padding: 10px 16px 0;
}
.select2-container .select2-choice {
	border: none !important;
}
span.payment-icons {
    display: block;
}
.variations select#pa_format {
    width: 100%;
}
table.shop_table.customer_details td {
    text-align: center;
}
a.woocommerce-product-gallery__trigger {
    display: none;
}
td.product-name p.backorder_notification {
	display: none;
}
dt.variation-AvailableOn {
    display: none;
}
.woocommerce-checkout .form-row {
	display: block;
}
#stripe-card-element,
#stripe-exp-element,
.woocommerce-checkout-review-order #stripe-cvc-element {
	max-height: 3em;
	border: 1px solid #CCCCCC !important;
}
li.wc_payment_method {
    margin: 3em 0;
}
.wc_payment_method img {
    max-width: 200px;
    margin-bottom: 10px;
    vertical-align: middle;
    margin-left: 1em;
    margin-right: 1em;
}
.payment_box {
    margin: 0 1em;
}
button#place_order {
	font-weight: normal;
	font-size: 1em;
	cursor: pointer;
	display: inline-block;
	background: #171A21;
	color: #F5F5F5;
	padding: .75em;
	border: 1px solid transparent;
	border-radius: 3px;
	-webkit-appearance: none;
	margin-bottom: 1.5em;
	text-decoration: none;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label img {
	height: 24px !important;
	margin-bottom: 0;
}
td.product-name {
	width: 35%;
}
.mailchimp-newsletter {
	display: inline-block;
}

ul#shipping_method {
	list-style: none;
	text-align: left;
	word-wrap: break-word;
	display: inline;
}
button#place_order:hover {
	background: #777777;
	color: #F5F5F5;
	text-decoration: none;
	border-color: transparent;
}
@media only screen and (max-width: 1180px){ 
.product-title .lbreak {
    display: table;
}
}
/** Woo Block Customizations **/
.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-image {
	margin-bottom: 0 !important;
}
.wp-block-button__link {
	font-weight: normal !important;
	font-size: 1em !important;
	cursor: pointer !important;
	background: #171A21 !important;
	color: #F5F5F5 !important;
	padding: .75em !important;
	border: 1px solid transparent !important;
	border-radius: 3px !important;
	-webkit-appearance: none !important;
	margin-bottom: 1.5em !important;
	text-decoration: none !important;
	-webkit-transition: all .2s ease-in !important;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	transition: all .2s ease-in !important;
	border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    width: 100% !important;
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:before {
    content: '\f07a ';
    font-family: 'FontAwesome 5 Pro';
	/* font-weight: 900; */
    padding-right: 5px;
	/* display: none; */
	font: var(--fa-font-solid);
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link svg.svg-inline--fa.fa-shopping-cart {
	vertical-align: bottom;
	line-height: 1;
	padding-right: 4px;
	padding-top: 4px;
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link svg.svg-inline--fa:nth-child(2){
	display: none;
}
.popmake a.wp-block-button__link {
	color: #f5f5f5 !important;
}
/********************************************
	Review & Artist Page Section
********************************************/
.album-reviews + .btn {
    width: 25% !important;
    text-align: center;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
}
.artist-reviews + .btn {
	width: 25% !important;
    margin-top: 2em;
}
.album-reviews blockquote,
.artist-reviews blockquote {
    font-size: 1em;
    color: #535353;
    padding: 0;
    border-left: none;
}
h3.reviews {
    /*border-bottom: 1px solid #535353;*/
    padding-bottom: 0.5em;
}
h2.artist-reviews {
	padding-bottom: 0.5em;
}
.artist-albums .col-sm-6:nth-child(odd) {
    clear: left;
}
.artist-albums img {
    margin-bottom: 1em;
}
.artist-albums h3.shop-titles {
    display: none;
}
span.onsale {
    text-transform: uppercase;
    font-size: 2em;
    text-align: center !important;
    display: block;
}
.catalog.col-sm-3 span.onsale {
    position: absolute;
    top: 25%;
    width: 90.5%;
    color: #222222;
    font-family: 'Playfair Display', serif;
    text-align: center;
    background: rgba(255,241,152,0.75);
}
input[type=checkbox], main.checkoutwc input[type=checkbox] {
	border: 1px solid #bcbcbc !important;
}
/********************************************
	Audio Player & Track Listing
********************************************/
.preview {
    padding: 0 0 .5em .5em;
    font-size: 16px;
}
.track-listing ol p,
.track-listing ol > strong {
    margin: 1em 0 1em -1em;
	display: block;
}
.tracks li {
	margin: .75em 0;
}
.tracks .mejs-play:before {
	content:'\f144';
	/* font-family: 'Font Awesome 5 Pro';
	font-weight: 900; */
	font: var(--fa-font-solid);
	font-size: 1.25em;
	vertical-align: middle;
	margin: 0 .25em;
	cursor: pointer !important;

}
.tracks .mejs-pause:before {
	content:'\f28b';
	/* font-family: 'Font Awesome 5 Pro';
	font-weight: 900; */
	font: var(--fa-font-solid);
	font-size: 1.25em;
	vertical-align: middle;
	margin: 0 .25em;
	cursor: pointer !important;

}
.tracks .mejs-button button {
    display: none;
}
/* svg.svg-inline--fa.fa-play-circle:nth-child(2),
svg.svg-inline--fa.fa-pause-circle:nth-child(2){
	display: none;
} */
.tracks audio {
    display: block;
    float: left;
    clear: left;
}
.track-listing span.mejs-offscreen {
    display: none;
}
.track-listing .mejs-container {
	display: inline-block;
	float: left;
	clear: left;
	width: 1em !important;
	margin-top: -4px;
}
li#audio {
    padding: 0 2em;
}
.inline-track {
	width: 65% !important;
	display: inline-block !important;
}
.inline-track .mejs-container {
    width: 100% !important;
}
.inline-track .mejs-time-rail {
    width: 75% !important;
}
.inline-track span.mejs-time-total.mejs-time-slider {
    width: 72.5% !important;
}
.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
	background: none !important;
}
.mejs-button, .mejs-time, .mejs-time-rail {
	font-size: 18px !important;
	height: 32px !important;
	line-height: 1 !important;
	margin: 0 !important;
}
.mejs-controls {
	height: 32px !important;
	padding: 0px !important;
}
.mejs-button.mejs-playpause-button {
	cursor: pointer;
}
/*********************************************
	Press Room
**********************************************/
.press-title {
    font-size: 1.25em;
    font-weight: 600;
}
.press-album.col-sm-4:nth-child(3n+1){
	clear: both;
}
.press-album {
	
}
/*********************************************
	Artist/Composer Pages
**********************************************/
#builder-module-571684fd4d88d-outer-wrapper {
    max-width: 100% !important;
}
#builder-module-571684fd4d88d {
	text-align: center;
}
.entry-header.artist.clearfix {
    padding: 10% 0 20% 0;
    background-size: 100%;
    font-size: 2em;
}
.artist h1 {
	color: #FFFFFF;
}
.alphabet-nav {
    text-align: center;
    font-size: 2em;
    width: 100%;
}
.alphabet-nav a {
	padding: 0 4px;
}
ul#ArtistsList,
ul#ComposersList {
	margin-top: 2em;
	list-style: none;
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
}
ul#ArtistsList p,
ul#ComposersList p {
	display: none;
}
ul#ArtistsList #A a, ul#ArtistsList #B a, ul#ArtistsList #C a, ul#ArtistsList #D a, ul#ArtistsList #E a, ul#ArtistsList #F a, ul#ArtistsList #G a, ul#ArtistsList #H a, ul#ArtistsList #I a, ul#ArtistsList #J a, ul#ArtistsList #K a, ul#ArtistsList #L a, ul#ArtistsList #M a, ul#ArtistsList #N a, ul#ArtistsList #O a, ul#ArtistsList #P a, ul#ArtistsList #Q a, ul#ArtistsList #R a, ul#ArtistsList #S a, ul#ArtistsList #T a, ul#ArtistsList #U a, ul#ArtistsList #V a, ul#ArtistsList #W a, ul#ArtistsList #X a, ul#ArtistsList #Y a, ul#ArtistsList #Z a, ul#ComposersList #A a, ul#ComposersList #B a, ul#ComposersList #C a, ul#ComposersList #D a, ul#ComposersList #E a, ul#ComposersList #F a, ul#ComposersList #G a, ul#ComposersList #H a, ul#ComposersList #I a, ul#ComposersList #J a, ul#ComposersList #K a, ul#ComposersList #L a, ul#ComposersList #M a, ul#ComposersList #N a, ul#ComposersList #O a, ul#ComposersList #P a, ul#ComposersList #Q a, ul#ComposersList #R a, ul#ComposersList #S a, ul#ComposersList #T a, ul#ComposersList #U a, ul#ComposersList #V a, ul#ComposersList #W a, ul#ComposersList #X a, ul#ComposersList #Y a, ul#ComposersList #Z a {
	color: #000 !important;
	text-decoration: none;
	cursor: default;
	font-size: 1.5em;
}
/*********************************************
	Distribution Page 
**********************************************/
.page-id-1464 .col-md-4:nth-child(3n+1) {
    clear: left;
}
.post-1464 h2 {
    margin: 1.25em 0;
}
.post-1464 h2 a {
    color: #535353;
}
.post-1464 h2 a:hover,
.post-1464 h2 a:focus,
.post-1464 h2 a:active {
	text-decoration: none;
}
/*********************************************
	Archives Pages 
**********************************************/
.right-side {
	width: 30%;
	float: right;
	margin: 0 0 1em 2em;
}
.artist-image img {
    margin-bottom: 0 !important;
    width: 100%;
}
.artist-site a.btn.btn-block {
	white-space: pre-line;
}
.artist-albums .catalog.col-sm-3 {
    width: 100% !important;
	max-width: 50% !important;
	flex: 0 0 50%;
}
blockquote.review-quotes {
    font-size: 1em;
}
img.format-image {
    width: 30%;
    float: right;
    margin: 0 0 1em 2em;
}
.format-description {
    clear: both;
}
select.orderby.form-control {
    margin-bottom: 1em;
}

h3.faq:before,
h4.faq:before {
	content: "\f13a";
	/* font-family: fontAwesome; */
	font: var(--fa-font-solid);
	font-size: 1.25em;
	vertical-align: top;
    line-height: 1;
    margin-right: .5em;
    cursor: pointer;
	/* display: none; */
	padding-right: .5rem;
}
h3.faq,
h4.faq {
	margin-bottom: 2em;	
	cursor: pointer;
	
}
.faq svg.svg-inline--fa {
	margin-right: 0.5rem !important;
}
.answer,
.secondary-answer {
    margin-bottom: 2em;
}
.secondary-faq,
.secondary-answer {
	margin-left: 2em;
}
.search-row .col-sm-4:nth-child(3n+1){
	clear: left;
}
h3.search-title {
    font-size: 1.25em;
    font-weight: 300;
    padding-top: 1em;
    font-weight: 300;
    text-align: center;
}
.search-row .entry-header {
	padding: 1em;
}
.audiophile-posts.col-sm-3:nth-child(4n+1) {
    clear: left;
}
.post-products:nth-child(3n+5) {
    clear: left;
}
/*********************************************
	Widget Bar Module
*********************************************/

.builder-module-widget-bar-background-wrapper {
	background: #3c65a6;
}
.builder-module-outer-wrapper .builder-module-widget-bar {
	padding-bottom: 0;
}
.builder-module-widget-bar .builder-module-sidebar {

}
.builder-module-widget-bar .widget-background-wrapper {
	margin-left: 1.5em;
	margin-right: 1.5em;
}
.builder-module-widget-bar .single .widget-background-wrapper {

}
.builder-module-widget-bar .widget * {

}
.builder-module-widget-bar .widget {

}


/*********************************************
	Widget Bar Module - Alternate (No Background)
*********************************************/

.widget-bar-no-bg-background-wrapper {

}
.widget-bar-no-bg .builder-module-sidebar .widget-background-wrapper {
	padding: 0;
	background: transparent;
	border: 0;
}
.widget-bar-no-bg .builder-module-sidebar .widget {

}

/*********************************************
	Footer Module
*********************************************/

.builder-module-footer-background-wrapper {
	background: #000000;
	padding: 3em 0 1em 0;
}
.builder-module-footer * {

}
.footer-bottom.row {
    padding-top: 3em;
}
.builder-module-footer .builder-module-element {
	color: #C7CACC;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: .85em;
	line-height: 2;
}
.builder-module-footer .builder-module-element a {
	color: #C7CACC;
}
.popmake a {
	color: #3c65a6 !important;
}
.popmake a.btn {
	color: #FFFFFF !important;
}
/* Footer Email Signup */
li#field_1_1 {
    margin-top: 0;
    padding-right: 0;
}
#gform_wrapper_1 {
	margin-top: 0;
}
#gform_wrapper_1 label.gfield_label {
    font-size: 1em;
    font-weight: 100;
    text-align: center;
    width: 100%;
}
#gform_wrapper_1 input#input_1_1 {
    line-height: 1;
    border-radius: 3px;
    border: none;
    width: 100%;
    text-align: center;
    padding: .75em;
    margin-bottom: -1px;
}
#field_1_2 label.gfield_label {
    display: none;
}
.gform_wrapper .gform_body {
    width: 100% !important;
}
#gform_wrapper_1 input#gform_submit_button_1 {
	width: 100%;
	border: none;
	margin: 0;
	background: #777777;
	color: #F5F5F5;
	width: 100%;
}
#gform_wrapper_1 input#gform_submit_button_1:hover {
	background: #171A21;
	color: #F5F5F5;
}
li#field_1_1 {
    margin-bottom: 0;
}
.gform_footer.top_label {
    margin: 0 !important;
    padding: 0 !important;
}
/*social footer */
.social-connect {
    display: block;
    text-align: center;    
}
.social-footer {
    font-size: 3em;
}
/*Footer Menu*/
ul#menu-footer {
	margin-left: 0;
}
#menu-footer li {
    display: inline-block;
    margin: 0em .125em;
}
/*********************************************
	HTML Module
*********************************************/

.builder-module-html .builder-module-element>*:first-child {
	margin-top: 0;
}
.builder-module-html .builder-module-element>*:last-child {
	margin-bottom: 0;
}


/*********************************************
	Content Module
*********************************************/
.builder-module-content {
	margin-top: 1em;
}
.builder-module-content-background-wrapper {
	background: #FFFFFF;
	padding-top: 1em;
}
.builder-module-content .builder-module-element {

}
.builder-module-content .entry-content>*:first-child {
	margin-top: 0;
}
.builder-module-content .entry-content > *:last-child {
	margin-bottom: 0;
}
.builder-module-content .hentry {
	
	margin-bottom: 5em;
	
}
.builder-module-content .hentry:last-child {
	margin-bottom: 0;
}
.entry-title,
.entry-title * {
	margin: 0;
	padding: 0;
}
.hentry .thumbnail-wrap {
	display: none;
}
.hentry .date {
	display: none;
}
.entry-title {
	font-size: 2.25em;
	line-height: 1.1;
}
.entry-title a {
	color: #599bc9;
	text-decoration: none;
}
.entry-title a:hover {
	color: #777777;
	text-decoration: none;
}
#post-13661 h1.entry-title {
    text-align: center;
}
.hentry .entry-meta-wrapper {
	color: #999999;
	font-size: 1.1rem;
}
.hentry .entry-meta-wrapper a:hover {

}
.hentry .entry-meta {
	display: block;
	float: left;
}
.hentry .entry-meta a {
	text-decoration: none;
}
.hentry .entry-meta a:hover {

}
.hentry .entry-meta.alignleft {
	max-width: 60%;
	margin: 0;
}
.hentry .entry-meta.alignright {
	float: right;
	margin: 0;
}
.hentry .entry-footer {
	display: block;
	border-top: 2px solid #EBEBEB;
	padding-top: 1.5em;
}
.hentry .entry-footer .entry-pages,
.hentry .entry-footer .categories,
.hentry .entry-footer .comments {
	margin-bottom: .5em;
}
.hentry .entry-footer img {
	max-width: none;
}
.hentry .entry-attachment .attachment {
	text-align: center;
}
.hentry .edit-entry-link {
	clear: both;
}
.post-edit-link {
	display: inline-block;
	background: #EBEBEB;
	padding: .25em 1em;
	border-radius: 3px;
	color: #585858;
	font-size: 1em;
	margin-top: 1em;
}
.loop-header {
	background: #F5F5F5;
	padding: 2.5em;
	margin-bottom: 3em;
}
.loop-title {
	font-weight: normal;
	font-size: 1.5em;
	margin: 0;
}
.category-description {
	font-weight: normal;
	font-size: 1em;
	margin: .5em 0 0 0;
}
.loop-footer {
	margin-bottom: 2em;
}

/*********************************************
	Style images and galleries
	.hentry is used instead of .page or .post
	as it applies to all content types
*********************************************/

.hentry .gallery {
	margin-bottom: 1.5em;
}
.hentry .gallery a,
.hentry .gallery dt,
.hentry .gallery img {
	font-size: 0;
	line-height: 0;
	margin: 0;
}
.hentry .gallery-item {
	display: inline-block;
	margin: 0;
	text-align: left;
	vertical-align: top;
	width: 150px;
}
.hentry .gallery-item img {
	border: 0;
	margin: 0;
	padding: 0;
}
.hentry .gallery-caption {
	font-size: .9em;
	line-height: 1.3;
	margin: 0;
}
.hentry .gallery + * {
	margin-top: 0;
}

.hentry .alignright {
	margin: 1em 0 1em 1.5em
}
.hentry .alignleft {
	margin: .35em 1.5em .35em 0;
}
.hentry .aligncenter {
	margin: 1em auto;
}
.hentry .alignnone {
	margin: 0;
}
.hentry .wp-caption {
	margin-bottom: 1.5em;
	line-height: 1;
}
.hentry .wp-caption img {
	background: transparent;
	border: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.hentry .wp-caption-text {
	font-size: .9em;
	line-height: 1.3;
	margin: 0;
}
.wp-caption-text {
	font-size: .9em;
	margin: 0;
}
.jp-carousel-info-footer .jp-carousel-photo-caption {
	color: #FFFFFF !important;
	text-overflow: initial !important;
	white-space: unset !important;
	background-color: rgba(0,0,0,0.5) !important;
	padding: 1rem !important;
	margin-bottom: 1rem !important;	
}
.jp-carousel-info-footer .jp-carousel-photo-caption p {
	margin: 1rem 0 !important;
	color: #FFFFFF !important;
}
.jp-carousel-photo-title-container {
	display: none;
}
.jp-carousel-photo-info p {
	color: #FFFFFF !important;
	font-family: 'Open Sans' !important;
	text-transform: initial;
}
/*********************************************
	Post Meta Styles, if needed
*********************************************/

.entry-header {
	padding: 2em;
	clear: both; /* we need this so floats in the post are cleared */
}
.entry-content {
	padding: 0 2em 3em 2em;
	clear: both;
}
.entry-footer {
	padding: 2em;
	clear: both; /* we need this so floats in the post are cleared */
}
.entry-footer .alignright {

}
.entry-footer .categories,
.entry-footer .tags {

}
.entry-footer .comments {

}

.EXIF table {
	margin: 0 auto;
}
.photometa h4 {
	margin: 0;
	padding: 0;
	text-align: center;
}
.photometa ul {
	list-style-type: none;
}

iFrame {
    max-width: 100% !important;
    height: auto;
   /* min-height:400px; */
}
.long-description iframe {
	min-height: 60px;
}
.long-description .fluid-width-video-container {
	max-width: 720px !important;
}
.artist-spotify iFrame {
    min-height: auto !important;
    height: 60px;
}
p:empty:before {
	display: none;
}
/*********************************************
	Previous/Next Page Navigation
*********************************************/

.loop-utility {
	clear: both; /* To clear any floats */
	margin: 0;
}
.loop-utility .alignleft,
.loop-utility .alignright {
	margin: 0;
}


/*********************************************
	Page Specific Styling
*********************************************/



/*********************************************
	Single Post Specific Styling
*********************************************/

.single .builder-module-content .hentry {
	margin-bottom: 0;
}

/* navigation for posts that split into multiple pages */
.entry-pages a {
	display: inline-block;
	background: #EBEBEB;
	padding: 0 .35em;
}


/*********************************************
	Comment Styles
*********************************************/

#comments {
	margin-top: 3em;
}
#comments h3 {
	font-size: 2em;
}
.commentlist {
	margin: 0;
	padding: 0;
}
.commentlist li.comment,
.commentlist li.trackback,
.commentlist li.pingback {
	border: 1px solid #EBEBEB;
	padding: 0 1.5em;
	margin-bottom: 1.5em;
	position: relative;
}
.commentlist .comment-meta {
	margin-bottom: 2em;
	overflow: hidden;
}
.commentlist .comment-meta a {
}
.commentlist .avatar {
	margin: 0;
	float: left;
	margin-right: 1em;
}
.commentlist .fn {
	display: inline-block;
	font-size: 1.5em;
	font-weight: bold;
	margin-right: .25em;
}
.commentlist .fn a {
	text-decoration: none;
}
.comment-edit-link {
	display: inline-block;
	position: absolute;
	top: 1em;
	right: 1em;
	text-decoration: none;
	padding: 0 .5em;
}
.comment-edit-link:hover {

}
.commentlist ul.children {
	margin: 0 0 1.5em 0;
}
.commentlist ul.children li:last-child {
	margin: 0;
}
.commentlist .comment-body {
	margin: 1.5em 0;
}
.commentlist div.reply:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/* Response Form */
#respond {
	margin-top: 3em;
	padding: 0;
}
#respond h3 {
	margin: 0;
}
#respond input[type="submit"] {
	line-height: inherit;
	margin: 0;

}
#respond textarea {
	width: 100%;
	max-width: 100%;
}
#respond .comment-submit-wrapper {
	margin: 0;
}
.commentlist #respond {
	margin-bottom: 1.5em;
}
.comment-reply-link {
	padding: .25em 1em;
	margin-top: 2.5em;
}
.comment-reply-title small {
	display: block;
}
#cancel-comment-reply-link {
	display: inline-block;
	padding: .25em .5em;
	margin: .5em 0;
	font-size: .5em;
	font-weight: normal;
	text-decoration: none;
}
#cancel-comment-reply-link:hover {
	background: #3B3F42;
}
.logged-in-as {
	margin: 0.25em 0;
}
.form-allowed-tags {
	display: none;
	margin-top: 0;
	margin-bottom: 2.5em;
}
.form-allowed-tags code {
	display: block;
	margin-top: .5em;
	font-size: .85em;
}

/*********************************************
	Text elements
*********************************************/

p {
}
p img.left {
	float: left;
	margin: 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 0;
}
blockquote {
	padding: 0 2em;
	font-size: 1.125em;
	line-height: 1.4;
	border-left: 2px solid #CCCCCC;
}
/* To prevent nested blockquotes from increasing in size */
blockquote blockquote {
	font-size: 100%;
}
blockquote p {
	margin-bottom: 1.5em;
}
blockquote cite {
	display: inline-block;
	margin-top: 1em;
}
blockquote .alignright {
	margin-right: -2em !important;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	height: 0;
	line-height: 1.5;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
abbr, acronym {
	border-bottom: 1px dotted #666666;
}
address {
	font-style: italic;
}
del {

}
pre {
	margin-bottom: 1.5em;
	font-weight: normal;
	white-space: pre;
	overflow: auto;
	border: 1px solid #EBEBEB;
	padding: 1em;
	display: block;
}
big {
	font-size: 1.2em;
	line-height: 1;
}
cite {
	font-style: normal;
}
ins {
	color: #222222;
	background: #FFF198;
}

/*********************************************
	Lists
*********************************************/

ul, ol {
	list-style-position: outside;
	margin-left: 1.5em;
	padding: 0;
}
ul ul, ul ol, ol ul, ol ol {
	margin-left: 1.5em;
}
li {
	margin: 0;
	padding: 0;
}
li > * {
	margin-top: 0;
}
li *:last-child {
	margin-bottom: 0;
}
li > p + ul {
	margin-top: -1.5em;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
dl {
	margin-bottom: 1.5em;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
dd + dd {
	margin-top: 0;
}


/*********************************************
	Tables
*********************************************/

table {
	width: 100%;
}
table, td, th {
	border: 1px solid #CFCFCF;
	border-collapse: collapse;
}
th {
	color: #FFFFFF;
	background: #3c65a6;
	font-weight: bold;
}
th.cfw-cart-item-description,
.cfw-module th {
	background: none;
	color: #000000;
	line-height: 1.2;
}
th, td, caption {
	padding: .5em 0 0 0;
	text-align: left;
}
td a {
	display: block;
}
tfoot td {
	padding: 0;
}
tfoot a {
	display: block;
	padding: .25em;
}
caption {
	border: 1px solid #CFCFCF;
	border-bottom: 0;
	font-weight: bold;
}


/*********************************************
	Misc classes


.small {
	font-size: .8em;
	line-height: 1.875;
	margin-top: 1.875em;
	margin-bottom: 1.875em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.hide {
	display: none;
}
.quiet {

}
.loud {

}
.highlight {
	background: #FFFF00;
}
.added {
	background: #006600;
	color: #F5F5F5;
}
.removed {
	background: #990000;
	color: #F5F5F5;
}
.first {
	margin-left: 0;
	padding-left: 0;
}
.last {
	margin-right: 0;
	padding-right: 0;
}
.top {
	margin-top: 0;
	padding-top: 0;
}
.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}


/*********************************************
	Default styling for forms
*********************************************/

label {
	font-weight: bold;
}
fieldset {
	border: .1em solid #CCCCCC;
	margin: 0 0 1.5em 0;
	padding: 1.4em;
}
legend {
	font-size: 1.2em;
	font-weight: bold;
}


/*********************************************
	Form Styling
*********************************************/

input[type="color"], input[type="email"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"],
input[type="number"], input[type="date"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="month"], textarea {
	font-size: 1em;
	margin: 0;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-top-color: #AAAAAA;
	-webkit-appearance: none;
}
input[type="color"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="tel"]:focus,
input[type="text"]:focus, input[type="url"]:focus, input[type="number"]:focus, input[type="date"]:focus, input[type="time"]:focus,
input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="week"]:focus, input[type="month"]:focus, textarea:focus {
	border-color: #66AFE9;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}
select {
	font-size: 1em;
	max-width: 99%;
}
textarea {
	width: 30em;
	height: 20em;
}
.search-text-box {
	margin-bottom: 0;
}
.search-submit-button {
	margin: 0;
}
.payment_method_stripe label {
    min-width: 300px !important;
}

/*********************************************
	Search Form Styling
*********************************************/


.search-form {
	position: relative;
}
.navbar-form .search-input {
	background-color: transparent;
	border: none;
	cursor: pointer;
	height: 24px;
	margin: 3px 0;
	padding: 0 0 0 8px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition: width 400ms ease, background 400ms ease;
	width: 0;
	border-radius: 3px;
}
.navbar-form .search-input.search-open,
.navbar-form .search-input:focus {
	background-color: #FFFFFF;
	width: 150px;
}
.navbar-form .search-submit {
	display: none;
}
.click-icon {
	color: #f5f5f5;
	height: 24px;
	vertical-align: top;
	display: inline-block;
}
/*********************************************
	Password Protected Post Form
*********************************************/

.post-password-required input[type="submit"] {
	display: inline-block;
	float: none;
	margin-top: .5em;
}
.post-password-form input {
	max-width: 350px;
	display: block;
}


/*********************************************
	Success, notice and error boxes
*********************************************/

.error, .notice, .success {
	border: 2px solid #ddd;
	margin-bottom: 1em;
	padding: .8em;
}
.error {
	background: #FBE3E4;
	border-color: #FBC2C4;
	color: #8a1f11;
}
.notice {
	background: #FFF6BF;
	border-color: #FFD324;
	color: #514721;
}
.success {
	background: #E6EFC2;
	border-color: #C6D880;
	color: #264409;
}
.error a {
	color: #8a1f11;
}
.notice a {
	color: #514721;
}
.success a {
	color: #264409;
}


/*********************************************
	Widget Specific Styling
*********************************************/

/* RSS Widget */
.builder-module-sidebar .widget_rss li {
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #EBEBEB;
}
.builder-module-sidebar .widget_rss li 	a.rsswidget {
	display: block;
	margin: 0;
	font-weight: bold;
	line-height: 1.3;
	text-decoration: none;
}
.builder-module-sidebar .widget_rss .rss-date {
	display: block;
	margin-bottom: 1.5em;
	font-size: .9em;
}
.builder-module-sidebar .widget_rss .rssSummary {
	margin: 1.5em 0 .5em 0;
}
.builder-module-sidebar .widget_rss li cite {
	font-style: italic;
}

/* Tag Cloud Widget */
.builder-module-sidebar .widget_tag_cloud a {
	line-height: 1;
	font-weight: normal;
	display: inline-block;
	margin: .1em;
	text-decoration: none;
}
.builder-module-sidebar .widget_tag_cloud a:hover {

}
/* Calendar Widget */
.builder-module-sidebar #wp-calendar {

}
.builder-module-sidebar #wp-calendar th,
.builder-module-sidebar #wp-calendar td,
.builder-module-sidebar #wp-calendar caption {
	text-align: center;
}


/*********************************************
	Social Tabs
*********************************************/

#social-tags {
	left: auto;
	margin-right: 0;
	margin-left: auto;
	overflow: hidden;
	padding-top: 10px;
	position: fixed;
	right: 0;
	width: 95px;
	height: 100%;
}
#social-tags a {
	margin: 0;
	position: relative;
	right: -50px;
}
#social-tags a:hover {
	right: 0;
}


/*********************************************
	The Obligatory WP Styles
*********************************************/

.alignright {
	margin-left: 1.5em;
}
.alignleft {
	margin-right: 1.5em;
}
.hentry img.wp-smiley {
	border: none;
}

/*********************************************
	Sitemap Template Styling
*********************************************/

.archive-left {
	float: left;
	width: 40%;
	max-width: 40%;
	margin-right: 10%;
}
.archive-right {
	float: left;
	width: 50%;
	max-width: 50%;
}


/*********************************************
	Mobile Navigation Menu
*********************************************/

.it-mobile-menu {
	display: none;
}


/*********************************************
	Featured Image
*********************************************/

.it-featured-image {
	line-height: 0;
	text-align: center;
}
.it-featured-image a {

}
.it-featured-image img {
	margin: 0 auto;
	/*max-height: 628px !important;*/
}


/*********************************************
	Misc.
*********************************************/

::selection {
	color: #F5F5F5;
	background: #575757; /* Safari */
	}
::-moz-selection {
	color: #F5F5F5;
	background: #575757 /* Firefox */
}

/* Input Placeholder Text Color */
::-webkit-input-placeholder {
   color: #4A545A;
}
:-moz-placeholder { /* Firefox 18- */
   color: #4A545A;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #4A545A;
}
:-ms-input-placeholder {
   color: #4A545A;
}
input:focus::-webkit-input-placeholder {
   color: transparent;
}
input:focus:-moz-placeholder { /* Firefox 18- */
   color: transparent;
}
input:focus::-moz-placeholder {  /* Firefox 19+ */
   color: transparent;
}
input:focus:-ms-input-placeholder {
   color: transparent;
}


/*********************************************
	Post Format Styling
*********************************************/

/* Image Post Format */
.format-image {
	text-align: center;
}
.format-image .entry-title {
	font-weight: normal;
	padding: 5px 25px;
	background: #5694BF;
	color: #F5F5F5;
	display: inline-block;
}
.format-image .entry-title a {
	color: #F5F5F5;
}
.format-image .entry-title a:hover {
	color: #F5F5F5;
}
.format-image .entry-meta-wrapper .entry-meta {
	float: none;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-top: 15px;
}
.format-image .entry-footer {
	padding: 0;
}

/* Quote Post Format */
.builder-module-content .format-quote {
	border-color: #5694BF;
}
.format-quote .entry-content {
	padding: 50px;
	font-size: 1.5em;
	font-weight: bold;
	color: #5694BF;
}
.format-quote .entry-content p {
	margin-bottom: 20px;
}
.format-quote .entry-footer {
	padding: 0;
}

/* Status Post Format */
.builder-module-content .format-status {
	box-shadow: 0 -10px 0 0 #5694BF;
}
.format-status .entry-content {
	padding-top: 3em;
	padding-bottom: 0;
	font-weight: bold;
	font-size: 1.125em;
}
.format-status .entry-meta {
	text-transform: uppercase;
	font-size: .85em;
}
.format-status .entry-footer {
	padding: 0;
}


/*********************************************
	Module Stacking
*********************************************/

.builder-module-navigation-background-wrapper.builder-module-before-navigation-background-wrapper {
	margin-bottom: 0;
	border-bottom: 1px solid #212121;
}
.builder-module-navigation-background-wrapper.builder-module-before-image-full-window-background-wrapper,
.builder-module-bottom-background-wrapper.builder-module-footer-background-wrapper,
.builder-module-widget-bar-background-wrapper.default-module-style-background-wrapper.builder-module-before-content-background-wrapper,
.builder-module-widget-bar-background-wrapper.default-module-style-background-wrapper.builder-module-before-widget-bar-background-wrapper.builder-module-before-default-module-style-background-wrapper {
	margin-bottom: 0;
}
.builder-module-navigation-background-wrapper.builder-module-top-background-wrapper,
.builder-module-image-background-wrapper.builder-module-top-background-wrapper {
	margin-top: 0;
}
.builder-module-navigation-background-wrapper.builder-module-after-navigation-background-wrapper {
	border-top: 1px solid #212121;
}
.builder-module-image-background-wrapper.builder-module-top-background-wrapper {
	padding-top: 3em;
}


/*********************************************
	"From the Blog" Page Template
*********************************************/

.builder-module-content h2.it-from-blog-title {
	margin-bottom: 1em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 5px;
	text-align: center;
	border-bottom: 3px solid #EBEBEB;
	padding-bottom: 1em;
}
.builder-module-content .it-from-blog {
	width: 30%;
	float: left;
	margin-right: 5%;
	margin-bottom: 5%;
}
.builder-module-content .it-from-blog:nth-child(3n) {
	margin-right: 0;
}
.builder-module-content .it-from-blog:nth-child(3n+1) {
	clear: both;
}
.builder-module-content .it-from-blog .it-featured-image img {
	margin: 0;
}
.it-from-blog .entry-title {
	font-size: 20px;
}
.builder-module-content .it-from-blog:nth-last-child(-n+3) {
	margin-bottom: 0;
}
.it-from-blog.format-image {
	text-align: left;
}
.post-catalog.col-sm-3 {
    padding-bottom: 1em;
    min-height: 275px;
}
/*********************************************
	Responsive
*********************************************/
@media only screen and (max-width: 1200px){

body .builder-module-content .it-from-blog-extension:nth-child(n) {
	width: 47.5%;
	margin-right: 5%;
	clear: none;
}
body .builder-module-content .it-from-blog-extension:nth-child(2n) {
	margin-right: 0;
}
body .builder-module-content .it-from-blog-extension:nth-child(2n+1) {
	clear: both;
}
body .builder-module-content .it-from-blog-extension:nth-last-child(-n+2) {
	margin-bottom: 0;
}
	
}
/*********************************************
	Tablet
*********************************************/
@media only screen and (min-width: 500px) and (max-width: 1200px){
.nav-block,
.social-icons {
	width: 30%;
}
.social-icons {
	font-size: 1.25em;
}
.logo {
	width: 40%;
}
#builder-module-571684fd4d88d-background-wrapper {
	padding: 0;
}
.social-footer {
	font-size: 2em;
}
.woocommerce-message .button.wc-forward.btn {
	display: block;
}
.press-needs a.btn {
	display: block;
}
.press-title {
	font-size: 1.125em;
}
	
}
/*********************************************
	Mobile
*********************************************/

@media only screen and (max-width: 500px){


.navbar-form {
	display: none;
}
.social-icons {
	width: 35%;
	font-size: 16px !important;
}
.logo {
	width: 35%;
}
.nav-block {
	width: 30%;
	font-size: 16px !important;
}
a#nav-expander span {
	display: none;
}
.builder-module-navigation-background-wrapper {
	padding: 0;
}
.builder-module-outer-wrapper .mobile.builder-module-navigation {
	padding: 0;
}
.mobile.builder-module-navigation .builder-module-navigation-menu-wrapper {
    display: inherit;
    margin: 0;
}
.mobile.builder-module-navigation ul {
	margin: 2em .5em 0 .5em;
	border: 1px solid #FFFFFF;
	border-bottom: 0;
}
.mobile.builder-module-navigation li {
	width: 100%;
	position: relative;
}

/* second level stuff */
.mobile.builder-module-navigation li ul {
	position: relative !important;
	left: 0 !important;
	border: 0;
	width: 100%;
	margin: 0;
	background: transparent;
}
.mobile.builder-module-navigation li a,
.mobile.builder-module-navigation .current_page_item li a,
.mobile.builder-module-navigation .current-cat li a,
.mobile.builder-module-navigation .current-menu-item li a {
	margin: 0;
	background: transparent;
	border-bottom: 1px solid #FFFFFF;
	line-height: 1;
	color: #BFDBEF;
	padding: .75em;
}
.mobile.builder-module-navigation li a:hover,
.mobile.builder-module-navigation .current_page_item li a:hover,
.mobile.builder-module-navigation .current-cat li a li a:hover,
.mobile.builder-module-navigation .current-menu-item li a:hover {
	color: #FFFFFF;
}
.mobile.builder-module-navigation li li {
	width: 100%;
	border: 0;
	padding: 0;
}
.mobile.builder-module-navigation li ul ul {
	margin: 0;
}
.mobile.builder-module-navigation li li a {
	padding: .75em .75em .75em 2em;
	line-height: 1;
}
.mobile.builder-module-navigation li li li a {
	padding-left: 4em;
}
.builder-module-navigation .menu.it-mobile-menu-hidden {
	display: none;
}
.it-mobile-menu {
	color: #FFFFFF;
	padding: .75em;
	display: block;
	border: 3px solid #FFFFFF;
	cursor: pointer;
	width: auto;
	max-width: 200px;
	text-align: center;
	margin: 0 auto;
	-webkit-font-smoothing: antialiased;
}

/*********************************************
	Home Modules
*********************************************/
.news-lead h3 {
	font-size: 1em;
	bottom: 25%;
}
.news-lead a.btn {
	bottom: 0;
	left: 35%;
}
.second-new-column {
	margin: 1em 0;
}
#builder-module-571684fd4d88d-background-wrapper {
	padding: 0;
}
/*********************************************
	Product Modules
*********************************************/
.catalog.col-sm-3.last,
.catalog.col-sm-3.first {
	padding-right: 15px;
	padding-left: 15px;
}
.product .images,
.summary {
	width: 100%;
	display: block;
	float: none;
	margin-left: 0;
}
.album-reviews + .btn,
.artist-reviews + .btn {
	width: 100% !important;
}
.right-side {
	width: 100%;
	margin: 0;
}
.woocommerce-message .button.wc-forward.btn {
	display: block;
}
.press-needs a.btn {
	display: block;
}
ul#ArtistsList,
ul#ComposersList {
	margin-top: 2em;
	list-style: none;
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
}
.alphabet-nav {
	font-size: 1.125em;
}
.artist h1 {
	color: #FFFFFF;
	font-size: 1.5em;
}
div#share-buttons {
    text-align: left;
}
.filter-title {
	display: block;
	width: 100%;
}
.cat-filter .btn {
	font-size: 14px;
}
.cat-filter {
	display: block;
	width: 100%;
}
/******************************************
	WooCommerce Cart Mobile
******************************************/
/* Woocommerce Cart */


/* Force table to not be like tables anymore */
.woocommerce-page table.shop_table,
.woocommerce-page table.shop_table thead,
.woocommerce-page table.shop_table tbody,
.woocommerce-page table.shop_table th,
.woocommerce-page table.shop_table td,
.woocommerce-page table.shop_table tr {
    display: block;
}

/* Hide table headers (but not display: none;, for accessibility) */
.woocommerce-page table.shop_table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.woocommerce-page table.shop_table tr {
    /*border: 1px solid #d2d3d3; */
}

.woocommerce-page table.shop_table td {
    /* Behave like a "row" */
    
    position: relative;
    padding-left: 30% !important;
}

.woocommerce-page table.shop_table {
    border: none;
}

.woocommerce-page table.shop_table td.product-spacer {
    border-color: #FFF;
    height: 10px;
}

.woocommerce-page table.shop_table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 25%;
    padding-right: 10px;
    white-space: nowrap;
}
.single-product div.product form.cart .quantity input {
    width: 100% !important;
}
.single-product div.product form.cart .quantity {
	margin-right: 0 !important;
}
/*
Label the data
*/
.woocommerce-page table.shop_table td.product-remove:before {
    content: "REMOVE";
}

.woocommerce-page table.shop_table td.product-thumbnail:before {
    content: "IMAGE";
}

.woocommerce-page table.shop_table td.product-name:before {
    content: "PRODUCT";
}

.woocommerce-page table.shop_table td.product-price:before {
    content: "PRICE";
}

.woocommerce-page table.shop_table td.product-quantity:before {
    content: "QUANTITY";
}

.woocommerce-page table.shop_table td.product-subtotal:before {
    content: "TOTAL";
}

.woocommerce-page table.shop_table td.product-total:before {
    content: "TOTAL";
}

.woocommerce .quantity,
.woocommerce #content .quantity,
.woocommerce-page .quantity,
.woocommerce-page #content .quantity {
    margin: 0;
}

.woocommerce-page table.cart td.actions,
.woocommerce-page #content table.cart td.actions {
    text-align: left;
    border:0;
    padding-left: 6px !important;
}

.woocommerce-page table.cart td.actions .button.alt,
.woocommerce-page #content table.cart td.actions .button.alt {
    float: left;
    margin-top: 10px;
}

.woocommerce-page table.cart td.actions div,
.woocommerce-page #content table.cart td.actions div,
.woocommerce-page table.cart td.actions input,
.woocommerce-page #content table.cart td.actions input {
    margin-bottom: 10px;
}

.woocommerce-page .cart-collaterals .cart_totals {
    float: left;
    width: 100%;
    text-align: left;
}

.woocommerce-page .cart-collaterals .cart_totals th,
.woocommerce-page .cart-collaterals .cart_totals td {
    border:0 !important;
    display: block;
    width: 100%;
}

.woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal td,
.woocommerce-page .cart-collaterals .cart_totals table tr.shipping td,
.woocommerce-page .cart-collaterals .cart_totals table tr.total td {
    padding-left: 6px !important;
}

.woocommerce-page table.shop_table tr.cart-subtotal td,
.woocommerce-page table.shop_table tr.shipping td,
.woocommerce-page table.shop_table tr.total td,
.woocommerce-page table.shop_table.order_details tfoot th,
.woocommerce-page table.shop_table.order_details tfoot td {
    padding-left: 6px !important;
    border:0 !important;
}

.woocommerce-page table.shop_table tbody {
    padding-top: 10px;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2,
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    float: none;
    width: 100%;
}
.woocommerce .col-1, .woocommerce .col-2{ 
	max-width:none;
}
div#customer_details {
	display: block;
}
.woocommerce .order_details ul,
.woocommerce-page .order_details ul,
.woocommerce .order_details,
.woocommerce-page .order_details {
    padding:0;
}

.woocommerce .order_details li,
.woocommerce-page .order_details li {
    clear: left;
    margin-bottom: 10px;
    border:0;
}

/* make buttons full width, text wide anyway, improves effectiveness */
#content table.cart td.actions .button,
.woocommerce #content table.cart td.actions .input-text,
.woocommerce #content table.cart td.actions input,
.woocommerce table.cart td.actions .button,
.woocommerce table.cart td.actions .input-text,
.woocommerce table.cart td.actions input,
.woocommerce-page #content table.cart td.actions .button,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions input,
.woocommerce-page table.cart td.actions .button,
.woocommerce-page table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions input {
    width: 100%;
}

/* keep coupon at 50% */
#content table.cart td.actions .coupon .button,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon input,
.woocommerce table.cart td.actions .coupon .button,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce table.cart td.actions .coupon input,
.woocommerce-page #content table.cart td.actions .coupon .button,
.woocommerce-page #content table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon input,
.woocommerce-page table.cart td.actions .coupon .button,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon input {
    
}

/* clean up how coupon inputs display */
#content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
    margin-top: 1.5em;
}

#content table.cart td.actions .coupon .input-text,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text {
    margin-bottom: 1em;
}

/* remove cross sells, they interfere with flow between cart and cart totals + shipping calculator */
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
    display: none;
}
.wc-proceed-to-checkout {
	clear: both;
	margin-bottom: 1em;
}
td.product-name {
	width: 100%;
}
}