@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;
}