/*
Theme Name: 19 Karen New
Author: Thrive web design
Author URI: http://thriveweb.com.au/
Version: 2.0.1
*/

/*---------------------------- normalize ----------------------------*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 13px;
  line-height: 1.231;
}
body,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}

::-moz-selection {
  background: rgb(255, 100, 100);
  color: black;
  text-shadow: none;
}
::selection {
  background: rgb(255, 100, 100);
  color: black;
  text-shadow: none;
}

a {
  color: #00e;
}
a:visited {
}
a:hover {
  color: #06e;
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 2px dashed rgba(75, 75, 75, 0.35);
  margin: 3em 0;
  padding: 0;
  -webkit-column-span: all;
  -moz-column-span: all;
  column-span: all;
}
ins {
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul,
ol {
  margin: 1em 0;
  padding: 0;
  list-style-position: inside;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  -webkit-column-span: all;
  -moz-column-span: all;
  column-span: all;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}

form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
  *overflow: visible;
}
table button,
table input {
  *overflow: auto;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:valid,
textarea:valid {
}
/* input:invalid, textarea:invalid { background-color: rgb(245, 205, 215); } */

table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}

.religious-upbringing {
  -webkit-perspective: inherit;
  perspective: inherit;
}

/*---------------------------- typography ----------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 20px;
  line-height: 125%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

h1 {
  font-size: 60px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 32px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 15px;
}
h6 {
  font-size: 13px;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
p:first-child {
  margin-top: 0;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
}

body,
textarea,
input {
  font-family: "Open Sans", "sans-serif";

  font-size: 14px;
  line-height: 150%;

  color: #212121;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #555;
  font-weight: 600;
  font-family: "Yanone Kaffeesatz", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #8b1212;

  cursor: pointer;
  text-decoration: none;
  outline: none;

  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;

  text-decoration: underline;
}

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

blockquote {
  font-style: italic;
  font-size: 20px;
  line-height: 24px;
  color: gray;
  margin-left: 0;
  padding-left: 40px;
  border-left: dotted 2px silver;
}

/*----- Genral Button Styles BTN -----*/

.button,
.navigation a,
.post-next,
.post-prev,
.filter-button,
.search-btn {
  font-family: "Yanone Kaffeesatz", sans-serif;
  padding: 0;
  margin: 0;
  border: 1px solid #212121;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background-color: white;
  color: #212121;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  width: auto;
  height: auto;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  text-decoration: none;
  letter-spacing: 0.05em;
}

.search-btn {
  line-height: 43px;
  display: flex;
  justify-content: space-between;
}

.button:hover,
.navigation a:hover,
.navigation a.current,
.post-next:hover,
.post-prev:hover,
.post-next:active,
.post-prev:active {
  color: white;
  background: #212121;
}

.more-posts-nav {
  text-align: center;
}
/* Simply Scroll */
/* Container DIV - automatically generated */
.simply-scroll-container {
  position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip {
  position: relative;
  overflow: hidden;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

.simply-scroll-list li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.simply-scroll-list li img {
  border: none;
  display: block;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll {
  width: 100%;
  height: 250px;
  margin-bottom: 50px;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
  width: 100%;
  height: 250px;
}

/* Explicitly set height/width of each list item */
.simply-scroll .simply-scroll-list li {
  float: left; /* Horizontal scroll only */
  width: 250px;
  height: 250px;
  padding: 0;
}
/*----- Genral Input Styles -----*/

input:hover,
input:focus,
input:active,
textarea:hover,
textarea:focus,
textarea:active {
  /* 	background: rgba(119,119,119,1); */
  outline: none;
}

#Searchform,
#cat {
  display: inline-block;
  position: relative;

  width: 120px;

  padding-left: 5px;
  padding-right: 25px;
  padding-top: 3px;
  padding-bottom: 3px;

  background-image: url(images/search.png);
  background-position: 125px 5px;
  background-repeat: no-repeat;

  font-size: 12px;
}

#cat {
  padding-top: 6px;
  padding-bottom: 4px;
  background-image: url(images/drop.png);
  background-repeat: no-repeat;
  background-position: right 11px;

  width: 140px;

  font-size: 12px;
}

/*-- Edit & 404 --*/

.four04 {
  color: black !important;
  text-align: center;
}

h1.four04 {
  margin-top: 100px !important;
  font-size: 300px;
  line-height: 350px;
}

.edit_link {
  position: fixed;
  top: 60px;
  z-index: 99999;

  background-color: white;
  color: #212121;

  padding: 5px;
  padding-left: 20px;
  padding-right: 15px;

  display: inline-block;
  font-size: 11px;

  box-shadow: 2px 3px 4px rgba(33, 33, 33, 0.4);
}

.edit_link span {
  padding-left: 5px;
  margin-right: 5px;
  border-right: dotted 1px #eaede3;
}

.edit_link a {
  background-color: transparent !important;
}

/*---------------------------- helpers ----------------------------*/

.center {
  max-width: 1350px;
  margin: 0 auto;
  width: 95%;
  position: relative;
}

.clear {
  clear: both;
}

.fright {
  float: right;
}

.taright {
  text-align: right;
}

.tacenter {
  text-align: center;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

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

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

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.section-hr {
  margin: 75px auto;
  width: 80%;
}
.section-hr.slim {
  margin: 50px auto;
}
.uppercase {
  text-transform: uppercase;
}
.blur {
  opacity: 0.6;
}
.blur.open {
  opacity: 1;
}
.shadow {
  box-shadow: 3px 7px 15px rgba(1, 1, 1, 0.3);
}
.hideoverflow {
  overflow: hidden;
}
.hidee {
  max-height: 0;

  -webkit-transition: all 1s linear;

  transition: all 1s linear;
  overflow: hidden;
  /* 	transform: translateY(-100%); */
  position: relative;
  opacity: 0;

  margin-top: 0;
  box-sizing: border-box;
}
.hidee.open {
  opacity: 1;
  max-height: 5000px;
  transform-origin-y: 100%;
}
.hider {
}
.section-hidden {
  background-color: #f5f5f5;
  padding-top: 0px;
  box-shadow: 0 5px 10px rgba(40, 40, 40, 0.4) inset;
}
.close-button {
  background-color: #777;
  color: white;
  display: block;
  width: 100%;
  margin-bottom: 0;
  font-family: "Yanone Kaffeesatz";
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 15px;
  box-sizing: border-box;
  letter-spacing: 0.05em;
}
.close-button:hover {
  color: white;
}
.external {
  color: black;
}
.external:hover {
  color: black;
}
.external:hover:after {
  content: " \f08e";
  font-family: "FontAwesome";
  /* 	f08e */
}

/*--- Images ---*/

.content_style img,
.wp-caption,
.wp-post-image,
a#logo img,
.colimg_wrap img {
  max-width: 100%; /* Fluid images for posts, comments, and widgets */
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="wp-post-image"],
.wp-post-image,
.colimg_wrap img {
  height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img.size-full {
  max-width: 100%;
  width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}

/*---------------------------- header and body ----------------------------*/

body {
  background-color: white;
  overflow: hidden;
}

header {
  background-color: #212121;
  padding-top: 5px;
  padding-bottom: 5px;
  color: white;
}

a#logo {
  display: block;
  text-align: center;
  margin: 20px 0;
  height: 5rem;
  float: left;
}
#logo img {
  height: 100%;
  width: auto;
}
a#logo:hover {
}

#head_cont {
  /* 	z-index: 600; */
  position: relative;
}

#main {
  margin-top: 50px;
  margin-bottom: 50px;
}

/* ----- Full Size Nav -----*/

nav {
  position: relative;
  font-family: "Yanone Kaffeesatz", sans-serif;
  z-index: 600;
  font-size: 1.5em;
}

nav ul {
  float: right;
  line-height: 40px;
  z-index: 400;
  margin: 0;
  padding: 0;
  margin-top: 40px;
  text-align: center;
}

nav ul li {
  list-style: none;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 0 0 2rem;
  text-align: left;
  float: left;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
}
nav ul li:last-of-type {
  margin-right: 0;
}
nav ul li:first-of-type {
  /* 	margin-left: 0; */
}
nav ul li a {
  color: white;
  text-decoration: none;
  font-size: 0.9em;
  display: inline-block;
  line-height: 17px;
  text-transform: uppercase;
}

nav ul li.current_page_item a,
.current_page_parent a {
}

nav ul li a:hover,
nav ul li.sfHover a {
  text-decoration: none;
  color: white;
}

nav ul li.sfHover a {
}

nav ul li.current-menu-parent ul a {
  color: white;
}

nav ul li.current_page_item ul a,
nav ul li.current_page_parent ul a {
  color: white;
}

#full_nav ul.sub-menu {
  opacity: 0;
  /* 	max-height: 0; */
  /* 	overflow: hidden; */
  position: absolute;
  top: 100%;
  z-index: 100;
  background: #212121;
  width: auto;
  right: -45px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  text-align: left;
}
#full_nav ul.sub-menu.open {
  /* 	max-height: 200px; */
  opacity: 1;
  pointer-events: all;
}
#full_nav ul.sub-menu li {
  padding: 5px 15px;
  margin: 0;
  opacity: 1;
  width: 100%;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-align: left;
}
#full_nav ul.sub-menu li:nth-child(1) {
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
#full_nav ul.sub-menu li:nth-child(2) {
  -webkit-transform: translateY(40%);
  -ms-transform: translateY(40%);
  transform: translateY(40%);
}
#full_nav ul.sub-menu li:nth-child(3) {
  -webkit-transform: translateY(30%);
  -ms-transform: translateY(30%);
  transform: translateY(30%);
}
#full_nav ul.sub-menu li:nth-child(4) {
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
}
#full_nav ul.sub-menu li:nth-child(5) {
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
}
#full_nav ul.sub-menu.open li {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

#mobile_nav {
  display: none;
}
/*-- Content --*/

.content_style {
}

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

.content_style,
.content_style p,
.content_style li {
  font-size: 14px;
  line-height: 22px;
  list-style: none;
}

.content_style li:before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;

  color: #212121;
  font-size: 12px;
  padding-right: 0.5em;
}

.content_style ul,
.content_style ol {
  /* 	margin-left: 20px; */
}

.content_style dl {
  background-color: #f5f5f5;
}

.content_style dt {
  color: #212121;
  padding-bottom: 5px;
  padding-top: 5px;

  clear: left;
  float: left;
  text-align: right;
  width: 27%;
  margin-right: 1em;
}

.content_style dd {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 5px;
  padding-top: 5px;
  margin-left: 0;

  clear: right;
  width: 70%;
  padding-left: 30%;
}

/*-- Content --*/

.fcol {
  margin: auto;
  width: 100%;
}

.scol {
  width: 80%;
  margin: auto;
}

.lcol {
  float: left;
  width: 50%;
}
.lcol.padded {
  padding-right: 2%;
  box-sizing: border-box;
}
.rcol {
  float: right;
  width: 50%;
}
.rcol.padded {
  padding-left: 2%;
  box-sizing: border-box;
}

.fcol {
  margin: auto;
  width: 100%;
}
.wcol {
  overflow: hidden;
}
.contact .lcol {
  float: left;
  width: 45%;
}

.contact .rcol {
  float: right;
  width: 45%;
}

.wcol.image {
  margin-bottom: 80px;
}
.column {
  box-sizing: border-box;
}
.column.first {
  padding-right: 2%;
}
.column.last {
  padding-left: 2%;
}

