/*
 Theme Name:   PenNews Child
 Theme URI:    http://pennews.pencidesign.com/
 Description:  PenNews Child Theme
 Author:       PenciDesign
 Author URI:   http://pencidesign.com
 Template:     pennews
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: two-columns, custom-menu, featured-images, post-formats, sticky-post, threaded-comments, translation-ready, editor-style
 Text Domain:  pennews-child
*/


/*Header*/

.site-header.header--s10 .custom-logo {
    width: 100%;
    max-width: 150px;
}

.ewb-flag {
    display: table;
    float: right;
    padding-top: 0px;
    margin-left: 11px;
}

.ewb-flag img.disabled {
    filter: grayscale(100%);
    opacity: 0.8;
}

.site-header .penci-container-fluid {
    padding-top: 15px;
    padding-bottom: 15px;
}


/* Footer */

.penci-footer-text-wrap {
    color: #fff;
    margin-bottom: 30px;
}

.sub-footer-menu li a {
    color: #fff;
}

.footer__social-media .social-media-item.socail_media__instagram:before {
    content: none!important;
}

.footer__social-media .social-media-item.socail_media__facebook,
.footer__social-media .social-media-item.socail_media__twitter,
.footer__social-media .social-media-item.socail_media__instagram,
.footer__social-media .social-media-item.socail_media__youtube,
.footer__social-media .social-media-item.socail_media__rss {
    background-color: transparent !important;
}

.footer-logos {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-bottom: 30px;
}

.footer-logos .footer-logo-item {
    padding: 10px;
}

.footer-logos .footer-logo-item img {
    max-height: 65px;
}


/* Common */

.entry-meta-item.penci-posted-on i {
    display: none!important;
}

.page a {
    text-decoration: none!important;
}

.wpb_text_column a:hover,
.entry-content a:hover,
.comment-content a:hover {
    text-decoration: none!important;
}

#penci_block_5__36817313 .penci-ajax-more .penci-block-ajax-more-button {
    background-color: #FFCB31!important;
}

#penci_block_5__36817313 .penci-ajax-more .penci-block-ajax-more-button:hover {
    background-color: #025B94 !important;
    color: #fff!important;
}

.yellow-title.title-underline .penci-block-heading:after {
    background: #ffcb31!important;
}

.blue-bg a:hover {
    color: #ffcb31!important;
}

.blue-bg .penci-block_10 .penci-post-item {
    border-bottom: 1px solid #ffffff42!important;
}

#scroll-to-top {
    background-color: #025B94!important;
}

#scroll-to-top:hover {
    background-color: #FFCB31 !important;
    color: #000!important;
}

.penci-archive .penci-archive__list_posts .penci-cat-links a:hover {
    background-color: #ffcb31!important;
}


/* Home - Slider */

.home-interviews-block.penci-heading-slider {
    margin-bottom: 20px!important;
    padding: 0!important;
}

.home-interviews-block .penci-block-heading:after {
    bottom: 0px!important;
}


/* Author Box */

.wp_post_author_widget .awpa-display-name a {
    color: #025b94!important;
    font-weight: 600;
}


/* Page News */

.block-news-more .penci-page-style-1 .penci-content-post article {
    margin-bottom: 20px!important;
}

.penci-block_12 .penci-post-item {
    margin-bottom: 30px!important;
}


/* Single post*/

article .penci-entry-content.entry-content p {
    color: #000;
}

blockquote {
    position: relative;
    padding: 13px 15px 0 24px;
    background-color: #f5f5f5;
    border: none !important;
    overflow: hidden;
    margin: 0 0 20px;
    font-weight: 400;
    text-transform: none;
    border-left: 3px solid #025B94 !important;
}

blockquote.style-02 {
    position: relative;
    padding: 13px 15px 0 24px;
    background-color: #f5f5f5;
    border: none !important;
    overflow: hidden;
    margin: 0 0 20px;
    font-weight: 400;
    text-transform: none;
    border-left: 3px solid #FFCB31 !important;
}

blockquote p {
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    line-height: 1.4;
    text-align: left;
    color: #3f51b5;
    padding: 0 !important;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: none;
}

blockquote.style-02 p {
    color: #025B94;
}

.featured_caption {
    text-align: center;
    transform: translateY(-10px);
}


