@import url('content.css');
@import url('map.css');

body {
    --logo: url('/wp-content/themes/filmalot/assets/logos/cinezee.svg');
}
body.theme-dark_green {
    /* --logo: url('/wp-content/themes/filmalot/assets/logos/dark_green.svg'); */
    --accent-color: #177070;
    --accent-hover-color: #125757;
    --filter: invert(34%) sepia(79%) saturate(402%) hue-rotate(131deg) brightness(90%) contrast(95%);
}
body.theme-dark_orange {
    /* --logo: url('/wp-content/themes/filmalot/assets/logos/dark_orange.svg'); */
    --accent-color: #BD4701;
    --accent-hover-color: #a33d02;
    --filter: invert(41%) sepia(51%) saturate(7315%) hue-rotate(16deg) brightness(86%) contrast(99%);
}
body.theme-light_green {
    /* --logo: url('/wp-content/themes/filmalot/assets/logos/light_green.svg'); */
    --accent-color: #48CCB9;
    --accent-hover-color: #3eb3a1;
    --filter: invert(72%) sepia(63%) saturate(410%) hue-rotate(117deg) brightness(90%) contrast(83%);
}
body.theme-light_orange {
    /* --logo: url('/wp-content/themes/filmalot/assets/logos/light_orange.svg'); */
    --accent-color: #EEAE77;
    --accent-hover-color: #d49b6a;
    --filter: invert(65%) sepia(82%) saturate(229%) hue-rotate(344deg) brightness(96%) contrast(94%);
}
body.theme-light_teal {
    /* --logo: url('/wp-content/themes/filmalot/assets/logos/light_teal.svg'); */
    --accent-color: #80C9D4;
    --accent-hover-color: #70b0ba;
    --filter: invert(80%) sepia(49%) saturate(312%) hue-rotate(142deg) brightness(89%) contrast(86%);
}
body.theme-medium_green {
    /* --logo: url('/wp-content/themes/filmalot/assets/logos/medium_green.svg'); */
    --accent-color: #00A18F;
    --accent-hover-color: #008777;
    --filter: invert(36%) sepia(90%) saturate(1225%) hue-rotate(145deg) brightness(93%) contrast(101%);
}
body.theme-medium_orange {
    /* --logo: url('/wp-content/themes/filmalot/assets/logos/medium_orange.svg'); */
    --accent-color: #ED7701;
    --accent-hover-color: #d46b02;
    --filter: invert(43%) sepia(95%) saturate(2434%) hue-rotate(13deg) brightness(106%) contrast(99%);
}
body.theme-medium_teal {
    /* --logo: url('/wp-content/themes/filmalot/assets/logos/medium_teal.svg'); */
    --accent-color: #349EB6;
    --accent-hover-color: #2d879c;
    --filter: invert(51%) sepia(96%) saturate(326%) hue-rotate(144deg) brightness(88%) contrast(86%);
}

button {
    cursor: pointer;
}

.button,
.content-button a {
    font-family: var(--font-heading);
    display: inline-block;
    padding: 10px 25px;
    background-color: var(--accent-color);
    color: var(--white-color);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    transition: background-color 200ms ease-in-out;
}

.content-button a:hover,
.button:hover {
    background-color: var(--accent-hover-color);
}

.theme-logo {
    display: block;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 200px;
}

.theme-logo small {
    white-space: nowrap;
    color: var(--text-color);
    font-family: var(--font-heading);
    font-size: 14px;
    display: none;
}

.theme-logo:before {
    background-image: var(--logo);
    content: '';
    display: block;
    padding-bottom: 35%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-bottom: 5px;
    transition: opacity 0.3s ease-in-out;
}
/*
.theme-logo:after {
    background-image: url('/wp-content/themes/filmalot/assets/logos/white.svg');
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
} */

.theme-logo span {
    display: none;
}

body.debug-grid {
    background-image: url('../images/grid.png');
    background-repeat: repeat-y;
    background-position: center;
}

#wrap-outer {
    background-image: url('../images/pattern_plus_top.png');
    background-repeat: no-repeat;
    background-position: top left;

    image-rendering: auto;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
}

#wrap-inner {
    background-image: url('../images/pattern_plus_bottom.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    min-height: 1200px;

    image-rendering: pixelated;

    padding-top: 30px;

    display: flex;
    flex-direction: column;
}

#wrap-inner > * {
    image-rendering: auto;
}

