/*
Theme Name: jfwhome Writr Child theme
Template: writr
*/

@import url(../writr/style.css);

.jfwells-bio-separator {
	display: block;
	margin: 0 -40px 6px 0;
	padding: 18px 0 0 0;
	background-color: #303030;

}
.bio-sep {
	background-color: #1ABC9C;
}

.bio-sep h1 {
	color: #ffffff;
	text-align: center;
	padding: 8px;
}

/* Portfolio */

li.afp-single-item {
    border: 1px solid #1ABC9C;
    float: left;
    height: 216px;
    margin: 3px !important;
    max-width: 150px;
    padding: 3px;
    background-color: #1ABC9C;
    color: #ffffff;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
}


li.afp-single-item a {
	color: #ffffff;
}
li.afp-single-item img {
    width: 145px;
}

#afp-filter {
	background-color: #1ABC9C;
	text-transform: uppercase;
	color: #ffffff !important;
	text-align: center;
	margin-bottom: 12px !important;
}


#afp-filter li a {
	color: #ffffff !important;
	text-decoration: none;
	font-weight: bold;
}

#afp-filter .afp-active-cat a {
	color: #8b0000 !important;
}

@media only screen and (max-width: 767px) {
	.jfwells-bio-separator {
		background-color: #ffffff;
		margin: 0 0 6px 0;
		float: left;
		padding: 0 !important;	
	}
	.bio-sep {
		background-color: #ffffff;
	}
	.bio-sep h1 {
		color: #303030;
		text-align: left;
		padding: 8px 0;
	}

}
