.topbar__menu img, .topbar__menu svg {
	width: 6rem;
	height: 2rem;
}
.image-carrousel-container {
	overflow: hidden
}
ul.sub-menu {
    font-size: 2rem;
    /* font-style: italic; */
    font-weight: 300;
    overflow: hidden;
	max-height: 0;
	transition: 1s ease-out all;
	display: flex;
	justify-content: center;
	align-content: center
}
ul.sub-menu li {
   	opacity: 0 !important;
	transition-duration: : 1s !important;
}
ul.sub-menu li.right-vertical-stripe {
	margin-right: 2rem;
	padding-right: 2rem;
	border-right: 1px solid #fff;
}

.menu-item-has-children:hover ul.sub-menu {
	max-height: 200px;
}
.menu-item-has-children:hover ul.sub-menu li {
	opacity: 1 !important;
}
.menu-item-has-children ul.sub-menu li:nth-child(1) {
	transition-delay: .3s !important;
}
.menu-item-has-children ul.sub-menu li:nth-child(2) {
	transition-delay: .4s !important;
}
.menu-item-has-children ul.sub-menu li:nth-child(3) {
	transition-delay: .5s !important;
}
.menu-item-has-children ul.sub-menu li:nth-child(4) {
	transition-delay: .6s !important;
}
.menu-item-has-children ul.sub-menu li:nth-child(5) {
	transition-delay: .7s !important;
}
.menu-item-has-children ul.sub-menu li:nth-child(6) {
	transition-delay: .8s !important;
}


.menu-overlay__menu-main li {
	margin: 0;
	padding: 0 .5rem
}
.grid__date-location--large {
    font-size: 1.2rem;
}

.grid--no-gaps .grid__inner {
	column-gap: 10px
}

.menu-enabled .topbar__social .logo-line, 
.menu-enabled .topbar__logo .logo-line{
		stroke: #fff !important;
}
 
.menu-enabled .topbar__search-input  {
	color: #fff;
}

.menu-enabled .topbar__search path,
.menu-enabled .topbar__search circle  {
	stroke: #fff !important;
}

.section-title--small h1, .section-title--small h2, .section-title--small h3, .section-title--small h4, .section-title--small h5, .section-title--small h6 {
	font-weight: 300;
}
.meta-label {
	vertical-align: middle
}
.meta-label--dates {
	font-size:125%;
	transform: translateY(-2px);
}
.grid__date-location {
	margin-bottom: 2rem;
}
.read-more {
	text-decoration: none
}

html {
	font-size: 55%
}
body.home .topbar {
	position: fixed;
	background: none;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
}
body.home.scrolled .topbar {
	position: sticky;
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(10px) !important;
	-webkit-backdrop-filter: blur(10px) !important;
}
.menu-enabled.home.scrolled .topbar {
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
	background: transparent !important;
}
@media (min-width: 480px) {
	.home .image-carrousel,
	.home .swiper-wrapper {
		height: 100dvh !important
	}
	.home .image-carrousel__image-item {
		height: 100vh !important
	}

}

@media (max-width: 479px) {
	.home .image-carrousel,
	.home .swiper-wrapper {
		height: 100vw !important
	}
	.home .image-carrousel__image-item {
		height: 100vw !important
	}
	.image-carrousel__text {
		width: 100%
	}
	
}

.home .image-carrousel__image--with-text:after {
	display: none
}

.home .swiper-pagination-fraction, 
.home .swiper-pagination-custom, 
.home .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 7rem;
}


