@charset "UTF-8";
:root {
--pmpro--base--border-radius: 8px;
--pmpro--base--spacing--small: 12px;
--pmpro--base--spacing--medium: 18px;
--pmpro--base--spacing--large: 36px;
--pmpro--color--accent: #0c3d54;
--pmpro--color--base: #ffffff;
--pmpro--color--base-2: #ededed;
--pmpro--color--contrast: #222222;
--pmpro--color--border: #777777;
--pmpro--color--info-background: #d9edf7;
--pmpro--color--info-border: #bce8f1;
--pmpro--color--info-text: #31708f;
--pmpro--color--info-link: #245269;
--pmpro--color--success-background: #d4edda;
--pmpro--color--success-border: #c3e6cb;
--pmpro--color--success-text: #0F441C;
--pmpro--color--success-link: #2b542c;
--pmpro--color--error-background: #f8d7da;
--pmpro--color--error-border: #f5c6cb;
--pmpro--color--error-text: #721c24;
--pmpro--color--error-link: #843534;
--pmpro--color--alert-background: #fff8e0;
--pmpro--color--alert-border: #ffeeba;
--pmpro--color--alert-text: #6C5101;
--pmpro--color--alert-link: #66512c;
--pmpro--color--alert2-background: #ffecd9;
--pmpro--color--alert2-border: #ffddb1;
--pmpro--color--alert2-text: #995d1d;
--pmpro--color--alert2-link: #a65e3a;
} .pmpro_message {
background-color: var(--pmpro--color--info-background);
border: 1px solid var(--pmpro--color--info-border);
border-radius: var(--pmpro--base--border-radius);
color: var(--pmpro--color--info-text);
font-weight: 400;
margin: var(--pmpro--base--spacing--medium) 0;
padding: var(--pmpro--base--spacing--small) var(--pmpro--base--spacing--medium);
text-align: left;
}
.pmpro_message.pmpro_success {
background-color: var(--pmpro--color--success-background);
border-color: var(--pmpro--color--success-border);
color: var(--pmpro--color--success-text);
}
.pmpro_message.pmpro_error {
background-color: var(--pmpro--color--error-background);
border-color: var(--pmpro--color--error-border);
color: var(--pmpro--color--error-text);
}
.pmpro_message.pmpro_alert {
background-color: var(--pmpro--color--alert-background);
border-color: var(--pmpro--color--alert-border);
color: var(--pmpro--color--alert-text);
}
.pmpro_message a {
color: var(--pmpro--color--info-link);
text-decoration: underline;
}
.pmpro_success a {
color: var(--pmpro--color--success-link);
}
.pmpro_error a {
color: var(--pmpro--color--error-link);
}
.pmpro_alert a {
color: var(--pmpro--color--alert-link);
}
.pmpro_message p {
margin: 0 0 var(--pmpro--base--spacing--small);
padding: 0;
}
.pmpro_message p:last-of-type {
margin-bottom: 0;
} .pmpro_captcha {
margin: var(--pmpro--base--spacing--large) 0;
}
.pmpro_captcha div {
clear: none;
margin: 0;
}
.pmpro_form_label-inline {
display: inline-block;
}
.pmpro {
.pmpro_form_input-text.pmpro_form_input-error,
.pmpro_form_input-email.pmpro_form_input-error,
.pmpro_form_input-url.pmpro_form_input-error,
.pmpro_form_input-password.pmpro_form_input-error,
.pmpro_form_input-search.pmpro_form_input-error,
.pmpro_form_input-select.pmpro_form_input-error,
.pmpro_form_input-checkbox.pmpro_form_input-error,
.pmpro_form_input-radio.pmpro_form_input-error,
.pmpro_form_input-multiselect.pmpro_form_input-error,
.pmpro_form_input-number.pmpro_form_input-error,
.pmpro_form_input-file.pmpro_form_input-error,
.pmpro_form_input-date.pmpro_form_input-error,
.pmpro_form_input-textarea.pmpro_form_input-error {
border-color: var(--pmpro--color--error-border);
box-shadow: 0 0 0 0.2rem #f8d7da;
}
} .pmpro_form_field-checkbox .pmpro_form_label {
cursor: pointer;
display: inline;
width: auto;
}
.pmpro_form_field-checkbox input[type="checkbox"] {
height: auto;
opacity: 1;
width: auto;
}
.pmpro_form_field-checkbox-grouped ul {
list-style: none;
margin: 0;
padding: 0;
}
.pmpro_form_field-checkbox-grouped li {
list-style: none;
margin: 0;
padding: 0;
} .pmpro_form_field-radio-item {
margin-bottom: 0;
}
.pmpro_form_field-radio-item .pmpro_form_label {
cursor: pointer;
display: inline-block;
width: auto;
} .pmpro_form_field-date select {
max-width: unset;
width: unset;
}
.pmpro_form_field-date input[type="text"] {
margin-left: var(--pmpro--base--spacing--small);
max-width: unset;
width: unset;
} .pmpro_form_field-file button {
margin-right: var(--pmpro--base--spacing--small);
}
.pmpro_form_field-file-preview img {
height: auto;
width: 200px;
} #pmpro_payment_information_fields .pmpro_form_fields label {
display: block;
float: none;
max-width: initial;
min-width: initial;
text-align: left;
width: auto;
}
button[type="button"]#other_discount_code_toggle,
button[type="button"]#other_discount_code_toggle:hover,
button[type="button"]#other_discount_code_toggle:focus {
background: none;
border: none;
color: inherit;
cursor: pointer;
font-family: inherit;
font-size: inherit;
margin: 0;
padding: 0;
text-decoration: underline;
}
#pmpro_tos_fields input[type="checkbox"]#tos {
width: auto;
} #pmpro_payment_method span.gateway_paypalexpress {
margin-left: var(--pmpro--base--spacing--large);
}
[id^="pmpro_paypal"] .pmpro_btn-submit-checkout-paypal-image {
background-image: url(//solidtec.com.br/wp-content/plugins/paid-memberships-pro/images/paypal-color.svg);
background-repeat: no-repeat;
background-size: contain;
display: inline-block;
height: 30px;
width: 100px;
} .pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields .pmpro_payment-request-button h3,
.pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields .pmpro_payment-request-button h3 {
margin: var(--pmpro--base--spacing--medium) 0 var(--pmpro--base--spacing--small);
padding: 0;
}
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#AccountNumber,
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#Expiry,
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#CVV,
.pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#AccountNumber,
.pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#Expiry,
.pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#CVV {
border: 1px solid var(--pmpro--color--border);
padding: var(--pmpro--base--spacing--small);
} .pmpro_invoice_details .pmpro_invoice-billing-address {
display: flex;
flex-direction: column;
}
.pmpro_price_part_span {
display: flex;
font-weight: normal;
justify-content: space-between;
}
.pmpro_price_part-total {
font-weight: 700;
} .pmpro_list {
#pmpro_order_single-meta-bill_to {
word-break: break-all;
}
}
.pmpro_list.pmpro_list-plain,
.pmpro_list.pmpro_list-plain .pmpro_list_item {
list-style: none;
margin: 0;
padding: 0;
}
.pmpro_list.pmpro_list-bulleted {
list-style-type: disc;
margin: 0;
padding: 0 0 0 var(--pmpro--base--spacing--medium);
}
.pmpro_list.pmpro_list-bulleted .pmpro_list_item {
margin: 0;
padding: 0;
}
.pmpro_list .pmpro_list_item:not(:last-child) {
margin-bottom: var(--pmpro--base--spacing--small);
} #pass-strength-result {
border: 1px solid var(--pmpro--color--border);
border-radius: var(--pmpro--base--border-radius);
color: inherit;
font-size: 16px;
margin: 0;
padding: calc( var(--pmpro--base--spacing--small) / 3 ) var(--pmpro--base--spacing--small);
text-align: center;
width: 100%;
box-sizing: border-box;
opacity: 0;
}
#pass-strength-result.short {
background-color: var(--pmpro--color--error-background);
border-color: var(--pmpro--color--error-border);
color: var(--pmpro--color--error-text);
opacity: 1;
}
#pass-strength-result.bad {
background-color: var(--pmpro--color--alert2-background);
border-color: var(--pmpro--color--alert2-border);
color: var(--pmpro--color--alert2-text);
opacity: 1;
}
#pass-strength-result.good {
background-color: var(--pmpro--color--alert-background);
border-color: var(--pmpro--color--alert-border);
color: var(--pmpro--color--alert-text);
opacity: 1;
}
#pass-strength-result.strong {
background-color: var(--pmpro--color--success-background);
border-color: var(--pmpro--color--success-border);
color: var(--pmpro--color--success-text);
opacity: 1;
}
.pass1.short, .pass1-text.short {
border-color: var(--pmpro--color--error-border);
}
.pass1.bad, .pass1-text.bad {
border-color: var(--pmpro--color--alert2-border);
}
.pass1.good, .pass1-text.good {
border-color: var(--pmpro--color--alert-border);
}
.pass1.strong, .pass1-text.strong {
border-color: var(--pmpro--color--success-border);
}
.pw-weak {
display: none;
}
.indicator-hint {
padding-top: 8px;
}
.wp-pwd [type="text"],
.wp-pwd [type="password"] {
margin-bottom: 0; min-height: 30px;
} .pmpro_form_field-password-toggle button,
.pmpro_form_field-password-toggle button:hover,
.pmpro_form_field-password-toggle button:focus,
.pmpro_form_field-password-toggle button:active {
align-items: center;
background: transparent;
border: none;
box-shadow: none;
box-sizing: border-box;
color: var(--pmpro--color--contrast);
display: flex;
flex-direction: row;
gap: calc( var(--pmpro--base--spacing--small) / 2 );
line-height: 1;
margin: 0;
min-height: 1px;
padding: 0;
}
.pmpro_form_field-password-toggle button:focus,
.pmpro_form_field-password-toggle button:active {
color: var(--pmpro--color--contrast);
} .wp-pwd input::-ms-reveal {
display: none;
}
.pass1-text,
.show-password #pass1 {
display: none;
}
.pass1-text::-ms-clear {
display: none;
}
.show-password #pass1-text {
display: inline-block;
} .pmpro_table {
border-collapse: collapse;
margin: 0;
width: 100%;
}
.pmpro_table-fixed {
table-layout: fixed;
} .pmpro_tag {
border-radius: var(--pmpro--base--border-radius);
border: 1px solid var(--pmpro--color--border);
font-size: 14px;
font-weight: 600;
line-height: 20px;
padding: calc( var(--pmpro--base--spacing--small) / 3 ) var(--pmpro--base--spacing--small);
text-align: center;
}
.pmpro_tag-success {
background-color: var(--pmpro--color--success-background);
border-color: var(--pmpro--color--success-border);
color: var(--pmpro--color--success-text);
}
.pmpro_tag-error {
background-color: var(--pmpro--color--error-background);
border-color: var(--pmpro--color--error-border);
color: var(--pmpro--color--error-text);
}
.pmpro_tag-alert {
background-color: var(--pmpro--color--alert-background);
border-color: var(--pmpro--color--alert-border);
color: var(--pmpro--color--alert-text);
} #wpadminbar #wp-admin-bar-pmpro-admin-membership-access {
background-color: #1d2327;
}
#wpadminbar .pmpro_admin-view {
display: inline-block;
padding: 0 5px;
}
#wpadminbar .menupop .ab-item:has(.pmpro_admin-view) + .ab-sub-wrapper {
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
padding: 10px;
}
#wpadminbar .menupop .ab-item:has(.pmpro_admin-view) + .ab-sub-wrapper ul li .ab-item {
height: auto;
}
#wpadminbar .menupop .ab-item:has(.pmpro_admin-view) + .ab-sub-wrapper p {
color: #fff;
line-height: 1.5;
margin-bottom: 5px;
white-space: normal;
}
#wpadminbar .menupop .ab-item:has(.pmpro_admin-view) + .ab-sub-wrapper select {
background-color: #fff;
border-radius: 6px;
line-height: 1.5;
padding: 5px 8px;
}
#wpadminbar .ab-item:has(.pmpro_admin-view-yes),
#wpadminbar .ab-top-menu > li.hover > .ab-item:has(.pmpro_admin-view-yes),
#wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item:has(.pmpro_admin-view-yes),
#wpadminbar:not(.mobile) .ab-top-menu > li > .ab-item:has(.pmpro_admin-view-yes):focus,
#wpadminbar .menupop .ab-item:has(.pmpro_admin-view-yes) + .ab-sub-wrapper {
background-color: #0F441C;
color: #fff;
}
#wpadminbar .ab-item:has(.pmpro_admin-view-no),
#wpadminbar .ab-top-menu > li.hover > .ab-item:has(.pmpro_admin-view-no),
#wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item:has(.pmpro_admin-view-no),
#wpadminbar:not(.mobile) .ab-top-menu > li > .ab-item:has(.pmpro_admin-view-no):focus,
#wpadminbar .menupop .ab-item:has(.pmpro_admin-view-no) + .ab-sub-wrapper {
background-color: #721c24;
color: #fff;
}
#wpadminbar .pmpro_admin-view .ab-icon {
margin-right: 3px;
}
#wpadminbar .pmpro_admin-view .ab-icon:before,
#wpadminbar li:hover .pmpro_admin-view .ab-icon:before,
#wpadminbar li.hover .pmpro_admin-view .ab-icon:before {
color: #fff;
}
#wpadminbar .pmpro_admin-view-current .ab-icon:before,
#wpadminbar li:hover .pmpro_admin-view-current .ab-icon:before,
#wpadminbar li.hover .pmpro_admin-view-current .ab-icon:before {
color: inherit;
} .pmpro_actions_nav:not(#pmpro_login .pmpro_actions_nav) {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.pmpro_actions_nav-left {
flex: 1;
order: 1;
text-align: left;
}
.pmpro_actions_nav-right {
flex: 1;
order: 2;
text-align: right;
} .pmpro_pad-s {
padding: var(--pmpro--base--spacing--small);
}
.pmpro_pad-m {
padding: var(--pmpro--base--spacing--large);
}
.pmpro_pad-l {
padding: var(--pmpro--base--spacing--large);
}
.pmpro_spacer {
margin: var(--pmpro--base--spacing--medium) 0;
min-height: 1px;
}
.pmpro_form .pmpro_spacer {
margin-top: var(--pmpro--base--spacing--large);
}
.pmpro_clickable {
cursor: pointer;
}
.pmpro_asterisk abbr,
.pmpro_asterisk abbr[title] {
border: none;
color: var(--pmpro--color--error-text);
cursor: default;
text-decoration: none;
}
.pmpro_hidden {
display: none;
} @media print {
.pmpro {
.pmpro_actions_nav:not(.pmpro_login_wrap .pmpro_actions_nav),
.pmpro_actions_nav-right,
.pmpro_actions_nav-left,
.pmpro_card_actions,
.pmpro_hide_print {
display: none;
}
h2, h3 {
page-break-after: avoid;
}
}
} @media screen and (max-width: 767px) {
.pmpro_reset_password_wrap form.pmpro_form #pass-strength-result,
form.pmpro_form .pmpro_change_password-fields #pass-strength-result {
max-width: 90%;
}
.pmpro_actions_nav {
text-align: center;
}
.pmpro_actions_nav-left,
.pmpro_actions_nav-right {
flex-basis: 100%;
text-align: center;
}
.pmpro_table thead {
display: none;
}
.pmpro_table tbody tr th,
.pmpro_table tbody tr td,
.pmpro_table tfoot tr td {
display: grid;
grid-template-columns: 1fr 2fr;
}
.pmpro_table-fixed tbody tr th,
.pmpro_table-fixed tbody tr td,
.pmpro_table-fixed tfoot tr td {
grid-template-columns: 1fr 1fr;
}
.pmpro_table tbody tr th::before,
.pmpro_table tbody tr td::before,
.pmpro_table tfoot tr td::before {
content: attr(data-title) ": ";
}
.pmpro_table_cancel tbody tr td:last-child,
.pmpro_levels_table tbody tr td:last-child {
display: block;
}
.pmpro_table_cancel tbody tr td:last-child::before,
.pmpro_levels_table tbody tr td:last-child::before {
content: "";
}
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 1024px) {
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields #payment-request-button {
max-width: 50%;
}
}
@media screen and (min-width: 1280px) {
}:root {
--pmpro--color--white: #fff;
--pmpro--box-shadow: 2px 2px 7px rgba( 0, 0, 0, 0.07 );
} .pmpro {
color: var(--pmpro--color--contrast); .pmpro_section {
margin: calc( var(--pmpro--base--spacing--large) * 2 ) 0;
}
.pmpro_section:first-of-type {
margin-top: 0;
}
.pmpro_section_title {
font-weight: 700;
margin: 0;
padding: 0;
} .pmpro_card {
background-color: var(--pmpro--color--base);
border: 1px solid var(--pmpro--color--border--variation);
border-radius: var(--pmpro--base--border-radius);
box-shadow: var(--pmpro--box-shadow);
display: flex;
flex-direction: column;
margin: var(--pmpro--base--spacing--medium) 0;
overflow: hidden;
}
.pmpro_card_title {
color: var(--pmpro--color--contrast);
font-weight: 700;
margin: 0;
padding: var(--pmpro--base--spacing--large) var(--pmpro--base--spacing--large) 0;
}
.pmpro_card_content {
padding: var(--pmpro--base--spacing--small) var(--pmpro--base--spacing--large) var(--pmpro--base--spacing--large);
p:not(.pmpro_form_hint) {
margin: var(--pmpro--base--spacing--small) 0;
padding: 0;
}
p:last-of-type {
margin-bottom: 0;
}
}
.pmpro_card_actions {
background-color: rgba( 0, 0, 0, 0.04 );
border-bottom: 1px solid var(--pmpro--color--border--variation);
padding: var(--pmpro--base--spacing--small) var(--pmpro--base--spacing--large);
}
.pmpro_card_content + .pmpro_card_actions {
border-top: 1px solid var(--pmpro--color--border--variation);
border-bottom: none;
}
.pmpro_card_actions button {
}
.pmpro_card_action_separator {
margin: 0 calc( var(--pmpro--base--spacing--small) / 2 );
opacity: 0.25;
} .pmpro_heading-with-avatar {
align-items: center;
display: flex;
font-weight: 700;
gap: var(--pmpro--base--spacing--small);
} .pmpro_message {
box-shadow: var(--pmpro--box-shadow);
} .pmpro_btn {
background-color: var(--pmpro--color--accent);
border: 1px solid var(--pmpro--color--accent);
border-radius: var(--pmpro--base--border-radius);
box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
box-sizing: border-box;
color: var(--pmpro--color--base);
cursor: pointer;
display: inline-block;
font-size: 16px;
font-weight: 700;
letter-spacing: normal;
line-height: 1.5;
min-height: 40px;
outline: 0;
padding: var(--pmpro--base--spacing--small) var(--pmpro--base--spacing--medium);
text-align: center;
text-decoration: none;
text-rendering: geometricprecision;
text-transform: none;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: middle;
transition: background-color 0.2s, color 0.2s;
}
.pmpro_btn:hover,
.pmpro_btn:focus {
background-color: var(--pmpro--color--accent--variation);
background-position: 0 0;
border-color: var(--pmpro--color--accent--variation);
color: var(--pmpro--color--base);
}
.pmpro_btn:active {
opacity: .7;
}
.pmpro_btn-outline {
background-color: transparent;
color: var(--pmpro--color--accent);
}
.pmpro_btn-outline:hover,
.pmpro_btn-outline:focus {
background-color: transparent;
border-color: var(--pmpro--color--accent--variation);
color: var(--pmpro--color--accent--variation);
}
.pmpro_btn-delete {
background-color: var(--pmpro--color--error-text);
border-color: var(--pmpro--color--error-text);
}
.pmpro_btn-delete:hover,
.pmpro_btn-delete:focus {
background-color: var(--pmpro--color--error-link);
border-color: var(--pmpro--color--error-link);
}
.pmpro_btn-cancel {
background-color: transparent;
border-color: var(--pmpro--color--border);
box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
color: var(--pmpro--color--contrast);
}
.pmpro_btn-cancel:hover,
.pmpro_btn-cancel:focus {
background-color: var(--pmpro--color--border--variation);
border-color: var(--pmpro--color--border);
color: var(--pmpro--color--contrast);
}
.pmpro_btn-plain,
.pmpro_btn-plain:hover,
.pmpro_btn-plain:focus,
.pmpro_btn-plain:active {
background: 0 0;
border: 1px solid transparent;
box-shadow: none;
cursor: pointer;
font-size: 14px;
margin: 0;
padding: 0;
}
.pmpro_btn-print {
align-items: center;
color: var(--pmpro--color--accent);
display: inline-flex;
gap: calc( var(--pmpro--base--spacing--small) / 2 );
justify-content: space-between;
text-decoration: underline;
}
.pmpro_btn-print:hover {
color: var(--pmpro--color--accent--variation);
} .pmpro_form {
margin: 0;
}
.pmpro_section:has(.pmpro_form) .pmpro_card_content {
padding-top: var(--pmpro--base--spacing--large);
}
.pmpro_section:has(.pmpro_form) .pmpro_card_title + .pmpro_card_content {
padding-top: var(--pmpro--base--spacing--small);
}
.pmpro_form_fieldset {
border: 0;
margin: 0;
padding: 0;
}
.pmpro_form_legend {
border: none;
margin: 0 0 var(--pmpro--base--spacing--medium);
padding: 0;
}
.pmpro_form_heading {
font-weight: 700;
margin: var(--pmpro--base--spacing--large) 0 0;
padding: 0;
}
.pmpro_card_content .pmpro_form_heading {
margin-top: 0;
}
.pmpro_form_fields {
display: flex;
flex-direction: column;
gap: var(--pmpro--base--spacing--medium);
}
.pmpro_form_fields-inline {
align-items: center;
display: flex;
flex-direction: row;
gap: calc( var(--pmpro--base--spacing--small) / 2 );
}
.pmpro_form_field {
display: flex;
flex-direction: column;
gap: calc( var(--pmpro--base--spacing--small) / 2 );
}
.pmpro_form_label {
margin: 0;
padding: 0;
}
.pmpro_form_label:not(.pmpro_form_label-inline) {
display: block;
font-weight: 500;
}
.pmpro_form_input {
background-color: var(--pmpro--color--base);
border: 1px solid var(--pmpro--color--border);
border-radius: var(--pmpro--base--border-radius);
box-shadow: none;
box-sizing: border-box;
color: var(--pmpro--color--contrast);
font-size: 16px;
height: auto;
line-height: 1.5;
margin: 0;
min-height: auto;
outline: none;
padding: var(--pmpro--base--spacing--small);
}
.pmpro_form_input-textarea {
font-family: inherit;
width: 100%;
}
.pmpro_form_input-select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-image: url('data:image/svg+xml;utf8,<svg height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
background-position: right var(--pmpro--base--spacing--small) center;
background-repeat: no-repeat;
background-size: 16px 16px;
padding-right: calc(var(--pmpro--base--spacing--small) + 20px);
}
.pmpro_form_input-text:focus,
.pmpro_form_input-email:focus,
.pmpro_form_input-url:focus,
.pmpro_form_input-password:focus,
.pmpro_form_input-search:focus,
.pmpro_form_input-select:focus,
.pmpro_form_input-checkbox:focus,
.pmpro_form_input-radio:focus,
.pmpro_form_input-multiselect:focus,
.pmpro_form_input-number:focus,
.pmpro_form_input-file:focus,
.pmpro_form_input-date:focus,
.pmpro_form_input-textarea:focus {
background-color: var(--pmpro--color--base);
border-color: #80BDFF;
box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
outline: none;
word-break: initial;
}
.pmpro_form_hint {
display: block;
font-size: 14px;
margin: 0;
opacity: 0.75;
padding: 0;
}
.pmpro_form_field-checkbox {
.pmpro_form_label {
align-items: first baseline;
display: flex;
flex-direction: row;
gap: calc( var(--pmpro--base--spacing--small) / 2 );
}
}
.pmpro_form_field-radio-item {
align-items: baseline;
flex-direction: row;
flex-wrap: nowrap;
.pmpro_form_hint {
flex: 0 0 100%;
}
}
.pmpro_form_field-radio-item:not(:last-of-type) {
margin-bottom: calc( var(--pmpro--base--spacing--small) / 2 );
}
.pmpro_form_field-checkbox-grouped {
.pmpro_form_field-checkbox-grouped-item {
align-items: first baseline;
display: flex;
flex-direction: row;
gap: calc( var(--pmpro--base--spacing--small) / 2 );
}
}
.pmpro_form_input-multiselect {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.pmpro_form_input-file {
border: 3px dashed var(--pmpro--color--border--variation);
border-radius: var(--pmpro--base--border-radius);
padding: var(--pmpro--base--spacing--small) var(--pmpro--base--spacing--medium);
width: 100%;
} .pmpro_form_field-password-toggle {
align-items: center;
display: flex;
font-weight: 500;
justify-content: space-between;
margin: 0;
padding: 0;
}
.pmpro_form_field-password-toggle button,
.pmpro_form_field-password-toggle button:hover,
.pmpro_form_field-password-toggle button:focus,
.pmpro_form_field-password-toggle button:active {
align-items: center;
background: transparent;
border: none;
box-shadow: none;
box-sizing: border-box;
color: var(--pmpro--color--accent);
display: flex;
flex-direction: row;
font-size: 16px;
gap: calc( var(--pmpro--base--spacing--small) / 2 );
line-height: 1;
margin: 0;
min-height: 1px;
padding: 0;
}
.pmpro_form_field-password-toggle button:focus,
.pmpro_form_field-password-toggle button:active {
box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
color: var(--pmpro--color--accent--variation);
outline: none;
}
.pmpro_form_field-password-toggle .pmpro_icon-eye {
display: block;
height: 20px;
width: 20px;
}
.pmpro_form_field-password-toggle button:focus .pmpro_icon-eye svg,
.pmpro_form_field-password-toggle button:active .pmpro_icon-eye svg {
stroke: var(--pmpro--color--accent--variation);
}
.pmpro_form_field-select2 {
display: block;
}
.pmpro_form_field-select2 .pmpro_form_label {
margin-bottom: calc( var(--pmpro--base--spacing--small) / 2 );
}
.pmpro_form_field-select2 .pmpro_form_hint {
margin-top: calc( var(--pmpro--base--spacing--small) / 2 );
}
.pmpro_payment-expiration #ExpirationMonth,
.pmpro_payment-expiration #ExpirationYear {
flex-grow: 1;
}
.pmpro_payment-discount-code #pmpro_discount_code {
flex-grow: 1;
}
#other_discount_code_fields {
margin-bottom: var(--pmpro--base--spacing--small);
}
#pmpro_tos_fields {
margin: var(--pmpro--base--spacing--medium) 0;
}
#pmpro_tos_fields #pmpro_license {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.pmpro_form_submit {
align-items: center;
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: var(--pmpro--base--spacing--medium);
margin-top: var(--pmpro--base--spacing--medium);
}
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#AccountNumber,
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#Expiry,
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#CVV,
.pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#AccountNumber,
.pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#Expiry,
.pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#CVV {
background-color: var(--pmpro--color--white);
border-radius: var(--pmpro--base--border-radius);
padding: calc( var(--pmpro--base--spacing--small) + 3px );
}
[id^="pmpro_paypal"] .pmpro_btn-submit-checkout-paypal {
align-items: center;
background-color: #ffc439;
border-color: #ffc439;
color: #000;
display: flex;
flex-direction: row;
gap: calc( var(--pmpro--base--spacing--small) / 2 );
justify-content: center;
}
[id^="pmpro_paypal"] .pmpro_btn-submit-checkout-paypal:hover {
background-color: #ffb60a;
border-color: #ffb60a;
} #loginform {
margin-bottom: 0;
}
#loginform input[type="submit"] {
width: 100%;
}
.pmpro_section:has(#loginform) .pmpro_card_content:not(.widget .pmpro_section:has(#loginform) .pmpro_card_content) {
padding-top: var(--pmpro--base--spacing--large);
}
.pmpro_section #loginform .login-username,
.pmpro_section #loginform .login-password,
.pmpro_section #loginform .login-remember {
display: flex;
flex-direction: column;
gap: calc( var(--pmpro--base--spacing--small) / 2 );
margin: 0 0 var(--pmpro--base--spacing--medium);
padding: 0;
}
.pmpro_section #loginform label:not(.pmpro_section #loginform .login-remember label) {
align-items: center;
display: flex;
font-weight: 500;
justify-content: space-between;
margin: 0;
padding: 0;
}
.pmpro_section #loginform .input {
background-color: var(--pmpro--color--base);
border: 1px solid var(--pmpro--color--border);
border-radius: var(--pmpro--base--border-radius);
box-shadow: none;
box-sizing: border-box;
color: var(--pmpro--color--contrast);
font-size: 16px;
line-height: 1.5;
margin: 0;
min-height: auto;
outline: none;
padding: var(--pmpro--base--spacing--small);
}
.pmpro_section #loginform .input:focus {
background-color: var(--pmpro--color--base);
border-color: #80BDFF;
box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
outline: none;
word-break: initial;
}
.pmpro_section #loginform .login-remember {
align-items: baseline;
flex-direction: row;
flex-wrap: wrap;
}
.pmpro_section #loginform .login-submit {
margin: var(--pmpro--base--spacing--medium) 0 0;
}
.pmpro_section #loginform .login-submit .button {
background-color: var(--pmpro--color--accent);
border: 1px solid var(--pmpro--color--accent);
border-radius: var(--pmpro--base--border-radius);
box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
box-sizing: border-box;
color: var(--pmpro--color--base);
cursor: pointer;
display: inline-block;
font-size: 16px;
font-weight: 700;
letter-spacing: normal;
line-height: 1.5;
min-height: 40px;
outline: 0;
padding: var(--pmpro--base--spacing--small) var(--pmpro--base--spacing--medium);
text-align: center;
text-decoration: none;
text-rendering: geometricprecision;
text-transform: none;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: middle;
transition: background-color 0.2s, color 0.2s;
}
.pmpro_section #loginform .login-submit .button:hover,
.pmpro_section #loginform .login-submit .button:focus {
background-color: initial;
background-position: 0 0;
border-color: var(--pmpro--color--accent);
color: var(--pmpro--color--accent);
}
.pmpro_section #loginform .login-submit .button:active {
opacity: .7;
} #pmpro_user_fields .pmpro_form_field-password:has(.pmpro_form_field-password-toggle),
.pmpro_section #loginform .login-password {
align-items: center;
display: grid;
grid-template-areas:
"label toggle"
"input input";
grid-template-columns: 1fr auto;
}
#pmpro_user_fields .pmpro_form_field-password:has(.pmpro_form_field-password-toggle) label,
.pmpro_section #loginform .login-password label {
grid-area: label;
}
#pmpro_user_fields .pmpro_form_field-password:has(.pmpro_form_field-password-toggle) input,
.pmpro_section #loginform .login-password input {
grid-area: input;
}
#pmpro_user_fields .pmpro_form_field-password .pmpro_form_field-password-toggle,
.pmpro_section #loginform .login-password .pmpro_form_field-password-toggle {
grid-area: toggle;
justify-self: end;
}
#resetpassform .pmpro_cols-2 {
container: resetpassform / inline-size;
}
@container resetpassform (max-width: 620px) {
#resetpassform .pmpro_cols-2 {
flex-direction: column;
}
#resetpassform .pmpro_cols-2 > * {
width: 100%;
}
} .pmpro_list.pmpro_cols-3 {
.pmpro_list_item {
margin-bottom: 0;
}
li:not(.pmpro_list_item) {
border-top: 1px solid var(--pmpro--color--border--variation);
padding-top: var(--pmpro--base--spacing--medium);
grid-column: span 3;
}
}
.pmpro_list_item_label {
font-weight: 700;
}
.pmpro_list-with-labels {
.pmpro_list_item_label {
display: block;
font-weight: 400;
opacity: 0.75;
}
.pmpro_list_item_value {
font-weight: 700;
}
} .pmpro_table {
background-color: var(--pmpro--color--base);
border: none;
text-align: left;
thead th {
background-color: var(--pmpro--color--base);
border: none;
padding: var(--pmpro--base--spacing--small);
vertical-align: text-bottom;
}
tbody th,
tbody td,
tfoot td  {
background-color: var(--pmpro--color--base);
border-color: var(--pmpro--color--border--variation);
border-width: 1px 0 0 0;
border-style: solid;
font-weight: normal;
padding: var(--pmpro--base--spacing--small);
vertical-align: middle;
}
} #pmpro_account-membership-none {
.pmpro_card_content {
padding-top: var(--pmpro--base--spacing--large);
p {
margin: 0;
}
}
}
#pmpro_account-membership {
.pmpro_account-membership-message {
border-top: 1px solid var(--pmpro--color--border--variation);
margin-top: var(--pmpro--base--spacing--large);
padding-top: var(--pmpro--base--spacing--large);
> *:first-child {
margin-top: 0;
padding-top: 0;
}
}
}
#pmpro_account-links {
.pmpro_card_content {
padding-top: var(--pmpro--base--spacing--large);
.pmpro_list {
margin-bottom: 0;
}
}
} .pmpro_levels_table {
table-layout: fixed;
}
.pmpro_level td p:first-of-type {
margin-top: 0;
}
.pmpro_level .pmpro_btn {
display: block;
text-decoration: none;
} [id^="pmpro_billing-"] .pmpro_card .pmpro_card {
background-color: transparent;
border: none;
border-radius: unset;
box-shadow: none;
margin: 0;
.pmpro_card_content {
padding: 0;
}
} .pmpro_table_orders .pmpro_tag {
display: block;
}
#pmpro_order_single {
.pmpro_card_actions {
text-align: right;
}
h2 {
align-items: center;
display: flex;
flex-wrap: wrap;
gap: var(--pmpro--base--spacing--small);
justify-content: space-between;
}
.pmpro_list-with-labels {
.pmpro_list_item_label {
font-weight: 700;
opacity: 1;
}
}
.pmpro_table {
thead th {
white-space: nowrap;
}
thead th:not(th:first-of-type),
tbody td,
tfoot td {
text-align: right;
}
tfoot tr:last-of-type td {
font-weight: 700;
}
}
}
.pmpro_price_part-total {
border-top: 1px solid var(--pmpro--color--border--variation);
margin-top: var(--pmpro--base--spacing--small);
padding-top: var(--pmpro--base--spacing--small);
} .pmpro_logged_in_welcome_wrap .menu {
display: flex;
flex-direction: column;
list-style: none;
margin: 0;
padding: 0;
}
.pmpro_logged_in_welcome_wrap .menu-item {
display: block;
margin: 0 0 calc( var(--pmpro--base--spacing--small) / 2 );
} .pmpro_content_message .pmpro_card_title {
align-items: center;
display: flex;
gap: var(--pmpro--base--spacing--small);
}
.pmpro_content_message:has(.pmpro_card_title) .pmpro_card_content {
padding-top: 0;
}
.pmpro_content_message .pmpro_card_content h2 {
margin: 0;
padding: 0;
}
.pmpro_content_message .pmpro_card_content p {
margin: var(--pmpro--base--spacing--medium) 0;
padding: 0;
}
.pmpro_content_message .pmpro_card_content p:last-of-type {
margin-bottom: 0;
}
.pmpro_content_message .pmpro_card_content .pmpro_btn {
text-decoration: none;
}
.pmpro_content_message .pmpro_card_actions {
padding-right: var(--pmpro--base--spacing--large);
padding-left: var(--pmpro--base--spacing--large);
} .pmpro_pagination {
align-items: center;
display: flex;
gap: var(--pmpro--base--spacing--small);
justify-content: center;
margin: var(--pmpro--base--spacing--medium) 0;
a {
background-color: var(--pmpro--color--base);
border: 1px solid var(--pmpro--color--border--variation);
border-radius: var(--pmpro--base--border-radius);
color: var(--pmpro--color--contrast);
padding: 2px var(--pmpro--base--spacing--small);
text-decoration: none;
transition: background-color 0.2s, border-color 0.2s, color 0.2s;
&:hover {
background-color: var(--pmpro--color--accent--variation);
border-color: var(--pmpro--color--accent--variation);
color: var(--pmpro--color--base);
}
}
span {
background-color: var(--pmpro--color--base);
border: 1px solid var(--pmpro--color--border--variation);
border-radius: var(--pmpro--base--border-radius);
color: var(--pmpro--color--contrast);
padding: 2px var(--pmpro--base--spacing--small);
}
.pmpro_pagination-current {
background-color: var(--pmpro--color--accent);
color: var(--pmpro--color--base);
cursor: default;
font-weight: 700;
}
.pmpro_pagination-disabled {
background-color: var(--pmpro--color--base--variation);
border-color: var(--pmpro--color--border--variation);
color: var(--pmpro--color--contrast--variation);
cursor: not-allowed;
opacity: 0.7;
}
.pmpro_pagination-dots {
background: none;
border: none;
color: var(--pmpro--color--contrast--variation);
padding: 0;
}
.pmpro_pagination-previous {
margin-right: 0;
}
.pmpro_pagination-next {
margin-left: 0;
}
} .avatar {
border: 1px solid var(--pmpro--color--border--variation);
border-radius: 50%;
box-shadow: var(--pmpro--box-shadow);
margin: 0;
padding: 0;
}
.pmpro_cols-2,
.pmpro_cols-3 {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: var(--pmpro--base--spacing--medium);
}
.pmpro_cols-2 > * {
width: calc( 50% - calc( var(--pmpro--base--spacing--medium) / 2 ) );
}
.pmpro_cols-3 > * {
width: calc( 33.333333% - calc( var(--pmpro--base--spacing--medium) * 2 / 3 ) );
}
.pmpro_font-x-large {
font-size: 32px;
line-height: 1.4;
}
.pmpro_font-large {
font-size: 24px;
line-height: 1.5;
}
.pmpro_font-medium {
font-size: 16px;
line-height: 1.6;
}
.pmpro_font-small {
font-size: 14px;
line-height: 1.5;
}
.pmpro_tag-discount-code {
border-style: dashed;
}
.pmpro_divider {
background-color: var(--pmpro--color--border--variation);
height: 1px;
margin: var(--pmpro--base--spacing--medium) 0;
}
.pmpro_form .pmpro_divider {
margin-top: var(--pmpro--base--spacing--large);
}
} .rtl {
.pmpro_form_field-password-toggle {
padding: 0 0 0 var(--pmpro--base--spacing--small);
}
} @media print {
.pmpro {
font-size: 12pt;
.pmpro_section {
margin: var(--pmpro--base--spacing--medium) 0;
}
.pmpro_card_title {
padding: var(--pmpro--base--spacing--small) var(--pmpro--base--spacing--small) 0;
}
.pmpro_card_content {
padding: var(--pmpro--base--spacing--small) var(--pmpro--base--spacing--small) var(--pmpro--base--spacing--small);
}
.pmpro_section:has(.pmpro_form) .pmpro_card_content {
padding-top: var(--pmpro--base--spacing--small);
}
.pmpro_font-x-large {
font-size: 18pt;
}
.pmpro_font-large {
font-size: 14pt;
}
.pmpro_font-medium {
font-size: 14pt;
}
}
} @media print {
.pmpro {
.pmpro_card {
background-color: transparent;
border: none;
box-shadow: none;
}
.pmpro_card_title,
.pmpro_card_content,
.pmpro_section:has(.pmpro_form) .pmpro_card_title + .pmpro_card_content {
padding: 0;
}
.pmpro_form_legend {
margin-bottom: 0;
}
}
} @media screen and (max-width: 767px) {
.pmpro {
.pmpro_table {
tbody tr th:first-child,
tbody tr td:first-child {
border-top-width: 4px;
padding-top: var(--pmpro--base--spacing--large);
}
tbody tr th:last-child,
tbody tr td:last-child {
padding-bottom: var(--pmpro--base--spacing--large);
}
tbody tr:first-child th:first-child,
tbody tr:first-child td:first-child {
border-top: none;
}
}
#pmpro_order_single {
.pmpro_table {
thead th:not(th:first-of-type),
tbody td,
tfoot td {
text-align: left;
}
tbody tr:first-child th {
display: block;
}
tbody tr:first-child th:before {
display: none;
}
tfoot td:first-of-type {
display: none;
}
}
}
.pmpro_table_cancel {
border-bottom: 1px solid var(--pmpro--color--border--variation);
}
.pmpro_table_cancel tbody tr td {
border-width: 0;
padding-top: 0;
}
.pmpro_cols-2,
.pmpro_cols-3 {
display: flex;
flex-direction: column;
gap: var(--pmpro--base--spacing--medium);
}
.pmpro_cols-2 > *,
.pmpro_cols-3 > * {
width: auto;
}
#pmpro_user_fields .pmpro_form_field-password:has(.pmpro_form_field-password-toggle) {
width: 100%;
}
}
}
 *{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}
