@font-face {
    font-family: "Switzer";
    src: url("/wp-content/themes/gradsubotica/assets/fonts/Switzer_Complete/Fonts/WEB/fonts/Switzer-Regular.woff2") format("woff2"),
    url("/wp-content/themes/gradsubotica/assets/fonts/Switzer_Complete/Fonts/WEB/fonts/Switzer-Regular.woff") format("woff"),
    url("/wp-content/themes/gradsubotica/assets/fonts/Switzer_Complete/Fonts/WEB/fonts/Switzer-Regular.ttf") format("truetype");

}

@font-face {
    font-family: "Switzer-Bold";
    src: url("/wp-content/themes/gradsubotica/assets/fonts/Switzer_Complete/Fonts/WEB/fonts/Switzer-Bold.woff") format("woff"),
    url("/wp-content/themes/gradsubotica/assets/fonts/Switzer_Complete/Fonts/WEB/fonts/Switzer-Bold.woff2") format("woff2"),
    url("/wp-content/themes/gradsubotica/assets/fonts/Switzer_Complete/Fonts/WEB/fonts/Switzer-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Switzer-Medium";
    src: url("/wp-content/themes/gradsubotica/assets/fonts/Switzer_Complete/Fonts/WEB/fonts/Switzer-Medium.woff") format("woff"),
    url("/wp-content/themes/gradsubotica/assets/fonts/Switzer_Complete/Fonts/WEB/fonts/Switzer-Medium.woff2") format("woff2"),
    url("/wp-content/themes/gradsubotica/assets/fonts/Switzer_Complete/Fonts/WEB/fonts/Switzer-Medium.ttf") format("truetype");
}

/***SINGLE POST ****/

body {
    font-family: "Switzer", sans-serif !important;
    background-color: #fcfcfc !important;
    overflow-x: hidden;
}

/** HEADER **/
.search-container {
    position: relative;
    display: inline-block;
}

#dropdown-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0;
    margin: 0;
    list-style: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#dropdown-list li {
    padding: 8px 12px;
    cursor: pointer;
}

#dropdown-list li:hover {
    background-color: #f2f2f2;
}

header {
    font-family: "Switzer", sans-serif;
    font-weight: 500;
}

#bdesno {
    right: 30%;
    margin-right: -942px;
    position: fixed;
    top: 0;
    text-align: left;
    overflow: hidden;
    background-color: #000000;
    height: -webkit-fill-available;
}

#blevo {
    left: 30%;
    margin-left: -942px;
    position: fixed;
    top: 0;
    text-align: left;
    overflow: hidden;
    background-color: #000000;
    height: -webkit-fill-available;
}

.wrap {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    flex-wrap: wrap;

}

.logo {
    width: 248px;
    height: 55px;
}

#menu-menu {
    display: flex;
    display: -webkit-flex;
    flex-direction: row !important;
    align-items: center;
    justify-content: space-between;
}

.search-bar {
    position: relative;
    display: flex;
    display: -webkit-flex;
    height: 41px;
    outline: none;
}

#search-input {
    border: 1px solid #ededed;
    outline: none;
}

#search-input:focus {
    border-color: #ededed;
}

.search-bar input[type="text"] {
    padding-left: 35px;
    border: 1px solid #ededed;
    box-shadow: 0px 1px 0px #ebebeb;
    border-radius: 12px;
    font-size: 14px;
    color: #a0a0a0;
    min-width: 400px;
}

.search-icon {
    font-size: 16px;
    position: absolute;
    left: 3%;
    top: 45%;
    color: #a0a0a0;
}


.wp-block-social-links.is-style-logos-only .wp-social-link svg {
    width: 16px;
    height: 16px;
}

#block-8 > ul {
    margin-bottom: 0;
    gap: 13px;
}

.icons {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    gap: 25px;
}

.registry {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    gap: 10px;
}

.button-login {
    padding: 12px 24px;
    height: 42px;
    color: #ededed;
    text-decoration: none;
    font-size: 14px;
    background: #024797;
    border-radius: 20px;
    line-height: normal;
    transition: 0.3s;
    font-weight: 500;
    letter-spacing: 0.2px;
}

.button {
    padding: 12px 24px;
    height: 42px;
    color: #ededed;
    text-decoration: none;
    font-size: 14px;
    background: #024797;
    border-radius: 20px;
    line-height: 18px;
    transition: 0.3s;
}

.button:hover,
.button-login:hover,
#load-more-posts:hover,
input[type="submit"]:hover {
    background-color: #0268b3 !important;
    color: #fcfcfc !important;
    transition: 0.4s;
}

.comments a:hover {
    color: #0268b3;
}

.button-register {
    height: 42px;
    color: #024797;
    text-decoration: none;
    font-family: "Switzer", sans-serif;
    font-weight: 500;
    line-height: normal;
    font-size: 14px;
    padding: 12px 24px;
    border: 1px solid #ededed;
    border-radius: 20px;
    font-style: normal;

}

.button-register:hover {
    background-color: #F4F4F4;
    transition: ease-in 0.2s;
}

.navigation {
    border: 1px solid #ededed;
    padding: 5px 0;
}

.navigation ul {
    justify-content: center;
    align-items: center;
    margin-bottom: 0px !important;
    padding-left: 0;
}

a.nav-link {
    text-decoration: none;
    color: #363636;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    padding: 8px 32px;
    line-height: 130%;
}

a:hover {
    color: #024797 !important;
}

.fb {
    border: 1px solid #ededed;
    padding: 10px 11px;
    border-radius: 12px;
    margin-right: 9px;
}

.tw {
    border: 1px solid #ededed;
    padding: 10px 10px;
    border-radius: 12px;
    margin-left: 5px;
}

.hamburger {
    cursor: pointer;
    position: fixed;
    border: 1px solid #ededed;
    border-radius: 12px;
    padding: 11px 12px;
    z-index: 100;
    left: -35px;
    display: none;
}

.bar {
    width: 16px;
    height: 2px;
    background-color: #3a3a3a;
    transition: transform 0.3s, opacity 0.3s;
    margin: 3px auto;
}

.hamburger.active span:nth-child(1) {
    transform: translateY(5px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg);
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    min-height: 100vh;
    display: block;
    z-index: 98;
    background-color: #fcfcfc;
    transition: 0.6s ease-in-out;
    overflow: auto;
}

