:root{
	--color-1: #888888;
	--color-2: #555555;
	--color-text: #888888;
}

/****/

#wrap{
	max-width: 1200px;
}

#mainWrap{
    padding: 0 1%;
}

/****/

#headerWrap{
    padding: 0 1%;
    height: 90px;
}

header h1{
	position: absolute;
    margin: 0;
    top: 20px;
    right: 69%;
    width: auto;
}

@media screen and (max-width: 750px){

	header h1{
		position: static;
		margin: 10px;
	}

}

/****/

#footerWrap{
    padding: 0 1%;
}

footer{
	text-align: right;
	margin-top: 1em;
}

footer .copyright{
    padding: 0 2em 2em 0;
}

/****/

nav{
	margin: 0 0 0 auto;
    max-width: 150px;
}

.navMenu{
	display: block !important;
    margin: 0;
}

.navMenu li{
	display: block;
    margin: 1px;
    text-align: center;
}

.navMenu li a{
	background: var(--color-background-grey);
	color: var(--color-background-grey-overlay);
	margin: 0;
	display: block;
	text-decoration: none;
	padding: 0.5em 0;
}

.navMenu li a.current, .navMenu li a:hover, navMenu li a:focus{
	color: var(--color-background-grey-overlay);
}

.navToggle{
    margin-right: 2%;
}

@media screen and (max-width: 750px){

	nav{
		max-width: 100%;
	}

}

/****/

.adminModule{
	max-width: 1000px;
}

.adminModule h1{
	margin: 0 0 2em 0;
	padding: 0 0 0.5em 0;
	border-bottom: 1px solid var(--color-border-grey);
	font-size: 1.4em;
}

.adminModule h2{
	margin: 2em 0 1em 0;
	padding: 0 0 0.5em 0;
	border-bottom: 1px solid var(--color-border-grey);
	font-size: 1.2em;
}

/****/

.imageList{
	line-height: 1;
    margin: 2em 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.imageList li{
    display: inline-block;
    width: 120px;
	margin: 1%;
	padding: 0;
	position: relative;
    list-style: none;
}

.imageList li img{
    width: 100%;
    height: auto;
}

.imageList li a:hover img{
	outline: 0;
	opacity: 0.8;
	text-decoration: none;
}

.imageList li a:hover{
	text-decoration: none;
}

.imageList form{
	position: absolute;
	top: 0;
	right: 0;
}

.imageList form.moveGalleryImage{
	top: 28px;
}

.imageList button{
	background: rgba(0, 0, 0, 0.4);
	font-size: 0.7em;
}

/****/

.work{
	text-align: center;
	margin: 10px auto;
}

.work.small .flexibleImage img.portrait{
	width: 50%;
}

.work.inset{
	float: right;
	width: 40%;
	padding-left: 5%;
}

.work img{
	margin: 0 auto 0 auto;
}

.work figcaption{
	margin: 1em auto 0 auto;
	font-size: 0.8em;
}

figure.work{
    border: 1px solid var(--color-border-grey);
}

.work.switchable .switchView{
    font-weight: 200;
    color: var(--color-text-grey);
}

.work.switchable .switchView:after{
    font-family: "FontAwesome";
  	font-weight: 400;
    content: "\f021";
    margin-left: 0.5em;
    font-size: 0.8em;
}

.work.switchable .switchView:hover{
    text-decoration: none;
    opacity: 0.8;
}

.work.switchable .flexibleImage, .work.switchable .switchView{
    display: none;
}

.work.switchable .flexibleImage.current{
    display: block;
}

@media screen and (max-width: 500px){

	.work.inset{
		display: none;
	}

}

/****/

.workInfo{
	margin: 2em 0;
}

.workInfo .title{
	font-style: italic;
}

.workInfo div{
	margin-top: 0.3em;
}

.workInfo .description{
	margin-top: 1em;
	text-align: left;
}

/****/

.listItem{
	margin: 2em auto 0 auto;
	padding: 1em 2em 2em 2em;
	border-bottom: 1px solid var(--color-border-grey);
}

.listItem img{
    max-width: 300px;
}

.listItem .column-75 .exhibitionInfo{
    margin: 0;	
}

.listItem .exhibitionInfo .artists{
	display: none;
}

@media only screen and (max-width: 750px){

	.listItem .column-75 .exhibitionInfo{
		margin-top: 1em;	
	}

}

/****/

.artists .column-50{
	margin: 0;
}

.artists ul{
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 70%;
}

/****/

.exhibitionInfo{
	margin: 3em 0;
}

.exhibitionInfo .title{
	font-style: italic;
	font-size: 1.7em;
}

.exhibitionInfo .title a{
	font-weight: inherit;
}

.exhibitionInfo .date{
	font-size: 1.3em;
	margin-top: 1em;
	font-style: italic;
}

.exhibitionInfo .subtitle{
	font-size: 1.1em;
}

.exhibitionInfo .subtitle p{
	margin: 0;
}

.exhibitionInfo .venue{
	font-style: italic;
}

/****/

.critiqueRow{
	margin: 0 0 4em 0;
}

.author{
	font-style: italic;
	font-weight: 700;
	font-size: 0.9em;
	text-align: right;
	margin: 1em 0 0 0;
}

.quote{
	margin: 20px;
	font-style: italic;
}

.vignette{
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
	font-style: italic;
}

.biogTable td{
	padding: 0 10px 10px 0;
	vertical-align: top;
}

.description{
    border-top: 1px solid var(--color-border-grey);
    padding-top: 1em;
}

.artistLink{
	margin: 1em auto;
	text-align: right;
}

.flexibleImage img.portrait{
    width: 70%;
}

/****/

.imageTiles{
    margin: 2em auto;
}

.imageTiles .flexibleImage{
    width: 47%;
    margin: 1%;
    display: inline-block;
}

@media only screen and (max-width: 500px){

	.imageTiles .flexibleImage{
		width: 100%;
	}

}

/****/

.markdown h1{
	background: transparent;
	margin: 30px 0 20px 0;
	padding: 0 0 5px 0;
	text-align: left;
	font-size: 1.1em;
	font-weight: inherit;
	border-bottom: 1px solid var(--color-border-grey);
}

.markdown h2{
	font-size: 1em;
	border-bottom: none;
	margin: 1em 0;
	padding: 0;
}

.markdown ul{
	margin: 1em 0;
	padding: 0;
}

.markdown li{
	margin: 1em 0;
	padding: 0;
}

.markdown ul li{
	list-style: none;
}

.markdown .images{
    width: 75%;
	margin: auto;
}

.markdown img{
    display: inline-block;
    width: 47%;
	margin: 1%;
}

@media only screen and (max-width: 500px){

	.markdown img{
		width: 100%;
	}

}

/****/

.flexibleImage.smallImage{
    max-width: 400px;
	margin: 2em auto;
}

figure{
    border: none;
    max-width: 500px;
}

.soldTag{
	font-size: 0.7em;
    margin-left: 0.5em;
	font-weight: 700;
	text-transform: uppercase;
}

.soldTag:before{
    font-family: "FontAwesome";
	font-weight: 400;
    content: "\f154";
    margin-right: 0.5em;
}

.soldDot{
	font-size: 2em;
	color: var(--color-red);
	position: absolute;
	top: 0;
	left: 5px;
}

/****/

img[alt="The Wildlife Trusts"]{
    width: 20%;
}