/*
Theme Name:     Avokado Elementor Child
Theme URI:      https://avokado.rs/
Description:    Avokado Elementor Child is a child theme of Hello Elementor. All Rights Reserved.
Author:         Avokado.rs
Author URI:		https://avokado.rs/
Template:       hello-elementor
Version:        1.0.1
Text Domain: avokado-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/
html, body {
    overflow-x: clip;
}

.category-footer .icon img {
    width: 15px !important;
}

.calendar-modal {
	z-index: 10000!important;
}

.calendar-widget .calendar-modal .modal-content .event-card .event-image svg {
	width: 100%;
	height: 100%;
	display: block;
}

.calendar-widget .calendar-modal .modal-content .event-card {
	max-height: inherit !important;
}

@media screen and (min-width: 1199px) and (max-width: 1399px) {
	.calendar-widget .calendar-modal .modal-content .event-card {
		grid-template-columns: 350px 1fr !important;
		gap: 20px !important;
	}
}

#avokado-popup {
    display: grid;
    align-items: center;
    justify-items: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1010;
    background-color: rgba(27, 30, 30, 0.44);
    transform: scale3d(1, 0, 1);
    transform-origin: top center;
    will-change: transform;
    opacity: 0;
    z-index: 9999;
}

#avokado-popup.dialog-open {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.open-popup.loading {
    animation: rotate 0.7s infinite cubic-bezier(0.73, 0.04, 0, 1.01);
    pointer-events: none;
    border: 1px solid #231F20 !important;
    border-top: 1px solid transparent !important;
    background-color: transparent !important;
    text-indent: -9999px;
    display: block !important;
    aspect-ratio: 1/1;
    border-radius: 50% !important;
    padding: 0 !important;
    width: 30px !important;
}

@keyframes rotate {
    from {
        transform: rotate3d(0, 0, 0, 0);
    }
    to {
        transform: rotate3d(0, 0, 1, 360deg);
    }
}

#avokado-popup .dialog-message {
    width: 980px !important;
	background: #fff;
	border-radius: 20px;
}

#avokado-popup.elementor-popup-modal .dialog-widget-content {
    max-height: 95% !important;
    position: relative;
}

#avokado-popup.elementor-popup-modal .dialog-message {
    max-height: 95vh !important;
}

#avokado-popup .elementor-element-fc77c85 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 40px 80px 40px 40px;
    margin-top: -20px;
    margin-bottom: -20px;
}
#avokado-popup .elementor-element-4f97851 {
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 40px 30px 40px 40px;
    margin-top: -20px;
    margin-bottom: -20px;
}
#avokado-popup .popup-left {
    width: 40%;
}

#avokado-popup .popup-right {
    width: 60%;
}

#avokado-popup .popup-title {
    display: block;
    padding-bottom: 15px;
}

#avokado-popup .popup-title .elementor-heading-title {
    font-size: 26px;
    font-weight: 700;
}

#avokado-popup .popup-content .elementor-widget-container {
    color: #231F20;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px
}

#avokado-popup .close-dialog {
    color: #000;
    border: none;
    font-size: 40px;
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 10;
    padding: 0;
}

#avokado-popup .close-dialog:hover {
    color: #000;
    border: none;
    background: transparent;
}

#avokado-popup .dialog-lightbox-widget-content {
    border-radius: 20px;
}

#avokado-popup .popup-featured img {
    border-radius: 4px;
}

/*Publikacije popup*/
#avokado-popup .dialog-message {
    width: 1180px !important;
    overflow: hidden;
}

#avokado-popup .publikacije-left {
    width: 50%;
}

#avokado-popup .publikacije-right {
    width: 50%;
    height: 500px;
    padding-right: 20px;
    overflow-y: scroll;
    scrollbar-color: #ccc #fff;
    scrollbar-width: thin;
}

#avokado-popup .elementor-element-4f97851 .e-con-inner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 30px 50px 30px 30px;
    margin-top: -20px;
    margin-bottom: -20px;
}

