/*
Theme Name: Whitehouse Gallery Theme
Theme URI: http://www.whitehousegallery.co.uk
Description: The Whitehouse Gallery is a contemporary art and craft gallery based in the artists town of Kirkcudbright, Dumfries &amp; Galloway.
Author: Creatomatic Ltd
Author URI: http://www.creatomatic.co.uk

Colours being used:

grey: #f3f3f3

black #000000



*/


html, body {
	margin: 0;
	padding: 0;
	font-family: 'Raleway', 'Helvetica', 'Arial', serif;
	color:#000000;
	font-size:16px;
}

h1, h2, h3 {
	font-family: 'Playfair Display', 'Helvetica', 'Arial', serif;
	margin: 0;
}

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

iframe img{
	max-width: inherit;
}

iframe{
	max-width: 100%;
}

#google-map img{
	max-width: inherit;
}

.clearer {
	clear:both;
	height: 0;
}

*:focus {  
	outline: none;
}

a {
	color:#8C2117;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

::selection {
	background: #8C2117; /* Safari */
	color:#fff;
}

::-moz-selection {
	background: #8C2117; /* Firefox */
	color:#fff;
}

.centred {
	margin: 0 auto;
	text-align: center;
	max-width: 1200px;
}

.hr, hr {
	background:url(images/hr.png) repeat-x top left;
	height: 2px;
	margin: 5px 0 5px 0;
	border: 0;
}

/* Heading */

a.logo{
	float: left;
	margin: 30px 20px 10px 20px;
	width: 150px;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

a.logo img{
	width: 150px;
	height: auto;
	float: left;
}

.search{
	float: right;
}

.top-bar{
	display: inline-block;
	width: calc(100% - 40px);
	background: #f3f3f3;
	padding: 10px 20px;
}

.top-bar-content{
	float: left;
	font-size: 14px;
}

.top-bar-content a i{
	display: none;
}

.top-bar-content a{
	color: #000;
}

.top-bar-content a:hover{
	color: #8C2117;
}

.top-bar-own{
	float: right;
	font-size: 14px;
	position: relative;
	margin-right: 75px;
}

a.own-art{
	position: absolute;
	right: 0;
	top: -10px;
	width: 70px;
}

a.basket{
	float: right;
	background: #000;
	color: #fff;
	border: none;
	text-transform: uppercase;
	font-weight: 100;
	/*padding: 16px 40px 16px 70px;*/
	margin: 64px 0 0 0;
	font-size: 14px;
	position: relative;
	font-weight: bold;
	width: 120px;
	padding: 15px 20px;
}

a.basket:hover{
	background: #8C2117;
}

a.basket i{
	margin-right: 10px;
}

a.basket img{
	position: absolute;
	left: 30px;
	top: 8px;
	max-height: 30px;
}

.header-right{
	float: right;
	width: calc(100% - 210px);
	margin-right: 20px;
}

a.trust-point{
	float: right;
	text-transform: uppercase;
	font-size: 13px;
	color: #000;
}

a.offer-bg{
	float: left;
	width: calc(100% - 20px);
	padding: 10px;
	color: #fff;
	background: #000;
	font-size: 14px;
	/*display: none;*/
}

a.offer-bg:hover{
	background: #8C2117;
}

a.offer-bg strong{
	text-transform: uppercase;
	float: left;
	width: 100%;
}


.mobile-top-right{
	display: none;
	float: right;
	margin: 50px 20px 20px 0px;
	text-align: right;
}

.mobile-top-right i{
	font-size: 30px;
	margin: 0 0 0 20px;
	padding: 10px;
}

.mobile-top-right i.fa-search{
	margin-left: 0 !important;
}

.mobile-top-right i:hover{
	cursor: pointer;
	opacity: 0.5;
}




/* Search */


.search{
	margin: 40px 10px 10px 10px;
	max-width: calc(100% - 180px);
	text-align: left;
	width: 350px;
}

.search span{
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 5px;
	display: inline-block;
}



.superfastsearch_results{
	box-shadow: none;
	border: none;
	top: 36px;
	width: calc(100% - 20px);
	padding: 5px 10px;
	z-index: 100;
	background: #F3F3F3;
}

.superfastsearch_input{
	width: calc(100% - 42px);
	padding: 13px 20px;
	font-size: 16px;
	position: relative;
	z-index: 200;
	border: 1px solid #ccc;
}

.sfs_post_title{
	margin: 5px 0;
}

a.sfs_result{
	font-size: 14px;
}

.superfastsearch /* control the width of the outer box from here */ {
	width: 100%;
}

.sfs_result:hover, .sfs_result:focus{
	background: #000;
	color: #fff;
}



/* Navigation */

.nav {
	width: 100%;
	margin: 20px 0 0px 0;
	padding: 2px 0;
	float: left;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
}

.nav ul {
	margin: 0;
	padding: 0;
}

.nav ul li {
	display: inline;
	text-decoration: none;
	color: #fff;
}

.nav li {
	display: inline;
	list-style-type: none;
	padding: 20px 0;
}

.nav a {
	position: relative;
	padding: 0px 25px;
	margin: 20px 0;
	display: inline-block;
	text-decoration: none;
	font-size: 13px;
	color: #000;
	text-transform: uppercase;
	border-right: 1px solid #000;
}

.nav ul li:last-child a{
	border: none;
}

.nav li:hover, .nav li.current_page_ancestor, .nav li.current_page_item{
	background: url(images/nav-bg.png) no-repeat center top;
	font-weight: normal;
}

.nav .menu li {
	list-style: none;
	position: relative;
}
 
.nav .menu li ul a:link, .nav .menu li ul a:visited {
	display: block;
	text-decoration: none;
	padding: 10px;
} 

.nav .menu li ul {
	position: absolute;
	display: none;
	background: #fff;
	text-align: left;
	z-index: 1000; 
	margin: 0; 
	padding: 0; 
	width: 200px;
	left: 0;
	margin-left: 0px;
	padding-bottom: 5px;
} 

.nav .menu li ul a {
	font-size: 14px;
}

.nav .menu li ul li {
	display: inline;
	float: none;
	padding: 0px;
	margin: 0px;
} 

.nav .menu li ul li a:hover {
	background: #f3f3f3;
}

.nav .menu li ul li a {
	margin: 0;
	border: none;
}








/* Mobile Navigation */



.mobile-nav-header {
	display: inline-block;
}

.mobile-nav-header i{
	width: 30px;
}

.mobile-nav {
	display: none;
	width: 500px;
	max-width: calc(100% - 70px);
	float: left;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 5000;
	overflow: scroll;
	background: #000;
}

.mobile-nav .menu-main-container{
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}

.mobile-nav ul {
	list-style: none;
	padding:0;
	margin:0;
}

.mobile-nav a {
	float: left;
	width: calc(90% - 45px);
	margin: 0;
	text-transform: uppercase;
	font-size: 16px;
	text-align: left;
	padding: 10px 5%;
	color: #fff;
}

.mobile-nav a:hover, .mobile-nav .current_page_ancestor > a, .mobile-nav .current_page_item > a {
	opacity: 0.5;
}

.mobile-nav li i{
	float: right;
	padding: 13px;
	font-size: 18px;
	width: 15px;
	color: #fff;
}

.mobile-nav ul li ul li.mobile-nav-back i{
	float: left;
	font-size: 14px;
}

.mobile-nav ul li ul li.mobile-nav-back{
	display: inline-block;
	width: 100%;
}

.mobile-nav ul li ul li.mobile-nav-back a{
	padding-left: 0;
}

.mobile-nav ul li ul{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 200;
	width: 100%;
	overflow: scroll;
	background: #000;
}

.mobile-nav ul li ul li ul{
	z-index: 300;
}









/* Body */

.alignleft {float:left; margin-right:10px;}
.alignright {float:right; margin-left:10px;}

.banner .flexslider{
	box-shadow: none;
	margin: 0;
	border: none;
	border-radius: 0;
	background: #f3f3f3;
}

.banner .flexslider .slides img{
	width: auto;
	max-height: 400px;
	margin: 0 auto;
}

.slider-left{
	float: left;
	width: 40%;
	margin-right: 10%;
	margin-top: 0px;
}

.slider-current{
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	font-weight: 400;
	margin: 20px 0 30px;
	padding: 20px 0;
	border-bottom: 1px solid #d1d1d1;
	font-size: 14px;
	font-weight: 400;
}

.slider-title{
	border-bottom: 1px solid #d1d1d1;
	display: inline-block;
	width: 80%;
	padding: 0 10% 30px 10%;
}

.slider-title h2{
	font-size: 32px;
}

.slider-date{
	display: inline-block;
	width: 100%;
	margin: 30px 0;
	font-weight: 400;
	font-size: 18px;
}

.slider-right{
	float: left;
	width: 50%;
	margin: 20px 0;
}

a.slider-more{
	display: inline-block;
	padding: 15px 30px;
	color: #fff;
	background: #000;
	text-transform: uppercase;
	font-size: 14px;
}

a.slider-more:hover{
	background: #8C2117;
}


.short-content{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.has-text-align-left.short-content{
	margin-left: 0;
}


.home-products{
	display: inline-block;
	width: 100%;
	margin: 50px 0 0 0;
}

.home-content{
	display: inline-block;
	width: 80%;
	margin: 50px 10%;
}

.home-content h1{
	display: inline-block;
	text-transform: uppercase;
	font-size: 34px;
	padding-bottom: 20px;
	font-weight: normal;
	margin-bottom: 20px;
	border-bottom: 1px solid #d1d1d1;
}

.events-bg{
	display: inline-block;
	width: 100%;
	background: #f3f3f3;
	padding: 50px 0;
}

h1.home-events{
	border-bottom: 1px solid #d1d1d1;
	padding-bottom: 25px;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-weight: 400;
	display: inline-block;
}

a.home-event{
	width: 30%;
	margin: 20px 1%;
	position: relative;
	float: left;
	text-align: left;
	color: #000;
	box-shadow: inset 0 0 1px #000;
	background: #fff;
}

a.past-events:nth-child(3n){
	clear: left;
}

.home-event-current{
	position: absolute;
	width: 100%;
	top: -35px;
	left: 0;
	background: url(images/current-exhibition.png) no-repeat left top;
	height: 53px;
}

.home-event-image{
	margin-bottom: 20px;
}

.home-event-date{
	font-size: 14px;
	margin: 0 20px 5px 20px;
	font-weight: 400;
}

.home-event-subtitle{
	font-size: 14px;
	margin: 0 20px;
	font-weight: 400;
}

.home-event-title{
	display: inline-block;
	width: 88%;
	margin: 20px 6%;
	border-top: 1px solid #d1d1d1;
	padding: 10px 0 0 0;
	font-size: 18px;
}

.home-event-excerpt{
	font-size: 14px;
	margin: 0 20px;
}

.home-event-more{
	display: inline-block;
	width: 96%;
	padding: 10px 2%;
	text-transform: uppercase;
	color: #fff;
	background: #000;
	font-size: 14px;
	text-align: center;
	margin-top: 20px;
}

.single-artist-products{
	display: inline-block;
	width: 100%;
	margin: 30px 0;
}

.single-artist-products h2{
	display: inline-block;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #d1d1d1;
}


.single-artists-image{
	float: left;
	width: 25%;
	margin: 30px 0;
}

.artist-video{
	display: inline-block;
	width: 100%;
	margin: 20px 0;
}

.single-artists-content{
	float: left;
	width: 65%;
	margin: 30px 0 30px 5%;
	text-align: left;
	font-size: 14px;
}

.single-artist-meta{
	display: inline-block;
	width: 100%;
	font-size: 16px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d1d1d1;
}

.single-artist-meta a{
	color: #000;
}

.single-artist-meta a:hover{
	color: #8C2117;
}

.single-artist-meta span{
	text-transform: uppercase;
	width: 140px;
	float: left;
}

.product-slide{
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
	margin: 20px 0;
}

.product-slide:hover{
	cursor: pointer;
	color: #8C2117;
}

.archive-artist-content{
	float: left;
	width: 25%;
	text-align: left;
}

.archive-filters{
	display: inline-block;
	width: 90%;
	padding: 20px 5%;
	background: #f3f3f3;
}

.archive-filters ul{
	margin: 0;
	padding: 0;
}

.archive-filters ul li{
	list-style: none outside none;
}

.archive-filters a{
	font-size: 18px;
	margin-bottom: 5px;
}

.archive-artists{
	float: left;
	width: 70%;
	margin: 0 0 0 5%;
}

.letter{
	font-family: 'Playfair Display', 'Helvetica', 'Arial', serif;
	font-size: 26px;
	width: 5%;
	float: left;
}

.letter-cat{
	float: left;
	width: 95%;
	margin: 10px 0;
}

.letter-cat a{
	float: left;
	width: 31%;
	text-align: center;
	margin: 0 1% 10px 1%;
	font-size: 14px;
}

.event-meta{
	display: inline-block;
	width: 90%;
	padding: 20px 5%;
	background: #f3f3f3;
	text-align: left;
}

.event-meta span{
	font-weight: bold;
	margin-top: 10px;
	display: inline-block;
	width: 100%;
}

.breadcrumbs{
	display: inline-block;
	width: calc(100% - 40px);
	text-align: right;
	font-size: 13px;
	margin: 40px 20px 20px 20px;
	color: #777;
}

.breadcrumbs a{
	color: #777;
}

.page-content{
	text-align: left;
	display: inline-block;
	width: calc(100% - 40px);
	margin: 0 20px 50px 20px;
}

.page-content h1{
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	font-size: 34px;
	padding: 20px 0;
	font-weight: normal;
	margin-bottom: 20px;
	border-bottom: 1px solid #d1d1d1;
	width: 100%;
	border-top: 1px solid #d1d1d1;
}

a.backtoblog{
	padding: 10px 30px;
	text-transform: uppercase;
	font-size: 14px;
	background: #000;
	color: #fff;
	display: inline-block;
}

a.backtoblog:hover{
	background: #8C2116;
}

.index-left{
	padding: 20px 3%;
	background: #F3F3F3;
	width: 21%;
	float: left;
	margin-bottom: 50px;
	text-align: left;
}

.index-left .widget{
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}

.index-left table#wp-calendar{
	width: 100%;
}

.index-left ul{
	margin: 0;
	padding: 0;
}

.index-left ul li{
	list-style: none outside none;
}

.index-left #sidebar{
	display: inline-block !important;
	width: 100%;
}

.index-right{
	float: left;
	width: 68%;
	margin: 0 0 30px 5%;
	text-align: left;
}









.index-filters{
	position: relative;
	float: left;
	margin: -40px 10px 30px 10px;
}

.index-filter-button{
	color: #fff;
	background: #000;
	padding: 10px 20px;
	font-size: 18px;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.index-filter-button:hover{
	background: #8C2117;
	cursor: pointer;
}

.index-filter-button i{
	margin-left: 20px;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.index-filters-active .index-filter-button i{
	transform: rotate(180deg);
}

.index-filters-active .index-filter-button{
	background: #8C2117;
}

.index-filter-slide{
	position: absolute;
	top: 47px;
	left: 0;
	width: 270px;
	background: #8C2117;

	display: none;
	text-align: left;
	z-index: 100;
	padding-bottom: 20px;
}

.index-filter-slide #sidebar{
	display: inline-block;
	width: 100%;
	margin: 0
}

.index-filter-slide h2{
	font-size: 18px;
	color: #fff;
	padding: 0 20px;
	display: inline-block;
	margin-top: 20px;
	width: calc(100% - 40px);
	margin-bottom: 10px;
}

.index-filter-slide ul{
	margin: 0;
	padding: 10px 0;
}

.index-filter-slide #sidebar ul{
	padding-top: 0;
}

.index-filter-slide ul li{
	list-style: none;
	line-height: 2;
}

.index-filter-slide a{
	color: #fff;
	padding: 2px 20px;
	width: calc(100% - 40px);
	float: left;
}

.index-filter-slide a:hover{
	color: #17BCC4;
}

.index-filter-slide #sidebar select{
	width: calc(100% - 40px);
	padding: 10px;
	margin: 0 20px;
	border: none;
}





