.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;
word-break: 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;
}.row {
width: 100%;
margin-left: auto;
margin-right: auto;
margin-top: 0;
margin-bottom: 0;
max-width: 75rem
}
.row:before,
.row:after {
content: " ";
display: table
}
.row:after {
clear: both
}
.row.collapse>.column,
.row.collapse>.columns {
padding-left: 0;
padding-right: 0
}
.row.collapse .row {
margin-left: 0;
margin-right: 0
}
.row .row {
width: auto;
margin-left: -1.25rem;
margin-right: -1.25rem;
margin-top: 0;
margin-bottom: 0;
max-width: none
}
.row .row:before,
.row .row:after {
content: " ";
display: table
}
.row .row:after {
clear: both
}
.row .row.collapse {
width: auto;
margin: 0;
max-width: none
}
.row .row.collapse:before,
.row .row.collapse:after {
content: " ";
display: table
}
.row .row.collapse:after {
clear: both
}
.column,
.columns {
padding-left: 1.25rem;
padding-right: 1.25rem;
width: 100%;
float: left
}
[class*="column"]+[class*="column"]:last-child {
float: right
}
[class*="column"]+[class*="column"].end {
float: left
}
@media only screen {
.small-push-0 {
position: relative;
left: 0%;
right: auto
}
.small-pull-0 {
position: relative;
right: 0%;
left: auto
}
.small-push-1 {
position: relative;
left: 8.3333333333%;
right: auto
}
.small-pull-1 {
position: relative;
right: 8.3333333333%;
left: auto
}
.small-push-2 {
position: relative;
left: 16.6666666667%;
right: auto
}
.small-pull-2 {
position: relative;
right: 16.6666666667%;
left: auto
}
.small-push-3 {
position: relative;
left: 25%;
right: auto
}
.small-pull-3 {
position: relative;
right: 25%;
left: auto
}
.small-push-4 {
position: relative;
left: 33.3333333333%;
right: auto
}
.small-pull-4 {
position: relative;
right: 33.3333333333%;
left: auto
}
.small-push-5 {
position: relative;
left: 41.6666666667%;
right: auto
}
.small-pull-5 {
position: relative;
right: 41.6666666667%;
left: auto
}
.small-push-6 {
position: relative;
left: 50%;
right: auto
}
.small-pull-6 {
position: relative;
right: 50%;
left: auto
}
.small-push-7 {
position: relative;
left: 58.3333333333%;
right: auto
}
.small-pull-7 {
position: relative;
right: 58.3333333333%;
left: auto
}
.small-push-8 {
position: relative;
left: 66.6666666667%;
right: auto
}
.small-pull-8 {
position: relative;
right: 66.6666666667%;
left: auto
}
.small-push-9 {
position: relative;
left: 75%;
right: auto
}
.small-pull-9 {
position: relative;
right: 75%;
left: auto
}
.small-push-10 {
position: relative;
left: 83.3333333333%;
right: auto
}
.small-pull-10 {
position: relative;
right: 83.3333333333%;
left: auto
}
.small-push-11 {
position: relative;
left: 91.6666666667%;
right: auto
}
.small-pull-11 {
position: relative;
right: 91.6666666667%;
left: auto
}
.column,
.columns {
position: relative;
padding-left: 1.25rem;
padding-right: 1.25rem;
float: left
}
.small-1 {
width: 8.3333333333%
}
.small-2 {
width: 16.6666666667%
}
.small-3 {
width: 25%
}
.small-4 {
width: 33.3333333333%
}
.small-5 {
width: 41.6666666667%
}
.small-6 {
width: 50%
}
.small-7 {
width: 58.3333333333%
}
.small-8 {
width: 66.6666666667%
}
.small-9 {
width: 75%
}
.small-10 {
width: 83.3333333333%
}
.small-11 {
width: 91.6666666667%
}
.small-12 {
width: 100%
}
.small-offset-0 {
margin-left: 0% !important
}
.small-offset-1 {
margin-left: 8.3333333333% !important
}
.small-offset-2 {
margin-left: 16.6666666667% !important
}
.small-offset-3 {
margin-left: 25% !important
}
.small-offset-4 {
margin-left: 33.3333333333% !important
}
.small-offset-5 {
margin-left: 41.6666666667% !important
}
.small-offset-6 {
margin-left: 50% !important
}
.small-offset-7 {
margin-left: 58.3333333333% !important
}
.small-offset-8 {
margin-left: 66.6666666667% !important
}
.small-offset-9 {
margin-left: 75% !important
}
.small-offset-10 {
margin-left: 83.3333333333% !important
}
.small-offset-11 {
margin-left: 91.6666666667% !important
}
.small-reset-order {
margin-left: 0;
margin-right: 0;
left: auto;
right: auto;
float: left
}
.column.small-centered,
.columns.small-centered {
margin-left: auto;
margin-right: auto;
float: none
}
.column.small-uncentered,
.columns.small-uncentered {
margin-left: 0;
margin-right: 0;
float: left
}
.column.small-centered:last-child,
.columns.small-centered:last-child {
float: none
}
.column.small-uncentered:last-child,
.columns.small-uncentered:last-child {
float: left
}
.column.small-uncentered.opposite,
.columns.small-uncentered.opposite {
float: right
}
}
@media only screen and (min-width: 35.063em) {
.medium-push-0 {
position: relative;
left: 0%;
right: auto
}
.medium-pull-0 {
position: relative;
right: 0%;
left: auto
}
.medium-push-1 {
position: relative;
left: 8.3333333333%;
right: auto
}
.medium-pull-1 {
position: relative;
right: 8.3333333333%;
left: auto
}
.medium-push-2 {
position: relative;
left: 16.6666666667%;
right: auto
}
.medium-pull-2 {
position: relative;
right: 16.6666666667%;
left: auto
}
.medium-push-3 {
position: relative;
left: 25%;
right: auto
}
.medium-pull-3 {
position: relative;
right: 25%;
left: auto
}
.medium-push-4 {
position: relative;
left: 33.3333333333%;
right: auto
}
.medium-pull-4 {
position: relative;
right: 33.3333333333%;
left: auto
}
.medium-push-5 {
position: relative;
left: 41.6666666667%;
right: auto
}
.medium-pull-5 {
position: relative;
right: 41.6666666667%;
left: auto
}
.medium-push-6 {
position: relative;
left: 50%;
right: auto
}
.medium-pull-6 {
position: relative;
right: 50%;
left: auto
}
.medium-push-7 {
position: relative;
left: 58.3333333333%;
right: auto
}
.medium-pull-7 {
position: relative;
right: 58.3333333333%;
left: auto
}
.medium-push-8 {
position: relative;
left: 66.6666666667%;
right: auto
}
.medium-pull-8 {
position: relative;
right: 66.6666666667%;
left: auto
}
.medium-push-9 {
position: relative;
left: 75%;
right: auto
}
.medium-pull-9 {
position: relative;
right: 75%;
left: auto
}
.medium-push-10 {
position: relative;
left: 83.3333333333%;
right: auto
}
.medium-pull-10 {
position: relative;
right: 83.3333333333%;
left: auto
}
.medium-push-11 {
position: relative;
left: 91.6666666667%;
right: auto
}
.medium-pull-11 {
position: relative;
right: 91.6666666667%;
left: auto
}
.column,
.columns {
position: relative;
padding-left: 1.25rem;
padding-right: 1.25rem;
float: left
}
.medium-1 {
width: 8.3333333333%
}
.medium-2 {
width: 16.6666666667%
}
.medium-3 {
width: 25%
}
.medium-4 {
width: 33.3333333333%
}
.medium-5 {
width: 41.6666666667%
}
.medium-6 {
width: 50%
}
.medium-7 {
width: 58.3333333333%
}
.medium-8 {
width: 66.6666666667%
}
.medium-9 {
width: 75%
}
.medium-10 {
width: 83.3333333333%
}
.medium-11 {
width: 91.6666666667%
}
.medium-12 {
width: 100%
}
.medium-offset-0 {
margin-left: 0% !important
}
.medium-offset-1 {
margin-left: 8.3333333333% !important
}
.medium-offset-2 {
margin-left: 16.6666666667% !important
}
.medium-offset-3 {
margin-left: 25% !important
}
.medium-offset-4 {
margin-left: 33.3333333333% !important
}
.medium-offset-5 {
margin-left: 41.6666666667% !important
}
.medium-offset-6 {
margin-left: 50% !important
}
.medium-offset-7 {
margin-left: 58.3333333333% !important
}
.medium-offset-8 {
margin-left: 66.6666666667% !important
}
.medium-offset-9 {
margin-left: 75% !important
}
.medium-offset-10 {
margin-left: 83.3333333333% !important
}
.medium-offset-11 {
margin-left: 91.6666666667% !important
}
.medium-reset-order {
margin-left: 0;
margin-right: 0;
left: auto;
right: auto;
float: left
}
.column.medium-centered,
.columns.medium-centered {
margin-left: auto;
margin-right: auto;
float: none
}
.column.medium-uncentered,
.columns.medium-uncentered {
margin-left: 0;
margin-right: 0;
float: left
}
.column.medium-centered:last-child,
.columns.medium-centered:last-child {
float: none
}
.column.medium-uncentered:last-child,
.columns.medium-uncentered:last-child {
float: left
}
.column.medium-uncentered.opposite,
.columns.medium-uncentered.opposite {
float: right
}
.push-0 {
position: relative;
left: 0%;
right: auto
}
.pull-0 {
position: relative;
right: 0%;
left: auto
}
.push-1 {
position: relative;
left: 8.3333333333%;
right: auto
}
.pull-1 {
position: relative;
right: 8.3333333333%;
left: auto
}
.push-2 {
position: relative;
left: 16.6666666667%;
right: auto
}
.pull-2 {
position: relative;
right: 16.6666666667%;
left: auto
}
.push-3 {
position: relative;
left: 25%;
right: auto
}
.pull-3 {
position: relative;
right: 25%;
left: auto
}
.push-4 {
position: relative;
left: 33.3333333333%;
right: auto
}
.pull-4 {
position: relative;
right: 33.3333333333%;
left: auto
}
.push-5 {
position: relative;
left: 41.6666666667%;
right: auto
}
.pull-5 {
position: relative;
right: 41.6666666667%;
left: auto
}
.push-6 {
position: relative;
left: 50%;
right: auto
}
.pull-6 {
position: relative;
right: 50%;
left: auto
}
.push-7 {
position: relative;
left: 58.3333333333%;
right: auto
}
.pull-7 {
position: relative;
right: 58.3333333333%;
left: auto
}
.push-8 {
position: relative;
left: 66.6666666667%;
right: auto
}
.pull-8 {
position: relative;
right: 66.6666666667%;
left: auto
}
.push-9 {
position: relative;
left: 75%;
right: auto
}
.pull-9 {
position: relative;
right: 75%;
left: auto
}
.push-10 {
position: relative;
left: 83.3333333333%;
right: auto
}
.pull-10 {
position: relative;
right: 83.3333333333%;
left: auto
}
.push-11 {
position: relative;
left: 91.6666666667%;
right: auto
}
.pull-11 {
position: relative;
right: 91.6666666667%;
left: auto
}
}
@media only screen and (min-width: 62em) {
.large-push-0 {
position: relative;
left: 0%;
right: auto
}
.large-pull-0 {
position: relative;
right: 0%;
left: auto
}
.large-push-1 {
position: relative;
left: 8.3333333333%;
right: auto
}
.large-pull-1 {
position: relative;
right: 8.3333333333%;
left: auto
}
.large-push-2 {
position: relative;
left: 16.6666666667%;
right: auto
}
.large-pull-2 {
position: relative;
right: 16.6666666667%;
left: auto
}
.large-push-3 {
position: relative;
left: 25%;
right: auto
}
.large-pull-3 {
position: relative;
right: 25%;
left: auto
}
.large-push-4 {
position: relative;
left: 33.3333333333%;
right: auto
}
.large-pull-4 {
position: relative;
right: 33.3333333333%;
left: auto
}
.large-push-5 {
position: relative;
left: 41.6666666667%;
right: auto
}
.large-pull-5 {
position: relative;
right: 41.6666666667%;
left: auto
}
.large-push-6 {
position: relative;
left: 50%;
right: auto
}
.large-pull-6 {
position: relative;
right: 50%;
left: auto
}
.large-push-7 {
position: relative;
left: 58.3333333333%;
right: auto
}
.large-pull-7 {
position: relative;
right: 58.3333333333%;
left: auto
}
.large-push-8 {
position: relative;
left: 66.6666666667%;
right: auto
}
.large-pull-8 {
position: relative;
right: 66.6666666667%;
left: auto
}
.large-push-9 {
position: relative;
left: 75%;
right: auto
}
.large-pull-9 {
position: relative;
right: 75%;
left: auto
}
.large-push-10 {
position: relative;
left: 83.3333333333%;
right: auto
}
.large-pull-10 {
position: relative;
right: 83.3333333333%;
left: auto
}
.large-push-11 {
position: relative;
left: 91.6666666667%;
right: auto
}
.large-pull-11 {
position: relative;
right: 91.6666666667%;
left: auto
}
.column,
.columns {
position: relative;
padding-left: 1.25rem;
padding-right: 1.25rem;
float: left
}
.large-1 {
width: 8.3333333333%
}
.large-2 {
width: 16.6666666667%
}
.large-3 {
width: 25%
}
.large-4 {
width: 33.3333333333%
}
.large-5 {
width: 41.6666666667%
}
.large-6 {
width: 50%
}
.large-7 {
width: 58.3333333333%
}
.large-8 {
width: 66.6666666667%
}
.large-9 {
width: 75%
}
.large-10 {
width: 83.3333333333%
}
.large-11 {
width: 91.6666666667%
}
.large-12 {
width: 100%
}
.large-offset-0 {
margin-left: 0% !important
}
.large-offset-1 {
margin-left: 8.3333333333% !important
}
.large-offset-2 {
margin-left: 16.6666666667% !important
}
.large-offset-3 {
margin-left: 25% !important
}
.large-offset-4 {
margin-left: 33.3333333333% !important
}
.large-offset-5 {
margin-left: 41.6666666667% !important
}
.large-offset-6 {
margin-left: 50% !important
}
.large-offset-7 {
margin-left: 58.3333333333% !important
}
.large-offset-8 {
margin-left: 66.6666666667% !important
}
.large-offset-9 {
margin-left: 75% !important
}
.large-offset-10 {
margin-left: 83.3333333333% !important
}
.large-offset-11 {
margin-left: 91.6666666667% !important
}
.large-reset-order {
margin-left: 0;
margin-right: 0;
left: auto;
right: auto;
float: left
}
.column.large-centered,
.columns.large-centered {
margin-left: auto;
margin-right: auto;
float: none
}
.column.large-uncentered,
.columns.large-uncentered {
margin-left: 0;
margin-right: 0;
float: left
}
.column.large-centered:last-child,
.columns.large-centered:last-child {
float: none
}
.column.large-uncentered:last-child,
.columns.large-uncentered:last-child {
float: left
}
.column.large-uncentered.opposite,
.columns.large-uncentered.opposite {
float: right
}
.push-0 {
position: relative;
left: 0%;
right: auto
}
.pull-0 {
position: relative;
right: 0%;
left: auto
}
.push-1 {
position: relative;
left: 8.3333333333%;
right: auto
}
.pull-1 {
position: relative;
right: 8.3333333333%;
left: auto
}
.push-2 {
position: relative;
left: 16.6666666667%;
right: auto
}
.pull-2 {
position: relative;
right: 16.6666666667%;
left: auto
}
.push-3 {
position: relative;
left: 25%;
right: auto
}
.pull-3 {
position: relative;
right: 25%;
left: auto
}
.push-4 {
position: relative;
left: 33.3333333333%;
right: auto
}
.pull-4 {
position: relative;
right: 33.3333333333%;
left: auto
}
.push-5 {
position: relative;
left: 41.6666666667%;
right: auto
}
.pull-5 {
position: relative;
right: 41.6666666667%;
left: auto
}
.push-6 {
position: relative;
left: 50%;
right: auto
}
.pull-6 {
position: relative;
right: 50%;
left: auto
}
.push-7 {
position: relative;
left: 58.3333333333%;
right: auto
}
.pull-7 {
position: relative;
right: 58.3333333333%;
left: auto
}
.push-8 {
position: relative;
left: 66.6666666667%;
right: auto
}
.pull-8 {
position: relative;
right: 66.6666666667%;
left: auto
}
.push-9 {
position: relative;
left: 75%;
right: auto
}
.pull-9 {
position: relative;
right: 75%;
left: auto
}
.push-10 {
position: relative;
left: 83.3333333333%;
right: auto
}
.pull-10 {
position: relative;
right: 83.3333333333%;
left: auto
}
.push-11 {
position: relative;
left: 91.6666666667%;
right: auto
}
.pull-11 {
position: relative;
right: 91.6666666667%;
left: auto
}
}
@media only screen and (min-width: 75em) {
.xlarge-push-0 {
position: relative;
left: 0%;
right: auto
}
.xlarge-pull-0 {
position: relative;
right: 0%;
left: auto
}
.xlarge-push-1 {
position: relative;
left: 8.3333333333%;
right: auto
}
.xlarge-pull-1 {
position: relative;
right: 8.3333333333%;
left: auto
}
.xlarge-push-2 {
position: relative;
left: 16.6666666667%;
right: auto
}
.xlarge-pull-2 {
position: relative;
right: 16.6666666667%;
left: auto
}
.xlarge-push-3 {
position: relative;
left: 25%;
right: auto
}
.xlarge-pull-3 {
position: relative;
right: 25%;
left: auto
}
.xlarge-push-4 {
position: relative;
left: 33.3333333333%;
right: auto
}
.xlarge-pull-4 {
position: relative;
right: 33.3333333333%;
left: auto
}
.xlarge-push-5 {
position: relative;
left: 41.6666666667%;
right: auto
}
.xlarge-pull-5 {
position: relative;
right: 41.6666666667%;
left: auto
}
.xlarge-push-6 {
position: relative;
left: 50%;
right: auto
}
.xlarge-pull-6 {
position: relative;
right: 50%;
left: auto
}
.xlarge-push-7 {
position: relative;
left: 58.3333333333%;
right: auto
}
.xlarge-pull-7 {
position: relative;
right: 58.3333333333%;
left: auto
}
.xlarge-push-8 {
position: relative;
left: 66.6666666667%;
right: auto
}
.xlarge-pull-8 {
position: relative;
right: 66.6666666667%;
left: auto
}
.xlarge-push-9 {
position: relative;
left: 75%;
right: auto
}
.xlarge-pull-9 {
position: relative;
right: 75%;
left: auto
}
.xlarge-push-10 {
position: relative;
left: 83.3333333333%;
right: auto
}
.xlarge-pull-10 {
position: relative;
right: 83.3333333333%;
left: auto
}
.xlarge-push-11 {
position: relative;
left: 91.6666666667%;
right: auto
}
.xlarge-pull-11 {
position: relative;
right: 91.6666666667%;
left: auto
}
.column,
.columns {
position: relative;
padding-left: 1.25rem;
padding-right: 1.25rem;
float: left
}
.xlarge-1 {
width: 8.3333333333%
}
.xlarge-2 {
width: 16.6666666667%
}
.xlarge-3 {
width: 25%
}
.xlarge-4 {
width: 33.3333333333%
}
.xlarge-5 {
width: 41.6666666667%
}
.xlarge-6 {
width: 50%
}
.xlarge-7 {
width: 58.3333333333%
}
.xlarge-8 {
width: 66.6666666667%
}
.xlarge-9 {
width: 75%
}
.xlarge-10 {
width: 83.3333333333%
}
.xlarge-11 {
width: 91.6666666667%
}
.xlarge-12 {
width: 100%
}
.xlarge-offset-0 {
margin-left: 0% !important
}
.xlarge-offset-1 {
margin-left: 8.3333333333% !important
}
.xlarge-offset-2 {
margin-left: 16.6666666667% !important
}
.xlarge-offset-3 {
margin-left: 25% !important
}
.xlarge-offset-4 {
margin-left: 33.3333333333% !important
}
.xlarge-offset-5 {
margin-left: 41.6666666667% !important
}
.xlarge-offset-6 {
margin-left: 50% !important
}
.xlarge-offset-7 {
margin-left: 58.3333333333% !important
}
.xlarge-offset-8 {
margin-left: 66.6666666667% !important
}
.xlarge-offset-9 {
margin-left: 75% !important
}
.xlarge-offset-10 {
margin-left: 83.3333333333% !important
}
.xlarge-offset-11 {
margin-left: 91.6666666667% !important
}
.xlarge-reset-order {
margin-left: 0;
margin-right: 0;
left: auto;
right: auto;
float: left
}
.column.xlarge-centered,
.columns.xlarge-centered {
margin-left: auto;
margin-right: auto;
float: none
}
.column.xlarge-uncentered,
.columns.xlarge-uncentered {
margin-left: 0;
margin-right: 0;
float: left
}
.column.xlarge-centered:last-child,
.columns.xlarge-centered:last-child {
float: none
}
.column.xlarge-uncentered:last-child,
.columns.xlarge-uncentered:last-child {
float: left
}
.column.xlarge-uncentered.opposite,
.columns.xlarge-uncentered.opposite {
float: right
}
}
@media only screen and (min-width: 87.5625em) {
.xxlarge-push-0 {
position: relative;
left: 0%;
right: auto
}
.xxlarge-pull-0 {
position: relative;
right: 0%;
left: auto
}
.xxlarge-push-1 {
position: relative;
left: 8.3333333333%;
right: auto
}
.xxlarge-pull-1 {
position: relative;
right: 8.3333333333%;
left: auto
}
.xxlarge-push-2 {
position: relative;
left: 16.6666666667%;
right: auto
}
.xxlarge-pull-2 {
position: relative;
right: 16.6666666667%;
left: auto
}
.xxlarge-push-3 {
position: relative;
left: 25%;
right: auto
}
.xxlarge-pull-3 {
position: relative;
right: 25%;
left: auto
}
.xxlarge-push-4 {
position: relative;
left: 33.3333333333%;
right: auto
}
.xxlarge-pull-4 {
position: relative;
right: 33.3333333333%;
left: auto
}
.xxlarge-push-5 {
position: relative;
left: 41.6666666667%;
right: auto
}
.xxlarge-pull-5 {
position: relative;
right: 41.6666666667%;
left: auto
}
.xxlarge-push-6 {
position: relative;
left: 50%;
right: auto
}
.xxlarge-pull-6 {
position: relative;
right: 50%;
left: auto
}
.xxlarge-push-7 {
position: relative;
left: 58.3333333333%;
right: auto
}
.xxlarge-pull-7 {
position: relative;
right: 58.3333333333%;
left: auto
}
.xxlarge-push-8 {
position: relative;
left: 66.6666666667%;
right: auto
}
.xxlarge-pull-8 {
position: relative;
right: 66.6666666667%;
left: auto
}
.xxlarge-push-9 {
position: relative;
left: 75%;
right: auto
}
.xxlarge-pull-9 {
position: relative;
right: 75%;
left: auto
}
.xxlarge-push-10 {
position: relative;
left: 83.3333333333%;
right: auto
}
.xxlarge-pull-10 {
position: relative;
right: 83.3333333333%;
left: auto
}
.xxlarge-push-11 {
position: relative;
left: 91.6666666667%;
right: auto
}
.xxlarge-pull-11 {
position: relative;
right: 91.6666666667%;
left: auto
}
.column,
.columns {
position: relative;
padding-left: 1.25rem;
padding-right: 1.25rem;
float: left
}
.xxlarge-1 {
width: 8.3333333333%
}
.xxlarge-2 {
width: 16.6666666667%
}
.xxlarge-3 {
width: 25%
}
.xxlarge-4 {
width: 33.3333333333%
}
.xxlarge-5 {
width: 41.6666666667%
}
.xxlarge-6 {
width: 50%
}
.xxlarge-7 {
width: 58.3333333333%
}
.xxlarge-8 {
width: 66.6666666667%
}
.xxlarge-9 {
width: 75%
}
.xxlarge-10 {
width: 83.3333333333%
}
.xxlarge-11 {
width: 91.6666666667%
}
.xxlarge-12 {
width: 100%
}
.xxlarge-offset-0 {
margin-left: 0% !important
}
.xxlarge-offset-1 {
margin-left: 8.3333333333% !important
}
.xxlarge-offset-2 {
margin-left: 16.6666666667% !important
}
.xxlarge-offset-3 {
margin-left: 25% !important
}
.xxlarge-offset-4 {
margin-left: 33.3333333333% !important
}
.xxlarge-offset-5 {
margin-left: 41.6666666667% !important
}
.xxlarge-offset-6 {
margin-left: 50% !important
}
.xxlarge-offset-7 {
margin-left: 58.3333333333% !important
}
.xxlarge-offset-8 {
margin-left: 66.6666666667% !important
}
.xxlarge-offset-9 {
margin-left: 75% !important
}
.xxlarge-offset-10 {
margin-left: 83.3333333333% !important
}
.xxlarge-offset-11 {
margin-left: 91.6666666667% !important
}
.xxlarge-reset-order {
margin-left: 0;
margin-right: 0;
left: auto;
right: auto;
float: left
}
.column.xxlarge-centered,
.columns.xxlarge-centered {
margin-left: auto;
margin-right: auto;
float: none
}
.column.xxlarge-uncentered,
.columns.xxlarge-uncentered {
margin-left: 0;
margin-right: 0;
float: left
}
.column.xxlarge-centered:last-child,
.columns.xxlarge-centered:last-child {
float: none
}
.column.xxlarge-uncentered:last-child,
.columns.xxlarge-uncentered:last-child {
float: left
}
.column.xxlarge-uncentered.opposite,
.columns.xxlarge-uncentered.opposite {
float: right
}
}
.score-table {
overflow: hidden;
color: #646464;
font-size: 1.125rem;
line-height: 1.375rem
}
.score-table .score-row {
border-bottom: 1px solid #e5e5e5;
padding-top: 1.5rem;
min-height: 4.375rem
}
.score-table .score-row a {
word-wrap: break-word
}
.score-table .score-row.strong {
color: #000000;
font-weight: 700
}
.score-table .score-row.title-row {
min-height: 0;
padding: .5rem 0;
font-size: .75rem;
line-height: 1rem
}
.score-table .title {
float: left;
width: 28%
}
.score-table .title .position {
float: left;
margin-right: 1.25rem
}
.score-table .property {
float: right;
width: 12%;
position: relative;
padding: 0 .5rem
}
.score-table .property span {
position: relative;
z-index: 2
}
.score-table .property:before {
position: absolute;
right: 0;
left: 0;
top: -125rem;
bottom: -125rem;
content: ""
}
.score-table .property:hover:before {
background: rgba(0, 0, 0, 0.05)
}
@media only screen and (max-width: 35em) {
.score-table {
font-size: 1rem;
line-height: 1.25rem
}
.score-table .score-row {
padding-top: .75rem;
min-height: 2.875rem
}
.score-table .property {
float: right;
width: 12%;
position: relative;
padding: 0 .25rem
}
.score-table .title {
width: 70%
}
.score-table .title .position {
margin-right: .75rem
}
.score-table .property {
width: 15%
}
} .title-red,
.match-detail-container .title {
color: #FF4100;
color: #000000;
font-size: 1.125rem;
line-height: 1.375rem;
display: block;
margin-bottom: 1.75rem
}
.match-detail-container {
text-align: center
}
.match-detail-container .match-detail {
position: relative;
margin-bottom: 1.25rem
}
.match-detail-container .match-detail .match-label {
display: inline-block;
position: absolute;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 5rem;
height: 1.875rem;
line-height: 1.875rem;
border-radius: .5rem;
background: #303030;
color: #ffffff;
font-size: 1.25rem;
font-weight: 700;
margin-top: 20px!important;
}
.match-detail-container .match-detail .match-label.background-orange {
background-color: #ff6400
}
.match-detail-container .match-detail .match-label .sub-label {
position: absolute;
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
top: -.8125rem;
height: 1rem;
line-height: 1rem;
border-radius: .3125rem;
background: #006fb8;
padding: 0 .5rem;
font-weight: 400;
font-size: .625rem
}
.match-detail-container .match-detail .match-detail-name {
width: 50%;
float: left;
font-size: 1.125rem;
color: #646464;
position: relative;
height: 2rem
}
.match-detail-container .match-detail .match-detail-name.match-center {
float: none;
width: 100%;
text-align: center
}
.match-detail-container .match-detail .match-detail-name a,
.match-detail-container .match-detail .match-detail-name span {
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
display: inline-block;
word-wrap: break-word;
max-width: 22.5rem
}
.match-detail-container .match-detail .match-detail-name.match-left {
text-align: right;
padding-right: 3.25rem
}
.match-detail-container .match-detail .match-detail-name.match-right {
text-align: left;
padding-left: 3.25rem
}
.match-detail-container .match-detail .match-detail-name.bold {
font-weight: 700;
color: #000000
}
.match-detail-container .match-detail.large .match-label {
width: 7.5rem;
font-size: 1rem
}
.match-detail-container .match-detail.large .match-detail-name.match-left {
padding-right: 4.5rem
}
.match-detail-container .match-detail.large .match-detail-name.match-right {
padding-left: 4.5rem
}
header .match-detail-container .match-detail-content .title {
color: #ffffff
}
header .match-detail-container .match-detail-content .match-detail .match-detail-name {
color: #949494;
font-weight: 700;
position: relative;
height: 4rem
}
@media only screen and (max-width: 35em),
only screen and (min-width: 35.063em) and (max-width: 61.938em) {
header .match-detail-container .match-detail-content .match-detail .match-detail-name {
height: 2rem
}
}
header .match-detail-container .match-detail-content .match-detail .match-detail-name.bold {
color: #ffffff
}
header .match-detail-container .match-detail-content .match-detail .match-detail-name.bold a {
color: #ffffff
}
header .match-detail-container .match-detail-content .match-detail .match-detail-name a {
color: #949494;
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
display: inline-block
}
header .match-detail-container .match-detail-content .match-detail .match-detail-name a.bold {
color: #ffffff
}
header .match-detail-container .match-detail-content .match-detail .match-detail-name a:hover {
text-decoration: underline
}
header .match-detail-container .match-detail-content .match-detail-bottom {
color: #ffffff
}
header .match-detail-container .match-detail-content .match-detail-bottom>a,
header .match-detail-container .match-detail-content .match-detail-bottom>span {
display: inline-block;
margin: 0 .5rem
}
header .match-detail-container .match-detail-content .match-detail-bottom a {
color: #ffffff
}
header .match-detail-container .match-detail-content .match-detail-bottom a:hover {
text-decoration: underline;
color: #ffffff
}
header .match-detail-container .match-detail-content .match-label {
background: rgba(0, 0, 0, 0.3);
font-weight: 700
}
@media only screen and (min-width: 62em) {
header .match-detail-container .match-detail-content .title {
font-size: 1.75rem;
margin-bottom: 3.75rem
}
header .match-detail-container .match-detail-content .match-detail {
margin-bottom: 2.5rem
}
header .match-detail-container .match-detail-content .match-detail .match-detail-name {
font-size: 2.5rem;
line-height: 3rem
}
header .match-detail-container .match-detail-content .match-detail .match-detail-name.match-left {
padding-right: 6.875rem
}
header .match-detail-container .match-detail-content .match-detail .match-detail-name.match-right {
padding-left: 6.875rem
}
header .match-detail-container .match-detail-content .match-detail .match-label {
width: 8.75rem;
height: 4rem;
line-height: 4rem;
border-radius: 1rem;
font-size: 2rem
}
header .match-detail-container .match-detail-content .match-detail .match-label .sub-label {
top: -.8125rem;
height: 1.5rem;
line-height: 1.5rem;
border-radius: .3125rem;
padding: 0 .75rem;
font-size: .75rem
}
header .match-detail-container .match-detail-content .match-detail.large .match-label {
width: 10.625rem;
font-size: 1.5rem
}
header .match-detail-container .match-detail-content .match-detail.large .match-detail-name.match-left {
padding-right: 6.25rem
}
header .match-detail-container .match-detail-content .match-detail.large .match-detail-name.match-right {
padding-left: 6.25rem
}
header .match-detail-container .match-detail-content .match-detail-bottom>a,
header .match-detail-container .match-detail-content .match-detail-bottom>span {
margin: 0 .5rem
}
}
.matchrow {
padding: 1.5rem 0;
border-bottom: 1px solid #e5e5e5
}
.matchrow.matchrow-title {
border-bottom: 2px solid #e5e5e5
}
.matchrow.matchrow-title h3 {
font-size: 1.25rem;
font-weight: 700;
margin: 0
}
.matchrow .match-detail-container .title {
font-weight: 400;
font-size: 1rem;
line-height: 1.375rem;
margin-bottom: 0
}
@media only screen and (min-width: 35.063em) {
.matchrow .match-detail-container .title {
margin-top: .75rem
}
}
@media only screen and (min-width: 35.063em) {
.matchrow .match-detail-container .match-detail-content.button-activated .title {
margin-top: 0
}
}
.matchrow .match-detail-container .match-detail-content.button-activated .button {
margin: 0;
margin-top: .125rem;
padding: .125rem .75rem;
border-radius: .25rem;
background-image: url(//www.vvc-vught.nl/build/svg/gradient-topbar.svg);
background-position: center
}
.matchrow .match-detail-container .match-detail {
margin-bottom: 0
}
.matchrow .match-detail-container .match-detail .match-detail-name a,
.matchrow .match-detail-container .match-detail .match-detail-name span {
top: auto;
-webkit-transform: translateY(0);
transform: translateY(0)
}
@media only screen and (min-width: 35.063em) {
.matchrow .match-detail-container .match-detail-name {
display: table;
table-layout: fixed
}
.matchrow .match-detail-container .match-detail-name span {
height: 2.75rem;
display: table-cell;
vertical-align: middle;
word-wrap: break-word
}
}
@media only screen and (min-width: 35.063em) {
.matchrow .match-detail-container .match-detail-bottom {
margin-top: .75rem
}
}
.matchrow .match-statistics {
text-align: center;
margin-top: .75rem
}
@media only screen and (max-width: 35em),
only screen and (min-width: 35.063em) and (max-width: 61.938em) {
.matchrow .match-detail-container .title {
margin-bottom: 1.5rem
}
.matchrow .match-detail-container .match-detail-content.button-activated .title {
margin-bottom: .25rem
}
.matchrow .match-detail-container .match-detail-content.button-activated .button {
margin-bottom: 1.5rem
}
.matchrow .match-detail-container .match-detail {
margin-bottom: 1rem
}
}
.row-small span.row-small-text,
.row-small a.row-small-text:not(.button) {
line-height: 3rem;
margin-right: 1rem;
display: inline-block
}
.row-small .row-small-text {
font-size: .875rem
}
.row-small span.row-small-text {
color: #989898
}
.result-row>div {
border-left: 1px solid rgba(0, 0, 0, 0.1)
}
.result-row>div:first-child {
border-left: none
}
@media only screen and (min-width: 35.063em) and (max-width: 61.938em) {
.result-row>div {
border-left: none
}
.result-row>div:first-child {
border-left: none;
border-right: 1px solid rgba(0, 0, 0, 0.1)
}
.result-row>div.medium-12 {
border-top: 1px solid rgba(0, 0, 0, 0.1)
}
}
@media only screen and (max-width: 35em) {
.result-row>div {
border-right: none;
border-top: 1px solid rgba(0, 0, 0, 0.1)
}
.result-row>div:first-child {
border-top: none
}
} .notice {
background: #fff;
border: 1px solid #ccd0d4;
border-left-width: 4px;
box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
padding: 5px 12px;
}
.notice-error {
border-left-color: #dc3232;
}
.notice-warning {
border-left-color: #ffb900;
}
.notice-success {
border-left-color: #46b450;
}
.notice-info {
border-left-color: #00a0d2;
} .text-left {
text-align: left !important
}
.text-right {
text-align: right !important
}
.text-center {
text-align: center !important
}
.text-justify {
text-align: justify !important
}
.bold {
font-weight: 700;
} .nevobotable {
width: 100% !important;
max-width: 100% !important;
margin-bottom: 1rem;
}
.nevobotable th,
.nevobotable td {
padding: 0.75rem;
vertical-align: top;
border-top: 1px solid #eceeef;
}
.nevobotable thead th {
vertical-align: bottom;
border-bottom: 2px solid #eceeef;
}
.nevobotable tbody+tbody {
border-top: 2px solid #eceeef;
}
.nevobotable .table {
background-color: #fff;
} .table-sm th,
.table-sm td {
padding: 0.3rem;
} .table-bordered {
border: 1px solid #eceeef;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #eceeef;
}
.table-bordered thead th,
.table-bordered thead td {
border-bottom-width: 2px;
} .table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.05);
} .table-hover tbody tr:hover {
background-color: rgba(0, 0, 0, 0.075);
}
.table-active,
.table-active>th,
.table-active>td {
background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
background-color: rgba(0, 0, 0, 0.075);
} .table-success,
.table-success>th,
.table-success>td {
background-color: #dff0d8;
}
.table-hover .table-success:hover {
background-color: #d0e9c6;
}
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
background-color: #d0e9c6;
}
.table-info,
.table-info>th,
.table-info>td {
background-color: #d9edf7;
}
.table-hover .table-info:hover {
background-color: #c4e3f3;
}
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
background-color: #c4e3f3;
}
.table-warning,
.table-warning>th,
.table-warning>td {
background-color: #fcf8e3;
}
.table-hover .table-warning:hover {
background-color: #faf2cc;
}
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
background-color: #faf2cc;
}
.table-danger,
.table-danger>th,
.table-danger>td {
background-color: #f2dede;
}
.table-hover .table-danger:hover {
background-color: #ebcccc;
}
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
background-color: #ebcccc;
}
.thead-default th {
color: #464a4c;
background-color: #eceeef;
} .table-inverse {
color: #fff;
background-color: #292b2c;
}
.thead-inverse th {
color: #fff;
background-color: #292b2c;
}
.table-inverse th,
.table-inverse td,
.table-inverse thead th {
border-color: #fff;
}
.table-inverse.table-bordered {
border: 0;
} .table-dark {
color: #fff;
background-color: #212529;
border-color: #454d55 !important;
}
.table-dark thead,
.table-dark th,
.table-dark table,
.table-dark td,
.table-dark tr {
border-color: #454d55 !important;
} .table-diy {
color: #fff;
background-color: #212529;
border-color: #454d55 !important;
}
.table-diy thead,
.table-diy th,
.table-diy table,
.table-diy td,
.table-diy tr {
border-color: #454d55 !important;
} .nevobofeed,
.table-responsive {
display: block;
width: 100%;
overflow-x: auto;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.nevobofeed.table-bordered,
.table-responsive.table-bordered {
border: 0;
} .alert {
position: relative;
padding: .75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: .25rem;
}
.alert-success {
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb;
}
.alert-danger {
color: #721c24;
background-color: #f8d7da;
border-color: #f5c6cb;
}
.alert-warning {
color: #856404;
background-color: #fff3cd;
border-color: #ffeeba;
} .match-row {
padding: 0;
margin: 0;
list-style: none;
-ms-box-orient: horizontal;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -moz-flex;
display: -webkit-flex;
display: flex; -webkit-justify-content: space-between;
justify-content: space-between; -webkit-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-align-items: center;
align-items: center;  }
.match-row>div { padding: 1rem;
}
.match-center {
display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: center; }
.match-label {
display: flex; align-items: center; text-align: center;
width: 5rem;
height: 1.875rem;
border-radius: 0.5rem;
background: #303030;
color: #ffffff;
font-size: 1.25rem;
font-weight: 700;
}
.background-orange {
background-color: #ff6400;
}.wpcf7-not-valid-tip{color: red;}
.wpcf7-form.invalid .wpcf7-response-output{background: #ffd9d9;color: #a24141;border:none; position: relative;text-align: left;border-radius: 0.3rem; padding: 1.5rem;}
.wpcf7-form.sent .wpcf7-response-output{background: #c9f7b2;color: #587549;border:none; position: relative;text-align: left;border-radius: 0.3rem; padding: 1.5rem;}.text-white{color: #fff!important;}
.nowrap *,
.nowrap{white-space: nowrap;}
.overflow_hidden{overflow: hidden;}
.valign_center{display: flex; align-items: center;} .m-1{margin: 0.5rem;}
.m-2{margin: 1rem;}
.m-3{margin: 2rem;}
.m-4{margin: 3rem;}
.mb-1{margin-bottom: 0.5rem;}
.mb-2{margin-bottom: 1rem;}
.mb-3{margin-bottom: 2rem;}
.mb-4{margin-bottom: 3rem;}
.mt-1{margin-top: 0.5rem;}
.mt-2{margin-top: 1rem;}
.mt-3{margin-top: 2rem;}
.mt-4{margin-top: 3rem;}
.mr-1{margin-right: 0.5rem;}
.mr-2{margin-right: 1rem;}
.mr-3{margin-right: 2rem;}
.mr-4{margin-right: 3rem;}
.ml-1{margin-left: 0.5rem;}
.ml-2{margin-left: 1rem;}
.ml-3{margin-left: 2rem;}
.ml-4{margin-left: 3rem;} .p-1{padding: 0.5rem;}
.p-2{padding: 1rem;}
.p-3{padding: 2rem;}
.p-4{padding: 3rem;}
.pb-1{padding-bottom: 0.5rem;}
.pb-2{padding-bottom: 1rem;}
.pb-3{padding-bottom: 2rem;}
.pb-4{padding-bottom: 3rem;}
.pt-1{padding-top: 0.5rem;}
.pt-2{padding-top: 1rem;}
.pt-3{padding-top: 2rem;}
.pt-4{padding-top: 3rem;}
.pr-1{padding-right: 0.5rem;}
.pr-2{padding-right: 1rem;}
.pr-3{padding-right: 2rem;}
.pr-4{padding-right: 3rem;}
.pl-1{padding-left: 0.5rem;}
.pl-2{padding-left: 1rem;}
.pl-3{padding-left: 2rem;}
.pl-4{padding-left: 3rem;}.footer_top .w-menu li{position: relative; padding-left: 1.4em;}
.footer_top .w-socials-item-link{width: auto!important; height: auto!important; line-height: initial!important;} .footer_logos img{max-height: 40px; width: auto}.no-touch .w-nav.type_desktop .hover_underline .menu-item.level_1.current_page_item .w-nav-title{font-weight: bold;}
.no-touch .w-nav.type_desktop .hover_underline .menu-item.level_1.current_page_item .w-nav-title:after{bottom: -2px;opacity: 1;}
.l-subheader.at_top i{color: var(--sc-primary);}
.l-subheader.at_top a:hover i{color: var(--sc-primary);}
.w-nav-arrow{float: right}.nevobo_left .row.matchrow{margin-left: initial;}.owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1; }
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
touch-action: manipulation;
-moz-backface-visibility: hidden; }
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0; }
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0); }
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none; }
.owl-carousel .owl-item img {
display: block;
width: 100%; }
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
display: none; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
cursor: pointer;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
background: none;
color: inherit;
border: none;
padding: 0 !important;
font: inherit; }
.owl-carousel.owl-loaded {
display: block; }
.owl-carousel.owl-loading {
opacity: 0;
display: block; }
.owl-carousel.owl-hidden {
opacity: 0; }
.owl-carousel.owl-refresh .owl-item {
visibility: hidden; }
.owl-carousel.owl-drag .owl-item {
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel.owl-grab {
cursor: move;
cursor: grab; }
.owl-carousel.owl-rtl {
direction: rtl; }
.owl-carousel.owl-rtl .owl-item {
float: right; } .no-js .owl-carousel {
display: block; } .owl-carousel .animated {
animation-duration: 1000ms;
animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
z-index: 0; }
.owl-carousel .owl-animated-out {
z-index: 1; }
.owl-carousel .fadeOut {
animation-name: fadeOut; }
@keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0; } } .owl-height {
transition: height 500ms ease-in-out; } .owl-carousel .owl-item { }
.owl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity 400ms ease; }
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
max-height: 0; }
.owl-carousel .owl-item img.owl-lazy {
transform-style: preserve-3d; } .owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000; }
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(//www.vvc-vught.nl/wp-content/themes/vvc-vught/assets/css/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
-ms-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none; }
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%; }.woocommerce a.button.alt.checkout-button,
.woocommerce button[name="add-to-cart"],
.woocommerce button.alt.button[name="woocommerce_checkout_place_order"]{background-color: var(--sc-green)!important; border-color: var(--sc-green) !important; color: #fff!important;}
.woocommerce a.button.alt.checkout-button:hover,
.woocommerce button[name="add-to-cart"]:hover,
.woocommerce button.alt.button[name="woocommerce_checkout_place_order"]:hover{background-color: var(--sc-green-dark)!important; border-color: var(--sc-green-dark) !important; color: #fff!important;}:root {
--sc-primary: #e74c3c;
--sc-primary-light: #e74c3c;
--sc-secondary: #333333;
--sc-secondary-light: #333333;
--sc-green: #94a758;
--sc-green-dark: #738337;
--sc-red: #b23f06;
--sc-beige: #dfd9da;
--sc-light: #efebec;
--sc-dark: #3F434A;
}
.flex{display: flex; }
.space-between{justify-content: space-between}
.align-center{align-items: center;}
.h-full{height: 100%;}
.grecaptcha-badge{visibility: hidden;}
.text-center{text-align: center;}
.text-primary {color: var(--sc-primary);}
.w-text.large_icon i{font-size:30px; margin-right: 1rem; color: var(--sc-green);}
.stretch_image_height .w-image-h{height: 100%; display: block;}
.stretch_image_height .w-image-h img{height: 100%; object-fit: cover; }
.w-grid-list.owl-carousel{margin:0!important;}
.error404 .search-form{text-align:center}
.error404 .search-form input[type=submit]{margin-top:2rem;display:inline-block}
.training_schedule thead{background: #f5f5f5;}
.training_schedule td,
.training_schedule th{width: 20% !important}
.spon_image img{width: initial!important; max-width: initial; max-height: 150px!important; margin: 0 auto!important;}@media only screen and (min-width: 1280px) {
.w-nav a[href="#"]:not(.w-nav-control){cursor: initial; pointer-events: none;}
}
@media only screen and (min-width: 1024px) {
}
@media only screen and (min-width: 767px) {
} @media only screen and (max-width: 1280px) {
}
@media only screen and (max-width: 991px) {
.nevobofeed .column a{margin-bottom: 0!important;}
.nevobofeed .column .text-right,
.nevobofeed .column .text-left{text-align: center!important;}
}
@media only screen and (max-width: 767px) {
.nevobotable th:nth-child(1n + 5),
.nevobotable td:nth-child(1n + 5){display: none;}
.nevobofeed .match-detail > .match-label{margin-top: 0!important;position: relative!important; left: 0; right: 0; transform: initial!important;}
.nevobofeed .match-detail > .match-detail-name {width: 100% !important; text-align: center!important; padding: 0!important;}
}