/* ------------------- Home ---------------- */

.section__icon {
  text-align: center;
  margin: 100px 0;
}

.filter-btn-main {
  display: flex;
}

.filter-button {
  margin-top: 20px;
  color: #000;
  line-height: 30px;
}

.filter-button a {
  color: #000;
  text-decoration: none;
}
.filter-button:hover a {
  color: white;
}
.filter-button:hover{
  background: #212121;
}
.btnajaxloader-main {
  margin-top: 20px;
  margin-left: 10px;
}
.btnajaxloader-main img,.search-btnajaxloader-main img {
  width: 30px;
  height: 30px;
  line-height: 10px;
}
.artwork-archive_filter {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.artworkcontent-left {
  text-align: left;
  max-width: 500px;
}
.artworkcontent-left h2 {
  color: #686868;
  font-size: 45px;
  letter-spacing: 4px;
}
.artworkcontent-left p {
  font-family: "Open Sans", sans-serif;
  line-height: 20px;
  font-size: 14px;
  color: #8a8a8a;
}
.artworkcontent-left .wpulike.wpulike-default  {
  display: none;
}
/* .artworkcontent-right ul.artworkcontent-right-wrap {
  display: flex;
  justify-content: space-between;
} */
.artworkcontent-right ul.artworkcontent-right-wrap {
  margin-top: 0px;
}
.artworkcontent-right ul.artworkcontent-right-wrap li.parent-item {
  list-style: none;
  /*max-width: 215px;*/
  width: 250px;
  margin: 10px;
  align-items: center;
}
.artworkcontent-right ul.artworkcontent-right-wrap li:first-child {
  margin-top: 0px;
}
/* .artworkcontent-right ul.artworkcontent-right-wrap li:first-child {
  margin-right: 5px;
}.artworkcontent-right ul.artworkcontent-right-wrap li:last-child {
  margin-left: 5px;
} */
.artworkcontent-right ul.artworkcontent-right-wrap li.parent-item input {
  background: black;
  height: 45px;
  width: 100%;
  padding: 0;
  border: unset;
  padding-left: 40px;
}
.ajax_custom_filter_loader {
  display: none;
  position: relative;
}
.btnajaxloader-main img, .search-btnajaxloader-main img {
  display:none;
}


.artworkcontent-right ul.artworkcontent-right-wrap li div.rangeslider-head {
  margin-bottom: 0px;
  font-size: 14px;
  font-family: "Open Sans", "sans-serif";
  font-weight: normal;
  color: #fff;
  display: flex;
  justify-content: space-between;
  height: 45px;
  align-items: center;
  padding: 0 10px;
  background: black;
}
.slider-labels {
  margin-top: 0;
  display: flex;
  justify-content: space-between;
  margin-bottom: 17px;
}

.artworkcontent-right ul.artworkcontent-right-wrap li div.rangeslider-head span:last-child {
  font-size: 31px;
}
.artworkcontent-right ul.artworkcontent-right-wrap li:last-child:hover {
  cursor: pointer;
}
.rangeslider-main {
  padding: 15px;
  display: none;
  box-shadow: 5px 10px 20px 4px #8888882b;
}
.artworkcontent-right .rangeslider-bar-main .noUi-background {
  background: #979797;
  height: 2px;
  border-radius: 4;
}
.artworkcontent-right li.parent-item:first-child {
  display: flex;
}
.artworkcontent-right li.parent-item:first-child i {
  padding: 13px;
  font-size: 23px;
  font-weight: lighter;
}
input#search_artworkid {
  color: #ffffff !important;
}
.artworkcontent-right li.parent-item:first-child:after {
  content:url('images/search.svg');
  position: absolute;
  padding: 10px;
  padding-top: 16px;
}
input#search_artworkid::placeholder {
  color: #a0a0a0;
}
input#search_artworkid:-ms-input-placeholder {
  color: #a0a0a0;
}
input#search_artworkid::-ms-input-placeholder {
  color: #a0a0a0;
}

.rangeslider-bar-main .noUi-connect {
  background: #040404;
}
.rangeslider-bar-main .noUi-horizontal .noUi-handle {
  background-color: #040404;
}

.artworkcontent-right ul.artworkcontent-right-wrap li p span:last-child {
  font-size: 25px;
}
.artwork-type-filter-main {
  margin-top: 30px;
}
select.artwork-type-dropdown {
  width: 100%;
  border: 1px solid;
  background: #DCD5D4 url('images/grey-down-arrow.svg') no-repeat 98% center;
  padding-right: 30px;
  border-radius: 3px;
}

.stockroom-content {
  display: flex;
}

.artwork-type-item {
  list-style: none;
  display: flex;
}

.artworkcontent-right ul.artworkcontent-right-wrap  li.artwork-type-item input.artwork-cat-input {
  width: auto;
  height: auto;
}

.filter-attribute-label {
  padding-left: 10px;
}

.artwork-type-filter-main h4 {
  text-align: initial;
}

.less-artwork-found .stockroom-content-main {
  width: 100%;
}
.stockroom-content-main{
  width: 100%;
}

@media (max-width: 1024px) {
  .artwork-archive_filter {
    display: block;
  }
  .artworkcontent-left {
    width: 100%;
    max-width: 100%;
  }
  .artworkcontent-right li.parent-item:first-child:after {
    top: unset;
  }
  .stockroom-content {
    flex-wrap: wrap;
    display: block;
  }
  .filter-sidebar {
    width: 100%;
  }
  .artworkcontent-right ul.artworkcontent-right-wrap li.parent-item {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 0 10px 0;
  }

}

