/*
Theme Name: JNews - Child Theme
Version: 1.0.0
Theme URI: http://themeforest.net/?ref=jegtheme
Description: A basic starter child theme for customization purpose of JNews theme.
Author: Jegtheme
Author URI: http://themeforest.net/user/jegtheme?ref=jegtheme
Template: jnews
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */

* {
    letter-spacing: 0.05em;
}

:root {
  --tamno-ljubicasta: #3F1E7E;
}

.jeg_viewport {
    overflow-x: hidden;
}

html:lang(en-US) .footer-content-bs {display: none !important;}
html:lang(bs-BA) .footer-content-en {display: none !important;}



li.menu-sakriven > a {
    font-size: 0 !important;
}


li.menu-sakriven > a i {
    font-size: 16px;
}

.jeg_menu_style_1>li.current-menu-item.menu-sakriven>a:before {
    display: none;
}

/*header*/
/*header topbar*/


@media only screen and (max-width: 1300px) {
    .jeg_header {display: none;}
    #jeg_off_canvas, .jeg_navbar_mobile_wrapper, .jeg_navbar_mobile {display: block;}
    .admin-bar #jeg_off_canvas {top: 32px;}
    .jeg_navbar_mobile_wrapper { display: block; }
    .jeg_navbar_mobile .lang-dropdown-button i {
        color: white;
    }

    .jeg_navbar_mobile .dropdown-pane {
        width: 70px !important;
    }
}

.jeg_topbar .btn {
    font-weight: bold;
}


.jeg_topbar.jeg_container {
    border-bottom: 1px solid #EDE8F2;
}

.jeg_header_wrapper .jeg_topbar .jeg_nav_item {
    border:  none;
}

.jeg_header_wrapper .jeg_topbar .jeg_nav_left {
    margin-right: unset;
    flex: 0 0 calc(50% - 166px/2);
}

.jeg_header_wrapper .jeg_topbar .jeg_nav_center {
    margin:  unset;
    flex: 0 0 166px;
    display: flex;
    height: 100%;
    border: 8px solid white;
    border-radius: 50px;
}

.jeg_header_wrapper .jeg_topbar .jeg_nav_right {
    margin-left: unset;
    flex: 0 0 calc(50% - 166px/2);
    background-color: white;
}

.jeg_header_wrapper .jeg_topbar .jeg_nav_center .item_wrap {
    background: var(--tamno-ljubicasta);
    border-radius: 50px;    
}



html:lang(en-US) .jeg_header_wrapper .jeg_topbar .jeg_nav_item.jeg_button_2 {
        display: none;
}

html:not(:lang(en-US)) .jeg_header_wrapper .jeg_topbar .jeg_nav_item.jeg_button_3 {
        display: none;
}


.jeg_header_wrapper .jeg_topbar .jeg_nav_item.jeg_button_1 a.btn,
.jeg_header_wrapper .jeg_topbar .jeg_nav_item.jeg_button_2 a.btn,
.jeg_header_wrapper .jeg_topbar .jeg_nav_item.jeg_button_3 a.btn {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    padding: 0 14px;
    transition: all 300ms;
    border: 1px solid #fff;
    display: flex;
}

.jeg_header .jeg_button_1 .btn:hover,
.jeg_header .jeg_button_2 .btn:hover,
.jeg_header .jeg_button_3 .btn:hover {
    background: #3f1e7e!important;
    color: #fff!important;
}

.jeg_header .jeg_button_1 a{
    display: flex;
    align-items: center;
}


.jeg_header_wrapper .jeg_topbar .jeg_nav_item.jeg_button_1 a.btn .fa,
.jeg_header_wrapper .jeg_topbar .jeg_nav_item.jeg_button_2 a.btn .fa {
    margin-right: 10px;
}

.jeg_topbar .socials_widget a {
    margin: 0 12px 0 0;
}


.jeg_topbar .socials_widget a .fa, 
.jeg_topbar .socials_widget a .jeg-icon {
    width: 28px;
    line-height: 28px;
}

.socials_widget.rounded a .fa {
    border-radius: 9px;
    font-size: 16px;
}
.jeg_mobile_wrapper .socials_widget.rounded a .fa {
    background: #DADADA;
}

