/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


/** NEW 17.11.2023. **/

:root {
    --primary-50: #EFE6F2;
    --primary-100: #D9BFDF;
    --primary-200a: #A897BF;
    --primary-500: #853D96;
    --primary-500a: #6C4F92;
    --primary-600: #793990;
    --primary-700: #693286;
    --primary-color-800: #5A2D7C;
    --primary-900: #402468;
    --gray-50: #F7F7F9;
    --gray-100: #EFEFF0;
    --gray-200: #E3E3E5;
    --gray-300: #D2D2D3;
    --gray-400: #ADADAE;
    --gray-500: #8C8C8D;
    --gray-600: #656566;
    --gray-700: #525253;
    --gray-800: #343435;
    --gray-900: #141415;
    --tirquise-25: #F9FFFF;
    --tirquise-100: #A7DEE0;
    --tirquise-300: #00B3B4;
    --tirquise-500: #00918F;
    --shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.13);
    --purple-gradient: linear-gradient(137deg, #793990 8.66%, #402468 60.94%);
    --font: "Rajdhani";
}

/** font math -- remake **/

@media screen and (min-width: 320px) and (max-width: 1236px) {
    .elementor h1 {
        font-size: calc(28px + 12 * ((100vw - 320px) / 1236)) !important;
        line-height: calc(32px + 16 * ((100vw - 320px) / 1236)) !important;
    }

    .elementor h2 {
        font-size: calc(26px + 4 * ((100vw - 320px) / 1236)) !important;
        line-height: calc(32px + 6 * ((100vw - 320px) / 1236)) !important;
    }

    .elementor h3 {
        font-size: calc(24px + 2 * ((100vw - 320px) / 1236)) !important;
        line-height: calc(30px + 2 * ((100vw - 320px) / 1236)) !important;
    }

    .elementor h4 {
        font-size: calc(21px + 2 * ((100vw - 320px) / 1236)) !important;
        line-height: calc(28px + 2 * ((100vw - 320px) / 1236)) !important;
    }
}

@media screen and (min-width: 1236px) {
    .elementor h1 {
        font-size: 40px;
        line-height: 48px;
    }

    .elementor h2 {
        font-size: 30px;
        line-height: 38px;
    }

    .elementor h3 {
        font-size: 26px;
        line-height: 32px;
    }

    .elementor h4 {
        font-size: 23px;
        line-height: 30px;
    }

    .elementor h5 {
        font-size: 21px;
        line-height: 28px;
    }

    .elementor h6 {
        font-size: 18px;
        line-height: 26px
    }
}

/** Links **/

.elementor-widget-text-editor img {
    border-radius: 4px !important;
}

.elementor-widget-text-editor a {
    text-decoration: underline !important;
    transition: all .3s ease;
}

footer.elementor-location-footer a {
    color: var(--primary-50);
    transition: all .3s ease;
}

footer.elementor-location-footer a:hover {
    color: var(--primary-200a);
}

/** Newsletter form **/

form.elementor-form[name="Newsletter"] .elementor-form-fields-wrapper>.elementor-field-type-acceptance {
    order: 9;
}

/** Loop item -- news **/

.news-loop-items li.elementor-icon-list-item {
    margin: 0 !important;
}

.news-loop-items .btn-arrow {
    margin: auto 0 0 0;
}

.news-loop-items li.elementor-icon-list-item .elementor-post-info__item--type-date {
    font-weight: 700;
    color: var(--primary-500a) !important;
}

article.news-loop-items {
    transition: all .3s ease;
}

article.news-loop-items:hover {
    background-color: var(--tirquise-25) !important;
    border-color: var(--tirquise-300) !important;
}

