@font-face {
font-family: 'HKGroteskPro';
src: url(//stichtinghersenschudding.nl/wp-content/themes/the-box-plus/fonts/HKGroteskPro-Regular.woff2) format('woff2'), url(//stichtinghersenschudding.nl/wp-content/themes/the-box-plus/fonts/HKGroteskPro-Regular.woff) format('woff'), url(//stichtinghersenschudding.nl/wp-content/themes/the-box-plus/fonts/HKGroteskPro-Regular.ttf) format("truetype");
font-weight: normal;
}
@font-face {
font-family: 'HKSerif';
src: url(//stichtinghersenschudding.nl/wp-content/themes/the-box-plus/fonts/HKSerif-Regular.woff2) format('woff2'), url(//stichtinghersenschudding.nl/wp-content/themes/the-box-plus/fonts/HKSerif-Regular.woff) format("woff");
font-weight: normal;
}
body, button, input, select, textarea {
font-family: 'HKGroteskPro', 'Muli', sans-serif;
}
.site-title, .entry-title {
font-family: 'HKGroteskPro', 'Muli', sans-serif;
}
blockquote {
font-family: 'HKSerif', serif;
font-size: 16px;
border-left: 2px solid #006eb7;
}
.site-brand {
max-width: 960px;
margin: 40px auto 20px;
}
#tertiary {
border-bottom: none;
padding: 0 20px;
}
.site-footer .row {
border-top: solid 1px rgba(255,255,255,.1);
}
.header__actions {
width: 50%;
display: flex;
flex-direction: row;
align-items: end;
justify-content: flex-end;
}
.header__actions .btn {
border: solid 2px #CCC;
padding: 0.35rem 0.75rem 0.25rem;
margin-left: 0.5rem;
}
.header__actions .btn--donate {
background-color: #F58121;
border: solid 2px #F58121;
color: #FFFFFF;
}
.header__actions .btn--donate:hover {
border: solid 2px #000000;
}
.header__actions a.btn--donate:hover{
color: #000000  !important;
text-decoration: none;
}
@media screen and (max-width: 768px) {
.header__actions {
width: 100%;
margin-top: 1rem;
}
}
.main-navigation {
background-color: #006eb7;
}
.main-navigation .main-menu,
.site-main,
#tertiary {
max-width: 960px;
margin: auto;
}
.breadcrumb {
padding: 1rem 1rem 0;
}
.topbanner-home {
width: 100%;
margin: 1rem 0;
background-image: url(http://stichtinghersenschudding.nl/wp-content/uploads/2021/02/header-1024x356-1.jpg);
background-size: cover;
border: solid 1px #FFFFFF;
}
.topbanner-home__container--overlay {
//width: calc(50% - 4rem);
padding: 2rem;
//background-color: rgba(0, 124, 186, 0.5);
width: 60%;
}
@media screen and (min-width: 768px) {
.topbanner-home__container--overlay {
width: calc(50% - 4rem);
margin-left: 0;
}
}
.topbanner-home__title {
display: block;
margin-bottom: 1rem;
font-size: 1.75rem;
line-height: 1.95rem;
color: #ffffff;
font-weight: bold;
line-height: 1.2;
}
.topbanner-home__subtitle {
display: block;
margin-bottom: 1rem;
font-size: 1.4rem;
line-height: 1.95rem;
margin-top: 0.5rem;
color: #ffffff;
//font-weight: bold;
}
@media screen and (min-width: 768px) {
.topbanner-home__subtitle {
//margin-left: 50%;
}
}
.topbanner-home__actions {
display: flex;
justify-content: flex-end;
}
.topbanner-home .btn--help {
background-color: #F58121;
border: solid 2px #F58121;
color: #FFFFFF;
padding: 0.35rem 0.75rem 0.25rem;
display: inline-block;
}
.topbanner-home .btn--help:hover {
border: solid 2px #000000;
}
.topbanner-home a.btn--help:hover {
color: #000000  !important;
text-decoration: none;
}
.is-style-circle-mask.wp-block-image.is-resized {
display: flex;
flex-direction: row;
align-items: center;
}
.is-style-circle-mask img {
width: 8rem;
}
.image-cropper {
width: 100px;
height: 100px;
min-width: 100px;
min-height: 100px;
overflow: hidden;
border-radius: 50%;
display: flex;
justify-content: center;
}
.image-cropper img {
object-fit: cover;
min-height: 100px;
}
.wp-block-image.is-resized {
display: flex;
align-items: center;
}
.wp-block-image.is-resized figcaption {
margin-left: 1rem;
}
.form--donate {
width: 75%;
}
.form--donate__input {
width: auto;
}
@media screen and (min-width: 768px) {
.form--donate {
width: 50%;
}
}
.banner--form {
position: absolute;
width: 100%;
height: 400px;
left: 50%;
margin-left: -50%;
overflow: hidden;
}
.banner--form__left {
position: absolute;
left: 0;
width: 25%;
height: 100%;
background-size: cover;
background-position: center bottom;
}
@media screen and (max-width: 1024px) {
.banner--form__left {
display: none;
}
}
.banner--form__right {
position: absolute;
right: 0;
width: 40%;
height: 100%;
background-size: cover;
background-position: center center;
}
@media screen and (max-width: 1024px) {
.banner--form__right {
display: none;
}
}
@media screen and (min-width: 1400px) {
.banner--form__right {
width: 50%;
}
}
.banner--form img {
height: 100%;
}
.content-area__form {
background-color: #FFF;
position: relative;
min-height: 800px;
}
footer {
position: relative;
}
.form--donate {
display: flex;
flex-direction: column;
margin-top: -4.5rem;
}
.form--donate p {
order: 4;
}
.form--donate p:first-child {
order: 1;
}
.form--donate p:nth-child(5) {
order: 2;
}
.form--donate label {
order: 3;
margin: 0 0 2.5rem 0;
}
.form--donate__input {
order: 4;
width: 80% !important;
}
.form--donate__input#dmm_amount {
width: 10rem !important;
}.jetpack_widget_social_icons ul,
.jetpack_widget_social_icons li {
list-style: none;
}
.jetpack_widget_social_icons ul {
display: block;
margin: 0 0 1.5em;
padding: 0;
}
.jetpack_widget_social_icons ul li {
border: 0;
display: inline-block;
line-height: 1;
margin: 0;
padding: 0;
}
.jetpack_widget_social_icons ul li::before,
.jetpack_widget_social_icons ul li::after {
display: none;
}
.jetpack_widget_social_icons a {
border: 0;
box-shadow: none;
display: block;
height: 24px;
text-decoration: none;
width: 24px;
}
.jetpack_widget_social_icons svg {
color: inherit;
fill: currentColor;
height: inherit;
vertical-align: middle;
width: inherit;
} .jetpack_widget_social_icons ul.size-small a {
height: 24px;
width: 24px;
}
.jetpack_widget_social_icons ul.size-medium a {
height: 32px;
width: 32px;
}
.jetpack_widget_social_icons ul.size-large a {
height: 48px;
width: 48px;
} .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;
}.widgets-grid-layout {
width: 100%;
}
.widgets-grid-layout::before,
.widgets-grid-layout::after {
content: " ";
display: table;
}
.widgets-grid-layout::after {
clear: both;
}
.widget-grid-view-image {
float: left;
max-width: 50%;
}
.widget-grid-view-image a {
display: block;
margin: 0 2px 4px 0;
}
.widget-grid-view-image:nth-child(even) {
float: right;
}
.widget-grid-view-image:nth-child(even) a {
margin: 0 0 4px 2px;
}
.widgets-grid-layout .widget-grid-view-image img {
max-width: 100%;
height: auto;
} .widgets-multi-column-grid ul {
overflow: hidden;
padding: 0;
margin: 0;
list-style-type: none;
}
.widgets-multi-column-grid ul li {
background: none;
clear: none;
float: left;
margin: 0 -5px -3px 0;
padding: 0 8px 6px 0;
border: none;
list-style-type: none !important;
}
.widgets-multi-column-grid ul li a {
background: none;
margin: 0;
padding: 0;
border: 0;
}
.widgets-multi-column-grid .avatar {
vertical-align: middle;
} .widgets-list-layout {
padding: 0;
margin: 0;
list-style-type: none;
}
.widgets-list-layout li::before,
.widgets-list-layout li::after {
content:"";
display:table;
}
.widgets-list-layout li::after {
clear:both;
}
.widgets-list-layout li {
zoom:1;
margin-bottom: 1em;
list-style-type: none !important;
}
.widgets-list-layout .widgets-list-layout-blavatar {
float: left;
width: 21.276596%;
max-width: 40px;
height: auto;
}
.widgets-list-layout-links {
float: right;
width: 73.404255%;
}
.widgets-list-layout span {
opacity: 0.5;
}
.widgets-list-layout span:hover {
opacity: 0.8;
}.widget_eu_cookie_law_widget {
animation: fadeIn 800ms;
border: none;
bottom: 1em;
left: 1em;
margin: 0;
padding: 0;
position: fixed;
right: 1em;
width: auto;
z-index: 50001;
}
@keyframes fadeIn {
from { opacity: 0; visibility: hidden; }
to { opacity: 1; visibility: visible; }
}
.widget_eu_cookie_law_widget.widget.top {
bottom: auto;
top: 1em;
}
.admin-bar .widget_eu_cookie_law_widget.widget.top {
top: 3em;
}
amp-consent.widget_eu_cookie_law_widget.widget.top {
top: 1em;
margin: 0;
}
.admin-bar amp-consent.widget_eu_cookie_law_widget.widget.top {
top: 0;
margin-top: 3em;
}
#eu-cookie-law {
background-color: #fff;
border: 1px solid #dedede;
color: #2e4467;
font-size: 12px;
line-height: 1.5;
overflow: hidden;
padding: 6px 6px 6px 15px;
position: relative;
}
#eu-cookie-law a,
#eu-cookie-law a:active,
#eu-cookie-law a:visited {
color: inherit;
cursor: inherit;
text-decoration: underline;
}
#eu-cookie-law a:hover {
cursor: pointer;
text-decoration: none;
}
#eu-cookie-law.negative {
background-color: #000;
border: none;
color: #fff;
}
#eu-cookie-law.hide {
opacity: 0;
visibility: hidden;
transition: opacity 400ms, visibility 400ms;
} #eu-cookie-law form {
margin-bottom: 0;
position: static;
} #eu-cookie-law input,
#eu-cookie-law input:hover,
#eu-cookie-law input:focus {
background: #f3f3f3;
border: 1px solid #dedede;
border-radius: 3px;
color: #2e4453;
cursor: pointer;
display: inline;
float: right;
font-family: inherit;
font-size: 14px;
font-weight: inherit;
line-height: inherit;
margin: 0 0 0 5%;
padding: 8px 12px;
position: static;
text-transform: none;
}
#eu-cookie-law.negative input,
#eu-cookie-law.negative input:hover,
#eu-cookie-law.negative input:focus {
background: #282828;
border-color: #535353;
color: #fff;
}
@media ( max-width: 600px ) {
#eu-cookie-law {
padding-bottom: 55px;
}
#eu-cookie-law input.accept {
bottom: 8px;
position: absolute;
right: 8px;
}
} .widget_eu_cookie_law_widget .customize-partial-edit-shortcut > button {
left: 0;
}