/*
 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;
    margin: 5px;
}
.widget_nav_menu ul li a{
    padding: 7px;
  border: 1px solid;
  font-size: 17px;
}	
.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;
}

.hero h1 {
    font-size: 40px !important;
}

/* css added for horizontal menu*/
@media only screen and (min-width: 768px) {
 .menu-horizontal-menu-container{display:none}
}
.menu-horizontal-menu-container {
	overflow-x: auto; /* Enable horizontal scrolling */
    white-space: nowrap;
    -ms-overflow-style: none; /* Hide scrollbar in IE */
    scrollbar-width: none; /* Hide scrollbar in Firefox */
	clear: both;
  padding: 20px;
  background: #333;
  margin-top: 5px;
  width: 100%;
}

.menu-horizontal-menu-container ul.menu {
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu-horizontal-menu-container ul.menu li {
    display: inline-block;
    margin-right: 20px; /* Adjust margin as needed */
	padding-left: 5px;
}

.menu-horizontal-menu-container ul.menu li:last-child {
    margin-right: 0; /* Remove margin from last item */
}
.menu-horizontal-menu-container ul.menu li a{color:#fff}
.menu-horizontal-menu-container svg,.menu-horizontal-menu-container img{max-width:20px}
/* css added for horizontal menu ends*/
.