/*
Theme Name: Aurora
Theme URI: https://www.playdigital.hr/
Author: Play Digital
Version: 1.0
*/

/* css za ikone pdf-a */
.invoice_link::before,
a[href$='.pdf']::before,
a[href$='.doc']::before,
a[href$='.docx']::before,
a[href$='.xls']::before,
a[href$='.xlsx']::before,
a[href$='.csv']::before,
a[href$='.zip']::before,
a[href$='.rar']::before,
a[href$='.ppt']::before,
a[href$='.pptx']::before {
    margin-right: 10px;
    vertical-align: -5px;
    display: inline-block;
    content: "";
    background-repeat: no-repeat;
    background-size: 24px 24px;
    height: 24px;
    width: 24px;
}

a[href$='.pdf']::before {
    background-image: url("./assets/images/icons/icon_pdf.svg");
}

a[href$='.jpg']::before {
    background-image: url("./assets/images/icons/icon_pdf.svg");
}

a[href$='.doc']::before, a[href$='.docx']::before {
    background-image: url("./assets/images/icons/icon_doc.svg");
}

a[href$='.xls']::before, a[href$='.xlsx']::before, a[href$='.csv']::before {
    background-image: url("./assets/images/icons/icon_xls.svg");
}

a[href$='.zip']::before, a[href$='.rar']::before {
    background-image: url("./assets/images/icons/icon_zip.svg");
}

a[href$='.ppt']::before, a[href$='.pptx']::before {
    background-image: url("./assets/images/icons/icon_ppt.svg");
}

a[href$='.pdf'].btn::before,
a[href$='.doc'].btn::before,
a[href$='.docx'].btn::before,
a[href$='.xls'].btn::before,
a[href$='.xlsx'].btn::before,
a[href$='.csv'].btn::before,
a[href$='.zip'].btn::before,
a[href$='.rar'].btn::before,
a[href$='.ppt'].btn::before,
a[href$='.pptx'].btn::before {
    display: none;
    content: "";
}

/* / css za ikone pdf-a */


.navbar-brand .navbar-logo {
    width: auto;
    max-height: 270%;
    display: block !important;
}

.navbar-brand {
    margin-right: 4rem;
    height: 43px;
}

header {
    height: 120px;
}


.navbar {
    padding: 0rem;
    align-items: inherit;
}

.feed-item_img-wrapper {
    border-radius: 0.25rem;
    height: 70px;
    flex: 0 0 70px;
}

.feed-item_img-wrapper img {
    object-fit: cover;
    overflow: hidden;
    min-height: 100%;
    min-width: 100%;
}


.feed-item img {
    width: 100%;
    max-height: 70%;
}

.feed-item h3 {
    color: #151515;
    font-size: 0.879rem;
    height: 3.3rem;
}

.feed-item-content span {
    color: #979797;
}

.feed-item-content {
    height: 4.5rem;
    align-items: center;
}

h2, .h2 {
    font-size: 2.3rem;
}

.phone {
    width: 250px;
    padding: 0.5rem 0.5rem 0.5rem 5rem;
}

.phone::before {
    line-height: 2.5rem;
}

.mail::before {
    content: "\ec56";
}

.address::before {
    content: "\ec58";
}

.address:hover {
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.address:hover::before {
    background-color: rgba(255, 255, 255, 0.2) !important;
}

.logo-sm {
    margin: auto;
    max-height: 5.5rem;
}

.blockquote-2 p {
    font-size: 1.225rem;
}

.nav-item {
    min-width: 80px;
}

.text-white .list-group-item a {
    color: rgba(255, 255, 255, 0.7);
}

.text-white .blockquote .blockquote-footer {
    color: rgba(255, 255, 255, 0.7);
}

.text-white .blockquote::before {
    color: rgba(255, 255, 255, 0.2);
}

.image[class*="-overlay"]::after {
    background: rgba(0, 0, 0, 0.25);
}

.cta-home[class*="-overlay"]::after {
    background: rgb(14, 167, 81);
    background: linear-gradient(72deg, rgba(14, 167, 81, .4) 0%, rgba(29, 176, 230, .4) 100%);
}

.text-white .lead {
    color: rgba(255, 255, 255, 0.85);
}

.text-white .breadcrumb .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.7);
}