.mobile-menu.open {
    left: 0;
}

.menu-open {
    overflow: hidden;
}

.sticky-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #ffffff;

}

.wrap-content {
    /*padding-top: 82px;*/
}

.post-thumbnail-small {
    position: relative;
    overflow: hidden;
}

.post-thumbnail-small:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.70) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.image-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.70) 100%);
    color: #fff;

}

a.fb:hover, a.tw:hover {
    background-color: #F4F4F4;
    transition: ease-in 0.2s;
}

/** HEADER **/

/** FOOTER **/
footer {
    border: 1px solid #ededed;
    border-bottom: none;
    padding-top: 64px;
    border-left: 0;
    border-right: 0;
    background-color: #ffffff;

}

.newsletter-form {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 64px;
}

#searchform {
    position: relative;
    padding-bottom: 64px;
    margin-bottom: 0 !important;
}

.izrada {
    color: #6c6c6c;
    margin-bottom: 4px !important;
}

.blue {
    color: #024797;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: normal;
    text-decoration: none;

}

form {
    position: relative;
}

footer input[type="email"] {
    height: 42px;
    min-width: 450px;
    border-radius: 25px;
    padding: 12px 4px 12px 15px;
    border: 1px solid #ededed;
    box-shadow: 0px 1px 0px #ebebeb;
    font-size: 14px;
    color: #a0a0a0;
    font-weight: 500;

}

footer input[type="submit"] {
    position: absolute;
    top: 9px;
    right: 2px;
    padding: 8px 16px;
    color: #ffffff;
    width: 74px;
    font-size: 14px;
    border: none;
    background: #024797;
    border-radius: 20px;
}

.footer-info {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    padding-top: 15px;
    font-size: 14px;
    font-weight: 400;
}

.politika {
    display: flex;
    display: -webkit-flex;
    color: #6c6c6c;
    line-height: normal;
    font-weight: 400;
}

.politika a:first-child {
    padding-right: 24px;
}

.newsletter {
    font-size: 20px;
    text-align: center;
    line-height: 130%;
    font-family: "Switzer-Bold", sans-serif;
    color: #3a3a3a;
    margin-bottom: 30px;
}

.menu-columns {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.widgettitle {
    font-size: 16px;
    color: #363636;
    margin-top: 16px;
    margin-bottom: 16px;
    cursor: pointer;
}

.widgettitle:hover {
    color: #024797 !important;
}

.menu {
    list-style-type: none;
    margin: 0 !important;
    padding: 0;
    margin-top: 15px;
}

.menu li a {
    text-decoration: none;
    color: #6c6c6c;
    font-size: 16px;
}

.menu li a:hover {
    text-decoration: underline;
    transition: 0.4s;
    color: #6c6c6c;
}

.menu li {
    padding: 8px 0;
    line-height: normal;
    font-weight: 500;
}

.kontakt-widget:nth-child(2) {
    color: #024797;
    cursor: pointer;
}

.wrap-content-kontakt {
    margin-top: 40px !important;
}

#menu-item-260628 > a:nth-child(2) {
    color: #363636 !important;
    font-weight: 500;
    line-height: normal;
}

.kontakt h1 {
    font-style: normal !important;
    padding-top: 8px !important;
}

.mobile-footer {
    display: none;
}

.footer-info-mobile {
    display: none;
}

.navbar-nav li.active a {
    color: #024797 !important;
}

body > footer > div.container > div.menu-columns > div > div:nth-child(5) > div:nth-child(2) > div > p {
    font-size: 16px;
}

body > footer > div.container > div.menu-columns > div > div:nth-child(5) > div:nth-child(2) > div > p:hover {
    text-decoration: underline;

}

footer
> div.container
> div.menu-columns
> div
> div:nth-child(5)
> div:nth-child(2)
> div
> p {
    padding-top: 6px;
    font-weight: 600;
}

.widgettitle {
    font-weight: 500 !important;
    line-height: normal;
    padding: 8px 0;

}

body
> footer
> div.container
> div.menu-columns
> div
> div:nth-child(5)
> div:nth-child(2)
> div
> p {
    padding-bottom: 16px;
}

/** FOOTER **/

/** CONTENT **/


#banner-main\ mobile-banner {
    margin-top: 40px;
}

#banner-naslovna, #banner-main {
    margin-top: 40px;
    width: 100%;
}

.breadcrumbs a:first-child {
    padding-left: 0px !important;
}

.breadcrumbs a {
    text-decoration: none !important;
    color: #6c6c6c;
    font-size: 12px;
    padding: 8px;
    line-height: 130%;
    font-weight: 500;
}

.current {
    color: #024797 !important;
    font-weight: 600 !important;
}

.breadcrumbs img {
    width: 4px !important;
}


.tags-carousel.scrollable {
    white-space: nowrap;
    padding-bottom: 0px !important;

}

.banner-line {
    color: #ededed !important;
    opacity: 1 !important;
    padding-left: 0 !important;
    /*padding-bottom: 10px;*/
    margin: 35px 0 !important;
}

.banner-line-25 {
    color: #ededed !important;
    opacity: 1 !important;
    padding-left: 0 !important;
    /*padding-bottom: 10px;*/
    margin: 25px 0 !important;
}

.banner-first-post {
    margin-top: 25px !important;
    margin-bottom: 50px !important;
    color: #ededed !important;
    opacity: 1 !important;
    padding-left: 0 !important;
}

.banner-line-top,
.banner-line-bot {
    color: #ededed !important;
    opacity: 1 !important;
    margin: 10px 0 0 0 !important;
}

.home-left img {
    width: 100%;
    height: fit-content;
    background-size: contain;

}

.comment-text {
    display: inline-block;
    white-space: nowrap;
}

.comment-text .more-text {
    display: none;
}

.home-left {
    padding: 0 25px 0 0 !important;
    border-right: 1px solid #ededed;

}

.home-left h4 {
    font-family: "Switzer-Bold", sans-serif;
    font-weight: 700;
    color: #3a3a3a;
    line-height: 130%;
    padding: 8px 0;
}

.home-right,
.main-right {
    padding-left: 25px !important;
}