.pagination{
	display: inline-block;
	width: 100%;
	padding: 10px 0;
	margin: 10px 0;
	text-align: center;
}

.pagination a.page-numbers, .pagination span.current{
	display: inline-block;
	width: 20px;
	text-align: center;
	color: #8C2117;
}

.pagination span.current, .pagination a.page-numbers:hover, .pagination a.prev:hover, .pagination a.next:hover{
	color: #fff;
	background: #8C2117;
}

.pagination a.prev, .pagination a.next{
	width: auto;
	padding: 0 3px;
}



a.index-archive{
	float: left;
	width: calc(33.33% - 40px);
	margin: 20px;
	
	font-size: 13px;
	color: #000;
}

a.index-archive img{
	max-height: 150px;
	margin-bottom: 10px;
}

a.index-archive:nth-child(3n+1){
	clear: left;
}







.events-content-top{
	display: inline-block;
	width: 90%;
	margin: 0px 5% 40px 5%;
}

.special-delivery{

	display: inline-block;
	padding: 20px 4%;
	text-align: left;
	background: #F3F3F3;

	font-size: 16px;
}

.special-delivery h3{
	font-size: 16px;
}

a.search-single{
	float: left;
	width: 21%;
	margin: 20px 2%;
	box-shadow: inset 0 0 1px #000;
}