article.news-loop-items img {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

article.news-loop-items .featured-container {
    background-repeat: no-repeat;
    background-color: var(--gray-200);
    background-position: center center;
    background-size: 156px;
}

a.elementor-button {
    min-width: 132px;
}

/** Arrow button **/

.btn-arrow a.elementor-button {
    padding: 0 !important;
    font-family: "Rajdhani";
    font-size: 16px;
    font-weight: 600;
    position: relative;
    min-width: auto;
    border: none !important;
    transition: all .3s ease;
}

.btn-arrow a.elementor-button::before {
    content: url(/wp-content/uploads/2023/11/Arrow-purple.svg);
    position: absolute;
    right: -32px;
    top: 1px;
    transition: all .3s ease;
}

.btn-arrow a.elementor-button::after {
    content: url(/wp-content/uploads/2023/11/Arrow-tirquise.svg);
    position: absolute;
    right: -32px;
    top: 01px;
    opacity: 0;
    transition: all .3s ease;
}

.btn-arrow a.elementor-button:hover::after,
article.news-loop-items:hover .btn-arrow a.elementor-button::after {
    opacity: 1;
    right: -38px;
}

.btn-arrow a.elementor-button:hover::before,
article.news-loop-items:hover .btn-arrow a.elementor-button::before {
    right: -38px;
}

/** Single Post **/

li.elementor-icon-list-item.elementor-inline-item[itemprop="about"] {
    margin: 0;
}

/** Blog Cat Menu **/

.blog-categories-menu a.elementor-item {
    border-radius: 4px !important;
    border: 1px solid var(--gray-100);
    background-color: #fff;
}

.blog-categories-menu a.elementor-item:hover {
    background-color: var(--primary-50) !important;
    border-color: var(--primary-50) !important;
}

.blog-categories-menu a.elementor-item.elementor-item-active {
    border-color: var(--primary-50);
    background-color: var(--primary-50);
    font-weight: 600 !important;
}

.elementor-widget-text-editor p,
.elementor-widget-text-editor ol,
.elementor-widget-text-editor ul {
    margin-bottom: 20px;
}

.elementor-widget-text-editor li {
    margin-bottom: 10px;
}

body.single-post .elementor-widget-theme-post-excerpt {
    margin-bottom: 20px !important;
}


/** Document and Video Icons **/

ul.downloadlist-list>li {
    position: relative;
    font-family: "Rajdhani";
    font-size: 16px;
    font-weight: 600;
    display: flex;
    min-height: 42px;
    align-items: center;
    padding: 26px 26px 26px 76px;
    border-radius: 4px;
    transition: all .3s ease;
}

ul.downloadlist-list li::before {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 16px;
    margin: 0;
    border-radius: 4px;
    border: 1.5px solid var(--primary-color-800);
    content: "" !important;
    transition: all .3s ease;
    background-position: center;
    background-repeat: no-repeat;
}

ul.downloadlist-list {
    padding-left: 0px !important;
}

ul.downloadlist-list li.file_application::before {
    background-image: url(/wp-content/uploads/2023/11/doc-icon.svg);
}


ul.downloadlist-list li.file_video::before {
    background-image: url(/wp-content/uploads/2023/11/play-icon.svg);
}

ul.downloadlist-list li>a {
    color: var(--gray-800);
    margin-right: 6px;
    text-decoration: none;
}

ul.downloadlist-list li:hover {
    background-color: var(--gray-100);
}

ul.downloadlist-list li:hover::before {
    background-color: var(--primary-100);
}

.elementor-download-list li.elementor-icon-list-item {
    padding: 12px !important;
    border-radius: 4px;
    list-style: none;
}

.elementor-download-list span.elementor-icon-list-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-content: center;
    border: 1.5px solid var(--primary-color-800);
    border-radius: 4px;
    margin-right: 10px;
}

.elementor-download-list span.elementor-icon-list-icon>svg {
    margin: 0 !important;
    width: 20px;
    height: 20px;
}

.elementor-download-list span.elementor-icon-list-text {
    width: calc(100% - 60px);
}

.elementor-download-list li.elementor-icon-list-item:hover {
    background-color: var(--gray-100);
}

.elementor-download-list li.elementor-icon-list-item span.elementor-icon-list-icon {
    transition: all .3s ease;
}

.elementor-download-list li.elementor-icon-list-item:hover span.elementor-icon-list-icon {
    background-color: var(--primary-100);
}

.elementor-download-list span.elementor-icon-list-text {
    color: var(--gray-800);
    font-family: "Rajdhani";
    font-size: 16px;
    font-weight: 600;
}

.elementor-download-list .elementor-icon-list-item a {
    text-decoration: none !important;
    width: 100%;
    display: flex;
    align-items: center;
}

.elementor-download-list .elementor-widget-text-editor {
    font-size: 14px;
    line-height: 18px;
    padding: 0 0 0 68px;
}

/** Home callendar **/

#dsju-home-events-list span.tribe-events-c-top-bar__datepicker-desktop.tribe-common-a11y-hidden {
    text-indent: -9999px;
    overflow: hidden;
}