.post-info {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-wrap: wrap;
}

.author,
.publish-date, .custom-tag-link {
    border: 1px solid #ededed;
    background-color: #f4f4f4;
    text-align: center;
    margin: 5px 0 0 0;
    padding: 6px 10px;
    font-size: 14px;
    border-radius: 12px;
    font-weight: 600;
    margin-right: 15px;
    margin-bottom: 10px !important;
    text-decoration: none;
    color: #3a3a3a;
    line-height: 130%;
}

.post-tags {
    display: flex;
    /*justify-content: space-be; !* space between *!*/
    flex-wrap: wrap;
    margin-top: 25px;
}

.author-main,
.publish-date-main {
    border: 1px solid #ededed;
    background-color: #f4f4f4;
    text-align: center;
    padding: 6px 10px;
    font-size: 14px;
    border-radius: 12px;
    margin-right: 15px;
    margin-bottom: 10px !important;
    font-weight: 600;
    line-height: 130% !important;
}

.info {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-start;

}

.regular-post-text-sidebar {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.regular-post-text-content h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    letter-spacing: 0px;
    font-family: "Switzer", sans-serif;
    font-weight: 600;
    line-height: 130%;

}

.regular-post-text-sidebar h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    letter-spacing: 0px;
    font-family: "Switzer", sans-serif;
    font-weight: 600;
    line-height: 130%;

}

.regular-post-text-content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #3a3a3a;
    line-height: 140%;
}

.main-text-first p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    color: #3a3a3a;
}

.regular-post-text-content h3 {
    font-size: 24px !important;
    margin-bottom: 15px;
    color: #3a3a3a;
}

.main-text p {
    margin-bottom: 0 !important;
}

body > div.container > div > div.row > div.col-md-4.home-right > div.row.ms-0 > div:nth-child(1) > div > div > div.sidebar-text > a > p {
    margin-bottom: 0px !important;
}

#comment {
    width: auto !important;
    margin-right: 6px;
}

#banner {
    width: 100%;
    /*height: fit-content;*/
}

.mobile_banner {
    display: none !important;
}

.regular-post-text-sidebar p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    padding-right: 10px;
    -webkit-box-orient: vertical;
    color: #3a3a3a;
    margin-bottom: 0 !important;
    line-height: 140%;
}

.load-more-button {
    margin-bottom: 25px;
    text-align: center;
}

#author-sidebar, #publish-sidebar {
    font-weight: 500 !important;
}

#small-thumbnail {
    height: 115px !important;
}

#load-more-posts, #load-more-postsg, #load-more-postssg, #load-more-postsl {
    padding: 12px 24px;
    height: 42px;
    color: #ededed;
    text-decoration: none;
    font-size: 14px;
    background: #024797;
    border-radius: 20px;
    transition: 0.3s;
    border: none;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.2px;
}

#reset-filter {
    padding: 12px 24px;
    color: #6c6c6c;
    text-decoration: none;
    font-size: 14px;
    background: #fff;
    border-radius: 20px;
    transition: 0.3s;
    border: none;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.2px;
    border: 1px solid #6c6c6c;
}

#confirm-filter {
    padding: 12px 24px;
    color: #ededed;
    text-decoration: none;
    font-size: 14px;
    background: #024797;
    border-radius: 20px;
    transition: 0.3s;
    border: none;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.2px;
}

.home-right h5,
.main-right h5 {
    padding-top: 10px;
    font-weight: 600;
    color: #3a3a3a;
    line-height: 130%;
    margin-bottom: 0 !important;
}

.post-thumbnail {
    width: 100%;
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 6px;
}

.post-thumbnail-small {
    width: 100%;
    height: 115px !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 6px;
}

.regular-post-text-sidebar h3 {
    margin: 10px 0 15px 0;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0em;
    text-align: left;
    color: #3a3a3a;
    line-height: 130%;
}

.tags {
    display: flex;
    flex-direction: row;
    gap: 10px;
    display: -webkit-flex;

}

.tags a {
    text-decoration: none;
    font-size: 14px;
    color: #6c6c6c;
    font-weight: 500;
    border-radius: 12px;
    border: 1px solid #ededed;
    padding: 10px 20px;
    background: #ffffff;
    margin-right: 15px;
    box-shadow: 1px 1px 0px #EDEDED;
    line-height: 130%;
    display: flex;
    align-items: center;

}

.comments {
    border: 1px solid #ededed;
    border-radius: 12px;
    padding: 4px 0px 6px 0px;
    margin: 0 0 10px 0;
}

.comments a {
    text-decoration: none;
    color: #6c6c6c;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-right: 12px;
}

.tags-carousel {
    overflow-x: hidden !important;
    display: flex;
    display: -webkit-flex;
}

.title-arrow {
    display: none;
}

.vesti-arrow {
    display: none !important;
}

.mobile-logos {
    display: none;
}

body > div > div > div.row > div.col-md-4.home-right > div.komentari > div > a:hover {
    color: #0268B3 !important;
}

body
> footer
> div.container
> div.menu-columns
> div
> div:nth-child(5)
> div:nth-child(3)
> ul {
    display: none;
}

.komentari {
    display: flex;
    flex-direction: column;
    justify-content: center;
    display: -webkit-flex;
}

.small-line {
    margin: 20px 0 !important;
}

div > div > div.row > div.col-md-4.home-right > div.komentari > h2 {
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 600;
}

body > div > div > div.row > div.col-md-4.home-right > div.komentari > h,
div > div > div.row > div.col-md-4.home-right > div.komentari > p {
    background-color: #ffffff;
    font-size: 16px;
    margin-bottom: 0;
}

body
> div.container
> div
> div.row
> div.col-md-4.main-right
> div.komentari.mt-3
> p {
    margin-bottom: 0 !important;
}

::-webkit-scrollbar {
    width: 15px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(#6c6c6c, #6c6c6c);
    border-radius: 5px;
}


.komentari p {
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/
    background-color: #ffffff;
}

.breadcrumbs a:first-child {
    padding-left: 0px !important;
}

.mobilni-title-naslovna {
    display: none !important;
}


#calendar_month,
#calendar_year {
    display: flex;
    padding: 6px 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    border-radius: 12px;
    border: 1px solid #EDEDED;
    text-transform: capitalize;
}

