/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
/* General */
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input,
textarea,
select,
button,
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.opacity_4,
body.using-mobile-browser img.img-with-animation.opacity_4 {
    opacity: 0.4 !important;
}
.scale_1 {
    transform: scaleX(-1) !important;
}
.toggle > .toggle-title a {
    color: #093a4c;
}
.border_top {
    border-top: 1px solid #e4e4e7;
}
.border_bottom {
    border-bottom: 1px solid #e4e4e7;
}
.content_center {
    display: block !important;
    margin: 0 auto !important;
}
.cta_flex,
.cta_flex span {
    display: flex;
    width: 100%;
}
.cta_flex span.link_wrap {
    justify-content: center;
}
.cta_center .nectar-button-type {
    justify-content: center !important;
}
.cta_full_width span {
    width: 100%;
}
.title_mb {
    margin-bottom: 32px !important;
}
.title_mt {
    margin-top: 32px !important;
}
.paragraph_mb {
    margin-bottom: 48px !important;
}
.section_padding {
    padding: 48px 0;
}
.section_pb {
    padding-bottom: 48px;
}
/* Header nav */
#top .sub-menu {
    padding: 12px;
}
#top .sf-menu li ul li.menu-item a {
    padding: 16px;
    border-radius: 4px;
}
#slide-out-widget-area.fullscreen-split
    .off-canvas-menu-container
    > ul
    > li
    > a {
    font-size: 18px !important;
    line-height: 1.5 !important;
    padding: 8px 0px;
}
#slide-out-widget-area[data-dropdown-func].fullscreen-split
    .inner-wrap
    > .inner
    .off-canvas-menu-container
    li
    li
    a {
    font-size: 16px !important;
    line-height: 1.5 !important;
    padding: 8px 0;
}
.sf-menu li li ul {
    width: auto;
}
.header_carousel .flickity-page-dots {
    bottom: -36px !important;
}
.sf-menu li ul li .sf-sub-indicator {
    top: 9px;
    right: 6px;
    transform: translateY(8px) !important;
}
body .sf-sub-indicator [class*=' icon-'] {
    font-size: 16px;
}
/****** Section: Mi smo OLI edukativni centar ****/
.content_bg_image::before {
    content: '';
    position: absolute;
    width: 80%;
    height: 100%;
    top: 0;
    left: 10%;
    border-radius: 16px;
    background-image: url('https://olicentar.ba/wp-content/uploads/2025/01/maze-g84f5e77f5_1920.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}
.milestone_number .nectar-milestone .number span {
    font-weight: 700;
}
.text_white {
    color: #fff;
}
.koristan_sadrzaj_image .vc_column-inner .inner-wrap {
    opacity: 0;
}
/* .background_image_cta_section .row-bg-wrap {
    opacity: 0.3;
} */
.tabs_padding .wpb_tab {
    padding-left: 0px !important;
}
.dinamic_border_radious .vc_column-inner .column-bg-overlay {
    border-radius: 0px 0px 16px 16px !important;
}
.w-full {
    width: 100% !important;
}
.fancy_list_no_margin_bottom .vc_column-inner .wpb_wrapper .nectar-fancy-ul ol {
    margin-bottom: 0px !important;
}
.oli_method_table {
    overflow-x: auto;
    /* margin: 20px 0; */
}
.oli_method_table table {
    border-collapse: unset !important;
    border: 2px solid #e4e4e7 !important;
    border-top: 2px solid #e4e4e7 !important;
    border-radius: 8px;
    overflow: hidden;
    font-size: 14px !important;
}
.oli_method_table table th,
.oli_method_table table td {
    border-collapse: unset !important;
    padding: 8px 16px !important;
    border: 1px solid #e4e4e7;
    vertical-align: middle !important;
}
.oli_method_table table tr th,
.oli_method_table table tr td {
    min-width: 170px;
}
.oli_method_table table thead th:first-child {
    border-top-left-radius: 8px;
    text-align: left !important;
}
.oli_method_table table thead th:last-child {
    border-top-right-radius: 8px;
}
.oli_method_table table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}
.oli_method_table table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
}
.oli_method_table table th {
    background-color: #fff;
    font-weight: bold;
}
.oli_method_table .header-span {
    background-color: #fff;
    font-weight: bold;
    text-align: center !important;
}
.oli_method_table .header-span,
.oli_method_table .highlight {
    color: #11698a;
    text-align: center !important;
}
/*** OLI Članovi ***/
.clanovi_list .team-member {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
}
.clanovi_list .team-member h4.light {
    font-weight: bold;
}
.clanovi_list .team-member .social a {
    text-decoration: underline;
}
/*** Single Trening ***/
body.treninzi_i_programi-template-default {
    overflow: visible;
}
.training_header {
    padding: 64px 0px;
}
.training_title {
    max-width: 870px;
    margin-bottom: 0;
}
.training_feture_img img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
}
.training_content_wrapper {
    display: flex;
    flex-direction: column;
}
.training_content p,
.training_sidebar_content p {
    padding-bottom: 16px;
}
.training_content ul li,
.training_content ol li,
.oli_accordian_item_content ul li,
.oli_accordian_item_content ol li {
    padding-bottom: 10px;
}
.training_content h2,
.training_sidebar_title,
.oli_accordian_title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 24px;
}
.oli_accordian_title__pt {
    padding-top: 32px;
    border-top: 1px solid #e4e4e7;
}
.training_content h2:not(:first-child),
.training_sidebar_title:not(:first-child) {
    margin-top: 24px;
}
.training_content img {
    margin-top: 48px;
    width: 100%;
    height: auto;
}
.training_content blockquote {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    padding-left: 24px;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
}
.training_content blockquote p {
    padding-bottom: 0;
}

