@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');
body,
html {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    color: #333333;
}

a {
    color: #9744a5;
}

a:hover {
    color: #a045ad;
    transition: .3s;
    text-decoration: none;
}

.h1,
h1 {
    font-size: 2rem;
}

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

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

.h4,
h4 {
    font-size: 1.4rem;
}

.h5,
h5 {
    font-size: 1.2rem;
}

.btn,
.dropdown-menu {
    border-radius: 1rem;
}

.dropdown-menu-center {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.btn-success.disabled,
.btn-success:disabled {
    color: #FFF;
    background-color: #ba78c3;
    border-color: #ba78c3;
}

.btn-success,
.btn-success,
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle,
.btn-primary {
    color: #FFF;
    background-color: #a045ad;
    border-color: #a045ad;
}

.btn-success:hover,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #9744a5;
    border-color: #9744a5;
}

.form-control {
    border-radius: 1rem;
}

.form-control:focus,
.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(96, 210, 244, 0.25);
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1370px;
    }
}

.header-box {
    position: relative;
    text-align: center;
}

.header-box .navbar-brand-kreativno {
    padding: 0.5rem 0;
}

.header-box .menu,
.header-box .search {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
}

.header-box .menu .fas {
    padding-right: 0.5rem;
}

.header-box .search .fas {
    padding-left: 0.5rem;
}

.header-box .menu {
    left: 0;
    font-size: 1.3rem;
}

.header-box .search {
    right: 0;
    font-size: 1.2rem;
}

.header-box .modal-span {
    font-style: normal;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #333333;
    font-size: 1rem;
    position: relative;
    top: -0.1rem;
}

@media screen and (max-width: 768px) {
    .header-box .modal-span {
        display: none;
    }
}

header .modal-content {
    background-color: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 0;
    margin: 1rem 1.5rem;
}

.modal-backdrop {
    background: none;
}

header .modal {
    transition: opacity .15s linear;
    overflow: hidden;
    background: linear-gradient(45deg, rgba(219, 245, 252, 0.95), rgba(250, 222, 254, 0.95), rgba(219, 245, 252, 0.95), rgba(250, 222, 254, 0.95));
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.close-modal {
    display: inline-block;
    position: absolute;
    top: -1rem;
    right: -1rem;
    color: #333;
    font-size: 1.1rem;
    cursor: pointer;
    background: #FFF;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    text-align: center;
    line-height: 2.1rem;
    padding-left: 0.05rem;
}

#menu-premarni-meni {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

#menu-premarni-meni .dropdown-menu.show {
    position: relative !important;
    transform: unset !important;
    width: 100%;
    text-align: center;
    border: 0;
    background: transparent;
    margin: 0;
    padding-top: 0;
}

#menu-premarni-meni .nav-link,
#menu-premarni-meni .dropdown-item {
    color: #333;
    font-weight: 700;
    transition: .3s;
    font-size: 1.4rem;
}

#menu-premarni-meni .dropdown-item {
    font-weight: 700;
    margin-bottom: 0.4rem;
}

#menu-premarni-meni .nav-link:hover,
#menu-premarni-meni .dropdown-item:hover {
    color: #9744a5;
    transition: .3s;
}

#menu-premarni-meni li.active .nav-link,
#menu-premarni-meni li.active .dropdown-item {
    color: #9744a5;
}

.nav-social {
    margin-top: 2rem;
    text-align: center;
}

.nav-social ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.nav-social ul li {
    display: inline-block;
    padding: 0.3rem;
    margin: 0 0.3rem;
}

.nav-social ul li a {
    color: #333;
    transition: .3s;
    font-size: 1.3rem;
}

.nav-social ul li a:hover {
    color: #9744a5;
    transition: .3s;
}

#header-search {
    font-size: 1.3rem;
}

.btn.search-form-submit {
    background: #FFF;
    border-radius: 0;
    font-size: 1.3rem;
}

