html {
    font-size: 100%;
}
body {
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 28px;
    line-height: 1.5rem;
    color: #212529;
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 1;
    transition: opacity 5s;
    background-image: url("/wp-content/uploads/2024/10/drvo-tekstura-okomito.png");
    background-repeat: repeat-x;
    background-size: contain;
    background-attachment: fixed;
}
@keyframes fadeInAnimation {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
p, li, a {
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 28px;
    line-height: 1.5rem;
    margin-bottom: 1rem !important;
    color: #212529;
}
a {
    text-decoration: underline;
    transition: all 0.6s ease;
    color: #A8852C;
}
a:hover {
    transition: all 0.6s ease;
    color: #000;
    text-decoration: underline;
}
hr {
    opacity: 1;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #212529;
    font-family: "Playfair Display", serif;
    margin-bottom: 0.7rem;
}
h1,
.h1 {
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 48px;
    line-height: 3rem;
}
h2,
.h2 {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 38px;
    line-height: 2.375rem;
}
h3,
.h3 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 34px;
    line-height: 2.125rem;
}
h4,
.h4 {
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 600;
    line-height: 36px;
    line-height: 2.25rem;
}
h5,
.h5 {
    font-size: 21px;
    font-size: 1.312rem;
    font-weight: 600;
    line-height: 31px;
    line-height: 1.937rem;
}
ul {
    list-style: disc inside;
}
li {
    position: relative;
}
ol, ul {
    padding-left: 0.3rem;
    list-style-position: outside;
}
ul ul {
    padding-left: 1rem;
}
b, strong {
    font-weight: 700;
}
iframe {
    border: 0;
    max-width: 100%;
}
/*selektiranje teksta*/
::-moz-selection { /* Code for Firefox */
    color: white;
    background: #A8852C;
}
::selection {
    color: white;
    background: #A8852C;
}
/*color palette block editor*/
.background-gold,
.has-gold-background-color {
    background-color: #A8852C !important;
}
.color-gold,
.has-gold-color {
    color: #A8852C !important;
}
.background-beige,
.has-beige-background-color {
    background-color: #DCCDA5 !important;
}
.color-beige,
.has-beige-color {
    color: #DCCDA5 !important;
}
.background-dark-gray,
.has-dark-gray-background-color {
    background-color: #212529 !important;
}
.color-dark-gray,
.has-dark-gray-color {
    color: #212529 !important;
}
.background-black,
.has-black-background-color {
    background-color: #000 !important;
}
.color-black,
.has-black-color {
    color: #000 !important;
}
.background-white,
.has-white-background-color {
    background-color: #fff !important;
}
.color-white,
.has-white-color {
    color: #fff !important;
}
/* --- HEADER --- */
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    max-width: 1295px;
}
.bg-primary,
#main-nav.bg-primary {
    background-color: #212529 !important;
}
header#wrapper-navbar {
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    transition: all linear .6s;
}
.navbar-brand.custom-logo-link {
    margin: 0 auto !important;
    max-width: 172px;
}
header#wrapper-navbar.newHeader {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 12px rgba(0,0,0,0.2);
}
header .custom-logo-link img {
    transition: all linear .8s;
}
header#wrapper-navbar.newHeader .navbar-nav .nav-link {
    font-size: 14px;
}
header#wrapper-navbar.newHeader .custom-logo-link img {
    max-width: 66%;
}
header#wrapper-navbar.newHeader #wrapper-top-header {
    padding: 0.2rem 0;
}
/* --- NAVIGATION --- */
.navbar-brand {
    margin-bottom: 0 !important;
}
.navbar-nav .nav-link {
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 28px;
    line-height: 1.5rem;
    text-align: center;
    color: #fff;
    margin-bottom: 0 !important;
    transition: all 0.6s ease;
}
.navbar-nav .menu-item {
    transition: all 0.6s ease;
    margin-bottom: 0 !important;
    position: relative;
}
.navbar-nav .menu-item.current-product_cat-ancestor .nav-link {
    color: #A8852C;
}
.navbar-nav .menu-item:hover .nav-link,
.navbar-nav .menu-item.active .nav-link {
    color: #fff;
    text-decoration: none;
}
.navbar-nav .menu-item::after {
    content: "";
    position: absolute;
    bottom: -16px;
    width: 65%;
    height: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #A8852C;
    opacity: 0;
    transition: all 0.6s ease;
}
.navbar-nav .menu-item:hover::after,
.navbar-nav .menu-item.active::after {
    opacity: 1;
    bottom: 8px;
}
/* --- THEME PAGE SETUP --- */
.section {
    max-width: 1440px;
    margin: 75px auto 0;
}
.article-image {
    margin: 0 calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
    position: relative;
    padding-bottom: 600px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    overflow: hidden;
    background-color: #000;
}
.article-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    object-fit: cover;
}
.article-header {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 600px;
    left: 0;
    right: 0;
    max-width: 100vw;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}
