/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
.contextual-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}



.contextual-menu li {
    margin-bottom: 5px;
}

.contextual-menu li.active > a {
    font-weight: bold;
    color: #1559ed;
	background-color: #FFFF01;
	border-radius: 20px;
}

.contextual-menu a {
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    color: #666;
    transition: all 0.3s ease;
}

.contextual-menu a:hover {
    background: #1559ed;
    color: #FFFF01;
	border-radius: 20px;
	font-weight: bold;
}
.page-root a {
	font-size: 12px;
}

.link-underline .elementor-widget-container  {
    position: relative;
    text-decoration: none;
}

.link-underline .elementor-widget-container ::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: black;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}



.link-underline .elementor-widget-container p a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

#custom_contextual_menu-2 > .widget-title > h3 {
    font-size: 20px;
}

@media (max-width: 768px) {
    .hide-mobile {
        display: none !important;
    }
}