.jeg_topbar .jeg_nav_item.jeg_nav_html {
    position: relative;
}



.jeg_topbar .lang-dropdown-button,
.jeg_navbar_mobile .lang-dropdown-button {
    height: 34px;
    line-height: 34px;
    text-transform: uppercase;
    font-size: 20px;
    background: no-repeat;
    border: none;
}

.jeg_topbar .dropdown-pane,
.jeg_navbar_mobile .dropdown-pane {
    display: none;
    position: absolute;
    background: white;
    width: 100%;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 25%);
    font-size: 0;
    border-radius: 20px;
    margin-left: -12px;
    margin-top: -12px;
    padding: 20px 0;
}


.jeg_topbar .lang-dropdown-button i,
.jeg_navbar_mobile .lang-dropdown-button i {
    margin-left: 5px;
}

.jeg_topbar .dropdown-pane .rstr-script-selector,
.jeg_navbar_mobile .dropdown-pane .rstr-script-selector {
    display: block;
    text-align: center;
    line-height: 40px;
}

.jeg_topbar .dropdown-pane li,
.jeg_navbar_mobile  .dropdown-pane li {
    text-align: center;  
    line-height: 40px;  
}

.jeg_topbar .dropdown-pane a,
.jeg_navbar_mobile .dropdown-pane a {
    text-transform: uppercase;
    color: black !important;
    font-size: 16px;
}

#jeg_loginform {
    border-radius: 20px;
}

.jeg_popupform input:not([type=submit]) {
    border-radius: 20px;
    text-align: center;
}

.jeg_popupform .button,
.ln-newsletter-popup-wrapper .wpcf7-submit {
    background-color: #3F1E7E;
    border-radius: 25px;
    width: 100%;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    font-weight: normal;
    text-transform: uppercase;
}





@media(max-width: 1050px) {

    .jeg_main_menu>li>a {
        font-size: 0.9em;
    }

}


@media(max-width: 1024px) {
    .jeg_navbar_mobile .jeg_nav_item.jeg_nav_html {
        position: relative;
    }

    .jeg_navbar_mobile .lang-dropdown-button {
        color: white;
    }

    .jeg_mobile_profile .jeg_accountlink li a {
        background: white;
        color: black;
        display: block;
        text-align: center;
        line-height: 34px;
    }

}




body.logged-in .open-login-popup {
    display: none;
}


.jeg_accountlink a {
    background: black;
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.logged.sf-with-ul{
    font-size: 0px;
    display: flex;
    align-items: center;
}

.logged.sf-with-ul::after{
    font-size: 18px;
}

.jeg_accountlink li .fa {
    margin-right: 10px;
}


.jeg_accountlink.jeg_menu li>ul{
    margin-top: 10px;
    right: 0;
    left: unset;
    min-width: 100%;
    border-radius: 15px;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 25%);
    overflow: hidden;
}
.jeg_accountlink.jeg_menu li>ul li:hover{
    background-color: #eee;
}
.jeg_accountlink.jeg_menu li>ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    text-align: center;
    color: #000;
    background: none;
    border-radius: 0px;
}


.jeg_mobile_menu li a:hover {
    color: white !important;
}

/*header midbar*/
.jeg_midbar .jeg_nav_center {
    flex: 0 0 350px;
}

.jeg_midbar .jeg_nav_left {
    margin-right: unset;
    flex: 0 0 calc(50% - 350px/2);
}

.jeg_midbar .jeg_nav_right {
    margin-right: unset;
    flex: 0 0 calc(50% - 350px/2);
}


.jeg_midbar .jeg_nav_right .jeg_search_button.btn {
    color: white;
    background: black;
    border-radius: 0 50px 50px 0;
}

.jeg_midbar .jeg_nav_right .jeg_nav_search {
    width: 90%;
    max-width: 500px;
}






.newsletter-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
    font-size: 28px;
}


.ln-newsletter-popup-overlay {
    overflow: hidden;
    background: rgba(11,11,11,0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    padding: 6px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 99999;
}


.ln-newsletter-popup-wrapper {
    position: relative;
    background: #fff;
    padding: 35px;
    width: auto;
    max-width: 380px;
    margin: 20px auto;
    border-radius: 20px;
}

.ln-newsletter-popup-wrapper h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: .5em;
    margin: 1em 0;
    line-height: 1.4;
    text-align: center;
}