#header {
    margin-bottom: 32px;
}

#header:after {
    content: '';
    display: block;
    height: 290px;
    position: absolute;
    top: 0;
    right: 0;
    left: calc(50% + calc( var(--doc-width) * 0.349999) );
    background-color: var(--accent-color);
}

#header .theme-logo {
    margin-right: 30px;
}

#header .inner {
    z-index: 3;
}

#header-inner {
    display: flex;
    align-items: center;
}

#menu-header-menu {
    text-transform: uppercase;
    flex-grow: 1;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

#menu-header-menu a {
    display: flex;
    align-items: center;
    font-family: var(--font-heading);
    color: var(--text-color);
    text-decoration: none;
    padding: 10px;
    transition: color 150ms ease-in-out;
    white-space: nowrap;
}

#menu-header-menu a:hover,
#menu-header-menu .current-menu-item a,
#menu-header-menu .current-page-ancestor a {
    color: var(--accent-color);
}

#menu-header-menu li:not(:last-of-type) {
    margin-right: 10px;
}

#header-utilities {
    display: flex;
    font-size: 24px;
}

#header-utilities form {
    display: flex;
    margin: 0 30px 0 0;
    padding: 0;
}

#header-utilities form input {
    width: 0;
    transition: all 450ms ease-in-out;
    padding: 8px 0 8px 0;
    margin: 0;
    border: 0;

    background: none;
    appearance: none;
    border-bottom: 2px solid var(--text-color);
    outline: none;
    transform: translateX(26px);
    color: rgba(0, 0, 0, 0);
}

#header-utilities form input::-webkit-input-placeholder {
    font-family: var(--font-heading);
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0);
    transition: color 200ms ease-in-out;
}
#header-utilities form input:-ms-input-placeholder {
    font-family: var(--font-heading);
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0);
    transition: color 200ms ease-in-out;
}
#header-utilities form input::placeholder {
    font-family: var(--font-heading);
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0);
    transition: color 200ms ease-in-out;
}

#header-utilities form input:focus {
    width: 213px;
    padding-right: 26px;
    transition-duration: 300ms;
    color: var(--text-color);
}

#header-utilities form input:focus::-webkit-input-placeholder {
    color: var(--text-color);
    transition-delay: 200ms;
}
#header-utilities form input:focus:-ms-input-placeholder {
    color: var(--text-color);
    transition-delay: 200ms;
}
#header-utilities form input:focus::placeholder {
    color: var(--text-color);
    transition-delay: 200ms;
}

#header-utilities a,
#header-utilities label,
#menu-mobile-menu a,
#mobile-menu-close {
    text-decoration: none;
    color: var(--white-color);
    position: relative;
    z-index: 2;
    cursor: pointer;
}

#body {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

#body > div {
    width: 100%;
}



#footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer a,
#footer-social-menu li {
    text-decoration: none;
    color: var(--text-color);
    transition: color 200ms ease-in-out;
}

#footer a:hover,
#footer-social-menu li:hover {
    color: var(--accent-color);
}

.footer-main-menu ul li:not(:last-of-type) {
    margin-bottom: 10px;
}

#footer-social-menu ul {
    display: flex;
    font-size: 30px;
    justify-content: flex-end;
}

#footer-social-menu ul li:not(:first-of-type){
    margin-left: 30px;
}

#footer-social-menu li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    position: relative;
}

#footer-social-menu li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: transparent!important;
    font-size: 0;
}

#footer #footer-last-menu {
    margin: 120px 0 60px 0;
    display: flex;
    justify-content: space-between;
}

#footer #footer-last-menu ul {
    display: flex;
    justify-content: space-between;
}

#footer-last-menu a {
    color: var(--grey-color);
}

#footer-last-menu li:not(:last-of-type){
    margin-right: 30px;
}

.dondr-logo {
    width: 50px;
    height: 10px;
    filter: var(--filter);
    margin-left: 2px;
}

#hero {
    margin-bottom: 70px;
}

#hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

#hero-image {
    position: relative;
    height: 515px;
}

#hero-image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#hero-image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 100%);
}

#hero-date-author {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 2px solid var(--grey-color);
    padding: 20px 0 10px 0;
}

#hero-date-author span:nth-of-type(2){
    color: var(--grey-color);
}

.highlight {
    display: inline-block;
    background-color: var(--accent-color);
    text-transform: uppercase;
    color: var(--white-color);
    font-size: 12px;
    font-family: var(--font-heading);
    padding: 7px 13px;
}