.header-banner {
    background-color: #efefef;
    padding-top: 1.5rem;
    padding-bottom: 3rem;
    background-image: url(img/header-bg.png);
}

.banner.big {
    overflow: hidden;
    background: linear-gradient(45deg, #60d2f4, #a045ad, #60d2f4, #a045ad);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    display: block;
    padding: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 0 1rem rgba(51, 51, 51, 0.3);
    position: relative;
}

.banner-big-img {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
}

.banner-big-img img {
    height: 140%;
    float: right;
}

a.banner.big {
    color: #FFF;
}

.big-text h1 {
    padding: 0;
    margin: 0;
    color: #FFF;
}

.big-text p {
    margin: 0;
    margin-top: 0.5rem;
}

.banner.small {
    overflow: hidden;
    background-color: #ededed;
    display: block;
    border-radius: 0.5rem;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    box-shadow: 0 0 1rem rgba(51, 51, 51, 0.3);
    transition: .3s;
}

.border-gradient {
    border: double 3px transparent;
    border-radius: 0.5rem;
    background-image: url(img/header-bg.png), linear-gradient(45deg, #a045ad 40%, #60d2f4 100%) !important;
    background-origin: border-box !important;
    background-clip: content-box, border-box !important;
    transition: .3s;
}

.border-gradient:hover {
    background-image: linear-gradient(45deg, #a045ad 40%, #60d2f4 100%) !important;
    transition: .3s;
}

.small-banner-box {
    text-align: center;
    display: block;
    width: 100%;
    position: relative;
}

.banner.small h2 {
    font-weight: 500;
}

.banner.small h1,
.banner.small h2 {
    padding: 0;
    margin: 0;
    background: -webkit-linear-gradient(45deg, #a045ad 40%, #60d2f4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .3s;
}

.border-gradient:hover h1,
.border-gradient:hover h2 {
    color: #FFF;
    background: #FFF;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .3s;
}

@media screen and (max-width: 768px) {
    .banner.small,
    .header-banner .code,
    .banner-big-img {
        display: none !important;
    }
}

.mock-box {
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
}

.real-photo {
    position: absolute;
    width: calc(100% - 1rem);
    height: 2rem;
    background: rgba(255, 255, 255, 0.7);
    bottom: 0.5rem;
    color: #333;
    text-align: center;
    left: 0.5rem;
    border-radius: 1rem;
    height: 2.5rem;
    line-height: 2.5rem;
    cursor: pointer;
    transition: .3s;
}

.real-photo:hover {
    background: rgba(255, 255, 255, 1);
    transition: .3s;
}

@media screen and (max-width: 991px) {
    .entry-content.form {
        margin-top: 0;
    }
}

#posterModal {
    transition: opacity .15s linear;
    overflow: hidden;
    background: linear-gradient(45deg, rgba(219, 245, 252, 0.95), rgba(250, 222, 254, 0.95), rgba(219, 245, 252, 0.95), rgba(250, 222, 254, 0.95));
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

#posterModal .modal-dialog {
    max-width: 400px;
    padding: 1.5rem;
}

#posterModal .modal-body {
    padding: 0;
}

#posterModal .modal-content {
    border: 0;
}

#posterModal .close-modal {
    z-index: 1;
}

.help-block.with-errors {
    color: #ff5050;
    margin-top: 0.1rem;
    font-size: 0.7rem;
    text-align: center;
}

.order-form .price-box {
    background-color: #FFF;
    border-radius: 1rem;
    box-shadow: 0 0 1rem rgba(51, 51, 51, 0.3);
}

.order-form .price-name {
    font-size: 1rem;
    font-weight: 400;
}

.order-form .price-cost {
    text-align: right;
    font-weight: 500;
}

.order-form .price-cost-final {
    text-align: center;
    font-weight: 700;
    color: #9744a5;
    font-size: 1.2rem;
}

.order-form .table-price td {
    border: 0;
    border-bottom: 1px solid #f0f0f0;
}

