/*
Theme Name:     Denny Gallery | 2018
Description:    Denny Gallery
Design:         Untitled Era LLC
Development:	  Untitled Era LLC
Author URI:     http://untitledera.com
Template:       twentyseventeen
Version:        2.5
*/


@font-face {
  font-family: 'entypo-social-plus';
  src: url('assets/fonts/entypo-social-plus.eot');
  src: url('assets/fonts/entypo-social-plus.eot?#iefix') format('embedded-opentype'),
  url('assets/fonts/entypo-social-plus.woff') format('woff'),
  url('assets/fonts/entypo-social-plus.ttf') format('truetype'),
  url('assets/fonts/entypo-social-plus.svg#entypo+social') format('svg');
  font-weight: normal;
  font-style: normal;
}



/*--- GLOBAL ---*/
.test {
	font-size: 0;
}

.test .targeted {
	font-size: 18px;
	display: inline;
}

.remove-last-sep span:last-of-type {
/* 	display: none; */
}

#wpadminbar {
/*   display: none !important; */
  z-index: 99999999;
}

body:not(.logged-in) #wpadminbar,
#join_iframe {
  display: none !important;	
}

html,
body {

}

html {
  background: #2C2D2E;
  background: #fff;
  color:#000;
  width: 100%;
  padding: 0;
  margin: 0;
  min-height: calc(100vh);
}

body {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight:normal;
  line-height: 1.6;
  position: relative;
  display: block;
  padding-top: 125px;
  min-height: calc(100vh - 260px);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow: visible !important;
}

p.p1 {
	padding:0;
}

.wysiwyg-block h1,
p {
  margin-top: 0;
  margin-bottom: 1em;
}

h1, h2, h3, h4, h5, h6 {
  margin:0;
  padding:0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  /* color: #000; */
  font-family: 'Lato', sans-serif;
}

h1.larger-h1 {
	font-size: 22px;
}

h1 {
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.5;
}

h2 {
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.25;
}

h3 {
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.25;
}

h4 {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.25;

}

h5 {
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.25;
}

h6 {
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.25;
}

h1 a,
h2 a,
h3 a,
h4 a {
  color: inherit;
  text-decoration: none;
}

img {
    display: block;
}