.slides {
    display: flex;
    flex-direction: column;
}

.slides-container {
    background-color: #ccc;
    height: 574px;
    display: flex;
    scroll-snap-type: x mandatory;
    overflow-x: scroll;
    overflow-y: hidden;
}

.slides-container::-webkit-scrollbar {
    display: none;
}

.slides-container {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.slides-container .col {
    z-index: 3;
}

.slides-nav {
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    top: calc(100% + 15px);
    right: 0;
}

.slides-nav li {
    width: 18px;
    height: 18px;
    border: 2px solid var(--accent-color);
    cursor: pointer;
}

.slides-nav li:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--accent-color);
    transform: scale(0);
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.slides-nav li.current:after {
    transform: scale(1);
    opacity: 1;
    transition-duration: 0.2s;
}

.slides-nav li:not(:last-of-type){
    margin-right: 7px;
}

.slides-nav span {
    display: none;
}

.slide {
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
    font-size: 16px;
    color: var(--white-color);
    align-items: flex-end;
    flex-shrink: 0;
    transition: transform 500ms ease-in-out;
    scroll-snap-align: center;
}

.slide > a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.slide a {
    color: var(--white-color);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.slide a i {
    margin-left: 7px;
    transition: transform 500ms ease-in-out;
}

.slide a:hover i {
    transform: translateX(3px);
    transition: transform 150ms ease-in-out;
}

.slide img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.slide:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 38%;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
    z-index: 2;
}

.slide-inner {
    padding: 30px 30px 30px 0;
    position: relative;
    z-index: 2;
}

.search-form{
    background-color: var(--white-color);
    display: flex;
    margin-bottom: 70px;
}

.search-form .form-col {
    padding: 30px;
    display: flex;
    flex-grow: 1;
}

.search-form .form-col:not(:first-of-type){
    padding-right: 0;
}

.search-form .form-col:nth-of-type(1) {
    width: 40%;
}
.search-form .form-col:nth-of-type(2) {
    width: 30%;
}
.search-form .form-col:nth-of-type(3) {
    width: 30%;
    margin-right: 30px;
}

.search-form input,
.search-form label,
.search-form button,
.search-form .form-select label {
    background: none;
    font-family: var(--font-heading);
    text-transform: uppercase;
    appearance: none;
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid var(--accent-color);
    flex-grow: 1;
    text-align: left;
    font-size: 20px;
    color: var(--accent-color);
    outline: none;
    padding: 4px 0;
    margin: 0;
}

.search-form .form-select label {
    display: flex;
    align-items: center;
}
.search-form .form-select label span {
    flex-grow: 1;
    white-space: nowrap;
}

.search-form .form-select.selected label span  {
    color: var(--text-color);
}

.search-form .form-select {
    position: relative;
    /* width: 200px; */
    flex-basis: 200px;
    flex-grow: 1;
}

.search-form .form-select select {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.search-form button[type=submit] {
    width: 25px;
    font-size: 16px;
    flex-grow: 0;
}

.search-form label {
    display: flex;
    align-items: center;
    flex-grow: 0;
    font-size: 16px;
}


.pagination h2 {
    display: none;
}

.pagination .prev i {
    transform: scaleX(-1);
}

.pagination .nav-links {
    display: flex;
    justify-content: center;
}

.pagination .nav-links > span,
.pagination .nav-links > a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--accent-color);
    text-decoration: none;
    margin: 5px;
    font-weight: bold;
}

.pagination .nav-links > a {
    background-color: var(--accent-color);
    color: var(--white-color);
}
.pagination .nav-links > span {
    color: var(--accent-color);
}

#newsletter {
    margin-top: auto;
}

#newsletter h2 {
    font-size: 32px;
}


#newsletter-signup {
    display: flex;
    border-bottom: 2px solid var(--accent-color);
    margin: 35px 0 60px 0;
}

#newsletter-signup input {
    background: none;
    appearance: none;
    border: 0;
    outline: none;
    flex-grow: 1;
    font-size: 24px;
    padding: 10px 0;
}

#newsletter-signup button {
    background: none;
    appearance: none;
    border: 0;
    outline: none;
    font-size: 16px;
    color: var(--accent-color);
    display: flex;
    align-items: center;
    cursor: pointer;
}

#newsletter-signup i {
    transition: transform 500ms ease-in-out;
}

