/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */
@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('League_Gothic-webfont.eot?') format('eot'),
		 url('League_Gothic-webfont.woff') format('woff'),
		 url('League_Gothic-webfont.ttf') format('truetype'),
		 url('League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
	font-weight: normal;
    font-style: normal;
}
/* ==================================================================================================================================
 * 													THEME-CUSTOM
 * ================================================================================================================================== */
/* ========================================================================
   Component: Base
 ========================================================================== */

html {
	font: normal 14px / 20px 'Verdana';
	color: #111;
}

em {
	color:#111;
}
/*
 * Removes default margin.
 */
body {
    margin: 0;
    background: #2A2B2B url('https://media.killinghorserecords.com/2019/08/dust_bg.png') repeat fixed;
    width: 100%;
    overflow-x: hidden;
}
/* Links
 ========================================================================== */
a,
.uk-link {
  color: #B0392E;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.uk-link:hover {
  color: #ccc;
  text-decoration: none;
}
/* Block elements
 ========================================================================== */
/*
 * Reset margin
 */
blockquote,
figure {
  margin: 0;
}
/*
 * Margins
 */
p,
ul,
ol,
dl,
blockquote,
pre,
address,
fieldset,
figure {
  margin: inherit;
}
* + p,
* + ul,
* + ol,
* + dl,
* + blockquote,
* + pre,
* + address,
* + fieldset,
* + figure {
  margin-top: inherit;
}
/* Headings
 ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  text-transform: uppercase;
}
/*
 * Sizes
 */
h1,
.uk-h1 {
  font-size: 36px;
  line-height: 40px;
}
h2,
.uk-h2 {
  font-size: 30px;
  line-height: 34px;
}
h3,
.uk-h3 {
  font-size: 24px;
  line-height: 28px;
}
h4,
.uk-h4 {
  font-size: 18px;
  line-height: 22px;
}
h5,
.uk-h5 {
  font-size: 14px;
  line-height: 16px;
}
h6,
.uk-h6 {
  font-size: 12px;
  line-height: 14px;
}
/* Blockquotes
 ========================================================================== */
blockquote {
  padding-left: 15px;
  border-left: 5px solid #dddddd;
  font-size: 95%;
  font-style: italic;
}
/* Selection pseudo-element 
 ========================================================================== */
::-moz-selection {
  background: #582925;
  color: #C93A3A;
  text-shadow: none;
}
::selection {
  background: #582925;
  color: #C93A3A;
  text-shadow: none;
}
img::selection {
  background: transparent;
}

/* ========================================================================
   Component: Grid
 ========================================================================== */

main#tm-content {
  background: #FAFAFA;
}
/* Grid gutter
 ========================================================================== */
/*
 * Default gutter
 */
/* Horizontal */
.uk-grid {
  margin-left: -10px;
}
.uk-grid > * {
  padding-left: 10px;
}
/* Vertical */
.uk-grid + .uk-grid,
.uk-grid-margin,
.uk-grid > * > .uk-panel + .uk-panel {
  margin-top: 10px;
}

.uk-grid > * > :last-child {
    padding: 20px;
}

/* ========================================================================
   Component: Panel
 ========================================================================== */
/* Sub-object: `uk-panel-title`
 ========================================================================== */
.uk-panel-title {
  margin: 0 0 15px 0;
  font-size: 36px;
  font-weight: normal;
  text-transform: uppercase;
  color: #444;
  line-height:32px;
}
/* Modifier: `uk-panel-box`
 ========================================================================== */
.uk-panel-box {
  padding: 20px;
  background: #B0392E;
  color: #444;
}
.uk-panel-box a {
  color:#fff;
}
.uk-panel-box-hover:hover {
  color: #444444;
}
.uk-panel-box .uk-panel-title {
  color: #ddd;
}
.uk-panel-box .uk-panel-badge {
  top: 10px;
  right: 10px;
}

/*
 * Sub-modifier: `uk-panel-box-primary`
 */
.uk-panel-box-primary {
  background-color: #B0392E;
  color: #111111;
}
.uk-panel-box-primary-hover:hover {
  color: #699eb3;
}
.uk-panel-box-primary .uk-panel-title {
  color: #ddd;
}
/*
 * Sub-modifier: `uk-panel-box-secondary`
 */
.uk-panel-box-secondary {
  background-color: rgba(255,255,255,.855);
  color: #444444;
}
.uk-panel-box-secondary-hover:hover {
  color: #444444;
}
.uk-panel-box-secondary .uk-panel-title {
  color: #444444;
}

/* ========================================================================
   Component: Article
 ========================================================================== */
.home .uk-article-title {
    font-size: 30px;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.uk-article-title {
    text-transform: uppercase;
    margin-bottom: 15px;
}

.uk-article-title a {
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
}

.uk-article + .uk-article {
    margin-top: 0px !important;
}
/* ========================================================================
   Component: Nav
 ========================================================================== */
/* Modifier `uk-nav-navbar`
 ========================================================================== */
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-nav-navbar > li > a:hover,
.uk-nav-navbar > li > a:focus {
  background: #444;
  color: #ffffff;
  /* 2 */
  outline: none;
}
/* ========================================================================
   Component: Navbar
 ========================================================================== */
 .uk-navbar {
  background: #1A1A1C;
  color: #444444;
}
 /* Sub-object: `uk-navbar-nav`
 ========================================================================== */

.uk-navbar-nav > li {
  text-transform:uppercase;	
  font-family: 'LeagueGothicRegular';
}
/*
 * 1. Dimensions
 * 2. Style
 */
.uk-navbar-nav > li > a {
  font-size: 24px;
  text-transform:uppercase;	
  font-family: 'LeagueGothicRegular';		  
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Also apply if dropdown is opened
 * 3. Remove default focus style
 */
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
  color: #B0392E;
  background-color:#1A1A1C;				 
}
/* OnClick */
.uk-navbar-nav > li > a:active {
  color: #B0392E;
  background-color:#1A1A1C;				 
}
/* Active */
.uk-navbar-nav > li.uk-active > a {
   color: #ccc;
  background-color:#1A1A1C;				 
}
/* Sub-objects: `uk-navbar-content`, `uk-navbar-brand`, `uk-navbar-toggle`
 ========================================================================== */
/*
 * Helper to center all child elements vertically
 */
.uk-navbar-content:before, .uk-navbar-brand:before, .uk-navbar-toggle:before {
    display: inline;
    height: auto;
}

/* Resize offcanvas button */
.uk-navbar-toggle {
    font-size: 30px !important;
	margin-top: 10px !important;
    display: block;
	padding: 5px;
}

@media (max-width: 385px) {
.uk-navbar-toggle {
    margin-top: 5px !important;
}
}

/* ========================================================================
   Component: Pagination
 ========================================================================== */
 /*
 * Active
 */
.uk-pagination > .uk-active > span {
  background: #B0392E;
}

/* ========================================================================
   Component: Button
 ========================================================================== */
.uk-button {
	background: inherit;
}

.uk-button:hover,
.uk-button:focus {
	background-color: inherit;
}
/* ========================================================================
   Component: Dropdown
 ========================================================================== */
/*
 * Dropdown style
 * 1. Reset button group whitespace hack
 */
.uk-dropdown {
  background: #111;
  /* 1 */
  font-size: 1.2em;
}
/* Modifier: `uk-dropdown-navbar`
 ========================================================================== */
.uk-dropdown-navbar {
  background:#111;
  color: #444444;
}

/* ========================================================================
   Component: Off-canvas
 ========================================================================== */
.uk-offcanvas-bar {
  font-family: 'LeagueGothicRegular';
  font-size:1.6em;
  text-transform:uppercase;
}

/* ========================================================================
   Component: Utility
 ========================================================================== */
 /* Tablet and bigger */
@media (min-width: 768px) {
  .uk-align-medium-left {
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
  }
  .uk-align-medium-right {
    margin-left: 20px;
    margin-bottom: 20px;
    float: right;
  }
}

/* ========================================================================
   Warp theme
 ========================================================================== */
/* Layout
 ========================================================================== */
 /*
 * Blocks
 */
.tm-toolbar,
.tm-headerbar,
.tm-navbar,
.tm-footer {
  margin-top: 10px;
  margin-bottom: 10px;
  background:#1A1A1C;
}
.tm-toolbar,
.tm-headerbar,
.tm-footer {
  margin-top: 10px;
  margin-bottom: 10px;
  background:#1A1A1C;
  padding:10px;
}

.tm-headerbar {
	position: relative;
}
.tm-headerbar .uk-panel {
  max-width: 600px;
  width:60%;
  margin-right: 0;
  float: right;
}

section#tm-bottom-a {
    width: 50%;
    float: left;
}

.tm-bottom-a .uk-panel, .tm-bottom-b .uk-panel {
    height: 400px;
    overflow: scroll;
}

/* Only large screens */
@media (min-width: 1220px) {
  .tm-headerbar,
  .tm-navbar,
  .tm-footer {
    margin-top: 10px;
    margin-bottom: 10px;
    background:#1A1A1C;
  }
}

@media (max-width: 1120px) {
a.woocommerce-MyAccount-downloads-file.button.alt {
    font-size: 10px;
}
	
li.woocommerce-MyAccount-navigation-link {
    font-size: 1.4em !important;
}	
}

@media (max-width: 959px) {
td.download-product a {
    font-size: 12px;
}
	
a.woocommerce-MyAccount-downloads-file.button.alt {
    max-width: 180px;
    overflow: hidden;
}
	
html {
    font: normal 14px / 18px 'Verdana';
}
}

