/* 
Theme Name: Idexaweb Child
Theme URI: https://www.idexaweb.com
Description: Idexaweb is a lightweight and minimalist WordPress theme.
Author: Idexaweb Team
Author URI: https://www.idexaweb.com
Template: idexaweb
Version: 2.0.0
Text Domain: idexaweb-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


/* Header Mobile */

.jkit-hamburger-menu {
            float: right!important;
            padding-right:24px!important;
}
/* Header Sticky */

header#masthead {
    transition: all 0.3s ease;
}

.sticky-header header#masthead {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}
@media screen and (min-width: 992px) {
.admin-bar.sticky-header header#masthead {
    top: 32px;
}

.sticky-header .elementor-1180 .elementor-element.elementor-element-7600f989 {
    width: 10%;
}}

@media screen and (max-width: 762px) {
.sticky-header header#masthead img {
    width: 160px!important;
}}

/* Button Scroll to Top */

.scroll-to-top-btn {
    cursor:pointer;
}


/* Credits */

a.href-credits {
    display: flex;
    align-items: center;
    justify-content: center;
}