/* Share box */

.share-box {
    border: 1px solid #ccc;
    padding: 10px;
}

.share-box .eapps-social-share-buttons-position-left .eapps-social-share-buttons-container {
    left: 0!important;
    top: 0%;
    text-align: left;
    transform: translateY(0%)!important;
}


/* Speed popup  */

.speed-popup-btn {
    width: 90px;
    height: 90px;
    display: none;
    border-radius: 50px;
    position: fixed;
    bottom: 40px;
    right: 70px;
    cursor: pointer;
    z-index: 9999;
    box-shadow: 0 0 19px rgba(0, 0, 0, 0.4);
    outline: none;
    background-color: #fff;
}

.speed-popup-btn.active {
    display: table;
}

.speed-popup-btn.disabled {
    display: none !important;
}

.speed-popup-btn:active {
    outline: none;
}

.speed-popup-btn .sp-close {
    position: absolute;
    background-color: #fff;
    right: -5px;
    top: -5px;
    height: 30px;
    width: 30px;
    border: 0;
    box-shadow: 0 0 19px rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    z-index: 99999;
    align-items: center;
    justify-content: center;
    display: flex;
}

.speed-popup-btn .sp-close svg {
    height: 13px;
}

.speed-popup-btn .sp-icon {
    align-items: center;
    justify-content: center;
    display: flex;
    height: 90px;
}

.speed-popup-btn .sp-icon img {
    max-width: 65px;
    max-height: 65px;
    display: flex;
}

.speed-popup .sp-content {
    background: #fff;
    overflow: hidden;
    width: 400px;
    border: 0px;
    height: 450px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 1000000000;
}

.speed-popup .sp-content.active {
    display: table;
}

.speed-popup .sp-content .sp-head {
    height: 40px;
    background-color: #ccc2;
}

.speed-popup .sp-content .sp-head .sp-content-exit {
    position: absolute;
    right: 18px;
    top: 9px;
    cursor: pointer;
}

.speed-popup .sp-content .sp-head .sp-content-exit svg {
    height: 23px;
}

.speed-popup .sp-body {
    padding: 20px 15px;
    font-size: 14px;
}


/* Poglavlja */

.poglavlja-meni {
    padding: 10px;
    background-color: #FFCB31;
}

.poglavlja-meni .wpb_wrapper {
    display: flex;
    justify-content: center;
}

.poglavlja-meni-brojevi {
    float: left;
    display: table;
    margin-right: 25px;
}

ul.eu-poglavlja {
    list-style: none;
    display: table;
    padding: 0;
    margin: 0;
}

ul.eu-poglavlja li {
    float: left;
    margin-left: 1px;
    display: table;
    width: 25px;
}

ul.eu-poglavlja li a {
    padding: 0 0px;
    text-align: center;
    font-weight: bold;
    color: #025b94;
    font-size: 14px;
    display: table;
    margin: 0 auto;
    width: 100%;
}

ul.eu-poglavlja li:hover,
ul.eu-poglavlja li:hover a,
ul.eu-poglavlja li.otvoreno:hover,
ul.eu-poglavlja li.otvoreno:hover a,
ul.eu-poglavlja li.zatvoreno:hover,
ul.eu-poglavlja li.zatvoreno:hover a {
    background-color: #fff;
    color: #025b94;
}

ul.eu-poglavlja li.otvoreno {
    float: left;
    background: #025b94;
    color: #fff;
}

ul.eu-poglavlja li.otvoreno a {
    color: #fff;
}

ul.eu-poglavlja li.zatvoreno {
    float: left;
    background: #FF1800;
    color: #fff;
}

ul.eu-poglavlja li.zatvoreno a {
    color: #fff;
}

.legenda {
    display: table;
}

.legenda .red {
    padding: 0;
    line-height: 10px;
    margin-bottom: 6px;
}

.legenda .red:last-child {
    margin-bottom: 0px;
}

.legenda .kvadrat {
    float: left;
    display: table;
    width: 10px;
    height: 10px;
}

.legenda .kvadrat.otvoreno {
    background: #025b94;
}

.legenda .kvadrat.zatvoreno {
    background: #ff1800;
}

.legenda span {
    line-height: 10px;
    margin-left: 10px;
    font-size: 12px;
    color: #000;
    font-weight: bold;
    vertical-align: top;
}


