#wpart-content {
  padding: 1em 0 0  !important;
  width: 100% !important;
}

/* artist ssr */

#artists.flex {
  flex-wrap: wrap;
  margin: 0 -1em;
  width: auto;
}

#artists .artist {
  position: relative;
  padding: 0 1em;
  margin: 0 0 2em 0;
}

#artists .artist .img {
  position: relative;
  padding: 0 0 100% 0;
  z-index: 1;
}

#artists .artist:hover .img {
  opacity: .8;
}

#artists .artist .img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
}

#artists .artist .desc {
  position: absolute;
  bottom: 1em;
  left: 2em;
  margin: 0;
  z-index: 5;  
  text-align: left;
  padding: 0 1em;
  font-size: 1em;
}

#artists .artist .desc a {
  display: block;
  padding: .25em 1em;
  color: #000;
  background: rgba(255,255,255, .6);
}

#artists .artist .desc a:hover {
  color: #fff;
  background: rgba(0,0,0, .9);
}

/* end of artist ssr */


/* artist pdp */

#artist-page {
  color: #fff;
}

#artist-page #slideshow {
  position: relative;
  margin: 0 0em 1em 0;
  background: #f7f6f6;
  padding: 0 1em;
  border-top: #686868 solid 1px;
  border-bottom: #686868 solid 1px;
}

#artist-page #slideshow .flex-wrap {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
  height: 100%;
  flex-direction: column;
}

#artist-page #slideshow .flex-wrap .row {
  width: 100%;
}

#artist-page #slideshow .flex-wrap .top {
  padding: 1em;
}

#artist-page #slideshow h1 {
  font-weight: 400;
  font-size: 1.2em;
  background: transparent;
  margin: 0 0 10px 0;
  padding: 0;
  color: #000;
}

#artist-page #slideshow h2 {
  color: #5c5c5c !important;
  font-weight: 400;
  font-family: gill-sans-nova, sans-serif;
  font-size: 1.1em;
  margin: 0 !important;
  padding: 0 !important;
}

#artist-page #slideshow .middle {
  padding: 0;
}

#artist-page #slideshow .flex {
  height: 100%;
  align-content: center;
  align-items: center;
}

#artist-page #slideshow .icon {
  font-size: 1.5em;
  padding: .5em;
  cursor: pointer;
  z-index: 5;
  color: #5c5c5c;
}

#artist-page #slideshow .icon:hover {
  color: #ccc;
}

#artist-page #slideshow .flex .image {
  flex-grow: 1;
  position: relative;
  padding: 0 0 60vh 0;
  z-index: 1;
}

#artist-page #slideshow .flex .image .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

#artist-page #slideshow .flex .image .slide#current {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

#artist-page #slideshow .image img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: auto;
  max-height: 100% !important;
}

#artist-page #slideshow .bottom {
  text-align: center;
  padding: 1em;
}

#artist-page #slideshow .bottom a {
  display: inline-block;
  position: relative;
  font-size: 1.2em;
  text-align: center;
  vertical-align: bottom;
  background: #5c5c5c;
  color: #fff !important;
  border-radius: .1em;
  margin: 0 5px 0 5px;
}

#artist-page #slideshow .bottom a:hover {
  background: #ccc;
  color: #5c5c5c !important;
  border-radius: .1em;
}

#artist-page #slideshow .more-info {
  padding: .25em .5em;
}

#artist-page #slideshow .zoomable {
  padding: 0em .25em;
}

#artist-page .about p {
  margin: 0 0 1em 0;
}

#artist-page .about p a {
  color: #fff;
}

#artist-page .about p a:hover {
  color: #ccc;
}

#artist-page #work-info {
  padding: 0 2em;
  max-width: 750px;
  margin: 0 auto 2em auto;
}

#artist-page #work-info .flex {
  margin: 0 -1em;
  width: auto;
}

#artist-page #work-info .inquire-form,
#artist-page #work-info .details {
  padding: 0 1em;
  color: #5c5c5c;
  text-transform: uppercase;
}

#artist-page #work-info .inquire-form,
#artist-page #work-info .details h3 { 
  color: #000;
  font-size: 1.2em;
  text-transform: uppercase;
}

#artist-page #work-info .inquire-form,
#artist-page #work-info .details p { 
  color: #000;
  font-size: 1em;
}

