/*
Theme Name: Alioth Child
Description: Child theme for the Alioth. Child themes are the recommended way of making modifications to a theme. <a href="http://codex.wordpress.org/Child_Themes">Read More</a>
Author: PeThemes
Author URI: http://pethemes.site
Template: alioth
*/


/* =Theme customization starts here
-------------------------------------------------------------- */


/* Header */

.site-header {
    background-color: transparent;
    margin-bottom: 0;
    height: 80px;
    padding: 16px 25px 11px 25px;
}

.header-wrapper {
    top: 0;
    position: relative;
    width: 100%;
    max-width: 100%;
}

.site-branding {}

.site-logo {
    width: 100%;
    max-width: 80px;
}

.site-logo img {}

.menu-toggle {
    top: calc(52px/2 - 25px/2);
}

.adaga_sticky_header {
    position: fixed;
    top: 0px;
    transform: translate(0px, 0%);
}

body.admin-bar .adaga_sticky_header {
    top: 32px;
}

select {
    width: 100%;
    padding: 15px 20px;
    background: transparent!important;
    border: 1px solid #191B1D!important;
    border-radius: 3px!important;
}


/*.menu-widget.menu-widget-left,*/

.lang-menu-container,
ul.sub-menu {}

.lang-menu-container {
    display: none;
    min-width: 90px;
    min-height: 40px;
    padding: 0;
}

li.current-menu-parent {
    display: inline-block;
    height: 30px;
}

ul.lang-menu-list {
    list-style: none;
}

.sub-toggle {
    display: inline-block;
    position: relative;
    width: 8px!important;
    height: 8px!important;
    margin-left: 20px;
    top: 0!important;
    cursor: pointer;
}

.sub-togg-line {
    -webkit-transform: translate(-120%, -50%) rotate(45deg);
    -ms-transform: translate(-120%, -50%) rotate(45deg);
    transform: translate(-120%, -50%) rotate(45deg);
}

.has-sub-in .sub-togg-line:nth-child(2) {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.site-navigation.fullscreen ul ul li {
    font-size: 25px;
    line-height: 44px;
    letter-spacing: 0.04em;
}

ul.lang-menu-list a.menu-item-link span {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #191B1D;
}

ul.lang-menu-list li.lang-item {
    height: 25px;
    vertical-align: top;
}

ul.lang-menu-list li.lang-item:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    /* float: left; */
    background-color: #000;
    border-radius: 10px;
    margin-right: 5px;
}

ul.lang-menu-list li.lang-item a {
    display: inline-block;
    width: 100%;
    max-width: 75px;
    /* float: right; */
    vertical-align: middle;
    padding: 0;
}

ul.lang-menu-list li.current-lang a {}

ul.lang-menu-list li.lang-item a:hover:before,
ul.lang-menu-list li.current-lang a:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 5px;
    position: absolute;
    z-index: -1;
    margin-top: 9px;
    background-color: #FEBE23;
}

ul.lang-menu-list li.lang-item a:before {
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

ul.lang-menu-list li.lang-item a:hover:before,
ul.lang-menu-list li.current-lang a:before {
    opacity: 1;
}

ul.lang-menu-list li.lang-item span {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #191B1D;
    margin-left: 0px !important;
}

ul.lang-menu-list:hover li.current-lang a:before {
    background: transparent !important;
}

ul.lang-menu-list:hover li.current-lang a:hover:before {
    background: #FEBE23 !important;
}

li.current-lang span {
    font-weight: 700;
}

ul.lang-menu-list li.current-menu-parent>a>img,
ul.lang-menu-list li.lang-item-en img,
ul.lang-menu-list li.lang-item-pt img,
ul.lang-menu-list li.lang-item-es img {
    display: none;
}

ul.lang-menu-list li.lang-item-en span:before,
ul.lang-menu-list li.lang-item-pt span:before,
ul.lang-menu-list li.lang-item-es span:before {
    content: "";
    background-size: cover;
    background-position: 0;
    display: inline-block;
    width: 20px;
    height: 13px;
    margin-right: 10px;
    vertical-align: middle;
}

ul.lang-menu-list li.lang-item-en span:before {
    background-image: url(assets/imgs/ico-en.svg);
}

ul.lang-menu-list li.lang-item-pt span:before {
    background-image: url(assets/imgs/ico-pt-br.svg);
}

li.lang-item-es span:before {
    background-image: url(assets/imgs/ico-es.svg);
}

body.home .page-header {
    display: none !important;
}


/* /Header */


/* Body */

.page-header {
    padding-top: 80px;
    margin-bottom: 0px;
}


/* /Body */


/* Home slide */


/* /Home slide */


/* Footer */


/* /Footer */

@media (min-width: 767px) {
    /* Header */
    .header-widgets,
    .header-widget {
        width: 350px;
    }
    .header-widgets {}
    .header-widgets p {
        font-family: 'La Belle Aurore', cursive;
        font-style: normal;
        font-weight: 400;
        font-size: 17px;
        line-height: 31px;
        text-align: right;
        letter-spacing: -0.01em;
        display: inline-block;
        width: 100%;
        left: 0;
    }
    .menu-toggle {
        left: 25%;
        right: unset;
    }
    .site-navigation.fullscreen .menu.main-menu {
        left: 25%;
    }
    .menu-widget-left {
        bottom: 28%;
    }
    /* /Header */
    /* Home slide */
    /* /Home slide */
    /* Footer */
    /* /Footer */
}

@media (max-width: 767px) {
    /* Header */
    /* /Header */
    /* Home slide */
    /* /Home slide */
    /* Footer */
    /* /Footer */
}

@media (min-width: 1366px) {
    /* Header */
    .site-header {}
    .header-wrapper {
        width: 1290px;
        /* left: 0; */
    }
    .menu-widget-left {
        bottom: 16%;
    }
    /* /Header */
    /* Home slide */
    /* /Home slide */
    /* Footer */
    /* /Footer */
}

@media (max-width: 1366px) {
    /* Header */
    /* /Header */
    /* Home slide */
    /* /Home slide */
    /* Footer */
    /* /Footer */
}