@media (min-width: 1065px) {
  .whatson .section__showcase:not(.archive-artworks__showcase) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .whatson .showcase__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .whatson .showcase__box {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    top: 35px;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .whatson .showcase__inner {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .whatson .showcase__button-wrap {
    margin-top: auto;
  }
}

/* -------- About ----------- */
.statement {
  line-height: 1;
}
.statement:first-child {
  text-align: center;
  font-size: 3em;
  font-weight: 500;
  font-family: "Yanone Kaffeesatz", sans-serif;
  margin-top: 100px;
  margin-bottom: 100px;
  letter-spacing: 0.03em;
}
.banner {
  background-color: #777;
  color: white;
  padding: 50px 0;
  margin: 50px auto;
  text-align: center;
}
.sofitel .banner {
  margin: 0;
  /* 	background-attachment: fixed; */
}
.banner.bg-img.resp-replace {
  display: none;
}
.banner.bg-img {
  min-height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #212121;
  text-align: left;
  padding-top: 50px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner.thin {
  padding: 25px 0;
}
.banner.dark.thin .button {
  margin-top: 0;
}
.two-columns {
  margin-top: 100px;
  margin-bottom: 100px;
}
.testimonial-wrap {
  padding: 50px 0 30px;
  overflow: visible;
}
.testimonial-wrap.owl-carousel .owl-item {
  -webkit-backface-visibility: visible !important;
}
.testimonial-wrap.owl-carousel .owl-stage-outer {
  overflow: visible !important;
}
.testimonial-item {
  position: relative;
  height: auto;
  overflow: visible;
}
.active .quote {
  box-sizing: border-box;
  width: 150px;
  height: 100%;
  background-image: url(images/quote-bg.jpg);
  background-position: 50% 80%;
  background-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;

  -webkit-transition: -webkit-transform 5s ease-out;

  transition: transform 5s ease-out;
  position: absolute;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  /* 	animation-name: bg-anim; */
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.active .quote.left {
  /* transform: translate3d(-20px,0,0); */
  /* display: block; */
}
.active .quote.right {
  /* transform: translate3d(20px,0,0); */
  /* display: block; */
}
.active .quote.left {
  left: 0;
  -webkit-mask-image: url(images/quote-left.png);
  transform: translate3d(-20px,0,0);
}
.active .quote.right {
  right: 0;
  -webkit-mask-image: url(images/quote-right.png);
  transform: translate3d(20px,0,0);
}
.no-cssmask .quote {
  display: none;
}
.owl-carousel {
  touch-action: manipulation;
}

.testimonial-item p {
  padding: 50px 20%;
  text-align: center;
  box-sizing: border-box;
  font-size: 1.6em;
  font-style: italic;
  line-height: 1.6;
  color: black;
}

.about__video-section {
}
iframe {
  -webkit-column-span: all;
  -moz-column-span: all;
  column-span: all;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  -webkit-column-span: all;
  -moz-column-span: all;
  column-span: all;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-column-span: all;
  -moz-column-span: all;
  column-span: all;
}

.social-icons.pretty {
}
.social-icon {
  height: 185px;
  width: 185px;
  display: inline-block;
  background-color: rgba(40, 40, 40, 0.1);
  background-position: center center;
  line-height: 186px;
  font-size: 90px;
  color: white;
  border-radius: 50%;
  margin-right: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-perspective: 1000px;
  overflow: hidden;
  background-blend-mode: overlay;
}

.social-icon:last-of-type {
  margin-right: 0;
}
.social-icon i {
  -webkit-transform: rotate3d(0, 0, 0);
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.social-icon:hover {
  color: white;
  background-color: rgba(40, 40, 40, 0);
}
.social-icon:hover i {
  -webkit-transform: rotate3d(0.5, 1, -0.5, 25deg) scale(1);
}
.social-icon:nth-child(2n):hover i {
  /* 	-webkit-transform: rotate3d( -.5, 1, .5, 25deg) scale(1); */
}

.team-list .team {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.team-list .team .item {
  width: 30%;
  margin-bottom: 2rem;
  background: white;
  box-shadow: 3px 7px 15px rgba(1, 1, 1, 0.3);
}

.team-list .team .item .bg-img {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
}

.team-list .team .item .blurb {
  padding: 2rem 2rem 4rem 2rem;
}

.team-list .team .item .blurb .expand {
  max-height: 5.5rem;
  overflow: hidden;
}

.team-list .team .item .blurb.open .expand {
  max-height: 50rem;
}

.team-list .team .item .blurb:after {
  content: "Read More";
  display: block;
  text-transform: uppercase;
  text-decoration: underline;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 10px;
  cursor: pointer;
}

.team-list .team .item .blurb.open:after {
  content: "Read Less";
}

/*------ Gallery Info ------*/

.banner.dark {
  color: white;
  text-align: center;
  background-color: rgba(30, 30, 30, 0.7);
  font-size: 1.2em;
  margin-bottom: 0;
}
.bg-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.2;
}
.banner h2 {
  color: inherit;
}
.section {
  margin-top: 100px;
  margin-bottom: 100px;
}
.banner.dark .button {
  background-color: transparent;
  color: white;
  border-color: white;
  margin-top: 50px;
}
.button.downarrow:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #fff;
  border-width: 10px;
  margin-left: -10px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.button.downarrow:hover:after {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
@-webkit-keyframes arrow {
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes arrow {
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
.section-hidden pre {
  font-family: inherit;
  background-color: white;
  width: 100%;
  padding: 50px;
  box-sizing: border-box;
  line-height: 2;
  margin-top: 3em;
  margin-bottom: 3em;
}
.section-hidden em {
  font-size: 1.5em;
  color: #777;
  line-height: 1.7;
}
.section-hidden em a {
  font-style: normal;
}

/*--------------------- Showcase -------------------- */
@-webkit-keyframes showFadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes showFadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fader {
  opacity: 0;
  /* 	transition: all 1s ease-in-out; */
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: showFadeUp;
  animation-name: showFadeUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.fader:nth-child(7n + 2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.fader:nth-child(7n + 3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.fader:nth-child(7n + 4) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.fader:nth-child(7n + 5) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.fader:nth-child(7n + 6) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.fader:nth-child(7n + 7) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.section__showcase {
  width: 100%;
  padding: 0;
  text-align: center;
}

.showcase__item {
  align-item: stretch;
  text-align: center;
  width: 23%;
  box-sizing: border-box;
  float: left;
  margin-right: 2.6%;
}

.showcase__item:last-of-type {
  margin-right: 0;
}
.showcase__heading {
  color: #777;
  font-weight: 600;
  font-size: 2em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.showcase__box {
  height: 100%;
  box-shadow: 3px 7px 15px rgba(1, 1, 1, 0.3);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  padding-bottom: 0px;
  position: relative;
}
.showcase__image {
  height: 300px;

  -webkit-transition: all 1s ease-out;

  transition: all 1s ease-out;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
}

.js .showcase__image {
  position: relative;
}
.js .showcase__image:after {
  content: "";
  background-image: url(images/dark_geometric.png);
  background-attachment: scroll;
  opacity: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  /*
  animation: loadingbg infinite 10s;
  -webkit-animation: loadingbg infinite 10s;
  background-position: 0 0;
  -webkit-animation-timing-function: linear;

  animation-timing-function: linear;
*/
}
/*
@keyframes loadingbg{
	100%{
		background-position: 1200px 1200px;
	}
}
@-webkit-keyframes loadingbg{
	100%{
		background-position: 1200px 1200px;
	}
}
*/
.js .showcase__image.loaded:after {
  /*
	animation: none;
	-webkit-animation: none;
*/
  opacity: 0;
  pointer-events: none;
}
.showcase__inner {
  padding: 20px;
}
.showcase__inner > .showcase__title2  {
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #555;
  font-size: 1.8em;
  margin-top: 10px;

}
.showcase__inner > .showcase__title2  a{
  line-height: 1;
  color: #555;
  text-decoration: none;

}

.showcase__title,
.showcase__subtitle {
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #212121;
  line-height: 1;
}
.showcase__title a {
  color: inherit;
  text-decoration: none;
}

.showcase__title a:hover {
  color: inherit;
  text-decoration: underline;
}
.showcase__subtitle {
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
  letter-spacing: initial;
  font-size: 1.2em;
  margin: 0;
}
.showcase_host {
  margin: 0;
}
.showcase__inner p {
  line-height: 1.5;
  font-weight: 100;
}
.showcase__inner p:last-of-type {
  /* 	margin-bottom: 100px; */
}
.showcase__button-wrap {
  /* 	position: absolute; */
  bottom: 50px;
  right: 0;
  left: 0;
}
.showcase__button {
  display: inline-block;
  width: auto;
  height: auto;
  margin-top: 25px;
}

/*--------------- Horizontal Showcase -----------------*/

.horiz .showcase__item {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 75px auto;
  display: block;
  float: none;
}
.horiz .showcase__box {
  height: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.horiz .showcase__image {
  width: 300px;
  height: auto;
  min-height: 300px;
}
.horiz .showcase__inner {
  float: left;
  width: 60%;
  box-sizing: border-box;
  text-align: left;
  position: relative;
}
.horiz .showcase__button-wrap {
  text-align: right;

  right: 20px;
}
.horiz .showcase__box.middle {
  box-shadow: 3px 10px 25px rgba(1, 1, 1, 0.25);
}

/* -------- EXHIBITIONS ------- */
.exhibitions__heading {
  color: #777;
  font-weight: 600;
  font-size: 2.8em;
  margin: 75px auto;
  text-align: center;
}
.exhibitions__past-nav {
  vertical-align: middle;
  margin: -25px auto 50px auto;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-size: 2em;
  text-align: center;
}
@media screen and (min-width: 801px) {
  .page-template-page-exhibitions-past-php .exhibitions__past-nav,
  .page-template-page-exhibitions-current .exhibitions__past-nav {
    margin-top: -75px;
  }
}
.exhibitions__past-nav a {
  color: #999;
  text-decoration: none;
  vertical-align: middle;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.exhibitions__past-nav a:last-of-type {
  margin-right: 0;
}
.exhibitions__past-nav a.current,
.exhibitions__past-nav a:hover {
  color: #777;
  text-decoration: underline;
}
.exhibitions__past-nav .sep {
  display: inline-block;
  color: #999;
  margin: 0 0.1em;
  font-size: 2em;
  vertical-align: middle;
  height: 0.5em;
}
.exhibitions__past-nav .sep i {
}

/* -------- EXHIBITION SINGLE ------- */
.exhibition-single {
}
.exhibition-single h3 {
}
.exhibition-single__title {
  font-size: 3em;

  font-weight: 600;
}
.exhibition-single__subtitle {
  font-size: 1.8em;
  color: #555;
  font-weight: 600;
  text-transform: capitalize;
}

.exhibition-single__top-content {
  margin-bottom: 100px;
}
.exhibition-single__image {
  height: 300px;
  width: 300px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 50px;
}

.exhibition-list {
  list-style: none;
  padding: 0;
  line-height: 2;
}
.exhibition-list .artist {
}
.exhibition-list .artist.hidden {
  overflow: hidden;
  max-height: 0px;
}
.reveal {
  text-decoration: none;
}

/* -------- ARTWORK ARCHIVE ------- */

.artwork-archive {
  text-align: center;
  vertical-align: middle;
}
.artwork-archive__header {
  margin-bottom: 65px;
  color: #777;
}
.whatson .artwork-archive__header {
  margin-bottom: 25px;
}
.artwork-archive .showcase__item {
  margin: 0px 5px 50px 5px;
  display: inline-block;
  float: none;
  width: 250px;
  vertical-align: middle;
}
.artwork-archive .showcase__image {
  height: 250px;
}
.artwork-archive .showcase__box {
  /* artwork and artists */
  /*min-height: 400px;*/
  overflow: hidden;
}
.artwork-archive .showcase__inner {
  padding: 10px;
  min-height: 160px;
}
.artwork-archive .showcase__title {
  color: #555;
  font-size: 1.8em;
}
.artwork-archive .showcase__subtitle {
  font-weight: 100;
  font-size: 1em;
}
.artwork-archive .showcase__subtitle a {
  color: inherit;
  text-decoration: inherit;
}
.artwork-archive .showcase__subtitle a:hover {
  text-decoration: underline;
}
.artwork-archive .showcase__button-wrap {
  bottom: 15px;
}
.artwork-archive .sold {
  position: absolute;
  bottom: 15px;
  right: 10px;
}

.artwork-archive .art-gallery__overlay {
  height: 250px;
  bottom: initial;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}
.artwork-archive .showcase__item:hover .art-gallery__overlay {
  pointer-events: all;
  opacity: 0.9;
  cursor:pointer
}

/* -------- ARTWORK SINGLE ------- */
.single-artworks .price {
  font-size: 1.2em;
}
.single-artworks .price sub {
  bottom: 0;
  font-size: 0.6em;
  margin-left: 0.2em;
}
.single-artworks .price.exchange {
  font-size: 1.2em;
}
.single-artworks .footer-buttons {
  width: 90%;
}
.single-artworks .footer-buttons hr {
  display: none;
}
.artwork-single__title {
  font-size: 3em;
  font-weight: 600;
}
.artwork-single__title a {
  color: inherit;
  text-decoration: none;
}
.artwork-single__left p {
  margin: 15px 0;
  /* line-height: 1.5; */
}
.artwork-single__title a:hover {
  text-decoration: underline;
}
.artwork-single__subtitle {
  font-size: 1.8em;
  color: #555;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.wpulike {
  margin-top: -25px;
  margin-bottom: -25px;
  pointer-events: none;
  display: block;
  width: 100%;
  margin: 0;
}
.wpulike .counter {
  background: none;
  border: none;
}
.wpulike .counter a {
  background-size: 60%;
  opacity: 0.8;
}
.artwork-single__top-content {
  margin-bottom: 0px;
}
.artwork-single__top-content .share-this {
  display: inline-block;
  margin: 0 20px;
  margin-left: 0;
}
.artwork-single p {
  /* 	margin-bottom: 25px; */
}
.artwork-single__image {
  margin: 10px auto;
  float: none;
  max-height: 600px;
  max-width: 90%;
  display: block;

  background-size: contain;
  background-position: center 10px;
  margin-bottom: 50px;
  background-repeat: no-repeat;
  cursor: pointer;
  cursor: -webkit-zoom-in;
  position: relative;
}

.artwork-single__image-wrap {
  position: relative;
  text-align: center;
}
.artwork-single__image-click-wrap {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  pointer-events: none;
}
.artwork-single__image-click {
  line-height: 20px;
  padding: 10px;
  font-size: 18px;
  background-color: rgba(31, 31, 31, 0.6);
  color: white;
  display: inline-block;
  width: 20px;
  height: 20px;

  pointer-events: none;
  margin: 0;

  z-index: 10;
  opacity: 0.2;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.artwork-single__image-wrap:hover .artwork-single__image-click {
  opacity: 1;
}
.artwork-single__left {
  margin-bottom: 25px;
}
.additional-images {
  margin: 25px auto;
  text-align: center;
}
.additional-images img {
  margin: 5px;
  cursor: pointer;
  cursor: -webkit-zoom-in;
  position: relative;
}
.buy {
  width: 250px;
  padding: 0 30px;
  margin-bottom: 15px;
  cursor: pointer;
  box-sizing: border-box;
}

.buy-load-wrap {
  display: none;
  text-align: center;
  font-size: 0.8em;
  color: #444;
  pointer-events: none;
  margin-bottom: 25px;
  color: white;
  background-color: #212121;
  box-sizing: border-box;
}
.buy-load-wrap:hover {
  cursor: progress;
}
.buy-load {
  -webkit-animation-duration: 1.5s !important;
  animation-duration: 1.5s !important;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.buy-load.one {
}
.buy-load.two {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.buy-load.three {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.buy-load-wrap.go {
  display: inline-block;
  text-align: center;
}
.sold {
  background-color: rgb(255, 100, 100);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-block;
  color: white;
  font-family: "Yanone Kaffeesatz";
  text-align: center;
  line-height: 40px;
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
}
#more-info {
  list-style: none;
  margin-top: -10px;
}
#more-info li a {
  color: #212121;
}
.cc-icons {
  margin-top: 25px;
  font-size: 2.5em;
}
.cc-icons a {
  line-height: 0;
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
}
.payment-icon {
  height: 34px;
}
.pswp__caption__center {
  text-align: center;
}

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 0px;
  margin: 20px 0;
}

/*---------------------------------- Share This */
.share-this {
  color: #838383;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}

.share-this ul {
  margin: 0;
  padding: 0;
}

.share-this ul li {
  margin: 0;
  padding: 0;

  list-style: none;
  display: inline-block;
}

.share-this ul li:before {
  content: "";
}

.share-this p {
  margin: 0;
  padding: 0;
}

.share-this a {
  padding: 0 10px;
  color: #838383;
  font-size: 1.2em;
  line-height: 1em;
  -webkit-backface-visibility: hidden;
}
.share-this a:hover {
  color: rgb(255, 100, 100);
}

/* -------- ARTIST SINGLE ------- */
.resp-title {
  display: none;
}
.artist-single__title {
  font-size: 3em;
  font-weight: 600;
}
.artist-single__title a {
  color: inherit;
  text-decoration: none;
}
.artist-single__title a:hover {
  text-decoration: underline;
}
.artist-single__subtitle {
  font-size: 1.8em;
  color: #555;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.artist-single__top-content {
  margin-bottom: 100px;
}
.artist-single p {
  margin-bottom: 25px;
}
.artist-single__image {
  margin: 10px auto;
  float: none;
  max-height: 600px;
  max-width: 90%;
  max-width: 400px;
  display: block;
  width: 80%;
  background-size: contain;
  background-position: center 10px;
  margin-bottom: 50px;
  background-repeat: no-repeat;
}

.artist-single__image.secondary {
  margin-top: 4rem;
  height: auto;
}

.artist_thumb {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.single-artists .art-gallery__section {
  margin-top: 100px;
}
.colplz {
  -webkit-columns: 2 200px;
  -moz-columns: 2 200px;
  columns: 2 200px;
}
.nocolthx {
  -webkit-column-span: all;
  -moz-column-span: all;
  column-span: all;
}
.single-artists .exhibitions__past-nav {
  margin: -35px auto 25px auto;
}
/*-------- Image Gallery -------*/
.image-gallery {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.image-gallery.show {
  max-height: 500px;
}
.gallery-name i {
  text-decoration: none;
  padding-left: 0.5em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery-name.show i {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.slider-for {
  height: 600px;
  margin-bottom: 5px;
}
.post-gallery-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  max-height: 500px;
  height: auto;
  width: auto;
  max-width: 100%;
  margin-right: 20px;
  margin-bottom: 5px;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 0;
}
.post-gallery-item.flickity-lazyloaded,
.post-gallery-item.flickity-lazyerror {
  opacity: 0;
}
.post-gallery-item.is-selected {
  opacity: 1;
}
.post-gallery {
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
}
.gallery-nav {
  max-height: 160px;
  overflow: hidden;
}
.post-gallery-nav-item {
  margin: 5px;
  cursor: pointer;
  min-width: 150px;
  height: 150px;
}
.blog .post-gallery-nav-item,
.archive .post-gallery-nav-item {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

/* --------- Art Gallery -------- */

.art-gallery__section.stockroom {
  padding-top: 6rem;
}
.art-gallery__section {
  text-align: center;
}
.art-gallery__title {
  text-align: center;
  color: #777;
  font-weight: 600;
  margin-bottom: 50px;
}
.art-gallery {
  width: 100%;
  /* 	height: 250px; */
  margin-bottom: 50px;
  text-align: center;
  /* 	display: flex; */
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.home .art-gallery {
  display: block;
  height: 350px;
  overflow: hidden;
}
.art-gallery__item {
  padding: 0;
  margin: 0;
  height: 250px;
  width: 250px;
  background-color: #212121;
  background-position: center center;
  background-size: cover;

  /*
	-webkit-transition: all .3s ease-out;

	        transition: all .3s ease-out;
*/
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  position: relative;
  display: inline-block;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  margin: 5px;
  position: relative;
}
.js .art-gallery__item:after {
  content: "";
  background-image: url(images/dark_geometric.png);
  background-attachment: scroll;
  opacity: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.js .art-gallery__item.loaded:after {
  opacity: 0;
  pointer-events: none;
}
.whatson .art-gallery__item {
  margin: 0;
  margin-left: -2px;
  margin-right: -2px;
}
.whatson .art-gallery__overlay {
  /* 	margin-left: -1px; */
}
.art-gallery__overlay {
  opacity: 0;
  pointer-events: none;
  margin: 0;
  padding: 10px 5px 10px 5px;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.art-gallery__item:focus .art-gallery__overlay,
.art-gallery__item:hover .art-gallery__overlay {
  pointer-events: all;
  opacity: 1;
}
.art-gallery__overlay__title {
  /*visibility: hidden;*/
  text-transform: uppercase;
  overflow: hidden;
  max-width: 80%;
  margin: 0 auto;
  line-height: 1;
}
.art-gallery__overlay__title strong.artworktype-string {
  word-break: break-all;
}
.art-gallery__overlay__title,
.art-gallery__overlay__title {
  font-weight: 500;
}
.art-gallery__overlay__title a,
.art-gallery__overlay__title a:hover {
  color: inherit;
  text-decoration: none;
}
.art-gallery__overlay .sold {
}
.owl-item {
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #484848;
}

/* WORDPRESS GALLERY */
.grid {
  margin: 0 auto;
}
.grid-item {
  margin-bottom: 10px;
  width: 150px;
  height: 150px;
}
.gallery-theme a {
  text-decoration: none;
}
.gallery-theme a img {
  /* 	margin: 10px; */
}

.news-years {
}

/*-- Interiors --*/
.interiors .content_wrap {
  margin-bottom: 75px;
}
/*--------------- Subscribe ------------------------ */

.subscribe_wrap {
  margin: 50px auto;
  width: 95%;
  max-width: 350px;
  text-align: center;
  margin-bottom: 100px;
}
.mc_title h3 {
  font-size: 1.5em;
  margin: 0;
  margin-bottom: 5px;
}
.mce-EMAIL {
  vertical-align: middle;
  padding: 0;
  margin: 0;
  border: 1px solid #212121;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background-color: white;
  color: #212121;
  width: 70%;
  line-height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
  display: inline-block;
  box-sizing: border-box;
  text-decoration: none;
  margin-right: -5px;
  height: 42px;
}
.mailchimp_button {
  color: white;
  background-color: #212121;
  vertical-align: middle;
  width: 30%;
  padding-left: 0;
  padding-right: 0;
}
.mailchimp_button:hover {
  color: #212121;
  background-color: white;
  margin-left: 0;
  display: inline-block;
  padding: 0;
}

.subscribe_wrap .feather-x {
  display: none;
}

/*----- side subscribe ---- */
.subscribe-side {
  position: fixed;
  top: 89px;
  right: -1px;
  z-index: 999;
  box-shadow: -2px 3px 4px rgba(33, 33, 33, 0);
  width: auto;
  margin: 0;
  padding: 0;
  padding-top: 20px;
  background-color: transparent;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 3px 0 0 3px;
}
.subscribe-side.nopoint {
  pointer-events: none;
}
.subscribe-side.open {
  background-color: white;
  padding: 20px;
  box-shadow: -2px 3px 4px rgba(33, 33, 33, 0.3);
  pointer-events: all;
}
.subscribe-side .feather-x {
  display: none;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.subscribe-side.open .feather-x {
  display: block;
}

.subscribe-side .mc_title h3,
.subscribe-side .mce-EMAIL,
.subscribe-side h2,
.subscribe-side .ctct-form-field {
  position: relative;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.subscribe-side.open .mc_title h3,
.subscribe-side.open .mce-EMAIL {
  position: relative;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 1;
}
.subscribe-side .subscribe_wrap {
  margin: 0;
  width: auto;
}
.subscribe-side .mailchimp_button,
.subscribe-side .ctct-form-button {
  position: relative;
  pointer-events: all;
}
.subscribe-side .mailchimp_button.hover,
.subscribe-side .ctct-form-button.hover {
  font-family: "FontAwesome";
  color: white;
  background-color: #212121;
}
/*--------- Zoomy! ---------*/

#pslide {
  position: relative;

  height: 75px;
  margin: 2px 30px 30px 30px;
}

#thumbelina {
  list-style: none;
  padding: 0px;

  position: absolute;
  white-space: nowrap;
  /* font-size:0 stop gaps between display-inline li elemets */
  /* Either do this, or remove all white space in HTML beween li elements */
  font-size: 0;

  /* prevent annoying iPad cut/paste actions */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

/* Style for the list items that surround the thumbnails */
#thumbelina li {
  line-height: 0px;
  margin: 0px;
  display: inline-block;
}

/* Add a border to the thumbnails. */
#thumbelina li img {
  opacity: 0.6;
}

/* Hover effect for the images */
#thumbelina li img:hover {
  opacity: 1;
  cursor: pointer;
}

/* Common style for the buttons */
.thumbelina-but {
  position: absolute;
  background-color: white;

  z-index: 1;
  cursor: pointer;

  /* Font related items for the symbols used on buttons */
  /* Obviously not needed if you're just using images */
  color: #b0e6d9;
  text-align: center;
  vertical-align: middle;
  font-size: 24px;
  font-weight: bold;
  font-family: monospace;
}

/* Hover style for active button */
.thumbelina-but:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.thumbelina-but.disabled,
.thumbelina-but.disabled:hover {
  background-color: #f9f2ed;
  color: #d3b28e;
  cursor: default;
  opacity: 0;
}

/* Horizontal buttons. */
.thumbelina-but.horiz {
  width: 29px;
  height: 75px;
  line-height: 75px;
  top: 0px;
}
/* Left edge button. */
.thumbelina-but.horiz.left {
  left: -30px;
  border-radius: 5px 0px 0px 5px;
}
/* Right edge button */
.thumbelina-but.horiz.right {
  right: -30px;
  border-radius: 0px 5px 5px 0px;
}

.thumb {
  width: 75px !important;
  height: 75px !important;

  overflow: hidden;
}

.thumb {
  width: 100%;
}

.variations td {
  display: block;
  width: 100%;
}

/*---------- Page Style ----------*/

/*--- Listing ---*/

.list_item {
  margin-bottom: 30px;
}

.list_item img {
  float: left;
  margin-right: 20px;
}

.list_info {
}

/*---------------------------- sub pages ----------------------------*/

.attachment-subpage_thumbnail {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 5px;
  background: #fff;
  background-image: url(images/diag.png);
  padding: 10px;
}
.description {
  overflow: hidden;
  margin-bottom: 10px;
}

.description a {
  color: black;
  text-decoration: none;
  font-weight: bold;
}

.description h3 a {
  padding-top: 0;
}

.border {
  border-top: 1px #e9e9e9 solid;
  margin-bottom: 20px;
}

/*------------------------- blog header ------------------------*/
.page-template-page-interiors .exhibitions__past-nav {
  margin-top: 0;
}
#blog_head {
  text-align: right;
  padding-bottom: 70px;
  line-height: 45px;
}

.sres {
  font-style: italic;
}

#searchbox {
  display: inline-block;
  position: relative;
  margin-right: 20px;
}

#searchbox form {
  width: 100%;
  box-sizing: border-box;
}

.is_webkit select {
  /* Tweaks for Safari + Chrome. */
}

select {
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid;
  border: none;
  color: #212121;
  outline: 0;
  padding: 6px;
  font-size: 12px;

  /* IE7 */
  *padding-top: 2px;
  *padding-bottom: 1px;
  *height: auto;
}

h2.btitle {
  font-size: 22px;
  text-transform: uppercase;
  width: 45%;
  float: left;
  background-color: white;
  color: #125a68;
  text-align: center;
}

/*---------------------------- blog format ----------------------------*/
.blog .post .blog_contwrap,
.archive .post .blog_contwrap {
  padding-bottom: 40px;
  border-bottom: 1px dashed #bbb;
}
.blog .post:last-of-type .blog_contwrap,
.archive .post:last-of-type .blog_contwrap {
  border: 0;
}
.blog .gallery-main,
.archive .gallery-main {
  display: none;
}

.content_wrap {
  max-width: 700px;
  margin: 25px auto;
}
.single .content_wrap {
  margin: 75px auto;
}
.blog_feature {
  margin-bottom: 30px;
  text-align: center;
}
.blog_feature img {
  max-height: 500px;
  width: auto;
  margin: 0 auto;
}

.blog_contwrap {
  margin-bottom: 30px;
}
.blog_contwrap .button {
  margin: 10px auto;
}
article {
  margin-bottom: 40px;
}

article h2 {
  word-wrap: break-word;
  overflow: hidden;
}

article h2 a,
article h2 a:visited {
  text-decoration: none;
  color: inherit;
  opacity: 0.99;
}

article h2 a:hover {
  opacity: 0.6;
}

.date_box p {
  margin: 0;
  padding: 0;
  text-shadow: none;
  position: relative;
  top: 2px;
}

.date_box {
  background-color: #e9e9e9;

  padding: 10px;
  height: 18px;

  margin-bottom: 20px;
  margin-top: 10px;
}

.date_box a {
  font-style: italic;
}

.search .date_box .stats {
  font-size: 20px;
}

.date_box .stats {
  float: left;
}

.date_box .date {
  float: right;
  text-align: right;
}

#info_box {
  background-color: #8c1016;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 10px;
}

#info_box h2,
#info_box h5 {
  color: white;
  text-shadow: none;
  margin: 5px;
}

/*---------------------------- Blog Dets ----------------------------*/

.dets_wrap {
  float: none;
  width: 100%;
  text-overflow: clip;
  margin-bottom: 25px;
}

.dets ul {
  text-align: center;
  max-width: 95%;
  width: 700px;
  margin: 10px auto;
}

.dets h2 {
  text-align: center;
}

.dets ul a {
  background: none;
  text-decoration: none;
  color: inherit;
}

.dets ul a:hover,
.dets .edit_link a:hover {
  text-decoration: underline;
}

.dets ul i {
  color: #555;
  margin-right: 5px;
  font-size: 1em;
}

.dets ul i:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}

.dets ul {
  padding-left: 0;
}

.dets li {
}

.dets li,
.dets .edit_link {
  line-height: 22px;
  list-style: none;
  display: inline-block;
  margin: 0 5px;
}

.dets li.perm a {
  background: none;
}

.dets li a:hover {
  text-decoration: underline;
}

.dets li.perm a:hover {
  background: none;
}

/*---------------------------- paging ----------------------------*/

.navigation {
  display: block;
  text-align: center;
  margin-bottom: 20px;
  font-size: 80%;
  padding-top: 20px;
  margin-top: 20px;
  width: 100%;
}

.nav-previous,
#pn_next {
  float: left;
  text-align: left;
  /* 	width: 50%; */
}

.nav-next,
#pn_next {
  /* 	width: 50%; */
  float: right;
  text-align: right;
}

.navigation .nav-previous a,
.navigation .nav-next a,
#pn_next a,
#pn_prev a {
  display: inline-block !important;
  width: auto !important;
}

/*---------------------------- comments ----------------------------*/

div#comments {
  position: relative;
}

#comments textarea {
  width: 600px;
}

#comments .author {
  float: left;
  font-weight: bold;
  line-height: 30px;
}

#comments .time {
  float: right;
}

#comments em {
  padding-bottom: 15px;
  display: block;
}

#comments #comments_num {
  position: absolute;
  left: -260px;
  top: 0;
  margin: 0;
}

article #comments #comments_num {
  display: none;
}

#comments .commentlist {
  margin: 0;
  padding: 0;
}

#comments .comment {
  padding-bottom: 5px;
  border-top: solid 1px #cfcfcf;
  list-style: none;
  padding-bottom: 5px;
}

#comments #respond {
  margin-top: 20px;
}

#comments input {
  padding: 5px;
}

#comments .avatar {
  margin-right: 10px;
  float: left;
}

