/*
You can add your own CSS here.

Click the help icon above to learn more.
*/
.wp-image-2546{
  display: block;
    height: auto;
    margin: auto;
    width: 100%;}

/*
	CSS Migrated from Jetpack:
*/

@import  "https://fonts.googleapis.com/css?family=Open+Sans:400,600";

/* @import  "compass"; */
/* @import  "https://fonts.googleapis.com/css?family=Open+Sans:400,600";*/
/*
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.
*/
.button, a.button {
	background-color: #c62829;
}

h2 {
	letter-spacing: 1px !important;
}

h1 {
	letter-spacing: 1px !important;
}

h3 {
	letter-spacing: 1px !important;
}

h3 a {
	letter-spacing: 1px !important;
}

/* Pricing Table */
#pricebackground {
}

.plans {
	width: 950px;
	margin: 10px auto;
	overflow: hidden;
}

.plan {
	float: left;
	width: 375px;
	height: 230px;
	margin: 0 2px;
	padding: 15px 25px;
	text-align: center;
	background: white;
	background-clip: padding-box;
	border: 2px solid #e5ded6;
	border-color: rgba(0,0,0,0.1);
	border-radius: 5px;
}

.plan-title {
	margin-bottom: 12px;
	font-size: 24px;
	color: #535353 !important;
}

.plan-price {
	margin-bottom: 20px;
	line-height: 1;
	font-size: 28px !important;
	font-weight: bold;
	color: #C92626 !important;
}

.plan-price-feature {
	margin-bottom: 20px;
	line-height: 1;
	font-size: 28px !important;
	font-weight: bold;
	color: #C92626 !important;
	background-image: url('http://www.notaryact.com/wp-content/uploads/2013/02/redcheck.jpg');
	background-repeat: no-repeat;
	background-size: 60px 60px;
}

.plan-unit {
	display: block;
	margin-top: 5px;
	font-size: 13px;
	font-weight: normal;
	color: #aaa;
}

.plan-features {
	width: 375px;
	margin: 20px auto 15px;
	padding: 15px 0 0 15px;
	border-top: 1px solid #e5ded6;
	text-align: left;
}

.plan-feature {
	line-height: 20px;
	font-size: 24px;
	font-weight: 500;
	color: #333;
}

.plan-feature + .plan-feature {
	margin-top: 5px;
}

.plan-feature-unit {
	margin-left: 2px;
	font-size: 16px;
}

.plan-feature-name {
	font-size: 13px;
	font-weight: normal;
	color: #aaa;
}

.plan-button {
	position: relative;
	display: block;
	line-height: 40px;
	font-size: 16px;
	font-weight: 500;
	color: white;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px rgba(0,0,0,0.1);
	background: #C92626;
	border-bottom: 2px solid #520d0d;
	border-color: rgba(0,0,0,0.15);
	border-radius: 4px;
}

.plan-button:hover {
	color: white;
	background: #851515;
}

.plan-button:active {
	top: 2px;
	margin-bottom: 2px;
	border-bottom: 0;
}

.plan-highlight {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 15px;
	padding-right: 15px;
	width: 350px;
	border: 4px solid #C92626;
}

.plan-highlight .plan-button {
	font-size: 18px;
	line-height: 49px;
	background: #C92626;
	border-color: #C92626;
	border-color: rgba(0,0,0,0.15);
}

.plan-highlight .plan-button:hover {
	background-color: #851515;
}

.plan-recommended {
	width: 200px;
	margin: -15px auto 15px;
	padding-bottom: 2px;
	line-height: 22px;
	font-size: 14px;
	font-weight: bold;
	color: white !important;
	text-shadow: 0 1px rgba(0,0,0,0.05);
	background: #C92626;
	border-radius: 0 0 4px 4px;
}

.pagetitle h2 {
	color: #991C1E !important;
}

.testis a:hover {
    text-decoration: none;
}

@media screen and (min-width: 1024px) {
	.section-3603 .sixteen.columns {
  	  width: 1000px!important;
	}
}