a.search-single .product-more{
	display: inline-block;
	width: 96%;
	padding: 18px 2%;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
}

a.search-single h3{
	margin: 10px 0;
	min-height: 65px;
}





/* Contact Form */

.contact-content{
	float: left;
	width: calc(100% - 440px);
	margin: 0 40px 50px 20px;
	text-align: left;
}

.contact-form{
	float:left;
	width: 300px;
	padding: 30px;
	background: #F3F3F3;
	text-align: left;
	margin-bottom: 50px;
	position: sticky;
	top: 30px;
	margin-right: 20px;
}

.contact-form h2 {
	margin-bottom: 20px;
	text-align: center;
}

.contact-row {
	width: 100%;
	display: inline-block;
	margin-bottom: 10px;
}

.contact-row label {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-bottom: 3px;
	font-family: 'Raleway', 'Helvetica', 'Arial', serif;
}

.contact-row input, .contact-row textarea {
	border: none;
	padding: 5px 1%;
	width: 98%;
	max-width: 98%;
	font-size: 14px;
	font-family: 'Raleway', 'Helvetica', 'Arial', serif;
}

.contact-row input[type="submit"] {
	float: right;
	border: none;
	padding: 10px 0px 10px 0px;
	width: inherit;
	max-width: inherit;
	background: #000;
	color: #fff;
	font-size: 16px;
	font-family: 'Raleway', 'Helvetica', 'Arial', serif;
}

