@charset "UTF-8";
/* CSS Document */

.pmpro_login_wrap h2 {
    display: none;
}
.pmpro_checkout-field.pmpro_payment-discount-code,
.pmpro_checkout-fields-rightcol.pmpro_sslseal {
	display: none !important;
}

body[class^="pmpro-"] .site-content-contain {
    /* margin-top: var(--header-height); */
	/* padding-top: 3%; */
	/* padding-bottom: 3%; */
}

form#loginform, form#pms_login {
    width: 100%;
    max-width: 600px;
}

form.pmpro_form .lite {
    color: #d6d6d6;
}
a#pmpro_actionlink-cancel {
    display: none !important;
}


#pmpro_license {
	width: 100%;
} 

#pmpro_form .pmpro_checkout h2,
#pmpro_form .pmpro_checkout h3 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 1em;
    border-bottom: 1px solid #999;
}

.pmpro_checkout h2 span.pmpro_checkout-h2-msg {
    font-size: 15px;
}
.pmpro_checkout h3 span.pmpro_checkout-h3-name {
    font-size: inherit;
    display: inline-block;
    margin: 0 0.5rem 1rem 0;
    margin-bottom: 1rem;
}

#pmpro_tos_fields .pmpro_checkout-fields,
form.pmpro_form .pmpro_checkout-fields div,
#pmpro_payment_method .pmpro_checkout-fields {
    padding: 0 0.937em;
}

#pmpro_payment_method .pmpro_checkout-fields span {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
}

#pmpro_payment_method .pmpro_checkout-fields span a {
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
}

#pmpro_payment_information_fields .pmpro_checkout-fields-display-seal {
    grid-template-columns: 4fr;
    grid-column-gap: 0;
}

form.pmpro_form .pmpro_checkout-fields div {
    margin: 0 0 0.5em;
}

input, input[type=email], input[type=password], input[type=text], textarea {
    height: 3em;
}

.streamit-pmpro-checkout #pmpro_billing_address_fields {
    padding-top: 0em;
}

.streamit-page-header {
    margin-bottom: 2em;
    margin-top: 2em;
}

.pmpro_checkout {
    margin-bottom: 1em;
}
body.pmpro-checkout h2 {
	font-size: 20px;
}
#pmpro_license {
    /* background: #ccc; */
}
body #pmpro_license b, body #pmpro_license strong {
    color: #fff;
}
div#pmpro_tos_fields {
    margin-top: 20px;
}

#pmpro_license .iq-blog-box 
#pmpro_license .iq-blog-detail blockquote p, 
#pmpro_license .wp-block-pullquote.is-style-solid-color blockquote cite, 
#pmpro_license b, 
#pmpro_license strong {
color: #333;
}

#pmpro_vat_table .pmpro_checkout-fields .pmpro_checkout-field {
    width: 100%;
}

.streamit-pmpro-checkout .select2-container .select2-selection--single {
    height: 42px;
    line-height: 42px;
    background-color: #ffffff!important;
    border-radius: var(--border-radius-three);
}
.streamit-pmpro-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: inherit;
    color: #333;
}
.streamit-pmpro-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}
body.pmpro-confirmation .wrap-btn-invoice {
    display: none !important;
}

/* FATTURA */
body.pmpro-invoice {
    background: #ffffff;
}
body.pmpro-invoice .streamit-pmpro-invoice .pmpro_invoice_details.pmpro_invoice-info {
    background: #fff;
}

body.pmpro-invoice .wrap-btn-invoice a,
body.pmpro-invoice h1, 
body.pmpro-invoice h2, 
body.pmpro-invoice h3, 
body.pmpro-invoice h4, 
body.pmpro-invoice h5, 
body.pmpro-invoice h6,
body.pmpro-invoice .iq-blog-box .iq-blog-detail blockquote p, 
body.pmpro-invoice .wp-block-pullquote.is-style-solid-color blockquote cite, 
body.pmpro-invoice b, 
body.pmpro-invoice strong {
    color: #333;
}

