html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    width: 100dvw;
    overflow-x: hidden;
    word-break: break-word;
    background-color: #ffffff;
    font-family: Montserrat, serif;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button {
    outline: none;
    border: none;
    cursor: pointer;
    text-align: start;
}

a {
    text-decoration: none;
}

#tribe-events-pg-template {
    padding: 0 !important;
    max-width: unset !important;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
}

.attachment-image-custom {
    object-fit: cover;
    width: 100%;
    border-radius: 16px;
    max-height: 550px;
    height: unset;
    background-position: center;
    background-size: cover;
}

.sbi_feedtheme_header_text {
    color: #FF8800
}

.feed-class-header {
    width: 100% !important;
    box-sizing: border-box;
}

.grw-header {
    display: none !important;
}