.contact-row input[type="submit"]:hover{
	background: #8C2117;
	cursor: pointer;
}


.contact-row button {
	float: right;
	border: none;
	padding: 10px 0px 10px 0px;
	width: inherit;
	max-width: inherit;
	background: #000;
	color: #fff;
	font-size: 16px;
	font-family: 'Raleway', 'Helvetica', 'Arial', serif;
}

.contact-row button:hover{
	background: #8C2117;
	cursor: pointer;
}

.tandc {
	font-size: 13px;
	margin-bottom: 20px;
}


/* Footer */

.mail-signup{
	float: left;
	width: 96%;
	padding: 20px 2%;
	background: #000;
	color: #fff;
}

.mail-signup span{
	display: inline-block;
}

.mail-signup input[type="email"]{
	display: inline-block;
	padding: 10px;
	border: none;
	margin: 0 10px;
	font-size: 16px;
	width: 300px;
	font-family: 'Raleway', 'Helvetica', 'Arial', serif;
	max-width: calc(100% - 40px);
}

.mail-signup input[type="submit"]{
	display: inline-block;
	background: #811E17;
	color: #fff;
	border: none;
	font-size: 16px;
	padding: 10px;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
	  font-family: 'Raleway', 'Helvetica', 'Arial', serif;
}

.mail-signup input[type="submit"]:hover{
	background: #fff;
	color: #000;
	cursor: pointer;
}

.credit {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Cabin', 'Helvetica', 'Arial', serif;
	font-size: 10px;
	margin: 10px 0 10px 0;
}

.footer-left {
	max-width: 50%;
	float: left;
	width: calc(100% - 660px);
}

#google-map {
	width: 100%;
	height: 500px;
}

.footer-right{
	float: left;
	width: calc(50% - 60px);
	padding: 30px 30px 0 30px;
	min-width: 600px;
}

/*.footer-right-inner{
	display: inline-block;
	width: 100%;
	max-width: 600px;
}*/

a.footer-logo{
	float: left;
	width: 100px;
	margin-right: 40px;
}

.footer-top-right{
	float: left;
	width: calc(100% - 140px);
	margin-top: 10px;
}

.footer-nav{
	display: inline-block;
	width: 100%;
}

.footer-nav ul {
	margin: 0;
	padding: 0;
}

.footer-nav ul li {
	list-style: none outside none;
	display: inline;
}

.footer-nav ul li:last-child a{
	border-right: none;
}

.footer-nav a{
	font-size: 13px;
	text-transform: uppercase;
	padding: 0 8px;
	color: #000;
	border-right: 1px solid #000;
	float: left;
}

.footer-nav a:hover {
	color: #000;
}

.footer-numbers{
	display: inline-block;
	text-align: center;
	margin: 40px 0;
	padding: 20px 0;
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	width: 100%;
}

.footer-numbers a{
	color: #000;
}

.footer-opening{
	float: left;
	width: 40%;
	line-height: 1.5;
	font-size: 15px;
}

.footer-address{
	float: right;
	width: 55%;
	line-height: 1.5;
	font-size: 15px;
}

.footer-address p{
	margin: 0;
}

.footer-opening strong, .footer-address strong{
	text-transform: uppercase;
}

.footer-logos{
	display: inline-block;
	width: 100%;
	margin: 30px 0;
}

.footer-logos img{
	max-height: 54px;
	width: auto;
}

.footer-bottom{
	float: left;
	width: 100%;
	padding: 15px 0;
	color: #fff;
	font-size: 12px;
	background: #000;
	text-align: center;
}

.footer-bottom a{
	color: #fff;
}

.footer-bottom a:hover{
	color: #8C2117;
}







/* Browser-specific hacks - Chrome fonts, IE7 (!) dropdowns */

html {
	-webkit-font-smoothing: antialiased;
}

* + html .nav .menu li ul {
	margin-left: -100px;
	margin-top: 25px;
}

#catapult-cookie-bar {
 -webkit-transform: translateZ(0);
 }





#cboxClose {
	top: 0px;
	bottom: auto;
}