.calendar-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.calendar-dropdowns {
    display: flex;
    gap: 50px;
}

a.prev-month, a.next-month {
    text-decoration: none;
    width: 14px;
    height: 14px;
    color: #6c6c6c;

}

#wp-calendar {
    width: 100%;
}

#wp-calendar td, #wp-calendar th {
    padding: 12px;
    gap: 8px;
    text-align: center;
}

#wp-calendar td a {
    text-decoration: none !important;
    color: #3a3a3a;

}

tfoot a {
    text-decoration: none !important;
    color: #3a3a3a;
    text-transform: uppercase;
    font-weight: 600;
}

#calendar_widget .calendar-content .wp-calendar-table td a {
    color: #f0f0f0;
    background-color: #fff;
    border: 1px solid #ededed;

}

/*.today.highlighted-day {*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    border-radius: 40px;*/
/*    background: #024797 !important;*/

/*}*/

#wp-calendar > tbody > tr:nth-child(1) > td.today.past-day.highlighted-day, .today a {
    color: #fff !important;
    min-width: 30px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #024797 !important;
}

#wp-calendar > tbody > tr:nth-child(5) > td.today.event.eo-event-venue-the-dvoriste.eo-event-cat-svirke.eo-event-running.eo-multi-day.eo-event-venue-gradska-biblioteka.eo-event-cat-razno.eo-event-venue-eurocinema.past-day.highlighted-day {
    padding: 0 !important;
}
.today{
    padding: 0 !important;
    color: #fff !important;
    min-width: 30px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #024797 !important;
}
.wp-calendar-nav, caption {
    display: none !important;
}

.selected-date {
    min-width: 30px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #024797 !important;
}

#eo_calendar_widget-3 {
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 12px;
    padding: 20px;
}

/*.eo-past-date, .eo-past-date a {*/
/*    color: #f0f0f0 !important;*/
/*}*/

.avatar img {
    border-radius: 18px;
    width: 30px !important;
}


#first-post-img {
    min-height: 350px;
    margin: 25px 0;
}

#mobile-arrow {
    display: none;
}


#back-to-top-button {
    display: none;
    position: fixed;
    bottom: 55%;
    right: 15%;
    background-color: #024797;
    color: #fff;
    border: none;
    border-radius: 42px;
    cursor: pointer;
    transition: background-color 0.3s;
    padding: 12px 14px;
    z-index: 9999;
}

#back-to-top-button:hover {
    background-color: #0056b3;
}

#wpdcom .wpd-prim-button {
    border-radius: 16px !important;
    font-family: "Switzer", sans-serif !important;
}

#wpdcom .wpd-form-head {
    display: none;
}

#comments {
    margin: 0 auto;
}

#wpdcom .wpd-thread-filter .wpd-filter {
    padding: 5px 35px;

}

.tnp-field label {
    display: none !important;
}

.tnp-subscription input.tnp-submit {
    position: absolute !important;
    top: 3px !important;
    right: 2px !important;
    padding: 8px 16px !important;
    color: #ffffff;
    width: 74px !important;
    font-size: 14px !important;
    border: none;
    background: #024797 !important;
    border-radius: 20px;
    height: 37px !important;
}

.tnp-field input[type="submit"]:hover {
    background: #0056b3;
!important;
}

.tnp-subscription input[type=email] {
    height: 42px !important;
    min-width: 450px !important;
    border-radius: 20px;
    padding: 12px 4px 12px 15px !important;
    border: 1px solid #ededed !important;
    box-shadow: 0px 1px 0px #ebebeb !important;
    font-size: 14px !important;
    background-color: #fff !important;
    font-weight: 500;
}

.dogadjaji-red {
    border: 1px solid #ededed;
    padding: 20px;
    border-radius: 12px;
    background-color: #fff;
    margin: 0 !important;
}

.mobile-filters {
    display: none;
}

/**** NASLOVNA ****/

.laguna-content p {
    line-height: 140%;
}

.author-main a {
    text-decoration: none;
    color: #3a3a3a;
}

.main-text img {
    width: 100%;
    border-radius: 6px;
}

.sidebar-title {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.sidebar-title h3 {
    font-size: 22px;
    margin-bottom: 0 !important;
}

div.col-md-8.home-left
> div
> div.row
> div:nth-child(1)
> div
> div
> div.post-thumbnail {
    margin: 20px 0 25px 0;
}

body
> div
> div
> div.row
> div.col-md-4.main-right
> div.sidebar-title
> button {
    border-radius: 20px;
    padding: 12px 24px;
}

.side-btn {
    background: #ffffff;
    border: 1px solid #ededed;
    border-radius: 12px;
    color: #024797;
    padding: 12px;
    font-size: 14px;
}

.desavanja {
    background: #ffffff;
    border: 1px solid #ededed;
    border-radius: 12px;
    padding: 20px;
    margin-top: 35px;
}

.jos-komentara {
    color: #024797;
    margin-bottom: 30px;
}

.image-caption h6 {
    text-decoration: none !important;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0 !important;
    line-height: 130%;
}

.gallery-title a {
    text-decoration: none !important;
}

.post-thumbnail-small {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 20px;
}

.stari-grad {
    background-color: #ffffff !important;
    border: 1px solid #F9A720;
    border-radius: 12px;
    padding: 20px;
    margin-right: 0 !important;
}

.vidi-jos-link:hover, i:hover {
    background-color: #f4f4f4 !important;
    transition: 0.4s;
}

.side-arrow, .right-arrow {
    /*position: absolute;*/
    right: 10px;
    bottom: 10px;
    padding: 12px;
    gap: 10px;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    border-radius: 12px;
    width: 40px;
    height: 36px;
}

.galerija-desktop h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    flex: 1;
}

.galerija hr:last-child {
    display: none;
}

.laguna h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

body > div > div > div.row > div.col-md-4.home-right > div > div:nth-child(7) > div > hr {
    display: none;
}

.galerija {
    background-color: #ffffff !important;
    border: 1px solid #ededed;
    border-radius: 12px;
    padding: 20px;
    margin-right: 0 !important;
    margin-bottom: 20px !important;
}


.entry-content p {
    margin-bottom: 15px !important;
    line-height: 140%;
}

