/*
Theme Name: BlankSlate
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: Please read: tidythemes.com/concept. Donations: https://calmestghost.com/donate. BlankSlate is the definitive WordPress boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2022.4
Requires at least: 5.2
Tested up to: 5.9
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2022 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.header_container {
    width: 100%;
    overflow: hidden;
    height: 65px;
    z-index: 9;
    position: fixed;
    background-color: #ffffff;
    border-bottom: 1px solid #000000;
}

header {
    max-width: 1366px;
    display: flex;
    margin: 0 auto;
    width: 100%;
}

header nav {
    display: flex;
    position: relative;
}

#branding {
    width: 260px;
    text-align: center;
    padding-left: 30px;
}
.lupa {
    display: none;
}
#branding img {
    width: 190px;
    margin-top: 14px;
}

.homemenuitem {
    display: none;
}

.menu-menu-1-container {
    width: 840px;    
}

.menu-menu-1-container #menu-menu-1 {
    display: flex;
    justify-content: space-evenly;
}

#menu-menu-1 li {
    margin-top: 24px;
}

#menu-menu-1 li a {
    text-decoration: none;
}

#menu-menu-1 li a span {
    font-family: 'ClashDisplay-Regular';
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: normal;
    color: black;
}

#menu-menu-1 li a span:hover {
    color: #BFB6A4;
}

#search {
    width: 260px;
    text-align: right;
}
#search .search_title {
    font-family: 'ClashDisplay-Regular';
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: normal;
    color: black;
    cursor: pointer;
    margin-top: 24px;
}
#search .search-form {
    display: none;
    position: absolute;
    top: 15px;
    left: 0;
    width: 800px;
}
#search .search-field {
    width: 100%;
    border: none;
    font-family: 'ClashDisplay-Regular';
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: normal;
    color: black;
    height: 35px;
    padding-left: 10px;
}
#search .search-form .search-submit {
    display: none;
}
#container {
    padding-top: 65px;
}

#footer {
    background: #1D1B1B;
    height: 400px;
    padding-top: 0px;
}

.footer_bottom {
    display: flex;
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
}

.footer_bottom .left {
    width: 375px;
}
.footer_bottom .left .newsletter_title {
    font-family: 'wayfinder-cf', serif;
    font-size: 30px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 100;
    font-style: normal;
    margin-top: 65px;
    margin-bottom: 25px;
}
.footer_bottom .center {
    width: 616px;
}
.footer_bottom .center #menu-footer {
    display: flex;
    justify-content: center;
}
.footer_bottom .center #menu-footer li {
    margin: 0 25px;
}
.footer_bottom .center #menu-footer li a {
    font-family: 'ClashDisplay-Regular';
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: normal;   
    color: #fff;
    text-decoration: none;
    display: block;
    margin-top: 65px;
}
.footer_bottom .center .footer_logo {
    text-align: center;
    margin-top: 25px;
}
.footer_bottom .center .footer_logo img {
    width: 200px;
    margin-top: 25px;
}
.footer_bottom .center .copyright {
    display: flex;
    justify-content: space-evenly;
    margin-top: 45px;
}
.footer_bottom .center .copyright .cprgt,
.footer_bottom .center .copyright .cprgt a {
    font-family: 'ClashDisplay-Regular';
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: normal;   
    color: #fff;
    text-decoration: none;
}

.footer_bottom .right {
    width: 375px;
    text-align: right;
}
.footer_bottom .right .footer_social_title {
    font-family: 'wayfinder-cf', serif;
    font-size: 30px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 100;
    font-style: normal;
    margin-top: 65px;
    margin-bottom: 35px;
}
.footer_bottom .right .social_links a {
    font-family: 'ClashDisplay-Regular';
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: normal;   
    color: #fff;
    text-decoration: none;
    margin-left: 30px;
}
.mobile-menu {
    display: none;
}
.footer_bottom .center .footer_logo .desktop{
    display: block;
    margin: 50px auto 0 auto;
}
.footer_bottom .center .footer_logo .mobile {
    display: none;
}
/* flodesk */
[data-ff-el="root"].ff-6304c3cb65a1834dde5e5b63 .ff-6304c3cb65a1834dde5e5b63__form {
    padding: 0!important;
}
[data-ff-el="root"].ff-6304c3cb65a1834dde5e5b63 .ff-6304c3cb65a1834dde5e5b63__content {
    justify-content: left!important;
}
[data-ff-el="root"].ff-6304c3cb65a1834dde5e5b63 .ff-6304c3cb65a1834dde5e5b63__title,
[data-ff-el="root"].ff-6304c3cb65a1834dde5e5b63 .ff-6304c3cb65a1834dde5e5b63__subtitle {
    display: none!important;
}
[data-ff-el="root"].ff-6304c3cb65a1834dde5e5b63 .ff-6304c3cb65a1834dde5e5b63__control {
    padding: 0!important;
    width: 220px!important;
    color: #fff!important;
    border-bottom: 1px solid #fff!important;
}
[data-ff-el="root"].ff-6306196265a1834dde5e5cfc .ff-6306196265a1834dde5e5cfc__label {
    font-family: 'ClashDisplay-Regular' !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-weight: normal !important;
    color: #000 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}
[data-ff-el="root"].ff-6304c3cb65a1834dde5e5b63 .ff-6304c3cb65a1834dde5e5b63__label {
    font-family: 'ClashDisplay-Regular' !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-weight: normal !important;
    color: #fff !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}
[data-ff-el="root"].ff-6304c3cb65a1834dde5e5b63 .ff-6304c3cb65a1834dde5e5b63__field {
    margin-right: 0!important;
}
[data-ff-el="root"].ff-6304c3cb65a1834dde5e5b63 .fd-has-success .fd-form-success {
    font-family: 'ClashDisplay-Regular' !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-weight: normal !important;
    color: #fff !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    text-align: left !important;
}
[data-ff-el="root"].ff-6304c3cb65a1834dde5e5b63 .ff-6304c3cb65a1834dde5e5b63__button {
    background: transparent!important;
    border: none!important;
    border-bottom-color: currentcolor!important;
    border-bottom-style: none!important;
    border-bottom-width: medium!important;
    border-bottom: 1px solid #fff!important;
    padding-left: 0!important;
    text-align: right!important;
    font-family: 'ClashDisplay-Regular'!important;
    font-size: 12px!important;
    text-transform: uppercase!important;
    letter-spacing: 1px!important;
    font-weight: normal!important;
    color: #fff!important;
    padding-right: 0!important;
}
[data-ff-el="root"].ff-6304c3cb65a1834dde5e5b63 .ff-6304c3cb65a1834dde5e5b63__button span {
    font-weight: bold!important;
}
[data-ff-el="root"].ff-6304c3cb65a1834dde5e5b63 .ff-6304c3cb65a1834dde5e5b63__footer {
    margin-left: 0!important;
    margin-top: 11px!important;
}
/* flodesk */

/* icegram */
#icegram_message_241 {
    max-width: 100%!important;
    width: 100%!important;
    overflow: unset!important;
    height: 150px!important;
}
#icegram_message_241 .ig_body {
    margin: 0!important;
    padding: 0!important;
    overflow: unset!important;
}
.ig_messenger.ig_canvas .ig_content {
    margin: 0!important;
    padding: 0!important;
    overflow: unset!important;
}
.ig_messenger.ig_container.ig_left {
    left: 0!important;
}
#icegram_message_241 .ig_headline {
    display: none!important;
}
.ig_messenger.ig_canvas .ig_message {
    display: flex!important;
    justify-content: center!important;
    overflow: unset!important;
    background-color: #F5F3F0!important;
}
.nl-img img {
    width: 150px;
    position: relative;
    top: -35px;
    margin-right: 80px;
}
.nl-title {
    font-family: 'wayfinder-cf', serif;
    font-size: 40px;
    letter-spacing: 1px;
    color: #000;
    font-weight: 100;
    font-style: normal;
    position: relative;
    top: 60px;
}
[data-ff-el="root"].ff-6306196265a1834dde5e5cfc .ff-6306196265a1834dde5e5cfc__control {
    padding: 0 !important;
    width: 220px !important;
    color: #000 !important;
    border: none!important;
    border-bottom: 1px solid #000 !important;
}
[data-ff-el="root"].ff-6306196265a1834dde5e5cfc .ff-6306196265a1834dde5e5cfc__field {
    margin-left: 0;
    margin-right: 0!important;
}
[data-ff-el="root"].ff-6306196265a1834dde5e5cfc .ff-6306196265a1834dde5e5cfc__title,
[data-ff-el="root"].ff-6306196265a1834dde5e5cfc .ff-6306196265a1834dde5e5cfc__subtitle {
    display: none!important;
}
[data-ff-el="root"].ff-6306196265a1834dde5e5cfc .ff-6306196265a1834dde5e5cfc__form {
    padding-top: 40px!important;
    margin-left: 60px!important;
}
[data-ff-el="root"].ff-6306196265a1834dde5e5cfc .ff-6306196265a1834dde5e5cfc__footer {
    margin-left: 0 !important;
    margin-top: 11px !important;
}
[data-ff-el="root"].ff-6306196265a1834dde5e5cfc .ff-6306196265a1834dde5e5cfc__button {
    background: transparent!important;
    border: none!important;
    border-bottom-color: currentcolor!important;
    border-bottom-style: none!important;
    border-bottom-width: medium!important;
    border-bottom: 1px solid #000!important;
    padding-left: 0!important;
    text-align: right!important;
    font-family: 'ClashDisplay-Regular'!important;
    font-size: 12px!important;
    text-transform: uppercase!important;
    letter-spacing: 1px!important;
    font-weight: normal!important;
    color: #000!important;
    padding-right: 0!important;
}
[data-ff-el="root"].ff-6306196265a1834dde5e5cfc .ff-6306196265a1834dde5e5cfc__button span {
    font-weight: bold!important;
}
.ig_messenger.ig_canvas .ig_content {
    height: 100%;
    border: none!important;
    border-top: 1px solid #000!important;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: black;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: black;
  }