/* Only phones */
@media (max-width: 767px) {
  .tm-navbar {
    margin: 0 -10px 10px -10px;
    border-width: 0 0 1px 0;
  }
  .tm-logo-small:hover {
    text-decoration: none;
  }
  .tm-navbar:not(.uk-navbar-attached) {
    border-radius: 0;
  }
}
/*
 * Headerbar
 */

.tm-headerbar .uk-panel {
	max-width: 600px;
    width:50%;
    margin-right: 0;
    float: right;
}

/*
 * Footer
 */
.tm-footer {
  position: relative;
  text-align:left;
  }
.tm-footer .uk-panel + .uk-panel {
  margin-top: 10px;
}

@media (max-width: 570px) {

section#tm-bottom-a {
    width: inherit;
    display: block;
    float: none;
}
	
input#woocommerce-product-search-field-0 {
    width: 70%;
}
	
.tm-bottom-a .uk-panel, .tm-bottom-b .uk-panel {
    height: inherit;
    overflow: visible;
}
	
}

@media (max-width: 385px) {
	
	input#woocommerce-product-search-field-0 {
    width: 60%;
}
	
.uk-navbar-toggle:after {
    font-size: 24px !important;
}
	
}

/* ===================================================================
 *   Very large screens
 * =================================================================== */

@media (min-width: 1500px) {
	
.uk-container {
    max-width: 1400px;
}
	
html {
    font: normal 16px / 24px 'Verdana';
}
	
h1,
.uk-h1 {
  font-size: 38px;
  line-height: 40px;
}
h2,
.uk-h2 {
  font-size: 32px;
  line-height: 34px;
}
h3,
.uk-h3 {
  font-size: 26px;
  line-height: 28px;
}
h4,
.uk-h4 {
  font-size: 20px;
  line-height: 22px;
}
h5,
.uk-h5 {
  font-size: 16px;
  line-height: 18px;
}
h6,
.uk-h6 {
  font-size: 14px;
  line-height: 16px;
}
	
a.visit-shop {
	font-size: 32px !important;
}
	
a.visit-shop-list {
    font-size: 32px !important;
}
	
.uk-navbar-nav > li > a {
    font-size: 30px;
}
	
body a#festi-cart.festi-cart.festi-cart-customize div.festi-cart-content span.festi-cart-text-before-quantity, body a#festi-cart.festi-cart.festi-cart-customize div.festi-cart-content span.festi-cart-quantity, body a#festi-cart.festi-cart.festi-cart-customize div.festi-cart-content span.festi-cart-text-after-quantity, body a#festi-cart.festi-cart.festi-cart-customize div.festi-cart-content span.festi-cart-text-before-total, body a#festi-cart.festi-cart.festi-cart-customize div.festi-cart-content span.festi-cart-total span.amount, body a#festi-cart.festi-cart.festi-cart-customize div.festi-cart-content span.festi-cart-total small, body a#festi-cart.festi-cart.festi-cart-customize div.festi-cart-content span.festi-cart-text-after-total, body a#festi-cart.festi-cart.festi-cart-customize div.festi-cart-content span.festi-cart-dropdown-arrow {
    font-size: 30px !important;
}
	
.page-id-666 figure.catalog {
    height: 385px;
}
	
h2.woocommerce-loop-product__title {
    line-height: 24px;
	font-size: 24px;
}
	
a.woocommerce-MyAccount-downloads-file.button.alt {
    font-size: 14px;
}
	
.discography .catalog {
    min-height: 300px !important;
}
}


@media (max-width: 1219px) {
iframe#twitter-widget-0 {
    height: 450px !important;
}
}

@media (max-width: 767px) {
/* Headings
 ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
}
/*
 * Sizes
 */
h1,
.uk-h1 {
  font-size: 32px;
  line-height: 36px;
}
h2,
.uk-h2 {
  font-size: 26px;
  line-height: 30px;
}
h3,
.uk-h3 {
  font-size: 20px;
  line-height: 24px;
}
h4,
.uk-h4 {
  font-size: 14px;
  line-height: 18px;
}
h5,
.uk-h5 {
  font-size: 12px;
  line-height: 14px;
}
h6,
.uk-h6 {
  font-size: 12px;
  line-height: 14px;
}
}

@media (max-width: 385px) {
/* Headings
 ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 5px;
}
/*
 * Sizes
 */
h1,
.uk-h1 {
  font-size: 30px;
  line-height: 32px;
}
h2,
.uk-h2 {
  font-size: 24px;
  line-height: 26px;
}
h3,
.uk-h3 {
  font-size: 18px;
  line-height: 20px;
}
h4,
.uk-h4 {
  font-size: 16px;
  line-height: 18px;
}
h5,
.uk-h5 {
  font-size: 12px;
  line-height: 14px;
}
h6,
.uk-h6 {
  font-size: 12px;
  line-height: 14px;
}
}

/* ==================================================================================================================================
 * 													WOOCOMMERCE-CUSTOM
 * ================================================================================================================================== */
/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

/* ========================================================================
   Main shop page
 ========================================================================== */

/* Hide breadcrumbs on main shop page */
.post-type-archive .woocommerce-breadcrumb {
    display: none !important;
}

/*breadcrumb color override */
.woocommerce .woocommerce-breadcrumb a, 
.woocommerce-page .woocommerce-breadcrumb a {
    color: #b0392E;
}
.breadcrumb-item a:hover {
    color: #444 !important;
}

.woocommerce .woocommerce-breadcrumb, .woocommerce-page .woocommerce-breadcrumb {
	margin-bottom: 10px;
}

/* Product Count Display and Sorting Box */
p.woocommerce-result-count, form.woocommerce-ordering {
    font-size: 12px;
    margin-bottom: 15px !important;
}

/*create grid display*/
.woocommerce ul.products, .woocommerce-page ul.products {
    display: grid;
    grid-template-columns: 24% 24% 24% 24%;
    grid-column-gap: 1.5%;
    grid-row-gap: 15px;
    margin-left: 0px !important;
}

ul.products.columns-2 {
    grid-template-columns: 48% 48%;
    grid-column-gap: 2%;
}

@media (max-width: 570px) {
ul.products.columns-4 {
    grid-template-columns: 32.5% 32.5% 32.5%;
}
}


@media (max-width: 480px) {
ul.products.columns-4 {
    grid-template-columns: 49% 49%;
}
	
.woocommerce-message, .woocommerce-breadcrumb {
    font-size: 12px !important;
	line-height: 14px !important;
}
}

/*clear blank item from yootheme layout */
.woocommerce ul.products:before, 
.woocommerce-page ul.products:before, 
.woocommerce ul.products:after, 
.woocommerce-page ul.products:after {
	display: none;
}

.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
    width: 100% !important;
    padding: 0px !important;
    margin: 0px !important;
}

.woocommerce ul.products li.product a img, 
.woocommerce-page ul.products li.product a img {
    border: 1px solid #444;
    padding: 2px;
    margin-bottom: 5px;
}

h3.product-subtitle, 
h2.woocommerce-loop-product__title {
    margin-top: 0px !important;
    margin-bottom: 0px;
    padding-top: 0px !important;
    text-align: left;
    font-size: 22px !important;
    line-height: 24px !important;
}

.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
    text-align: left;
    margin-top: 5px;
    margin-bottom: 0px;
}

.woocommerce a.button {
    display: none;
}

/* ========================================================================
   Pagination
 ========================================================================== */
.woocommerce nav.woocommerce-pagination ul {
    border: transparent;
	font-family: sans-serif;
}


/*
 * 1. Remove default list style
 * 2. Center pagination by default
 * 3. Remove whitespace between child elements when using `inline-block`
 */
.page-numbers {
  	/* 1 */
  	padding: 0;
  	list-style: none;
  	/* 2 */
  	text-align: center;
  	/* 3 */
  	font-size: 14px;
}
/*
 * Micro clearfix
 * Needed if `uk-pagination-previous` or `uk-pagination-next` sub-objects are used
 */
.page-numbers:before, .page-numbers:after {
  	content: "";
  	display: table;
}

.page-numbers:after {
  	clear: both;
}

/* Items
 ========================================================================== */
/*
 * 1. Reset whitespace hack
 * 2. Remove the gap at the bottom of it container
 * 3. Remove border from right side
 */

.page-numbers > li {
  	display: inline-block;
  	/* 1 */
  	font-size: 1rem;
  	/* 2 */
  	vertical-align: top;
	/* 3 */
  	border-right: transparent !important;
}

.page-numbers > li:nth-child(n+2) {
  	margin-left: 5px;
}

/*
 * 1. Makes pagination more robust against different box-sizing use
 * 2. Reset text-align to center if alignment modifier is used
 */

.page-numbers > li > a,
.page-numbers > li > span {
  	display: inline-block;
  	min-width: 16px;
  	padding: 3px 5px;
  	line-height: 20px;
  	text-decoration: none;
  	/* 1 */
  	box-sizing: content-box;
  	/* 2 */
  	text-align: center;
}

/*
 * Links
 */

.page-numbers > li > a {
  	background: #eeeeee;
 	color: #444444;
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */

.page-numbers > li > a:hover,
.page-numbers > li > a:focus {
  	background-color: #f5f5f5;
  	color: #444444;
  	/* 2 */
  	outline: none;
}

/* OnClick */

.page-numbers > li > a:active {
  	background-color: #dddddd;
  	color: #444444;
}

/*
 * Active
 */

.page-numbers.current {
  	background: #B0392E !important;
  	color: #ffffff !important;
}

/*
 * Disabled
 */

.page-numbers > .page-numbers-disabled > span {
  	background-color: #f5f5f5;
  	color: #999999;
}

/* Previous and next navigation
 ========================================================================== */

.page-numbers.prev {
  	float: left;
}

.page-numbers.next {
  	float: right;
}

/* ========================================================================
   Single Product Page
 ========================================================================== */
.summary h1.product-subtitle {
    margin-bottom: 0px;
}

.woocommerce-product-gallery .wp-post-image {
    max-height: none !important;
}

.summary span.woocommerce-Price-amount.amount {
    font-family: Arial;
    font-weight: bold;
    color: #B0392E;
}

.woocommerce div.product div.summary,
.woocommerce div.product div.images {
    margin-bottom: 0px;
}

button.single_add_to_cart_button.button.alt {
    background: #b0392e;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid #333;
    font-weight: bold;
}

button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
    color: #888;
    background: #aaa;
}

