/*
Theme Name: Abacus Insights
Theme URI: http://www.theskylineagency.com
Author: The Skyline Angency
Author URI: http://www.theskylineagency.com
Description: Abacus Insights wordpress integration
*/

.round-button a{
  padding: 10px;
  background: red;
  color: #FFFFFF !important;
  background: #fe5419;
  cursor: pointer;
  border-radius: 5px;
}

.round-button a:hover, .round-button a:focus {
    background: #f8c71d;
}

#top-menu.header-sticky .menu {
    padding-top: 5px !important;
}

/* Parent menu item */
#sticky_menu.menu .menu-item-has-children {
    position: relative;
}

/* Dropdown arrow */
#sticky_menu.menu .menu-item-has-children > a::after {
    content: "\25BE"; /* ▼ */
    display: inline-block;
    margin-left: 8px;
    font-size: 18px;
    transition: transform 0.3s ease;
}

/* Rotate arrow on hover */
#sticky_menu.menu .menu-item-has-children:hover > a::after {
    transform: rotate(180deg);
}