/*
Main Stylesheet
Created: 2023-08-21 08:38:56
*/
/* .custom-icon-font img {
    width: 142px;
} */
.custom-download-btn {
    text-align: right !important;
}
body.single-event #hkvcaHeader #mainMenu .menu-item.menu-item-424 .elementor-item:after,
#hkvcaHeader #mainMenu .menu-item.menu-item-object-page.current-page-ancestor .elementor-item:after {
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 1;
    bottom: 0;
}
/* #pageNavigation .page-navigation.sticky.sidebar-scroll::-webkit-scrollbar {
    display: none;
}

#pageNavigation .page-navigation.sticky.sidebar-scroll {
    width: 300px;
    overflow-y: scroll;
    height: 450px;
	overscroll-behavior: none;
}
#pageNavigation .page-navigation.sticky {
    position: fixed;
    top: 130px;
    left: 51px;
    z-index: 9;
    padding-top: 0 !important;
} */
#pageSidebar {
    overflow: auto;
    padding: 0 !important;
}

#pageSidebar::-webkit-scrollbar {
    display: none;
}

#pageSidebar>div {
    height: 100% !important;
}

#pageSidebar .elementor-shortcode>nav,
#pageSidebar .elementor-shortcode>nav>ul {
    height: 100% !important;
}



#pageSidebar .elementor-shortcode>nav>ul.page-navigation {
    padding: 50px;
}

#pageSidebar.sticky .elementor-shortcode>nav>ul.page-navigation {
    padding: 80px 50px 50px 50px;
}
#pageNavigation .page-navigation .page_item a {
    color: #fff;
    font-family: Figtree;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 22.5px;
    max-width: 142px;
    padding-left: 19px;
}

#pageNavigation .page-navigation {
    list-style: none;
    padding-left: 0;
}

#pageNavigation .page-navigation .page_item {
    position: relative;
    margin-bottom: 19px;
}

#pageNavigation .page-navigation .page_item a {
    display: block;
    position: relative;
    /*  overflow: hidden;*/
}

#pageNavigation .page-navigation .page_item>a:before {
    content: "";
    width: 2px;
    background-color: #fff;
    height: 100%;
    position: absolute;
    left: 0;
    opacity: 0;
}

#pageNavigation .page-navigation .page_item.current_page_item>a:before {
    opacity: 1;
}

#pageNavigation .page-navigation .page_item.page_item_has_children>a .toggle-icon {
    position: absolute;
    right: -41px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/plus.png) no-repeat center center / contain;
    width: 22px;
    height: 22px;
}

#pageNavigation .page-navigation .page_item.current_page_ancestor>a .toggle-icon,
#pageNavigation .page-navigation .page_item.expand>a .toggle-icon {
    background-image: url(../images/plus.png);
}

#pageNavigation .page-navigation ul.children {
    padding-left: 26px;
    list-style: none;
    margin-top: 19px;
}

#pageNavigation .page-navigation .page_item.page_item_has_children>ul {
    display: none;
}

#pageNavigation .page-navigation .page_item.expand>ul.children,
#pageNavigation .page-navigation .page_item.current_page_ancestor>ul.children {
    display: block;
}

#pageNavigation .page-navigation .page_item.page_item_has_children.collapsed>ul {
    display: none;
}

#pageNavigation .page-navigation .page_item.page_item_has_children.collapsed>a .toggle-icon {
    background-image: url(../images/plus.png);
}

/*.single-content p span{
    color: #000!important;
}
*/

table[border="0"] td {
    border: 0
}

.btn-back-event a:focus svg,
.btn-back-event a:hover svg {
    fill: none !important;
}

body:not(.single-event) .btn-back-event {
    display: none;
}

.hkvca_event-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

.hkvca_event-wrapper .hkvca-event-item {
    width: 100%;
    display: flex;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .25);
    position: relative;
    transition: box-shadow ease 0.5s;
    overflow: hidden;
}

.hkvca_event-wrapper .hkvca-event-item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .35);
}

.hkvca_event-wrapper .hkvca-event-item:hover .hkvca-event-thumbnail img {
    transform: scale(1.1);
}

.hkvca-event-thumbnail-wrap {
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.hkvca_event-wrapper .hkvca-event-item .hkvca-event-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 0 0 10px;
    position: absolute;
    left: 0;
    top: 0;
    object-position: left;
    transition: transform ease 0.5s;
}

