/*---------------------------------------
	Buttons
---------------------------------------*/
.admmem_btn, .admmem_btn:link, .admmem_content_message a, .admmem_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-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;
}
.admmem_btn:focus, .admmem_content_message a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.admmembership-table .price {
    font-size: 32px;
}

.admmem_btn:hover,
a.admmem_btn:hover,
.entry-content a.admmem_btn:hover,
.admmem_btn:focus,
.admmem_checkout .admmem_btn:hover,
.admmem_checkout .admmem_btn:focus,
.admmem_content_message a:focus,
.admmem_content_message a:hover {
	-webkit-box-shadow: none;
	border: 1px solid #D6D6D6;
	box-shadow: none;
	text-decoration: none;
}
.admmem_btn:active,
.admmem_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;
}
.admmem_btn.disabled,
.admmem_btn[disabled],
fieldset[disabled] .admmem_btn {
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: not-allowed;
	filter: alpha(opacity=65);
	opacity: 0.65;
	pointer-events: none;
}
.admmem_btn.admmem_btn-cancel,
.admmem_btn.admmem_btn-cancel:link,
.admmem_btn.admmem_btn-cancel:hover,
.entry-content a.admmem_btn.admmem_btn-cancel:hover {
	background: none;
	border: none;
	box-shadow: none;
    color: #666;
    text-decoration: underline;
}
.admmem_btn.admmem_btn-submit-checkout {
	width: auto;
}
/*---------------------------------------
	Forms
---------------------------------------*/
form.admmem_form .admmem_checkout-fields div {
	margin: 0 0 1em 0;
}
form.admmem_form label {
	font-weight: 700;
	display: block;
	margin: 0;
	text-align: left;
}
form.admmem_form .admmem_checkout-field-checkbox label {
	cursor: pointer;
	display: inline-block;
	width: auto;
}
form.admmem_form label.admmem_label-inline {
	display: inline-block;
}
form.admmem_form label.admmem_clickable {
	cursor: pointer;
}
form.admmem_form .admmem_asterisk abbr {
	border: none;
	text-decoration: none;
}
form.admmem_form input[type=checkbox]#tos {
	width: auto;
}
form.admmem_form .input,
form.admmem_form textarea,
form.admmem_form select {
	display: inline-block;
	max-width: 90%;
}
form.admmem_form .admmem_payment-cvv .input,
form.admmem_form .admmem_payment-discount-code .input,
form.admmem_form #other_discount_code.input {
	max-width: 40%;
}
form.admmem_form .lite {
	color: #666;
}
form.admmem_form .admmem_captcha div {
	clear: none;
	margin: 0;
}
form.admmem_form .admmem_submit{
	margin-top: 1em;
	text-align: right;
}
form.admmem_form #admmem_processing_message {
	color: #999;
	display: block;
	font-style: italic;
	margin: 1em 0 0 0;
	text-align: right;
}
/*--------------------------------------------------
	Messages - Success, Error, Alert
----------------------------------------------------*/
.admmem_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;
}
.admmem_success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}
.admmem_error {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}
.admmem_alert {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}
.admmem_content_message a {
	margin: 5px 5px 0 0;
}
.admmem_message a {
	color: #245269;
	text-decoration: underline;
}
.admmem_success a {
	color: #2b542c;
}
.admmem_error a {
	color: #843534;
}
.admmem_alert a {
	color: #66512c;
}
input.admmem_error {
	background-image: none;
}
select.admmem_error {
	background-image: none;
}
/*---------------------------------------
	Membership Checkout
---------------------------------------*/
div#admmem_level-1, div#admmem_level-2, div#admmem_level-3, div#admmem_level-4, div#admmem_level-5, div#admmem_level-6, div#admmem_level-7, div#admmem_level-8, div#admmem_level-9 {
    background: #f2f2f2;
    padding: 10px;
    margin: 20px 20px 0 0;
}

div#admmem_pricing_fields {
    background: #fff;
    padding: 10px;
}

	#admmem_form .admmem_checkout h3 {
    background: #f2f2f2;
    padding: 10px 0 0 10px;
    margin: 0;
}

.admmem_checkout-fields {
    background: #f9f9f9;
    padding: 10px;
}

div#admmem_user_fields {
     background: #fff;
    padding: 10px;
}

div#admmem_billing_address_fields {
     background: #fff;
    padding: 10px;
}