#artist-page #artist-bio {
  background: #f7f6f6;
  margin: 0 -1em 2em -1em;
  padding: 2em 2em;
  border-top: #686868 solid 1px;
  border-bottom: #686868 solid 1px;
}

#artist-page #artist-bio .description {
  margin: 0;
  padding: 0 10em;
}

#artist-page #artist-bio .description p {
  display: none;
  line-height: 2em;
  letter-spacing: 0.1em;
  color: #5c5c5c !important;
}

#artist-page #artist-bio .description p:nth-child(2) {
  display: block;
}

#artist-page #artist-bio .description #about-trigger:checked ~ p {
  display: block;
}

#artist-page #artist-bio .description #about-trigger:checked ~ .toggler {
  display: none;
}

#artist-page #artist-bio .description .toggler {
  cursor: pointer;
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #5c5c5c !important;

}

#artist-page #artist-bio .description .toggler .fas {
  cursor: pointer;
  display: block;
  text-align: center;
  text-transform: uppercase;
    padding-top: .5em;
}

#artist-page #artist-bio .description .toggler:hover {
  color: #ccc;
}

#artist-page #artist-bio .description .link  {
  margin: 2em 1em 1em -1em !important;
}

#artist-page #artist-bio .description .link a {
  color: #5c5c5c !important;
  text-transform: uppercase;
  border: 1px solid #000;
  padding: .3em .9em;
}

#artist-page #artist-bio .description .link a:hover {
  background: #ccc;
  color: #151515;
}

#artist-page h2 {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.25em;
  color: #161c46;
  padding: 5px 0px 5px 0px;
}

#artist-page h2 span {
  display: inline-block;
  font-size: 1em;
  color: #161c46;
  padding: 0px !important;
  margin: 0px !important;
}

#artist-page #all-works {
  margin: 0 0 4em 0;
  padding: 0 1em;
}

#artist-page #all-works h2 {
  margin: 0 0 2em 0;
}

#artist-page #all-works .flex {
  flex-wrap: wrap;
  width: auto;
  display: block;
  columns: 3;
}

#artist-page #all-works .flex .item {
  padding: 0 1em;
  margin: 0 0 2em 0;
  position: relative;
  width: 100%;
}

#artist-page #all-works .flex .image img {
  width: 100%;
  height: auto;
}

#artist-page #all-works .flex .title {
  position: absolute;
  bottom: 2em;
  left: 3em;
  max-width: calc(100% - 6em);
}

#artist-page #all-works .flex .title a {
  display: block;
  padding: .25em .5em;
  color: #000;
  background: rgba(255,255,255, .6);
}

#artist-page #all-works .flex .title a:hover {
  color: #fff;
  background: rgba(0,0,0, .9);
}


#artist-page #all-works .more-info {
  display: none;
}

#artist-page .link {
  padding: 0px 0px 20px 20px !important;
}

#artist-page .link a {
  text-transform: uppercase;
  border: 1px solid #fff;
  padding: .3em .9em;
}

#artist-page .link a:hover {
  background: #ccc;
  color: #151515;
}

/* end artist pdp */


/* ############ exhibitions ssr ############# */

main.exhibitions-shows .past-exhibits .wp-block-group__inner-container {
  padding: 0;
}

.exhibition-shows .wp-block-nextend-smartslider3 {
  margin: 0 0 2em 0 !important;
}

.exhibitions-shows h2 {
  font-size: 1.13em;
  color: #fff;
  text-transform: uppercase;
  margin: 3em 0 1.5em 0;
}

.exhibitions-shows .wp-block-separator {
  padding: 0;
  display: block;
  width: 300px;
  margin: 2em auto 3em auto !important;
  height: 1px;
  background: #ccc;
}


.exhibitions-shows .exhibitions-slider .title {
  color: #fff;
  font-family: cormorant-garamond !important;
  font-size: 1.4em !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
}

.exhibitions-shows .exhibitions-slider .date {
  color: #eaeaea !important;
  font-family: gill-sans-nova, sans-serif !important;
  font-size: 1em !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
}


.exhibitions-shows .exhibitions-slider .info p {
  color: #eaeaea !important;
  font-size: 1.2em !important;
  font-weight: 400 !important;
  line-height: 1.5em !important;
  font-family: gill-sans-nova, sans-serif !important;
}

