/*@font-face {*/
/*    font-family: 'Novus';*/
/*    font-style: italic;*/
/*    font-weight: bold;*/
/*    src: local('Novus-Bold-Italic Regular'), url('Novus-Bold-Italic.woff') format('woff');*/
/*}*/


/*@font-face {*/
/*    font-family: 'Novus';*/
/*    font-style: normal;*/
/*    font-weight: bold;*/
/*    src: local('Novus-Bold Regular'), url('Novus-Bold.woff') format('woff');*/
/*}*/

/*@font-face {*/
/*    font-family: 'Novus';*/
/*    font-style: italic;*/
/*    font-weight: 400;*/
/*    src: local('Novus-Italic Regular'), url('Novus-Italic.woff') format('woff');*/
/*}*/

/*@font-face {*/
/*    font-family: 'Novus';*/
/*    font-style: italic;*/
/*    font-weight: 300;*/
/*    src: local('Novus-Light-Italic Regular'), url('Novus-Light-Italic.woff') format('woff');*/
/*}*/

/*@font-face {*/
/*    font-family: 'Novus';*/
/*    font-style: normal;*/
/*    font-weight: 300;*/
/*    src: local('Novus Light Regular'), url('Novus-Light.woff') format('woff');*/
/*}*/

/*@font-face {*/
/*    font-family: 'Novus';*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    src: local('Novus-Regular Regular'), url('Novus-Regular.woff') format('woff');*/
/*}*/

:root {
    --ftb-cut-corner-size: 160px;
}

@font-face {
    font-family: 'museo_slab900';
    src: url('museo_slab_900-webfont.woff2') format('woff2'),
         url('museo_slab_900-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'museo_slab700';
    src: url('museo_slab_700-webfont.woff2') format('woff2'),
         url('museo_slab_700-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'museo_slab300';
    src: url('museo_slab_300-webfont.woff2') format('woff2'),
         url('museo_slab_300-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/*=============
Main css
==============*/

b, strong {
  font-weight: 800!important;
}

p {
    margin-top: 0;
    padding-bottom: 1rem;
    margin-bottom: 0;
}

.section_title h2 {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 0;
    padding-bottom: 15px;
}

@media only screen and (max-width: 767px) {
    .section_title h2 {
        font-size: 1.6rem;
    }
}

body.novus_font {
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    font-family: "Open Sans", sans-serif;
}

.hero_text p,
.novus_font h1,
.novus_font h2 {
    font-family: 'museo_slab900';
    font-weight: normal;
}

.novus_font h1 {
    color: #285262;
    margin-bottom: 0;
    padding-bottom: 50px;
}

.novus_font h3,
.novus_font h4,
.novus_font h5,
.novus_font h6 {
    font-family: 'museo_slab700';
    font-weight: normal;
}
header.woocommerce-products-header {
    display: none!Important;
}
.product_item .add_to_cart a {
    display: none!important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
}

a {
    text-decoration: none;
}

a:hover {
    color: #81933c;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

img {
    max-width: 100%
}

.pt_X-Large {
    padding-top: 150px;
}

.pt_Large {
    padding-top: 100px;
}

.pt_Medium {
    padding-top: 80px;
}

.pt_Small {
    padding-top: 50px;
}

.pt_None {
    padding-top: 0;
}

.pb_X-Large {
    padding-bottom: 150px;
}

.pb_Large {
    padding-bottom: 100px;
}

.pb_Medium {
    padding-bottom: 80px;
}

.pb_Small {
    padding-bottom: 50px;
}

.pb_None {
    padding-bottom: 0;
}

/* Header area
============== */
.header_area {
    transition: all .7s;
}


.admin-bar .header_area.stiky {
    top: 32px;
}

ul#menu {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

ul#menu li {
    display: inline-block;
    position: relative;
}

ul#menu li a {
    display: block;
	font-size: 20px;
	padding-right: 20px;
}

.mobile_menu {
    display: none;
}

.header_top {
    background: #eaeaea;
    padding: 15px 0;
}

.header_top_left {
    text-align: right;
}

.header_top_left ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header_top_left ul li {
    display: inline-block;
    padding-right: 50px;
}

.header_top_left ul li a {
    color: #000!important;
    font-size: 18px!important;
    background-color:transparent!important;
    font-weight:inherit!important;
    padding:0!important; 
    line-height:inherit!important;
}
.header_top_left ul li a:hover {
    background-color:transparent!important;
}

.header_top_left ul li a i {
    padding-left: 10px;
}
/*menu */

/* Dropdown icon for items with children */

.dropdown-icon {
    position: absolute;
    top: 10px;
    right:0;
    cursor: pointer;
}
/* Hide submenus by default */
.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    min-width: 230px; /* Adjust as needed */
    /*! box-shadow: 0 2px 5px rgba(0,0,0,0.1); */ /* Optional enhancement */
    padding: 0 10px 0 0;
    text-align: left;
    z-index:999;
}

.sub-menu .dropdown-icon {
  transform: rotate(-90deg);
}
ul#menu li li{
    display: block;
}
/* Show submenu when parent is open */
.menu-item.open > .sub-menu {
    display: block;
}

/* Position sub-submenus to the side on desktop */
.sub-menu .sub-menu {
    top: 0;
    left: calc(100%); /*angepasst CA 12.02.2026*/
    box-shadow: none;
}

/* Main menu layout */
.main-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: end;
}