.jeg_mobile_wrapper .jeg_nav_item.jeg_button_1 .btn {
    background: #ffffff;
    color: #000000;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    padding: 0 14px;
    width: 100%;
    text-align: center;
}
 
.ln-newsletter-popup-wrapper input:not([type=submit]) {
    border-radius: 20px;
    text-align: center;    
    height: 48px;
    font-size: 16px;
}


/*header end*/



.ln-contain-section > .row.vc_row.wpb_row {
    max-width: 1170px;
}



/*footer*/

.ln-mapa-container > .wpb_wrapper {
    position: relative;
}

.ln-mapa-container img {
    position: absolute;
    width: 100%;
    left: 0;
}

.ln-mapa-container img.ln-mapa-gore {
    top: 0;
}

.ln-mapa-container img.ln-mapa-dole {
    bottom: 0;
}





.jscroll-to-top>a {
    background: none;
    border: none;
    box-shadow: none;
}

.jscroll-to-top .jscroll-to-top_link .fa {
    color: black;
    font-size: 44px;
}



.partneri-container {
    background: url(/wp-content/uploads/Line16.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.partneri-container > .row.vc_row.wpb_row {
    max-width: 1170px;
}


.partneri-container .owl-nav.disabled {
    display: block;
}

.partneri-container .owl-nav.disabled img,
.partneri-container .owl-nav img {
    display: none;
}


.owl-carousel .owl-prev:before,
.owl-carousel .owl-next:before {
    font-family: 'FontAwesome';
    font-size: 42px;
    color: #AA99C5;
}

.owl-carousel .owl-prev:before {
    content: '\f0d9';
}

.owl-carousel .owl-next:before {
    content: '\f0da';
}


.footer-middle-section > .row.vc_row.wpb_row {
    width: 100%;
    max-width: 1170px;
    margin: auto;
}

.footer-middle-section {
    background-image: url(/wp-content/uploads/transparent-logo.png), url(/wp-content/uploads/transparent-lupa.png), url(/wp-content/uploads/transparent-lupa.png), url(/wp-content/uploads/footer-bottom.svg), linear-gradient(180deg, #FFFFFF 26.85%, #F1F1F1 104.31%);
    background-position: 10% 50%, 90% 20%, 50% 90%, bottom center;
    background-size: auto, auto, auto, 100% auto, auto;
    background-repeat: no-repeat, no-repeat, no-repeat;
}






.jeg_footer .jeg_footer_heading h3 {
    text-transform: uppercase;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    /*font-weight: bold;*/
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #3F1E7E;
}


#menu-mapa-stranice-ba,
#menu-mapa-stranice-ba-english {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

#menu-mapa-stranice-ba li,
#menu-mapa-stranice-ba-english li {
    padding-bottom: 20px;
}

#menu-mapa-stranice-ba li a,
#menu-mapa-stranice-ba-english li a,
.footer-contact-info p {
    font-size: 15px;
    color: #3F1E7E;
    font-weight: 500;
}

.footer-contact-info p .fa {
    width: 25px;
}


.footer-form .jeg_wrapper.wpb_wrapper{
    padding: 50px;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 25%);
    border-radius: 20px;
    background-color: white;
}

.footer-form form p:last-of-type {
    margin-bottom: 0;
}

.chosen-container-single .chosen-single, 
input:not([type=submit]), 
select, 
textarea {
    background: #FFFFFF;
    border: 1px solid #DADADA;
    box-sizing: border-box;
    border-radius: 10px;
}

.footer-form textarea {
    height: 90px;
}

.footer-form label {
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    /*font-weight: bold;*/
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
}

.footer-form .wpcf7-submit,
.wpcf7-submit {
    background: #3F1E7E !important;
    border-radius: 25px!important;
    width: 100% !important;
    font-size: 16px !important;
    line-height: 36px !important;
    height: 36px !important;
}





.ln-footer-floating-logo {
    position: absolute;
    top: -150px;
    left: 15%;
    margin-bottom: 0;
}




.finansijeri-prikaz {
    display: flex;
}

.finansijeri-prikaz .finansijer-item {
    flex: 0 0 80px;
    margin-right: 10px;
}

.doniraj-dugme .vc_btn3.vc_btn3-color-default.vc_btn3-style-modern {
    background-color: black;
    height: 36px;
    line-height: 36px;
    color: white;
    border-radius: 25px;
    padding: 0 30px;
    text-transform: uppercase;
    font-size: 16px;
}

.footer-copyright-text p {
    color: #C4C4C4;
}


@media (max-width: 768px) {
    .footer-form {
        padding-top: 50px;
    }

    .finansijeri-prikaz {
        justify-content: center;
    }

    .finansijeri-prikaz .finansijer-item {
        flex: 0 0 70px;
        margin-right: 0;
        padding: 5px;
    }

    .doniraj-dugme.footer-content-bs,
    .doniraj-dugme.footer-content-en {
        text-align: center;
        margin-top: 20px;
    }
}













/*pocetna*/

.home .jeg_content {
    padding-top: 0;
}

.home .home-top {
    background: linear-gradient(135deg, #FFFFFF 0%, #DADADA 100%);
}


.jeg_block_heading_1.ln-section-title {
    border-bottom: none;
}

.jeg_block_heading_1.ln-section-title h3 span {
    background: none;
    color: #3F1E7E;
    font-size: 22px;
    text-transform: uppercase;
    /*font-weight: bold;*/
    padding: 0;
}

.jeg_pb_boxed .jeg_block_heading, .jnews_boxed_container .jeg_block_heading{
    margin-bottom: 10px;
}


/*ticker*/

.jeg_breakingnews .jeg_breakingnews_title {
    height: 45px;
    line-height: 45px;
    padding: 0 35px;
}

.jeg_breakingnews .jeg_breakingnews_title span {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 700;
}

.jeg_breakingnews .jeg_breakingnews_title i {
    display: none;
}

.jeg_breakingnews .jeg_news_ticker {
    height: 45px;
    line-height: 45px;
}

.jeg_news_ticker_item span {
    font-size: 18px;
    color: black;
}

.jeg_news_ticker_item .post-date {
    font-size: 12px;
}

.jeg_news_ticker_arrow {
    color: #AA99C5;
    font-size: 30px;
    line-height: 45px;
    border: none;
}

.jeg_news_ticker_prev:before {
    content: "\f0d9";
}

.jeg_news_ticker_next:before {
    content: "\f0da";
}
@media only screen and (max-width: 667px) {
  .jeg_breakingnews .jeg_breakingnews_title {
       width: 30px;
    }  
}


@media(max-width: 640px) {
    .jeg_breakingnews .jeg_breakingnews_title {
        padding: 0;
        height: 35px;
        line-height: 35px;
    }
    .jeg_breakingnews .jeg_breakingnews_title i {
        display: inline-block;
        font-size: 16px;
        margin-left: 5px;
        margin-top: 10px;
    }

    .jeg_breakingnews .jeg_news_ticker {
        height: 35px;
        line-height: 35px;        
    }

    .jeg_news_ticker_arrow {
        line-height: 35px;
    }

    .jeg_news_ticker_item span,
    .jeg_news_ticker_item .post-date {
        font-size: inherit;
    }
}


/*slajder*/

.ln-slider-row .jeg_column {
    position: relative;
}

.ln-slider-row .jeg_column .jeg_slider_wrapper {
    margin-bottom: 0;
    height: 530px;
}

.ln-slider-row .wpb_raw_html {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
}

.ln-slider-row .wpb_raw_html img {
    width: 100%;
    vertical-align: bottom;
}


.jeg_slider_type_2 .jeg_slide_item {
    height: 530px;
}

.jeg_slider_type_2 .jeg_slide_caption {
    width: 80%;
}

.jeg_slide_caption .jeg_post_title a {
    letter-spacing: 0.05em;
}
.jeg_slider_type_2_wrapper .jeg_post_category a,
.jeg_heroblock_13 .jeg_post_category a,
.jeg_heroblock .jeg_post_category a {
    background-color: white !important;
    color: #3F1E7E !important;
    font-size: 16px !important;
    border-radius: 30px;
    line-height: 120%;
    padding: 8px 15px !important;
    text-transform: unset;
    transition: all 300ms;
    /*font-weight: bold;*/
}

.jeg_slider_type_2_wrapper .jeg_post_category a:hover,
.jeg_heroblock_13 .jeg_post_category a:hover,
.jeg_heroblock .jeg_post_category a:hover{
    transform: translateY(-1px);
    transition: all 300ms;
    background-color: #3F1E7E !important;
    color: #fff !important;
}


.jeg_slide_caption .jeg_post_meta {
    font-size: 18px;
}

.jeg_slider_type_2_wrapper .jeg_slide_caption .jeg_post_meta span.jeg_meta_author {
    display: none;
}


.jeg_slide_caption .jeg_post_title a{
    font-size: 30px;
    font-weight: 300!important;
    transition: all 300ms;
}

.jeg_slide_caption .jeg_post_title a:hover,
.jeg_postblock_38.jeg_postblock .jeg_post_title a:hover {
    color: white!important;
    transition: all 300ms;
}



/*banner row*/

.vc_general.vc_cta3 {
    border:  none;
    overflow: hidden;
}


.banner-row .top-banner .vc_general.vc_cta3.vc_cta3-shape-rounded {
    padding: 0;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
}

.banner-row .top-banner .vc_general.vc_cta3.vc_cta3-actions-bottom .vc_cta3-content {
    min-height: 140px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 0;
}


.banner-row .top-banner .vc_general.vc_cta3 h2 {
    color: white!important;
    text-transform: uppercase;
    /*font-weight: bold;*/
    font-size: 20px;
    margin: 10px;
}

.banner-row .top-banner .vc_general.vc_cta3 .vc_cta3-actions {
    background-color: white;
    padding: 10px;
    text-align: center;
    font-size: 28px;
    margin-bottom: 0;
}


.top-banner.banner-2 h2 {
    color: transparent !important;
}


.banner-row .top-banner .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    background-color: #3F1E7E;
    color: white;
    border-radius: 25px;
    font-size: 16px;
    padding: 0 35px;
    height: 36px;
    line-height: 36px;
}
.banner-row .top-banner .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover{
    background-color: black;
}

@media(max-width: 980px) {
    .banner-row .top-banner {
        width: 100%;
    }

    .banner-row .vc_cta3-container {
        width: 100%;
    }

    .banner-row .vc_btn3-container.vc_btn3-inline {
        margin-bottom: 0;
    }
}



.vc_cta3-content{
    height: calc(100% - 56px);
}


.ln-contain-section.ln-kampanja-sekcija {
    position: relative;
    margin-top: 20px;
}


img.animacija-1,
img.animacija-5 {
    left: 70%;
    top: 30px;
    width: 150px;
    -webkit-animation: action 1.8s infinite  alternate;
    animation: action 1.8s infinite  alternate;
    position: absolute;
}


img.animacija-2  {
    width: 100px;
    bottom: -35px;
    position: absolute;
    left: 15%;
    -webkit-animation: action2 2.2s infinite  alternate;
    animation: action2 2.2s infinite  alternate;
    animation-delay: 1s;
}


img.animacija-3 {
    left: 70%;
    bottom: -140px;
    width: 60px;
    -webkit-animation: action 1.5s infinite alternate;
    animation: action 1.5s infinite alternate;
    position: absolute;
}


img.animacija-4 {
    position: absolute;
    top: 60%;
    left: 5%;
    -webkit-animation: action3 1.5s infinite alternate;
    animation: action3 1.5s infinite alternate;
}

img.animacija-5 {
    width: 80px;
}

@keyframes action {
    0% { transform: translateY(0); }        
    100% { transform: translateY(-20px); }
}

@-webkit-keyframes action {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}

@keyframes action2 {
    0% { transform: translateY(0); }        
    100% { transform: translateY(-30px); }
}

@-webkit-keyframes action2 {
    0% { transform: translateY(0); }        
    100% { transform: translateY(-30px); }
}

@keyframes action3 {
    0% { transform: scale(1); }        
    100% { transform: scale(0.9); }
}

@-webkit-keyframes action3 {
    0% { transform: scale(1); }        
    100% { transform: scale(0.9); }
}


@media(max-width: 1600px) {
    img.animacija-4 {
        left: 0;
    }
}


@media(max-width: 480px) {
    img.animacija-1 {
        left: 65%;
        width: 100px;
    }
}




/*aktivnosti i najcitanije*/

.jeg_heroblock .jeg_post_title {
    font-weight: 300!important;
}
.jeg_heroblock .jeg_post_title a:hover{
    color:white!important;
}

.ln-aktivnosti-sekcija {
    background-position: center!important;
    background-size: cover;
    background-repeat: no-repeat !important;
    position: relative;
}

.ln-contain-section > .row.vc_row.wpb_row.ln-aktivnosti-najcitanije {
    max-width: 750px;
}

.ln-aktivnosti-najcitanije .jeg-vc-wrapper{
    display: flex;
}

@media(max-width: 768px) {
   .ln-aktivnosti-najcitanije .jeg-vc-wrapper{
      flex-direction: column;
 }
}

.ln-aktivnosti-najcitanije .jeg_wrapper.wpb_wrapper {
    background-color: white;;
}

.ln-aktivnosti-najcitanije .jeg_block_title span {
    white-space: normal;
    line-height: 20px;
}

.ln-aktivnosti-najcitanije .jeg_block_heading {
    margin-top: 0;
}


.aktivnosti-kolona{
  box-shadow: 0px 5px 10px rgb(0 0 0 / 25%);
  padding: 20px;
  border-radius: 6px;
  background-color: white;
  margin: 15px;
  width: calc(100% - 30px);
  transition: 0.2s;
}

.aktivnosti-kolona:hover {
    transform: scale(1.05);
    transition: 0.2s;
}

.jeg_post_title a:hover{
    color: #3F1E7E!important;
}

.jeg_postblock_28 .jeg_block_title {
    font-size: 18px;
    text-transform: uppercase;
    /*font-weight: bold;*/
    color: #3F1E7E;
}

.jeg_postblock_28 .jeg_block_heading_6 {
    border-bottom: none;
}

.jeg_postblock_28 .jeg_block_heading_6:after {
    background: transparent;
}

.jeg_postblock_28 .jeg_pl_xs_4 .jeg_postblock_content:before {
    content: "\f002";
    color: #3F1E7E;
}

.jeg_postblock_28 .jeg_pl_xs_4 .jeg_post_title {
    margin-left: 10px;
}


@media(max-width: 980px) {
    .jeg_postblock_28 .jeg_block_title {
        font-size: 14px;
    }
}
















.home .ln-main-section {
    background-position: top !important;
    position: relative;
}

@media(min-width: 768px) {
    .ln-main-content-col {
        padding-right: 50px;
    }

    .ln-social-sidebar {
        margin-top: -140px;
    }
}






/*u fokusu*/
.jeg_heroblock_13 .jeg_post_meta .jeg_meta_author {
    display: none;
}

.jeg_heroblock_13 .jeg_heroblock_wrapper {
    height: 400px;
}

.jeg_heroblock_13 .jeg_post_title {
    font-size: 18px;
}

.jeg_heroblock_13.jeg_col_2o3.jeg_hero_style_1 .jeg_postblock_content {
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (min-width: 768px) {
    .jeg_heroblock_13.jeg_col_2o3.jeg_hero_style_1 .jeg_postblock_content {
        left: unset;
        right: 0;
        max-width: 230px;
        top: 0;
        bottom: 0;
        justify-content: flex-end;
    }
}

@media only screen and (max-width: 768px) {
    .jeg_heroblock_13.jeg_hero_style_1 .jeg_postblock_content {
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 30px;
    }
}


/*dogadjaji*/

.jeg_heroblock_5 .jeg_heroblock_wrapper {
    height: 310px;
}

.jeg_heroblock_5 .jeg_post_meta .jeg_meta_author {
    display: none;
}

.jeg_heroblock_5 .jeg_post_title {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
   color: white !important;
   font-size: 18px;
}


/*kalendar*/


.ln-kalendar-cta .vc_cta3-container {
    max-width: 500px;
    margin-bottom: 0;
}

.ln-kalendar-cta .vc_general.vc_cta3 h2 {
    color: white;
    text-transform: uppercase;
    font-size: 26px;
}

.ln-kalendar-cta .vc_general.vc_cta3.vc_cta3-shape-round {
    border-radius: 200px;
    padding: 35px 60px;
}

.ln-kalendar-cta .vc_cta3-actions {
    text-align: center;
}

.ln-kalendar-cta .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    font-family: Roboto;
    border-radius: 25px;
    color: #3F1E7E;
    height: 36px;
    line-height: 36px;
    padding: 0 20px 0 40px ;
    font-size: 16px;
    background-color: white;
}


.ln-kalendar-cta-container {
    background: url(/wp-content/uploads/curve-1.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

@media(max-width: 980px) {
    .ln-kalendar-cta-container .vc_row-fluid.ln-contain-section {
        background-position: center;
        padding: 0 !important;
    }
}



/*counter*/

.bit-counters-list-pro .row {
    margin: 0;
}




/*video*/
.ln-video-sekcija {
    display: flex;
    flex-wrap: wrap;
}


.single-post .content-inner .ln-video-sekcija a {
    margin-bottom: 40px;
}

@media(max-width: 768px) {

    .ln-video-sekcija {
        display: block;
    }

    .single-post .content-inner .ln-video-sekcija a {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
        padding: 0;
    }
}



/*cta elementi*/

.ln-cta-sekcija-wrapper {
    display: flex;
    margin-top: 150px;
}

.ln-cta-sekcija-wrapper section .ln-cta-sekcija {
    position: relative;
    max-width: 260px;
    max-height: 120px;
    height: 120px;
    background-color: white !important;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 25%);
    overflow: visible;
    transition: 0.2s;
    border-radius: 100px !important;
    display: flex;
    align-items: center;
}

.ln-cta-sekcija-wrapper section .ln-cta-sekcija:hover {
    transform: scale(1.05);
    transition: 0.2s;
}

.ln-cta-sekcija-wrapper section .ln-cta-sekcija .vc_cta3-icons {
    background: #3F1E7E;
    width: 60px;
    height: 60px;
    position: absolute;
    top: -45px;
    border-radius: 60px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vc_general.vc_cta3.vc_cta3-icons-top.ln-cta-sekcija .vc_cta3_content-container {
    padding-top: 0;
}


.ln-cta-sekcija-wrapper section .ln-cta-sekcija h2 {
    font-family: Roboto;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #3F1E7E;
    margin: 0;
}



@media(max-width: 980px) {
    .ln-cta-sekcija-wrapper {
        flex-direction: column;
    }

    .ln-cta-sekcija-wrapper > .vc_cta3-container {
        margin-bottom: 75px;
    }
}




/*single post*/

.custom_post_template h1.jeg_post_title {
    font-size: 3.8em;
}



.ln-post-excerpt p {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
}

.single-post .content-inner a {
    color: #3F1E7E;
}



@media (max-width: 1300px) {
    .custom_post_template h1.jeg_post_title {
        font-size: 3em;
    }
}




/*column fixes*/

.jeg_sticky_nav > .container {
    max-width: unset;
}



.jeg_sticky_nav .jeg_nav_alignleft {
    justify-content: center;
}

@media (max-width: 1200px) {
    .jeg_vc_content>.vc_row {
        max-width: unset;
    }
}









/*Najave medijskih događaja fix */

.ln-najava-medijske-aktivnosti .jeg_post_meta,
.category.category-20 .jeg_post_meta,
.category.category-25 .jeg_post_meta {
    display: none;
}

.category.category-20 .jeg_post_excerpt p:last-of-type,
.category.category-25 .jeg_post_excerpt p:last-of-type {
    font-weight: bold;
}


.ln-arhiva-vijesti {
    border: 1px solid #e0e0e0;
    padding: 20px;
    background: #fff;
    margin-bottom: 30px;
}

.content-inner .ln-arhiva-vijesti .jeg_post_category a {
    background-color: transparent;
    padding: 0;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
}


.ln-arhiva-vijesti .jeg_block_loadmore a:hover,
.ln-arhiva-vijesti .jeg_block_loadmore a:focus {
    color: white;
}

.ln-arhiva-vijesti .jeg_postblock_38 .jeg_post .jeg_meta_date a {
    color: #a0a0a0;
}

.ln-arhiva-vijesti .jeg_postblock_38 .jeg_post:hover .jeg_meta_date a {
    color: white;
}

.ln-deaktiviraj-element {
    display: none !important;
}