span.sku {
    font-weight: bold;
}

span.tagged_as {
    display: none !important;
}

ul.tabs.wc-tabs {
    display: none;
}

div#tab-additional_information {
    display: none;
}

ul.tracklist {
    list-style: decimal;
}

@media (min-width: 960px) and (max-width:1499px) {
.single-product .woo-related-products-container {
    min-height: 410px;
}
}

@media (max-width: 959px) {
h3.product-subtitle, h2.woocommerce-loop-product__title {
    font-size: 18px !important;
    line-height: 20px !important;
}
}


@media (min-width: 571px) {
.woocommerce div.product {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-column-gap: 10px;
}
	
.woocommerce-tabs.wc-tabs-wrapper {
    grid-column: 1 / span 2;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    width: 100%;
}	
	
.woocommerce .summary.entry-summary {
    width: 100% !important;
}
}

@media (max-width: 570px) {
h1.product-subtitle, h1.product-title {
    float: left;
}
	
h1.product-subtitle:after {
    content: " - ";
    white-space: pre;
}
	
.woocommerce-tabs.wc-tabs-wrapper {
    margin-top: 55px;
}
	
}

@media (max-width: 480px) {
h1.product-subtitle, h1.product-title {
    width: 100%;
}
	
h1.product-subtitle:after {
    display: none;
}
	
}

/* ========================================================================
   Post Product Hand Picked
 ========================================================================== */

.wc-block-grid.wp-block-handpicked-products.wc-block-handpicked-products.has-1-columns {
    width: 35%;
    display: inline-block;
	margin-bottom: -19px;
}

a.wp-block-button__link.add_to_cart_button {
    color: #444;
    padding: 10px 20px;
}

.wc-block-grid__product-title {
    text-transform: uppercase;
    font-family: 'LeagueGothicRegular';
    font-size: 20px !important;
    font-weight: normal !important;
    margin-bottom: 0px !important;
}

.wc-block-grid.has-3-columns .wc-block-grid__product {
    flex: 1 0 31.5% !important;
    max-width: 31.5%;
    padding-right: 1.5%;
    margin-bottom: 0px;
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-image img {
    border: 1px solid #777;
}

.wc-block-grid__product-image {
    margin-bottom: 4px !important;
}

@media (max-width: 570px) {
.wc-block-grid.wp-block-handpicked-products.wc-block-handpicked-products.has-1-columns {
	width:100%;
	margin-bottom: -10px;
}
}	
	
@media (max-width: 480px) {
.wc-block-grid.has-3-columns .wc-block-grid__product {
    flex: 1 0 48% !important;
    max-width: 49%;
    padding-right: 1.5%;
}
}

/* =====================================================================
 	   WC Express Paypal
	==================================================================== */

div#woo_pp_ec_button_checkout {
    max-width: 500px;
}

li.wc_payment_method.payment_method_ppec_paypal {
    font-size: 0px;
}

li.wc_payment_method.payment_method_ppec_paypal label img {
    width: 50px;
}

.woocommerce #payment ul.payment_methods li, 
.woocommerce-page #payment ul.payment_methods li {
    float: left;
}

.payment_box.payment_method_ppec_paypal {
    padding: 15px;
}

.payment_box.payment_method_ppec_paypal p {
    padding: 15px;
    font-size: 16px;
    max-width: 460px;
    line-height: 16px;
    margin-top: -10px;
}

/* remove checkout buttons to force paypal checkout */
.wcppec-checkout-buttons__separator {
    display: none !important;
}

a.checkout-button.button.alt.wc-forward {
    display: none !important;
}

a.festi-cart-checkout {
    display: none !important;
}

/* =====================================================================
 	   WC Categories Widget
	==================================================================== */
prod-cat-widget {
	flex-grow: 1;
}

ul.product-categories {
    padding-left: 30px !important;
}

.product-categories .cat-item {
    line-height: 30px;
    font-size: 30px;
    padding: 10px;
}

.woocommerce.widget_product_categories ul.product-categories > li > a, 
.woocommerce-page.widget_product_categories ul.product-categories > li > a,
.woocommerce.widget_product_categories ul.product-categories ul a, 
.woocommerce-page.widget_product_categories ul.product-categories ul a {
    color: #fff;
}

.woocommerce.widget_product_categories ul.product-categories > li > a:hover, 
.woocommerce-page.widget_product_categories ul.product-categories > li > a:hover, 
.woocommerce.widget_product_categories ul.product-categories > li > a:focus, 
.woocommerce-page.widget_product_categories ul.product-categories > li > a:focus,
.woocommerce.widget_product_categories ul.product-categories ul a:hover, 
.woocommerce-page.widget_product_categories ul.product-categories ul a:hover {
    color: #ccc;
    background: transparent;
}

.product-categories .cat-parent:hover,
.children .cat-item:hover {
	background-color: transparent;
}

.product-categories .cat-item:last-child {
	border-bottom:none;
}

.woocommerce .widget_product_categories ul.product-categories span.count, 
.woocommerce-page .widget_product_categories ul.product-categories span.count {
    padding: 5px 150px 5px 0;
    font-size: 18px;
}

li.cat-parent {
    padding: 10px 0 0 0 !important;
}

.woocommerce.widget_product_categories ul.product-categories > li > a, 
.woocommerce-page.widget_product_categories ul.product-categories > li > a {
    border-bottom: 1px solid #444;
    padding-bottom: 10px !important;
}

ul.children {
    padding: 0 0 0 25px !important;
}

@media (min-width: 1500px) {

	
}

@media (max-width: 959px) {
ul.product-categories {
    padding-left: 20px !important;
}

.product-categories .cat-item {
    line-height: 20px;
    font-size: 20px;
}	
}

@media (max-width: 570px) {
.product-categories .cat-item {
    line-height: 20px;
    font-size: 26px;
}
}


/* =====================================================================
 	   WC Tag Cloud (Artists List)
	==================================================================== */
.prod-artists {
	flex-grow: 2;
}

ul.wp-tag-cloud {
    list-style: none;
    text-transform: uppercase;
    line-height: 30px;
    font-family: 'LeagueGothicRegular';
}

ul.wp-tag-cloud > li > a {
    font-size: 30px !important;
}

a.tag-cloud-link {
    border-bottom: 1px solid #444;
    display: block;
    padding: 10px;
}


a.tag-cloud-link:hover {
    color: #ccc;
}

.wp-tag-cloud li:last-child {
	border-bottom: none;
}

.tagcloud > ul > li:last-child a {
    border-bottom: none;
}

@media (min-width: 1500px) {

	
}

@media (max-width: 959px) {
ul.wp-tag-cloud > li > a {
    font-size: 20px !important;
}
	
ul.wp-tag-cloud {
	line-height: 20px;
	}
	
ul.wp-tag-cloud {
    padding-left: 20px;
}
}

@media (max-width: 570px) {
ul.wp-tag-cloud > li > a {
    font-size: 26px !important;
}
}


/* =====================================================================
    WooCommerce My Account Page
   ===================================================================== */

.login > .form-row > .button, td.actions > .button, button.woocommerce-button.button.woocommerce-form-login__submit, button.woocommerce-Button.button {
    margin-top: 10px;
}

.page-id-1762 .u-column1.col-1, 
.page-id-1762 .u-column2.col-2 {
    width: 100% !important;
    float: left !important;
}

.woocommerce-MyAccount-content > .woocommerce-Message > a.woocommerce-Button.button {
	padding: 0 5px;
}

.woocommerce-Button.button {
    max-width: 150px;
}

#createaccount, #ship-to-different-address-checkbox {
    width: auto;
}

#rememberme, #terms {
    width: auto;
}

span.woocommerce-terms-and-conditions-checkbox-text, span.woocommerce-input-wrapper {
    font-size: 14px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    margin-top: 5px;
}
.woocommerce-MyAccount-content {
    width: 100% !important;
    margin-top: 20px;
}

.woocommerce-MyAccount-navigation-link {
    list-style: none;
    text-transform: uppercase;
    font-family: 'LeagueGothicRegular';
    font-size: 1.65em;
    border-right: solid 1px #444;
    width: 100%;
    display: table-cell;
    text-align: center;
}

nav.woocommerce-MyAccount-navigation ul {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    padding-left: 0px;
}

.woocommerce-MyAccount-navigation-link:last-child {
    border-right: none;
}

.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table {
    font-size: 1em;
}

.woocommerce-pagination.woocommerce-pagination--without-numbers.woocommerce-Pagination {
    float: right;
}

table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table {
    border-bottom: solid 2px black;
}

@media (max-width: 480px) {
nav.woocommerce-MyAccount-navigation ul {
    grid-template-columns: auto auto auto;
    grid-row-gap: 10px;
}
	
.woocommerce-MyAccount-navigation-link:nth-child(3) {
    border-right: none;
}
}

@media (max-width: 325px) {
nav.woocommerce-MyAccount-navigation ul {
    grid-template-columns: 90px auto;
}
	
.woocommerce-MyAccount-navigation-link:nth-child(3) {
    border-right: solid 1px #444;
}
	
.woocommerce-MyAccount-navigation-link:nth-child(2n+2) {
    border-right: none;
    margin-left: 10%;
}
	
.woocommerce-MyAccount-navigation-link {
    text-align: left;
}
}