.main-menu > li {
    position: relative;
    margin-right: 20px; /* Spacing between top-level items */
}
/*menu */
.search_from input {
    border: 1px solid #8e8e8e;
}

.search_from button {
    border: none;
    background: transparent;
    position: relative;
}

.search_from button i {
    font-size: 22px;
    position: absolute;
    right: -20px;
    top: -14px;
}

.header_top_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.language_btn a {
    color: #000;
    font-size: 18px;
    padding: 0 10px;
}

.header_border {
    padding: 15px 0;
}

.navigation ul li a {
    color: #000;
    font-weight: bold;
    font-size: 24px;
    padding: 4px 10px;
}

.navigation ul li a:hover,
.navigation ul li.active a {
    color: #81933c;
}

.navigation ul li:hover > ul.sub-menu { display:block; }
.navigation ul li:hover > span.dropdown-icon { color:#81933c; }
/*============= offcanvas menu css ==============*/
.offcanvas_menu {
    position: fixed;
    left: -300px;
    top: 0;
    width: 300px;
    background: #fff;
    z-index: 99;
    padding: 30px;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.offcanvas_menu_close i {
    position: absolute;
    right: 5%;
    top: 2%;
    cursor: pointer;
    font-size: 25px;
}

.canvas_menu {
    list-style: none;
    margin-top: 50px !important;
    margin-bottom: 10px;
}

.canvas_menu li {
    padding-bottom: 10px;
    display: block !important;
    text-align: left;
}

.canvas_menu a {
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
}

.canvas_menu a:hover {
    color: #003E66;
}

.menu_triggers i {
    color: #81933c;
    font-size: 32px;
    padding: 15px 0;
    cursor: pointer;
    display: none;
}

span.menu_triggers {
    text-align: right;
}

.offcanvas_menu.show_offcanvas_menu {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.offcanvas_menu_shade {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #81933c;
    z-index: 98;
    opacity: .4;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out .3s;
}

.offcanvas_menu_shade.active {
    opacity: .4;
    visibility: visible;
}

.offcanvas_menu img {
    margin-top: 50px;
}

/* breadcam */
.bredcam_area {
    padding: 120px 0;
}

.bredcam_area a {
    color: #fff;
}

/* error */
.error_page {
    height: 30vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 30vh;
}

/* footer css */
footer#footer {
    background: #575757;
    color: #fff;
    padding: 80px 0;
    margin-top: 80px;
}

footer#footer h4 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.contact_box p,
.contact_box a {
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    transition: all .5s ease-in-out;
}

.contact_box a:hover {
    text-decoration: underline;
}

.contact_box ul {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
}

.contact_box ul li {
    display: inline-block;
    padding-right: 20px;
}

.contact_box ul li a:hover i {
    color: #81933c;
}

ul#footermenu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

ul#footermenu li {
    width: 48%;
}

ul#footermenu li a {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
}

