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

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

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

}

/* Small Devices, Tablets */

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

  #lightbox img {
        max-width: 940px;
max-height:500px;
    }
}

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

  #lightbox img {
        max-width: 940px;
max-height:700px;
    }
}

@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 {
        top: 47%;
    }

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

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

    .exhibition-gallery {
        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: 15%;

    }

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

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

    .exhibition-gallery-div .arrow-next {
        right: -17px;
    }
	
    .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 {
        padding-top: 57px;
    }

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

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

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

}

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

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

    .artist-gallery {
        height: 600px;
    }

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

    }

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

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

    .exhibition-gallery {
        height: 600px;
    }

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

    }

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

}

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

}