/*
 Theme Name:  Wplivecam Child Theme
 Theme URI:   https://www.wp-script.com/adult-wordpress-themes/ultimatube/
 Description: Child Theme for WP-Script UltimaTube theme
 Author:      WP-Script
 Template:    wplivecam-theme
 Text Domain: wpst
 Version:     1.0.0
*/

/*
IMPORTANT:
- Do not change "Author: WP-Script" in the header of this file. 

Need help? Check the following links to get more information about child themes:
- WP-Script help: https://www.wp-script.com/blog/how-to-create-a-wordpress-child-theme/
- WordPress developer resource: https://developer.wordpress.org/themes/advanced-topics/child-themes/

Write your own CSS code after this comment block.
*/

.widget_nav_menu li{
 list-style:none;
}
.widget_nav_menu ul li {
    display: inline-block;
    float: left;
    padding: 5px 10px;
    border: 1px solid;
    margin: 5px;
}
.widget_nav_menu ul {
    float: left;
    padding-left: 0;
    width: 100%;
}


/* Custom Css Sidebar Menu */

.widget_nav_menu ul {
    list-style: none;
    padding: 5px;
    display: inline-block;
}
.widget_nav_menu ul li {
    display: inline-block;
    float: left;
}
.widget_nav_menu ul li a {
    font-size: 15px;
    margin: 0 0.25em 0.5em 0;
    border: 1px solid;
    padding: 6px;
    display: inline-block;
    transition: all 200ms linear;
    outline: none;
}
.hero h1 {
    font-size: 40px !important;
}