/*
 Theme Name:   WpCasterPro Child
 Theme URI:    https://qantumthemes.com/
 Description:  The child theme allows easier customizations and template overrides
 Author:       Qantum Themes
 Author URI:   https://qantumthemes.om/
 Template:     wpcasterpro
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         right-sidebar
 Text Domain:  wpcasterpro
*/

/***************************************************************
****************************************************************
************* PUT YOUR CUSTOM STYLES BELOW ********************/

/* Menulink - begin */
@media (min-width: 1200px) {
  .wpcasterpro-menu-horizontal li a, .wpcasterpro-menu-horizontal .wpcasterpro-menubar > li ul li a {
    font-size: 1em !important;
  }
}

.wpcasterpro-overlay a {
  color: #fff !important;
}
.wpcasterpro-overlay a:hover {
  color: #d60000 !important;
}
/* Menulink - end */