a,
a:visited,
a:active {
  color:inherit;
  text-decoration:none;
  background:none;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

.section-block ul {
  padding: 0;
  padding-left: 1em;
}

.section-block a:not(.button) {
  text-decoration: none;
  color: #28C4D8;
}

.section-block a {
  text-decoration: none;
}

.entry-content a {
    color: #aa1e00;
    text-decoration: none;
}

.entry-content a:hover {
    color:inherit;
}

h1.heading {
  margin-top: 2em;
  margin-bottom: 1em;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

.border {
  border: 2px solid #87898c;  
}

.text-shadow {
  text-shadow: 1px 1px 1px rgba(0,0,0,.45);
}

ul, li {
  margin:0;
  padding: 0;
}

.pointer {
  cursor: pointer;
}

.normal-weight {
  font-weight: 400;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.black,
.xbold {
  font-weight: 800;
}

.normal-style {
  font-style: normal;
}

.italic {
  font-style: italic;
}

.no-float {
  float:none !important;
}

.opacity-zero {
  opacity: 0;
}

.opacity-full {
  opacity: 1;
}

.no-letter-spacing {
  letter-spacing: 0;
}

.middle-align,
.v-align {
  vertical-align: middle;
}

.bottom-align {
  vertical-align: bottom;
}

.has-fullscreen-item {
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  -webkit-overflow-scrolling: auto;
}

img {
  box-shadow: none !important;
  border-radius: 0 !important;
}

hr {
  height: 1px;
  width: 100%;
  background: #F1F1F1;
  border:none !important;
  margin: 30px 0;
}

.cleared {
  clear:both;
}

.montserrat-font {
  font-family: 'Montserrat', sans-serif;
}

.entypo {
  font-family: 'entypo';  
}

.entypo2 {
  font-family: 'entypo2';  
}

.entypo-social-plus {
  font-family: 'entypo-social-plus';  
}

.capitalize {
  text-transform: capitalize;
}

.lowercase {
  text-transform: lowercase;
}

.uppercase {
  text-transform: uppercase;
}

.no-text-transform {
  text-transform: none;
}

.no-text-decoration {
  text-decoration: none;
}

.underline {
  text-decoration: underline;
}

.non-break {
    display: inline-block;
}

.center-text,
.centered-text {
    text-align: center;
}

.left-text {
    text-align: left;
}

.right-text {
    text-align: right;
}

.center-elem {
  margin-left: auto !important;
  margin-right: auto !important;
  display: table;
}

.fixed-elem {
  position: fixed !important;
  overflow: hidden;
  height: 100%;
}

.left-elem,
a.left-elem {
  margin-left:0;
  margin-right: 1em;
}
.inline-elem,
a.inline-elem {
  display: inline-block;
}

.float-left {
  float:left !important;
}
  
.float-right {
  float:right !important;
}



a.white-color,
.white-color {
  color: #fff;
}

a.grey-color,
.grey-color {
  color: #ABABAB;
}

a.black-color,
.black-color {
  color: #000 !important;
}

.nested-blue-color a,
a.blue-color,
.blue-color {
  color: #28C4D8;
}

a.red-color,
.red-color {
  color: #0ff;
}


a.black-background,
.black-background {
  background: #173C4D;
}

a.white-background,
.white-background {
  background: #fff;
}

a.grey-background,
.grey-background {
  background: grey;
}

a.lightgrey-background,
.lightgrey-background {
  background: #F4F4F4;
}

a.green-background,
.green-background {
  background: #98C233;
}

a.red-background,
.red-background {
  background: #f00;
}






/*--SSBA--*/
.single .ssba a {
  font-size: .75em;
  font-weight: normal;
  position: relative;
  top: .5em;
  display: inline-block;
}

.ssba img,
.ssba .ssba_tumblr_share img,
.ssba .ssba_google_share img,
.ssba .ssba_email_share img,
.ssba .ssba_facebook_share img,
.ssba .ssba_twitter_share img {
  display: none !important;
}

.ssba_email_share:after {
  content: "\e653";
  font-family: 'entypo-social-plus';
  line-height: 1 !important;
}

.ssba_facebook_share:after {
  content: "\e652";
  font-family: 'entypo-social-plus';
  line-height: 1;
}

.ssba_twitter_share:after {
  content: "\e642";
}

.ssba_tumblr_share:after {
  content: "\e642";
}

.ssba_google_share:after {
  content: "\e642";
}

.ssba_tumblr_share:after,
.ssba_google_share:after,
.ssba_email_share:after,
.ssba_facebook_share:after,
.ssba_twitter_share:after {
  /* font-size: 1em; */
  background-color: #0b1f2c;
  font-weight: normal;
  margin-left: 0.5em;
  color: #fff;
  width: 1em;
  height: 1em;
  overflow: hidden;
  border-radius: 999999999em;
  text-align: right;
  line-height: 1;
  display: inline-block;
  text-align: center;
  float: right;
  padding: .35em;
}



/*--WPCF7--*/
div.wpcf7-response-output {
  text-align: center;
  margin-top: 20px !important;
}

html div.wpcf7 img.ajax-loader {
  border: none;
  vertical-align: middle;
  margin-left: 4px;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: 2em;
}

div.wpcf7 .ajax-loader {
  background-repeat: no-repeat;
  background-image: url(img/loader.gif);
}

div.wpcf7 .ajax-loader:not(.is-active) {
  display: none;
}

div.wpcf7 .ajax-loader.is-active {
  display: block;
  margin: 0em auto 0;
  padding: 2em 0 0;
}

.contact-form-row {
  margin-bottom: 2em;
}

::-webkit-input-placeholder {
  color: #ABABAB;
}

:-moz-placeholder {
  color: #ABABAB;
}

::-moz-placeholder {
  color: #ABABAB;
}

:-ms-input-placeholder {
  color: #ABABAB;
}

.wpcf7 p {
  margin:0;
}

.contact-row {
  margin-bottom: 1.5em;
}

div.wpcf7 img.ajax-loader[style*="visibility: hidden;"] {
    display: none;
}

div.wpcf7 img.ajax-loader[style*="visibility: visible;"] {
    display: block;
}

div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors,
span.wpcf7-form-control-wrap,
span.wpcf7-not-valid-tip {
  border: none;
  padding: 0;
  margin: 0;
  color: #fff;
}

div.wpcf7-validation-errors.wpcf7-response-output {
  margin: 30px auto 0;
  padding: 0;
  border: none;
  text-align: center;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
}

.wpcf7 .third-column {
  width: 31.33%;
  margin-right: 3%;
}

.two-forms-column input {
  width: 35% !important;
  float: left;
  margin-right: 10% !important;
}

.two-forms-column span:last-of-type input {
  margin-right: 0% !important;
}

body .wpcf7 input[type=submit] {
  /* width: 200px; */
  /* max-width: 200px; */
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=phone],
.wpcf7 input[type=password],
.wpcf7 textarea {
  padding: .7em 2.5%;
  width: 95%;
  margin-bottom: 0;
  border: 2px solid #000 !important;
}

.wpcf7 .half-column input[type=text],
.wpcf7 .half-column input[type=email],
.wpcf7 .half-column input[type=phone],
.wpcf7 .half-column input[type=password],
.wpcf7 .half-column textarea {
  padding: .7em 2.5%;
  width: 95%;
}




/*--SLICK--*/
.slick-dots {
  padding: 0 !important;
  text-align: left;
  display: inline !important;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li.slick-active button {
  background: #fff;
  display: block;
}

.slick-dots li button {
  margin: 0;
  /* text-indent: -999px; */
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: #0A1839;
  height: 12px;
  width: auto;
  border: none;
  height: auto;
  font-size: 12px;
  background: transparent !important;
  color: #ABABAB;
  display: none;
}

.slick-slide {
  position: relative;
}

.slick-prev,
.slick-next {
  color: #444349;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter:alpha(opacity=1);
  -moz-opacity:1;
  -khtml-opacity:1;
  opacity:1;
  height:50px;
  /*   margin-top: -2%; */
  font-weight: normal;
  top: 34%;
  position: relative;
  display: inline !important;
  padding: 0;
  height: auto;
  top: 0;
  background: transparent;
  color: #ABABAB;
  font-size: 16px;
  line-height: 1;
  top: -2px;
  margin-right: 3px;
}
.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
  margin-left: 3px;
}

.slick-prev:hover,
.slick-next:hover {
  background: transparent;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.slick-prev:before {
  content: " ";
}

.slick-next:before {
  content: " ";
}




/*--GRID--*/
.center-container {
  position: absolute;
  top: 0;
  left:0;
  height:100%;
  width: 100%;
  max-height: 100%;
}

.center-elm-container {
  display: table;
  table-layout: fixed;
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}

.center-elm {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  height: 100%;
}

.bottom-elem {
  display: table-cell;
  vertical-align: bottom;
}

.no-banner-small {
  padding-top: 20px;
}

.no-banner {
  padding-top: 47px;
}

.zero-section-block {
  z-index: 9;
  position: relative;
}

.bottom-padding-instead-of-margin {
  margin-bottom: 0em !important;
  padding-bottom: 3.5em !important;
}

.section-title {
  margin-bottom: 1em !important;
}

#page-content {
  min-height: calc(100vh - 260px);
  margin: 0;
  overflow: hidden;
  background: #fff;
  z-index: 99;
}

.no-max-width {
  max-width: none !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-top-bottom-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.no-LR-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;  
} 

.full-width-section {
  padding: 11em 0;
  width: 100%;
}

.full-width {
  width:100%;
}

.full-width-padding {
  padding: 60px 0;
}

.bottom-border {
  border-bottom: 5px solid;
}

.two-column-text {
  -webkit-column-count: 2;
  -webkit-column-gap: 5em;
  -moz-column-count: 2;
  -moz-column-gap: 5em;
  column-count: 2;
  column-gap: 5em;              
}

.three-column-text {
  -webkit-column-count: 3;
  -webkit-column-gap: 5em;
  -moz-column-count: 3;
  -moz-column-gap: 5em;
  column-count: 3;
  column-gap: 5em;
}

.center-column {
  float:none;
  margin-right: auto !important;
  margin-left: auto !important;
}

.no-top-margin {
    margin-top:0 !important;
}

.no-bottom-margin {
    margin-bottom:0 !important;
}

.clear {
  clear:both;
}

.fadeIn {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter:alpha(Opacity=100);
  -moz-opacity:1 !important;
  -khtml-opacity:1 !important;
  opacity:1 !important;  
}

::selection {
  background: #2b90d5;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #2b90d5;
  color: #fff;
  text-shadow: none;
}

body button:hover, 
body .button:hover, 
body input[type="button"]:hover {
  background: #009BB0;
}

body button, 
body .button, 
body input[type="button"] {
  font-size: 1em;
  padding: 6px 10px;
  font-weight: normal;
  border-radius: 0;
  border: none;
  letter-spacing: 0;
  display: table;
  min-width: 0;
  max-width: 300px;
  width: auto;
  margin: 0;
  float: none;
  vertical-align: top;
  text-align: center;
  line-height: 1;
  background: #28C4D8;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

body .button-large {
	font-size: 12px;
    padding: 17px 20px;
    font-weight: normal;
    border-radius: 0;
    border: none;
    letter-spacing: .05em;
    display: table;
    min-width: 0;
    max-width: 300px;
    width: auto;
    margin: 0;
    float: none;
    vertical-align: top;
    text-align: center;
    line-height: 1;
    background: #28C4D8;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

select,
input[type=text],
input[type=email],
input[type=phone],
input[type=telephone],
input[type=password],
textarea {
  border:none;
  border-radius: 0;
  width: 100%;
  padding: .7em 0;
  margin: 0;
  resize: none;
  background: white;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #ABABAB !important;
  font-weight: 400;
  margin-bottom: 1px;
}

textarea,
textarea:focus {
  border: none;
  overflow: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #ABABAB;
}

body input.big-button,
body button.big-button,
body a.big-button {
  font-size: 1.125em;
  font-weight: bold;
  padding: .75em 0;
}

a.thin-buttons,
button.thin-buttons {
  max-width: 150px;
}

a.side-margins,
button.side-margins {
  margin: 1em 2em 2em;
}

.one-em-right-margin {
  margin-right: 2em !important;
}

.input-group {
  display: block;
  margin-bottom: 2em;
}

html body .no-border {
  border-width: 0px !important;
}



/*-- FAST TRANSITION --*/
.button,
#open-mailing-list,
.copyright a,
#global-footer .social-container a svg path,
#mobile-global-nav,
#mobile-nav-button .bar,
#mobile-nav-button .bar:after,
#mobile-nav-button .bar:before {
-webkit-transition: all 350ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
   -moz-transition: all 350ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
     -o-transition: all 350ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
        transition: all 350ms cubic-bezier(0.230, 1.000, 0.320, 1.000); /* easeOutQuint */

-webkit-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000); 
   -moz-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000); 
     -o-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000); 
        transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000); /* easeOutQuint */
}


