html,
body {
	min-height: 100%;
	font-family: Bitter, Palatino, serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Bitter, Palatino, serif;
}

.row {
	max-width: 960px;
}


/*** Header ***/

.top-bar, .top-bar ul {
	background-color: transparent;
}

.top-bar-logo {
	font-size: 1.7rem;
	color: #417eb3;
	display: block;
	padding: 0 0 0 10px;
}

.top-bar-logo img {
	width: 180px;
	height: auto;
}

.menu a,
.menu a:link,
.menu a:visited {
	border-bottom: 3px solid transparent;
	color: #575757;
	transition: color 0.3s ease-in-out;
}

.menu a:hover,
.menu a:active {
	color: #000;
}

.menu .current a,
.menu .current a:link,
.menu .current a:visited,
.menu .current a:hover,
.menu .current a:active {
	color: #000;
	border-bottom: 3px solid #5396d1;
}

.top-bar-left {
	float: none;
	text-align: center;
	padding: 25px 0;
}

.top-bar-left .button {
	float: left;
	background: transparent url('../images/icons8-menu-filled.svg') no-repeat center center;
	text-indent: -12345px;
	background-size: 25px 23px;
	padding: 12px 20px;
	margin-right: 10px;
}

/*.off-canvas {
	padding-top: 
}*/

.off-canvas .menu > li {
	display: list-item;
	padding-right: 60px;
}



/*** Main Styles ***/

.content {
	padding-top: 30px;
}

.content h1 {
	text-align: center;
	font-size: 2.4rem;
}

.content h2 {
	font-size: 1.8rem;
	color: #575757;
}

.content p a {
	color: #575757;
}



/*** Painting Layout ***/

.large-painting {
	margin-bottom: 20px;
	text-align: center;
}

.painting {
	text-align: left;
}

.painting h2,
.large-painting h2 {
	font-size: 1.1rem;
	margin-bottom: 0;
}

.large-painting h2 {
	padding-top: 15px;
}

.painting p,
.large-painting p {
	color: #575757;
	font-size: 0.8rem;
	margin-bottom: 0;
}

.painting-thumb {
	position: relative;
	display: block;
	margin-bottom: 12px;
}

.painting-thumb::after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	background: rgba(255, 255, 255, 0.3) url('../images/icons8-search.svg') no-repeat center center;
	background-size: 12px 12px;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}

.painting-thumb:hover::after {
	opacity: 1;
}

.featherlight .featherlight-close-icon {
	top: 10px;
	right: 10px;
	width: 37px;
	line-height: 37px;
	font-size: 2rem;
}

p.sold {
	color: #af2e2e;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-family: Avenir, Helvetica, sans-serif;
}

