/* ==========================================================================
   Sidebar styles — ported from oldthemes/nzgeo/nzgeo.css
   ========================================================================== */

.sidebar {
	margin-bottom: 4rem;
}

.sidebar .sidebar-container {
	overflow: hidden;
	transition: 1.5s all;
}

.sidebar.closed .sidebar-container {
	max-height: 300px !important;
}

.sidebar .readmore {
	margin-top: 20px;
}

.sidebar h3 {
	font-family: 'AlpinGothic' !important;
	font-size: 2.2rem;
	line-height: 2.4rem;
	font-weight: 500 !important;
	margin: 2rem 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: 1px solid black;
	border-width: 1px 0;
	padding: 1rem 0;
}

.sidebar p.sidebar-author {
	text-transform: uppercase;
	color: #666;
	font-weight: 600;
	letter-spacing: 2px;
}

.sidebar figure.sidebar-image {
	position: relative;
}

.sidebar figure.sidebar-image img {
	width: 100%;
}

article .content-block .sidebar .content p {
	font-family: "proxima-nova";
	font-size: 1rem;
	line-height: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.1px;
}

/* Photo post type */
.nzgeo_photo .sidebar ul {
	list-style-type: disc;
	margin-left: 20px;
}

.nzgeo_photo .sidebar-container {
	background: black;
	color: white;
	padding: 20px;
	width: 70%;
}

.nzgeo_photo .sidebar h3 {
	border-bottom: 5px solid white;
	padding-bottom: 5px;
	padding-top: 0;
	margin: 0;
	margin-bottom: 20px;
}

.asterisk {
	text-align: center;
}

.asterisk img {
	width: 40px;
	height: auto;
}

article.format-content blockquote p {
	font-family: 'proxima-nova';
	font-weight: 300;
	font-size: 2rem;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	line-height: 1.2em;
	width: 100% !important;
	margin: 2rem 0;
}