/* icegram */
@media only screen and (min-width: 320px) and (max-width: 810px) {
    .homemenuitem {
        display: block;
        margin-top: 0 !important;
    }
    .header_container.opened {
        height: 385px;
    }
    #header {
        display: block;
    }
    header nav {
        display: block;
        text-align: center;
    }
    #branding {
        width: 100%;
        padding: 0;
    }
    .menu-menu-1-container {
        width: 100%;
    }
    .menu-menu-1-container #menu-menu-1 {
        display: block;
    }
    #search {
        width: 100%;
        margin-top: 40px;
    }
    .search_title {
        display: none;
    }
    #search .search-form {
        display: block !important;
        position: relative;
        width: 100%;
        top: 0;
        margin: 20px auto;
    }
    #search .search-field {
        text-align: center;
        border-top: 1px solid black;
    }
    .mobile-menu {
        display: block;
        cursor: pointer;
        display: block;
        position: relative;
        top: -30px;
        left: 20px;
        width: 50px;
    }
    .lupa {
        cursor: pointer;
        display: block;
        position: relative;
        top: -48px;
        float: right;
        right: 15px;
    }
    .lupa img {
        width: 18px;
    }
    .mobile-menu img {
        width: 18px;
    }
    #footer {
        height: 680px;
    }
    .footer_bottom {
        display: block;
    }
    .footer_bottom .left {
        width: 90%;
        margin: 0 auto;
    }
    .footer_bottom .center {
        width: 100%;
        position: relative;
        top: 210px;
        padding-bottom: 20px;
        background: #fff;
    }
    .footer_bottom .center #menu-footer li a {
        color: #000;
    }
    .footer_bottom .center .copyright .cprgt, .footer_bottom .center .copyright .cprgt a {
        color: #000;
    }
    .footer_bottom .center .footer_logo .desktop{
        display: none;
    }
    .footer_bottom .center .footer_logo .mobile {
        display: block;
        margin: 50px auto 0 auto;
    }
    .footer_bottom .right {
        width: 90%;
        text-align: right;
        position: relative;
        top: -210px;
    }
    [data-ff-el="root"].ff-6304c3cb65a1834dde5e5b63 .ff-6304c3cb65a1834dde5e5b63__content {
        display: flex!important;
    }
    #icegram_message_241 {
        height: 315px !important;
    }
    .ig_messenger.ig_container, .ig_messenger.ig_container div {
        /* height: 100%; */
    }
    .nl-img {
        text-align: center;
        width: 100%;
    }
    .nl-img img {
        margin-right: 0;
    }
    .nl-title {
        top: -15px;
        text-align: center;
    }
    [data-ff-el="root"].ff-6306196265a1834dde5e5cfc .ff-6306196265a1834dde5e5cfc__form {
        margin-left: 0 !important;
        padding-top: 5px !important;
    }
    [data-ff-el="root"].ff-6306196265a1834dde5e5cfc .ff-6306196265a1834dde5e5cfc__control {
        margin: 0 auto;
    }
    [data-ff-el="root"].ff-6306196265a1834dde5e5cfc .ff-6306196265a1834dde5e5cfc__label {
        text-align: center!important;
    }
    [data-ff-el="root"].ff-6306196265a1834dde5e5cfc .ff-6306196265a1834dde5e5cfc__button {
        border-bottom: none!important;
    }
    #icegram_message_241 .ig_body {
        height: 100%;
        background: #F5F3F0;
    }
    .ig_messenger.ig_canvas .ig_message {
        display: block!important;
    }
}