.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
word-break: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.wpml-ls-legacy-list-horizontal{border:1px solid transparent;padding:7px;clear:both}.wpml-ls-legacy-list-horizontal>ul{padding:0;margin:0!important;list-style-type:none}.wpml-ls-legacy-list-horizontal .wpml-ls-item{padding:0;margin:0;list-style-type:none;display:inline-block}.wpml-ls-legacy-list-horizontal a{display:block;text-decoration:none;padding:5px 10px 6px;line-height:1}.wpml-ls-legacy-list-horizontal a span{vertical-align:middle}.wpml-ls-legacy-list-horizontal a span.wpml-ls-bracket{vertical-align:unset}.wpml-ls-legacy-list-horizontal .wpml-ls-flag{display:inline;vertical-align:middle}.wpml-ls-legacy-list-horizontal .wpml-ls-flag+span{margin-left:.4em}.rtl .wpml-ls-legacy-list-horizontal .wpml-ls-flag+span{margin-left:0;margin-right:.4em}.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer{margin-bottom:30px}.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer>ul{text-align:center}html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 60px;
margin: 0;
line-height: 49px;
font-weight: 400;
}  hr {
box-sizing: content-box;
height: 0;
overflow: visible;
} pre {
font-family: "Red Hat Display", "Helvetica Neue", sans-serif;
font-size: 1em;
}  a {
background-color: transparent;
} abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: "Red Hat Display", "Helvetica Neue", sans-serif;
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: "Red Hat Display", "Helvetica Neue", sans-serif;
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;
}
.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
border-radius: 0px;
padding-top: 8px;
padding-bottom: 8px;
background: #3F6E76;
border-color: #3F6E76;
color:#fff;
box-shadow:0px 3px 6px rgba(0,0,0,0.16);
font-size:18px;
}
.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey:hover {
box-shadow:0px 3px 6px rgba(0,0,0,0.25);
}
.purple .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
background: #7F56C5;
border-color: #7F56C5;
color:#fff;
}
.pink .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
background: #D61057;
border-color: #D61057;
color:#fff;
} 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;
}  *,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}  body,
button,
input,
select,
optgroup,
textarea {
font-size: 16px;
color: #000;
font-family: "Red Hat Display", "Helvetica Neue", sans-serif;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
font-family: "Red Hat Display", "Helvetica Neue", sans-serif;
}
p {
font-family: "Red Hat Display", "Helvetica Neue", sans-serif;
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-family: "Red Hat Display", "Helvetica Neue", sans-serif;
font-style: italic;
}
blockquote {
font-family: "Red Hat Display", "Helvetica Neue", sans-serif;
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Red Hat Display", "Helvetica Neue", sans-serif;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: "Red Hat Display", "Helvetica Neue", sans-serif;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
}
.white p,
.white h1,
.white a,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6,
.white li {
color:#fff !important;
}
.blocks3_home h2 {
font-size: 16px;
font-weight: 400;
}
.blocks3_home .title p {
font-size: 28px;
font-weight: 600;
text-transform: uppercase;
margin-top: 5px;
line-height: 28px;
} body {
background: #fff;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
} embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
} a {
color: #3F6E76;
}
a:visited {
color: #3F6E76;
}
a:hover,
a:focus,
a:active {
color: #3F6E76;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 0px solid;
border-radius: 0px;
background: #fff;
color: rgba(0, 0, 0, 1);
line-height: 1;
padding: 0.6em 1em 0.4em;
font-family: "Red Hat Display", "Helvetica Neue", sans-serif;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
font-family: "Red Hat Display", "Helvetica Neue", sans-serif;
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
font-family: "Red Hat Display", "Helvetica Neue", sans-serif;
color: #000;
border: 0px solid #ccc;
border-radius: 0px;
padding: 8px 10px;
margin-bottom: 15px;
width: 100%;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
font-family: "Red Hat Display", "Helvetica Neue", sans-serif;
color: #000;
}
select {
border: 0px solid #ccc;
}
textarea {
width: 100%;
height: 160px !important;
}
::-ms-input-placeholder { color: #000;
font-family: "Red Hat Display", "Helvetica Neue", sans-serif;
opacity: 1;
font-size:16px;
}
::placeholder {
color: #000;
font-family: "Red Hat Display", "Helvetica Neue", sans-serif;
opacity: 1;
font-size:16px;
}
.wpcf7-not-valid-tip {
color: #fff;
margin-top: -15px;
margin-bottom: 10px;
}
.wpcf7-submit {
background: #000 !important;
color: #fff !important;
padding: 10px 35px !important;
font-size: 18px !important;
font-weight: 600 !important;
font-family: "Red Hat Display", "Helvetica Neue", sans-serif;
cursor: pointer !important;
float: right;
}
form div p {
padding:0;
margin:0;
}
.first,
.phone {
width: 48%;
float: left;
}
.last,
.company {
width: 48%;
float: right;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
border-color: #fff !important;
color: #fff !important;
} .home #primary {
}
#primary .entry-content {
width: 88%;
max-width: 1366px;
margin: 0 auto;
}
.vc_col-has-fill > .vc_column-inner, .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_column_container > .vc_column-inner {
padding-top: 0px !important;
} .vc_gitem-zone-a .vc_gitem-zone-mini {
position: absolute !important;
background: rgba(0,0,0,0.25) !important;
}
.vc_custom_heading.date.vc_gitem-post-data.vc_gitem-post-data-source-post_date,
.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title h4 {
color:#fff;
text-shadow: 3px 3px 6px rgba(0,0,0,0.56);
margin-bottom: 0px !important;
line-height: 1;
}
.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title h4 {
font-size:20px;
font-weight:600;
text-transform:uppercase;
margin-top: 5px;
}
.vc_gitem_row .vc_gitem-col {
padding: 15px 30px 15px 15px;
}
.vc_gitem_row .vc_gitem-col {
padding: 25px !important;
padding-bottom: 10px !important;
}
.vc_btn3.vc_btn3-color-default,
.vc_btn3.vc_btn3-color-default.vc_btn3-style-flat {
color: #fff;
background-color: #000;
border-radius: 0px;
padding: 5px 15px;
font-size: 18px;
font-weight: 300;
}
a.vc_btn3.vc_btn3-color-default:hover,
a.vc_btn3.vc_btn3-color-default.vc_btn3-style-flat:hover,
.vc_gitem-zone-a:hover a.vc_btn3.vc_btn3-color-default {
color: #fff;
background-color: #D61057;
}
.newsbg {
background: url(//www.sarawak.nl/wp-content/themes/srwk_nl/images/news-topbg.jpg) no-repeat center bottom;
background-size:cover;
}
.newsbg.headpage {
padding: 5px 30px 80px !important;
}
.newsbg.headpage .bigbaseline p {
font-size:24px !important;
line-height: 1.2;
} .blocks3_home {
padding-top: 50px;
padding-bottom: 50px;
}
.blocks3_home .wpb_content_element, ul.wpb_thumbnails-fluid > li {
margin-bottom: 0px;
}
.blocks3_home .vc_col-sm-4 {
position: relative;
}
.blocks3_home .vc_col-sm-4 a.vc_general {
position: absolute;
bottom: 45px;
right: 45px;
top: inherit;
}
.blocks3_home .news .vc_column-inner {
padding-left: 0px;
padding-right: 0px;
}
.blocks3_home .vc_col-sm-4 .vc_column-inner,
.blocks3_home .vc_col-sm-4 .vc_column-inner .vc_gitem-zone.vc_gitem-zone-a {
min-height: 300px;
}
.blocks3_home .news .vc_gitem_row .vc_gitem-col {
padding: 0px 0 0 15px;
}
.blocks3_home .news .vc_grid.vc_row .vc_grid-item .wpb_content_element {
margin-bottom: 0px;
}
.blocks3_home .news .vc_gitem-zone-a .vc_gitem-row-position-top,
.blocks3_home .news .vc_gitem-zone-b .vc_gitem-row-position-top {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.blocks3_home .news .vc_gitem-zone-a .vc_gitem-row-position-bottom,
.blocks3_home .news .vc_gitem-zone-b .vc_gitem-row-position-bottom {
position: absolute;
left: inherit;
right: 40px;
bottom: 7px;
}
.blocks3_home .news .vc_gitem-zone-a .vc_gitem-row-position-bottom .vc_col-sm-12.vc_gitem-col.vc_gitem-col-align- {
text-align: right;
}
.blocks3_home .news .vc_gitem_row.vc_row.vc_gitem-row-position-middle {
top: 80px;
}
.blocks3_home .news .vc_custom_heading.title.vc_gitem-post-data.vc_gitem-post-data-source-post_title {
color: #fff;
font-size: 28px;
line-height: 28px;
text-transform: uppercase;
width: 60%;
font-weight: 600;
margin-top: 20px;
display: initial;
}
.blocks3_home .news .vc_gitem-zone-a .vc_gitem-zone-mini {
position: absolute !important;
background: rgba(120,87,194,0.6) !important;
} .page-id-19 .vc_gitem-zone-mini .wpb_text_column.wpb_content_element,
.page-id-19 .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title h4 {
color:#fff;
text-shadow: 3px 3px 6px rgba(0,0,0,0.56);
margin-bottom: 0px !important;
line-height: 1;
}
.page-id-19 .vc_gitem_row .vc_gitem-col {
padding: 15px 30px 15px 15px;
}
.page-id-19 .vc_btn3.vc_btn3-color-default,
.page-id-19 .vc_btn3.vc_btn3-color-default.vc_btn3-style-flat {
color: #fff;
background-color: #000;
border-radius: 0px;
padding: 5px 15px;
font-size: 18px;
font-weight: 300;
}
.page-id-19 a.vc_btn3.vc_btn3-color-default:hover,
.page-id-19 a.vc_btn3.vc_btn3-color-default.vc_btn3-style-flat:hover,
.page-id-19 .vc_gitem-zone-a:hover a.vc_btn3.vc_btn3-color-default {
color: #fff;
background-color: #7F56C5;
} .page-id-17 h2 {
font-size:24px;
font-weight:400;
}
.page-id-17 .vc_gitem-zone-a .vc_gitem-zone-mini {
position: absolute !important;
background: rgba(0,0,0,0.25) !important;
}
.page-id-17 .vc_gitem-zone-mini .wpb_text_column.wpb_content_element,
.page-id-17 .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title h4 {
color:#fff;
text-shadow: 3px 3px 6px rgba(0,0,0,0.56);
margin-bottom: 0px !important;
line-height: 1;
}
.page-id-17 .wpb_content_element {
margin-bottom: 25px;
}
.page-id-17 .vc_row.wpb_row.vc_row-fluid.cat {
padding-top: 0px !important;
}
.page-id-17 .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title h4 {
font-size:28px;
font-weight:600;
text-transform:uppercase;
margin-top: 0px;
}
.page-id-17 .vc_gitem_row .vc_gitem-col {
padding: 15px 30px 15px 15px;
}
.page-id-17 .vc_btn3.vc_btn3-color-default,
.page-id-17 .vc_btn3.vc_btn3-color-default.vc_btn3-style-flat {
color: #fff;
background-color: #000;
border-radius: 0px;
padding: 5px 15px;
font-size: 18px;
font-weight: 300;
}
.page-id-17 a.vc_btn3.vc_btn3-color-default:hover,
.page-id-17 a.vc_btn3.vc_btn3-color-default.vc_btn3-style-flat:hover,
.page-id-17 .vc_gitem-zone-a:hover a.vc_btn3.vc_btn3-color-default {
color: #000;
background-color: #fff;
}
.casesbg {
background: url(//www.sarawak.nl/wp-content/themes/srwk_nl/images/cases-topbg.jpg) no-repeat center bottom;
background-size:cover;
}
.casesbg.headpage {
padding: 5px 30px 80px !important;
}
.casesbg.headpage .bigbaseline p {
font-size:24px !important;
line-height: 1.2;
} .relatedcase .vc_gitem_row .vc_gitem-col {
padding: 20px 30px;
}
.relatedcase .vc_btn3.vc_btn3-color-default,
.relatedcase .vc_btn3.vc_btn3-color-default.vc_btn3-style-flat {
color: #fff;
background-color: #000;
}
.relatedcase:hover .vc_btn3.vc_btn3-color-default,
.relatedcase:hover .vc_btn3.vc_btn3-color-default.vc_btn3-style-flat {
color: #000;
background-color: #fff;
}
.relatedcase .wpb_text_column.wpb_content_element {
margin-bottom:5px !important;
}
.othercases {
background:rgba(112,112,112,0.1);
padding:30px 0;
clear: both;
}
.othercases h3 {
font-size:24px;
text-transform: uppercase;
font-weight:400;
}
.relatednews:hover .vc_btn3.vc_btn3-color-default,
.relatednews:hover .vc_btn3.vc_btn3-color-default.vc_btn3-style-flat {
color: #fff;
background-color: #D61057;
} .aboutus {
padding-top: 80px;
padding-bottom: 60px;
}
.aboutus .baseline p {
font-size: 36px;
line-height: 36px;
text-transform: uppercase;
}
.wpb_text_column.wpb_content_element ul {
padding-left: 15px;
margin-left: 0;
list-style-type: none;
padding-right:120px;
}
.wpb_text_column.wpb_content_element ul li {
position: relative;
margin-left: 5px;
margin-bottom:10px;
}
.wpb_text_column.wpb_content_element ul li:before {
background-image: url(//www.sarawak.nl/wp-content/themes/srwk_nl/images/squareligreen.jpg);
background-size: 12px 12px;
width: 12px;
height: 12px;
content: "";
position: absolute;
left: -19px;
top: 4px;
}
.aboutus .wpb_text_column.wpb_content_element ul {
padding-left: 15px;
margin-left: 0;
list-style-type: none;
padding-right:120px;
}
.aboutus .wpb_text_column.wpb_content_element li {
font-size: 14px;
line-height: 16px;
}
.aboutus .wpb_text_column.wpb_content_element li {
position: relative;
margin-left: 5px;
margin-bottom:10px;
}
.aboutus .wpb_text_column.wpb_content_element li:before {
background-image: url(//www.sarawak.nl/wp-content/themes/srwk_nl/images/squareliwhite.jpg);
background-size: 12px 12px;
width: 12px;
height: 12px;
content: "";
position: absolute;
left: -19px;
top: 4px;
}
.aboutus.aligntop {
background-position-y: 0% !important;
} .testiblock {
background: rgba(112,112,112,0.1) url(//www.sarawak.nl/wp-content/themes/srwk_nl/images/quotes.png) no-repeat 80% 60%;
padding:20px 120px;
}
.picwho {
float:left;
max-width:80px;
margin-right:20px;
}
.picwho img {
width:50px;
height:50px;
border-radius:10px;
}
.who {
float:left;
width:auto;
}
.who p {
font-size: 16px;
font-weight: 300;
}
.testimonial p {
font-size: 18px;
font-weight: 400;
}
.vc_pagination-color-grey.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
background-color: #333 !important;
}
.vc_pagination-color-grey.vc_pagination-style-outline .vc_pagination-trigger {
border-color: #333 !important;
} .listservices {
padding-top:50px;
}
.listservices.lightpadding {
padding-top:0px;
}
.listservices h3 {
padding-top:150px;
padding-bottom: 80px;
color: #fff;
font-size: 36px;
line-height: 36px;
text-transform: uppercase;
font-weight: 500;
}
.listservices a {
margin-bottom: 30px !important;
}
footer #main .wpb-content-wrapper {
width: 88%;
max-width: 1366px;
margin: 0 auto;
}
footer#colophon {
background: #000;
color: #fff;
padding-top:20px;
}
footer .spaceletter p {
letter-spacing: 2px;
}
footer .europe p {
padding: 50px 0px;
}
footer .europe {
margin-left: -25px;
margin-right: -25px;
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
}
footer .europe .wpb_text_column.wpb_content_element {
margin-bottom:10px;
}
footer .europe .france {
background: url(//www.sarawak.nl/wp-content/themes/srwk_nl/images/sarawak-france.jpg) no-repeat center center;
background-size: 94%;
}
footer .europe .belgium {
background: url(//www.sarawak.nl/wp-content/themes/srwk_nl/images/sarawak-belgium.jpg) no-repeat center center;
background-size: 94%;
}
footer .europe .luxembourg {
background: url(//www.sarawak.nl/wp-content/themes/srwk_nl/images/sarawak-luxembourg.jpg) no-repeat center center;
background-size: 94%;
}
footer .europe .netherlands {
background: url(//www.sarawak.nl/wp-content/themes/srwk_nl/images/sarawak-netherlands.jpg) no-repeat center center;
background-size: 94%;
}
footer .europe .portugal {
background: url(//www.sarawak.nl/wp-content/themes/srwk_nl/images/sarawak-portugal.jpg) no-repeat center center;
background-size: 94%;
}
footer .europe .spain {
background: url(//www.sarawak.nl/wp-content/themes/srwk_nl/images/sarawak-spain.jpg) no-repeat center center;
background-size: 94%;
}
footer .lastrow {
padding-top:40px;
padding-bottom:80px;
background: #000 url(//www.sarawak.nl/wp-content/themes/srwk_nl/images/spiceupyourbrand.png) no-repeat;
background-size: 113px;
background-position-x: 100%;
background-position-y: 40px;
}
footer .address {
position:relative;
padding-left: 95px
}
footer .address p {
font-size: 14px;
line-height: 18px;
font-weight: 300;
}
footer .address:before {
background-image: url(//www.sarawak.nl/wp-content/themes/srwk_nl/images/logo-srwk-nl.png);
background-size: 90px 56px;
width: 90px;
height: 56px;
content: "";
position: absolute;
left: -10px;
top: 0px;
}
footer .lastrow p,
footer .lastrow a {
color:#fff;
line-height: 20px;
font-weight: 300;
text-decoration: none;
}
footer .lastrow a:hover {
color:#fff;
text-decoration: underline;
}
footer .lastrow .social a {
width: 28px;
height: 28px;
line-height: 28px;
text-align:center;
border: 1px solid #fff;
display: inline-block;
margin-right:4px;
}
footer .lastrow .social a i {
width: 28px;
height: 28px;
}
.headpage {
padding: 100px 30px 160px;
}
.headpageservices {
padding: 80px 30px 120px;
}
.headpage h1 {
font-size: 16px;
line-height: 16px;
}
.headpage .wpb_text_column.wpb_content_element,
.headpageservices .wpb_text_column.wpb_content_element {
margin-bottom:0px;
}
.bigbaseline p,
.bigbaseline h2 {
text-transform: uppercase;
font-size: 60px;
line-height: 49px;
margin-top: 0;
font-weight: 400;
}
.contactbaseline p {
text-transform: uppercase;
font-size: 36px;
line-height: 36px;
margin-top: 0;
font-weight: 400;
}
.headpageservices h1 {
font-size: 60px;
line-height: 49px;
margin-top: 0;
}
.quicklinks p a {
display: inline-block;
padding:3px 10px;
background: #000;
color:#fff;
text-decoration: none;
margin-right:10px;
margin-bottom:15px;
}
.quicklinks p a:hover {
background:#007078;
}
.servicedetails {
padding: 50px 0px;
}
.greybackground {
background: rgba(112,112,112,0.1);
}
.servicedetails h2 {
font-size:32px;
font-weight: 400;
}
.synopsis ul {
margin-left:13px;
padding-left:0px;
list-style:none;
}
.synopsis li {
position: relative;
margin-left: 5px;
margin-bottom:10px;
}
.synopsis ul li:before {
background-image: url(//www.sarawak.nl/wp-content/themes/srwk_nl/images/squareligreen.jpg);
background-size: 10px 10px;
width: 10px;
height: 10px;
content: "";
position: absolute;
left: -17px;
top: 8px;
}
.servicedetails ul {
margin-left:40px;
padding-left:0px;
list-style:none;
}
.servicedetails li {
position: relative;
margin-left: 5px;
margin-bottom:10px;
}
.servicedetails ul li:before {
background-image: url(//www.sarawak.nl/wp-content/themes/srwk_nl/images/squareligreen.jpg);
background-size: 10px 10px;
width: 10px;
height: 10px;
content: "";
position: absolute;
left: -17px;
top: 8px;
}
.wpb_text_column.wpb_content_element.purplebullets ul {
margin-left:15px;
padding-left:0px;
list-style:none;
}
.wpb_text_column.wpb_content_element.purplebullets li {
position: relative;
margin-left: 5px;
margin-bottom:10px;
}
.wpb_text_column.wpb_content_element.purplebullets ul li:before {
background-image: url(//www.sarawak.nl/wp-content/themes/srwk_nl/images/squarelipurple.jpg);
background-size: 10px 10px;
width: 10px;
height: 10px;
content: "";
position: absolute;
left: -17px;
top: 8px;
}
.single #primary .post-content ul,
.wpb_text_column.wpb_content_element.pinkbullets ul {
margin-left:15px;
padding-left:0px;
list-style:none;
}
.single #primary .post-content li,
.wpb_text_column.wpb_content_element.pinkbullets li {
position: relative;
margin-left: 5px;
margin-bottom:10px;
}
.single #primary .post-content ul li:before,
.wpb_text_column.wpb_content_element.pinkbullets ul li:before {
background-image: url(//www.sarawak.nl/wp-content/themes/srwk_nl/images/squarelipink.jpg);
background-size: 10px 10px;
width: 10px;
height: 10px;
content: "";
position: absolute;
left: -17px;
top: 8px;
}
.backtotop {
background: transparent;
}
.backtotop a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
background: transparent;
color: #000;
width: 25px;
height: 25px;
border-color: #000;
padding: 11px;
}
.backtotop a i {
font-size: 25px;
line-height: 25px;
display: block;
}
.backtotop a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey:hover {
background: #3F6E76;
border-color: #3F6E76;
color: #fff;
}
.ourteam .wpb_text_column.wpb_content_element {
margin-bottom: 0px;
}
.ourteam .teamfunction p {
margin-top: 0;
color:#D61057;
}
.ourbrands img {
max-width: 170px !important;
max-height: 170px;
}
.single #primary .post-content {
width: 48%;
float: left;
margin-right:2%;
}
.single #primary aside {
width: 48%;
float: left;
margin-left:2%;
}
.single #primary .post-content a {
color:#D61057;
text-decoration:underline;
}
.single .backbutton {
display: block;
min-height:69px;
}
.single .backbutton .backtonews {
display: block;
float: right;
padding:5px 15px;
background: #000;
color:#fff;
text-decoration:none;
margin: 20px 0px 15px;
}
.single .backbutton .backtonews:hover {
background: #D61057;
}
.single .backbutton .backtocases {
display: block;
float: right;
padding:4px 14px;
background: #fff;
color:#000;
border:1px solid #000;
text-decoration:none;
margin: 20px 0px 15px;
}
.single .backbutton .backtocases:hover {
background: #000;
color:#fff;
}
.sharebox {
float: right;
}
.single #primary .sharebox a {
background: #000;
color:#fff;
width: 20px;
height: 20px;
display: inline-block;
text-align:center;
line-height:20px;
}
.single #primary .sharebox a i {
font-size:14px;
}
.single #primary .sharebox a:hover {
background: #D61057;
}
.single #primary .casestyle .sharebox a:hover {
background: #007078;
}
.othernews {
clear: both;
}
.single #primary .post-content .date {
font-size: 12px;
}
.single #primary .post-content h1 {
text-transform: uppercase;
margin-top:10px;
margin-bottom:30px;
}
.single #primary .post-content h2 {
margin-bottom: 0px;
font-size: 20px;
}
.single #primary .post-content p {
margin-top:0px;
}
.single #primary aside img {
max-height:450px;
width:auto;
}
.wp-block-presto-player-reusable-edit .skin-modern.presto-player__wrapper button.plyr__control.plyr__control--overlaid {
opacity: 0 !important;
} #masthead {
background: #000 url(//www.sarawak.nl/wp-content/themes/srwk_nl/images/spiceupyourbrand.png) no-repeat;
background-size: 113px;
background-position-x: calc(100% - 30px);
background-position-y: 70%;
height: 100px;
}
.custom-logo {
width: 114px;
height: auto;
margin-left: 30px;
}
.site-branding {
width: auto;
float: left;
padding-top: 12px;
}  .main-navigation {
display: block;
width: calc(100% - 350px);
float: left;
padding-left: 100px;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation a {
display: block;
text-decoration: none;
color: #fff;
padding: 46px 20px 30px;
cursor:pointer;
}
.main-navigation li.current-menu-item a,
.main-navigation li.current_page_parent a {
background:#fff;
color: #000;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
width: 200px;
display: block;
background: #fff;
padding: 10px;
}
.main-navigation ul ul li a {
color:#000;
padding: 8px 10px 8px 20px;
cursor:pointer;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
position: relative;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
display: block;
left: auto;
}
.main-navigation ul ul li:hover ul {
left: 170px !important;
top: 10px;
width:210px;
}
.main-navigation ul ul a {
font-size:14px;
}
.main-navigation ul a:hover,
.main-navigation ul ul a:hover,
.main-navigation ul ul ul a:hover {
color:#7F56C5;
}
.main-navigation ul ul ul a {
font-size:13px;
padding: 4px 7px 4px;
}
.menu-item-has-children a:before {
content:"\f107";
font-family: "FontAwesome";
font-size: 11px;
color:#fff;
left: 6px;
top: 52px;
padding: 0px;
position:absolute;
pointer-events:none;
}
.menu-item-has-children .sub-menu a:before {
content:"";
}
.menu-item-has-children .menu-item-has-children a:before {
content:"\f105";
font-family: "FontAwesome";
font-size: 11px;
color:#000;
left: 5px;
top: 11px;
padding: 0px;
position:absolute;
pointer-events:none;
}
.menu-item-has-children .menu-item-has-children .sub-menu a:before {
content:"";
}
.menu-item-has-children a:hover:before,
.menu-item-has-children .menu-item-has-children a:hover:before {
color:#7F56C5;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: flex;
}
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex: 1 0 50%;
}
.side-boutons {
position:fixed;
right:0px;
top:150px;
z-index: 999;
}
.side-boutons a {
display: block;
width: 38px;
height: 38px;
background: #000;
color: #fff;
line-height: 38px;
text-align: center;
font-size: 20px;
margin-bottom:3px;
}
.side-boutons a:hover {
background: #007078;
}
.side-boutons a.phone,
.side-boutons a.phone:hover {
margin-top:15px;
background: #D61057;
}
.spicylogo {
width: 319px;
height: 86px;
} .sticky {
display: block;
}
.post,
.page {
margin: 0;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 0;
}
.page-links {
clear: both;
margin: 0;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .widget {
margin: 0 0 1.5em;
}
.widget select {
max-width: 100%;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
display: block;
}   .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
}   .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
} .search-form {
width: 60%;
margin: 20px auto;
}
.search-field {
border: 1px solid #000 !important;
}
.search-submit {
background: #000 !important;
color: #fff !important;
padding: 5px 20px !important;
}
.search-results .post-thumbnail {
float: left;
max-width: 200px;
margin-right: 30px;
margin-bottom: 30px;
}
.search-results .posts-navigation a {
background: #000 !important;
color:#fff !important;
padding:5px 20px;
margin-bottom:60px;
margin-top:40px;
text-decoration: none;
clear: both;
display: inline-block;
}
.search-results h2 a {
text-transform: uppercase;
font-weight: 400;
color: #000;
text-decoration: none;
}
.search-results h2 {
margin-bottom: 0px;
}
.search-results h2 a:hover {
color: #D60057;
}
.showonmobile {
display:none;
}
.hideonmobile {
display:block;
}
.filter_cat_btn {
width: auto;
color: #fff;
margin: 5px;
cursor: pointer;
display: inline-block;
background: #000;
line-height: 30px;
font-size: 12px;
padding: 2px 20px;
text-transform: none !important;
}
.container_cat{
display: flex;
flex-wrap: wrap;
width: 150px;
margin: auto;
}
.cat{
display: block;
justify-content: center;
align-items: center;
padding: 10px;
}
.cat_hide{
display: none;
}
#filter_allcases.cat_active,
#filter_brandactivation.cat_active,
#filter_fieldsalesmerchandising.cat_active,
#filter_marketinglogistics.cat_active,
#filter_fieldserviceeventlogistics.cat_active,
#filter_headhuntingoutsourcing.cat_active,
#filter_digitalsolution.cat_active,
#filter_coolermanagement.cat_active {
background:#fff;
color:#000;
}
.wpml-ls-legacy-list-horizontal a {
padding: 4px 6px 0px !important;
}
.wpml-ls-legacy-list-horizontal {
padding: 0px 25px !important;
}
.wpml-ls-item {
opacity: 0.6 !important;
}
.wpml-ls-item:hover {
opacity: 1 !important;
}
.wpml-ls-item img {
border: 1px solid #000 !important;
}
.wpml-ls-current-language {
opacity: 1 !important;
}
.wpml-ls-current-language img {
border: 1px solid #fff !important;
}
.lang {
float: right !important;
} @media all and (max-width: 1200px) {
.main-navigation {
width: calc(100% - 300px);
padding-left: 40px;
}
.main-navigation a {
padding: 46px 15px 30px 15px;
}
} @media all and (max-width: 450px) {
.home #primary {
}
.blocks3_home .vc_col-sm-4 {
min-height: 280px;
}
.europe .vc_col-sm-2 {
margin-bottom:15px;
}
.bigbaseline p, .bigbaseline h2 {
font-size: 24px;
line-height: 26px;
width: 92%;
}
.single #primary .post-content,
.single #primary aside {
width: 96%;
margin-right: 2%;
margin-left: 2%;
}
.casesbg.headpage {
padding: 5px 30px 30px !important;
}
.newsbg.headpage {
padding: 15px 30px 60px !important;
}
.showonmobile {
display:block;
}
.hideonmobile {
display:none;
}
.headpage {
padding: 45px 30px 60px;
}
.headpage {
background-position-x: 80% !important;
}
h1 {
font-size: 40px;
line-height: 35px;
}
.listservices h3 {
padding-top: 50px;
padding-bottom: 15px;
}
.headpageservices {
padding: 30px 30px 50px;
}
.headpageservices h1 {
font-size: 40px;
line-height: 35px;
}
.servicedetails h2 {
font-size: 25px;
line-height: 25px;
}
.contactbaseline p {
font-size: 24px;
line-height: 26px;
}
.testiblock {
background: rgba(112,112,112,0.1) url(//www.sarawak.nl/wp-content/themes/srwk_nl/images/quotes.png) no-repeat 80% 75%;
padding: 10px 20px;
}
.who {
width: calc(100% - 80px);
display: block;
}
.who p {
margin-top: 0px;
}
.address h2 {
font-size:20px;
}
.send {
margin-bottom: 60px;
}
.mob-standard-logo {
height: 46px !important;
width: 73px !important;
}
}