.text-white .breadcrumb {
    border-color: rgba(255, 255, 255, 0.4);
    font-size: 12px;
}

.text-white p, .user-panel p, .tile .tile-content p, .text-white span:not(.badge), .user-panel span:not(.badge), .tile .tile-content span:not(.badge) {
    color: rgba(255, 255, 255, 0.7);
}


.table th, .table td {
    padding: 1rem;
}

.text-white .table th {
    color: rgba(255, 255, 255, 0.6);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #16a9de;
}

.swiper-slide {
    height: 75vh !important;
}

[class*="container"] + [class*="container"] {
    margin-top: 0;
}

footer > [class*="container"] {
    padding: 0;
}

body > section, body > footer {
    padding: 0;
}

.row {
    margin-right: 0;
    margin-left: 0;
}


/*h5, .h5 {*/
/*    font-size: 1.3rem;*/
/*}*/

.fs-60 {
    font-size: 3rem !important;
}

.lead {
    font-size: 1.1rem;
}

.bg-projekt {
    background-color: #edeff0;
}

.socials {
    width: 100%;
    font-size: 0.9rem;
}

.team p {
    margin-bottom: 0rem;
    font-size: 0.9rem;
}

.lead-nasl p {
    margin-bottom: 0rem;
}

.socials a {
    padding: 0;
    width: fit-content;
    display: inline-block;
}


/*.text-white .socials a, .user-caption .socials a {*/
/*    width: 100%;*/
/*    font-size: 0.875rem;*/
/*}*/

.user-caption .socials {
    width: 80%;
    bottom: 1rem;
}

.collapse .navbar-collapse {
    padding: 3px;
}

#menu-header-menu li:last-child {
    font-weight: bold;
}


#menu-main-menu .header-dark[class*="-not-top"][class*="-pinned"] .navbar-nav .nav-item .nav-link,
.header-light[class*="-not-top"][class*="-pinned"] .navbar-nav .nav-item .nav-link {
    color: #fff;
!important;
}


#menu-header-menu .header-dark[class*="-not-top"][class*="-pinned"] .navbar-nav .nav-item .nav-link,
.header-light[class*="-not-top"][class*="-pinned"] .navbar-nav .nav-item .nav-link {
    color: #fff !important;
}

.widget + .widget {
    margin-top: 0;
}

.project > img {
    width: 80%;
}

h3, .h3 {
    font-size: 1.75rem;
}

.lead-nasl {
    font-size: 1rem;
    margin-bottom: 0.2rem;
    margin-top: 0.1rem;
}

.cta-home {
    background-size: 50%;
}

ul.post-categories {
    list-style-type: none;
    color: #fff;
    text-transform: uppercase;
    padding-left: 0;
}

.tile-header h4 {
    font-size: 1.4rem;
    color: #fff;
!important
}

.tile {
    height: 290px;
}

.tile .tile-content::before {
    background: rgba(0, 0, 0, 0.4);
}

ol, ul.stratesko {
    color: #999;
}

.stratesko li {
    padding-bottom: 6px;
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
    background: rgba(0, 0, 0, 0.8);
}

.main-menu .nav-item:hover {
    background: rgba(0, 0, 0, 0.2);
}

.partneri img {
    max-height: 120px;
}

.logo {
    display: flex;
    height: fit-content;
}

.presentation img {
    position: absolute;
    max-height: initial;
    max-width: 150%;
}

.bg-grey {
    background: rgb(236, 237, 241);
    background: linear-gradient(0deg, rgba(236, 237, 241, 1) 0%, rgba(240, 241, 243, 1) 100%);
}