.hkvca_event-wrapper .hkvca-event-item .hkvca-event-content .hkvca-event-title {
    font-size: 20px;
    margin: 11px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.hkvca_event-wrapper .hkvca-event-item .hkvca-event-content .hkvca-event-title a {
    color: black;
}

.hkvca_event-wrapper .hkvca-event-item .hkvca-event-data {
    display: flex;
    gap: 10px;
    flex-direction: column;
    line-height: 1.4;
    margin-bottom: 10px;
}

.hkvca_event-wrapper .hkvca-event-item .hkvca-event-address .content {
    font-size: 14px;
}

.hkvca_event-wrapper .hkvca-event-item .event-time,
.hkvca_event-wrapper .hkvca-event-item .event-date {
    display: flex;
    font-size: 14px;
    align-items: center;
}

.hkvca_event-wrapper .hkvca-event-item .event-time img,
.hkvca_event-wrapper .hkvca-event-item .event-date img {
    width: 20px;
}

.hkvca_event-wrapper .hkvca-event-item .event-date img {
    filter: brightness(0);
}

/*.hkvca_event-wrapper .hkvca-event-item .event-date {
    margin-bottom: 5px;
}*/

.hkvca_event-wrapper .hkvca-event-item .event-time .icon,
.hkvca_event-wrapper .hkvca-event-item .event-date .icon,
.hkvca_event-wrapper .hkvca-event-item .hkvca-event-address .icon {
    min-width: 20px;
    margin-right: 10px;
    display: flex;
}

.hkvca_event-wrapper .hkvca-event-item .event_start_time img {
    display: block;
    width: 20px;
}

.hkvca_event-wrapper .hkvca-event-item .hkvca-event-address img {
    margin-left: 2px;
    width: 15px;
}

.hkvca_event-wrapper .hkvca-event-item .hkvca-event-address {
    display: flex;
    font-size: 16px;
    align-items: center;

}

.hkvca_event-wrapper .hkvca-event-item .hkvca-event-address .content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.hkvca_event-wrapper .hkvca-event-item .hkvca-event-content {
    padding: 14px 28px 14px 28px;
    max-width: 100%;
    width: 70%;
}

/*.hkvca_event-wrapper .hkvca-event-item .event-date {
    font-family: "Oswald", Sans-serif;
    font-size: 18.46px;
    font-weight: 500;
    color: #F15A25;
    line-height: 18.5px;
    text-transform: uppercase;
}*/

.hkvca_event-wrapper .hkvca-event-item .event-date p {
    margin: 0;
}

.hkvca_event-wrapper .hkvca-event-item .hkvca-organiser p,
.hkvca-remark p {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 700;
    font-size: 14px;
    gap: 10px;
}

/*.hkvca_event-wrapper .hkvca-event-item .hkvca-organiser p img,
.hkvca-remark p img {
    margin-left: 10px;
}*/

.hkvca_event-wrapper .hkvca-event-item .hkvca-organiser,
.hkvca_event-wrapper .hkvca-event-item .points {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 20px;
    gap: 14px;
    flex-wrap: wrap;
}

.hkvca_event-wrapper .hkvca-event-item .points,
.hkvca_event-wrapper .hkvca-event-item .hkvca-organiser {
    margin-top: 10px;
}

.hkvca_event-wrapper .hkvca-event-item .hkvca-organiser .organiser-logo {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.hkvca_event-wrapper .hkvca-event-item .hkvca-organiser .organiser-logo a {
    max-width: 50px;
}

.hkvca_event-wrapper .hkvca-event-item a.more-icon {
    position: absolute;
    right: 28px;
    bottom: 14px;
}

.hkvca_event-type-wrapper a {
    color: #235EAC;
    font-family: "Figtree", Sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline !important;
    text-transform: uppercase;
    margin-right: 26px;
}

.hkvca_event-type-wrapper a:last-child {
    margin-right: 0px;
}

.hkvca_event-wrapper .hkvca-event-item .hkvca-event-content .mobile {
    display: none;
    line-height: 1.4;
}

#hero-slider .elementor-swiper-button {
    background: #F15A25;
    width: 79px;
    height: 79px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

#hero-slider .elementor-swiper-button-next {
    right: 0;
    top: calc(50% - 39.5px);
}

#hero-slider .elementor-swiper-button-prev {
    left: calc(100% - 79px);
    top: calc(50% + 39px);
}