#comments .children {
  padding-left: 0;
}

#comments .children li {
  margin-left: 60px;
}

p.author,
p.time {
  margin-bottom: 0;
}

.commentlist li {
}

.commentlist li:before {
  content: " ";
  padding: 0;
}

/*---------------------------- Footer Buttons ------------------------*/

.footer-buttons {
  text-align: center;
}
.footer-but,
.nav-next a,
.nav-prev a,
a[rel~="next"],
a[rel~="prev"] {
  font-family: "Yanone Kaffeesatz";
  color: #999;
  text-decoration: none;
  font-size: 2.5em;
  text-align: right;
  display: inline-block;
}
.footer-but i,
.nav-next i,
.nav-prev i,
a[rel~="next"] i,
a[rel~="prev"] i {
  border-radius: 50%;
  line-height: 1em;
  width: 1em;
  height: 1em;
  /* 	font-size: 1.5em; */
  /* 	border: 1px solid; */
}
#top-but,
#next-but,
a[rel~="prev"] {
  float: right;
}
#back-but,
.footer-buttons #prev-but,
a[rel~="next"] {
  float: left;
}

.footer-but:hover {
  color: #777;
}

/*---------------------------- footer ----------------------------*/
footer * {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mail p {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}

.mail p >a {
  display: flex;
  flex-direction: row;
  align-content: flex-end;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.social {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff !important;
  gap: 5px;
  align-items: stretch;
  width: 200px;
  float: right;
}
.social li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.social li a span{
text-align: left;
}
.social .icon > a {
  border-radius: 50%;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border: 1px dashed white;
  font-size: 15px;
  text-align: center;
  display: inline-block;
}
.social .icon > a {
  border-radius: 100%;
  height: 30px;
  width: 30px;
  line-height: 27px;
  border: 1px dashed white;
  font-size: 15px;
  text-align: center;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}
.social .icon > a:hover {
  border-style: solid;
}
.social .icon span a{
  text-decoration: none;
}
.social .icon span {
  text-align:left;
}
#foot_wrap {
  background-color: #000000;
}

footer {
  padding-top: 40px;
  overflow: hidden;
  padding-bottom: 40px;
  font-size: 0.9em;
}
.footcol {
 /* width: 20%;
  float: left;
  min-height: 10px;
  gridmargin-right: 2.5%;*/
  width: 23%;
  float: left;
  min-height: 10px;
  margin: 0 2.5% 0 0;
}
.footcol:last-child {

  margin: 0 0 0 0;
  padding-right: 0px;
}
.footcol:last-of-type {
  margin-right: 0;
  text-align: right;
}
.footcol:nth-of-type(3) {
  text-align: center;
}
.footcol:nth-of-type(4) {
  padding-right: 2%;
  box-sizing: border-box;
  text-align: right;
}
.footer__title {
  font-size: 2em;
  color: white;
}
footer p {
}
footer a {
  color: white;
}
footer a:hover {
  color: white;
}
.footer__partner-link {
  width: 100%;
}
.footer__partner-link:first-of-type .footer__partner-logo {
  margin-top: 0;
}
.footer__partner-link.qt .footer__partner-logo {
  margin-top: 10px;
  width: 100px;
}
.footer__partner-logo {
  max-width: 80%;
  margin: 10px auto;
}
.artmoney img {
  height: 60px;
  margin: 0;
  /* 	opacity: .8; */
}
#menu-footer {
  list-style: none;
  padding: 0;
}
footer li a {
  text-decoration: underline;
  color: white;
  font-family: "Open sans", sans-serif;
}