.exhibitions-shows .exhibitions-slider .more {
  color: #eaeaea !important;
  font-family: gill-sans-nova, sans-serif !important;
}

.exhibitions-shows .exhibitions-slider .more a:hover {
  color: #000!important;
  background-color: #d8d7d7 !important;
}


.exhibition-ssr {

}

.exhibition-ssr .flex {
  margin: 0em;
  width: auto;
}


.exhibition-ssr .exhibition {
  padding: 0 1em;
  margin: 0 0 1em 0;
}

.exhibition-ssr .img {
  position: relative;
  margin: 0 0 1em 0;
  padding: 0 0 100% 0;
  border: 1px solid #222;
}

.exhibition-ssr .img a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.exhibition-ssr .exhibition .desc {
  text-align: center;
  text-transform: uppercase;
}

.exhibition-ssr .exhibition .desc h3 {
  font-size: 1em;
  margin: 0 0 .4em 0;
  text-transform: uppercase;
  line-height: 1.5em;
}

.exhibition-ssr .exhibition .desc h3 a {
  font-size: 1.13em;
  margin: 0 0 .4em 0;
  text-transform: uppercase;
  color: #f6a6a6a;
}

.exhibition-ssr .exhibition .desc p {
  font-size: 1em;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  color: #6a6a6a;
}

/* ############ end exhibitions ssr ############# */


/* ############ exhibitions pdp ############# */

#exhibition-page {
  color: #fff;
}

#exhibition-page #slideshow {
  position: relative;
  margin: 0 0em 3em 0;
  background: #f7f6f6;
  padding: 0 1em;
   border-top: #686868 solid 1px;
  border-bottom: #686868 solid 1px;
}

#exhibition-page #slideshow .flex-wrap {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: nowrap;
  height: 100%;
  flex-direction: column;
}

#exhibition-page #slideshow .flex-wrap .row {
  width: 100%;
}

#exhibition-page #slideshow .flex-wrap .top {
  padding: 2em;
}

#exhibition-page #slideshow h1 {
  font-family: gill-sans-nova, sans-serif;
  font-weight: 500;
  font-size: 1.35em;
  background: transparent;
  margin: 0 0 .8em 0;
  padding: 0;
  color: #000;
  letter-spacing: 0.1em !important;
}

#exhibition-page #slideshow p.dates,
#exhibition-page #slideshow p.reception {
  color: #5c5c5c !important;
  font-weight: 400;
  font-family: gill-sans-nova, sans-serif;
  font-size: 1.2em;
  margin: .5em 0 0 0;
  padding: 0 1em 0 1em !important;
  text-align: center;
  text-transform: uppercase;
}

#exhibition-page #slideshow .middle {
  padding: 0 0 1em 0 !important;
}

#exhibition-page #slideshow .flex {
  height: 100%;
  align-content: center;
  align-items: center;
}

#exhibition-page #slideshow .icon {
  font-size: 1.5em;
  padding: .5em;
  cursor: pointer;
  z-index: 5;
  color: #5c5c5c;
}

#exhibition-page #slideshow .icon:hover {
  color: #ccc;
}

#exhibition-page #slideshow .flex .image {
  flex-grow: 1;
  position: relative;
  padding: 0 0 60vh 0;
  z-index: 1;
}

#exhibition-page #slideshow .flex .image .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

#exhibition-page #slideshow .flex .image .slide#current {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

#exhibition-page #slideshow .image img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: auto;
  max-height: 100% !important;
}

#exhibition-page #slideshow .bottom {
  text-align: center;
  padding: 1em;
}

#exhibition-page #slideshow .bottom a {
  display: inline-block;
  position: relative;
  font-size: 1.2em;
  text-align: center;
  vertical-align: bottom;
  background: #5c5c5c;
  color: #fff !important;
  border-radius: .1em;
  margin: 0 5px 0 5px;
}

#exhibition-page #slideshow .bottom a:hover {
  background: #ccc;
  color: #5c5c5c !important;
  border-radius: .1em;
}

#exhibition-page #slideshow .more-info {
  padding: .25em .5em;
}

#exhibition-page #slideshow .zoomable {
  padding: 0em .25em;
}

#exhibition-page .about p {
  margin: 0 0 1em 0;
}

#exhibition-page .about p a {
  color: #fff;
}

#exhibition-page .about p a:hover {
  color: #ccc;
}

