.building_community tr.WaLayoutRow td {
    vertical-align: middle;
}

.upcoming_event_home {
    padding: 10px;
}
.boxInfoContainer h5 {
    display: none;
}

.WaGadgetRecentBlogPosts .gadgetStyleBody ul li .author {
    display: none;
}

.WaGadgetLoginButton .loginBoxLinkContainer .loginBoxLinkButton {
    font: normal 20px/normal PT Sans;
    color: black;
}

.WaGadgetLoginButton .loginBoxLinkContainer .loginBoxLinkButton:before {
    font: normal 17px/normal WA-theme-icons;
    color: black;
}

.WaGadgetLoginButton .loginBoxLapsedMembership,
.WaGadgetLoginButton .loginBoxProfileLink,
.WaGadgetLoginButton a.loginBoxChangePassword,
.WaGadgetLoginButton .loginBoxProfileLink a,
.WaGadgetLoginButton a.loginBoxLogout {
    color: black;
}

#id_u2hqny8 {
    color: black;
}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li>.item>a {
    color: black;
}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li>.item>a>span {
    padding: 15px 45px 10px;
}

#id_hLmwlDq {
    background-color: white;
}

.WaGadgetMenuHorizontal.menuStyle001 .stickness,
.WaGadgetMenuHorizontal.menuStyle002 .stickness {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.WaGadgetCustomMenu.gadgetStyleNone ul li a {
    color: black;
    text-decoration: none;
}

#id_Footer1 {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#id_Header {
    opacity: 0.6;
}

.WaGadgetBlog.WaGadgetBlogStateList ul.boxesList li.boxesListItem .boxHeaderOuterContainer h4.boxHeaderTitle a {
    color: #275148;
    font: normal 24px/normal Roboto Condensed;
    text-decoration: underline;
    font-weight: bold;
}

.WaGadgetBlog .boxFooterOuterContainer .postBottom {
    margin-top: -40px;
}

#id_KG3Mw4P {
    border-style: solid;
    border-width: 1px;
    border-color: #999999;
    padding-left: 20px;
    padding-top: 10px;
    padding-right: 50px !important;
    margin-right: 120px !important;
    font-size: 12px;
}

.supporting-member p {
    padding: 0 !important;
    margin: 0px !important;
}

.supporting-member .paragraph {
    padding: 10px 0 0 0px !important;
    margin: 0px !important;
}

.supporting-member a {
    background: #ff7f00;
    display: block;
    /* padding: 20px 10px; */
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

.supporting-member a:hover {
    background: #01491a;
    transition: background-color 0.5s ease;
}

.marquee-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    border: 1px solid #ccc;
    padding: 10px 0;
    box-sizing: border-box;
    position: relative;
}

.marquee-text {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 15s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}


.listing_img tr.WaLayoutRow td {
    vertical-align: middle;
}

ul.member_menif {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.home_bt_l {
    border-radius: 10px;
}

.trading_p a {
    font-size: 20px;
    background-color: #ff7f00;
    padding: 15px 20px;
    display: flex;
    color: #fff;
    border-radius: 10px;
    width: 200px;
    height: auto;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.home_bt_l tr td {
    vertical-align: middle;
}

.trading_p {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.trading_p a:hover {
    background-color: #a25100;
    transition: 0.2s ease-in-out;
}

.trading_p.trading_link_text a {
    background: transparent;
    font-size: 18px;
    text-decoration: underline;
}

.trading_p.trading_link_text a:hover {
    color: #ff7f00;
}

.member_ben_para a {
    background: transparent;
    text-decoration: underline;
    color: #fff;
}

.member_ben_para a:hover {
    background-color: transparent;
    color: #ff7f00;
}

p.paragraph.member_ben_para {
    line-height: 0;
}

p.paragraph.member_ben_para a {
    line-height: normal;
    padding-bottom: 10px;
}

.member_be p:nth-child(1) {
    padding-top: 5px !important;
}

p.btn_arch {
    margin-bottom: 0;
}

.smoke_ban {
    text-align: center;
}

a.smoke_archieve_btn {
    font-size: 18px;
    color: #36aff0;
}

a.smoke_archieve_btn:hover {
    color: #1790d1;
}

.member_be {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}


/* upcoming events  */
.upcoming_event_home ul li {
    font-size: 12px;
    font-family: 'Open Sans';
    text-align: center;
}
.upcoming_event_home {
    border-bottom: 1px solid grey;
    border-right: 1px solid grey;
    border-left: 1px solid grey;
}
.upcoming_content {
    border-right: 1px solid grey;
    border-left: 1px solid grey;
    border-top: 1px solid grey;
}

/* upcoming events  */


@media (max-width: 767px) {
    .trading_p a {
        font-size: 18px;
        padding: 10px 30px;
        width: auto;
        height: auto;
    }
}

@media (max-width: 616px) {
    .follow_us_heading {
        margin-top: 20px;
    }

    .home_iframe {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    a#support-your-community {
        max-width: 200px;
        margin: 0 auto;
    }
}