.ancr-group > .ancr{
margin-bottom: 0 !important;
}
.ancr-group.ancr-sticky {
position: fixed;
left: 0;
right: 0;
}
.ancr-group.ancr-normal {
z-index: 9999;
}
.ancr-group.ancr-pos-top{
top: 0;
z-index: 99999;
}
.ancr-group.ancr-pos-top > .ancr{
top: 0;
border-top: 0!important;
}
.ancr-group.ancr-pos-bottom{
bottom: 0;
z-index: 99999;
}
.ancr-group.ancr-pos-bottom > .ancr{
top: 0;
border-bottom: 0!important;
}
.ancr.ancr-wrap{
display: none;
position: relative;
width: 100%;
background-color: #fff;
box-sizing: border-box;
padding: 0.5em 1em;
border-left-width: 0 !important;
border-right-width: 0 !important;
} .ancr .ancr-container {
max-width: 1000px;
margin: 0 auto;
display: flex;
}
.ancr .ancr-inner{
display: inline-block;
}
.ancr .ancr-inner > *{
margin-bottom: 1em;
}
.ancr .ancr-inner > *:first-child {
margin-top: 0;
}
.ancr .ancr-inner > *:last-child {
margin-bottom: 0;
} .ancr .ancr-content{
display: flex;
flex-direction: column;
justify-content: center;
}
.ancr .ancr-content p {
color: inherit;
font-size: inherit;
} .ancr.ancr-lo-separate_column .ancr-content{
flex: 1;
}
.ancr.ancr-lo-separate_row .ancr-container{
display: block;
}
.ancr.ancr-lo-separate_row .ancr-btn-wrap{
margin: 0.5em 0;
}
.ancr.ancr-lo-ticker{
overflow: hidden;
}
.ancr.ancr-lo-ticker.ancr-lo-ticker-anim .ancr-container{
animation: ancr-marquee 20s linear infinite;
}
.ancr.ancr-lo-ticker .ancr-container{ max-width: none !important;
display: inline-flex;
visibility: hidden;
}
.ancr.ancr-lo-ticker .ancr-content{
flex: none;
white-space: nowrap;
} .ancr.ancr-align-center .ancr-container{
justify-content: center;
text-align: center;
}
.ancr.ancr-align-center .ancr-btn-wrap{
justify-content: center;
}
.ancr.ancr-align-right .ancr-container{
justify-content: flex-end;
text-align: right;
}
.ancr.ancr-align-right .ancr-btn-wrap{
justify-content: flex-end;
} .ancr .ancr-close-btn {
position: absolute;
top: 0;
right: 0;
color: inherit;
line-height: 0;
padding: 0.5em;
z-index: 999;
}
.ancr .ancr-close-btn:hover {
opacity: 0.5;
}
.ancr .ancr-close-icon{
width: 16px;
height: 16px;
}
.ancr.ancr-lo-separate_column.ancr-has-close-btn{
padding-right: 3.5em;
} .ancr .ancr-btn-wrap{
display: inline-block;
margin: 0 0 0 1em;
line-height: 0;
display: flex;
flex-direction: row;
align-items: center;
}
.ancr .ancr-btn {
padding: 0.5em 1em;
display: inline-block;
margin: 0 0.5em 0 0;
text-align: center;
line-height: 1;
white-space: nowrap;
vertical-align: middle;
text-decoration: none;
}
.ancr .ancr-btn:last-child {
margin-right: 0;
}
.ancr .ancr-btn:hover{
filter: brightness(0.8);
}
.ancr .ancr-btn:active{
filter: brightness(0.5);
} .ancr-top-spacer{
transition: height 0.5s;
}
@keyframes ancr-marquee {
0% {
transform: translateX(var(--ancr-width));
}
100% {
transform: translateX(-100%);
}
}
@media only screen and (max-width: 800px) {
.ancr-lo-same_row .ancr-container{
display: block;
}
.ancr-lo-same_row .ancr-btn-wrap{
margin: 0.5em 0 0 0;
}
.ancr-lo-separate_column .ancr-container{
display: block;
}
.ancr-lo-separate_column .ancr-btn-wrap{
margin: 0.5em 0 0 0;
}
}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}#ssb-container {
position: fixed;
top: 30%;
z-index: 1;
}
.ssb-btns-right {
right: 0;
}
.ssb-btns-left {
left: 0;
}
#ssb-container ul {
padding: 0;
margin: 0;
}
#ssb-container ul li {
list-style: none;
margin: 0;
}
#ssb-container ul li {
line-height: 45px;
}
#ssb-container ul li p {
margin: 0;
}
#ssb-container ul li a {
padding: 0 15px 0 0;
display: block;
line-height: 45px;
text-align: left;
white-space: nowrap;
text-decoration: none;
}
#ssb-container ul li span {
line-height: 45px;
width: 50px;
text-align: center;
display: inline-block;
}
#ssb-container.ssb-btns-left ul li a {
text-align: right;
padding: 0 0 0 15px;
}
#ssb-container.ssb-btns-left ul li span {
float: right;
}
#ssb-container ul li a:hover {
text-decoration: none;
}
#ssb-container .ssb-share-btn {
position: relative;
}
#ssb-container .ssb-share-btn span,
#ssb-container.ssb-btns-left .ssb-share-btn span {
float: none;
}
#ssb-container .ssb-share-btn a {
padding: 0;
}
#ssb-container.ssb-btns-left .ssb-share-btn i.ssb-share-icon {
float: right !important;
}
#ssb-container.ssb-anim-icons ul li {
transition: transform 100ms;
}
#ssb-container.ssb-anim-icons.ssb-btns-right ul li:hover {
transform: translate(-15px, 0);
}
#ssb-container.ssb-anim-icons.ssb-btns-left ul li:hover {
transform: translate(15px, 0);
}
#ssb-container ul li.ssb-share-btn:hover .ssb-social-popup {
display: block;
}
.ssb-social-popup {
position: absolute;
top: 100%;
left: 100%;
margin: 0 0 0 -50px;
width: 155px;
display: none;
}
#ssb-container.ssb-btns-right .ssb-social-popup {
right: -100%;
margin: 0 0 0 -110px;
left: 0;
}
#ssb-container .ssb-social-popup a {
padding: 0 !important;
text-align: left !important;
} @media (max-width: 640px) {
.ssb-disable-on-mobile {
display: none;
}
}