/*-- SLOW TRANSITION --*/

{
-webkit-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
   -moz-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
     -o-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
        transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */

-webkit-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
   -moz-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
     -o-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
        transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */
}

/*-- MEDIUM TRANSITION --*/

 {
-webkit-transition: all 300ms cubic-bezier(0.550, 0.085, 0.680, 0.530); 
   -moz-transition: all 300ms cubic-bezier(0.550, 0.085, 0.680, 0.530); 
     -o-transition: all 300ms cubic-bezier(0.550, 0.085, 0.680, 0.530); 
        transition: all 300ms cubic-bezier(0.550, 0.085, 0.680, 0.530); /* easeInQuad */

-webkit-transition-timing-function: cubic-bezier(0.550, 0.085, 0.680, 0.530); 
   -moz-transition-timing-function: cubic-bezier(0.550, 0.085, 0.680, 0.530); 
     -o-transition-timing-function: cubic-bezier(0.550, 0.085, 0.680, 0.530); 
        transition-timing-function: cubic-bezier(0.550, 0.085, 0.680, 0.530); /* easeInQuad */
}







/*--HEADER--*/
#global-header {
  width: 100%;
  position: relative;
  z-index: 99999999;
  padding: 0em 0;
  background: #fff;
  top: 0;
  left: 0;
  margin-bottom: 0;
  /* border-bottom: 1px solid #B0B3B7; */
  position: fixed;
  border: none !important;
}

body.admin-bar {
  
}

body.admin-bar #global-header {
  
}

#logo {
  display: block;
  width: 200px;
  float: left;
  top: 0;
  position: relative;
  text-align: center;
  line-height: 0;
  padding: 0;
  margin: 34px 0;
  margin: 51px 0;
}

#desktop-global-nav {
  display: block;
  float: right;
  margin-top: 0;
  position: relative;
  padding: 0;
  /* width: 80%; */
  /* overflow: hidden; */
}

#desktop-global-nav ul li  {
  display: inline-block;
  margin: 0 0 0 22px;
  line-height: 1;
  padding: 54px 0;
  position: relative;
}