/* Tooltip container */

ul.eu-poglavlja li {
    position: relative;
}


/* Tooltip text */

ul.eu-poglavlja li .tooltiptext {
    visibility: hidden;
    width: 220px;
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    font-size: 14px;
    text-align: left;
    padding: 5px 5px;
    border-radius: 6px;
    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 0%;
    margin-left: 0px;
    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 1s;
    line-height: 16px;
}


/* Tooltip arrow */

ul.eu-poglavlja li .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 13px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
}


/* Show the tooltip text when you mouse over the tooltip container */

ul.eu-poglavlja li:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    z-index: 99999;
}


/* Poglavlje */

.table-review tr {
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
}

@media only screen and (max-width:540px) {
    .speed-popup .sp-content {
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        right: 0;
        border-radius: 0;
    }
}


/* Responsive */

@media only screen and (max-width: 480px) {
    .ewb-flag {
        display: none;
    }
    .poglavlja-meni {
        display: none!important;
    }
}

li#menu-item-23317.current-menu-item>a {
    background-color: #fff;
    color: #000!important;
}

li#menu-item-23317.current-menu-item>a:hover {
    background-color: #025B94;
    color: #fff !important;
}

:target:before {
    content: "";
    display: block;
    height: 90px;
    /* fixed header height*/
    margin: -90px 0 0;
    /* negative fixed header height */
}

.single .penci-cat-links a,
.page .penci-cat-links a {
    background-color: #025B94!important;
    color: #fff !important;
}

.single .penci-cat-links a:hover,
.page .penci-cat-links a:hover {
    background-color: #FFCB31 !important;
    color: #000 !important;
}

.penci-block-ajax-more-button {
    border-color: transparent!important;
}

.logotip_items.partners {
    max-width: 100%;
    text-align: center;
}

.logotip_item_partner {
    display: inline;
    margin: 10px;
    max-width: 120px;
}

.logotip_item_partner img {
    max-width: 185px;
    max-height: 100px;
    vertical-align: middle;
    display: inline-grid;
}

.logotip_item_partner img:hover {}

.zut-label {
    margin-bottom: 0;
}

.penci-post-related .post-title-box {
    color: #025b94!important;
}

.penci-post-related .post-title-box h4 {
    color: #025b94!important;
}

.penci-post-related .post-title-box h4:after {
    content: '';
    z-index: 10;
    position: absolute;
    bottom: -35px;
    left: px;
    width: 30px;
    display: table;
    height: 2px;
    background: #025b94;
    margin-bottom: 30px;
}


/* Content Exchange */

.dce-widget .penci-slider-nav {
    display: none!important;
}

.dce-widget h3 {
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
    color: #025b94;
    overflow: hidden;
    margin: 0;
    padding-top: 13px;
    padding-bottom: 16px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 13px;
}

.dce-widget h3:after {
    content: '';
    z-index: 10;
    position: absolute;
    bottom: -35px;
    left: 0px;
    width: 30px;
    display: table;
    height: 2px;
    background: #025b94;
    margin-bottom: 35px;
}

h3.ftw-title:after {
    content: '';
    z-index: 10;
    position: absolute;
    bottom: -35px;
    left: 0px;
    width: 30px;
    display: table;
    height: 2px;
    background: #025b94;
    margin-bottom: 35px;
}

h3.ftw-title {
    margin-bottom: 30px;
}

.single .ftw-widget {
    padding-left: 20px;
    padding-right: 20px;
}

.ftw-widget h4 {
    color: #025b94!important;
}

.ftw-widget h4:after {
    content: '';
    z-index: 10;
    position: absolute;
    bottom: -35px;
    left: 4px;
    width: 30px;
    display: table;
    height: 2px;
    background: #025b94;
    margin-bottom: 30px;
}

.ftw-widget .post-title-box {
    margin-bottom: 25px;
}

.ftw-widget.ftw-news {
    padding: 0 20px !important;
}

.ftw-widget .penci-block__title {
    display: none;
}

.ewb-top-link a {
    font-style: italic;
    color: #ffcb31 !important;
}

.ewb-top-link a:hover {
    color: #fff !important;
}

.archive.tag .posts-author-wrapper,
.search.search-results .posts-author-wrapper {
    display: none;
}