.admmem_checkout h3 span.admmem_checkout-h3-name {
	display: inline-block;
	margin: 0 .5rem 1rem 0;
}
.admmem_checkout h3 span.admmem_checkout-h3-msg {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}
#admmem_payment_method span.gateway_paypalexpress {
	margin-left: 2em;
}
#admmem_payment_information_fields .admmem_checkout-fields-display-seal {
	display: grid;
	grid-template-columns: 3fr 1fr;
	grid-gap: 1em;
}
#admmem_license {
	background: #FFF;
	border: 1px solid #CCC;
	color: #666;
	height: 200px;
	margin: 3px;
	overflow: auto;
	padding: 5px;
}
/*---------------------------------------
	Membership Confirmation
---------------------------------------*/
body.admmem-confirmation .entry-content ul {
	margin-left: 1.5em;
}
/*---------------------------------------
	Membership Invoice
---------------------------------------*/
body.admmem-invoice .entry-content ul {
	margin-left: 1.5em;
}
.admmem_invoice_details {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 1em;
}
.admmem_invoice_details p {
	margin: 0 0 .5em 0;
	padding: 0;
}
/*---------------------------------------
	Membership Account
---------------------------------------*/
#admmem_account .admmem_box {
	border-top: 1px solid #CCC;
	margin: 1em 0;
	padding: 1em 0;
}
#admmem_account .admmem_box h3 {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}
#admmem_account .admmem_box p {
	margin: .5em 0 0 0;
	padding: 0;
}
#admmem_account .admmem_box ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
#admmem_account #admmem_account-membership { }
#admmem_account #admmem_account-profile { }
#admmem_account #admmem_account-billing { }
#admmem_account #admmem_account-invoices { }
#admmem_account #admmem_account-links { }
.admmem_actionlinks a {
	display: inline-block;
	margin-right: .5rem;
	text-decoration: none;
}
.admmem_actionlinks a:last-child {
	margin-right: 0;
}
.admmem_hidden {
	display: none;
}
li.admmem_more {
	list-style-type: none;
	margin-left: -20px;
	padding-left: 0;
	text-align: center;
}
/*---------------------------------------
	Membership Levels
---------------------------------------*/
#admmem_levels_table {
	background: #FFF;
}
#admmem_levels_table .admmem_btn {
	display: block;
}
/*---------------------------------------
	Misc
---------------------------------------*/
.admmem_a-right {
	float: right;
	font-size: 11px;
	text-align: right;
	text-decoration: underline;
	width: auto;
}
.admmem_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;
}
.admmem_red {
	color: #CC0000;
}
.admmem_grey {
	color: #999;
}
.top1em {
	margin-top: 1em;
}
.bot1em {
	margin-bottom: 1em;
}
.bot0em {
	margin-bottom: 0em;
}
.clear {
	clear: both;
}
.admmem_small {
	font-size: .8em;
}
@media (max-width:768px) {
	form.admmem_form input[type=text].input, form.admmem_form input[type=password].input {
		width: 90%;
	}
	form.admmem_form input[type=text]#other_discount_code, form.admmem_form input[type=text]#CVV, form.admmem_form input[type=text]#discount_code {
		width: 40%;
	}
	form.admmem_form #admmem_payment_information_fields .admmem_thead-msg {
		float: none;
		margin-bottom: 10px;
		text-align: left;
		text-wrap: normal;
		white-space: normal;
	}
	#admmem_payment_information_fields .admmem_checkout-fields-display-seal {
		display: block;
	}
	form.admmem_form .admmem_btn {
		display: block;
		width: 100%;
	}
	form.admmem_form #admmem_processing_message {
		text-align: center;
	}
	.admmem_invoice_details {
		display: block;
	}
}



.admmembership-table-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2.6em;
    color: #FFF;
    margin-top: 15px;
    text-align: left;
    margin-bottom: 25px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

.admmembership-table-title a {
    font-size: 0.6em;
}

.clearfix:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    clear: both;
}
/** ========================
 * Contenedor
 ============================*/
.admmembership-wrapper {
    width: 960px;
    margin: 40px auto 0;
}

.admmembership-table {
    margin: 0 10px;
    text-align: center;
    width: 300px;
    float: left;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.4);
    box-shadow: 0 0 15px rgba(0,0,0,0.4);
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.admmembership-table:hover {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);
}

.admmembership-title {
    color: #FFF;
    background: #e95846;
    padding: 20px 0;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
    margin: 0;
}

.admmembership-table.recommended .admmembership-title {
    background: #2db3cb;
}

.admmembership-table.recommended .pricing-action {
    background: #2db3cb;
}

.admmembership-table .price {
    background: #403e3d;
    color: #fff;
    font-weight: 700;
    padding: 20px 0;
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

.admmembership-table .price sup {
    font-size: 0.4em;
    position: relative;
    left: 5px;
}

.table-list ul{
    background: #FFF;
    color: #403d3a;
    padding: 0;
    list-style: none;
}

.table-list li {
    font-weight: 700;
    padding: 12px 8px;
}

.table-list li:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #3fab91;
    display: inline-block;
    position: relative;
    right: 5px;
    font-size: 16px;
} 

.table-list li span {
    font-weight: 400;
}

.table-list li span.unlimited {
    color: #FFF;
    background: #e95846;
    font-size: 0.9em;
    padding: 5px 7px;
    display: inline-block;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    border-radius: 38px;
}


.table-list li:nth-child(2n) {
    background: #F0F0F0;
}

.table-buy {
    background: #FFF;
    padding: 15px;
    text-align: left;
    overflow: hidden;
}

.table-buy p {
    float: left;
    color: #37353a;
    font-weight: 700;
    font-size:16px;
    width:70%;
    line-height: 17px;
}


.table-buy p sup {
    font-size: 0.5em;
    position: relative;
    left: 5px;
}

.table-buy .pricing-action {
    float: right;
    color: #FFF;
    background: #e95846;
    padding: 10px 16px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-weight: 700;
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.table-buy .pricing-action:hover {
    background: #cf4f3e;
}

.recommended .table-buy .pricing-action:hover {
    background: #228799;    
}

/** ================
 * Responsive
 ===================*/
 @media only screen and (min-width: 768px) and (max-width: 959px) {
    .admmembership-wrapper {
        width: 768px;
    }

    .admmembership-table {
        width: 236px;
    }
    
    .table-list li {
        font-size: 1.3em;
    }

 }

 @media only screen and (max-width: 767px) {
    .admmembership-wrapper {
        width: 420px;
    }

    .admmembership-table {
        display: block;
        float: none;
        margin: 0 0 20px 0;
        width: 100%;
    }
 }

@media only screen and (max-width: 479px) {
    .admmembership-wrapper {
        width: 300px;
    }
} 