.training_sticky_wrapper {
    margin-top: 48px;
    padding: 24px;
    background-color: #f9f9f9;
    border-radius: 8px;
}

.training_sidebar_cta {
    display: flex;
    height: 44px;
    padding: 0px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #11698a;
    color: #fff;
    margin-top: 32px;
    transition: all 0.3s ease-in-out;
}
.video_wrapper {
    margin-top: 24px;
}
/*** OLI Tabs ***/
.oli_horizontal_tabs ul.wpb_tabs_nav,
.oli_tabs .tabbed[data-style*='vertical'] .wpb_tabs_nav {
    display: flex !important;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.oli_horizontal_tabs ul.wpb_tabs_nav {
    gap: 8px;
    margin-bottom: 32px !important;
}
.oli_horizontal_tabs ul.wpb_tabs_nav::-webkit-scrollbar,
.oli_tabs .tabbed[data-style*='vertical'] .wpb_tabs_nav::-webkit-scrollbar {
    display: none;
}
.oli_horizontal_tabs ul.wpb_tabs_nav li,
.oli_tabs .tabbed[data-style*='vertical'] .wpb_tabs_nav li {
    flex: 0 0 auto;
}
.oli_horizontal_tabs ul.wpb_tabs_nav li a,
.oli_tabs .tabbed[data-style*='vertical'] .wpb_tabs_nav li a {
    background-color: #2f7094;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}
.oli_horizontal_tabs ul.wpb_tabs_nav li a {
    background-color: rgba(0, 0, 0, 0.035);
    color: #093a4c;
    font-weight: 500;
}
.oli_horizontal_tabs ul.wpb_tabs_nav li a:hover,
.oli_horizontal_tabs ul.wpb_tabs_nav li a.active-tab,
.oli_tabs .tabbed[data-style*='vertical'] .wpb_tabs_nav li a.active-tab {
    box-shadow: none;
    color: #093a4c;
}
.oli_horizontal_tabs ul.wpb_tabs_nav li a:hover,
.oli_horizontal_tabs ul.wpb_tabs_nav li a.active-tab {
    background-color: #ffcd5b !important;
    border-color: #ffcd5b !important;
}
.oli_tabs.oli_tabs_max .tabbed[data-style*='vertical'] .wpb_tab {
    max-width: 550px;
}
.oli_tabs_scrollable .wpb_tab .iwithtext {
    margin-bottom: 8px;
}
.oli_tabs_scrollable .wpb_tab .iwithtext .iwt-text {
    padding-left: 32px;
}
.oli_tabs_scrollable .wpb_tab .iwithtext .iwt-text a {
    color: #fff !important;
    text-decoration: underline;
}
.oli_tabs_scrollable .wpb_tab .iwithtext .iwt-icon {
    top: 4px;
}
.oli_tabs_scrollable .wpb_tab .iwithtext .iwt-icon img:not([srcset]) {
    width: 16px;
}
/************************* ACCORDION SINGLE **********************************/
/* Individual Toggle */
.custom_accordion .toggle.default {
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid #e4e4e7;
    padding-bottom: 24px;
    padding-top: 24px;
}
.custom_accordion > div:first-of-type {
    border-top: 1px solid #e4e4e7;
}
/* Toggle Button */
.custom_accordion .toggle-heading {
    background-color: transparent !important;
    cursor: pointer;
    display: flex;
    line-height: 50px !important;
    flex-wrap: nowrap;
    justify-content: space-between;
    font-size: 26px !important;
    color: #093a4c;
}
/* Icon Inside Button */
.custom_accordion .toggle-heading i {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}
.custom_accordion .toggle.default.open .inner-toggle-wrap-asuma {
    display: block;
    max-height: none !important;
}
.custom_accordion .inner-toggle-wrap-asuma {
    display: none;
    transition: all 0.3s ease-in-out;
}
.custom_accordion .toggle .toggle-title {
    margin-bottom: 0px;
}
.custom_accordion p {
    padding: 0px;
}
.custom_accordion .wpb_wrapper {
    padding: 32px;
}
/************ Clanovi custom accordion / tabela ************/
.clanovi_table {
    border: 1px solid #e4e4e7 !important;
    border-collapse: unset !important;
    border-radius: 4px;
}
.clanovi_table_wrapper {
    overflow: auto;
    padding-bottom: 16px;
}
.clanovi_table th {
    min-width: 200px;
}
.clanovi_table_outer {
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 0px !important;
}
.clanovi_table_header th {
    background-color: #f4f4f5;
    color: #71717a;
    font-weight: 400 !important;
}
.clanovi_table_row a {
    text-decoration: underline !important;
}
.clanovi_table th,
td {
    border-left-width: 0px !important;
    border-right-width: 0px !important;
}
/****************** TRAINING bonus  *******************/

.oli_accordian_wrapper {
    padding-bottom: 48px;
}
.oli_accordian_wrapper .small_font i {
    top: 15px !important;
}
.oli_accordian_wrapper h2 {
    border-top: 1px solid transparent;
    padding-top: 32px;
    padding-bottom: 20px;
    margin-bottom: 0px;
}
.oli_accordian_wrapper .custom_accordion .toggle.default {
    padding-top: 20px;
    padding-bottom: 20px;
}

.small_font span {
    font-size: 20px !important;

    font-weight: 500 !important;
    line-height: 28px !important; /* 140% */
}
.upis_ordered_list ol {
    margin-left: 105px;
}
.upis_ordered_list ol li::marker {
    font-weight: bold;
    font-size: 55px;
    line-height: 2;
}
.upis_tabs .wpb_tabs_nav {
    margin-bottom: 0px !important;
}
.upis_tabs .wpb_row {
    border-top-left-radius: 0px !important;
}
/* Psihoterapija hero image */
.image_center .vc_column-inner .wpb_wrapper .img-with-aniamtion-wrap {
    display: flex;
    justify-content: center;
}
/* Custom slider styless */
.slick-slider {
    padding-top: 32px;
    padding-bottom: 32px;
    margin-bottom: 0px !important;
}
/* Custom image custom slidera na pocetnoj */
.edukatori_title {
    margin-bottom: 16px !important;
}
.edukatori_paragraf {
    margin-bottom: 0px !important;
}
.card_persona {
    margin-left: 8px;
    margin-right: 8px;
}
.card_persona__name {
    color: #093a4c;
    font-size: 16px !important;
    line-height: 24px !important;
    margin-bottom: 0px !important;
}
.card_persona__title {
    font-size: 14px;
    color: #093a4c;
}
.card_persona .card_persona__img img {
    aspect-ratio: 1/1;
    object-fit: cover;
    margin-bottom: 8px;
}
.text_start {
    text-align: start;
}
.slick-slider .slick-image img {
    border-radius: 4px;
}
.slick-slider .slick-dots {
    padding-top: 32px;
    bottom: 0px !important;
    position: static;
}
.slick-slider .slick-dots li ::before {
    content: '' !important;
    width: 9px;
    height: 9px;
    background-color: #11698a;
    border-radius: 100% !important;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}
.slick-slider .slick-dots li.slick-active ::before {
    width: 7px;
    height: 7px;
    background-color: transparent;
    border: 2px solid #11698a;
    transform: scale(1.2);
}
/************************ Custom tab members *****************************/
.custom_tab_memebers .wpb_wrapper ul {
    overflow: auto;
    margin-bottom: 32px !important;
    scrollbar-width: none;
}
.custom_tab_memebers .tab-item a {
    background-color: #11698a;
    color: #fff;
    border-right: none !important;
}
.custom_tab_memebers .tab-item a:hover {
    color: #11698a;
}

/* Accordion icons */
.custom_tab_icon i {
    width: 30px;
    height: 30px;
    right: 0;
    left: auto;
    top: 26px !important;
    margin-top: -15px;
    border: 2px solid #888;
    border-radius: 30px 30px;
}
.custom_tab_icon i:before {
    content: ' ';
    top: 14px;
    left: 6px;
    margin-top: -2px;
    width: 14px;
    height: 2px;
    position: absolute;
    background-color: #888;
}
.custom_tab_icon i:after {
    content: ' ';
    top: 6px;
    left: 14px;
    width: 2px;
    margin-left: -2px;
    height: 14px;
    position: absolute;
    background-color: #888;
}
.custom_tab_icon .fa-minus-circle::after {
    height: 0 !important;
}
.custom_tab_memebers .active-tab {
    background-color: #ffcd5b !important;
    border-radius: 4px !important;
}
.custom_tab_memebers ul {
    display: flex;
    gap: 8px;
}
.custom_tab_memebers ul li a {
    border-radius: 4px !important;
}

/********************************* Custom grid element prikaz *********************************/
.clanovi-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 16px;
    margin-top: 20px;
}
.clan-card {
    display: flex;
    flex-direction: column;
}
.clan-card-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}
.clan-card-btn {
    margin-top: auto;
}
.clan-card-image {
    position: relative;
    overflow: hidden;
    display: flex;
    margin-bottom: 8px;
    border-radius: 4px;
}
.clan_card_name {
    font-size: 16px !important;
    line-height: 24px !important;
    margin-bottom: 0px !important;
}
.clan-card img {
    transition: transform 0.3s ease-in-out;
    aspect-ratio: 1/1;
    width: auto !important;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 0px !important;
    overflow: hidden;
}
.clan-card:hover img {
    transform: scale(1.1);
}
.clan-card-title {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 8px;
    color: #093a4c;
}
.clan-card-btn {
    text-decoration-line: underline;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

/*********************************************** Prijava button footer ****************************************/
.signup-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
}
.signup-input {
    color: white !important;
}
.signup-input::placeholder {
    color: #ffffff;
}
.signup-button {
    width: 100%;
    padding: 10px;
    background-color: #11698a;
    border: 1px solid white;
    border-radius: 4px;
    transition: background 0.3s ease;
    color: var(--Base-White, #fff);
    font-size: 14px;
    line-height: 18px; /* 128.571% */
}
.signup-button:hover {
    background-color: #ffcd5b;
    border: 1px solid #ffcd5b;
}

/*********************************************** FOOTER ***********************************************/
.footer_icon_text_container .iwt-icon {
    top: -5px;
}
.footer_icon_text_container .iwt-text {
    font-size: 14px;
}

/*********************************************** Blog ***********************************************/
.blog .masonry.material .post .post-featured-img,
.archive .masonry.material .post .post-featured-img {
    position: relative;
    width: 100%;
    padding-top: 75%;
    overflow: hidden;
}
.blog .masonry.material .post .post-featured-img .video-play-button,
.archive .masonry.material .post .post-featured-img .video-play-button {
    display: none;
}

.blog .masonry.material .post .post-featured-img img,
.archive .masonry.material .post .post-featured-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog .masonry.material .post .article-content-wrap .excerpt,
.archive .masonry.material .post .article-content-wrap .excerpt {
    display: none;
}
.blog .masonry.material .post .article-content-wrap .post-header h3,
.archive .masonry.material .post .article-content-wrap .post-header h3 {
    color: #36485c;
    min-height: 105px;
}
.theiaStickySidebar .widget h2 {
    font-size: 14px;
    opacity: 0.7;
    font-weight: 600;
}
.lista_oznaka {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
}
.lista_oznaka a {
    background-color: #0000000b;
    color: #093a4c;
    font-weight: 500;
    padding: 4px 8px;
    border-radius: 4px;
}

.lista_oznaka a:hover {
    background-color: #ffcd5b;
}

/*********************************************** Search results ***********************************************/
.search .container-wrap .main-content .row .result .inner-wrap .title span {
    display: none !important;
}

/*********************************************** Single post ***********************************************/
.single-post .post-area {
    max-width: 100% !important;
}
.single-post .post-area .post-content {
    max-width: 768px;
    margin: 0 auto;
}
.single-post .post-content h2 {
    font-size: 32px;
    margin-bottom: 24px;
}
.single-post .wp-caption,
.single-post .post-content img {
    width: 100% !important;
}
.single-post .post-content .bold,
.single-post .post-content strong,
.single-post .post-content b {
    font-weight: 700;
}
.single-post .post-content blockquote {
    padding-left: 24px;
}
.single-post .post-content blockquote p {
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.4;
}
.single-post
    .featured-media-under-header
    .featured-media-under-header__featured-media {
    border-radius: 8px;
    aspect-ratio: auto;
}
.single .post-area .content-inner > .post-tags > h4 {
    display: flex;
    width: 100%;
}
.nectar-social.fixed {
    display: none;
}

.single.material .post-area .content-inner > .post-tags a {
    color: #093a4c !important;
    font-weight: 500;
}

.single.material .post-area .content-inner > .post-tags a:hover {
    color: #093a4c !important;
    background-color: #ffcd5b !important;
}

/* Postovi svi imaju pading left 95px to nam ne treba */
.post-content {
    padding-left: 0px !important;
}

/************************************************ Treninzi i programi archive ************************************************/
/* Stilizacija za arhive stranicu */
.trainings-archive {
    padding: 64px 0;
}
.archive_title_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 64px;
    text-align: center;
}
.archive-title {
    font-size: 44px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 16px;
}
.archive-subtitle {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    max-width: 600px;
}
.trainings-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}

