
body {
    font-family: 'Helvetica Neue', sans-serif;
    background-color: #FAFAFA;
    color: #333;
}
ul#menu li {
    /* height: 3rem; */
    font-size: 1rem;
}
/* ul#menu li:not(:first-child)::before {
    content: ' | ';
} */
ul#menu li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 0.5rem 0.75rem;
    line-height: 1rem;
}
li.active {
    background-color: #7da780;
}
header nav button.border-white {
    width: 100px;
    background-color: #ffffff;
    color: #2E7D32;
}
header nav button.collapsed {
    color: #2E7D32;
}
.main-visual {
    background-color: #CCC;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-shadow: 2px 2px 5px #000000;
}
.main-visual h1 {
    font-size: 2rem;
    text-align: center;
    line-height: 2.25rem;
}
.main-visual h1 p {
    margin-bottom: 1.5rem;
}
.nav-buttons .btn {
    margin: 0.5rem;
    font-size: 1rem;
}
.nav-h-small {
    height: 3rem;
}
.card img {
    object-fit: cover;
}
.card .thumb-wrap {
    position: relative;
    height: 250px;
    overflow: hidden;
}
.card .thumb-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.header {
    background-color: #2E7D32;
    color: white;
}
.footer {
    background-color: #2E7D32;
    color: white;
    padding: 2rem 0;
    margin-top: 2rem;
}
.footer a {
    color: #F57C00;
    text-decoration: none;
}
.banner-grid img {
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
}

thead th {
    text-align: center;
    background-color: #a9ebab;
}
thead th, 
tbody td {
    padding: 1rem 0.5rem;
}
header a {
    transition: all 0.1s ease-in-out;
}
header a:hover {
    background-color: #013b04;
    color: #ffffff!important;
}

.new .posted-date::after {
  content: 'NEW';
  display: inline-block;
  color: #ff0000;
  font-weight: bold;
  margin-left: 0.5rem;
}

.footer .contact {
  font-size: 1rem;
}

.footer .contact .f-smaller {
  font-size: 0.8rem;
}

li.list-group-item.p-0 a ,
li.list-group-item.p-0 .nothing-category {
    padding: 0.5rem 1rem;
    transition: background-color 0.3s ease-out;
}
li.list-group-item.p-0 a:hover {
    background-color: #afafaf;
}


.min-h-2 {
    min-height: 3rem;
}

a[class*="btn-"] {
    transition: all 0.3s ease-out;
}
a:hover[class*="btn-"] {
}

a[class*="link-opacity-"] img {
    opacity: 1.0;
    transition: opacity,transform 0.3s ease-out;
}
a:hover[class*="link-opacity-"] img {
    opacity: 0.7;
    transform: scale(1.05);
}
a:hover[class*="link-opacity-"] .yt-icon img {
    opacity: 1.0;
    transform: scale(1.00);
}
a[target="_blank"]::after {
    content: '';
    display: inline-block;
    background-image: url('../../../../img/external_link_icon.png');
    background-size: cover;
    width: 1rem;
    height: 1rem;
    margin-left: 0.35rem;
    vertical-align: baseline;
}
a.youtube-links[target="_blank"]::after {
    background-image: none;
    display: none;
}
.page-content-wrap a:hover {
    background-color: #a9ebab;
}
.single-content-wrap .photo-frame {
    position: relative;
    height: 260px;
    overflow: hidden;
}
.single-content-wrap .photo-frame a {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.single-content-wrap .photo-frame img {
    display: inline-block;
    width: 100%;
    height: auto;
}
.single-content-youtube {
    font-size: 0;
}
.single-content-youtube img {
    width: 100%;
}
.position-relative .position-absolute.position-center {
    left: 50%;
    top: 50%;
}
.position-absolute .yt-icon {
    transform: translate(-50%, -50%);
}

.wp-pagenavi a {
    transition: all 0.3s ease-out;
}
.wp-pagenavi a:hover {
    background-color: #198754;
    border-color: #2e7d32;
    color: #ffffff;
    font-weight: normal;
}
.wp-pagenavi span ,
.wp-pagenavi a {
    padding: 3px 10px;
    margin: 0 5px;
}
.wp-pagenavi span.current {
    background-color: #198754;
    border-color: #2e7d32;
    color: #ffffff;
    font-weight: normal;
}

#offcanvas-wrap .offcanvas {
    width: 800px;
    max-width: 50vw;
}

.separator {
    width: 12px;
    align-content: center;
}

body.mblt-footer-mobile-buttons #go-to-top .go-to-top-button,
body.mobile-button-fmb #go-to-top .go-to-top-button {
    display: flex;
    background-color: #115535;
    color: #ffffff;
}

@media screen and ( max-width: 991px ) {
    ul#menu {
        font-size: 0.8rem;
    }
    .main-visual {
        height: 320px;
    }
    .main-visual h1 {
        text-align: left;
    }
    .single-content-wrap .photo-frame {
        height: 180px;
    }
}
@media screen and ( max-width: 767px ) {
    header h2 {
        font-size: calc(1.275rem + 0.3vw) !important;
    }
    ul#menu {
        font-size: 0.8rem;
    }
    ul#menu li {
        /* max-width: 6.5rem; */
        line-height: 0.9rem;
    }
    ul#menu li a {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .main-visual {
        height: 250px;
        text-shadow: 1px 1px 3px #000000;
    }
    .main-visual h1 {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
    .main-visual h1 p {
        margin-bottom: 0.8rem;
    }
    .nav-buttons .btn {
        font-size: 1rem;
        padding: 0.8rem 0.5rem;
        margin: 0 0.5rem 0.8rem;
    }
    .card img {
        height: auto;
    }
    .card .thumb-wrap {
        position: relative;
        height: auto;
    }
    .card .thumb-wrap img {
        position: static;
        transform: none;
        top: 0;
        left: 0;
    }
    .single-content-wrap .photo-frame {
        height: auto;
        overflow: auto;
    }
    .single-content-wrap .photo-frame a {
        position: unset;
    }
    a[data-bs-toggle*="offcanvas"] {
        pointer-events: none;
    }
} 