.publikacije-featured img {
    border-radius: 16px !important;
}

.publikacije-details {
    display: flex !important;
    flex-direction: row !important;
    padding: 0 !important;
    gap: 10px !important;
}

.publikacije-category a {
    font-family: "Manrope", Sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #F68B1E !important;
}

.publikacije-date .elementor-heading-title {
    font-family: "Manrope", Sans-serif !important;
    font-size: 15px !important;
    font-weight: 300 !important;
}

.publikacije-title .elementor-heading-title {
    font-family: "Merriweather", Sans-serif;
    font-size: 30px;
	line-height: 36px;
    font-weight: 700;
    padding: 24px 0 6px 0;
}

.content-buttons {
    display: flex !important;
    flex-direction: row !important;
    padding: 0 !important;
    align-items: center !important;
    border-bottom: 1px dashed #D1D2D4;
    border-top: 1px dashed #D1D2D4;
}

.content-buttons.last {
    border-bottom: none;
}

.content-btn-left {
    font-size: 15px;
    font-weight: 700;
    padding: 10px 0 !important;
    font-family: "Manrope", Sans-serif !important;
}

.content-btn-left .elementor-heading-title {
    font-size: 15px;
    font-weight: 700;
    font-family: "Manrope", Sans-serif !important;
}

.content-btn-right {
    display: flex !important;
    flex-direction: row !important;
    padding: 10px 0 10px 0 !important;
    padding-right: 0 !important;
    gap: 10px !important;
    justify-content: end !important;
}

.content-button .elementor-button {
    font-family: "Manrope", Sans-serif !important;
    background: #fff !important;
    color: #3B3738 !important;
    border: 1px dashed #D1D2D4 !important;
    border-radius: 4px !important;
    padding: 10px 12px !important;
    font-size: 13px;
    font-weight: 700 !important;
}

@media (max-width: 1200px) {
    #avokado-popup .dialog-message {
        width: 100% !important;
    }

    #avokado-popup .dialog-lightbox-widget-content {
        width: 90% !important;
    }
}

@media (max-width: 1145px) {
    .content-buttons {
        flex-direction: column !important;
        gap: 0 !important;
    }

    .content-btn-right {
        padding-right: 0 !important;
        padding-left: 0 !important;
        padding-top: 0 !important;
        justify-content: start !important;
    }
}

@media (max-width: 1020px) {
    #avokado-popup .dialog-message {
        width: 100% !important;
    }

    #avokado-popup .dialog-lightbox-widget-content {
        width: 90% !important;
    }
	#avokado-popup .elementor-element-4f97851 {
    padding: 40px 20px;
}
}

@media (max-width: 880px) {
    #avokado-popup .elementor-element-fc77c85 {
        padding: 20px;
    }

    #avokado-popup .elementor-element-4f97851 .e-con-inner {
        padding: 20px 20px 20px 20px;
        gap: 0 !important;
        overflow: auto;
        scrollbar-color: #ccc #fff;
        scrollbar-width: thin;
    }
}

@media (max-width: 767px) {
    #avokado-popup .publikacije-right {
        height: 350px;
    }
#avokado-popup .publikacije-left img {
        max-height: 350px;
	width: fit-content;
    }
    #avokado-popup .dialog-message {
        width: 100% !important;
    }

    #avokado-popup .elementor-element-fc77c85 {
        padding: 20px;
    }

    #avokado-popup .popup-left {
        width: 100%;
    }
    #avokado-popup .popup-right {
        width: 100%;
        margin-top: -20px;
    }

    #avokado-popup .popup-title .elementor-heading-title {
        font-size: 23px;
        font-weight: 700;
    }

    #avokado-popup .publikacije-left {
        width: 100%;
    }

    #avokado-popup .publikacije-right {
        width: 100%;
    }

    .publikacije-title .elementor-heading-title {
        font-size: 24px;
        padding: 20px 0 0 0;
    }
	#avokado-popup .elementor-element-4f97851 .e-con-inner {
        padding: 20px 0;
    }
	#avokado-popup .close-dialog {
    right: 10px;
    top: -5px;
}
}