#desktop-global-nav ul li a {
  font-size: 14px;
  line-height: 1;
  color: #2C2D2E;
  font-weight: normal;
  position: relative;
}

#mobile-global-nav ul li.current-page-ancestor a,
#mobile-global-nav ul li.current-menu-item a,
#mobile-global-nav ul .current_page_parent a,
#mobile-global-nav ul li a:hover,

#desktop-global-nav ul li.current-page-ancestor a,
#desktop-global-nav ul li.current-menu-item a,
#desktop-global-nav ul .current_page_parent a,
#desktop-global-nav ul li a:hover {
  /* color: #2B90D5; */
}

#desktop-global-nav ul li.current-menu-item a:after {
  content: ' ';
  position: absolute;
  bottom: -10px;
  width: 16px;
  height: 1px;
  background: #ABABAB;
  left: 50%;
  margin-left: -8px;
}



/*--FOOTER--*/
#footer-logo img {
  width: 100px;
  position: relative;
  top: 2em;
  left: 1em;
}

#global-footer p:last-of-type {
	margin-bottom: 0 !important;
}

#global-footer .wechat {
	width: 20px;
	position: relative;
	top: 2px;
}

#global-footer {
  background: #2C2D2E;
  color: #fff;
  width: 100%;
  text-align: left;
  position: relative;
  padding: 40px 0 30px;
  margin: 0;
  font-size: 12px;
}

#global-footer a {
  /* text-decoration: underline; */
}

#global-footer .social-container a {
  /* color: red; */
  display: inline-block;
  text-decoration: none;
  margin:0 4px;
  font-size: 1.25em;
}

#global-footer a:hover {
  text-decoration: none;
}

.footer-divider {
  display: inline-block;
  margin:0 1em;
}

#global-footer hr {
  margin: 4em 0 3em;
  height: 1px;
}

#global-footer ul li {
  display: block;
}



/*--SIGNUP--*/
#signup-newsletter {
  top: 50%;
  left: 50%;
  margin-left: -300px;
  margin-top: -300px;
  position: fixed;
  z-index: 9999999;
  text-align: left;
  /*display: none; */
  width: 600px;
  height: auto;
  overflow: hidden;
  background: #fff;
}

#signup-newsletter .inner {
  padding: 70px 0;
}

#signup-newsletter-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(171,171,171,0.8);
  z-index: 999999;
  /*display: none;*/
}

#signup-newsletter input[type=email] {
  
}

#signup-newsletter input[type=submit] {
  position: relative;
  font-size: 12px;
  padding: 9px 15px;
}

#signup-newsletter ::-webkit-input-placeholder {
  color: #ABABAB;
}

#signup-newsletter :-moz-placeholder {
  color: #ABABAB;
}

#signup-newsletter ::-moz-placeholder {
  color: #ABABAB;
}

#signup-newsletter :-ms-input-placeholder {
  color: #ABABAB;
}

#signup-newsletter .close {
  margin-bottom: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  line-height: 1;
  z-index: 9999;
}



/*--HOMEPAGE--*/
.home .exhibit-thumb {
  width: 100%;
  height: calc(100vh - 290px);
  height: auto !important;
  /* height: 300px; */
/*   max-height: 600px; */
	max-height: none !important;
}





/*--ABOUT--*/
.page-id-5 {

}



/*--artists--*/
.video-thumb {
/*   height: 250px; */
  cursor: pointer;	
}

.video-thumb .inner {
  height: 250px;
  width: 100%;
}

.artist-thumb {
  width: 100%;
  height: 250px;
}

.artist-headshot-thumb-container {
  min-height: 
}

.artist-headshot-thumb {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 999px !important;
  vertical-align: middle;
}

.artist-name:not(.had-headshot) {
  display: block;
  padding-bottom: 12px;
}

.artist-name.had-headshot {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}


/*--BLOG--*/
.post-container {
  /* border-bottom: 1px solid #F1F1F1; */
  /* padding-bottom: 20px; */
}

a.read-more {
  margin-top: 20px;
}


/*--ADVISORY--*/
.hide-labels label {
  display: none !important;
}

.hide-labels ul {
  padding-left: 0;
}

.hide-labels ul li {
  display: block;
}

#single-blog-post img {
	width: 100%;
	height: auto;
}

/*--single artist/exhibit*/
.exhibit-thumb,
.single-denny_artists .exhibit-thumb {
  height: 200px;
  cursor: pointer;
}

.exhibit-thumb.large {
	height: 400px;	
	height: 350px;
}

.exhibit-thumb.feat {
	height: 600px;	
	height: 500px;
	max-height: 80vh;
}

.hide-last-span span:last-of-type {
  display: none;
}
.artist-headshot {
  border-radius: 999em;
  overflow: hidden;
}

#blueimp-gallery svg {
  width: 100%;
  height: auto;
  display: block;
}

#blueimp-gallery svg path {
  stroke-width: 1.5px;
}

#blueimp-total {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
}

#blueimp-total ol {
  padding: 0;
  margin: 0;
  display: inline;
}

#blueimp-total #curr {
  display: inline;
}

#blueimp-total .indicator li {
  display: none;
}

#blueimp-total .indicator li.active {
  display: inline;
  padding: 0;
  margin: 0;
  width: 10px;
  background: transparent !important;
}

.blueimp-gallery>.indicator {
  /* display: none !important; */
}

#download-image {
  font-size: 12px;
}

.blueimp-gallery h3,
#blueimp-gallery h3 {
  font-size: 14px;
  font-weight: normal;
}

.blueimp-gallery .title-container, 
#blueimp-gallery .title-container {
  margin-top: 20px;
/*   height: calc( 100vh - (100vh - 370px) - 254px ); */
  height: calc( 100vh - (100vh - 370px) - 174px );      
  /* max-height: 150px; */
  overflow-y: scroll;
}

