.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;
}/**/  html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}
h2, h3, h4, h5, h6 {
margin-top: 0;
}
p {
margin: 0 0 10px;
}  hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent;
text-decoration: none;
} abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}
* { 
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box;    
box-sizing: border-box;     
}@font-face {
font-family: 'calibri';
src: url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/font/Calibri.woff2) format('woff2'),
url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/font/Calibri.woff) format('woff');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'calibri';
src: url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/font/Calibri-Bold.woff2) format('woff2'),
url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/font/Calibri-Bold.woff) format('woff');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'redhat';
src: url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/font/RedHatDisplay-Regular.woff2) format('woff2'),
url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/font/RedHatDisplay-Regular.woff) format('woff');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'redhat';
src: url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/font/RedHatDisplay-Bold.woff2) format('woff2'),
url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/font/RedHatDisplay-Bold.woff) format('woff');
font-weight: 700;
font-style: normal;
font-display: swap;
}.slbOverlay, .slbWrapOuter, .slbWrap {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.slbOverlay {
overflow: hidden;
z-index: 9997;
background-color: #000;
opacity: 0.7;
-webkit-animation: slbOverlay 0.5s;
-moz-animation: slbOverlay 0.5s;
animation: slbOverlay 0.5s;
}
.slbWrapOuter {
overflow-x: hidden;
overflow-y: auto;
z-index: 9998;
}
.slbWrap {
position: absolute;
text-align: center;
}
.slbWrap:before {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
}
.slbContentOuter {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0px auto;
padding: 0 1em;
box-sizing: border-box;
z-index: 9999;
text-align: left;
max-width: 100%;
}
.slbContentEl .slbContentOuter {
padding: 5em 1em;
}
.slbContent {
position: relative;
}
.slbContentEl .slbContent {
-webkit-animation: slbEnter 0.3s;
-moz-animation: slbEnter 0.3s;
animation: slbEnter 0.3s;
background-color: #fff;
box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.4);
}
.slbImageWrap {
-webkit-animation: slbEnter 0.3s;
-moz-animation: slbEnter 0.3s;
animation: slbEnter 0.3s;
position: relative;
}
.slbImageWrap:after {
content: "";
position: absolute;
left: 0;
right: 0;
top: 5em;
bottom: 5em;
display: block;
z-index: -1;
box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
background-color: #FFF;
}
.slbDirectionNext .slbImageWrap {
-webkit-animation: slbEnterNext 0.4s;
-moz-animation: slbEnterNext 0.4s;
animation: slbEnterNext 0.4s;
}
.slbDirectionPrev .slbImageWrap {
-webkit-animation: slbEnterPrev 0.4s;
-moz-animation: slbEnterPrev 0.4s;
animation: slbEnterPrev 0.4s;
}
.slbImage {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 5em 0;
margin: 0 auto;
}
.slbCaption {
display: inline-block;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
word-wrap: normal;
font-size: 1.4em;
position: absolute;
left: 0;
right: 0;
bottom: 0;
padding: 0.71429em 0;
color: #fff;
color: rgba(255, 255, 255, 0.7);
text-align: center;
}
.slbCloseBtn, .slbArrow {
margin: 0;
padding: 0;
border: 0;
cursor: pointer;
background: none;
}
.slbCloseBtn::-moz-focus-inner, .slbArrow::-moz-focus-inner {
padding: 0;
border: 0;
}
.slbCloseBtn:hover, .slbArrow:hover {
opacity: 0.5;
}
.slbCloseBtn:active, .slbArrow:active {
opacity: 0.8;
}
.slbCloseBtn {
font-size: 3em;
width: 1.66667em;
height: 1.66667em;
line-height: 1.66667em;
position: absolute;
right: 10px;
top: 0;
color: #fff;
color: rgba(0, 0, 0, 0.7);
text-align: center;
}
.slbLoading .slbCloseBtn {
display: none;
}
.slbLoadingText {
font-size: 1.4em;
color: #fff;
color: rgba(255, 255, 255, 0.9);
}
.slbArrows {
position: fixed;
top: 50%;
left: 0;
right: 0;
}
.slbLoading .slbArrows {
display: none;
}
.slbArrow {
position: absolute;
top: 50%;
margin-top: -5em;
width: 5em;
height: 10em;
opacity: 0.7;
text-indent: -999em;
overflow: hidden;
}
.slbArrow:before {
content: "";
position: absolute;
top: 50%;
left: 50%;
margin: -0.8em 0 0 -0.8em;
border: 0.8em solid transparent;
}
.slbArrow.next {
right: 0;
}
.slbArrow.next:before {
border-left-color: #fff;
}
.slbArrow.prev {
left: 0;
}
.slbArrow.prev:before {
border-right-color: #fff;
}
.slbIframeCont {
width: 80em;
height: 0;
overflow: hidden;
padding-top: 56.25%;
margin: 5em 0;
}
.slbIframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
background: #000;
}
@-webkit-keyframes slbOverlay {
from {
opacity: 0;
}
to {
opacity: 0.7;
}
}
@-moz-keyframes slbOverlay {
from {
opacity: 0;
}
to {
opacity: 0.7;
}
}
@keyframes slbOverlay {
from {
opacity: 0;
}
to {
opacity: 0.7;
}
}
@-webkit-keyframes slbEnter {
from {
opacity: 0;
-webkit-transform: translate3d(0, -1em, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
}
}
@-moz-keyframes slbEnter {
from {
opacity: 0;
-moz-transform: translate3d(0, -1em, 0);
}
to {
opacity: 1;
-moz-transform: translate3d(0, 0, 0);
}
}
@keyframes slbEnter {
from {
opacity: 0;
-webkit-transform: translate3d(0, -1em, 0);
-moz-transform: translate3d(0, -1em, 0);
-ms-transform: translate3d(0, -1em, 0);
-o-transform: translate3d(0, -1em, 0);
transform: translate3d(0, -1em, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes slbEnterNext {
from {
opacity: 0;
-webkit-transform: translate3d(4em, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
}
}
@-moz-keyframes slbEnterNext {
from {
opacity: 0;
-moz-transform: translate3d(4em, 0, 0);
}
to {
opacity: 1;
-moz-transform: translate3d(0, 0, 0);
}
}
@keyframes slbEnterNext {
from {
opacity: 0;
-webkit-transform: translate3d(4em, 0, 0);
-moz-transform: translate3d(4em, 0, 0);
-ms-transform: translate3d(4em, 0, 0);
-o-transform: translate3d(4em, 0, 0);
transform: translate3d(4em, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes slbEnterPrev {
from {
opacity: 0;
-webkit-transform: translate3d(-4em, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
}
}
@-moz-keyframes slbEnterPrev {
from {
opacity: 0;
-moz-transform: translate3d(-4em, 0, 0);
}
to {
opacity: 1;
-moz-transform: translate3d(0, 0, 0);
}
}
@keyframes slbEnterPrev {
from {
opacity: 0;
-webkit-transform: translate3d(-4em, 0, 0);
-moz-transform: translate3d(-4em, 0, 0);
-ms-transform: translate3d(-4em, 0, 0);
-o-transform: translate3d(-4em, 0, 0);
transform: translate3d(-4em, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}.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{background-color:transparent;border:none;font-size:1em}.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;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0;max-width:100%;resize:none;height:18px;vertical-align:bottom;font-family:sans-serif;overflow:hidden;word-break:keep-all}.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--selectable{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;height:26px;margin-right:20px;padding-right:0px}.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;padding-bottom:5px;padding-right:5px;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;position:absolute;right:0;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;padding:0;padding-left:20px;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px;position:absolute;left:0;top:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.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__display{padding-left:5px;padding-right:2px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;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 .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--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{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;height:26px;margin-right:20px}.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;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.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;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.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--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{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}.lSSlideOuter {
overflow: hidden;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.lightSlider:before, .lightSlider:after {
content: " ";
display: table;
}
.lightSlider { 
margin: 0;
}
.lSSlideWrapper {
padding-bottom: 10px;
max-width: 100%;
overflow: hidden;
position: relative;
}
.lSSlideWrapper > .lightSlider:after {
clear: both;
}
.lSSlideWrapper .lSSlide {
-webkit-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
transform: translate(0px, 0px);
-webkit-transition: all 1s;
-webkit-transition-property: -webkit-transform,height;
-moz-transition-property: -moz-transform,height;
transition-property: transform,height;
-webkit-transition-duration: inherit !important;
transition-duration: inherit !important;
-webkit-transition-timing-function: inherit !important;
transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
position: relative;
}
.lSSlideWrapper .lSFade > * {
position: absolute !important;
top: 0;
left: 0;
z-index: 9;
margin-right: 0;
width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
opacity: 0;
-webkit-transition-delay: 0s;
transition-delay: 0s;
-webkit-transition-duration: inherit !important;
transition-duration: inherit !important;
-webkit-transition-property: opacity;
transition-property: opacity;
-webkit-transition-timing-function: inherit !important;
transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
opacity: 1;
}  .lSSlideOuter .lSPager.lSpg {
margin: 10px 0 0;
padding: 0;
text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
cursor: pointer;
display: inline-block;
padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
background-color: #222222;
border-radius: 30px;
display: inline-block;
height: 8px;
overflow: hidden;
text-indent: -999em;
width: 8px;
position: relative;
z-index: 99;
-webkit-transition: all 0.5s linear 0s;
transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
background-color: #428bca;
}
.lSSlideOuter .media {
opacity: 0.8;
}
.lSSlideOuter .media.active {
opacity: 1;
}  .lSSlideOuter .lSPager.lSGallery {
list-style: none outside none;
padding-left: 0;
margin: 0;
overflow: hidden;
transform: translate3d(0px, 0px, 0px);
-moz-transform: translate3d(0px, 0px, 0px);
-ms-transform: translate3d(0px, 0px, 0px);
-webkit-transform: translate3d(0px, 0px, 0px);
-o-transform: translate3d(0px, 0px, 0px);
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
overflow: hidden;
-webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
transition: border-radius 0.12s linear 0s 0.35s linear 0s;
border-radius: 5px;
border: 1px solid #eee;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
}
.lSSlideOuter .lSPager.lSGallery img {
display: block;
height: 150px;
max-width: 100%;
object-fit: cover;	
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
content: " ";
display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
clear: both;
}  .lSAction > a {
width: 32px;
display: block;
top: 50%;
height: 32px;
background-image: url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/img/controls.png);
cursor: pointer;
position: absolute;
z-index: 99;
margin-top: -16px;
opacity: 0.5;
-webkit-transition: opacity 0.35s linear 0s;
transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
opacity: 1;
}
.lSAction > .lSPrev {
background-position: 0 0;
left: 10px;
}
.lSAction > .lSNext {
background-position: -32px 0;
right: 10px;
}
.lSAction > a.disabled {
pointer-events: none;
}
.cS-hidden {
height: 1px;
opacity: 0;
filter: alpha(opacity=0);
overflow: hidden;
} .lSSlideOuter.vertical {
position: relative;
}
.lSSlideOuter.vertical.noPager {
padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
position: absolute !important;
right: 0;
top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
width: 100% !important;
max-width: none !important;
} .lSSlideOuter.vertical .lSAction > a {
left: 50%;
margin-left: -14px;
margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
background-position: 31px -31px;
bottom: 10px;
top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
background-position: 0 -31px;
bottom: auto;
top: 10px;
}  .lSSlideOuter.lSrtl {
direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
padding-left: 0;
list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
float: right !important;
} @-webkit-keyframes rightEnd {
0% {
left: 0;
}
50% {
left: -15px;
}
100% {
left: 0;
}
}
@keyframes rightEnd {
0% {
left: 0;
}
50% {
left: -15px;
}
100% {
left: 0;
}
}
@-webkit-keyframes topEnd {
0% {
top: 0;
}
50% {
top: -15px;
}
100% {
top: 0;
}
}
@keyframes topEnd {
0% {
top: 0;
}
50% {
top: -15px;
}
100% {
top: 0;
}
}
@-webkit-keyframes leftEnd {
0% {
left: 0;
}
50% {
left: 15px;
}
100% {
left: 0;
}
}
@keyframes leftEnd {
0% {
left: 0;
}
50% {
left: 15px;
}
100% {
left: 0;
}
}
@-webkit-keyframes bottomEnd {
0% {
bottom: 0;
}
50% {
bottom: -15px;
}
100% {
bottom: 0;
}
}
@keyframes bottomEnd {
0% {
bottom: 0;
}
50% {
bottom: -15px;
}
100% {
bottom: 0;
}
}
.lSSlideOuter .rightEnd {
-webkit-animation: rightEnd 0.3s;
animation: rightEnd 0.3s;
position: relative;
}
.lSSlideOuter .leftEnd {
-webkit-animation: leftEnd 0.3s;
animation: leftEnd 0.3s;
position: relative;
}
.lSSlideOuter.vertical .rightEnd {
-webkit-animation: topEnd 0.3s;
animation: topEnd 0.3s;
position: relative;
}
.lSSlideOuter.vertical .leftEnd {
-webkit-animation: bottomEnd 0.3s;
animation: bottomEnd 0.3s;
position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
-webkit-animation: leftEnd 0.3s;
animation: leftEnd 0.3s;
position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
-webkit-animation: rightEnd 0.3s;
animation: rightEnd 0.3s;
position: relative;
}/*/*/.lightSlider.lsGrab > * {
cursor: -webkit-grab;
cursor: -moz-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.lightSlider.lsGrabbing > * {
cursor: move;
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: -o-grabbing;
cursor: -ms-grabbing;
cursor: grabbing;
}#ovis-configurator {
margin: 0 0 60px;
background: #fff;
font-size: 0;
}
.ovis-configurator__title {
width: 100%;
padding: 0;
display: inline-block;
font: 700 26px / 34px 'redhat', sans-serif;
}
.ovis-configurator__startingprice {
width: 100%;
padding: 15px 0;
display: inline-block;
font: 400 24px / 34px 'redhat', sans-serif;
}
.ovis-configurator__categoryselect {
width: 100%;
min-height: 580px;
max-width: 414px;
margin: 0;
padding: 30px;
display: inline-block;
vertical-align: top;
background: #f9f9f9;
-webkit-border-radius: 6px;
}
.ovis-configurator__category_title {
width: 100%;
padding: 0 0 20px;
display: inline-block;
cursor: pointer;
position: relative;
text-align: left;
font: 400 18px / 28px 'redhat', sans-serif;
-webkit-transition: ease 100ms all;
}
.ovis-configurator__category_title.mobile {
display: none;
}
.ovis-configurator__category_title:after {
content: "";
width: 100%;
height: 3px;	
margin: auto;
position: absolute;
left: 0;
bottom: 15px;
opacity: 1;
-webkit-transition: ease 100ms all;
opacity: 1;
background: rgb(221,221,221);
background: linear-gradient(130deg, rgba(221,221,221,1) 0%, rgba(255,255,255,0) 100%);
-webkit-border-radius: 3px;
}
.ovis-configurator__category_title.open:after,
.ovis-configurator__category_title:hover:after { 
-webkit-box-shadow: none;
background: #37abe7
}
.ovis-configurator__category_title:not(.open):hover {
cursor: pointer;
}
.ovis-configurator__category_title_ {
width: 100%;
display: inline-block;
vertical-align: top;
padding: 0;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.ovis-configurator__category_highlight {
width: 100%;
display: inline-block;
vertical-align: top;
position: relative;
font-size: 0;
}
.ovis-configurator__category_highlight:before {
content: "";
width: 20px;
height: 20px;
position: absolute;
right: 0;
top: 2px;
background: no-repeat center / 12px;
-webkit-border-radius: 300px;
}
.ovis-configurator__category_highlight.selected:before {
background-color: #21a2e4;
background-image: url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/img/icons/icon-configurator-ovis-item-selected.svg);
}
.ovis-configurator__category_highlight_price {
width: 100%;
max-width: 100px;
overflow: hidden;
display: inline-block;
vertical-align: top;
color: #939393;
font: 400 16px / 24px 'redhat', sans-serif;
}
.ovis-configurator__category {
width: 100%;
}
.ovis-configurator__nothing {
width: 100%;
padding: 0 40px 30px;
display: inline-block;
}
.ovis-configurator__category__items_title {
width: 100%;
display: none;
padding: 0 40px 0 70px;
font: 400 24px / 32px 'redhat', sans-serif;
}
.ovis-configurator__items {
width: 100%;
min-height: 382px;
padding: 30px;
display: none;
background: #fff;
}
.ovis-configurator__contain_categories {
width: calc(100% - 414px);
height: 100%;
display: inline-block;
vertical-align: top;
position: relative;
}
.ovis-configurator__categories_items_slider {
width: 100%;
display: inline-block;
}
.ovis-configurator__category:first-of-type .ovis-configurator__items {
display: inline-block;
}
.ovis-configurator__item {
padding: 15px;
position: relative;
cursor: pointer;
background: #f9f9f9;
-webkit-transition: ease 100ms background;
-webkit-border-radius: 6px;
}
.ovis-configurator__item:hover,
.ovis-configurator__item.selected { 
background-color: #f9f9f9;
}
.ovis-configurator__item.no-selection img {
background: #fff url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/img/icons/icon-configurator-ovis-no-selection.svg) no-repeat center / 54px;
}
.ovis-configurator__item:after {
content: "";
width: 30px;
height: 30px;	
margin: auto;
position: absolute;
right: 15px;
bottom: 20px;
background: #fff no-repeat center / 22px;
border: 2px solid #ddd;
-webkit-border-radius: 300px;	
} 
.ovis-configurator__item.selected:after {
background-image: url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/img/icons/icon-configurator-ovis-check.svg);
}
.ovis-configurator__cell_img {
width: 100%;
min-height: 160px;
max-height: 160px;
margin-right: 20px;
display: block;
object-fit: contain;
vertical-align: middle;
background-color: #fff;
border: 5px solid #fff;
-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .075);
-webkit-border-radius: 6px;
}
.ovis-configurator__cell_title {
width: 100%;
min-height: 80px;
margin-top: 10px;
padding-left: 10px;
display: inline-block;
font: 400 16px / 22px 'redhat', sans-serif;
}
.ovis-configurator__cell_description {
width: 100%;
padding-left: 10px;
display: inline-block;
position: relative;
}
.ovis-configurator__cell_description_tooltip_icon {
width: auto;
padding-left: 25px;
cursor: pointer;
background: url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/img/icons/icon-configurator-ovis-tooltip.svg) no-repeat center left / 18px;
-webkit-transition: ease 100ms all;	
font: 400 14px / 28px 'redhat', sans-serif;
}
.ovis-configurator__cell_description_tooltip {
width: 414px;
display: none;
position: absolute;
left: 0;
bottom: -30px;
z-index: 100;
padding: 25px;
background: #fff;
-webkit-border-radius: 6px;
-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}
.ovis-configurator__cell_description:hover .ovis-configurator__cell_description_tooltip {
display: block;	
}
.ovis-configurator__cell_description_tooltip > * {
padding: 0 !important;
margin: 0 !important;
font: 400 16px / 20px 'redhat', sans-serif;
}
.ovis-configurator__cell_description_tooltip_icon:hover {
text-decoration: underline;
}
.ovis-configurator__cell_price {
width: 100%;
max-width: 90px;
margin: 30px 0 0 10px;
display: inline-block;
color: #37abe7;
font: 400 20px / 40px 'redhat', sans-serif;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.ovis-configurator__actions {
width: calc(100% - 30px);
padding: 30px;
position: absolute;
bottom: 0;
left: 30px;
background: #f9f9f9;
-webkit-border-radius: 6px;
}
.ovis-configurator__cta {
padding: 15px 20px;
display: inline-block;
vertical-align: middle;
background-color: #21a2e4;
color: #fff;
font: 700 20px / 28px 'redhat', sans-serif;
cursor: pointer;
-webkit-border-radius: 3px;
-webkit-transition: background ease 100ms;
}
.ovis-configurator__cta:hover {
background-color: #24b1f9;
}
.ovis-configurator__price_contain {
margin-left: 30px;
display: inline-block;
vertical-align: middle;
}
.ovis-configurator__price {
width: 100%;
display: inline-block;
vertical-align: middle;
font: 700 24px / 34px 'redhat', sans-serif;
}
.ovis-configurator__preparation {
margin-top: 0;
display: none;
vertical-align: top;
font: 400 16px 'redhat', sans-serif;
}
.ovis-configurator__preparation_text {
line-height: 24px;
}
.ovis-configurator__preparation_tooltip {
width: 24px;
height: 24px;
margin-left: 5px;
display: inline-block;
vertical-align: top;
cursor: pointer;
position: relative;
background: url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/img/icons/icon-configurator-ovis-tooltip.svg) no-repeat center / 24px;
-webkit-transition: ease 100ms all;
}
.ovis-configurator__preparation_tooltip_text {
width: 320px;
display: none;
position: absolute;
left: 12px;
bottom: 12px;
padding: 25px;
background: #fff;
-webkit-border-radius: 6px;
-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}
.ovis-configurator__preparation_tooltip_text > * {
padding: 0 !important;
margin: 0 !important;
font: 400 16px / 20px 'redhat', sans-serif;
}
.ovis-configurator__preparation_tooltip:hover {
background-size: 20px;
}
.ovis-configurator__preparation_tooltip:hover .ovis-configurator__preparation_tooltip_text {
display: block;	
}
.ovis-configurator__pagination {
margin-top: 8px;
float: right;	
}
.ovis-configurator__pagination_action {
padding: 10px;
display: inline-block;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
background: no-repeat center / 16px;
font: 400 16px / 22px 'redhat', sans-serif;
}
.ovis-configurator__pagination_action.next {
margin-left: 20px;
padding-right: 23px;
background-image: url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/img/icons/icon-configurator-ovis-arrow-right-pagination.svg);
background-position: center right;
}
.ovis-configurator__pagination_action.previous {
padding-left: 23px;
background-image: url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/img/icons/icon-configurator-ovis-arrow-left-pagination.svg);
background-position: center left;
}
.ovis-configurator__pagination_action:hover {
text-decoration: underline;
}
.ovis-configurator__lightbox {
width: 100%;
max-width: 500px;
max-height: 768px;
background: #fff;
-webkit-border-radius: 6px;
overflow-y: scroll; 
overflow-x: hidden; 
}
.ovis-configurator__lightbox_title {
width: 100%;
padding: 30px 30px 0;
display: inline-block;
font: 700 20px / 28px 'redhat', sans-serif;
}
.ovis-configurator__lightbox_highlights {
width: 100%;
margin-top: 20px;
padding: 0 30px;
display: inline-block;
font-size: 0;
}
.ovis-configurator__lightbox_highlights_category {
margin: 5px 0;
display: inline-block;
font: 600 16px / 22px 'redhat', sans-serif;
}
.ovis-configurator__lightbox_highlights_item {
width: 100%;
padding: 0;
display: inline-block;
vertical-align: top;
}
.ovis-configurator__lightbox_highlights_item_title {
width: calc(100% - 80px);
padding-right: 30px;
display: inline-block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font: 400 16px / 22px 'redhat', sans-serif;
}
.ovis-configurator__lightbox_highlights_item_price {
max-width: 80px;
display: inline-block;
font: 400 16px / 22px 'redhat', sans-serif;
}
.ovis-configurator__lightbox_highlights_item_preparation {
width: 100%;
margin-bottom: 8px;
display: inline-block;
font: 400 16px / 16px 'redhat', sans-serif;
font-style: italic;
}
.ovis-configurator__lightbox_price {
width: 100%;
padding: 20px 30px;
margin-bottom: 20px;
display: inline-block;
font: 700 18px / 28px 'redhat', sans-serif;
border-bottom: 1px solid #eee;
}
.ovis-configurator__lightbox_form {
padding: 0 30px;
}
.ovis-configurator__lightbox_form.loading {
pointer-events: none;
opacity: .5;
}
.ovis-configurator__lightbox_form_contain {
width: 100%;
margin-bottom: 10px;
display: inline-block;
position: relative;
}
.ovis-configurator__lightbox_form_contain:last-child {
margin-bottom: 0;
}
.ovis-configurator__lightbox_form label {
width: 100%;
margin: 10px 0 3px;
display: inline-block;
font: 400 18px / 28px 'redhat', sans-serif;
}
.ovis-configurator__lightbox_form label:first-of-type {
margin-top: 0;
}
.ovis-configurator__lightbox_form input.error {
border-color: #fbc8c9;
}
.ovis-configurator__lightbox_success,
.ovis-configurator__lightbox_failed {
width: 100%;
margin: 10px 0 0 0;
display: inline-block;
font: 400 18px / 28px 'redhat', sans-serif;
color: #77c66E;
}
.ovis-configurator__lightbox_failed {
margin: 0 0 10px;
color: #e84346;
}
.ovis-configurator__lightbox_form_error {
padding: 8px 15px;
position: absolute;
bottom: 6px;
right: 6px;
background: #fbc8c9;
font: 400 14px / 14px 'redhat', sans-serif;
-webkit-border-radius: 3px;
}
.ovis-configurator__lightbox_actions {
width: 100%;
margin-top: 30px;
padding: 30px;
background: #f9f9f9;
-webkit-border-radius: 0 0 6px 6px;
}
.ovis-configurator__lightbox_button {
padding: 10px 20px;
display: inline-block;
font: 700 20px / 28px 'redhat', sans-serif;
cursor: pointer;
-webkit-border-radius: 6px;
-webkit-transition: background ease 100ms;
}
.ovis-configurator__lightbox_button_continue {
background-color: #21a2e4;
color: #fff;
}
.ovis-configurator__lightbox_button_continue.loading {
pointer-events: none;
opacity: .5;	
}
.ovis-configurator__lightbox_button_continue:hover {
background-color: #24b1f9;
}
.ovis-configurator__lightbox_button_cancel:hover {
text-decoration: underline;
}
.ovis-configurator__lightbox	::-webkit-input-placeholder { color: #b5bdc4; font-size: 16px; line-height: 24px; }
.ovis-configurator__lightbox	:-moz-placeholder           { color: #b5bdc4; font-size: 16px; opacity: 1; line-height: 24px; }
.ovis-configurator__lightbox	::-moz-placeholder          { color: #b5bdc4; font-size: 16px; opacity: 1; line-height: 24px; }
.ovis-configurator__lightbox	:-ms-input-placeholder      { color: #b5bdc4; font-size: 16px; line-height: 24px; } #ovis-configurator .lSSlideOuter {
padding: 0 40px;
}
#ovis-configurator .lSSlideWrapper {
overflow: visible;
}
#ovis-configurator .lSAction > a {
background: #37abe7 no-repeat center / 18px;
-webkit-border-radius: 300px;
opacity: 1;
-webkit-transition: ease 200ms all;
}
#ovis-configurator .lSAction > a:hover {
transform: scale(.95);
}
#ovis-configurator .lSAction > .lSPrev {
left: -40px;
background-image: url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/img/icons/icon-configurator-ovis-arrow-left.svg);
}
#ovis-configurator .lSAction > .lSNext {
right: -40px;
background-image: url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/img/icons/icon-configurator-ovis-arrow-right.svg);
}
@media only screen and (min-width: 0) and (max-width: 1280px) {
.ovis-configurator__categoryselect {
display: none;
}
.ovis-configurator__category_title.mobile {
padding-bottom: 30px !important;
display: inline-block;
font: 400 22px / 30px 'redhat', sans-serif;
}
.ovis-configurator__contain_categories {
width: 100%;
height: auto !important;
}
.ovis-configurator__category__items_title {
display: none !important;
}
.ovis-configurator__category_highlight {
display: none !important;
}
.ovis-configurator__items {
padding: 20px 0;
}
.ovis-configurator__actions {
position: static;
}
}
@media only screen and (min-width: 0) and (max-width: 768px) {
.ovis-configurator__title {
font: 700 26px / 34px 'redhat', sans-serif;
}
.ovis-configurator__price_contain {
width: 100%;
margin: 20px 0 0 0;
}
.ovis-configurator__pagination {
display: none;
}
.ovis-configurator__actions {
width: 100%;
left: 0;
}
}html { 
overflow-y: scroll; 
overflow-x: hidden; 
}
html, body { 
width: 100%;
height: 100%;
min-height: 100vh;
margin: 0; 
padding: 0; 
background: #fff;
font-family: redhat, sans-serif;
font-weight: 400;
color: #4b4b4b;
-webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6 { 
font-weight: 700;
color: #111111;
}
ul, p, li, table, em { 
font-weight: 400; 
font-size: 16px;
line-height: 30px; 
} 
ul, li { 
list-style-type: none; 
}
ul, ol { 
margin: 0 0 20px 20px; 
}
strong { 
color: #292929; 
font-weight: 700; 
}
a { 
text-decoration: none; 
color: #292929; 
font-weight: 400; 
}
table {
text-align: left;
}
iframe { 
display: block; 
}
* { 
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box;    
box-sizing: border-box;     
}
::-webkit-scrollbar {
width: 20px;
}
::-webkit-scrollbar-track {
background-color: transparent;
}
::-webkit-scrollbar-thumb {
background-color: #cfdce1;
border-radius: 20px;
border: 6px solid transparent;
background-clip: content-box;
}
::-webkit-scrollbar-thumb:hover {
background-color: #a8bbbf;
} .page {
width: 100%;
min-height: calc(100% - 52px) !important;
}
.center {
width: 100%;
padding: 0 40px;
position: relative;
} .header {
width: 100%;
position: relative;
z-index: 11;
}
.header-contain {
width: 100%;
max-width: 1640px;
margin: auto;
padding: 0 20px;
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 14;
}
.header-contain.notification-active {
top: 132px;
}
.header .notification {
width: calc(100% - 40px);
height: 132px;
background: #f2e8cc;
padding: 30px;
position: absolute;
top: -132px;
left: 20px;
z-index: 20;
}
.header .notification .title {
margin: 0;
padding: 0;
font: 700 26px / 42px 'redhat', sans-serif;
}
.header .notification p {
padding: 0;
margin: 0;
}
.header .notification #close-notification {
width: 50px;
height: 50px;
margin: auto;
position: absolute;
right: 50px;
top: 0;
bottom: 0;	
cursor: pointer;
background: url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/img/icons/icon-cross.svg) no-repeat center / 30px;
-webkit-transition: ease 100ms all;
}
.header .notification #close-notification:hover {
transform: scale(1.05);
}
.header .topbar {
width: 100%;
max-width: 1600px;
margin: 0 auto;
position: relative;
z-index: 15;
}
.header .topbar .contain {
height: 55px;
padding: 10px 15px 10px;
position: absolute;
top: 0;
right: 0;
background: #fff;
text-align: right;
-webkit-border-radius: 0 0 10px 10px;
}
.header .topbar .block {
height: 30px;
display: inline-block;
vertical-align: middle;
}
.header .topbar .block.social {
margin-left: 20px;
}
.header .topbar .icon {
margin-left: 5px;
padding-left: 30px;
display: inline-block;
vertical-align: middle;
line-height: 30px;
background: no-repeat center / auto;
}
.header .topbar .icon.email {
margin-right: 10px;
background-image: url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/img/icons/icon-contact-email.svg);
background-position: left center;
}
.header .topbar .icon.phone {
background-image: url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/img/icons/icon-contact-phone.svg);
background-position: left center;
}
.header .topbar .contact .icon {
padding-left: 40px;		
}
.header .topbar .social .icon {
width: 30px;
height: 30px;
-webkit-transition: ease 100ms all;
}
.header .topbar .social .icon:hover {
transform: scale(1.1);
}
.header .topbar .social .icon.facebook {
background-image: url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/img/icons/icon-social-facebook.svg)
}
.header .topbar .social .icon.instagram {
background-image: url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/img/icons/icon-social-instagram.svg);
}
.header .topbar .social .icon.whatsapp {
background: #1bd641 url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/img/icons/icon-social-whatsapp.svg) no-repeat center / 60%;
-webkit-border-radius: 100%;
}
.header .border {
width: 100%;
height: 10px;
position: relative;
z-index: 17;
background: #fff;
}
.header .logo {
width: 100%;
max-width: 230px;
height: 150px;
margin: 0;
display: inline-block;
position: relative;
z-index: 16;
background: #fff url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/img/logo.svg) no-repeat center / 190px 82px;
-webkit-border-radius: 0 0 20px 20px;
}
.header .logo:after {
content: "";
position: absolute;
top: -1px;
right: -100px;
z-index: 100;
background: -webkit-radial-gradient(100% 100%, circle, rgba(204, 0, 0, 0) 100px, white 100px);
width: 100px;
height: 100px;
}	
.header .slogan { 
width: calc(100% - 20px);
margin: auto;
position: absolute;
left: 20px;
right: 0;
top: 280px;
z-index: 14;
color: #fff;
text-align: left;
font: 400 26px / 42px 'redhat', sans-serif;
}
.notification-active .slogan {
top: 200px;
}
.header .slogan span {
font-weight: 700;
font-size: 42px
}
.header .cta {
max-width: 414px;
padding: 12px 50px 12px 20px;
position: absolute;
left: 20px;
right: 0;
top: 420px;
z-index: 14;
text-align: center;
background: #e49421 url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/img/icons/icon-arrow-right-white.svg) no-repeat calc(100% - 20px) center / 20px; 
color: #fff; 
font: 400 22px / 24px 'redhat', sans-serif;
-webkit-border-radius: 6px;
-webkit-transition: ease 100ms all;
}
.notification-active .cta {
top: 320px;
}
.header .cta:hover {
background-color: #e48c0d;
}
.header .lightSlider img {
width: 100%;
vertical-align: top;
}
.header .lightSlider h1,
.sub .header h1 {
max-width: 1600px;
height: 68px;
margin: auto;
padding: 0 20px;
position: absolute;
bottom: 50px;
left: 0;
right: 0;
z-index: 1000;
text-align: left;
color: #fff;
font: 700 62px / 68px redhat, sans-serif;
}
.frontpage-slider img {
width: 100%;
height: auto;
} .nav-contain { 
position: absolute;
top: 90px;
right: 20px;
z-index: 16;
background: #21a2e4;
-webkit-transition: top ease 400ms;
-webkit-border-radius: 6px;
}
nav ul { 
margin: 0;
padding: 0;
font-size: 0;
}
nav ul > li { 
margin: 0;
display: inline-block;
position: relative;
border-right: 1px solid rgba(255, 255, 255, .2);
} 
nav ul > li:last-of-type {
border-right: 0;
}
nav ul > li a { 
width: 100%;
height: 100%;
padding: 15px 45px;
display: inline-block;
position: relative;
background: no-repeat calc(100% - 20px) center / 14px;
text-align: center;
color: #fff;
font: 700 22px / 22px 'redhat', sans-serif;
-webkit-transition: ease 200ms color, ease background 200ms;
} 
nav ul > li:first-of-type a {
-webkit-border-radius: 6px 0 0 6px;
}
nav ul > li:last-of-type a {
-webkit-border-radius: 0 6px 6px 0;
}
nav ul > li.menu-item-has-children > a { 
padding-right: 45px;
background-image: url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/img/icons/icon-arrow-down-white.svg);
}
nav ul > li a:hover { 
background-color: #24b1f9;
} nav.cloned { 
width: 100%;
margin: 0;
padding: 10px 0;
background: #fff;
left: 0;
-webkit-transition: all 200ms ease;
transition: all 200ms ease;
-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
}
nav.cloned .center {
min-height: initial;
padding: 0 20px;
}
nav.cloned a.logo {
width: 100px;
height: 50px !important;
margin: 0 !important;
display: inline-block;
vertical-align: middle;
position: static;
background: url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/img/logo.svg) no-repeat center left / 100% 50px;
}
nav.cloned a.logo:after {
display: none;
}
nav.cloned ul {
width: calc(100% - 150px);
margin: 0 0 0 50px;
padding: 0;
display: inline-block;
vertical-align: middle;
}
nav.cloned ul > li.menu-item-has-children > a {
background-image: url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/img/icons/icon-arrow-down.svg);
}
nav.cloned ul > li {
padding-right: 20px;
margin-right: 20px;
border-width: 1px;
border-color: #eee;
}
nav.cloned ul li a { 	
color: #292929;
-webkit-border-radius: 6px;
}
nav.cloned .center > ul > li:hover > a,
nav.cloned .center > ul > .current-menu-item > a,
nav.cloned .center > ul > .current-menu-ancestor > a {
color: #fff;
background-color: #21a2e4;		
}
nav.cloned .center > ul > li.current-menu-ancestor.menu-item-has-children > a,
nav.cloned .center > ul > li.menu-item-has-children:hover > a { 
background-image: url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/img/icons/icon-arrow-down-white.svg);
} nav ul li .sub-menu {
width: 100%;
min-width: 170px;
margin: 0;
padding: 10px 0 0 0;
display: block;
position: absolute;
top: 100%;
left: 0;
z-index: 9998;
visibility: hidden; 
opacity: 0;
text-align: left;
-webkit-transition: linear all 100ms;		
-webkit-border-radius: 6px;
}
nav ul li .sub-menu:before {
content: "";
width: 100%;
min-width: 170px;
height: calc(100% - 10px);
position: absolute;
top: 10px;
bottom: 0;
-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
-webkit-border-radius: 6px;
}
nav ul li.menu-item-has-children:hover > .sub-menu {
opacity: 1;
visibility: visible;
}
nav ul li .sub-menu li {
width: 100%;
margin: 0;
padding: 0;
border: 0;
vertical-align: top;
}
nav ul li .sub-menu li a {
width: 100%; 
margin: 0;
padding: 15px 20px;
text-align: center;
font-size: 18px;
background-color: #fff;
border-color: #f9f9f9;
border: 0;
border-bottom: 1px solid #eee;
color: #292929;
font-weight: 700;
-webkit-transition: linear all 100ms;
-webkit-border-radius: 0;
}
nav > ul > li > .sub-menu > li:first-of-type > a {
-webkit-border-radius: 6px 6px 0 0;
}
nav > ul > li > .sub-menu > li:last-of-type > a {
-webkit-border-radius: 0 0 6px 6px;
}
nav ul li .sub-menu li a:hover {
color: #21a2e4;
}
nav ul li .sub-menu li a:hover,
nav ul li .sub-menu li.current_page_item > a,
nav ul li .sub-menu li.current-menu-parent > a {
}
nav ul li .sub-menu li ul.sub-menu {
min-width: 265px;
padding: 0 0 0 5px;
left: auto;
right: calc(-100% - 95px);
top: 0;
z-index: 9999;
}
nav ul li .sub-menu  li ul.sub-menu:before {
width: calc(100% - 5px);
min-width: 260px;
height: 100%;
top: 0;
}
nav ul li .sub-menu li:hover > ul.sub-menu {
opacity: 1;
visibility: visible;
}
nav > ul > li > .sub-menu > li > ul.sub-menu li:first-of-type > a {
-webkit-border-radius: 6px 6px 0 0;
}
nav > ul > li > .sub-menu > li > ul.sub-menu li:last-of-type > a {
-webkit-border-radius: 0 0 6px 6px;
} #nav-button-mobile { 
width: 160px;
height: auto;
padding: 0 20px 0 60px;
margin: 0;
display: none;
z-index: 9999;
background: url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/img/icons/icon-menu.svg) no-repeat 20px center / 20px;
text-align: center;
color: #fff;
font-size: 18px;
line-height: 40px;
font-weight: 400;
-webkit-border-radius: 300px;
border-radius: 300px;
}
#nav-overlay-mobile {
width: 100%; 
height: 100%;
padding: 150px 40px 40px;
position: fixed; 
z-index: 9999;
left: 0;
right: 0;
top: 0;
display: none;
background: #fff url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/img/logo.svg) no-repeat 40px 40px / auto 80px;
overflow-x: hidden;
opacity: 0; 
-webkit-transition: all .2s ease-out;
transition: all .2s ease-out;
-webkit-box-shadow: 1px 3px 3px 1px rgba(0, 0, 0, .1);
box-shadow: 1px 3px 3px 1px rgba(0, 0, 0, .1);
}
#nav-overlay-mobile .slider {
display: none !important;
}	
#nav-overlay-mobile nav.menu-container-mobile {
width: 100%;
margin: 0;
background: #fff;
}
#nav-overlay-mobile nav.menu-container-mobile > ul { 
width: 100%;
margin: 0;
display: inline-block; 
position: relative; 
}
#nav-overlay-mobile nav.menu-container-mobile > ul li { 
width: 100%; 
margin: 0;
padding: 0;
display: inline-block; 
text-align: left;
z-index: 50;
border: 0;
}
#nav-overlay-mobile nav.menu-container-mobile ul li:last-of-type {
border: 0;
}
#nav-overlay-mobile nav.menu-container-mobile li a { 
width: 100%;
padding: 5px 0;
margin: 0;
display: inline-block;
color: #373a3c;
background: none;
font-size: 24px;
line-height: 32px;
border: 0;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
cursor: pointer;
text-align: center;
}
#nav-overlay-mobile nav.menu-container-mobile li.menu-item-has-children > a:before {
width: 0;
}
#nav-overlay-mobile nav.menu-container-mobile > ul li .sub-menu {
width: 100%;
min-width: 100%;
padding: 0;
position: static;
display: inline-block;
box-shadow: none;
opacity: 1;
visibility: visible;
}
#nav-overlay-mobile nav.menu-container-mobile > ul li .sub-menu li a {
font-weight: 400;
}
#nav-overlay-mobile nav.menu-container-mobile > ul li .sub-menu:before {
display: none;
}
#nav-overlay-mobile nav.menu-container-mobile > ul li .sub-menu li a:after {
left: -5px;
bottom: 5px;
}
#nav-overlay-mobile nav.menu-container-mobile > ul li.current-menu-parent > a:after {
background: none;
}
#nav-overlay-mobile .sub-menu .sub-menu {
display: none !important;
} #sitemap ul {
margin: 0;
padding: 0;
list-style-type: none;
}
#sitemap ul.sub-menu {
margin: 5px 0 10px 10px;
}
#sitemap ul li {
width: 100%;
margin: 0;
padding: 0;
white-space: initial;
}
#sitemap ul li:before {
display: none;
}
#sitemap ul li a:hover {
color: #21a2e4;
} .button {
width: 100%;
margin: 0 0 10px;
padding: 10px 0 10px 30px;
display: inline-block;
position: relative;
background: #ce9d11 no-repeat 15px center / 22px;
color: #fff;
text-align: center;
font: 700 22px / 30px 'redhat', sans-serif;
-webkit-transition: all 150ms ease;
transition: all 150ms ease; 
-webkit-border-radius: 3px;
}
.button.whatsapp {
margin: 0;
background-color: #1bd641;
background-image: url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/img/icons/icon-social-whatsapp.svg);
}
.button.phone {
background-image: url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/img/icons/icon-contact-phone-white.svg);
}
.button:hover {
background-color: #ebbd39;
}
.button.whatsapp:hover {
background-color: #46e165;
} div.content { 
width: 100%; 
padding: 0;
position: relative; 
z-index: 10;
}
div.content h1 {
margin: 0 0 20px;
padding: 0;
font: 700 40px / 48px 'redhat', sans-serif;
color: #111111;
}
div.content h2 {
margin: 30px 0;
position: relative;
font: 400 26px / 34px 'redhat', sans-serif;
}
div.content h3 {
margin: 20px 0 10px;
position: relative;
font: 400 18px / 32px 'redhat', sans-serif;
}
div.content .seo-description {
margin-top: 0;
} .categories {
width: 100%;
max-width: 1640px;
margin: -250px auto 0;
padding: 0 20px 60px;
position: relative;
font-size: 0;
}
.categories .category {
width: calc(20% - 20px);
margin: 15px 0;
display: inline-block;
vertical-align: top;
background: #fff;
-webkit-border-radius: 6px;
-webkit-transition: 200ms all ease;
-webkit-box-shadow: 0 0 20px -0.375rem rgba(0, 0, 0, .1), 0 -2px 20px 0 rgba(255, 255, 255, .1);
}
.categories .category:last-of-type {
margin-right: 0;
}	
.categories .category:hover {
margin-top: 0;
cursor: pointer;
box-shadow: 0 0.5rem 1.225rem -0.375rem rgba(0, 0, 0, .2);
}
.categories .category img {
width: 100%;
height: 150px;
padding: 0 30px;
object-position: center;
object-fit: contain;
border-radius: 6px 6px 0 0;
}
.categories .category .content {
padding: 0 30px 30px;
text-align: center;
}
.categories .category .content h2 {
margin: 0 0 10px;
}
.categories .category .content p {
margin: 0;
}
.categories .category .content .cta {
width: 100%;
display: inline-block;	
margin-top: 25px;
padding: 8px 10px;
text-align: center;
background: #eee;
color: #111111; 
font: 700 16px / 24px 'redhat', sans-serif;
transition: 200ms ease all;
-webkit-border-radius: 6px;
} .content .center.about {
max-width: 100%;
padding: 50px 0;
background: rgb(255,255,255);
background: linear-gradient(130deg, rgba(255,255,255,0) 30%, rgba(249,249,249,1) 100%);
font-size: 0;
}
.content .center.about .left {
width: 50%;
min-height: 690px;
padding: 40px;
display: inline-block;
vertical-align: top;
background: url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/img/about.png) no-repeat right center / cover;
-webkit-border-radius: 0 10px 10px 0;
}
.content .center.about .right {
width: 50%;
padding: 120px 160px 120px 120px;
display: inline-block;
vertical-align: top;
text-align: left;
}
.content .center.about .right h2 {
margin-top: 10px;
padding-left: 35px;
font-size: 42px;
line-height: 50px;
border-left: 5px solid #21a2e4;
}
.content .center.about .right p {
margin: 15px 0;
}
.content .center.about .right p:last-of-type {
margin-bottom: 0;
}
.content .center.about .right a {
width: 100%;
max-width: 320px;
display: inline-block;	
margin-top: 35px;
padding: 12px 10px;
text-align: center;
background: #e49421;
color: #fff; 
font: 400 20px / 20px 'redhat', sans-serif;
transition: 200ms ease all;
-webkit-border-radius: 6px;
}
.content .center.about .right a:hover {
background-color: #e48c0d;
} .content .center.offer {
max-width: 100%;
margin: 0;
padding: 120px 40px;
position: relative;
background: #f9f9f9;
z-index: 101;
}
.content .center.offer .center {
padding: 0;
position: relative;
}
.content .center.offer .center .block {
padding: 0;
display: inline-block;
vertical-align: top;
background: #fff;
position: relative;
-webkit-border-radius: 6px;
-webkit-transition: 200ms all ease;
cursor: pointer;
-webkit-box-shadow: 0 0.3rem 1rem -0.375rem rgba(0, 0, 0, .1), 0 -2px 20px 0 rgba(255, 255, 255, .1);
}
.content .center.offer .center .block .image-contain {
overflow: hidden;
}
.content .center.offer .center .block .image-contain img {
width: 100%;
max-width: 100%;
min-height: 100%;
height: 212px;
display: inline-block;
vertical-align: top;
object-fit: cover;
-webkit-border-radius: 6px 6px 0 0;
-webkit-transition: linear transform 100ms;
}
.content .center.offer .center .block:hover .image-contain img {
transform: scale(1.05);
}
.content .center.offer .center .block .content {
width: 100%;
padding: 30px;
display: inline-block;
vertical-align: top;
}
.content .center.offer .center .block .content .title {
width: 100%;
min-height: 60px;
margin: 0 0 15px;
display: inline-block;
font: 400 22px / 30px 'interstate', sans-serif;
color: #21a2e4;
}
.content .center.offer .center .block .content .price {
width: 100%;
display: inline-block;
font: 500 26px / 38px 'redhat', sans-serif;
}
.content .center.offer .center .block .content .specifications {
width: 100%;
display: inline-block;
font: 500 16px / 28px 'redhat', sans-serif;
color: #79797b;
}
.content .center.offer .center .block .content .cta {
width: 100%;
margin: 30px 0 0 0;
padding: 0 25px 0 0;
display: inline-block;
vertical-align: top;
background: url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/img/icons/icon-arrow-right.svg) no-repeat 100% center / 14px;
font: 500 16px / 24px 'redhat', sans-serif;
text-align: right;
-webkit-border-radius: 6px;
-webkit-transition: linear background 100ms, linear padding 100ms;
} .content .center.dealer {
max-width: 100%;
margin: 0;
padding: 120px 40px;
position: relative;
z-index: 101;
}
.content .center.dealer h3 {
width: 100%;
margin-bottom: 30px;
text-align: center;
color: #292929;
font-weight: 500;
font-size: 40px;
}
.content .center.dealer .center {
max-width: 1600px;
margin: 0 auto;
padding: 0;
position: relative;
font-size: 0;
}
.content .center.dealer .center .official-brand {
margin: 0;
padding: 20px;
position: relative;
text-align: center;
background: #f9f9f9;
font: 500 22px / 30px 'redhat', sans-serif;
-webkit-border-radius: 6px;
-webkit-transition: 200ms all ease;
}
.content .center.dealer .center .official-brand:nth-of-type(4n+4) {
margin-right: 0;
}
.content .center.dealer .center .lSAction > a {
background-image: url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/img/controls-black.png);
}
.content .center.dealer .center .lSSlideWrapper {
padding-bottom: 0;
} div.block.buttons {
min-height: 500px;
padding: 100px 50px;
}
div.block.buttons div.contain {
width: 100%;
}
div.block.buttons .block-button {
width: calc(33.333333333333% - 50px);
height: 400px;
margin-right: 70px;
padding: 0;
display: inline-block;
background: #fff;
font-size: 0;
overflow: hidden;
position: relative;
-webkit-border-radius: 3px;
-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
}
div.block.buttons .block-button:nth-of-type(3n+3) {
margin-right: 0;
}
div.block.buttons .block-button img {
width: 100%;
height: 100%;
vertical-align: top;
object-fit: cover;
-webkit-transition: ease 200ms transform;
filter: brightness(100%);
}
div.block.buttons .block-button:hover img {
transform: scale(1.05);
}
div.block.buttons .block-button .overlay {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;	
background: url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/img/button-overlay.png) no-repeat center / cover;
}
div.block.buttons .block-button .content {
height: 100%;
padding: 30px 200px 30px 40px;
position: absolute;
top: 0;
left: 0;
}
div.block.buttons .block-button .content h2 {
margin-top: 0;
color: #fff;
font: 700 38px / 46px 'redhat', sans-serif;
}
div.block.buttons .block-button .content p {
color: #fff;
}
div.block.buttons .block-button .content .cta {
margin-top: 20px;
padding-right: 25px;
position: absolute;
bottom: 40px;
left: 40px;
background: url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/img/icons/icon-arrow-right-white.svg) no-repeat right center / 16px;
font: 400 20px / 26px 'redhat', sans-serif;
color: #fff;
}
div.block.buttons .block-button .content .cta:hover {
text-decoration: underline;
} .sub .header-contain {
position: relative;
}
.sub .content {
position: relative;
}
.sub .center {
width: 100%;
max-width: 1600px;
min-height: 640px;
margin: 0 auto;
padding: 60px 20px 100px;
font-size: 0;
}
.sub .content h1 {
font: 700 62px / 68px redhat, sans-serif;
}
.sub .content h2 {
margin-bottom: 15px;
font: 700 32px / 40px redhat, sans-serif;
}
.sub .content p {
margin: 0 0 15px;
font: 400 18px / 30px redhat, sans-serif;
}
.sub .content p:last-of-type {
margin-bottom: 0;
}
.sub .content .information ul,
.sub .content .description ul {
margin: 20px 0;
padding: 0;
}
.sub .content .information ul > li,
.sub .content .description ul > li {
width: 100%;
padding: 5px 0 5px 20px;
display: inline-block;
vertical-align: top;
position: relative;
font-size: 18px;
line-height: 24px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.sub .content .information ul > li:before,
.sub .content .description ul > li:before {
content: "";
width: 6px;
height: 6px;
margin: auto;
position: absolute;
top: 0;
bottom: 0;
left: 0;
background: #000;
-webkit-border-radius: 300px;
border-radius: 300px;
}
.sub .content .description ul > li:nth-of-type(3+n3) {
margin-right: 0;
}
.sub .content > img {
width: 100%;
max-width: 300px;
height: auto;
-webkit-border-radius: 3px;
border-radius: 3px;
align-items: flex-start;
}
.wp-block-media-text {
width: 100%;
margin-top: 30px;
}
.wp-block-media-text__media img {
height: auto;
}
.sub .content .wp-block-gallery .blocks-gallery-item figure {
align-items: flex-start;
}
.wp-block-gallery.alignright {
float: right;
margin-left: 2em;
}
.sub .content .wp-block-separator {
width: 100%;
height: 1px;
margin: 20px 0;
display: inline-block;	
border: 0;
background: #eee;
}
.sub .content > div > div.contain {
width: calc(100% - 514px);
margin-right: 100px;
padding: 0;
display: inline-block;
}
.sub .content div.contain.full {
width: 100%;
margin: 0;
}
.sub .content > div > div.contain ol li {
list-style-type: number;
padding-left: 10px;
}
.sub .content div.sidebar {
width: 100%;
max-width: 414px;
margin: 0;
padding: 0;
display: inline-block;
vertical-align: top;
-webkit-border-radius: 3px;
}
.sub .content div.sidebar.full {
display: none;
}
.sub .content div.sidebar .cta-form {
margin: 0 0 30px;
padding: 30px;
background: #fff;
-webkit-border-radius: 6px;
-webkit-box-shadow: 0 0.3rem 1.525rem -0.375rem rgba(0, 0, 0, .1), 0 -2px 20px 0 rgba(255, 255, 255, .1);
}
.sub .content div.sidebar .cta-form-title {
width: 100%;
margin: 0 0 30px;
display: inline-block;
font: 400 26px / 40px redhat, sans-serif;
color: #111111;
}
.sub .content div.sidebar .cta-form div.contain {
overflow: hidden;
}
.sub .content div.sidebar .cta-form div.contain img {
width: 100%;
height: auto;
}
.sub .content div.sidebar .cta-form div.contain form {
margin: 0;
padding: 0;
-webkit-box-shadow: 0;
-webkit-border-radius: 0;
}
.sub .child-pages {
padding: 30px;
margin-bottom: 30px;
background: #fff;
-webkit-border-radius: 6px;
-webkit-box-shadow: 0 0.3rem 1.525rem -0.375rem rgba(0, 0, 0, .1), 0 -2px 20px 0 rgba(255, 255, 255, .1);
}
.sub .child-pages span {
margin-bottom: 15px;
display: inline-block;
font: 400 26px / 40px redhat, sans-serif;
color: #111111;
}
.sub .child-pages li:hover a,
.sub .child-pages .current_page_item a {
color: #21a2e4;
}
.sub figure.wp-block-gallery {
margin: 30px 0 0 ;
gap: 0;
}
.model-siblings .lSSlideWrapper {
height: 67px;
width: calc(100% - 40px);
margin: 0 20px;
}
.child-page-slider {
padding: 0 30px;
}
.model-siblings .lSAction > a {
opacity: 1;
background-image: url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/img/controls-models.png);
}
.model-siblings .lSAction > .lSPrev {
left: 5px;
}
.model-siblings .lSAction > .lSNext {
right: 5px;
} .sub .content.brand {
border-top: 1px solid #eee;
}
.brand-models {
margin-top: 30px;
font-size: 0;
}
.brand-models .model {
width: calc(33.3333333333% - 24px);
margin: 30px 30px 0 0;
padding: 0;
display: inline-block;
vertical-align: top;
overflow: hidden;
text-align: center;
background: #fff;
border: 1px solid #eee;
border-bottom: 4px solid #21a2e4;
-webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .05), 0 -2px 20px 0 rgba(255, 255, 255, .1);
-webkit-border-radius: 6px;
-webkit-transition: ease 100ms all;
}
.brand-models .model:nth-of-type(3n+3) {
margin-right: 0;
}
.brand-models .model:nth-of-type(-n+3) {
margin-top: 0;
}
.brand-models .model:hover {
border-bottom: 4px solid #21a2e4;
}
.model-image-contain {
width: 100%;
text-align: center;
}
.brand-models .model .model-image-contain > img {
width: 100%;
height: 200px;
margin: auto;
display: inline-block;
vertical-align: top;
object-fit: contain;
object-position: center;
}
.brand-models .model .model-title {
width: 100%;
min-height: 120px;
padding: 30px;
display: inline-block;
font: 400 24px / 32px redhat, sans-serif;
}
.brand-models .model .model-configurator {
margin-bottom: 50px;
padding: 8px 18px;
display: inline-block;
color: #fff;
background: #21a2e4;
font: 700 24px / 24px 'redhat', sans-serif;
-webkit-border-radius: 3px;
-webkit-transition: ease 100ms all;
}
.brand-models .model:hover .model-configurator { 
background: #24b1f9;
}
.cta-brand-model {
margin-top: 50px;
padding: 0 25px 3px 0;
display: inline-block;
background: url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/img/icons/icon-arrow-right.svg) no-repeat right center / 14px;
color: #292929;
font: 700 24px / 24px 'redhat', sans-serif;
-webkit-transition: 200ms color ease;
}
.cta-brand-model:hover {
color: #21a2e4;
} .sub .model .center {
padding: 20px;
}
.sub .content.model > div > div.contain {
width: 100%;
margin: 0;
}
.sub .model .child-pages {
padding: 0 30px; 
-webkit-box-shadow: none;
background: #f9f9f9;
text-align: left;
font-size: 0;
-webkit-border-radius: 0;
}
.sub .model .child-pages .center {
max-width: 1640px;
min-height: 0;
max-height: 68px;
padding: 0 20px;
overflow: hidden;
}
.sub .model .child-pages .lSSlideWrapper {
padding-bottom: 0;	
}
.sub .model .child-pages li {
width: 200px;
}
.sub .model .child-pages li a {
width: 100%;
padding: 10px;
display: inline-block;
vertical-align: top;
border-right: 1px solid #eee;
color: #111111;
text-align: center;
font: 400 16px / 47px redhat, sans-serif;		
}
.sub .model .child-pages li.current_page_item a {
background: #eee;
}
.sub .model .child-pages li a:hover {
opacity: .8;
}
.sub .model .links {
width: 100%;
max-width: 640px;
min-height: 54px;
display: inline-block;		
}
.sub .model .links .floating {
width: 100%;
padding: 15px 0;
left: 0;
top: 72px;
z-index: 1000;
border-bottom: 1px solid #eee;
}
.sub .model .links .floating .lSSlideWrapper {
padding-bottom: 0;
}
.sub .model .links .floating .links-center { 
max-width: 1600px;
margin: 0 auto;
padding: 0;
}
.sub .model .link {
margin-right: 25px;
display: inline-block;
color: #4b4b4b;
font: 400 16px / 24px redhat, sans-serif;
}
.sub .model .link:hover {
text-decoration: underline;
}
.sub .model .model-about {
padding: 40px 0 60px;
}
.sub .model .model-about-content {
min-height: 300px;
padding: 50px 0 50px 370px;
display: inline-block;
position: relative;
}
.sub .model .model-about-content > img {
width: 100%;
max-width: 320px;
height: auto;
max-height: 300px;
position: absolute;
top: 55px;
left: 0;
margin: auto;
object-fit: contain;
-webkit-border-radius: 3px;
}
.sub .model .model-equipment {
padding: 0 0 60px;	
}
.sub .model .model-equipment span {
width: 100%;
margin-bottom: 20px;
display: inline-block;
font: 700 26px / 32px redhat, sans-serif;
}
.sub .model .model-equipment > div {
font-size: 0;
}
.sub .model .model-equipment > div li {
width: calc(50% - 20px);
margin: 10px 20px 0 0;
padding: 5px 0 5px 35px;
display: inline-block;
vertical-align: top;
-webkit-border-radius: 10px;
text-align: left;
background: url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/img/icons/icon-check.svg) no-repeat left center / 18px;
font: 400 18px / 22px redhat, sans-serif;
}
.sub .model .model-equipment > div li:nth-child(-n+2) {
margin-top: 0;
}
.sub .model .model-equipment > div li:nth-child(2n+2) {
margin-right: 0;
}
.sub .model .model-specification {
padding: 0 0 60px;
display: flex;
}
.sub .model .model-specification li {
width: 20%;
flex: 1 0 0;
font: 400 22px / 32px redhat, sans-serif;
}
.sub .model .model-specification li span {
width: 100%;
display: inline-block;
font: 700 16px / 24px redhat, sans-serif;
}
.sub .model .model-images {
height: 177px;
padding: 0 0 20px;
}
.sub .model .model-images a {
width: calc(16.66666666666667% - 10px);
margin-right: 10px;
height: auto;
display: inline-block;		
}
.sub .model .model-images a img {
width: 100%;
height: auto;
max-height: 177px;
object-fit: cover;
-webkit-border-radius: 6px;
}
.sub .model .model-images a img:hover {
opacity: .8;
}
.model-gallery .slbCloseBtn {
color: #fff;
}
.sub .model .interested {
margin: 40px 0 80px 0;
padding: 80px;
background: #f9f9f9;
-webkit-border-radius: 10px;
}
.sub .model .interested .cta-text,
.sub .model .interested .form {
width: calc(50% - 25px);
display: inline-block;
vertical-align: top;
font: 400 16px / 24px 'redhat', sans-serif;
}
.sub .model .interested .cta-text {
margin-right: 50px;
text-align: center;
}
.sub .model .interested img.thumb {
width: 100%;
max-width: 414px;
height: 414px;
margin: 0 auto 40px;
display: inline-block;
background: #fff;
object-fit: contain;
-webkit-border-radius: 300px;
}
.sub .model .interested .cta-text .cta-title {
width: 100%;
margin-bottom: 20px;
display: inline-block;
color: #21a2e4;
font: 700 34px / 40px 'redhat', sans-serif;
}
.sub .model .interested .cta-text a {
padding-left: 26px;
font: 400 16px / 16px 'redhat', sans-serif;
background: no-repeat left center / 20px;
}
.sub .model .interested .cta-text a.phone {
margin-right: 20px;
background-image: url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/img/icons/icon-contact-phone.svg);
}
.sub .model .interested .cta-text a.mail {
background-image: url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/img/icons/icon-contact-email.svg);
}
.sub .model .interested .form .form-title {
font: 400 24px / 40px 'redhat', sans-serif;	
}
.sub .model .interested .form .form-title span {
font: 700 40px / 40px 'redhat', sans-serif;	
color: #21a2e4;
}
.sub .model .interested .form form {
width: 100%;
max-width: 100%;
margin-bottom: 0;
} .sub .content .breadcrumbs { 
width: 100%;
margin-bottom: 0;
padding: 0;
}
.sub .content .breadcrumbs #breadcrumbs {
font: 400 14px / 18px 'redhat', sans-serif;
} .wp-block-embed {
margin-top: 1em;
}
.wp-video {
margin: 20px 0;
}
.gallery {
margin-top: 30px;
}
.gallery .gallery-item img {
border: 0 !important;
}
img.alignright {
float:right; 
margin:0 0 1em 2em
}
figure.wp-block-gallery {
margin: 30px 0 0 ;
gap: 0;
}
.wp-block-image { 
margin-bottom: 1em !important;
margin-top: 1em !important;
}
.wp-block-image img {	
width: calc(100% - 20px) !important;	
margin: 10px 10px 10px 0;
height: auto;
-webkit-border-radius: 6px;
}
.wp-block-image .alignright {
margin-left: 2.5em !important;
}
img.alignleft {
float:left; 
margin:0 1em 1em 0
}
img.aligncenter {
display: block; 
margin-left: auto; 
margin-right: auto
}
a img.alignright {
float:right; 
margin:0 0 1em 1em
}
a img.alignleft {
float:left; 
margin:0 1em 1em 0
}
a img.aligncenter {
display: block; 
margin-left: auto; 
margin-right: auto
} div.content.error div.contain {
width: 100%;
margin: 150px 0 80px;
display: inline-block;
position: relative;
text-align: center;
}
div.content.error div.contain:after {
content: "404";
margin: auto;
position: absolute;
top: -80px;
right: 0;	
left: 0;
font-size: 50px;
font-weight: 900;
}
div.content.error div.contain h2 {
font-size: 30px;
line-height: 30px;
font-weight: 700;
}
div.content.error div.contain p {
margin-top: 20px;
} div.scroll-top {
width: 100%;
margin-bottom: 60px;
position: relative;
} 
div.scroll-top:after {
content: "";
width: 100%;
height: 1px;
position: absolute;
bottom: -25px;
left: 0;
background: rgba(249,249,249, .1);
}
div.scroll-top span {
padding-left: 35px;
background: url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/img/icons/icon-arrow-up-white.svg) left center / 20px no-repeat;
cursor: pointer;   
color: #fff;
}
div.scroll-top span:hover {
text-decoration: underline;
} form.wpcf7-form { 
width: 100%;
max-width: 640px;
margin: 30px 0;
display: inline-block;
vertical-align: top;
padding: 40px;
background: #fff;
-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .015);
-webkit-border-radius: 3px;
}
div.content form.wpcf7-form h2 {
margin-top: 0;
}
div.subpage form.wpcf7-form {
max-width: 640px;
}
form.wpcf7-form.full {
padding: 20px;
width: 100%;
}
form.wpcf7-form label {
width: 100%;
display: inline-block;
padding-bottom: 5px;
font-size: 22px;
font-weight: 400;
color: #222;
}
form.wpcf7-form input,
form.wpcf7-form textarea {
width: 100%;
display: inline-block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
form.wpcf7-form input[type='text'],
form.wpcf7-form input[type='tel'],
form.wpcf7-form input[type='email'],
form.wpcf7-form input[type='submit'],
form.wpcf7-form textarea { 
-webkit-appearance: none; 
}
form.wpcf7-form input[type='text'],
form.wpcf7-form input[type='date'],
form.wpcf7-form input[type='tel'],
form.wpcf7-form input[type='email'],
form.wpcf7-form textarea,
form.wpcf7-form select {
margin: 15px 0 3px 0;
padding: 10px;
display: inline-block;
background: #f9f9f9;
border: 1px solid #eee;
font-family: redhat, sans-serif;
font-size: 14px;
font-weight: 400;
color: #676767;
position: relative;
-webkit-border-radius: 3px;
}
.wpcf7-not-valid { 
border-color: #fac6c8 !important;
}
.wpcf7 .ajax-loader {
display: none !important;
}
div.wpcf7-response-output {
padding: 0 !important;
margin: 15px 0 0 0 !important;
border: 0 solid #fac6c8 !important;
color: #ed1c24 !important;
}
form.wpcf7-form input:hover,
form.wpcf7-form input:focus,
form.wpcf7-form textarea:hover,
form.wpcf7-form textarea:focus,
form.wpcf7-form select:hover,
form.wpcf7-form select:focus { 
border-color: #21a2e4;
outline: none;
}
form.wpcf7-form input[type='text'].error,
form.wpcf7-form input[type='tel'].error,
form.wpcf7-form input[type='email'].error,
form.wpcf7-form textarea.error,
form.wpcf7-form select.error { 
border-color: #ff5274; 
}
::-webkit-input-placeholder { color: #676767; }
:-moz-placeholder           { color: #676767; opacity: 1; }
::-moz-placeholder          { color: #676767; opacity: 1; }
:-ms-input-placeholder      { color: #676767; }  
form.wpcf7-form textarea { 
resize: none; 
height: 100px; 
} 
form.wpcf7-form input[type='submit'] {
width: 100%;
margin: 5px 0 0 0;
padding: 10px;
background: #21a2e4;
color: #fff; 
font: 700 16px / 24px 'redhat', sans-serif;
border: 0;
color: #fff;
cursor: pointer;
font-family: redhat, sans-serif;
-webkit-transition: all 100ms ease-in-out;
-webkit-border-radius: 6px;
}
form.wpcf7-form input[type='submit']:hover {
background-color: #25b5ff;
}
form.wpcf7-form input[type='submit']:focus,
form.wpcf7-form input[type='submit']:active {
outline: none;
}
form.wpcf7-form div.success p { 
margin-bottom: 5px;
padding: 5px !important; 
background: #cefcdd; 
text-align: center; 
font-size: .8em;
-webkit-border-radius: 3px; 
border-radius: 3px; 
-webkit-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}
form.wpcf7-form div.success p.steady {
background: #70da93; 
}
form.wpcf7-form div.success p.blink { 
background: #cefcdd; 
}
form.wpcf7-form div.loader { 
width: 100%; 
height: 100%; 
display: none; 
position: absolute; 
top: 0; 
left: 0; 
z-index: 99999; 
background: url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/img/icon-loading.svg) no-repeat center center; 
}
form.wpcf7-form p.required {
margin-bottom: 10px;
}
form.wpcf7-form input[type=checkbox] {
width: auto;
}
span.wpcf7-list-item {
width: 100%;
margin: 0 !important;
display: inline-block;
}
.wpcf7-not-valid-tip {
display: none !important;
}
.custom-file-input::-webkit-file-upload-button {
visibility: hidden;
}
form.wpcf7-form input[type='text'].wpcf7-validates-as-required:after {
content: "*";
margin: auto;
position: absolute;
right: 10px;
top: 0;
bottom: 0;
z-index: 10;
color: #27ae60;	
}
form.wpcf7-form input[type='text'].licenseplate {
padding-left: 50px;
background: #ffcd00 url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/img/kentekenplaat.jpg) no-repeat left center / auto 100%;
border: 2px solid #000;
}
.custom-file-input::before {
content: 'Select some files';
display: inline-block;
background: #fff;
border: 0;
border-radius: 0;
margin: 0 0 3px;
padding: 8px 10px;
outline: none;
white-space: nowrap;
-webkit-user-select: none;
cursor: pointer;
font: 400 13px / 13px 'redhat', sans-serif;
}
.custom-file-input:hover::before {
opacity: .8;
}
.custom-file-input:active::before {
background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
.wpcf7-spinner {
display: none;
}	
label {
width: 100%;
margin: 0 0 8px;
display: inline-block;
font: 400 13px / 13px redhat, sans-serif;
}
input,
textarea,
select {
width: 100%;
margin: 0;
padding: 8px 12px;
display: inline-block;
vertical-align: top;
background: #fff;
border: 1px solid #D9D9D9;
font: 400 16px / 24px redhat, sans-serif;
color: #676767;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: none
}
input:focus,
textarea:focus,
select:focus {
outline: 0;
border-color: #cacaca;
}
select {
cursor: pointer;
} .actions {
width: 100%;
height: 20px;
margin-bottom: 30px;
display: flex;
flex-flow: row-reverse;
}
.actions.bottom {
margin-top: 30px;
}
.actions .totalitems { 
font-size: 16px;
}
.actions .pagination {
margin-right: 30px;
}
.actions .pagination .pagination-link {
margin: 0 10px;
display: inline-block;
cursor: pointer;
font-size: 16px;
}
.actions .pagination .pagination-link:hover:not(.disabled) {
text-decoration: underline;
}
.actions .pagination .pagination-link.disabled {
pointer-events: none;
opacity: .5;
}
.actions .pagination .pagination-seperator,
.actions .pagination .pagination-item {
font-size: 16px;
}
.actions .pagination .pagination-item {
margin: 0 3px;
}
.actions .pagination .pagination-item.active {
color: #21a2e4;
}
.actions .sort {
margin-right: 30px;
display: none;
}
.actions .sort select {
width: auto;
background: transparent;
border: 0;
padding: 0 0 0 15px;
font: 400 16px / 20px redhat, sans-serif;
background: url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/img/icons/icon-arrow-down.svg) no-repeat left center / 10px; 
color: #000;
text-align: right;
}
.actions .sort select + .select2-container--default .select2-selection--single {
background: none;
border: 0;
}
.actions .sort select + .select2-container--default .select2-selection--single .select2-selection__rendered {
padding: 0;
border: 0;
line-height: 20px;
padding-left: 20px;
background: url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/img/icons/icon-arrow-down.svg) no-repeat left center / 10px; 
font-size: 16px;
}
.actions .sort select option {
text-align: left;
} .select2-dropdown {
border: 0;
margin-top: 0;
-webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .07);
}
.select2-container {
width: 100% !important;		
}
.select2-container .selection {
width: 100%;
display: inline-block;
}
.select2-results__option {
padding-left: 10px;
}
form#article-add div.block .select2-container,
form#category .select2-container {
max-width: 100% !important;
}
.select2-container .select2-selection {
border: 0 solid #D9D9D9;
}
.select2-container--default .select2-selection .select2-selection__placeholder {
color: #b5bdc4;
}
.select2-container .select2-search--inline .select2-search__field {
margin-top: 12px;
font: 400 16px / 16px redhat, sans-serif;
-webkit-border-radius: 0;
border-radius: 0;
}
.select2-container--default .select2-selection {
padding-left: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
margin-top: 7px;
font: 400 16px / 24px redhat, sans-serif;
background: #f1f1f1;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
padding-top: 2px;
font: 400 16px / 24px redhat, sans-serif;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
font: 400 16px / 28px redhat, sans-serif;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
border: 1px solid #D9D9D9;
}
.select2-container--default .select2-selection .select2-selection__arrow b {
display: none;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
background-color: #21a2e4;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
border: 1px solid #D9D9D9;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
height: auto;
padding: 6px 30px 6px 10px;
font-size: 16px;
border: 1px solid #ddd;
-webkit-border-radius: 3px;
}
.select2-container .select2-selection {
background: url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/img/icons/icon-arrow-down.svg) no-repeat calc(100% - 11px) 13px / 16px;
} .filters {
width: 100%;
max-width: 260px;
padding: 0;
margin-bottom: 30px;
display: inline-block;
vertical-align: top;
}
.filters .banner-vanclaes {
width: 260px;
height: 260px;
margin-top: 30px;
display: inline-block;
vertical-align: top;
background: url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/img/vanclaestrailers.jpg) no-repeat center / contain;
}
.filters .filter:not(:first-of-type) {
margin-top: 30px;
}
.filters .filter.multipleselect {
width: 100%;
}
.filters .filter.multipleselect + .select2-container {
width: calc(100% - 40px) !important;
margin-left: 40px;
}
.filters .filter.multipleselect + .select2-container--default .select2-selection--single .select2-selection__rendered:hover {
color: #111111;
}
.filters .filter > label {
margin: 5px 0 15px;
font: 400 22px / 24px redhat, sans-serif;
}
.filters .filter.multiple .input-icon:last-of-type {
margin-top: 3px;
}
.filters .filter {
width: 100%;
display: inline-block;
position: relative;
}
.filters .filter .reset {
width: 40px;
height: 100%;
margin: auto;
position: absolute;
top: 0;
bottom: 0;
right: 1px;
background: url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/img/icons/icon-cross.svg) no-repeat center / 10px; 
border-left: 0;
cursor: pointer;
-webkit-transition: ease transform 200ms;
transition: ease transform 200ms;
-webkit-border-radius: 0 6px 6px 0;
border-radius: 0 6px 6px 0;
}
.filters .filter .reset:hover {
transform: scale(1.1);
}
.filters .filter .contain-radio {
width: 100%;
display: inline-block;
vertical-align: top;
overflow: hidden;
font-size: 0;
}
.filters .filter .contain-radio label {
width: auto;
margin: 0 10px 0 0;
display: inline-block;
vertical-align: top;	
}
.filters .filter .radio {
display: none;		
}
.filters .radio + .radio-select {
width: 100%;
padding: 12px 20px;
display: inline-block;
vertical-align: top;
background: no-repeat 10px center / 30px;
cursor: pointer;
color: #2a2a2a;
text-align: center;
font: 700 20px / 20px 'redhat', sans-serif;
-webkit-transition: 200ms background ease;
-webkit-border-radius: 3px;
}
.filters .filter label:last-of-type .radio + .radio-select {
border-right: 0;
}
.filters .filter .radio:checked + .radio-select,
.filters .filter .radio:hover + .radio-select {
color: #fff;
background-color: #111111;		
} .sub .content.aanbod {
font-size: 0;
}
.sub .content.aanbod .center {
padding: 20px 20px 100px;
}
.sub .content.aanbod h1 {
margin-bottom: 0;
}
#presentations {
width: calc(100% - 300px);
margin-left: 40px;
min-height: 600px;
display: inline-block;
}
#presentations p.nothing-found {
padding: 100px 0;
text-align: center;
font: 400 24px / 32px redhat, sans-serif;
position: relative;
}
#presentations p.nothing-found span {
width: 100%;
margin-top: 5px;
display: inline-block;
font: 400 18px / 26px redhat, sans-serif;
}
#presentations.loading {
background: url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/img/icons/icon-loading.svg) no-repeat center 100px / 80px; 
}
#presentations .presentation {
width: calc(33.333333333333333% - 27px);
margin: 50px 40px 0 0;
display: inline-block;
vertical-align: top;
position: relative;
text-decoration: none;
cursor: pointer;
border: 1px solid #eee;
-webkit-transition: ease box-shadow 200ms;
-webkit-border-radius: 3px;
}
#presentations .presentation:nth-of-type(-n+3) {
margin-top: 0;
}
#presentations .presentation:nth-of-type(3n+3) {
margin-right: 0;
}
#presentations .presentation:hover .info {
-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
}
#presentations .presentation:last-of-type {
margin-bottom: 0;
}
#presentations .image-contain {
overflow: hidden;
-webkit-border-radius: 6px 6px 0 0;
}
#presentations .presentation .thumbs {
width: 100%;
max-width: 755px;
padding: 0;
display: inline-block;
vertical-align: top;
}
#presentations .presentation .thumb {
width: 100%;
height: 280px;
display: inline-block;
vertical-align: top;
background: #fff no-repeat center / contain;
-webkit-transition: 200ms ease transform;
}
#presentations .presentation:hover .thumb {
transform: scale(1.1);
}	
#presentations .presentation .info {
width: 100%;
margin: 0;
padding: 20px 30px;
display: inline-block;
vertical-align: top;
position: relative;
background: #fff;
z-index: 15;
-webkit-border-radius: 0 0 6px 6px;
-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .075);
}	
#presentations .presentation .title {
width: 100%;
min-height: 60px;
margin-bottom: 10px;
padding: 0;
display: inline-block;
z-index: 10;
letter-spacing: -.015em;
font: 700 22px / 30px 'redhat', sans-serif;
}
#presentations .presentation .info span.price {
width: 100%;
margin-top: 0;
display: inline-block;
font: 400 24px / 24px redhat, sans-serif;
color: #21a2e4;
}
#presentations .presentation .info .specifications {
width: 100%;
margin-bottom: 25px;
display: inline-block;
}
#presentations .presentation .info .specifications {
font: 400 16px / 24px redhat, sans-serif;
}
#presentations .presentation .info .cta {
width: 40px;
height: 40px;
position: absolute;
bottom: 15px;
right: 20px;
background: url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/img/icons/icon-arrow-right.svg) no-repeat center / 14px; 
-webkit-border-radius: 300px;
}
div.articles-loading {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 2011;
background: #fff;
display: none;
}
div.articles-loading span {
width: 100px;
height: 100px;
margin: auto;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1001;
background: url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/img/icons/icon-loading.svg) no-repeat center / 100px; 
}
.content.presentation #breadcrumbs {
text-align: center;
}
.content.presentation .matterport-container {
position: relative;
}
.content.presentation .matterport-overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;	
background: rgba(0, 0, 0, .3);
cursor: pointer;
-webkit-transition: ease 200ms background;
}
.content.presentation .matterport-overlay:hover {
background: rgba(0, 0, 0, .1);
}
.content.presentation iframe.matterport {
width: 100%;
height: 500px;		
}
#lightSliderDetail {
margin: 0;
}
#lightSliderDetail li {
padding: 0;
position: relative;
border: 1px solid #eee;
-webkit-border-radius: 5px;
}
#player {
width: 100%;
height: 519px;
display: inline-block;
vertical-align: top;
background: no-repeat center / contain;
-webkit-border-radius: 10px;
}
#lightSliderDetail .video-overlay {
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 11;
cursor: pointer;
transition: ease opacity 100ms;
}
#lightSliderDetail .video-overlay:before {
content: "Bekijk video";
width: 120px;
height: 20px;
padding-top: 80px;
margin: auto;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
text-align: center;
color: #fff;
background: url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/img/icons/icon-play-black.svg) no-repeat top center / 80px;
font: 400 20px / 28px redhat, sans-serif;
}
#lightSliderDetail li img {
width: 100%;
min-height: 520px;
max-height: 520px;
object-fit: cover;
display: inline-block;
vertical-align: top;
-webkit-border-radius: 6px;
}
.lSSlideOuter .lSPager.lSGallery li {
position: relative;
}
.lSGallery li:nth-of-type(2):after {
background: url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/img/icons/icon-play-black.svg) no-repeat top/80px;
bottom: 0;
color: #fff;
content: "";
font: 400 20px/28px redhat,sans-serif;
height: 80px;
left: 0;
margin: auto;
position: absolute;
right: 0;
text-align: center;
top: 0;
width: 80px;
}
.presentation-detail-specs {
width: calc(50% - 50px);
height: 744px;
padding: 50px;
margin-left: 50px;
display: inline-block;
vertical-align: top;
position: relative;
background: #f9f9f9;
-webkit-border-radius: 6px;
}
.content.presentation h1 {
width: 100%;
position: static;
text-align: left;
font: 400 50px / 60px 'redhat', sans-serif;
color: #111111;
}
.content.presentation h1 span {
width: 100%;
display: inline-block;
font-size: 30px;
font-weight: 400;
}
.content.presentation .not-found {
margin-bottom: 50px;
display: inline-block;
font: 400 40px / 40px 'redhat', sans-serif;
}
.content.presentation h2 {
margin: 50px 0 15px;
font: 700 36px / 44px 'redhat', sans-serif;
}
.content.presentation .images div {
width: 100%;
height: 640px;
background-size: cover;
background-position: center;
cursor: pointer;
-webkit-transition: 200ms transform ease;
}
.presentation-detail-image {
width: 50%;
display: inline-block;
vertical-align: top;
position: relative;
overflow: hidden;
background: #fff;
-webkit-border-radius: 3px 0 0 3px;
}
.presentation-detail-image .button-full-screen {
width: 50px;
height: 50px;
position: absolute;
bottom: 20px;
right: 20px;
z-index: 100;
cursor: pointer;
background: url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/img/icons/icon-fullscreen.svg) no-repeat center / 30px;
}
.presentation-detail-image .button-full-screen:hover {
transform: scale(.975);
}
.content.presentation .specifications div.contain {
display: grid;
grid-template-columns: repeat(3, calc(33.3333333% - 20px) [col-start]);
row-gap: 20px;
column-gap: 30px;
color: #fff;
}
.content.presentation .specifications div.contain span.field {
width: 100%;
margin-bottom: 5px;
display: inline-block;
color: #000;
font: 400 16px / 20px 'redhat', sans-serif;
}
.content.presentation .specifications div.contain span.value {
font: 400 26px / 34px 'redhat', sans-serif;
color: #000;
}
.content.presentation .specifications .spec.price {
width: 100%;
margin-bottom: 30px;
display: inline-block;
}
.content.presentation .specifications .spec.price .value {
font: 700 32px / 40px 'redhat', sans-serif;
color: #21a2e4;
}
.content.presentation {
font-size: 0;
}
.content.presentation .accessoires {
background: #fff;
margin-top: 60px;
padding: 50px; 
-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .015);
-webkit-border-radius: 3px;
}
.content.presentation .accessoires h2 {
margin-top: 0;
}
.content.presentation .accessoires .accessoires-contain {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
row-gap: 50px;
column-gap: 50px;
}
.content.presentation .accessoires .accessory.double .list-block {
width: 100%;
display: inline-block;
vertical-align: top;
}
.content.presentation .accessoires .accessory.double .list-block {
width: 50%;
}
.content.presentation .accessoires .title {
width: 100%;
margin-bottom: 15px;
display: inline-block;
font: 400 26px / 34px 'redhat', sans-serif;
color: #111111;
}
.content.presentation .accessoires .value {
width: 100%;
display: inline-block;
margin-bottom: 5px;
padding-left: 0;
font: 400 16px / 24px 'redhat', sans-serif;
}
.content.presentation .description {
width: 50%;
min-height: 484px;
margin-top: 60px;
padding: 50px; 
display: inline-block;
vertical-align: top;
background: #fff;
font: 400 18px / 30px redhat, sans-serif;
-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .015);
-webkit-border-radius: 3px;
}
.content.presentation .description.video { 
width: calc(50% - 40px);
margin: 40px 40px 0 0;
}
.content.presentation .media {
width: calc(50% - 60px);
height: 445px;
margin-top: 90px;
display: inline-block;
vertical-align: top;
position: relative;
}
.content.presentation .media:before {
width: calc(100% + 10px);
height: calc(100% + 100px);
content: '';
position: absolute;
bottom: -50px;
left: 50px;
z-index: -1;
background: rgb(40,56,98);
background: radial-gradient(circle, rgba(40,56,98,1) 0%, rgba(25,35,62,1) 100%);
-webkit-border-radius: 2px;
}
.content.presentation .media iframe {
width: 100%;
height: 445px;
}
.content.presentation .description h2 {
margin-top: 0;
}
.content.presentation .interested {
width: 50%;
margin-top: 120px;
display: inline-block;
vertical-align: top;
text-align: center;
}
.content.presentation .interested .cta-text {
width: 100%;
display: inline-block;
vertical-align: top;
font: 400 16px / 24px 'redhat', sans-serif;
}
.content.presentation .interested .cta-text {
text-align: center;
}
.content.presentation .interested img.thumb {
width: 100%;
max-width: 414px;
height: auto;
margin: 0 auto 20px;
display: inline-block;
object-fit: cover;
-webkit-border-radius: 6px;
}
.content.presentation .interested .cta-text .cta-title {
width: 100%;
margin-bottom: 20px;
display: inline-block;
color: #111111;
font: 700 34px / 40px 'redhat', sans-serif;
}
.content.presentation .interested .cta-text a {
padding-left: 26px;
font: 400 16px / 16px 'redhat', sans-serif;
background: no-repeat left center / 20px;
}
.content.presentation .interested .cta-text a.phone {
margin-right: 20px;
background-image: url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/img/icons/icon-contact-phone.svg);
}
.content.presentation .interested .cta-text a.mail {
background-image: url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/img/icons/icon-contact-email.svg);
}
.content.presentation .interested .form .form-title {
font: 400 24px / 40px 'redhat', sans-serif;	
}
.content.presentation .interested .form .form-title span {
font: 700 40px / 38px 'redhat', sans-serif;	
color: #111111;
}
.content.presentation .interested .form form {
width: 100%;
max-width: 100%;
}
.cta-contain {
position: absolute;
bottom: 50px;
left: 50px;
}
.cta-button {
width: auto;
margin: 30px 10px 0 0;
padding: 10px 25px 10px 50px;
display: inline-block;
position: relative;
background: #e49421 no-repeat 15px center / 22px;
color: #fff;
cursor: pointer;
text-align: center;
font: 400 19px / 27px 'redhat', sans-serif;
-webkit-transition: all 150ms ease;
transition: all 150ms ease; 
-webkit-border-radius: 6px;
}
.cta-button.contact { 
background-image: url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/img/icons/icon-cta-contact.svg);
}
.cta-button.video { 
background-image: url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/img/icons/icon-cta-video.svg);
}
.cta-button.p360 { 
background-image: url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/img/icons/icon-cta-360.svg);
}
.cta-button:hover {
background-color: #e48c0d;
}
.cta-button:last-of-type {
margin-right: 0;
}	
.back-to-listing {
width: 100%;
margin-top: 50px;
}
.back-to-listing.top {
margin: 0 0 30px;
}
.back-to-listing.bottom {
text-align: center;
}
.back-to-listing > a {
width: auto;
margin: 0;
padding: 10px 25px 10px 50px;
display: inline-block;
position: relative;
background:  url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/img/icons/icon-arrow-left.svg) no-repeat 15px center / 22px;
color: #111111;
text-align: center;
font: 400 22px / 30px 'redhat', sans-serif;
-webkit-transition: all 150ms ease;
transition: all 150ms ease; 
-webkit-border-radius: 3px;
}
.back-to-listing > a:hover {
text-decoration: underline;
} footer .miscellaneous {
padding: 40px 0;
background: #111111;
text-align: left;
}
footer .miscellaneous .center {
max-width: 1640px;
margin: 0 auto;
padding: 0 20px;
min-height: 0;
}
footer .miscellaneous .block {
width: 20%;
padding: 0 30px 0 0;
display: inline-block;
vertical-align: top;
}
footer .miscellaneous .block.social {
margin-right: 0;
padding-right: 0;
}
footer .miscellaneous .block.social .links {
margin-bottom: 20px;
}
footer .miscellaneous .block h3 {
margin: 0 0 30px;
font-size: 20px;
line-height: 20px;
font-weight: 700;
color: #fff;
}
footer .miscellaneous .block p,
footer .miscellaneous .block a,
footer .miscellaneous .block strong,
footer .miscellaneous .block li,
footer .miscellaneous .block span {
font-size: 14px;
line-height: 26px;
color: #fff;
}
footer .miscellaneous .block span {
display: inline-block;
margin: 0 3px;
}
footer .miscellaneous .block a:hover {
text-decoration: underline;
}
footer .miscellaneous .block.navigation ul {
margin: 0;
}
footer .miscellaneous .block.navigation ul li a {
background: none;
}
footer .miscellaneous .block.contact p span {
width: 100%;
max-width: 120px;
display: inline-block;
}
footer .miscellaneous .block.openingtimes p {
margin: 0;
}	
footer .miscellaneous .block.openingtimes p span {
width: 150px;
display: inline-block;		
}
footer nav ul {
background: none;
margin: 0;
padding: 0;
}
footer nav ul > li {
width: 100%;
padding: 0;
border: 0;
}
footer nav ul > li a {
padding: 3px 0;
text-align: left;
}
footer nav ul > li .sub-menu {
display: none;
}
footer .miscellaneous .contact {
width: 60%;
padding-left: 355px;
background: url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/img/logo-white.svg) no-repeat center left / 320px;
}
footer .contact p {
display: inline-block;
vertical-align: top;
margin-right: 15px;
padding-left: 25px;
background: no-repeat center left / 16px;
}
footer .contact p.full-width {
padding: 0;
width: 100%;
}
footer .contact p.phone {	
background-image: url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/img/icons/icon-contact-phone.svg);
}
footer .contact p.email {	
margin-right: 0;
background-image: url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/img/icons/icon-contact-email.svg);
}
footer .social .icon {
width: 30px;
height: 30px;
margin-right: 10px;
display: inline-block;
vertical-align: top;
}
footer .social .icon.facebook {
background-image: url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/img/icons/icon-social-facebook.svg)
}
footer .social .icon.instagram {
background-image: url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/img/icons/icon-social-instagram.svg);
}
footer .social .icon.whatsapp {
background: #1bd641 url(//watersportrandstad.nl/cms/wp-content/themes/watersportrandstad/assets/img/icons/icon-social-whatsapp.svg) no-repeat center / 60%;
-webkit-border-radius: 100%;
}
footer .developedby {
margin-top: 10px;
}
footer .developedby a,
footer .developedby p {
color: #fff;
font: 400 14px / 22px 'redhat', sans-serif;
} @media only screen and (min-width: 0) and (max-width: 1600px) {
.categories {
margin: 0 auto 0;
}
div.content .seo-description {
margin-top: 0;
}
.sub .center {
padding: 20px;
}
.sub .content > div > div.contain {
width: calc(100% - 434px);
margin-right: 20px;
}
.brand-models .model:nth-of-type(n) {
width: calc(50% - 20px);
margin: 20px 20px 0 0;
}
.brand-models .model:nth-of-type(2n+2) {
margin-right: 0;
}
.brand-models .model:nth-of-type(-n+2) {
margin-top: 0;
}
}
@media only screen and (min-width: 0) and (max-width: 1280px) {
.header .logo {
background-color: transparent;
}
.header .logo:after {
display: none;
}
.header-contain {
position: static;
z-index: 10;
}
.header .slogan { 
text-align: center;
top: 220px;
left: 0;
}
.header .cta {
top: 340px;
}
.header .cta {
left: 0;
margin: auto;
}
nav ul > li a {
padding: 15px 18px;
font: 700 18px / 18px 'redhat', sans-serif;
}
.content .center.about,
.content .center.offer,
.content .center.dealer {
padding: 20px;
}
.content .center.about .right {
width: 100%;
padding: 0;
}
.content .center.about .left {
display: none;
}
.sub .model .interested {
padding: 0;
}
.sub .model .interested img.thumb {
max-width: 100%;
-webkit-border-radius: 0;
}
.sub .model .interested .cta-text {
width: 100%;
margin: 0 0 30px 0;
padding: 0;
}
.sub .model .interested .form {
width: 100%;
margin: 0;
text-align: center;
}
.sub .model .interested .form .form-title span {
font: 700 30px / 30px 'redhat', sans-serif;
}
.sub .model .model-about {
padding: 40px 0;
}
.sub .model .model-equipment {
padding: 0 0 40px;
}
.sub .model .model-equipment > div li {
width: 100%;
margin-bottom: 10px;
}
.sub .model .model-specification {
padding: 0 0 40px;
display: inline-block;
}
.sub .model .model-specification li {
width: 50%;
margin-bottom: 20px;
display: inline-block;
}
.sub .model .model-images {
display: inline-block;
padding: 0 0 40px;
}
.sub .model .model-images a {
width: calc(25% - 10px);
margin-bottom: 20px;
display: inline-block;
}
.sub .model .model-images a:nth-child(4n+4) {
margin-right: 0;
}
footer .miscellaneous .block {
width: 100%;
padding: 0;
margin-top: 30px;
}
footer .miscellaneous .block:first-child {
margin-top: 0;
}	
footer .miscellaneous .contact {
padding-top: 120px;
background-position: left top;
background-size: 280px;
}
#presentations .presentation:nth-child(n) {
width: calc(50% - 10px);
margin: 10px 30px 0 0;
}
#presentations .presentation:nth-child(2n+2) {
width: calc(50% - 20px);
margin-right: 0;
}
}
@media only screen and (min-width: 0) and (max-width: 960px) {  
.header .topbar .icon {
width: 30px;
height: 30px;
padding: 0 !important;
margin-right: 0 !important;
}
.header .topbar .icon span {
display: none;			
}
.header .topbar .block.social {
margin-left: 0;
}
nav.menufixed,
nav.original,
nav.cloned ul {
display: none;
}
#nav-button-mobile {
display: inline-block;
}
.sub .content > div > div.contain {
width: 100%;
margin: 0 0 30px;
}
.sub .content div.sidebar {
max-width: 100%;
}
.sub .content h1 {
font: 700 32px / 38px redhat, sans-serif;
}
#presentations .presentation .thumb {
height: 200px;
}
.content.presentation .description,
.content.presentation .accessoires {
width: 100%;
height: auto;
margin: 0;
padding: 20px;
}
.content.presentation .interested {
width: 100%;
margin-top: 30px;
padding: 20px;
}
.presentation-detail-image {
width: 100%;
margin: 0 0 30px;
}
.presentation-detail-specs {
width: 100%;
height: auto;
margin: 0;
background: transparent;
padding: 20px 20px 90px;
}
.cta-contain {
left: 20px;
bottom: 20px;
}
.sub .model .model-about-content {
width: 100%;
min-height: 0;
padding: 0;
}
.sub .model .model-about-content > img {
max-width: 640px;
margin: 0 0 20px;
position: static;
-webkit-border-radius: 6px;			
}
}
@media only screen and (min-width: 0) and (max-width: 768px) {
.sub .model .child-pages li { 
max-width: 100%;
}
.sub .model .model-images a:nth-child(n) {
width: calc(50% - 10px);
margin-right: 20px;
}
.sub .model .model-images a:nth-child(2n+2) {
margin-right: 0;
}
}
@media only screen and (min-width: 0) and (max-width: 640px) {
.header-contain {
text-align: center;
}
.header .logo {
margin-top: 30px;
}
.header .topbar .contain {
left: 0;
text-align: center;
}
.header .slogan { 
width: 100%;
padding: 15px 0 0;
border-top: 1px solid #eee;
position: static;
color: #183864;
font-size: 20px;
line-height: 32px;
}
.header .slogan span {
font-size: 30px;
}
.header .cta {
position: static;
margin: 20px 0;
display: inline-block;
}
.nav-contain {
width: calc(100% - 140px);
left: 20px;
margin: 0 70px 20px;
position: static;
}
.content .center.about .right h2 {
font-size: 30px;
line-height: 40px;
}
.content .center.dealer h3 {
font-size: 30px;
}
.brand-models .model:nth-of-type(n) {
width: 100%;
margin: 20px 0 0 0;
}
.filters {
max-width: 100%;
margin-bottom: 30px;
}
#presentations {
width: 100%;
margin: 0;
}
.actions {
margin-bottom: 10px;
height: auto;
display: inline-block;
}
.actions > div {
margin: 0 0 10px;
}
.actions .pagination .pagination-link:first-child {
margin-left: 0;
}
.content.presentation .specifications div.contain {
grid-template-columns: repeat(2, calc(50% - 20px) [col-start]);
}
}
@media only screen and (min-width: 0) and (max-width: 500px) {
.sub .model .model-specification li {
width: 100%;
margin-bottom: 10px;
}
#presentations .presentation:nth-child(n) {
width: 100%;
margin: 10px 0 0 0;
}
}
@media only screen and (min-width: 0) and (max-width: 413px) {
}