footer .social a {
  font-weight: bold;
  color: white;
}

footer p {
  color: white;
}

footer a:hover {
}

#copy a {
  color: inherit;
  text-decoration: none;
}
#copy a:hover {
  text-decoration: underline;
}
#thrive_link {
  width: 45%;
  float: right;
  text-align: right;
  margin-right: 20px;
}

#thrive_link .logo {
  position: relative;
  top: -1px;
  margin-left: 5px;
}
.sub-footer {
  background-color: #212121;
  text-align: center;
  color: white;
  padding: 25px 0;
}

.sofitel {
  display: block;
  margin-top: 1rem;
}

.sofitel .footer__partner-logo {
  max-width: 8rem;
}

/*------------------ Forms ---------------------*/
/*

span.wpcf7-form-control-wrap{
	width: 100%;
}

input,
textarea,
select{

  	-webkit-transition-property: -webkit-box-shadow, background;
  	-webkit-transition-duration: 0.25s;

  	padding: 6px;
  	padding-left: 10px;
  	padding-right: 8px;

	border: none;
	border-radius: 0 !important;

	margin-bottom: 10px;

	color: #212121;
}

input:hover{

}

.wpcf7 input,
.wpcf7 textarea{

	line-height: 2;
}

.wpcf7 p{
	font-size: 26px;
	color: #212121;
}

.wpcf7 .watermark {
	color: #777 !important;
}

.wpcf7 textarea,
.wpcf7-text{
	width: 100%;
}

.wpcf7-checkbox label{
	border-radius: 4px;
	border: 1px solid #DBDBDB;

	padding: 10px;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-top: 15px;
}

span.wpcf7-list-item {
	margin: 0 !important;
}

input.checkout-button{
	border-radius: 5px;
}
*/

/*--- Placeholder ---*/

/*
.wpcf7 .watermark {
    color: #999 !important;
}
::-webkit-input-placeholder {
    color: #999 !important;
}
:-moz-placeholder {
    color: #999 !important;
}
::-moz-placeholder {
    color: #999 !important;
}
:-ms-input-placeholder{
    color: #999 !important;
}
*/

/*-- Pure Forms --*/
.pure-form input[type="text"],
.pure-form input[type="password"],
.pure-form input[type="email"],
.pure-form input[type="url"],
.pure-form input[type="date"],
.pure-form input[type="month"],
.pure-form input[type="time"],
.pure-form input[type="datetime"],
.pure-form input[type="datetime-local"],
.pure-form input[type="week"],
.pure-form input[type="number"],
.pure-form input[type="search"],
.pure-form input[type="tel"],
.pure-form input[type="color"],
.pure-form select,
.pure-form textarea {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  vertical-align: middle;
  box-sizing: border-box;
}
.pure-form input:not([type]) {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  box-sizing: border-box;
}
.pure-form input[type="color"] {
  padding: 0.2em 0.5em;
}
.pure-form input[type="text"]:focus,
.pure-form input[type="password"]:focus,
.pure-form input[type="email"]:focus,
.pure-form input[type="url"]:focus,
.pure-form input[type="date"]:focus,
.pure-form input[type="month"]:focus,
.pure-form input[type="time"]:focus,
.pure-form input[type="datetime"]:focus,
.pure-form input[type="datetime-local"]:focus,
.pure-form input[type="week"]:focus,
.pure-form input[type="number"]:focus,
.pure-form input[type="search"]:focus,
.pure-form input[type="tel"]:focus,
.pure-form input[type="color"]:focus,
.pure-form select:focus,
.pure-form textarea:focus {
  outline: 0;
  border-color: #129fea;
}
.pure-form input:not([type]):focus {
  outline: 0;
  border-color: #129fea;
}
.pure-form input[type="file"]:focus,
.pure-form input[type="radio"]:focus,
.pure-form input[type="checkbox"]:focus {
  outline: thin solid #129fea;
  outline: 1px auto #129fea;
}
.pure-form .pure-checkbox,
.pure-form .pure-radio {
  margin: 0.5em 0;
  display: block;
}
.pure-form input[type="text"][disabled],
.pure-form input[type="password"][disabled],
.pure-form input[type="email"][disabled],
.pure-form input[type="url"][disabled],
.pure-form input[type="date"][disabled],
.pure-form input[type="month"][disabled],
.pure-form input[type="time"][disabled],
.pure-form input[type="datetime"][disabled],
.pure-form input[type="datetime-local"][disabled],
.pure-form input[type="week"][disabled],
.pure-form input[type="number"][disabled],
.pure-form input[type="search"][disabled],
.pure-form input[type="tel"][disabled],
.pure-form input[type="color"][disabled],
.pure-form select[disabled],
.pure-form textarea[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}
.pure-form input:not([type])[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3;
}
.pure-form input[readonly],
.pure-form select[readonly],
.pure-form textarea[readonly] {
  background-color: #eee;
  color: #777;
  border-color: #ccc;
}
.pure-form input:focus:invalid,
.pure-form textarea:focus:invalid,
.pure-form select:focus:invalid {
  color: #b94a48;
  border-color: #e9322d;
}
.pure-form input[type="file"]:focus:invalid:focus,
.pure-form input[type="radio"]:focus:invalid:focus,
.pure-form input[type="checkbox"]:focus:invalid:focus {
  outline-color: #e9322d;
}
.pure-form select {
  height: 2.25em;
  border: 1px solid #ccc;
  background-color: #fff;
}
.pure-form select[multiple] {
  height: auto;
}
.pure-form label {
  margin: 0.5em 0 0.2em;
}
.pure-form fieldset {
  margin: 0;
  padding: 0.35em 0 0.75em;
  border: 0;
}
.pure-form legend {
  display: block;
  width: 100%;
  padding: 0.3em 0;
  margin-bottom: 0.3em;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}
