/*
Theme Name: Themify Peak Child
Description: Child theme for Peak theme
Author: Themify
Template: themify-peak
*/

/* write custom css below */

h2 { 
	text-align: center;
	margin-top: -10px;
}
a.themify_builder_turn_on {
	display: none;
}
#site-description,
.back-top .arrow-up:hover > a {
	background-color: #9b8c2c;
}
#site-description::before {
	border-color: transparent #9b8c2c transparent transparent;
}

.post-nav a {
	color: #9b8c2c;
}
.post-nav a:hover {
	color: #796a0a;
}
.footer-text .one {
	color: #888888;
	font-size: 16px;
	line-height: 20px;
}
.social-link-item a i:hover {
	color: #796a0a !important;
}
.social-link-item.ello a i {
	background-image: url('/wp-content/uploads/2016/12/ello.png');
	background-position: 6px 4px;
	background-repeat: no-repeat;
	background-color: transparent;
}
.social-link-item.society6 a i {
	background-image: url('/wp-content/uploads/2016/12/society6b.png');
	background-position: 6px 4px;
	background-repeat: no-repeat;
	background-color: transparent;
}
#home-category-filters {
	padding: 20px 0 10px 0;
	max-width: 782px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
#home-category-filters li {
    position: relative;
    display: inline-block;
    text-align: center;
}
#home-category-filters li a {
	display:block;
	margin:0 0 0 1px;
	padding:3px 10px;
	color: #9b8c2c;
	text-decoration:none;
	line-height:1.3em;
	text-transform: uppercase;
}
#home-category-filters li a:hover {
	color: #796a0a !important;
}
#home-category-filters li.current-cat a {
	color: white !important;
	background-color: black;
	border-radius: 4px 4px 4px 4px;
}
.page-category-title-wrap {
	display: none;
}
.post-category a {
	color: #9b8c2c;
}
.post-category a::after {
	border: none !important;
}
#layout-olyf {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}
#layout-olyf .meta-stuff .date {
	font-size: 0.8em;
    font-weight: 500;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}
#layout-olyf .post-left {
	width: 30%;
	margin: 0 5% 5% 5%;
	padding: 0
	height: auto;
	float: left;
}
#layout-olyf .post-left .post-image {
	width: 100%;
	height: auto;
	margin: 0 0 5px 0;
	padding: 0;
}
#layout-olyf .post-left .post-image img {
	width: 100%;
	height: auto;
	cursor: pointer;
}
.mfp-zoom-out-cur, 
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer !important;
}
#layout-olyf .post-left .zoom-icon {
	width: auto;
	height: auto;
	display: block;
	float: right;
}
#layout-olyf .post-left .zoom-icon i {
	padding: 0;
}
#layout-olyf .post-right {
	width: 55%;
	padding: 0		
	height: auto;
	margin: 0 0 5% 0;
	float: left;
}
#layout-olyf .post-right h2 {
	text-align: left;
}
#layout-olyf .post-right p {
	margin: 5px 0 15px 0;
}
body.search-results #content h2,
.page-content h2 {
	text-align: left !important;
}
body.home #content h2 {
	text-align: center !important;
}
.page-content p {
	max-width: 768px;
}
.page-content h3 {
	font-size: 1.2em;
}
.page-content form {
	background-color: #f1f1f1;
	width: 70%;
	min-width: 260px;
	padding: 15px !important;
	margin: 0;
}
#tinyletter form {
	border: none !important;
	text-align: left !important;
	margin: 0;
}
#tinyletter form p {
	width: 100% !important;
	margin: 10px 0 !important;
	clear: both !important;
	float: none !important;
}
#tinyletter form label,
#tinyletter form input {
	float: left !important;
}
#tinyletter form input[type="text"] {
	width: 15em !important;
}
#tinyletter form p .poweredby {
	font-size: 12px !important;
	line-height: 15px !important;
	margin: 5px 0 25px 0;
}
.addthis_toolbox {
	margin: 25px 0;
}
#layout-olyf .post-right .share-icons {
	float: left;
	width: 55%;
}
#layout-olyf .post-right .buy-link {
	float: right;
	width: 25%;
	margin: 0;
	min-width: 170px;
	margin-top: 20px;
}
#layout-olyf .post-right .buy-link button {
	padding: 7px 15px 8px 15px;
	width: 160px !important;
	white-space: no-wrap;
	height: 32px !important;
	font-size: 14px !important;
}

.loops-wrapper.overlay .post-image + .post-content, 
.loops-wrapper.polaroid .post-image + .post-content  {
	background: rgba(0,0,0,0.4);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0,0,0,0)), to(rgba(0,0,0,.4)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.1), rgba(0,0,0,.4) );
	background: -o-linear-gradient(top, rgba(0,0,0,0.1), rgba(0,0,0,.4) );
	background: -moz-linear-gradient(top, rgba(0,0,0,0.1), rgba(0,0,0,.4) );
	background: -ms-linear-gradient(top, rgba(0,0,0,0.1), rgba(0,0,0,.4) );
	background: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,.4) );
	color: white;
	text-shadow: 1px 1px 4px black;
}

@media (max-width: 768px) {
	#layout-olyf .post-left,
	#layout-olyf .post-right {
		width: 96%;
		margin: 10px 2%;
		padding: 0;
		clear: both;
		float: none;
	}
	.page-id-2 img {
		margin: 10px 2%;
		width: 96% !important;
		padding: 0;
		float: none;
		clear: both;
	}
	#layout-olyf .post-right .share-icons,
	#layout-olyf .post-right .buy-link {
		width: auto;
		clear: both;
		float: none;
		height: auto !important;
		margin: 10px auto 10px auto !important;
	}
	#layout-olyf .post-right .buy-link {
		margin-bottom: 35px !important;
	}
}