/* FIXED Body Background  
body {
    background-color: #111827;
    background-image: url(/resources/Pictures/wing-sunset-bkgd.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
*/

/* ROUNDED BUTTONS */
a.buttonStyle001 ,a.buttonStyle002 ,a.buttonStyle003,a.buttonStyle004 ,a.buttonStyle005 ,a.buttonStyle006,a.buttonStyle007, .nextButton, .loginButton, .typeButton, input.typeButton{
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px; 
}

input[type="submit" i] {
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px; 
}

/* THIN BUTTON BORDERS */
a.buttonStyle004, a.buttonStyle005{
  border-width: 3px;
}
a.stylizedButton.buttonStyle004, a.stylizedButton.buttonStyle005{
    border: 3px solid;
}

/* HIDE Powered by */
#idFooterPoweredByWA {
    visibility: hidden;
}

/* HIDE RSS FEED ICON 
.rssFeedLabel{
    visibility: hidden;
}
*/

/* HIDE AUTHOR FROM BLOG POSTS */
.WaGadgetRecentBlogPosts .itemAuthor
{ display: none; }

SPAN.postedByLink
{ display: none; }

.WaGadgetBlogStateList .boxBodyInfoContainer .postedByComment
{ display: none; }

span.postedByComment 
{ display: none; }

.WaGadgetBlog .boxBodyInfoOuterContainer .postedByLabel, .WaGadgetBlog .boxBodyInfoOuterContainer .postedByLink {
    visibility: hidden; display: none;
}

.WaGadgetBlog .boxBodyInfoOuterContainer .postedOn:before{
    content: '';
    margin-right: 0px;
}

.WaGadgetBlog .boxBodyInfoOuterContainer .postedOn{
    margin-left: 0px;
}

/* EVENT LISTING STYLES */
.WaGadgetEvents{
    background-color: #111827;
}
.WaGadgetEventsStateList .boxOuterContainer .boxBodyOuterContainer .boxBodyInfoOuterContainer .boxBodyInfoContainer{
    background: #111827;
    border-left: 3px solid #c4b835;
    border-right: 0px;
}

.WaGadgetEventsStateDetails .boxOuterContainer .boxBodyInfoOuterContainer .boxBodyInfoContainer {
    background: #111827;
    border-right: 3px solid #c4b835;
}

.infoOuterContainer {
    background-color: #3993dd;
}

/* REMOVE BOTTOM MARGIN & PADDING */
.bottomLess p{
    margin-bottom: 0px;
    padding-bottom: 0px;
}

/* EVENT VIEW STYLES
.WaGadgetEventsStateDetails .boxOuterContainer .boxBodyInfoOuterContainer .boxBodyInfoContainer {
    background: #111827;
    border-right: 3px solid #c4b835;
} */

/* FOR SMALL VIEWPORTS */
@media screen and (max-width: 767px){
    /* HIDE SEARCH ON MOBILE  */
    #id_oWdKg3J, #id_4eMeBnW{
        display: none;
    }
    /* MOBILE LOGO FIX */
    #id_ySJhfMZ{
        width: 50%;
    }
    /* MOBILE TABLE FIX */
    #id_IUfiNfh{
        margin-top: -10px;
    }
    .mobileCentered p{
        text-align: center;
        padding-bottom: 48px;
    }
    .mobileGapless{
        margin-bottom: 0px;
    }
    .WaGadgetEventsStateList .boxOuterContainer .boxBodyOuterContainer .boxBodyInfoOuterContainer .boxBodyInfoContainer{
    background: #111827;
    border-left: 3px solid #c4b835;
    border-right: 0px;
    }
}