/**! set boxed layout style **/
.boxed-layout{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
/**! set boxed layout style **/

/**! set the menu **/
.menu-horizontal{
    font-size: 16px;
}
.bar .logo {
    height: 60px;
    max-height: 60px;
}
#menu1 {
    padding-bottom: 15px;
    padding-top: 10px;
}

#menu-child, #menu-child2{
    padding-top: 15px;
}
/**! set the menu **/

/**! set the typed text **/
.typed-headline span.h2{
    display: inline;
}
@media (min-width: 767px) {
    .typed-headline span.h2{
        font-size: 42px !important;
        font-weight: 500 !important;
    }
}
/**! set the typed text **/

/**! Customers slides logos **/
#customers--slides img {
    max-height: 2.5em;
}
/**! Customers slides logos **/

/**! Menu underline animation **/
.menu--li > a {
    text-decoration: none;
    transition: color 0.1s,background-color 0.1s,padding 0.2s ease-in;
}
.menu--li > a:hover, .menu--li > a:focus, .menu--li > a:active, .menu--active > a {
    color: #ffbc00 !important;
    text-decoration: none;
}
.menu--li > a:hover::before, .menu--li > a:focus::before {
    transform-origin: left top;
    transform: scale(1,1);
}
@media (min-width: 768px) {
    .menu--active > a::before, .menu--li > a::before {
        content: '';
        display: block;
        position: absolute;
        bottom: 2px;
        left: 0;
        height: 2px;
        width: 100%;
        background-color: #ffbc00;
    }
}
.menu--li > a, .menu--active > a {
    opacity: 1 !important;
    padding: 0 15px 10px 15px;
    position: relative;
    display: block;
    text-transform: uppercase;
}

.menu--li > a::before {
    transform-origin: right top;
    transform: scale(0, 1);
    transition: color 0.1s,transform 0.2s ease-out;
}
/**! Menu underline animation **/

/**! Hide the chat button by default **/
.btn--chat{
    display: none;
}
/**! Hide the chat button by default **/

.color--yellow {
    color: #ffbc00 !important;
}
.font--large {
    font-size: large;
}

/**! Style for terms and privacy content **/
.terms--privacy > div{
    margin-bottom: 26px;
}
/**! Style for terms and privacy content **/