/*
Theme Name: Igual Child
Description: Child Theme for Igual Theme
Author: zozothemes
Version: 1.0
Template: igual
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: zozothemes
*/

/*Custom Style Code Right Here */

@media only screen and (max-width: 1024px) {
    .single.single-cea-portfolio .page-title-wrap {
        padding-top: 60px;
        padding-bottom: 25px;
    }
}

@media only screen and (max-width: 767px) {
    body.page .page-title-wrap, body.error404 .page-title-wrap, body.single .page-title-wrap {
        padding: 20px 0px;
    }
}

/* Apply the same styling to both #menu-item-37574 and #menu-item-37503 */
#menu-item-37574,
#menu-item-37503,
#menu-item-38362{
    display: flex;
}

#menu-item-38362 > a:before,
#menu-item-37574 > a:before,
#menu-item-37503 > a:before {
    content: none !important; /* Ensure the before pseudo-element is removed */
    display: none !important;
}

#menu-item-37574 > a,
#menu-item-38362 > a,
#menu-item-37503 > a {
    display: flex;
    align-items: center;
}

#menu-item-37503 > ul,
#menu-item-38362 > ul,
#menu-item-37574 > ul{
    width: 110px;
}