#exhibition-page #work-info {
  padding: 0 2em;
  max-width: 750px;
  margin: 0 auto 2em auto;
}

#exhibition-page #work-info .flex {
  margin: 0 -1em;
  width: auto;
}

#exhibition-page #work-info .inquire-form,
#exhibition-page #work-info .details {
  padding: 0 1em;
  color: #5c5c5c;
}

#exhibition-page #work-info .inquire-form,
#exhibition-page #work-info .details h3 {
  color: #000;
  font-size: 1.2em;
  text-transform: uppercase;
}

#exhibition-page #work-info .inquire-form,
#exhibition-page #work-info .details p {
  text-transform: uppercase;
}

#exhibition-page .description-block {
  background: #f7f6f6;
  padding: 0 2em 1em 2em;
  margin: 0 0 3em 0;
  color: #000;
  font-size: 1.2em;
   border-top: #686868 solid 1px;
  border-bottom: #686868 solid 1px;
}

#exhibition-page .description-block h1 {
  background: transparent;
  margin: .7em 0 0 0;
  color: #000;
  font-size: 1.15em;
}

#exhibition-page .description-block ul {
  list-style: none;
  margin: 0 0 1em 0;
  padding: 0;
  text-align: center;
}

#exhibition-page .description-block ul li {
  display: inline-block;
  padding: 0 .5em 0 0;
  text-transform: uppercase;
}

#exhibition-page .description-block .dates {
  margin: 0 0 1em 0;
  line-height: 2em;
  letter-spacing: 0.1em;
  color: #5c5c5c !important;
  font-size: 1em !important;
  padding: 0 8em;
  text-align: center;
}

#exhibition-page .description-block p {
  margin: 0 0 1em 0;
  line-height: 2em;
  letter-spacing: 0.1em;
  color: #5c5c5c !important;
  font-size: .9em !important;
  padding: 0 8em;
  text-align: center;
}

#exhibition-page h2 {
  color: #161c46 !important;
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
  padding: 0em !important;
  margin: 0 0 1em 0 !important;
  letter-spacing: 0.05em;
}

#exhibition-page h2 span {
  display: inline-block;
}

#exhibition-page #all-works {
  margin: 0 0 4em 0;
  padding: 0;
}

#exhibition-page #all-works h2 {
  margin: 0 0 1.5em 0 !important;
}

#exhibition-page #all-works .flex {
  flex-wrap: wrap;
  width: 100%;
  display: block;
  columns: 4;
}

#exhibition-page #all-works .flex .item {
  padding: 0 1em;
  margin: 0 0 2em 0;
  position: relative;
  width: 100%;
}

#exhibition-page #all-works .flex .image img {
  width: 100%;
  height: auto;
}

#exhibition-page #all-works .flex .title {
  position: absolute;
  bottom: 2em;
  left: 3em;
  max-width: calc(100% - 6em);
}

#exhibition-page #all-works .flex .title a {
  display: block;
  padding: .25em .5em;
  color: #000;
  background: rgba(255,255,255, .6);
}

#exhibition-page #all-works .flex .title a:hover {
  color: #fff;
  background: rgba(0,0,0, .9);
}


#exhibition-page #all-works .more-info {
  display: none;
}

#exhibition-page .link {
  padding: 0px 0px 20px 20px !important;
}

#exhibition-page .link a {
  text-transform: uppercase;
  border: 1px solid #fff;
  padding: .3em .9em;
}

#exhibition-page .link a:hover {
  background: #ccc;
  color: #151515;
}

/* ############ end exhibitions pdp ############# */




/*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 */

/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/

/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}

/* Button */
.selectboxit-container .selectboxit {
  width: 220px; /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 0;
  overflow: hidden;
  display: block;
  position: relative;
}

/* Height and Vertical Alignment of Text */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  height: 34px; /* Height of the drop down */
  line-height: 30px; /* Vertically positions the drop down text */
  display: block;
}

/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0;
}

/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
}

/* Button Text */
.selectboxit-text {
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}

.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px;
}

/* Options List */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;  /* Minimum Width of the dropdown list box options */
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  border-radius: 0;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* Individual options */
 .selectboxit-option .selectboxit-option-anchor{
  padding: 0 2px;
}

/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}

/* Individual Option Optgroup Header */
.selectboxit-option, .selectboxit-optgroup-header {
  text-indent: 5px; /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none;
}