.order-form .table-price td,
.order-form .table-price th {
    padding: 0.8rem;
    vertical-align: middle;
}

.order-form .table-price {
    margin: 0;
}

.order-form .table-price .price-info {
    font-size: 0.9rem;
    font-weight: 400;
    text-align: center;
}

.order-form label {
    display: inline-block;
    margin-bottom: .1rem;
    margin-left: .75rem;
    font-size: 1rem;
    font-weight: 500;
}

.order-form .input-group-text {
    border-radius: 1rem;
    background-color: #FFF;
}

#broj_telefonaHelp {
    text-align: center;
}

@media screen and (min-width: 991px) {
    .order-form {
        background-color: #fafafa;
        padding: 1rem;
        border-radius: 1rem;
        background-image: url(img/header-bg.png);
    }
    .scroll-to-order {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .mobile-bg {
        background-color: #fafafa;
        padding: 1rem 15px;
        border-radius: 1rem;
        background-image: url(img/header-bg.png);
    }
    .mobile-bg h4 {
        text-align: center;
    }
    .order-form label {
        text-align: center;
        margin-left: 0;
        font-size: 1rem;
        width: 100%;
    }
    .order-form .btn-send {
        width: 100%;
    }
    .entry-header h1.item-entry-title {
        text-align: center;
    }
    .scroll-to-order {
        color: #a045ad;
        text-align: center;
        cursor: pointer;
        transition: .3s;
    }
    .scroll-to-order:hover {
        color: #9744a5;
        text-align: center;
        cursor: pointer;
        transition: .3s;
    }
}

#finalModal {
    transition: opacity .15s linear;
    overflow: hidden;
    background: linear-gradient(45deg, rgba(219, 245, 252, 0.95), rgba(250, 222, 254, 0.95), rgba(219, 245, 252, 0.95), rgba(250, 222, 254, 0.95));
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

#finalModal .modal-content {
    background-color: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 0;
    margin: 1rem 1.5rem;
}

#finalModal .logo,
.messages {
    text-align: center;
}

.entry-title {
    text-align: center;
}

h1.entry-title {
    font-size: 2rem;
}

h2.entry-title {
    font-size: 1.3rem;
    font-weight: 400;
    border-bottom: 0;
}

.result-single {
    margin-bottom: 0rem;
    margin-top: 1rem;
    border-radius: 1rem;
    padding: 0.5rem;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
    transition: translate .18s, box-shadow .18s;
    transform: translateY(0);
}

.result-single:hover {
    box-shadow: 0 5px 25px rgba(0, 0, 0, .1);
    transform: translateY(-1px);
}

.entry-summary {
    margin-top: 0.5rem;
    color: #333;
    text-align: center;
    font-size: 0.9rem;
}

.article-poster-box {
    display: block;
    border-radius: 0.5rem;
    margin-top: 30px;
}

.type-posteri {
    width: 100%;
}

.poster-img {
    text-align: center;
    display: block;
}

.poster-img img {
    max-height: 280px;
    border-radius: 0.5rem;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
    transition: translate .18s, box-shadow .18s;
    transform: translateY(0);
}

.article-poster-box:hover .poster-img img {
    box-shadow: 0 5px 25px rgba(0, 0, 0, .1);
    transform: translateY(-1px);
}

.entry-title-poster {
    margin: 0;
    font-size: 1.2rem;
    padding-top: 0.5rem;
    padding-bottom: 0;
}

.entry-title-poster {
    text-align: center;
    width: 100%;
    display: block;
    font-weight: 400;
}

.price-min-max {
    padding-top: 0.2rem;
    font-size: 0.9rem;
    text-align: center;
    font-weight: 500;
}

.home-lists {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.home-lists li {
    display: inline-block;
    margin: 0 0.4rem;
}

.home-lists {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 1rem;
    padding: 1rem 0;
    position: relative;
    text-align: center;
}

.home-lists::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #f1f1f1;
    left: 0;
    top: 1.7rem;
    z-index: -1;
}