.section-post-podrzali.empty-donatori {
    display: none;
}

html[lang="en-US"] .preuzmi-srb, html[lang="en-US"] .preuzmi-alb {
    display: none !important;
}

html[lang="sr-RS"] .preuzmi-eng, html[lang="sr-RS"] .preuzmi-alb {
    display: none !important;
}

html[lang="sq-AL"] .preuzmi-srb, html[lang="sq-AL"] .preuzmi-eng {
    display: none !important;
}

li.search-card .meta .tags {
    flex: 0 0 100%;
    max-width: 100%;
}

li.search-card .meta .tags span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
}

html[lang="en-US"] .publ-btn-sr, html[lang="en-US"] .publ-btn-alb {
    display: none !important;
}

html[lang="sr-RS"] .publ-btn-eng, html[lang="sr-RS"] .publ-btn-alb {
    display: none !important;
}

html[lang="sq-AL"] .publ-btn-sr, html[lang="sq-AL"] .publ-btn-eng {
    display: none !important;
}

.custom-language-switcher {
    list-style: none;
    padding: 7px 0 7px 7px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.custom-language-switcher li.active button,
.custom-language-switcher li.active a {
    color: #F68B1E !important;
    font-weight: 700;
}

.custom-language-switcher li {
    position: relative;
}

.custom-language-switcher li:not(:first-child):before {
    content: '';
    width: 1px;
    height: 11px;
    background: #3B3738;
    position: absolute;
    top: 7px;
    left: 0;
}

.custom-language-switcher li button,
.custom-language-switcher li a {
    background: transparent;
    border: none;
    color: #231F20;
    font-size: 13px;
    font-weight: 400;
    padding: 5px 10px 6px;
    line-height: 1;
    text-decoration: none;
}

.custom-language-switcher li button:focus,
.custom-language-switcher li button:focus-visible,
.custom-language-switcher li button:hover {
    background-color: transparent !important;
    color: inherit !important;
    outline: none !important;
    box-shadow: none !important;
}

body.error404 .elementor-element-74a0d0b .elementor-button-link {
    background-color: #F68B1E !important;
    color: #fff !important;
}

body.error404 [data-elementor-type="error-404"],
body.error404 .elementor-element-912fbc3 {
    background-color: #FFEDDB !important;
}

body.error404 [data-elementor-type="footer"] > .elementor-element-abf96f2 {
    background-color: #3B3738 !important;
    color: #fff !important;
}

body.error404 [data-elementor-type="footer"] > .elementor-element-abf96f2 .elementor-widget-heading > .elementor-widget-container,
body.error404 [data-elementor-type="footer"] > .elementor-element-abf96f2 .elementor-element-3062994 > .elementor-element-8edc10f > .elementor-element-76fc33f {
    border-color: #F68B1E !important;
}

body.error404 [data-elementor-type="footer"] > .elementor-element-647b961 .elementor-element-07fed69 {
    background-color: #FFEDDB !important;
    color: #231F20 !important;
}

body.error404 [data-elementor-type="footer"] > .elementor-element-647b961 .elementor-element-07fed69 a {
    color: #231F20 !important;
}

body.error404 [data-elementor-type="footer"] > .elementor-element-647b961 .elementor-element-07fed69::before {
    border-color: #F68B1E !important;
}

/* Single post */
[data-elementor-type="single-post"] .e-con-inner {
    gap: 0 !important;
}

[data-elementor-type="single-post"] .elementor-widget-theme-post-title {
    margin-top: 16px;
}

[data-elementor-type="single-post"] .elementor-widget-theme-post-featured-image {
    margin-top: 44px;
    margin-bottom: 44px !important;

    @media screen and (max-width: 767px) {
        margin-top: 32px !important;
        margin-bottom: 32px !important;
    }
}

[data-elementor-type="single-post"] .elementor-widget-theme-post-featured-image figcaption {
    font-size: 10px;
    line-height: 1.17;
    text-transform: uppercase;
    color: #7A7576;
    text-align: center;
    margin-top: 12px;
}

[data-elementor-type="single-post"] .splide figure {
    margin: 0 !important;
}

[data-elementor-type="single-post"] .splide .splide__slide {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
}

[data-elementor-type="single-post"] .elementor-widget-theme-post-content h2 {
    margin-top: 0 !important;
    margin-bottom: 12px;
}

[data-elementor-type="single-post"] .elementor-widget-theme-post-content p:not(:last-child) {
    margin-bottom: 12px !important;
}

[data-elementor-type="single-post"] .splide {
    margin-top: 32px;
    margin-bottom: 32px;
    border-radius: 12px;
}

[data-elementor-type="single-post"] .splide .splide__arrow {
    opacity: 1;
    height: auto;
    width: auto;
    background-color: transparent !important;
    border-radius: 0 !important;
}

[data-elementor-type="single-post"] .splide .splide__arrow svg {
    width: 40px;
    height: 31px;
}

[data-elementor-type="single-post"] .splide .splide__arrow svg path {
    fill: #F68B1E;
}

[data-elementor-type="single-post"] .splide .splide__arrow--prev {
    left: 0;
}

[data-elementor-type="single-post"] .splide .splide__arrow--next {
    right: 0;
}

[data-elementor-type="single-post"] .splide .splide__track {
    margin-left: 72px;
    margin-right: 72px;
    border-radius: 12px;

    @media screen and (max-width: 767px) {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

[data-elementor-type="single-post"] .splide .splide__slide .wp-block-image {
    margin: 0 !important;
}

[data-elementor-type="single-post"] .splide img {
    border-radius: 12px;
    aspect-ratio: 1.9;
    object-fit: cover;
}

[data-elementor-type="single-post"] .splide .splide__pagination {
    position: relative;
    padding: 0;
    margin-top: 24px;

    @media screen and (max-width: 767px) {
        margin-top: 16px !important;
    }
}

[data-elementor-type="single-post"] .splide .splide__pagination .splide__pagination__page {
    margin: 0 6px !important;
    transform: scale(1) !important;
    width: 12px !important;
    height: 12px !important;
}

[data-elementor-type="single-post"] .splide .splide__pagination .splide__pagination__page.is-active {
    background-color: #F68B1E !important;
}

[data-elementor-type="single-post"] .splide .splide__pagination .splide__pagination__page:hover {
    background-color: #F68B1E !important;
    opacity: 0.9 !important;
}

[data-elementor-type="single-post"] .splide .wp-element-caption {
    font-size: 10px;
    line-height: 1.17;
    text-transform: uppercase;
    color: #7A7576;
    text-align: center;
    margin-top: 12px;
}

[data-elementor-type="single-post"] .elementor-widget-theme-post-content .wp-block-quote {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
}

[data-elementor-type="single-post"] .elementor-widget-theme-post-content .wp-block-video {
    margin: 12px 50px;

    @media screen and (max-width: 767px) {
        margin: 12px 0 !important;
    }
}

[data-elementor-type="single-post"] .elementor-widget-theme-post-content .wp-block-video video {
    border-radius: 12px;
}

[data-elementor-type="single-post"] .elementor-widget-theme-post-content .wp-block-image {
    margin: 12px 50px;

    @media screen and (max-width: 767px) {
        margin: 12px 0 !important;
    }
}

[data-elementor-type="single-post"] .elementor-widget-theme-post-content .wp-block-columns {
    display: flex;
    flex-flow: row wrap;
    row-gap: 10px;
    margin-left: -10px;
    margin-right: -10px;
}

[data-elementor-type="single-post"] .elementor-widget-theme-post-content .wp-block-columns > .wp-block-column {
    flex-basis: 50%;
    padding-left: 10px;
    padding-right: 10px;

    @media screen and (max-width: 767px) {
        flex-basis: 100% !important;
    }
}

[data-elementor-type="single-post"] .elementor-widget-theme-post-content .wp-block-columns > .wp-block-column .wp-block-image,
[data-elementor-type="single-post"] .elementor-widget-theme-post-content .wp-block-columns > .wp-block-column .wp-block-gallery {
    margin: 0 !important;
}

[data-elementor-type="single-post"] .elementor-widget-theme-post-content .wp-block-latest-posts {
    padding: 28px 40px;
    margin-top: 52px;
    margin-bottom: 52px;
    background-color: #F1F1F1;
    border-left: 5px solid #3B3738;
    list-style: none;

    @media screen and (max-width: 767px) {
        margin-top: 32px;
        margin-bottom: 32px;
        padding: 32px;
    }
}

[data-elementor-type="single-post"] .elementor-widget-theme-post-content .wp-block-latest-posts h2 {
    font-family: "Merriweather", Sans-serif;
    font-size: 18px !important;
    display: block;
    grid-column: 1/-1;
}

[data-elementor-type="single-post"] .elementor-widget-theme-post-content .wp-block-latest-posts:last-child {
    margin-bottom: 0 !important;
}

[data-elementor-type="single-post"] .elementor-widget-theme-post-content .wp-block-latest-posts > li {
    display: grid;
    grid-template-columns: 100px minmax(0, 1fr);
    gap: 16px;
}

[data-elementor-type="single-post"] .elementor-widget-theme-post-content .wp-block-latest-posts > li img {
    object-fit: cover;
    border-radius: 4px;
    width: 100%;
    height: 100%;
    display: block;
    min-height: 100px;
}

[data-elementor-type="single-post"] .elementor-widget-theme-post-content .wp-block-latest-posts > li > a {
    display: block;
}

[data-elementor-type="single-post"] .elementor-widget-theme-post-content .wp-block-latest-posts > li .wp-block-latest-posts__post-title {
    font-family: "Manrope", Sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.33;
    margin-bottom: 0 !important;
    display: grid;
    align-items: center;
}

[data-elementor-type="single-post"] .elementor-widget-theme-post-content .wp-block-latest-posts.is-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
}

@media screen and (min-width: 992px) {
    [data-elementor-type="single-post"] .elementor-widget-theme-post-content .wp-block-latest-posts.columns-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    [data-elementor-type="single-post"] .elementor-widget-theme-post-content .wp-block-latest-posts.columns-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    [data-elementor-type="single-post"] .elementor-widget-theme-post-content .wp-block-latest-posts.columns-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    [data-elementor-type="single-post"] .elementor-widget-theme-post-content .wp-block-latest-posts.columns-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    [data-elementor-type="single-post"] .elementor-widget-theme-post-content .wp-block-latest-posts.columns-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

[data-elementor-type="single-post"] .elementor-widget-theme-post-content table thead tr th {
    background-color: #F68B1E;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 20px;
}

[data-elementor-type="single-post"] .elementor-widget-theme-post-content table tr:nth-child(even) td {
    background-color: #FFEDDB !important;
}

[data-elementor-type="single-post"] .elementor-widget-theme-post-content table tr:nth-child(odd) td {
    background-color: #fff !important;
}

[data-elementor-type="single-post"] .elementor-widget-theme-post-content figure.wp-block-table {
    @media screen and (max-width: 767px) {
        margin-left: 0 !important;
        margin-right: 0 !important;
        overflow-x: auto;
    }
}

[data-elementor-type="single-post"] h3 {
    font-size: 24px;
    font-weight: 700;
}

[data-elementor-type="single-post"] .pdfemb-viewer {
    margin-top: 40px;
    margin-bottom: 40px;

    @media screen and (max-width: 575px) {
        margin-top: 24px;
        margin-bottom: 24px;
    }
}

.glightbox-container .gprev {
    background-image: url('data:image/svg+xml,<svg width="40" height="32" viewBox="0 0 40 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.7339 30.8601C17.1981 31.3957 16.4715 31.6967 15.7139 31.6967C14.9563 31.6967 14.2297 31.3957 13.6939 30.8601L0.836544 18.0028C0.300903 17.467 0 16.7404 0 15.9827C0 15.2251 0.300903 14.4985 0.836544 13.9627L13.6939 1.10537C14.2328 0.584909 14.9545 0.296923 15.7036 0.303432C16.4528 0.309942 17.1694 0.610428 17.6991 1.14017C18.2289 1.66992 18.5294 2.38654 18.5359 3.13568C18.5424 3.88483 18.2544 4.60656 17.7339 5.14543L9.99954 13.1256L37.1428 13.1256C37.9006 13.1256 38.6273 13.4266 39.1631 13.9624C39.699 14.4982 40 15.225 40 15.9827C40 16.7405 39.699 17.4672 39.1631 18.0031C38.6273 18.5389 37.9006 18.8399 37.1428 18.8399L9.99954 18.8399L17.7339 26.82C18.2696 27.3558 18.5705 28.0825 18.5705 28.8401C18.5705 29.5977 18.2696 30.3243 17.7339 30.8601Z" fill="%23F68B1E"/></svg>');

    @media screen and (max-width: 767px) {
        left: 10px !important;
    }
}

.glightbox-container .gnext {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="32" viewBox="0 0 40 32" fill="none"><path d="M22.2661 1.13989C22.8019 0.60425 23.5285 0.303345 24.2861 0.303345C25.0437 0.303345 25.7703 0.60425 26.3061 1.13989L39.1635 13.9972C39.6991 14.533 40 15.2596 40 16.0173C40 16.7749 39.6991 17.5015 39.1635 18.0373L26.3061 30.8946C25.7672 31.4151 25.0455 31.7031 24.2964 31.6966C23.5472 31.6901 22.8306 31.3896 22.3009 30.8598C21.7711 30.3301 21.4706 29.6135 21.4641 28.8643C21.4576 28.1152 21.7456 27.3934 22.2661 26.8546L30.0005 18.8744H2.85719C2.09941 18.8744 1.37268 18.5734 0.836851 18.0376C0.301024 17.5018 0 16.775 0 16.0173C0 15.2595 0.301024 14.5328 0.836851 13.9969C1.37268 13.4611 2.09941 13.1601 2.85719 13.1601H30.0005L22.2661 5.17995C21.7304 4.64415 21.4295 3.91754 21.4295 3.15992C21.4295 2.4023 21.7304 1.67569 22.2661 1.13989Z" fill="%23F68B1E"/></svg>');

    @media screen and (max-width: 767px) {
        right: 10px !important;
    }
}

.glightbox-container .gprev,
.glightbox-container .gnext {
    width: 40px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 1 !important;
    background-color: transparent !important;

    @media screen and (max-width: 767px) {
        top: 50% !important;
        transform: translateY(-50%);
    }
}

.glightbox-container .gnext svg,
.glightbox-container .gprev svg {
    display: none !important;
}

.glightbox-container .goverlay {
    background: rgba(0, 0, 0, 0.33) !important;
}

.pdfemb-viewer .pdfemb-toolbar {
    background-color: #F68B1E !important;
}

.pdfemb-viewer .pdfemb-toolbar div {
    color: #fff !important;
}
#ajaxsearchprores1_1 {
margin-top: 5px;
} 
#ajaxsearchprores1_1 .results {
	background: #fff;
	box-shadow: 0px 0px 36px 0px rgba(0, 0, 0, 0.08);
}
#ajaxsearchprores1_1 .results .resdrg {
	 gap: 0 10px;
}
#ajaxsearchprores1_1 .results .resdrg .item {
	border-bottom: 1px dashed #D1D2D4;
}
#ajaxsearchprores1_1 .results .resdrg .item.hovered {
	background: #fff !important;
}
#ajaxsearchprores1_1 .results .resdrg .item .asp_res_text {
	font-weight: 300 !important;
	line-height: 18px !important;
}