.hkvca-supporting-item .hkvca-supporting-title a {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    font-weight: 700;
    color: var(--e-global-color-primary);
}

.hkvca-supporting-item .hkvca-supporting-meta {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    line-height: 1.4em;
}

.hkvca_event-supporting-wrapper .hkvca-supporting-item {
    margin-top: 38px;
}

/*Scroll to top button css*/
.scroll-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 31px;
    z-index: 100;
    opacity: 1;
}

.scroll-to-top img {
    width: 69px;
    height: 69px;
}


/* Board of Directors css page */
.director-card .img-box-director {
    cursor: pointer;
    position: relative;
}

.director-card .img-box-director::after {
    content: url("../images/arrow_back_ios_new.svg");
    position: absolute;
    transform: rotate(180deg);
    right: 44.08px;
    top: 64px;
}

.director-card .img-box-director.active::after {
    transform: rotate(0deg);
}

/* Album page css */
.hkvca_albums-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 111px 24px;
}

.hkvca_albums-wrapper .hkvca-album-meta-data {
    display: flex;
    gap: 25px;
    color: #EF5A26;
    font-family: Figtree;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.hkvca_albums-wrapper .hkvca-album-meta-data .total-image,
.created-time {
    display: flex;
    gap: 9px;
    align-items: center;
}

.hkvca_albums-wrapper .hkvca-album-thumbnail {
    margin-bottom: 36px;
    height: 324px;
    position: relative;
    overflow: hidden;
}

.hkvca_albums-wrapper .hkvca-album-thumbnail .more-icon {
    position: absolute;
    right: 16px;
    bottom: 13px;
}

.hkvca_albums-wrapper .hkvca-album-thumbnail .more-icon img {
    width: 50px;
    height: 50px;
}

.hkvca_albums-wrapper .hkvca-album-thumbnail img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.hkvca_albums-wrapper .hkvca-album-thumbnail:hover img {
    transform: scale(1.1);
}

.hkvca_albums-wrapper .hkvca-album-thumbnail .hkvca-album-thumbnail-wrap {
    height: 100%;
}

.hkvca_albums-wrapper .hkvca-album-info {
    border-top: 2px solid #EF5A26;
}

.hkvca_albums-wrapper .hkvca-album-title {
    font-family: Figtree;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin: 16px 0px;
}

.album-loading,
.past-event-loading {
    width: 100px;
    margin: auto;
    position: relative;
    height: 100px;
    display: none;
}

.album-loading.active,
.past-event-loading.active {
    display: block;
}

.past-event-loading>lottie-player,
.album-loading>lottie-player {
    display: block;
    bottom: 0;
    transform: translateX(-50%);
}

.committee-table table tbody tr td span.uael-table__text-inner {
    font-size: 16px;
}

/*#section-committee-14 table tr:nth-child(5) td .uael-table__text-inner,
#section-committee-14 table tr:nth-child(13) td .uael-table__text-inner,
#section-committee-17 table tr:nth-child(37) td .uael-table__text-inner,
#section-committee-17 table tr:nth-child(50) td .uael-table__text-inner {
    text-decoration: underline;
    font-weight: 700;
    font-style: italic;
}*/

body #hkvcaHeader .elementor-widget-theme-site-logo img,
body #hkvcaHeader .header-right,
/*body #hkvcaHeader .header-toolbar,*/
body #hkvcaHeader .elementor-nav-menu__align-right .elementor-widget-container {
    transition: all ease 0.5s;
}

body #hkvcaHeader .header-toolbar {
    transition: max-height 0.3s ease;
    max-height: 40px;
}

body.menu-fixed #hkvcaHeader .elementor-widget-theme-site-logo img {
    max-width: 150px;
}

body.menu-fixed #hkvcaHeader .header-toolbar {
    max-height: 0;
    overflow: hidden;
}

body.menu-fixed #hkvcaHeader .header-right {
    padding-top: 0;
}

body.menu-fixed #hkvcaHeader .elementor-nav-menu__align-right .elementor-widget-container {
    padding: 0;
}


.home-event-button {
    display: flex;
    align-items: center;
    gap: 20px;
}

.home-event-button a {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline !important;
    transition: all 0.3s;
}

.home-event-button a:hover {
    color: #F15A25;
}