/* The first Drop Down option */
.selectboxit-option-first {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

/* The last Drop Down option */
.selectboxit-option-last {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-weight: bold;
}

/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default;
}

/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 25px;
  position: absolute;
  right: 0;
}

/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 43%;
  right: 0;
  left: 0;
}

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: left;
}

.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}

.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
  background-color: inherit;
}

/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit-btn {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  color: #333333;
  background-color: #e6e6e6;
}

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
}

.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.selectboxit-list {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.selectboxit-list .selectboxit-option-anchor {
  color: #333333;
}

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #ffffff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
}

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999;
}




  /* Magnific Popup CSS */
  .mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 55042;
    overflow: hidden;
    position: fixed;
    
    background-color: rgba(5, 5, 5, 0.8);
  }

  .mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 55043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }

  .mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 4em;
    box-sizing: border-box; }

  .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

  .mfp-align-top .mfp-container:before {
    display: none; }

  .mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045; }

  .mfp-inline-holder .mfp-content,
  .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }

  .mfp-ajax-cur {
    cursor: progress; }

  .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }

  .mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }

  .mfp-auto-cursor .mfp-content {
    cursor: auto; }

  .mfp-close,
  .mfp-arrow,
  .mfp-preloader,
  .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }

  .mfp-loading.mfp-figure {
    display: none; }

  .mfp-hide {
    display: none !important; }

  .mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; }
    .mfp-preloader a {
      color: #CCC; }
      .mfp-preloader a:hover {
        color: #FFF; }

  .mfp-s-ready .mfp-preloader {
    display: none; }

  .mfp-s-error .mfp-content {
    display: none; }

  button.mfp-close,
  button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation; }

  button::-moz-focus-inner {
    padding: 0;
    border: 0; }

  .mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }
    .mfp-close:hover,
    .mfp-close:focus {
      opacity: 1; }
    .mfp-close:active {
      top: 1px; }

  .mfp-close-btn-in .mfp-close {
    color: #333; }

  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }

  .mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap; }
  
.mfp-container .fas {
  background: transparent;
  position: absolute;
  opacity: 1;
  margin: 0;
  top: 50%;
  font-size: 2em;
}

.mfp-container .fa-chevron-left {
  left: 0;
}

.mfp-container .fa-chevron-right {
  right: 0;
}

  .mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent; }
    .mfp-arrow:active {
      margin-top: -54px; }
    .mfp-arrow:hover,
    .mfp-arrow:focus {
      opacity: 1; }
    .mfp-arrow:before,
    .mfp-arrow:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      left: 0;
      top: 0;
      margin-top: 35px;
      margin-left: 35px;
      border: medium inset transparent; }
    .mfp-arrow:after {
      border-top-width: 13px;
      border-bottom-width: 13px;
      top: 8px; }
    .mfp-arrow:before {
      border-top-width: 21px;
      border-bottom-width: 21px;
      opacity: 0.7; }

  .mfp-arrow-left {
    left: 0; }
    .mfp-arrow-left:after {
      border-right: 17px solid #FFF;
      margin-left: 31px; }
    .mfp-arrow-left:before {
      margin-left: 25px;
      border-right: 27px solid #3F3F3F; }

  .mfp-arrow-right {
    right: 0; }
    .mfp-arrow-right:after {
      border-left: 17px solid #FFF;
      margin-left: 39px; }
    .mfp-arrow-right:before {
      border-left: 27px solid #3F3F3F; }

  .mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
    .mfp-iframe-holder .mfp-content {
      line-height: 0;
      width: 100%;
      max-width: 900px; }
    .mfp-iframe-holder .mfp-close {
      top: -40px; }

  .mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
    .mfp-iframe-scaler iframe {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
      background: #000; }

  /* Main image in popup */
  img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }

  /* The shadow behind the image */
  .mfp-figure {
    line-height: 0; }
    .mfp-figure:after {
      content: '';
      position: absolute;
      left: 0;
      top: 40px;
      bottom: 40px;
      display: block;
      right: 0;
      width: auto;
      height: auto;
      z-index: -1;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
      background: #444; }
    .mfp-figure small {
      color: #BDBDBD;
      display: block;
      font-size: 12px;
      line-height: 14px; }
    .mfp-figure figure {
      margin: 0; }

  .mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }

  .mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px; }

  .mfp-image-holder .mfp-content {
    max-width: 100%; }

  .mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }

  @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
      padding-left: 0;
      padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
      padding: 0; }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
      background: rgba(0, 0, 0, 0.6);
      bottom: 0;
      margin: 0;
      top: auto;
      padding: 3px 5px;
      position: fixed;
      box-sizing: border-box; }
      .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0; }
    .mfp-img-mobile .mfp-counter {
      right: 5px;
      top: 3px; }
    .mfp-img-mobile .mfp-close {
      top: 0;
      right: 0;
      width: 35px;
      height: 35px;
      line-height: 35px;
      background: rgba(0, 0, 0, 0.6);
      position: fixed;
      text-align: center;
      padding: 0; } }

  @media all and (max-width: 900px) {
    .mfp-arrow {
      -webkit-transform: scale(0.75);
      transform: scale(0.75); }
    .mfp-arrow-left {
      -webkit-transform-origin: 0;
      transform-origin: 0; }
    .mfp-arrow-right {
      -webkit-transform-origin: 100%;
      transform-origin: 100%; }
    .mfp-container {
      padding-left: 6px;
      padding-right: 6px; } }

  /* end magnific popup */