#newsletter-signup:hover i {
    transform: translateX(3px);
    transition: transform 150ms ease-in-out;
}


#newsletter-signup input::-webkit-input-placeholder {
    color: var(--accent-color);
    font-family: var(--font-heading);
    text-transform: uppercase;
}
#newsletter-signup input::-ms-input-placeholder {
    color: var(--accent-color);
    font-family: var(--font-heading);
    text-transform: uppercase;
}
#newsletter-signup input::placeholder {
    color: var(--accent-color);
    font-family: var(--font-heading);
    text-transform: uppercase;
}

.icon-Pin, .icon-Calendar {
    color: var(--grey-color);
}

#mobile-menu {
    display: none;
}

#header-utilities a, #header-utilities label {
    z-index: 6;
}

#main-menu-visible {
    display: none;
}

.main-menu-container {
    top: 0;
    left: 100%;
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 0;
    background-color: var(--accent-color);
    transition: transform 0.5s ease-in-out;
    z-index: 10;
    overflow: hidden;
}

#main-menu-visible:checked ~ #wrap-outer .main-menu-container {
    transform: translateX(-100%);
}
#main-menu-visible:checked ~ #wrap-outer .theme-logo:before {
    opacity: 0;
}
#main-menu-visible:checked ~ #wrap-outer .theme-logo:after {
    opacity: 1;
}

#mobile-menu-close{
    position: absolute;
    right: 15px;
    top: 43px;
    font-size: 14px;
}

#main-menu-visible {
    display: none;
}

.login-mobile a {
    background: #fff;
    color: #000 !important;
    padding: 5px 20px;
}

.login-mobile {
    margin: 20px 0;
}

.theme-logo {
    z-index: 10;
}

#menu-mobile-menu {
    list-style: none;
    text-align: center;
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    justify-content: center;
    line-height: 50px;
    font-family: 'Oswald';
    margin: 0;
    padding: 50px 0;
}

.menu-mobile-menu-container a {
    color: #fff;
}

.menu-mobile-menu-container .current-menu-item a {
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
}

.filter-caret {
    font-size: 8px;
    margin-left: 5px;
}

#header-search {
    position: relative;
}

#header-utilities form input {
    z-index: 10;
    font-family: var(--font-main);
}

#header-utilities form button {
    background: transparent;
    appearance: none;
    border: 0;
    position: absolute;
    width: 0;
    height: 25px;
    margin: -1px;
    padding: 0;
    right: 0;
    z-index: 11;
    transition: width 0s ease 1s;
    cursor: pointer;
}

#header-utilities form input:focus + button {
    width: 25px;
    transition: width 0s ease 0s;
}

.share {
    font-size: 12px;
}

.author .share {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.share p {
    margin: 15px 0 5px 0;
}
.share-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}
.share-list li {
    margin: 0;
    padding: 0;
}

.share-list li a {
    display: flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    color: var(--black-color);
    text-decoration: none;
    border-radius: 5px;
    transition: color 150ms ease-in-out;
}

.share-list li a:hover {
    color: var(--accent-color);
}

body:not(.page-id-285) .grecaptcha-badge {
    display: none;
}

.menu li {
    position: relative;
}

.menu li ul {
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 1px;
    background-color: #fff;
    min-width: 100%;
}

.menu li.menu-item-has-children > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;

    border-top: 6px solid #000;
    margin-left: 6px;
}

#menu-mobile-menu.menu li.menu-item-has-children > a {
    display: flex;
    align-items: center;
    justify-content: center;
}

#menu-mobile-menu.menu li.menu-item-has-children >::after {
    border-top-color: #fff;
}

.menu li:not(:hover) > ul {
    display: none;
}

#kennisbank-content .cols {
    flex-wrap: wrap;
}

.back-to-top {
    position: fixed;
    bottom: 24px;
    right: 24px;
    font-size: 24px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent-color);
    text-decoration: none;
    opacity: 0;
    transition: opacity 0.25s linear;
    text-shadow:
        1px 1px 0 #fff,
        -1px -1px 0 #fff,
        1px -1px 0 #fff,
        -1px 1px 0 #fff,
        1px 0 0 #fff,
        0 1px 0 #fff,
        -1px 0 0 #fff,
        0 -1px 0 #fff
    ;
}

body.scrolled .back-to-top {
    opacity: 0.8;
}

.back-to-top i {
    transform: rotate(-90deg);
}
