﻿
/*THESE STYLES ARE ONLY INCLUDED ON THE HOMEPAGE EVENT WIDGET*/

#layout-content {
    background-color:rgba(237,236,236,1);
}

.homeEventsWidget {
    margin-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
}
.events-widget-body {
    background-color: white;
    text-align: center;
    padding: 30px 20px 20px 20px;
    margin-top: -20px;
}

.homeEventsWidget .product-header {
    background-color: #0078D5;

}
.homeEventsWidget .product-header a:hover {
  text-decoration:none;
}

.homeEventsWidget a.see-more-article {
    text-align: center;
}

.homeEventsWidget .register-button {
    background-color: #ffba08;
    padding: 5px 50px;
    display: inline-block;
    margin: 10px 0;
}
.homeEventsWidget .register-button a {
    color: #000;
} 

.homeEventsWidget .register-button:hover {
    background-color: #f0ac00;
    color: #000;
}
.homeEventsWidget .register-button a:hover {
        text-decoration: none;
} 

.homeEventsWidget .product-header h3 {
    color: white;
}

