/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
/* Customize Genesis eNews widget */
.enews input.enews-subbox, 
.enews input#subbox,
.enews select,
.enews textarea {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	box-shadow: 0 0 5px #ddd inset;
	color: #999 !important;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding: 16px;
	width: 100%;
}

/* Customize Pay Wall Buttons */
.ppw_form_container input[type="submit"] {
	background-color: #333;
	border: none;
	box-shadow: none;
/* color: #000; */
	cursor: pointer;
	padding: 16px 24px;
	text-decoration: none;
	text-transform: uppercase;
	width: auto;
}

.ppw_form_container input:hover[type="submit"] {
	color: #000;
	background-color: #f96e5b;
}

/* Customize WP Caption Text */
.wp-caption .wp-caption-text {
	padding: 0 0 15px;
	margin: 0 auto 5px;
	font-size: 13px;
	color: #888;
}

.entry-title {
	color: #f96e5b;
}

/* Author Byline */
.entry-meta {
	color: #1eabce;
	font-size: 13px;
	font-weight: 300;
	text-transform: none;
}

.entry-meta a {
	color: #1eabce;
	text-decoration: none;
}

/* Contact Form 7 Submit */
input[type="submit"].wpcf7-submit {
	color: #fff;
}

/* Facebook Comments */
#fbcomments,
.fb-comments,
.fb-comments span,
.fb-comments iframe,
.fb-comments iframe[style],
.fb-comments iframe span[style],
.fb-like-box,
.fb-like-box span,
.fb-like-box iframe[style],
.fb-like-box iframe span[style] {
	width: 100% !important;
}

.ppw_submit_btn {
	color: white;
	font-size: 13px;
	cursor: pointer;
	display: inline-block;
/* background-color: #f6f6f6; */
	background-repeat: no-repeat;
	font-family: Lucida Grande, Helvetica Neue, Helvetica, Arial;
	text-shadow: none;
	background: green;
	background: -moz-linear-gradient(top,green 0%,green 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,green),color-stop(100%,green));
/* background: -webkit-linear-gradient(top, green 0%,green 100%); */
	background: -o-linear-gradient(top,green 0%,green 100%);
	background: -ms-linear-gradient(top,green 0%,green 100%);
	background: linear-gradient(top,green 0%,green 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='green',endColorstr='green',GradientType=0);
	padding: 6px 14px;
	line-height: normal;
	border: 1px solid #e3e3e3;
	border-bottom-color: #d1d1d1;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,1);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,1);
	-webkit-transition: .1s linear all;
	-moz-transition: .1s linear all;
	-ms-transition: .1s linear all;
	-o-transition: .1s linear all;
	transition: .1s linear all;
	text-decoration: none;
}

/*
	CSS Migrated from Jetpack:
*/

/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
/* Customize Genesis eNews widget */
.enews input.enews-subbox, 
.enews input#subbox,
.enews select,
.enews textarea {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	box-shadow: 0 0 5px #ddd inset;
	color: #999 !important;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding: 16px;
	width: 100%;
}

/* Customize Pay Wall Buttons */
.ppw_form_container input[type="submit"] {
	background-color: #333;
	border: none;
	box-shadow: none;
/* color: #000; */
	cursor: pointer;
	padding: 16px 24px;
	text-decoration: none;
	text-transform: uppercase;
	width: auto;
}

.ppw_form_container input:hover[type="submit"] {
	color: #000;
	background-color: #f96e5b;
}

/* Customize WP Caption Text */
.wp-caption .wp-caption-text {
	padding: 0 0 15px;
	margin: 0 auto 5px;
	font-size: 13px;
	color: #888;
}

.entry-title {
	color: #f96e5b;
}

/* Author Byline */
.entry-meta {
	color: #1eabce;
	font-size: 13px;
	font-weight: 300;
	text-transform: none;
}

.entry-meta a {
	color: #1eabce;
	text-decoration: none;
}

/* Contact Form 7 Submit */
input[type="submit"].wpcf7-submit {
	color: #fff;
}

