html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent;
text-decoration: none;
} abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type=button],
[type=reset],
[type=submit] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type=checkbox],
[type=radio] {
box-sizing: border-box; padding: 0; } [type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto;
} [type=search] {
-webkit-appearance: textfield; outline-offset: -2px; } [type=search]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}
* {
box-sizing: border-box;
}
*::selection {
background-color: #F8E7A0;
color: #ffffff;
}
html {
scroll-behavior: smooth;
}
body {
color: #4A3B1A;
font-family: "Montserrat";
font-size: 16px;
line-height: 1.5;
background-color: #FFFDF8;
}
body.overflow-hidden {
overflow: hidden;
}
a {
color: inherit;
}
.container {
width: 100%;
max-width: 1440px;
padding: 0 20px;
margin: 0 auto;
}
img {
height: auto;
max-width: 100%;
}
.section-padding {
padding: clamp(2.5rem, 2.0449rem + 1.9417vw, 4.375rem) 0;
}
.site-header {
position: fixed;
z-index: 10;
top: 0;
left: 0;
right: 0;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.55));
height: 80px;
display: flex;
align-items: center;
transition: 0.6s ease;
}
.site-header.sticky-header {
background-color: #000000;
}
@media (max-width: 991px) {
.site-header-navigation {
position: fixed;
inset: 0;
z-index: 14;
transform: translate(-100%, 0);
background-image: linear-gradient(135deg, #000000, #2D1C3C);
padding: 100px 40px 50px;
transition: 0.6s ease;
}
.site-header-navigation.active {
transform: translate(0, 0);
}
}
.site-header-menu {
display: flex;
justify-content: center;
padding: 0;
margin: 0;
}
@media (max-width: 991px) {
.site-header-menu {
flex-direction: column;
align-items: center;
}
}
.site-header-menu li {
list-style: none;
padding: 0 20px;
position: relative;
}
.site-header-menu li:last-of-type::after {
display: none;
}
.site-header-menu li::after {
content: "|";
color: #ffffff;
position: absolute;
left: calc(100% - 2px);
top: 0;
}
@media (max-width: 991px) {
.site-header-menu li::after {
display: none;
}
}
.site-header-menu li a {
color: #ffffff;
transition: 0.6s ease;
}
@media (max-width: 991px) {
.site-header-menu li a {
font-size: 20px;
}
}
.site-header-menu li a:hover {
color: #F8E7A0;
}
.menu-toggle {
display: none;
position: relative;
cursor: pointer;
width: 35px;
height: 35px;
z-index: 15;
margin-left: auto;
}
@media (max-width: 991px) {
.menu-toggle {
display: block;
}
}
.menu-toggle.active span:nth-child(1) {
transform: translateY(-1px) rotate(45deg);
top: 50%;
}
.menu-toggle.active span:nth-child(2) {
transform: translateY(-1px) rotate(-45deg);
top: 50%;
width: 100%;
}
.menu-toggle span {
position: absolute;
width: 100%;
left: 0;
height: 2px;
background-color: #ffffff;
display: block;
transition: 0.8s ease;
}
.menu-toggle span:nth-child(1) {
top: 13px;
}
.menu-toggle span:nth-child(2) {
width: 80%;
top: calc(100% - 13px);
}
.site-footer {
background-color: #2D1C3C;
padding-top: 40px;
}
.site-footer-top-text {
text-align: center;
font-family: "Cormorant Garamond";
color: #ffffff;
font-size: 32px;
margin-bottom: 40px;
}
.site-footer-title {
color: #F8E7A0;
font-size: 22px;
padding-bottom: 5px;
border-bottom: 1px solid #F8E7A0;
margin: 0 0 20px;
}
@media (max-width: 991px) {
.site-footer-title {
border: none;
padding: 0;
margin-bottom: 15px;
}
}
.site-footer-row {
display: flex;
justify-content: space-between;
padding-bottom: 40px;
}
@media (max-width: 991px) {
.site-footer-row {
flex-direction: column;
align-items: center;
text-align: center;
}
}
.site-footer-col {
padding: 0 20px;
}
@media (max-width: 991px) {
.site-footer-col {
padding: 30px 0;
}
}
.site-footer-col:first-of-type {
padding-left: 0;
}
.site-footer-col:last-of-type {
padding-right: 0;
}
.site-footer-list {
padding: 0;
margin: 0;
}
.site-footer-list li {
list-style: none;
}
.site-footer-list li a {
color: #ffffff;
transition: 0.6s ease;
}
.site-footer-list li a:hover {
color: #F8E7A0;
}
.site-footer-text {
font-size: 14px;
max-width: 390px;
color: #ffffff;
}
.site-footer-col-4 {
max-width: 390px;
}
.site-footer-col-4 .mc4wp-form {
width: 100%;
max-width: 390px;
}
.site-footer-col-4 .mc4wp-form-fields {
display: flex;
flex-direction: column;
}
.site-footer-col-4 .mc4wp-form-fields input[type=email] {
height: 40px;
border-radius: 5px;
border: none;
background-color: #ffffff;
padding: 0 20px;
}
.site-footer-col-4 .mc4wp-form-fields input[type=submit] {
height: 40px;
font-weight: 700;
color: #000000;
background-color: #E2C05C;
padding: 0 20px;
display: inline-flex;
align-items: center;
justify-content: center;
text-align: center;
border-radius: 5px;
border: none;
margin-top: 10px;
}
.site-footer-bottom {
display: flex;
justify-content: space-between;
align-items: center;
padding-bottom: 10px;
}
@media (max-width: 991px) {
.site-footer-bottom {
flex-direction: column-reverse;
text-align: center;
}
}
.site-footer-copy {
font-size: 14px;
color: #BFAFCF;
margin: 0;
}
.site-footer-soc {
display: flex;
align-items: center;
}
.site-footer-soc a {
color: #BFAFCF;
display: inline-flex;
font-size: 24px;
}
.site-footer-soc a span {
display: inline-flex;
}
@font-face {
font-family: "font-icons";
src: url(//zupa-sv-ivana-krstitelja.hr/wp-content/themes/desinec-theme/assets/fonts/font-icons/font-icons.woff2) format("woff2"), url(//zupa-sv-ivana-krstitelja.hr/wp-content/themes/desinec-theme/assets/fonts/font-icons/font-icons.woff) format("woff"), url(//zupa-sv-ivana-krstitelja.hr/wp-content/themes/desinec-theme/assets/fonts/font-icons/font-icons.ttf) format("truetype");
}
.icon-zoom:before, .icon-twitter:before, .icon-play:before, .icon-pin:before, .icon-link:before, .icon-instagram:before, .icon-fb:before, .icon-facebook:before, .icon-clock:before, .icon-calendar:before, .icon-arrow-right:before, .icon-arrow-left:before {
font-family: "font-icons";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-style: normal;
font-variant: normal;
font-weight: normal;
text-decoration: none;
text-transform: none;
font-display: swap;
}
.icon-arrow-left:before {
content: "\e001";
}
.icon-arrow-right:before {
content: "\e002";
}
.icon-calendar:before {
content: "\e003";
}
.icon-clock:before {
content: "\e004";
}
.icon-facebook:before {
content: "\e005";
}
.icon-fb:before {
content: "\e006";
}
.icon-instagram:before {
content: "\e007";
}
.icon-link:before {
content: "\e008";
}
.icon-pin:before {
content: "\e009";
}
.icon-play:before {
content: "\e00a";
}
.icon-twitter:before {
content: "\e00b";
}
.icon-zoom:before {
content: "\e00c";
}
h1, h2, h3, h4, h5, h6 {
font-family: "Cormorant Garamond";
line-height: 1.1;
}
.section-title {
font-size: clamp(2.25rem, 2.068rem + 0.7767vw, 3rem);
position: relative;
margin: 0 0 40px;
}
.section-title.line::before {
position: absolute;
content: "";
left: 50%;
bottom: -20px;
transform: translateX(-50%);
width: 100px;
height: 1px;
background-color: #4A3B1A;
}
.entry-content {
font-size: clamp(1rem, 0.9697rem + 0.1294vw, 1.125rem);
}
.entry-content p {
line-height: 1.5;
}
.entry-content p:first-of-type {
margin-top: 0;
}
.entry-content p:last-of-type {
margin-bottom: 0;
}
[data-inviewport=scale-in] {
transform: scale(1.2);
opacity: 0.8;
transition: 1.5s ease;
}
[data-inviewport=scale-in].in-viewport {
opacity: 1;
transform: scale(1);
}
[data-inviewport=fade-up] {
opacity: 0;
transform: translateY(20px);
transition: 0.6s ease 0.2s;
}
[data-inviewport=fade-up].in-viewport {
opacity: 1;
transform: none;
}
.btn-primary {
font-weight: 700;
color: #000000;
background-color: #E2C05C;
height: 45px;
padding: 0 20px;
display: inline-flex;
align-items: center;
justify-content: center;
text-align: center;
border-radius: 40px;
min-width: 180px;
transition: 0.6s ease;
}
.btn-primary:hover {
background-color: #F8E7A0;
}
.btn-secondary {
font-weight: 700;
color: #000000;
background-color: transparent;
border: 2px solid #E2C05C;
height: 45px;
padding: 0 20px;
display: inline-flex;
align-items: center;
justify-content: center;
text-align: center;
border-radius: 40px;
color: #E2C05C;
min-width: 180px;
transition: 0.6s ease;
}
.btn-secondary:hover {
background-color: #E2C05C;
color: #4A3B1A;
}
.hero-banner {
position: relative;
overflow: hidden;
height: 90dvh;
display: flex;
align-items: center;
text-align: center;
}
@media (max-width: 991px) {
.hero-banner {
height: auto;
padding: 180px 0 70px;
}
}
.hero-banner::before {
position: absolute;
content: "";
inset: 0;
background-color: rgba(0, 0, 0, 0.4);
z-index: -1;
}
.hero-banner-gif {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
z-index: -2;
}
.hero-banner-title {
color: #F8E7A0;
font-size: clamp(3rem, 2.6359rem + 1.5534vw, 4.5rem);
margin: 0 0 20px;
}
.hero-banner-text {
font-size: 28px;
color: #E2C05C;
margin-bottom: 40px;
}
.hero-banner-ctas {
display: flex;
align-items: center;
justify-content: center;
}
@media (max-width: 575px) {
.hero-banner-ctas {
flex-direction: column;
}
}
.hero-banner-ctas a {
margin: 0 10px;
}
@media (max-width: 575px) {
.hero-banner-ctas a {
margin: 5px 0;
}
}
.two-column-boxes {
background-color: #FFF3D9;
text-align: center;
}
.tcb-text {
font-size: 22px;
margin-bottom: 30px;
}
@media (max-width: 991px) {
.tcb-text {
font-size: 20px;
}
}
.tcb-boxes-list {
display: flex;
flex-wrap: wrap;
margin-left: -10px;
margin-right: -10px;
}
.tcb-boxes-col {
width: 50%;
padding: 10px;
}
@media (max-width: 768px) {
.tcb-boxes-col {
width: 100%;
}
}
.tcb-box {
background-color: #ffffff;
height: 100%;
border-radius: 20px;
padding: 40px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
border: 1px solid #E2C05C;
}
@media (max-width: 991px) {
.tcb-box {
border-radius: 10px;
}
}
@media (max-width: 768px) {
.tcb-box {
padding: 30px 20px;
}
}
.tcb-box-title {
font-size: 26px;
margin: 0 0 30px;
}
.tcb-box-text {
text-align: left;
}
.bg-quote {
padding: 200px 0;
position: relative;
overflow: hidden;
}
.bg-quote::before {
position: absolute;
content: "";
inset: 0;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.1));
z-index: 1;
}
.bg-quote .container {
position: relative;
z-index: 2;
}
.bg-quote-image {
position: absolute;
z-index: -1;
left: 0;
top: 0;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.bg-quote-text {
color: #ffffff;
font-size: clamp(1.5rem, 1.318rem + 0.7767vw, 2.25rem);
font-family: "Cormorant Garamond";
max-width: 627px;
}
.three-column-boxes {
text-align: center;
background-color: #FFF3D9;
}
.tcb-posts-list {
display: flex;
flex-wrap: wrap;
margin-left: -10px;
margin-right: -10px;
}
.tcb-posts-col {
width: 33.333333%;
padding: 10px;
}
@media (max-width: 1024px) {
.tcb-posts-col {
width: 100%;
}
}
.tcb-post-item-date {
display: inline-block;
margin-bottom: 15px;
color: rgba(74, 59, 26, 0.5);
font-size: 16px;
}
.tcb-post-item-title {
font-size: 26px;
margin: 0 0 20px;
}
.tcb-post-item {
background-color: #ffffff;
height: 100%;
border-radius: 20px;
padding: 40px;
text-align: left;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
border: 1px solid #E2C05C;
}
@media (max-width: 1199px) {
.tcb-post-item {
padding: 30px 20px;
}
}
@media (max-width: 991px) {
.tcb-post-item {
border-radius: 10px;
}
}
.tcb-post-item p {
text-align: left !important;
}
.tcb-post-item img {
width: 100% !important;
max-width: unset !important;
}
.tcb-legend {
margin: 40px 0 0;
display: block;
font-size: 16px;
color: rgba(74, 59, 26, 0.5);
}
.gallery {
text-align: center;
}
.gallery-text {
font-size: 22px;
margin-bottom: 30px;
}
@media (max-width: 991px) {
.gallery-text {
font-size: 20px;
}
}
.gallery-list {
display: flex;
flex-wrap: wrap;
margin-left: -10px;
margin-right: -10px;
}
.gallery-col {
width: 33.333333%;
padding: 10px;
}
@media (max-width: 1199px) {
.gallery-col {
width: 50%;
}
}
@media (max-width: 767px) {
.gallery-col {
width: 100%;
}
}
.gallery-item {
position: relative;
perspective: 1000px;
border-radius: 20px;
overflow: hidden;
cursor: pointer;
}
.gallery-item-front {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
backface-visibility: hidden;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
@media (max-width: 991px) {
.gallery-item-front {
border-radius: 10px;
}
}
.gallery-item-front::after {
position: absolute;
content: "";
inset: 0;
background-color: rgba(0, 0, 0, 0.25);
z-index: 1;
}
.gallery-item.flip .gallery-item-inner {
transform: rotateY(180deg);
}
.gallery-item-inner {
position: relative;
width: 100%;
transition: transform 0.7s ease;
transform-style: preserve-3d;
}
.gallery-item-inner::before {
display: block;
content: "";
padding-top: 100%;
}
.gallery-item-image {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
z-index: -1;
}
.gallery-item-name {
position: absolute;
z-index: 2;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(255, 243, 217, 0.8);
padding: 20px 15px;
margin: 0;
text-transform: uppercase;
font-size: clamp(1.125rem, 1.034rem + 0.3883vw, 1.5rem);
}
.gallery-item-back {
position: absolute;
inset: 0;
border-radius: 8px;
transform: rotateY(180deg);
background-color: #F8E7A0;
backface-visibility: hidden;
overflow: hidden;
z-index: 3;
}
.gallery-item-description {
position: absolute;
inset: 0;
padding: 20px;
overflow-y: auto;
}
.gallery-item-description::-webkit-scrollbar {
width: 6px;
}
.gallery-item-description::-webkit-scrollbar-thumb {
background: rgba(255, 255, 255, 0.4);
border-radius: 3px;
}
.image-multi-content .container {
max-width: 1920px;
padding: 0;
}
@media (max-width: 991px) {
.image-multi-content .container {
padding: 0 20px;
}
}
.imc-top {
display: flex;
flex-wrap: wrap;
}
.imc-top .left {
width: 50%;
position: relative;
overflow: hidden;
border-radius: 10px;
}
@media (max-width: 991px) {
.imc-top .left {
width: 100%;
order: 2;
}
}
.imc-top .right {
width: 50%;
padding: 200px 50px;
}
@media (max-width: 991px) {
.imc-top .right {
width: 100%;
order: 1;
padding: clamp(2.5rem, 2.0449rem + 1.9417vw, 4.375rem) 0;
}
}
.imc-image {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
border-radius: 10px;
}
@media (max-width: 991px) {
.imc-image {
position: static;
}
}
.imc-bottom {
padding: clamp(2.5rem, 2.0449rem + 1.9417vw, 4.375rem) 20px;
}
@media (max-width: 991px) {
.imc-bottom {
padding-left: 0;
padding-right: 0;
}
}
.imc-small-text {
font-family: "Cormorant Garamond";
text-align: right;
font-size: 20px;
margin: 30px 0 0;
line-height: 1.2;
}
@media (max-width: 991px) {
.imc-small-text {
text-align: left;
}
}
.content-image {
background-color: #FFF8F1;
}
.content-image-top {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.content-image-top .left {
width: calc(50% - 40px);
}
@media (max-width: 991px) {
.content-image-top .left {
width: 100%;
margin-bottom: 30px;
}
}
.content-image-top .right {
width: calc(50% - 40px);
overflow: hidden;
}
@media (max-width: 991px) {
.content-image-top .right {
width: 100%;
}
}
.ci-title {
margin: 0 0 20px;
}
.ci-subtitle {
margin: 0 0 20px;
color: rgba(74, 59, 26, 0.5);
}
.ci-image-wrapper {
border-radius: 20px;
overflow: hidden;
margin-bottom: 30px;
}
@media (max-width: 991px) {
.ci-image-wrapper {
border-radius: 10px;
}
}
.ci-image {
border-radius: 20px;
}
@media (max-width: 991px) {
.ci-image {
border-radius: 10px;
}
}
.ci-quote {
font-family: "Cormorant Garamond";
margin: 30px 0 0;
font-size: 20px;
line-height: 1.2;
}
.content-image-bottom {
margin-top: 40px;
}
.contact-map {
background-color: #FFF8F1;
}
.cm-title {
font-size: clamp(2rem, 1.8786rem + 0.5178vw, 2.5rem);
}
.cm-info {
padding-bottom: 30px;
margin-bottom: 30px;
border-bottom: 1px solid #F8E7A0;
}
.contact-map-inner {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}
.contact-map-inner .left {
width: calc(50% - 40px);
}
@media (max-width: 991px) {
.contact-map-inner .left {
width: 100%;
margin-bottom: 30px;
}
}
.contact-map-inner .right {
width: calc(50% - 40px);
overflow: hidden;
}
@media (max-width: 991px) {
.contact-map-inner .right {
width: 100%;
}
}
.cm-map {
width: 100%;
display: block;
position: relative;
}
.cm-map::before {
content: "";
padding-top: 56.25%;
display: block;
}
.cm-map img {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
border-radius: 20px;
}
@media (max-width: 991px) {
.cm-map img {
border-radius: 10px;
}
}
.donations {
background-color: #FFF8F1;
}
.donations-inner {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.donations-inner .left {
width: calc(50% - 40px);
}
@media (max-width: 991px) {
.donations-inner .left {
width: 100%;
margin-bottom: 30px;
}
}
.donations-inner .right {
width: calc(50% - 40px);
overflow: hidden;
}
@media (max-width: 991px) {
.donations-inner .right {
width: 100%;
}
}