.home-event-button a.active {
    color: #F15A25;
    pointer-events: none;
}


/*Advocacy Consultation*/
.hkvca-advocacy-consultation .ac-item {
    padding: 46px 30px;
}

.hkvca-advocacy-consultation .ac-item:not(:first-child) {
    border-top: 1px solid var(--e-global-color-secondary);
}

.hkvca-advocacy-consultation .ac-item:last-child {
    border-bottom: 1px solid var(--e-global-color-secondary);
}

.hkvca-advocacy-consultation .ac-title h2 {
    color: var(--e-global-color-text);
    font-size: 24.404px;
    font-weight: 700;
    line-height: 32.539px;
    margin: 0 0 27px 0;
}

.hkvca-advocacy-consultation .ac-title h2 span {
    color: var(--e-global-color-secondary);
}

.hkvca-advocacy-consultation ul.ac-pdf {
    list-style: none;
    padding-left: 15px;
}

.hkvca-advocacy-consultation ul.ac-pdf li:before {
    content: "• ";
    color: #1F4385;
    font-size: 20px;
    transition: all 0.3s;
}

.hkvca-advocacy-consultation ul.ac-pdf li a {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    color: #1F4385;
    transition: all 0.3s;
}

.hkvca-advocacy-consultation ul.ac-pdf li:hover,
.hkvca-advocacy-consultation ul.ac-pdf li:hover a,
.hkvca-advocacy-consultation ul.ac-pdf li:hover:before {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.hkvca-hover-underline .elementor-icon-list-items li.elementor-icon-list-item:hover a {
    text-decoration: underline;
    text-underline-offset: 4px;
    color: var(--e-global-color-primary);
}

/*Search form mobile*/
.search-form-mobile .elementor-search-form__toggle:before {
    content: '';
    background-image: url("../images/search.png");
     background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
        width: 42px;
    height: 34px;
    display: block;
    top: 5px; 
    left: 0;
    position: absolute;
    z-index: 2;
}

.search-form-mobile .elementor-search-form__toggle svg {
    display: none;
}

.search-form-mobile .elementor-search-form .elementor-search-form__container.elementor-search-form--full-screen.elementor-lightbox {}

.hkvca-event-post-content table tr td,
.hkvca-event-post-content ul li,
.hkvca-event-post-content p,
.hkvca-event-post-content span,
.hkvca-event-post-content b,
.hkvca-event-post-content div,
.hkvca-event-post-content ol li,
.hkvca-event-post-content ol li::marker {
    font-size: 0.875rem;
}

.hkvca-event-post-content span {
    font-size: 0.875rem;
}

.hkvca-event-post-content .hkvca-remark,
.hkvca-event-post-content .hkvca-remark b,
.hkvca-event-post-content .hkvca-remark strong {
    font-weight: 700 !important;
    line-height: 20px;
    font-size: 0.875rem;
}

.hkvca-event-post-content .resetTop {
    font-family: Figtree !important;
    font-size: 14px;
}


.hkvca-oroz-event-home .hkvca-remark,
.hkvca-oroz-event-home .hkvca-remark b,
.hkvca-oroz-event-home .hkvca-remark strong {
    font-family: Figtree !important;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 20px;
}

.hkvca-oroz-event-home .hkvca-remark,
.hkvca-event-post-content .hkvca-remark {
    margin-top: 10px;
}

.hkvca-oroz-event-home .hkvca-remark img,
.hkvca-event-post-content .hkvca-remark img {
    min-width: 30px;
}

body table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th,
body table tbody tr:hover>td,
table tbody tr:hover>th {
    background-color: white;
}

body table tbody>tr:nth-child(odd)>td,
body table tbody>tr:nth-child(odd)>th {
    background-color: white;
}

body table tbody tr:hover>td,
body table tbody tr:hover>th {
    background-color: white;
}

body .hkvca-organiser>table>tbody>tr>td {
    border: 0;
}

body .hkvca-organiser>table>tbody>tr>td img {
    min-width: 30px;
}
body .hkvca-organiser>table>tbody>tr>td,
    body .hkvca-remark>table>tbody>tr>td {
        padding: 5px;
    }
@media screen and (max-width: 1025px) {
    .hkvca_event-wrapper {
        gap: 20px;
        justify-content: space-between;
    }

    .hkvca_event-wrapper .hkvca-event-item {
        width: calc(50% - 10px);
    }

    .hkvca_event-wrapper .hkvca-event-item .hkvca-event-content {
        padding: 14px;
    }

    .hkvca_event-wrapper .hkvca-event-item a.more-icon {
        display: none;
    }

    .hkvca_event-wrapper .hkvca-event-item .hkvca-organiser .text {
        text-wrap: nowrap;
    }

    .hkvca_event-wrapper .hkvca-event-item .hkvca-event-data {
        gap: 10px;
    }

    .hkvca_albums-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    div.hkvca_event-wrapper .hkvca-event-item .hkvca-event-thumbnail,
    .home div.hkvca-oroz-event-home div.hkvca_event-wrapper .hkvca-event-item .hkvca-event-thumbnail {
        min-width: 40%;
    }
}

@media screen and (max-width: 768px) {
    .hkvca_event-wrapper {
        gap: 12px;
    }

    .hkvca_event-wrapper .hkvca-event-item {
        width: 100%;
        border-radius: 15px;
    }


    .hkvca_event-wrapper .hkvca-event-item .hkvca-event-content .hkvca-event-title {
        margin: 0px;
        line-height: 1;
    }

    .hkvca_event-wrapper .hkvca-event-item .hkvca-event-content .hkvca-event-title a {
        font-size: 15px;
        line-height: 18.7px;
        color: #235EAC;
    }

    .hkvca_event-wrapper .hkvca-event-item .hkvca-event-content {
        padding: 13.48px 15.28px;
    }

    .hkvca_event-wrapper .hkvca-event-item a.more-icon {
        display: none;
    }

    #hero-slider .elementor-swiper-button-next {
        right: 0;
        top: calc(50% - 24px);
    }

    #hero-slider .elementor-swiper-button-prev {
        left: calc(100% - 48px);
        top: calc(50% + 24px);
    }

    #hero-slider .elementor-swiper-button {
        width: 48px;
        height: 48px;
    }

    .hkvca_event-wrapper .hkvca-event-item .hkvca-event-content .desktop {
        display: none;
    }

    .hkvca_event-wrapper .hkvca-event-item .hkvca-event-content .mobile {
        display: flex;
        gap: 10px;
        flex-direction: row;
        font-size: 12px;
    }

    .hkvca_event-wrapper .hkvca-event-item .hkvca-event-content .mobile .content {
        line-height: 1.4;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .hkvca_event-wrapper .hkvca-event-item .hkvca-event-data {
        gap: 10px;
        margin-bottom: 7px;
        margin-top: 15px;
    }

    .hkvca_event-wrapper .hkvca-event-item .event-time,
    .hkvca_event-wrapper .hkvca-event-item .event-date {
        color: #EF5A26;
        align-items: center;
        gap: 5px;
        font-size: 12px;
    }

    .hkvca_event-wrapper .hkvca-event-item .event_start_time {
        display: flex;
        font-size: 12px;
        font-family: "Figtree", Sans-serif;
        align-items: center;
        color: #EF5A26;
        gap: 10px;
    }

    .hkvca_event-wrapper .hkvca-event-item .hkvca-event-address {
        color: #EF5A26;
        gap: 5px;
    }

    .hkvca_event-wrapper .hkvca-event-item .hkvca-organiser,
    .hkvca_event-wrapper .hkvca-event-item .points {
        font-size: 11px;
        line-height: 15px;
        margin-top: 14px;
        gap: 5px;
    }

    .hkvca-oroz-event-home .hkvca_event-wrapper .hkvca-event-item .hkvca-organiser,
    .hkvca-oroz-event-home .hkvca_event-wrapper .hkvca-event-item .points {
        font-size: 12px;
    }

    .hkvca-advocacy-consultation .ac-item {
        padding: 46px 0;
    }

    #resources-section {
        background-color: #FFFFFF;
    }

    #resources-section .uael-post__read-more {
        background-color: #FFFFFF;
        font-size: 13px;
    }

    #view-all-link .elementor-heading-title {
        font-weight: normal;
    }

    .hkvca_event-supporting-wrapper .hkvca-supporting-item {
        margin-top: 30px;
    }

    .hkvca-supporting-item .hkvca-supporting-title a {
        font-size: 25px;
        line-height: 30px;
    }

    .hkvca-supporting-item .hkvca-supporting-meta {
        font-weight: 600;
    }

    .scroll-to-top {
        display: none;
        position: fixed;
        bottom: 20px;
        right: 12px;
    }

    .scroll-to-top img {
        width: 45px;
        height: 45px;
    }

    .hkvca_albums-wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 50px;
    }

    .hkvca_albums-wrapper .hkvca-album-meta-data {
        font-size: 16px;
    }

    .hkvca_albums-wrapper .hkvca-album-thumbnail {
        margin-bottom: 25px;
        height: 280px;
    }

    .hkvca_albums-wrapper .hkvca-album-thumbnail .more-icon {
        right: 12px;
        bottom: 9px;
    }

    .hkvca_albums-wrapper .hkvca-album-thumbnail .more-icon img {
        width: 45px;
        height: 45px;
    }

    .hkvca_albums-wrapper .hkvca-album-title {
        margin: 12px 0px;
    }

    .committee-table table tbody tr td span.uael-table__text-inner {
        font-size: 12px;
    }

    body.menu-fixed #hkvcaHeader .elementor-widget-theme-site-logo img {
        max-width: 100px;
    }

    .hkvca-oroz-event-home .hkvca-remark {
        font-size: 12px;
    }

    .hkvca_event-wrapper .hkvca-event-item .hkvca-event-address .content {
        font-size: 12px;
    }

    .hkvca_event-wrapper .hkvca-event-item .event-time,
    .hkvca_event-wrapper .hkvca-event-item .event-date {
        font-size: 12px;
    }

    .hkvca_event-wrapper .hkvca-event-item .hkvca-organiser p,
    .hkvca-remark p {
        font-size: 12px;
    }

    div.hkvca_event-wrapper .hkvca-event-item .hkvca-event-thumbnail {
        min-width: 40%;
    }

    .hkvca-event-post-content table tr td,
    .hkvca-event-post-content ul li,
    .hkvca-event-post-content p,
    .hkvca-event-post-content span,
    .hkvca-event-post-content b,
    .hkvca-event-post-content div,
    .hkvca-event-post-content ol li,
    .hkvca-event-post-content ol li::marker {
        font-size: 0.75rem;
    }

    .hkvca-event-post-content .hkvca-remark,
    .hkvca-event-post-content .hkvca-remark b,
    .hkvca-event-post-content .hkvca-remark strong {
        font-size: 0.75rem;
    }

    body .hkvca-organiser>table>tbody>tr>td,
    body .hkvca-remark>table>tbody>tr>td {
        padding: 5px;
    }
}