.entry-content img {
    margin: 5px 0;
    border-radius: 6px;
}

.search-suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    z-index: 999;
}

.dropdown-content {
    max-height: 200px;
    overflow-y: auto;
}

.dropdown-content a {
    display: block;
    padding: 10px;
    color: #333;
    text-decoration: none;
}

.dropdown-content a:hover {
    background-color: #f5f5f5;
}

/* FILTERI KOMENTARI */
.dropdown {
    position: relative;
    display: inline-block;
}

.filter-button {
    background-color: #f0f0f0;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}

.filter-list {
    position: absolute;
    display: none;
    background-color: #ffffff;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    border-radius: 12px;
    border: 1px solid #ededed;
    z-index: 9;
    height: 50vh !important;
    overflow-y: auto;

}


.filter-list li {
    padding: 10px 20px;
    cursor: pointer;
}

input[type="checkbox"] {
    /*appearance: none;*/
    /*-webkit-appearance: none;*/
    /*-moz-appearance: none;*/
    width: 14px;
    height: 14px;
    border-radius: 4.2px;
    border: 1px solid #a0a0a0;
    cursor: pointer;


}

.stari-grad-info {
    margin-top: 20px;
}

.line-stari-grad {
    margin: 25px 0 !important;
}

/*.galerija-line {*/
/*    margin: 20px 0 !important;*/
/*}*/


/* search bar */
.li-filter {
    padding: 16px 0 !important;
}

.li-filter label {
    color: #6C6C6C;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    width: 100%;
}

.comment-author {
    font-weight: 500 !important;
    line-height: 130%;
}

.comment-text {
    line-height: 130%;
}

iframe {
    width: 100%;
    height: 450px;
    border-radius: 8px;
}


.events {
    display: flex;
    align-items: center;
    gap: 6px;
}

.event-details h4 {
    color: #3A3A3A;
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 0 !important;
}

.event-details-text {
    color: #3A3A3A;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;

}

.events-details-text a {
    text-decoration: none !important;
    color: #024797 !important;
}

.events {
    margin-bottom: 10px;
}

.fc-day-grid-event {
    display: none !important;
}

.close-button {
    /*display: none;*/
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    cursor: pointer;
}

.share-container {
    position: relative;
}

.share-icon {
    cursor: pointer;
}

.share-dropdown {
    display: none;
    position: absolute;
    background-color: #ffffff;
    list-style-type: none;
    border-radius: 12px;
    z-index: 9;
    top: 100%;
    right: 0px;
    margin-top: 8px;
    width: 250px;
    padding: 20px;
    border: 1px solid #EDEDED;
    box-shadow: 2px 2px 15px 0px rgba(58, 58, 58, 0.15);
}

.share-dropdown a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #3a3a3a;
    margin-bottom: 12px;
    font-size: 14px;
}

.searched {
    margin-bottom: 220px;
}

#info-event {
    padding: 10px;
}

.right-arrow.event {
    position: absolute;
}
.wrap-row{
    padding-right: 0 !important;
}
.vesti-button, .naslovna-button{
    margin-top: 25px;
}
.info{
    padding-top:0 !important;
}

/*.col-md-8 {*/
/*    padding-left: 0 !important;*/
/*}*/

/*.col-md-4 {*/
/*    padding-right: 0 !important;*/
/*}*/
.

/** CONTENT **/

/** RESPONSIVE **/

/* BANERI RESPONSIVE */
@media screen and (min-width: 1200px) {
    #bdesno {
        right: 44%;
    }

    #blevo {
        left: 44%;
    }
}

@media screen and (min-width: 1400px) {
    .container {
        max-width: 1100px !important;
    }


    #blevo {
        left: 45%;
    }

    #bdesno {
        right: 45%;
    }

    a.nav-link {
        padding: 8px 32px;
        line-height: 130%;
    }
}

@media screen and (min-width: 1600px) {
    .container {
        max-width: 1320px !important;
    }

    #blevo {
        left: 39%;
    }

    #bdesno {
        right: 39%;
    }
}

/* BANERI RESPONSIVE */

@media screen and (max-width: 1600px) {
    .tags-carousel.scrollable {
        overflow-x: scroll;
        cursor: pointer;
    }

    .tags-carousel {
        display: flex;
        display: -webkit-flex;
        flex-wrap: nowrap;
        padding-bottom: 10px;
        width: max-content;
        scroll-behavior: smooth;
        overflow-x: scroll;
        white-space: nowrap;
    }

    .tags-carousel a {

        padding: 10px 20px;
        border: 1px solid #ededed;
        border-radius: 12px;
        color: #6c6c6c;
        text-decoration: none;
    }


}

@media screen and (max-width: 1400px) {
    a.nav-link {
        padding: 8px 32px;
        line-height: 130%;
    }

    .row.ms-0 {
        align-items: center;
    }

    .post-thumbnail-small {
        height: 90px;
    }

}

@media screen and (max-width: 1397px) {
    .tags-carousel.scrollable {
        overflow-x: scroll !important;
    }

}

