.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.asp-spinner {
text-indent: -9999px;
vertical-align: middle;
margin-left: 5px;
display: inline-block;
box-sizing: border-box;
position: relative;
width: 20px;
height: 20px;
border-radius: 50%;
border: 2px solid #ccc;
border-top-color: #333;
animation: asp-spinner .6s linear infinite;
}
@keyframes asp-spinner {
to {
transform: rotate(360deg);
}
} .asp-btn-spinner-container {
width: 100%;
text-align: center;
padding: 10px;
}
.asp-btn-spinner {
display: inline-block;
position: relative;
width: 64px;
height: 64px;
}
.asp-btn-spinner div {
box-sizing: border-box;
display: block;
position: absolute;
width: 51px;
height: 51px;
margin: 6px;
border: 6px solid #6fcef3;
border-radius: 50%;
animation: asp-btn-spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
border-color: #6fcef3 transparent transparent transparent;
}
.asp-btn-spinner div:nth-child(1) {
animation-delay: -0.45s;
}
.asp-btn-spinner div:nth-child(2) {
animation-delay: -0.3s;
}
.asp-btn-spinner div:nth-child(3) {
animation-delay: -0.15s;
}
@keyframes asp-btn-spinner {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.asp_line_through {
text-decoration: line-through;
}
.asp_product_coupon_input_container {
margin: 5px 0 10px 0;
}
.asp_btn_normalize {
text-transform: none;
border: none;
margin: 0;
padding: 0;
width: auto;
overflow: visible;
background: transparent;
color: inherit;
font: inherit;
line-height: normal;
-webkit-font-smoothing: inherit;
-moz-osx-font-smoothing: inherit;
-webkit-appearance: none;
}
&::-moz-focus-inner {
border: 0;
padding: 0;
}
.asp_product_custom_field_error {
display: none;
color: red;
}
.asp_out_of_stock {
font-weight: bold;
}
.asp_product_buy_button input, .asp_product_buy_button select {
display: inline-block;
line-height: 1;
padding: 8px 10px;
height: auto;
}
.asp_product_custom_field_label {
margin-right: 10px;
}
.asp-product-variations-label {
margin-right: 10px;
}
.asp_product_coupon_field_label {
margin-right: 10px;
}
.asp_product_coupon_input_container input.asp_product_coupon_field_input {
width: auto;
max-width: 200px;
margin-right: 10px;
}
.asp_product_buy_btn_container {
display: inline-block;
}
.asp_product_buy_button input::placeholder {
font-style: italic;
color: #bbb;
}
@keyframes blink {
0% {
opacity: .2;
}
20% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.asp-processing-cont {
display: none !important;
}
.asp-processing i {
animation-name: blink;
animation-duration: 1s;
animation-iteration-count: infinite;
animation-fill-mode: both;
}
.asp-processing i:nth-child(2) {
animation-delay: .1s;
}
.asp-processing i:nth-child(3) {
animation-delay: .2s;
}
.asp-popup-iframe {
z-index: 2147483647;
background: rgba(0, 0, 0, 0.004);
border: 0px none transparent;
overflow: auto;
-webkit-overflow-scrolling: touch !important;
visibility: visible;
margin: 0px;
padding: 0px;
-webkit-tap-highlight-color: transparent;
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
}
.asp-popup-iframe-cont {
align-items: center;
justify-content: center;
z-index: 2147483647;
background: rgba(0, 0, 0, .3);
border: 0px none transparent;
overflow: auto;
-webkit-overflow-scrolling: touch !important;
visibility: visible;
margin: 0px;
padding: 0px;
-webkit-tap-highlight-color: transparent;
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
}
.asp-popup-spinner-cont {
text-align: center;
height: 85px;
padding-top: 10px;
}
@media (max-width: 500px) {
.asp_product_buy_btn_container {
display: block;
margin-left: 0;
margin-top: 10px;
text-align: center;
width: 100%;
}
} .asp-order-data-box {
display: flex;
border-style: solid;
border-color: lightgrey;
border-width: 1px 0 0 1px;
width: 100%;
}
.asp-order-data-box-col{
border-style: solid;
border-color: lightgrey;
border-width: 0 1px 1px 0;
word-break: break-all;
flex-grow: 1;
padding: 15px;
}
.asp-order-data-box-col :first-child {
font-weight: bold;
margin-bottom: 10px;
margin-right: 10px;
}
@media screen and (max-width: 768px) {
.asp-order-data-box {
flex-direction: column;
}
}
.asp-order-details-table,
.asp-order-downloads-table {
width: 100%;
border-collapse: collapse;
border: 1px solid lightgray;
}
.asp-order-details-table td,
.asp-order-details-table th,
.asp-order-downloads-table td,
.asp-order-downloads-table th {
padding: 15px;
border-top: 1px solid lightgray;
border-bottom: 1px solid lightgray;
}
.asp-order-shipping-address,
.asp-order-billing-address {
padding: 15px;
border: 1px solid lightgray;
white-space: pre-line;
}.glossary-menu-atoz{
text-transform: uppercase;
margin: auto;
padding: 0;
border-bottom: 2px solid #000;
width: 100%;
height: 25px;
}
.glossary-menu-atoz .glossary-menu-item{ list-style: none;
float: left;
padding-left: 1%;
padding-right: 1%;
padding-top: 1px;
padding-bottom: 1px;
height: 22px;
margin: 0 0 0 0.5em;
}
.glossary-menu-item a{
text-decoration: none;
}
.atozmenu-empty{
color: #ccc;
}
.atozmenu-off{
color: #333;
}
.atozmenu-off:hover{
background-color: #333;
color: #eee;
}
.atozmenu-on{
text-decoration: underline;
}
.atozitems-off{
display: none;
} .tooltip {
display:     none;
background:  #f4f4f4;
font-size:   1.1em;
padding:     10px;
color:       #333;
border:      1px solid #ddd;
line-height: 1.5em;
width:       20%;
}.qtip{
position: absolute;
left: -28000px;
top: -28000px;
display: none;
max-width: 280px;
min-width: 50px;
font-size: 10.5px;
line-height: 12px;
direction: ltr;
box-shadow: none;
padding: 0;
}
.qtip-content{
position: relative;
padding: 5px 9px;
overflow: hidden;
text-align: left;
word-wrap: break-word;
}
.qtip-titlebar{
position: relative;
padding: 5px 35px 5px 10px;
overflow: hidden;
border-width: 0 0 1px;
font-weight: bold;
}
.qtip-titlebar + .qtip-content{ border-top-width: 0 !important; } .qtip-close{
position: absolute;
right: -9px; top: -9px;
cursor: pointer;
outline: medium none;
border-width: 1px;
border-style: solid;
border-color: transparent;
}
.qtip-titlebar .qtip-close{
right: 4px; top: 50%;
margin-top: -9px;
}
* html .qtip-titlebar .qtip-close{ top: 16px; } .qtip-titlebar .ui-icon,
.qtip-icon .ui-icon{
display: block;
text-indent: -1000em;
direction: ltr;
}
.qtip-icon, .qtip-icon .ui-icon{
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
text-decoration: none;
}
.qtip-icon .ui-icon{
width: 18px;
height: 14px;
line-height: 14px;
text-align: center;
text-indent: 0;
font: normal bold 10px/13px Tahoma,sans-serif;
color: inherit;
background: transparent none no-repeat -100em -100em;
} .qtip-focus{} .qtip-hover{} .qtip-default{
border-width: 1px;
border-style: solid;
border-color: #F1D031;
background-color: #FFFFA3;
color: #555;
}
.qtip-default .qtip-titlebar{
background-color: #FFEF93;
}
.qtip-default .qtip-icon{
border-color: #CCC;
background: #F1F1F1;
color: #777;
}
.qtip-default .qtip-titlebar .qtip-close{
border-color: #AAA;
color: #111;
} .qtip-light{
background-color: white;
border-color: #E2E2E2;
color: #454545;
}
.qtip-light .qtip-titlebar{
background-color: #f1f1f1;
} .qtip-dark{
background-color: #505050;
border-color: #303030;
color: #f3f3f3;
}
.qtip-dark .qtip-titlebar{
background-color: #404040;
}
.qtip-dark .qtip-icon{
border-color: #444;
}
.qtip-dark .qtip-titlebar .ui-state-hover{
border-color: #303030;
} .qtip-cream{
background-color: #FBF7AA;
border-color: #F9E98E;
color: #A27D35;
}
.qtip-cream .qtip-titlebar{
background-color: #F0DE7D;
}
.qtip-cream .qtip-close .qtip-icon{
background-position: -82px 0;
} .qtip-red{
background-color: #F78B83;
border-color: #D95252;
color: #912323;
}
.qtip-red .qtip-titlebar{
background-color: #F06D65;
}
.qtip-red .qtip-close .qtip-icon{
background-position: -102px 0;
}
.qtip-red .qtip-icon{
border-color: #D95252;
}
.qtip-red .qtip-titlebar .ui-state-hover{
border-color: #D95252;
} .qtip-green{
background-color: #CAED9E;
border-color: #90D93F;
color: #3F6219;
}
.qtip-green .qtip-titlebar{
background-color: #B0DE78;
}
.qtip-green .qtip-close .qtip-icon{
background-position: -42px 0;
} .qtip-blue{
background-color: #E5F6FE;
border-color: #ADD9ED;
color: #5E99BD;
}
.qtip-blue .qtip-titlebar{
background-color: #D0E9F5;
}
.qtip-blue .qtip-close .qtip-icon{
background-position: -2px 0;
}
.qtip-shadow{
-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
} .qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap{
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.qtip-rounded .qtip-titlebar{
-moz-border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
} .qtip-youtube{
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: 0 0 3px #333;
-moz-box-shadow: 0 0 3px #333;
box-shadow: 0 0 3px #333;
color: white;
border-width: 0;
background: #4A4A4A;
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,black));
background-image: -webkit-linear-gradient(top,#4A4A4A 0,black 100%);
background-image: -moz-linear-gradient(top,#4A4A4A 0,black 100%);
background-image: -ms-linear-gradient(top,#4A4A4A 0,black 100%);
background-image: -o-linear-gradient(top,#4A4A4A 0,black 100%);
}
.qtip-youtube .qtip-titlebar{
background-color: #4A4A4A;
background-color: rgba(0,0,0,0);
}
.qtip-youtube .qtip-content{
padding: .75em;
font: 12px arial,sans-serif;
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
}
.qtip-youtube .qtip-icon{
border-color: #222;
}
.qtip-youtube .qtip-titlebar .ui-state-hover{
border-color: #303030;
} .qtip-jtools{
background: #232323;
background: rgba(0, 0, 0, 0.7);
background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
background-image: -moz-linear-gradient(top, #717171, #232323);
background-image: -webkit-linear-gradient(top, #717171, #232323);
background-image: -ms-linear-gradient(top, #717171, #232323);
background-image: -o-linear-gradient(top, #717171, #232323);
border: 2px solid #ddd;
border: 2px solid rgba(241,241,241,1);
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: 0 0 12px #333;
-moz-box-shadow: 0 0 12px #333;
box-shadow: 0 0 12px #333;
} .qtip-jtools .qtip-titlebar{
background-color: transparent;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
}
.qtip-jtools .qtip-content{
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
}
.qtip-jtools .qtip-titlebar,
.qtip-jtools .qtip-content{
background: transparent;
color: white;
border: 0 dashed transparent;
}
.qtip-jtools .qtip-icon{
border-color: #555;
}
.qtip-jtools .qtip-titlebar .ui-state-hover{
border-color: #333;
} .qtip-cluetip{
-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
background-color: #D9D9C2;
color: #111;
border: 0 dashed transparent;
}
.qtip-cluetip .qtip-titlebar{
background-color: #87876A;
color: white;
border: 0 dashed transparent;
}
.qtip-cluetip .qtip-icon{
border-color: #808064;
}
.qtip-cluetip .qtip-titlebar .ui-state-hover{
border-color: #696952;
color: #696952;
} .qtip-tipsy{
background: black;
background: rgba(0, 0, 0, .87);
color: white;
border: 0 solid transparent;
font-size: 11px;
font-family: 'Lucida Grande', sans-serif;
font-weight: bold;
line-height: 16px;
text-shadow: 0 1px black;
}
.qtip-tipsy .qtip-titlebar{
padding: 6px 35px 0 10px;
background-color: transparent;
}
.qtip-tipsy .qtip-content{
padding: 6px 10px;
}
.qtip-tipsy .qtip-icon{
border-color: #222;
text-shadow: none;
}
.qtip-tipsy .qtip-titlebar .ui-state-hover{
border-color: #303030;
} .qtip-tipped{
border: 3px solid #959FA9;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background-color: #F9F9F9;
color: #454545;
font-weight: normal;
font-family: serif;
}
.qtip-tipped .qtip-titlebar{
border-bottom-width: 0;
color: white;
background: #3A79B8;
background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
}
.qtip-tipped .qtip-icon{
border: 2px solid #285589;
background: #285589;
}
.qtip-tipped .qtip-icon .ui-icon{
background-color: #FBFBFB;
color: #555;
} .qtip-bootstrap{ font-size: 14px;
line-height: 20px;
color: #333333; padding: 1px;
background-color: #ffffff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
}
.qtip-bootstrap .qtip-titlebar{ padding: 8px 14px;
margin: 0;
font-size: 14px;
font-weight: normal;
line-height: 18px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
}
.qtip-bootstrap .qtip-titlebar .qtip-close{ right: 11px;
top: 45%;
border-style: none;
}
.qtip-bootstrap .qtip-content{ padding: 9px 14px;
}
.qtip-bootstrap .qtip-icon{ background: transparent;
}
.qtip-bootstrap .qtip-icon .ui-icon{ width: auto;
height: auto; float: right;
font-size: 20px;
font-weight: bold;
line-height: 18px;
color: #000000;
text-shadow: 0 1px 0 #ffffff;
opacity: 0.2;
filter: alpha(opacity=20);
}
.qtip-bootstrap .qtip-icon .ui-icon:hover{ color: #000000;
text-decoration: none;
cursor: pointer;
opacity: 0.4;
filter: alpha(opacity=40);
} .qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar{
filter: none;
-ms-filter: none;
}
.qtip .qtip-tip{
margin: 0 auto;
overflow: hidden;
z-index: 10;
} x:-o-prefocus, .qtip .qtip-tip{
visibility: hidden;
}
.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml,
.qtip .qtip-tip canvas{
position: absolute;
color: #123456;
background: transparent;
border: 0 dashed transparent;
}
.qtip .qtip-tip canvas{ top: 0; left: 0; }
.qtip .qtip-tip .qtip-vml{
behavior: url(#default#VML);
display: inline-block;
visibility: visible;
}@font-face {
font-family: 'icomoon';
src: url(//dev.hdforumitalia.it/wp-content/plugins/wp-post-author/assets/css/fonts/icomoon.eot?5l53jq);
src: url(//dev.hdforumitalia.it/wp-content/plugins/wp-post-author/assets/css/fonts/icomoon.eot?5l53jq#iefix) format('embedded-opentype'),
url(//dev.hdforumitalia.it/wp-content/plugins/wp-post-author/assets/css/fonts/icomoon.ttf?5l53jq) format('truetype'),
url(//dev.hdforumitalia.it/wp-content/plugins/wp-post-author/assets/css/fonts/icomoon.woff?5l53jq) format('woff'),
url(//dev.hdforumitalia.it/wp-content/plugins/wp-post-author/assets/css/fonts/icomoon.svg?5l53jq#icomoon) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="awpa-icon"],
[class*=" awpa-icon"] { font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.awpa-icon-website:before {
content: "\e901";
}
.awpa-icon-linkedin:before {
content: "\e902";
}
.awpa-icon-twitter:before {
content: "\e905";
}
.awpa-icon-facebook:before {
content: "\e904";
}
.awpa-icon-instagram:before {
content: "\ea92";
}
.awpa-icon-youtube:before {
content: "\ea9d";
}
.awpa-icon-email:before {
content: "\e900";
}
.awpa-img.awpa-author-block {
flex: 0 1 150px;
align-self: flex-start;
}
.wp-post-author-meta.awpa-author-block {
flex: 1;
min-width: 200px;
}
.wp_post_author_widget .awpa-img.round img {
border-radius: 50%;
}  .wp-post-author-wrap { width: 100%;
display: block;
overflow: hidden;
word-wrap: break-word;
}
.wp-post-author {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 20px; box-sizing: border-box;
}
.awpa-img img {
height: auto;
width: 100%;
}
.wp-post-author-meta h4,
.wp-post-author-meta p,
.wp-post-author-meta a,
.wp-post-author-meta ul {
margin: 5px 0;
}
.wp-post-author-meta .wp-post-author-meta-more-posts a {
border: 1px solid rgba(0, 0, 0, 0.3);
padding: 5px 30px;
display: inline-block;
color: inherit;
transition: all 300ms ease-out;
}
.wp-post-author-meta .wp-post-author-meta-more-posts a:hover {
color: #404040;
border-color: #404040;
}
.wp-post-author-meta .wp-post-author-meta-more-posts .awpa-more-posts a {
text-decoration: none;
}
.wp-post-author-meta .wp-post-author-meta-more-posts .awpa-more-posts.none a {
border: none;
padding: 0;
}
.wp-post-author-meta .wp-post-author-meta-more-posts .awpa-more-posts.round a {
-webkit-border-radius: 50px;
border-radius: 50px;
}
.wp-post-author-wrap.right .wp-post-author {
flex-direction: row-reverse;
text-align: right;
}
.wp-post-author-wrap.center .wp-post-author {
flex-direction: column;
justify-content: center;
text-align: center;
}
.wp-post-author-wrap.center .wp-post-author .awpa-img {
align-self: center;
}
.wp-post-author .awpa-img.round img {
border-radius: 50%;
} .wp-post-author .awpa-display-name,
.wp-post-author .awpa-role {
margin: 5px 0;
}
.wp-post-author .awpa-email {
margin: 5px 0;
}
.wp-post-author .awpa-contact-info {
margin: 0;
padding: 0;
}
.wp-post-author .awpa-contact-info li {
display: inline-block;
padding-right: 5px;
margin: 0;
padding-top: 5px;
}
.wp-post-author .awpa-role {
text-transform: capitalize;
font-weight: bold;
}
.wp-post-author .awpa-contact-info> :first-child {
padding-left: 0;
}
.wp-post-author .awpa-contact-info> :last-child {
padding-right: 0;
}
.wp-post-author .awpa-bio {
margin-top: 10px;
font-size: 100%;
} .wp_post_author_widget .awpa-img.awpa-author-block {
width: 150px;
height: 150px; -webkit-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center;
}
.wp_post_author_widget .awpa-img.awpa-author-block.round {
border-radius: 50%;
}
.wp_post_author_widget .awpa-img img {
max-width: 150px;
} .wp_post_author_widget .wp-post-author-meta p {
line-height: 1.5;
}
.wp_post_author_widget .awpa-display-name {
color: #4a4a4a;
font-size: 24px;
font-weight: 400;
margin: 0;
}
.wp_post_author_widget .awpa-display-name a {
display: inline-block;
color: #4a4a4a;
margin: 0;
}
.wp_post_author_widget .wp-post-author-meta-bio {
margin: 15px 0;
opacity: .75;
}
.wp_post_author_widget ul.awpa-contact-info li a {
display: inline-block;
color: #FFF;
font-size: 18px;
height: 40px;
width: 40px;
line-height: 40px;
text-align: center;
background-color: #555;
}
.wp_post_author_widget ul.awpa-contact-info li.awpa-facebook-li a {
background-color: #3b5999;
}
.wp_post_author_widget ul.awpa-contact-info li.awpa-twitter-li a {
background-color: #000;
}
.wp_post_author_widget ul.awpa-contact-info li.awpa-linkedin-li a {
background-color: #0077B5;
}
.wp_post_author_widget ul.awpa-contact-info li.awpa-instagram-li a {
background-color: #3F729B;
}
.wp_post_author_widget ul.awpa-contact-info li.awpa-youtube-li a {
background-color: #cd201f;
}
.wp_post_author_widget ul.awpa-contact-info li.awpa-website-li a {
background-color: #ce1126;
}
.wp_post_author_widget ul.awpa-contact-info li.awpa-email-li a {
background-color: #dd4b39;
}
.wp_post_author_widget .wp-post-author-meta p.awpa-more-posts {
margin: 10px 0;
} .wp_post_author_widget .wp-post-author-wrap.left .awpa-img.awpa-author-block {
margin-left: 0;
}
.wp_post_author_widget .wp-post-author-wrap.left .awpa-img.awpa-author-block {
text-align: left;
}
.wp_post_author_widget .wp-post-author-wrap.left .wp-post-author-meta.awpa-author-block {
text-align: left;
}
.wp_post_author_widget .wp-post-author-wrap.left .awpa-contact-info li {
padding: 0 10px 0 0;
} .wp_post_author_widget .wp-post-author-wrap.right .awpa-img.awpa-author-block {
margin-right: 0;
}
.wp_post_author_widget .wp-post-author-wrap.right .awpa-img.awpa-author-block {
text-align: right;
}
.wp_post_author_widget .wp-post-author-wrap.right .wp-post-author-meta.awpa-author-block {
text-align: right;
}
.wp_post_author_widget .wp-post-author-wrap.right .awpa-contact-info li {
padding: 0 0 0 10px;
} .wp_post_author_widget .wp-post-author-wrap.center .awpa-img.awpa-author-block {
text-align: center;
}
.wp_post_author_widget .wp-post-author-wrap.center .wp-post-author-meta.awpa-author-block {
text-align: center;
}
.wp_post_author_widget .wp-post-author-wrap.center .awpa-contact-info li {
padding: 0 0 0 10px;
} .wp-post-author .awpa-display-name {
color: inherit;
font-size: 24px;
font-weight: 400;
margin: 0;
}
.wp-post-author .wp-post-author-meta-bio {
margin: 15px 0;
opacity: .75;
}
.wp-post-author ul.awpa-contact-info li a {
display: inline-block;
color: #FFF;
font-size: 18px;
height: 40px;
width: 40px;
line-height: 40px;
text-align: center;
background-color: #555;
text-decoration: none;
}
.wp_post_author_widget ul.awpa-contact-info.round li a,
.wp-post-author ul.awpa-contact-info.round li a {
-webkit-border-radius: 50%;
border-radius: 50%;
}
.wp-post-author ul.awpa-contact-info li.awpa-facebook-li a {
background-color: #3b5999;
}
.wp-post-author ul.awpa-contact-info li.awpa-twitter-li a {
background-color: #000;
}
.wp-post-author ul.awpa-contact-info li.awpa-linkedin-li a {
background-color: #0077B5;
}
.wp-post-author ul.awpa-contact-info li.awpa-instagram-li a {
background-color: #3F729B;
}
.wp-post-author ul.awpa-contact-info li.awpa-youtube-li a {
background-color: #cd201f;
}
.wp-post-author ul.awpa-contact-info li.awpa-website-li a {
background-color: #ce1126;
}
.wp-post-author ul.awpa-contact-info li.awpa-email-li a {
background-color: #dd4b39;
}
.wp_post_author_widget ul.awpa-contact-info.none li a,
.wp-post-author ul.awpa-contact-info.none li a {
height: unset;
width: unset;
line-height: unset;
background-color: transparent;
color: #555;
padding: 0 3px;
}
.wp_post_author_widget ul.awpa-contact-info.none li.awpa-facebook-li a,
.wp-post-author ul.awpa-contact-info.none li.awpa-facebook-li a {
background-color: transparent;
color: #3b5999;
}
.wp_post_author_widget ul.awpa-contact-info.none li.awpa-twitter-li a,
.wp-post-author ul.awpa-contact-info.none li.awpa-twitter-li a {
background-color: transparent;
color: #000;
}
.wp_post_author_widget ul.awpa-contact-info.none li.awpa-linkedin-li a,
.wp-post-author ul.awpa-contact-info.none li.awpa-linkedin-li a {
background-color: transparent;
color: #0077B5;
}
.wp_post_author_widget ul.awpa-contact-info.none li.awpa-instagram-li a,
.wp-post-author ul.awpa-contact-info.none li.awpa-instagram-li a {
background-color: transparent;
color: #3F729B;
}
.wp_post_author_widget ul.awpa-contact-info.none li.awpa-youtube-li a,
.wp-post-author ul.awpa-contact-info.none li.awpa-youtube-li a {
background-color: transparent;
color: #cd201f;
}
.wp_post_author_widget ul.awpa-contact-info.none li.awpa-website-li a,
.wp-post-author ul.awpa-contact-info.none li.awpa-website-li a {
background-color: transparent;
color: #ce1126;
}
.wp_post_author_widget ul.awpa-contact-info.none li.awpa-email-li a,
.wp-post-author ul.awpa-contact-info.none li.awpa-email-li a {
background-color: transparent;
color: #dd4b39;
}  .wp-block-awpa-user-profile-dashboard:not(:has(.awpa-loign-from-area)) {
display: grid;
grid-template-columns: max-content 1fr;
box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 4px;
border-radius: 5px;
overflow: hidden;
} .wp-block-awpa-user-profile-dashboard .left-container {
display: flex;
flex-direction: column;
width: auto !important;
background: #eee;
margin: 0 !important;
} .wp-block-awpa-user-profile-dashboard .left-container .nav {
text-decoration: none;
cursor: pointer;
width: 100%;
font-family: inherit;
font-size: 16px;
color: #777;
font-weight: 500;
display: flex;
align-items: center;
gap: 10px;
padding: 10px 20px;
border-left: 2px solid transparent;
box-sizing: border-box;
transition: all .3s;
}
.wp-block-awpa-user-profile-dashboard .left-container .nav::before {
font-family: "Font Awesome 5 Free";
font-size: 16px;
color: #777;
display: inline-block;
font-weight: 700;
transition: all .3s;
}
.wp-block-awpa-user-profile-dashboard .left-container .nav:nth-child(1):before {
content: "\f015";
}
.wp-block-awpa-user-profile-dashboard .left-container .nav:nth-child(2):before {
content: "\f07a";
}
.wp-block-awpa-user-profile-dashboard .left-container .nav:nth-child(3):before {
content: "\f161";
}
.wp-block-awpa-user-profile-dashboard .left-container .nav:nth-child(4):before {
content: "\f2f5";
}
.wp-block-awpa-user-profile-dashboard .left-container .nav:hover {
color: #2d1286;
}
.wp-block-awpa-user-profile-dashboard .left-container .nav.active,
.wp-block-awpa-user-profile-dashboard .left-container:not(:has(.active)) .nav:first-child {
color: #2d1286;
background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(169, 208, 113, 0));
border-left: 2px solid #2d1286;
}
.wp-block-awpa-user-profile-dashboard .left-container .nav:hover::before,
.wp-block-awpa-user-profile-dashboard .left-container .nav.active::before,
.wp-block-awpa-user-profile-dashboard .left-container:not(:has(.active)) .nav:first-child::before {
color: #2d1286;
} .wp-block-awpa-user-profile-dashboard .right-container {
width: auto !important;
background-color: #fff;
padding: 30px;
border-top: 1px solid #eee;
overflow: auto;
} .wp-block-awpa-user-profile-dashboard .wp-post-author {
padding: 20px;
display: flex;
gap: 20px;
grid-row: 1/2;
grid-column: 1/-1;
} .wp-block-awpa-user-profile-dashboard .right-container .aft-container {
display: flex;
flex-direction: column;
gap: 20px;
}
.wp-block-awpa-user-profile-dashboard .right-container .awpa-imput-content-wrapper {
display: flex;
flex-wrap: wrap;
gap: 20px;
}
.wp-block-awpa-user-profile-dashboard .right-container .awpa-field {
width: min(250px, 100%);
flex: 1 1 auto;
}
.wp-block-awpa-user-profile-dashboard .awpa-field label {
display: block;
font-size: 14px;
font-weight: 600;
color: #333;
margin-bottom: 5px;
}
.wp-block-awpa-user-profile-dashboard .awpa-field input {
display: block;
border: none;
color: #333;
font-size: 16px;
width: 100%;
min-height: 40px;
padding: 0 8px;
outline: 1px solid #adb5bd;
border-radius: 3px;
box-sizing: border-box;
transition: all .3s;
}
.wp-block-awpa-user-profile-dashboard .awpa-field input:focus-visible {
outline: 2px solid #2d1286;
}
.wp-block-awpa-user-profile-dashboard .awpa-field .error-message span {
font-size: 14px;
color: #cd201f;
}
.wp-block-awpa-user-profile-dashboard .btn {
align-self: flex-start;
min-height: 40px;
font-size: 14px;
font-weight: 600;
background-color: #2d1286;
color: #fff;
border: none;
padding: 0 30px;
box-sizing: border-box;
border-radius: 3px;
cursor: pointer;
transition: all .3s;
}
.wp-block-awpa-user-profile-dashboard .btn:hover {
background-color: #230e68;
color: #fff;
} .wp-block-awpa-user-profile-dashboard .aft-order-container {
border: 1px solid rgba(0, 0, 0, 0.12);
border-radius: 5px;
overflow: hidden;
}
.wp-block-awpa-user-profile-dashboard nav>div select {
min-width: auto;
} .wp-block-awpa-user-profile-dashboard .right-container .aft-container-plans h2 {
margin: 30px 0;
font-size: 24px;
font-weight: 700;
}
.wp-block-awpa-user-profile-dashboard .aft-container-plans .awpa-current-plan {
border-bottom: 1px solid #eee;
padding-bottom: 30px;
}
.awpa-mem-plans {
display: flex;
flex-wrap: wrap;
gap: 20px;
}
.awpa-mem-plan {
width: 280px;
padding: 30px;
box-shadow: rgba(99, 99, 99, 0.05) 0px 2px 8px 0px;
border-radius: 5px;
display: flex;
flex-direction: column;
gap: 20px;
box-sizing: border-box; border: 1px solid #eee !important;
color: #333;
}
.awpa-plan-header {
border-bottom: 1px solid #eee;
padding-bottom: 20px;
}
.awpa-plan-header h4 {
margin: 0;
font-size: 20px;
font-weight: 600;
}
.awpa-plan-header h4 span {
display: block;
font-size: 16px;
font-weight: 400;
color: #777;
}
.awpa-plan-header p {
margin: 0;
margin-top: 5px;
font-size: 16px !important;
color: #777;
}
.awpa-plan-body {
margin-top: auto;
}
.awpa-plan-body ul {
margin: 0 !important;
padding: 0 !important;
text-align: left;
list-style: none !important;
display: flex;
flex-direction: column;
gap: 5px;
}
.awpa-plan-body ul li {
margin: 0 !important;
padding: 0 !important;
font-size: 14px;
color: #777;
}
.awpa-plan-body ul li span {
font-weight: 500; }
.awpa-plan-body h6 {
margin: 0;
font-size: 32px;
font-weight: 700;
line-height: 1;
margin-bottom: 20px;
}
.awpa-plan-footer .btn {
width: 100%;
}
.awpa-modal-popup>div {
width: 100%;
min-width: 350px;
padding: 40px;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
border-radius: 5px;
position: relative;
}
.awpa-modal-popup h4 {
font-size: 20px;
font-weight: 700;
border-bottom: 2px solid #eee;
padding-bottom: 5px;
margin: 0 0 20px 0;
}
.awpa-modal-popup .awpa-form-inputs label {
display: block;
font-size: 14px;
font-weight: 600;
color: #333;
margin-bottom: 5px;
}
.awpa-modal-popup .awpa-form-inputs select,
.awpa-modal-popup .awpa-form-inputs input {
margin-bottom: 20px;
}
.awpa-modal-popup .awpa-form-inputs select,
.awpa-modal-popup .awpa-form-inputs input {
display: block;
border: none;
color: #333;
font-size: 16px;
width: 100%;
min-height: 40px;
padding: 0 8px;
outline: 1px solid #adb5bd;
border-radius: 3px;
box-sizing: border-box;
transition: all .3s;
}
.awpa-modal-popup .awpa-form-inputs select:focus-visible,
.awpa-modal-popup .awpa-form-inputs input:focus-visible {
outline: 2px solid #2d1286;
}
.awpa-modal-popup .awpa-imput-content-wrapper .error-message {
margin-bottom: 20px;
font-size: 14px;
color: #cd201f;
}
.awpa-modal-popup .awpa-form-inputs .awpa-button {
min-height: 40px;
background-color: #2d1286;
color: #fff;
font-size: 16px;
padding: 7px 30px;
font-weight: 600;
border-radius: 3px;
cursor: pointer;
display: inline-block;
box-sizing: border-box;
transition: all .3s;
}
.awpa-modal-popup .awpa-form-inputs .awpa-button:not(.awpa-form-disabled):hover {
background-color: #230e68;
color: #fff;
}
.awpa-modal-popup .awpa-form-inputs .awpa-button.awpa-form-disabled {
background-color: #eee;
color: #333;
cursor: initial;
}
.awpa-modal-popup .awpa-form-inputs>.awpa-form-inputs {
text-align: right;
}
.awpa-modal-popup>div>a,
.awpa-payment-modal>a {
text-decoration: none;
position: absolute;
top: 5px;
right: 5px;
width: 30px;
height: 30px;
background: #eee;
border-radius: 50%;
display: flex;
justify-content: center;
font-size: 18px;
cursor: pointer;
transition: all .3s;
}
.awpa-modal-popup>div>a:hover,
.awpa-payment-modal>a:hover {
background-color: #c7c7c7;
}
.awpa-payment-modal {
background-color: #fff;
border-radius: 5px;
padding: 40px;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
width: 100%;
box-sizing: border-box;
position: relative;
} .awpa-content-restrict {
border: 1px solid #eee;
padding: 20px;
color: #333;
box-sizing: border-box;
}
.awpa-content-restrict p {
font-size: 16px;
margin: 0 0 20px 0;
}
.awpa-content-restrict p:last-child {
display: flex;
margin: 0;
gap: 10px;
flex-wrap: wrap;
}
.awpa-content-restrict a {
display: inline-block;
text-decoration: none;
border: 1px solid #eee;
padding: 5px 15px;
border-radius: 100px;
color: #777;
cursor: pointer;
box-sizing: border-box;
transition: all .3s;
}
.awpa-content-restrict a:last-child {
background-color: #2d1286;
color: #fff;
border: 1px solid #2d1286;
}
.awpa-content-restrict a:first-child:hover {
border: 1px solid #2d1286;
color: #2d1286;
}
.awpa-content-restrict a:last-child:hover {
background-color: #230e68;
} .awpa-loign-from-area {
max-width: 400px;
margin: 0 auto;
}
.awpa-loign-from-area .awpa-field {
margin-bottom: 20px;
}
.awpa-loign-from-area .awpa-password-field {
position: relative;
}
.awpa-loign-from-area .awpa-password-field input {
padding-right: 45px;
}
.awpa-loign-from-area .awpa-password-field button {
position: absolute;
top: 0;
right: 15px;
height: 100%;
width: 30px;
border: none;
border-left: none;
background: transparent;
padding: 0 20px;
border-radius: 0px 3px 3px 0;
font-size: 0;
cursor: pointer;
}
.awpa-loign-from-area .awpa-password-field button::after {
font-family: "Font Awesome 5 Free";
font-size: 20px;
display: inline-block;
color: #2d1286;
font-weight: 700;
transition: all .3s;
}
.awpa-loign-from-area .awpa-password-field button.show::after {
content: '\f06e';
}
.awpa-loign-from-area .awpa-password-field button.hide::after {
content: '\f070';
}
.awpa-loign-from-area .awpa-remember-field {
display: flex;
align-items: center;
gap: 5px;
}
.awpa-loign-from-area .awpa-remember-field input {
width: 20px;
min-height: 20px;
accent-color: #2d1286;
margin: 0;
outline: none;
border: 1px solid #adb5bd;
}
.awpa-loign-from-area .awpa-remember-field label {
margin: 0;
}
.awpa-loign-from-area .integration-card>.btn {
width: 100%;
}
.awpa-loign-from-area .integration-card>a {
display: inline-block;
font-size: 14px;
font-weight: 600;
color: #2d1286;
margin-top: 20px;
}
.awpa-loign-from-area #login_error {
font-size: 16px;
margin-bottom: 20px;
}   .awpa-review-field .awpa-review-item .awpa-smiley-rating {
display: flex;
gap: 20px;
flex-wrap: wrap;
}
.awpa-review-field .awpa-review-item .awpa-smiley-rating>div {
display: flex;
gap: 5px;
align-items: center;
flex-direction: column;
}
.awpa-review-field .awpa-review-item .awpa-smiley-rating>div p {
margin: 0;
font-size: 14px;
font-weight: 400;
}
.awpa-review-field .awpa-review-item .awpa-smiley-rating>div button {
font-size: 14px;
font-weight: 600;
padding: 0;
border: none;
background: none;
width: 30px;
height: 30px;
}
.awpa-review-field .awpa-review-item .awpa-smiley-rating>div button svg {
width: 100%;
height: 100%;
} .awpa-review-field .star-review-wrapper {
display: flex;
flex-wrap: wrap;
gap: 20px;
}
.awpa-review-field .star-review-title {
flex: 1.4;
min-width: 300px;
display: flex;
flex-direction: column;
gap: 15px;
}
.awpa-review-field h4 {
margin: 0;
}
.awpa-review-field .title-avg-review {
display: flex;
flex-wrap: wrap;
align-items: baseline;
gap: 10px;
}
.awpa-review-field .title-avg-review > span:first-child {
font-size: 32px;
font-weight: 700;
}
.awpa-review-field .title-avg-review .awpa-pro-rating-review  {
display: flex;
align-items: center;
gap: 5px;
}  .awpa-review-field .star-review-wrapper .awpa-review-item {
display: flex !important;
flex-direction: column;
gap: 5px;
}
.awpa-review-field .star-review-wrapper .awpa-review-item > .awpa-pro-rating-review {
display: flex !important;
align-items: center;
gap: 10px;
}
.awpa-review-field .star-review-wrapper .awpa-review-item > .awpa-pro-rating-review .counter-back{
flex: 1;
}
.awpa-review-field .star-review-wrapper .awpa-review-item > .awpa-pro-rating-review > span:first-child{
min-width: 12px;
}
.awpa-review-field .star-review-wrapper .awpa-review-item > .awpa-pro-rating-review > span:last-child{
min-width: 60px;
}
.awpa-review-field .star-review-wrapper .awpa-pro-single-rating-review,
.awpa-review-field .star-review-wrapper .right-star .awpa-pro-rating-review {
display: flex;
align-items: center;
gap: 10px;
}  .awpa-review-field .star-review-wrapper .right-star {
flex: 1;
}
.awpa-review-field .star-review-wrapper .right-star h4{
text-transform: uppercase;
font-size: 12px;
}
.awpa-review-field .star-review-wrapper .right-star .awpa-pro-rating-review{
margin-top: 10px;
}
.awpa-review-field .star-review-wrapper .right-star .awpa-pro-rating-review span {
font-size: 32px !important;
}
.awpa-review-field .star-review-wrapper .right-star .awpa-pro-rating-review span {
font-size: 32px !important;
}
.awpa-review-field .right-star .awpa-rating-button{
border: 1px solid rgba(0, 0, 0, 0.3);
padding: 5px 30px;
font-size: inherit;
line-height: inherit;
display: inline-block;
background-color: transparent;
text-decoration: none;
color: inherit;
border-radius: 50px;
cursor: pointer;
transition: all 300ms ease-out;
margin-top: 15px;
margin-right: 10px;
}
.awpa-review-field .right-star .awpa-rating-button:disabled{
cursor: not-allowed;
opacity: 0.5;
} .awpa-review-field .awpa-rating-message {
margin-top: 10px;
}
.awpa-review-field .awpa-login-message {
margin: 5px 0 0;
}
.awpa-review-field .awpa-rating-button-wrapper {
display: flex;
flex-wrap: wrap;
column-gap: 15px;
row-gap: 20px;
margin-top: 20px;
}
.awpa-review-field .awpa-rating-button-wrapper .awpa-rating-button {
margin-top: 0;
} .awpa-review-field .awpa-review-item .awpa-yes-no-rating {
display: flex;
align-items: center;
gap: 30px;
}
.awpa-review-field .awpa-review-item .awpa-yes-no-rating>div {
display: flex;
flex-direction: column; gap: 2px;
}
.awpa-review-field .awpa-review-item .awpa-yes-no-rating>div p {
margin: 0;
font-size: 16px;
font-weight: 400;
}
.awpa-review-field .awpa-review-item .awpa-yes-no-rating>div label {
margin: 0;
font-weight: 700;
font-size: 16px;
display: flex;
align-items: center;
gap: 5px;
} .awpa-rating-review+.post-item-metadata {
padding: 10px 0;
}
.awpa-rating-review+.post-item-metadata .post-edit-link {
display: inline-block;
font-size: 16px;
color: inherit;
border-bottom: 1px solid currentColor;
}
.awpa-rating-review+.post-item-metadata .post-edit-link:hover {
border-color: transparent;
} .awpa-author-post-star-variation {
margin-top: 5px;
display: flex;
flex-wrap: wrap;
align-items: baseline;
gap: 10px;
}
.awpa-author-post-star-variation .rating-avg{
font-size: inherit;
font-weight: 600;
order: -1;
}
.awpa-author-post-star-variation .awpa-pro-rating-review {
display: flex;
gap: 5px;
}
.wp-post-author-wrap.right .awpa-author-post-star-variation {
justify-content: flex-end;
}
.wp-post-author-wrap.center .awpa-author-post-star-variation {
justify-content: center;
} .awpa-single-post-star-variation .awpa-pro-rating-review  {
display: inline-block;
}
.awpa-single-post-star-variation .awpa-pro-rating-review > span  {
display: inline-block !important;
font-size: max(12px, .5em) !important;
}
.awpa-single-post-star-variation .awpa-pro-rating-review > span:not(:last-child)  {
margin-right: 5px;
}
.awpa-top-rated-posts {
text-align: left;
}
.wp-post-author + .awpa-top-rated-posts {
padding: 20px 0;
}
.wp-post-author + .awpa-top-rated-posts h2 {
margin-top: 0;
}
.awpa-top-rated-posts ul.awpa-posts-list {
container-type: inline-size;
list-style-type: none;
margin: 0 !important;
padding: 0;
display: flex;
align-items: flex-start;
flex-wrap: wrap;
gap: 20px;
}
.wp-post-author-wrap.right .awpa-top-rated-posts ul.awpa-posts-list{
flex-direction: row-reverse;
}
.awpa-top-rated-posts ul.awpa-posts-list li{
padding: 0 !important;
display: flex;
gap: 15px;
align-items: flex-start;
width: calc(50% - 10px);
}
@container (max-width: 480px) {
.awpa-top-rated-posts ul.awpa-posts-list li{
width: 100%;
}
}
.wp-post-author-wrap.center .awpa-top-rated-posts ul.awpa-posts-list li{
flex-direction: column;
text-align: center;
align-items: center;
}
.wp-post-author-wrap.right .awpa-top-rated-posts ul.awpa-posts-list li{
flex-direction: row-reverse;
text-align: right;
}
.awpa-top-rated-posts .awpa-top-post-img {
position: relative;
width: 25%;
aspect-ratio: 1/1;
overflow: hidden;
}
.awpa-top-rated-posts .awpa-top-post-img img {
margin: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.awpa-top-rated-posts .awpa-top-post-img a {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.awpa-top-rated-posts .awpa-top-post-img a:hover {
border: none;
}
.awpa-post-count {
display: flex;
align-items: center;
justify-content: center;
width: 30px;
height: 30px;
text-align: center;
background-color: #ffb900;
color: #000;
font-weight: 700;
font-size: 16px;
}
.awpa-post-count.awpa-post-count-inside-image {
position: absolute;
top: 0;
left: 0;
}
.awpa-top-rated-posts .awpa-top-post-title {
flex: 1;
align-self: center;
}
.awpa-top-rated-posts .awpa-top-post-title a,
.awpa-top-rated-posts .awpa-top-post-title a:hover, 
.awpa-top-rated-posts .awpa-top-post-title a:focus, 
.awpa-top-rated-posts .awpa-top-post-title a:active, 
.awpa-top-rated-posts .awpa-top-post-title a:visited {
color: inherit;
}  .awpa-tabs {
position: relative;
display: flex;
gap: 20px;
transition: opacity .3s;
overflow-x: auto;
}
.wp-post-author-wrap.center .awpa-tabs{
justify-content: center;
}
.wp-post-author-wrap.right .awpa-tabs{
flex-direction: row-reverse;
}
.awpa-tabs::before{
position: absolute;
right: 0;
left: 0;
bottom: 0;
border-bottom: 1px solid #f0f0f0;
content: '';
}
.awpa-tabs .awpa-tab {
position: relative;
display: inline-flex;
align-items: center;
padding: 8px 0;
background: 0 0;
border: 0;
cursor: pointer;
outline: none;
transition: all .3s;
opacity: 0.75;
text-transform: uppercase;
font-size: 12px;
font-weight: 600;
white-space: nowrap;
}
.awpa-tabs .awpa-tab::after{
position: absolute;
left: 0px;
bottom: 0;
display: inline-block;
height: 2px;
width: 100%;
content: '';
pointer-events: none; }
.awpa-tabs .awpa-tab.active {
text-shadow: 0 0 .25px currentcolor;
opacity: 1;
}
.awpa-tabs .awpa-tab.active::after{
background: currentColor;
}
.awpa-tab-content {
display: none;
padding:  20px 0;
}
.awpa-tab-content.active {
display: block;
} body.rtl .awpa-top-rated-posts {
text-align: right;
}
body.rtl .wp-post-author-wrap.left .awpa-tabs {
flex-direction: row-reverse;
}
body.rtl .wp-post-author-wrap.right .awpa-tabs {
flex-direction: row;
}
body.rtl .wp-post-author-wrap.left .wp-post-author {
flex-direction: row-reverse;
text-align: left;
}
body.rtl .wp-post-author-wrap.right .wp-post-author {
flex-direction: row;
}
body.rtl .awpa-post-count.awpa-post-count-inside-image {
left: auto;
right: 0;
}
body.rtl .wp-post-author-wrap.left .awpa-author-post-star-variation {
justify-content: flex-end;
}
body.rtl .wp-post-author-wrap.right .awpa-author-post-star-variation {
justify-content: flex-start;
}
body.rtl .wp-post-author-wrap .awpa-author-post-star-variation .awpa-pro-rating-review span::before{
left: auto;
right: 0;
}
body.rtl .wp-post-author-wrap.left .awpa-top-rated-posts ul.awpa-posts-list{
flex-direction: row-reverse;
}
body.rtl .wp-post-author-wrap.right .awpa-top-rated-posts ul.awpa-posts-list{
flex-direction: row;
}
body.rtl .wp-post-author-wrap.left .awpa-top-rated-posts ul.awpa-posts-list li{
flex-direction: row-reverse;
text-align: left;
}
body.rtl .wp-post-author-wrap.right .awpa-top-rated-posts ul.awpa-posts-list li{
flex-direction: row;
} .awpa-user-rating-list{
list-style-type: none;
padding: 0;
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
margin-top: 40px; 
}
.entry-content ul.awpa-user-rating-list {
padding: 0;
}
.awpa-pro-single-rating-review {
line-height: 1;
}
.awpauser-rating-item{
display: flex;
align-items: center;
}
.awpa-user-gravatar {
display: flex;
}
.awpa-user-gravatar img{
border-radius: 50%;
margin-right: 25px;
}
.awpa-user-info{
display: flex;
flex-wrap: wrap;
flex-direction:column;
}
.awpa-user-name{
font-weight: normal;
margin-bottom: 5px;
}
.awpa-rating-stars{
display: flex;
flex-wrap: wrap;
align-items:center;
} .awpa-review-field {
container-type: inline-size;
}
@container (width > 1400px) {
.awpa-user-rating-list {
grid-template-columns: repeat(4, 1fr);
}
}
@container (width < 1200px) {
.awpa-user-rating-list {
grid-template-columns: repeat(3, 1fr);
}
}
@container (width < 780px) {
.awpa-user-rating-list {
grid-template-columns: repeat(2, 1fr);
}
}
@container (width < 480px) {
.awpa-user-rating-list {
grid-template-columns: 1fr;
}
}
@media screen and (max-width: 600px) {
.wp-post-author .awpa-img.awpa-author-block {
margin-top: unset;
}
.wp-block-awpa-user-profile-dashboard .left-container .nav {
font-size: 0;
}
}
@media screen and (max-width: 480px) { .awpa-user-rating-list {
grid-template-columns: 1fr;
}
}
@media screen and (max-width: 450px) {
.wp-block-awpa-user-profile-dashboard .right-container {
padding: 10px;
}
.wp-block-awpa-user-profile-dashboard .aft-container-plans .awpa-mem-plan {
width: 100%;
padding: 20px;
}
}