
/*  Home Button Not Appearing Fix
@media screen and (min-width: 768px) {
     .home_buttons .button-item, .home_buttons .item {
         visibility: visible !important;
}}. */


/* 100% Width to Mobile Tabbed Widget */
@media screen and (max-width: 48em) {
    .tabbed_widget .tab-title {
        width: 100%;
}
}



/* Fix Issue with Gold Overlay on Talk of the Town Buttons */

.home_buttons_slider .button-content {
width: 100% !important;
}

.home_buttons_slider .button-link:hover .button-content, .home_buttons_slider .button-link:focus .button-content {
width: 100% !important;
}
