/* -------------------------------- COLORS ---------------------------------- */

:root {
    --white: #fff;
    --white05: rgba(255, 255, 255, 0.5);
    --white06: rgba(255, 255, 255, 0.6);
    --white08: rgba(255, 255, 255, 0.8);
    --white015: rgba(255, 255, 255, 0.15);
    --gray: #979797;
    --gray2: rgba(178, 159, 103, 0.3);
    --lightgray: #f8f8f8;
    --darkgray: #06131B;
    --darkgray02: rgba(6, 19, 27, 0.5);
    --darkgray05: rgba(23, 23, 23, 0.5);
    --darkgray06: rgba(23, 23, 23, 0.6);
    --darkgray08: rgba(23, 23, 23, 0.8);
    --black: #06131B;

    --red: #B29F67;
    --red01: rgba(178, 159, 103, 0.1);
    --red004: rgba(238, 132, 181, 0.4);
    --red05: rgba(150, 29, 29, 0.5);

    --blue1: #0e123b;
    --blue1075: rgba(14, 18, 59, 0.75);
    --blue2: #023cfc;
    --blue3: #0282fc;

    /*    --pink: #EE84B5;
        --pink05: rgba(238, 132, 181, 0.5);
        --pink01: rgba(238, 132, 181, 0.1);
        --pinkdark: #883677;
        --pinkdark05: rgba(136,54,119,0.5);*/

    --primary: #B29F67;
    --primary01: rgba(178, 159, 103, 0.1);
    --orange05: rgba(241, 90, 39, 0.5);
    --orange025: rgba(241, 90, 39, 0.25);
    --orange015: rgba(178, 159, 103, 0.15);
    --lightOrange: #FFF7F4;
    --darkGreen: #15391C;
    --darkGreen05: rgba(6, 19, 27, 0.5);
    --darkGreen01: rgba(21, 57, 28, 0.1);
    --topListBorder: rgba(0, 0, 0, 0.3);
}

/* ---------------------------------- GENERAL ------------------------------- */
body {
    /*background-color: var(--lightOrange);*/

}
body, h1, h2, h3, h4, h5, h6, p {
    font-weight: 400;
    font-family: "Encode Sans", serif;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 800;
}
::selection {
    color: #fff;
    background: rgba(178, 159, 103, 0.5);
}
::-moz-selection {
    color: #fff;
    background: rgba(178, 159, 103, 0.5);
}

