/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.wp-biographia-container-none {
	display: none;
}

.entry-categories {
	display: none;
}

.single #post-navigation {
	border-top: 2px solid #BB9A2F;
	padding-top: 30px;
}

.prev-arrow, .next-arrow {
	display: inline-block;
	width: 26px;
	height: 30px;
	background: url(images/prev-arrow.png) no-repeat;
	margin-right: 17px;
	position: absolute;
	top: 0;
	left: 0;
}

.next-arrow {
	background: url(/wp-content/themes/restored316-style/images/next-arrow.png) no-repeat;
	margin-right: 0;
	margin-left: 17px;
	left: auto;
	right: 0;
}

.prev-arrow {
	background: url(/wp-content/themes/restored316-style/images/prev-arrow.png) no-repeat;
	margin-left: 0;
	margin-right: 17px;
	left: 0;
	right: auto;
}

#post-navigation a {
	position: relative;
	display: inline-block;
	font-size: 28px;
	line-height: 30px;
	text-transform: uppercase;
	color: #BB9A2F;
	text-decoration: none;
	padding-left: 56px;
	transition: opacity .3s;
}

#post-navigation .right {
	width: 50%;
	float: right;
	text-align: right;
}

#post-navigation .right a {
	padding-left: 0;
	padding-right: 56px;
}

#post-navigation .left {
	text-align: left;
	width: 50%;
	float: left;
}

.crunchify-social {
	text-align: center;
}

.crunchify-social p.title {
	font-size: 50px;
	color: #BB9A2F;
	text-transform: uppercase;
	letter-spacing: .04em;
	font-family: 'bodoni_beregular';
	margin: 0;
	line-height: 1;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

.fa-facebook-f:before, .fa-facebook:before {
	content: "\f09a";
}

.fa-pinterest-p:before {
	content: "\f231";
}

.fa-twitter:before {
	content: "\f099";
}

.fa-linkedin:before {
	content: "\f0e1";
}

.fa-google-plus:before {
	content: "\f0d5";
}

.fa-envelope-o:before {
	content: "\f003";
}

.icons a {
	font-size: 32px;
	line-height: 56px;
	height: 56px;
	width: 56px;
	display: inline-block;
	color: #fff;
	background-color: #BB9A2F;
	text-align: center;
	float: none;
	border: 0;
	border-radius: 50%;
	margin: 0 0 0 20px;
	margin-top: 30px;
}

.icons a:hover {
	opacity: .8;
	color: #fff;
}