/* This file is an attempt to lighly standardize the layout without beating up the theme */

/*
 * Our HTML element needs to be blocky
 * See plugin FAQ for IE8 support
 */
article {
	display: block;
}

/* A clearfix solution just for this plugin */
/* Thanks for catching this, Jeremy Green! */
.fpw-clearfix:before,
.fpw-clearfix:after {
	content: " ";
	display: table;
}
.fpw-clearfix:after {
	clear: both;
}
.fpw-clearfix {
	*zoom: 1;
}

/* Handle Hidden Fields Better */
.fpw-page-title:empty,
.fpw-featured-image:empty,
.fpw-excerpt:empty {
	display: none;
}

/* Nice padding/margin */
.fpw-page-title,
.fpw-featured-image {
	margin: 0 0 10px 0;
	padding-top: 0;
}

/* a friendly font size suggestions */
.fpw-page-title {
	margin: 10px 0;
	padding: 0; /* stupid Twenty Eleven */
	font-size: 18px;
	line-height: 1.5;
}

/* Responsive images */
/* Going for the 1.5x retina technique. Feedback is welcome. */
.fpw-featured-image,
.fpw-featured-image img {
	max-width: 100% !important;
	height: auto !important;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* Wrapped Layout */
.fpw-layout-wrapped .fpw-featured-image {
	float: right;
	width: 45%;
	margin-left: 10px;
	overflow: hidden;
}

/* Read More Link */
.fpw-read-more-link {
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 1rem 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    border-radius: 0;
    display: block !important;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.0625rem;
    padding-left: 2rem;
    font-size: 1rem;
    background-color: #F77B00;
    border-color: #c66200;
    color: #FFFFFF;
    transition: background-color 300ms ease-out;
}

.fpw-read-more-link:hover .fpw-read-more-link:focus {
    background-color: #c66200;
  color:#ffffff !important;
}

a.fpw-read-more-link:hover, a.fpw-read-more-link:focus {
    background-color: #c66200;
  	color:#ffffff !important;
}

/* Fixes an issue in Kubrick and probably other themes */
a .fpw-page-title {
    color: inherit;
}