/*
Theme Name: Cleverbox Start
Version: 2.0
Author: Alexe Vlad
Author URI: http://vlad.alexe.info
Description: Website developed by Alexe Vlad
*/

@import url("assets/fonts/css/ibm-plex.css");

/* CSS Document */
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, font, 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 {
    background:none repeat scroll 0 0 transparent;
    border:0 none;
    margin:0;
    outline:0 none;
    padding:0;
    font-family:Arial;
    font-weight:normal;
    font-size: 12px;
    margin-top: 0px;
}
* {
    margin:0;
    padding:0;
    outline: 0 none;
}
html{
    font-size: 10px;  /*Meaning that 0.1rem = 1px*/
    scroll-behavior: smooth;
}
.cf:before,
.cf:after ,
.clear:before,
.clear:after{
    content:"";
    display:table;
}
.clear,
.clear:after,
.cf:after {
    clear:both;
}
body{
    background: url("images/test.jpg") repeat;
    text-rendering: optimizeLegibility;
}
h1{
}
h2{
}
h3{
}
h4{
}
h5{
}
h6{
}
p{
}
p strong,
strong{

}
.wp-block-image img{
    height: auto;
}
.wp-block-embed__wrapper{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.wp-block-embed iframe {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
p em,
em{

}
em strong,
strong em,
p em strong,
p strong em{

}
a{
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
a:hover{
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
ul,
ol{
}
ul li{
}
ol li{
}
ul li a,
ol li a{
}
blockquote{

}
input{
    -webkit-border-radius:0;
    -webkit-appearance: none;
    border-radius:0;
}
/*### Menu ###*/
nav.menu{

}
nav.menu ul{

}
nav.menu ul li{

}
nav.menu ul li a{

}
nav.menu ul li:hover a{

}
.hamburger-button{
    display: none;
}
.header-circle-menu {
    margin-top: 18px;
    margin-left: 10px;
    display: inline-block;
    width: 44px;
    height: 44px;
    vertical-align: top;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: absolute;
    right: 40px;
    top: 20px
}
#nav-icon3 {
    width: 40px;
    height: 13px;
    position: relative;
    margin: 5px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
#nav-icon3 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
    top: 0px;
}
#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
    top: 9px;
}

#nav-icon3 span:nth-child(4) {
    top: 18px;
}
.mobile-open-menu #nav-icon3 span:nth-child(1) {
    top: 2444444444px;
    width: 0%;
    left: 50%;
}
.mobile-open-menu #nav-icon3 span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mobile-open-menu #nav-icon3 span:nth-child(4) {
    transition: width 0s;
    top: 24px;
    width: 0%;
    left: 50%;
}
.mobile-open-menu #nav-icon3 span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/*### End Menu ###*/
/*### Header ###*/

.header{
}
.logo{
    background: url("images/logo.png") no-repeat;
    display: block;
}
/*### End Header ###*/


/*### Section ###*/

section{
}

/*### End Section ###*/


/*### Footer ###*/

.footer{
}

/*### End Footer ###*/
/*### Error 404 ###*/
.error404-container{
    width: 100%;
    text-align: center;
    padding: 200px;
}
.error404-icon{
    font-size: 40px;
    margin-bottom: 10px;
    animation: shake 1.3s cubic-bezier(.36,.07,.19,.97) infinite;
}
@keyframes shake {
    10%, 90% {
        transform: translate3d(0, 0, 0);
    }
    20%, 80% {
        transform: translate3d(0, 0, 0);
    }
    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}
/*### End Error 404 ###*/
/*### Search ###*/
#search.open + header{
    top: 0px;
}
#search {
    height: 50px;
    padding: 10px 0;
    box-sizing: border-box;
    top: -50px;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: fixed;
    background: #E0261C;
}

#search.open{
    position: fixed;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
#search_close{
    border: none;
    position: absolute;
    right: 20px;
    top: 17px;
    cursor: pointer;
    outline: 0;
    background: url('images/close.svg') no-repeat;
    background-repeat: no-repeat;
    background-size: auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    text-decoration: none;
}
#search_close:after{
    display: none;
}
#search #search_form {
    width: 100%;
    height: 30px;
    padding: 0;
    margin: 0;
}

#search #search_form .kw {
    width: 85%;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    margin: 0;
    float: left;
    background-color: transparent;
    border: none;
    color: #FFF;
    margin-left: 50px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    font-size: 15px;
    color: #fff;
    outline: 0;
}

.search_go {
    border: none;
    position: absolute;
    left: 20px;
    top: 17px;
    cursor: pointer;
    outline: 0;
    background: url('images/search-white.svg') no-repeat;
    background-repeat: no-repeat;
    background-size: auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: block;
}
#search.open + .header + .content{

}
/*### End Search ###*/
/*### RESPONSIVE ###*/
@media only screen and (max-width: 1400px) {
}
@media only screen and (max-width: 1024px) {
    .mobile-open-menu{
        overflow: hidden;
    }
    nav.header-menu {
        flex-wrap: wrap;
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;

    }
    .mobile-open-menu nav.menu{
        height: 100vh;
    }
    nav.header-menu .main-menu{
        flex-direction: column;
        justify-content: center;
        display: none;
    }
    .mobile-open-menu nav.header-menu .main-menu{
        height: 100%;
        text-align: center;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        box-sizing: border-box;
    }

    .mobile-open-menu{
        overflow: hidden;
    }
    .hamburger-button{
        display: block;
    }
    nav.header-menu ul li{
        margin-bottom: 20px;
    }
    nav.header-menu ul li a{
        line-height: 5rem;
        font-size: 22px;
    }
}




/*### END RESPONSIVE ###*/