@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300..700&family=Jost:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Outfit:wght@100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Sniglet:wght@400;800&display=swap');

.event .wpem-event-layout-wrapper {
    border: 1px solid #eee;
    /* width: 100%; */
    /* height: 100%; */
    border-radius: 4px;
    /* overflow: hidden; */
}

.wpem_img img:hover {
    transform: scale(0.97);

}

.event .wpem-event-layout-wrapper .wpem-event-banner-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    background-repeat: no-repeat;
}

.event .wpem-heading-text {
    font-size: 18px;
    line-height: 1.42;
    font-weight: 700;
    color: white;
    margin: 0 0 10px;
}

.event_in .url {
    text-decoration: none !important;
}

.event_app {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: white;
    color: black;
    display: block;
    text-align: center;
    /* margin-left: 20px; */
    border-radius: 5px;
    margin: 20px;
}


.event_app h4 {
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 600;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif !important;
}

.event_app p {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif !important;
    font-size: 17px;
}

.wpem-event-infomation {
    padding: 10px;
}

.wpem-event-date-time-text {
    color: rgb(177, 177, 177);
    line-height: 1.42;
}

.wpem-event-location-text {
    color: white;
    line-height: 1.42;


}









.g-card__content {
    flex: 1;
    font-size: 14px;
    margin-top: 0.625rem;
    color: red;
}

.g-button {
    --focus--color: currentColor;
    align-items: center;
    background-color: #3dbf4f;
    border-color: #3dbf4f;
    border-radius: 5px;
    border-style: solid;
    border-width: 0px;
    color: black;
    cursor: pointer;
    display: inline-flex;
    font-family: "Rigton", serif;
    font-size: var(--button--font-size, inherit);
    font-weight: 18px;
    gap: 0.5em;
    justify-content: center;
    line-height: 1.2222222222;
    padding: 0.75rem 2rem;
    text-align: center;
    text-decoration: none;
    -webkit-user-select: none;
    user-select: none;
    font-size: 18px;
    font-family: "Fira Code", monospace !important;
}

.g-button:hover {
    background-color: #824d3f;
    color: white;
    border-radius: 15px;
}

















@media(max-width:992px) {
    .wpem-event-location-text {
        text-align: justify !important;
        font-size: 16px;
    }
}