#dsju-home-events-list span.tribe-events-c-top-bar__datepicker-mobile {
    visibility: hidden !important;
}

#dsju-home-events-list time.tribe-events-c-top-bar__datepicker-time:first-of-type::before {
    content: "Kalendar";
    margin-bottom: -38px;
    display: block;
    font-family: "Rajdhani", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    color: var(--gray-700);
    text-align: left;
}

#dsju-home-events-list time.tribe-events-c-top-bar__datepicker-time + .tribe-events-c-top-bar__datepicker-separator {
	visibility: hidden!important;
}

#dsju-home-events-list .tribe-events-view--list {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#dsju-home-events-list .tribe-common-l-container.tribe-events-l-container {
    padding: 0;
}

#dsju-home-events-list .tribe-events-calendar-list__event-wrapper.tribe-common-g-col {
    padding: 16px;
    border-radius: 4px;
    border: 1px solid var(--gray-200);
    background-color: #FFF;
    transition: all .3s ease;
    position: relative;
}

#dsju-home-events-list .tribe-common-g-row.tribe-events-calendar-list__event-row {
    margin: 0 0 8px !important;
}

#dsju-home-events-list .tribe-events-calendar-list__event-datetime-wrapper {
    margin: 0 !important;
}

#dsju-home-events-list h3.tribe-events-calendar-list__event-title>a,
#dsju-home-events-list h3.tribe-events-calendar-list__event-title {
    color: var(--gray-800);
    font-family: "Rajdhani";
    font-size: 23px;
    line-height: 28px;
    font-weight: 700;
    border-bottom: none;
}

#dsju-home-events-list .tribe-events-calendar-list__event-datetime-wrapper>time {
    color: var(--primary-500a) !important;
    font-family: "Rajdhani";
    font-size: 18px;
    font-weight: 700;
    transition: all .3s ease;
}

#dsju-home-events-list .tribe-events-calendar-list__event-description {
    margin: 0 !important;
    color: var(--gray-500);
}

#dsju-home-events-list header.tribe-events-calendar-list__event-header {
    display: flex;
    flex-direction: column;
}

#dsju-home-events-list header.tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-datetime-wrapper {
    order: 2;
}

#dsju-home-events-list .tribe-events-calendar-list__event-row:hover .tribe-events-calendar-list__event-wrapper.tribe-common-g-col {
    border: 1px solid var(--tirquise-100);
    background-color: var(--tirquise-25);
}

#dsju-home-events-list .tribe-events-calendar-list__event-row:hover .tribe-events-calendar-list__event-datetime-wrapper>time {
    color: var(--tirquise-500) !important;
}

#dsju-home-events-list time.tribe-events-c-top-bar__datepicker-time>span {
    font-family: Rajdhani;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    color: var(--gray-700);
}

@media (max-width: 768px) {
	#dsju-home-events-list time.tribe-events-c-top-bar__datepicker-time>span {
		font-size: 16px;
	}
}

/*
#dsju-home-events-list .tribe-events-calendar-list__event-wrapper::before {
  content: "Više informacija";
  color: var(--gray-800);
  font-family: Rajdhani;
  font-size: 16px;
  font-weight: 600;
  width: 145px;
  display: inline-block;
  background-image: url(/wp-content/uploads/2023/11/Arrow-purple.svg);
  background-repeat: no-repeat;
  background-position: 100% 4px;
  position: absolute;
  right: 17px;
  bottom: 19px;
}

#dsju-home-events-list .tribe-events-calendar-list__event-row:hover .tribe-events-calendar-list__event-wrapper::before {
  background-image: url(/wp-content/uploads/2023/11/Arrow-tirquise.svg);
}
*/

/** Raspored List **/

.ds-schedule__items article.ds-event {
    box-shadow: none;
    border-radius: 4px;
    border: 1px solid var(--gray-200);
    background: #FFF;
    transition: all .3s ease;
    position: relative;
}

.ds-schedule__items h2.ds-event__title {
    color: var(--gray-800);
    font-family: Rajdhani !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 24px !important;
    padding: 12px;
    transition: all .3s ease;
}

.ds-schedule__items .ds-event__details {
    gap: 0;
    padding: 0;
    background: none;
}

.ds-schedule__items .ds-event__detail {
    border-left: 1px solid var(--gray-200);
    padding: 12px;
    color: var(--gray-800);
    height: 100%;
}

