/*
Theme Name: ColorCrafters Child Theme
Template: colorcrafters
Theme URI: https://colorcrafters.ancorathemes.com/
Description: ColorCrafters Child Theme
Author: AncoraThemes
Author URI: https://ancorathemes.com/
Version: 1.0
Tested up to: 6.8
Requires at least: 5.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: colorcrafters
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */


img.trx_addons_bg_text_item {
    position: relative;
    bottom: 15px;
}

#service-menu li a:hover, #service-menu li a:hover span, #service-menu li a span:hover {
    opacity: 0.9;
    color: #FFF !important;
}
#service-menu li a {
    background:#FDA229;
    color: #FFF;
    text-align: center;
    margin: 5px 0px;
    padding: 10px;
    border-radius: 5px;
    font-weight: 600;
    width: 50%;
}

#service-menu li.current-menu-item a {
    color: #FFF!important;
}

@media screen and (max-width: 768px) {
    #service-menu li a {
        width: 75%;
    }
    
}