@charset "UTF-8";
.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 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;
}#cookie-law-info-bar {
font-size: 15px;
margin: 0 auto;
padding: 12px 10px;
position: absolute;
text-align: center;
box-sizing: border-box;
width:100%;
z-index: 9999; display: none;
left:0px;
font-weight:300;
box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 0.3);
}
#cookie-law-info-again {
font-size: 10pt;
margin: 0;
padding:5px 10px;
text-align: center;
z-index: 9999;
cursor: pointer;
box-shadow: #161616 2px 2px 5px 2px;
}
#cookie-law-info-bar span {
vertical-align: middle;
} .cli-plugin-button, .cli-plugin-button:visited {
display: inline-block;
padding: 9px 12px;
color: #fff;
text-decoration: none;
position: relative;
cursor: pointer;
margin-left: 5px;
text-decoration: none;
}
.cli-plugin-main-link {
margin-left:0px;
font-weight: 550; text-decoration: underline;
}
.cli-plugin-button:hover {
background-color: #111;
color: #fff;
text-decoration: none;
}
.small.cli-plugin-button, .small.cli-plugin-button:visited {
font-size: 11px;
}
.cli-plugin-button, .cli-plugin-button:visited,
.medium.cli-plugin-button, .medium.cli-plugin-button:visited {
font-size: 13px;
font-weight: 400;
line-height: 1;
}
.large.cli-plugin-button, .large.cli-plugin-button:visited {
font-size: 14px;
padding: 8px 14px 9px;
}
.super.cli-plugin-button, .super.cli-plugin-button:visited {
font-size: 34px;
padding: 8px 14px 9px;
}
.pink.cli-plugin-button, .magenta.cli-plugin-button:visited {
background-color: #e22092;
}
.pink.cli-plugin-button:hover {
background-color: #c81e82;
}
.green.cli-plugin-button, .green.cli-plugin-button:visited {
background-color: #91bd09;
}
.green.cli-plugin-button:hover {
background-color: #749a02;
}
.red.cli-plugin-button, .red.cli-plugin-button:visited {
background-color: #e62727;
}
.red.cli-plugin-button:hover {
background-color: #cf2525;
}
.orange.cli-plugin-button, .orange.cli-plugin-button:visited {
background-color: #ff5c00;
}
.orange.cli-plugin-button:hover {
background-color: #d45500;
}
.blue.cli-plugin-button, .blue.cli-plugin-button:visited {
background-color: #2981e4;
}
.blue.cli-plugin-button:hover {
background-color: #2575cf;
}
.yellow.cli-plugin-button, .yellow.cli-plugin-button:visited {
background-color: #ffb515;
}
.yellow.cli-plugin-button:hover {
background-color: #fc9200;
}
.cli-plugin-button{ margin-top:5px; }
.cli-bar-popup{
-moz-background-clip: padding;
-webkit-background-clip: padding;
background-clip: padding-box;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px;
padding:20px;
}
.cli-powered_by_p{width:100% !important; display:block !important; color:#333; clear:both; font-style:italic !important; font-size:12px !important; margin-top:15px !important; }
.cli-powered_by_a{color:#333; font-weight:600 !important; font-size:12px !important;} .cli-plugin-main-link.cli-plugin-button {
text-decoration: none;
}
.cli-plugin-main-link.cli-plugin-button {
margin-left: 5px;
}.gdpr-container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.gdpr-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.gdpr-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.gdpr-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.gdpr-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.gdpr-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.gdpr-px-0 {
padding-left: 0;
padding-right: 0;
}
.modal-backdrop.show {
opacity: .8;
}
.modal-open {
overflow: hidden
}
.modal-open .gdpr-modal {
overflow-x: hidden;
overflow-y: auto
}
.gdpr-modal.fade .gdpr-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.gdpr-modal.show .gdpr-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1039;
background-color: #000
}
.modal-backdrop.fade {
opacity: 0
}
.modal-backdrop.show {
opacity: .5
}
.gdpr-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
outline: 0
}
.gdpr-modal a {
text-decoration: none;
}
.gdpr-modal .gdpr-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.gdpr-modal .gdpr-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2));
}
}
@media (min-width: 992px) {
.gdpr-modal .gdpr-modal-dialog {
max-width: 900px;
}
}
.gdpr-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0,0,0,.2);
border-radius: .3rem;
outline: 0
}
.gdpr-modal .row {
margin: 0 -15px;
}
.gdpr-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.gdpr-modal .close {
position: absolute;
right: 10px;
top: 10px;
z-index: 1;
padding: 0;
background-color: transparent;
border: 0;
-webkit-appearance: none;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
}
.gdpr-modal .close:focus {
outline: 0;
}
.gdpr-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 70px;
font-size: 14px;
}
.gdpr-switch input[type="checkbox"] {
display:none;
}
.gdpr-switch .gdpr-slider {
background-color: #e3e1e8;
height: 24px;
width: 50px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.gdpr-switch .gdpr-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 20px;
left: 2px;
position: absolute;
transition: .4s;
width: 20px;
}
.gdpr-switch input:checked + .gdpr-slider {
background-color:rgb(99, 179, 95);
}
.gdpr-switch input:checked + .gdpr-slider:before {
transform: translateX(26px);
}
.gdpr-switch .gdpr-slider {
border-radius: 34px;
}
.gdpr-switch .gdpr-slider:before {
border-radius: 50%;
}
.gdpr-tab-content>.gdpr-tab-pane {
display: none;
}
.gdpr-tab-content>.active {
display: block;
}
.gdpr-fade {
transition: opacity .15s linear;
}
.gdpr-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column !important;
flex-direction: column !important;
align-items: stretch !important;
-ms-align-items: stretch !important;
}
.nav.gdpr-nav-pills, .gdpr-tab-content {
width: 100%;
padding: 30px;
}
.nav.gdpr-nav-pills {
background: #f3f3f3;
}
.nav.gdpr-nav-pills .gdpr-nav-link {
border: 1px solid #0070ad;
margin-bottom: 10px;
color: #0070ad;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active, .nav.gdpr-nav-pills .show>.gdpr-nav-link {
background-color: #0070ad;
border: 1px solid #0070ad;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active {
color: #ffffff;
}
.gdpr-tab-content .gdpr-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.gdpr-tab-content .gdpr-button-wrapper .btn-gdpr {
background-color: #0070ad;
border-color: #0070ad;
color: #ffffff;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: .25rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.gdpr-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.gdpr-tab-content h4 {
font-size: 20px;
margin-bottom: .5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
}
.cli-container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.cli-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.cli-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.cli-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.cli-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.cli-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.cli-px-0 {
padding-left: 0;
padding-right: 0;
}
.cli-btn {
cursor: pointer;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem 1.25rem;
line-height: 1;
border-radius: .25rem;
transition: all .15s ease-in-out;
}
.cli-btn:hover {
opacity: .8;
}
.cli-read-more-link {
cursor: pointer;
font-size: 15px;
font-weight: 500;
text-decoration: underline;
}
.cli-btn:focus {
outline: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .8;
}
.cli-modal-open {
overflow: hidden
}
.cli-barmodal-open {
overflow: hidden
}
.cli-modal-open .cli-modal {
overflow-x: hidden;
overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.cli-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
display: none;
}
.cli-modal-backdrop.cli-fade {
opacity: 0
}
.cli-modal-backdrop.cli-show {
opacity: .5;
display: block;
}
.cli-modal.cli-show {
display: block;
}
.cli-modal a {
text-decoration: none;
}
.cli-modal .cli-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.cli-modal .cli-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2))
}
}
@media (min-width: 992px) {
.cli-modal .cli-modal-dialog {
max-width: 900px;
}
}
.cli-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border-radius: .3rem;
outline: 0
}
.cli-modal .row {
margin: 0 -15px;
}
.cli-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.cli-modal .cli-modal-close {
position: absolute;
right: 10px;
top: 10px;
z-index: 1;
padding: 0;
background-color: transparent !important;
border: 0;
-webkit-appearance: none;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
}
.cli-modal .cli-modal-close:focus {
outline: 0;
}
.cli-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 70px;
font-size: 14px;
}
.cli-switch input[type="checkbox"] {
display:none;
}
.cli-switch .cli-slider {
background-color: #e3e1e8;
height: 24px;
width: 50px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.cli-switch .cli-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 20px;
left: 2px;
position: absolute;
transition: .4s;
width: 20px;
}
.cli-switch input:checked + .cli-slider {
background-color: #00acad
}
.cli-switch input:checked + .cli-slider:before {
transform: translateX(26px);
}
.cli-switch .cli-slider {
border-radius: 34px;
}
.cli-switch .cli-slider:before {
border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-tab-content>.cli-active {
display: block;
}
.cli-fade {
transition: opacity .15s linear;
}
.cli-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column;
flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
width: 100%;
padding: 30px;
}
@media (max-width: 767px) {
.cli-nav-pills, .cli-tab-content {
padding: 30px 10px;
}
}
.cli-nav-pills {
background: #f3f3f3;
}
.cli-nav-pills .cli-nav-link {
border: 1px solid #00acad;
margin-bottom: 10px;
color: #00acad;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
background-color: #00acad;
border: 1px solid #00acad;
}
.cli-nav-pills .cli-nav-link.cli-active {
color: #ffffff;
}
.cli-tab-content .cli-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.cli-tab-content h4 {
font-size: 20px;
margin-bottom: 1.5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
} .cli-container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.cli-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.cli-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.cli-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
flex-direction: column;
}
.cli-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.cli-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.cli-px-0 {
padding-left: 0;
padding-right: 0;
}
.cli-btn {
cursor: pointer;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem 1.25rem;
line-height: 1;
border-radius: .25rem;
transition: all .15s ease-in-out;
}
.cli-btn:hover {
opacity: .8;
}
.cli-read-more-link {
cursor: pointer;
font-size: 15px;
font-weight: 500;
text-decoration: underline;
}
.cli-btn:focus {
outline: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .8;
}
.cli-modal-open {
overflow: hidden
}
.cli-barmodal-open {
overflow: hidden
}
.cli-modal-open .cli-modal {
overflow-x: hidden;
overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.cli-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
-webkit-transform:scale(0);
transform:scale(0);
transition: opacity ease-in-out 0.5s;
}
.cli-modal-backdrop.cli-fade {
opacity: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .5;
-webkit-transform:scale(1);
transform:scale(1);
}
.cli-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 99999;
transform: scale(0);
overflow: hidden;
outline: 0;
display: none;
}
.cli-modal a {
text-decoration: none;
}
.cli-modal .cli-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: inherit;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.cli-modal .cli-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2))
}
}
.cli-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border-radius: .2rem;
box-sizing: border-box;
outline: 0
}
.cli-modal .row {
margin: 0 -15px;
}
.cli-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.cli-modal .cli-modal-close:focus {
outline: 0;
}
.cli-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 38px;
font-size: 14px;
}
.cli-switch input[type="checkbox"] {
display:none;
}
.cli-switch .cli-slider {
background-color: #e3e1e8;
height: 20px;
width: 38px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.cli-switch .cli-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 15px;
left: 3px;
position: absolute;
transition: .4s;
width: 15px;
}
.cli-switch input:checked + .cli-slider {
background-color: #61a229;
}
.cli-switch input:checked + .cli-slider:before {
transform: translateX(18px);
}
.cli-switch .cli-slider {
border-radius: 34px;
font-size:0;
}
.cli-switch .cli-slider:before {
border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column;
flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
width: 100%;
padding:5px 30px 5px 5px;
box-sizing: border-box;
}
@media (max-width: 767px) {
.cli-nav-pills, .cli-tab-content {
padding: 30px 10px;
}
}
.cli-nav-pills {
background: #fff;
}
.cli-nav-pills .cli-nav-link {
border: 1px solid #cccccc;
margin-bottom: 10px;
color:#2a2a2a;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
background-color: #f6f6f9;
border: 1px solid #cccccc;
}
.cli-nav-pills .cli-nav-link.cli-active {
color:#2a2a2a;
}
.cli-tab-content .cli-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.cli-tab-content h4 {
font-size: 20px;
margin-bottom: 1.5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
} #cookie-law-info-bar .cli-nav-pills,#cookie-law-info-bar .cli-tab-content,#cookie-law-info-bar .cli-nav-pills .cli-show>.cli-nav-link,#cookie-law-info-bar a.cli-nav-link.cli-active{
background: transparent;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link.cli-active,#cookie-law-info-bar  .cli-nav-link,#cookie-law-info-bar .cli-tab-container p,#cookie-law-info-bar span.cli-necessary-caption,#cookie-law-info-bar .cli-switch .cli-slider:after
{
color:inherit;
}
#cookie-law-info-bar .cli-tab-header a:before
{
border-right: 1px solid currentColor;
border-bottom: 1px solid currentColor;
}
#cookie-law-info-bar .cli-row
{
margin-top:20px;
}
#cookie-law-info-bar .cli-col-4
{
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
#cookie-law-info-bar .cli-col-8
{
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.cli-wrapper {
max-width: 90%;
float: none;
margin: 0 auto;
}
#cookie-law-info-bar .cli-tab-content h4
{
margin-bottom:0.5rem;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link
{
padding: .2rem 0.5rem;
}
#cookie-law-info-bar .cli-tab-container
{
display:none;
text-align:left;
} .cli-tab-footer .cli-btn {
background-color: #00acad;
padding: 10px 15px;
text-decoration:none;
}
.cli-tab-footer .wt-cli-privacy-accept-btn {
background-color: #61a229;
color: #ffffff;
border-radius: 0;
}
.cli-tab-footer {
width:100%;
text-align:right;
padding: 20px 0;
} .cli-col-12
{
width:100%;
}
.cli-tab-header
{
display: flex;
justify-content: space-between;
}
.cli-tab-header a:before {
width: 10px;
height: 2px;
left: 0;
top: calc(50% - 1px);
}
.cli-tab-header a:after {
width: 2px;
height: 10px;
left: 4px;
top: calc(50% - 5px);
-webkit-transform: none;
transform: none;
}
.cli-tab-header a:before {
width: 7px;
height: 7px;
border-right: 1px solid #4a6e78;
border-bottom: 1px solid #4a6e78;
content: " ";
transform: rotate(-45deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin-right:10px;
}
.cli-tab-header a.cli-nav-link  {
position: relative;
display: flex;
align-items: center;
font-size:14px;
color:#000;
text-transform: capitalize;
}
.cli-tab-header.cli-tab-active .cli-nav-link:before
{
transform: rotate(45deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.cli-tab-header {
border-radius: 5px;
padding: 12px 15px;
cursor: pointer;
transition: background-color 0.2s ease-out 0.3s, color 0.2s ease-out 0s;
background-color:#f2f2f2;
}
.cli-modal .cli-modal-close {
position: absolute;
right: 0;
top: 0;
z-index: 1;
-webkit-appearance: none;
width: 40px;
height: 40px;
padding: 0;
border-radius: 50%;
padding: 10px;
background: transparent;
border:none;
min-width: 40px;
}
.cli-tab-container h4,.cli-tab-container h1 {
font-family: inherit;
font-size: 16px;
margin-bottom: 15px;
margin:10px 0;
}
#cliSettingsPopup .cli-tab-section-container {
padding-top: 12px;
}
.cli-tab-container p ,.cli-privacy-content-text{
font-size: 14px;
line-height: 1.4;
margin-top: 0;
padding: 0;
color: #000;
}
.wt-cli-privacy
{
display:none;
}
.cli-tab-content
{
display:none;
}
.cli-tab-section .cli-tab-content
{
padding: 10px 20px 5px 20px;
}
.cli-tab-section
{
margin-top:5px;
}
@media (min-width: 992px) {
.cli-modal .cli-modal-dialog {
max-width: 645px;
}
}
.cli-switch .cli-slider:after{
content: attr(data-cli-disable);
position: absolute;
right: 50px;
color: #000;
font-size:12px;
text-align:right;
min-width: 80px;
}
.cli-switch input:checked + .cli-slider:after
{
content: attr(data-cli-enable);
}
.cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content {
max-height: 60px;
transition: max-height 0.15s ease-out;
overflow: hidden;
}
a.cli-privacy-readmore {
font-size: 12px;
margin-top: 12px;
display: inline-block;
padding-bottom: 0;
cursor: pointer;
color:#000;
text-decoration: underline;
}
.cli-modal-footer {
position: relative;
}
a.cli-privacy-readmore:before {
content: attr(data-readmore-text);
}
.cli-collapsed a.cli-privacy-readmore:before {
content: attr(data-readless-text);
}
.cli-collapsed .cli-privacy-content
{
transition: max-height 0.25s ease-in;
}
.cli-privacy-content p
{
margin-bottom:0;
}
.cli-modal-close svg {
fill: #000;
}
span.cli-necessary-caption {
color: #000;
font-size: 12px;
}
.cli-tab-section.cli-privacy-tab {
display: none;
}
#cookie-law-info-bar .cli-tab-section.cli-privacy-tab {
display: block;
}
#cookie-law-info-bar .cli-privacy-overview {
display: none;
}
.cli-tab-container .cli-row
{
max-height: 500px;
overflow-y: auto;
}
.cli-modal.cli-blowup.cli-out {
z-index: -1;
}
.cli-modal.cli-blowup {
z-index: 999999;
transform: scale(1);
}
.cli-modal.cli-blowup .cli-modal-dialog {
animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.cli-modal.cli-blowup.cli-out .cli-modal-dialog
{
animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@keyframes blowUpContent {
0% {
transform: scale(1);
opacity: 1;
}
99.9% {
transform: scale(2);
opacity: 0;
}
100% {
transform: scale(0);
}
}
@keyframes blowUpContentTwo {
0% {
transform: scale(2);
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
}
}
@keyframes blowUpModal {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes blowUpModalTwo {
0% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(0.5);
opacity: 0;
}
100% {
transform: scale(0);
opacity: 0;
}
}
.cli-tab-section .cookielawinfo-row-cat-table td, .cli-tab-section .cookielawinfo-row-cat-table th {
font-size: 12px;
}
.cli_settings_button
{
cursor: pointer;
} .wt-cli-sr-only
{
display: none;
font-size:16px;
} a.wt-cli-element.cli_cookie_close_button {
text-decoration: none;
color: #333333;
font-size: 22px;
line-height: 22px;
cursor: pointer;
position: absolute;
right: 10px;
top: 5px;
} .cli-bar-container{
float: none;
margin: 0 auto;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
justify-content: space-between;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.cli-bar-btn_container {
margin-left: 20px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
flex-wrap: nowrap;
}
.cli-style-v2 a
{
cursor: pointer;
}
.cli-bar-btn_container a {
white-space: nowrap;
}
.cli-style-v2 .cli-plugin-main-link
{
font-weight:inherit;
}
.cli-style-v2
{
font-size: 11pt;
line-height: 18px;
font-weight:normal;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-container,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-container{
display: block;
}
.cli-style-v2 .cli-bar-message {
width: 70%;
text-align: left;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-message,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-message
{
width:100%;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-style-v2 .cli-bar-btn_container {
margin-top:8px;
margin-left: 0px;
flex-wrap: wrap;
} #cookie-law-info-bar[data-cli-type="popup"] .cli-style-v2 .cli-bar-btn_container {
margin-top:8px;
margin-left: 0px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head{
text-align: left; margin-bottom: 5px;
margin-top: 0px;
font-size: 16px;
} .cli-style-v2 .cli-bar-message .wt-cli-ccpa-element,.cli-style-v2 .cli-bar-message .wt-cli-ccpa-checkbox {
margin-top: 5px;
}
.cli-style-v2 .cli-bar-btn_container .cli_action_button ,
.cli-style-v2 .cli-bar-btn_container .cli-plugin-main-link,
.cli-style-v2 .cli-bar-btn_container .cli_settings_button
{
margin-left: 5px;
}
.wt-cli-ccpa-checkbox label {
font-size: inherit;
cursor: pointer;
margin: 0px 0px 0px 5px;
} #cookie-law-info-bar[data-cli-style="cli-style-v2"]
{
padding: 14px 25px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"]
{
padding:32px 30px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"] {
padding: 32px 45px;
}
.cli-style-v2 .cli-plugin-main-link:not(.cli-plugin-button), .cli-style-v2 .cli_settings_button:not(.cli-plugin-button),.cli-style-v2 .cli_action_button:not(.cli-plugin-button){
text-decoration: underline;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
margin-top: 5px;
margin-bottom: 5px;
}
a.wt-cli-ccpa-opt-out {
white-space: nowrap;
text-decoration: underline;
}
.wt-cli-necessary-checkbox {
display: none !important;
}
@media (max-width: 985px) {
.cli-style-v2 .cli-bar-message
{
width:100%;
}
.cli-style-v2.cli-bar-container
{
justify-content:left;
flex-wrap: wrap;
}
.cli-style-v2 .cli-bar-btn_container {
margin-left:0px;
margin-top: 10px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"]
{
padding: 25px 25px;
}
} .wt-cli-ckyes-brand-logo {
display: flex;
align-items: center;
font-size: 9px;
color: #111111;
font-weight: normal;
}
.wt-cli-ckyes-brand-logo img{
width: 65px;
margin-left: 2px;
}
.wt-cli-privacy-overview-actions {
padding-bottom:0;
}
@media only screen and (max-width: 479px) and (min-width: 320px){
.cli-style-v2 .cli-bar-btn_container {
flex-wrap: wrap;
}
} .wt-cli-cookie-description {
font-size: 14px;
line-height: 1.4;
margin-top: 0;
padding: 0;
color: #000;
}.ppress-hint-wrap[class*=hint--]{position:relative;display:inline-block}.ppress-hint-wrap[class*=hint--]:after,.ppress-hint-wrap[class*=hint--]:before{position:absolute;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0);visibility:hidden;opacity:0;z-index:1000000;pointer-events:none;-webkit-transition:.3s ease;-moz-transition:.3s ease;transition:.3s ease;-webkit-transition-delay:0s;-moz-transition-delay:0s;transition-delay:0s}.ppress-hint-wrap[class*=hint--]:hover:after,.ppress-hint-wrap[class*=hint--]:hover:before{visibility:visible;opacity:1;-webkit-transition-delay:.1s;-moz-transition-delay:.1s;transition-delay:.1s}.ppress-hint-wrap[class*=hint--]:before{content:'';position:absolute;background:0 0;border:6px solid transparent;z-index:1000001}.ppress-hint-wrap[class*=hint--]:after{background:#383838;color:#fff;padding:8px 10px;font-size:12px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;line-height:12px;white-space:nowrap;text-shadow:0 -1px 0 #000;box-shadow:4px 4px 8px rgba(0,0,0,.3)}.ppress-hint-wrap[class*=hint--][aria-label]:after{content:attr(aria-label)}.ppress-hint-wrap[class*=hint--][data-hint]:after{content:attr(data-hint)}.ppress-hint-wrap[aria-label='']:after,.ppress-hint-wrap[aria-label='']:before,[data-hint='']:after,[data-hint='']:before{display:none!important}.ppress-hint-wrap.hint--top-left:before,.ppress-hint-wrap.hint--top-right:before,.ppress-hint-wrap.hint--top:before{border-top-color:#383838}.ppress-hint-wrap.hint--bottom-left:before,.ppress-hint-wrap.hint--bottom-right:before,.ppress-hint-wrap.hint--bottom:before{border-bottom-color:#383838}.ppress-hint-wrap.hint--top:after,.ppress-hint-wrap.hint--top:before{bottom:100%;left:50%}.ppress-hint-wrap.hint--top:before{margin-bottom:-11px;left:calc(50% - 6px)}.ppress-hint-wrap.hint--top:after{-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%)}.ppress-hint-wrap.hint--top:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.ppress-hint-wrap.hint--top:hover:after{-webkit-transform:translateX(-50%) translateY(-8px);-moz-transform:translateX(-50%) translateY(-8px);transform:translateX(-50%) translateY(-8px)}.ppress-hint-wrap.hint--bottom:after,.ppress-hint-wrap.hint--bottom:before{top:100%;left:50%}.ppress-hint-wrap.hint--bottom:before{margin-top:-11px;left:calc(50% - 6px)}.ppress-hint-wrap.hint--bottom:after{-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%)}.ppress-hint-wrap.hint--bottom:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.ppress-hint-wrap.hint--bottom:hover:after{-webkit-transform:translateX(-50%) translateY(8px);-moz-transform:translateX(-50%) translateY(8px);transform:translateX(-50%) translateY(8px)}.ppress-hint-wrap.hint--right:before{border-right-color:#383838;margin-left:-11px;margin-bottom:-6px}.ppress-hint-wrap.hint--right:after{margin-bottom:-14px}.ppress-hint-wrap.hint--right:after,.ppress-hint-wrap.hint--right:before{left:100%;bottom:50%}.ppress-hint-wrap.hint--right:hover:after,.ppress-hint-wrap.hint--right:hover:before{-webkit-transform:translateX(8px);-moz-transform:translateX(8px);transform:translateX(8px)}.ppress-hint-wrap.hint--left:before{border-left-color:#383838;margin-right:-11px;margin-bottom:-6px}.ppress-hint-wrap.hint--left:after{margin-bottom:-14px}.ppress-hint-wrap.hint--left:after,.ppress-hint-wrap.hint--left:before{right:100%;bottom:50%}.ppress-hint-wrap.hint--left:hover:after,.ppress-hint-wrap.hint--left:hover:before{-webkit-transform:translateX(-8px);-moz-transform:translateX(-8px);transform:translateX(-8px)}.ppress-hint-wrap.hint--top-left:after,.ppress-hint-wrap.hint--top-left:before{bottom:100%;left:50%}.ppress-hint-wrap.hint--top-left:before{margin-bottom:-11px;left:calc(50% - 6px)}.ppress-hint-wrap.hint--top-left:after{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);transform:translateX(-100%);margin-left:12px}.ppress-hint-wrap.hint--top-left:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.ppress-hint-wrap.hint--top-left:hover:after{-webkit-transform:translateX(-100%) translateY(-8px);-moz-transform:translateX(-100%) translateY(-8px);transform:translateX(-100%) translateY(-8px)}.ppress-hint-wrap.hint--top-right:after,.ppress-hint-wrap.hint--top-right:before{bottom:100%;left:50%}.ppress-hint-wrap.hint--top-right:before{margin-bottom:-11px;left:calc(50% - 6px)}.ppress-hint-wrap.hint--top-right:after{-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0);margin-left:-12px}.ppress-hint-wrap.hint--top-right:hover:after,.ppress-hint-wrap.hint--top-right:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.ppress-hint-wrap.hint--bottom-left:after,.ppress-hint-wrap.hint--bottom-left:before{top:100%;left:50%}.ppress-hint-wrap.hint--bottom-left:before{margin-top:-11px;left:calc(50% - 6px)}.ppress-hint-wrap.hint--bottom-left:after{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);transform:translateX(-100%);margin-left:12px}.ppress-hint-wrap.hint--bottom-left:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.ppress-hint-wrap.hint--bottom-left:hover:after{-webkit-transform:translateX(-100%) translateY(8px);-moz-transform:translateX(-100%) translateY(8px);transform:translateX(-100%) translateY(8px)}.ppress-hint-wrap.hint--bottom-right:after,.ppress-hint-wrap.hint--bottom-right:before{top:100%;left:50%}.ppress-hint-wrap.hint--bottom-right:before{margin-top:-11px;left:calc(50% - 6px)}.ppress-hint-wrap.hint--bottom-right:after{-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0);margin-left:-12px}.ppress-hint-wrap.hint--bottom-right:hover:after,.ppress-hint-wrap.hint--bottom-right:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.ppress-hint-wrap.hint--large:after,.ppress-hint-wrap.hint--medium:after,.ppress-hint-wrap.hint--small:after{white-space:normal;line-height:1.4em;word-wrap:break-word}.ppress-hint-wrap.hint--small:after{width:80px}.ppress-hint-wrap.hint--medium:after{width:150px}.ppress-hint-wrap.hint--large:after{width:300px}.ppress-hint-wrap.hint--error:after{background-color:#b34e4d;text-shadow:0 -1px 0 #592726}.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--top-left:before,.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--top-right:before,.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--top:before{border-top-color:#b34e4d}.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--bottom-left:before,.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--bottom-right:before,.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--bottom:before{border-bottom-color:#b34e4d}.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--left:before{border-left-color:#b34e4d}.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--right:before{border-right-color:#b34e4d}.ppress-hint-wrap.hint--warning:after{background-color:#c09854;text-shadow:0 -1px 0 #6c5328}.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--top-left:before,.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--top-right:before,.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--top:before{border-top-color:#c09854}.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--bottom-left:before,.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--bottom-right:before,.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--bottom:before{border-bottom-color:#c09854}.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--left:before{border-left-color:#c09854}.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--right:before{border-right-color:#c09854}.ppress-hint-wrap.hint--info:after{background-color:#3986ac;text-shadow:0 -1px 0 #1a3c4d}.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--top-left:before,.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--top-right:before,.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--top:before{border-top-color:#3986ac}.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--bottom-left:before,.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--bottom-right:before,.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--bottom:before{border-bottom-color:#3986ac}.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--left:before{border-left-color:#3986ac}.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--right:before{border-right-color:#3986ac}.ppress-hint-wrap.hint--success:after{background-color:#458746;text-shadow:0 -1px 0 #1a321a}.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--top-left:before,.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--top-right:before,.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--top:before{border-top-color:#458746}.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--bottom-left:before,.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--bottom-right:before,.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--bottom:before{border-bottom-color:#458746}.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--left:before{border-left-color:#458746}.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--right:before{border-right-color:#458746}.ppress-hint-wrap.hint--always:after,.ppress-hint-wrap.hint--always:before{opacity:1;visibility:visible}.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top:after{-webkit-transform:translateX(-50%) translateY(-8px);-moz-transform:translateX(-50%) translateY(-8px);transform:translateX(-50%) translateY(-8px)}.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top-left:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top-left:after{-webkit-transform:translateX(-100%) translateY(-8px);-moz-transform:translateX(-100%) translateY(-8px);transform:translateX(-100%) translateY(-8px)}.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top-right:after,.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top-right:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom:after{-webkit-transform:translateX(-50%) translateY(8px);-moz-transform:translateX(-50%) translateY(8px);transform:translateX(-50%) translateY(8px)}.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom-left:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom-left:after{-webkit-transform:translateX(-100%) translateY(8px);-moz-transform:translateX(-100%) translateY(8px);transform:translateX(-100%) translateY(8px)}.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom-right:after,.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom-right:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--left:after,.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--left:before{-webkit-transform:translateX(-8px);-moz-transform:translateX(-8px);transform:translateX(-8px)}.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--right:after,.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--right:before{-webkit-transform:translateX(8px);-moz-transform:translateX(8px);transform:translateX(8px)}.ppress-hint-wrap.hint--rounded:after{border-radius:4px}.ppress-hint-wrap.hint--no-animate:after,.ppress-hint-wrap.hint--no-animate:before{-webkit-transition-duration:0s;-moz-transition-duration:0s;transition-duration:0s}.ppress-hint-wrap.hint--bounce:after,.ppress-hint-wrap.hint--bounce:before{-webkit-transition:opacity .3s ease,visibility .3s ease,-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24);-moz-transition:opacity .3s ease,visibility .3s ease,-moz-transform .3s cubic-bezier(.71,1.7,.77,1.24);transition:opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24)}.ppress-hint-wrap.hint--no-shadow:after,.ppress-hint-wrap.hint--no-shadow:before{text-shadow:initial;box-shadow:initial}
.ppress-checkout__form * {
--ppress-heading-fs: 22px;
--ppress-body-fs: 16px;
--ppress-btn-color: #2563eb;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-size: var(--ppress-body-fs);
}
.ppress-checkout__form {
display: flex;
flex-wrap: wrap;
margin: 1px auto 10px;
max-width: 100%;
width: 100%;
line-height: 20px;
position: relative;
}
.ppress-checkout__form p {
margin: 0 0 5px;
padding: 0;
}
.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__social_login_wrap {
padding: 5px;
}
.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__login_form_wrap {
display: flex;
flex-wrap: wrap;
}
.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__logged_in_text_wrap {
margin: 5px 0 10px;
}
.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__logged_in_text_wrap .ppress-main-checkout-form__block__item {
border-radius: 6px;
background-color: rgb(239, 246, 255);
padding: 14px 16px;
}
.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__logged_in_text_wrap .ppress-main-checkout-form__block__item p,
.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__logged_in_text_wrap .ppress-main-checkout-form__block__item a {
font-size: 14px;
margin: 0;
line-height: 20px;
}
.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__login_form_wrap .ppress-main-checkout-form__block__item {
margin-bottom: 5px;
}
.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__login_form_wrap .ppress-main-checkout-form__block__item:last-of-type {
margin-bottom: 15px;
}
.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__login_form_wrap .ppress-main-checkout-form__block__item.ppress-login-submit-btn p {
padding: 0;
margin: 10px 0;
}
.ppress-checkout__form .ppress-checkout-section.ppress-checkout_side_section {
width: 35%;
order: 2;
}
.ppress-checkout__form .ppress-checkout-section.ppress-checkout_main {
width: 65%;
order: 1;
padding: 0 30px 0 0;
}
.ppress-checkout__form .ppress-checkout_order_summary {
border: 1px solid rgb(229, 231, 235);
border-radius: 5px;
}
.ppress-checkout__form .ppress-checkout_order_summary__plan_name {
padding: 10px 20px;
font-size: var(--ppress-body-fs);
font-weight: bold;
border-bottom: 1px solid #E4E4E4;
}
.ppress-checkout__form .ppress-checkout_order_summary__plan_price {
font-weight: 500;
font-size: 14px;
}
.ppress-checkout__form .ppress-checkout_order_summary__bottom_details * {
font-size: var(--ppress-body-fs);
}
.ppress-checkout__form .ppress-checkout_order_summary__bottom_details .checkout_order_summary__fee_structure__item dd a {
font-size: 14px;
display: block;
text-decoration: none;
margin: 0;
padding: 0;
}
.ppress-checkout__form .checkout_order_summary__fee_structure__item dt .checkout_order_summary__fee_structure__item__trial_term {
display: block;
background: unset;
margin-left: 0;
font-weight: 600;
padding-left: 0;
}
.ppress-checkout__form .ppress-checkout_order_summary__bottom_details,
.ppress-checkout__form .ppress-checkout_order_summary__plan_description {
padding: 10px 20px;
}
.ppress-checkout__form .ppress-checkout_order_summary__plan_description {
padding: 20px;
border-bottom: 1px solid rgb(229, 231, 235);
line-height: 1.7;
font-size: var(--ppress-body-fs);
}
.ppress-checkout__form .checkout_order_summary__fee_structure__item {
display: flex;
flex-wrap: nowrap;
padding: 5px 0;
font-size: var(--ppress-body-fs);
}
.ppress-checkout__form .checkout_order_summary__fee_structure__item dt {
width: 60%;
text-align: left;
}
.ppress-checkout__form .checkout_order_summary__fee_structure__item dd {
width: 40%;
text-align: right;
}
.ppress-checkout__form .checkout_order_summary__fee_structure__item dt span {
color: rgb(75, 85, 99);
background-color: rgb(229, 231, 235);
margin-left: 5px;
border-radius: 9999px;
letter-spacing: 0.35px;
padding: 2px 6px;
font-size: 12px;
}
.ppress-checkout__form .ppress-main-checkout-form__block fieldset {
margin: 0;
padding: 0;
border: 0;
}
.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__block__fieldset {
margin: 0;
padding: 0;
border: 0;
margin-top: 10px;
padding-top: 20px;
}
.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__block__fieldset:first-of-type {
border: 0;
margin-top: 10px;
padding-top: 0;
}
.ppress-checkout__form .ppress-main-checkout-form__block legend {
border: 0;
color: #000;
font-size: var(--ppress-heading-fs);
font-weight: bold;
line-height: 1.7;
margin: 0 0 15px 0;
padding: 0 5px;
width: 100%;
background: transparent;
position: static;
}
.ppress-checkout__form .ppress-main-checkout-form__block legend span {
font-size: var(--ppress-heading-fs);
}
.ppress-checkout__form .ppress-main-checkout-form__block a.ppress-checkout-show-login-form {
cursor: pointer;
float: right;
font-size: 14px;
font-weight: normal;
line-height: 35px;
margin: 0;
padding: 0;
text-decoration: none;
vertical-align: baseline;
}
.ppress-checkout__form .ppress-checkout_order_summary__discount {
margin: 0 0 5px;
}
.ppress-checkout__form .ppress-checkout_order_summary__discount p {
font-size: 14px;
}
.ppress-checkout__form .ppress-checkout__link {
cursor: pointer;
font-size: 14px;
font-weight: normal;
line-height: 35px;
margin: 10px 0;
padding: 0;
text-decoration: none;
}
.ppress-checkout__form a.ppress-checkout-show-login-form {
cursor: pointer;
float: right;
font-size: 14px;
font-weight: normal;
line-height: 35px;
margin: 0;
padding: 0;
text-decoration: none;
vertical-align: baseline;
}
.ppress-checkout__form .ppress-main-checkout-form__block .ppress-main-checkout-form__block__item {
width: calc(100% - 5px);
display: inline-block;
padding: 5px;
margin-bottom: 15px;
}
.ppress-checkout__form .ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__login_form_wrap .ppress-main-checkout-form__block__item {
margin-bottom: 10px;
}
.ppress-checkout-form__payment_method__content_wrap .ppress-main-checkout-form__block__item:first-of-type {
margin-top: 15px;
}
.ppress-checkout__form .ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__item:last-of-type {
margin-bottom: 0;
}
.ppress-checkout__form .ppress-required {
color: rgb(239 68 68);
}
.ppress-checkout__form .ppress-main-checkout-form__block__item.ppress-co-half {
width: calc(50% - 5px);
}
.ppress-checkout__form .ppress-main-checkout-form__block__item.ppress-two-third {
width: calc(66.6666666667% - 5px);
}
.ppress-checkout__form .ppress-main-checkout-form__block__item.ppress-one-third {
width: calc(33.3333333333% - 5px);
}
.ppress-checkout__form .ppress-main-checkout-form__block__item.ppress-expiry-date {
width: calc(40% - 5px);
}
.ppress-checkout__form .ppress-main-checkout-form__block__item.ppress-cc-cvc {
width: calc(60% - 5px);
}
.ppress-checkout__form .press-main-checkout-form__block__item__cc_expiry_date {
display: flex;
flex-wrap: wrap;
width: 100%;
}
.ppress-checkout__form .press-main-checkout-form__block__item__cc_expiry_date select {
width: calc(50% - 5px) !important;
margin: 0 5px 0 0;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4MjgzNGQzMC03MmY4LTRkM2MtYTU4NC1lNzMzZDE1YjU2NzYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzJGMzNGODgwRkI5MTFFN0E3NzQ5QUE3QTdEMENEQjEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzJGMzNGODcwRkI5MTFFN0E3NzQ5QUE3QTdEMENEQjEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowMzAzN2MxMy01N2VhLTRiN2UtYjg3Yi04OGZhODk2NDYzZTgiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDplMTI0MmMzNy1mZTljLTExNzktYWE3NC1kYzYxZWJhMDdhNDAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7ItaH1AAABFklEQVR42uzZuw3CMBAG4NhiAFiDAsahp0sqJOaghQ5mIkgwBmwQzlJAoLz8OCe29Z90urMb65MfjUVVVVkKIbNEAhBAAAEEEEAAoZjdyseG6olyEanhSZmL8npXzTzyDXnJRI6XVIhdApCdXK2XF2qKiBGFMojPiO5KTuUYIUI9VJn4nY0M80U0IBFh/hCtkAgwDUQnJGBMK6IXEiCmEzEICQjTi9CCBIAZRGhDJsRoIYwgE2C0EcaQETFGCCvICBhjhDXEI8YK4QTxgLFGOEMYMU4IFggDxhnBBnHAsCBYIRYYNgQ7xADDivAC0cCwI7xBejBeEF4hNWZL5VAP94Q4+1pL4FcXEEAAAQQQQAABxFu8BRgA2gaBhwO0rwAAAAAASUVORK5CYII=);
background-position: right 20px center;
background-repeat: no-repeat;
background-size: 10px auto;
}
.ppress-checkout__form .press-main-checkout-form__block__item__cc_expiry_date select:last-of-type {
margin-right: 0;
}
.ppress-checkout__form label.checkout_order_summary__discount__label {
width: 100%;
line-height: 20px;
}
.ppress-checkout__form .checkout_order_summary__discount__field_wrap {
margin-bottom: 20px;
}
.ppress-checkout__form .ppress-checkout-section .ppress-checkout-form__place_order_wrap {
margin: 20px 0 10px;
}
.ppress-checkout__form .ppress-checkout-section #ppress-paypal-button-element {
margin: 16px 0 0;
}
.ppress-checkout__form .ppress-checkout-section input:not([type=checkbox]):not([type=radio]),
.ppress-checkout__form .ppress-checkout-section select,
.ppress-checkout__form .ppress-checkout-section textarea,
.ppress-checkout__form .ppress-checkout-section #ppress-stripe-card-element {
width: 100%;
background-color: #fff;
border: 1px solid rgb(209, 213, 219);
padding-top: 8px;
padding-right: 12px;
padding-bottom: 8px;
padding-left: 12px;
line-height: 20px;
border-radius: 6px;
box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgba(0, 0, 0, 0.05);
height: auto;
}
.ppress-checkout__form .ppress-checkout-section #ppress-stripe-card-element {
padding-top: 10px;
padding-bottom: 10px;
}
.ppress-checkout__form .ppress-checkout-section textarea {
min-height: 100px;
}
.ppress-checkout__form .ppress-checkout-section.ppress-checkout_main input[type=submit] {
background: var(--ppress-btn-color);
padding: 12px 16px;
border-color: transparent;
background: var(--ppress-btn-color);
background-color: var(--ppress-btn-color);
color: #fff;
box-shadow: none;
font-weight: 500;
text-align: center;
-webkit-appearance: none;
width: 100%;
height: auto;
display: block;
}
.ppress-checkout__form .ppress-checkout-section.ppress-checkout_main input[type=submit]:disabled {
opacity: 0.65;
}
.ppress-checkout__form .ppress-checkout-section input[type=checkbox],
.ppress-checkout__form .ppress-checkout-section input[type=radio] {
display: inline-block;
vertical-align: middle;
border: 1px solid rgb(209, 213, 219);
border-radius: 100%;
height: 16px;
width: 16px;
color: rgb(79, 70, 229);
padding: 0 5px;
margin: 0;
}
.ppress-checkout__form .ppress-checkout-section input[type=checkbox] {
border-radius: 0;
cursor: pointer;
}
.ppress-checkout__form .ppress-checkout-section input:not([type=checkbox]):not([type=radio]):focus,
.ppress-checkout__form .ppress-checkout-section textarea:focus,
.ppress-checkout__form .ppress-checkout-section #ppress-stripe-card-element:focus {
outline: 2px solid transparent;
outline-offset: 2px;
box-shadow: 0 0 0 0 #fff, 0 0 0 calc(1px + 0px) var(--ppress-btn-color), 0 0 #0000;
border-color: #2563eb;
}
.ppress-checkout__form .ppress-checkout-section input[type=submit]:hover {
filter: brightness(85%);
}
.ppress-checkout__form .ppress-checkout-section label {
font-weight: 500;
display: block;
line-height: 25px;
vertical-align: baseline;
}
.ppress-checkout__form .ppress-checkout-section .pp-checkbox-wrap label,
.ppress-checkout__form .ppress-checkout-section .pp-radio-wrap label {
display: inline-block;
}
.ppress-checkout__form .ppress-checkout-section .pp-checkbox-wrap .ppress-checkout-field__input,
.ppress-checkout__form .ppress-checkout-section .pp-radio-wrap .ppress-checkout-field__input {
margin-right: 5px;
}
.ppress-checkout__form .checkout_order_summary__discount__field_wrap input[type=text].checkout_order_summary__discount__input {
width: 68%;
display: inline-block;
}
.ppress-checkout__form .ppress-checkout-section input[type="submit"].ppress-apply-discount-btn {
width: 25%;
margin-left: 10px;
color: rgb(75, 85, 99);
border: 0;
border-radius: 6px;
background-color: rgb(229, 231, 235);
padding: 8px;
padding-left: 15px;
padding-right: 15px;
font-size: 14px;
line-height: 20px;
font-weight: 500;
display: inline-block;
}
.ppress-checkout__form .ppress-checkout-section input[type="submit"].ppress-apply-discount-btn {
color: rgb(75, 85, 99);
background-color: rgb(209, 213, 219);
}
.ppress-checkout__form .ppress-checkout_charge_details {
padding: 10px 20px;
}
.ppress-checkout__form .ppress-checkout_charge_details span {
font-weight: bold;
}
.ppress-checkout__form .ppress-checkout-form__payment_methods_wrap {
border: 1px solid #ddd;
border-radius: 5px;
line-height: 1;
list-style: none;
margin: 0;
overflow: visible;
padding: 0;
margin-top: 5px;
}
.ppress-checkout__form .ppress-checkout-form__payment_method {
border-top: 1px solid #ddd;
padding: 0;
}
.ppress-checkout__form .ppress-checkout-form__payment_method:first-of-type {
border-top: none;
border-bottom: none;
}
.ppress-checkout__form .ppress-checkout-form__payment_method__title_wrap {
background: #fff;
margin: 0;
padding: 16px 8px;
}
.ppress-checkout__form .ppress-checkout-form__payment_method__title_wrap:first-of-type {
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.ppress-checkout__form .ppress-checkout-form__payment_method:last-of-type .ppress-checkout-form__payment_method__title_wrap {
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.ppress-checkout__form .ppress-checkout-section .ppress-checkout-form__payment_method__title_wrap label {
display: inline-block;
padding-left: 5px;
padding-top: 2px;
position: relative;
cursor: pointer;
width: calc(100% - 30px);
line-height: 1;
margin: 0;
}
.ppress-checkout__form .ppress-checkout-form__payment_method__icons {
position: absolute;
right: 20px;
top: -5px;
}
.ppress-checkout__form .ppress-checkout-form__payment_method__icons img,
.ppress-checkout__form .ppress-checkout-form__payment_method__icons svg {
max-height: 22px;
}
.ppress-checkout__form .ppress-checkout-form__payment_method .ppress-checkout-form__payment_method__content_wrap p {
margin: 0 !important;
}
.ppress-checkout__form .ppress-checkout-form__payment_method .ppress-checkout-form__payment_method__content_wrap {
background: #f4f4f4;
border-top: 1px solid #ddd;
margin: 0 !important;
padding: 20px 10px;
display: none;
}
.ppress-checkout__form .ppress-checkout-form__payment_method:last-of-type .ppress-checkout-form__payment_method__content_wrap {
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.ppress-checkout__form .ppress-checkout-form__payment_method .ppress-checkout-form__payment_method__content_wrap p {
padding: 0 5px;
font-size: 14px;
line-height: 1.25;
margin: 0;
}
.ppress-checkout__form .ppress-checkout-form__payment_method .ppress-checkout-form__payment_method__title_wrap input[type=radio] {
vertical-align: bottom;
}
.ppress-checkout__form .ppress-checkout-form__payment_method.ppress-active .ppress-checkout-form__payment_method__content_wrap {
display: block;
}
.ppress-checkout__form .ppress-checkout-form__payment_method__content_wrap label {
line-height: 20px;
}
.ppress-checkout__form .ppress-checkout-form__payment_method__content_wrap .ppress-checkout-form__payment_method__heading {
padding: 10px 5px;
margin: 15px 0;
font-size: var(--ppress-body-fs);
font-weight: bold;
border-bottom: 1px solid #E4E4E4;
}
.ppress-checkout__form .ppress-checkout-form__terms_condition_wrap,
.ppress-checkout__form .ppress-checkout-form__before_button_wrap {
margin: 0;
padding: 0;
border: 0;
padding-top: 40px;
}
.ppress-checkout__form .ppress-checkout-form__terms_condition_wrap + .ppress-checkout-form__before_button_wrap {
padding-top: 0;
}
.ppress-checkout__form .ppress-checkout-form__terms_condition_wrap .ppress-checkout-form__terms_condition__checkbox__label span,
.ppress-checkout__form .ppress-checkout-form__before_button_wrap .ppress-checkout-form__before_button__checkbox__label span {
vertical-align: middle;
}
.ppress-checkout__form .ppress-checkout-form__terms_condition__content {
border: 1px solid #e5e7eb;
padding: 20px;
max-height: 200px;
overflow: auto;
border-radius: 6px;
display: none;
margin: 0;
margin-bottom: 20px;
}
.ppress-checkout__form .ppress-checkout-form__terms_condition__checkbox_wrap,
.ppress-checkout__form .ppress-checkout-form__before_button__checkbox_wrap {
margin: 0;
margin-bottom: 20px;
}
.ppress-checkout__form .ppress-checkout__form__preloader {
position: absolute;
top: 0;
width: 100%;
height: 100%;
background: rgba(250, 250, 250, 0.9);
z-index: 99995;
}
.ppress-checkout__form .ppress-checkout__form__spinner {
display: block;
width: 85px;
height: 85px;
top: 40%;
right: 50%;
text-align: center;
margin: auto;
position: fixed;
}
.ppress-checkout__form .ppress-checkout__form__spinner:after {
content: " ";
display: block;
width: 70px;
height: 70px;
margin: 8px;
border-radius: 50%;
border: 6px solid rgb(33, 37, 41);
border-color: rgb(33, 37, 41) transparent rgb(33, 37, 41) transparent;
animation: ppress-dual-ring 1.2s linear infinite;
}
@keyframes ppress-dual-ring {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.ppress-checkout__form .ppress-checkout-alert,
.ppress-checkout__form .ppress-alert {
width: 100%;
padding: 12px 16px;
border-radius: 6px;
margin: 10px 0;
}
.ppress-checkout__form .ppress-checkout-alert ul,
.ppress-checkout__form .ppress-alert ul {
margin: 0;
margin-left: 16px;
padding: 0;
list-style-type: disc;
}
.ppress-checkout__form .ppress-checkout-alert li,
.ppress-checkout__form .ppress-alert li,
.ppress-checkout__form .ppress-checkout-alert p,
.ppress-checkout__form .ppress-alert p,
.ppress-checkout__form .ppress-checkout-alert li strong,
.ppress-checkout__form .ppress-alert li strong {
font-size: var(--ppress-body-fs);
font-weight: normal;
margin: 0 !important;
padding: 0 !important;
line-height: 22px;
}
.ppress-checkout__form .ppress-checkout-alert li strong,
.ppress-checkout__form .ppress-alert li strong {
font-weight: bold;
}
.ppress-checkout__form .ppress-checkout-alert.ppress-error,
.ppress-checkout__form .ppress-alert.ppress-error {
background-color: rgb(254, 242, 242);
color: rgb(185, 28, 28);
}
.ppress-checkout__form .ppress-checkout-alert.ppress-success,
.ppress-checkout__form .ppress-alert.ppress-success {
background-color: rgb(236, 253, 245);
color: rgb(6, 95, 70);
}
.ppress-checkout-alert.ppress-warning,
.ppress-alert.ppress-warning {
border-left: 4px solid rgb(250 204 21);
border-radius: 0;
background-color: rgb(254 252 232);
color: rgb(161 98 7);
}
.ppress-checkout__form .ppress-checkout-alert p,
.ppress-checkout__form .ppress-alert p {
font-weight: 500;
}
.ppress-checkout__form .ppress-checkout_order_summary #ppress-checkout-coupon-code-wrap {
display: none;
}
.ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__group_selector_label {
display: flex !important;
padding: 24px;
background-color: #ffffff;
border-radius: 8px;
border: 1px solid #e5e7eb;
cursor: pointer;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__group_selector__span_wrap {
display: flex;
align-items: center;
padding-left: 10px;
}
.ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__group_selector__span {
display: flex;
font-size: 1rem;
line-height: 20px;
flex-direction: column;
}
.ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__group_selector__title {
font-weight: 500;
}
.ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__group_selector__price_wrap {
display: flex;
margin-top: 0;
font-size: 1rem;
line-height: 20px;
margin-left: auto;
order: 2;
}
.ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__group_selector__price_amount {
font-weight: 500;
}
.ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__group_selector__price_duration {
margin-left: 4px;
}
.ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__group_selector_label:not(:first-child) {
margin-top: 16px;
margin-bottom: 0;
}
.ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__group_selector_label input[type=radio] {
height: auto !important;
}
.ppress-main-checkout-form__block__fieldset .ppress-main-checkout-form__block__group_selector_label:has(input[type=radio]:checked) {
border-width: 2.5px;
} .ppress-checkout__form.ppressui340 .ppress-checkout-section.ppress-checkout_side_section,
.ppress-checkout__form.ppressui500 .ppress-checkout-section.ppress-checkout_side_section,
.ppress-checkout__form.ppressui768 .ppress-checkout-section.ppress-checkout_side_section,
.ppress-checkout__form.ppressui800 .ppress-checkout-section.ppress-checkout_side_section,
.ppress-checkout__form.ppressui960 .ppress-checkout-section.ppress-checkout_side_section, .ppress-checkout__form.ppressui340 .ppress-checkout-section.ppress-checkout_main,
.ppress-checkout__form.ppressui500 .ppress-checkout-section.ppress-checkout_main,
.ppress-checkout__form.ppressui768 .ppress-checkout-section.ppress-checkout_main,
.ppress-checkout__form.ppressui800 .ppress-checkout-section.ppress-checkout_main,
.ppress-checkout__form.ppressui960 .ppress-checkout-section.ppress-checkout_main {
width: 100%;
}
.ppress-checkout__form.ppressui340 .ppress-checkout-section.ppress-checkout_side_section,
.ppress-checkout__form.ppressui500 .ppress-checkout-section.ppress-checkout_side_section,
.ppress-checkout__form.ppressui768 .ppress-checkout-section.ppress-checkout_side_section,
.ppress-checkout__form.ppressui800 .ppress-checkout-section.ppress-checkout_side_section,
.ppress-checkout__form.ppressui960 .ppress-checkout-section.ppress-checkout_side_section {
order: 1;
margin-bottom: 15px;
}
.ppress-checkout__form.ppressui340 .ppress-checkout-section.ppress-checkout_main,
.ppress-checkout__form.ppressui500 .ppress-checkout-section.ppress-checkout_main,
.ppress-checkout__form.ppressui768 .ppress-checkout-section.ppress-checkout_main,
.ppress-checkout__form.ppressui800 .ppress-checkout-section.ppress-checkout_main,
.ppress-checkout__form.ppressui960 .ppress-checkout-section.ppress-checkout_main {
order: 2;
padding-right: 0;
}
.ppress-checkout__form.ppressui340 .ppress-main-checkout-form__block .ppress-main-checkout-form__block__item,
.ppress-checkout__form.ppressui500 .ppress-main-checkout-form__block .ppress-main-checkout-form__block__item,
.ppress-checkout__form.ppressui768 .ppress-main-checkout-form__block .ppress-main-checkout-form__block__item {
width: 100%;
}
.profilepress-myaccount-orders-subs, .profilepress-myaccount-orders-subs * {
font-family: Inter var, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.profilepress-myaccount-orders-subs .ppress-my-account-order-sub-wrap {
box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
border-radius: 8px;
border: 1px solid rgb(229 231 235);
margin-top: 16px;
}
.profilepress-myaccount-orders-subs .ppress-my-account-order-sub-wrap:first-child {
margin-top: 0;
}
.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-body-content-header p {
margin-bottom: 8px
}
.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header-wrap {
padding: 16px;
border-color: rgb(229 231 235);
display: grid;
column-gap: 8px;
grid-template-columns: repeat(4, minmax(0, 1fr));
border-bottom: 1px solid rgb(229 231 235);
}
.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details {
display: grid;
column-gap: 16px;
margin: 0;
font-size: 14px;
line-height: 20px;
grid-template-columns: auto auto auto;
grid-column: span 2/span 2;
}
.profilepress-myaccount-orders-subs .ppress-my-account-order-sub-header--actions a:not(a:first-child) {
margin-left: 8px;
}
.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details dt {
margin: 0;
font-weight: 500;
font-size: 14px;
}
.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details dd {
margin: 0;
margin-top: 4px;
}
.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--actions {
justify-content: flex-end;
display: flex;
grid-column: span 2/span 2;
align-items: center;
}
.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--actions a,
.profilepress-myaccount-orders-subs a.ppress-myac-action {
box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
font-weight: 500;
font-size: 14px;
padding: 6px 8px;
border: 1px solid rgb(209 213 219);
border-radius: 6px;
justify-content: center;
display: flex;
align-items: center;
text-decoration: inherit;
}
.profilepress-myaccount-orders-subs a.ppress-myac-action {
display: inline-block;
margin-right: 5px;
}
.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-body-content {
padding: 16px;
align-items: flex-start;
flex: 1 1 0%;
font-size: 14px;
line-height: 20px;
}
.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-body-content-header {
font-weight: 500;
display: flex;
justify-content: space-between;
}
.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-product-name {
font-weight: 500;
font-size: 14px;
}
.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap p.ppress-my-account-order-sub-product-price {
margin-top: 0 !important;
}
.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-body-content p {
margin: 0;
margin-top: 8px;
display: block;
}
.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-body-wrap {
display: flex;
align-items: flex-start;
}
.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details dd span {
border-radius: 6px;
color: rgb(31 41 55);
background-color: rgb(243 244 246);
padding: 4px 8px;
margin: 0;
font-weight: 500;
font-size: 12px;
}
.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details .active span,
.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details .trialling span,
.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details .completed span {
background-color: rgb(220 252 231);
color: rgb(22 101 52);
}
.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details .refunded span,
.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details .expired span,
.profilepress-myaccount-orders-subs .profilepress-myaccount-orders-subs-wrap .ppress-my-account-order-sub-header--details .cancelled span {
background-color: rgb(254 226 226);
color: rgb(153 27 27);
}
.profilepress-myaccount-orders-subs .ppress-myac-pagination-wrap {
padding: 10px 0;
text-align: right;
}
.profilepress-myaccount-orders-subs .ppress-myac-pagination-wrap .page-numbers {
border: 1px solid rgb(209 213 219);
padding: 8px 16px;
font-size: 14px;
line-height: 20px;
}
.profilepress-myaccount-orders-subs .ppress-myac-pagination-wrap .page-numbers.current {
background-color: #eeeeec;
color: rgb(107 114 128);
}
.profilepress-myaccount-orders-subs .ppress-myac-pagination-wrap .ppress-material-icons {
vertical-align: middle;
margin: 0;
}
table.ppress-details-table {
text-indent: 0;
border-color: inherit;
border-collapse: collapse;
border-spacing: 0;
width: 100%;
table-layout: fixed;
box-shadow: transparent 0 0 0 0, transparent 0 0 0 0, rgba(0, 0, 0, .05) 0 1px 2px 0;
}
.ppress-details-table thead {
background-color: rgb(249 250 251);
}
.ppress-details-table thead tr th {
padding: 14px 12px;
text-align: left;
font-size: 16px;
line-height: 20px;
font-weight: 600;
background-color: rgb(249 250 251);
}
.ppress-details-table thead th,
.ppress-details-table tr td {
padding: 16px;
border: 1px solid rgb(229 231 235);
}
.ppress-details-table thead th {
text-align: left;
background: rgb(229 231 235);
}
.ppress-details-table thead th {
vertical-align: bottom;
}
.ppress-details-table-wrap .ppress-details-table tr:nth-of-type(odd) {
background-color: rgb(249 250 251);
}
.ppress-details-table tr td:first-child {
font-weight: bold;
}
.ppress-details-table td:last-child {
width: 70%;
}
.ppress-details-table p {
margin: 0;
margin-top: 5px;
}
.ppress-details-table p:first-child {
margin-top: 0;
}
.ppress-details-table .ppress-billing-title {
font-weight: 500;
}
.ppress-details-table .ppress-sub-info {
color: #4b5563;
background-color: #e5e7eb;
margin-left: 5px;
border-radius: 9999px;
padding: 4px 8px;
font-size: 14px;
} @font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: local('Material Icons'),
local('MaterialIcons-Regular'),
url(https://www.itechnews.it/wp-content/plugins/wp-user-avatar/assets/css/material-icons/MaterialIcons-Regular.woff2) format('woff2'),
url(https://www.itechnews.it/wp-content/plugins/wp-user-avatar/assets/css/material-icons/MaterialIcons-Regular.woff) format('woff')
}
.ppress-material-icons,
.pp-form-field-wrap .pp-form-material-icons,
#profilepress-myaccount-wrapper .ppmyac-icons {
font-family: 'Material Icons' !important;
font-weight: normal;
font-style: normal;
font-size: 20px; display: inline-block;
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; -moz-osx-font-smoothing: grayscale; font-feature-settings: 'liga';
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
display: inline-block !important;
} .pp-tab-widget-avatar img {
display: block;
border-radius: 50%;
height: 190px;
margin: 0 auto 10px !important;
padding: 2px;
text-align: center;
width: 190px;
float: none !important;
}
.pp-user-panel {
border-radius: 6px;
text-align: center;
}
.pp-user-panel-title {
font-size: 20px;
margin: 0;
}
.pp-user-panel p {
font-size: 15px;
margin-bottom: 23px;
}
.pp-tabbed-btn {
border: none;
font-size: 15px;
font-weight: 400;
line-height: 1.4;
border-radius: 4px;
padding: 10px 15px;
-webkit-font-smoothing: subpixel-antialiased;
-webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
transition: border .25s linear, color .25s linear, background-color .25s linear;
}
.pp-tabbed-btn-inverse {
color: #fff !important;
background-color: #34495e;
} .pp-password-reset-handler-wrap .pp-reset-password-form {
padding: 40px;
max-width: 500px;
margin-top: 5px;
margin-bottom: 5px;
}
.pp-password-reset-handler-wrap .pp-reset-password-form h3 {
color: #444;
font-weight: 300;
margin: 0 auto 40px;
}
.pp-password-reset-handler-wrap .pp-reset-password-form label {
color: #444;
font-size: 15px;
}
.pp-password-reset-handler-wrap .pp-reset-password-form label .req {
margin: 2px;
color: #ff0000;
}
.pp-password-reset-handler-wrap .pp-reset-password-form label.active .req {
opacity: 0;
}
.pp-password-reset-handler-wrap .pp-reset-password-form input {
font-size: 22px;
display: block;
width: 100%;
box-sizing: border-box;
height: auto;
padding: 5px 10px;
background: none;
margin-bottom: 40px;
border: 1px solid #a0b3b0;
border-radius: 0;
-webkit-transition: border-color .25s ease, box-shadow .25s ease;
transition: border-color .25s ease, box-shadow .25s ease;
}
.pp-password-reset-handler-wrap .pp-reset-password-form input:focus {
outline: 0;
border-color: #1ab188;
}
.pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button {
border: 0;
outline: none;
border-radius: 0;
padding: 15px 0;
font-size: 20px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: .1em;
background: #1ab188;
color: #ffffff;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
-webkit-appearance: none;
text-shadow: none;
box-shadow: none;
}
.pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button:hover,
.pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button:focus {
background: #179b77;
}
.pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button-block {
display: block;
width: 100%;
}
.pp-password-reset-handler-wrap .profilepress-reset-status {
margin-left: 40px;
max-width: 420px;
}
#pp-pass-strength-result {
background-color: #eee;
border: 1px solid #ddd;
color: #23282d;
padding: 3px 5px;
text-align: center;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#pp-pass-strength-result.short {
background-color: #f1adad;
border-color: #e35b5b;
opacity: 1;
}
#pp-pass-strength-result.bad {
background-color: #fbc5a9;
border-color: #f78b53;
opacity: 1;
}
#pp-pass-strength-result.good {
background-color: #ffe399;
border-color: #ffc733;
opacity: 1;
}
#pp-pass-strength-result.strong {
background-color: #c1e1b9;
border-color: #83c373;
opacity: 1;
} .pp-form-wrapper .pp-form-label-wrap .pp-form-required-label {
color: #ff0000;
font-weight: 400;
}
.pp-form-wrapper input[type="checkbox"],
.pp-form-wrapper input[type="radio"] {
cursor: pointer
}
.pp-form-wrapper p {
margin: 0 0 5px 0 !important;
padding: 0 !important;
}
.pp-form-wrapper textarea,
.pp-form-wrapper select,
.pp-form-wrapper input[type="text"],
.pp-form-wrapper input[type="password"],
.pp-form-wrapper input[type="email"],
.pp-form-wrapper input[type="url"],
.pp-form-wrapper input[type="search"],
.pp-form-wrapper input[type="tel"],
.pp-form-wrapper input[type="number"],
.pp-form-wrapper input[type="datetime"] {
-webkit-appearance: none;
width: 100%;
background: #fff;
border: 1px solid #dedee5;
padding: 13px 15px;
outline: none;
line-height: 1;
}
.pp-form-wrapper select {
background-image: url(//www.itechnews.it/wp-content/plugins/wp-user-avatar/assets/images/frontend/arrow-down.png) !important;
background-position: right 20px center !important;
background-repeat: no-repeat !important;
background-size: 10px auto !important;
-webkit-appearance: none !important;
-moz-appearance: none !important;
appearance: none !important;
width: 100%;
border: 1px solid #dedee5;
padding: 13px 15px;
outline: none;
line-height: 1;
}
.pp-form-wrapper .pp-form-label-wrap {
margin: 0 0 4px 0;
padding: 0;
}
.pp-form-wrapper .pp-form-label {
font-size: 14px;
text-transform: none;
text-align: left;
font-weight: normal;
font-style: normal;
float: none;
line-height: 1.3;
margin: 0;
padding: 0;
width: auto;
display: inline;
cursor: pointer;
}
.pp-form-wrapper .pp-checkbox-wrap,
.pp-form-wrapper .pp-radio-wrap {
display: block;
text-align: left;
line-height: normal;
margin: 5px 0;
padding: 0;
}
.pp-form-wrapper .pp-checkbox-wrap label,
.pp-form-wrapper .pp-radio-wrap label {
margin-left: 5px;
}
.pp-form-wrapper input[type=checkbox], .pp-form-wrapper input[type=radio] {
border: 1px solid #ccc;
background-color: #fff;
width: 14px !important;
height: 14px !important;
display: inline-block;
vertical-align: baseline;
}
.pp-form-wrapper .ppress-pf-profile-connect {
padding: 5px 0 10px 0;
}
.pp-form-wrapper a.ppress-pf-social-icon {
width: 100%;
height: 100%;
display: inline;
}
.pp-form-wrapper .ppress-pf-social-icon svg {
vertical-align: middle;
width: 40px;
height: 40px;
}
.pp-form-wrapper .ppress-pf-social-icon.dpf-instagram svg,
.pp-form-wrapper .ppress-pf-social-icon.dpf-github svg,
.pp-form-wrapper .ppress-pf-social-icon.dpf-pinterest svg {
padding: 3px;
} a.pp-button-social-login:focus {
outline-color: transparent;
}
a.pp-button-social-login:focus .ppsc, a.pp-button-social-login:hover .ppsc {
background-color: hsla(0, 0%, 100%, .75);
}
a.pp-button-social-login:visited {
color: #fff;
}
a.pp-button-social-login {
position: relative;
display: inline-block;
vertical-align: middle;
line-height: 2.5em;
height: 2.5em;
font-size: 100%;
font-family: inherit;
font-weight: 700;
overflow: hidden;
white-space: nowrap;
border: 1px solid #333;
color: #fff !important;
background: #333;
padding: 0;
margin: 6px 0;
border-radius: 2px;
box-sizing: content-box;
cursor: pointer;
box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
text-decoration: none !important;
}
a.pp-button-social-login .ppsc {
font-style: normal;
font-weight: 400;
text-decoration: none;
text-transform: none;
display: inline-block;
vertical-align: top;
text-align: center;
font-size: 100%;
width: 2.5em;
height: 2.5em;
padding: 0;
background-color: #fff;
background-repeat: no-repeat;
background-position: 50%;
background-size: 1.8em 1.8em;
border-top-left-radius: 1px;
border-bottom-left-radius: 1px;
-moz-font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
position: absolute;
left: 0;
margin: 0;
}
a.pp-button-social-login span.ppsc-text {
margin-left: 40px;
padding: .5em;
color: #fff !important;
}
a.pp-button-social-login {
min-width: 220px;
}
a.pp-button-social-login .ppsc-google {
background-image: url(//www.itechnews.it/wp-content/plugins/wp-user-avatar/assets/images/social-login/google.svg);
}
a.pp-button-social-login.pp-button-social-login-google {
background: #4285f4;
border-color: #4285f4;
}
a.pp-button-social-login.pp-button-social-login-facebook {
background: #3b5998;
border-color: #3b5998;
}
a.pp-button-social-login.pp-button-social-login-twitter {
background: #000000;
border-color: #000000;
}
a.pp-button-social-login.pp-button-social-login-linkedin {
background: #0077b5;
border-color: #0077b5;
}
a.pp-button-social-login.pp-button-social-login-microsoft {
background: #404040;
border-color: #404040;
}
a.pp-button-social-login.pp-button-social-login-amazon {
background: #f9991d;
border-color: #f9991d;
}
a.pp-button-social-login.pp-button-social-login-vk {
background: #4a76a8;
border-color: #4a76a8;
}
a.pp-button-social-login.pp-button-social-login-wordpresscom {
background: #0675c4;
border-color: #0675c4;
}
a.pp-button-social-login.pp-button-social-login-yahoo {
background: #430297;
border-color: #430297;
}
a.pp-button-social-login.pp-button-social-login-github {
background: #24292e;
border-color: #24292e;
} a.pp-button-social-login .ppsc-vk {
background-image: url(//www.itechnews.it/wp-content/plugins/wp-user-avatar/assets/images/social-login/vk-fa.svg)
}
a.pp-button-social-login .ppsc-microsoft {
background-image: url(//www.itechnews.it/wp-content/plugins/wp-user-avatar/assets/images/social-login/microsoft.svg)
}
a.pp-button-social-login .ppsc-amazon {
background-image: url(//www.itechnews.it/wp-content/plugins/wp-user-avatar/assets/images/social-login/amazon.svg)
}
a.pp-button-social-login .ppsc-yahoo {
background-image: url(//www.itechnews.it/wp-content/plugins/wp-user-avatar/assets/images/social-login/yahoo.svg)
}
a.pp-button-social-login .ppsc-wordpresscom {
background-image: url(//www.itechnews.it/wp-content/plugins/wp-user-avatar/assets/images/social-login/wpcom.svg)
}
a.pp-button-social-login .ppsc-facebook {
background-image: url(//www.itechnews.it/wp-content/plugins/wp-user-avatar/assets/images/social-login/facebook.svg);
}
a.pp-button-social-login .ppsc-twitter {
background-image: url(//www.itechnews.it/wp-content/plugins/wp-user-avatar/assets/images/social-login/x.svg)
}
a.pp-button-social-login .ppsc-linkedin {
background-image: url(//www.itechnews.it/wp-content/plugins/wp-user-avatar/assets/images/social-login/linkedin.svg)
}
a.pp-button-social-login .ppsc-github {
background-image: url(//www.itechnews.it/wp-content/plugins/wp-user-avatar/assets/images/social-login/github-fa.svg)
}
.pp-form-container *,
.pp-form-container .pp-form-wrapper,
.pp-form-container .pp-form-wrapper * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html .pp-form-container .select2 input.select2-search__field {
border: 0 !important;
}
.pp-form-container form input[type=submit] {
-webkit-appearance: none !important;
}
.pp-form-container form {
margin: 0;
padding: 0;
background-color: transparent;
}
.woocommerce .woocommerce-MyAccount-content .pp-form-container {
margin-right: 0 !important;
margin-left: 0 !important;
}
.pp-form-container form input,
.pp-form-container form select,
.pp-form-container form textarea {
outline: none;
background-image: none;
height: auto;
float: none;
position: static;
box-shadow: none;
text-shadow: none;
text-transform: none;
text-decoration: none;
resize: vertical;
}
.pp-form-container form p {
margin: 0 0 0.5em;
}
.pp-form-container form input[type="submit"] {
cursor: pointer;
text-shadow: none;
}
.pp-form-container form input[type="submit"]:focus {
outline: 0;
}
.pp-form-container .pp-user-avatar {
border-radius: 50% !important;
display: block !important;
margin: 0 auto 10px !important;
text-align: center !important;
}
.pp-form-container img.pp-user-cover-image {
width: 100% !important;
height: auto !important;
}
#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=checkbox],
#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio],
.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox],
.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio] {
border: 1px solid #7e8993 !important;
border-radius: 4px !important;
background: #fff !important;
color: #555 !important;
clear: none !important;
cursor: pointer !important;
display: inline-block !important;
line-height: 0 !important;
margin: 0 !important;
outline: 0 !important;
padding: 0 !important;
text-align: center !important;
vertical-align: middle !important;
-webkit-appearance: none !important;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1) !important;
transition: .05s border-color ease-in-out !important;
width: 16px !important;
height: 16px !important;
}
#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio],
.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio] {
border-radius: 50% !important;
}
#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=checkbox]:checked::before,
.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox]:checked::before {
content: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E) !important;
margin: -3px 0 0 -4px !important;
width: 20px !important;
height: 20px !important;
position: static;
}
#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio]:checked::before,
.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio]:checked::before {
content: "";
border-radius: 50% !important;
margin: 3px !important;
background-color: #000000 !important;
line-height: 1.14285714 !important;
width: 8px !important;
height: 8px !important;
}
#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=checkbox]:checked::before,
#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio]:checked::before,
.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox]:checked::before,
.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio]:checked::before {
float: left !important;
display: inline-block !important;
vertical-align: middle !important;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .pp-form-container .pp-form-wrapper.ppBuildScratch,
.pp-form-container .pp-form-wrapper.ppBuildScratch * {
font-family: 'Merriweather', sans-serif;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch .ppbs-headline,
.pp-form-container .pp-form-wrapper.ppBuildScratch h1,
.pp-form-container .pp-form-wrapper.ppBuildScratch h2,
.pp-form-container .pp-form-wrapper.ppBuildScratch h3,
.pp-form-container .pp-form-wrapper.ppBuildScratch h4 {
font-weight: bold;
font-size: 20px;
margin-bottom: 1em;
margin-top: 1em;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch .ppbs-headline {
margin-top: 0;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch .ppbs-headline {
text-align: center;
margin-right: 6.387%;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch input:disabled {
opacity: 0.5;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch {
max-width: 100%;
width: 100%;
padding: 6%;
padding-right: 0;
background: #ffffff;
color: #222222;
font-size: 14px;
position: relative;
box-shadow: 0 0 0 0.5px rgba(0, 20, 40, .1), 0 2px 8px 0 rgba(50, 55, 90, .2);
border-radius: 3px;
margin: 0 auto;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppf-remove-frame {
box-shadow: none;
border-radius: 0;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap,
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap {
padding: 4% 6.387%;
padding-top: 0;
padding-left: 0;
display: inline-block;
width: 100%;
vertical-align: top;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap {
padding-bottom: 0;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .pp-form-label-wrap {
margin: 0 0 5px 0;
padding: 0;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-reveal .pp-form-field-description {
display: none;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-reveal .pp-form-field-input-textarea-wrap .pp-form-field:focus ~ .pp-form-field-description {
display: block;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-standard .ppress-hint-tooltip,
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-reveal .ppress-hint-tooltip {
display: none;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-tooltip .pp-form-field-description {
display: none;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-tooltip .ppress-hint-tooltip {
display: inline;
font-weight: normal;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-tooltip .ppress-hint-tooltip .pp-form-material-icons {
position: relative;
margin: 0;
padding: 0;
font-size: 110%;
display: inline;
vertical-align: top;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fld-inside {
position: relative;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fld-inside .pp-form-label-wrap {
position: absolute;
top: 5px;
left: 15px;
z-index: 2;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap.fld-inside .pp-form-label-wrap {
left: 0 !important;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fld-inside .pp-form-field-input-textarea-wrap .pp-form-field {
padding-top: 18px;
padding-bottom: 2px;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap.fld-inside .pp-form-field-input-textarea-wrap .pp-form-field {
padding-top: 23px;
padding-bottom: 7px;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap.fld-inside .pp-form-field-input-textarea-wrap .pp-form-field {
padding-top: 30px;
padding-bottom: 10px;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fw-half {
width: 50%;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fw-third {
width: 33.3333333333%;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap select,
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap textarea {
border: 1px solid #dbdbdb;
font-size: 14px;
padding: 10px 15px;
-webkit-transition: all .35s;
transition: all .35s;
background: #ffffff;
color: #69717a;
width: 100%;
border-radius: 0;
line-height: 1.3;
min-height: 40px;
display: inline-block;
margin: 0;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap textarea {
height: 100px;
overflow: auto;
}
.pp-form-field-wrap .pp-form-material-icons {
width: 24px;
height: 24px;
position: absolute;
right: 0;
top: 0;
cursor: text;
margin: 8px 12px 0 0;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-right .pp-form-field-wrap.field-has-icon input,
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-right .pp-form-field-wrap.field-has-icon textarea {
padding-right: 40px;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-left .pp-form-field-wrap.field-has-icon input,
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-left .pp-form-field-wrap.field-has-icon textarea {
padding-left: 40px;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-left .pp-form-field-wrap.field-has-icon input,
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-left .pp-form-field-wrap.field-has-icon textarea {
padding-left: 30px !important;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-right .pp-form-field-wrap.field-has-icon input,
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-right .pp-form-field-wrap.field-has-icon textarea {
padding-right: 30px !important;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-left .pp-form-field-wrap .pp-form-material-icons {
left: 0;
margin-left: 12px;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-left .pp-form-field-wrap .pp-form-material-icons {
left: 0 !important;
margin-left: 0 !important;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-right .pp-form-field-wrap .pp-form-material-icons {
margin-right: 0 !important;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap .pp-form-material-icons {
margin-top: 10px;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap .pp-form-material-icons {
margin-top: 18px;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap .pp-form-material-icons {
margin-top: 18px;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch .has-password-visibility-icon .pp-form-material-icons {
cursor: pointer;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-pill .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-pill .pp-form-field-wrap select,
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-pill .pp-form-field-wrap textarea {
border-radius: 25px !important;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-round .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-round .pp-form-field-wrap select,
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-round .pp-form-field-wrap textarea {
border-radius: 6px !important;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap select,
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap .select2.select2-container,
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap textarea {
border: 0 !important;
border-bottom: 1px solid #dbdbdb !important;
padding-left: 0 !important;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap span.select2-selection.select2-selection--multiple {
border: 0 !important;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap input[type=text]:focus,
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap select:focus,
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap textarea:focus {
border-top: 0 !important;
border-right: 0 !important;
border-left: 0 !important;
box-shadow: none !important;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap select,
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap .select2-selection,
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap textarea {
border: 0 !important;
background: #f7f7f7 !important;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap input,
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap select {
padding-top: 15px;
padding-bottom: 15px;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap textarea {
height: 150px;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap input,
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap select {
padding-top: 20px;
padding-bottom: 20px;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap textarea {
height: 200px;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input[type=text]:focus,
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap select:focus,
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap textarea:focus {
border: 1px solid #999;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .pp-form-label-wrap .pp-form-label,
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .ppform-remember-label {
font-style: normal;
background-color: transparent;
display: block;
font-weight: 700; font-size: 14px;
float: none;
line-height: 1.3;
margin: 0;
padding: 0;
color: #444444;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .ppform-remember-label {
display: inline-block;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppf-hide-asterisk .pp-form-required-label {
display: none;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap input[type="submit"] {
background: #000000;
border: none;
color: #ffffff;
font-weight: bold;
font-size: 16px;
line-height: 1;
padding: 15px 10px;
transition: .15s ease-in-out;
width: auto;
min-width: 110px;
text-align: center;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-submit-button-wrap input[type="submit"],
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-submit-button-wrap input[type="submit"] {
padding-top: 20px;
padding-bottom: 20px;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbl-pill .pp-form-submit-button-wrap input[type="submit"] {
border-radius: 25px !important;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbl-round .pp-form-submit-button-wrap input[type="submit"] {
border-radius: 6px !important;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap input[type="submit"]:hover,
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap input[type="submit"]:focus {
background-color: #ededed;
color: #000000;
text-decoration: none;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-checkbox-wrap,
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-radio-wrap {
margin: 0 0 5px;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-checkboxes-container {
margin: 0;
padding: 0;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-checkbox-wrap:last-of-type,
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-radio-wrap:last-of-type {
margin-bottom: 0;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-description {
font-size: 12px;
font-weight: normal;
color: #666666;
line-height: 1.3;
text-align: left;
margin: 4px 0 0 0;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-wide .pp-form-submit-button-wrap input[type="submit"] {
width: 100%;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width .pp-form-submit-button-wrap {
margin-top: 4%;
margin-bottom: 4%;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width .pp-form-submit-button-wrap input[type="submit"] {
width: 100% !important;
position: absolute !important;
bottom: 0 !important;
right: 0 !important;
left: 0 !important;
display: block;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width .pp-form-submit-button-wrap input[type="submit"] {
border-top-right-radius: 0 !important;
border-top-left-radius: 0 !important;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width.ppsbl-pill {
border-bottom-right-radius: 25px !important;
border-bottom-left-radius: 25px !important;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width.ppsbl-round {
border-bottom-right-radius: 6px !important;
border-bottom-left-radius: 6px !important;
}
.pp-form-container .pp-form-wrapper.ppBuildScratch a.pp-button-social-login:last-of-type {
margin-bottom: 1.5em !important;
}  #profilepress-myaccount-wrapper, #profilepress-myaccount-wrapper *,
#profilepress-myaccount-wrapper ::after,
#profilepress-myaccount-wrapper ::before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#profilepress-myaccount-wrapper {
font-size: 16px;
}
#profilepress-myaccount-wrapper .profilepress-myaccount-row {
display: flex;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
#profilepress-myaccount-wrapper .profilepress-myaccount-nav {
display: flex;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
}
#profilepress-myaccount-wrapper .ppmyac-dashboard-item {
text-decoration: none !important;
position: relative;
display: block;
padding: .75em 1.25em;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, .125);
width: 100%;
text-align: inherit;
box-shadow: none;
}
#profilepress-myaccount-wrapper .ppmyac-dashboard-item.isactive {
z-index: 2;
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
#profilepress-myaccount-wrapper .ppmyac-dashboard-item:first-child {
border-top-left-radius: .25em;
border-top-right-radius: .25em;
}
#profilepress-myaccount-wrapper .ppmyac-dashboard-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: .25em;
border-bottom-left-radius: .25em;
}
#profilepress-myaccount-wrapper .ppmyac-icons {
margin-right: .5em;
vertical-align: text-bottom;
}
#profilepress-myaccount-wrapper .profilepress-myaccount-col-sm-3 {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
}
@media (min-width: 576px) {
#profilepress-myaccount-wrapper .profilepress-myaccount-col-sm-3 {
flex: 0 0 25%;
max-width: 25%;
}
}
#profilepress-myaccount-wrapper .profilepress-myaccount-content {
position: relative;
width: 100%;
padding-top: 30px;
padding-right: 15px;
padding-left: 15px;
}
@media (min-width: 576px) {
#profilepress-myaccount-wrapper .profilepress-myaccount-content {
flex: 0 0 75%;
max-width: 75%;
}
}
#profilepress-myaccount-wrapper .profilepress-myaccount-avatar-wrap {
text-align: center;
margin-bottom: 20px;
}
#profilepress-myaccount-wrapper .profilepress-myaccount-avatar-wrap .profilepress-myaccount-avatar img.pp-user-avatar {
margin: 0 !important;
position: static !important;
float: none !important;
display: inline-block;
-moz-border-radius: 999px;
-webkit-border-radius: 999px;
border-radius: 999px;
width: 120px;
height: 120px;
}
#profilepress-myaccount-wrapper .profilepress-myaccount-nav a:focus {
outline: none;
text-shadow: none;
box-shadow: none;
}
#profilepress-myaccount-wrapper .profilepress-myaccount-content h2,
#profilepress-myaccount-wrapper .profilepress-myaccount-content h3 {
margin-top: 0 !important;
margin-bottom: 1em !important;
font-weight: 700 !important;
line-height: 1.2 !important;
font-size: 2em !important;
}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenus-wrap {
margin-bottom: 2em;
}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenu-wrap {
display: inline;
padding-right: 1em;
}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenu-item {
color: inherit;
padding: 0 0 10px;
}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenu-item.ppsubmenu-active {
border-bottom: 3px solid #6c757d;
}
#profilepress-myaccount-wrapper .profilepress-myaccount-content h3 {
font-weight: 500 !important;
font-size: 1.2em !important;
margin-bottom: 1em !important;
}
.profilepress-myaccount-alert,
.profilepress-myaccount-edit-profile .profilepress-edit-profile-status {
position: relative;
padding: .75em 1.25em;
margin-bottom: 1em;
border: 1px solid transparent;
border-radius: .25em;
}
.profilepress-myaccount-alert.pp-alert-danger,
.profilepress-myaccount-edit-profile .profilepress-edit-profile-status {
color: #721c24;
background-color: #f8d7da;
border-color: #f5c6cb;
}
.profilepress-myaccount-alert.pp-alert-success,
.profilepress-myaccount-edit-profile .profilepress-edit-profile-status.success {
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb;
}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field {
margin-top: .5em;
margin-bottom: 1em;
}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-cover-image-empty {
min-height: 250px;
background-color: #eee;
}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-cover-image-wrap {
padding: .75em;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, .125);
margin-bottom: 0;
border-radius: .25em;
}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-cover-image-wrap img {
width: 100%;
height: auto;
}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-email-notifications-wrap .profilepress-myaccount-form-field {
margin-top: .5em;
margin-bottom: .5em;
}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-email-notifications-wrap {
margin-bottom: 2em;
}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field label {
margin-bottom: .2em;
font-weight: 500;
display: block;
}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field input[type=radio] + label,
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field input[type=checkbox] + label {
display: inline;
}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-control:not([type="radio"]):not([type="checkbox"]),
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap textarea,
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap select {
display: block;
width: 100%;
height: calc(1.5em + .75em + 2px);
padding: .375em .75em;
font-size: 1em;
font-weight: 400;
line-height: 1.5;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: .25em;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
overflow: visible;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125);
}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap textarea {
height: auto !important;
min-height: 100px !important;
resize: vertical !important;
}
#profilepress-myaccount-wrapper .profilepress-myaccount-content input.profilepress-myaccount-form-control:focus,
#profilepress-myaccount-wrapper .profilepress-myaccount-content textarea.profilepress-myaccount-form-control:focus,
#profilepress-myaccount-wrapper .profilepress-myaccount-content select.profilepress-myaccount-form-control:focus {
background-color: #fff;
border-color: #bbb;
outline: 0;
box-shadow: none;
}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-field input[type=submit] {
display: inline-block;
cursor: pointer;
width: auto;
}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-field input[type=submit]:hover {
color: #fff;
background-color: #0069d9;
border-color: #0062cc;
text-decoration: none;
}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file {
position: relative;
display: inline-block;
width: 100%;
height: calc(1.5em + .75em + 2px);
margin-bottom: 0;
}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-input {
position: relative;
z-index: 2;
width: 100%;
height: calc(1.5em + .75em + 2px);
margin: 0;
opacity: 0;
}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-label {
position: absolute;
top: 0;
right: 0;
left: 0;
z-index: 1;
height: calc(1.5em + .75em + 2px);
padding: .375em .75em;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
border: 1px solid #ced4da;
border-radius: .25em;
}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-label::after {
position: absolute;
top: 0;
right: 0;
box-sizing: border-box;
bottom: 0;
z-index: 3;
display: block;
height: calc(1.5em + .75em);
padding: .375em .75em;
line-height: 1.5;
color: #495057;
content: "Browse";
background-color: #e9ecef;
border-left: inherit;
border-radius: 0 .25em .25em 0;
}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-input ~ .ppmyac-custom-file-label[data-browse]::after {
content: attr(data-browse);
}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field .pp-checkbox-wrap label.pp-form-label,
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field .pp-radio-wrap label.pp-form-label {
display: inline-block;
margin: 0 0 0 0.3819820591em;
}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-avatar-wrap {
display: flex;
flex-direction: column;
margin: 1em 0 0 0;
padding-left: 0;
}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-avatar {
position: relative;
padding: .75em 1.25em;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, .125);
margin-bottom: 0;
border-radius: .25em;
justify-content: space-between !important;
display: flex !important;
}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .pp-user-avatar {
width: 70px;
height: 70px;
min-height: 100%;
object-fit: cover;
object-position: center;
border-radius: 50%;
}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .ppmyac-remove-avatar {
margin-bottom: .5em !important;
margin-top: .5em !important;
padding: .25em .5em;
font-size: .875em;
line-height: 1.5;
border-radius: .2em;
color: #fff;
height: 35px;
background-color: #6c757d;
display: inline-block;
font-weight: 400;
text-align: center;
vertical-align: middle;
text-shadow: none;
cursor: pointer;
user-select: none;
border: 1px solid #6c757d;
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-cover-image-wrap .ppmyac-remove-avatar {
margin-top: .75em !important;
margin-bottom: 0 !important;
}
#profilepress-myaccount-wrapper .profilepress-myaccount-content input.profilepress-myaccount-form-control::-webkit-file-upload-button {
background: #fff;
border-radius: 6px;
font-size: 14px;
border: 1px solid #ddd;
}
#profilepress-myaccount-wrapper .profilepress-myaccount-content .select2-selection {
border-radius: .25em;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125);
}
.ppress-2fa-setup-wrap .ppmyac-2fa-recovery-codes-wrap {
width: 250px;
text-align: center;
}  .pp-form-container .pp-field-user-avatar-picture-wrap {
width: 250px;
height: auto;
margin: auto;
position: relative;
}
.pp-form-container .pp-field-user-cover-image-wrap {
margin: auto;
position: relative;
}
.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay-wrap,
.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay-wrap {
position: absolute;
top: 0;
left: 0;
background: rgba(0, 0, 0, .5);
text-align: center;
box-sizing: border-box;
padding: 0;
color: #fff;
text-shadow: 0 1px #666;
line-height: 21px;
font-size: 16px;
height: 100%;
width: 100%;
border-radius: 50%;
}
.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay-wrap {
border-radius: 0;
}
.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay,
.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay {
display: table;
height: 100%;
width: 100%;
}
.pp-field-user-avatar-picture-wrap .pp-profile-avatar-overlay ins,
.pp-field-user-cover-image-wrap .pp-cover-image-overlay ins {
display: none;
}
.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay ins,
.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay ins {
display: table-cell;
vertical-align: middle;
height: 100%;
text-decoration: none !important;
background: none !important;
color: #fff !important;
border-bottom: none !important;
}
.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay-wrap .pp-profile-avatar-overlay .pp-form-material-icons,
.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay-wrap .pp-cover-image-overlay .pp-form-material-icons {
font-size: 35px !important;
display: block !important;
position: static !important;
right: auto !important;
top: auto !important;
color: #fff !important;
margin: 0 !important;
width: auto !important;
height: auto !important;
cursor: pointer;
}  html .select2.select2-container .select2-selection.select2-selection--multiple input.select2-search__field {
border: 0 !important;
height: auto !important;
}
.select2.select2-container .select2-selection.select2-selection--multiple input.select2-search__field {
border: 0 !important;
box-shadow: none !important;
}
.select2.select2-container .select2-selection.select2-selection--multiple li.select2-selection__choice {
height: auto;
line-height: normal;
}  .pp-form-wrapper.pp-member-directory {
opacity: 0;
} .pp-form-wrapper.ppress-default-profile {
max-width: 1000px;
width: 100%;
box-sizing: border-box;
font-size: 15px;
color: #666;
margin-bottom: 30px;
opacity: 0;
}
.pp-form-wrapper.ppress-default-profile * {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.pp-form-wrapper.ppress-default-profile a, .pp-form-wrapper.ppress-default-profile a:hover {
text-decoration: none !important;
}
.pp-form-wrapper.ppress-default-profile .ppress-default-profile-cover {
background-color: #eee;
box-sizing: border-box;
position: relative;
}
.pp-form-wrapper.ppress-default-profile .ppress-default-profile-cover-e {
text-align: center;
overflow: hidden;
}
.pp-form-wrapper.ppress-default-profile .ppress-default-profile-cover-e img {
width: 100%;
display: block;
overflow: hidden;
border-radius: 0;
margin: 0;
}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-header {
position: relative;
padding: 0 0 25px 0;
border-bottom: solid 2px #eee;
min-height: 85px;
box-sizing: content-box;
}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-headericon {
position: absolute;
top: 15px;
right: 0;
vertical-align: middle;
font-size: 30px;
height: 30px;
line-height: 30px;
z-index: 66;
margin-right: 10px;
}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-headericon .ppress-dpf-edit-a .ppress-material-icons {
font-size: 30px;
}
.pp-form-wrapper.ppress-default-profile a.ppress-dpf-edit-a {
color: #aaaaaa;
text-decoration: none;
border-bottom: 0;
}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-headericon a:hover,
.pp-form-wrapper.ppress-default-profile a.ppress-dpf-edit-a.active {
color: #007bff;
}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-photo {
float: left;
position: absolute;
margin: 0 0 0 30px;
box-sizing: border-box;
width: 200px;
height: 200px;
}
.pp-form-wrapper.ppress-default-profile.ppdf-nocover .ppress-dpf-profile-photo {
position: relative;
}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-photo img {
width: 100%;
height: auto;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
border-radius: 100%;
display: block;
overflow: hidden;
margin: 0;
box-shadow: none;
background: #fff;
border: 5px solid #fff;
}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-meta {
padding-right: 30px;
-ms-word-break: break-all;
word-break: break-word;
word-wrap: break-word;
}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-main-meta {
padding: 10px 0 0 0;
color: #999999;
}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-name {
font-size: 24px;
font-weight: bold;
margin-right: 30px;
color: #555555;
line-height: 1.7em;
}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-clear {
clear: both;
}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-meta span {
margin: 0 5px;
font-size: 14px;
display: inline-block;
line-height: .1;
}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-meta span:first-child {
margin: 0 5px 0 0;
}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-meta-text {
margin: 5px 0 0 0;
line-height: 1.4em;
font-size: 13px;
}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav {
padding: 10px;
background: #444;
text-align: center;
}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item a {
color: #fff;
font-size: 14px;
font-weight: 600;
padding: 6px 10px 6px 28px;
display: block;
float: left;
border-radius: 4px;
margin-left: 5px;
position: relative;
border-bottom: 0;
text-decoration: none !important;
}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item a:hover {
background: #555;
}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item .ppress-material-icons {
font-size: 18px;
height: 18px;
line-height: 1.5;
position: absolute;
display: block;
left: 10px;
}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item span.ppress-dpf-nav-title {
padding-left: 5px;
}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item.ppress-dpf-active a {
background: #007bff;
}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-body {
max-width: 600px;
padding-top: 15px;
padding-bottom: 15px;
margin: auto;
}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note,
.pp-form-wrapper.ppress-default-profile .pp-user-comment-no-item {
text-align: center;
padding-top: 20px;
color: #666;
}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note .ppress-material-icons {
display: inline-block;
font-size: 70px;
height: 70px;
line-height: 70px;
}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note span,
.pp-form-wrapper.ppress-default-profile .pp-user-comment-no-item span {
margin-top: 10px;
display: block;
font-size: 16px;
color: #888;
}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note a {
border: none !important;
}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-body-items {
margin: 0 0 30px 0;
}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-body-item {
position: relative;
padding: 15px 0 0 0;
}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-item-label {
display: block;
margin: 0 0 8px 0;
border-bottom: solid 2px #eee;
padding-bottom: 4px;
font-size: 15px;
line-height: 22px;
font-weight: bold;
}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-field-label-icon {
float: left;
margin: 0 8px 0 0;
height: 22px;
line-height: 18px;
display: inline-block;
width: 24px;
text-align: center;
}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-field-label-icon i {
font-size: 22px;
position: relative;
top: 1px;
} .pp-form-wrapper.ppress-default-profile .ppdf-nocover .ppress-dpf-profile-photo {
float: none;
margin: 0 auto;
text-align: center;
position: relative;
}
.pp-form-wrapper.ppress-default-profile .ppdf-nocover .ppress-dpf-profile-meta {
padding-left: 0 !important;
padding-right: 0 !important;
text-align: center !important;
}   .ppress-default-profile.ppressui340 .ppress-dpf-profile-nav {
padding: 0 !important;
}
.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item a {
padding: 10px 16px !important;
margin-left: 0 !important;
border-radius: 0 !important;
}
.ppress-dpf-profile-nav-item.ppressui340 .ppress-dpf-profile-body {
padding-left: 0 !important;
padding-right: 0 !important;
}
.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo {
position: static !important;
top: auto !important;
left: auto !important;
}
.ppress-default-profile.ppressui340 .ppress-dpf-header .ppress-dpf-profile-meta {
text-align: center !important;
padding: 0 !important;
margin-top: -30px !important;
}
.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-meta {
padding-top: 0 !important;
}
.ppress-default-profile.ppressui340 .ppress-dpf-header .ppress-dpf-name {
float: none !important;
margin-right: 0 !important;
font-size: 18px !important;
}
.ppress-default-profile.ppressui340 .ppress-dpf-header .ppress-dpf-meta-text {
padding: 0 20px !important;
}
.ppress-default-profile.ppressui340 .ppress-dpf-profile-photo {
position: relative !important;
width: 100px !important;
height: 100px !important;
margin: 0 auto !important;
float: none !important;
left: auto !important;
text-align: center !important;
top: -40px !important;
}
.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo {
width: 120px !important;
height: 120px !important;
}
.ppress-default-profile.ppressui340 .ppress-dpf-nav-title {
font-size: 12px !important;
}
.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item .ppress-material-icons {
display: block !important;
position: static !important;
top: auto !important;
left: auto !important;
font-size: 20px !important;
height: 20px !important;
line-height: 20px !important;
}
.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-meta {
margin-top: 0 !important;
} .ppress-default-profile.ppressui500 .ppress-dpf-profile-nav {
padding: 0 !important;
}
.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item a {
padding: 10px 16px !important;
margin-left: 0 !important;
border-radius: 0 !important;
}
.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item i {
display: block !important;
position: static !important;
top: auto !important;
left: auto !important;
font-size: 22px !important;
height: 22px !important;
line-height: 22px !important;
}
.ppress-default-profile.ppressui500 .ppress-dpf-profile-body {
padding-left: 0 !important;
padding-right: 0 !important;
}
.ppress-default-profile.ppressui500.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo {
position: static !important;
top: auto !important;
left: auto !important;
}
.ppress-default-profile.ppressui500.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo {
width: 120px !important;
height: 120px !important;
}
.ppress-default-profile.ppressui500 .ppress-dpf-profile-photo {
position: relative !important;
width: 100px !important;
height: 100px !important;
margin: 0 auto !important;
float: none !important;
display: block !important;
top: -40px !important;
left: 0 !important;
}
.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-profile-meta {
text-align: center !important;
padding: 0 !important;
margin-top: -30px !important;
}
.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-name {
float: none !important;
margin-right: 0 !important;
font-size: 21px !important;
}
.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-meta-text {
padding-top: 10px !important;
}
.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-meta {
padding: 0 20px !important;
display: block !important;
}
.ppress-default-profile.ppressui500 .ppress-dpf-nav-title {
font-size: 12px !important;
}
.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item .ppress-material-icons {
display: block !important;
position: static !important;
top: auto !important;
left: auto !important;
font-size: 20px !important;
height: 20px !important;
line-height: 20px !important;
}
.ppress-default-profile.ppressui500.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-meta {
margin-top: 0 !important;
} .ppress-default-profile.ppressui800 .ppress-dpf-profile-nav {
padding: 0 !important;
}
.ppress-default-profile.ppressui800 .ppress-dpf-profile-nav-item a {
padding: 10px 20px !important;
margin-left: 0 !important;
border-radius: 0 !important;
}
.ppress-default-profile.ppressui800 .ppress-dpf-profile-photo {
width: 150px !important;
}
.ppress-default-profile.ppressui800 .ppress-dpf-profile-photo {
width: 140px !important;
height: 140px !important;
top: -70px !important;
}
.ppress-default-profile.ppressui800.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo {
top: auto !important;
}
.ppress-default-profile.ppressui800 .ppress-dpf-header .ppress-dpf-meta-text {
padding-top: 10px !important;
}
.ppress-default-profile.ppressui800 .ppress-dpf-nav-title {
font-size: 12px !important;
}
.ppress-default-profile.ppressui800 .ppress-dpf-profile-nav-item .ppress-material-icons {
display: block !important;
position: static !important;
top: auto !important;
left: auto !important;
font-size: 20px !important;
height: 20px !important;
line-height: 20px !important;
} .ppress-default-profile.ppressui960 .ppress-dpf-profile-photo {
width: 200px !important;
}
.ppress-default-profile.ppressui960 .ppress-dpf-profile-photo {
width: 140px !important;
height: 140px !important;
top: -70px !important;
}
.ppress-default-profile.ppressui960.ppdf-nocover .ppress-dpf-profile-meta {
margin-top: -50px !important;
} .ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item a,
.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item a {
padding: 5px 11px !important;
font-size: 12px !important;
}
.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item .ppress-material-icons,
.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item .ppress-material-icons {
font-size: 14px !important;
}
.ppress-default-profile.ppressui340 span.ppress-dpf-nav-title,
.ppress-default-profile.ppressui500 span.ppress-dpf-nav-title {
font-size: 10px !important;
} .pp-form-wrapper.ppress-default-profile ul.pp-user-post-list {
list-style: none;
margin: 0;
padding: 0;
}
.pp-form-wrapper.ppress-default-profile li.pp-user-post-item {
padding: 20px 0;
border-bottom: 1px solid #eee;
}
.pp-form-wrapper.ppress-default-profile .pp-user-post-item a,
.pp-form-wrapper.ppress-default-profile .pp-user-post-item h3 {
font-size: 16px;
font-weight: normal;
margin: 0;
text-decoration: none;
}
.pp-form-wrapper.ppress-default-profile .pp-user-post-item h3.pp-post-item-head {
line-height: 20px;
}
.pp-form-wrapper.ppress-default-profile .ppress-dpf-more-post-wrap {
text-align: center;
padding-top: 30px;
}
.pp-form-wrapper.ppress-default-profile a.ppress-dpf-more-post-btn {
font-size: 15px;
border: none;
display: block;
width: 100%;
line-height: 1em;
padding: 15px;
text-decoration: none;
text-align: center;
text-transform: none;
font-weight: normal;
transition: 0.25s;
border-radius: 4px;
-webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
max-width: 250px;
margin: 0 auto;
color: #ffffff;
background: #007bff;
} .pp-form-wrapper.ppress-default-profile .pp-user-comment-item {
padding: 20px 0;
border-bottom: 1px solid #eee;
}
.pp-form-wrapper.ppress-default-profile .pp-user-comment-item-link a {
color: inherit;
}
.pp-form-wrapper.ppress-default-profile .pp-user-comment-no-item + .ppress-dpf-more-post-wrap {
display: none;
}  .pp-member-directory .ppressmd-member-directory-header.ppressmd-form {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: stretch;
flex-wrap: nowrap;
width: 100%;
}
.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row:not(.ppressmd-member-directory-filters-bar) {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: baseline;
flex-wrap: nowrap;
margin: 0 0 10px 0;
}
.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row.ppressmd-member-directory-search-row {
justify-content: flex-end;
}
.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
flex-wrap: nowrap;
width: 60%;
}
.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label {
flex: 1;
margin: 0 10px 0 0;
min-width: 90px;
max-width: 85%;
}
.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label .ppressmd-search-line {
-webkit-appearance: textfield;
width: 100%;
padding: 0 12px !important;
display: block !important;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
outline: none !important;
cursor: text !important;
font-size: 15px !important;
height: 40px !important;
box-sizing: border-box !important;
box-shadow: none !important;
margin: 0 !important;
position: static;
background-color: #ffffff;
}
.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line .ppressmd-do-search {
min-width: 15%;
width: auto;
}
.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
flex-wrap: nowrap;
width: 100%;
}
.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-sorting {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: baseline;
flex-wrap: nowrap;
flex: 5;
}
.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-sorting .ppressmd-member-directory-sorting-a {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: baseline;
flex-wrap: nowrap;
position: relative;
cursor: pointer;
}
.pp-member-directory .ppressmd-member-directory-header a {
text-decoration: none;
border-bottom: none;
box-shadow: none;
}
.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppress-material-icons {
display: inline;
vertical-align: middle;
}
.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters {
display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: baseline;
flex-wrap: nowrap;
flex: 2;
text-align: right;
}
.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: baseline;
flex-wrap: nowrap;
cursor: pointer;
}
.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a a {
margin: 0 5px 0 0;
}
.ppressmd-member-directory-header:not(.ppmd-filters-expand) .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a .ppress-up {
display: none;
}
.ppressmd-member-directory-header.ppmd-filters-expand .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a .ppress-down {
display: none;
}
.ppressmd-new-dropdown {
font-size: 16px;
margin: 0;
position: absolute;
height: auto;
background: #fff;
z-index: 10;
display: none;
border: 1px solid #ddd;
box-shadow: 0 7px 14px 0 rgba(50, 50, 93, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
-webkit-box-shadow: 0 7px 14px 0 rgba(50, 50, 93, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
}
.ppressmd-new-dropdown ul {
margin: 0;
padding: 0;
}
.ppressmd-new-dropdown ul li {
list-style-type: none;
padding: 0;
margin: 0;
}
.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-sorting .ppressmd-member-directory-sorting-a .ppressmd-new-dropdown {
top: 24px;
width: 200px;
left: -12px;
}
.ppressmd-new-dropdown ul li a {
display: block;
padding: 8px 12px;
line-height: 1;
}
.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row.ppressmd-member-directory-filters-bar {
padding: 0 0 10px 0;
}
.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row.ppressmd-header-row-invisible {
margin: 0;
}
.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search.ppressmd-search-invisible {
display: none;
}
.ppressmd-member-directory-header.ppmd-filters-expand .ppressmd-member-directory-header-row .ppressmd-search.ppressmd-search-invisible {
display: grid;
}
.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search {
margin: 0;
width: 100%;
display: grid;
grid-template-rows: auto 1fr;
grid-template-columns: repeat(3, 1fr);
grid-gap: 10px;
grid-auto-rows: minmax(max-content, auto);
-ms-grid-template-rows: auto 1fr;
-ms-grid-template-columns: repeat(3, 1fr);
-ms-grid-gap: 10px;
-ms-grid-auto-rows: minmax(max-content, auto);
align-items: center;
}
.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: baseline;
flex-wrap: nowrap;
width: 100%;
}
.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: baseline;
flex-wrap: nowrap;
width: 100%;
}
.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter.ppressmd-text-filter-type input {
width: 100%;
padding: 10px 30px;
}
.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label .ppressmd-search-line,
.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter.ppressmd-text-filter-type input:not(.select2-search__field),
.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection {
background-color: transparent;
border: 1px solid #dddddd !important;
}
.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter.ppressmd-text-filter-type input,
.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label .ppressmd-search-line,
.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppress-material-icons,
.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection__rendered {
color: #666666;
background-color: transparent;
}
.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row input[type=search]:focus {
border: 1px solid #bbb !important;
}
.pp-member-directory .ppressmd-member-directory-header .ppressmd-button {
border: none !important;
display: block;
width: 100%;
line-height: 1em !important;
padding: 16px 20px !important;
text-decoration: none !important;
text-align: center;
text-transform: none !important;
font-weight: normal !important;
overflow: hidden;
position: relative;
transition: 0.25s;
box-sizing: border-box;
-moz-border-radius: 4px !important;
-webkit-border-radius: 4px !important;
border-radius: 4px !important;
box-shadow: none;
vertical-align: middle !important;
height: auto !important;
cursor: pointer !important;
text-shadow: none;
font-family: inherit;
outline: none !important;
margin: 0;
-webkit-appearance: none;
}
.pp-member-directory .ppressmd-members-total-wrap {
text-align: center;
margin: 0 0 10px 0;
}
.pp-member-directory .ppressmd-members-total {
font-size: 20px;
font-weight: 300;
} .pp-member-directory .ppressmd-member-directory-header .select2.select2-container {
width: 100% !important;
}
.pp-member-directory .ppressmd-member-directory-header .select2-search.select2-search--inline .select2-search__field {
width: auto !important;
}
.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection {
display: block !important;
height: 40px;
padding: 0 0 0 12px !important;
overflow: hidden !important;
position: relative !important;
white-space: nowrap !important;
line-height: 35px !important;
font-size: 15px !important;
text-align: left !important;
text-decoration: none !important;
-moz-border-radius: 2px !important;
-webkit-border-radius: 2px !important;
border-radius: 2px !important;
background-clip: padding-box !important;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background: none !important;
}
.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection .select2-selection__arrow {
display: inline-block !important;
width: 34px !important;
height: 100% !important;
position: absolute !important;
right: 0 !important;
top: 0 !important;
-moz-border-radius: 0 2px 2px 0 !important;
-webkit-border-radius: 0 2px 2px 0 !important;
border-radius: 0 2px 2px 0 !important;
background-clip: padding-box !important;
text-align: center !important;
background: transparent !important;
border-left: 0 !important;
}
.pp-member-directory .ppressmd-member-directory-header .select2-container.select2-container--open .select2-dropdown {
border: 1px solid #ddd;
border-top: 0;
border-radius: 0;
}
.pp-member-directory .ppressmd-member-directory-header .select2-container.select2-container--open .select2-dropdown .select2-results li {
list-style: none;
display: list-item;
background-image: none;
font-size: 15px;
margin: 5px !important;
color: #666 !important;
padding: 3px 7px 4px !important;
cursor: pointer;
min-height: 1em !important;
}
.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection.select2-selection--multiple {
height: auto !important;
line-height: 0.8 !important;
}
.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__rendered {
padding-left: 0 !important;
line-height: 37px;
}
.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__rendered {
line-height: 37px;
box-sizing: border-box;
list-style: none;
margin: 0;
padding-left: 0 !important;
padding-right: 30px;
width: 100%;
font-size: 13px;
}
.pp-member-directory .ppressmd-member-directory-header .select2-results li.select2-results__option.select2-results__option--highlighted {
background: none !important;
background: #f4f4f4 !important;
color: #666 !important;
}
.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__clear,
.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__clear {
right: 10px;
font-size: 30px;
margin: 0 !important;
}
.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__clear,
.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__clear,
.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__arrow b {
color: #888 !important;
}
.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__clear {
position: absolute;
}
.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__choice {
padding: 3px 3px 3px 5px;
}
.pp-member-directory .ppressmd-member-directory-header .select2-container .select2-search.select2-search--inline > input {
border: none !important;
padding: 0 !important;
border-radius: 0 !important;
}
.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
overflow-x: hidden;
text-overflow: ellipsis;
max-width: 100%;
box-sizing: border-box;
}
.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__clear {
font-size: 20px !important;
}
.pp-member-directory .ppmd-pagination-wrap {
font-size: 16px;
width: 100%;
margin: 0 auto 10px;
padding: 0;
text-align: center;
}
.pp-member-directory .ppmd-pagination-wrap .page-numbers {
display: inline-block;
width: auto;
height: 34px;
line-height: 34px;
transition: all .2s linear;
padding: 0 14px;
color: #666666;
font-weight: normal;
}
.pp-member-directory .ppmd-pagination-wrap .page-numbers.current {
background: #007bff;
color: #ffffff;
}
.pp-member-directory .ppmd-pagination-wrap .page-numbers .ppress-material-icons {
vertical-align: middle;
} .ppress-paywall-message-wrap {
position: relative;
width: 100%;
margin: -5em auto 2em;
padding: 6em 0 0;
background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 0.5em, #fff 5.5em, #fff 100%);
}
.ppress-paywall-message {
box-shadow: 0 0 0.5em 0.25em rgba(0, 0, 0, 0.125);
padding: 1.375em;
border: 6px solid #ffffff;
-webkit-border-radius: .5em;
-moz-border-radius: .5em;
border-radius: .5em;
background-color: #f4f4f4;
color: #333333;
}
.ppress-paywall-message p:last-child {
margin-bottom: 0 !important;
}
p:has(+ .ppress-paywall-message-wrap) {
margin-bottom: 0;
} .ppress-main-container {
width: 100%;
}
.ppress-container-div {
margin: 3em 0;
padding: 3em;
background-color: #fff;
width: 100%;
text-align: center;
}@-webkit-keyframes fpFadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fpFadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.flatpickr-calendar{background:0 0;opacity:0;display:none;text-align:center;visibility:hidden;padding:0;-webkit-animation:none;animation:none;direction:ltr;border:0;font-size:14px;line-height:24px;border-radius:5px;position:absolute;width:307.875px;box-sizing:border-box;touch-action:manipulation;background:#fff;box-shadow:1px 0 0#e6e6e6,-1px 0 0#e6e6e6,0 1px 0#e6e6e6,0-1px 0#e6e6e6,0 3px 13px rgba(0,0,0,.08)}.flatpickr-calendar.inline,.flatpickr-calendar.open{opacity:1;max-height:640px;visibility:visible}.flatpickr-calendar.open{display:inline-block;z-index:99999}.flatpickr-calendar.animate.open{-webkit-animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1);animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px)}.flatpickr-calendar.static.open{z-index:999;display:block}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){box-shadow:none!important}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){box-shadow:-2px 0 0#e6e6e6,5px 0 0#e6e6e6}.flatpickr-calendar .hasTime .dayContainer,.flatpickr-calendar .hasWeeks .dayContainer{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}.flatpickr-calendar.hasTime .flatpickr-time{height:40px;border-top:1px solid #e6e6e6}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}.flatpickr-calendar:after,.flatpickr-calendar:before{position:absolute;display:block;pointer-events:none;border:solid transparent;content:"";height:0;width:0;left:22px}.flatpickr-calendar.arrowRight:after,.flatpickr-calendar.arrowRight:before,.flatpickr-calendar.rightMost:after,.flatpickr-calendar.rightMost:before{left:auto;right:22px}.flatpickr-calendar.arrowCenter:after,.flatpickr-calendar.arrowCenter:before{left:50%;right:50%}.flatpickr-calendar:before{border-width:5px;margin:0-5px}.flatpickr-calendar:after{border-width:4px;margin:0-4px}.flatpickr-calendar.arrowTop:after,.flatpickr-calendar.arrowTop:before{bottom:100%}.flatpickr-calendar.arrowTop:before{border-bottom-color:#e6e6e6}.flatpickr-calendar.arrowTop:after{border-bottom-color:#fff}.flatpickr-calendar.arrowBottom:after,.flatpickr-calendar.arrowBottom:before{top:100%}.flatpickr-calendar.arrowBottom:before{border-top-color:#e6e6e6}.flatpickr-calendar.arrowBottom:after{border-top-color:#fff}.flatpickr-calendar:focus,.flatpickr-current-month input.cur-year:focus{outline:0}.flatpickr-wrapper{position:relative;display:inline-block}.flatpickr-months{display:flex}.flatpickr-months .flatpickr-month,.flatpickr-months .flatpickr-next-month,.flatpickr-months .flatpickr-prev-month{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;height:34px;color:rgba(0,0,0,.9);fill:rgba(0,0,0,.9)}.flatpickr-months .flatpickr-month{background:0 0;line-height:1;text-align:center;position:relative;overflow:hidden;flex:1}.flatpickr-months .flatpickr-next-month,.flatpickr-months .flatpickr-prev-month{text-decoration:none;cursor:pointer;position:absolute;top:0;padding:10px;z-index:3}.flatpickr-months .flatpickr-next-month.flatpickr-disabled,.flatpickr-months .flatpickr-prev-month.flatpickr-disabled{display:none}.flatpickr-months .flatpickr-next-month i,.flatpickr-months .flatpickr-prev-month i,.numInputWrapper{position:relative}.flatpickr-months .flatpickr-next-month.flatpickr-prev-month,.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month{left:0}.flatpickr-months .flatpickr-next-month.flatpickr-next-month,.flatpickr-months .flatpickr-prev-month.flatpickr-next-month{right:0}.flatpickr-months .flatpickr-next-month:hover,.flatpickr-months .flatpickr-prev-month:hover{color:#959ea9}.flatpickr-months .flatpickr-next-month:hover svg,.flatpickr-months .flatpickr-prev-month:hover svg{fill:#f64747}.flatpickr-months .flatpickr-next-month svg,.flatpickr-months .flatpickr-prev-month svg{width:14px;height:14px}.flatpickr-months .flatpickr-next-month svg path,.flatpickr-months .flatpickr-prev-month svg path{transition:fill .1s;fill:inherit}.numInputWrapper{height:auto}.numInputWrapper input,.numInputWrapper span{display:inline-block}.numInputWrapper input{width:100%}.numInputWrapper input::-ms-clear{display:none}.numInputWrapper input::-webkit-inner-spin-button,.numInputWrapper input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}.numInputWrapper span{position:absolute;right:0;width:14px;padding:0 4px 0 2px;height:50%;line-height:50%;opacity:0;cursor:pointer;border:1px solid rgba(57,57,57,.15);box-sizing:border-box}.numInputWrapper span:hover{background:rgba(0,0,0,.1)}.numInputWrapper span:active{background:rgba(0,0,0,.2)}.numInputWrapper span:after{display:block;content:"";position:absolute}.numInputWrapper span.arrowUp{top:0;border-bottom:0}.numInputWrapper span.arrowUp:after{border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid rgba(57,57,57,.6);top:26%}.numInputWrapper span.arrowDown{top:50%}.numInputWrapper span.arrowDown:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(57,57,57,.6);top:40%}.numInputWrapper span svg{width:inherit;height:auto}.numInputWrapper span svg path{fill:rgba(0,0,0,.5)}.flatpickr-current-month span.cur-month:hover,.numInputWrapper:hover{background:rgba(0,0,0,.05)}.numInputWrapper:hover span{opacity:1}.flatpickr-current-month{font-size:135%;font-weight:300;color:inherit;position:absolute;width:75%;left:12.5%;padding:7.48px 0 0;line-height:1;height:34px;display:inline-block;text-align:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.flatpickr-current-month span.cur-month{font-family:inherit;font-weight:700;color:inherit;display:inline-block;margin-left:.5ch;padding:0}.flatpickr-current-month .numInputWrapper{width:6ch;width:7ch\0;display:inline-block}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:rgba(0,0,0,.9)}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:rgba(0,0,0,.9)}.flatpickr-current-month .flatpickr-monthDropdown-months,.flatpickr-current-month input.cur-year{background:0 0;border:0;border-radius:0;box-sizing:border-box;color:inherit;font-size:inherit;font-family:inherit;font-weight:300;height:auto;line-height:inherit;padding:0 0 0 .5ch;vertical-align:initial}.flatpickr-current-month input.cur-year{cursor:text;margin:0;display:inline-block;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{font-size:100%;color:rgba(0,0,0,.5);background:0 0;pointer-events:none}.flatpickr-current-month .flatpickr-monthDropdown-months{appearance:menulist;cursor:pointer;margin:-1px 0 0;outline:0;position:relative;-webkit-box-sizing:border-box;-webkit-appearance:menulist;-moz-appearance:menulist;width:auto}.flatpickr-current-month .flatpickr-monthDropdown-months:active,.flatpickr-current-month .flatpickr-monthDropdown-months:focus{outline:0}.flatpickr-current-month .flatpickr-monthDropdown-months:hover{background:rgba(0,0,0,.05)}.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{background-color:transparent;outline:0;padding:0}.flatpickr-weekdays{background:0 0;text-align:center;overflow:hidden;width:100%;display:flex;align-items:center;height:28px}.flatpickr-weekdays .flatpickr-weekdaycontainer{display:flex;flex:1}span.flatpickr-weekday{cursor:default;font-size:90%;background:0 0;color:rgba(0,0,0,.54);line-height:1;margin:0;text-align:center;display:block;flex:1;font-weight:bolder}.flatpickr-weeks{padding:1px 0 0}.flatpickr-days{position:relative;overflow:hidden;display:flex;align-items:flex-start;width:307.875px}.flatpickr-days:focus{outline:0}.dayContainer,.flatpickr-day{box-sizing:border-box;display:inline-block}.dayContainer{padding:0;outline:0;text-align:left;width:307.875px;min-width:307.875px;max-width:307.875px;display:flex;flex-wrap:wrap;-ms-flex-wrap:wrap;justify-content:space-around;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.dayContainer+.dayContainer{box-shadow:-1px 0 0#e6e6e6}.flatpickr-day{background:0 0;border:1px solid transparent;border-radius:150px;color:#393939;cursor:pointer;font-weight:400;width:14.2857143%;flex-basis:14.2857143%;max-width:39px;height:39px;line-height:39px;margin:0;position:relative;justify-content:center;text-align:center}.flatpickr-day.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day.nextMonthDay:focus,.flatpickr-day.nextMonthDay:hover,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.today.inRange,.flatpickr-day:focus,.flatpickr-day:hover{cursor:pointer;outline:0;background:#e6e6e6;border-color:#e6e6e6}.flatpickr-day.today{border-color:#959ea9}.flatpickr-day.today:focus,.flatpickr-day.today:hover{border-color:#959ea9;background:#959ea9;color:#fff}.flatpickr-day.endRange,.flatpickr-day.endRange.inRange,.flatpickr-day.endRange.nextMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.endRange:focus,.flatpickr-day.endRange:hover,.flatpickr-day.selected,.flatpickr-day.selected.inRange,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.selected:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange,.flatpickr-day.startRange.inRange,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.startRange:focus,.flatpickr-day.startRange:hover{background:#569ff7;box-shadow:none;color:#fff;border-color:#569ff7}.flatpickr-day.endRange.startRange,.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange{border-radius:50px 0 0 50px}.flatpickr-day.endRange.endRange,.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange{border-radius:0 50px 50px 0}.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)){box-shadow:-10px 0 0#569ff7}.flatpickr-day.endRange.startRange.endRange,.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange{border-radius:50px}.flatpickr-day.inRange{border-radius:0;box-shadow:-5px 0 0#e6e6e6,5px 0 0#e6e6e6}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover{background:0 0;border-color:transparent}.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.nextMonthDay,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.prevMonthDay{color:rgba(57,57,57,.3);background:0 0;border-color:transparent;cursor:default}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover{cursor:not-allowed;color:rgba(57,57,57,.1)}.flatpickr-day.week.selected{border-radius:0;box-shadow:-5px 0 0#569ff7,5px 0 0#569ff7}.flatpickr-day.hidden{visibility:hidden}.rangeMode .flatpickr-day{margin-top:1px}.flatpickr-weekwrapper{float:left}.flatpickr-weekwrapper .flatpickr-weeks{padding:0 12px;box-shadow:1px 0 0#e6e6e6}.flatpickr-weekwrapper .flatpickr-weekday{float:none;width:100%;line-height:28px}.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{display:block;width:100%;max-width:none;color:rgba(57,57,57,.3);background:0 0;cursor:default;border:0}.flatpickr-innerContainer{display:block;display:flex;box-sizing:border-box;overflow:hidden}.flatpickr-rContainer{display:inline-block;padding:0;box-sizing:border-box}.flatpickr-time,.flatpickr-time input{text-align:center;box-sizing:border-box}.flatpickr-time{outline:0;display:block;height:0;line-height:40px;max-height:40px;overflow:hidden;display:flex}.flatpickr-time:after{content:"";display:table;clear:both}.flatpickr-time .numInputWrapper{flex:1;width:40%;height:40px;float:left}.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#393939}.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#393939}.flatpickr-time.hasSeconds .numInputWrapper{width:26%}.flatpickr-time.time24hr .numInputWrapper{width:49%}.flatpickr-time input{background:0 0;box-shadow:none;border:0;border-radius:0;margin:0;padding:0;height:inherit;line-height:inherit;color:#393939;font-size:14px;position:relative;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-time input.flatpickr-hour{font-weight:700}.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}.flatpickr-time input:focus{outline:0;border:0}.flatpickr-time .flatpickr-am-pm,.flatpickr-time .flatpickr-time-separator{height:inherit;float:left;line-height:inherit;color:#393939;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;align-self:center}.flatpickr-time .flatpickr-time-separator{font-weight:700;width:2%}.flatpickr-time .flatpickr-am-pm{outline:0;width:18%;cursor:pointer;text-align:center;font-weight:400}.flatpickr-time .flatpickr-am-pm:focus,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time input:hover{background:#eee}.flatpickr-input[readonly]{cursor:pointer}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
    @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-stretch: normal;
font-display: fallback;
src: url(//www.itechnews.it/wp-content/themes/colormag/assets/fonts/OpenSans-Bold.woff) format("woff");
}
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 700;
font-stretch: normal;
font-display: fallback;
src: url(//www.itechnews.it/wp-content/themes/colormag/assets/fonts/OpenSans-BoldItalic.woff) format("woff");
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 800;
font-stretch: normal;
font-display: fallback;
src: url(//www.itechnews.it/wp-content/themes/colormag/assets/fonts/OpenSans-ExtraBold.woff) format("woff");
}
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 800;
font-stretch: normal;
font-display: fallback;
src: url(//www.itechnews.it/wp-content/themes/colormag/assets/fonts/OpenSans-ExtraBoldItalic.woff) format("woff");
}
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
font-stretch: normal;
font-display: fallback;
src: url(//www.itechnews.it/wp-content/themes/colormag/assets/fonts/OpenSans-Italic.woff) format("woff");
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
font-stretch: normal;
font-display: fallback;
src: url(//www.itechnews.it/wp-content/themes/colormag/assets/fonts/OpenSans-Light.woff) format("woff");
}
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 300;
font-stretch: normal;
font-display: fallback;
src: url(//www.itechnews.it/wp-content/themes/colormag/assets/fonts/OpenSans-LightItalic.woff) format("woff");
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 500;
font-stretch: normal;
font-display: fallback;
src: url(//www.itechnews.it/wp-content/themes/colormag/assets/fonts/OpenSans-Medium.woff) format("woff");
}
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 500;
font-stretch: normal;
font-display: fallback;
src: url(//www.itechnews.it/wp-content/themes/colormag/assets/fonts/OpenSans-MediumItalic.woff) format("woff");
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: normal;
font-display: fallback;
src: url(//www.itechnews.it/wp-content/themes/colormag/assets/fonts/OpenSans-Regular.woff) format("woff");
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
font-stretch: normal;
font-display: fallback;
src: url(//www.itechnews.it/wp-content/themes/colormag/assets/fonts/OpenSans-SemiBold.woff) format("woff");
}
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 600;
font-stretch: normal;
font-display: fallback;
src: url(//www.itechnews.it/wp-content/themes/colormag/assets/fonts/OpenSans-SemiBoldItalic.woff) format("woff");
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: normal;
font-display: fallback;
src: url(//www.itechnews.it/wp-content/themes/colormag/assets/fonts/OpenSans-VariableFont.woff) format("woff");
}  body {
--color--gray: #888888;
--color--light--primary: #9bc8da;
--color--primary: #207daf;
}   html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
border: 0;
font: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
display: block;
}
ol, ul {
list-style: none;
}
th, td, .wp-block-table th, .wp-block-table td {
border: 1px solid #e4e4e7;
padding: 6px 10px;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active { outline: 0;
}
a img {
border: 0;
}
embed, iframe, object {
max-width: 100%;
} sup,
sub {
font-size: 10px;
height: 0;
line-height: 1;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 1ex;
}
sub {
top: 0.5ex;
} *,
*::before,
*::after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
html {
overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }   .inner-wrap {
margin: 0 auto;
max-width: 1140px;
}
.cm-container {
max-width: 1140px;
margin-left: auto;
margin-right: auto;
padding-left: 16px;
padding-right: 16px;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
.cm-header-1 .cm-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 10px;
padding: 24px 0;
}
@media screen and (min-width: 48em) {
.cm-header-1 .cm-row {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
text-align: left;
gap: 20px;
}
} html {
font-size: 62.5%; }
body,
button,
input,
select,
textarea {
color: #3f3f46;
font-size: 16px;
font-family: "Open Sans", serif;
line-height: 1.8;
word-wrap: break-word;
}
p {
margin-bottom: 16px;
line-height: 1.8;
word-break: break-word;
}
strong {
font-weight: 600;
}
cite,
em,
i {
font-style: italic;
}
pre {
overflow: auto;
max-width: 100%;
width: 798px;
margin-bottom: 20px;
padding: 30px 30px 84px 30px;
background-color: #fafafa;
font-size: 1.4rem;
font-style: italic;
line-height: 1.7;
}
code,
kbd,
var,
samp,
tt {
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 1.4rem;
line-height: 1.4;
white-space: pre-wrap;
}
abbr,
acronym,
dfn {
border-bottom: 1px dotted #d4d4d8;
cursor: help;
}
address {
display: block;
font-style: italic;
margin: 0 0 16px;
}
ins {
background: #f4f4f5;
}
hr,
.wp-block-separator {
background-color: #e4e4e7;
border: 0;
height: 1px;
margin: 30px 0;
}
dl {
font-size: 1.6rem;
}
dt {
font-weight: bold;
margin-bottom: 4px;
}
dd {
margin-bottom: 24px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin-bottom: 20px;
color: #27272a;
font-weight: 500;
font-family: "Open Sans", sans-serif;
line-height: 1.3;
}
h1 {
font-size: 4rem;
}
h2 {
font-size: 3.2rem;
}
h3 {
font-size: 3.2rem;
}
h4 {
font-size: 2rem;
}
h5 {
font-size: 1.8rem;
}
h6 {
font-size: 1.6rem;
}  body {
background-color: #e4e4e7;
padding-top: 10px;
padding-bottom: 10px;
background-size: cover;
}
body.clickable-background-image {
position: relative;
}
body.clickable-background-image .background-image-clickable {
position: absolute;
display: block;
width: 100%;
height: 100%;
z-index: 1;
cursor: pointer;
}
body.clickable-background-image .site {
position: relative;
z-index: 99;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-button .wp-block-button__link,
.wp-element-button,
.cm-button {
display: inline-block;
padding: 6px 10px;
background-color: #207daf;
color: #fff;
font-size: 16px;
font-weight: 600;
border: 1px solid #207daf;
-webkit-transition: background-color 0.3s linear 0s;
transition: background-color 0.3s linear 0s;
border-radius: 2px;
cursor: pointer;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.wp-block-button .wp-block-button__link:hover,
.wp-element-button:hover,
.cm-button:hover {
color: #207daf;
background-color: transparent;
} .cm-column-half {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 20px;
margin-bottom: 30px;
} .tg-one-fourth {
float: left;
width: 23.1527094%;
margin: 0 2.46305419% 0 0;
}
.tg-one-fourth-last {
margin: 0;
}
@media screen and (min-width: 48em) {
.cm-column-half {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
} ::-webkit-scrollbar {
height: 8px;
} ::-webkit-scrollbar-thumb {
background: #a1a1aa;
} input,
textarea {
-webkit-border-radius: 0;
}
input[type="text"], input[type="email"], input[type="search"], input[type="password"], input[type="url"] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: none;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="password"]:focus, input[type="url"]:focus {
border: 1px solid #e4e4e7;
}
input[type="text"], input[type="email"], input[type="password"], input[type="url"], input[type="tel"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 10px;
border: 1px solid #e4e4e7;
line-height: 20px;
width: 100%;
margin: 0 0 32px;
background-color: #FCFCFC;
border-radius: 4px;
}
input.s {
position: relative;
width: 100%;
padding: 12px;
font-size: 1.4rem;
border: 1px solid #d4d4d8;
border-radius: 4px 0 0 4px;
line-height: 1.6;
}
input.s:focus {
padding-left: 10px;
border-color: #e4e4e7;
text-indent: 0;
}
textarea {
-webkit-appearance: none !important;
-moz-appearance: none !important;
appearance: none !important;
padding: 1%;
border: 1px solid #E4E4E7;
line-height: 20px;
width: 100%;
margin: 0 0 32px;
background-color: #fcfcfc;
border-radius: 4px;
}
textarea:focus {
border: 1px solid #e4e4e7;
}
.colormag-button {
display: inline-block;
margin-bottom: 30px;
padding: 5px 10px;
background-color: #207daf;
border: 0;
-webkit-transition: background-color 0.3s linear 0s;
transition: background-color 0.3s linear 0s;
border-radius: 3px;
font-size: 16px;
-webkit-appearance: none !important;
-moz-appearance: none !important;
appearance: none !important;
cursor: pointer;
color: #fff;
}
.colormag-button:hover {
background-color: #33363b;
}
#search-form input[type="submit"] {
border-radius: 0;
margin-left: -8px;
margin-bottom: 0;
padding: 6px 10px 5px;
font-size: 18px;
}
select {
border: 1px solid #e4e4e7;
padding: 8px 16px;
} a {
color: #207daf;
text-decoration: none;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
a:focus, a:active, a:hover {
text-decoration: none;
} ul {
list-style: disc;
}
ul ul {
list-style: circle;
}
ul ul ul {
list-style: square;
}
ul.default-wp-page {
list-style: none;
}
ol {
list-style: decimal;
}
li {
line-height: 1.8;
}
li > ul,
li > ol {
margin: 0 0 0 10px;
} figure {
margin: 0;
text-align: center;
}
img {
max-width: 100%;
height: auto;
vertical-align: top;
}
.cm-entry-summary img,
.comment-content img,
.widget img {
max-width: 100%; }
img.size-full, img.size-large {
max-width: 100%;
height: auto;
}
img.alignleft, img.alignright, img.aligncenter {
margin-bottom: 1.625em;
}
a img {
border: 0;
}
img#wpstats {
display: none;
}
.cm-entry-summary img.wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .wp-caption {
margin-bottom: 1.5rem;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 1.2% auto 0;
max-width: 98%;
}
#cm-footer .wp-caption {
border: 1px solid #444444;
}
.wp-caption .wp-caption-text {
margin: 0.8075rem 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin: 0 auto 15px;
}
.gallery .gallery-caption {
font-size: 12px;
line-height: 1.2;
padding-top: 5px;
}
.gallery-item {
display: inline-block;
padding: 15px 2%;
text-align: center;
vertical-align: top;
width: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item {
padding: 15px 1%;
}
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
padding: 10px 0.5%;
}
.gallery-columns-2 .gallery-item {
width: 50%;
}
.gallery-columns-3 .gallery-item {
width: 33.33%;
}
.gallery-columns-4 .gallery-item {
width: 25%;
}
.gallery-columns-5 .gallery-item {
width: 20%;
}
.gallery-columns-6 .gallery-item {
width: 16.66%;
}
.gallery-columns-7 .gallery-item {
width: 14.28%;
}
.gallery-columns-8 .gallery-item {
width: 12.5%;
}
.gallery-columns-9 .gallery-item {
width: 11.11%;
}
.gallery-icon img {
margin: 0 auto;
}
table {
border-collapse: separate;
border-spacing: 0;
margin: 0 0 1.5em;
width: 100%;
}
table thead {
background-color: #F4F8FB;
}
table th {
text-transform: uppercase;
padding: 6px 12px;
font-weight: 500;
}
table td {
padding: 6px 12px;
border-bottom: 1px solid #27272a;
} .cm-icon {
display: block;
width: 1em;
height: 1em;
-webkit-transition: all 0.3s;
transition: all 0.3s;
fill: #71717a;
}
.cm-header-builder {
border-style: solid;
border-color: #E4E4E7;
border-width: 0 0 1px 0;
}
.cm-header-builder .cm-header-button a {
font-weight: 400;
}
.cm-header-builder .cm-row {
display: block;
}
.cm-header-builder .cm-main-header {
padding: 0;
}
.cm-header-builder .cm-header-top-row,
.cm-header-builder .cm-header-main-row,
.cm-header-builder .cm-header-bottom-row {
border: 0 solid;
}
.cm-header-builder.cm-full-width .cm-header-bottom-row {
-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
background-color: #27272A;
border-top: 4px solid #207daf;
}
.cm-header-builder.cm-contained .cm-header-bottom-row .cm-bottom-row {
-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
background-color: #27272A;
border-top: 4px solid #207daf;
}
.cm-header-builder .cm-header-bottom-row #cm-primary-nav {
-webkit-box-shadow: none;
box-shadow: none;
background-color: transparent;
border-top: none;
}
.cm-header-builder .cm-header-top-row {
background-color: #f4f4f5;
padding-bottom: 8px;
padding-top: 8px;
font-size: 14px;
}
.cm-header-builder .cm-header-main-row {
padding-top: 20px;
padding-bottom: 20px;
}
.cm-header-builder .cm-main-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border: 0 solid;
position: relative;
}
.cm-header-builder .cm-main-row .cm-header-left-col {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 16px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
}
.cm-header-builder .cm-main-row .cm-header-center-col {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 16px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
}
.cm-header-builder .cm-main-row .cm-header-right-col {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 16px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
}
.cm-header-builder .cm-top-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border: 0 solid;
position: relative;
}
.cm-header-builder .cm-top-row .cm-header-left-col {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 16px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
}
.cm-header-builder .cm-top-row .cm-header-center-col {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 16px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
}
.cm-header-builder .cm-top-row .cm-header-right-col {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 16px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
}
.cm-header-builder .cm-bottom-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
border: 0 solid;
position: relative;
}
.cm-header-builder .cm-bottom-row .cm-header-left-col {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 16px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
}
.cm-header-builder .cm-bottom-row .cm-header-center-col {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 16px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
}
.cm-header-builder .cm-bottom-row .cm-header-right-col {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 16px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
}
.cm-header-builder .cm-mobile-row {
display: none;
}
.cm-header-builder .site-title {
margin-bottom: 0;
}
.cm-header-builder .cm-mobile-nav > div > ul {
padding-top: 0;
border: none;
}
.cm-header-builder .cm-desktop-row {
position: relative;
}
.cm-header-builder .cm-icon--close {
background: transparent;
}
.cm-header-builder .cm-desktop-row p,
.cm-header-builder .cm-mobile-row p {
margin-bottom: 0;
}
.cm-header-builder .cm-mobile-nav {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.cm-header-builder .widget .wp-block-heading,
.cm-header-builder .widget .widget-title {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
.cm-header-builder .widget .wp-block-heading::before,
.cm-header-builder .widget .widget-title::before {
content: none;
}
.cm-header-builder .cm-home-icon.front_page_on {
background: none;
}
.cm-header-builder .fa.search-top {
padding: 1px;
}
.cm-header-builder .cm-mini-cart li {
list-style: none;
}
.cm-header-builder .header-social-icons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 14px;
}
.cm-header-builder .header-social-icons i {
font-size: 16px;
}
.cm-header-builder.cm-layout-1-transparent {
position: relative;
border-bottom: none;
}
.cm-header-builder.cm-layout-1-transparent .cm-header-transparent-wrapper {
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 9999;
height: auto;
width: 100%;
background: transparent;
}
.cm-header-builder.cm-layout-1-transparent .cm-header-transparent-wrapper .cm-main-header {
background: transparent;
}
.cm-header-builder .cm-random-post .cm-icon--random-fill {
font-size: 32px;
}
.cm-header-builder .cm-home-icon {
padding: 8px;
}
.cm-secondary-nav {
position: relative;
}
.cm-secondary-nav ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
list-style: none;
}
.cm-secondary-nav ul li {
position: relative;
padding: 10px 16px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.cm-secondary-nav ul li .cm-submenu-toggle {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-left: 8px;
cursor: pointer;
}
.cm-secondary-nav ul li .cm-submenu-toggle .cm-icon {
fill: #207daf;
}
.cm-secondary-nav ul li:hover > .sub-menu {
left: 0;
}
.cm-secondary-nav ul li .sub-menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
list-style: none;
position: absolute;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 200px;
top: 100%;
left: -99999px;
background-color: #ffffff;
z-index: 9999;
}
.cm-secondary-nav ul ul li ul.sub-menu {
top: 0;
}
.cm-secondary-nav ul ul li ul.sub-menu ul.sub-menu {
top: 0;
}
.cm-secondary-nav ul ul li:hover > ul.sub-menu {
left: 100%;
}
.cm-secondary-nav ul ul li:hover > ul.sub-menu li:hover > ul.sub-menu {
left: 100%;
}
@media (max-width: 768px) {
.cm-header-builder .cm-desktop-row {
display: none;
}
.cm-header-builder .cm-mobile-row {
display: block;
}
.cm-header-builder .cm-mobile-row .cm-header-bottom-row {
-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
background-color: #27272A;
border-top: 4px solid #207daf;
}
.cm-header-builder .cm-mobile-row .cm-menu-toggle {
background: none;
border: none;
padding: 0;
}
.cm-header-builder .cm-mobile-row .cm-menu-toggle svg {
width: 30px;
height: 30px;
}
.cm-header-builder .cm-mobile-row .cm-mobile-nav {
position: absolute;
top: 100%;
width: 100%;
left: 0;
right: 0;
-webkit-filter: drop-shadow(0px 4px 18px rgba(153, 153, 153, 0.1));
filter: drop-shadow(0px 4px 18px rgba(153, 153, 153, 0.1));
z-index: 9;
}
.cm-header-builder .cm-mobile-row .cm-mobile-nav .cm-mobile-menu {
display: none;
}
.cm-header-builder .cm-mobile-row .cm-mobile-nav .cm-mobile-menu .sub-menu {
display: none;
}
.cm-header-builder .cm-mobile-row .cm-mobile-nav .cm-mobile-menu.cm-mobile-menu--open {
display: block;
}
.cm-header-builder .cm-mobile-row .cm-top-row,
.cm-header-builder .cm-mobile-row .cm-main-row,
.cm-header-builder .cm-mobile-row .cm-bottom-row {
position: relative;
}
.cm-header-builder .cm-mobile-row .cm-header-center-col, .cm-header-builder .cm-mobile-row .cm-header-left-col, .cm-header-builder .cm-mobile-row .cm-header-right-col {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.cm-footer-builder a {
color: #fff;
}
.cm-footer-builder .cm-row {
display: block;
}
.cm-footer-builder .wp-block-social-links {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.cm-footer-builder .footer-social-icons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 14px;
}
.cm-footer-builder .footer-social-icons i {
font-size: 16px;
}
.cm-footer-builder .cm-widget-title {
border-bottom: 2px solid #207daf;
font-size: 1.4rem;
color: #e4e4e7;
}
.cm-footer-builder .cm-widget-title span {
display: inline-block;
padding: 6px 12px;
background-color: #207daf;
color: #fff;
font-size: 1.6rem;
}
.cm-footer-builder .cm-footer-top-row,
.cm-footer-builder .cm-footer-main-row,
.cm-footer-builder .cm-footer-bottom-row {
border: 0 solid;
}
.cm-footer-builder .cm-footer-top-row h2,
.cm-footer-builder .cm-footer-main-row h2,
.cm-footer-builder .cm-footer-bottom-row h2 {
color: #FAFAFA;
margin-bottom: 16px;
}
.cm-footer-builder .cm-footer-top-row ul li,
.cm-footer-builder .cm-footer-main-row ul li,
.cm-footer-builder .cm-footer-bottom-row ul li {
border: 0 solid #3F3F46;
}
.cm-footer-builder .cm-footer-top-row {
padding-top: 40px;
padding-bottom: 40px;
background-color: #3f3f46;
color: #e4e4e7;
}
.cm-footer-builder .cm-footer-top-row .cm-footer-top-1-col:has(aside),
.cm-footer-builder .cm-footer-top-row .cm-footer-top-2-col:has(aside),
.cm-footer-builder .cm-footer-top-row .cm-footer-top-3-col:has(aside),
.cm-footer-builder .cm-footer-top-row .cm-footer-top-4-col:has(aside) {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.cm-footer-builder .cm-footer-top-row .widget {
width: 100%;
height: -webkit-fit-content;
height: -moz-fit-content;
height: fit-content;
border-radius: 4px;
padding: 12px;
background-color: #27272a;
}
.cm-footer-builder .cm-footer-top-row .widget .cm-entry-title a {
color: #fff;
}
.cm-footer-builder .cm-footer-top-row .widget a {
color: #fff;
}
.cm-footer-builder .cm-footer-main-row {
padding-bottom: 60px;
padding-top: 60px;
background-color: #3f3f46;
}
.cm-footer-builder .cm-footer-bottom-row {
padding-bottom: 24px;
padding-top: 24px;
background-color: #27272a;
color: #f4f4f5;
}
.cm-footer-builder .cm-footer-bottom-row .cm-copyright {
font-size: 14px;
}
.cm-footer-builder .cm-main-row {
display: grid;
gap: 32px;
grid-template-columns: repeat(var(--main-grid-columns, 4), 1fr);
border: 0 solid transparent;
color: #e4e4e7;
}
.cm-footer-builder .cm-top-row {
display: grid;
gap: 32px;
grid-template-columns: repeat(var(--top-grid-columns, 4), 1fr);
border: 0 solid;
}
.cm-footer-builder .cm-bottom-row {
display: grid;
gap: 32px;
grid-template-columns: repeat(var(--bottom-grid-columns, 1), 1fr);
border: 0 solid;
}
.cm-footer-builder .cm-bottom-row .cm-footer-bottom-2-col {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.cm-footer-builder .cm-mobile-row {
display: none;
}
.cm-footer-builder .cm-mobile-nav > div > ul {
padding-top: 0;
border: none;
}
.cm-footer-builder .cm-desktop-row {
position: relative;
}
.cm-footer-builder .cm-icon--close {
background: transparent;
}
.cm-footer-builder .cm-desktop-row p,
.cm-footer-builder .cm-mobile-row p {
margin-bottom: 0;
}
.cm-footer-builder .widget a {
text-decoration: none;
}
.cm-footer-builder .widget li {
list-style: none;
}
.cm-footer-builder .widget .wp-block-heading,
.cm-footer-builder .widget .widget-title {
border-bottom: none;
padding-bottom: 0;
}
.cm-footer-builder .widget .wp-block-heading::before,
.cm-footer-builder .widget .widget-title::before {
content: none;
}
.cm-footer-builder .cm-footer-top-1-col,
.cm-footer-builder .cm-footer-top-2-col,
.cm-footer-builder .cm-footer-top-3-col,
.cm-footer-builder .cm-footer-top-4-col {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.cm-footer-builder .cm-footer-nav,
.cm-footer-builder .cm-footer-nav-2 {
border: 0 solid;
}
.cm-footer-builder .cm-footer-nav ul,
.cm-footer-builder .cm-footer-nav-2 ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 24px;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
margin-bottom: 0;
margin-left: 0;
}
.cm-footer-builder .cm-footer-nav ul li,
.cm-footer-builder .cm-footer-nav-2 ul li {
list-style: none;
}
.cm-footer-builder .cm-mini-cart li {
list-style: none;
}
.cm-footer-builder .cm-footer-nav ul li {
list-style: none;
}
@media (max-width: 768px) {
.cm-desktop-row {
display: none;
}
.cm-mobile-row {
display: block;
}
.cm-footer.cm-footer-builder .cm-footer-top-row {
padding-bottom: 8px;
}
.cm-footer.cm-footer-builder .cm-footer-top-row .cm-top-row {
gap: 4px;
grid-template-columns: 1fr;
}
.cm-footer.cm-footer-builder .cm-footer-main-row {
padding: 8px 0;
}
.cm-footer.cm-footer-builder .cm-footer-main-row .cm-main-row {
gap: 4px;
grid-template-columns: 1fr;
}
.cm-footer.cm-footer-builder .cm-footer-bottom-row {
padding-top: 8px;
}
.cm-footer.cm-footer-builder .cm-footer-bottom-row .cm-bottom-row {
gap: 4px;
grid-template-columns: 1fr;
}
.cm-footer.cm-footer-builder .cm-footer-bottom-row .cm-bottom-row .cm-footer-bottom-2-col {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
}  @media screen and (min-width: 62em) {
.social-links {
margin-top: 0;
}
}
.breaking-news {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 10px;
padding-left: 8px;
padding-right: 8px;
background-color: #fafafa;
font-size: 14px;
line-height: 20px;
word-wrap: break-word;
}
.breaking-news-main .breaking-news {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
.breaking-news div {
display: inline-block;
word-wrap: break-word;
}
.breaking-news li {
line-height: 20px;
}
.breaking-news-latest {
position: relative;
color: #555555;
}
.newsticker {
max-width: 240px;
overflow: hidden;
margin-left: 4px;
height: 20px;
} .breaking-news-main {
margin-bottom: 1%;
padding-bottom: 30px;
}
@media screen and (min-width: 48em) {
.breaking-news {
margin-top: 0;
}
}
.date-in-header {
color: #3f3f46;
text-align: center;
}
.top-bar-menu {
text-align: center;
}
.top-bar-menu ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 20px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
list-style: none;
}
.top-bar-menu li:first-child {
margin-left: 0;
}
.top-bar-menu a {
display: block;
}  .fa {
font-size: 1.6rem;
color: #71717a;
}
.social-links ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
list-style: none;
}
.social-links ul li:hover > a {
background-color: transparent;
}
.social-links ul a {
text-decoration: none;
}
.social-links ul a:hover {
text-decoration: none;
}
.social-links li {
margin-left: 16px;
border-top: 0;
}
.social-links li:first-child {
margin-left: 0;
}
.social-links a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 20px;
height: 20px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.social-links .fa {
text-align: center;
-webkit-transition: color 0.2s ease-out 0s;
transition: color 0.2s ease-out 0s;
font-size: 18px;
}
.social-links .fa:hover {
color: #207daf;
}
.social-links .fa-twitter {
color: #1bb2e9;
}
.social-links .fa-facebook {
color: #3b5a9b;
}
.social-links .fa-youtube {
color: #ed3f41;
}
.social-links .fa-vimeo-square {
color: #44bbff;
}
.social-links .fa-skype {
color: #009cef;
}
.social-links .fa-linkedin {
color: #007bb6;
}
.social-links .fa-google-plus {
color: #dc4937;
}
.social-links .fa-github {
color: #4183c4;
}
.social-links .fa-flickr {
color: #0062dd;
}
.social-links .fa-dribbble {
color: #e24d87;
}
.social-links .fa-instagram {
color: #3f729b;
}
.social-links .fa-pinterest {
color: #d5282e;
}
.social-links .fa-stumbleupon {
color: #ec4823;
}
.social-links .fa-tumblr {
color: #455469;
}
.social-links .fa-wordpress {
color: #21759b;
}
.social-links .fa-codepen {
color: #cccccc;
}
.social-links .fa-digg {
color: #14589e;
}
.social-links .fa-reddit {
color: #ff4500;
}
.social-links .fa-xing {
color: #026466;
}
.social-links .fa-vk {
color: #45668e;
}
.social-links .fa-weibo {
color: #e6162d;
}
.social-links .fa-leanpub {
color: #000;
}
.social-links .fa-renren {
color: #237bc2;
}
.social-links .fa-rss {
color: #f26522;
}
.social-links .fa-soundcloud {
color: #ff3a00;
}
.social-links .fa-vine {
color: #00bf8f;
}
.social-links .fa-delicious {
color: #2a96ff;
}
.cm-header-actions .social-links a {
padding: 0;
}
.cm-header-actions .social-links li {
margin-left: 0;
padding: 12px;
}
.cm-header-actions .social-links ul li {
display: inline-block;
background: transparent;
}
.cm-header-actions .social-links ul li a:hover {
background-color: transparent;
}  .cm-header-actions {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
margin-left: auto;
}
.cm-top-search {
position: initial;
}
.cm-top-search:has(.show) .fa.search-top::before {
content: '✖';
}
.fa.search-top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 8px;
width: 48px;
height: 48px;
color: #fff;
font-size: 2.4rem;
cursor: pointer;
}
.fa.search-top:hover {
background-color: #207daf;
}
.search-wrap {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
overflow: hidden;
border-radius: 4px;
}
.search-wrap button {
padding: 14px;
color: #fff;
background-color: #207daf;
font-size: 1.4rem;
border-radius: 0 4px 4px 0;
line-height: 0.8;
}
.search-form-top {
position: absolute;
right: 0;
z-index: 9999;
border: 1px solid #f4f4f5;
display: none;
padding: 24px;
border-radius: 0 0 4px 4px;
background-color: #fff;
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.search-form-top.show {
display: block;
width: 100%;
}
.search-form-top.show::before {
content: '';
position: absolute;
width: 0;
height: 0;
border-bottom: 12px solid #fff;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
top: -10px;
right: 54px;
}
.search-form-top :focus-visible {
outline: none;
}
.search-form-top input.s {
width: 100%;
padding: 12px;
font-size: 1.4rem;
border: 1px solid #e4e4e7;
border-radius: 4px 0 0 4px;
}
.search-form-top .search-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
} .cm-random-post {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.cm-random-post .fa-random {
color: #fff;
font-size: 2.4rem;
vertical-align: middle;
}
.cm-primary-nav .cm-random-post a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 48px;
padding: 8px;
border-bottom: medium none;
}
.cm-primary-nav .cm-random-post a:hover {
background-color: #207daf;
}
.cm-primary-nav .cm-random-post a svg {
display: block;
fill: #fff;
font-size: 32px;
}
.search-form-top.show {
width: unset;
}
@media screen and (min-width: 48em) {
.cm-header-actions {
-ms-flex-preferred-size: unset;
flex-basis: unset;
}
.search-form-top.show {
width: 570px;
}
.search-form-top.show::before {
right: 10px;
}
.cm-top-search {
position: relative;
}
}  div.wp-custom-header {
position: relative;
}
iframe#wp-custom-header-video {
width: 100%;
}
video#wp-custom-header-video {
display: block;
margin: 0 auto;
overflow: hidden;
max-width: 100%;
height: auto;
}
.wp-custom-header-video-button {
opacity: 0;
visibility: hidden;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 62px;
height: 50px;
font: 0/0 a;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
div#wp-custom-header:hover .wp-custom-header-video-button {
visibility: visible;
opacity: 1;
}
.wp-custom-header-video-button::before {
content: "\f04b";
display: block;
font-family: FontAwesome;
font-size: 20px;
}
.wp-custom-header-video-button.wp-custom-header-video-pause::before {
content: "\f04c";
} .cm-page-header .cm-page-title {
margin-bottom: 16px;
padding-bottom: 0;
font-size: 1.8rem;
border-bottom: 2px solid #207daf;
}
.cm-page-header span {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 6px;
padding: 6px 12px;
background-color: #207daf;
color: #fff;
}
.cm-page-header .vcard {
padding: 0;
}
.breadcrumb-wrap {
color: #888888;
font-size: 1.6rem;
margin-bottom: 30px;
padding-bottom: 20px;
}
.breadcrumb-wrap .inner-wrap > span {
margin: 0 2px;
}
.breadcrumb-trail {
margin: 0;
padding: 0;
}
.breadcrumb-trail ul {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
list-style-type: none;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.breadcrumb-trail ul li a, .breadcrumb-trail ul li:last-child {
margin: 0 2px;
}
.breadcrumb-trail ul li::after {
content: " > ";
white-space: pre;
font-family: FontAwesome;
}
.breadcrumb-trail ul li:last-child::after {
content: none;
} .cm-primary-nav li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.cm-primary-nav .cm-submenu-toggle {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-left: 8px;
cursor: pointer;
}
.cm-primary-nav .cm-submenu-toggle .cm-icon {
width: 14px;
height: 14px;
fill: #fff;
} .default-wp-page {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
gap: 20px;
margin-top: 30px;
}
.default-wp-page .previous,
.default-wp-page .next {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.default-wp-page .next {
text-align: right;
}
.wp-block-query-pagination-numbers {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-line-pack: justify;
align-content: space-between;
gap: 6px;
text-align: center;
}
.wp-block-query-pagination-numbers .page-numbers {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: distribute;
justify-content: space-around;
width: 14px;
height: 14px;
border-radius: 4px;
border: 1px solid #f4f4f5;
background-color: #fff;
color: #3f3f46;
font-size: 14px;
padding: 8px;
font-weight: 400;
}
.wp-block-query-pagination-numbers .page-numbers.current {
background-color: #207daf;
color: #fff;
}
.previous a,
.next a {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 8px;
color: #3f3f46;
cursor: pointer;
font-size: 1.6rem;
font-weight: 600;
}
.previous a:hover,
.next a:hover {
color: #207daf;
text-decoration: underline;
}
.previous svg,
.next svg {
fill: #27272a;
}
.nav-previous,
.nav-next {
margin-bottom: 15px;
}
.nav-previous a,
.nav-next a {
color: #207daf;
cursor: pointer;
font-size: 16px;
}
.nav-previous a:hover,
.nav-next a:hover {
text-decoration: underline;
}
.nav-previous a {
float: left;
}
.nav-next a {
float: right;
}
.link-pagination {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-line-pack: justify;
align-content: space-between;
gap: 6px;
text-align: center;
margin: 16px 0;
}
.link-pagination .post-page-numbers {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: distribute;
justify-content: space-around;
width: 14px;
height: 14px;
padding: 8px;
background-color: #fff;
color: #3f3f46;
font-size: 1.4rem;
font-weight: 400;
border-radius: 4px;
border: 1px solid #f4f4f5;
}
.link-pagination .post-page-numbers.current {
background-color: #207daf;
color: #fff;
} .slide-prev,
.slide-next {
filter: alpha(opacity=70);
background-color: #207daf;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 9;
border-radius: 2px;
padding: 4px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.slide-prev .cm-icon,
.slide-next .cm-icon {
fill: #fff;
}
.slide-prev {
margin-left: 20px;
}
.slide-next {
right: 0;
margin-right: 20px;
}
.slide-prev:hover,
.cm-category-slide-prev:hover,
.slide-next:hover,
.cm-category-slide-next:hover {
opacity: 1;
filter: alpha(opacity=100);
}
.tg-numbered-pagination {
margin-top: 32px;
}
@media screen and (max-width: 767px) {
.thumbnail-pagination li {
width: 100%;
display: block;
min-height: 70px;
}
.thumbnail-pagination li.previous {
margin-bottom: 20px;
}
.thumbnail-pagination a {
font-size: 15px;
}
}
@media screen and (min-width: 48em) {
.default-wp-page {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
} nav li > ul,
nav li > ol {
margin: 0;
list-style: none;
}
.cm-primary-nav {
width: 100%;
text-align: center;
}
.cm-primary-nav .menu {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.cm-primary-nav li {
position: relative;
font-family: "Open Sans", serif;
font-weight: 300;
padding: 10px 16px;
}
.cm-primary-nav a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
color: #fff;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
line-height: 2;
}
.cm-primary-nav li.default-menu {
display: none;
}
.cm-primary-nav .cm-home-icon a {
padding: 8px;
}
.cm-primary-nav .cm-home-icon a:hover {
background-color: #207daf;
}
.cm-primary-nav a:hover {
color: #fff;
}
.cm-primary-nav ul {
display: none;
}
.cm-primary-nav ul li.current-menu-item, .cm-primary-nav ul li.current_page_ancestor, .cm-primary-nav ul li.current-menu-ancestor, .cm-primary-nav ul li.current_page_item, .cm-primary-nav ul li:hover, .cm-primary-nav ul li.focus {
background-color: #207daf;
}
.cm-primary-nav .sub-menu,
.cm-primary-nav .children {
background-color: #232323;
}
.cm-primary-nav ul li ul,
.cm-primary-nav ul li:hover ul ul,
.cm-primary-nav ul li.focus ul ul {
left: -99999px;
z-index: 100;
}
.cm-primary-nav ul li.focus > ul {
display: block;
}
.cm-primary-nav ul ul li:hover ul ul,
.cm-primary-nav ul ul li.focus ul ul {
left: -99999px;
z-index: 100;
}
.cm-primary-nav ul ul ul li:hover ul ul,
.cm-primary-nav ul ul ul ul li:hover ul ul,
.cm-primary-nav ul ul ul li:hover ul ul,
.cm-primary-nav ul ul ul ul li:hover ul ul {
left: -99999px;
z-index: 100;
}
.cm-primary-nav ul li:hover > ul,
.cm-primary-nav ul li.focus > ul {
left: 0;
}
.cm-primary-nav ul ul li:hover > ul,
.cm-primary-nav ul ul li.focus > ul {
left: 100%;
}
.cm-primary-nav ul ul ul li:hover > ul,
.cm-primary-nav ul ul ul li.focus > ul {
left: 100%;
}
.cm-primary-nav ul ul ul ul li:hover > ul,
.cm-primary-nav ul ul ul ul ul li:hover > ul,
.cm-primary-nav ul ul ul ul li.focus > ul,
.cm-primary-nav ul ul ul ul ul li.focus > ul {
left: 100%;
}
.cm-primary-nav ul li ul {
position: absolute;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 200px;
top: 100%;
}
.cm-primary-nav ul li ul li {
float: none;
}
.cm-primary-nav ul li ul li a {
border-top: none;
float: none;
font-size: 14px;
height: 100%;
color: #fff;
display: block;
text-align: left;
text-transform: none;
word-break: break-word;
}
.cm-primary-nav ul li ul li:hover {
color: #fff;
background-color: #207daf;
}
.cm-primary-nav ul li.current-menu-item ul li a:hover {
color: #fff;
background-color: #207daf;
}
.cm-primary-nav ul li ul li ul {
left: 200px;
top: 0;
}
.cm-primary-nav select {
display: none;
}
#cm-primary-nav {
position: relative;
z-index: 999;
-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) inset;
background-color: #27272A;
border-top: 4px solid #207daf;
}
#cm-primary-nav .cm-row {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.cm-home-icon.front_page_on {
background-color: #207daf;
}
.cm-home-icon svg {
display: block;
fill: #fff;
font-size: 32px;
}
.sticky-wrapper.is-sticky .cm-primary-nav .cm-home-icon a,
.sticky-wrapper .cm-primary-nav .cm-home-icon a {
padding: 8px;
}
.cm-menu-primary-container {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-preferred-size: 70%;
flex-basis: 70%;
}
.cm-menu-primary-container .sub-menu {
display: none;
}
li.default-menu {
display: none;
}
.cm-sub-toggle {
position: absolute;
right: 15px;
top: 12px;
display: block;
text-align: center;
height: 24px;
width: 24px;
color: #fff;
cursor: pointer;
line-height: 21px;
}
.cm-sub-toggle .fa {
color: #fff;
}
.menu-logo a {
padding: 0;
}
.menu-logo a:hover {
background-color: unset;
}
.menu-logo img {
width: auto;
margin-bottom: 0;
} .top-menu-toggle {
display: none;
cursor: pointer;
}
.cm-header .cm-menu-toggle[aria-expanded="true"] .cm-icon--bars {
display: none;
}
.cm-header .cm-menu-toggle[aria-expanded="false"] .cm-icon--x-mark {
display: none;
}
.cm-header .cm-menu-toggle {
color: #fff;
margin: 0;
text-align: center;
font-family: "Open Sans", serif;
padding-bottom: 0;
line-height: 1.2;
width: 48px;
height: 48px;
}
.cm-header .cm-menu-toggle:hover {
color: #fff;
}
.cm-header .cm-menu-toggle svg {
width: 48px;
height: 48px;
fill: #fff;
padding: 8px;
}
.cm-header .cm-menu-toggle svg:hover {
color: #fff;
}
.cm-header .cm-mobile-nav ul.menu-scrollbar {
overflow-y: scroll;
width: 100%;
}
.cm-header .cm-mobile-nav li:hover, .cm-header .cm-mobile-nav li.current-page-ancestor, .cm-header .cm-mobile-nav li.current-menu-ancestor, .cm-header .cm-mobile-nav li.current-page-item, .cm-header .cm-mobile-nav li.current-menu-item {
color: #fff;
background-color: #207daf;
}
.cm-header .cm-mobile-nav li:hover > .cm-sub-toggle i, .cm-header .cm-mobile-nav li.current-page-ancestor > .cm-sub-toggle i, .cm-header .cm-mobile-nav li.current-menu-ancestor > .cm-sub-toggle i, .cm-header .cm-mobile-nav li.current-page-item > .cm-sub-toggle i, .cm-header .cm-mobile-nav li.current-menu-item > .cm-sub-toggle i {
color: #fff;
}
.cm-mobile-nav .menu-logo a {
padding: 0;
}
.cm-mobile-nav .menu {
position: absolute;
top: 100%;
width: 100%;
left: 0;
right: 0;
-webkit-filter: drop-shadow(0px 4px 18px rgba(153, 153, 153, 0.1));
filter: drop-shadow(0px 4px 18px rgba(153, 153, 153, 0.1));
}
.cm-mobile-nav .cm-menu-primary-container {
width: 100%;
position: absolute;
top: 100%;
-webkit-filter: drop-shadow(0px 4px 18px rgba(153, 153, 153, 0.1));
filter: drop-shadow(0px 4px 18px rgba(153, 153, 153, 0.1));
}
.cm-mobile-nav .cm-menu-primary-container > ul,
.cm-mobile-nav .menu > ul {
width: 100%;
}
.cm-mobile-nav ul {
margin: 0;
list-style: none;
}
.cm-mobile-nav a {
display: block;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
font-size: 14px;
color: #fff;
padding: 10px 20px;
text-decoration: none;
text-transform: uppercase;
}
.cm-mobile-nav .cm-random-post a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 8px;
height: 48px;
line-height: 1.8;
}
.cm-mobile-nav .cm-random-post a svg {
display: block;
fill: #fff;
font-size: 32px;
}
.cm-mobile-nav li {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
background-color: #27272A;
border-top: 1px solid #3F3F46;
}
.cm-mobile-nav li a:hover {
background-color: #207daf;
color: #fff;
}
.cm-mobile-nav .sub-menu {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
.cm-mobile-nav .cm-submenu-toggle {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 14px;
border-left: 1px solid rgba(255, 255, 255, 0.2);
cursor: pointer;
}
.cm-mobile-nav .cm-submenu-toggle svg {
fill: #fff;
}
.cm-mobile-nav ul ul a {
padding-left: 45px;
text-transform: none;
}
.cm-mobile-nav ul ul ul a {
padding-left: 90px;
}
.cm-mobile-nav .current_page_item > a, .cm-mobile-nav .current-menu-item {
background: #207daf;
color: #fff;
}
.cm-mobile-nav .cm-home-icon a {
padding: 8px;
}
.default-wp-page.thumbnail-background-pagination {
overflow: hidden;
}
.default-wp-page.thumbnail-background-pagination img {
width: 100%;
display: inline-block;
margin-bottom: 0;
}
.default-wp-page.thumbnail-background-pagination li {
width: 50%;
-webkit-transition: 0.4s all ease-in-out;
transition: 0.4s all ease-in-out;
padding: 0;
position: relative;
}
.default-wp-page.thumbnail-background-pagination a {
font-size: 18px;
color: #fff;
position: absolute;
left: 0;
right: 0;
margin: 0 auto;
bottom: 0;
z-index: 1;
padding: 15px;
background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.7)));
background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7));
}
.default-wp-page.thumbnail-background-pagination a .meta-nav {
display: block;
font-size: 14px;
}
.default-wp-page.thumbnail-background-pagination a:hover {
text-decoration: none;
}
.default-wp-page.thumbnail-background-pagination .previous {
width: calc(50% - 15px);
margin-right: 15px;
}
.default-wp-page.thumbnail-background-pagination .next {
width: calc(50% - 15px);
margin-left: 15px;
text-align: right;
}
.default-wp-page.thumbnail-background-pagination .next:hover {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.default-wp-page.thumbnail-background-pagination .previous:hover {
-webkit-transform: translateX(0);
transform: translateX(0);
} .page-numbers {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-line-pack: justify;
align-content: space-between;
gap: 6px;
text-align: center;
}
.page-numbers a,
.page-numbers span {
display: block;
}
.page-numbers li {
display: inline-block;
}
.page-numbers li:hover > a {
background-color: #ebebec;
}
.page-numbers li:first-child {
margin-left: 0;
}
.page-numbers li:last-child {
margin-right: 0;
}
.page-numbers li > a,
.page-numbers li > span {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: distribute;
justify-content: space-around;
width: 32px;
height: 32px;
border-radius: 4px;
border: 1px solid #f4f4f5;
background-color: #fff;
color: #3f3f46;
font-size: 14px;
padding: 8px;
font-weight: 400;
}
.page-numbers li .fa {
color: #3f3f46;
}
.page-numbers .current {
background-color: #207daf;
color: #fff;
} .tg-autoload-posts .related-posts {
margin-bottom: 25px;
}
.tg-autoload-posts .tg-post + .tg-post {
margin-top: 15px;
padding-top: 60px;
border-top: 1px solid #f8f8f8;
}
.tg-autoload-posts #comments.comments-area {
border-top: 1px solid transparent;
padding: 0;
}
@media screen and (min-width: 48em) {
.cm-primary-nav ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
list-style: none;
}
.cm-menu-primary-container .sub-menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.cm-sub-toggle {
display: none;
}
}  .comment-navigation {
margin-bottom: 16px;
}
.bypostauthor {
display: block;
}
.avatar {
border-radius: 50%;
}
.comments-area {
margin-top: 60px;
}
.comments-area .comments-title {
font-size: 2.4rem;
margin-bottom: 40px;
}
.comments-area .comment-metadata {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 8px;
margin-left: 60px;
}
.comments-area #comment:focus-visible {
outline: none;
}
.comments-area .avatar {
height: 40px;
width: 40px;
margin-right: 16px;
margin-bottom: 0;
border: 1px solid rgba(17, 17, 17, 0.15);
}
.comments-area .fn a {
color: #27272a;
font-size: 20px;
font-weight: 500;
}
.comments-area .comment-content {
margin-top: 16px;
margin-left: 60px;
}
.comments-area .comment-content p {
line-height: 1.8;
margin-bottom: 12px;
}
.comments-area .comment-content a {
word-wrap: break-word;
}
.comments-area .comment-date-time,
.comments-area .comment-permalink {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 6px;
font-size: 1.2rem;
font-weight: 400;
line-height: 1.8;
color: #71717a;
}
.comments-area .comment-permalink:hover {
color: #207daf;
}
.comments-area .comment-reply-link {
margin-top: 12px;
font-size: 1.4rem;
font-weight: 600;
}
.comment {
margin-bottom: 20px;
}
.comment ul,
.comment ol {
margin: 0 0 20px 20px;
}
.comment ul {
list-style: square outside none;
}
.comment a:hover {
text-decoration: underline;
}
.comment-list {
margin-bottom: 24px;
list-style-type: none;
padding: 0;
}
.comment-list .children {
margin-left: 20px;
list-style-type: none;
padding: 0;
}
.comment-edit-link {
font-size: 1.2rem;
}
.comment-awaiting-moderation {
margin-top: 16px;
margin-left: 60px;
} .comment-respond .comment-reply-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 10px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: 6px;
margin-bottom: 8px;
font-size: 2.4rem;
}
.comment-respond .comment-reply-title #cancel-comment-reply-link {
font-weight: normal;
font-size: 1.6rem;
}
.comment-respond .logged-in-as,
.comment-respond .comment-notes {
margin-bottom: 32px;
font-size: 1.6rem;
}
.comment-respond form .comment-form-cookies-consent #wp-comment-cookies-consent {
margin-right: 6px;
}
.comment-respond form .comment-form-cookies-consent label {
display: inline-block;
font-weight: 400;
margin-top: 10px;
margin-bottom: 32px;
}
.comment-respond form input[type="text"],
.comment-respond form textarea,
.comment-respond form input[type="email"],
.comment-respond form input[type="url"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 1.6rem;
line-height: 1.5;
padding: 10px;
width: 100%;
margin-bottom: 14px;
}
.comment-respond form p.form-allowed-tags {
display: none;
font-size: 1.6rem;
line-height: 1;
color: #5e5e5e;
}
.comment-respond label {
display: block;
font-size: 1.6rem;
font-weight: 600;
color: #52525b;
margin-bottom: 8px;
line-height: 1.8;
}
.comment-respond p {
margin-bottom: 0;
}
.required {
color: red;
} .cm-entry-button {
display: inline-block;
}
.cm-entry-button span {
display: inline-block;
padding: 4px 12px;
color: #fff;
font-size: 1.4rem;
font-weight: 600;
cursor: pointer;
line-height: 1.8;
background-color: #207daf;
border-radius: 2px;
}
.cm-entry-button span:hover {
background-color: rgba(0, 0, 0, 0.1);
}
.cm-entry-footer .cm-edit-link {
margin-top: 24px;
line-height: 1;
}
.cm-entry-title {
margin-bottom: 12px;
font-size: 2.4rem;
font-weight: 500;
}
.cm-entry-title a {
color: #27272a;
}
.cm-entry-title a:hover {
color: #207daf;
text-decoration: underline;
}
.cm-entry-header-meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 12px;
}
.cm-below-entry-meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 8px;
margin-bottom: 12px;
}
.cm-below-entry-meta .cm-post-date a,
.cm-below-entry-meta .cm-comments-link a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 4px;
}
.cm-below-entry-meta a:hover,
.cm-entry-header-meta a:hover {
text-decoration: underline;
}
.cm-author,
.cm-post-views,
.cm-tag-links,
.cm-edit-link,
.cm-comments-link,
.cm-post-date,
.cm-reading-time {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 4px;
font-size: 1.2rem;
}
.cm-post-date a,
.cm-author a,
.cm-tag-links a,
.cm-edit-link a,
.cm-comments-link a {
color: #71717a;
font-size: 1.2rem;
}
.cm-tag-links {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.cm-total-views {
color: #71717a;
font-size: 1.2rem;
}
.cm-entry-summary {
margin-top: 12px;
}
.cm-entry-summary p {
margin-bottom: 1.5em;
font-size: 1.4rem;
}
.cm-entry-summary p:last-child {
margin-bottom: 0;
}
.cm-featured-image {
text-align: center;
}
.cm-featured-image a {
display: block;
position: relative;
}  .cm-advertisement_125x125 .cm-advertisement-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 10px;
}
.advertisement_below_post_title {
float: left;
width: 300px;
margin-right: 10px;
}
.advertisement_300x250 img {
margin: 0 auto;
display: block;
}
.cm-header-col-2 .advertisement_728x90 {
margin-bottom: 0;
padding: 0;
}
.cm-header-col-2 .advertisement_728x90 img {
padding: 0;
}
.advertisement_728x90 {
display: block;
}
.advertisement_728x90 img {
width: calc(100% - 50px);
display: block;
-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
padding: 24px 26px;
margin-left: auto;
margin-right: auto;
} .widget_call_to_action {
margin-bottom: 30px;
}
.call-to-action {
padding: 30px;
background-color: #207daf;
background-repeat: no-repeat;
background-size: cover;
}
.call-to-action-border {
position: relative;
z-index: 1;
padding: 60px 60px 70px;
background-color: rgba(250, 250, 250, 0.87);
}
.call-to-action--center {
text-align: center;
}
.call-to-action--left {
text-align: left;
}
.call-to-action--right {
text-align: right;
}
.call-to-action-border::before {
position: absolute;
content: "";
top: 30px;
bottom: 30px;
left: 30px;
right: 30px;
margin: 0 auto;
border: 1px solid #c0bcb9;
height: auto;
width: auto;
z-index: -1;
}
.call-to-action-border::after {
position: absolute;
content: "";
top: 30px;
bottom: 30px;
left: 30px;
right: 30px;
margin: 0 auto;
border: 1px solid #c0bcb9;
height: auto;
width: auto;
z-index: -1;
top: 34px;
left: 34px;
right: 34px;
bottom: 34px;
}
.call-to-action__title {
margin-bottom: 10px;
font-size: 48px;
text-transform: uppercase;
font-weight: 700;
}
.call-to-action-content {
margin-bottom: 40px;
}
.widget_call_to_action .btn--primary {
display: inline-block;
padding: 20px 25px;
color: #fff;
background-color: #207daf;
font-size: 1.4rem;
font-weight: 700;
text-transform: uppercase;
} .rtl .cm-slider {
direction: rtl;
}
.cm-featured-category-slider-widget {
margin-bottom: 30px;
}
.cm-slider-area .cm-featured-category-slider-widget {
margin-bottom: 0;
}
.top-full-width-sidebar .cm-featured-category-slider-widget {
margin-bottom: 10px;
}
.tg-full-width.inner-wrap {
max-width: 100%;
padding: 0 15px;
}
.tg-full-width .home .cm-content {
padding-top: 0;
}
.cm-category-slide-prev,
.cm-category-slide-next {
position: absolute;
top: 92%;
z-index: 99;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transform: translateY(-92%);
transform: translateY(-92%);
background-color: #207daf;
border-radius: 2px;
padding: 4px;
display: flex;
align-items: center;
justify-content: center;
}
.cm-category-slide-prev .cm-icon,
.cm-category-slide-next .cm-icon {
fill: #fff;
}
.cm-category-slide-prev {
right: 0;
margin-right: 60px;
}
.cm-category-slide-next {
right: 0;
margin-right: 24px;
}
.slide-next i,
.slide-prev i,
.cm-category-slide-next i,
.cm-category-slide-prev i {
color: #ffffff;
font-size: 22px;
padding: 0 10px;
vertical-align: text-bottom;
} .cm-featured-category-slider {
position: relative;
}
.cm-featured-category-slider .cm-single-slide {
position: relative;
border-radius: 4px;
overflow: hidden;
}
.cm-featured-category-slider img {
width: 100%;
margin-bottom: 0;
}
.cm-featured-category-slider .cm-below-entry-meta {
margin-bottom: 0;
}
.cm-featured-category-slider .single-post .bx-controls-direction {
display: none;
}
.cm-featured-category-slider .cm-slide-content {
position: absolute;
bottom: 0;
right: 0;
left: 0;
display: grid;
grid-template-rows: repeat(1, 1fr);
-webkit-box-align: end;
-ms-flex-align: end;
align-items: end;
text-align: left;
padding: 16px;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(35, 35, 35, 0)), to(#232323));
background: linear-gradient(180deg, rgba(35, 35, 35, 0) 0%, #232323 100%);
}
.cm-featured-category-slider .cm-slide-content .cm-entry-header-meta .cm-post-categories a {
background-color: #207daf;
}
.cm-featured-category-slider .cm-entry-title {
color: #fff;
font-size: 1.6rem;
}
.cm-featured-category-slider .cm-entry-title a {
color: inherit;
}
.cm-featured-category-slider .cm-entry-title a:hover {
color: #fff;
opacity: 0.8;
}
.cm-featured-category-slider .cm-post-date svg,
.cm-featured-category-slider .cm-author svg,
.cm-featured-category-slider .cm-comments-link svg {
fill: #fff;
}
.cm-featured-category-slider .cm-post-date a,
.cm-featured-category-slider .cm-author a,
.cm-featured-category-slider .cm-reading-time,
.cm-featured-category-slider .cm-reading-time::before,
.cm-featured-category-slider .human-diff-time-display {
color: #fff;
}
.cm-featured-category-slider .cm-comments-link a,
.cm-featured-category-slider .cm-comments-link span {
color: #fff;
}
.cm-slider-area-rotate {
visibility: hidden;
height: 0;
}
@media screen and (min-width: 48em) {
.cm-featured-category-slider .cm-entry-title {
font-size: 2.4rem;
}
.cm-featured-category-slider .cm-slide-content {
padding: 24px;
}
} .cm-featured-posts--style-1 p {
display: inline-block;
width: 100%;
}
.cm-featured-posts--style-1 .cm-entry-title {
margin-bottom: 8px;
}
.cm-featured-posts--style-1 .cm-first-post .cm-entry-title {
margin-bottom: 12px;
}
.cm-featured-posts--style-1 .cm-posts {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
gap: 12px;
}
.cm-featured-posts--style-1 .cm-posts .cm-below-entry-meta {
margin-bottom: 0;
}
@media screen and (min-width: 48em) {
.cm-featured-posts.cm-featured-posts--style-1 {
gap: 20px;
}
.cm-featured-posts.cm-featured-posts--style-1 .cm-posts {
-ms-flex-preferred-size: calc(50% - 10px);
flex-basis: calc(50% - 10px);
}
.cm-featured-posts.cm-featured-posts--style-1 .cm-first-post {
-ms-flex-preferred-size: calc(50% - 10px);
flex-basis: calc(50% - 10px);
margin-bottom: 0;
}
.cm-secondary .cm-featured-posts.cm-featured-posts--style-1 {
gap: 20px;
}
.cm-secondary .cm-featured-posts.cm-featured-posts--style-1 .cm-posts {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
.cm-secondary .cm-featured-posts.cm-featured-posts--style-1 .cm-first-post {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
margin-bottom: 0;
}
}
.cm-secondary .cm-featured-posts--style-1 .cm-posts .cm-post a {
max-width: 130px;
}
.cm-secondary .cm-featured-posts--style-1 .cm-posts .cm-post-content a {
max-width: 100%;
}
.cm-footer .cm-featured-posts--style-1 .cm-posts .cm-post a {
max-width: 130px;
}
.cm-footer .cm-featured-posts--style-1 .cm-posts .cm-post-content a {
max-width: 100%;
} .cm-featured-posts--style-2.cm-featured-posts .cm-first-post,
.cm-featured-posts--style-2.cm-featured-posts .cm-posts {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
width: 100%;
gap: 12px;
}
.cm-featured-posts--style-2 .cm-posts .cm-entry-title {
margin-bottom: 8px;
}
.cm-featured-posts--style-2 .cm-posts .cm-below-entry-meta {
margin-bottom: 0;
}
.cm-secondary .cm-featured-posts--style-2 .cm-posts .cm-post a {
max-width: 130px;
}
.cm-secondary .cm-featured-posts--style-2 .cm-posts .cm-post-content a {
max-width: 100%;
}
.cm-footer .cm-featured-posts--style-2 .cm-posts .cm-post a {
max-width: 130px;
}
.cm-footer .cm-featured-posts--style-2 .cm-posts .cm-post-content a {
max-width: 100%;
} .cm-highlighted-posts .cm-posts {
display: grid;
grid-template-columns: 1fr;
gap: 12px;
}
.cm-highlighted-posts a {
display: block;
}
.cm-highlighted-posts .cm-post {
position: relative;
overflow: hidden;
border-radius: 4px;
}
.cm-highlighted-posts img {
width: 100%;
}
.cm-highlighted-posts .cm-post-content {
position: absolute;
left: 0;
right: 0;
bottom: 0;
display: grid;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: end;
grid-template-rows: repeat(1, 1fr);
padding: 16px;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(35, 35, 35, 0)), to(#232323));
background: linear-gradient(180deg, rgba(35, 35, 35, 0) 0%, #232323 100%);
}
.cm-highlighted-posts .cm-below-entry-meta {
margin-bottom: 0;
}
.cm-highlighted-posts .cm-author,
.cm-highlighted-posts .cm-comments-link,
.cm-highlighted-posts .cm-entry-header-meta {
display: none;
}
.cm-highlighted-posts .cm-post-date svg,
.cm-highlighted-posts .cm-author svg,
.cm-highlighted-posts .cm-comments-link svg {
fill: #fff;
}
.cm-highlighted-posts .cm-post-date a,
.cm-highlighted-posts .cm-author a,
.cm-highlighted-posts .cm-reading-time,
.cm-highlighted-posts .cm-reading-time::before,
.cm-highlighted-posts .human-diff-time-display {
color: #fff;
}
.cm-highlighted-posts .cm-entry-title {
margin-bottom: 8px;
font-size: 1.6rem;
font-weight: 500;
}
.cm-highlighted-posts .cm-entry-title a {
color: #fff;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.cm-highlighted-posts .cm-entry-title a:hover {
color: #fff;
opacity: 0.8;
}
@media screen and (min-width: 48em) {
.cm-highlighted-posts .cm-posts {
grid-template-columns: 1fr 1fr;
}
} .cm-random-post-widget .cm-post {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-shadow: none;
box-shadow: none;
}
.cm-random-post-widget .cm-post a {
position: relative;
}
.cm-random-post-widget .cm-random-post {
width: 100%;
}
.cm-random-post-widget .cm-post-content {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.cm-random-post-widget .cm-post-content .cm-entry-title {
margin-bottom: 8px;
font-size: 14px;
line-height: 1.4;
}
.cm-random-post-widget .cm-post-content .cm-below-entry-meta {
margin-bottom: 0;
}
.cm-random-post-widget .cm-author {
display: none;
}
.cm-random-posts {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 12px;
padding: 12px;
border-radius: 4px;
-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
width: 100%;
}
.cm-random-posts img {
border-radius: 4px;
} .wp-block-search .wp-block-search__label {
display: none;
}
.wp-block-search .wp-block-search__button {
border: 0;
margin-left: 0;
border-radius: 0 4px 4px 0;
}
.wp-block-search .wp-block-search__input {
position: relative;
padding: 12px;
font-size: 1.4rem;
border: 1px solid #d4d4d8;
border-radius: 4px 0 0 4px;
line-height: 1.6;
}
.wp-block-search .wp-block-search__input:focus-visible {
outline: none;
}
.wp-block-search .wp-element-button {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 48px;
padding: 0;
color: transparent;
}
.wp-block-search .wp-element-button::before {
position: absolute;
content: "\f002";
color: #fff;
font-size: 2rem;
font-family: FontAwesome;
font-weight: 400;
}
.wp-block-search .wp-element-button:hover {
background-color: #207daf;
color: transparent;
} .widget:last-child {
margin-bottom: 0;
}
.widget .wp-block-heading {
display: inline-block;
background-color: #207daf;
color: #fff;
font-size: 16px;
font-weight: 600;
line-height: 1.8;
margin-bottom: 0;
padding: 4px 12px 2px;
border-radius: 2px 2px 0 0;
letter-spacing: 0.01em;
}
.widget .block-title {
display: block;
margin-bottom: 20px;
border-bottom: 2px solid #207daf;
}
.widget select {
border: 1px solid #dddddd;
color: #777777;
padding: 2px;
width: 60%;
} .cm-featured-posts {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 30px;
}
.cm-featured-posts .cm-widget-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
border-bottom: 2px solid #207daf;
font-size: 18px;
}
.cm-featured-posts .cm-widget-title span {
display: inline-block;
padding: 6px 12px;
color: #fff;
background-color: #207daf;
}
.cm-featured-posts .cm-posts .cm-post {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.cm-featured-posts .cm-posts .cm-author {
display: none;
}
.cm-featured-posts .cm-post {
overflow: hidden;
}
.cm-featured-posts .cm-entry-title {
font-size: 14px;
}
.cm-featured-posts .cm-entry-title a {
display: block;
color: inherit;
text-shadow: none;
word-wrap: break-word;
line-height: 1.5;
}
.cm-featured-posts .cm-entry-title a:hover {
color: #207daf;
}
.cm-featured-posts .cm-entry-header-meta {
display: none;
}
.cm-featured-posts .cm-post-content {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
-ms-flex-item-align: center;
align-self: center;
padding: 12px 16px;
}
.cm-featured-posts img {
width: 100%;
}
.cm-featured-posts .cm-first-post {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
margin-bottom: 12px;
}
.cm-featured-posts .cm-first-post figure {
position: relative;
}
.cm-featured-posts .cm-first-post .cm-post-content {
padding: 18px;
}
.cm-featured-posts .cm-first-post .cm-entry-title {
font-size: 24px;
}
.cm-featured-posts .cm-first-post .cm-entry-header-meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.cm-featured-posts .cm-below-entry-meta {
margin-bottom: 12px;
}
.cm-featured-posts .cm-breaking-news .cm-post {
overflow: visible;
-webkit-box-shadow: none;
box-shadow: none;
}
.cm-featured-posts .cm-entry-summary p {
margin-bottom: 0;
} .cm-beside-slider-widget,
.cm-slider-area {
width: 100%;
}
.cm-slider-area .cm-widget-title,
.cm-beside-slider-widget .cm-widget-title {
border-bottom: 2px solid #207daf;
font-size: 18px;
margin-bottom: 15px;
padding-bottom: 0;
}
.cm-slider-area .cm-widget-title span,
.cm-beside-slider-widget .cm-widget-title span {
display: inline-block;
padding: 6px 12px;
background-color: #207daf;
color: #fff;
}
.cm-view-all-link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
padding: 6px 12px;
margin-bottom: 4px;
font-size: 14px;
color: #fff;
font-weight: 600;
background-color: #000;
}
.cm-primary .cm-view-all-link span {
background: transparent;
} .cm-post-date a:hover,
.cm-author a:hover,
.cm-comments-link a:hover,
.cm-tag-links a:hover,
.cm-edit-link a:hover {
color: #207daf;
} .cm-front-page-top-section {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 12px;
margin-bottom: 30px;
} .mfp-content .cm-posts {
background: #fff;
max-width: 50%;
margin: 0 auto;
border-radius: 5px;
-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
} .fitvids-video .video {
margin-bottom: 10px;
}
.cm-secondary .widget ul li li,
.cm-footer .widget ul li li,
#cm-tertiary .widget ul li li {
border-bottom: none;
}
.cm-secondary .widget ul ul,
.cm-footer .widget ul ul,
#cm-tertiary .widget ul ul {
padding-left: 10px;
}
.cm-secondary,
#cm-tertiary {
word-break: break-word;
}
.cm-secondary .cm-widget-title,
#cm-tertiary .cm-widget-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
border-bottom: 2px solid #207daf;
margin-bottom: 15px;
}
.cm-secondary .cm-widget-title span,
#cm-tertiary .cm-widget-title span {
display: inline-block;
background-color: #207daf;
color: #fff;
font-size: 16px;
font-weight: 600;
line-height: 1.8;
margin-bottom: 0;
padding: 4px 12px 2px;
border-radius: 2px 2px 0 0;
letter-spacing: 0.01em;
}
.cm-secondary .cm-widget-title span .rsswidget,
#cm-tertiary .cm-widget-title span .rsswidget {
color: #fff;
}
.cm-secondary .cm-widget-title span .rsswidget img,
#cm-tertiary .cm-widget-title span .rsswidget img {
margin-top: 5px;
margin-bottom: 0;
}
.cm-secondary .cm-widget-title span .rsswidget:hover,
#cm-tertiary .cm-widget-title span .rsswidget:hover {
text-decoration: none;
}
.cm-secondary a:hover,
#cm-tertiary a:hover {
text-decoration: underline;
}
.cm-secondary .widget,
#cm-tertiary .widget {
margin-bottom: 32px;
font-size: 1.4rem;
}
.cm-secondary .widget p,
#cm-tertiary .widget p {
font-size: 1.4rem;
}
.cm-secondary .widget ul li,
#cm-tertiary .widget ul li {
line-height: 1.5;
padding: 6px 0;
list-style: none;
}
.cm-secondary .widget li,
#cm-tertiary .widget li {
line-height: 1.8;
}
.cm-error-404 .widget {
margin-bottom: 35px;
font-size: 14px;
background-color: #fff;
}
#style6_pager_colormag_slider_news_widget-9 img:hover .play-button-wrapper {
background-color: #207DAF;
}
.widget .play-button-wrapper,
.cm-featured-image .play-button-wrapper {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background-color: rgba(35, 35, 35, 0.75);
width: 42px;
height: 26px;
border-radius: 3px;
-webkit-transition: background 0.3s ease 0s;
transition: background 0.3s ease 0s;
}
.widget .play-button-wrapper .fa,
.cm-featured-image .play-button-wrapper .fa {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
color: #fff;
}
@media screen and (min-width: 48em) {
.cm-slider-area,
.cm-beside-slider-widget {
width: 100%;
}
.cm-featured-posts--style-4 .cm-post {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
}
@media screen and (min-width: 62em) {
.cm-front-page-top-section {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
margin-bottom: 50px;
}
.cm-slider-area {
width: 55.26315789%;
}
.cm-beside-slider-widget {
width: 43.85964912%;
}
}   #header-meta {
background-color: #fff;
}
.cm-top-bar {
background-color: #f4f4f5;
padding: 10px 0;
-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
font-size: 14px;
border-bottom-style: solid;
}
.cm-top-bar .cm-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 10px;
}
.cm-top-bar .tg-full-width {
max-width: 100%;
padding: 0 15px;
}
.cm-top-bar__2 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
gap: 10px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media screen and (min-width: 48em) {
.cm-top-bar__1 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 15px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.cm-top-bar__2 {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
gap: 16px;
}
.cm-top-bar .cm-row {
gap: 15px;
}
}
@media screen and (min-width: 62em) {
.cm-top-bar {
padding: 8px;
}
.cm-top-bar .cm-row {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
} .cm-header {
background-color: #fff;
}
.cm-site-branding img {
width: auto;
margin-bottom: 0;
}
.cm-site-branding a {
display: block;
}
.cm-site-title {
margin-bottom: 0;
font-size: 40px;
line-height: 1.5;
}
.cm-site-title a {
color: #207daf;
}
.cm-site-description {
line-height: 1.8;
font-size: 16px;
color: #52525b;
margin: 4px 0 0 0;
font-family: "Open Sans", serif;
word-break: break-word;
}
.header-image {
margin-bottom: 0;
border-bottom: 1px solid #e4e4e7;
width: 100%;
}
.cm-header-col-1 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 16px;
-ms-flex-preferred-size: 30%;
flex-basis: 30%;
}
.cm-header-col-2 .widget {
text-align: right;
color: #3f3f46;
}
.cm-header-col-2 .widget .cm-widget-title {
font-size: 18px;
line-height: 1.2;
padding-bottom: 4px;
}
.cm-header-col-2 .wp-block-image {
margin: 0;
}
.cm-header-col-2 img {
margin-bottom: 0;
}
.cm-header-2 .cm-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
} .header_display_type_one .cm-header-1 .cm-row {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.header_display_type_one .cm-header-col-2 .widget {
text-align: left;
} .header_display_type_two .cm-header-1 .cm-row {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.header_display_type_two .cm-header-col-1 {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
float: none;
text-align: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.header_display_type_two .cm-site-branding {
padding-right: 0;
}
.header_display_type_two #cm-site-info {
padding-right: 0;
}
.header_display_type_two .cm-header-col-2 .widget {
color: #3f3f46;
text-align: center;
}
.cm-menu-toggle {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
cursor: pointer;
}
.cm-contained .cm-header-2 #cm-primary-nav {
-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
position: relative;
background-color: transparent;
border-top: 0 solid transparent;
z-index: 999;
}
.cm-contained .cm-header-2 .cm-row {
background-color: #212529;
border-top: 4px solid #289dcc;
}
@media screen and (min-width: 48em) {
.cm-menu-toggle {
display: none;
}
} .cm-layout-2 .cm-header-1 .cm-row {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.cm-layout-2 .cm-header-2 .cm-row {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
-ms-flex-direction: row;
}
.cm-layout-2 .cm-row {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.cm-layout-2 .cm-row .cm-header-col-2 {
display: none;
}
.cm-layout-2 .cm-row .cm-header-col-1 {
display: unset;
float: none;
text-align: center;
}
.cm-layout-2 .cm-top-bar .cm-row {
padding: 0;
}
.cm-layout-2 #cm-primary-nav {
background-color: transparent;
}
.cm-layout-2 #cm-primary-nav.headroom--pinned {
background: inherit;
}
.cm-layout-2 #cm-primary-nav .cm-row {
background-color: transparent;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.cm-layout-2 #cm-primary-nav .fa {
color: #3F3F46;
}
.cm-layout-2 #cm-primary-nav .fa:hover {
background: transparent;
color: #207daf;
}
.cm-layout-2 #cm-primary-nav .cm-home-icon.front_page_on {
background-color: transparent;
}
.cm-layout-2 .cm-primary-nav a {
color: #3F3F46;
background-color: transparent;
}
.cm-layout-2 .cm-primary-nav a::after {
color: inherit;
}
.cm-layout-2 .cm-primary-nav a:hover {
background-color: transparent;
}
.cm-layout-2 .cm-primary-nav li {
background-color: transparent;
}
.cm-layout-2 .cm-primary-nav ul {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.cm-layout-2 .cm-primary-nav ul li.current-menu-item, .cm-layout-2 .cm-primary-nav ul li.current_page_item, .cm-layout-2 .cm-primary-nav ul li:hover, .cm-layout-2 .cm-primary-nav ul li.focus {
color: #207daf;
background-color: transparent;
}
.cm-layout-2 .cm-primary-nav ul li.current-menu-item ul li a,
.cm-layout-2 .cm-primary-nav ul li ul li.current-menu-item a,
.cm-layout-2 .cm-primary-nav ul li.current_page_ancestor ul li a,
.cm-layout-2 .cm-primary-nav ul li.current-menu-ancestor ul li a,
.cm-layout-2 .cm-primary-nav ul li.current_page_item ul li a {
color: #343a40;
}
.cm-layout-2 .cm-primary-nav ul > li {
vertical-align: top;
}
.cm-layout-2 .cm-primary-nav ul > li > a {
border-bottom: 2px solid transparent;
-webkit-transition: border 0.5s ease;
transition: border 0.5s ease;
color: #3F3F46;
}
.cm-layout-2 .cm-primary-nav ul > li:hover > a, .cm-layout-2 .cm-primary-nav ul > li.current-menu-item > a, .cm-layout-2 .cm-primary-nav ul > li.current-menu-ancestor > a {
background-color: transparent;
border-bottom: 2px solid #207daf;
}
.cm-layout-2 .cm-primary-nav ul ul.sub-menu {
background-color: #fff;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
display: block;
opacity: 0;
visibility: hidden;
border: 1px solid #F4F4F5;
text-align: left;
}
.cm-layout-2 .cm-primary-nav ul ul.sub-menu li {
border-bottom: 1px solid #F4F4F5;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.cm-layout-2 .cm-primary-nav ul ul.sub-menu li a {
width: auto;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
border-color: transparent;
}
.cm-layout-2 .cm-primary-nav ul ul.sub-menu li:hover, .cm-layout-2 .cm-primary-nav ul ul.sub-menu li.current-menu-ancestor, .cm-layout-2 .cm-primary-nav ul ul.sub-menu li.current-menu-item, .cm-layout-2 .cm-primary-nav ul ul.sub-menu li.focus {
border-color: #207daf;
background-color: #207daf;
}
.cm-layout-2 .cm-primary-nav ul ul.sub-menu li:hover > a, .cm-layout-2 .cm-primary-nav ul ul.sub-menu li.current-menu-ancestor > a, .cm-layout-2 .cm-primary-nav ul ul.sub-menu li.current-menu-item > a, .cm-layout-2 .cm-primary-nav ul ul.sub-menu li.focus > a {
color: #fff;
}
.cm-layout-2 .cm-primary-nav ul ul.sub-menu li:last-child {
border-bottom: none transparent;
}
.cm-layout-2 .cm-primary-nav ul ul.sub-menu li ul {
top: 0;
-webkit-transition: none;
transition: none;
}
.cm-layout-2 .cm-primary-nav ul li.menu-item-has-children:hover > ul.sub-menu {
opacity: 1;
visibility: visible;
}
.cm-layout-2 .cm-primary-nav ul li.menu-item-has-children a::after {
color: #343a40;
}
.cm-layout-2 .cm-primary-nav ul li.focus > a {
border-color: #207daf;
}
.cm-layout-2 .cm-primary-nav ul li.focus > ul.sub-menu {
opacity: 1;
visibility: visible;
}
.cm-layout-2 .cm-primary-nav .cm-random-post a:hover {
background: transparent;
}
.cm-layout-2 .cm-primary-nav .cm-random-post a:hover .fa-random {
color: #207daf;
}
.cm-layout-2 .cm-primary-nav .cm-random-post a .fa-random {
color: #3F3F46;
}
.cm-layout-2 .cm-primary-nav .cm-submenu-toggle .cm-icon {
fill: #3f3f46;
}
.cm-layout-2 .cm-primary-nav .cm-menu-toggle svg,
.cm-layout-2 .cm-primary-nav .cm-home-icon svg,
.cm-layout-2 .cm-primary-nav .cm-random-post svg {
fill: #3F3F46;
}
.cm-layout-2 .cm-mobile-nav .nav-menu {
padding-top: 0;
position: absolute;
top: 100%;
width: 100%;
-webkit-box-shadow: 0 1px 11px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 11px rgba(0, 0, 0, 0.2);
}
.cm-layout-2 .cm-mobile-nav .cm-random-post a:hover {
background: transparent;
}
.cm-layout-2 .cm-mobile-nav .cm-random-post a:hover .fa-random {
color: #207daf;
}
.cm-layout-2 .cm-mobile-nav .cm-random-post a .fa-random {
color: #343a40;
}
.cm-layout-2 .cm-mobile-nav li {
background-color: #fff;
border-color: #E4E4E7;
}
.cm-layout-2 .cm-mobile-nav li a {
color: #3F3F46;
}
.cm-layout-2 .cm-mobile-nav li:hover > .cm-submenu-toggle i, .cm-layout-2 .cm-mobile-nav li.current-page-ancestor > .cm-submenu-toggle i, .cm-layout-2 .cm-mobile-nav li.current-menu-ancestor > .cm-submenu-toggle i, .cm-layout-2 .cm-mobile-nav li.current-page-item > .cm-submenu-toggle i, .cm-layout-2 .cm-mobile-nav li.current-menu-item > .cm-submenu-toggle i {
color: #fff;
}
.cm-layout-2 .cm-mobile-nav .cm-submenu-toggle svg,
.cm-layout-2 .cm-mobile-nav .cm-home-icon svg,
.cm-layout-2 .cm-mobile-nav .cm-menu-toggle svg {
fill: #3f3f46;
}
.cm-layout-2 .cm-mobile-nav .cm-random-post a svg {
fill: #3f3f46;
}
.cm-layout-2 .is-sticky #cm-primary-nav {
background-color: #fff;
-webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1);
box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1);
}
.cm-layout-2 .cm-menu-primary-container {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
@media screen and (min-width: 48em) {
.cm-layout-2 .cm-layout-2-style-1 #cm-primary-nav {
border-top: 4px solid #207daf;
}
} .page-template-page-builder .cm-primary {
float: none;
width: 100%;
}
.page-template-page-builder .cm-content {
padding-top: 0;
padding-bottom: 0;
}
.home.page-template-page-builder .cm-primary .cm-posts {
display: block;
} #page {
max-width: 1200px;
margin: 0 auto;
}
.cm-content {
padding-top: 60px;
padding-bottom: 60px;
background-color: #fff;
}
.wide {
padding-top: 0;
padding-bottom: 0;
}
.wide #page {
max-width: 100%;
}
.cm-primary,
.cm-secondary {
width: 100%;
}
.cm-content .cm-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
row-gap: 60px;
}
.cm-content .cm-row .cm-one-half {
width: 100%;
padding-bottom: 0;
margin-right: 0;
}
.top-full-width-sidebar {
margin-bottom: 30px;
}
.top-full-width-sidebar .cm-widget-title {
border-bottom: 2px solid #207daf;
font-size: 1.4rem;
margin-bottom: 24px;
padding-bottom: 0;
}
.top-full-width-sidebar .cm-widget-title span {
background-color: #207daf;
color: #fff;
padding: 6px 12px;
display: inline-block;
}
@media screen and (min-width: 62em) {
.cm-content .cm-row {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.cm-primary {
width: calc(100% - 30%);
padding-right: 1.875em;
}
.cm-secondary {
width: 30%;
}
} .cm-posts.cm-layout-1-style-1 {
--grid-column: 1;
}
.cm-layout-1-style-1 .post {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.cm-layout-1-style-1 .post:first-child {
padding: 0;
}
.cm-layout-1-style-1 .cm-featured-image {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
}
.cm-layout-1-style-1 .cm-featured-image img {
width: 100%;
}
.cm-layout-1-style-1 .cm-post-content {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 20px;
}
@media screen and (min-width: 48em) {
.cm-layout-1-style-1 .post {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
}
.cm-posts.cm-layout-2-style-1 .post:first-child,
.cm-posts.cm-layout-2-style-1 .page:first-child {
grid-column: 1/-1;
}
.cm-posts.cm-layout-2-style-2, .cm-posts.cm-layout-2-style-1 {
grid-template-columns: repeat(var(--grid-column, 1), 1fr);
}
.cm-posts.cm-layout-2-style-2.col-2, .cm-posts.cm-layout-2-style-1.col-2 {
--grid-column: 1;
}
.cm-posts.cm-layout-2-style-2.col-3, .cm-posts.cm-layout-2-style-1.col-3 {
--grid-column: 1;
}
.cm-posts.cm-layout-2-style-2.col-4, .cm-posts.cm-layout-2-style-1.col-4 {
--grid-column: 1;
}
@media screen and (min-width: 48em) {
.cm-posts.cm-layout-2-style-2, .cm-posts.cm-layout-2-style-1 {
grid-template-columns: repeat(var(--grid-column, 1), 1fr);
}
.cm-posts.cm-layout-2-style-2.col-2, .cm-posts.cm-layout-2-style-1.col-2 {
--grid-column: 2;
}
.cm-posts.cm-layout-2-style-2.col-3, .cm-posts.cm-layout-2-style-1.col-3 {
--grid-column: 3;
}
.cm-posts.cm-layout-2-style-2.col-4, .cm-posts.cm-layout-2-style-1.col-4 {
--grid-column: 4;
}
}
.cm-posts {
display: grid;
gap: 20px;
grid-template-columns: 1fr;
position: relative;
}
.cm-posts .post {
overflow: hidden;
-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.24);
box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.24);
border-radius: 4px;
}
.cm-post {
-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.24);
box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.24);
border-radius: 4px;
}
.cm-post a {
position: relative;
display: block;
}
.cm-post:hover .play-button-wrapper {
background-color: #207DAF;
}
.post:hover .play-button-wrapper {
background-color: #207daf;
}
.cm-reading-time::before {
color: #71717a;
}
.cm-highlight-post .post:first-child,
.cm-highlight-post .page:first-child {
grid-column: 1/-1;
}
.cm-highlight-post .post:first-child .cm-entry-title,
.cm-highlight-post .page:first-child .cm-entry-title {
font-size: 32px;
}
.cm-post-categories {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
gap: 10px;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.cm-post-categories a {
display: inline-block;
padding: 4px 8px;
background-color: #207daf;
color: #fff;
font-size: 10px;
text-transform: uppercase;
border-radius: 2px;
line-height: 1.8;
}
.featured-image-caption {
font-style: italic;
font-size: 14px;
padding: 10px 0 0 15px;
display: block;
color: #444444;
}
.human-diff-time {
font-size: 12px;
color: #71717a;
}
.human-diff-time .cm-post-date:not(.human-diff-time-display) {
display: none;
}
.human-diff-time .human-diff-time-display:hover {
color: #207daf;
cursor: pointer;
}
.cm-tag-links a,
.cm-edit-link a {
color: #71717a;
}
.cm-post-content,
.single-title-above {
padding: 20px;
}
.cm-entry-summary ul {
padding: 0 0 0 30px;
margin-bottom: 30px;
}
.cm-entry-summary ol {
padding: 0 0 0 30px;
margin-bottom: 30px;
}
.cm-entry-summary li > ul, .cm-entry-summary li > ol {
margin-bottom: 0;
}
ul.blocks-gallery-grid,
ul.wp-block-gallery {
padding: 0;
}
ul.blocks-gallery-grid img,
ul.wp-block-gallery img {
margin-bottom: 0;
}
@media screen and (min-width: 48em) {
.cm-posts {
grid-template-columns: repeat(var(--grid-column, 1), 1fr);
}
}
.single .cm-posts .tags a {
border: 1px solid #e4e4e7;
padding: 3px 5px;
border-radius: 3px;
color: #777777;
}
.single .cm-posts .tags a:hover {
color: #207daf;
text-decoration: none;
}
.single .cm-entry-header .cm-entry-title {
font-size: 3.2rem;
} .author-box {
padding: 2%;
width: 100%;
display: inline-block;
-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
margin-bottom: 30px;
}
.author-description-wrapper {
float: right;
width: 85%;
}
.author-img img {
margin-right: 15px;
}
.author-name {
padding-bottom: 10px;
}
.author-description-wrapper .author-url {
display: inline-block;
margin-top: 5px;
width: 100%;
}
.author-description-wrapper .author-url a {
display: inline-block;
margin-top: 5px;
width: 100%;
}
.share .fa-twitter {
color: #55acee;
}
.share .fa-facebook-square {
color: #3b5998;
}
.share .fa-google-plus-square {
color: #dd4b39;
}
.share .fa-pinterest {
color: #cc2127;
}
.author-box {
margin-top: 30px;
}
.author-box.author-bio-style-2 .author-name {
float: left;
}
.author-box.author-bio-style-2 .author-social-sites {
float: right;
}
.author-box.author-bio-style-2 .author-description {
display: inline-block;
}
.author-box.author-bio-style-3 .author-social-sites {
float: left;
}
.author-box.author-bio-style-3 .author-description {
display: inline-block;
} .related-posts-wrapper h3 {
font-size: 2rem;
}
.related-posts-main-title {
margin-bottom: 30px;
}
.related-posts-main-title .fa {
color: #207daf;
}
.related-posts-main-title span {
font-size: 26px;
padding-left: 10px;
}
.single-related-posts {
width: 100%;
-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.24);
box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.24);
border-radius: 4px;
overflow: hidden;
}
.single-related-posts .cm-post-content {
padding: 20px;
}
.single-related-posts .cm-author {
display: none;
}
.single-related-posts .cm-post-content .cm-entry-title {
font-size: 20px;
margin-bottom: 16px;
}
.single-related-posts img {
width: 100%;
}
.related-posts-wrapper {
position: relative;
margin-top: 30px;
}
.related-posts-wrapper .related-posts {
display: grid;
grid-template-columns: 1fr;
gap: 30px;
}
.related-posts-wrapper .related-post-carousel {
visibility: hidden;
height: 0;
}
.related-posts-wrapper.style-1 .cm-below-entry-meta {
margin-bottom: 0;
}
.related-posts-wrapper.style-2 .single-related-posts {
display: grid;
grid-template-columns: 1fr;
}
.related-posts-wrapper.style-2 .related-posts {
grid-template-columns: 1fr;
}
.related-posts-wrapper.style-3 .related-posts {
grid-template-columns: 1fr;
gap: 12px;
}
.related-posts-wrapper.style-3 .single-related-posts {
width: 100%;
-webkit-box-shadow: none;
box-shadow: none;
}
.related-posts-wrapper.style-3 .cm-post-content {
padding: 0;
}
.related-posts-wrapper.style-3 .cm-post-content .cm-entry-title {
padding: 0;
font-size: 16px;
margin-bottom: 0;
}
.related-posts-wrapper.style-3 .cm-post-content .cm-entry-title a {
position: relative;
margin-left: 20px;
}
.related-posts-wrapper.style-3 .cm-post-content .cm-entry-title a::before {
display: block;
content: "";
background: #333333;
height: 8px;
width: 8px;
top: 50%;
position: absolute;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.related-posts-wrapper.style-3 .cm-post-content .cm-entry-title a:hover::before {
background: #207daf;
}
.related-posts-wrapper.style-4 .related-posts {
display: block;
}
.related-posts-wrapper.style-4 .related-posts .cm-below-entry-meta {
margin-bottom: 0;
} .related-posts-wrapper-flyout {
-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
background-color: #f8f8f8;
position: fixed;
bottom: 0;
right: 0;
width: 420px;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(30px);
transform: translateY(30px);
-webkit-transition: 0.2s all ease-in-out;
transition: 0.2s all ease-in-out;
}
.related-posts-wrapper-flyout.flyout {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
transform: translateY(0);
z-index: 10;
}
.related-posts-wrapper-flyout .flyout-related-post-close {
float: right;
cursor: pointer;
}
.related-posts-wrapper-flyout .related-posts-flyout-main-title {
font-size: 18px;
padding: 20px 30px;
background-color: #2c2e34;
color: #ffffff;
}
.related-posts-wrapper-flyout .related-posts-flyout {
padding: 30px;
}
.related-posts-wrapper-flyout .single-related-posts-flyout {
margin-bottom: 20px;
}
.related-posts-wrapper-flyout .single-related-posts-flyout:last-child {
margin-bottom: 0;
}
.related-posts-wrapper-flyout .related-posts-thumbnail {
float: left;
margin-right: 15px;
width: 130px;
}
.related-posts-wrapper-flyout .cm-post-content {
min-height: 90px;
padding: 8px;
}
.related-posts-wrapper-flyout .cm-entry-title {
font-size: 14px;
line-height: 1.6;
padding-bottom: 0;
}
.related-posts-wrapper-flyout .cm-entry-title a {
color: #232323;
}
.related-posts-wrapper-flyout .cm-entry-title a:hover {
color: #207daf;
}
.related-posts-wrapper-flyout .cm-author {
display: none;
} .share-buttons {
display: inline-block;
margin-top: 24px;
}
.box {
border: 1px solid #e4e4e7;
border-radius: 3px;
display: inline-block;
}
.count {
background: none repeat scroll 0 0 #f2f2f2;
color: #207daf;
float: right;
font-size: 22px;
padding: 0 16px;
}
.share {
float: left;
margin-right: 10px;
}
#twitter, #facebook, #googleplus, #pinterest {
float: left;
}
#twitter.share, #facebook.share, #googleplus.share, #pinterest.share {
margin-right: 0;
padding: 0 10px;
cursor: pointer;
} .author-social-sites li {
float: left;
}
.author-social-sites .fa-twitter, .author-social-sites .fa-facebook, .author-social-sites .fa-google-plus, .author-social-sites .fa-flickr, .author-social-sites .fa-linkedin, .author-social-sites .fa-instagram, .author-social-sites .fa-youtube, .author-social-sites .fa-tumblr {
font-size: 25px;
padding: 5px;
}
.author-social-sites .fa-twitter {
color: #55acee;
}
.author-social-sites .fa-facebook {
color: #3b5998;
}
.author-social-sites .fa-google-plus {
color: #dd4b39;
}
.author-social-sites .fa-flickr {
color: #006399;
}
.author-social-sites .fa-linkedin {
color: #007bb6;
}
.author-social-sites .fa-instagram {
color: #9c7c6e;
}
.author-social-sites .fa-youtube {
color: #e02a20;
}
.author-social-sites .fa-tumblr {
color: #45556c;
}
@media screen and (min-width: 48em) {
.related-posts-wrapper .related-posts {
grid-template-columns: repeat(3, 1fr);
}
.related-posts-wrapper.style-2 .single-related-posts {
grid-template-columns: 50% 50%;
}
}   .format-link .cm-entry-summary p {
text-align: center;
padding-top: 30px;
}
.format-link .cm-entry-summary a {
display: inline-block;
padding: 15px 40px;
background-color: #207daf;
color: #fff;
border-radius: 3px;
text-decoration: underline;
text-transform: uppercase;
-webkit-transition: background-color 0.3s linear 0s;
transition: background-color 0.3s linear 0s;
}
.format-link .cm-entry-summary a:hover {
background-color: #33363b;
} .format-aside .cm-entry-header {
display: none;
} @media screen and (min-width: 48em) {
.left-sidebar .cm-content .cm-row {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.left-sidebar .cm-content .cm-primary {
padding-right: 0;
padding-left: 30px;
}
}
.no-sidebar .cm-primary {
margin: 0 auto;
}
.no-sidebar-full-width .cm-primary {
width: 100%;
padding: 0;
}
.no-sidebar .cm-secondary,
.no-sidebar-full-width .cm-secondary {
display: none;
}
.no-sidebar-full-width,
.no-sidebar {
overflow: hidden;
}
.no-sidebar-full-width .cm-primary .cm-entry-summary > .alignfull,
.no-sidebar .cm-primary .cm-entry-summary > .alignfull {
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
max-width: unset;
}
.no-sidebar-full-width .cm-primary .cm-entry-summary > .alignfull.wp-block-cover, .no-sidebar-full-width .cm-primary .cm-entry-summary > .alignfull.wp-block-cover-image,
.no-sidebar .cm-primary .cm-entry-summary > .alignfull.wp-block-cover,
.no-sidebar .cm-primary .cm-entry-summary > .alignfull.wp-block-cover-image {
width: unset;
}
.no-sidebar-full-width .cm-primary .cm-entry-summary > .alignwide,
.no-sidebar .cm-primary .cm-entry-summary > .alignwide {
margin-left: -100px;
margin-right: -100px;
max-width: unset;
}
.no-sidebar-full-width.box-layout .cm-content,
.no-sidebar.box-layout .cm-content {
overflow: hidden;
}
.no-sidebar-full-width.box-layout .cm-primary .cm-entry-summary > .alignfull,
.no-sidebar.box-layout .cm-primary .cm-entry-summary > .alignfull {
margin-left: -30px;
margin-right: -30px;
}
.no-sidebar-full-width.box-layout .cm-primary .cm-entry-summary > .alignfull.wp-block-cover, .no-sidebar-full-width.box-layout .cm-primary .cm-entry-summary > .alignfull.wp-block-cover-image,
.no-sidebar.box-layout .cm-primary .cm-entry-summary > .alignfull.wp-block-cover,
.no-sidebar.box-layout .cm-primary .cm-entry-summary > .alignfull.wp-block-cover-image {
width: unset;
}
.no-sidebar-full-width.box-layout .cm-primary .cm-entry-summary > .alignwide,
.no-sidebar.box-layout .cm-primary .cm-entry-summary > .alignwide {
margin-left: -30px;
margin-right: -30px;
max-width: unset;
}
@media screen and (max-width: 1200px) {
.no-sidebar-full-width .cm-primary .cm-entry-summary > .alignwide {
margin-left: -20px;
margin-right: -20px;
}
.no-sidebar .cm-primary .cm-entry-summary > .alignwide {
margin-left: -50px;
margin-right: -50px;
}
.no-sidebar .cm-primary .cm-entry-summary > .alignfull {
margin-left: -100px;
margin-right: -100px;
}
}
@media screen and (max-width: 768px) {
.cm-primary,
.cm-secondary {
width: 100%;
}
.no-sidebar-full-width .cm-primary .cm-entry-summary > .alignwide,
.no-sidebar .cm-primary .cm-entry-summary > .alignwide {
margin-left: -15px;
margin-right: -15px;
}
.no-sidebar-full-width.box-layout .cm-primary .cm-entry-summary > .alignwide,
.no-sidebar.box-layout .cm-primary .cm-entry-summary > .alignwide {
margin-left: -15px;
margin-right: -15px;
}
.no-sidebar-full-width.box-layout .cm-primary .cm-entry-summary > .alignfull,
.no-sidebar.box-layout .cm-primary .cm-entry-summary > .alignfull {
margin-left: -30px;
margin-right: -30px;
}
.no-sidebar .cm-primary .cm-entry-summary > .alignfull {
margin-left: -15px;
margin-right: -15px;
}
}  .cm-error-404 {
text-align: center;
}
.cm-error-404 .cm-page-title {
color: #207daf;
font-size: 300px;
font-weight: 700;
line-height: 300px;
}
.cm-error-404 .cm-page-header {
margin-bottom: 24px;
}
.cm-error-404 .cm-page-header .cm-page-title {
font-size: 150px;
line-height: 135px;
border-bottom: 0;
}
.cm-error-404 .cm-page-header p {
font-size: 22px;
line-height: 1.3;
margin-bottom: 8px;
}
.cm-error-404 .cm-page-header .cm-page-title,
.cm-error-404 .cm-page-header p {
color: #52525B;
font-weight: 600;
}
.cm-error-404 .cm-page-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 40px;
}
.cm-error-404 .cm-page-content p {
width: 100%;
margin-bottom: 0;
color: #52525B;
}
.cm-error-404 .cm-btn {
display: inline-block;
padding: 12px 24px;
background-color: #207daf;
color: #fff;
font-weight: 600;
border: 1px solid #207daf;
border-radius: 2px;
}
.cm-error-404 .cm-btn:hover {
background-color: #33363b;
border-color: #33363b;
}
@media screen and (min-width: 48em) {
.cm-error-404 .cm-page-header {
margin-bottom: 24px;
}
.cm-error-404 .cm-page-header .cm-page-title {
font-size: 240px;
line-height: 215px;
}
.cm-error-404 .cm-page-content p {
width: 570px;
}
} .cm-no-results {
padding-top: 30px;
padding-bottom: 40px;
text-align: center;
}
.cm-no-results img {
margin-bottom: 32px;
}
.cm-no-results .cm-page-title {
color: #52525B;
font-size: 2rem;
font-weight: 600;
line-height: 1.3;
border-bottom: 0;
}
.cm-no-results .cm-page-header {
margin-bottom: 12px;
}
.cm-no-results .cm-page-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 40px;
}
.cm-no-results .cm-page-content p {
width: 100%;
margin-bottom: 0;
color: #52525B;
}
.cm-no-results .search-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.cm-no-results .search-form {
width: 100%;
}
.cm-no-results input.s {
width: 100%;
font-size: 1.4rem;
border: 1px solid #E4E4E7;
border-radius: 4px 0 0 4px;
}
.search-no-results .cm-posts {
display: block;
}
@media screen and (min-width: 48em) {
.cm-no-results .cm-page-content p {
width: 430px;
}
.cm-no-results .search-form {
width: 670px;
}
} .search .status-publish {
margin-bottom: 30px;
-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
width: 48.7013%;
}
.search .status-publish .cm-post-content {
padding: 16px;
}
.search .status-publish:nth-child(2n) {
float: left;
clear: both;
}
.search .status-publish:nth-child(2n+1) {
float: right;
}
.search .status-publish:first-child {
float: none;
width: 100%;
}
.search .cm-grid-style-2.status-publish {
width: 100%;
}
.search .cm-grid-style-2.status-publish img {
float: left;
margin-bottom: 0;
margin-right: 20px;
}  .cm-footer-bar {
padding-top: 1.5em;
padding-bottom: 1.5em;
background-color: #27272a;
color: #f4f4f5;
}
.cm-footer-bar .cm-row {
font-size: 1.4rem;
}
.cm-footer-bar a {
color: #207daf;
}
.cm-footer-bar a:hover {
color: #fff;
text-decoration: underline;
}
.cm-footer-bar__1 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 8px;
}
.cm-footer-bar-area {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
gap: 24px;
}
.cm-footer-bar-style-1 .social-links ul {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.cm-footer-bar-style-2 .cm-footer-bar-area {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.cm-footer-bar-style-2 .cm-footer-bar__1 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.cm-footer-bar-style-2 .cm-footer-bar__1 .cm-footer-menu:first-child {
padding-left: 0;
}
.cm-footer-bar-style-2 .social-links {
text-align: left;
}
.cm-footer-bar-style-2 .social-links ul {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.cm-footer-bar-style-3 .cm-footer-bar-area {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
text-align: center;
}
.cm-footer-bar-style-3 .cm-footer-bar__1 .social-links {
text-align: center;
}
.cm-footer-bar-style-3 .cm-footer-bar__1 .cm-footer-menu:first-child {
padding-left: 0;
}
@media screen and (min-width: 48em) {
.cm-footer-bar-area {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
text-align: left;
}
.cm-footer-bar-style-1 .social-links ul {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
} .cm-footer .widget {
display: block;
}
.cm-footer .widget ul li {
padding: 8px 0;
font-weight: 600;
border-bottom: 1px solid #52525b;
}
.cm-footer .widget ul li:last-child {
border-bottom: none;
}
.cm-footer .cm-upper-footer-cols .widget {
background-color: #27272a;
border-radius: 4px;
padding: 12px;
}
.cm-footer .cm-upper-footer-cols .cm-entry-title a {
color: #fff;
}
.cm-footer .cm-upper-footer-cols .cm-random-posts {
padding: 0;
}
.cm-footer .cm-upper-footer-cols .cm-first-post .cm-post-content {
margin-top: 12px;
padding: 0;
}
.cm-footer .cm-upper-footer-cols .cm-icon {
fill: #fff;
}
.cm-footer .cm-upper-footer-cols .cm-post {
-webkit-box-shadow: unset;
box-shadow: unset;
}
.cm-footer .cm-upper-footer-cols .cm-featured-posts--style-3 img {
border-radius: 4px;
}
.cm-footer .cm-footer-menu ul li a {
color: #fff;
text-decoration: none;
}
.cm-footer .cm-footer-menu ul li a:hover {
color: #207daf;
} .cm-footer-cols {
background-color: #3f3f46;
}
.cm-footer-cols .cm-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 40px;
padding-top: 40px;
padding-bottom: 40px;
color: #e4e4e7;
}
.cm-footer-cols .cm-widget-title {
border-bottom: 2px solid #207daf;
font-size: 1.4rem;
}
.cm-footer-cols .cm-widget-title span {
display: inline-block;
padding: 6px 12px;
background-color: #207daf;
color: #fff;
font-size: 1.6rem;
}
.cm-footer-cols a,
.cm-footer-cols .human-diff-time {
color: #fff;
}
.cm-footer-cols a:hover,
.cm-footer-cols .human-diff-time:hover {
color: #207daf;
}
.cm-footer-cols ul {
list-style: none;
}
.cm-footer-cols .cm-reading-time {
color: #fff;
}
.cm-footer-cols .cm-tab-widget .cm-tabs a:hover {
color: #fff;
}
.cm-upper-footer-cols {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 30px;
}
.cm-upper-footer-cols .cm-post-date a,
.cm-upper-footer-cols .cm-author a,
.cm-upper-footer-cols .cm-tag-links a,
.cm-upper-footer-cols .cm-edit-link a,
.cm-upper-footer-cols .cm-comments-link a {
color: #fff;
}
.cm-upper-footer-cols .cm-featured-posts .cm-below-entry-meta {
margin-bottom: 0;
}
.cm-upper-footer-cols .cm-posts img {
border-radius: 4px;
}
.cm-lower-footer-cols {
gap: 30px;
font-size: 1.4rem;
width: 100%;
}
.cm-lower-footer-col,
.cm-lower-footer-cols {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.cm-upper-footer-col--1,
.cm-upper-footer-col--2,
.cm-upper-footer-col--3 {
width: 100%;
} .colormag-footer--classic .cm-footer-cols .cm-row .cm-widget-title {
border-bottom: 0 none;
}
.colormag-footer--classic .cm-footer-cols .cm-row .cm-widget-title span {
background-color: transparent !important;
padding: 0 0 6px;
position: relative;
}
.colormag-footer--classic .cm-footer-cols .cm-row .cm-widget-title span::before {
position: absolute;
display: block;
bottom: -1px;
content: " ";
left: 0;
width: 25px;
height: 2px;
background-color: #207daf;
}
.colormag-footer--classic .cm-footer-cols .cm-row .cm-view-all-link {
background-color: #18181b;
}
.colormag-footer--classic .cm-footer-bar {
background-color: #252730;
padding: 20px 0;
} .colormag-footer--classic-bordered .cm-widget-title {
border-bottom: 0 none;
background-color: transparent !important;
position: relative;
border-bottom: 1px solid #52525b !important;
}
.colormag-footer--classic-bordered .cm-widget-title::before {
position: absolute;
display: block;
bottom: -1px;
content: " ";
left: 0;
width: 25px;
height: 2px;
background-color: #207daf;
}
.colormag-footer--classic-bordered .cm-widget-title span {
background-color: transparent !important;
padding-left: 0;
}
.colormag-footer--classic-bordered .cm-view-all-link {
margin-bottom: 0;
}
.colormag-footer--classic-bordered .cm-footer-bar {
padding-top: 0;
}
.colormag-footer--classic-bordered .cm-footer-bar .cm-footer-bar-area {
padding-top: 20px;
border-top: 1px solid #52525b;
}
#cm-footer.colormag-footer--classic .cm-random-posts, #cm-footer.colormag-footer--classic-bordered .cm-random-posts {
-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
gap: 16px;
}
#cm-footer.colormag-footer--classic .cm-random-posts .cm-post, #cm-footer.colormag-footer--classic-bordered .cm-random-posts .cm-post {
padding-bottom: 16px;
border-bottom: 1px solid #52525b;
}
#cm-footer.colormag-footer--classic .cm-random-posts .cm-post:last-child, #cm-footer.colormag-footer--classic-bordered .cm-random-posts .cm-post:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
#cm-footer.colormag-footer--classic .cm-featured-posts .cm-post, #cm-footer.colormag-footer--classic-bordered .cm-featured-posts .cm-post {
-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
border-radius: 0;
}
#cm-footer.colormag-footer--classic .cm-posts .cm-post, #cm-footer.colormag-footer--classic-bordered .cm-posts .cm-post {
border-bottom: 1px solid #52525b;
padding-bottom: 16px;
}
#cm-footer.colormag-footer--classic .cm-posts .cm-post:last-child, #cm-footer.colormag-footer--classic-bordered .cm-posts .cm-post:last-child {
border-bottom: none;
padding-bottom: 0;
}
#cm-footer.colormag-footer--classic .cm-first-post, #cm-footer.colormag-footer--classic-bordered .cm-first-post {
border-bottom: 1px solid #52525b;
}
#cm-footer.colormag-footer--classic .cm-first-post .cm-post-content, #cm-footer.colormag-footer--classic-bordered .cm-first-post .cm-post-content {
padding: 0 0 5px;
}
#cm-footer.colormag-footer--classic .cm-featured-posts--style-2 .cm-posts,
#cm-footer.colormag-footer--classic .cm-featured-posts--style-3 .cm-posts, #cm-footer.colormag-footer--classic-bordered .cm-featured-posts--style-2 .cm-posts,
#cm-footer.colormag-footer--classic-bordered .cm-featured-posts--style-3 .cm-posts {
gap: 16px;
}
#cm-footer.colormag-footer--classic .cm-featured-posts--style-2 img,
#cm-footer.colormag-footer--classic .cm-featured-posts--style-3 img, #cm-footer.colormag-footer--classic-bordered .cm-featured-posts--style-2 img,
#cm-footer.colormag-footer--classic-bordered .cm-featured-posts--style-3 img {
border-radius: 4px;
} .cm-footer-menu ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-column-gap: 16px;
-moz-column-gap: 16px;
column-gap: 16px;
row-gap: 4px;
list-style: none;
}
.cm-footer-menu ul li {
font-size: 12px;
} .advertisement_above_footer {
background-color: #fff;
}
.advertisement_above_footer .cm-widget-title {
border-bottom: 2px solid #207daf;
font-size: 18px;
margin-bottom: 16px;
padding-bottom: 0;
}
.advertisement_above_footer .cm-widget-title span {
background-color: #207daf;
color: #fff;
padding: 6px 12px;
display: inline-block;
}
@media screen and (min-width: 62em) {
.cm-upper-footer-cols {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.cm-upper-footer-col--1,
.cm-upper-footer-col--2,
.cm-upper-footer-col--3 {
width: 31.578947%;
}
.cm-lower-footer-cols {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.cm-lower-footer-cols .cm-lower-footer-col {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.cm-lower-footer-cols .cm-lower-footer-col--1 {
-ms-flex-preferred-size: 20%;
flex-basis: 20%;
}
} a#scroll-up {
bottom: 20px;
position: fixed;
right: 20px;
display: none;
opacity: 0.5;
z-index: 999;
filter: alpha(opacity=50); }
a#scroll-up i {
font-size: 40px;
color: #207daf;
}
a#scroll-up:hover {
opacity: 1;
filter: alpha(opacity=100); } blockquote,
.wp-block-quote,
.wp-block-quote.is-style-large,
.wp-block-quote.has-text-align-right {
padding: 20px 30px 20px 82px;
margin-bottom: 30px;
margin-top: 16px;
background-color: #207daf;
color: #fff;
border-radius: 4px;
border-left: 0;
}
blockquote p,
.wp-block-quote p,
.wp-block-quote.is-style-large p,
.wp-block-quote.has-text-align-right p {
position: relative;
font-family: "Open Sans", serif;
line-height: 1.8;
padding-top: 0;
margin-bottom: 0;
}
blockquote p::before,
.wp-block-quote p::before,
.wp-block-quote.is-style-large p::before,
.wp-block-quote.has-text-align-right p::before {
content: "\f10d";
position: absolute;
left: -50px;
top: 0;
line-height: 1;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
color: #fff;
font-size: 3.2rem;
}
blockquote a,
.wp-block-quote a,
.wp-block-quote.is-style-large a,
.wp-block-quote.has-text-align-right a {
color: #fff;
text-decoration: underline;
}
blockquote em,
blockquote i,
blockquote cite,
.wp-block-quote em,
.wp-block-quote i,
.wp-block-quote cite,
.wp-block-quote.is-style-large em,
.wp-block-quote.is-style-large i,
.wp-block-quote.is-style-large cite,
.wp-block-quote.has-text-align-right em,
.wp-block-quote.has-text-align-right i,
.wp-block-quote.has-text-align-right cite {
font-style: normal;
}
blockquote cite,
.wp-block-quote cite,
.wp-block-quote.is-style-large cite,
.wp-block-quote.has-text-align-right cite {
font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 300;
letter-spacing: 0.05em;
float: right;
}
blockquote.wp-block-quote.has-text-align-right {
border-right: 0;
}
.wp-block-button .search-icon::before {
display: none;
}
.wp-block-search__inside-wrapper .search-icon::before,
.search-wrap .search-icon::before {
content: "\f002";
color: #fff;
font-size: 2rem;
font-family: FontAwesome;
font-weight: 400;
}
.wp-block-query .wp-block-post.post {
-webkit-box-shadow: none;
box-shadow: none;
}
.wp-block-query .wp-block-post-template {
padding: 0;
}
.wc-block-product-new .wc-block-grid__product-title,
.wc-block-product-new .wc-block-grid__product-add-to-cart,
.wc-block-product-best-sellers .wc-block-grid__product-title,
.wc-block-product-best-sellers .wc-block-grid__product-add-to-cart,
.wp-block-product-top-rated .wc-block-grid__product-title,
.wp-block-product-top-rated .wc-block-grid__product-add-to-cart,
.wc-block-handpicked-products .wc-block-grid__product-title,
.wc-block-handpicked-products .wc-block-grid__product-add-to-cart {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.wc-block-product-new .wc-block-grid__product-title,
.wc-block-product-best-sellers .wc-block-grid__product-title,
.wp-block-product-top-rated .wc-block-grid__product-title,
.wc-block-handpicked-products .wc-block-grid__product-title {
margin-bottom: 8px;
color: #3f3f46;
font-size: 1.6rem;
font-weight: 600;
line-height: 1.8;
}
.wc-block-product-new .wc-block-grid__product-rating,
.wc-block-product-best-sellers .wc-block-grid__product-rating,
.wp-block-product-top-rated .wc-block-grid__product-rating,
.wc-block-handpicked-products .wc-block-grid__product-rating {
margin-bottom: 0;
}
.wc-block-product-new .wc-block-grid__product-rating .star-rating,
.wc-block-product-best-sellers .wc-block-grid__product-rating .star-rating,
.wp-block-product-top-rated .wc-block-grid__product-rating .star-rating,
.wc-block-handpicked-products .wc-block-grid__product-rating .star-rating {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
margin: unset;
}
.wc-block-product-new .wc-block-grid__product,
.wc-block-product-best-sellers .wc-block-grid__product,
.wp-block-product-top-rated .wc-block-grid__product,
.wc-block-handpicked-products .wc-block-grid__product {
position: relative;
margin-left: -1em;
margin-right: -1em;
}
.wc-block-product-new .wc-block-grid__product-add-to-cart .wp-block-button__link.wp-element-button,
.wc-block-product-best-sellers .wc-block-grid__product-add-to-cart .wp-block-button__link.wp-element-button,
.wp-block-product-top-rated .wc-block-grid__product-add-to-cart .wp-block-button__link.wp-element-button,
.wc-block-handpicked-products .wc-block-grid__product-add-to-cart .wp-block-button__link.wp-element-button {
display: block;
text-align: center;
margin-top: 16px;
padding: 8px 24px;
font-size: 1.4rem;
font-weight: 600;
border-radius: 4px;
}
.wc-block-product-new .wc-block-grid__product .wc-block-grid__product-image,
.wc-block-product-best-sellers .wc-block-grid__product .wc-block-grid__product-image,
.wp-block-product-top-rated .wc-block-grid__product .wc-block-grid__product-image,
.wc-block-handpicked-products .wc-block-grid__product .wc-block-grid__product-image {
margin-bottom: 16px;
}
.wc-block-product-new ul.wc-block-grid__products,
.wc-block-product-best-sellers ul.wc-block-grid__products,
.wp-block-product-top-rated ul.wc-block-grid__products,
.wc-block-handpicked-products ul.wc-block-grid__products {
padding: 0;
gap: 30px;
}
.wc-block-product-new .price ins .amount,
.wc-block-product-best-sellers .price ins .amount,
.wp-block-product-top-rated .price ins .amount,
.wc-block-handpicked-products .price ins .amount {
color: #71717a;
}
.wc-block-product-new .price del span,
.wc-block-product-best-sellers .price del span,
.wp-block-product-top-rated .price del span,
.wc-block-handpicked-products .price del span {
font-weight: 600;
color: #3f3f46;
}
.wc-block-product-new .wc-block-grid__product-image,
.wc-block-product-best-sellers .wc-block-grid__product-image,
.wp-block-product-top-rated .wc-block-grid__product-image,
.wc-block-handpicked-products .wc-block-grid__product-image {
margin-bottom: 16px;
}
.wc-block-product-new .wc-block-grid__product-image img,
.wc-block-product-best-sellers .wc-block-grid__product-image img,
.wp-block-product-top-rated .wc-block-grid__product-image img,
.wc-block-handpicked-products .wc-block-grid__product-image img {
width: 100%;
border-radius: 4px;
}
.wc-block-product-new .wc-block-grid__product-onsale,
.wc-block-product-best-sellers .wc-block-grid__product-onsale,
.wp-block-product-top-rated .wc-block-grid__product-onsale,
.wc-block-handpicked-products .wc-block-grid__product-onsale {
position: absolute;
top: 8px;
left: 8px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: 30px;
padding: 0 14px;
background-color: #0d354a;
color: #fff;
font-size: 1.4rem;
text-transform: initial;
border-radius: 2px;
}  .wp-pagenavi {
text-align: center;
margin-bottom: 30px;
}
.cm-posts .wp-pagenavi .page, .cm-posts .wp-pagenavi a {
padding: 4px 10px;
color: #777777;
border: 1px solid #f2f2f2;
}
.cm-posts .wp-pagenavi .current {
padding: 4px 10px;
color: #fff;
background-color: #207daf;
border: 1px solid #f2f2f2;
}
.cm-posts .wp-pagenavi a {
margin-left: 5px;
border-radius: 2px;
}
.cm-posts .wp-pagenavi a:hover {
padding: 4px 10px;
color: #fff;
background-color: #207daf;
border: 1px solid #f2f2f2;
}
.cm-posts .wp-pagenavi span {
margin-left: 5px;
border-radius: 2px;
}
.cm-posts .wp-pagenavi span.pages {
margin-left: 0;
color: #777777;
padding: 4px 10px;
border: 1px solid #f2f2f2;
} .headroom {
will-change: transform;
-webkit-transition: -webkit-transform 200ms linear;
transition: -webkit-transform 200ms linear;
transition: transform 200ms linear;
transition: transform 200ms linear, -webkit-transform 200ms linear;
}
#cm-primary-nav.headroom--pinned {
-webkit-transform: translateY(0%);
transform: translateY(0%);
}
#cm-primary-nav.headroom--unpinned {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
[class*='mzb'] h3 {
padding-bottom: 0;
}
[class*='mzb'] h2 {
padding-bottom: 0;
}
[class*='mzb'] img {
margin-bottom: 0;
}
[class*='mzb'] .editor-styles-wrapper h1,
[class*='mzb'] .editor-styles-wrapper h2,
[class*='mzb'] .editor-styles-wrapper h3,
[class*='mzb'] .editor-styles-wrapper h4,
[class*='mzb'] .editor-styles-wrapper h5,
[class*='mzb'] .editor-styles-wrapper h6 {
padding-bottom: 0;
}
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
position: absolute;
top: 12px;
left: 0;
right: 8px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
height: 30px;
color: #3f3f46;
font-size: 1.4rem;
}
.add-to-wishlist-before_image .yith-wcwl-icon {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 40px;
height: 40px;
background: #fafafa;
border-radius: 50px;
} .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
-webkit-clip-path: none;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-size: 14px;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } .cm-content[tabindex="-1"]:focus {
outline: 0;
}
.alignleft {
display: inline;
float: left;
margin-right: 30px;
}
.alignright {
display: inline;
float: right;
margin-left: 30px;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.clearfix {
display: inline-block;
}
.clearfix::after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}  .infinite-scroll .default-wp-page, .infinite-scroll.neverending #cm-footer { display: none;
} .infinity-end.neverending #cm-footer {
display: block;
}  @media screen and (min-width: 980px) {
.weather-location .owf {
line-height: 120px;
}
.weather-info .weather-icon {
font-size: 150px;
}
.weather-location-name {
font-size: 30px;
padding-top: 0;
}
.weather-desc {
font-size: 18px;
padding-top: 15px;
}
.weather-current-temp {
font-size: 60px;
}
}
@media screen and (max-width: 1190px) {
#page {
width: 97%;
}
.wide #page {
width: 100%;
}
.inner-wrap {
width: 94%;
}
.tg-full-width.inner-wrap {
padding: 0;
}
.author-description-wrapper {
width: 75%;
}
.call-to-action__title {
font-size: 40px;
}
.video-playing {
padding-bottom: 45%;
}
.video-player.video-player--horizontal .video-playlist .video-playlist-item {
width: 25.5%;
}
}
@media (min-width: 769px) and (max-width: 979px) {
.weather-today {
margin-left: 0;
}
.video-playlist {
width: 40%;
}
.video-player--vertical .video-playing {
width: 60%;
padding-bottom: 54%;
}
.video-player--vertical .video-playlist-info {
width: 70.5%;
}
}
@media screen and (max-width: 800px) {
.header_display_type_one .cm-header-col-1 {
float: none;
margin-bottom: 10px;
}
.header_display_type_one #cm-site-branding {
float: none;
text-align: center;
padding-right: 0;
margin-bottom: 10px;
}
#header-text,
.header_display_type_one #header-text {
float: none;
text-align: center;
padding-right: 0;
}
.cm-header-col-2,
.header_display_type_one .cm-header-col-2 {
float: none;
}
.cm-header-col-2 .widget,
.header_display_type_one .cm-header-col-2 .widget {
text-align: center;
}
}
@media screen and (max-width: 768px) {
.cm-header-actions .social-links ul {
display: block;
}
.video-player--vertical .video-playing,
.video-player--vertical .video-playlist {
width: 100%;
display: block;
}
.video-player--vertical .video-playing {
padding-bottom: 65%;
}
.video-player--vertical.video-playlist-item img {
margin-bottom: 0;
width: 20%;
}
.video-player.video-player--horizontal .video-playlist .video-playlist-item {
width: 35%;
}
}
@media screen and (max-width: 767px) {
.call-to-action__title {
font-size: 36px;
}
.widget_call_to_action .btn--primary {
padding: 15px 20px;
}
}
@media screen and (max-width: 600px) {
.cm-image-ticker-news .cm-post-content .cm-entry-title {
display: none;
}
.logged-in #cm-masthead #cm-primary-nav {
top: 0 !important;
}
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
width: 25%;
}
.author-img {
display: block;
margin: 0 auto;
}
.author-img img {
margin-right: 0;
}
.avatar {
border-radius: 50%;
display: inline-block;
float: none;
margin: 0 auto;
}
.author-description-wrapper {
float: none;
padding-top: 10px;
width: 100%;
}
.search .status-publish:nth-child(2n), .search .status-publish:nth-child(2n+1) {
float: none;
width: 100%;
}
.call-to-action__title {
font-size: 24px;
margin-bottom: 0;
}
.call-to-action-content {
margin-bottom: 20px;
}
.widget_call_to_action .btn--primary {
padding: 10px 15px;
font-weight: 400;
}
.video-player.video-player--horizontal .video-playing {
padding-bottom: 70%;
}
.video-player.video-player--horizontal .video-playlist .video-playlist-item {
width: 51%;
}
.exchange-currency.exchange-column-2 .currency-table, .exchange-currency.exchange-column-3 .currency-table {
width: 100%;
padding-right: 0;
}
.weather-forecast-day, .cm-secondary .weather-forecast-day {
width: 52%;
}
.no-sidebar-full-width .cm-primary .cm-entry-summary > .alignwide,
.no-sidebar .cm-primary .cm-entry-summary > .alignwide {
margin-left: 0;
margin-right: 0;
}
.no-sidebar-full-width.box-layout .cm-primary .cm-entry-summary > .alignwide,
.no-sidebar.box-layout .cm-primary .cm-entry-summary > .alignwide {
margin-left: 0;
margin-right: 0;
}
}
@media screen and (max-width: 420px) {
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
width: 33.33%;
}
.related-posts-wrapper-flyout {
width: 95%;
}
.related-posts-wrapper-flyout .related-posts-flyout-main-title {
padding: 20px;
}
.related-posts-wrapper-flyout .related-posts-flyout {
padding: 20px;
}
}  .newsticker,
.cm-breaking-news-slider-widget {
visibility: hidden;
} .cm-image-ticker-news {
visibility: hidden;
height: 0;
} .mega-menu .cm-image-ticker-news,
.mega-menu .cm-breaking-news-slider-widget {
visibility: hidden !important;
}
.mega-menu .mega-toggle-on .cm-slider-area-rotate
.cm-image-ticker-news,
.mega-menu .mega-toggle-on .cm-breaking-news-slider-widget {
visibility: visible !important;
}
.siteorigin-panels .cm-featured-posts {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}