.recent-posts .date .month,
article.post .post-date .month {
    display: block;
    width: 80px !important;
    margin-top: 5px;
}
.infotable th, .infotable td {
    border: 1px solid black;
    padding: 10px;
}
section.section .recent-posts .date .day {
    background: var(--light);
    width: 80px;
}

section.section.section-height-3 {
    padding: 73.846px 0;
    padding: 4.6153846154rem 0 1.615385rem 1.6153846154rem;
}
.partners-list {
    margin: 0px 10px;
}
.partners-list img {
    height: 50px;
    max-width: 100%;
    width: 100%;
    object-fit: contain;
    text-align: center;
}
#googlemaps iframe {
    width: 100% !important;
    height: 250px !important;
}
@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&family=Nunito+Sans:ital,opsz,wght@0,6..12,200;0,6..12,300;0,6..12,400;0,6..12,500;0,6..12,600;0,6..12,700;0,6..12,800;0,6..12,900;0,6..12,1000;1,6..12,200;1,6..12,300;1,6..12,400;1,6..12,500;1,6..12,600;1,6..12,700;1,6..12,800;1,6..12,900;1,6..12,1000&family=Raleway: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&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway: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&display=swap');

body {
    font-family: 'Nunito Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Didact Gothic', sans-serif;
    font-display: swap;
}

#header .header-nav-top .nav>li>a,
#header .header-nav-top .nav>li>span {
    letter-spacing: 0px;
}

.custom-owl-section {
    margin-bottom: 250px;
    margin-top: -80px;
    height: calc(100vh - 255px);
}

.event-owl-dots.owl-carousel.dots-title .owl-dots {
    position: absolute;
    margin-top: 0 !important;
    top: -51px;
    left: auto;
    right: 20px;
}

h3,
h4,
h5 {
    letter-spacing: 0.1px;
}

.custom-table tr td,
.custom-table tr th {
    max-width: calc(100% / 7);
    word-wrap: break-word;
}

.thumb-info img {
    height: 250px;
    object-fit: cover;
}

.post-content img {
    margin: 0px 45px 0px 0px;
}

#header .header-nav.header-nav-spaced nav>ul>li>a,
#header .header-nav-main nav>ul>li.dropdown .dropdown-menu li a {
    cursor: pointer;
}

#header.header-effect-shrink .header-container {
    padding: 0px;
}
#contactgooglemaps {
    height:450px
}
#contactgooglemaps iframe {
    border:0;
}
.mydisplaynone {
    display: none;
}
.margintop10 {
    margin-top:10px;
}
.marginleft20 {
    margin-left:20px;
}
.margintop50 {
    margin-top: 50px;
}
.colorwhite {
    color: white;
}
.minheight120 {
    min-height: 122px;
}
.paddingtop0 {
    padding: 0px;
}
.marginleft20 textarea {
    width: 100%;
}
.marginbottom20 {
    margin-bottom: 20px;
}
.displayinline {
    display: inline;
}
img {
    max-width: 100% !important;
    height: auto !important;
}
table.contact-table td {
    padding: 20px;
    vertical-align: top;
}
table.contact-table ul {
    list-style: none;
    padding-left: 0px;
}
table.contact-table ul li {
    margin-bottom: 10px;
}
@media (max-width: 768px) {
    table {
        width: auto !important;
        display: block !important;
        overflow: scroll !important;
    }
    table.contact-table img {
        width: 20px !important;
        height: auto !important;
    }
    /* table {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        min-height: auto !important;
        min-height: max-content !important;
        min-width: 100% !important;
    }
    thead, tbody, colgroup, col {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        display: block !important;
        min-height: auto !important;
        min-height: max-content !important;
    }
    tr {
        display: block !important;
        margin-bottom: 10px;
        min-height: auto !important;
        min-height: max-content !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }
    th, td {
        display: block !important;
        justify-content: space-between;
        padding: 10px 0;
        border-bottom: 1px solid #ddd;
        min-height: auto !important;
        min-height: max-content !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        text-align: center;
    }
    td * {
        display: block !important;
    } */
    .members .row div:last-child {
        border-left: none !important;
    }
    img {
        width: 100% !important;
        height: auto !important;
    }
    .header-logo img {
        width: 200px !important;
        height: auto !important;
    }
    .flag {
        width: 16px !important;
        height: 11px !important;
    }
    .post-content img {
        margin: 0px 0px 20px 0px;
    }
}
@supports (-webkit-touch-callout: none) {
    table, td, th, thead, tbody, colgroup, col, tr {
        min-height: auto !important; /* Safari-specific fallback kkk */
    }
}