#tab-container {
  padding-top: 118px;
}

.page-id-22 #tab-container {
  padding-top: 82px;
}

#single-header .border-bottom {
  margin-bottom: 0;
}

.blueimp-gallery,
#blueimp-gallery {
  top: 204px;
  background: #fff;
  padding-top: 20px;
}

.blueimp-gallery>.next, .blueimp-gallery>.prev {
  background: transparent;
  padding: 0;
  border: none;
  width: 12px;
}

.blueimp-gallery .close {
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  background: transparent;
  color: #2DC4D8;
  font-size: 16px;
  box-shadow: none;
  text-shadow: none;
  text-transform: uppercase;
}

.blueimp-gallery.active-video-popup {
	display: block;
	opacity: 1;
}

.blueimp-gallery>.slides {
  max-height: calc(100vh - 530px);
  margin-top: 22px;
}

.video-popup.blueimp-gallery>.slides {
	/*   max-height: calc(100vh - 204px); */
	height: auto;
	max-height: none !important;
}

.video-popup.blueimp-gallery .title-container {
	height: auto;
	max-height: none !important;
	overflow: visible;
}

.blueimp-gallery.video-popup {
    max-height: calc(100vh - 204px);


    max-height: calc(100vh - 259px);
    overflow-y: scroll;
    top: 237px;
    
}

#current-exhibitions .exhibit-thumb,
#upcoming-exhibitions .exhibit-thumb {
  height: 600px;
  max-height: 80vh;
  box-sizing: border-box;
}

#past-exhibitions .exhibit-thumb {
  height: 200px;
}

.virt-feat-ex-cont {
	cursor: pointer;	
}

.exhibit-thumb .inner {
	cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.border-bottom {
  border-bottom: 1px solid #F1F1F1;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

#single-header {
  position: fixed;
  top: 122px;
  width: 100%;
  background: #fff;
  z-index: 999;
}

.tab-section:not(.active) {
  margin-bottom: 0!important;
}

.tab-section {
  position: relative;
  overflow: hidden;
  max-height: 0px;
  /*z-index: 0;*/
  z-index: -1;
}

.tab-section.active {
  max-height: 9999999px;
  z-index: 99;
}

#single-header .social {
  top: 2px;
}

#single-header .social,
.single-menu-item {
  margin-left: 20px;
  cursor: pointer;
  /* top: 1px; */
  position: relative;
  font-weight: 700;
}

#single-header .social {
  margin-right: 0; 
}

#single-header .col.inline-block {
  margin-left: -4px;
}

hr.fairs {
  margin: 20px 0;
}

/*--CONTACT--*/
#CONTACTmap,
#location-map {
  height: 400px;
  position: relative;
  display: block;
}


/*--single fair--*/
.socials.share a.social {
  margin-right: 20px;
}

.gform_footer.top_label {
  margin-top: 20px;
}


#sbi_images {
  padding: 0 !important;
}

#sb_instagram #sbi_images .sbi_item {
  width: calc( (100% / 6) - 25px) !important;
  margin-bottom: 20px !important;
}

#sb_instagram #sbi_images .sbi_item:nth-of-type(2n) {
  margin-right:0 !important;
  margin-bottom: 20px !important;
}

#sb_instagram #sbi_images .sbi_item:nth-of-type(1),
#sb_instagram #sbi_images .sbi_item:nth-of-type(2),
#sb_instagram #sbi_images .sbi_item:nth-of-type(3),
#sb_instagram #sbi_images .sbi_item:nth-of-type(4),
#sb_instagram #sbi_images .sbi_item:nth-of-type(5),
#sb_instagram #sbi_images .sbi_item:nth-of-type(6) {
   margin-right: 30px !important;
   /* margin-bottom: 20px !important; */
}

#sb_instagram #sbi_images .sbi_item:nth-of-type(6) {
  margin-right: 0px !important;
}

#sb_instagram #sbi_images .sbi_item .sbi_photo {
  max-height: 180px !important;
}

#sb_instagram {
  margin-bottom: 0 !important;
}

#open-mailing-list {
  cursor: pointer;
}

#open-mailing-list:hover {
  color: #ABABAB;
}

#global-footer .social-container a:hover svg path {
  fill: #ABABAB;
}

.copyright a:hover {
  color: #fff;
}

/* --DDHK-- */
.slick-slider-init-arrow-carousel-container .slick-prev,
.slick-slider-init-arrow-carousel-container .slick-next {
font-size: 23px;
    height: 40px;
    width: 10px;
    line-height: 1;
    text-align: left;
    margin-right: 10px;
    margin-top: -20px;
}

.ddhk-feat-exhibit #current-exhibitions .exhibit-thumb {
	height: 500px;
}


/* --BUILDER-- */
.builder-section .inner-topbottom {
	padding: 80px 0;
}

.builder-section .inner-all {
/* 	padding: 80px calc(1/12 * 100%); */
	padding: 80px 100px;
}

