/* ************************************************** */
/* Main Nav Menu font size */
.layout-mode-responsive .gf-menu.l1 > li > .item {
  font-size: 18px;
}

/* ************************************************** */
/* Main Nav Menu dropdown items font size */
.layout-mode-responsive .menu-block .gf-menu .item {
  font-size: 14px;
}

/* ************************************************** */
/* Main Nav Menu Dropdown Background on main template menu */

.menu-block .gf-menu .dropdown {
    background-color: rgba(90, 20, 20, 0.90);
}

/* ************************************************** */
.layout-showcase .sprocket-features-title {
  font-size: 30px !important;
}

.layout-showcase .sprocket-features-desc {
  font-size: 18px !important;
}