@media screen and (max-width: 1200px) {
    .footer-info {
        padding: 0 25px;
    }

    .home-left {
        padding-right: 12px !important;
        padding-left: 12px !important;
    }

    #blevo {
        left: 50%;
        top: 4%;
    }

    #bdesno {
        right: 50%;
        top: 4%;
    }

    header {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        border-bottom: 1px solid #ededed;
    }

    /*.wrap-content {*/
    /*    padding-top: 40px;*/
    /*}*/
    .socials {
        display: none;
    }

    .social-icons {
        margin-left: 12px;
        padding: 32px 0;

    }

    .navigation {
        display: none;
    }

    .search-bar {
        display: none;

    }

    #mobile-sidebar {
        display: block !important;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .home-right {
        display: none;
        padding: 12px !important;
    }


    .regular-post-text-sidebar p {
        /*display: none;*/
    }

    .title-wrapper {
        margin-top: 16px;
    }

    .home-left {
        border: none;
        width: 100% !important;
    }

    .registry {
        display: none;
    }

    .hamburger {
        display: block;
        position: static;
    }

    .bar {
        display: block;
    }

    .navLinks {
        flex-direction: column;

        transition: transform 0.5s ease-in-out;
        height: 100vh;
    }

    .mobile-header {
        display: block;
        background-color: #ffffff;
        border-top: 1px solid #ededed;
    }

    .mobile-header li {
        border-bottom: 1px solid #ededed;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .mobile-header li:last-child {
        border: none;
    }

    .mobile-header {
        border-bottom: 1px solid #ededed;
        padding: 0px 12px;
    }

    .navLinks.open {
        background-color: #fcfcfc;
        width: 100%;
        height: 100vh;
        transition: 0.4s ease-in-out;
        padding: 0 !important;

    }

    a.nav-link {
        color: #363636;
        font-weight: 600;
        font-size: 14px;
        cursor: pointer;
        padding-left: 16px;
        line-height: 130%;
    }

    footer {
        padding-top: 25px;
        margin-top: 35px;
    }

    .search-bar-mobile input {
        height: 41px;
        width: 100%;
        background-color: transparent;
    }

    .search-bar-mobile {
        position: relative;
        display: flex;
        display: -webkit-flex;
        width: 100%;
        border: none;
        border-top: 1px solid #ededed;
        background-color: transparent;
    }

    .search-bar-mobile input[type="text"] {
        flex-grow: 1;
        padding-left: 55px;
        letter-spacing: 1;
        font-size: 15px;
        color: #a0a0a0;
        border: none !important;
        height: 60px;
    }

    .search-icon-mobile {
        font-size: 16px;
        position: absolute;
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
        color: #a0a0a0;
    }

    #desavanja {

        background: #ffffff;
        border: none !important;
        border-radius: 12px;
        padding: 0px !important;
        margin-top: 35px;
    }
}

@media screen and (max-width: 992px) {
    #blevo {
        left: 63%;
    }

    #bdesno {
        right: 63%;
    }

    .tags {
        overflow: hidden;
    }

    .tags-carousel {
        display: flex;
        display: -webkit-flex;
        flex-wrap: nowrap;
        padding-bottom: 10px;
        width: max-content;
        scroll-behavior: smooth;
        overflow-x: auto;
        white-space: nowrap;
    }

    .tags-carousel a {
        display: inline-block;
        padding: 10px 20px;
        border: 1px solid #ededed;
        border-radius: 12px;
        color: #6c6c6c;
        text-decoration: none;
    }

    .col-md-2 {
        width: auto !important;
    }

    .mobile-filters {
        display: block;
    }

    .sticky-header {
        height: 84px;
        padding: 8px;
    }

}

@media screen and (max-width: 991px) {
    .tags-carousel.event-carousel a {
        display: none;
    }

    .tags-carousel.event-carousel a:first-child {
        display: block;
    }

    .filter-list {
        position: fixed !important;
        top: 82px !important;
        right: 0 !important;
        width: 100% !important;
        height: -webkit-fill-available !important;
        margin-top: 0 !important;
        border-radius: 0 !important;
        overflow-y: auto;

    }


}

@media screen and (max-width: 786px) {


    .wrap-row {
        padding-right: 12px !important;
    }
    /*.content {*/
    /*    margin-top: 60px;*/
    /*}*/
    .content-events {
        margin-top: 20px !important;
    }

    .blog-single-laguna {
        margin-top: 43px !important;
    }

    .blog-single-galerija {
        margin-top: 0 !important;
    }

    #mobile-gallery-title {
        margin-top: 15px !important;
    }

    .entry-content {
        display: block !important;
    }

    .entry-content img {
        height: 200px !important;
    }

    .entry-content div {
        width: 100% !important;
    }

    #stari-grad-top {
        display: none;
    }

    /*.wrap-content {*/
    /*    padding-top: 30px;*/
    /*}*/
    .logo-footer {
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
    }


    #banner-main {
        display: none;
    }

    #banner-main\ mobile-banner {
        margin-top: 27px;
    }

    .wrapper-post {
        padding: 0 !important;
    }

    .row {
        justify-content: center;
    }

    .mobile-footer {
        display: block;
        background-color: #ffffff;
        border-top: 1px solid #ededed;
    }

    .menu-columns {
        display: none !important;
    }

    .menu {
        padding-bottom: 0;
    }

    form {
        padding-bottom: 8px;
        text-align: center;
        margin-bottom: 0;
    }

    footer {
        margin-top: 0 !important;
    }

    footer input[type="email"] {
        border-radius: 12px;
        padding: 12px 4px 12px 15px;
        border: 1px solid #ededed;
        width: 90%;
        height: 53px;
        margin-bottom: 20px;
        margin-top: 25px;
    }

    footer input[type="submit"] {
        position: relative;
        padding: 12px 15px;
        color: #ffffff;
        min-width: 450px;
        width: 90%;
        font-size: 16px;
        border: none;
        height: 45px;
        background: #024797;
        border-radius: 12px;
        font-weight: 500;
        line-height: 130%;
    }

    .tnp-field input[type="submit"] {
        position: relative !important;
        margin-top: 20px !important;
        padding: 12px 15px !important;
        height: 45px !important;
    }

    .tnp-subscription input[type=email] {
        margin-top: 6px !important;
        height: 53px !important;
    }

    .mobile-footer li {
        border-bottom: 1px solid #ededed;
        padding-top: 14px;
        padding-bottom: 14px;

    }

    .mobile-footer li:last-child {
        border: none;
    }

    .mobile-footer {
        border-bottom: 1px solid #ededed;
    }

    .main-text p {
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        margin-top: 10px;
        display: none;
    }

    /*.banner-line {*/
    /*    margin-top: 25px !important;*/
    /*    padding-bottom: 7px !important;*/
    /*}*/
    .tags {
        overflow: hidden;
        white-space: nowrap;
    }

    .tags-carousel {
        display: flex;
        display: -webkit-flex;
        flex-wrap: nowrap;
        gap: 2px;
        width: max-content;
        scroll-behavior: smooth;
        overflow-x: auto;
        white-space: nowrap;
    }

    .tags-carousel a {
        display: inline-block;
        padding: 10px 20px;
        border: 1px solid #ededed;
        border-radius: 12px;
        color: #6c6c6c;
        text-decoration: none;
    }

    .wrapper-post .col-md-8 {
        order: 2;
    }

    .wrapper-post .col-md-4 {
        order: 1;
    }

    .wrapper-post .banner-line {
        order: 3;
    }

    .wrapper-post {
        display: grid;
    }

    .post-thumbnail {
        margin-bottom: 20px;
    }

    h3 {
        margin-bottom: 0 !important;
    }

    .banner-line {
        margin: 25px 0 !important;

    }

    .regular-post-text-content h3 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    /*.fa-arrow-right {*/
    /*    display: block;*/
    /*    color: #024797;*/
    /*    border: 1px solid #ededed;*/
    /*    padding: 12px;*/
    /*    align-items: center;*/
    /*    border-radius: 12px;*/
    /*    width: fit-content;*/
    /*    float: right;*/
    /*}*/
    .load-more-button {
        text-align: center;
        margin:50px 0 !important;
    }

    .mobile-logos {
        display: block;
        padding: 20px 8px;
        background-color: #fcfcfc;
    }

    .footer-info-mobile {
        display: block;
        text-align: center;
        font-size: 11px;
    }

    .footer-info-mobile p {
margin-top: 7px;
        color: #6c6c6c !important;
    }

    .mobile-logos {
        padding: 0;
    }

    .blue {
        font-size: 11px;
    }

    .politika-mobile {
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
        border-top: 1px solid #ededed;
        border-bottom: 1px solid #ededed;
        gap: 24px;
        padding: 7px 0;
        font-size: 12px;
        line-height: 16px;
        color: #6c6c6c;
    }

    .politika-mobile p {
        margin-bottom: 0 !important;
    }

    .footer-info {
        display: none;
    }

    .tags-carousel {
        gap: 2px;
    }

    .col-md-4.pe-0 {
        padding-right: 12px !important;
    }

    .banner-main {
        display: none;
    }

    .mobile_banner {
        display: block !important;
        margin-top: 25px !important;
    }

    .regular-post-text-content h3 {
        width: 70%;
    }

    .title-wrapper {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .menu li a {
        font-size: 14px;
        color: #363636 !important;
        font-weight: 500;
        line-height: 130%;
        width: 100%;
        display: block;
    }

    /*.content-naslovna {*/
    /*    margin-top: 50px;*/
    /*}*/
    .breadcrumbs {
        margin-top: 10px;
        margin-bottom: 8px;
    }

    .archive {
        display: none;
    }

    /*.right-arrow {*/
    /*    bottom: 30px !important;*/
    /*}*/
    #tags-banner {
        display: none;
    }
    .banner-first-post {
        display: none;
    }

}