ul#footermenu li a:hover {
    color: #81933c;
}

.donation_box p {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 40px;
}

a.donat_link {
    color: #fff;
    background: #81933c;
    padding: 15px 30px;
    font-size: 22px;
    line-height: 32px;
    display: inline-block;
    font-weight: 300;
    letter-spacing: 3px;
}

a.donat_link:hover {
    /*color: #000;*/
    background: #546026;
}

/* product css */
.product_hero_area {
    height: 500px;
    background-size: cover;
    background-position: center;
}

.product_area {
    padding: 80px 0;
}

.product_area .section_title h2 {
    text-align: center;
    color: #285262;
    width: 80%;
    margin: auto;
}

.product_area .section_title {
    margin-bottom: 50px;
}

.product_image {
    height: 300px;
}

.product_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product_content h2 a {
    font-size: 22px;
    /*font-weight: 600;*/
    line-height: 32px;
    color: #333333;
}

.product_content h2 {
    width: 90%;
    line-height: 22px;
	margin-bottom:0;
}
.product_content p {
	margin:0;
}
.product_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
	margin-bottom:20px;
}
.product_item {
	margin-bottom:20px;
}
.product_item .add_to_cart a {
    font-size: 18px;
    font-weight: 400;
    display:inline-block;
    margin-top:10px;
}
.product_content h2 a:hover {
    color: #81933c;
}

nav.woocommerce-pagination {
    margin-top: 50px;
}

.woocommerce nav.woocommerce-pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
	border:none;
}
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.page-numbers.current {
    color: #fff;
    background: #819439;
    padding: 10px;
}
.woocommerce nav.woocommerce-pagination ul li span.page-numbers.current {
    background:#333;
}

.product_filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.filter select,
.blog_filter_search_sort select {
    border: 1px solid #e2e2e2;
    background: #f4f4f4;
    padding: 5px 20px;
    font-weight: 300;
}

.filter select option,
.blog_filter_search_sort option {
    font-size: 15px;
    font-weight: 300;
}

@media only screen and (max-width: 991px) {
    .product_area .section_title h2 {
        width: 100%;
    }

    .product_item {
        margin-bottom: 20px;
    }
}

.product_filter .facetwp-facet {
    margin-bottom: 0px;
}

.product_single_hero_area {
    height: 600px;
    background-position: center;
    background-size: cover;
}

.product_single_area {
    padding: 80px 0;
}

.product_feature_image img {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
}
/* .product_single_area_row_child main#main {
    display: flex;
    gap: 20px;
} */

form.cart {
    display: flex;
    align-items: center;
    gap: 10px;
}
button.single_add_to_cart_button.button.alt {
    padding: 15px 30px;
    background: #81933c;
    color: #fff;
    font-size: 25px;
}
button.single_add_to_cart_button.button.alt:hover {
    background:#333;
}

form.cart input {
    height: 55px;
}
.related.products a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    background: #81933c;
    color: #fff;
}
.single_product_content p {
    font-size: 20px;
}

.product_image_slide_item img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.product_image_slider .slick-slide {
    margin: 0 10px;
}

.product_image_slider .slick-arrow {
    position: absolute;
    top: 50%;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    z-index: 9;
}

.product_image_slider i.fa-solid.fa-angle-left.slick-arrow {
    left: 20px;
}

.product_image_slider i.fa-solid.fa-angle-right.slick-arrow {
    right: 20px;
}

.product_single_contact_form_title {
    margin-bottom: 50px;
}

.product_single_contact_form {
    padding-bottom: 80px;
}