/* glightbox */
.glightbox-container{width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999!important;overflow:hidden;-ms-touch-action:none;touch-action:none;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;outline:0;overflow:hidden}.glightbox-container.inactive{display:none}.glightbox-container .gcontainer{position:relative;width:100%;height:100%;z-index:9999;overflow:hidden}.glightbox-container .gslider{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;height:100%;left:0;top:0;width:100%;position:relative;overflow:hidden;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.glightbox-container .gslide{width:100%;position:absolute;opacity:1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:0}.glightbox-container .gslide.current{opacity:1;z-index:99999;position:relative}.glightbox-container .gslide.prev{opacity:1;z-index:9999}.glightbox-container .gslide-inner-content{width:100%}.glightbox-container .ginner-container{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:100%;margin:auto;height:100vh}.glightbox-container .ginner-container.gvideo-container{width:100%}.glightbox-container .ginner-container.desc-bottom,.glightbox-container .ginner-container.desc-top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.glightbox-container .ginner-container.desc-left,.glightbox-container .ginner-container.desc-right{max-width:100%!important}.gslide iframe,.gslide video{outline:0!important;border:none;min-height:165px;-webkit-overflow-scrolling:touch;-ms-touch-action:auto;touch-action:auto}.gslide-image{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gslide-image img{max-height:100vh;display:block;padding:0;float:none;outline:0;border:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;max-width:100vw;width:auto;height:auto;-o-object-fit:cover;object-fit:cover;-ms-touch-action:none;touch-action:none;margin:auto;min-width:200px}.desc-bottom .gslide-image img,.desc-top .gslide-image img{width:auto}.desc-left .gslide-image img,.desc-right .gslide-image img{width:auto;max-width:100%}.gslide-image img.zoomable{position:relative}.gslide-image img.dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;transition:none}.gslide-video{position:relative;max-width:100vh;width:100%!important}.gslide-video .gvideo-wrapper{width:100%;margin:auto}.gslide-video::before{content:'';display:block;position:absolute;width:100%;height:100%;background:rgba(255,0,0,.34);display:none}.gslide-video.playing::before{display:none}.gslide-video.fullscreen{max-width:100%!important;min-width:100%;height:75vh}.gslide-video.fullscreen video{max-width:100%!important;width:100%!important}.gslide-inline{background:#fff;text-align:left;max-height:calc(100vh - 40px);overflow:auto;max-width:100%}.gslide-inline .ginlined-content{padding:20px;width:100%}.gslide-inline .dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;transition:none}.ginlined-content{overflow:auto;display:block!important;opacity:1}.gslide-external{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;min-width:100%;background:#fff;padding:0;overflow:auto;max-height:75vh;height:100%}.gslide-media{display:-webkit-box;display:-ms-flexbox;display:flex;width:auto}.zoomed .gslide-media{-webkit-box-shadow:none!important;box-shadow:none!important}.desc-bottom .gslide-media,.desc-top .gslide-media{margin:0 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gslide-description{position:relative;-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%}.gslide-description.description-left,.gslide-description.description-right{max-width:100%}.gslide-description.description-bottom,.gslide-description.description-top{margin:0 auto;width:100%}.gslide-description p{margin-bottom:12px}.gslide-description p:last-child{margin-bottom:0}.zoomed .gslide-description{display:none}.glightbox-button-hidden{display:none}.glightbox-mobile .glightbox-container .gslide-description{height:auto!important;width:100%;background:0 0;position:absolute;bottom:15px;padding:19px 11px;max-width:100vw!important;-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important;max-height:78vh;overflow:auto!important;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.75)));background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.75) 100%);-webkit-transition:opacity .3s linear;transition:opacity .3s linear;padding-bottom:50px}.glightbox-mobile .glightbox-container .gslide-title{color:#fff;font-size:1em}.glightbox-mobile .glightbox-container .gslide-desc{color:#a1a1a1}.glightbox-mobile .glightbox-container .gslide-desc a{color:#fff;font-weight:700}.glightbox-mobile .glightbox-container .gslide-desc *{color:inherit}.glightbox-mobile .glightbox-container .gslide-desc string{color:#fff}.glightbox-mobile .glightbox-container .gslide-desc .desc-more{color:#fff;opacity:.4}.gdesc-open .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:.4}.gdesc-open .gdesc-inner{padding-bottom:30px}.gdesc-closed .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:1}.greset{-webkit-transition:all .3s ease;transition:all .3s ease}.gabsolute{position:absolute}.grelative{position:relative}.glightbox-desc{display:none!important}.glightbox-open{overflow:hidden}.gloader{height:25px;width:25px;-webkit-animation:lightboxLoader .8s infinite linear;animation:lightboxLoader .8s infinite linear;border:2px solid #fff;border-right-color:transparent;border-radius:50%;position:absolute;display:block;z-index:9999;left:0;right:0;margin:0 auto;top:47%}.goverlay{width:100%;height:calc(100vh + 1px);position:fixed;top:-1px;left:0;background:#000;will-change:opacity}.glightbox-mobile .goverlay{background:#000}.gclose,.gnext,.gprev{z-index:99999;cursor:pointer;width:26px;height:44px;border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gclose svg,.gnext svg,.gprev svg{display:block;width:25px;height:auto;margin:0;padding:0}.gclose.disabled,.gnext.disabled,.gprev.disabled{opacity:.1}.gclose .garrow,.gnext .garrow,.gprev .garrow{stroke:#fff}iframe.wait-autoplay{opacity:0}.glightbox-closing .gclose,.glightbox-closing .gnext,.glightbox-closing .gprev{opacity:0!important}.glightbox-clean .gslide-description{background:#fff}.glightbox-clean .gdesc-inner{padding:22px 20px}.glightbox-clean .gslide-title{font-size:1em;font-weight:400;font-family:arial;color:#000;margin-bottom:19px;line-height:1.4em}.glightbox-clean .gslide-desc{font-size:.86em;margin-bottom:0;font-family:arial;line-height:1.4em}.glightbox-clean .gslide-video{background:#000}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.75);border-radius:4px}.glightbox-clean .gclose path,.glightbox-clean .gnext path,.glightbox-clean .gprev path{fill:#fff}.glightbox-clean button:focus:not(.focused):not(.disabled){outline:0}.glightbox-clean .gprev{position:absolute;top:-100%;left:30px;width:40px;height:50px}.glightbox-clean .gnext{position:absolute;top:-100%;right:30px;width:40px;height:50px}.glightbox-clean .gclose{width:35px;height:35px;top:15px;right:10px;position:absolute}.glightbox-clean .gclose svg{width:18px;height:auto}.glightbox-clean .gclose:hover{opacity:1}.gfadeIn{-webkit-animation:gfadeIn .5s ease;animation:gfadeIn .5s ease}.gfadeOut{-webkit-animation:gfadeOut .5s ease;animation:gfadeOut .5s ease}.gslideOutLeft{-webkit-animation:gslideOutLeft .3s ease;animation:gslideOutLeft .3s ease}.gslideInLeft{-webkit-animation:gslideInLeft .3s ease;animation:gslideInLeft .3s ease}.gslideOutRight{-webkit-animation:gslideOutRight .3s ease;animation:gslideOutRight .3s ease}.gslideInRight{-webkit-animation:gslideInRight .3s ease;animation:gslideInRight .3s ease}.gzoomIn{-webkit-animation:gzoomIn .5s ease;animation:gzoomIn .5s ease}.gzoomOut{-webkit-animation:gzoomOut .5s ease;animation:gzoomOut .5s ease}@-webkit-keyframes lightboxLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes lightboxLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes gfadeIn{from{opacity:0}to{opacity:1}}@keyframes gfadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes gfadeOut{from{opacity:1}to{opacity:0}}@keyframes gfadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes gslideInLeft{from{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes gslideInLeft{from{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes gslideOutLeft{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@keyframes gslideOutLeft{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@-webkit-keyframes gslideInRight{from{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes gslideInRight{from{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes gslideOutRight{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@keyframes gslideOutRight{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@-webkit-keyframes gzoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@keyframes gzoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@-webkit-keyframes gzoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes gzoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@media (min-width:769px){.glightbox-container .ginner-container{width:auto;height:auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.glightbox-container .ginner-container.desc-top .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-top .gslide-image,.glightbox-container .ginner-container.desc-top .gslide-image img{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.glightbox-container .ginner-container.desc-left .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-left .gslide-image{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.gslide-image img{max-height:97vh;max-width:100%}.gslide-image img.zoomable{cursor:-webkit-zoom-in;cursor:zoom-in}.zoomed .gslide-image img.zoomable{cursor:-webkit-grab;cursor:grab}.gslide-inline{max-height:95vh}.gslide-external{max-height:100vh}.gslide-description.description-left,.gslide-description.description-right{max-width:275px}.glightbox-open{height:auto}.goverlay{background:rgba(0,0,0,.92)}.glightbox-clean .gslide-media{-webkit-box-shadow:1px 2px 9px 0 rgba(0,0,0,.65);box-shadow:1px 2px 9px 0 rgba(0,0,0,.65)}.glightbox-clean .description-left .gdesc-inner,.glightbox-clean .description-right .gdesc-inner{position:absolute;height:100%;overflow-y:auto}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.32)}.glightbox-clean .gclose:hover,.glightbox-clean .gnext:hover,.glightbox-clean .gprev:hover{background-color:rgba(0,0,0,.7)}.glightbox-clean .gprev{top:45%}.glightbox-clean .gnext{top:45%}}@media (min-width:992px){.glightbox-clean .gclose{opacity:.7;right:20px}}@media screen and (max-height:420px){.goverlay{background:#000}}

.gslider {
  padding: 2em;
}

/* large screens */
@media all and ( min-width: 1250px ) {

}
/* end large screens */

/* tablet landscape and smaller  */
@media only screen and (min-width : 320px) and (max-width : 1024px) {
  

}
/* end tablet landscape and smaller  */

 /* tablet portrait and smaller */
@media only screen and (min-width : 320px) and (max-width : 1023px) {
  #artist-page #all-works .flex {
    columns: 2;
  }
  
  #exhibition-page #all-works .flex {
    columns: 2;
  }
  
  main.exhibitions-shows .past-exhibits .exhibition:nth-child(3) {
    display: none;
  }

  
  #artist-page #artist-bio {
  margin: 0 -2em 4em -2em;
  padding: 2em 0em;
}