/* ---------------------------------- HEADER -------------------------------- */
.header-black {
    background-color: var(--black);
}
.header-black-content {
    padding-left: 0;
}
.header-red {
    background-color: var(--primary);
}
.header-red-content {
    padding-left: 130px;
}
.app-brand {
    top: 50%;
    transform: translate(0, -49%);
}
.logo a {
    background: url(/assets/front/img/pogled/pogled-logo.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    width: 120px;
}
.app-nav ul {
    gap: 14px;
}
.app-nav ul a {
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Encode Sans", serif;
    /*font-weight: 400;*/
}

/* ---------------------------------- CONTENT ------------------------------- */
.app-wrapper {
    margin-top: 125px;
}
.story-wrapper-inner .title,
.sectionTitle {
    font-weight: 800;
}
.img-holder .uptitle,
.imgWrapper .uptitle,
.video-item .uptitle {
    background-color: var(--darkGreen05);
    font-family: "Encode Sans", serif;
    font-weight: 400;
    border-radius: 0;
    font-size: 15px;
    padding: 7px 10px;
}
.uptitle.big-uptitle .uptitle-content {
    font-size: 30px;
}
.small-uptitle {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.storyNav h2.title a:hover,
.storyNav h3.title a:hover,
.storyNav h4.title a:hover {
    color: var(--darkgray);
    text-decoration-color: var(--primary);
    opacity: 1;
}
.pagination ul a:hover,
.pagination ul li.active {
    background-color: var(--primary);
    color: var(--white);
}
.title-time-commentCount h4 {
    font-weight: 800;
}
.entrefilet-box .boxBody::before {
    background-image: url('/assets/front/img/pogled/quote-pogled.svg');
    background-repeat: no-repeat;
    background-position: center;
    width: 101px;
    height: 80px;
}
.title-with-icon,
.storyContent .latest-story-category .title-with-icon,
.storyContent .topStories-2-2-2 .title-with-icon {
    padding-left: 0;
    font-weight: 800;
}
.title-with-icon::before,
.storyContent .latest-story-category .title-with-icon::before,
.storyContent .title-with-icon.arrow-right::before {
    display: none;
}
.tagTitle i {
    color: var(--primary);
}
.app-search {
    padding: 6px 10px 6px 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}
/*.app-social {
    margin-left: 0;
}*/
.app-links i.fa-regular.fa-envelope {
    font-size: 20px;
}
.app-social a[title='Email'] {
    padding: 5px 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.sectionTitle a {
    font-weight: 800;
    text-transform: uppercase;
}
.story-wrapper-inner .title {
    font-weight: 800;
}
.thumb-text {
    background-color: var(--darkGreen05);
}
.contentBody ol,
.contentBody ul {
    font-family: "Encode Sans", serif;
}
.contentBody ol li,
.contentBody ul li {
    font-weight: 400;
    font-size: 18px;
}
button, a.button {
    border-radius: 0;
    font-size: 16px;
    font-weight: 400;
}
.poll-content .poll {
    background-color: var(--white);
}
.timeline .time {
    /*background-color: var(--lightOrange);*/
    color: var(--primary);
}
.timeline:before {
    background-color: var(--primary);
}
.agregator-list .title-data .time-comments {
    color: var(--black);
    margin-top: unset;
}
.story-page .big-medium-stories {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    border-bottom: 1px solid var(--gray2);
    margin-bottom: 20px;
}
.story-page .medium-story-wrapper {
    display: block;
}
.story-page .medium-story-wrapper .storyNav.medium-story {
    padding-right: 0;
}
.story-page .medium-story-wrapper .medium-story.story-1 {
    border-bottom: none;
    padding-bottom: 0;
}
.story-page .medium-story-wrapper .medium-story.story-1:after {
    display: none;
}
.story-page .medium-story-wrapper .medium-story.story-2 {
    padding-left: 0;
    border-bottom: none;
    margin-bottom: 0;
}
span.imgWrapper,
.item .img-holder {
    border-radius: 0;
}
.time-comments span.category,
span.time-comment .category{
    font-size: 16px;
    font-family: "Encode Sans", serif;
    text-transform: uppercase;
    color: var(--primary);
    margin-right: 5px
}
span.time-comment,
.time-comments{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

/* ---------------------------------- BURGER NAV -------------------------------- */

.mobile-navigation-inner .close-nav span {
    background-color: var(--white);
}
.mob-app-nav ul {
    border-top: 1px solid var(--white);
    padding-top: 20px;
}
.mob-app-nav ul li {
    border-bottom: none;
    font-family: "Encode Sans", serif;
}
.mob-app-nav ul a {
    color: var(--white);
    font-weight: 400;
}
.mobile-navigation-inner {
    background-image: url(/assets/front/img/pogled/pogled-logo.svg);
    background-color: var(--primary);
    background-repeat: no-repeat;
    background-position: 20px 15px, center;
    background-size: 150px auto;
}
.mob-app-nav ul a.current,
.mob-app-nav ul a:hover,
.mob-app-nav ul a.onPath,
.mobile-nav-extensions a:hover {
    color: var(--white);
    text-decoration: underline
}

/* ---------------------------------- VIDEO SECTION -------------------------------- */

.topStories-najzena-video {
    position: relative;
    padding: 35px 0;
}
.topStories-najzena-video:before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 101vw;
    content: '';
    display: block;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--darkGreen);
    z-index: -1;
}
.title-with-icon.icon-najzena.video {
    margin: 0 0 50px;
    color: var(--white);
}
.topStories-najzena-video .top-story-wrapper {
    display: grid;
    grid-template-columns: 1fr 470px;
    gap: 40px;
}
.big-video a.img-holder {
    position: relative;
    display: block;
}
.big-video a.img-holder img {
    border-radius: 4px;
}
.big-video .title-time-comments {
    position: absolute;
    bottom: 0;
    padding: 40px 40px 30px;
    z-index: 1;
}
.big-video .time-comments {
    color: var(--white);
}
.big-video h2.title {
    padding: 0;
    color: var(--white);
    z-index: 1;
    margin: 0 0 10px;
}
.big-video a.img-holder:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, var(--darkgray));
    left: 0;
    border-radius: 4px;
}
.small-videos {
    border-top: solid 1px var(--darkGreen05);
}
.small-videos .item {
    padding: 25px 0;
    border-color: var(--darkGreen01);
    margin-top: 0;
}
.small-videos h2.title {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 20px;
}
.small-videos h2.title a {
    color: var(--white);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: var(--white);
}
.small-videos .item .img-holder {
    max-width: 160px;
}
.small-videos .time-comments {
    color: var(--white05);
    margin-top: auto;
}
.title-time-comments {
    display: flex;
    flex-direction: column;
}
.boxImage .boxCaption  {
    background-color: var(--darkGreen05);
}