.product_realted_post {
    background: #eaeaea;
    padding: 80px 0;
}

.product_realted_post_title {
    margin-bottom: 50px;
    text-align: center;
}

/* contact from css */
.contact_from_main input {
    width: 100%;
    border: 1px solid #dcdcdc;
    background: #f4f4f4;
    height: 50px;
    padding-left: 10px;
}

.contact_from_main label {
    font-size: 20px;
    margin-bottom: 5px;
}

.contact_from_main textarea {
    background: #f4f4f4;
    width: 100%;
    border: 1px solid #dcdcdc;
    padding-left: 10px;
}

.contact_from_main input[type=submit] {
    width: auto;
    padding: 15px 30px;
    background: #81933c;
    color: #fff;
    font-size: 25px;
    height: auto;
}

.contact_from_main input[type=submit]:hover {
    background: #000;
}

.contact_from_main input[type=checkbox] {
    width:25px;
    height:25px; 
    
}
/* blog archive css */
.main_content_blog {
    padding: 80px 0;
}

.blog_filter {
    margin: 50px 0;
}

.blog_single_item {
    border-color: #b5b5b5;
    border-width: 1px;
    border-style: solid;
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.16));
    background: #ffffff;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog_main .row {
    display: flex;
    flex-wrap: wrap;
    
}

.blog_main .row > [class*="col-"] {
    display: flex;
    margin-bottom: 20px;
}

.blog_thumnail {
    position: relative;
    height: 240px;
}

.blog_thumnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

p.category {
    margin: 0;
    position: absolute;
    width: auto;
    right: 20px;
    top: 20px;
    border-radius: 35px;
    background: #919191;
    padding: 5px 20px;
}

p.category a {
    color: #fff;
}

.blog_content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

h3.blogtitle a {
    color: #333;
}

.blog_content a:hover {
    color: #81933c !important;
}

.blog_content p {
    font-size: 18px;
}

p.readmore_btn {
    margin: 30px 0;
}

.meta_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
}

.meta_info p {
    font-size: 14px;
    margin: 0;
}

p.readmore_btn a {
    color: #81933c;
}
.blog_realted_area {
    background: #eaeaea;
    padding: 80px 0;
}

.related_postitle {
    text-align: center;
    margin-bottom: 50px;
}

.blog_content_area {
    padding-top: 80px;
}

.blog_content_area .section_title h2 {
    color: #333333;
    text-align: center;
}

.blog_content_area .section_title {
    margin-bottom: 50px;
}

.blog_contents p {
    font-size: 18px;
}

.blog_contents figure,
.blog_contents figure.wp-caption {
    max-width: 100% !important;
    width: auto !important;
}

.blog_contents figure.aligncenter,
.blog_contents figure.wp-caption.aligncenter {
    margin-left: auto;
    margin-right: auto;
}

.blog_contents img {
    max-width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .single-event .event-content-row .event-content-col hr,
    .single-event .event-content-row .event-content-col hr + h3 {
        width: calc(200% + var(--bs-gutter-x, 1.5rem));
        margin-left: calc(-100% - (var(--bs-gutter-x, 1.5rem) / 2));
    }

    .single-event .event-content-row .event-content-col .wpcf7,
    .single-event .event-content-row .event-content-col form.contact_from_main {
        width: calc(200% + var(--bs-gutter-x, 1.5rem));
        margin-left: calc(-100% - (var(--bs-gutter-x, 1.5rem) / 2));
        margin-top: 2rem;
    }
}

.blog_category {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 30px;
}

.blog_category p {
    font-weight: 500;
    margin: 0;
}