.builder-section .img-full-height--left {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.builder-section .img-full-height--left.float-right {
	left: initial;
	right: 0;
}


.text-col.full-ratio.builder-section .txt-col {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.text-col.full-ratio.builder-section .txt-col .inner-all {
	height: 100%;
    box-sizing: border-box;
}

.text-col.full-ratio.builder-section .img-full-height--right {
	position: relative;
	top: 0;
	float: right;
	height: auto;
}


.builder-section .img-full-height--right {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
}

.builder-section {
	position: relative;	
/* 	outline: 1px solid; */
}

.the-quote span + p.p1 {
	display: inline;
}

.img-section-image {
	height: auto;
	position: relative;
}

.is-ratio-img.inner {
	background: none !important;
	display: none;	
}

.grid-push-p2 {
	width: calc(100% + 30px);
}

.img-section-image .inner {
	position: relative;
/* 	top: 0; */
/* 	left: 0;	 */
	height: 450px;
	width: 100%;
}

.img-section-image.pr2 .inner {
/* 	width: calc(100% - 30px); */
}

.img-section-image.has-text .image-text {
/* 	position: absolute; */
	top: 0;
	left: 0;	
	height: 100%;
	width: 100%;
}

.video-wrapper-in-col {
/* 	padding: 40px 0; */
/* 	padding-top: 40px; */
/* 	padding-bottom: 40px; */
}

.video-wrapper--target p {
	display: none !important;
}

.shop-item-info-column {
    border-top: 1px solid #F1F1F1;
    padding-top: 15px;
}

.the-quote-marked:before{
	content: '“';
}

.the-quote-marked:after {
	content: '”';
}

.the-quote-marked > p {
	display: inline;
}

.video-popup-iframe-container iframe {
	max-height: 50vh;
}

#zoom-meeting iframe {
	width: 100%;
	border: none !important;
}

.wechat-img {
	width: 100%;
	max-width: 480px;	
	height: auto;
}

	#single-blog-post figure, #single-blog-post img {
	    width: 100% !important;
	    height: auto;
	    margin-left: 0;
	    margin-right: 0;
}


.single-post-content h1 {
	font-size: 24px;
}

.single-post-content h2 {
	font-size: 20px;
}

.single-post-content h3 {
	font-size: 16px;
}

.single-post-content h4 {
	font-size: 24px;
}

.single-post-content h5 {
	font-size:
}

.single-post-content h6 {
	font-size:
}

.zoomitxxx {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*     z-index: 0; */
    position: absolute;   
/*     opacity: 0; 	 */
}

.blueimp-gallery, .blueimp-gallery>.slides>.slide .slide-content, .blueimp-gallery>.slides>.slide>.slide-content>img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -ms-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.blueimp-gallery>.slides>.slide .slide-content, .blueimp-gallery>.slides>.slide>.slide-content>img {
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    opacity: 1;
}

.blueimp-gallery>.close, .blueimp-gallery>.next, .blueimp-gallery>.play-pause, .blueimp-gallery>.prev, .blueimp-gallery>.slides>.slide .slide-content {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.magnify {
	width: 100%;
	height: 100%;
}

.homepage-slider.hp .exhibition-container {
	padding: 0 !important;
}


.home #page-content {
	min-height: calc(100vh - 214px);
    display: flex;
    align-items: center;
    justify-content: center;
}



@media all and (max-width: 1600px) {

}


@media all and (max-width: 1400px) {
	.builder-section .inner-all {
		padding: 80px 80px;
	}
}


@media all and (max-width: 1700px) and (max-height: 900px) {
	#blueimp-gallery hr {
		display: none !important;
	}
	
	#blueimp-gallery .title-container {
	    height: calc( 100vh - (100vh - 370px) - 244px );
	}
	
	.blueimp-gallery>.slides {
	    max-height: calc(100vh - 413px);
	}
}


@media all and (max-width: 1100px) {


	body {
    font-size: 13px;
    padding-top: 113px;
 }
	
	.test .targeted,
	h1 {
	  font-size: 16px;
	}
	
	h2 {
	  font-size: 11px;
	}
	
	h3 {
	  font-size: ;
	}
	
	h4 {
    font-size: ;
  }

  h5 {
    font-size: ;
  }

  h6 {
    font-size: ;
  }

  .no-banner {
    padding-top: 35px;
  }


  /*--SLICK--*/
  .slick-prev,
  .slick-next {

  }

  .slick-prev {
    left: 
  }

  .slick-next {
    right: 
  }


  /*--HEADER--*/
  #logo {
    width: 145px;
  }

  #desktop-global-nav ul li {
    padding: 45px 0;
  }

  #desktop-global-nav ul li a {
    font-size: 12px;
  }

  /*--FOOTER--*/
  #global-footer .social-container a {
    margin-left: 20px;
    margin-right: 0;
  }


  /*--SINGLE THINGS--*/
  #single-header .social, .single-menu-item {
    margin-left: 15px;
  }

  #single-header .social {
    margin-right: 0;
  }

  .blueimp-gallery .close {
    font-size: 11px;
  }

  #blueimp-total {
    font-size: 11px;
  }

  .blueimp-gallery>.slides {
    max-height: calc(100vh - 380px);
  }

  #single-header {
    top: 113px;
  }

  hr {
    margin: 22px 0;
  }

  /*--MAIN EXHIBITION--*/
  #current-exhibitions .exhibit-thumb, #upcoming-exhibitions .exhibit-thumb {
    height: 430px;
  }

  #past-exhibitions .exhibit-thumb,
  .exhibit-thumb, .single-denny_artists .exhibit-thumb {
    height: 150px;
  }

  #sb_instagram #sbi_images .sbi_item .sbi_photo {
    max-height: 128px !important;
  }



  #blueimp-gallery .title-container {
    height: calc( 100vh - (100vh - 370px) - 184px );
    margin-top: 0px;
  }
  
}