/* ---------------------------------- FOOTER -------------------------------- */
.footer {
    border-top: 2px solid var(--primary);
    padding-top: 25px;
    font-family: "Encode Sans", serif;
}
.footer-top {
    margin-top: 0;
    align-items: center;
}
.footer-logo-img {
    background-color: transparent;
    background-image: none;
    width: auto;
    height: auto;
    border-radius: 0;
}
.footer-logo-img img {
    display: block;
    width: 150px;
    height: auto;
}
.footer-top .heder-nav-link:hover {
    opacity: 0.8;
    background-color: var(--red);
}
.footer-bottom {
    margin-top: 30px;
    flex-direction: column;
    gap: 40px;
}
.footer-navigation-second ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.footer-navigation-third {
    flex-basis: auto;
    margin-right: 0;
}
.footer-navigation-third ul {
    gap: 20px;
    flex-direction: row;
}
.footer-copy {
    margin-top: -15px;
}
.contactForm .QapTcha .Slider {
    background-image: url(/assets/front/img/captcha-arrow-pogled.svg);
    background-color: var(--primary01);
}
.footer-navigation-second .nav-item a {
    font-weight: 400;
}
.footer-navigation-third .nav-item a {
    font-weight: 400;
    color: var(--white08);
}
/* -------------------------------------------------------------------------- */
.slick-slider button.slick-prev:hover,
.slick-slider button.slick-next:hover {
    background-color: var(--primary);
}
.header-red:after {
    display: block;
    content: '';
    width: 100%;
    height: 16px;
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    background: #000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.02) 100%);
}
header.fixed .header-red:after {
    opacity: 0.2;
    transition: all 0.3s ease;
    visibility: visible;
}

/*--------------------------------------FOOTER-------------------------------------*/

.footer-top .heder-nav-link {
    background-color: var(--primary);
    border-radius: 0;
}
.footer-navigation-second ul li {
    text-transform: uppercase;
}
footer.footer .container {
    padding-bottom: 1px;
}
.footer-logo {
    padding-top: 0;
}

/*-------------------------------------------------------------------------------------*/

.storyNav {
    margin-bottom: 10px;
}
.other-story,
.small-title,
.boxLinks a,
.boxFiles a,
.custom-radio-button .pollAnswer,
.commentsHolder .commentsHeader h5,
.commentName .name,
.commentsBrowserEntry h6,
.form-holder label,
.download-list .attachments a .file-name {
    font-weight: 400;
}
.small-title,
.commentsHolder .commentsHeader h5,
.commentsBrowserEntry h6 {
    font-weight: 800;
}
.pagination ul a {
    background-color: var(--primary01);
}
.page-content .poll.single-poll {
    background-color: var(--white);
    border-radius: 4px;
    padding: 20px 20px 15px;
    box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.2);
}
.faq .dataNav .faq-icon {
    color: var(--primary);
}
.tagList a {
    font-weight: 600;
}

.mobile-navigation-inner .app-social,
.mobile-navigation-inner .mob-app-nav {
    background-color: var(--primary);
}