.blog_category .facetwp-facet {
    margin: 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.facetwp-pager a {
    color: #fff;
    background: #81933c;
    padding: 10px;
}

a.facetwp-page.first.active {
    background: #212529;
}
.blog_category .facetwp-checkbox {
    border-radius: 35px;
    background: #919191;
    padding: 5px 20px;
    color: #fff;
    line-height: 24px;
}

.blog_category span.facetwp-counter {
    display: none;
}

.blog_clear_filter {
    display: none;
    border: 0;
    border-radius: 35px;
    background: #285262;
    color: #fff;
    line-height: 24px;
    padding: 5px 20px;
    cursor: pointer;
}

.blog_clear_filter.is-visible {
    display: inline-block;
    top: -2px;
    position: relative;
}

.blog_filter_search_sort {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog_filter_search_sort .facetwp-facet {
    margin: 0;
}

.blog_filter_search_sort input.facetwp-search {
    border-color: #a7a7a7;
    border-width: 1px;
    border-style: solid;
    background: #f4f4f4;
    min-width: 320px !important;
    padding: 6px 10px;
}

.Hero_area {
    height: 500px;
}

/* event archive css */
.event_hero_area {
    background: #eaeaea;
    padding-top: 80px;
    padding-bottom: 40px;
}

.single-event h1 { color: #285262; }

.event_hero_title h2 {
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    color: #285262;
    margin-bottom: 50px;
}

.search-post_list_filter {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.search_filter input.facetwp-search {
    border-color: #a7a7a7;
    border-width: 1px;
    border-style: solid;
    background: #f4f4f4;
    min-width: 600px !important;
    padding: 6px 10px;
}

.sorting_list button {
    border-color: #a7a7a7;
    border-width: 1px;
    border-style: solid;
    background: #f4f4f4;
    padding: 6px 10px;
}

.sorting_list button i {
    font-size: 18px;
}

.filters_bar {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.filters_bar .fs-wrap {
    width: 100%;
}

.filters_bar .facetwp-type-fselect .fs-label,
.filters_bar button {
    border-color: #a7a7a7;
    border-width: 1px;
    border-style: solid;
    background: #f4f4f4;
    padding: 10px 20px;
    font-size: 16px;
}

.date_filter,
.category_filter,
.reset_filter {
    flex-basis: 32%;
}

.filters_bar button {
    width: 100%;
    padding: 7px 20px !important;
}

.events_area {
    padding: 80px 0;
}

.events_single_item {
    border-color: #b5b5b5;
    border-width: 1px;
    border-style: solid;
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.16));
    background: #ffffff;
    margin-bottom: 20px;
}


.events_thumnail a img {
    width: 100%;
    height: 100%;
    /*aspect-ratio: 16 / 9;*/
    object-fit: cover;
  object-position: center;
  position: relative;
  height: 208px;
}

.event_meta_info p {
    color: #81933c;
    margin: 0;
    margin-bottom: 10px;
}

.event_meta_cat p {
    color: #81933c;
    font-size:20px;
    font-weight:bold;
    text-transform: uppercase;
    margin: 0;
}

.event_meta_date p {
    color: #81933c;
    margin: 0;
}

.event_meta_info,
.event_meta_cat,
.event_meta_date {
    text-align: center;
    padding-bottom: 30px;
    border-bottom:1px solid #b5b5b5;
    padding: 20px;
}

.events_content {
    
}
.active .event_meta_info,
.active .event_meta_cat,
.active .event_meta_date { text-align:left; }

/* Finance Reports – 3-column list (flows top-to-bottom, then right) */
.ulFinancereports {
    list-style: none;
    padding: 0;
    margin: 0;
    column-count: 3;
    column-gap: 20px;
}

.ulFinancereports li {
    padding: 4px 0;
    break-inside: avoid;
}

@media (max-width: 991px) {
    .ulFinancereports {
        column-count: 2;
    }
}

@media (max-width: 575px) {
    .ulFinancereports {
        column-count: 1;
    }
}
.active .events_single_item .events_content .event_meta_cat { order:1; }
.active .events_single_item .events_content .event_meta_date { order:0; }

p.date_position {
    font-weight: 400;
}

p.event-category-link {
    color: #000;
}

h3.eventstitle,
h3.eventstitle a {
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    color: #333333;
    padding: 20px;
    margin:0;
    min-height: 125px;
    text-align: center;
}

h3.eventstitle a:hover {
    color: #81933c;
}

.row.events_row.active {
    flex-direction: column;
}

.row.events_row.active .col-lg-4,
.row.events_row.active .col-lg-6 {
    width: 100%;
    padding: 10px;
}


.row.events_row.active .events_single_item {
    display: flex;
    justify-content: start;
    align-items: flex-start;
}

.row.events_row.active .events_thumnail {
    flex-basis: 30%;
}

.row.events_row.active .events_content {
    flex-basis: 60%;
}

.row.events_row.active .event_meta_info {
    text-align: left;
    display: flex;
    gap: 20px;
}
div#toc {
    width: 100% !important;
}

div#toc a {
    color: #212529;
    text-decoration: underline;
    letter-spacing: 1px;
}
.row.events_row.active p.event-category-link {
    border-left: 1px solid #000;
    padding-left: 10px;
}

@media only screen and (min-width: 1400px) {
    .Hero_area {
        min-height: 600px;
    }
}

@media only screen and (min-width: 992px) {
    .project_box_item {
      position: relative;
      height: 100%;
    }
    .project_box_item .service_box_item {
      padding: 20px 20px 70px 20px;  
      height:100%;
      border: 1px solid #ddd;
    }
    .project_box_item .service_box_item a.donat_link {
      position: absolute;
      left: 0;
      bottom: 20px;
      right: 0;
      width: max-content;
      margin: auto;
    }
    .project_box_wrapper .row {
      gap: 30px 0;
    }
    
.project_slider_area .project_box_item .service_box_item a.donat_link {
  bottom: 20px;
}
.project_slider_area .project_box_item .service_box_item {
  padding-bottom: 100px;
}
}
@media only screen and (max-width: 991px) {

    h3.eventstitle,
    h3.eventstitle a {
        font-size: 20px;
    }

    .event_meta_info {
        padding-bottom: 10px;
    }

    .search_filter input.facetwp-search {
        min-width: 450px !important;
    }
    
.sub-menu {
  position: inherit;
  padding-left: 10px;
}
.sub-menu .sub-menu {
  left: 0;
  margin-top: 13px;
}
ul#menu li a {
  font-size: 16px;
}
}

