/* Center the entire main menu bar container */
.WaGadgetMenuHorizontal .menuInner {
    text-align: center;
    width: 100%;
}
/*Code to align menu to center END */
/*Code to set heading color and font */

    h1, h2, h3, h4, h5, h6 {
      font-family: 'Lato', sans-serif !important;

  
    }
    /*  color: #1a4b92 removed from heading css above*/

h4.boxHeader.Title {font-family: 'Lato', sans-serif !important;}
EventListCalendarHeader {font-family: 'Lato', sans-serif !important;}
/*Code to remove social login options on login page*/
/*SOCIAL LOGIN BUTTONS HIDE*/

.WaGadgetAuthorizationRequired .openAuthFormContainer {

border-right: none;

max-width: 0px;

padding-right: 40px;

display: none;

}

/*PADDING TO SOCIAL LOGIN BUTTONS HIDE*/

.WaGadgetAuthorizationRequired .authFormContainer {

padding-left: 0;

}

/*To remove the login buttons from the member directory personal profiles (at the bottom):/

/*MEMBER SOCIAL LOGIN BUTTONS HIDE*/

#socialLoginContainer, #idSocialLoginContainer {

display: none;

}
.WaGadgetBlog.WaGadgetBlogStateList ul.boxesList li.boxesListItem .boxHeaderOuterContainer h4.boxHeaderTitle a {
    font-family: 'Lato';
}
.genericListTable thead th, .membersTable thead th {
    font: 300 30px / normal Lato;
    padding: 0;
}
/*make button corners rounded*/
a.stylizedButton.buttonStyle001 {
    border-radius: 8px !important;
}
a.stylizedButton.buttonStyle002 {
    border-radius: 8px !important;
}
a.stylizedButton.buttonStyle003 {
    border-radius: 8px !important;
}

/*center menu*/
.WaGadgetMenuHorizontal .menuInner {
    background: transparent;
    position: relative;
    margin: 0;
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%;}

