#artwork {
	border-bottom: 1px solid #CDD6D8;
	margin-bottom: 80px;
	padding-bottom: 40px;
}
#artwork .contact .body {
	background: var(--light-blue);
	padding: 20px;
	border-radius: 10px;
}
#artwork .body section {
	padding-left: 50px;
	position: relative;
	margin-bottom: 20px;	
}
#artist {
	padding-bottom: 40px;	
}
#artist .t3 {
	padding-bottom: 10px;	
}
@media (min-width: 560px) {
	#artwork .contact .body {
		padding: 50px;
	}
}
@media (min-width: 1000px) {
	#artwork {
		display: grid;	
		grid-template-columns: 1fr 1fr 1fr;
		column-gap: 40px;
		row-gap: 40px;
	}
	#artwork .online {
		padding-left: 0;	
	}
	#artwork .body section {
		margin-bottom: 0;	
	}
	#artwork #cta {
		grid-column: 3/4;
		top: 20px;
		right: 0;
		align-self: start;
		position: sticky;
	}
	#artwork .cols {
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 40px;
	}
}

#artwork .titlebar {
	grid-column:  1/4;	
}
#artwork .titlebar .t2 {
	padding-left: 60px;	
	position: relative;
}
#artwork .titlebar .t2::before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;	
	display: block;
	width: 40px;
	height: 50px;
	background: url("img/heart.svg") 0 0 no-repeat;
	background-size: cover;
	transform: scaleX(-1);
}
#artwork #intro {
	grid-column:  1/3;
}
#artwork #main {
	grid-column:  1/3;
}

#artwork .linkfooter {
	position: relative;
	top: -40px;
}
#artwork .linkfooter a {
	color: var(--red);	
}
#artwork .linkfooter a:hover {
	color: inherit;
	text-decoration: underline;
	
}

#artwork #cta {
	grid-column:  3/3;
	grid-row:  2/2;
	border-radius: 10px;
	padding: 40px;
	background: var(--light-blue);
	margin-bottom: 20px;
}
#artwork #cta img {
	width: 100%;
	height: auto;	
}
#artwork #cta  .button {
	width: 100%;
}	
#artwork #cta .viewsite,
#artwork #cta .ctabox {
	margin: 50px 30px;
}



#artwork  .map {
	padding-top: 60%;
	position: relative;	
	margin-bottom: 40px;
	border-radius: 5px;
}
#artwork #pointermap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;	
}

#artwork .cols {
	background: var(--dark-blue);
	color: #FFF;
	--title-color: #FFF;
	border-radius: 10px;
	padding: 50px;
}


#artwork .sameartist {
	padding: 40px 0;	
}
#artwork .location .t3,
#artwork .sameartist .t3 {
	padding-bottom: 20px;	
}
.colimg {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 30px;
	row-gap: 30px;
	margin-bottom: 50px;
}
.colimg img {
	width: 100%;
	height: auto;
	vertical-align: top;	
}
.colimg li:nth-child(1) {
	grid-column: 1/4;
}
.colimg li a {
	cursor: pointer;
	display: block;
}
.colimg li {
	position: relative;	
}
.colimg li:nth-child(4):after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #06363F;
	opacity: 0.7;
	z-index: 1;
}
.colimg li:nth-child(4):hover:after {
	opacity: 0.5;	
}
.colimg li a span {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	color: #FFF;
	white-space: nowrap;
	transform: translate(-50%,-50%);
}
	

	
@media (min-width: 1440px) {
	.colimg {
		grid-template-columns: 660px 193px;
		column-gap: 40px;
		row-gap: 26px;
	}
	.colimg li {
		grid-column: 2/3;
	}
	.colimg li:nth-child(1) {
		grid-row: 1/4;
		grid-column: 1/2;
	}
	.colimg li:nth-child(2) {
		
	}
	.colimg li:nth-child(3) {
		grid-row: 2/3;
	}
	.colimg li:nth-child(4) {
		grid-row: 3/4;
	}
}
@media (max-width: 799px) {
	.colimg {
		column-gap: 10px;
		row-gap: 10px;
	}	
	
}
@media (max-width: 560px) {
	.colimg {
		column-gap: 5px;
		row-gap: 5px;
	}	
}



.artworkbox {
	background: var(--light-blue);
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 10px;
	background: var(--light-blue) url("img/go_blue.svg") right 20px top 50% no-repeat;
	background-size: 11px auto;
}
.artworkbox img {
	vertical-align: top;
}
.artworkbox article {
	display: grid;
	align-items: center;
	grid-template-columns: 100px 1fr;	
}
.artworkbox .title + p {
	margin-top: -10px;	
}
.artworkbox .body {
	grid-column: 1/3;	
}
.artworkbox .banner img {
	border-radius: 3px;
	overflow: hidden;
}
.artworkbox .banner + .body {
	grid-column: 2/3;	
}
.artworkbox:hover {
	color: #FFF;
	--title-color:	#FFF;
	background: var(--dark-blue) url("img/go.svg") right 20px top 50% no-repeat;
}


.sglimg img {
	vertical-align: top;
	width: 100%;
	height: auto;	
}
.sglimg {
	position: relative;
	margin-bottom: 30px;
	border-radius: 10px;
	overflow: hidden;
}
.sglimg a.gallery {
	position: absolute;
	right: 30px;
	bottom: 30px;	
}