.training-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.14);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.training_card_content {
    padding: 30px !important;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.training-card:hover img {
    transform: scale(1.1);
}

.training-card-image {
    position: relative;
    overflow: hidden;
    display: flex;
}
.training-card-image a {
    width: 100%;
}

.training-card-image img {
    transition: transform 0.3s ease-in-out;
    object-fit: cover;
    width: 100%;
    height: 100%;
    aspect-ratio: 4/3;
}
.training-card-title {
    font-size: 24px;
    line-height: 1.3;
    margin: 0px;
    padding-bottom: 12px;
}
.training-card-title a {
    text-decoration: none;
    color: #36485c;
}
.training_image_inner_card {
    display: flex;
}
.training-card-date {
    font-size: 14px;
    color: #36485c;
    margin: 0px !important;
    padding-top: 30px;
    padding-bottom: 0px;
}
.training-card-excerpt {
    font-size: 14px;
    color: #36485c;
    line-height: 1.6;
    flex: 1;
}
.pagination {
    margin-top: 116px;
    padding-top: 45px;
    padding-bottom: 40px;
}
.pagination a,
.pagination span {
    display: inline-block;
    padding: 11px 13px 10px 13px;
    margin: 0 5px;

    border-radius: 4px;
    text-decoration: none;
    color: #093a4c;
    font-size: 12px;
    line-height: 11px;
    font-weight: 700;
}

.pagination a:hover {
    color: #11698a;
}

.pagination .current {
    background: #11698a;
    color: #fff;
}

/*********************************************** Single clanovi ***********************************************/
body.clanovi-template-default {
    overflow: visible;
}
.single-clan {
    position: relative;
}
.clan-grid {
    display: grid;
    grid-template-columns: 1fr;
    padding-top: 64px;
    padding-bottom: 64px;
    gap: 20px;
}
.clan-col-image img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    aspect-ratio: 1/1;
    max-height: 80%;
    position: sticky;
    top: 140px;
}
.clan-col-image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: start;
    height: fit-content;
}
.clan-col-content {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
}
.clan_titula {
    font-size: 14px;
    padding-bottom: 8px;
}
.clan_ime {
    font-size: 40px;
    margin-bottom: 32px;
}
.clan_contact {
    margin-top: 32px;
}
.clan_contact p {
    padding-bottom: 8px;
}
.clan_contact_item {
    padding-left: 8px;
}
.social_link {
    padding: 4px 8px;
}
.social_links_divider {
    color: #e4e4e7;
}
.social_links_divider:last-child {
    display: none;
}