.entry-header {
    max-width: none;
    position: absolute;
    height: auto;
    top: 45%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    max-width: 1280px;
}
.article-content {
    padding-top: 4rem;
    padding-bottom: 2rem;
}
.entry-title,
.page-title {
    color: #fff;
    height: auto !important;
    margin-bottom: 0 !important;
}
.article-header-content {
    position: absolute;
    height: auto;
    top: 45%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    max-width: 1280px;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: rgba(0,0,0,0.4);
}
body.virtualna-no-sidebar .alignfull,
body.virtualna-no-sidebar .wp-block-cover.alignfull,
.alignfull,
.wp-block-cover.alignfull {
    margin: 0 calc(50% - 37.4vw);
    max-width: 75vw;
    width: 100vw;
}
body.virtualna-no-sidebar .alignwide,
body.virtualna-no-sidebar .wp-block-cover.alignwide,
.alignwide,
.wp-block-cover.alignwide,
figure.wp-block-gallery {
    margin: 0 calc(50% - 33.9vw);
    max-width: 67.2vw;
    width: 100vw;
}
.wp-block-button__link,
.btn-primary {
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 400;
    letter-spacing: 0;
    padding: 10px 15px !important;
    border: none !important;
    position: relative !important;
    text-transform: none;
    transition: all 0.6s ease;
    position: relative;
    background-color: #A8852C;
    border-radius: 4px;
    text-decoration: none !important;
}
.wp-block-button__link:hover,
.btn-primary:hover {
    color: #fff;
    box-shadow: 0 0 0 .25rem rgba(0,0,0,0);
    border: none;
    background-color: #212529;
    text-decoration: none;
}
.projekti .wp-block-button__link,
.article-block-buttons .btn-primary {
    font-size: 14px;
    line-height: 20px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 6px 15px !important;
}
.three-img-column {
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
.three-img-row,
.article-block {
    border: 1px solid #484848;
    background-color: #000;
}
.three-img-text,
.article-block-text {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    margin: 0 auto !important;
    left: 0;
    right: 0;
    top: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    background-color: rgba(0,0,0,0.2);
    transition: all 0.6s ease;
}
.three-img-text:hover,
.article-block:hover .article-block-text {
    background-color: rgba(0,0,0,0);
}
.three-img-text > * {
    color: #fff !important;
    margin-bottom: 0 !important;
}
.three-img-text h2,
.three-img-text h3,
.three-img-text h4,
.article-block-text h3 {
    font-size: 24px;
    line-height: 34px;
    font-size: 1.5rem;
    line-height: 2.125rem;
    color: #fff;
}
.three-img-row:hover .three-img-text h2,
.three-img-row:hover .three-img-text h3,
.three-img-row:hover .three-img-text h4,
.article-block:hover .article-block-text h3 {
    text-shadow: 1px 1px 4px rgba(0,0,0,0.9);
}
.three-img-img {
    position: relative;
    padding-bottom: 100%;
    opacity: 0.7;
}
.three-img-img .vt-img-box {
    position: absolute;
}
.three-img-row:hover .three-img-img,
.article-block:hover .vt-img-box {
    opacity: 1;
}
.three-img-row:hover .three-img-img img,
.article-block:hover .vt-img-box img {
    transform: scale(1.1);
    filter: blur(3px);
}
.three-img-img,
.three-img-img img {
    transition: all 0.6s ease;
}
.three-img-row .wp-block-buttons,
.article-block-buttons {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    /*bottom: 30px;
    opacity: 0;*/
    transition: linear 0.6s;
}
.three-img-row .wp-block-buttons,
.article-block .article-block-buttons {
    opacity: 1;
    bottom: 50px;
}
.three-img-row .wp-block-button__link.wp-element-button {
    margin-bottom:  0 !important;
}
.article-block .vt-img-box {
    transition: all 0.6s ease;
    background-color: rgba(0,0,0,1);
}
.article-block .vt-img-box img {
    opacity: 0.8;
}
.article-block:hover .vt-img-box {
    background-color: rgba(0,0,0,0);
}
.article-block:hover .vt-img-box img {
    opacity: 1;
}
.single .article-content {
    text-align: center;
}
/*gallery*/
figure.wp-block-gallery {
    gap: 0 !important;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.wp-block-gallery figure.wp-block-image > a,
.wp-block-gallery figure.wp-block-image img {
    margin-bottom:  0 !important;
    transition: all 0.6s ease;
}
.wp-block-gallery figure.wp-block-image img {
    opacity: 0.6;
}
.wp-block-gallery figure.wp-block-image {
    padding-bottom: 30%;
    border: 1px solid #484848;
    background-color: #000;
    position: relative;
}
.wp-block-gallery figure.wp-block-image a::before {
    content: "";
    background-image: url("/wp-content/uploads/2024/10/magnifying-glass.png");
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    opacity: 0;
    transition: all 0.6s ease;
}
.wp-block-gallery figure.wp-block-image:hover a::before {
    opacity: 1;
}
.wp-block-gallery figure.wp-block-image:hover img {
    transform: scale(1.1);
    opacity: 1;
}
/* -- CUSTOM POST TYPE -- */
.projects .entry-header,
.projects .article-image {
    position: relative;
}
/* -- CUSTOM PAGE STYLE --*/
body.virtualna-no-sidebar.home .wp-block-cover.alignfull {
    margin: 0 calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
}
.mb-neg-content {
    margin-bottom: -4rem !important;
}
.wp-block-social-links,
.wp-block-social-links.has-normal-icon-size,
.wp-block-social-links li,
.wp-block-social-links.has-normal-icon-size li,
.wp-block-social-links a,
.wp-block-social-links.has-normal-icon-size a {
    font-size: 30px;
}
.wp-block-social-links .wp-block-social-link.wp-social-link.black-icon .wp-block-social-link-anchor {
    color: #000;
}
.wp-block-social-links .wp-block-social-link.wp-social-link.white-icon .wp-block-social-link-anchor {
    color: #fff;
}
/*images*/
.vt-img-box,
.wp-block-gallery figure.wp-block-image {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.img-pb-100 {
    padding-bottom: 100%;
}
.img-pb-90 {
    padding-bottom: 90%;
}
.img-pb-80 {
    padding-bottom: 80%;
}
.img-pb-70 {
    padding-bottom: 70%;
}
.img-pb-60 {
    padding-bottom: 60%;
}
.img-pb-50 {
    padding-bottom: 50%;
}
.img-pb-40 {
    padding-bottom: 40%;
}
.vt-img-box img,
.wp-block-gallery figure.wp-block-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
    transition: all 0.6s ease;
}
.object-fit-cover img {
    object-fit: cover;
    object-position: center;
}
.object-fit-contain img {
    object-fit: contain;
    object-position: center;
}
/* --- CONTACT FORM 7 --- */
.wpcf7 {
    max-width: 100%;
}
.wpcf7 .wpcf7-form label {
    width: 100%;
    font-size: 15px;
    font-size: 0.937rem;
    line-height: 24px;
    line-height: 1.5rem;
    margin-bottom: 5px;
    color: inherit;
    text-align: left;
    font-weight: 400;
}
.wpcf7 .wpcf7-form label .wpcf7-list-item-label .wpcf7-list-item-label {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    text-align: left;
}
.wpcf7 .wpcf7-form span.wpcf7-form-control-wrap {
    margin-top: 2px;
    display: block;
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-acceptance label {
    font-size: 13px;
    font-size: 0.812rem;
    line-height: 19px;
    line-height: 1.187rem;
    text-align: left !important;
    font-weight: 400;
}
.wpcf7 .wpcf7-form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
    display: inline-block;
    margin: 0;
}
.form-control,
.wpcf7 .wpcf7-validation-errors,
.wpcf7 input[type="color"],
.wpcf7 input[type="date"],
.wpcf7 input[type="datetime-local"],
.wpcf7 input[type="datetime"],
.wpcf7 input[type="email"],
.wpcf7 input[type="file"],
.wpcf7 input[type="month"],
.wpcf7 input[type="number"],
.wpcf7 input[type="range"],
.wpcf7 input[type="search"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="text"],
.wpcf7 input[type="time"],
.wpcf7 input[type="url"],
.wpcf7 input[type="week"],
.wpcf7 select,
.wpcf7 textarea {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #CED4DA;
    border-radius: 4px;
    padding: 5px;
}
.wpcf7 select {
    appearance: none; /* remove default appearance set by the browser */
    font-size: 15px;
    line-height: 1.5;
    color: #000;
    background-color: #CED4DA;
    background-clip: padding-box;
    border: 1px solid #CED4DA;
    border-radius: 3px;
}
.wpcf7 input[type="submit"],
.wpcf7 input[type="submit"]:disabled {
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 400;
    letter-spacing: 0;
    padding: 10px 0 !important;
    border: none !important;
    position: relative !important;
    text-transform: none;
    transition: all 0.6s ease;
    position: relative;
    background-color: #A8852C;
    border-radius: 4px;
    max-width: 90px;
}
.wpcf7 input[type="submit"]:disabled {
    opacity: 0.5;
}
.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="submit"]:focus,
.wpcf7 input[type="submit"]:focus-visible,
.wpcf7 input[type="submit"]:active,
.wpcf7 input[type="submit"]:first-child:active {
    color: #fff;
    box-shadow: 0 0 0 .25rem rgba(0,0,0,0);
    border: none;
    background-color: #212529;
    text-decoration: none;
}
.form-control:focus,
.wpcf7 .wpcf7-validation-errors:focus,
.wpcf7 input[type="color"]:focus,
.wpcf7 input[type="date"]:focus,
.wpcf7 input[type="datetime-local"]:focus,
.wpcf7 input[type="datetime"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="file"]:focus,
.wpcf7 input[type="month"]:focus,
.wpcf7 input[type="number"]:focus,
.wpcf7 input[type="range"]:focus,
.wpcf7 input[type="search"]:focus,
.wpcf7 input[type="submit"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="time"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="week"]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus,
.form-select:focus {
    color: #000;
    background-color: #fff;
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(168, 133, 44, 0.5);
    z-index: 1;
    position: relative;
}
.wpcf7 input[type="text"].wpcf7-not-valid,
.wpcf7 input[type="number"].wpcf7-not-valid,
.wpcf7 input[type="email"].wpcf7-not-valid {
    border: 1px solid #dc3232;
}
.wpcf7 form.sent .wpcf7-response-output {
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    background: #bbf3c1;
    border-width: 0px;
    font-weight: normal;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    letter-spacing: 1px;
    letter-spacing: 0px;
    font-size: 14px;
    line-height: 20px;
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.wpcf7 form.invalid .wpcf7-response-output {
    border-color: #E2B940;
    padding: 13px 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    background: #F7DB85;
    border-width: 0px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0px;
    font-size: 14px;
    line-height: 20px;
    font-size: 0.875rem;
    line-height: 1.25rem;
}
/* --- FOOTER --- */
footer,
#wrapper-footer-full {
    background-color: #212529;
}
footer .container {
    max-width: 1295px;
}
footer .wrapper .container {
    padding-top: 3rem;
}
footer p,
footer a,
footer li,
footer span {
    color: #fff;
    margin-bottom: 0.1rem !important;
}
footer a {
    text-decoration: none !important;
}
footer a:hover {
    color: #A8852C;
}
footer ul {
    list-style: none;
}
.site-info {
    opacity: 0.4;
}
.copyright,
.copyright a {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 18px;
    line-height: 1.125rem;
    margin-bottom: 0.5rem !important;
    color: #fff;
    text-decoration: none !important;
    text-align: center;
}
#myBtn {
    position: fixed;
    bottom: 98px;
    right: 30px;
    display: none;
    color: #fff;
    z-index: 99;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 100%;
    padding: 11px 12px;
}
#myBtn .fa {
    color: #000;
    font-size: 20px;
}
/*404*/
/* --- 404 PAGE --- */
.error-404 .content-area {
    height: 64vh;
    display: flex;
    justify-content: center;
    align-content: center;
}
.error-404 .content-area article {
    justify-content: center;
    align-content: center;
    display: flex;
    flex-direction: column;
    text-align: center;
}
/* --- RESPONSIVE --- */
/* -- MIN -- */
@media screen and (min-width: 768px) {
    footer .container {
        max-width: 720px;
    }
}
@media screen and (min-width: 782px) {
    .flex-g-md-row {
        flex-direction: row !important;
    }
}
@media screen and (min-width: 921px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 862px;
    }
    footer .container {
        max-width: 862px;
    }
}
@media screen and (min-width: 1200px) {
    footer .container {
        max-width: 1140px;
    }
}
@media screen and (min-width: 1400px) {
    footer .container {
        max-width: 1295px;
    }
}
@media screen and (min-width: 1440px) {
    .hero {
        height: 600px;
    }
}
/* -- MAX -- */
@media screen and (max-width: 1440px) {
    body.virtualna-no-sidebar .alignfull,
    body.virtualna-no-sidebar .wp-block-cover.alignfull,
    .alignfull,
    .wp-block-cover.alignfull {
        margin: 0 calc(50% - 44.7vw);
        max-width: 90vw;
        width: 100vw;
    }
    body.virtualna-no-sidebar .alignwide,
    body.virtualna-no-sidebar .wp-block-cover.alignwide,
    .alignwide,
    .wp-block-cover.alignwide,
    figure.wp-block-gallery {
        margin: 0 calc(50% - 44.7vw);
        max-width: 90vw;
        width: 90vw;
    }
}
@media screen and (max-width: 1280px) {
    .entry-header,
    .article-header-content {
        max-width: 95%;
    }
    .three-img-row:hover .wp-block-buttons,
    .article-block:hover .article-block-buttons,
    .three-img-row .wp-block-buttons,
    .article-block .article-block-buttons {
        opacity: 1;
        bottom: 30px;
    }
    .wp-block-button__link,
    .btn-primary {
        font-size: 14px;
        line-height: 20px;
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
    .article-header {
        height: 400px;
    }
    .article-image {
        padding-bottom: 400px;
    }
}
@media screen and (max-width: 1199px) {
    footer .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 48% !important;
    }
    .projekti .three-img-img.img-pb-90,
    .tax-radovi .vt-img-box.img-pb-90 {
        padding-bottom: 100%;
    }
}
@media screen and (max-width: 991px) {
    .article-header {
        position: absolute;
        top: auto;
        z-index: 1;
        height: 200px;
        width: 90%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .article-image {
        margin: 0rem calc(50% - 50vw);
        padding-bottom: 200px;
        overflow: hidden;
        position: relative;
    }
    .navbar-brand.custom-logo-link {
        max-width: 120px;
    }
    .section {
        margin: 61px auto 0;
    }
    body.virtualna-no-sidebar .alignfull,
    body.virtualna-no-sidebar .wp-block-cover.alignfull,
    .alignfull,
    .wp-block-cover.alignfull {
        margin: 0 calc(50% - 44.7vw);
        max-width: 90vw;
        width: 100vw;
    }
    body.virtualna-no-sidebar .alignwide,
    body.virtualna-no-sidebar .wp-block-cover.alignwide,
    .alignwide,
    .wp-block-cover.alignwide,
    figure.wp-block-gallery {
        margin: 0 calc(50% - 44.7vw);
        max-width: 90vw;
        width: 90vw;
    }
    footer .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 47% !important;
        flex-grow: 1;
    }
    .wp-block-image img {
        width: 100%;
    }
    footer .wp-block-image img {
        max-width: 150px;
    }
    .column-icons {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap !important;
    }
    .column-icons.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 25% !important;
    }
    .column-icons.wp-block-image figure {
        max-width: 100px;
    }
    .full-height.wp-block-image figure {
        display: flex !important;
    }
    .full-height img {
        height: 100%;
        object-fit: cover;
    }
}
@media screen and (max-width: 781px) {
    h1, .h1 {
        font-size: 30px;
        font-size: 1.875rem;
        font-weight: 700;
        line-height: 38px;
        line-height: 2.375rem;
    }
    h2, .h2 {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 34px;
        line-height: 2.125rem;
    }
    ol, ul {
        padding-left: 0.3rem;
        list-style-position: inside;
    }
    .article-header {
        position: absolute;
        top: auto;
        z-index: 1;
        height: 200px;
        width: 90%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .article-image {
        margin: 0rem calc(50% - 50vw);
        padding-bottom: 200px;
        overflow: hidden;
        position: relative;
    }
    .section {
        margin: 59px auto 0;
    }
    .article-content {
        padding-top: 2rem;
        padding-bottom: 2rem;
        max-width: 90%;
        margin: 0 auto;
    }
    body.virtualna-no-sidebar .alignfull,
    body.virtualna-no-sidebar .wp-block-cover.alignfull,
    .alignfull,
    .wp-block-cover.alignfull {
        margin: 0 calc(50% - 50vw);
        max-width: 100vw;
        width: 100vw;
    }
    body.virtualna-no-sidebar .alignwide,
    body.virtualna-no-sidebar .wp-block-cover.alignwide,
    .alignwide,
    .wp-block-cover.alignwide,
    figure.wp-block-gallery {
        margin: 0 calc(50% - 44.7vw);
        max-width: 90vw;
        width: 90vw;
    }
    .entry-title,
    .page-title {
        width: 100%;
        text-align: center;
    }
    .hero h1,
    .hero p {
        text-align: center;
    }
    .hero h1 {
        margin-bottom: 1rem !important;
    }
    .hero p {
        font-size: 24px !important;
        font-size: 1.5rem !important;
    }
    .hero .wp-block-buttons {
        justify-content: center;
    }
    .home .three-img-img.img-pb-90,
    .home .three-img-img.img-pb-60 {
        padding-bottom: 40%;
    }
    .three-img-text:hover,
    .article-block:hover .article-block-text {
        background-color: rgba(0,0,0,0.2);
    }
    .projekti .three-img-img.img-pb-90,
    .tax-radovi .vt-img-box.img-pb-90 {
        padding-bottom: 75%;
    }
    .wp-block-gallery figure.wp-block-image img {
        opacity: 0.9;
    }
    footer .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 100% !important;
        flex-grow: 1;
    }
    footer .wrapper .container {
        padding-top: 1rem;
        max-width: 90%;
        text-align: center;
    }
    footer .wp-block-social-links {
        justify-content: center;
    }
    footer .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 100% !important;
    }
    #myBtn {
        bottom: 22px;
        right: 17px;
        padding: 7px 12px;
    }
    #myBtn .fa {
        font-size: 16px;
    }
    .home .three-img-img.img-pb-90,
    .home .three-img-img.img-pb-60 {
        padding-bottom: 70%;
    }
}
@media screen and (max-width: 767px) {
    .navbar-brand.custom-logo-link {
        margin: 0 0 !important;
        max-width: 120px;
    }
    .navbar-expand-md .navbar-nav {
        margin-left: 0 !important;
        padding: 0 !important;
    }
    .navbar-toggler {
        border: none;
        border-radius: 50px;
    }
    .navbar-toggler i {
        color: #EADFCF !important;
    }
    .navbar-toggler:focus {
        box-shadow: 0px 0px 5px rgba(255,255,255,0.5);
    }
    .navbar-collapse {
        position: absolute;
        top: 59px;
        z-index: 9999;
        width: 93%;
        background: #212529;
        max-width: 93%;
        box-shadow: rgba(0, 0, 0, 0.6) 0 4px 10px;
        left: 0;
        right: 0;
        margin: 0 auto;
        border-top: 1px solid #A8852C;
        padding-top: 9px;
        padding-bottom: 10px;
    }
    .navbar-toggler .fa::before {
        content: "\f0c9";
    }
    .navbar-toggler.close .fa::before {
        content: "\f00d";
    }
    .navbar-nav .menu-item {
        transition: all 0.6s ease;
        text-align: center;
        display: block;
        width: 100%;
        padding: 5px 0;
    }
    .navbar-nav .nav-link {
        display: inline;
        text-align: center;
        font-size: 16px;
        line-height: 22px;
    }
    .navbar-nav .menu-item:hover,
    .navbar-nav .menu-item.active {
        background-color: transparent;
    }
    .navbar-nav .menu-item::after {
        bottom: 1px;
        width: 30px;
    }
    .navbar-nav .menu-item:hover::after,
    .navbar-nav .menu-item.active::after {
        opacity: 1;
        bottom: 1px;
        width: 30px;
    }
    .navbar-nav .menu-item:hover .nav-link,
    .navbar-nav .menu-item.active .nav-link {
        color: #fff;
    }
    .column-icons {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap !important;
    }
    .column-icons.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 26% !important;
    }
    .column-icons.wp-block-image figure {
        max-width: 100px;
    }
    .projekti .three-img-img.img-pb-90,
    .tax-radovi .vt-img-box.img-pb-90 {
        padding-bottom: 90%;
    }
}
@media screen and (max-width: 359px) {
    .column-icons p {
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 18px;
        line-height: 1.125rem;
    }
}
@media screen and (max-width: 320px) {
    .column-icons.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 25% !important;
    }
}