h1,h2,h3,h4,h5,h6 { font-weight:800; line-height:1.2 }
.artigo h1{font-size: 28px;}
.artigo h2{font-size: 24px;}
.artigo h3{font-size: 22px;}
.artigo h4{font-size: 20px;}
.artigo h5{font-size: 18px;}
.artigo h6{font-size: 16px;}
.artigo-space{
margin-bottom: -15px;
}
.titulo-h4{margin-bottom: 10px;}
.small-txt{font-size: 12px;}
input::placeholder{
color: #797979;
font-weight: bold;
}
.hidecheckbox{
display: none!important;
}
.hideicondesktop{
display: none;
}
.gotopbtn{
position: fixed;
width: 50px;
height: 50px;
background: #27ae60;
bottom: 70px;
right: 50px;
display: none;
text-decoration: none;
text-align: center;
line-height: 50px;
color: white;
font-size: 22px;
}
.aligncenter img{
display: block;
margin-left: auto;
margin-right: auto;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.video_embed{
text-align:center;
width:100%;
}
.titulo{
margin: 20px 0;
color: #36393c;
}
.height100{
height: 100% !important;
}
.icon a{
margin: 5px 5px;
padding: 5px 10px;
text-decoration: none;
}
.icon{
display: inline-grid;
} .center{
max-width: 1100px;
margin: 0 auto;
padding: 0 2%;
}
.center-img{
display: flex;
justify-content: center; align-items: center; }
.center900{
max-width: 900px;
margin: 0 auto;
padding: 0 2%;
}
.centrar{
text-align: center;
}
.clear{
clear: both;
}
.centrar100{
width: 100%;
margin: 80px 0 50px 0;
}
.centrar100-no-margin{
width: 100%;
margin: 20px 0 10px 0;
}
.largura100 a{
width: 100%;
text-align: center;
}
.w50{
float: left;
width: 50%;
padding: 0 15px;
}
.w33{
float: left;
width: 33%;
padding: 0 15px;
}
.w70{
float: left;
width: 70%;
padding: 0 15px;
}
.w200{
float: left;
width: 200px;
padding: 0 15px;
}
.w300{
max-width: 300px;
}
.height116{
height: 116px !important;
}
.space{
margin-top: 50px;
}
.space10{
margin-top: 10px;
}
.space20{
margin-top: 20px;
}
.style404{
margin: 0 auto;
}
.style404 h1{
font-size: 140px;
text-align: center;
color: #F6F3F3;
}
.style404 h2{
font-size: 50px;
text-align: center;
color: #F6F3F3;
}
.flex-content{
display: flex;
}
.linha50{
background-image: linear-gradient(114deg, #250e8a, #00f9f7);
height: 50px;
}
.cinza{
background: #efecec;
padding: 20px;
}
.chamada-branco{
color: white;
}
.chamada-branco h1{
font-size: 22px;
padding: 10px;
text-align: center;
}
.chamada-branco p{
font-size: 18px;
padding: 10px;
text-align: center;
line-height: 1em;	
}
.chamada-cinza{
color: #545F6C;
}
.chamada-cinza h1{
font-size: 22px;
padding: 10px;
text-align: center;
}
.chamada-cinza p{
font-size: 18px;
padding: 10px;
text-align: center;
line-height: 1em;
} img{
max-width: 100%;
}
section.topo{
background-image: linear-gradient(114deg, #250e8a, #00f9f7);
padding-top: 40px;
padding-bottom: 80px;
}
section.topo > .center > .mockup img{
width: 350px; }
.fontawesome{
font-size: 150px;
text-align: center;
color: white;
opacity: 0.4;
}
.logo a{
color: white;
text-decoration: none;
}
.logo{
float: left;
transform: translateY(-50%);
position: absolute;
top: 50%;
}
.logo img{
max-width: 250px;
max-height: 100px;
} .menu-mobile{
display: none;
}  .sameheight{
height: 100px;
position: relative;
}
.menu-desktop > .top-bar{
list-style-type: none;
margin: 0;
padding: 0; }
.menu-desktop > .top-bar li a {
padding: 0 1px;
margin: 0 10px;
color: white;
opacity: 0.8;
font-size: 16px;
font-weight: bold;
text-decoration: none;
}
.menu-desktop > .top-bar li{
position: relative;
display: inline-block; }
.menu-desktop > .top-bar .sub-menu li{
display: grid;
border-bottom: 2px solid rgba(255,255,255,0.1);
padding: 8px 0;
}
.menu-desktop > .top-bar li a:hover {
opacity: 1;
}
.menu-desktop > .top-bar li:first-child a {
padding-left: 0;
}
.menu-desktop > .top-bar li:last-child a {
padding-right: 0;
}
.menu-desktop{
display: flex;
justify-content: flex-end;
max-width: 770px;
padding: 20px;
transform: translateY(-50%);
position: absolute;
top: 50%;
right: 0;
z-index: 2;
}
.menu-desktop .busca:checked ~ .menu-desktop {
transform: none;
}	
.menu-desktop > .top-bar li .sub-menu {
list-style-type: none;
display: none;
position: absolute;
top: 100%;
left: 0;
background: rgb(30 159 205);
margin: 0;
padding: 5px 10px;
width: 200px;
border-top: 2px solid rgba(255,255,255,0.8);
line-height: 135%;
box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
z-index: 9;
}
.menu-desktop > .top-bar > .menu-item-has-children:hover > .sub-menu{
display: block;
}
.menu-desktop > .top-bar > .menu-item-has-children > a::after {
content: "▼"; 
font-size: 12px;
padding-left: 5px;
}
.menu-desktop .top-bar > .menu-item-has-children .sub-menu > .menu-item-has-children:hover .sub-menu{
display: block;
}
.menu-desktop > .top-bar .sub-menu li .sub-menu {
left: 100%;
top: 10%;
width: 190px; }
.menu-desktop .busca {
display: none;
}
.menu-desktop .menu-busca i{
color: white;
opacity: 0.8;
margin-left: 5px;
}
.menu-desktop .menu-busca:hover i{
opacity: 1;
}
.menu-desktop .busca:checked ~ .popup-busca {
height: 100%; width: 100%;
display: block;
}
.menu-desktop > .popup-busca{
display: none;
}
.menu-desktop > .popup-busca i{
font-size: 40px;
padding: 10px 20px;	
}
.menu-desktop > .popup-busca input{
width: 100%;
}
.menu-desktop .busca:checked ~ .menu-busca i {
transform: rotate(45deg);
top:0;
}
.menu-desktop .menu-busca {
cursor: pointer;
float: right;
position: relative;
user-select: none;
}
.menu-fixo {
position: fixed;
top: 0;
width: 100%;
z-index: 9999;
left: 0;
background-image: linear-gradient(114deg, #250e8a, #00f9f7);
padding: 10px 13% 10px 13%;
margin: 0 auto;
transition: all .4s ease-out;
}
.hover{
z-index: 9999;
}
.menu-fixo > .menu-desktop{
padding-top: 20px;
}
.popup-busca{
display: inline-block;
background-color: #000;
position: fixed !important; 
top: 0;
left: 0;
z-index: 999999;
box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
background-color: rgb(29,151,201,0.9);
border-radius: 10px;
border: 6px solid rgba(255,255,255,0.1);
padding: 10px 5px;
}
.popup-busca > .center > .chamada{
width: 800px;
margin: 300px auto;
} .chamada{
color: white;
}
.chamada input[type=email], .chamada input[type=text]{
padding-left: 40px;
background-color: #fffcfc;
color: #666667;
}
.chamada form{
margin: 10px 0 -20px 0;
}
.chamada input{
margin-top: 2px;
font-weight: bold;
border: 2px solid;
border-color: #e5e7e8;
font-size: 16px;
color: #fff;
padding: 14px;
border-radius: 8px;
width: 100%;
display: block;
height: 45px;
}
.aviso-artigo{
padding-left: 5px !important;
margin-top: 24px !important;
text-align: left !important;
} .form-news span{
vertical-align: baseline;
font-size: 14px;
}
.chamada input[type=submit]{
border-color: #3cb961;
background-color: #46cc6e;
padding-top: 8px;
margin-top: 5px;
}
.chamada input[type=submit]:hover{
background-color: #3bb35f;
}
.chamada h1{
font-size: 35px;
line-height: 40px;
}
.chamada h2{
font-size: 25px;
line-height: 30px;
}
.chamada h3{
font-size: 20px;
line-height: 25px;
}
.chamada p{
font-size: 20px;
line-height: 1em;
margin-top: 10px;
}
.mockup img{
max-width: 100%;
}
section.avenger-news{
position: relative;
top: -50px;
max-width: 1100px;
margin: 0 auto;
padding: 10px 0px 120px 0px;
background: white;
border: 2px solid #f5f5f5;
box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
}
section.avenger-news-rodape{
position: relative;
max-width: 100%;
margin: 100px auto;
padding: 10px 0px 120px 0px;
background: white;
border: 2px solid #f5f5f5;
}
.texto-news{
color: #545f6c;
}
.texto-news h2{
font-size: 18px;
font-weight: 22px;
margin-top: 10px
}
.texto-news p{
font-size: 16px; 
font-weight: 14px;
}
.form-news form{ }
.form-news input[type=email]{
background-color: #fffcfc;
color: #3e464f;
width: 240px;
padding-left: 40px;
}
.form-news input[type=submit]{
border-color: #3cb961;
background-color: #46cc6e;
padding-top: 8px;
}
.form-news input[type=submit]:hover{
background-color: #3bb35f;
}
.form-news input{
margin-top: 2px;
font-weight: bold;
border: 2px solid;
border-color: #e5e7e8;
font-size: 16px;
color: #fff;
padding: 14px;
border-radius: 5px;
display: inline-block;
height: 45px;
}
section.artigos-avenger{
padding: 30px 0;
}
section.promocoes h1{
font-size: 38px;
line-height: 45px;
color: #545f6c;
text-align: center;
}
section.promocoes h2{
font-size: 35px;
line-height: 35px;
color: #545f6c;
text-align: center;
}
section.promocoes h3{
font-size: 30px;
line-height: 31px;
color: #545f6c;
text-align: center;
}
section.promocoes h4{
font-size: 25px;
line-height: 25px;
color: #545f6c;
text-align: center;
font-weight: 400;
}
section.artigos-avenger{
font-size: 35px;
line-height: 40px;
color: #545f6c;
text-align: center;
}
section.artigos-avenger, section.promocoes p{
font-size: 18px;
line-height: 30px;
color: #545f6c;
text-align: center;
font-weight: bold;
}
.grelha-bloco{
display: flex;
flex-wrap: wrap;
margin-top: 10px;
} .img-container img{
object-fit: cover;
object-position: 100% 0;
width: 100%;
height: 185px; 
}
.img-container{
height: 185px; 
}
.com-tres-mini .img-container img{
height: 100%;
}
article.bloco-unico{ }
article.bloco-unico h3{
font-weight: bold;
font-size: 16px;
line-height: 16px;
padding: 5px 10px;
}
.no-image{
height: 185px;
max-width: 100%;
background: rgba(0,0,0,0.1);
}
.grelha-bloco > .bloco-unico > .no-image h1{
color: white;
padding: 50px 30px;
opacity: 0.8;
text-align: left;
font-size: 30px;
}
.bloco-unico{
text-align: center;
margin: 10px;
background-color: #f5f5f5;
box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
padding-bottom: 10px;
height: 380px;
position: relative;
}
.bloco-unico:hover{
box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2);
}
.grelha-bloco > .bloco-unico h2{
font-size: 18px;
line-height: 22px;
color: #545f6c;
text-align: center;
margin-top: 10px;
padding: 0 10px;
}
.grelha-bloco > .bloco-unico p{
font-size: 16px;
line-height: 20px;
color: #545f6c;
text-align: center;
font-weight: 400;
margin-bottom: 10px;
padding: 0 20px;
}
.bloco-unico img{
max-width: 100%;
}
.bloco-unico a{
color: inherit;
padding: 0 0;
border: 0;
margin-top: 0;
text-decoration: none;
background: none;
box-shadow: 0 0 0 0;
}
.btler a, .chamada a{
text-decoration: none;
color: white;
background: #46cc6e;
display: inline-block;
margin-top: 8px;
padding: 6px 12px;
border-radius: 5px;
font-weight: 500;
border: 1px solid rgba(255,255,255,0.1);
box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
}
.thumbnail img{
object-fit: cover;
height: 179px;
width: 100%;
}
.artigo-info{
position: relative;
margin-top: -50px; 
background: rgba(0,0,0,0.7);
padding: 5px 5px;
}
.artigo-info span{
color: white;
font-weight: lighter;
font-size: 10px;
line-height: 1em;
}
.btler a:hover{
background: #3CB961;
}
#lerpost{
position: absolute;
bottom: 20px;
left: 32.4%;
}
.com-tres{
width: 31%;
}
.com-dois{
width: 45%;
}
.com-tres-mini{
width: 29%;
}
.com-quatro{
width: 25%;
}
.paginacao{
display: flex;
flex-wrap: wrap;
margin-top: 40px;
}
.paginacao a{
text-decoration: none;
color: white;
background: #46cc6e;
display: inline-block;
margin-top: 8px;
padding: 6px 10px;
border-radius: 5px;
font-weight: bold;
border: 2px solid rgba(255,255,255,0.1);
}
.pag-geral{
margin: 2px;
}
.pag-ativa{
opacity: 1;
}
.pag-inativa{
opacity: 0.7;
}
section.avenger-slider{
background-color: #000;
padding: 30px 0;
}
.avenger-slider img{
max-width: 100%;
}
.slider-container{
margin: 40px 0; 
overflow: hidden;
}
.slider-box{
display: inline-block;
}
.slider-box > .chamada a{
margin: 70px 0 20px 0;
}
section.sobre-autor{
text-align: center;
max-width: 100%;
padding: 20px 0;
}
section.sobre-autor img{
width: 70px;
height: 70px;
border-radius: 50%;
}
section.sobre-autor p{
margin: 20px 0;
}
section.sobre-autor h2{
margin-top: 60px;
}
footer{
position: relative;
padding-top: 30px;
padding-bottom: 60px;
background: white;
}
footer > .center{
display: flex;
flex-wrap: wrap;
}
.col-rodape a{
text-decoration: none;
display: block;	
}
.col-rodape ul{
list-style-type: none;
}
.col-rodape h2, .conteudo-rodape h2{
font-size: 25px;
line-height: 40px;
color: #545f6c;
}
.col-rodape h2, .conteudo-rodape a{
text-decoration: none;
}
.col-rodape p{
font-size: 18px;
line-height: 20px;
color: #545f6c;
text-align: center;
}
.conteudo-rodape p{
font-size: 14px;
line-height: 16px;
color: #545f6c;
text-align: center;
}
section.obrigado > .conteudo-rodape p{
font-size: 14px;
line-height: 16px;
color: #545f6c;
text-align: center;
}
.conteudo-rodape{
text-align: center;
padding-top: 20px;
}
.conteudo-rodape img{
max-height: 100px;
max-width: 100px;
padding-top: 50px;
padding-bottom: 20px;
} .c1{
width: 30%; }
.c2{
width: 30%; }
.c3{
width: 30%; }
.c4{
width: 25%;
} .avenger-widget img{
max-width: 100%;
} .artigo-topo{
padding: 0 60px;
}
.artigo-topo h1, .categoria-topo h1{
color: white;
padding: 5px 0;
margin: 5px 0;
}
.categoria-topo p{
color: white;
font-size: 16px;
}
.artigo-topo a{
color: white;
background: rgba(0,0,0,0.2);
padding: 5px 10px;
text-decoration: none;
font-weight: bold;
border-radius: 5px;
font-size: 14px;
}
.artigo-topo ul{
list-style-type:none;
display: flex;
}
.artigo-topo li{
margin-right: 5px;
}
.artigo-topo > .leitura{
color: white;
}
.leitura {
font-size: 14px;
}
.autor-artigo {
display: -webkit-box;
}
.textwidget img{
height: auto;
}
.autor-artigo p{
padding: 0 12px;
padding-top: 16px;
padding-bottom: 50px;
color: white;
line-height: 19px;
font-size: 14px;
}
.autor-artigo img, .widget-sobre-autor img{
margin: 10px 0;
border-radius: 50%;
}
.conteudo-artigo{
width: 100%;
margin: 20px 0;
padding: 15px;
}
.partilha{
list-style: none;
margin: 10px 0;
}
.artigo {
font-size: 18px;
}
.artigo p{
margin: 30px 0;
line-height: 1.2;
}
.artigo img{
padding: 10px 0;
height: auto;
}
.artigo .aligncenter img{
display: block;
margin-left: auto;
margin-right: auto;
}
.artigo ul, .artigo ol{
padding-left: 20px;
}
.artigo > .resumo{
padding: 20px;
background: #EFECEC;
border: 1px solid rgba(0,0,0,0.1);
}
.artigo > .resumo h2{
font-size: 18px;
color: #403c3c;
font-weight: lighter;
}
.captura-artigo{
display: flex;
margin: 30px;
border: 1px solid rgba(0,0,0,0.1);
box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
}
.captura-artigo .chamada .cta_link, .sidebar-blocos .chamada .cta_link{
text-align: center;
width: 100%;
}
.isca{
height: 100%;
width: 100%;
white-space: nowrap;
text-align: center;
margin: 1em 0;
}
.helper {
display: inline-block;
height: 100%;
vertical-align: middle;
}
.seta{
background-color: #fff;
transform: rotate(-45deg);
width: 20px;
height: 20px;
margin-right: -10px;
margin-top: 200px;
}
.captura-artigo > .w50 > .isca{
margin: 0 10px 0 0;
}
.captura-artigo .isca img{
vertical-align: middle;
max-height: 100%;
max-width: 100%;
} .widget-sobre-autor{
display: flex;
justify-content: center;
align-items: center;
}
.post-container{
display: flex; }
.com-sidebar{
max-width: 72%;
width: 100%;
}
.sidebar{
margin-top: 20px; 
max-width: 28%;
width: 100%;
}
.sidebar .acf_widget_avenger_widget_author p{ padding: 0 10px;
}
.sidebar .acf_widget_avenger_widget_author h3{
text-align: center;
padding: 5px 10px;
}
.sidebar .acf_widget_avenger_widget_author{
margin-top: 59px;
}
.esquerda{
float: left;
}
.direita{
float: right;
}
.sidebar ul{
list-style-type: none;
}
.sidebar-blocos{
background: white;
margin-bottom: 20px;
border: 1px solid rgba(0,0,0,0.1);
padding: 15px;
box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
}
.sidebar-blocos a{
text-decoration: none;
}
.sidebar-blocos video{
max-width: 100%;
}
.aviso{
padding-left: 35px;
font-size: 12px;
color: #545F6C;
margin-top: 10px;
text-align: center; 
}
section.topo .aviso{
color: white;
}
.sidebar-blocos > .chamada{
background: #efecec;
margin: -15px -15px -15px -15px;
padding: 10px;
}
.sidebar-blocos > .isca img{
padding: 15px 0;
margin: 0 auto;
width: 100%;
}
.sidebar-blocos > .arrow-up{
text-align: center;
margin-top: -30px;
margin-bottom: -35px;
font-size: 57px;
color: #efecec;
}
.title{
padding: 10px 15px;
background-image: linear-gradient(114deg, #250e8a, #00f9f7);
text-align: center;
margin-bottom: 10px; 
color: white;
margin-left: -15px;
margin-right: -15px;
margin-top: -15px; 
}
.barra-widget{
margin-left: -15px;
margin-right: -15px;
margin-top: -15px;
background-image: linear-gradient(114deg, #250e8a, #00f9f7);
padding: 15px;
}
.barra-widget h1, .barra-widget p{
color: white;
text-align: center;
}
.barra-widget p{
margin-top: 10px;
line-height: 1em; 
font-size: 18px;
}
.sidebar-blocos input[type=submit] {
font-weight: bold;
color: #fff;
background-color: #46cc6e;
border: 2px solid #3cb961;
}
.sidebar-blocos input[type=text] {
border: 2px solid #e5e7e8;
}
.sidebar-blocos input{
margin: 5px;
width: 95%;
font-size: 16px;
padding: 8px 14px 14px 14px;
border-radius: 5px;
display: inline-block;
}
.widget_recent_entries .post-date{
color: #797979;
font-size: 10px;
padding: 2px 2px;
background: rgba(0,0,0,0.1);
border-radius: 5px; 
}
.widget_recent_entries li::before{
content: "\f0a9";
font-weight: 900;
font-size: 16px;
font-family: 'Font Awesome 5 Free';
color: #abb4be;
}
.widget_pages li::before{
content: "\f0a9";
font-weight: 900;
font-size: 16px;
font-family: 'Font Awesome 5 Free';
color: #abb4be;
padding: 0 5px;
}
.widget_text ol{
padding-left: 30px;
}
.widget_media_gallery img{
width: 100%;
height: auto;
}
.barra-widget h1{
font-size: 22px;
}
#sidefixed { 
position: -webkit-sticky;
position: sticky;
top: 0px;
}
.sidebar-blocos .widget-sobre-autor img{
margin: -75px auto 15px auto;
background-image: linear-gradient(114deg, #250e8a, #00f9f7);
padding: 6px;
}
.sidebar-blocos .calendar_wrap{
margin: 0 50px;
}
.sidebar-blocos .calendar_wrap a{
font-weight: bold;
}
.postform{
display: block;
width: 100%;
margin: 0 auto;
font-size: 18px;
}
.botao-sidebar{
color: white;
background: #46cc6e;
padding: 5px 10px;
margin: 15px auto;
display: table;
border-radius: 5px;
border: 2px solid #3cb961;
}
.botao-sidebar a{
color: white;
font-weight: bold;
} .artigos-relacionados p{
text-align: center;
display: table;
max-width: 100%;
background-color: #545F6C;
color: white !important;
border-radius: 5px;
font-size: 16px;
margin-top: 10px;
padding: 4px 8px;
}
section.comentarios-avenger{
padding: 50px 20px;
max-width: 100%;
}
section.comentarios-avenger label{
padding: 10px;
margin-bottom: 10px; 
}
section.comentarios-avenger textarea{
background: rgba(238,238,238,.3);
width: 100%;
border: 1px solid #E9E9E9;
border-radius: 5px;
margin-top: 10px;
padding: 10px;
font-size: 16px;
color: #545F6C;
}
section.comentarios-avenger i{
color: #545F6C;
}
section.comentarios-avenger h4, section.comentarios-avenger h3{
color: #545F6C;
font-size: 22px;
}
.botao-submeter{
cursor: pointer;
height: 45px;
padding: 14px;
border-radius: 5px;
border-color: #3cb961;
background-color: #46cc6e;
padding-top: 8px;
color: #fff;
font-size: 16px;
margin-top: 2px;
font-weight: bold;
border: 2px solid;
}
.comentarios-form p{
padding: 5px 0;
}
.comentarios-form input[type=text], .comentarios-form input[type=email], .comentarios-form input[type=url]{
margin: 5px 10px;
padding: 2px;
}
span.required { 
display:none; 
}
.lista-comentarios{
border-radius: 5px;
margin-top: 5px;
}
.lista-comentarios li{
background: rgba(238,238,238,.3);
border: 2px solid #F8F8F8; 
border-radius: 5px;
padding: 10px;
margin-top: 10px;
list-style-type: none;
}
.lista-comentarios img{
border-radius: 50%;
float: left;
margin: 5px;
}
.lista-comentarios p{
font-size: 16px;
font-weight: 400;
line-height: 1;
padding: 10px 5px;
}
.lista-comentarios .reply a{
color: white;
text-decoration: none;
}
.lista-comentarios .reply{
display: table;
padding: 5px 10px;
border-radius: 5px;
background-color: #46cc6e;
color: #fff;
font-size: 16px;
margin-top: 2px;
font-weight: bold;
border: 2px solid rgba(255,255,255,0.2);
max-width: 100%;
margin: 16px 0;
}
.lista-comentarios .comment-meta a, .lista-comentarios .comment-author a{
text-decoration: none;
}  .barra{
background-image: linear-gradient(114deg, #250e8a, #00f9f7);
z-index: 9998;
position: fixed;
width: 100%;
display: none;
height: 67px;
}
#fbarra{
cursor: pointer;
}
.cima{
text-align: center;
top: 0; 
border-bottom: 2px dashed;
border-color: rgba(255,255,255,0.3);
}
.base{
text-align: center;
bottom: 0;
border-top: 2px dashed;
border-color: rgba(255,255,255,0.3);
}
.barra p{
display: inline-block;
font-weight: normal;
font-size: 18px;
color: white;
margin: 10px 0;
margin-right: 10px;
}
.barra a{
display: inline-block;
padding: 7px 14px;
background-color: #46cc6e;
margin: 10px 0;
border-radius: 20px;
border: 2px solid rgba(255,255,255,0.1);
text-decoration: none;
color: white;
font-weight: bold;
font-size: 18px;
}
.barra a:hover{
background-color: #3CB961;
}
#contador{
background-color: rgba(255,255,255, 0.2);
padding: 7px 10px;
border: 2px solid rgba(255,255,255, 0.5);
border-radius: 20px;
font-weight: bold;
}
.barra i{
display: inline-block;
color: white;
right: 20px;
font-size: 30px;
margin: 17px 0;
margin-left: 100px;
position: fixed;
}  section.pagina{
background-image: linear-gradient(114deg, #250e8a, #00f9f7);
padding-top: 80px;
padding-bottom: 80px;
height: 100vh;
width: 100%;
}
.grelhapontolista i{
display: inline-block;
color: white;
font-size: 18px;
margin: 0 10px;
}
.grelhapontolista p{
display: inline-block;
color: white;
font-size: 18px;
font-weight: bold;
}
.fechar i{
float: right;
right: 25px;
color: white;
font-size: 30px;
position: absolute;
top: 25px;
cursor: pointer;
} .telegram-partilha{
z-index: 999;
margin-top: 0;
position: relative;
}
.telegram-partilha img{
width: 70px;
height: 70px;
border-radius: 50%;
position: fixed;
top: 380px;
left: 35px;
box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
}
.telegram-partilha p{
color: white;
background-color: #00ACE5;
padding: 5px 10px;
border-radius: 5px;
border: 1px solid #0000;
position: fixed;
top: 460px;
left: 30px;
font-size: 12px;
box-shadow: 10px 10px 20px 5px rgba(0,0,0,0.1);
}
.whatsapp p{
background-color: #23d366 !important;
}
.telegram-partilha i{
position: fixed;
top: 360px;
left: 95px;	
color: #7A8C9E;
}
.popup-avenger{
display: inline-block;
width: 800px;
height: 400px;
position: fixed; 
top: 50%;
left: 50%;
margin-top: -240px;
margin-left: -400px;
z-index: 9999;
box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
background-color: rgb(29,151,201,0.9);
border-radius: 10px;
border: 6px solid rgba(255,255,255,0.1);
padding: 10px 5px;
transition: max-height .2s ease-out;
}
.popup-avenger i{
padding: 10px 10px;
font-size: 22px;
color: white;
float: right;
}
.popup-avenger > .center > .w50 i{
float: left;
display: contents;
font-size: 20px;
}
.popup-avenger > .center > .w50 span{
display: contents;
float: left;
color: white;
font-size: 14px;
}
.popup-avenger > .center > .w50 img{
margin-bottom: 20px;
border-radius: 50%;
width: 250px;
height: 250px;
margin-top: 40px;
object-fit: cover;
}
.popup-avenger h2{
display: inline-block;
width: 100%;
line-height: 30px;
float: left;
padding-right: 30px;
margin-top: 15px;
font-size: 28px;
color: white;
margin-bottom: 10px;
}
.popup-avenger p{
display: inline-block;
width: 100%;	
line-height: 22px;
float: left;
padding-right: 30px;
font-size: 20px;
color: white;
margin-bottom: 20px;
}
.popup-avenger a{
float: left;
color: white;
font-size: 24;
padding: 8px 10px;
background-color: #FF6000;
text-decoration: none;
border-radius: 25px;
border: 2px solid rgba(255,255,255,0.1);
font-weight: bold;
} #popup-telegram{
display: none;
}
#close-telegram-icon{
display: none;
}
.telegram-partilha .menu-telegram {
cursor: pointer;
user-select: none;
}
.telegram-partilha .telegram-popup{
display: none;
}
.popup-avenger > i{
cursor: pointer;
}  .brevemente h2, .brevemente p, .brevemente h1{
text-align: center;
padding: 20px 0;
}
.brevemente h1{
font-size: 30px;
}
.brevemente{
height: 100vh;
}
.brevemente > .w300 {
margin: 0 auto;
}  .img-text {
display: flex;
}
.img-text > .w200 img{
width: 200px;
height: auto;
margin-right: 40px;
}
.grelha-vertical{
display: inline-block;
width: 600px;
}
.social-icons i{
text-align: center;
color: black;
background-color: white;
font-size: 26px;
margin: -40px 20px 0 20px;
border-radius: 50%;
border: 1px solid rgba(0,0,0, 0.05);
width: 50px;
height: 50px;
padding: 10px;
}
.social-icons a {
text-decoration: none;
}
#icon-youtube{
color: red;
}
#icon-instagram{
color: #EF4ADA;
}
#icon-facebook{
color: #3752AB;
}
#icon-twitter{
color: #19B2EC;
}
#icon-telegram{
color: #00ACE5;
}
#icon-whatsapp{
color: #46CC6E;
}
.social-icons{
max-width: 880px;
margin: 0 auto;
padding: 0 2%;
text-align: center;
}
.listabotoes{
display: grid;
margin: 20px 220px;	
}
.largura-igual{
display: block;
max-width: 100%;
text-align: center;
}
.listabotoes a{
width: 100%;
text-decoration: none;
font-weight: bold;
max-width: 100%;
color: white;
font-size: 26px;
padding: 10px 20px;
background-color: #2D4B9D;
margin: 10px auto;
border-radius: 20px;
border: 2px solid rgba(255,255,255, 0.5);
}  section.obrigado > .center900{
margin-top: -20px;
background-color: white;
border: 2px solid rgba(0,0,0,0.03);
padding: 20px 20px;
}
section.obrigado h1{
font-size: 35px;
line-height: 40px;
color: #545f6c;
text-align: center;
margin: 20px 0;
}
section.obrigado h2{
font-size: 25px;
line-height: 40px;
color: #545f6c;
padding: 10px 0 0 0;
}
section.obrigado p{
font-size: 18px;
line-height: 24px;
color: #545f6c;
}
section.obrigado > .center900 > .img-text{
margin: 10px 0;
padding: 10px 40px;
}
section.obrigado i{
font-size: 100px;
color: rgba(0,0,0,0.06);
margin: 0 40px;
}   .chamada .input-icon i{
position: absolute;
margin: 15px 13px;
color: #D5D5D5;
} .form-news .input-icon i{
position: absolute;
margin: 17px 13px;
color: #D5D5D5;
} .cadeado-icon i{
position: absolute;
margin: 7px 13px;
font-size: 12px;
}  .slick-dotted ul{
list-style-type:none;
text-align:center;
position:relative;
margin-top:10px
}
.slick-dotted li{
display:inline-block;
margin:0 7px;
}
.slick-dotted button:focus{
outline:0;
}
.slick-dotted li button{
width:16px;
height:16px;
border-radius:8px;
color:#d8d8d8;
border-width:0;
background:#d8d8d8;
opacity:1;
cursor:pointer;
}
li.slick-active button{
background:#0c3f8a;
color:#0c3f8a;
}
.slick-slide:focus{
outline:none;
}
.img-redonda img{
width: 150px;
height: 150px;
object-fit: cover;
margin: 0 40px 20px 0;
border-radius: 50%;
border: 4px solid #fff;
}  .big-icon{
font-size: 190px;
color: #e2e2e2;
}
.removeul li{
list-style-type: none;
} @media screen and (max-width: 768px){
section.topo > .center {margin-top: -100px;}
.w50{width:100%;}
.com-tres{width: 100%;}
.com-tres-mini{width: 100%;}
.c4{width:100%;}
section.avenger-news, section.avenger-news-rodape{ padding-bottom: 255px; }
.form-news input, .form-news input[type=email]{width: 100%;}
.bloco-unico{height: 100%;}
.artigo-info span{ font-size: 14px; }
.img-container img{ height: 100%; }
.img-container{ height: 100%; }
.no-image{ max-height: 100%;}
.thumbnail img {height: 100%; }
#lerpost{position: unset;}
.barra{text-align: center; 	height: auto;}
.barra a{text-align: center;}
.barra p{margin: 1px 0;}
.barra i{float: none; position: absolute;right:20px;}
.cima{top: 70px;}
.gotopbtn{bottom: 190px;right: 0;}
#contador{margin-top: 10px;}
.popup-avenger{width:100%; height: 100%; left:0;top:0;border-radius:0;margin-top:0;margin-left:0;}
.popup-avenger > .center > .w50{ text-align: center; }
.popup-avenger a{width: 100%; height: 100%;}
.popup-avenger p{float: none;}
.popup-avenger h2{float: none;}
.popup-avenger span{float: none;}
.popup-avenger > .center > .w50 img{ height: 200px; width: 200px; }
.menu-desktop{display: none;}
.menu-fixo{display: none;}
.menu-mobile{ display: block; }
.com-sidebar{ max-width: 100%; }
.sidebar{ max-width: 100%; }
.post-container { display: block;}
.img-text{display: grid;}
.img-text img{ margin: 0 auto;}
.img-text h2{text-align: center; margin: 10px;}
.img-text p{text-align: center;}
.social-icons i{margin: -40px 5px 0 5px;}
.social-icons {line-height: 3.5;}
.captura-artigo{display: inline-block;}
.seta{display: none;}
section.comentarios-avenger{ padding: 10px 10px;}
section.obrigado i{margin: 0 auto;}
.mockup img{height: 400px;padding: 40px 0 0 0;object-fit: contain;}
.w33{width: 100%; float: none; text-align: center;}
.w200{width: 100%; float: none; text-align: center;}
.grelha-vertical{width: 100%;}
.listabotoes{margin: 5px 0;}
section.pagina{height: 100%;}
.height116{ height: 100% !important;}
.form-news .aceitar-politicas input{ width: 12px;}
.widget_media_image { text-align: center; }
.acf_widget_avenger_widget_image { text-align: center; }
iframe{ max-width: 100%; max-height: 186px;}
.artigo-topo ul { display: block;}
.artigo-topo li { margin: 8px 0; }
.comentarios-form input[type=text], .comentarios-form input[type=email], .comentarios-form input[type=url]{
width: 100%; 
}
.com-dois {width: 100%;} .w70 {width:100%;} div .logo{
display: none;	
}
.menu-mobile {
background-color: #fff;
box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
position: fixed;
width: 100%;
z-index: 9999;
max-height: 93%;
overflow-y: auto;
}
.menu-mobile ul {
margin: 0;
padding: 0;
list-style: none;
overflow: hidden;
background-color: #fff;
}
.menu-mobile li a {
display: block;
padding: 10px 22px;
font-size: 20px;
font-weight: bold;
color: #424242;
text-decoration: none;
border-top: 2px solid #FEFDFD;
}
.menu-mobile li a:hover,
.menu-mobile .menu-btn:hover {
background-color: rgba(0,0,0,0.03); }
.menu-mobile .logo {
display: block;
float: left;
font-size: 18px;
padding: 14px 20px;
text-decoration: none;
transform: none;
position: unset;
}
.menu-mobile .logo img{
height: 35px;
} .menu-mobile .menu {
clear: both;
max-height: 0;
transition: max-height .2s ease-out;
} .menu-mobile .menu-icon {
cursor: pointer;
float: right;
padding: 28px 20px;
position: relative;
user-select: none;
}
.menu-mobile .menu-busca {
cursor: pointer;
float: right;
padding: 17px 20px;
position: relative;
user-select: none;
}	
.menu-mobile .menu-icon .nav-icon {
background: #333;
display: block;
height: 2px;
position: relative;
transition: background .2s ease-out;
width: 18px;
}
.menu-mobile .menu-icon .nav-icon:before,
.menu-mobile .menu-icon .nav-icon:after {
background: #333;
content: '';
display: block;
height: 100%;
position: absolute;
transition: all .2s ease-out;
width: 100%;
}
.menu-mobile .menu-icon .nav-icon:before {
top: 5px;
}
.menu-mobile .menu-icon .nav-icon:after {
top: -5px;
} .menu-mobile .menu-btn, .menu-mobile .busca {
display: none;
}
.menu-mobile .menu-btn:checked ~ .menu {
max-height: 100%; margin: 0 0 6px 0;
}
.menu-mobile .menu-btn:checked ~ .menu-icon .nav-icon {
background: transparent;
}
.menu-mobile .menu-btn:checked ~ .menu-icon .nav-icon:before {
transform: rotate(-45deg);
top:0;
}
.menu-mobile .menu-btn:checked ~ .menu-icon .nav-icon:after {
transform: rotate(45deg);
top:0;
}
.menu-mobile .busca:checked ~ .menu-busca i {
transform: rotate(45deg);
top:0;
} .menu-mobile > .popup-avenger{
display: none;
}
.menu-mobile > .popup-avenger > .center > .w50{
margin-top: 124px;
}
.menu-mobile > .popup-avenger > .center > .w50 input::placeholder{
color: #C6C6C6;
}
.menu-mobile .busca:checked ~ .popup-avenger {
max-height: 100%; display: block;
} .busca-icon i{
position: absolute;
margin-top: 210px;
left: 33px; 
font-size: 22px;
color: #C6C6C6;
}   .menu-mobile > .menu li .sub-menu {
left: 0;
margin: 0;
padding: 0 10px;
width: 100%;
}
.icon-mobile-menu i{
display: none;
}
.icon-mobile-menu i{
padding-top: 2px; 
font-size: 49px;
}
.icon-mobile-menu{
width: 100%;
}
.menu-item-has-children > .icon-mobile-menu{
display: inline-flex;
}
.menu-item-has-children > .icon-mobile-menu > .hideicondesktop i{
display: block;
position: absolute;
right: 18px;
} .menu-mobile > .menu > .menu-item-has-children > .sub-menu li{
display: none;
} .menu-mobile > .menu > .menu-item-has-children > a::after { content: "▼";
font-size: 16px;
padding-left: 5px;
}  section.topo > .center > .mockup img{
width: 100%; }
.flex-content{
display: block;
}
.menu > .menu-item-has-children > .hideicondesktop{
display: block;
}
.menu > .menu-item-has-children > .hideicondesktop i{
position: absolute;
right: 18px;
font-size: 48px;
transform: translate(10px,-48px);
}
.menu-mobile .menu .menu-item-has-children li{
background: rgba(0,0,0,0.1);
}
.chamada .aceitar-politicas span {
line-height: 11px;
}
.form-news .aceitar-politicas span {
line-height: 11px;
}
.aceitar-politicas input {
transform: scale(1);
}
}.meks-instagram-widget {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
align-content: stretch;
}
.meks-instagram-widget a {
-moz-box-shadow:  none;
-webkit-box-shadow: none;
box-shadow: none;
display: block;
font-size: 0;
border: none;
outline: 0;
margin: 0;
padding: 0;
}
.meks-instagram-widget a img {
-moz-box-shadow:  none;
-webkit-box-shadow: none;
box-shadow: none;
border: none;
outline: 0;
margin: 0;
padding: 0;
}
.meks-instagram-follow-link {
display: block;
margin: 20px 0 0 0;
}
.meks-instagram-follow-link a{
width: 100%;
}
.mks_ig_likes{
font-size: 11px;
display:block;
opacity: .8;
margin-bottom: 5px;
}@font-face {
font-family: "socicon";
src: url(//solidtec.com.br/wp-content/plugins/meks-smart-social-widget/css/fonts/socicon.eot);
src: url(//solidtec.com.br/wp-content/plugins/meks-smart-social-widget/css/fonts/socicon.eot?#iefix) format("embedded-opentype"), url(//solidtec.com.br/wp-content/plugins/meks-smart-social-widget/css/fonts/socicon.woff) format("woff"), url(//solidtec.com.br/wp-content/plugins/meks-smart-social-widget/css/fonts/socicon.ttf) format("truetype"), url(//solidtec.com.br/wp-content/plugins/meks-smart-social-widget/css/fonts/socicon.svg#socicon) format("svg");
font-weight: normal;
font-style: normal;
}
ul.mks_social_widget_ul li a:before {
font-family: "socicon" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
ul.mks_social_widget_ul li:before,
ul.mks_social_widget_ul li:after{
display: none;
}
ul.mks_social_widget_ul li a {
background: none;
display: block;
height: 48px;
width: 48px;
float: left;
margin-right: 5px;
font-size: 0px;
margin-bottom: 5px;
position: relative;
border: none !important;
padding: 0;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
text-decoration: none;
letter-spacing: normal;
}
ul.mks_social_widget_ul li a span {
margin: 0;
padding: 0;
font-size: 0px;
}
ul.mks_social_widget_ul li a:before {
color: #FFF;
}
ul.mks_social_widget_ul li a.soc_rounded {
border-radius: 20%;
}
ul.mks_social_widget_ul li a.soc_circle {
border-radius: 50%;
}
ul.mks_social_widget_ul li:hover a {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
filter: alpha(opacity=70);
opacity: 0.7;
text-decoration: none;
}
ul.mks_social_widget_ul li {
display: inline-block;
vertical-align: top;
border: none !important;
padding: 0;
} ul.mks_social_widget_ul .socicon-aim {
background-color: #e95a00;
}
ul.mks_social_widget_ul .socicon-evernote {
background-color: #77ba2f;
}
ul.mks_social_widget_ul .socicon-cargo {
background-color: #00c462;
}
ul.mks_social_widget_ul .socicon-icloud {
background-color: #fb913f;
}
ul.mks_social_widget_ul .socicon-picasa {
background-color: #444;
}
ul.mks_social_widget_ul .socicon-posterous {
background-color: #f9d560;
}
ul.mks_social_widget_ul .socicon-tencent {
background-color: #389FDA;
}
ul.mks_social_widget_ul .socicon-me2day {
background-color: #4e28ac;
} ul.mks_social_widget_ul .socicon-aim {
background-image: url(//solidtec.com.br/wp-content/plugins/meks-smart-social-widget/img/social_icons/aim_ico.png);
background-repeat: no-repeat;
background-position: center;
}
ul.mks_social_widget_ul .socicon-cargo {
background-image: url(//solidtec.com.br/wp-content/plugins/meks-smart-social-widget/img/social_icons/cargo_ico.png);
background-repeat: no-repeat;
background-position: center;
}
ul.mks_social_widget_ul .socicon-evernote {
background-image: url(//solidtec.com.br/wp-content/plugins/meks-smart-social-widget/img/social_icons/evernote_ico.png);
background-repeat: no-repeat;
background-position: center;
}
ul.mks_social_widget_ul .socicon-icloud {
background-image: url(//solidtec.com.br/wp-content/plugins/meks-smart-social-widget/img/social_icons/icloud_ico.png);
background-repeat: no-repeat;
background-position: center;
}
ul.mks_social_widget_ul .socicon-picasa {
background-image: url(//solidtec.com.br/wp-content/plugins/meks-smart-social-widget/img/social_icons/picasa_ico.png);
background-repeat: no-repeat;
background-position: center;
}
ul.mks_social_widget_ul .socicon-posterous {
background-image: url(//solidtec.com.br/wp-content/plugins/meks-smart-social-widget/img/social_icons/posterous_ico.png);
background-repeat: no-repeat;
background-position: center;
}
ul.mks_social_widget_ul .socicon-tencent {
background-image: url(//solidtec.com.br/wp-content/plugins/meks-smart-social-widget/img/social_icons/tencent_ico.png);
background-repeat: no-repeat;
background-position: center;
}
ul.mks_social_widget_ul .socicon-me2day {
background-image: url(//solidtec.com.br/wp-content/plugins/meks-smart-social-widget/img/social_icons/me2day_ico.png);
background-repeat: no-repeat;
background-position: center;
} ul.mks_social_widget_ul .socicon-500px {
background: #58a9de;
}
ul.mks_social_widget_ul .socicon-500px:before {
content: "\e000"
}
ul.mks_social_widget_ul .socicon-8tracks {
background: #122c4b;
}
ul.mks_social_widget_ul .socicon-8tracks:before {
content: "\e001"
}
ul.mks_social_widget_ul .socicon-airbnb {
background: #ff5a5f;
}
ul.mks_social_widget_ul .socicon-airbnb:before {
content: "\e002"
}
ul.mks_social_widget_ul .socicon-alliance {
background: #144587;
}
ul.mks_social_widget_ul .socicon-alliance:before {
content: "\e003"
}
ul.mks_social_widget_ul .socicon-amazon {
background: #ff9900;
}
ul.mks_social_widget_ul .socicon-amazon:before {
content: "\e004"
}
ul.mks_social_widget_ul .socicon-amplement {
background: #0996c3;
}
ul.mks_social_widget_ul .socicon-amplement:before {
content: "\e005"
}
ul.mks_social_widget_ul .socicon-android {
background: #8ec047;
}
ul.mks_social_widget_ul .socicon-android:before {
content: "\e006"
}
ul.mks_social_widget_ul .socicon-angellist {
background: #000000;
}
ul.mks_social_widget_ul .socicon-angellist:before {
content: "\e007"
}
ul.mks_social_widget_ul .socicon-apple {
background: #B9BFC1;
}
ul.mks_social_widget_ul .socicon-apple:before {
content: "\e008"
}
ul.mks_social_widget_ul .socicon-appnet {
background: #494949;
}
ul.mks_social_widget_ul .socicon-appnet:before {
content: "\e009"
}
ul.mks_social_widget_ul .socicon-baidu {
background: #2629d9;
}
ul.mks_social_widget_ul .socicon-baidu:before {
content: "\e00a"
}
ul.mks_social_widget_ul .socicon-bandcamp {
background: #619aa9;
}
ul.mks_social_widget_ul .socicon-bandcamp:before {
content: "\e00b"
}
ul.mks_social_widget_ul .socicon-battlenet {
background: #0096CD;
}
ul.mks_social_widget_ul .socicon-battlenet:before {
content: "\e00c"
}
ul.mks_social_widget_ul .socicon-mixer {
background: #1FBAED;
}
ul.mks_social_widget_ul .socicon-mixer:before {
content: "\e00d"
}
ul.mks_social_widget_ul .socicon-bebee {
background: #f28f16;
}
ul.mks_social_widget_ul .socicon-bebee:before {
content: "\e00e"
}
ul.mks_social_widget_ul .socicon-bebo {
background: #EF1011;
}
ul.mks_social_widget_ul .socicon-bebo:before {
content: "\e00f"
}
ul.mks_social_widget_ul .socicon-behance {
background: #000000;
}
ul.mks_social_widget_ul .socicon-behance:before {
content: "\e010"
}
ul.mks_social_widget_ul .socicon-blizzard {
background: #01B2F1;
}
ul.mks_social_widget_ul .socicon-blizzard:before {
content: "\e011"
}
ul.mks_social_widget_ul .socicon-blogger {
background: #ec661c;
}
ul.mks_social_widget_ul .socicon-blogger:before {
content: "\e012"
}
ul.mks_social_widget_ul .socicon-buffer {
background: #000000;
}
ul.mks_social_widget_ul .socicon-buffer:before {
content: "\e013"
}
ul.mks_social_widget_ul .socicon-chrome {
background: #757575;
}
ul.mks_social_widget_ul .socicon-chrome:before {
content: "\e014"
}
ul.mks_social_widget_ul .socicon-coderwall {
background: #3E8DCC;
}
ul.mks_social_widget_ul .socicon-coderwall:before {
content: "\e015"
}
ul.mks_social_widget_ul .socicon-curse {
background: #f26522;
}
ul.mks_social_widget_ul .socicon-curse:before {
content: "\e016"
}
ul.mks_social_widget_ul .socicon-dailymotion {
background: #004e72;
}
ul.mks_social_widget_ul .socicon-dailymotion:before {
content: "\e017"
}
ul.mks_social_widget_ul .socicon-deezer {
background: #32323d;
}
ul.mks_social_widget_ul .socicon-deezer:before {
content: "\e018"
}
ul.mks_social_widget_ul .socicon-delicious {
background: #020202;
}
ul.mks_social_widget_ul .socicon-delicious:before {
content: "\e019"
}
ul.mks_social_widget_ul .socicon-deviantart {
background: #c5d200;
}
ul.mks_social_widget_ul .socicon-deviantart:before {
content: "\e01a"
}
ul.mks_social_widget_ul .socicon-diablo {
background: #8B1209;
}
ul.mks_social_widget_ul .socicon-diablo:before {
content: "\e01b"
}
ul.mks_social_widget_ul .socicon-digg {
background: #1d1d1b;
}
ul.mks_social_widget_ul .socicon-digg:before {
content: "\e01c"
}
ul.mks_social_widget_ul .socicon-discord {
background: #7289da;
}
ul.mks_social_widget_ul .socicon-discord:before {
content: "\e01d"
}
ul.mks_social_widget_ul .socicon-disqus {
background: #2e9fff;
}
ul.mks_social_widget_ul .socicon-disqus:before {
content: "\e01e"
}
ul.mks_social_widget_ul .socicon-douban {
background: #3ca353;
}
ul.mks_social_widget_ul .socicon-douban:before {
content: "\e01f"
}
ul.mks_social_widget_ul .socicon-draugiem {
background: #ffa32b;
}
ul.mks_social_widget_ul .socicon-draugiem:before {
content: "\e020"
}
ul.mks_social_widget_ul .socicon-dribbble {
background: #e84d88;
}
ul.mks_social_widget_ul .socicon-dribbble:before {
content: "\e021"
}
ul.mks_social_widget_ul .socicon-drupal {
background: #00598e;
}
ul.mks_social_widget_ul .socicon-drupal:before {
content: "\e022"
}
ul.mks_social_widget_ul .socicon-ebay {
background: #333333;
}
ul.mks_social_widget_ul .socicon-ebay:before {
content: "\e023"
}
ul.mks_social_widget_ul .socicon-ello {
background: #000000;
}
ul.mks_social_widget_ul .socicon-ello:before {
content: "\e024"
}
ul.mks_social_widget_ul .socicon-endomondo {
background: #86ad00;
}
ul.mks_social_widget_ul .socicon-endomondo:before {
content: "\e025"
}
ul.mks_social_widget_ul .socicon-envato {
background: #597c3a;
}
ul.mks_social_widget_ul .socicon-envato:before {
content: "\e026"
}
ul.mks_social_widget_ul .socicon-etsy {
background: #F56400;
}
ul.mks_social_widget_ul .socicon-etsy:before {
content: "\e027"
}
ul.mks_social_widget_ul .socicon-facebook {
background: #3e5b98;
}
ul.mks_social_widget_ul .socicon-facebook:before {
content: "\e028"
}
ul.mks_social_widget_ul .socicon-feedburner {
background: #ffcc00;
}
ul.mks_social_widget_ul .socicon-feedburner:before {
content: "\e029"
}
ul.mks_social_widget_ul .socicon-filmweb {
background: #ffc404;
}
ul.mks_social_widget_ul .socicon-filmweb:before {
content: "\e02a"
}
ul.mks_social_widget_ul .socicon-firefox {
background: #484848;
}
ul.mks_social_widget_ul .socicon-firefox:before {
content: "\e02b"
}
ul.mks_social_widget_ul .socicon-flattr {
background: #F67C1A;
}
ul.mks_social_widget_ul .socicon-flattr:before {
content: "\e02c"
}
ul.mks_social_widget_ul .socicon-flickr {
background: #1e1e1b;
}
ul.mks_social_widget_ul .socicon-flickr:before {
content: "\e02d"
}
ul.mks_social_widget_ul .socicon-formulr {
background: #ff5a60;
}
ul.mks_social_widget_ul .socicon-formulr:before {
content: "\e02e"
}
ul.mks_social_widget_ul .socicon-forrst {
background: #5B9A68;
}
ul.mks_social_widget_ul .socicon-forrst:before {
content: "\e02f"
}
ul.mks_social_widget_ul .socicon-foursquare {
background: #f94877;
}
ul.mks_social_widget_ul .socicon-foursquare:before {
content: "\e030"
}
ul.mks_social_widget_ul .socicon-friendfeed {
background: #2F72C4;
}
ul.mks_social_widget_ul .socicon-friendfeed:before {
content: "\e031"
}
ul.mks_social_widget_ul .socicon-github {
background: #221e1b;
}
ul.mks_social_widget_ul .socicon-github:before {
content: "\e032"
}
ul.mks_social_widget_ul .socicon-goodreads {
background: #463020;
}
ul.mks_social_widget_ul .socicon-goodreads:before {
content: "\e033"
}
ul.mks_social_widget_ul .socicon-google {
background: #4285f4;
}
ul.mks_social_widget_ul .socicon-google:before {
content: "\e034"
}
ul.mks_social_widget_ul .socicon-googlegroups {
background: #4F8EF5;
}
ul.mks_social_widget_ul .socicon-googlegroups:before {
content: "\e036"
}
ul.mks_social_widget_ul .socicon-googlephotos {
background: #212121;
}
ul.mks_social_widget_ul .socicon-googlephotos:before {
content: "\e037"
}
ul.mks_social_widget_ul .socicon-googleplus {
background: #dd4b39;
}
ul.mks_social_widget_ul .socicon-googleplus:before {
content: "\e038"
}
ul.mks_social_widget_ul .socicon-googlescholar {
background: #4285f4;
}
ul.mks_social_widget_ul .socicon-googlescholar:before {
content: "\e035"
}
ul.mks_social_widget_ul .socicon-grooveshark {
background: #000000;
}
ul.mks_social_widget_ul .socicon-grooveshark:before {
content: "\e039"
}
ul.mks_social_widget_ul .socicon-hackerrank {
background: #2ec866;
}
ul.mks_social_widget_ul .socicon-hackerrank:before {
content: "\e03a"
}
ul.mks_social_widget_ul .socicon-hearthstone {
background: #EC9313;
}
ul.mks_social_widget_ul .socicon-hearthstone:before {
content: "\e03b"
}
ul.mks_social_widget_ul .socicon-hellocoton {
background: #d30d66;
}
ul.mks_social_widget_ul .socicon-hellocoton:before {
content: "\e03c"
}
ul.mks_social_widget_ul .socicon-heroes {
background: #2397F7;
}
ul.mks_social_widget_ul .socicon-heroes:before {
content: "\e03d"
}
ul.mks_social_widget_ul .socicon-hitbox {
background: #99CC00;
}
ul.mks_social_widget_ul .socicon-hitbox:before {
content: "\e03e"
}
ul.mks_social_widget_ul .socicon-horde {
background: #84121C;
}
ul.mks_social_widget_ul .socicon-horde:before {
content: "\e03f"
}
ul.mks_social_widget_ul .socicon-houzz {
background: #7CC04B;
}
ul.mks_social_widget_ul .socicon-houzz:before {
content: "\e040"
}
ul.mks_social_widget_ul .socicon-icq {
background: #7EBD00;
}
ul.mks_social_widget_ul .socicon-icq:before {
content: "\e041"
}
ul.mks_social_widget_ul .socicon-identica {
background: #000000;
}
ul.mks_social_widget_ul .socicon-identica:before {
content: "\e042"
}
ul.mks_social_widget_ul .socicon-imdb {
background: #E8BA00;
}
ul.mks_social_widget_ul .socicon-imdb:before {
content: "\e043"
}
ul.mks_social_widget_ul .socicon-instagram {
background: #000000;
}
ul.mks_social_widget_ul .socicon-instagram:before {
content: "\e044"
}
ul.mks_social_widget_ul .socicon-issuu {
background: #F26F61;
}
ul.mks_social_widget_ul .socicon-issuu:before {
content: "\e045"
}
ul.mks_social_widget_ul .socicon-istock {
background: #000000;
}
ul.mks_social_widget_ul .socicon-istock:before {
content: "\e046"
}
ul.mks_social_widget_ul .socicon-itunes {
background: #ff5e51;
}
ul.mks_social_widget_ul .socicon-itunes:before {
content: "\e047"
}
ul.mks_social_widget_ul .socicon-keybase {
background: #FF7100;
}
ul.mks_social_widget_ul .socicon-keybase:before {
content: "\e048"
}
ul.mks_social_widget_ul .socicon-lanyrd {
background: #3c80c9;
}
ul.mks_social_widget_ul .socicon-lanyrd:before {
content: "\e049"
}
ul.mks_social_widget_ul .socicon-lastfm {
background: #d41316;
}
ul.mks_social_widget_ul .socicon-lastfm:before {
content: "\e04a"
}
ul.mks_social_widget_ul .socicon-line {
background: #00B901;
}
ul.mks_social_widget_ul .socicon-line:before {
content: "\e04b"
}
ul.mks_social_widget_ul .socicon-linkedin {
background: #3371b7;
}
ul.mks_social_widget_ul .socicon-linkedin:before {
content: "\e04c"
}
ul.mks_social_widget_ul .socicon-livejournal {
background: #0099CC;
}
ul.mks_social_widget_ul .socicon-livejournal:before {
content: "\e04d"
}
ul.mks_social_widget_ul .socicon-lyft {
background: #FF00BF;
}
ul.mks_social_widget_ul .socicon-lyft:before {
content: "\e04e"
}
ul.mks_social_widget_ul .socicon-macos {
background: #000000;
}
ul.mks_social_widget_ul .socicon-macos:before {
content: "\e04f"
}
ul.mks_social_widget_ul .socicon-mail {
background: #000000;
}
ul.mks_social_widget_ul .socicon-mail:before {
content: "\e050"
}
ul.mks_social_widget_ul .socicon-medium {
background: #000000;
}
ul.mks_social_widget_ul .socicon-medium:before {
content: "\e051"
}
ul.mks_social_widget_ul .socicon-meetup {
background: #e2373c;
}
ul.mks_social_widget_ul .socicon-meetup:before {
content: "\e052"
}
ul.mks_social_widget_ul .socicon-mixcloud {
background: #000000;
}
ul.mks_social_widget_ul .socicon-mixcloud:before {
content: "\e053"
}
ul.mks_social_widget_ul .socicon-modelmayhem {
background: #000000;
}
ul.mks_social_widget_ul .socicon-modelmayhem:before {
content: "\e054"
}
ul.mks_social_widget_ul .socicon-mumble {
background: #5AB5D1;
}
ul.mks_social_widget_ul .socicon-mumble:before {
content: "\e055"
}
ul.mks_social_widget_ul .socicon-myspace {
background: #323232;
}
ul.mks_social_widget_ul .socicon-myspace:before {
content: "\e056"
}
ul.mks_social_widget_ul .socicon-newsvine {
background: #075B2F;
}
ul.mks_social_widget_ul .socicon-newsvine:before {
content: "\e057"
}
ul.mks_social_widget_ul .socicon-nintendo {
background: #F58A33;
}
ul.mks_social_widget_ul .socicon-nintendo:before {
content: "\e058"
}
ul.mks_social_widget_ul .socicon-npm {
background: #C12127;
}
ul.mks_social_widget_ul .socicon-npm:before {
content: "\e059"
}
ul.mks_social_widget_ul .socicon-odnoklassniki {
background: #f48420;
}
ul.mks_social_widget_ul .socicon-odnoklassniki:before {
content: "\e05a"
}
ul.mks_social_widget_ul .socicon-openid {
background: #f78c40;
}
ul.mks_social_widget_ul .socicon-openid:before {
content: "\e05b"
}
ul.mks_social_widget_ul .socicon-opera {
background: #FF1B2D;
}
ul.mks_social_widget_ul .socicon-opera:before {
content: "\e05c"
}
ul.mks_social_widget_ul .socicon-outlook {
background: #0072C6;
}
ul.mks_social_widget_ul .socicon-outlook:before {
content: "\e05d"
}
ul.mks_social_widget_ul .socicon-overwatch {
background: #9E9E9E;
}
ul.mks_social_widget_ul .socicon-overwatch:before {
content: "\e05e"
}
ul.mks_social_widget_ul .socicon-patreon {
background: #F96854;
}
ul.mks_social_widget_ul .socicon-patreon:before {
content: "\e05f"
}
ul.mks_social_widget_ul .socicon-paypal {
background: #009cde;
}
ul.mks_social_widget_ul .socicon-paypal:before {
content: "\e060"
}
ul.mks_social_widget_ul .socicon-periscope {
background: #3AA4C6;
}
ul.mks_social_widget_ul .socicon-periscope:before {
content: "\e061"
}
ul.mks_social_widget_ul .socicon-persona {
background: #e6753d;
}
ul.mks_social_widget_ul .socicon-persona:before {
content: "\e062"
}
ul.mks_social_widget_ul .socicon-pinterest {
background: #c92619;
}
ul.mks_social_widget_ul .socicon-pinterest:before {
content: "\e063"
}
ul.mks_social_widget_ul .socicon-play {
background: #000000;
}
ul.mks_social_widget_ul .socicon-play:before {
content: "\e064"
}
ul.mks_social_widget_ul .socicon-player {
background: #6E41BD;
}
ul.mks_social_widget_ul .socicon-player:before {
content: "\e065"
}
ul.mks_social_widget_ul .socicon-playstation {
background: #000000;
}
ul.mks_social_widget_ul .socicon-playstation:before {
content: "\e066"
}
ul.mks_social_widget_ul .socicon-pocket {
background: #ED4055;
}
ul.mks_social_widget_ul .socicon-pocket:before {
content: "\e067"
}
ul.mks_social_widget_ul .socicon-qq {
background: #4297d3;
}
ul.mks_social_widget_ul .socicon-qq:before {
content: "\e068"
}
ul.mks_social_widget_ul .socicon-quora {
background: #cb202d;
}
ul.mks_social_widget_ul .socicon-quora:before {
content: "\e069"
}
ul.mks_social_widget_ul .socicon-raidcall {
background: #073558;
}
ul.mks_social_widget_ul .socicon-raidcall:before {
content: "\e06a"
}
ul.mks_social_widget_ul .socicon-ravelry {
background: #B6014C;
}
ul.mks_social_widget_ul .socicon-ravelry:before {
content: "\e06b"
}
ul.mks_social_widget_ul .socicon-reddit {
background: #e74a1e;
}
ul.mks_social_widget_ul .socicon-reddit:before {
content: "\e06c"
}
ul.mks_social_widget_ul .socicon-renren {
background: #2266b0;
}
ul.mks_social_widget_ul .socicon-renren:before {
content: "\e06d"
}
ul.mks_social_widget_ul .socicon-researchgate {
background: #00CCBB;
}
ul.mks_social_widget_ul .socicon-researchgate:before {
content: "\e06e"
}
ul.mks_social_widget_ul .socicon-residentadvisor {
background: #B3BE1B;
}
ul.mks_social_widget_ul .socicon-residentadvisor:before {
content: "\e06f"
}
ul.mks_social_widget_ul .socicon-reverbnation {
background: #000000;
}
ul.mks_social_widget_ul .socicon-reverbnation:before {
content: "\e070"
}
ul.mks_social_widget_ul .socicon-rss {
background: #f26109;
}
ul.mks_social_widget_ul .socicon-rss:before {
content: "\e071"
}
ul.mks_social_widget_ul .socicon-sharethis {
background: #01bf01;
}
ul.mks_social_widget_ul .socicon-sharethis:before {
content: "\e072"
}
ul.mks_social_widget_ul .socicon-skype {
background: #28abe3;
}
ul.mks_social_widget_ul .socicon-skype:before {
content: "\e073"
}
ul.mks_social_widget_ul .socicon-slideshare {
background: #4ba3a6;
}
ul.mks_social_widget_ul .socicon-slideshare:before {
content: "\e074"
}
ul.mks_social_widget_ul .socicon-smugmug {
background: #ACFD32;
}
ul.mks_social_widget_ul .socicon-smugmug:before {
content: "\e075"
}
ul.mks_social_widget_ul .socicon-snapchat {
background: #fffa37;
}
ul.mks_social_widget_ul .socicon-snapchat:before {
content: "\e076"
}
ul.mks_social_widget_ul .socicon-songkick {
background: #F80046;
}
ul.mks_social_widget_ul .socicon-songkick:before {
content: "\e077"
}
ul.mks_social_widget_ul .socicon-soundcloud {
background: #fe3801;
}
ul.mks_social_widget_ul .socicon-soundcloud:before {
content: "\e078"
}
ul.mks_social_widget_ul .socicon-spotify {
background: #7bb342;
}
ul.mks_social_widget_ul .socicon-spotify:before {
content: "\e079"
}
ul.mks_social_widget_ul .socicon-stackexchange {
background: #2f2f2f;
}
ul.mks_social_widget_ul .socicon-stackexchange:before {
content: "\e07a"
}
ul.mks_social_widget_ul .socicon-stackoverflow {
background: #FD9827;
}
ul.mks_social_widget_ul .socicon-stackoverflow:before {
content: "\e07b"
}
ul.mks_social_widget_ul .socicon-starcraft {
background: #002250;
}
ul.mks_social_widget_ul .socicon-starcraft:before {
content: "\e07c"
}
ul.mks_social_widget_ul .socicon-stayfriends {
background: #F08A1C;
}
ul.mks_social_widget_ul .socicon-stayfriends:before {
content: "\e07d"
}
ul.mks_social_widget_ul .socicon-steam {
background: #171a21;
}
ul.mks_social_widget_ul .socicon-steam:before {
content: "\e07e"
}
ul.mks_social_widget_ul .socicon-storehouse {
background: #25B0E6;
}
ul.mks_social_widget_ul .socicon-storehouse:before {
content: "\e07f"
}
ul.mks_social_widget_ul .socicon-strava {
background: #FC4C02;
}
ul.mks_social_widget_ul .socicon-strava:before {
content: "\e080"
}
ul.mks_social_widget_ul .socicon-streamjar {
background: #503a60;
}
ul.mks_social_widget_ul .socicon-streamjar:before {
content: "\e081"
}
ul.mks_social_widget_ul .socicon-stumbleupon {
background: #e64011;
}
ul.mks_social_widget_ul .socicon-stumbleupon:before {
content: "\e082"
}
ul.mks_social_widget_ul .socicon-swarm {
background: #FC9D3C;
}
ul.mks_social_widget_ul .socicon-swarm:before {
content: "\e083"
}
ul.mks_social_widget_ul .socicon-teamspeak {
background: #465674;
}
ul.mks_social_widget_ul .socicon-teamspeak:before {
content: "\e084"
}
ul.mks_social_widget_ul .socicon-teamviewer {
background: #168EF4;
}
ul.mks_social_widget_ul .socicon-teamviewer:before {
content: "\e085"
}
ul.mks_social_widget_ul .socicon-technorati {
background: #5cb030;
}
ul.mks_social_widget_ul .socicon-technorati:before {
content: "\e086"
}
ul.mks_social_widget_ul .socicon-telegram {
background: #0088cc;
}
ul.mks_social_widget_ul .socicon-telegram:before {
content: "\e087"
}
ul.mks_social_widget_ul .socicon-tripadvisor {
background: #4B7E37;
}
ul.mks_social_widget_ul .socicon-tripadvisor:before {
content: "\e088"
}
ul.mks_social_widget_ul .socicon-tripit {
background: #1982C3;
}
ul.mks_social_widget_ul .socicon-tripit:before {
content: "\e089"
}
ul.mks_social_widget_ul .socicon-triplej {
background: #E53531;
}
ul.mks_social_widget_ul .socicon-triplej:before {
content: "\e08a"
}
ul.mks_social_widget_ul .socicon-tumblr {
background: #45556c;
}
ul.mks_social_widget_ul .socicon-tumblr:before {
content: "\e08b"
}
ul.mks_social_widget_ul .socicon-twitch {
background: #6441a5;
}
ul.mks_social_widget_ul .socicon-twitch:before {
content: "\e08c"
}
ul.mks_social_widget_ul .socicon-twitter {
background: #222222;
}
ul.mks_social_widget_ul .socicon-twitter:before {
content: "\e959"
}
ul.mks_social_widget_ul .socicon-uber {
background: #000000;
}
ul.mks_social_widget_ul .socicon-uber:before {
content: "\e08e"
}
ul.mks_social_widget_ul .socicon-ventrilo {
background: #77808A;
}
ul.mks_social_widget_ul .socicon-ventrilo:before {
content: "\e08f"
}
ul.mks_social_widget_ul .socicon-viadeo {
background: #e4a000;
}
ul.mks_social_widget_ul .socicon-viadeo:before {
content: "\e090"
}
ul.mks_social_widget_ul .socicon-viber {
background: #7b519d;
}
ul.mks_social_widget_ul .socicon-viber:before {
content: "\e091"
}
ul.mks_social_widget_ul .socicon-viewbug {
background: #2B9FCF;
}
ul.mks_social_widget_ul .socicon-viewbug:before {
content: "\e092"
}
ul.mks_social_widget_ul .socicon-vimeo {
background: #51b5e7;
}
ul.mks_social_widget_ul .socicon-vimeo:before {
content: "\e093"
}
ul.mks_social_widget_ul .socicon-vine {
background: #00b389;
}
ul.mks_social_widget_ul .socicon-vine:before {
content: "\e094"
}
ul.mks_social_widget_ul .socicon-vkontakte {
background: #5a7fa6;
}
ul.mks_social_widget_ul .socicon-vkontakte:before {
content: "\e095"
}
ul.mks_social_widget_ul .socicon-warcraft {
background: #1EB10A;
}
ul.mks_social_widget_ul .socicon-warcraft:before {
content: "\e096"
}
ul.mks_social_widget_ul .socicon-wechat {
background: #09b507;
}
ul.mks_social_widget_ul .socicon-wechat:before {
content: "\e097"
}
ul.mks_social_widget_ul .socicon-weibo {
background: #e31c34;
}
ul.mks_social_widget_ul .socicon-weibo:before {
content: "\e098"
}
ul.mks_social_widget_ul .socicon-whatsapp {
background: #20B038;
}
ul.mks_social_widget_ul .socicon-whatsapp:before {
content: "\e099"
}
ul.mks_social_widget_ul .socicon-wikipedia {
background: #000000;
}
ul.mks_social_widget_ul .socicon-wikipedia:before {
content: "\e09a"
}
ul.mks_social_widget_ul .socicon-windows {
background: #00BDF6;
}
ul.mks_social_widget_ul .socicon-windows:before {
content: "\e09b"
}
ul.mks_social_widget_ul .socicon-wordpress {
background: #464646;
}
ul.mks_social_widget_ul .socicon-wordpress:before {
content: "\e09c"
}
ul.mks_social_widget_ul .socicon-wykop {
background: #328efe;
}
ul.mks_social_widget_ul .socicon-wykop:before {
content: "\e09d"
}
ul.mks_social_widget_ul .socicon-xbox {
background: #92C83E;
}
ul.mks_social_widget_ul .socicon-xbox:before {
content: "\e09e"
}
ul.mks_social_widget_ul .socicon-xing {
background: #005a60;
}
ul.mks_social_widget_ul .socicon-xing:before {
content: "\e09f"
}
ul.mks_social_widget_ul .socicon-yahoo {
background: #6e2a85;
}
ul.mks_social_widget_ul .socicon-yahoo:before {
content: "\e0a0"
}
ul.mks_social_widget_ul .socicon-yammer {
background: #1175C4;
}
ul.mks_social_widget_ul .socicon-yammer:before {
content: "\e0a1"
}
ul.mks_social_widget_ul .socicon-yandex {
background: #FF0000;
}
ul.mks_social_widget_ul .socicon-yandex:before {
content: "\e0a2"
}
ul.mks_social_widget_ul .socicon-yelp {
background: #c83218;
}
ul.mks_social_widget_ul .socicon-yelp:before {
content: "\e0a3"
}
ul.mks_social_widget_ul .socicon-younow {
background: #61C03E;
}
ul.mks_social_widget_ul .socicon-younow:before {
content: "\e0a4"
}
ul.mks_social_widget_ul .socicon-youtube {
background: #e02a20;
}
ul.mks_social_widget_ul .socicon-youtube:before {
content: "\e0a5"
}
ul.mks_social_widget_ul .socicon-zapier {
background: #FF4A00;
}
ul.mks_social_widget_ul .socicon-zapier:before {
content: "\e0a6"
}
ul.mks_social_widget_ul .socicon-zerply {
background: #9DBC7A;
}
ul.mks_social_widget_ul .socicon-zerply:before {
content: "\e0a7"
}
ul.mks_social_widget_ul .socicon-zomato {
background: #cb202d;
}
ul.mks_social_widget_ul .socicon-zomato:before {
content: "\e0a8"
}
ul.mks_social_widget_ul .socicon-zynga {
background: #DC0606;
}
ul.mks_social_widget_ul .socicon-zynga:before {
content: "\e0a9"
}
ul.mks_social_widget_ul .socicon-spreadshirt {
background: #00b2a6;
}
ul.mks_social_widget_ul .socicon-spreadshirt:before {
content: "\e900"
}
ul.mks_social_widget_ul .socicon-trello {
background: #0079bf;
}
ul.mks_social_widget_ul .socicon-trello:before {
content: "\e902"
}
ul.mks_social_widget_ul .socicon-gamejolt {
background: #191919;
}
ul.mks_social_widget_ul .socicon-gamejolt:before {
content: "\e901"
}
ul.mks_social_widget_ul .socicon-tunein {
background: #36b4a7;
}
ul.mks_social_widget_ul .socicon-tunein:before {
content: "\e903"
}
ul.mks_social_widget_ul .socicon-bloglovin {
background: #000000;
}
ul.mks_social_widget_ul .socicon-bloglovin:before {
content: "\e904"
}
ul.mks_social_widget_ul .socicon-gamewisp {
background: #F8A853;
}
ul.mks_social_widget_ul .socicon-gamewisp:before {
content: "\e905"
}
ul.mks_social_widget_ul .socicon-messenger {
background: #0084ff;
}
ul.mks_social_widget_ul .socicon-messenger:before {
content: "\e906"
}
ul.mks_social_widget_ul .socicon-pandora {
background: #224099;
}
ul.mks_social_widget_ul .socicon-pandora:before {
content: "\e907"
}
ul.mks_social_widget_ul .socicon-microsoft {
background: #666666;
}
ul.mks_social_widget_ul .socicon-microsoft:before {
content: "\e90e"
}
ul.mks_social_widget_ul .socicon-mobcrush {
background: #FFEE00;
}
ul.mks_social_widget_ul .socicon-mobcrush:before {
content: "\e90d"
}
ul.mks_social_widget_ul .socicon-sketchfab {
background: #00A5D6;
}
ul.mks_social_widget_ul .socicon-sketchfab:before {
content: "\e90c"
}
ul.mks_social_widget_ul .socicon-yt-gaming {
background: #E91D00;
}
ul.mks_social_widget_ul .socicon-yt-gaming:before {
content: "\e90b"
}
ul.mks_social_widget_ul .socicon-fyuse {
background: #FF3143;
}
ul.mks_social_widget_ul .socicon-fyuse:before {
content: "\e90a"
}
ul.mks_social_widget_ul .socicon-bitbucket {
background: #243759;
}
ul.mks_social_widget_ul .socicon-bitbucket:before {
content: "\e909"
}
ul.mks_social_widget_ul .socicon-augment {
background: #E71204;
}
ul.mks_social_widget_ul .socicon-augment:before {
content: "\e908"
}
ul.mks_social_widget_ul .socicon-toneden {
background: #777BF9;
}
ul.mks_social_widget_ul .socicon-toneden:before {
content: "\e93a"
}
ul.mks_social_widget_ul .socicon-niconico {
background: #000000;
}
ul.mks_social_widget_ul .socicon-niconico:before {
content: "\e939"
}
ul.mks_social_widget_ul .socicon-zillow {
background: #0074e4;
}
ul.mks_social_widget_ul .socicon-zillow:before {
content: "\e938"
}
ul.mks_social_widget_ul .socicon-googlemaps {
background: #4285F4;
}
ul.mks_social_widget_ul .socicon-googlemaps:before {
content: "\e937"
}
ul.mks_social_widget_ul .socicon-booking {
background: #003580;
}
ul.mks_social_widget_ul .socicon-booking:before {
content: "\e936"
}
ul.mks_social_widget_ul .socicon-fundable {
background: #1d181f;
}
ul.mks_social_widget_ul .socicon-fundable:before {
content: "\e935"
}
ul.mks_social_widget_ul .socicon-upwork {
background: #5BBC2F;
}
ul.mks_social_widget_ul .socicon-upwork:before {
content: "\e934"
}
ul.mks_social_widget_ul .socicon-ghost {
background: #33393C;
}
ul.mks_social_widget_ul .socicon-ghost:before {
content: "\e933"
}
ul.mks_social_widget_ul .socicon-loomly {
background: #00425f;
}
ul.mks_social_widget_ul .socicon-loomly:before {
content: "\e932"
}
ul.mks_social_widget_ul .socicon-trulia {
background: #20BF63;
}
ul.mks_social_widget_ul .socicon-trulia:before {
content: "\e931"
}
ul.mks_social_widget_ul .socicon-ask {
background: #CF0000;
}
ul.mks_social_widget_ul .socicon-ask:before {
content: "\e930"
}
ul.mks_social_widget_ul .socicon-gust {
background: #1E2E3E;
}
ul.mks_social_widget_ul .socicon-gust:before {
content: "\e92f"
}
ul.mks_social_widget_ul .socicon-toptal {
background: #4C73AA;
}
ul.mks_social_widget_ul .socicon-toptal:before {
content: "\e92e"
}
ul.mks_social_widget_ul .socicon-squarespace {
background: #121212;
}
ul.mks_social_widget_ul .socicon-squarespace:before {
content: "\e92d"
}
ul.mks_social_widget_ul .socicon-bonanza {
background: #62764A;
}
ul.mks_social_widget_ul .socicon-bonanza:before {
content: "\e92c"
}
ul.mks_social_widget_ul .socicon-doodle {
background: #0064DC;
}
ul.mks_social_widget_ul .socicon-doodle:before {
content: "\e92b"
}
ul.mks_social_widget_ul .socicon-bing {
background: #008485;
}
ul.mks_social_widget_ul .socicon-bing:before {
content: "\e92a"
}
ul.mks_social_widget_ul .socicon-seedrs {
background: #7FBB31;
}
ul.mks_social_widget_ul .socicon-seedrs:before {
content: "\e929"
}
ul.mks_social_widget_ul .socicon-freelancer {
background: #0088CA;
}
ul.mks_social_widget_ul .socicon-freelancer:before {
content: "\e928"
}
ul.mks_social_widget_ul .socicon-shopify {
background: #5C6AC4;
}
ul.mks_social_widget_ul .socicon-shopify:before {
content: "\e927"
}
ul.mks_social_widget_ul .socicon-googlecalendar {
background: #3D81F6;
}
ul.mks_social_widget_ul .socicon-googlecalendar:before {
content: "\e926"
}
ul.mks_social_widget_ul .socicon-redfin {
background: #C82022;
}
ul.mks_social_widget_ul .socicon-redfin:before {
content: "\e925"
}
ul.mks_social_widget_ul .socicon-wix {
background: #0096FF;
}
ul.mks_social_widget_ul .socicon-wix:before {
content: "\e924"
}
ul.mks_social_widget_ul .socicon-craigslist {
background: #561A8B;
}
ul.mks_social_widget_ul .socicon-craigslist:before {
content: "\e923"
}
ul.mks_social_widget_ul .socicon-alibaba {
background: #FF6A00;
}
ul.mks_social_widget_ul .socicon-alibaba:before {
content: "\e922"
}
ul.mks_social_widget_ul .socicon-zoom {
background: #2D8CFF;
}
ul.mks_social_widget_ul .socicon-zoom:before {
content: "\e921"
}
ul.mks_social_widget_ul .socicon-homes {
background: #F7841B;
}
ul.mks_social_widget_ul .socicon-homes:before {
content: "\e920"
}
ul.mks_social_widget_ul .socicon-appstore {
background: #007AFF;
}
ul.mks_social_widget_ul .socicon-appstore:before {
content: "\e91f"
}
ul.mks_social_widget_ul .socicon-guru {
background: #4C81C0;
}
ul.mks_social_widget_ul .socicon-guru:before {
content: "\e91e"
}
ul.mks_social_widget_ul .socicon-aliexpress {
background: #E92C00;
}
ul.mks_social_widget_ul .socicon-aliexpress:before {
content: "\e91d"
}
ul.mks_social_widget_ul .socicon-gotomeeting {
background: #FD7A2B;
}
ul.mks_social_widget_ul .socicon-gotomeeting:before {
content: "\e91c"
}
ul.mks_social_widget_ul .socicon-fiverr {
background: #0DB62A;
}
ul.mks_social_widget_ul .socicon-fiverr:before {
content: "\e91b"
}
ul.mks_social_widget_ul .socicon-logmein {
background: #45B6F3;
}
ul.mks_social_widget_ul .socicon-logmein:before {
content: "\e91a"
}
ul.mks_social_widget_ul .socicon-openaigym {
background: #29A8B3;
}
ul.mks_social_widget_ul .socicon-openaigym:before {
content: "\e919"
}
ul.mks_social_widget_ul .socicon-slack {
background: #4B6BC6;
}
ul.mks_social_widget_ul .socicon-slack:before {
content: "\e918"
}
ul.mks_social_widget_ul .socicon-codepen {
background: #000000;
}
ul.mks_social_widget_ul .socicon-codepen:before {
content: "\e917"
}
ul.mks_social_widget_ul .socicon-angieslist {
background: #299F37;
}
ul.mks_social_widget_ul .socicon-angieslist:before {
content: "\e916"
}
ul.mks_social_widget_ul .socicon-homeadvisor {
background: #EF8B1D;
}
ul.mks_social_widget_ul .socicon-homeadvisor:before {
content: "\e915"
}
ul.mks_social_widget_ul .socicon-unsplash {
background: #000000;
}
ul.mks_social_widget_ul .socicon-unsplash:before {
content: "\e914"
}
ul.mks_social_widget_ul .socicon-mastodon {
background: #2986D6;
}
ul.mks_social_widget_ul .socicon-mastodon:before {
content: "\e913"
}
ul.mks_social_widget_ul .socicon-natgeo {
background: #222222;
}
ul.mks_social_widget_ul .socicon-natgeo:before {
content: "\e912"
}
ul.mks_social_widget_ul .socicon-qobuz {
background: #298FBF;
}
ul.mks_social_widget_ul .socicon-qobuz:before {
content: "\e911"
}
ul.mks_social_widget_ul .socicon-tidal {
background: #01FFFF;
}
ul.mks_social_widget_ul .socicon-tidal:before {
content: "\e910"
}
ul.mks_social_widget_ul .socicon-realtor {
background: #D52228;
}
ul.mks_social_widget_ul .socicon-realtor:before {
content: "\e90f"
}
ul.mks_social_widget_ul .socicon-calendly {
background: #00a3fa;
}
ul.mks_social_widget_ul .socicon-calendly:before {
content: "\e93d"
}
ul.mks_social_widget_ul .socicon-homify {
background: #7DCDA3;
}
ul.mks_social_widget_ul .socicon-homify:before {
content: "\e93c"
}
ul.mks_social_widget_ul .socicon-crunchbase {
background: #0288d1;
}
ul.mks_social_widget_ul .socicon-crunchbase:before {
content: "\e93b"
}
ul.mks_social_widget_ul .socicon-livemaster {
background: #e76d00;
}
ul.mks_social_widget_ul .socicon-livemaster:before {
content: "\e93e"
}
ul.mks_social_widget_ul .socicon-udemy {
background: #17aa1c;
}
ul.mks_social_widget_ul .socicon-udemy:before {
content: "\e93f"
}
ul.mks_social_widget_ul .socicon-nextdoor {
background: #01B247;
}
ul.mks_social_widget_ul .socicon-nextdoor:before {
content: "\e942"
}
ul.mks_social_widget_ul .socicon-origin {
background: #F56C2E;
}
ul.mks_social_widget_ul .socicon-origin:before {
content: "\e941"
}
ul.mks_social_widget_ul .socicon-codered {
background: #FF033B;
}
ul.mks_social_widget_ul .socicon-codered:before {
content: "\e940"
}
ul.mks_social_widget_ul .socicon-portfolio {
background: #54AFFF;
}
ul.mks_social_widget_ul .socicon-portfolio:before {
content: "\e943"
}
ul.mks_social_widget_ul .socicon-instructables {
background: #f8b514;
}
ul.mks_social_widget_ul .socicon-instructables:before {
content: "\e944"
}
ul.mks_social_widget_ul .socicon-gitlab {
background: #e65228;
}
ul.mks_social_widget_ul .socicon-gitlab:before {
content: "\e945"
}
ul.mks_social_widget_ul .socicon-mailru {
background: #FDA840;
}
ul.mks_social_widget_ul .socicon-mailru:before {
content: "\e94a"
}
ul.mks_social_widget_ul .socicon-bookbub {
background: #E70005;
}
ul.mks_social_widget_ul .socicon-bookbub:before {
content: "\e949"
}
ul.mks_social_widget_ul .socicon-kobo {
background: #BF0000;
}
ul.mks_social_widget_ul .socicon-kobo:before {
content: "\e948"
}
ul.mks_social_widget_ul .socicon-smashwords {
background: #4181C3;
}
ul.mks_social_widget_ul .socicon-smashwords:before {
content: "\e947"
}
ul.mks_social_widget_ul .socicon-hackernews {
background: #FF6601;
}
ul.mks_social_widget_ul .socicon-hackernews:before {
content: "\e946"
}
ul.mks_social_widget_ul .socicon-hackerone {
background: #ec1075;
}
ul.mks_social_widget_ul .socicon-hackerone:before {
content: "\e956"
}
ul.mks_social_widget_ul .socicon-beatport {
background: #94d500;
}
ul.mks_social_widget_ul .socicon-beatport:before {
content: "\e955"
}
ul.mks_social_widget_ul .socicon-napster {
background: #000000;
}
ul.mks_social_widget_ul .socicon-napster:before {
content: "\e954"
}
ul.mks_social_widget_ul .socicon-spip {
background: #E00D6F;
}
ul.mks_social_widget_ul .socicon-spip:before {
content: "\e953"
}
ul.mks_social_widget_ul .socicon-wickr {
background: #F29100;
}
ul.mks_social_widget_ul .socicon-wickr:before {
content: "\e952"
}
ul.mks_social_widget_ul .socicon-blackberry {
background: #000000;
}
ul.mks_social_widget_ul .socicon-blackberry:before {
content: "\e951"
}
ul.mks_social_widget_ul .socicon-myanimelist {
background: #2E51A2;
}
ul.mks_social_widget_ul .socicon-myanimelist:before {
content: "\e950"
}
ul.mks_social_widget_ul .socicon-pixiv {
background: #049CFF;
}
ul.mks_social_widget_ul .socicon-pixiv:before {
content: "\e94f"
}
ul.mks_social_widget_ul .socicon-gamefor {
background: #506F82;
}
ul.mks_social_widget_ul .socicon-gamefor:before {
content: "\e94e"
}
ul.mks_social_widget_ul .socicon-traxsource {
background: #40A0FF;
}
ul.mks_social_widget_ul .socicon-traxsource:before {
content: "\e94d"
}
ul.mks_social_widget_ul .socicon-indiedb {
background: #77C628;
}
ul.mks_social_widget_ul .socicon-indiedb:before {
content: "\e94c"
}
ul.mks_social_widget_ul .socicon-moddb {
background: #CC0300;
}
ul.mks_social_widget_ul .socicon-moddb:before {
content: "\e94b"
}
ul.mks_social_widget_ul .socicon-internet {
background: #000000;
}
ul.mks_social_widget_ul .socicon-internet:before {
content: "\e957"
}
ul.mks_social_widget_ul .socicon-tiktok {
background: #00f2ea;
}
ul.mks_social_widget_ul .socicon-tiktok:before {
content: "\e958"
}