/* Remove Wild Apricot branding */
.zoneBrandingOuter 
{ 
  display: none; 
}

/* Change the size of login text */
.WaGadgetLoginButton .loginBoxLinkContainer .loginBoxLinkButton {
    font: normal 20px/normal PT Sans;
}

/* Change the size of the logged in text */
.WaGadgetLoginButton .loginBoxLapsedMembership, .WaGadgetLoginButton .loginBoxProfileLink, .WaGadgetLoginButton a.loginBoxChangePassword, .WaGadgetLoginButton .loginBoxProfileLink a, .WaGadgetLoginButton a.loginBoxLogout {
    display: inline-block;
    margin: 4px 5px;
    font-size: 20px;
}

/* Change the background colour of the Calendar cells from dark grey */
.WaGadgetEvents.WaGadgetEventsStateCalendar .EventListCalendar td>div {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background: rgb(35, 132, 167);
    padding: 4px 10px;
}

/* Make calendar cell text black
.WaGadgetEvents.WaGadgetEventsStateCalendar .EventListCalendar td>div a 
{
    color: black !important;
    font: normal 13px/normal PT Sans;
    text-decoration: none;
}

/* Make menu text larger and bold */
.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li>.item>a>span {
    display: block;
   /* padding: 10px 0px 10px;  */
    margin-left: 10px;
    position: relative;

    font-weight: 500;
    font-size: 17px;
}

/* Button blue, text white */
#blue-button {
    /* first is top & botton, second is left & right */
    padding: 11px 15px;
    border: 0;
    background-color: #008295;
    color: white;
    font-size: 16px;
}

/* Remove the author of the Blog post used for Club News - otherwise for logged out users it shows as Anonymous Member */
.WaGadgetRecentBlogPosts .gadgetStyleBody ul li .author 
{
 display: none;
}


/* Make donation bar nice and pink */
.WaGadgetDonationGoal .progressBarOuterContainer .progressBar table td.donationGoalProgressBarLeftPart span {
    background: #ee11c9;
}

/* Make "Add to my calendar" in event registration more visible */
.ui.inline.dropdown.-wa-add-event-to-calendar-dropdown>.text {
    font-weight: 600;
    color: red;
}

/* Calendar button time text colour */
.WaGadgetEventsStateCalendar .monthViewType .EventListCalendar td>div, .WaGadgetEventsStateCalendar .monthViewType .EventListCalendar td>div a{
 color: white;
}
/* Calendar button event name text colour */.EventListCalendar.WaGadgetEvents.WaGadgetEventsStateCalendar .EventListCalendar td>div a {color: white !important;
}
/* remove author from .WaGadgetRecentBlogPosts */
.WaGadgetBlog .boxBodyInfoOuterContainer h5 .postedByLink{
display:none;
}
.WaGadgetBlog .boxBodyInfoOuterContainer h5 .postedByLabel{
display:none;
}