@media all and (max-width: 770px) {

  

  body {
    font-size: ;
  }
  
  h1 {
    font-size: ;
  }
  
  h2 {
    font-size: ;
  }
  
  h3 {
    font-size: ;
  }
  
  h4 {
    font-size: ;
  }

  h5 {
    font-size: ;
  }

  h6 {
    font-size: ;
  }

  .no-banner {
    padding-top: 18px;
  }

  

  

  /*--SLICK--*/
  .slick-prev,
  .slick-next {

  }

  .slick-prev {
    left: 
  }

  .slick-next {
    right: 
  }


  /*--HEADER--*/


  /*--FOOTER--*/




  /*--SINGLE--*/
  .md-border-bottom {
    border-bottom: 1px solid #F1F1F1;
    padding-bottom: 10px;
  }

  #single-header .col-9 {
    text-align: left;
    margin-top: 6px;
  }

  #single-header .col.inline-block {
    margin-left: 0;
  }

  #single-header .social, .single-menu-item {
    margin-left: 0;
    margin-right: 25px;
  }

  #single-header .social {
    position: 
  }

  .blueimp-gallery>.slides {
    max-height: calc(100vh - 440px);
  }



  /*--MAIN EXHIBITIONS--*/
  #current-exhibitions .exhibit-thumb, #upcoming-exhibitions .exhibit-thumb {
    height: 650px;
    max-height: 70vh;
    /* max-height: 615px; */
  }

  #current-exhibitions .exhibit-thumb, #upcoming-exhibitions .exhibit-thumb {
    /* height: 430px; */
  }

  #past-exhibitions .exhibit-thumb,
  .exhibit-thumb, .single-denny_artists .exhibit-thumb {
    height: 200px;
  }

  #sb_instagram #sbi_images .sbi_item .sbi_photo {
    max-height: 146px !important;
  }  

  #sb_instagram #sbi_images .sbi_item:nth-of-type(6),
  #sb_instagram #sbi_images .sbi_item:nth-of-type(5) {
    display: none !important;
  }

  #sb_instagram #sbi_images .sbi_item:nth-of-type(1),
  #sb_instagram #sbi_images .sbi_item:nth-of-type(2),
  #sb_instagram #sbi_images .sbi_item:nth-of-type(3),
  #sb_instagram #sbi_images .sbi_item {
    width: calc(25% - 18.75px) !important;
    margin-right: 25px !important;
  }

  #sb_instagram #sbi_images .sbi_item:nth-of-type(4) {
    margin-right: 0 !important;
  }

  #blueimp-gallery .title-container {
    height: calc( 100vh - (100vh - 370px) - 184px );

  }

  .post-container .qtr-section-block.bold {
    margin-bottom: 8px !important;
  }

}

@media all and (max-width: 769px) {
	#desktop-global-nav { 
		display: none !important;
	}	
}


