/*
Theme Name: Leos Template
Author: Maxim Folko
Version: 4.1
Text Domain: leos
*/
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] { direction: rtl!important; }

header {
    z-index: 99;
    transition: transform 200ms linear;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}
.contact-link .letter-box {
    position: absolute;
    right: -18px;
    bottom: -19px;
    width: 80px;
    height: 50px;
    background-color: rgb(209 213 219);
    border-radius: 0 0 50px 50px;
    z-index: 999;
    position: absolute;
    right: -18px;
    bottom: -27px;
}
.main-menu > ul > li > a {
    font-family: "Heebo", sans-serif;
    font-size: 1em;
    font-weight: 300;
    border-left: 1px solid #FFFFFF;
    padding: 0 10px;
	color: #0E2849;
    display: block;
    line-height: 1rem;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.hamburguer-icon span {
    display: block;
    height: 4px;
    width: 70%;
    margin: 0 auto;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.col-logo {
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    padding-left: 1.75em;
    padding-right: 1.25em;
    border-right: 1px solid #0E2849;
}
.phone {
    padding: 0 1em;
    border-left: 1px solid #0E2849;
    border-right: 1px solid #0E2849;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-link span {
    font-size: 1.2em;
    font-weight: 400;
    padding: 0 20px;
    display: flex;
    line-height: 24px;
}
.social .social-link {
    width: 30px;
    height: 30px;
    border: 1px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    border-radius: 50%;
    background-color: transparent;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.social .social-link i {
    color: black;
    font-size: 14px;
    transition: color 0.5s;
}
.phone a {
    font-size: 1.2em;
    line-height: 1;
}
.letter-box.centered img {
	width: 50px;
}
.social-linkimg img{
	width: 50px;
}
/*.section-hero{*/
/*min-height: 77.5em;*/
/*}*/
div#wpcf7-f5-o2 {
    position: relative;
    z-index: 9999;
}

.logo img {
    max-width: 250px;
    max-height: 50px;
}