.ds-schedule__items .ds-event__detail:last-of-type {
    border-right: 1px solid var(--gray-200);
}

.ds-schedule__items .ds-event__detail-text {
    font-family: Rajdhani !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 16px;
}


.ds-schedule__items h3.ds-event__detail-title {
    color: var(--primary-500a);
    font-family: Rajdhani !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 18px !important;
    margin-bottom: 4px;
    transition: all .3s ease;
    text-transform: uppercase;
}

.ds-schedule__items a.ds-event__link {
    color: #FFF !important;
    font-family: Rajdhani !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 24px;
    background-color: var(--primary-color-800);
    transition: all .3s ease;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 100%;
    place-content: center;
    display: grid;
}

.ds-schedule__items h3.ds-event__detail-title.status+p {
    text-transform: uppercase;
}

.ds-schedule__items {
    gap: 18px;
}

.ds-schedule__items article.ds-event:hover {
    border: 1px solid var(--tirquise-300);
    background: var(--tirquise-25);
}

.ds-schedule__items article.ds-event:hover h3.ds-event__detail-title {
    color: var(--tirquise-300);
}

.ds-schedule__items article.ds-event:hover a.ds-event__link {
    background-color: var(--tirquise-500);
}

.ds-schedule__items article.ds-event a.ds-event__link.deactivate {
    background-color: var(--gray-400) !important;
    pointer-events: none !important;
}

.ds-schedule__items .ds-event-description {
    padding: 16px !important;
}


/** Kategorije programa **/

.ds-schedule__header h1 {
    color: var(--primary-900);
    font-family: Rajdhani !important;
    font-size: 40px !important;
    font-weight: 600 !important;
    line-height: 48px;
    margin-top: 20px;
}

.ds-schedule__items .ds-event-description .ds-event__title {
    padding: 0 !important;
    margin-bottom: 6px;
}

.ds-schedule__items .ds-event-description {
    padding: 16px !important;
    color: var(--gray-500);
    font-family: Roboto !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 20px;
}

#kategorije-programa .ds-schedule__items h2.ds-event__title {
    font-size: 23px !important;
}

/*
#kategorije-programa .ds-event::before {
  content: "Više informacija";
  color: var(--gray-800);
  font-family: Rajdhani;
  font-size: 16px;
  font-weight: 600;
  width: 145px;
  display: inline-block;
  background-image: url(/wp-content/uploads/2023/11/Arrow-purple.svg);
  position: absolute;
  right: 17px;
  bottom: 19px;
  background-repeat: no-repeat;
  background-position: 100% 4px;
}

#kategorije-programa .ds-event:hover::before {
  background-image: url(/wp-content/uploads/2023/11/Arrow-tirquise.svg);
}
*/

#kategorije-programa .ds-schedule__items .ds-event__details {
    grid-template-columns: repeat(2, 1fr);
    width: 40%;
}

#kategorije-programa .ds-schedule__items .ds-event__detail:last-of-type {
    border-right: none;
}

#kategorije-programa .ds-event-description {
    width: 60%;
}


/** Single Programi & Rasporedi **/

.ds-single-event__container>.elementor-widget-container {
    display: grid;
    grid-template-columns: 364px 1fr;
    gap: 50px;
}

.ds-single-event__container .ds-single-event__featured {
    background: none;
    border: none;
}

.ds-single-event__container .ds-single-event__featured-inner {
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.13);
    padding: 24px;
    position: sticky;
    top: 170px;
}

.ds-single-event__container h1.ds-single-event__title {
    color: var(--primary-900) !important;
    font-family: "Rajdhani" !important;
    font-size: 40px !important;
    font-weight: 600 !important;
    line-height: 48px !important;
    margin-bottom: 0;
}

.ds-single-event__container .ds-single-event__details {
    display: block;
}

.ds-single-event__container .ds-single-event__detail {
    padding: 0;
    margin-bottom: 20px;
    border: none;
    color: var(--gray-700);
    font-family: "Roboto";
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 20px !important;
}

.ds-single-event__container .ds-single-event__detail-text,
.ds-single-event__container .ds-event__detail-text {
    color: var(--gray-700);
    font-family: "Roboto";
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 20px !important;
}