.home-list-single {
    background-color: #f1f1f1;
    padding: 0.5rem 0.7rem;
    color: #a045ad !important;
    border-radius: 1rem;
    font-size: 0.95rem;
    transition: .3s;
    background-image: url(img/header-bg.png);
    box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
}

.home-list-single.active {
    background: -webkit-linear-gradient(45deg, #a045ad 40%, #60d2f4 100%);
    padding: 0.5rem 0.7rem;
    color: #FFF !important;
    border-radius: 1rem;
    font-size: 0.95rem;
    transition: .3s;
}

.home-category-sort {
    list-style: none;
    margin: 0;
    margin-top: 1rem;
    padding: 0;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.home-category-sort .child-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: -0.2rem;
}

.home-category-sort .child {
    font-size: 0.95rem;
    padding: 0.1rem 0;
    text-align: center;
}

.home-category-sort>li {
    padding: 0.5rem 0 0.3rem 0;
    text-align: center;
    transition: .3s;
    font-size: 1.1rem;
}

.home-category-sort>li:hover>a {
    padding-left: 0.5rem;
    transition: .3s;
}

@media screen and (max-width: 500px) {
    .home-category-sort {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
}

body:not(.theme-preset-active) footer#colophon {
    margin-top: 2rem;
    color: #FFFFFF;
    background-color: #383838;
    background-image: url(img/footer-bg.png);
}

#menu-footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    font-size: 0.9rem;
}

#menu-footer-menu li {
    list-style: none;
    display: inline-block;
    position: relative;
    padding-left: 0.4rem;
    padding-right: 0.1rem;
}

#menu-footer-menu li:first-child {
    padding-left: 0;
    padding-right: 0.1rem;
}

#menu-footer-menu li:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 1rem;
    background-color: #cccccc;
    left: 0;
    top: 0.1rem
}

#menu-footer-menu li:first-child::before {
    display: none;
    width: 0;
    height: 0;
}

.site-info {
    margin-top: 0.3rem;
    color: #cccccc;
    font-weight: 300;
}

.footer-social {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
    text-align: right;
    width: 100%;
    margin-top: 0.3rem;
}

.footer-social li {
    display: inline-block;
    margin: 0 0.2rem;
    color: #cccccc;
}

.footer-social li a {
    padding: 0.5rem 0.2rem;
    color: #cccccc;
}

@media screen and (max-width: 991px) {
    #menu-footer-menu li:before {
        display: none;
        width: 0;
        height: 0;
    }
    #menu-footer-menu li,
    .site-info,
    .footer-social {
        width: 100%;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }
}

#pills-kategorije .category-search {
    width: 100%;
    margin-top: 1rem;
    text-align: center;
}

.page-item.active .page-link,
.page-link:hover {
    background-color: #a045ad;
    border-color: #a045ad;
}

.page-link:hover {
    color: #FFFFFF;
}

.page-link {
    color: #a045ad;
}

.nav-box {
    width: 100%;
    margin-top: 1rem;
}

.pagination {
    justify-content: center;
}

.filter-box .btn {
    cursor: pointer;
}

@media screen and (max-width: 991px) {
    .filter-box {
        text-align: center;
    }
}

.dropdown-menu {
    min-width: 290px;
}

.head-content-box {
    min-height: calc(100vh - 6.93rem - 2rem);
}

.blog-img {
    position: relative;
    display: block;
    width: 100%;
    height: 250px;
    min-height: 250px;
    margin: 0 auto;
    overflow: hidden;
}

.blog-img {
    border-radius: 0.5rem;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .1);
    transition: translate .18s, box-shadow .18s;
    transform: translateY(0);
}

.blog-img img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-img:hover {
    box-shadow: 0 5px 25px rgba(0, 0, 0, .1);
    transform: translateY(-1px);
}

.blog-single,
.page-single {
    max-width: 700px;
    margin: 0 auto;
    text-align: center !important;
}

.help-block.with-errors ul {
    margin: 0;
}