/* Woocommerce 

#primary{
	margin: 0 auto;
	max-width: 1200px;
	text-align: center;
}

.woocommerce ul.products li.product a.product-more{
	display: inline-block;
	width: 96%;
	padding: 18px 2%;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
}

.woocommerce ul.products li.product .button{
	display: none;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	box-shadow: inset 0 0 1px #000;
}

.woocommerce ul.products li.product a img{
	margin: 2px 1%;
	max-width: 98%
}

.woocommerce ul.products li.product h2.woocommerce-loop-product__title{
	text-align: left;
	padding: 20px 5%;
	font-family: 'Raleway', 'Helvetica', 'Arial', serif;
	color: #000;
	font-size: 18px;
	float: left;
	width: 90%;
}

.woocommerce ul.products li.product-category h2.woocommerce-loop-category__title{
	display: inline-block;
	width: 96%;
	padding: 15px 2%;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	margin: 0;
	text-align: center;
}

.woocommerce #sidebar{
	display: none;
}

mark.count{
	display: none;
}

.woocommerce ul.products li.product .price{
	text-align: left;
	color: #000;
	padding: 0px 20px 20px 20px;
}

.woocommerce ul.products li.product .price del{
	float: left;
}

.woocommerce ul.products li.product .price ins{
	font-size: 18px;
	margin-left: 5px;
}

.woocommerce ul.products li.product .onsale{
	background: #000;
	margin: 10px;
}

.woocommerce .woocommerce-breadcrumb{
	text-align: right;
	margin-bottom: 20px;
	font-size: 14px;
	display: inline-block;
	width: 100%;
}

.page-description{
	display: inline-block;
	width: 96%;
	margin: 0 2% 30px 2%;
}

.woocommerce h1.page-title{
	border-bottom: 1px solid #d1d1d1;
	text-transform: uppercase;
	font-size: 40px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	display: inline-block;
}

.woocommerce .woocommerce-ordering select.orderby{
	padding: 10px;
	font-size: 14px;
	border-radius: 0;
	border: 1px solid #d1d1d1;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
	text-align: left;
	margin-top: 30px;
}

.woocommerce .summary .product_meta{
	display: none;
}

.woocommerce span.onsale{
	background: #000;
}

.woocommerce div.product form.cart .button{
	background: #8C2117;
	border: none;
	text-transform: uppercase;
	font-weight: 100;
	padding: 15px 50px;
	border-radius: 0;
	clear: both;
	margin: 20px 0 0 0;
}

.woocommerce div.product form.cart .button:hover{
	background: #000;
}

.woocommerce div.product p.price, .woocommerce div.product span.price{
	color: #000;
	margin: 40px 0;
	font-size: 20px;
	font-weight: 200;
	
}

.woocommerce div.product .product_title{
	font-family: 'Raleway', 'Helvetica', 'Arial', serif;
	font-size: 38px;
	font-weight: 400;
}

.woocommerce #content div.product .woocommerce-tabs{
	text-align: left;
	margin: 40px 0;
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #ccc;
}

.woocommerce div.product .woocommerce-tabs ul.tabs{
	padding: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li{
	border: none;
	border-radius: 0;
	background: #fff;
	color: #000;
	margin: 0;
	padding: 10px 30px;
	text-transform: uppercase;
	font-weight: 100;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce div.product .woocommerce-tabs ul.tabs li:hover{
	background: #000;
	color: #fff !important;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs::after{
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after{
	display: none;
}

.woocommerce .related h2, .woocommerce .upsells h2{
	display: inline-block;
	text-align: center;
	font-size: 30px;
	margin-top: 30px;
	margin-bottom: 20px;
}

.woocommerce .upsells{
	display: inline-block;
	width: 100%;
}

.woocommerce .related{
	display: inline-block;
	width: 100%;
}

.woocommerce input.button, .woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
	background: #000;
	color: #fff;
border: medium none;
text-transform: uppercase;
font-weight: 100;
padding: 15px 50px;
-webkit-appearance:none;
border-radius: 0px;
}

.woocommerce input.button:disabled, .woocommerce input.button[disabled]:disabled{
	color: #fff;
}

.woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover{
	background: #8C2117;
}

.woocommerce .wc-proceed-to-checkout a.checkout-button:hover{
	background: #000;
}

.woocommerce table.cart td.actions .input-text{
	width: 190px;
	font-size: 12px;
	padding: 14px 10px 12px 10px;
	-webkit-appearance:none;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
	padding: 8px;
	font-size: 14px;
	font-family: 'Raleway', 'Helvetica', 'Arial', serif;
	-webkit-appearance:none;
	border-radius: 0;
	border: 1px solid #000;
}

.woocommerce span.soldout, .woocommerce-page span.soldout{
	background: #8C2117;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 13px;
}

.single-own-art{
	display: inline-block;
	width: 92%;
	padding: 20px 4%;
	text-align: left;
	background: #F3F3F3;
	font-size: 18px;
}

.single-own-logo{
	float: left;
	width: 23%;
}

.single-own-text{
	float: left;
	width: 74%;
	margin: 0 0 0 3%;
}

.woocommerce div.product div.images img{
	width: inherit;
	max-width: 100%;
	margin: 0 auto;
}

.woocommerce div.product div.images div.thumbnails img{
	width: 100%;
}

div.pp_woocommerce div.ppt{
	display: none !important;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
	margin-top: 40px;
}

.woocommerce .quantity .qty{
	padding: 10px;
	font-size: 16px;
}

.woocommerce .cart_totals tr th, .woocommerce .cart_totals tr td{
	padding: 10px;
}




.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){
	width: 50%;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) img{
	max-height: 150px;
	max-width: 96%;
}

.woocommerce-product-gallery__image{
	margin-bottom: 20px;
}

*/














/* 2021 Below */

.banner{
	background: #f3f3f3;
	float: left;
	width: 100%;
}

.banner .slider .slick-next{
	right: 20px;
	width: auto;
	height: auto
}