@media screen and (max-width: 1280px) {
    .home .hkvca-oroz-event-home .hkvca_event-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }



    .home .hkvca-oroz-event-home div.hkvca_event-wrapper .hkvca-event-item .hkvca-event-thumbnail {
        width: 30%;
        min-width: 30%
    }

    .home .hkvca-oroz-event-home .hkvca_event-wrapper .hkvca-event-item .hkvca-event-content {
        width: auto;
    }

    .home .hkvca-oroz-event-home .hkvca_event-wrapper .hkvca-event-item .hkvca-event-content {
        max-width: 100%;
    }

    .home .hkvca_event-wrapper {
        grid-gap: 20px;
    }

    .hkvca_event-wrapper .hkvca-event-item {
        width: 100%;
    }

    .page-id-2773 div.hkvca_event-wrapper .hkvca-event-item .hkvca-event-thumbnail {
        width: 30%;
    }

    .hkvca_event-wrapper .hkvca-event-item .hkvca-event-content {
        width: 70%;
    }

}

@media screen and (max-width: 480px) {
    .hkvca_event-wrapper .hkvca-event-item .hkvca-organiser .organiser-logo a {
        max-width: 50px;
    }

    .hkvca_event-wrapper .hkvca-event-item .hkvca-organiser p img,
    .hkvca-remark p img {
        margin-left: 0;
    }
}

@media screen and (min-width: 1280px) {
    .home .hkvca-oroz-event-home .hkvca_event-wrapper .hkvca-event-item .hkvca-event-thumbnail img {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .home .hkvca-oroz-event-home div.hkvca_event-wrapper .hkvca-event-item .hkvca-event-thumbnail {
        width: 40%;
    }

    .home .hkvca-oroz-event-home .hkvca_event-wrapper .hkvca-event-item .hkvca-event-content {
        width: 60%;
    }

}