/* ========================================================= */
/* ========== Button Styles   =================== */

.wc-forward, .wc-backward, .button.product_type_variable, .button.view, .woocommerce-Button.button, #mc-embedded-subscribe, .button.product_type_simple.ajax_add_to_cart, .order-again > .button, .add_to_cart_button, .submit-button, .home-button, .login > .form-row > .button, .woocommerce-ResetPassword > .woocommerce-FormRow > input.woocommerce-Button, td.actions > .button, .button.woocommerce-Button.download, .button.pay, .button.cancel, a.woocommerce-Button.button, .input.woocommerce-Button.button, input.wpcf7-form-control.wpcf7-submit {
	box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: linear-gradient(to bottom, #e3e3e3 5%, #a8a8a8 100%) !important;
    border-radius: 4px;
    border: 1px solid #8f8f8f !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
}

.wc-forward:hover, .wc-backward:hover, .button.product_type_variable:hover, .button.view:hover, .woocommerce-Button.button:hover, #mc-embedded-subscribe:hover, .button.product_type_simple.ajax_add_to_cart:hover, .order-again > .button:hover, .add_to_cart_button:hover, .submit-button:hover, .home-button:hover, .login > .form-row > .button:hover, .woocommerce-ResetPassword > .woocommerce-FormRow > input.woocommerce-Button:hover, td.actions > .button:hover, .button.woocommerce-Button.download:hover, .button.pay:hover, .button.cancel:hover, a.woocommerce-Button.button:hover, input.woocommerce-Button.button:hover, input.wpcf7-form-control.wpcf7-submit:hover {
	background: linear-gradient(to bottom, #ccc 5%, #666 100%) !important;
}


/* =========================================================== 
*   Cart Page
*  =========================================================== */
td.product-name span.product-subtitle {
    color: #B0392E;
}

td.product-name span.product-subtitle:after {
    content: " -";
}

/* =========================================================== 
*   Checkout Page
*  =========================================================== */

button#place_order {
    text-transform: uppercase;
    font-weight: bold;
    border: 1px solid #666;
    background: #b0392e;
    float: left !important;
	max-width: 200px;
}

button#place_order:hover {
        background: #00a8e6;
}

span.required, 
.woocommerce form .form-row .required, 
.woocommerce-page form .form-row .required {
    color: #B0392E !important;
    text-decoration: none !important;
    border: none;
}

.woocommerce-terms-and-conditions-wrapper p.form-row.validate-required {
    margin: 0px;
}

a.wc-gateway-ppec-cancel {
    float: right;
    font-size: 80%;
}

@media (max-width: 767px) {
.col-2 {
    margin: 10px 0 !important;
}
	
span.woocommerce-terms-and-conditions-checkbox-text, 
	span.woocommerce-input-wrapper {
    font-size: 12px;
}
	
}

@media (max-width: 480px) {
span.woocommerce-terms-and-conditions-checkbox-text, span.woocommerce-input-wrapper {
    font-size: 10px;
}
}

/* =========================================================== 
*   Order Received
*  =========================================================== */

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    margin: 10px 0;
}

.woocommerce .order_details:before, 
.woocommerce-page .order_details:before, 
.woocommerce .order_details:after, 
.woocommerce-page .order_details:after {
	display: none;
}

a.woocommerce-MyAccount-downloads-file.button.alt {
    display: inline-block !important;
    border: 1px #444 solid;
    border-radius: 3px;
}

@media (max-width: 767px) {
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    grid-template-columns: auto auto auto;
    grid-row-gap: 10px;
}
}

@media (max-width: 570px) {
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    grid-template-columns: auto auto;
}
}

/* ========================================================================
   CUSTOM OVERRIDES
 ========================================================================== */
#tm-content {
    min-height: 972px;
}

article.post-item {
    display: grid;
    grid-template-columns: 250px auto;
    grid-column-gap: 1.5%;
}

@media (min-width: 1220px) {
#tm-content {
    min-height: 1172px;
}
}	

@media (min-width: 1500px) {
article.post-item {
	grid-template-columns: 292px auto;
}
	
#tm-content {
    min-height: 1376px;
}
}	

@media (max-width: 1219px) {
article.post-item {
	grid-template-columns: 202px auto;
}
}	

@media (max-width: 959px) {
article.post-item {
	grid-template-columns: 175px auto;
}

#tm-content {
    min-height: 820px;
}
}

@media (max-width: 767px) {
#tm-content {
    min-height: 300px;
}
	
article.single-release {
    display: flex;
}
}

@media (max-width: 570px) {
article.post-item {
	display: block;
}
}	
	
.uk-article:before, .uk-article:after {
	display: none;
}

.uk-search input.uk-search-field {
    background: #fafafa;
    min-width: 200px;
    border-radius: 4px;
}

.post-content.search-results {
    margin-top: 0px;
}

.page-id-1728 .tm-headerbar, 
.page-id-1728 .tm-navbar, 
.page-id-1728 .tm-footer, 
.page-id-1728 .tm-sidebar-a,
.page-id-3146 .tm-headerbar, 
.page-id-3146 .tm-navbar, 
.page-id-3146 .tm-footer, 
.page-id-3146 .tm-sidebar-a {
    display: none;
}

body.page-id-1728,
body.page-id-3146 {
    background-image: none;
    background-color: #FAFAFA;
}

.page-id-1728 .tm-main,
.page-id-3146 .tm-main {
    width: 100%;
    padding: 0;
    margin: 0;
}

.page-id-1728 h4,
.page-id-3146 h4,
.page-id-3146 h3 {
    margin: 15px 0px;
}

.page-id-3146 article.uk-article {
    font-size: 12px;
    line-height: 13px;
}

.postcontent > h4 {
    margin-bottom: 5px;
}

aside.tm-sidebar-a.uk-width-medium-1-3 {
    display: flex;
    flex-direction: column;
}

.page-id-1761 .tm-sidebar-a {
    display: none;
}

.page-id-1761 .tm-main {
    width: 100%;
}

.page-id-2350 .uk-article-title {
    display: none !important;
}

.page-id-2350 .tm-content {
    min-height: 930px !important;
}

.page-id-1762 .uk-article {
    min-height: 550px;
}

.page-id-1767 .uk-article {
    min-height: 930px;
	font-size: 1.2em;
	line-height: 120%;
}

.tm-main {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.page-id-1767 .uk-article-title {
    display: none;
}

.uk-width-medium-1-1 img.wp-post-image {
    width: 202px;
    height: 202px;
}

.khrlogo {
    width: 290px;
    height: 175px;
    margin: 10px;
}

.khrlogomobile {
    float: left;
    width: 182px;
    height: 110px !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* ========================================================================
   Ajax Search Box
 ========================================================================== */

/*See plugin options 

/* ======================================================================== */

.mailing-list-button-head {
	font-family: 'LeagueGothicRegular'; 
	text-transform:uppercase; 
	color:#DDD;
	font-size:21px;
}

.mailing-list-button-head-mobile {
	font-family: 'LeagueGothicRegular';
	text-transform:uppercase; 
	color:#DDD;
	font-size:20px;
}

.uk-offcanvas-bar > div.widget_text {
    margin-top: 0 !important;
}

.uk-navbar-toggle {
    color: #ccc;
}

.uk-navbar-toggle:hover, .uk-navbar-toggle:focus {
    color: #aaa;
}

.title404 {
    text-align: center;
    font-size: 300px;
    margin: 175px 0;
}

span.page404 {
    display: block !important;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 1.2em;
    line-height: 120%;
}

#post-pagination {
	width:100%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	font-size:1.15em;
	font-weight:bold;
	display: block;
	float: left;
}

p.editpost {
    display: block;
	width: 100%;
    float: right;
}

.single-post .post-tags {
    width: 100% !important;
    margin: 5px 0;
}

.postthumb {
    max-width: 300px;
    width: 100%;
    float: left;
}

.postcontent {
    width: 100%;
    float: left;
}

.more-link {
	font-weight:bold;
	display:inline-block;
}

.spotify-embed-album {
    width: 64%;
    display: inline-block;
	margin-bottom: 10px;
	vertical-align: top;
}

.spotify-embed-single {
	width: 100%;
	margin-bottom: 10px;
	vertical-align: top;
}

.continue-reading {
	display:none;
}

.read-more {
    font-weight: bold;
}

.uk-subnav {
	float: right;
	margin-top:-40px;
}

.singlepost {
	width:95%;
	float:left;
}

.uk-article {
    min-height: 200px;
    margin-bottom: 15px;
}

 .uk-article-meta {
	font-size:.8em;
	margin-top:-5px;
	margin-bottom: 5px;
}

.uk-article:last-child {
   padding: 0px;
}

.uk-article:only-child {
   margin-left: 0px;
}
/*
.uk-article-title:only-child {
	font-size:36px;
	line-height:40px;
}


/* ========================================================================
   Carousel Slider - for Featured Releases
 ========================================================================== */

a.visit-shop {
    float: right;
    padding: 5px 0 0;
    text-transform: uppercase;
    font-family: 'LeagueGothicRegular';
    font-size: 24px;
    color: #444;
    margin-top: 5px;
}

.carousel-slider-outer.carousel-slider-outer-products.carousel-slider-outer-4900 {
    margin-top: -10px;
}

.carousel-slider-outer.carousel-slider-outer-products.carousel-slider-outer-4987 {
    margin: -10px 0px;
}

.carousel-slider-nav-icon:focus {
    outline: none;
}

/* ======================================================================== */
input#mc-embedded-subscribe.button1 {
    padding: 5px;
    max-width: 85px;
}