.ds-single-event__container h3.ds-event__detail-title {
    font-family: "Rajdhani" !important;
    font-size: 21px !important;
    font-weight: 600 !important;
    line-height: 28px !important;
    color: var(--gray-400);
    margin: 0;
}

.ds-single-event__container .ds-single-event__content {
    padding: 0;
    gap: 30px;
    width: 100%;
}

.ds-single-event__container .ds-single-event__content-item p,
.ds-single-event__container .ds-single-event__content-list li {
    font-family: Roboto, sans-serif !important;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 22px;
}

.ds-single-event__container .ds-single-event__content ul,
.ds-single-event__container .ds-single-event__content ol {
    margin-bottom: 20px;
}

.ds-single-event__container .ds-single-event__content-list {
    margin-top: 16px;
    padding-left: 0;
    list-style-position: inside;
    margin: 0 0 20px;
    padding-left: 20px;
}

.ds-single-event__container h2.ds-single-event__content-title {
    color: var(--gray-800);
    font-family: "Rajdhani" !important;
    font-size: 21px !important;
    font-weight: 700 !important;
    line-height: 28px !important;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.ds-single-event__container.raspored h3.ds-event__detail-title {
    color: var(--primary-200a);
}

.ds-single-event__detail.mjesto,
.ds-single-event__detail.datum {
    counter-reset: dan;
}

.ds-single-event__detail.mjesto>.ds-single-event__detail-text:before,
.ds-single-event__detail.datum>.ds-single-event__detail-text:before {
    counter-increment: dan;
    content: counter(dan) ". dan - ";
}

.ds-single-event__detail.mjesto>.ds-single-event__detail-text,
.ds-single-event__detail.datum>.ds-single-event__detail-text {
    margin-bottom: 6px;
}



a.ds-single-event__button {
    color: #FFF !important;
    text-align: center;
    font-family: "Rajdhani";
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    width: 100%;
    display: block;
    background-color: var(--primary-color-800);
    border-radius: 4px;
    padding: 8px;
    border: 1px solid var(--primary-color-800);
    transition: all .3s ease;
}

a.ds-single-event__button:hover {
    background-color: var(--primary-500a);
    color: #FFF;
}

.ds-schedule {
    padding: 0 !important;
}

.ds-single-event__detail-contact {
    display: flex;
    flex-direction: column;
}

.ds-single-event__detail-contact>span {
    font-weight: 400;
}

.ds-single-event__details a:not(.ds-single-event__button) {
    color: var(--primary-500);
    text-decoration: underline;
}

/** Responsive **/

@media (max-width: 1024px) {
    .ds-event__details {
        grid-template-columns: repeat(2, 1fr);
    }

    .ds-schedule__items h2.ds-event__title {
        border-bottom: 1px solid var(--gray-200);
    }

    .ds-schedule__items .ds-event__detail {
        border: none;
    }

    .ds-schedule__items .ds-event__detail:first-of-type {
        border-right: 1px solid var(--gray-200);
        border-bottom: 1px solid var(--gray-200);
    }

    .ds-schedule__items .ds-event__detail:last-of-type {
        border-left: 1px solid var(--gray-200);
        border-top: 1px solid var(--gray-200);
        border-right: none !important;
    }

    .ds-schedule__items a.ds-event__link {
        height: auto;
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px;
        padding: 10px;
    }

    .ds-schedule__items .ds-event__detail {
        padding: 10px;
    }

    .ds-schedule__items article.ds-event {
        flex-wrap: wrap;
    }

    #kategorije-programa .ds-event-description {
        width: 100%;
    }

    #kategorije-programa .ds-schedule__items .ds-event__details {
        width: 100%;
        border-top: 1px solid var(--gray-200);
    }

    #kategorije-programa .ds-schedule__items .ds-event__detail:last-of-type {
        border-top: none;
    }

    #kategorije-programa .ds-schedule__items h2.ds-event__title {
        font-size: 16px !important;
        line-height: 20px !important;
        border: none;
    }

    #kategorije-programa .ds-schedule__items .ds-event-description {
        font-size: 14px !important;
        line-height: 18px;
    }

    .ds-single-event__container h1.ds-single-event__title {
        font-size: 28px !important;
        line-height: 32px !important;
    }

    .elementor-download-list li.elementor-icon-list-item {
        padding: 6px !important;
    }

    ul.downloadlist-list>li {
        padding: 6px 6px 6px 50px;
    }

    ul.downloadlist-list li::before {
        left: 0;
    }

    .elementor-download-list .elementor-widget-text-editor {
        padding: 0 0 0 63px;
    }
}

