/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
/* LINK COLOR */
a {
	color: #000277;
}

body {
	font-size: 12pt;
}

.wp-caption img {
	height: auto;
}

.format-icon {
	display: none;
}

.page .post-featured-item {  display:none; }


.post-header h1::after, .post-header h2::after {
	content: "";
	height: 0;
	display: block;
	background: none;
}

.post-header .date-author {
	margin-top: 0;
}

.post-header h1 a, .post-header h2 a, .post-header h1, .post-header h2 {
	font-size: 26px;
	color: #111;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.4em;
	margin-bottom: 0;
	width: 100%;
	text-transform: none;
}

.wp-caption p.wp-caption-text {
	font-style: italic;
	font-family: times;
	color: #686868;
	margin: 0;
	text-align: center;
	font-size: 12pt;
	line-height: 14pt;

}

.pibfi_pinterest {
}

#logo h1 {
	max-width: 100% !important;
}

.archive-title-area {
	padding: 25px 0 20px !important;
	margin: 15px auto 10px;
}

.archive-title-area h1 {
	margin-bottom: 0;
}

.mobile-only {
	display: none;
}

#main-top-wrapper {
	padding: 0 !important;
}

#content {
	padding-top: 15px;
}

#sidebar {
	padding-top: 20px;
}

.widget-columns {
	margin-left: 10px;
}

.widget-columns-right {
	display: inline;
	float: right;
	margin-right: 50px;
}

.masonry-container.open #content {
	margin-top: 5px;
}

.masonry-container.open #sidebar {
	margin-top: 5px;
}

#sidebar .widget {
	margin-bottom: 20px;
	padding: 8px;
}

#sidebar .widget-title {
	margin-top: -15px;
	font-size: 12pt;
}

.nav-menu > li > a {
	font-size: 12pt;
}

#main-top-wrapper {
	padding: 10px 0 0;
}

.main-navigation-wrapper {
	display: block;
	position: relative;
}

#header-ad {
	width: 100%;
	height: 100px;
	text-align: center;
}

#main-header {
	padding-top: 0;
}

.archive-title-area .format-icon {
	position: absolute;
	top: -12px;
}

.archive-title-area h1 {
	margin-top: 12px;
}

ul.browse {
	margin-left: 100px;
	list-style-image: url('/wp-content/uploads/2015/09/icon_flower.gif');
}

li.cat-item {
	font-size: 12pt;
}

#logo h1 a {
	padding: 0;
}

#logo h1 a img {
	max-width: 100%;
}

.masonry-layout .post-item .item h2 a {
	text-align: left;
	font-size: 14pt;
	color: #222;
	letter-spacing: 1px;
	font-weight: 700;
	text-transform: none;
}

.slicknav_nav {
	background-color: #95c498;
	color: #000;
}

.slicknav_nav a {
	color: #000;
}

#footer-widget-area {
	padding: 25px;
	color: #FFF;
	font-size: 11pt;
}

.post-entry-bottom a.custom-more-link {
	display: inline-block;
	font-size: 9pt;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 9px 12px;
	border: 2px solid #7caf67;
	color: #777;
	margin-bottom: 20px;
}

.animative-btn,.animative {
	position: relative;
	z-index: 1;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.animative-btn {
}

.animative-btn:hover {
	color: #fff !important;
}

.animative-btn:after,.animative:after {
	content: '';
	position: absolute;
	z-index: -1;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	background: #7caf67;
	-moz-transition: width .4s ease-in-out;
	-o-transition: width .4s ease-in-out;
	-webkit-transition: width .4s ease-in-out;
	transition: width .4s ease-in-out;
}

.animative-btn:hover:after, .animative:hover:after {
	width: 100%;
}

.animative .item-postit, .animative h2 a, .animative .date-author {
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.animative:hover .item-postit, .animative:hover h2 a, .animative:hover .date-author {
	color: #fff !important;
}

.animative.reverse *, .animative.reverse :before {
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.animative.reverse:hover *, .animative.reverse:hover :before {
	color: #111 !important;
}

.animative.reverse:after {
	background: #fff;
}

@media (min-width: 970px){
	#content { min-height:400px; }
}

/* ----------------------  MOBILE CODES -----------------------  */
@media (max-width: 970px) {
	.main-navigation-wrapper {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
		height: 57px;
	}
	
	.container, #content, .post-entry {
		width: 100% !important;
		padding: 5px !important;
	}
	
	.archive-title-area {
		margin: 15px auto !important;
		width: 100%;
	}
	
	#logo h1 a {
		padding: 0 !important;
		margin-top: 57px;
	}
	
	#logo img {
		max-width: 100% !important;
	}
}

/* ----------------------  PHONE -----------------------  */
@media (max-width: 480px) {
	.mobile-only {
		display: block;
		margin-top: 55px;
		margin-bottom: 0;
	}
	
	.desktop-only {
		display: none;
	}
	
	ul.browse {
		margin-left: 10px;
	}
	
	.main-navigation-wrapper {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
		height: 57px;
	}
	
	#logo h1 a {
		padding: 0 !important;
		margin-top: 0;
	}
	
	#logo img {
		max-width: 100% !important;
	}
	
	#main-top-wrapper {
		padding: 0 !important;
	}
	
	#main-container {
		margin-top: 5px !important;
	}
	
	.footercontainer {
		width: 100%;
		margin: 0 auto;
	}
	
	.container, #content, .post-entry {
		width: 100% !important;
		padding: 5px !important;
	}
	
	.archive-title-area {
		margin: 15px auto !important;
		width: 100%;
	}
}