img.wp-post-image {
    float: left;
    padding: 2px;
    border: 1px solid black;
    margin: 0px 10px 10px 0px;
    max-height: 450px;
    object-fit: cover;
    width: 99%;
}

.single-post img.wp-post-image {
    width: 100%;
    margin-bottom: 15px;
}

.single-post p {
    margin: 10px 0px 20px;
}

.single-post p.uk-article-meta {
    margin: 0px;
}

.ccfic {
    font-size: 10px;
    text-align: right;
    font-style: italic;
    display: inline-block;
    padding: 0;
    margin-top: -10px;
    margin-right: 10px;
}


/* ========================================================================
   Contact Form
 ========================================================================== */
.page-id-3274 article.uk-article.page {
    width: 100%;
}

div.wpcf7 {
    margin-top: 20px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    height: 32px;
    border-radius: 4px;
    padding: 0px 5px;
    font-size: 14px;
	max-width: 75%;
	margin-bottom: 10px;
}

textarea.wpcf7-textarea {
    width: 95%;
    border-radius: 4px;
    border-width: 2px;
    border-top-color: #999;
    border-left-color: #999;
    border-right-color: #eee;
    border-bottom-color: #eee;
    padding: 5px;
    font-size: 14px;
    font-family: inherit;
}

span.contact-form-title {
    margin-bottom: -10px;
    display: block;
}

.grecaptcha-badge { 
    visibility: hidden;
}

.contactform {
    width: 100%;
}

input.mobile-button {
    width: 78px;
}

input.required.email.mobile {
    width: 143px !important;
}

input.wpcf7-form-control.wpcf7-submit {
    padding: 10px 20px;
    font-size: 14px !important;
    color: #444;
    min-width: 100px;
}

.wpcf7-form label {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

input.wpcf7-form-control.wpcf7-submit {
    cursor: pointer;
	margin: 10px 0px;
}

/* ========================================================================
   Recent Posts widget
 ========================================================================== */
.recent-posts ul li a {
    text-transform: uppercase;
    font-family: 'LeagueGothicRegular';
    font-size: 24px;
}

.post-date:before {
    content: " - ";
    white-space: pre;
}

.post-date {
    font-size: 12px;
    color: #ccc;
}

/* ========================================================================
   Related Posts
 ========================================================================== */
img.jp-relatedposts-post-img {
    border: 1px solid #444;
    padding: 1px;
    margin-bottom: 5px;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
    font-size: 18px;
    line-height: 18px;
    font-family: 'LeagueGothicRegular';
    text-transform: uppercase;
}

.woocommerce #jp-relatedposts {
    display: none;
}

/* ========================================================================
   Artist Bios
 ========================================================================== */
.artist-roster {
    display: grid;
    grid-template-columns: 31.5% 31.5% 31.5%;
    grid-column-gap: 1.5%;
    width: 100%;
}

.artistbio {
    width: 100%;
}

.page img.wp-post-image {
    max-height: none;
}

.artist-bio-photo {
    width: 100%;
    border: 1px solid #444;
    padding: 2px;
    margin-bottom: 20px;
}


.artist_name {
    display: block;
    padding-top: 5px;
    margin-bottom: 15px;
    line-height: 5px;
    font-family: 'LeagueGothicRegular';
    font-size: 20px;
	text-transform: uppercase;
}

img.biopic {
    width: 100%;
    border: solid;
    border-width: 1px;
    padding: 2px;
    border-color: #444;
}


img.biopagepic {
    padding: 2px;
    margin-bottom: 8px;
    height: 145px;
    border: 1px black solid;
    width: 100%;
    object-fit: cover;
}

.biopic-and-credit {
    display: block;
    margin-bottom: 10px;
}

.lineup-title {
    margin-bottom: 5px;
}

.lineup {
	margin-bottom: 20px;
    list-style: none;
    padding-left: 15px;
    line-height: 120%;
}

.artist-biography {
    margin-bottom: 20px;
}

.artist-web-links {
    margin-bottom: 10px;
    margin-left: 10px;
    display: flex;
    font-size: 26px;
    flex-wrap: wrap;
}

.artist-web-link {
    text-transform: uppercase;
    font-family: 'LeagueGothicRegular';
    font-size: 22px;
    border-right: 2px solid #444;
    padding: 1px 10px;
    margin-bottom: 10px;
    white-space: nowrap;
}

.artist-web-link:hover {
    color: #444;
}

.artist-web-link:last-child {
    border-right: none;
    padding-right: 0px;
}

.artistbio:last-child {
    padding: 0px;
}

blockquote {
    margin: 5px;
}

.uk-nav ul a {
    padding: 0;
}

.artist-bio-page .jp-relatedposts {
    display: none;
}


/* ==============================================================================================================
 *                            CRUNCHIFY SOCIAL SHARE ICONS
 * ============================================================================================================== */
.crunchify-link {
    display: inline-block;
    font-size: 12px;
    border-radius: 4px;
    color: #fff;
    border: 1px solid #ccc;
    line-height: 23px;
    padding: 0px 7px;
    margin-right: 5px;
}

.crunchify-social {
    margin: 10px 0px;
}

.crunchify-facebook {
    background-color: #3b5998;
}

.crunchify-twitter {
    background-color: #1da1f2;
}

.crunchify-email {
    background-color: #b0392e;
}

.crunchify-link:hover {
    filter: brightness(0.85);
}

@media (max-width: 340px){
.crunchify-link {
    font-size: 10px;
}
}

/* =============================================================================================================== */

.post_content {
    float: left;
}

.post-item .post-content {
    margin-top: -5px;
}

.edit-link {
    width: 100%;
}

.post-item .editpost {
    display: none;
}

.footer-text {
    color: #444;
}

.email-icon {
	width:40px;
	margin-right:5px;
}

li.cat-item {
	text-transform:uppercase;
	font-size:1.65em;
	font-family: 'LeagueGothicRegular';
	line-height:175%;
	border-bottom:1px solid #333;
	list-style-type:none;
	display:block;
	
}

li.cat-item:hover {
	background-color:#ddd;
}

li.cat-item:hover a{
	color:#555;
}

li.cat-item:last-child {
	border-bottom:none;
}

.uk-icon-button {
    background: #1a1a1a;
    color: #888 !important;
    margin-right: 4px;
}

.uk-icon-button:hover, .uk-icon-button:active {
    background: #1a1a1a;
    color: #b0392e !important;
}

div#mobilehead {
    width: 100%;
}

.uk-navbar-center {
	max-width: 100%;
}

label.screen-reader-text {
   display: none;
}

.youtube-player {
    max-width: 100%;
    padding: 10px 0px;
	float: left;
}

/*text resizing*/

@media (min-width: 1500px) {
img.biopagepic {
	height: 175px;
}
	
.uk-width-medium-1-1 img.wp-post-image {
    height: 292px !important;
    width: 292px !important;
}
	
.single-post img.wp-post-image {
    max-height: 600px;
}
}

@media (min-width: 1220px) {
.uk-width-medium-1-1 img.wp-post-image {
    width: 250px;
    height: 250px;
}
}

@media (max-width: 1219px) {
.uk-panel-box .uk-panel-title {
	font-size: 2.4em;
}

.uk-navbar-nav > li > a {
    font-size: 22px;
}
	

}

@media (max-width: 959px) {

.mailing-list-button-head {
	font-size:18px;
}
	
.uk-navbar-nav > li > a {
    font-size: 20px;
}
	
.uk-width-medium-1-1 img.wp-post-image {
    width: 175px;
    height: 175px;
}
	
}

@media (max-width: 875px) {
.uk-article-title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
}
	
.post-item .post-content {
    margin-top: -5px;
}
	
.artist-bio-photo {
    margin-bottom: 10px;
}
}

@media (max-width: 767px) {

.uk-navbar-nav > li > a {
    font-size: 19px;
}
	
.page-id-1762 .uk-article {
    min-height: inherit;
}
	
.uk-article + .uk-article {
    margin-top: 1px;
}	
	
.uk-article-title {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
}

h1.page-title {
    font-size: 24px;
	line-height: 26px;
	margin-bottom: 10px;
}
	
.latest-release-mobile {
    border-style: solid;
    margin: 3px;
    padding: 2px;
    width: 28%;
    border-width: 1px;
    border-color: #333; 
	float:left;
	min-width:70px;
}

.youtube-player {
    max-width: 100%;
    padding: 10px 0px;
	height:300px;
}
	
}

@media (max-width: 570px) {
	
a.visit-shop {
	font-size:1.5em;
}	

.footer-text {
    font-size: 1em;
}

.spotify-embed-album {
    width: 100%;
}
	
.postthumb {
	width: 100%;
    max-width: 600px;
    float: left;
}	

.postcontent {
    width: 100%;
    float: left;
	margin-bottom: 10px !important;
}	
	
.post-content {
    float: left;
	width: 100%;
}
	
.uk-width-medium-1-1 img.wp-post-image {
    width: 100%;
    height: auto;
    min-height: 150px;
    max-height: 350px;
}
	
.artist-roster.uk-row-first {
    grid-template-columns: 48% 48%;
}
}

