/* Mobile Phones Only */
@media only screen and (max-width: 450px) {

    .artist-gallery figure {
        min-height: 165px;
    }

   .exhibition-gallery figure,
	.exhibition-gallery figure{
        min-height: 165px;
    }
	.contact-map
	{
		max-width:100%;
		min-width:320px;
	}

}

/* Small Devices, Tablets */




  #lightbox img,#lightbox1 img {
        max-width: 92vw;
max-height:87vh;
    }
	

@media only screen and (min-width: 768px) {

    .arty-menu ul li a {
        font-weight: 300;
    }



    .artist-gallery-div .arrow-prev, .artist-gallery-div .arrow-next,
	.artist-gallery-div1 .arrow-prev, .artist-gallery-div1 .arrow-next{
        top: 47%;
    }

	    .exhibition-gallery-div .arrow-prev, .exhibition-gallery-div .arrow-next,
	    .exhibition-gallery-div1 .arrow-prev, .exhibition-gallery-div1 .arrow-next{
        top: 47%;
    }
  

    .artist-gallery,.artist-gallery1 {
        margin-left: -20px;
    }

    .exhibition-gallery,.exhibition-gallery1 {
        margin-left: -20px;
    }

	
    .exhibition-archive {
        min-height: inherit;
    }

    .exhibition-archive p {
        font-size: 12px;
    }
.artfair-archive p {
    font-size:12px;
}
.publication-archive p {
    font-size:12px;
}

.artist-archive p {
    font-size:12px;
}

    .grid .entry {
        min-height: inherit;
    }

    .grid .entry .title {
        font-size: 14px;
    }

    .artists-list {
        text-align: left;
        margin: inherit;
        width: auto;
        float: left;
        margin-right: 13%;

    }

 /*   .exhibition-gallery figure img {
        height: 450px;
    }
*/
    .arrow-next {
        right: -40px;
    }

    .artist-gallery-div .arrow-next,
    .artist-gallery-div1 .arrow-next{
        right: -17px;
    }

    .exhibition-gallery-div .arrow-next,
    .exhibition-gallery-div1 .arrow-next
	{
        right: -17px;
   }
 
	#exhibition-installation-gallery  .arrow-next {
		right: 0px;
    }
	
	#exhibition-installation-gallery  .arrow-prev {
        left: 20px;
		z-index:9999999;
    }

    .arrow-prev {
        left: -40px;
    }

    .arrow-next-lightbox {
        right: 40px;
    }

    .arrow-prev-lightbox {
        left: 40px;
    }

    .arty-menu ul li a {
        padding-left: inherit;
    }

    .arty-menu-primary ul {
        text-align: right;
    }

    .arty-menu-primary {
        
    }

    .arty-menu ul li {
        display: inline-block;
        margin-left: 20px;
    }

    .grid article {
        margin-bottom: 50px;
    }

    .post-type-archive-exhibition .grid article,
    .post-type-archive-viewingroom .grid article {
        margin-bottom: 20px;
        min-height: 300px;
    }

}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {

    .artist-gallery-div figure.featured img,
	    .artist-gallery-div1 figure.featured img{
        height: 500px;
    }

    .artist-gallery, .artist-gallery1 {
        height: 600px;
    }

    .artist-gallery-div,.artist-gallery-div1 {
        width: 103%;

    }

    .artist-gallery figure, .artist-gallery1 figure{
        padding-left: 24px;
        padding-right: 32px;
    }

    .artist-bio, .artist-cv, .exhibition-content .exhibition-press {
        width: 80%;
    }
	
	 .exhibition-gallery-div figure.featured img,
	.exhibition-gallery-div1 figure.featured img,
	.artist-gallery-div1 figure.featured img{
        height: 500px;
		 width: auto;
    }

    .exhibition-gallery, .exhibition1-gallery {
        height: 600px;
    }

    .exhibition-gallery-div,
	.exhibition-gallery-div1{
        width: 103%;

    }

    .exhibition-gallery figure,.exhibition-gallery figure {
        padding-left: 24px;
        padding-right: 32px;
    }

}

@media screen and (max-width: 1000px)
{
#responsive-menu-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link {
  
    text-transform: uppercase;
}
	
#responsive-menu-container #responsive-menu
	{
		margin-top:50px;
	}
	.social-mobile-menu
	{
		display:inline-flex;
	}
	.social-mobile-menu img
	{
		width:14vw;
		height:auto;
		margin:0 1vw!important;
	}
	
	#responsive-menu-container #responsive-menu-additional-content
	{
		position:absolute;
		bottom:0;
	}
	
	.responsive-menu-newsletter
	{
		margin-bottom:15px!important;
	}

#responsive-menu-container #responsive-menu li.responsive-menu-item a {
    padding-right: 5%!important;
   
}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {

}