/*
 Theme Name:   Wellnez Child
 Theme URI:    https://wordpress.vecurosoft.com/wellnez/
 Description:  This is a child theme for Wellnez WordPress Theme
 Author:       Vecurosoft
 Author URI: http://vecurosoft.com/
 Template:     wellnez
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  wellnez-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */
/*my  css*/
/*header section*/

    .col-xxl-auto {
        width: 50%;
    }

.hero-layout2 .hero-content {
        padding: 60px 0 60px 0;
        max-width: 48%;
    }

/*testimonial*/
.team-style1 .team-img {
    background-color: #e5d4ce;
    border-radius: 9999px;
    overflow: hidden;
    margin: 5px !important;
    outline: 4.1px solid rgba(154, 86, 58, 0.4) !important;
    outline-offset: 6px !important;
    position: relative;
    transition: all ease 0.5s !important;
    margin-top: 20px !important;
}
/*header-css-nav*/

li#menu-item-6877:hover > ul.sub-menu {
        display: grid;
        width: 2000%;
    }

   #menu-item-6877 ul.sub-menu {
        grid-template-columns: repeat(3, 1fr);
        left: -450px;
    }

@media only screen and (max-device-width: 480px) {
    .hero-layout2 .hero-content {
    padding: 60px 0 60px 0;
    max-width: 100%;
    left: 0;
}
}


/*products page and product styles css*/
.product-style2 .product-img {
    border: 2px solid #DAB4B1;
}

.text-inherit {
    font-size: 18px;
}