@media (max-width: 480px) {
.uk-panel-box {
    padding: 15px !important;
}	

.uk-panel-box .uk-panel-title {
	font-size: 30px;
}
	
a.visit-shop {
	font-size:1.3em;
}

.uk-article-meta {
    font-size: .7em;
    margin-top: 0;
}

.uk-pagination > li:nth-child(n+2) {
    margin-left: .01px;
}

.uk-pagination > li > a,
.uk-pagination > li > span {
  min-width: 8px;
  line-height: 15px;
}

img.biopagepic {
    height: 110px;
}

.footer-text {
    font-size: .8em;
}

h1.page-title {
    font-size: 2em;
}

.title404 {
    text-align: center;
    font-size: 175px;
    margin: 100px 0;
}

.images {
    width: 100% !important;
}

.youtube-player {
    max-width: 100%;
    padding: 10px 0px;
	height:200px;
}
	
.khrlogomobile {
    height: 80px !important;
    width: auto;
}
	
.uk-width-medium-1-1 img.wp-post-image {
    max-height: 250px;
}

}

@media (max-width:400px) {
.uk-panel-box .uk-panel-title {
    font-size: 28px;
}
	
h1.page-title {
    font-size: 1.8em;
}

.uk-article-title {
    font-size: 24px;
    line-height: 24px;
}

}

@media (max-width:385px) {
img.biopagepic {
    height: 100px;
}

.uk-article-title {
    font-size: 20px;
    line-height: 20px;
}
	
.khrlogomobile {
    height: 60px !important;
}
	
.uk-width-medium-1-1 img.wp-post-image {
    max-height: 200px;
}

}

@media (max-width:325px) {
html {
    font: normal 12px / 16px 'Verdana';
}
	
.uk-panel-box .uk-panel-title {
    font-size: 24px;
}
	
.uk-article-meta {
    font-size: .66em;
    line-height: 125%;
	margin: 0 0 10px;
}

.footer-text {
    font-size: .7em;
}

h1.page-title {
    font-size: 1.6em;
}
	
.page h1.uk-article-title {
    margin-top: -10px;
    font-size: 20px;
}
	
.uk-width-medium-1-1 img.wp-post-image {
    max-height: 175px;
}

}
	

/*Mobile Menu*/
.uk-offcanvas-bar {
    font-family: 'LeagueGothicRegular';
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
}

@media (max-width: 480px) {
	
.uk-offcanvas-bar {
	font-size: 24px;
	line-height: 24px;
}
	
}


/* ==================================================================================================================================
 * AJAX FILTERS
 * ================================================================================================================================== */
/* Grid display*/
.widget_premmerce_filter_filter_widget {
    display: grid;
    grid-template-columns: min-content auto min-content;
	grid-column-gap: 10px;
}

.product-filter.widget_premmerce_filter_filter_widget {
    background-color: rgba(100,100,100,.15);
    line-height: 24px;
    padding: 10px;
}

.product-filter.widget_premmerce_filter_filter_widget h3 {
    display: block;
    color: #aaa;
    font-size: 20px;
    width: auto;
    margin-right: 10px;
	margin-bottom: 0px;
	line-height: 24px;
	grid-column: 1;
    grid-row: 1;
	min-width: 100px;
}
.filter__title {
    text-transform: uppercase;
    font-family: 'LeagueGothicRegular';
    color: #fff;
    font-size: 20px;
}

.filter__checkgroup-link {
    font-family: 'LeagueGothicRegular';
    text-transform: uppercase;
    font-size: 24px;
}

.filter__properties-item {
    display: block;
    width: 90%;
}

.filter__properties-item:not(:last-child) {
    border-bottom: 1px solid;
}

label.filter__checkgroup-title {
    color: #fff;
}

span.filter__checkgroup-count {
    font-family: 'LeagueGothicRegular';
    font-size: 20px;
    color: #fff;
    margin-top: -3px;
}

.filter__header {
    display: block;
    width: auto;
    margin-right: 5px;
}

.filter__inner {
    display: inline-block;
    margin-top: 0px;
    width: 70%;
}

.pc-active-filter__list-item {
    font-family: 'LeagueGothicRegular';
    text-transform: uppercase;
    font-size: 20px;
    width: auto;
    display: block;
    margin-left: 10px;
	min-width: 102px;
}

.pc-active-filter__list {
    float: right;
}

a.pc-active-filter__item-link {
    color: #aaa;
}

.pc-active-filter__list-item:not(:last-child) {
    display: none;
}

span.pc-active-filter__item-delete {
    color: #b0392e;
    border-color: transparent;
    font-family: Verdana !important;
    font-size: 12px !important;
    line-height: 20px;
}

.filter__item.filter__item--type-select {
    margin: 0;
    float: left;
    display: grid;
    grid-template-columns: min-content auto;
}

.filter__inner {
    width: 100%;
}

.widget.widget_premmerce_filter_active_filters_widget.premmerce-active-filters-widget-wrapper {
    width: auto;
    float: right;
	grid-column: 3;
    grid-row: 1;
}

.filter.filter--style-default {
    display: grid;
    grid-template-columns: auto auto;
	grid-column-gap: 10px;
    grid-column: 2;
    grid-row: 1;
}

@media (min-width: 768px) {
.filter__inner {
    min-width: 180px;
}
}

@media (min-width: 960px) {
.filter__inner {
    min-width: 200px;
}
}

@media (min-width: 1120px) {
.filter__inner {
    min-width: 280px;
}
}

@media (min-width: 1500px) {
.filter__inner {
    min-width: 400px;
}
}

@media (max-width: 680px) {
.widget_premmerce_filter_filter_widget {
    grid-template-columns: 50% 50%;
}	

.widget.widget_premmerce_filter_active_filters_widget.premmerce-active-filters-widget-wrapper {
    grid-column: 2;
    grid-row: 1;
}
	
.filter.filter--style-default {
    grid-row: 2;
    grid-column: 1/3;
    grid-template-columns: 49% 49%;
    grid-column-gap: 2%;
}
	
.filter__item.filter__item--type-select {
    grid-template-columns: min-content auto;
}
		
}

@media (max-width: 480px) {
.filter.filter--style-default {
    grid-template-columns: 100%;
}
	
.filter__item.filter__item--type-select {
    grid-template-columns: 62px auto;
}
}

/* ==================================================================================================================================
 * 													MAILCHIMP
 * ================================================================================================================================== */
/* MailChimp Form Embed Code - Horizontal Super Slim - 12/16/2015 v10.7
Adapted from: http://blog.heyimcat.com/universal-signup-form/ */

#mc_embed_signup form {
    text-align: right;
    position: relative;
    bottom: -100px;
    right: 10px;
}
h3.mc_subscribe {
    color: #ddd;
    text-align: right;
    padding-bottom: 0px;
    position: absolute;
    bottom: -80px;
    right: 10px;
}

 /* positions input field horizontally */
.mc-field-group { 
	display: inline-block; 
}

#mc_embed_signup input.email {
	font-family: 'Verdana'; 
	font-size: 15px; 
	border: 1px solid #ABB0B2;  
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
	color: #343434; 
	background-color: #fff; 
	box-sizing:border-box; 
	height:32px; 
	padding: 0px 0.4em; 
	display: inline-block; 
	margin: 0; 
	width:200px; 
	vertical-align:top;
}

#mc_embed_signup label {
	display:block; 
	font-size:16px; 
	padding-bottom:10px; 
	font-weight:bold;
}

/* positions button horizontally in line with input */
#mc_embed_signup .clear {
	display: inline-block;
}

#mc_embed_signup .button {
	font-size: 13px; 
	border: none; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
	letter-spacing: .03em; 
	color: #444; 
	background-color: #aaa; 
	box-sizing:border-box; 
	height:32px; 
	line-height:32px; 
	padding:0 18px; 
	display: inline-block; 
	margin: 0; 
	transition: all 0.23s ease-in-out 0s;
}

#mc_embed_signup .button:hover {
	background-color:#777; 
	cursor:pointer;
}

#mc_embed_signup div#mce-responses {
	float:left; 
	top:-1.4em; 
	padding:0em .5em 0em .5em; 
	overflow:hidden; 
	width:90%;
	margin: 0 5%; 
	clear: both;
}

#mc_embed_signup div.response {
	margin:1em 0; 
	padding:1em .5em .5em 0; 
	font-weight:bold; 
	float:left; 
	top:-1.5em; 
	z-index:1; 
	width:80%;
}

#mc_embed_signup #mce-error-response {
	display:none;
}

#mc_embed_signup #mce-success-response {
	color:#529214; 
	display:none;
}

#mc_embed_signup label.error {
	display:block; 
	float:none; 
	width:auto; 
	margin-left:1.05em; 
	text-align:left; 
	padding:.5em 0;
}
	
@media (max-width: 767px) {
    #mc_embed_signup input.email {
		width:100%; 
		margin-bottom:5px;
	}
    #mc_embed_signup .clear {
		display: block; 
		width: 100% 
	}
    #mc_embed_signup .button {
		width: 100%; 
		margin:0; 
	}
}

/* ==================================================================================================================================
 * 													RELEASES
 * ================================================================================================================================== */
/* ==================================================
 * Single Release Page
 * ================================================== */

.single-release .cover-art, 
.single-release .release-details {
    display: block;
    float: left;
    width: 45%;
}

.single-release .cover-art {
    margin-right: 2%;
    width: 50%;
}

.single-release .release-details-title, 
.single-release .release-artist {
    font-family: 'LeagueGothicRegular';
    text-transform: uppercase;
    font-size: 30px;
    font-weight: normal;
}

.single-release .release-details-title {
    display: block;
}

.cover-art {
    border: 1px solid #444;
    padding: 2px;
}

.release-details {
    font-family: sans-serif;
    font-size: 16px;
    line-height: 18px;
    margin-top: 10px;
}

.release-artist {
    font-weight: bold;
}

img.format-icon {
    height: 16px;
    width: 16px;
}

.single-release .available-formats {
    font-weight: bold;
    display: block;
    margin-top: 10px;
}

.single-release .jp-relatedposts {
    display: none;
}

.tracklist-block {
    margin-top: 15px;
    width: 100%;
    float: left;
}