.pure-form-stacked input[type="text"],
.pure-form-stacked input[type="password"],
.pure-form-stacked input[type="email"],
.pure-form-stacked input[type="url"],
.pure-form-stacked input[type="date"],
.pure-form-stacked input[type="month"],
.pure-form-stacked input[type="time"],
.pure-form-stacked input[type="datetime"],
.pure-form-stacked input[type="datetime-local"],
.pure-form-stacked input[type="week"],
.pure-form-stacked input[type="number"],
.pure-form-stacked input[type="search"],
.pure-form-stacked input[type="tel"],
.pure-form-stacked input[type="color"],
.pure-form-stacked input[type="file"],
.pure-form-stacked select,
.pure-form-stacked label,
.pure-form-stacked textarea {
  display: block;
  margin: 0.25em 0;
}
.pure-form-stacked input:not([type]) {
  display: block;
  margin: 0.25em 0;
}
.pure-form-aligned input,
.pure-form-aligned textarea,
.pure-form-aligned select,
.pure-form-aligned .pure-help-inline,
.pure-form-message-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.pure-form-aligned textarea {
  vertical-align: top;
}
.pure-form-aligned .pure-control-group {
  margin-bottom: 0.5em;
}
.pure-form-aligned .pure-control-group label {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  width: 10em;
  margin: 0 1em 0 0;
}
.pure-form-aligned .pure-controls {
  margin: 1.5em 0 0 11em;
}
.pure-form input.pure-input-rounded,
.pure-form .pure-input-rounded {
  border-radius: 2em;
  padding: 0.5em 1em;
}
.pure-form .pure-group fieldset {
  margin-bottom: 10px;
}
.pure-form .pure-group input,
.pure-form .pure-group textarea {
  display: block;
  padding: 10px;
  margin: 0 0 -1px;
  border-radius: 0;
  position: relative;
  top: -1px;
}
.pure-form .pure-group input:focus,
.pure-form .pure-group textarea:focus {
  z-index: 3;
}
.pure-form .pure-group input:first-child,
.pure-form .pure-group textarea:first-child {
  top: 1px;
  border-radius: 4px 4px 0 0;
  margin: 0;
}
.pure-form .pure-group input:first-child:last-child,
.pure-form .pure-group textarea:first-child:last-child {
  top: 1px;
  border-radius: 4px;
  margin: 0;
}
.pure-form .pure-group input:last-child,
.pure-form .pure-group textarea:last-child {
  top: -2px;
  border-radius: 0 0 4px 4px;
  margin: 0;
}
.pure-form .pure-group button {
  margin: 0.35em 0;
}
.pure-form .pure-input-1 {
  width: 100%;
}
.pure-form .pure-input-2-3 {
  width: 66%;
}
.pure-form .pure-input-1-2 {
  width: 50%;
}
.pure-form .pure-input-1-3 {
  width: 33%;
}
.pure-form .pure-input-1-4 {
  width: 25%;
}
.pure-form .pure-help-inline,
.pure-form-message-inline {
  display: inline-block;
  padding-left: 0.3em;
  color: #666;
  vertical-align: middle;
  font-size: 0.875em;
}
.pure-form-message {
  display: block;
  color: #666;
  font-size: 0.875em;
}
@media only screen and (max-width: 480px) {
  .social{
    float: unset;
    margin: 0 auto;
  }
  .mail {
    max-width: 200px;
    margin: 0 auto;
  }
  .pure-form button[type="submit"] {
    margin: 0.7em 0 0;
  }
  .pure-form input:not([type]),
  .pure-form input[type="text"],
  .pure-form input[type="password"],
  .pure-form input[type="email"],
  .pure-form input[type="url"],
  .pure-form input[type="date"],
  .pure-form input[type="month"],
  .pure-form input[type="time"],
  .pure-form input[type="datetime"],
  .pure-form input[type="datetime-local"],
  .pure-form input[type="week"],
  .pure-form input[type="number"],
  .pure-form input[type="search"],
  .pure-form input[type="tel"],
  .pure-form input[type="color"],
  .pure-form label {
    margin-bottom: 0.3em;
    display: block;
  }
  .pure-group input:not([type]),
  .pure-group input[type="text"],
  .pure-group input[type="password"],
  .pure-group input[type="email"],
  .pure-group input[type="url"],
  .pure-group input[type="date"],
  .pure-group input[type="month"],
  .pure-group input[type="time"],
  .pure-group input[type="datetime"],
  .pure-group input[type="datetime-local"],
  .pure-group input[type="week"],
  .pure-group input[type="number"],
  .pure-group input[type="search"],
  .pure-group input[type="tel"],
  .pure-group input[type="color"] {
    margin-bottom: 0;
  }
  .pure-form-aligned .pure-control-group label {
    margin-bottom: 0.3em;
    text-align: left;
    display: block;
    width: 100%;
  }
  .pure-form-aligned .pure-controls {
    margin: 1.5em 0 0;
  }
  .pure-form .pure-help-inline,
  .pure-form-message-inline,
  .pure-form-message {
    display: block;
    font-size: 0.75em;
    padding: 0.2em 0 0.8em;
  }
}

/*---------------------------- CF7 Notices ----------------------------*/

.wpcf7-form {
}
.pure-form input,
.pure-form textarea {
  width: 100%;
  max-width: 500px;
  margin-bottom: 10px;
}
.pure-form .button {
  width: auto;

  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}
.wpcf7-form .wpcf7-validation-errors {
  border: none;
  background-color: rgb(255, 100, 100);
  color: #212121 !important;
  padding: 10px;
  border-radius: 5px;
  width: auto !important;
  display: inline-block;
  margin: 0;
}
.wpcf7-form .wpcf7-mail-sent-ok {
  border: none;
  background-color: #81c784;
  color: #212121 !important;
  padding: 10px;
  border-radius: 5px;
  width: auto !important;
  display: inline-block;
  margin: 0;
}
.wpcf7-form .wpcf7-mail-sent-ng {
  border: none;
  background-color: rgb(255, 100, 100);
  color: #212121 !important;
  padding: 10px;
  border-radius: 5px;
  width: auto !important;
  display: inline-block;
  margin: 0;
}
.wpcf7-form span.wpcf7-not-valid-tip {
  border: none;
  background-color: rgb(255, 100, 100);
  color: #212121 !important;
  padding: 10px;
  border-radius: 5px;
  width: auto !important;
  display: inline-block;

  position: relative;
}

.ajax-loader {
  display: none;
}

.wpcf7-form-control-wrap.event {
  margin-right: 5px;
}

/********___________________ PHOTOSWIPE */

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp * {
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #ccc;
}

.pswp__error-msg a {
  color: #ccc;
  text-decoration: underline;
}

/*------------------- Searchform -----------*/
.section-searchform {
  margin-bottom: 2rem;
}

.page-template-page-artists .section-searchform {
  margin-top: -2rem;
}

.searchform input {
  vertical-align: middle;
  padding: 0;
  margin: 0;
  border: 1px solid #212121;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background-color: white;
  color: #212121;
  line-height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
  display: inline-block;
  box-sizing: border-box;
  text-decoration: none;
  margin-right: -5px;
  height: 42px;
}

.searchform .button {
  color: white;
  background-color: #212121;
  vertical-align: middle;
}

.search-banner {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 2px dashed rgba(75, 75, 75, 0.35);
}

.search-result {
  text-align: center;
}

.search-result .showcase__item {
  display: inline-block;
  float: none;
  width: 300px;
  max-width: 100%;
}

.search-result .showcase__item .art-gallery__overlay {
  display: none;
}
.search-result .showcase__item .showcase__box {
  box-shadow: 3px 7px 15px rgba(1, 1, 1, 0.3) !important;
}

/*------------------- Responsive Syling ------------------*/
#menu-btn {
  display: none;
}

@media screen and (max-width: 1150px) {
  #main {
  }
}

@media screen and (max-width: 312px) {
  .subscribe-side {
    display: none;
  }
}