.presentation .vertical-align {
    top: 35%;
}

b {
    color: inherit;
}

.project {
    max-height: 220px;
}

.title {
    /*min-height: 100px;*/
}

.card-title {
    font-size: 1.35rem;
}

.img-auto > img {
    height: auto;
}

.breadcrumb {
    border: none;
    padding-left: 0px;
}

.card-img-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 250px;
}


.card-img-container .project {
    width: 100%;
    height: auto;
    max-height: none;
    max-width: none;
}

.pagination_container {
    padding: 1rem;
}

.pagination_container .pagination {
    margin-bottom: 0rem;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.pagination_container .page-numbers {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #323232;
    background-color: #fff;
    border: 1px solid #f3f3f3;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.pagination_container .page-numbers.current {
    background-color: #00adee;
    border: 1px solid #00adee;
    color: #fff;
}

.card-body .card-title {
    min-height: 80px;
}

.project-content a[href$='.pdf']::before {
    background-image: none;
}

/*.feed-item_img-wrapper{*/
/*    position: relative;*/
/*    height: 70px;*/
/*    margin: auto;*/
/*    overflow: hidden;*/
/*}*/

/*.feed-item_img-wrapper img {*/
/*    object-fit: cover;*/
/*    max-width: 100%;*/
/*    height: 50px;*/
/*}*/

/*.feed-item_img-wrapper.compat-object-fit {*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*}*/
/*.feed-item_img-wrapper.compat-object-fit img {*/
/*    opacity: 0;*/
/*}*/


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .feed-item img {
        height: auto;
        min-height: auto;
        min-width: auto;
    }
}

.pravila h3 {
    padding-top: 25px;
}

.ikona {
    background: rgba(255, 255, 255, .3);
    padding: 10px;
}

.ikona:hover {
    background: rgba(255, 255, 255, .5);
}

.overlay-active .headroom {

    overflow-y: unset;
}

.no-icon a[href$='.pdf']::before {
    display: none;
}

ul {
    color: #999;
}


@media (max-width: 1200px) {
    header {
        height: inherit;
    }

    .navbar-brand .navbar-logo {
        max-height: 210%;
    }

    #menu-header-menu li:last-child {
        display: none;
    }

    .order-1 {
        padding: 0 15px;
        max-width: 720px;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .main-menu .nav-item {
        padding: 7px 12px;
    }

    .main-menu {
        background-color: #1db0e6;
    }

    .slider{
        width: 90%;
    }
}


@media (min-width: 1550px) {

    .slider{
        width: 80%;
    }
}

@media (max-width: 1200px) {
    .navbar-brand {
        margin-bottom: 2rem;
    }
}

@media (min-width: 700px) {
    .container, .container-sm, .container-md {
        max-width: 1020px;
    }
}

@media (max-width: 500px) {
    .navbar-brand {
        margin-right: 0;
        margin-top: 0;
    }

    .display-2 {
        font-size: 2.2rem;
    }

    .news-feed {
        margin-top: -100px;
        z-index: 10;
    }


    .slider{
        height: 80%;
    }
}

@media (min-width: 500px) {


    .header-sticky {
        display: flex;
        flex-flow: column;
    }

    .menu-1 {
        order: 2;
    }

    .menu-2 {
        order: 1;
    }

    .news-feed {
        margin-top: -180px;
        z-index: 10;
    }
}

.post-content img{
    height: auto;
}

.es_caption {
    padding: 0;
    margin-bottom: 0.5em;
}

[type="submit"] {
    font-size: 0.9rem;
    background: none;
    color: #fff;
    border-radius: 10rem;
    padding-left: 15px;
    padding-right: 15px;
    background: rgba(255, 255, 255, .3);
    border: none;
}

[type="submit"]:hover {
    background: rgba(255, 255, 255, .5);
}

label > br {
    display: none;
}
.post-title{
    font-size: 1.4rem;
}

img {
    height: auto;
}