/*********************************************** Custom Dogadaji  ***********************************************/
body.dogadjaji-template-default {
    overflow: visible;
}
.dogadjaji_title {
    margin-bottom: 0px;
}
.ul_lista_dogadjaji {
    display: flex;
    flex-direction: column;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-top: 24px;
    padding-bottom: 24px;
}
.dogadjaji_card_list {
    display: flex;
    padding: 8px 0px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}
.dogadjaji_card_list img {
    width: 16px;
    height: 16px;
    aspect-ratio: 1/1;
}
.dogadjaji_card_list p {
    display: inline-block;
    padding-bottom: 0px;
}
.dogadjaji_card_valuta {
    display: inline-block;
}
.dogadjaji_datum_lokacija {
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
}
.dogadjaji_date {
    font-size: 14px;
    color: #36485c;
    padding-right: 8px;
    width: fit-content;
    padding-bottom: 0px;
}
.dogadjaji_location {
    font-size: 14px;
    color: #36485c;
    width: fit-content;
    margin: 0px !important;
    padding: 0 8px;
    border-left: 1px solid #e4e4e7;
}

/*********************************
* CTA LINKS
*/
.cta-links {
    display: flex;
    gap: 8px;
}
.cta-links_horizontal {
    flex-wrap: wrap;
}
.cta-links_vertical {
    flex-direction: column;
}
.cta-links__item {
    background: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    color: #093a4c;
    font-weight: 600;
    transition: all 0.3s ease;
}
.cta-links_vertical .cta-links__item {
    background-color: transparent;
    padding: 10px 0;
    padding-left: 28px;
    color: #fff;
    text-decoration: underline;
    position: relative;
}
.cta-links_vertical .cta-links__item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-color: #ffcd5b;
    border-radius: 12px;
}
.cta-links__item:hover {
    background: #ffcd5b;
    color: #093a4c;
}
.cta-links_vertical .cta-links__item:hover {
    background-color: transparent;
    color: #ffcd5b;
}
/*********************************************** MEDIA QUERY ****************************************/
@media (min-width: 500px) {
    .cta_flex,
    .cta_flex span {
        width: auto;
    }
    .clanovi_list .team-member {
        max-width: calc(50% - 20px);
    }
    .clanovi_list .wpb_wrapper {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }
    .edukatori_title {
        margin-bottom: 24px !important;
    }
}
@media (min-width: 768px) {
    .custom_tab_memebers ul {
        justify-content: center;
    }
    .training-content {
        padding-right: 20px;
    }
    .training-sticky {
        margin-left: 20px;
    }
    .training_col-8 {
        width: 66.666%;
    }
    .training_col-4 {
        width: 33.333%;
        position: relative;
    }
    .training-sticky {
        position: relative;
        top: 0;
    }
    .tabs_padding .wpb_tab {
        padding-left: 40px !important;
    }
    .koristan_sadrzaj_image .vc_column-inner .inner-wrap {
        opacity: 0.3;
    }
    .card_persona__name {
        font-size: 18px !important;
        line-height: 27px !important;
    }
    .card_persona {
        margin-left: 12px;
        margin-right: 12px;
    }
    .slick-slider {
        padding-top: 64px;
        padding-bottom: 64px;
    }
    .clanovi_table_outer {
        padding-left: 16px;
        padding-right: 16px;
    }
    .custom_tab_memebers .wpb_wrapper ul {
        margin-bottom: 64px !important;
    }
    .card_persona .card_persona__img img {
        margin-bottom: 16px;
    }
    .clanovi-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 32px 24px;
    }
    .clan_card_name {
        font-size: 18px !important;
        line-height: 27px !important;
    }
    .clan-card-image {
        margin-bottom: 16px !important;
    }
    .footer_icon_text_container .iwt-text {
        font-size: 16px;
    }
    .custom_accordion .toggle-heading {
        font-size: 28px !important;
    }
    .trainings-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .pagination {
        margin-top: 0px;
    }
    .clan-grid {
        grid-template-columns: 1fr 1fr;
    }
    /* Pokusaj da slika bude sticky */
    .clan-col-image {
        height: auto;
    }
}
@media (min-width: 999px) {
    .section_padding {
        padding: 64px 0;
    }
    .section_pb {
        padding-bottom: 64px;
    }
    .title_mb {
        margin-bottom: 48px !important;
    }
    .cta_min_width {
        width: fit-content;
        min-width: 200px;
    }
    .custom_image_height {
        max-height: 140px;
    }
    .oli_tabs .tabbed[data-style*='vertical'] .wpb_tabs_nav {
        flex-direction: column;
        overflow-x: auto;
        overflow-y: auto;
        scrollbar-width: none;
    }
    .oli_tabs .tabbed[data-style*='vertical'] .wpb_tabs_nav li a {
        font-size: 20px;
        font-weight: 600;
    }
    .oli_horizontal_tabs ul.wpb_tabs_nav {
        justify-content: center;
    }
    .oli_horizontal_tabs.oli_content_center .wpb_tab {
        display: flex !important;
        justify-content: center;
    }
    .oli_method_table table tr th,
    .oli_method_table table tr td {
        min-width: auto;
    }
    .training_feture_img img {
        height: 560px;
    }
    .training_content h2,
    .training_sidebar_title,
    .oli_accordian_title {
        font-size: 32px;
    }
    .training_content h2:not(:first-child),
    .training_sidebar_title:not(:first-child) {
        margin-top: 32px;
    }
    .training_content_wrapper {
        flex-direction: row;
    }
    .training_content {
        width: 70%;
        padding-right: 48px;
    }
    .training_sidebar {
        width: 30%;
    }
    .training_sticky_wrapper {
        margin-top: 0;
        position: sticky;
        top: 144px;
    }
    .training_sidebar_cta:hover {
        background: #ffcd5b;
        color: #093a4c;
    }
    .oli_accordian_wrapper h2 {
        border-top: 1px solid #e4e4e7;
    }
    .oli_accordian_wrapper {
        padding-bottom: 64px;
    }
}
@media (min-width: 1024px) {
    .tabs_padding .wpb_tab {
        padding-left: 80px !important;
    }
    .koristan_sadrzaj_image .vc_column-inner .inner-wrap {
        opacity: 0.5;
    }
    .dinamic_border_radious .vc_column-inner .column-bg-overlay {
        border-radius: 0 16px 16px 0 !important;
    }
    .clanovi_list .team-member {
        max-width: calc(33.3333% - 26.6667px);
    }
    .clanovi_list .wpb_wrapper {
        gap: 26.6667px;
    }
    .card_persona__name {
        font-size: 20px !important;
        line-height: 30px !important;
    }
    .card_persona__title {
        font-size: 18px;
    }
    .clanovi_table_outer {
        padding: 32px;
    }
    .clanovi-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .clan_card_name {
        font-size: 20px !important;
        line-height: 30px !important;
    }
    .clan-card-title {
        padding-bottom: 16px;
        font-size: 18px;
        font-weight: 400;
    }
    .custom_accordion .toggle-heading {
        font-size: 32px !important;
    }
    .trainings-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1109px) {
    .cta_multiple_buttons_container .vc_column-inner .wpb_wrapper {
        display: flex;
        justify-content: space-around;
    }
}