@media(max-width: 991px) {
    .ds-single-event__container>.elementor-widget-container {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .ds-single-event__container .ds-single-event__featured {
        order: 2;
    }
}


/** Navigation logo shrink **/

@media (max-width: 1145px) {
    #navigation-logo a {
        width: 110px;
        height: 50px;
        overflow: hidden;
        display: block;
    }

    #navigation-logo a>img {
        width: 215px;
    }
}

.dsju-main-menu span.elementor-screen-only {
    position: static;
    width: auto;
    height: auto;
    font-family: "Rajdhani";
    font-size: 14px;
    font-weight: 600;
    margin-left: 7px;
    color: var(--gray-800);
}

.dsju-main-menu .elementor-menu-toggle {
    border-color: var(--gray-200);
}

.dsju-main-menu .elementor-menu-toggle>i {
    color: var(--gray-800);
}

/** Top Bar Mobile **/

div#topbar-mobile-search {
    width: calc(100% - 75px);
}

div#topbar-more-btn a {
    width: auto !important;
    min-width: 62px !important;
    padding: 7px 4px;
}

#topbar-mobile-under {
    overflow: hidden;
    max-height: 0px;
}

#topbar-mobile-under.open {
    max-height: 1000px;
}

.dsju-main-menu ul.elementor-nav-menu--dropdown a,
.dsju-main-menu ul.elementor-nav-menu--dropdown a:focus,
.dsju-main-menu ul.elementor-nav-menu--dropdown a:hover {
    text-shadow: none;
    border-left: 12px solid transparent;
}

.dsju-main-menu .elementor-nav-menu ul ul a,
.dsju-main-menu .elementor-nav-menu ul ul a:active,
.dsju-main-menu .elementor-nav-menu ul ul a:focus,
.dsju-main-menu .elementor-nav-menu ul ul a:hover {
    border-left: 20px solid transparent;
}

/** Home Backgrounds **/

.home-novosti-bg::before {
    content: "" !important;
    width: 100%;
    height: 580px;
    display: block;
    position: absolute;
    background-image: url(/wp-content/uploads/2023/11/office-chair-meeting-room-asian-2-min.png);
    top: -175px !important;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: -1;
}


/** Elementor Pagination **/

nav.elementor-pagination {
    gap: 8px !important;
}

nav.elementor-pagination>a,
nav.elementor-pagination>span {
    border-radius: 4px;
    border: 1px solid var(--primary-900);
    background: #FFF;
    padding: 8px 16px;
    width: 45px !important;
    display: inline-block;
    font-family: Rajdhani;
    font-size: 16px;
    text-align: center;
    color: var(--gray-800);
    transition: all .3s ease;
    margin: 0 !important;
}

nav.elementor-pagination>a:hover,
nav.elementor-pagination>span.current {
    background-color: var(--primary-50);
}

/** Forms **/

.elementor-form button.elementor-button:hover {
    background-color: var(--primary-900) !important;
}

.elementor-form input[type="checkbox"] {
    appearance: none;
    position: relative;
}

.elementor-form input[type="checkbox"]::before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 2px;
    border: 1px solid #D9D9D9;
    display: inline-block;
    margin-right: 8px;
    transform: translate(0px, 4px);
}

.elementor-form input[type="checkbox"]::after {
    content: "";
    width: 9px;
    height: 9px;
    display: inline-block;
    background: var(--primary-color-800);
    border-radius: 2px;
    position: absolute;
    left: 5px;
    top: 5px;
    transition: opacity .3s ease;
    opacity: 0;
}

.elementor-form input[type="checkbox"]:checked::after {
    opacity: 1;
}

/** About us **/

.about-us-dsju summary.e-n-accordion-item-title {
    width: 132px;
    border-radius: 4px;
    border: 1px solid var(--primary-900) !important;
    background: #FFF;
    padding: 8px 16px;
    transition: all .3s ease;
}

.about-us-dsju summary.e-n-accordion-item-title:hover,
.about-us-dsju summary.e-n-accordion-item-title[aria-expanded="true"] {
    border-color: var(--tirquise-300) !important;
    background: var(--tirquise-25);
}

.about-us-dsju summary.e-n-accordion-item-title+div {
    margin-top: 16px;
}