/*
Theme Name: BRS
Author: ID Dev
Description: Thema voor de website van BRS
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: APACHE LICENSE, VERSION 2.0
License URI: http://www.apache.org/licenses/LICENSE-2.0
Text Domain: brs
*/

  /* latin */
  @font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('assets/fonts/Poppins-Italic.ttf') format('truetype');
  }
  
  
  /* latin */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('assets/fonts/Poppins-Italic.ttf') format('truetype');
  }
  
  /* latin */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('assets/fonts/Poppins-Light.ttf') format('truetype');
  }
  /* latin */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('assets/fonts/Poppins-Medium.ttf') format('truetype');
  }
  /* latin */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('assets/fonts/Poppins-SemiBold.ttf') format('truetype');
  }
  /* latin */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('assets/fonts/Poppins-Bold.ttf') format('truetype');
  }
  /* latin */
  @font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('assets/fonts/Poppins-Black.ttf') format('truetype');
  }

  @font-face {
    font-family: 'brs';
    src:  url('assets/fonts/brs.eot');
    src:  url('assets/fonts/brs.eot') format('embedded-opentype'),
      url('assets/fonts/brs.ttf') format('truetype'),
      url('assets/fonts/brs.woff') format('woff'),
      url('assets/fonts/brs.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }

  body {
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins';
    background: linear-gradient(90deg, #003300, #156b00);
    color: #212121;
    font-size: 14px;
}

h1 {
    text-align: center;
    font-weight: 600;
    color: #ffffff;
}

h2 {
    text-align: center;
    font-weight: 400;
    color: #ffffff;
}

.button {
    display: inline-block;
    background: #2add2a;
    border-radius: 5px;
    padding: 0.5em 1em;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    outline: none;
    border: none;
    cursor: pointer;
}

header {
    display: flex;
    min-height: 8em;
    position: relative;
    z-index: 99998;
}

header .title {
    font-size: 1.3em;
}

header .title.accent {
    font-weight: 600;
}

header .header-inner {
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    padding: 30px;
    background: #ffffff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0px 10px 4px rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

header .header-top {
    display: flex;
    align-items: center;
    column-gap: 1em;
}

header.expanded::before {
    content: "";
    background: rgba(0, 0, 0, 0.65);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

header .logo {
    flex: 1 1 auto;
}

header .logo img {
    max-height: 6em;
}

header .menu-button {
    font-size: 1.6em;
    flex: 0 0 auto;
    background: linear-gradient(90deg, #003300, #156b00);
    color: transparent;
    background-clip: text;
}

header .menu-button::before {
    font-family: 'brs';
    content: '\e901';
}

header.expanded .menu-button::before {
    content: '\e900';
}

header .menu-main {
    background: linear-gradient(177deg, transparent 0% 50%, #efefef calc(50% + 1px) 100%);
    margin-top: 30px;
    box-sizing: border-box;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: -30px;
    padding: 0px 30px 30px 30px;
    color: #003300;
}

header:not(.expanded) .menu-main {
    display: none;
}

header .actions-wrapper {
    display: grid;
    grid-template-columns: 65% 35%;
    align-items: end;
    width: 100%;
}

header .actions-wrapper > img {
    width: 160%;
    position: relative;
    left: -30%;
    bottom: -31px;
}

header .actions-wrapper .action {
    background: #003300;
    color: #ffffff;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
}

header .actions-wrapper .action p {
    margin-top: 0;
    margin-bottom: 0.6em;
}

header .actions-wrapper .action.whatsapp {
    background-image: url(assets/images/whatsapp.svg);
    background-position: center left -25px;
    background-size: auto 105%;
    background-repeat: no-repeat;
}

header .actions-wrapper .action.email {
    background-image: url(assets/images/email.svg);
    background-position: center left -50px;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

header .contact-details {
    margin-left: auto;
    display: flex;
    align-items: center;
    background: bottom right 4em / auto 160% no-repeat url(assets/images/brs-watermark-white.svg);
}

header .contact-details .title.accent {
    text-decoration: underline;
}

header .contact-details .details ul {
    color: #ffffff;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

header .contact-details .image {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

header .contact-details .image img {
    height: 13em;
    display: block;
}

.login h1 a {
    background-image: none;
    font-weight: inherit;
    font-size: inherit;
    text-indent: inherit;
    color: inherit;
    line-height: inherit;
    height: auto;
    width: auto;
    margin: 0;
}

.login form {
    border-radius: 15px;
    border: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.login form > p,
.login form > div {
    grid-column: 1 / span 2;
}

.login form > p.forgetmenot {
    grid-column: 1 / span 1;
    grid-row: 3;
}

.login form > p.lost-password {
    grid-column: 2 / span 1;
    grid-row: 3;
}

.login form input {
    border-color: #006900;
}

.login label {
    font-size: 0.8em;
    color: #212121;
}

.login .wp-login-lost-password {
    font-size: 0.8em;
    color: #006900;
    font-weight: 600;
}

.login .button-primary {
    float: none;
    width: 100%;
    border-radius: 5px;
    padding: 0.5em 1em;
    background: #2add2a;
    color: #ffffff;
    font-weight: 600;
    height: 3em;
    line-height: 2em;
    text-decoration: none;
    outline: none;
    border: none;
    cursor: pointer;
}

.login .button-primary::after {
    font-family: 'brs';
    content: "\e902";
    margin-left: 0.4em;
    font-size: 1.6em;
    font-weight: normal;
    vertical-align: middle;
}

.login #nav,
.login #backtoblog {
    display: none;
}

.login input[type="checkbox"]:not(:checked),
.login input[type="checkbox"]:checked {
    position: absolute;
    height: 1em;
    width: 1em;
    opacity: 0;
}

.login input[type="checkbox"]:not(:checked) + label,
.login input[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    transition: .28s ease;
    user-select: none;
}

.login input[type="checkbox"] + label:before,
.login input[type="checkbox"] + label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    z-index: 0;
}

.login input[type="checkbox"] + label:before {
    border: .0625rem solid #006900;
}

.login input[type="checkbox"] + label:after {
	width: 19px;
    height: 19px;
    top: auto !important;
    bottom: 0px !important;
    left: 2px !important;
}

/* Unchecked styles */
.login input[type="checkbox"]:not(:checked) + label:before,
.login input[type="checkbox"]:not(:checked) + label:after,
.login input[type="checkbox"]:checked + label:before,
.login input[type="checkbox"]:checked + label:after,
.login input[type="checkbox"].with-gap:checked + label:before,
.login input[type="checkbox"].with-gap:checked + label:after {
    border-radius: 3px;
}

/* Checked styles */
.login input[type="checkbox"]:checked + label:after,
.login input[type="checkbox"].with-gap:checked + label:after {
    background: #44b549;
    mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 35 35" xml:space="preserve"><path d="M5.5,18.6c-1-1-2.7-1-3.7,0-1,1-1,2.7,0,3.7l8.8,8.7c.5.5,1.2.8,1.9.8s0,0,.1,0c.8,0,1.4-.4,1.9-1L33.4,7.5c.9-1.1.7-2.8-.4-3.7-1.1-.9-2.8-.7-3.7.4L12.3,25.3l-6.7-6.7Z"/></svg>') no-repeat center / contain;
    -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 35 35" xml:space="preserve"><path d="M5.5,18.6c-1-1-2.7-1-3.7,0-1,1-1,2.7,0,3.7l8.8,8.7c.5.5,1.2.8,1.9.8s0,0,.1,0c.8,0,1.4-.4,1.9-1L33.4,7.5c.9-1.1.7-2.8-.4-3.7-1.1-.9-2.8-.7-3.7.4L12.3,25.3l-6.7-6.7Z"/></svg>') no-repeat center / contain;
	inset: 0;
}

/* Focused styles */
.login input[type="checkbox"].tabbed:focus + label:before {
  box-shadow: 0 0 0 10px rgba(0,0,0,.1);
}

/* Disabled style */
.login input[type="checkbox"]:disabled:not(:checked) + label:before,
.login input[type="checkbox"]:disabled:checked + label:before {
  background-color: transparent;
  border-color: rgba(0,0,0, .42);
}

.login input[type="checkbox"]:disabled + label {
  color: rgba(0,0,0, .42);
}

.login input[type="checkbox"]:disabled:not(:checked) + label:before {
  border-color: rgba(0,0,0, .42);
}

.login input[type="checkbox"]:disabled:checked + label:before {
    border: 2px solid rgba(0,0,0, .42);
}

.login input[type="checkbox"]:disabled:checked + label:after {
  background-color: rgba(0,0,0, .42);
  border: none;
}

.login .input-wrapper label.checkbox input[type="checkbox"]:not(:checked) + label, 
.login .input-wrapper label.checkbox input[type="checkbox"]:checked + label {
    vertical-align: bottom;
}

@media (min-width: 768px) {
    .login header,
    header {
        padding: 0 4em;
    }

    header .header-inner {
        width: fit-content;
    }

    header .header-inner .menu-button {
        display: none;
    }

    header .logo img {
        height: 3em;
    }    

    header .actions-wrapper > img {
        width: 50%;
    }
}

@media (max-width: 767px) {
    header .contact-details {
        display: none;
    }
}