/*!
Theme Name: Forcast Child
Template:   forcast
Theme URI: https://themeunique.com/wp/btourq
Author: byteflows
Author URI: https://themeforest.net/user/byteflows
Description: Forcast - WordPress News Magazine Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: transpi-child
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

.byteflows_menu .byteflows_menu-nav li .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 22;
    background: #fff;
    width: 230px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .15);
    border-radius: 0 0 10px 10px;
    padding: 15px 30px;
    transition: all 300ms linear 0ms;
    visibility: hidden;
    opacity: 0;
    margin-top: 15px;
    pointer-events: none;
}
.byteflows_menu .byteflows_menu-nav li .sub-menu > li > a {
    font-size: 15px;
    font-weight: 500;
	text-transform: uppercase;
    position: relative;
    padding: 0px;
    transition: 0.4s;
}