.banner .slider .slick-prev{
	left: 20px;
	z-index: 10;
	width: auto;
	height: auto;
}



.banner .slider{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 300px;
	overflow: hidden;
}

.banner .slider .centred{
	min-height: 300px;
}

.banner .slider .slider-info{
	/*position: relative;
	top: 50%;
	transform: translateY(-50%);*/
	display: inline-block;
	width: calc(100% - 40px);
	padding: 20px;
	font-size: 14px;
}



.slide-overlay{
	float: left;
	width: 100%;
	background: rgba(255,255,255,0.4);
}









.banner .slick-prev::before{
	content: '\f053';
	font-family: "Font Awesome 6 Pro";
	background: #8C2117;
	color: #fff;
	padding: 5px 8px;
	opacity: 1;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	font-size: 12px;
}

.banner .slick-prev:hover::before{
	background: #000;
	cursor: pointer;
}


.banner .slick-next::before{
	content: '\f054';
	font-family: "Font Awesome 6 Pro";
	background: #8C2117;
	color: #fff;
	padding: 5px 8px;
	opacity: 1;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	font-size: 12px;
}

.banner .slick-next:hover::before{
	background: #000;
	cursor: pointer;
}












/* General Woocommerce */



.woocommerce{
	display: inline-block;
	width: 100%;
}

#sidebar{
	float: left;
	width: 20%;
	margin-top: 40px;
	display: none;
}

/*
#sidebar ul{
	margin: 0;
	padding: 0;
}

#sidebar ul li{
	list-style: none outside none;
	margin-bottom: 5px;
}

#sidebar a{
	color: #6C6D6D;
}

#sidebar .widget{
	margin-bottom: 20px;
}*/

#primary{
	margin: 0 auto;
	text-align: center;
	max-width: 1200px;
	width:98%
}

.woocommerce .main-content{
	text-align: left;
}

.woocommerce .woocommerce-breadcrumb{
	display: inline-block;
	width: 100%;
	text-align: right;
	font-size: 12px;
	margin: 40px 0 40px;
	color: #777;
}

.woocommerce .woocommerce-breadcrumb a{
	color: #8C2117;
}

mark.count{
display: none;
}

/* End General */








/* Woocommerce Buttons */



.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button.alt,
.woocommerce input.button.alt,
#sidebar a.button,
.woocommerce div.product form.cart .button,
.woocommerce input#wc_lost_license_btn,
.woocommerce button.button.alt,
.button-link,