.calendar-loader {
  display: none;
  position: fixed;
  border-radius: 16px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1000;
}
.calendar-loader.open {
  display: block;
}
.calendar-loader .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border: 5px solid #f68b1e;
  border-top: 5px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
    /* Start at 0 degrees */
  }
  100% {
    transform: rotate(360deg);
    /* Rotate to 360 degrees */
  }
}
.calendar-modal {
  display: none;
}
.calendar-modal.open {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
}
.calendar-modal .modal-content {
  position: relative;
}
.calendar-modal .modal-content .modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.calendar-modal .modal-content .event-card {
  padding: 40px 80px 40px 40px;
  background-color: #fff;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 540px 1fr;
  gap: 60px;
  max-width: 1180px;
  width: 80vw;
  overflow: hidden;
}
.calendar-modal .modal-content .event-card::-webkit-scrollbar {
  right: 5px;
  width: 6px;
  /* Thin scrollbar */
  height: 6px;
  /* For horizontal scrollbar, if needed */
}
.calendar-modal .modal-content .event-card::-webkit-scrollbar-thumb {
  background-color: #f68b1e;
  /* Scrollbar thumb color */
  border-radius: 4px;
}
.calendar-modal .modal-content .event-card::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* Track color */
}
@media screen and (max-width: 1199px) {
  .calendar-modal .modal-content .event-card {
    grid-template-columns: 1fr 1fr;
    padding: 20px;
    gap: 20px;
  }
  .calendar-modal .modal-content .event-card .event-image img, .calendar-modal .modal-content .event-card .event-image svg {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .calendar-modal .modal-content .event-card {
    display: flex;
    flex-flow: column;
    padding: 20px 20px 30px;
    overflow: auto;
    height: 80vh;
  }
}
.calendar-modal .modal-content .event-card .event-image img, .calendar-modal .modal-content .event-card .event-image svg {
  border-radius: 16px;
}
.calendar-modal .modal-content .event-card .event-image img {
   width: 540px;
  height: 540px; 
  object-fit: cover;
}
.calendar-modal .modal-content .event-card .event-content {
  contain: size;
  overflow: auto;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .calendar-modal .modal-content .event-card .event-content {
    padding-right: 0;
    overflow: unset;
  }
	.calendar-modal .modal-content .event-card .event-image img {
   width: 100%;
  height: auto; 
  object-fit: cover;
}
}
.calendar-modal .modal-content .event-card .event-content::-webkit-scrollbar {
  right: 5px;
  width: 6px;
  /* Thin scrollbar */
  height: 6px;
  /* For horizontal scrollbar, if needed */
}
.calendar-modal .modal-content .event-card .event-content::-webkit-scrollbar-thumb {
  background-color: #f68b1e;
  /* Scrollbar thumb color */
  border-radius: 4px;
}
.calendar-modal .modal-content .event-card .event-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* Track color */
}
.calendar-modal .modal-content .event-card .event-content .event-details {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  font-family: "Manrope", Sans-serif;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .calendar-modal .modal-content .event-card .event-content .event-details {
    margin-bottom: 12px;
  }
}
.calendar-modal .modal-content .event-card .event-content .event-details .term {
  color: #f68b1e;
  margin-right: 16px;
}
.calendar-modal .modal-content .event-card .event-content h1 {
  font-size: 30px;
  margin-bottom: 12px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .calendar-modal .modal-content .event-card .event-content h1 {
    font-size: 24px;
  }
}
.calendar-modal .modal-content .event-card .event-content .post-content {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 300;
}
.calendar-modal .modal-content .event-card .event-content .post-content p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .calendar-modal .modal-content .event-card .event-content .post-content {
    padding-bottom: 30px;
  }
}




