/*
Theme Name: NDGtheme
*/
.EventsBTN a {
    width: 150px;
    height: auto;
    margin: 0;
    padding: 12px 24px;
    border-radius: 3px;
    text-align: center;
    color: #FFFFFF;
    background-color: #F8981D;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.EventsBTN a:hover {
    color: #FFFFFF;
    background-color: #818a91;
}