a.wp-block-button__link,
.wp-block-button__link:visited{
	display: inline-block;
	text-transform: uppercase;
	border: none;
	background: #000;
	color: #fff;
	padding: 10px 15px !important;
	text-align: center;
	margin: 10px 0;
	font-size: 14px;
	border-radius: 0px;
	font-weight: 200;
	white-space: inherit;
	max-width: 90%;
	font-weight: bold;
	-webkit-appearance:none;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

#sidebar a.button{
	margin: 10px 1%;
	width: 43%;
	padding: 5px 1% !important;
	font-size: 14px;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce a.button.alt:hover,
.woocommerce input.button.alt:hover,
#sidebar a.button:hover,
.woocommerce input.button:disabled,
.woocommerce input.button.alt:hover,
.woocommerce input#wc_lost_license_btn:hover,
.woocommerce button.button.alt:hover,

a.wp-block-button__link:hover{
	background: #000;
	color: #fff;
	cursor: pointer;
}

/* End Buttons */








/* Archive Products/Categories */

.woocommerce-products-header{
	width: 900px;
	margin: 0px auto 100px auto;
	max-width: calc(100% - 40px);
}


.woocommerce ul.products li.outofstock:before{
	background: #8C2117;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	text-shadow: none;
	box-shadow: none;
	z-index: 1;
	content: 'SOLD';
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
	padding: 8px;
	color: #fff;
}

.woocommerce ul.products li.product{
	text-align: left;
	box-shadow: 0 0 1px rgba(0,0,0,0.5);
}

.woocommerce ul.products li.product a img{
	margin-bottom: 0;
}

.woocommerce.controller-exhibitions ul.products li:first-child{
	transform: scale(1.10);
	margin-top: -20px;
}

.current-exhibition{
	width: calc(100% - 20px);
	padding: 10px;
	background: #8C2117;
	color: #fff;
	text-align: center;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title{
	text-align: center;
	font-size: 14px;
	background: #000;
	color: #fff;
	padding: 10px;
	text-transform: uppercase;
	width: calc(100% - 20px);
	font-family: 'Raleway', 'Helvetica', 'Arial', serif;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title{
	margin-left: 20px;
	width: calc(100% - 40px);
	color: #000;
	font-family: 'Raleway', 'Helvetica', 'Arial', serif;
	margin: 10px 20px;
	text-align: left;
	min-height: 40px;
}

.woocommerce ul.products li.product .price{
	color: #000;
	font-size: 18px;
	margin-left: 20px;
}

.woocommerce span.onsale{
	background: #000;
}

.woocommerce ul.products li.product .price del{
	display: inline-block;
}

.woocommerce ul.products li.product a.button{
	display: none;
}

.woocommerce ul.products li.product a.button-link{
	width: calc(100% - 30px);
	margin: 10px 0 0 0;
}

/* End Archive Styling */








/* Single Product */



.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
	text-align: left;
}

.woocommerce .summary{
	text-align: left;
	color: #000;
}

.woocommerce div.product h1.product_title{
	color: #000;
}

.woocommerce .product .summary p.price{
	font-size: 30px;
	margin: 20px 0;
	color: #000;
}

.woocommerce .quantity .qty{
	background: none;
	color: #000;
	font-size: 18px;
	padding: 6px 2px;
	border: 1px solid #000;
	margin: 10px 10px 0 0;
}

.woocommerce div.product p.stock{
	
}

.single-product-sold{
	color: red;
	font-weight: bold;
	text-transform: uppercase;
}

.woocommerce .summary form .form-row{
	margin: 0;
	padding: 0;
}

.woocommerce div.product form.cart .variations select{
	font-family: 'Montserrat', 'Helvetica', 'Arial', serif;
	font-size: 14px;
	background: #fff;
	-webkit-appearance:none;
	border-radius: 0;
	color: #000;
	padding: 10px;
	border: 1px solid #000;
}

.woocommerce div.product form.cart .button{
	padding: 10px 15px !important;
}

.woocommerce .product_meta{
	font-size: 14px;
	display: none;
}

.woocommerce span.sku_wrapper{
	
}

.woocommerce section.related, .woocommerce section.upsells{
	display: inline-block;
	width: 100%;
}

.woocommerce section.related h2, .woocommerce section.upsells h2{
	text-align: center;
	margin-bottom: 20px;
}


.woocommerce-message, .woocommerce-info {
	text-align: left;
}

.woocommerce .woocommerce-message .button{
	margin: 0;
	padding: 10px 15px !important;
}

.woocommerce div.product div.images {
	width: 47%;
	margin-left: 1%;
}

.woocommerce .woocommerce-ordering select {
    padding: 8px 0%;
	appearance: none;
	-webkit-appearance: none;
	border: 1px solid #000;
	font-size: 12px;
	font-family: 'Montserrat', 'Helvetica', 'Arial', serif;
	float: right;
	margin-right: 1%;
	width: 100%;
}

.single_add_to_cart_button {
	
}

.single-own-art{
	display: inline-block;
	width: calc(100% - 40px);
	padding: 20px;
	text-align: left;
	background: #F3F3F3;
	font-size: 18px;
}

.single-own-logo{
	float: left;
	width: 80px;
}

.single-own-text{
	float: left;
	width: calc(100% - 100px);
	margin: 0 0 0 20px;
}


.woocommerce .product.outofstock .woocommerce-product-gallery:before{
	background: #8C2117;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	text-shadow: none;
	box-shadow: none;
	z-index: 1;
	content: 'SOLD';
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
	padding: 8px;
	color: #fff;
}


/* End Single Product */








/* Woocommerce Tabs */



.woocommerce-tabs{
	text-align: left;
	margin: 40px 0;
	display: inline-block;
	width: 100%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
	display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li{
	border-radius: 0;
	border: none;
	margin: 0 5px 5px 0;
	color: #000;
	text-transform: uppercase;
	font-weight: 800;
	background: #ccc;
	border: 1px solid #ccc;
	border-bottom: none;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.woocommerce div.product .woocommerce-tabs ul.tabs{
	margin: 0;
	padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover, .woocommerce div.product .woocommerce-tabs ul.tabs li.active{
	background: #fff;
	color: #ccc;
	margin-bottom: 0;
	padding-bottom: 5px;

}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
	color: #ccc;
}
	
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:hover a {
	color: #ccc;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	padding: 10px 10px;
	font-size: 16px;
	color: #fff;
}

.woocommerce div.product .woocommerce-tabs .panel{
	width: 94%;
	padding: 30px 3%;
	background: #fff;
	border: 1px solid #ccc;
	margin-top: -1px;
	float: left;
}

/* end of tabs */








/* Basket */



.woocommerce table.cart td.actions .input-text, .woocommerce form.checkout_coupon .form-row input.input-text{
	float: left;
	width: 150px;
	padding: 3px 10px;
	font-size: 16px;
	font-family: 'Montserrat', 'Helvetica', 'Arial', serif;
	margin: 10px 10px 10px 0;
	-webkit-appearance:none;
}

.woocommerce table.shop_table{
	border: 1px solid #ccc;
	font-size: 14px;
	background: #fff;
	border-radius: 0;
}

.woocommerce table img{
	width: 50px;
	height: auto;
}

.woocommerce td.product-name dl.variation p{
	margin: 0;
}

.woocommerce table.cart td.actions .input-text{
	border: 1px solid #ccc;
	background: none;
	color: #000;
	padding: 9px 10px;
	width: 200px;
}

.woocommerce table.cart td.actions .input-text::placeholder{
	color: #000;
}

.woocommerce table.shop_table td, .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th{
	border-top: 1px solid #ccc;
}

/* End Basket */








/* Checkout Page */



.woocommerce form .form-row-last {
    width: 46%;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select{
	padding: 10px;
	font-size: 16px;
	font-family: 'Montserrat', 'Helvetica', 'Arial', serif;
	border: 1px solid #ccc;
	color: #000;
	background: #fff;
	-webkit-appearance:none;
}

.woocommerce form .form-row input.input-text::placeholder{
	color: #ccc;
}

.woocommerce form.checkout_coupon .form-row input.input-text{
	width: 100%;
	padding: 7px 10px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
	border-radius: 0;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
	width: 100%;
	margin: 20px 0%;
}

.woocommerce .woocommerce-checkout{
	width: 600px;
	margin: 0 auto;
	max-width: 96%;
}

.woocommerce form .form-row.woocommerce-validated input.input-text {
	border-color: #ccc;
}

/* End Checkout */







/* My Account */



.woocommerce nav.woocommerce-MyAccount-navigation{
	display: inline-block;
	width: 100%;
	text-align: center;
	background: #000;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul{
	margin: 0;
	padding: 0;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li{
	list-style: none outside none;
	display: inline;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li a{
	padding: 10px 15px;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	font-size: 14px;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li a:hover, .woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active a{
	opacity: 0.5;
}

/* End My Account */



/* Woocommerce Mobile */



@media (max-width: 970px) {

	
	.woocommerce .woocommerce-breadcrumb {
	    width: 98%;
	    margin: 10px 1% 20px 1%;
	}
	
	.woocommerce div.product div.summary {
		width: 47%;
		margin-right:1%;
	}
	
	.woocommerce-tabs {
	    margin: 40px 1%;
	    width: 98%;
	}
	
	.page-tabs-overlay h3 {
	    font-size: 28px;
    }
	
}


@media (max-width: 768px) {

	.woocommerce div.product div.images {
	    width: 94%;
	    margin: 0 3%;
	}
	
	.woocommerce div.product div.summary {	
	    width: 94%;
	    margin: 20px 3% 0;
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
	    padding: 0 1%;
    }
    
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
	    font-size: 14px;
    }
    
    a.index-archive{
	    width: calc(50% - 40px);
    }
    
    a.index-archive:nth-child(3n+1){
	    clear: none;
    }
    
    a.index-archive:nth-child(2n){
	    clear: left;
    }
    

}

@media (max-width: 500px) {

	.page-tabs-overlay h3 {
	    font-size: 24px;
	}
	
	.woocommerce .woocommerce-breadcrumb {
	    margin: 80px 1% 20px 1%;
	}
	
	.woocommerce div.product h1.product_title {
	    font-size: 26px;
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs li {
	    width: 97.5% !important;
	    margin: 0 !important;
	    padding: 3px 1% !important;
	}
	
	.woocommerce div.product .woocommerce-tabs .panel {
	    width: 93.5% !important;
	}
	
	.woocommerce form .form-row {
	    padding: 3px 1% !important;
	}
	
	.woocommerce form .form-row-first, .woocommerce form .form-row-last {
    	width: 98%;
	}
	
	.woocommerce-privacy-policy-text p {
		font-size: 12px;
	}
	
	 a.index-archive{
	    width: calc(100% - 40px);
    }
	
}

/* End Woocommerce Mobile */






/* Finance updates - CM 22/8/23 */

/*#PBFPopup{
	display: none !important;
}*/

.pbf-representative-example{
	display: none !important;
}

.single-own-art{
	display: none;
}

#PBFPopup img{
	width: 200px !important;
	max-width: 100% !important;
}

.pbf-cart-widget{
	width: 600px !important;
	margin: 20px auto !important;
	max-width: 100% !important;
}

div#PBFPopup .pbf-finance-widget, 
div#PBFPopup .pbf-product-widget{
	width: 100%;
	display: inline-block !important;
	margin-top: 20px;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
	width: 600px;
	margin: 20px auto;
	max-width: 100%;
	float: none;
}










@media (max-width: 820px) {
	
	.footer-left{
		display: none;
	}
	
	.footer-right{
		width: calc(100% - 60px);
		min-width: calc(100% - 60px);
	}
	
}













@media (max-width: 768px) {
	
	.top-bar-content a i{
		display: inline-block;
	}
	
	.top-bar-content a span{
		display: none;
	}
	
	.nav{
		display: none;
	}
	
	.mobile-top-right{
		display: inline-block;
	}
	
	.header-right{
		width: calc(100% - 40px);
		margin: 0 20px;
		display: none;
	}
	
	a.basket{
		display: none;
	}
	
	.search{
		width: 100%;
		margin: 10px 0;
		max-width: 100%;
	}
	
	a.logo{
		margin-bottom: 30px;
	}
	
	

	.letter-cat a{
		width: 48%;
	}
	
	a.search-single{
		width: 29.33%;
	}
	
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
		text-align: center;
	}
	
	.woocommerce div.product form.cart, .woocommerce div.product p.cart{
		display: inline-block;
	}
	
	.woocommerce div.product form.cart .button{
		clear: inherit;
		margin: 0;
	}
	
	
	.contact-content{
		width: calc(100% - 40px);
		margin: 50px 20px 0 20px;
	}
	
	.contact-form{
		width: calc(100% - 100px);
		margin: 50px 20px;
		position: relative;
	}
	
	.banner .short-content{
		margin-left: 40px;
		margin-right: 40px;
		max-width: calc(100% - 80px);
	}



}








@media (max-width: 500px) {
	
	a.logo{
		margin: 10px 20px;
		width: 120px;
	}
	
	.mobile-top-right i{
		font-size: 26px;
		margin: 0 0 0 10px;
	}
	
	
	.index-left{
		display: none;
	}
	
	.index-right{
		width: 96%;
		margin: 20px 2%;
	}
	

	
	

	
	a.home-event{
		width: 98%;
	}
	
	.slider-left{
		width: 90%;
		margin: 0 5%;
	}
	
	.slider-right{
		width: 96%;
		margin: 20px 2%;
	}
	
	.footer-right-inner{
		text-align: center;
	}
	
	a.footer-logo{
		float: none;
		width: 150px;
		display: inline-block;
		margin: 0 auto 10px auto;
	}
	
	.footer-nav{
		display: none;
	}
	
	.footer-address, .footer-opening{
		width: 96%;
		margin: 10px 2%;
		text-align: center;
	}
	
	
	.footer-top-right{
		width: 96%;
		margin: 20px 2%;
	}
	
	.footer-numbers{
		margin: 10px 0;
	}
	
	.footer-social{
		text-align: center;
	}
	

	
	.letter-cat a{
		width: 98%;
	}
	
	.archive-artists, .archive-artist-content{
		width: 96%;
		margin: 20px 2%;
	}
	
	a.search-single{
		width: 46%;
	}

		
	.single-artists-image{
		margin: 30px 2%;
		width: 96%;
	}
	
	.single-artists-content{
		margin: 0 2% 50px 2%;
		width: 96%;
	}
	
	.single-artist-meta span{
		width: 100%;
	}
	
	.contact-content{
		width: 96%;
		margin: 20px 2%;
	}
	
	.contact-form{
		width: 86%;
		padding: 20px 2%;
	}

}


@media (max-width: 400px) {
	
	.top-bar-own{
		display: none;
	}
	
	a.logo{
		width: 90px;
		margin-top: 30px;
	}
	
	
}