@media only screen and (max-width: 767px) {
    .search-post_list_filter {
        margin-bottom: 20px;
    }

    .search_filter input.facetwp-search {
        min-width: 250px !important;
    }

    .row.events_row.active .events_single_item {
        flex-direction: column;
    }
}


.facetwp-checkbox.checked {
  background: #81933c !important;
}
/* project archive */
.service_box_item {
    text-align: center;
}

.service_box_item img {
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
    object-fit: cover;
}

.service_box_item h4 {
    font-size: 26px;
    margin-bottom: 20px;
}

.project_box_item .service_box_item {
}

.service_box_item p {
    font-size: 18px;
    margin-bottom: 30px;
}

#s_pdf_frame {
  min-height: 700px;
}




/*Custom css for Shop page Play Icon*/

.woocommerce ul.products {
    align-items: stretch;
}

.product_item {
    display: flex;
    flex-direction: column;
    height: 100%; 
}

.product_item .product_content {
    flex-grow: 1; 
    display: flex;
    justify-content: space-between;
    align-items: flex-start; 
    gap: 10px;
}

.product_item .product_content h2 {
    margin: 0;
}

.product_item .product_content .play_icon {
    margin: 0;
    flex-shrink: 0; 
}

/* Hide the Price in Productlisting */
.woocommerce ul.products .product_price {
    display: none !important;
}


/** NEwsletter **/
@media only screen and (min-width: 770px) {
    .newsletter_shortcode {
        max-height: 360px;
        overflow: auto;
    }
}

@media only screen and (max-width: 769px) {
    .newsletter_shortcode {
        max-height: 500px;
        overflow: auto;
    }
}