/* ==================================================
 * Release Catalog Page
 * ================================================== */

.khr-release-catalog {
    width: 100%;
    display: grid;
    grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
    grid-column-gap: 1.5%;
	grid-row-gap: 5px;
}

.catalog-cover-art {
    border: 1px solid #444;
    padding: 2px;
}

.catalog-release-details {
    font-family: sans-serif;
    font-size: 14px;
    line-height: 14px;
    margin: 5px;
}

img.release-catalog-cover {
    width: 100%;
}

.catalog:last-child {
    padding: 0px !important;
}

/* ============================================
 * Artist Bio Discography
 * ============================================ */
.artist-discography {
    display: grid;
    grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
    grid-column-gap: 1.5%;
    grid-row-gap: 10px;
}

.discography {
    width: 100%;
}

.discography-desc {
    font-family: sans-serif;
    font-size: 14px;
    line-height: 16px;
	padding-left: 2px;
}

span.discography-sub {
    font-weight: bold;
    color: #444;
}

.catalogpic {
    border: 1px black solid;
    padding: 2px;
    margin-bottom: 5px;
    width: 100%;
}

/* ============================================
 * Release List Widget
 * ============================================ */
.release-list-widget {
	flex-grow: 1;
}

.release-list .formats, 
.release-list .spotify-link, 
.release-list .apple-link,
em.release-list-sub {
    font-size: 14px;
	line-height: 14px;
}

.release-list {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-column-gap: 1.5%;
    margin-bottom: 10px;
}

.release-list-title {
    font-family: 'LeagueGothicRegular';
    text-transform: uppercase;
    color: #eee;
    font-size: 24px;
	line-height: 24px;
}

p.release-list-desc {
    padding-top: 4px;
    margin-top: 0px;
    margin-bottom: 0px;
}

em.release-list-sub {
    color: #ddd;
}

.release-list-img {
    border-style: solid;
    width: 100%;
    border-width: 1px;
    border-color: #444;
}

.visit-shop-list {
    font-family: 'LeagueGothicRegular';
    text-transform: uppercase;
    font-size: 24px;
    float: right;
    display: block;
    width: 100%;
    text-align: right;
    margin-top: 15px;
}

/* =========================================== */

@media (min-width: 1500px) {
.release-list-title {
    font-size: 30px;
	line-height: 30px;
}
	
.release-list .formats, 
.release-list .spotify-link, 
.release-list .apple-link, 
em.release-list-sub {
    font-size: 18px;
    line-height: 20px;
}
}

@media (max-width: 1499px) {
.catalog-release-details {
    font-size: 12px;
    line-height: 14px;
}	
}

@media (max-width: 1119px) {

}

@media (max-width: 959px) {
.release-list-title {
	font-size: 20px;
    line-height: 20px;
}
}

@media (max-width: 879px) {
.release-list .formats, 
.release-list .spotify-link, 
.release-list .apple-link, 
em.release-list-sub {
    font-size: 12px;
    line-height: 12px;
}
}

@media (max-width: 767px) {

.khr-release-catalog {
    grid-template-columns: 31.5% 31.5% 31.5%;
    grid-column-gap: 1.5%;
}
	
p.release-list-desc {
    line-height: 18px;
}
	
.release-list-title {
    font-size: 24px;
}
	
.release-list .formats, 
em.release-list-sub,
.release-list .spotify-link, 
.release-list .apple-link {
    font-size: 16px;
}
	
.release-list {
    width: 50%;
    float: left;
}
	
}

@media (max-width: 600px) {
.release-list-title {
    font-size: 20px;
}
}

@media (max-width: 570px) {
	
.catalog-release-details {
    font-size: 11px;
    line-height: 12px;
}	
	
.single-release .cover-art, 
.single-release .release-details {
    width: 100%;
}
	
.single-release .cover-art {
    margin-right: 0;
    width: 100%;
}
	
.artist-discography {
    grid-template-columns: 32.5% 32.5% 32.5%;
}
	
.release-list {
    width: 100%;
}
	
.release-list-title {
    font-size: 20px;
}
	
.release-list-title {
    font-size: 24px;
}
	
}

@media (max-width: 480px) {
.khr-release-catalog {
    grid-template-columns: 48% 48%;
    grid-column-gap: 2%;
}
	
.catalog-release-details {
    font-size: 10px;
    line-height: 10px;
}
	
.artist-discography {
    grid-template-columns: 49% 49%;
}
}

@media (max-width:385px) {
.release-list-title {
    font-size: 20px;
}
	
.release-list .formats, 
em.release-list-sub, 
.release-list .spotify-link, 
.release-list .apple-link {
    font-size: 14px;
}
}

/* ==================================================================================================================================
 * 													FESTICART
 * ================================================================================================================================== */
.festi-cart-products-content {
    min-width: 350px;
}

td.festi-cart-product-title {
    width: 50%;
}

td.festi-cart-product-title span.product-subtitle {
    font-weight: bold;
}

td.festi-cart-product-title span.product-subtitle:after {
    content: " -";
}

.festi-cart-fixed-position {
    display: none;
}

span.festi-cart-position.budgeCounter.position-right {
    font-size: 10px;
    padding: 1px 1px;
    background-color: #b0392e;
    opacity: 0.8;
    left: 22px;
}

.festi-cart-inner-wrap {
    float: left;
    margin-left: -5px;
    margin-top: 2px;
}

.festi-cart-product-title {
    vertical-align: top !important;
    text-align: left !important;
}

a.festi-cart-title {
    font-size: 12px !important;
	font-weight: bold;
}

body a#festi-cart.festi-cart.festi-cart-customize {
    padding: 5px;
	font-family: 'LeagueGothicRegular';
}

#festi-cart-pop-up-products-list-body {
    max-height: 400px !important;
}

div.festi-cart-pop-up-body div.festi-cart-pop-up-header span.festi-cart-added-to-cart-msg {
    font-family: 'LeagueGothicRegular';
    text-transform: uppercase;
}

body div.festi-cart-product-count-and-price {
    float: left;
}

.festi-cart-product-title .product-subtitle {
    float: left;
    display: inline-block;
    padding-right: 5px;
}

body div.festi-cart-pop-up-products-content table.festi-cart-list tr.festi-cart-item td.festi-cart-product-title a.festi-cart-title, 
body div.festi-cart-pop-up-products-content table.festi-cart-list tr.festi-cart-item td.festi-cart-product-title span.festi-cart-title {
    display: block;
    float: left;
}

body div.festi-cart-pop-up-products-content table.festi-cart-list tr.festi-cart-item td.festi-cart-product-title span.festi-cart-product-variation-attribut {
    margin-right: 10px;
    margin-top: 5px;
}

.festi-cart-window-content.festi-cart-horizontal-position-right.festi-cart-vertical-position-top.festi-cart-fixed-position {
    display:none;
}

body div.festi-cart-window-content {
    position: absolute !important;
    z-index: 999999;
	padding-top: 2px;
}

body div.festi-cart-pop-up-products-content p.festi-cart-buttons a.festi-cart-view-cart, 
body div.festi-cart-pop-up-products-content p.festi-cart-buttons a.festi-cart-checkout, 
a.festi-cart-view-cart, a.festi-cart-checkout {
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: linear-gradient(to bottom, #e3e3e3 5%, #a8a8a8 100%) !important;
    border-radius: 4px;
    border: 1px solid #8f8f8f;
    font-weight: bold !important;
    text-transform: uppercase !important;
    font-family: arial !important;
    font-size: 12px !important;
    min-width: 60px;
    text-align: center;
    padding: 5px 15px !important;
}

body div.festi-cart-pop-up-products-content p.festi-cart-buttons a.festi-cart-view-cart:hover, 
body div.festi-cart-pop-up-products-content p.festi-cart-buttons a.festi-cart-checkout:hover, 
a.festi-cart-view-cart:hover, a.festi-cart-checkout:hover {
    background: linear-gradient(to bottom, #ccc 5%, #666 100%) !important;
}

.festi-cart-products-content {
    padding: 30px 20px !important;
}

div#popup-nav-wrapper .festi-cart-buttons a {
    padding: 5px 20px !important;
}

div#popup-nav-wrapper {
    display: block;
    height: 20px;
}

p.festi-cart-buttons {
    float: right;
    display: block;
}

a.festi-cart div.festi-cart-content img.festi-cart-icon {
    width: 20px !important;
}

/*Hide cart menu icon on cart and checkout page*/
.page-id-1760 ul.uk-navbar-nav li a#festi-cart,
.page-id-1761 ul.uk-navbar-nav li a#festi-cart {
    display: none !important;
}


@media (min-width: 1500px) {
a.festi-cart div.festi-cart-content img.festi-cart-icon {
    width: 24px !important;
}
}

@media (max-width: 1219) {
.fest-cart-text-before-quantity, .festi-cart-quantity, .festi-cart-text-after-quantity, .festi-cart-text-before-total, .festi-cart-total > .amount, .festi-cart-text-after-total, .festi-cart-dropdown-arrow {
    font-size: 22px !important;
}

}

@media (max-width: 959px) {
.fest-cart-text-before-quantity, .festi-cart-quantity, .festi-cart-text-after-quantity, .festi-cart-text-before-total, .festi-cart-total > .amount, .festi-cart-text-after-total, .festi-cart-dropdown-arrow {
    font-size: 20px !important;
}

}

/* ==================================================================================================================================
 * 													EASY FACEBOOK LIKE BOX
 * ================================================================================================================================== */

.efbl_header_img {
    float: left;
    padding-right: 10px;
}

.efbl_header {
    display: none !important;
}

.efbl_feed_wraper.efbl_skin_6939, 
.efbl_feed_wraper.efbl_skin_6939 .efbl_header {
    background-color: transparent !important;
}