@media screen and (max-width: 768px) {
    #time-div, #time-p {
        width: 65px !important;
    }

    /*#image-div, #post-image-div {*/
    /*    width: 140px !important;*/
    /*}*/
    #event-wrapper {
        /*justify-content: flex-start !important;*/
        gap: 8px;
    }

    .dogadjaji-red {
        border: none !important;
        padding: 0 !important;
        background-color: transparent !important;

    }

    .event-line {
        display: none !important;
    }

    /*#info-event {*/
    /*    padding: 0 !important;*/
    /*}*/
    .close-button {
        display: block !important;
    } {
    display: none;
}
    body.overflow-hidden {
        overflow: hidden;
    }
    #mobile-none {
        display: none;
    }
    .newsletter-form{
        padding-bottom: 0;
        padding-top: 25px;
    }

}

@media screen and (max-width: 576px) {
    #time-div, #time-p {
        width: 60px !important;
    }

    body.overflow-hidden {
        overflow: hidden;
    }

    #image-div, #post-image-div {
        width: 90px !important;
    }

    #event-wrapper {
        justify-content: space-between !important;
        gap: 8px;
        /*height: 70%;*/
    }

    .regular-post-text-content {
        padding-top: 10px;
    }

    .dogadjaji-red {
        border: none !important;
        padding: 0 !important;
        background-color: transparent !important;

    }

    .event-line {
        display: none !important;
    }

    #info-event {
        padding: 0 !important;
        width: 54%;
    }

    .searched {
        margin-bottom: 25px;
    }
    .post-info{
        gap: 5px;
    }

}

@media screen and (max-width: 510px) {
    #info-event {
        width: 52% !important;
    }

    #info-display {
        display: none;
    }

    #time-div, #time-p {
        width: 55px !important;
    }

    /*#image-div, #post-image-div {*/
    /*    width: 110px !important;*/
    /*}*/
    #post-image-div {
        min-height: 120px !important;
    }

    .title-wrapper h3 {
        padding-bottom: 0 !important;
    }


}