#artist-page #artist-bio .description {
  margin: 0;
  padding: 0 4.5em;
}

#artist-page #artist-bio .description p {
  display: none;
  line-height: 2em;
  letter-spacing: 0.1em
}
  
}
/* end tablet portrait and smaller */


/* mobile in portrait */
@media only screen and (min-width : 320px) and (max-width : 480px) {
  #artists .flex {
    padding: 0 0;
  }
  
  #artist-page #work-info .flex {
    flex-wrap: wrap;
  }
  
  #artist-page #work-info .flex .details {
    margin: 0 0 2em 0;
  }
  
  #artist-page #slideshow {
    padding: 0;

  }
  
  #artist-page #slideshow .flex-wrap .top {
    padding: 1em 0;
  }
  
  #artist-page #all-works .flex {
    columns: 1;
  }
  
  #artist-page #slideshow .flex .image {
    padding: 0 0 30vh 0;
  }
  
  
  #exhibition-page #work-info .flex {
    flex-wrap: wrap;
  }
  
  #exhibition-page #work-info .flex .details {
    margin: 0 0 1em 0;
  }
  
  #exhibition-page #all-works .flex {
    columns: 1;
  }
  
  #exhibition-page #slideshow .flex .image {
    padding: 0 0 30vh 0;
  }
}
/* end mobile in portrait */