.efbl_feed_wraper.efbl_skin_6939 .efbl_story_text {
    padding-left: 0;
    padding-right: 0;
    background-color: transparent !important;
    color: white !important;
}

a.efbl_read_full_story, 
a.efbl_share_links {
    color: white !important;
}

.efbl_feed_wraper.efbl_skin_6939 #efblcf.efbl_fb_story {
    border-bottom-style: solid !important;
}

#efblcf .efbl_shared_story {
    background: rgba(0,0,0,.2);
    border-color: rgba(0,0,0,.4);
}

.efbl_fb_story, p.efbl_story_time {
    color: #ddd !important;
}

#efblcf .efbl_shared_story.efbl_has_link_image .efbl_link_text {
    width: 100%;
}

img.efbl_popup_image {
    max-height: 300px;
}

.facebook-widget {
	height: 530px;
}

.efbl_feed_wraper {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 5%;
    margin-bottom: -20px !important;
    width: 98%;
}

.efbl_author_info {
    margin-bottom: 10px;
}

p.efbl_story_text {
    font-size: 12px;
    line-height: 14px;
}

.efbl_shared_story.efbl_has_link_image {
    margin-top: 10px;
}

.efbl_info {
    background: rgba(0,0,0,.2) !important;
}

#efblcf .efbl_shared_story.efbl_has_link_image .efbl_link_text {
    float: left;
    width: 70% !important;
}

p.efbl_title_link {
    font-size: 12px;
    line-height: 14px;
}

p.efbl_link_description {
    font-size: 10px;
    line-height: 12px;
}

p.story_description {
    font-size: 10px;
    line-height: 11px;
    margin-top: 5px;
    max-height: 200px;
    overflow-y: hidden;
}

.efbl_comments_wraper {
    background-color: rgba(0,0,0,.2) !important;
}

#efblcf .efbl_comments_wraper .efbl_commenter_image {
    width: 15% !important;
    margin-right: 2% !important;
}

#efblcf .efbl_comments_wraper .efbl_comment_text {
    width: 83% !important;
    font-size: 10px;
    line-height: 12px;
}

#efblcf .efbl_comments_wraper .efbl_commenter_image a img {
    font-size: 0px;
}

#efblcf .efbl_story_photo img, #efblcf .efbl_story_photo video {
    max-height: 250px;
    object-fit: cover;
    border: 1px solid;
    border-color: rgba(0,0,0,.4);
    padding: 2px;
}

iframe.efbl_youtube_video {
    max-height: 250px;
}

.uk-panel.uk-panel-box.uk-hidden-small.facebook-widget.widget_easy_facebook_feed:after {
    display: none;
}

.fa-comment-o:before {
    content: "\f075";
}

@media (min-width: 1500px) {
.facebook-widget {
    height: 560px;
}
}

@media (max-width: 900px) {
.facebook-widget {
    height: 610px;
}
}
/* ==================================================================================================================================
 * 												SOCIAL ICONS WIDGET
 * ================================================================================================================================== */

.textwidget.custom-html-widget .social-icons {
    display: block;
    font-size: 48px;
    float: right;
    position: relative;
    right: 10px;
    padding-left: 0px;
    top: 110px;
}

.textwidget.custom-html-widget .social-icons a:hover {
    color: #B0392E;
}

.uk-offcanvas .uk-panel.widget_custom_html .uk-panel-title {
    font-size: 24px;
}

.uk-offcanvas .uk-panel.widget_custom_html {
    margin-bottom: 0px;
    margin-top: 10px;
    height: 0px;
}

.textwidget.custom-html-widget .social-icons a {
    color: #666;
}

.uk-offcanvas .textwidget.custom-html-widget .social-icons {
    top: 0px;
    right: 0px;
    padding-left: 0px;
    font-size: 40px;
    float: left;
}


/* ============================================================================ *
 *                       INTERNET EXPLORER 10+ STYLES
 * ============================================================================ */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
	/*.home #tm-main-top {
		margin-bottom: -110px !important;
	}*/

	article.post-item {
		display: block;
		width: 100%;
		clear: both;
		margin-bottom: 10px !important;
	}
	
	.postthumb {
		width: 200px;
		margin-right: 10px;
		float: left;
	}
	
	.uk-width-medium-1-1 img.wp-post-image {
		width: 200px;
		height: 200px;
	}
	
	.postcontent {
		width: 60%;
		float: left;
	}
	
	aside.tm-sidebar-a.uk-width-medium-1-3 {
		display: block !important;
	}
	
	.uk-panel.uk-panel-box.uk-hidden-small.facebook-widget.widget_easy_facebook_feed {
		display: block;
		min-height: 510px;
	}
	
	.facebook-widget {
		height: 510px;
	}
	
	.efbl_feed_wraper {
		height: 510px !important;
	}
	
	#efblcf .efbl_story_photo img, #efblcf .efbl_story_photo video {
    	max-height: 600px !important;
	}
	
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: 23.5% !important;
		padding-left: 1.5% !important;
		padding-bottom: 10px !important;
	}	
	
	.woocommerce div.product {
		width: 100% !important;
		display: block !important;
	}
	
	.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
		width: 48% !important;
		margin-right: 2% !important;
		display: block !important;
		float: left !important;
		clear: none !important;
	}
	
	.woocommerce .summary.entry-summary {
		width: 50% !important;
		display: block !important;
		float: left !important;
		clear: none !important;
	}
	
	.artistbio {
		width: 31.5% !important;
		padding-left: 1.5% !important;
		padding-bottom: 10px !important;
		display: block;
		float: left;
		position: relative;
		top: 95px !important;
		left: 85px !important;
		transform: translate(-50%, -50%);
		min-height: 170px;
	}	
	
	img.biopagepic {
		height: auto;
		width: 100%;
	}
	
	.artist-discography {
		min-height: 550px;
	}
	
	.discography {
		width: 23.5% !important;
		padding-right: 1.5% !important;
		display: block;
		float: left;
		margin-bottom: 10px;
	}
	
	figure.catalog {
		width: 23.5% !important;
		padding-right: 1.5% !important;
		float: left;
		display: block;
	}
	
	.release-list {
		display: block;
		width: 100%;
		clear: both;
	}
	
	.release-list-img, 
	.release-list-desc {
		width: 48.5%;
		margin-right: 1.5%;
		display: block;
		float: left;
		margin-bottom: 10px !important;
	}
	
	.search-results-nav {
		display:block;
		clear: both;
	}
}

@media (min-width: 1500px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */	
	.postthumb {
		width: 292px;
	}
	
	.uk-width-medium-1-1 img.wp-post-image {
		width: 292px;
		height: 292px;
	}
	
	/*.home #tm-main-top {
		margin-bottom: -75px !important;
	}*/
}	

@media (max-width: 1219px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
/*	.home #tm-main-top {
		margin-bottom: -145px !important;
	}*/
}

@media (max-width: 959px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
	.postcontent {
		width: 60%;
	}	
	
	.postthumb {
		width: 155px;
	}
	
	.uk-width-medium-1-1 img.wp-post-image {
		width: 155px;
		height: 155px;
	}
	
	/*.home #tm-main-top {
		margin-bottom: -105px !important;
	}*/

	
}	
	
@media (max-width: 767px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
	.postcontent {
		width: 65%;
	}
	
	.postthumb {
		width: 175px;
	}
	
	.uk-width-medium-1-1 img.wp-post-image {
		width: 175px;
		height: 175px;
	}
	
	.release-list {
		width: 48%;
		margin-right: 2%;
		clear: none;
		float: left;
	}
	
	/*.home #tm-main-top {
		margin-bottom: -65px !important;
	}*/
}	
	
@media (max-width: 570px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
	.postthumb {
		width: 100%;
		margin-right: 0%;
		float: none;
	}
	
	.postcontent {
		width: 100%;
		float: none;
	}
	
	.uk-width-medium-1-1 img.wp-post-image {
		width: 100%;
		height: auto;
		min-height: 0px;
		max-height: 600px;
	}
	
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: 31.5% !important;
		padding-left: 1.5% !important;
		padding-bottom: 10px !important;
	}	
	
	figure.woocommerce-product-gallery__wrapper,
	.woocommerce .summary.entry-summary {
		width: 100% !important;
		float: none !important
	}
	
	.discography {
		width: 31.5% !important;
	}
	
	figure.catalog {
		width: 31.5% !important;
	}
	
	.release-list {
		display: block;
		width: 100%;
		clear: both;
	}
}

@media (max-width: 480px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: 48.5% !important;
		padding-left: 1.5% !important;
		padding-bottom: 10px !important;
	}	
	
	.artistbio {
		width: 48.5% !important;
		padding-left: 1.5% !important;
		padding-bottom: 10px !important;
	}
	
	.discography {
		width: 48.5% !important;
	}
	
	figure.catalog {
		width: 48.5% !important;
	}
}

/* ==================================================================================================================================
 * AJAX FILTERS Internet Explorer
 * ================================================================================================================================== */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.filter__inner {
    display: block;
    float: right;
    max-width: 200px;
    margin-right: 10px;
}
	
.product-filter.widget_premmerce_filter_filter_widget h3 {
    float: left;
}
	
.filter__header {
    float: left;
}

.pc-active-filter__list-item {
    margin-bottom: 0px !important;
}
}
@media (max-width: 959px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.filter__item {
    width: 50%;
}
	
.filter__inner {
	max-width: 100%;
}

.product-filter.widget_premmerce_filter_filter_widget h3 {
    width: 50%;
}
	
.filter__inner {
    width: 64%;
}
}

@media (max-width: 570px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.filter__item {
    width: 100%;
}
}