@media screen and (max-width: 478px) {
    .breadcrumbs, .content-events {
        margin-top: 20px !important;
    }

    .tnp-subscription input[type=email], .tnp-field input[type="submit"] {
        min-width: 100% !important;
    }


    body > div > div > div.row > div.col-md-8.home-left > div > h4 {
        margin-bottom: 0 !important;
    }

    .tags a {
        margin-right: 20px;

    }

    .tags-carousel {
        padding-bottom: 0px;
    }

    #tags-banner {
        margin-top: 15px !important;
    }

    /*.sidebar-text a {*/
    /*    padding-right: 20px;*/
    /*}*/

    .tags-carousel::-webkit-scrollbar {
        display: none;
    }

    .author-main,
    .publish-date-main {
        font-weight: 600;
        line-height: 130% !important;
    }



    #mobile-arrow {
        display: block;
    }

    #mobile-banner {
        margin: 25px 0 !important;
        width: 90%;
    }

    #mobile-sidebar.col-md-4 {
        padding: 0 20px !important;
    }

    #left-section.col-md-8 {
        padding: 0 20px !important;
    }

    .komentari {
        padding: 0 !important;
        margin-top: 0 !important;
    }

    .komentari h4 {
        margin-top: 0 !important;
    }

    .mobile-footer {
        margin-top: 25px;
    }

    #first-post-img {
        margin: 25px 0 20px 0 !important;
    }

    .post-thumbnail {
        min-height: 180px !important;
        margin-bottom: 20px !important;
    }

    .home-left {
        padding: 0 20px !important;

    }

    .banner-line {
        margin: 20px 0 !important;
    }

    .banner-line-mobile {
        display: block !important;
    }

    #mobile-breadcrumbs {
        margin-top: 20px !important;
    }

    .regular-post-main {
        padding-right: 12px !important;
    }

    .komentari hr:last-child {
        display: none;
    }

    .komentari {
        margin: 0 !important;
    }

    #main-bar {
        padding-left: 12px !important;
    }

    /*.content-naslovna {*/
    /*    margin-top: 50px;*/
    /*}*/
    .show-banner {
        display: block !important;
        margin-top: 20px !important;
    }

    #banner-main {
        display: none;
    }

    #banner-main\ mobile-banner {
        margin-top: 20px !important;
    }

    #banner-naslovna {
        margin-top: 25px;
        width: 100%;
    }

    #banner\ bosch {
        display: none;
    }

    .title-wrapper {
        padding-left: 5px;
    }

    .mobile-banner {
        margin-top: 40px !important;
    }


    .galerija {
        padding: 0 !important;
    }

    .regular-post-text-content h3 {
        font-size: 18px !important;
        width: 90%;
        padding: 6px 0 6px 0;
    }

    .regular-post-text-sidebar h3 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    #mobile-line {
        display: block !important;
    }

    .stari-grad-breadcrumbs {
        margin-top: 60px !important;
    }

    .stari-grad {
        padding: 0 !important;
    }

    .vesti-arrow {
        display: block !important;

    }

    .vesti-button {
        margin-top: 50px !important;
    }

    .logo-footer {
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;

    }

    .comments {
        margin-bottom: 0 !important;
    }

    .footer-list {
        padding: 0 20px !important;
    }

    footer input[type="email"],
    footer input[type="submit"] {
        min-width: 280px !important;
    }

    form {
        text-align: center;
    }

    .newsletter {
        font-size: 16px;
        line-height: 130% !important;
        font-weight: 600;
        margin-bottom: 14px !important;
    }

    footer input[type="email"] {

        margin-bottom: 10px;

    }

    #search-input {

        height: 47px;
    }

    .logo-footer {
        padding: 10px 8px 0 8px;
    }

    .title-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 10px !important;
    }

    .mobile-bot {
        display: none;
    }

    #post-mobile {
        margin: 20px 0 10px 0;
    }

    #banner-main\ mobile-banner {
        margin-top: 20px !important;
    }

    .starig-content {
        margin: 0;
    }

    /*.content-naslovna {*/
    /*    margin-top: 50px;*/
    /*}*/
    .hr-full-width {
        width: 100%;
    }

    /*.naslovna-button {*/
    /*    display: none !important;*/
    /*}*/

    .home-right {
        margin-top: 0px !important;
        padding-top: 0px !important;
    }

    #logo {
        margin-top: 10px;

    }

    #title-laguna-wrap {
        padding-left: 0 !important;
    }

    .col-md-4.pe-0 {
        padding-right: 12px !important;
    }

    .mobile-banner {
        display: block !important;
    }

    .author-main, .publish-date-main {
        margin-bottom: 0px !important;
        margin-top: 0px;
    }

    .sidebar-text {
        margin-top: 10px;
    }

    .galerija, .stari-grad {
        border: none !important;
        border-radius: 0 !important;
    }

    .galerije h6 {
        font-size: 18px !important;
    }

    #desavanja {
        border: none !important;

    }

    .post-thumbnail-small {
        height: 180px !important;

    }

    .galerija-line {
        margin: 25px 0 !important;
    }

    .col-md-6 {
        padding-left: 0px !important;
    }

    .blog-single {
        padding: 0px !important;
    }

    .galerija-desktop {
        display: none;
    }

    .galerija-mobilni {
        display: block !important;
    }

    .row.galerije {
        justify-content: flex-start !important;
        background-color: #fcfcfc !important;
        padding-top: 0 !important;
    }

    .laguna h3 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical;
    }

    .title-hide {
        display: none !important;
    }

    .mobilni-title-naslovna {
        display: block !important;
    }

    .mobile-banner-mid {
        display: none !important;
    }

    .image-caption {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        /*-webkit-line-clamp: 1;*/
        -webkit-box-orient: vertical;
    }

    .banner-first-post {
        margin: 25px 0 !important;
    }

    .kontakt {
        padding-top: 0 !important;
    }

    .main-text-first p {
        display: none;
    }

    .wrap-content-kontakt {
        margin-top: 85px !important;
        background-color: transparent !important;
        padding-bottom: 0 !important;
        margin-bottom: 20px !important;
    }

    .kontakt h1 {
        font-size: 22px !important;
        text-align: left !important;
        margin-bottom: 0 !important;
        margin-top: 13px;
    }

    .kontakt hr {
        display: block !important;
    }

    .kontakt-forma {
        text-align: left !important;
        border: none !important;
        background-color: transparent !important;
        padding: 0 !important;

    }

    #filterButton {
        width: 163.5px !important;
    }

    .formular {
        display: none;
    }

    .mobilni-formular {
        display: block !important;
        margin: 20px 0 !important;
        text-align: left !important;
    }

    .kontakt input {
        font-size: 16px !important;
        margin-top: 0 !important;
    }

    textarea[type="text"]::placeholder {
        position: absolute;
        top: 16px;
    }

    .laguna-line {
        margin: 25px 0 !important;
    }

    #back-to-top-button {
        bottom: 20% !important;
        right: 4% !important;

    }

    #info-display {
        display: none;
    }

    #time-div, #time-p {
        width: 55px !important;
    }

    /*#image-div, #post-image-div {*/
    /*    width: 110px !important;*/
    /*}*/
    #post-image-div {
        min-height: 120px !important;
    }

    #info-event p.author-main {
        font-size: 10px !important;
    }

    #event-title h3 {
        font-size: 14px !important;
    }


    #info-event {
        width: 43% !important;
    }
}

@media screen and (max-width: 420px) {
    #mobile-line-none {
        display: none;
    }

    #event-title {
        margin-top: 15px !important;
    }

    .komentari-forma {
        padding: 0 !important;
    }

    #komentari-mobile {
        display: flex;
        flex-direction: column !important;
    }

    .publish-date-main {
        font-weight: 600 !important;
    }

    #event-title {
        margin-bottom: 20px !important;
    }
}


#menu-item-260804 a {
    color: #363636;
}

