/*---------------------------------------
	Buttons
---------------------------------------*/
.pmpro_btn, .pmpro_btn:link, .pmpro_content_message a, .pmpro_content_message a:link {
	background-color: #EFEFEF;
	background-image: none;
	border: 1px solid #D6D6D6;	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #444;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	margin: 0;
	padding: 6px 12px;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
}
.pmpro_btn:focus, .pmpro_content_message a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.pmpro_btn:hover, .pmpro_btn:focus, .pmpro_checkout .pmpro_btn:hover, .pmpro_checkout .pmpro_btn:focus, .pmpro_content_message a:focus, .pmpro_content_message a:hover {
	background-color: #FAFAFA;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #000;
	text-decoration: none;
}
.pmpro_btn:active,
.pmpro_btn.active {
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	outline: 0;
}
.pmpro_btn.disabled,
.pmpro_btn[disabled],
fieldset[disabled] .pmpro_btn {
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: not-allowed;
	filter: alpha(opacity=65);
	opacity: 0.65;
	pointer-events: none;
}
.pmpro_btn.pmpro_cancel, .pmpro_btn.pmpro_cancel:link {
	background: none;
	border: none;
	margin: 0 0 0 10px;
}
/*---------------------------------------
	Forms
---------------------------------------*/
form.pmpro_form div {
	clear: left;
	margin: .5em 0 1em 0;
}
form.pmpro_form label {
	float: left;
	font-weight: bold;
	margin: 3px 10px 0 0;
	text-align: right;
	width: 200px;
}
form.pmpro_form label.pmpro_normal {
	display: inline-block;
	float: none;
	font-weight: normal;
	margin: 0 0 0 0;
	text-align: auto;
	width: auto;
}
form.pmpro_form input[type=checkbox]#tos {
	display: inline-block;
	width: auto;
}
.pmpro_clickable {
	cursor: pointer;
}
form.pmpro_form .likelabel {
	font-weight: bold;
}
form.pmpro_form .input, form.pmpro_form textarea, form.pmpro_form select {
	border: 1px solid #AAA;
	display: inline-block;
	margin: 0 3px 0 0;
	max-width: 60%;
	padding: 3px;
	width: auto;
}
form.pmpro_form textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
form.pmpro_form select {
	font-size: 12px;
	margin: 2px 0 0 0;
}
form.pmpro_form .lite {
	color: #666;
}
form.pmpro_form .leftmar {
	margin: 8px 0 0 220px;
}
form.pmpro_form .pmpro_captcha {
	margin: 0 0 0 220px;
}
form.pmpro_form .pmpro_captcha div {
	clear: none;
	margin: 0;
}
form.pmpro_form .pmpro_submit {
	margin-left: 220px;
}
form.pmpro_form .pmpro_submit span {
	float: left;
}
form.pmpro_form #pmpro_processing_message {
	color: #999;
	font-style: italic;
	margin: 5px 0 0 10px;
}
/*--------------------------------------------------
	Messages - Success, Error, Alert
----------------------------------------------------*/
.pmpro_message {
	background-color: #d9edf7;
	border: 1px solid #bce8f1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #31708f;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5em;
	margin: .5em 0;
	padding: 10px 15px;
}
.pmpro_success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}
.pmpro_error {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}
.pmpro_alert {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}
.pmpro_content_message a {
	margin: 5px 5px 0 0;
}
.pmpro_message a {
	color: #245269;
	text-decoration: underline;
}
.pmpro_success a {
	color: #2b542c;
}
.pmpro_error a {
	color: #843534;
}
.pmpro_alert a {
	color: #66512c;
}
input.pmpro_error {
	background-image: none;
}
select.pmpro_error {
	background-image: none;
}
/*---------------------------------------
	Membership Checkout
---------------------------------------*/
.pmpro_checkout thead th {
	color: #444;
	font-weight: bold;
	padding: 10px;
}
.pmpro_checkout tbody td {
	padding: 10px;
}
.pmpro_checkout tr.odd td {
	background: rgba(239,239,239,0.25);
}
.pmpro_checkout tr.selected td {
	background: #FFC;
}
.pmpro_checkout tr.active td {
	background: #FFC;
}
.pmpro_checkout .name {
	font-weight: bold;
}
.pmpro_checkout ul {
	color: #444;
	font-size: .8em;
	margin: 5px 0 0 20px;
	padding: 0;
}
.pmpro_checkout tfoot td {
	color: #444;
	padding: 10px;
}
.pmpro_checkout .topfoot td {
	border-top: 2px solid #CCC;
}
.pmpro_checkout .total td {
	border-top: 1px solid #CCC;
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 30px;
}
.pmpro_checkout tfoot .entercode td {
	background: #EEE;
}
.pmpro_checkout td.rtbdr {
	border-right: 1px solid #CCC;
}
.pmpro_checkout select {
	font-size: 11px;
}
.pmpro_thead-name {
	float: left;
	width: 55%;
}
.pmpro_thead-msg {
	float: right;
	font-size: .9em;
	font-style: italic;
	font-weight: normal;
	text-align: right;
	width: 45%;
}
.pmpro_ordersummary {
	float: right;
}
#pmpro_license {
	background: #FFF;
	border: 1px solid #CCC;
	color: #666;
	height: 200px;
	margin: 3px;
	overflow: auto;
	padding: 5px;
}
.pmpro_sslseal {
	clear: none !important;
	float: right;
	margin: 0 !important;
}
a.pmpro_radio {
	color: #000;
	text-decoration: none;
}
/*---------------------------------------
	Membership Confirmation
---------------------------------------*/
body.pmpro-confirmation .entry-content ul {
	margin-left: 1.5em;
}
/*---------------------------------------
	Membership Invoice
---------------------------------------*/
body.pmpro-invoice .entry-content ul {
	margin-left: 1.5em;
}
.pmpro_invoice thead th, .pmpro_invoice tbody td, #pmpro_account-invoices thead th, #pmpro_account-invoices tbody td {
	padding: 10px;
}
.pmpro_invoice tbody td:nth-child(first), #pmpro_account-invoices tbody td:nth-child(first) {
	padding-left: 10px;
}
.pmpro_invoice tbody tr:nth-child(odd) td, #pmpro_account-invoices tbody tr:nth-child(odd) td {
	background: rgba(239,239,239,0.25);
}
/*---------------------------------------
	Membership Account
---------------------------------------*/
#pmpro_account .pmpro_box {
	border-top: 1px solid #CCC;
	margin: 1em 0;
	padding: 1em 0;
}
#pmpro_account .pmpro_box h3 {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}
#pmpro_account .pmpro_box p {
	margin: .5em 0 0 0;
	padding: 0;
}
#pmpro_account .pmpro_box ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
#pmpro_account #pmpro_account-membership { }
#pmpro_account #pmpro_account-profile { }
#pmpro_account #pmpro_account-billing { }
#pmpro_account #pmpro_account-invoices { }
#pmpro_account #pmpro_account-links { }
.pmpro_actionlinks {
	font-size: .8em;
	margin: .25em 0 0 0;
}
.pmpro_actionlinks a {
	display: inline-block;
	margin: 0;
	padding: 0 5px 0 0;
	text-decoration: none;
}
.pmpro_actionlinks a:last-child {
	padding: 0;
}
.pmpro_hidden {
	display: none;
}
li.pmpro_more {
	list-style-type: none;
	margin-left: -20px;
	padding-left: 0;
	text-align: center;
}
/*---------------------------------------
	Membership Levels
---------------------------------------*/
#pmpro_levels_table {
	background: #FFF;
}
#pmpro_levels_table .pmpro_btn {
	display: block;
}
/*---------------------------------------
	Misc
---------------------------------------*/
.pmpro_a-right {
	float: right;
	font-size: 11px;
	text-align: right;
	text-decoration: underline;
	width: auto;
}
.pmpro_a-print {
	background: url(../images/printer.gif) top left no-repeat;
	color: #345395;
	cursor: pointer;
	float: right;
	font-size: 11px;
	line-height: 16px;
	padding: 0px 0px 2px 20px;
	text-decoration: none;
	width: auto;
}
.pmpro_red {
	color: #CC0000;
}
.pmpro_grey {
	color: #999;
}
.top1em {
	margin-top: 1em;
}
.bot1em {
	margin-bottom: 1em;
}
.bot0em {
	margin-bottom: 0em;
}
.clear {
	clear: both;
}
.pmpro_small {
	font-size: .8em;
}
@media (max-width:768px) {
	#pmpro_levels_table {
		border: none;
	}
	#pmpro_levels_table th {
		display: none;
	}
	#pmpro_levels_table td {
		border: none;
		display: block;
		padding: 0 10px;
		text-align: center;
	}
	#pmpro_levels_table td:first-child {
		font-size: 1.4em;
		padding-top: 10px;
	}
	#pmpro_levels_table td:last-child {
		padding-bottom: 10px;
		padding-top: 10px;
	}
	form.pmpro_form label {
		display: block;
		margin: 0;
		text-align: left;
		width: 100%;
	}
	form.pmpro_form label.pmpro_normal, #pmpro_tos_fields label {
		display: inline-block;
	}
	form.pmpro_form input[type=text].input, form.pmpro_form input[type=password].input {
		width: 90%;
	}
	form.pmpro_form input[type=text]#other_discount_code, form.pmpro_form input[type=text]#CVV, form.pmpro_form input[type=text]#discount_code {
		width: 40%;
	}
	form.pmpro_form #pmpro_payment_information_fields .pmpro_thead-msg {
		float: none;
		margin-bottom: 10px;
		text-align: left;
		text-wrap: normal;
		white-space: normal;
	}
	form.pmpro_form .leftmar, form.pmpro_form .pmpro_captcha {
		margin: 2px 0 0 0;
	}
	form.pmpro_form .pmpro_submit {
		margin-left: 0;
	}
	form.pmpro_form .pmpro_submit #pmpro_submit_span {
		display: block;
		float: none;
	}
	form.pmpro_form .pmpro_btn {
		display: block;
		width: 100%;
	}
}
