/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

/* 25-july-2025 */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap');
#menu-blogs .style-link-custom a{
	font-size:16px;
	font-weight:600;
	color:#5A5B6F;
	font-family: "Inter", sans-serif;
}
#menu-blogs .style-link-custom .sub-menu a{
	font-size:15px;
   cursor:pointer;
}
#menu-blogs .style-link-custom .sub-menu a:hover{
    color: #059dff !important;
}
#menu-blogs .style-link-custom:hover .ct-toggle-dropdown-desktop svg{
	fill:#000;
}