@media screen and (max-width: 1066px) {
  .subscribe-side {
    /* display: none; */
    bottom: 0px;
    top: auto;
  }

  .team-list .team .item {
    width: 25rem;
    margin: 0 auto 2rem;
    max-width: 25rem;
  }
  #full_nav {
    display: none;
  }
  a#logo {
    float: none;
  }
  a#logo img {
    height: 60px;
  }
  #menu-btn {
    display: block;
    color: white;
    float: right;
    font-size: 30px;
    right: 5%;
    padding: 30px 0 30px 30px;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    margin-top: 5px;
  }
  #mobile_nav {
    display: block;
    margin-top: 0;
    float: none;
    font-size: 2em;
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-align: center;
    clear: both;
    overflow: hidden;
  }
  #mobile_nav.open {
    max-height: 150vh;
    opacity: 1;
    pointer-events: all;
  }
  #mobile_nav ul {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    float: none;
  }
  #mobile_nav a {
    width: 100%;
  }
  #mobile_nav ul li {
    display: block;
    width: 100%;
    margin: 0 auto;
    clear: both;
    float: none;
    cursor: pointer;
  }
  #mobile_nav ul.sub-menu {
    margin-top: 10px;
    overflow: hidden;
    border-radius: 5px;
    background-color: #333;
    max-height: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    padding: 0;
    margin: 0;
  }
  #mobile_nav ul.sub-menu li {
    margin: 0 !important;
    padding: 0.5rem 0 !important;
  }
  #mobile_nav ul.sub-menu.open {
    max-height: 1500px;
    opacity: 1;
    margin-top: 10px;
  }
  /* .menu-item-has-children:after {
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    top: 15px;
    right: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    pointer-events: none;
  }
  .menu-item-has-children.open:after {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
  i.close {
    text-align: center;
    padding: 25px;
    cursor: pointer;
  } */
}
@media screen and (max-width: 999px) {
  .scol {
    width: auto;
  }
  .hidee {
    transition: none;
    margin-bottom: 25px;
  }
  .hidee.open .scol {
    width: 95%;
    margin: 25px auto;
  }
  .hidee .section {
    margin: 0;
  }
}
@media screen and (max-width: 951px) {

  #foot_wrap {
    text-align: center;
  }
  .footcol {
    width: 22%;
    text-align: center !important;
    display: inline-block;
    float: none;
    vertical-align: top;
    margin-bottom: 25px;
  }
  .social{
    align-items: stretch;
    width: 165px;
   }
  .footcol:last-of-type {
  }
  .quote {
    width: 50px;
    height: 50px;
    margin: 0 2.5%;
    position: relative;
    opacity: 0.7;
  }
  .quote.left {
    float: left;
    /* 		margin-bottom: -25px; */
  }
  .quote.right {
    float: right;
    margin-top: -15px;
  }
  .testimonial-item p {
    padding: 10px 5%;
    clear: both;
  }
  .social-icons {
    max-width: 500px;
    margin: 0 auto;
  }
  .social-icon:nth-child(2) {
    margin-right: 0;
  }
  .social-icon {
    margin-bottom: 25px;
  }
  .section__icon {
    margin: 50px auto;
  }
}
@media screen and (max-width: 800px) {
  .exhibitions__heading {
    margin: 25px auto;
  }
  .exhibition-list li {
    display: inline-block;
    margin-right: 10px;
  }
  .exhibition-single__image {
    margin: 0 auto 25px auto;
    width: 100%;
    max-width: 300px;
    box-shadow: none;
  }
  .banner.bg-img .lcol {
    width: 50%;
  }

  #main {
    margin-top: 50px;
  }

  .lcol {
    width: 100%;
    margin-bottom: 20px;
    /* 	  margin-top: 30px; */
  }

  .rcol {
    width: 100%;
  }

  .scol {
    margin: 25px auto;
    width: 100%;
  }
  .scol {
  }
  /*--- Blog ---*/

  h2.btitle {
    float: none;
    width: 100%;
    font-size: 17px;
    text-align: center;
  }

  .showcase__box {
    box-shadow: none !important;
  }
  .horiz .showcase__button-wrap {
    bottom: 10px;
    right: 0px;
  }
  .horiz .showcase__inner {
    width: 54.5%;
    padding-right: 0;
    float: right;
  }
  .artwork-archive .showcase__box {
    height: auto;
    overflow: visible;
  }
  .artwork-archive .showcase__inner,
  .art-gallery__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(31, 31, 31, 0.6);
    opacity: 1;
    height: auto;
    top: auto;
  }
  .artwork-archive .sold {
    top: -45px;
    display: none;
  }
  .showcase__title a,
  .art-gallery__overlay__subtitle {
    max-height: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    white-space: nowrap;
    font-size: 0.9em;
  }
  .art-gallery__overlay {
    top: initial;
    padding: 10px;
    box-sizing: border-box;
  }
  .art-gallery__overlay__title,
  .art-gallery__overlay__subtitle {
    color: white;
  }
  .artwork-archive .showcase__title,
  .artwork-archive .showcase__subtitle {
    color: white;
  }
  .art-gallery__overlay__desc {
    display: none;
  }
  .art-gallery__overlay__title {
    text-transform: capitalize;
    font-family: "Open Sans", sans-serif;
    letter-spacing: initial;
    font-size: 1em;
    font-weight: 100;
    margin: 0 auto;
    overflow: visible;
  }
  .artworktype-string {
    word-break: break-all;
  }
  .art-gallery__overlay__subtitle {
    font-size: 1.8em;
  }
  .artwork-archive .showcase__button-wrap {
    position: absolute;
    bottom: -42px;
    display: none;
  }
  .artwork-archive .showcase__button {
    width: 100%;
  }
  .artwork-archive .art-gallery__overlay {
    display: none;
  }
  .artwork-archive__header {
    margin-bottom: 50px;
  }
  .art-gallery__overlay {
    /* 		opacity: 0 !important; */
    /* 		padding: 0; */
    /* 		pointer-events: all !important; */
  }
  .art-gallery__overlay__link {
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .rcol.padded.taright {
    text-align: left;
  }
  .rcol.padded,
  .lcol.padded {
    padding: 0;
  }

  .lcol.padded * {
    text-align: left !important;
  }
  .artwork-single__top-content {
    margin-bottom: 50px;
  }
  .share-this {
    margin: 15px auto;
  }
  .artwork-single__image {
    margin-bottom: 25px;
  }
  .artwork-single__left,
  .artwork-single__right {
    width: 47.5%;
    float: left;
  }
  .artwork-single__left {
    margin-right: 2.5%;
  }

  .artwork-single__right {
    /* 		padding-top: 72px; */
    margin-left: 2.5%;
  }
}
@media screen and (max-width: 700px) {
  .showcase__image {
    transition: none;
  }
  .horiz .showcase__box {
    flex-direction: column;
    width: 100%;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    border-bottom: 1px dashed #777;
  }
  .showcase__inner p:last-of-type {
    margin-bottom: 25px;
  }
  .horiz .showcase__button-wrap {
    bottom: 0px;
    position: relative;
  }
  .horiz .showcase__item {
    margin-bottom: 50px;
  }
  .horiz .showcase__image {
    width: 105.75%;
    margin-left: -2.6%;
  }
  .horiz .showcase__inner {
    width: 100%;
    padding-left: 0;
    padding-bottom: 50px;
    height: auto;
  }
  .horiz .showcase__button-wrap {
    text-align: center;
  }
  .horiz .showcase__item:last-of-type {
    margin-bottom: 0;
  }
  .horiz .showcase__item:last-of-type .showcase__inner {
    padding-bottom: 0;
  }
  .horiz .showcase__item:last-of-type .showcase__box {
    border: none;
  }
  .section-hr {
    margin: 50px auto;
    width: 100%;
  }
  .colplz {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
  .hidee.open {
    max-height: initial;
  }
  .column {
    width: 100% !important;
    padding: 0 !important;
  }
  .grid {
    margin: 25px auto;
  }
  .subscribe_wrap {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 666px) {
  .banner.bg-img .lcol {
    width: 100%;
    margin-top: 0;
  }
  .banner.bg-img.resp-replace {
    display: block;
    padding: 0;
    background-position: center right;
    min-height: 300px;
    margin-bottom: 0;
  }
  .banner.bg-img.gallery-director {
    display: none;
  }
  .banner.bg-img {
    min-height: 350px;
  }
  .testimonial-wrap {
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 650px) {
  /*--Contact--*/
  .section {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .contact .lcol {
    float: left;
    width: 100%;
  }

  .contact .rcol {
    float: right;
    width: 100%;
    margin-top: 15px;
  }

  /*--Blog--*/

  .dets_wrap {
    width: 100%;
    float: none;
    border-bottom: solid 1px #ececec;
    margin-bottom: 20px;
  }

  .dets {
    border-right: none;
    padding: 0;
  }

  article .content_wrap {
    width: 100%;
    float: none;
  }

  #blog_head {
    text-align: center;
  }

  /*--- Footer ---*/

  #copy {
    width: 100%;
    float: none;
    margin: 0;
    text-align: center;
  }

  ul#social {
    width: 100%;
    float: none;
    text-align: center;
    margin-top: 20px;
  }
}

@media screen and (max-width: 600px) {
  .footcol {
    width: 100%;
    max-width: 300px;
  }
  .exhibition-single__title {
    font-size: 2.5em;
  }
  .exhibition-single__subtitle {
    font-size: 1.5em;
  }
  .showcase__title2{
    color:#fff !important;
  }
}
@media screen and (max-width: 580px) {
  #main,.artwork-archive__header {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .statement {
    font-size: 2.4em !important;
    margin: 50px auto !important;
  }
  .artwork-archive .showcase__item {
    margin: 0 auto 25px auto;
  }
  .artist-single__image,
  .artwork-single__image {
    /* 		width: 100%; */
    box-shadow: none !important;
    margin: 0 auto;
    max-width: 100%;
  }

  .artist-single__top-content {
    margin-bottom: 0;
  }
  .artwork-single__top-content .share-this {
    margin: 20px;
  }
  .resp-title {
    display: block;
    margin: 25px 0;
    text-align: center;
  }
  .rcol .artist-single__title,
  .rcol .artist-single__sub {
    display: none;
  }
  .lcol {
    margin: 0 auto;
  }
  .single-artists .art-gallery__section {
    margin-top: 50px;
  }
  .wpulike {
    margin-top: -5px;
    margin-bottom: -5px;
  }
  .artworkcontent-right ul.artworkcontent-right-wrap {
    display: inline-block;
  }
  .artworkcontent-right ul.artworkcontent-right-wrap li {
    list-style: none;
    max-width: 100%;
    width: 100%;
    margin: 10px;
    align-items: center;
  }

}
@media screen and (max-width: 580px) {
  .artwork-archive .showcase__image {
    height: 350px;
  }
  .artwork-archive .showcase__item {
    height: 350px;
    width: 100%;
    max-width: 350px;
  }
  .banner.bg-img {
    min-height: 250px;
  }
  .artworkcontent-right ul.artworkcontent-right-wrap {
    max-width: 350px;
    width: 350px;
  }
}
@media screen and (max-width: 555px) {
  .main:not(.whatson) :not(.simply-scroll) .art-gallery__item {
    height: 350px;
    width: 100%;
    max-width: 350px;
  }
  .section-hidden em {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 450px) {
  a#logo {
    float: left;
  }
  .social-icon {
    width: 100px;
    height: 100px;
    font-size: 50px;
    line-height: 100px;
    margin: 0;
  }
  .banner.bg-img.resp-replace {
    min-height: 250px;
  }
  .artwork-single__left,
  .artwork-single__right {
    width: 100%;
    float: left;
  }
  .artwork-single__left {
    margin-right: 0;
  }

  .artwork-single__right {
    padding-top: 0;
    margin-left: 0;
  }
  .filter-sidebar {
    width: 100%;
  }
  .artworkcontent-right ul.artworkcontent-right-wrap {
    max-width: 350px;
    width: 350px;
  }
}
@media screen and (max-width: 435px) {
  .social-icon {
    margin: 10px !important;
  }
  .social-icons {
    max-width: 300px;
  }
  .testimonial-item p {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 366px) {
  .banner.bg-img.resp-replace {
    min-height: 200px;
  }
  .section-hidden em {
    font-size: 1em;
  }
  .artworkcontent-right ul.artworkcontent-right-wrap {
    max-width: 320px;
    width: 100%;
  }
}
@media screen and (max-width: 298px) {
  .banner.bg-img.resp-replace {
    min-height: 150px;
  }
}
@media screen and (max-width: 258px) {
  .social-icons {
    display: none;
  }
}

/* Update */

body .printfriendly {
  display: flex;
  border: solid 1px black;
  font-weight: bold;
  padding: 0.4rem 1rem;
  border-radius: 0.1rem;
  margin-left: 0 !important;
  margin-right: 0 !important;
  float: none !important;
  width: 9rem;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-size: 21px;
  justify-content: center;
}

body .printfriendly a {
  font-size: 18px;
  letter-spacing: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

body .printfriendly img {
  display: inline;
  max-width: 2.3rem;
  height: 1.7rem;
}

.qr-button {
  display: none;
}

/* body .print-button {
	display: flex;
border: solid 1px black;
font-weight: bold;
padding: 0.4rem 1rem;
border-radius: 0.1rem;
margin-left: 0 !important;
margin-right: 0 !important;
float: none !important;
width: 9rem;
font-family: 'Yanone Kaffeesatz', sans-serif;
font-size: 21px;
justify-content: center;
margin-bottom: 2rem;
} */

/* body .printfriendly a{
	font-size: 18px;
  letter-spacing: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

body .printfriendly img{
	display: inline;
	max-width: 2.3rem;
	height: 1.7rem;
} */

/* body .pom-default {
	margin: 0 1rem;
	margin-left: 0;
	background-image:url(https://19karen.com.au/wp-content/uploads/2019/06/printer.png) !important;
	background-position: center;
	background-size: 100%;
}

body .printomatictext{
	padding-top: 0.2rem;
	line-height: 1;
}

.qr-button{
	display: none;
}
@media print {
  .qr-button {
    display: block !important;
  }
  .artwork-single__right {
    display: none;
  }
  .wpulike {
    display: none;
  }
  .footer-buttons {
    display: none;
  }
  .artwork-single__image {
    max-width: 200px;
    margin: 15px auto;
  }
  #pf-content img.mediumImage {
  }

  .asp_all_buttons_container,
  .asp-processing-cont,
  #paypal {
    display: none;
  }

  .share-this {
    display: none;
  }
} */

.page-template-page-artists .y.showcase__item {
  display: none;
}

.page-id-360 .exhibition-single__top-content .participating {
  display: none;
}

.page-id-360 .art-gallery__section .art-gallery__title {
  display: none;
}

.artform-sect {
  display: inline-block;
  width: 100%;
  margin-bottom: 35px;
  max-width: 60%;
}
.artform-sect .pure-control-group {
  width: 48%;
  text-align: left;
  float: left;
  margin-bottom: 20px;
}
.artform-sect .pure-control-group:nth-child(2) {
  float: right;
}
.artform-sect .pure-control-group label {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}
.artform-sect .pure-control-group.full-width {
  width: 100%;
}
.artform-sect .pure-control-group input,
.artform-sect .pure-control-group textarea {
  width: calc(100% - 25px);
  padding: 5px 10px;
}
.artform-sect .pure-control-group input[type="checkbox"] {
  width: auto !important;
}
.artform-sect .pure-control-group span.wpcf7-list-item {
  margin: 0px;
  display: none;
}
@media screen and (max-width: 992px) {
  .artform-sect {
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .artform-sect {
    max-width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .artform-sect .pure-control-group {
    width: 100%;
  }
}

.subscribe_wrap h3,
.subscribe_wrap h2 {
  font-size: 1.5em !important;
  margin: 0 !important;
  margin-bottom: 5px !important;
  color: #555 !important;
  font-weight: 600 !important;
  font-family: "Yanone Kaffeesatz", sans-serif !important;
  order: 1 !important;
  font-size: 23px !important;
  text-align: left;
}

.ctct-inline-form div {
  padding: 0 !important;
  margin: 0 !important;
}

.subscribe_wrap .ctct-form-custom {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.subscribe_wrap .ctct-form-custom * {
  order: 2;
  border-radius: 0 !important;
  margin: 0 !important;
  width: 100%;
}

.subscribe_wrap .ctct-form-field,
.subscribe_wrap .ctct-form-custom button {
  order: 1;
}

.subscribe_wrap .ctct-form-custom input,
.subscribe_wrap .ctct-form-custom button {
  border: 1px solid black !important;
  height: 44px;
}

.subscribe_wrap .ctct-form-custom button {
  height: 46px;
}

.subscribe_wrap .ctct-form-custom button:hover {
  background: white !important;
  color: black !important;
}

.subscribe_wrap .ctct-form-field {
  width: 70%;
}

.subscribe_wrap .ctct-form-custom .ctct-form-errorMessage,
.subscribe_wrap .ctct-form-text,
.subscribe_wrap .ctct-form-custom label {
  font-weight: 500 !important;
  font-size: 13px;
  margin: 0 0 10px 0 !important;
  text-align: left;
}

.subscribe_wrap .ctct-form-custom label {
  display: none !important;
}

.subscribe_wrap input[type="text"] {
  vertical-align: middle;
  padding: 0;
  margin: 0;
  border: 1px solid #212121;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background-color: white;
  color: #212121;
  width: 70%;
  line-height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
  display: inline-block;
  box-sizing: border-box;
  text-decoration: none;
  margin-right: -5px;
  height: 42px;
}

.subscribe_wrap button[type="submit"] {
  color: white !important;
  background-color: #212121 !important;
  vertical-align: middle !important;
  width: 30% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-family: "Yanone Kaffeesatz", sans-serif !important;
  text-transform: uppercase !important;
  letter-spacing: 1px;
  line-height: 100%;
  font-size: 18px;
}

.subscribe_wrap #gdpr_text,
.subscribe_wrap .ctct-form-footer {
  display: none !important;
}

.subscribe-popout,
.subscribe-open {
  position: fixed;
  top: 150px;
  right: 0;
}

.subscribe-popout {
  position: fixed;
  top: 89px;
  right: -100%;
  z-index: 9999;
  box-shadow: -2px 3px 4px rgba(33, 33, 33, 0);
  width: auto;
  margin: 0;
  padding: 0;
  padding-top: 20px;
  background-color: transparent;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 3px 0 0 3px;
  background-color: white;
  padding: 20px;
  box-shadow: -2px 3px 4px rgba(33, 33, 33, 0.3);
  pointer-events: all;
}

.subscribe-popout.open {
  right: -1px;
}

.subscribe-popout .subscribe_wrap {
  width: 100%;
  margin: 0 !important;
}

.subscribe-popout .feather-x {
  position: absolute;
  top: 5px;
  left: 8px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.subscribe-open {
  background: #212121 !important;
  color: white !important;
  font-size: 16px;
  width: 100px;
  text-align: center;
  cursor: pointer;
  z-index: 999;
}

.subscribe-open.hover {
  font-family: "FontAwesome";
  color: white;
  background-color: #212121;
}

.g-recaptcha {
  display: none !important;
}

@media screen and (max-width: 900px) {
  .subscribe-popout,
  .subscribe-open {
    top: auto;
    bottom: 0;
  }
}

/*----------------------------------------------
  Subscribe Form
-----------------------------------------------*/

form input:not([type="submit"]),
form select,
form textarea {
  display: block;
  padding: 10px 15px !important;
  border: 1px solid #000;
  background-color: #ffffff !important;
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%) !important;
  border-radius: 3px !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #323232;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

form ul,
form li {
  list-style: none;
  padding: 0;
  margin: 0;
}

form input[type="checkbox"],
form input[type="radio"] {
  cursor: pointer;
  width: 20px;
  height: 20px;
  padding: 0 !important;
  vertical-align: middle;
  margin-right: 10px;
}

form input:checked {
  background-color: #000 !important;
}

.subscribe-form form .input-group {
  margin: 20px 0;
}

.subscribe-form form .input-group li {
  display: inline-block;
  margin: 10px 30px 0 0;
}

.subscribe-form form input[type="text"],
.subscribe-form form input[type="email"] {
  margin: 10px 0 20px;
  display: block !important;
  width: calc(100% - 30px);
}

.subscribe-form form input[type="submit"] {
  color: white !important;
  background: #212121 !important;
}

.subscribe-form form input[type="submit"]:hover {
  color: #212121 !important;
  background: white !important;
}

/*----------------------------------------------
  Popup
-----------------------------------------------*/

.subscribe-trigger {
  cursor: pointer;
}

.subscribe-fixed {
  z-index: 20000000;
  position: fixed;
  top: 150px;
  right: 0;
}

.subscribe-fixed .button {
  color: white !important;
  background: #212121 !important;
  border-radius: 0;
}

.subscribe-fixed .button:hover {
  color: #212121 !important;
  background: white !important;
}

.subscribe-popup {
  display: none;
}

.popup-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000000000;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
}

.popup-wrap .popup-close {
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
  z-index: 20000;
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
}

.popup-wrap .popup-close:before,
.popup-wrap .popup-close:after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  background: #000;
}

.popup-wrap .popup-close:before {
  top: calc(50% - 1px);
  transform: rotate(-45deg);
}

.popup-wrap .popup-close:after {
  bottom: calc(50% - 1px);
  transform: rotate(45deg);
}

.popup-wrap .content_wrap {
  width: 90%;
  background: white;
  padding: 4rem;
  max-height: 95vh;
  overflow-y: scroll;
  position: relative;
}

@media screen and (max-width: 900px), (max-height: 900px) {
  .popup-wrap {
    align-items: flex-start;
    justify-content: center;
  }

  .popup-wrap .content_wrap {
    padding: 1.5rem;
  }
}

.nav-wrapper-tabs .exhibitions-tab {
  display: inline-block;
  padding: 2px 10px;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 26px;
  color: #000;
  border: none;
  cursor: pointer;
}
.nav-wrapper-tabs .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-wrapper-tabs .container .nav-tabs {
  display: flex;
  border: none;
  list-style: none;
  padding: 8.5px 0;
  margin: 0;
  flex-wrap: wrap;
}
.nav-wrapper-tabs {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding-top: 7px;
  padding-bottom: 7px;
  width: 80%;
  margin: auto;
  align-items: center;
}
.nav-wrapper-tabs .exhibitions-tab.active {
  background: #f0f0f0;
}
.nav-wrapper-tabs .exhibitions-tab:hover {
  background: #f0f0f0;
}
.nav-wrapper-tabs .tab-item+.tab-item {
  margin-left: 10px;
}
.exhibition-entry {
  display: none;
  padding: 60px 0 0;
  margin: 0 auto;
  max-width: 800px;
  width: 80%
}
.exhibition-entry.active {
  display: block;
}
.button {
  cursor: pointer;
}
.rsvp-popup {
  display: none;
}

@media screen and (max-width: 600px) {
  .nav-wrapper-tabs .container .nav-tabs {
    flex-direction: column;
  }
}


/*Artist Filter*/
.artist-filter-main{
  overflow:hidden !important;
  position: relative;
}
.artist-filter-main h4{
  text-align: left;
  padding: 10px 0px;
  margin: 0px auto;
  font-size: 18px;


}
.artist-list{
  max-width: 200px;
  overflow: hidden;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
  padding: 5px 0px;
}
.select2-container--default .select2-selection--multiple{
  padding: 5px 0px !important;

}
.select2-container--default .select2-selection--single{
  width: 100%;
}
.select2-container{
  width: 100% !important;
}
.select2-dropdown{
  min-width: 200px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  font-size: 13px !important;
  text-align: left !important;;
}
.select2-results__option--selectable {
  cursor: pointer;
  font-size: 13px !important;
}
.goback{
  display: block;
  max-width: 20%;
  margin: 10px auto 10px auto;
}

@media (max-width: 800px) {
  .goback{
    max-width: 100%;
    margin: 10px auto !important;
  }
}

@media (min-width:801px) and (max-width:1439px) {
  .goback{
    max-width: 30% !important;
    margin: 10px auto 10px 20px;
  }
}

.js .art-gallery__item:after{
  background-image: none; !important;
}
.owl-controls .owl-nav div{
  padding:10px 15px !important;
  background-color: #000000;
}
.owl-controls .owl-nav div:hover{

  color: #fff;
  text-decoration: none;
  background-color: #212121 !important;
}
p.cc-icons i{
  font-size: 40px;
}