/* @media all and (max-width: 480px) { */
@media all and (max-width: 769px) {

  {
    width:100%;
    margin:0;
    float: none;
  }

  body {
    font-size: 12px;
    padding-top: 73px;
  }
  h1.larger-h1,
  h1 {
    font-size: 16px;
  }
  
  h2 {
    font-size: ;
  }
  
  h3 {
    font-size: ;
  }
  
  h4 {
    font-size: ;
  }

  h5 {
    font-size: ;
  }

  h6 {
    font-size: ;
  }

  .no-banner {
    padding-top: 20px;
  }

  
  .single-post-content h1 {
	font-size: 20px;
}

.single-post-content h2 {
	font-size: 18px;
}

.single-post-content h3 {
	font-size: 14px;
}

.single-post-content h4 {
	font-size: 12px;
}

.single-post-content h5 {
	font-size:
}

.single-post-content h6 {
	font-size:
}


  /*--SLICK--*/
  .slick-prev,
  .slick-next {

  }

  .slick-prev {
    left: 
  }

  .slick-next {
    right: 
  }


  /*--HEADER--*/
  #global-header {
    height: ;
  }

  #global-header #logo {
    width:;
    margin: 20px 0;
    margin: 6px 0;    
  }

  #mobile-global-nav li a {
    font-size: ;
  }

  #mobile-nav-button {
    
  }

  #logo img {
    margin: 0 auto;
    image-rendering: auto;
  }

  #mobile-nav-button {
    display: block !important;
    color: #fff;
    background: transparent;
    font-weight: normal;
    text-align: center;
    float: left;
    padding: 0;
    top: 16px;
    right: 22px;
    position: fixed;
    /* outline: 1px solid red !important; */
    width: 28px;
    height: 26px;
  }

  #mobile-nav-button .bar {
    background: #000;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0px;
    top: 8px;
    margin-left: 0;
    margin: 0 auto;
    /* margin-bottom: 6px; */
    -ms-transform-origin: 100% 100%; /* IE 9 */
    -webkit-transform-origin: 50% 50%; /* Safari and Chrome */
    -moz-transform-origin: 100% 100%; /* Firefox */
    -o-transform-origin: 100% 100%; /* Opera */
  }

  #mobile-nav-button:hover .bar:after,
  #mobile-nav-button:hover .bar:before,
  #mobile-nav-button:hover .bar {
    background: #000;
  }

  #mobile-nav-button .bar:after {
    content: ' ';
    width: 100%;
    height: 1px;
    background: #000;
    top: 10px;
    position: absolute;
    left: 0;
  }

  #mobile-nav-button .bar:before {
    content: ' ';
    width: 100%;
    height: 1px;
    background: #000;
    top: -10px;
    position: absolute;
    left: 0;
  }

  #mobile-nav-button.active-mobile-nav-button .bar:after {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0px;
    opacity: 0;
    transform: rotate(360deg);
  }

  #mobile-nav-button.active-mobile-nav-button .bar:before {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(270deg);
    top: 0px;
  }

  #mobile-nav-button.active-mobile-nav-button .bar {
      /* position: absolute; */
      /* top: 17px; */
      /* left: 8px; */
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
  }

  #mobile-global-nav,
  #mobile-global-nav .menu-header-container {
    position: fixed;
    margin-top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99;
    display: block;
    overflow: hidden;
  }

  #mobile-global-nav {
    max-height: 0;    
    display: block !important;
  }

  #mobile-global-nav.active-mobile-nav {
    top: 0px !important;
    z-index: 9999999;
    max-height: 5000px;
    overflow: visible;
  }

  #mobile-global-nav ul {
    margin: 0;
    padding: 0;
    width: 100%;
    /* height: 100%; */
    margin-top: 100px;
  }

  #mobile-global-nav  li {
    width: 80%;
    margin: 0 auto 2em;
    display: block;
    width: calc(100% - 40px);
    margin: 0px auto 25px;
    text-align: center;
  }

  #mobile-global-nav a {
    width: 100%;
    text-align: left;
    display: block;
    font-size: 16px;
    text-transform: none;
    line-height: 1;
    color: #000;
    font-weight: normal;
  }

  #mobile-global-nav .dropdown-social {
    text-align: center;
  }

  #mobile-global-nav .dropdown-social a {
    display: inline-block;
    width: auto;
    margin: 0 .45em;
    font-size: 1.25em;
  }


  /*--FOOTER--*/
  #global-footer {

  }


  .home .exhibit-thumb {
    height: 300px; 
  }


  /*--SINGLE-*/
  #single-header {
    top: 73px;
    padding-top: 10px !important;
  }

  .artist-headshot {
    width: 70%;
    margin: 0 auto;
    float: none;
  }

  .single-denny_exhibitions #single-header .col.inline-block {
    margin-top: 11px;
  }

  #single-header .col.inline-block {
    /*    -webkit-column-count: 2;
    -webkit-column-gap: 5em;
    -moz-column-count: 2;
    -moz-column-gap: 5em;
    column-count: 2;
    column-gap: 5em;*/
    margin-top: 0;
    margin-bottom: 10px;
    }

  #single-header .single-menu-item {
    display: block;
    margin:0;
    margin-bottom: 15px;
    width: 50%;
    float: left;
  }

  #single-header .socials {
    position: relative;
    display: block;
    margin-top: 3px;
  }

  #single-header .social {
    position: 
  }

  .blueimp-gallery>.slides {
    max-height: calc(100vh - 440px);
  }



  #current-exhibitions .exhibit-thumb, #upcoming-exhibitions .exhibit-thumb {
    height: 300px;
  }

  .page-id-22 #single-header .single-menu-item {
    width: 100%;
    float: none;
  }

  #signup-newsletter {
    width: calc(100% - 40px);
    left: 20px;
    margin-left: 0px !important;
    /* margin-top: 0 !important; */
    /* top: 0; */
  }

  .border-bottom {
    padding-bottom: 8px;
    margin-bottom: 25px;
  }


  #sbi_images {
    padding: 0 !important;
  }

  #sb_instagram #sbi_images .sbi_item {
    width: calc(50% - 10px) !important;
    margin-bottom: 20px !important;
  }

  #sb_instagram #sbi_images .sbi_item:nth-of-type(2n) {
    margin-right:0 !important;
    margin-bottom: 20px !important;
  }

  #sb_instagram #sbi_images .sbi_item:nth-of-type(1),
  #sb_instagram #sbi_images .sbi_item:nth-of-type(3) {
    margin-right: 20px !important;
    margin-bottom: 20px !important;
  }

  #sb_instagram #sbi_images .sbi_item:nth-of-type(4),
  #sb_instagram #sbi_images .sbi_item:nth-of-type(3) {
    margin-bottom: 0px !important;
  }

  #sb_instagram {
    margin-bottom: 0 !important;
  }

  hr.mobile-only.small {
    margin: 8px 0 15px;
  }


  .page-id-3379 .exhibit-thumb {
    height: 350px;
  }

  #single-header .border-bottom {
    margin-bottom: 0;
    margin-top: 0px;
  }

  #sb_instagram #sbi_images .sbi_item:nth-of-type(1),
  #sb_instagram #sbi_images .sbi_item:nth-of-type(2),
  #sb_instagram #sbi_images .sbi_item:nth-of-type(3),
  #sb_instagram #sbi_images .sbi_item:nth-of-type(4),
  #sb_instagram #sbi_images .sbi_item {
    width: calc(50% - 10px) !important;
    margin-right: 20px !important;
  }

  #sb_instagram #sbi_images .sbi_item:nth-of-type(2),
  #sb_instagram #sbi_images .sbi_item:nth-of-type(4) {
    margin-right: 0 !important;
  }  

  .single-denny_exhibitions hr,
  .single-denny_artists hr {
    margin: 10px 0;
  }

  .download-artist-mobile {
    margin: 7px 0;
  }
  
  .builder-section .img-full-height--left,
  .builder-section .img-full-height--right {
/* 		display: none !important; */
		position: relative;	  
		height: 240px;
  }
  
  .video-wrapper-in-col {
	  padding:0;
  }
  
  .builder-section .inner-topbottom,
  .builder-section .inner-all {
    padding: 30px 20px;
  }
 	
 	.img-section-image .inner {
	    height: 350px;
	} 
	
	.text-col {
		margin-top: 0 !important;
	}
	
	.exhibit-thumb.large {
	    height: 350px;
	}
	
	.exhibit-thumb.feat {
	    height: 350px;
	}
	
	.virtual-ex-feattxt {
		margin-top: 0 !important;
	}
	
	.blueimp-gallery, #blueimp-gallery {
	    top: 234px;
    }
    
    .blueimp-gallery.video-popup {
	    max-height: calc(100vh - 204px);
	    max-height: calc(100vh - 326px);
	    overflow-y: scroll;
	    top: 307px;
	}
	

	.text-col.full-ratio.builder-section .txt-col {
		position: relative;
		top: 0;
		left: 0;
		height: 100%;
	}
	
	.text-col.full-ratio.builder-section .txt-col .inner-all {
		height: 100%;
	    box-sizing: border-box;
	}
	
	.text-col.full-ratio.builder-section .img-full-height--right {
		position: relative;
		top: 0;
		float: right;
		height: auto;
	}	
	
	.grid-push-p2 {
		width: 100%;
	}
	
	#single-blog-post figure, #single-blog-post img {
	    width: 100% !important;
	    height: auto;
	    margin-left: 0;
	    margin-right: 0;
	}
	
	.custom-iframee iframe {
		min-height: 500px;
	}
}