.footer__social {
  padding-top: 2rem;
  padding: 0;
  margin: 0 0 3rem;
  display: flex;
  justify-content: center }
  .footer__social ul {
    display: flex;
    margin: 0;
    padding: 0; }
  .footer__social li {
    list-style: none;
    padding: 0;
    margin: 0 0.5rem 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: 0.5rem; }
    .footer__social li a {
      display: block;
      transition: opacity 0.2s ease; }
      .footer__social li a:hover {
        opacity: 0.8; }
    .footer__social li img,
    .footer__social li svg {
      height: 1.8rem; }

      .footer__social li svg path {
        fill: #ffffff; }






  .header-social  {
    display: flex;
    margin: 0rem 0 0;
    padding: 0; }
  .header-social li {
    list-style: none;
    padding: 0;
    margin: 0 0.5rem 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: 0.5rem; }
    .header-social li a {
      display: block;
      transition: opacity 0.2s ease; }
      .header-social li a:hover {
        opacity: 0.8; }
    .header-social li img,
    .header-social li svg {
      height: 1.8rem; }

      .header-social li svg path {
        fill: #ffffff; }

@media (max-height: 700px) {
	.header-social {
		margin-top: 0rem;
	}
} 

.grid__location .maps {
	border-right: none
}

.topbar__search {
	margin-top: 2rem;
	display: flex;
	position: relative
}
.topbar__search:hover .topbar__search-input { 
display: flex;
}
.topbar__search-input {
	position: absolute;
	right: 2.5rem;
	top: .5rem;
	display: none;
	padding: 0 !important;
	font-weight: 300 !important;
	font-size: 1.8rem !important;
	border: none !important;
	border-bottom: 1px solid !important;
	background: transparent !important;
}

.topbar__search-form {
	display: inline-flex
}
.topbar__search-form button {
	background: transparent;
	padding: 0;
	border: none;
	appearance: none;
	cursor: pointer;
	-webkit-appearance: none
}
.search__form-flex {
	display: flex;

}

.footer .searchform input {
	background: transparent !important;
    padding: 0;
}

.search__form-flex path,
.search__form-flex circle {
	stroke: #fff !important;
}

.filters .searchandfilter select,
select {
	border-radius: 0;
}
.filters {
	background: rgba(48, 56, 84, 1);
	color: #fff;
}

.post-type-archive-artists .pagination *:not(.next) {
/* 	display: none */
}
.pagination a {
	text-decoration: none;	
}
.pagination a:hover {
	border-bottom: 1px solid;
}
.woocommerce-breadcrumb,
.woocommerce-result-count {
	display: none;
}

.woocommerce-ordering {
	text-align: center;
	float: none !important; 
	width: auto;
}
.woocommerce-ordering select {
	font-size: 1.3rem;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.woocommerce-shop .filters .filters__flex {
	 justify-content: center;
}
.woocommerce-shop .woocommerce-notices-wrapper {
	display: none;
}
.products__title {
	line-height: 1.3;
}

@media only screen and (min-width: 80em) {
.newsletter__title  {
	font-size: 3rem	
}
}

.newsletter {
	
    background: #3c4462;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance:none !important;
}

.searchform .dark__field {
	background: transparent !important;
	text-align: left;
	padding: 0;
}

.product-description  {
	margin-top: 4rem
}
.outofstock .price {
	display:none
}

.woocommerce div.product .out-of-stock {
	color: #303854;
	font-style: italic
}
.woocommerce div.product p.stock {	
	font-size: 2rem;
}

.tag, [rel="tag"], .label {
	font-size: 1.3rem !important;
	background: transparent;
	color: #303854;
	padding: 0;
	opacity: 1;
	letter-spacing: 2px;
}

.ccus {
	position: fixed;
    bottom: 4rem;
    right: 4rem;
    background: #303854;
    color: #fff;
    padding: 2rem;
    z-index: 1000;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.searchandfilter input.sf-input-text {
	width: 270px;
}
.searchandfilter input.sf-input-text::placeholder {
	color: #303854;

	font-size: 1.3rem
}

.footer__contact-button {
	padding: 2rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	background-color: #fff;
	color: #303854;
	font-size: 1.3rem;
	z-index: 10000;
	display: block;
	margin: 6rem auto 0 auto;
	width: 150px;;
	text-align: center
}

.contact-button {
	position: fixed;
	bottom: 7rem;
	right: 10rem;
	padding: 2rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	background-color: #303854;
	color: #fff;
	font-size: 1.3rem;
	z-index: 10000;
}
.footer__contact-button a,
.contact-button a{
	text-decoration: none !important;
}

.product__tags li:after {
	content: ' — ';
	margin-right: 1rem
}

.product__tags li:last-child:after {
	display: none;	
}

.body-text--no-indent p {
	text-indent: 0 !important
}
.light-on-dark:not(.scrolled) .image-carrousel__text {
	color: #fff;
}
.light-on-dark:not(.scrolled) .image-carrousel__text .button,
.light-on-dark:not(.scrolled) .contact-button {
	background: #fff !important;
	color: var(--base-color);
}
.light-on-dark:not(.scrolled) .topbar__logo path {
	fill: #fff !important
}
.light-on-dark:not(.scrolled) .topbar__search-input {
	color: #fff !important
}
.light-on-dark:not(.scrolled) .topbar__search path,
.light-on-dark:not(.scrolled) .topbar__search circle,
.light-on-dark:not(.scrolled) .topbar__logo path.logo-line,
.light-on-dark:not(.scrolled) .topbar__menu line {
	stroke: #fff !important
}
.light-on-dark .image-carrousel__pagination .swiper-pagination-bullet {
	background: #fff !important
}
.light-on-dark .image-carrousel__nav path {
	stroke: #fff !important;
}
.covers {
	position: relative
}

.covers__carrousel-container .swiper-wrapper{
	margin-bottom: 3rem
}
.covers .image-carrousel__nav  {
	opacity: 1;	
}

.covers .image-carrousel__nav--left {
	left: -5rem
}
.covers .image-carrousel__nav--right {
	right: -5rem
}/*


.news {
	position: relative;
    z-index: 100;
    background: #fff;
}
*/


.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background:  #303854;
}
.select2-results__option {
	padding: 10px;
	letter-spacing: 2px;
	font-size: 1.3rem;
	text-transform: uppercase
	
}
.select2-container--default .select2-selection--single {
	border-radius: 0;
	border: none;
}
.select2-container .select2-selection--single {
	height: 36px;
}
.select2-dropdown {
	box-shadow: 0px 0px 20px rgba(0,0,0,.2);	
	border: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 12px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 35px;
	letter-spacing: 2px;
	font-size: 1.3rem;
	text-transform: uppercase;
	font-weight: 400;

}
.select2-search--dropdown .select2-search__field {
	padding: 11px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	border-color: #ddd
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 34px;
	right: 7px;
}

[name='_sf_search[]'] {
	padding: 1rem 2rem !important;
border: none !important;
	text-align: left !important;
}
.topbar__logo-image--small {
	width: 20vw;
}
.search-filter-scroll-loading {
	margin: 0 auto !important;
    grid-column: span 2;
}
.artist.grid .search-filter-scroll-loading {
    grid-column: span 4

}
.products__inner .search-filter-scroll-loading {
    grid-column: span 3

}
@media (max-width: 480px) {
	.search-filter-scroll-loading {
	
    	grid-column: span 1 !important;
	}
}

.single-artists .columns__column img {
	width: 100%;
	height: auto
}

.body-text p {
	        font-size: 1.7rem; 
}
@media only screen and (min-width: 48em) {
  	.body-text p {
        font-size: 1.9rem; 
    } 
}
@media only screen and (min-width: 80em) {
    .body-text p {
        font-size: 2.0rem; 
	} 
}

.menu-enabled .topbar__logo-image {
    width: 20vw;
    max-width: 400px;
    min-width: 150px;
}

@media (max-width:480px) {
	.image-carrousel__text {
		padding-left: 3rem;
		padding-right: 3rem;
		padding-bottom: 5rem
	}	
	.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
		height: 100%;
	}
	.home .swiper-pagination-fraction, .home .swiper-pagination-custom, .home .swiper-container-horizontal > .swiper-pagination-bullets {
		bottom: 3rem;
	}
	hr {
		margin-bottom:6rem
	}
}
.newsletter__form .mc4wp-form-fields {
	display: flex;
	justify-content: center;
	align-content: center
}
.newsletter__field.dark__field {
	color: #fff;	
}
.newsletter__field.dark__field::placeholder {
	color: rgba(255,255,255,.33);
	font-size: 1.6rem;
}

.header__locations {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.header__locations li {
	margin: 0 2rem
}
.menu-overlay__search-social {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 4rem !important
}
.menu-overlay__search-social .searchform {
	margin-bottom: 0
}
.menu-overlay__search-social > * {
	margin-left: 2rem;
	margin-right: 2rem;
}
.menu-overlay__search input {
	border-top-color:  transparent;
	border-right-color:  transparent;
	border-left-color:  transparent;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
	text-align: left
}
.filters .searchandfilter ul li {
	margin: 0 1rem 1rem 0
}
.filters .searchandfilter ul {
	flex-wrap: wrap
}

.filters .filters__flex {
	margin-bottom: -1rem
}

.menu-enabled .topbar__logo {
/* 	margin-bottom: 4rem; */
}



.body-text img {
	max-width: 100%;
	height: auto;
}
@media (max-width: 768px) {
	.menu-overlay__menu-secondary li:after {
		display: none
	}
	.header__locations li,
	.menu-overlay__menu-secondary li {
		margin: .5rem 0;
	}
	.menu-overlay__menu-secondary,
	.header__locations {
		flex-direction: column;
		align-items: center;
	}
}
@media (min-width: 480px) and (max-height: 800px) {
	.menu-overlay {
		padding-top: 15rem;
	}
}

@media (max-width: 480px) and (max-height: 800px) {
	.menu-overlay {
		padding-top:15rem;
	}
}
.frm_description {
	text-align: center;
	font-style: italic
}

input[type="text"], input[type="tel"], input[type="password"], input[type="email"], input[type="search"], input[type="number"], textarea {
	font-size: 2rem;
}

input[type="text"]::placeholder, input[type="tel"]::placeholder, input[type="password"]::placeholder, input[type="email"]::placeholder, input[type="search"]::placeholder, input[type="number"]::placeholder, textarea::placeholder {
	color: rgba(48, 56, 84, 0.45)
}

#filtered {
	
}

.press__item-title {
	    position: relative;
    z-index: 2;
}