/* Facebook Comments */
#fbcomments,
.fb-comments,
.fb-comments span,
.fb-comments iframe,
.fb-comments iframe[style],
.fb-comments iframe span[style],
.fb-like-box,
.fb-like-box span,
.fb-like-box iframe[style],
.fb-like-box iframe span[style] {
	width: 100% !important;
}

.ppw_submit_btn {
	color: white;
	font-size: 13px;
	cursor: pointer;
	display: inline-block;
/* background-color: #f6f6f6; */
	background-repeat: no-repeat;
	font-family: Lucida Grande, Helvetica Neue, Helvetica, Arial;
	text-shadow: none;
	background: green;
	background: -moz-linear-gradient(top,green 0%,green 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,green),color-stop(100%,green));
/* background: -webkit-linear-gradient(top, green 0%,green 100%); */
	background: -o-linear-gradient(top,green 0%,green 100%);
	background: -ms-linear-gradient(top,green 0%,green 100%);
	background: linear-gradient(top,green 0%,green 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='green',endColorstr='green',GradientType=0);
	padding: 6px 14px;
	line-height: normal;
	border: 1px solid #e3e3e3;
	border-bottom-color: #d1d1d1;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,1);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,1);
	-webkit-transition: .1s linear all;
	-moz-transition: .1s linear all;
	-ms-transition: .1s linear all;
	-o-transition: .1s linear all;
	transition: .1s linear all;
	text-decoration: none;
}

/*
	CSS Migrated from Jetpack:
*/

/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
/* Customize Genesis eNews widget */
.enews input.enews-subbox, 
.enews input#subbox,
.enews select,
.enews textarea {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	box-shadow: 0 0 5px #ddd inset;
	color: #999 !important;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding: 16px;
	width: 100%;
}

/* Customize Pay Wall Buttons */
.ppw_form_container input[type="submit"] {
	background-color: #333;
	border: none;
	box-shadow: none;
/* color: #000; */
	cursor: pointer;
	padding: 16px 24px;
	text-decoration: none;
	text-transform: uppercase;
	width: auto;
}

.ppw_form_container input:hover[type="submit"] {
	color: #000;
	background-color: #f96e5b;
}

/* Customize WP Caption Text */
.wp-caption .wp-caption-text {
	padding: 0 0 15px;
	margin: 0 auto 5px;
	font-size: 13px;
	color: #888;
}

.entry-title {
	color: #f96e5b;
}

/* Author Byline */
.entry-meta {
	color: #1eabce;
	font-size: 13px;
	font-weight: 300;
	text-transform: none;
}

.entry-meta a {
	color: #1eabce;
	text-decoration: none;
}

/* Contact Form 7 Submit */
input[type="submit"].wpcf7-submit {
	color: #fff;
}

/* Facebook Comments */
#fbcomments,
.fb-comments,
.fb-comments span,
.fb-comments iframe,
.fb-comments iframe[style],
.fb-comments iframe span[style],
.fb-like-box,
.fb-like-box span,
.fb-like-box iframe[style],
.fb-like-box iframe span[style] {
	width: 100% !important;
}

.ppw_submit_btn {
	color: white;
	font-size: 13px;
	cursor: pointer;
	display: inline-block;
/* background-color: #f6f6f6; */
	background-repeat: no-repeat;
	font-family: Lucida Grande, Helvetica Neue, Helvetica, Arial;
	text-shadow: none;
	background: green;
	background: -moz-linear-gradient(top,green 0%,green 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,green),color-stop(100%,green));
/* background: -webkit-linear-gradient(top, green 0%,green 100%); */
	background: -o-linear-gradient(top,green 0%,green 100%);
	background: -ms-linear-gradient(top,green 0%,green 100%);
	background: linear-gradient(top,green 0%,green 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='green',endColorstr='green',GradientType=0);
	padding: 6px 14px;
	line-height: normal;
	border: 1px solid #e3e3e3;
	border-bottom-color: #d1d1d1;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,1);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,1);
	-webkit-transition: .1s linear all;
	-moz-transition: .1s linear all;
	-ms-transition: .1s linear all;
	-o-transition: .1s linear all;
	transition: .1s linear all;
	text-decoration: none;
}