@charset "UTF-8";
  html {
scroll-behavior: smooth;
}
.button,
.gb-button {
transition: 0.3s;
border-radius: 6px;
}
.wp-block-separator {
border: none;
}
.site-main ul {
list-style: none; margin-left: 20px;
}
.site-main ul li::before {
content: "•"; color: var(--accent-3); font-weight: bold; display: inline-block; width: 1em; margin-left: -1em; }
.single .site-content {
min-height: 36vh;
}
.front-wave .gb-shape {
z-index: 20;
left: 0;
right: 0;
bottom: -1px;
position: absolute;
overflow: hidden;
pointer-events: none;
line-height: 0;
}
.front-wave .gb-shape svg {
height: 25px;
width: calc(100% + 1.3px);
position: relative;
left: 50%;
transform: translateX(-50%);
min-width: 100%;
fill: currentColor;
}
@media (prefers-color-scheme: dark) {
.front-wave .gb-shape svg {
display: none;
}
}
@media (max-width: 767px) {
.front-wave .gb-shape svg {
height: 12px;
}
}
.front-wave.header-wave {
margin-bottom: 20px;
}
.front-wave.header-wave .gb-shape {
transform: rotate(180deg) translate(0, 1px) scale(-1, 1);
bottom: auto;
top: auto;
}
@media (min-width: 768px) {
.front-wave.header-wave .gb-shape {
transform: rotate(180deg) translate(20px, 1px) scale(-1.2, 1);
}
}
.front-wave.header-wave .gb-shape svg {
height: 22px;
color: #fff;
}
@media (max-width: 767px) {
.front-wave.header-wave .gb-shape svg {
height: 9px;
}
}
.home .site.grid-container {
display: none;
}
.home .front-wave.header-wave {
margin-bottom: 0;
}
@media (max-width: 767px) {
.header-wave + .site .site-content .inside-article {
padding-top: 10px;
}
}
.hero {
position: relative;
}
.hero .grid-container {
max-width: 100%;
}
.hero .swiper-wrapper {
background-color: #fff;
}
.hero .swiper-slide + .swiper-slide {
opacity: 0;
}
.hero .swiper-slide img {
display: block;
height: 40vh;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center center;
object-position: center center;
}
@media (min-width: 768px) {
.hero .swiper-slide img {
height: 55vh;
min-height: 400px;
max-height: 600px;
}
}
.hero .text {
flex: 1;
bottom: 0;
padding: 20px 30px;
background-color: #fff;
}
.hero .text p:last-child, .hero .text h1:last-child, .hero .text .button:last-child {
margin-bottom: 0;
}
@media (min-width: 768px) {
.hero .text {
padding: 30px;
background-color: rgba(255, 255, 255, 0.75);
border-radius: 6px;
position: absolute;
bottom: auto;
top: 50%;
transform: translateY(-50%);
margin-bottom: 80px;
max-width: 50%;
}
}
@media (min-width: 1025px) {
.hero .text {
margin-bottom: 130px;
max-width: 500px;
}
}
@media (min-width: 1300px) {
.hero .text {
left: calc((100vw - 1200px) / 2);
}
}
.hero .swiper-button-next, .hero .swiper-button-prev {
color: var(--base);
top: 20vh;
}
@media (min-width: 768px) {
.hero .swiper-button-next, .hero .swiper-button-prev {
display: none;
}
}
.hero .swiper-button-next:after, .hero .swiper-button-prev:after {
font-size: 22px;
}
.hero .swiper-pagination {
bottom: 40px;
left: 30px;
text-align: left;
}
@media (max-width: 767px) {
.hero .swiper-pagination {
display: none;
}
}
@media (min-width: 768px) {
.hero .swiper-pagination {
bottom: 60px;
}
}
@media (min-width: 1300px) {
.hero .swiper-pagination {
left: calc((100vw - 1160px) / 2);
}
}
.hero .swiper-pagination-bullet {
background-color: #fff;
opacity: 0.6;
width: 14px;
height: 14px;
}
.hero .swiper-pagination-bullet-active {
opacity: 1;
}
.hero h1 {
position: relative;
display: inline-block;
margin-bottom: 10px;
}
@media (min-width: 1600px) {
.hero h1 {
margin-bottom: 20px;
}
}
.hero p {
margin-bottom: 10px;
}
@media (min-width: 1025px) {
.hero p {
margin-bottom: 15px;
}
}
@media (min-width: 1600px) {
.hero p {
margin-bottom: 20px;
}
}
.hero .button {
margin-top: 10px;
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}
.hero .button:hover {
box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.3), 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
}
.hero .front-wave .gb-shape {
color: #fafafa;
}
@media (max-width: 767px) {
.hero .front-wave .gb-shape {
bottom: auto;
top: calc(40vh + 2px);
transform: translateY(-100%);
color: #fff;
}
}
.programi {
text-align: center;
position: relative;
padding-top: 10px;
padding-bottom: 20px;
border-top: 1px solid var(--base-2);
}
@media (min-width: 768px) {
.programi {
border-top: none;
padding-bottom: 60px;
}
}
.programi h2 {
margin-bottom: 40px;
}
.programi h3 {
margin-top: 5px;
margin-bottom: 10px;
}
.programi .slika {
padding: 20px;
display: inline-block;
position: relative;
transition: 0.3s;
}
.programi .slika:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
border-radius: 50%;
background-color: var(--accent);
transition: 0.3s;
opacity: 0.1;
}
.programi img {
display: block;
position: relative;
}
.programi a {
color: var(--contrast);
text-decoration: none;
display: block;
}
.programi a:hover .slika:before {
opacity: 1;
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}
.programi a:hover .slika {
transform: translateY(-8px);
}
.programi .program {
flex: 0 0 calc(50% - 10px);
}
@media (min-width: 768px) {
.programi .program {
flex: 0 0 calc(20% - 20px);
}
}
.programi .program:nth-child(4n+1) .slika:before {
background-color: var(--accent-2);
}
.programi .program:nth-child(4n+2) .slika:before {
background-color: var(--accent-3);
}
.programi .program:nth-child(4n+3) .slika:before {
background-color: var(--accent-4);
}
.programi .front-wave .gb-shape {
color: var(--base-2);
}
.programi .front-wave .gb-shape svg {
height: 30px;
}
.programi-icons {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-left: -10px;
margin-right: -10px;
gap: 10px;
}
@media (min-width: 768px) {
.programi-icons {
gap: 20px;
}
}
.zemljevid {
position: relative;
padding-top: 10px;
}
.zemljevid-content {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}
@media (max-width: 767px) {
.zemljevid-content {
flex-direction: column;
}
}
.zemljevid-content .opis {
width: 30%;
}
@media (max-width: 767px) {
.zemljevid-content .opis {
width: 100%;
padding-bottom: 30px;
}
}
.zemljevid-content .opis p:last-child {
margin-bottom: 0;
}
.zemljevid-content .opis .button {
margin-bottom: 10px;
}
.zemljevid-content img {
width: 65%;
}
@media (max-width: 767px) {
.zemljevid-content img {
width: 100%;
}
}
.seznam-misijonarjev {
display: flex;
flex-direction: column;
gap: 20px;
padding-top: 20px;
}
@media (min-width: 768px) {
.seznam-misijonarjev {
flex-direction: row;
width: 100%;
padding-top: 40px;
}
.seznam-misijonarjev > div {
flex-grow: 1;
flex-basis: 0;
}
}
@media (min-width: 1025px) {
.seznam-misijonarjev {
gap: 40px;
}
}
.seznam-misijonarjev h5 {
color: var(--contrast-3);
margin-bottom: 8px;
font-size: 16px;
text-transform: uppercase;
}
.swiper2 {
overflow: hidden;
padding: 15px;
margin: 0 -15px;
}
.swiper2 .swiper-button-next,
.swiper2 .swiper-button-prev {
top: 22px;
margin-top: 0;
left: auto;
color: var(--contrast);
}
.swiper2 .swiper-button-next:after,
.swiper2 .swiper-button-prev:after {
font-size: 20px;
}
@media (min-width: 768px) {
.swiper2 .swiper-button-next:after,
.swiper2 .swiper-button-prev:after {
font-size: 30px;
}
}
@media (min-width: 1025px) {
.swiper2 .swiper-button-next,
.swiper2 .swiper-button-prev {
top: 31px;
}
}
.swiper2 .swiper-button-next {
right: 20px;
}
@media (min-width: 768px) {
.swiper2 .swiper-button-next {
right: 40px;
}
}
.swiper2 .swiper-button-prev {
right: 50px;
}
@media (min-width: 768px) {
.swiper2 .swiper-button-prev {
right: 80px;
}
}
.novice {
position: relative;
background-color: var(--base-2);
padding-bottom: 50px;
}
.novice .front-wave .gb-shape {
color: #fafafa;
}
.novice .inside-article {
position: relative;
}
.novice h2 a {
text-decoration: none;
color: var(--contrast);
}
.novice h2 a:hover {
color: var(--accent-3);
}
.novice .article-wrap {
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05), 0 6px 6px rgba(0, 0, 0, 0.08);
padding: 20px;
border-radius: 6px;
height: calc(100% - 40px);
background-color: #fff;
}
.novice .article-wrap.more {
display: flex;
align-items: center;
justify-content: center;
background-color: var(--base-2);
}
.novice .article-wrap.more a {
text-decoration: underline;
padding: 20px 30px;
}
.novice .article-wrap.more a:hover {
text-decoration: none;
color: var(--contrast);
}
.novice .single-article a {
color: var(--contrast);
text-decoration: none;
}
.novice .single-article a:hover {
color: var(--accent-3);
}
.novice .single-article h3 {
margin-bottom: 10px;
}
.novice .single-article time {
margin-bottom: 0.375rem;
display: flex;
align-items: center;
}
.novice .single-article time svg {
width: 20px;
transform: translateY(-2px);
margin-right: 5px;
opacity: 0.5;
}
.novice .single-article p {
margin: 0;
}
.novice .single-article .button {
color: #fff !important;
padding: 5px 10px;
font-size: 13px;
text-transform: uppercase;
position: absolute;
bottom: -14px;
right: 20px;
}
.novice .single-article-title {
display: flex;
justify-content: space-between;
}
.novice .single-article-title-content {
flex: 0 0 calc(100% - 150px);
}
@media (max-width: 370px) {
.novice .single-article-title-content {
flex: 0 0 60%;
}
}
.novice .intro-thumb {
flex: 0 0 135px;
display: block;
}
@media (max-width: 370px) {
.novice .intro-thumb {
flex: 0 0 35%;
}
}
.novice .intro-thumb img {
border-radius: 6px;
}
.novice .swiper-slide {
height: auto;
}
.novice .divider {
margin: 0 auto;
}
.novice .more-news {
position: absolute;
right: 95px;
top: 31px;
}
@media (min-width: 768px) {
.novice .more-news {
right: 135px;
}
}
@media (min-width: 1025px) {
.novice .more-news {
top: 40px;
}
}
.novice .more-news a {
color: var(--contrast);
}
.novice .more-news a:hover {
text-decoration: none;
}
.archive .entry-summary,
.archive .entry-content,
.blog .entry-summary,
.blog .entry-content,
.search .entry-summary,
.search .entry-content {
margin-top: 10px;
}
.archive .entry-summary > .wp-block-image:first-child,
.archive .entry-content > .wp-block-image:first-child,
.blog .entry-summary > .wp-block-image:first-child,
.blog .entry-content > .wp-block-image:first-child,
.search .entry-summary > .wp-block-image:first-child,
.search .entry-content > .wp-block-image:first-child {
display: none;
}
.archive .post,
.archive .page,
.blog .post,
.blog .page,
.search .post,
.search .page {
margin-bottom: 0;
}
.archive .post:last-child .inside-article:after,
.archive .page:last-child .inside-article:after,
.blog .post:last-child .inside-article:after,
.blog .page:last-child .inside-article:after,
.search .post:last-child .inside-article:after,
.search .page:last-child .inside-article:after {
border-bottom: none;
}
.archive .inside-article,
.blog .inside-article,
.search .inside-article {
padding-bottom: 0;
}
.archive .inside-article:after,
.blog .inside-article:after,
.search .inside-article:after {
border-bottom: 1px solid var(--base);
height: 40px;
width: 100%;
}
.archive .post-image,
.blog .post-image,
.search .post-image {
text-align: left !important;
margin-bottom: 10px !important;
}
.archive .post-image img,
.blog .post-image img,
.search .post-image img {
border-radius: 6px;
}
.search .page-header {
padding-bottom: 0;
}
.search .page-title {
font-size: 30px;
}
footer.entry-meta .post-navigation {
display: flex;
flex-direction: column;
}
@media (min-width: 768px) {
footer.entry-meta .post-navigation {
flex-direction: row;
justify-content: space-between;
border-top: 1px solid var(--base);
margin-top: 50px;
padding-top: 30px;
gap: 30px;
}
}
footer.entry-meta .post-navigation > div {
padding: 10px 0;
display: flex;
align-items: center;
gap: 10px;
}
footer.entry-meta .post-navigation > div.nav-previous {
border-bottom: 1px solid var(--base);
}
@media (min-width: 768px) {
footer.entry-meta .post-navigation > div.nav-previous {
border-bottom: none;
}
}
@media (min-width: 768px) {
footer.entry-meta .post-navigation > div.nav-next .gp-icon {
order: 10;
}
}
@media (min-width: 1025px) {
footer.entry-meta .post-navigation > div {
order: 10;
font-size: 17px;
}
}
footer.entry-meta .post-navigation a {
color: var(--contrast);
}
footer.entry-meta .post-navigation a:hover {
text-decoration: none;
}
footer.entry-meta .gp-icon {
margin: 0;
font-size: 18px;
transform: translateY(-2px);
opacity: 1;
}
.gradiva {
margin-top: 30px;
}
.gradiva-wrap {
display: flex;
flex-wrap: wrap;
margin: 0 -10px;
}
.gradivo {
flex: 0 0 50%;
border: 10px solid transparent;
text-align: center;
position: relative;
}
@media (min-width: 1025px) {
.gradivo {
flex: 0 0 25%;
}
}
.gradivo img {
display: block;
}
.gradivo h3 {
margin: 0;
}
@media (max-width: 767px) {
.gradivo h3 {
padding: 0 10px 10px 10px;
}
}
.gradivo .slika {
padding: 15px;
}
.gradivo .slika img {
width: 64px;
height: 64px;
-o-object-fit: contain;
object-fit: contain;
}
.gradivo a {
display: flex;
align-items: center;
text-decoration: none;
color: var(--contrast);
background-color: #fff;
border-radius: 6px;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05), 0 6px 6px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
.gradivo a {
flex-direction: column;
}
}
.gradivo a:hover {
color: var(--accent-3);
}
.button-calendar {
text-align: center;
padding: 2rem 0;
}
.button-calendar .button {
width: 100%;
}
@media (min-width: 1025px) {
.button-calendar .button {
width: inherit;
min-width: 680px;
}
}
.advent-wrapper {
padding: 30px;
}
@media screen and (min-width: 1201px) {
.advent-wrapper {
padding: 40px;
}
}
.advent-title {
color: #e11e26;
}
.advent-calendar {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
}
@media (min-width: 768px) {
.advent-calendar {
grid-template-columns: repeat(4, 1fr);
}
}
@media (min-width: 1025px) {
.advent-calendar {
grid-template-columns: repeat(5, 1fr);
}
}
.advent-day {
background-color: #fff;
position: relative;
text-align: center;
border-radius: 5px;
}
.advent-day img {
max-width: 100%;
height: auto;
display: block;
max-height: 100%;
-o-object-fit: contain;
object-fit: contain;
}
.is-today .advent-day-link {
outline: 2px dotted #777;
}
.day-number {
position: absolute;
bottom: 10px;
right: 10px;
background: #e11e26;
color: white;
width: 36px;
height: 36px;
line-height: 36px;
border-radius: 36px;
font-size: 15px;
}
@media screen and (max-width: 800px) {
.day-number {
bottom: 5px;
right: 5px;
font-size: 14px;
width: 32px;
height: 32px;
line-height: 32px;
border-radius: 32px;
}
}
.day-number.uvod {
width: auto;
padding-left: 10px;
padding-right: 10px;
}
.day-date {
position: absolute;
top: 0;
left: 0;
background: #777;
color: #FFF;
padding: 2px 5px;
border-radius: 5px 0 0 0;
font-size: 10px;
white-space: nowrap;
}
@media (min-width: 1025px) {
.day-date {
font-size: 11px;
}
}
.open-modal .day-date {
background-color: #222;
}
.advent-day-link {
display: flex;
flex-direction: column;
justify-content: center;
height: 100%;
background-color: #fff;
border-radius: 5px;
transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
padding: 10px;
aspect-ratio: 1/1;
}
@media screen and (max-width: 800px) {
.advent-day-link {
padding: 5px;
}
}
.advent-day-link:hover {
transform: scale(1.02);
box-shadow: 0 15px 32px rgba(0, 0, 0, 0.25), 0 13px 10px rgba(0, 0, 0, 0.2);
}
.advent-day-link.locked img {
opacity: 0.5;
}
.advent-day-link.locked:hover {
cursor: default;
transform: none;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.modal {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
z-index: 9999;
overflow: auto;
}
.modal-close-wrapper {
text-align: right;
}
.modal-close {
font-size: 28px;
padding: 5px 10px;
cursor: pointer;
}
.modal-zapri-wrapper {
text-align: right;
}
.modal-zapri {
text-decoration: underline;
color: #e11e26;
cursor: pointer;
}
.modal-zapri:hover {
text-decoration: none;
}
.modal-content {
background: white;
padding: 20px;
margin: 100px auto;
max-width: 800px;
border-radius: 10px;
position: relative;
overflow-y: auto;
max-height: 80vh;
}
@media (max-width: 768px) {
.modal-content {
padding: 15px;
margin: 50px auto;
width: 90%;
}
} @media (max-width: 1024px) {
.site-branding {
margin-left: 30px;
}
}
.mobile-menu-control-wrapper .menu-toggle, .mobile-menu-control-wrapper .menu-toggle:hover, .mobile-menu-control-wrapper .menu-toggle:focus, .has-inline-mobile-toggle #site-navigation.toggled {
background-color: transparent;
}
.menu-toggle .gp-icon svg {
font-size: 28px;
transform: translateY(5px);
}
.has-inline-mobile-toggle #site-navigation.toggled {
margin-top: 0;
}
.site-header {
box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.4);
z-index: 20;
position: inherit;
}
.site-header .inside-header {
position: inherit;
z-index: 10;
}
@media (max-width: 767px) {
.site-header .header-image {
width: 80px !important;
margin: 0 0 10px 30px;
}
}
@media (max-width: 767px) {
.main-navigation {
transform: translateY(-5px);
}
}
.toggled .main-nav {
background: #fff;
}
@media (max-width: 767px) {
.menu-toggle {
margin-right: 20px;
}
}
.menu-item.doniraj {
margin-left: 10px;
margin-right: 10px;
}
.menu-item.doniraj a {
padding: 5px 10px;
background-color: var(--accent-3);
border-radius: 6px;
color: #fff !important;
line-height: 36px !important;
transition: 0.3s;
}
.menu-item.doniraj a:hover {
background-color: var(--accent-3-alt);
}
@media screen and (min-width: 1320px) {
.main-navigation .main-nav ul li a, .menu-toggle, .main-navigation .menu-bar-item > a {
padding-left: 17px;
padding-right: 17px;
}
} @media (min-width: 768px) {
.inside-right-sidebar {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 100;
}
.inside-right-sidebar .widget {
padding-top: 15px;
padding-bottom: 15px;
}
}
.inside-right-sidebar img {
border-radius: 6px;
}
.inside-right-sidebar .wp-block-latest-posts li {
line-height: 1.2;
margin-bottom: 15px;
padding-bottom: 10px;
border-bottom: 1px solid var(--base);
}
.inside-right-sidebar .wp-block-latest-posts li:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
.inside-right-sidebar .wp-block-latest-posts li:after {
content: "";
clear: both;
display: table;
}
.inside-right-sidebar .wp-block-latest-posts a {
color: var(--contrast);
text-decoration: none;
font-size: 16px;
}
.inside-right-sidebar .wp-block-latest-posts a:hover {
color: var(--accent);
}
.inside-right-sidebar .wp-block-latest-posts time {
font-size: 13px;
margin-top: 5px;
opacity: 0.6;
} @media (min-width: 768px) {
.site-footer #mailpoet_form_1 .mailpoet_paragraph {
margin-bottom: 0;
}
}
.site-footer input {
border-radius: 6px;
padding: 10px !important;
}
.site-footer .mailpoet_form.mailpoet_form_successfully_send .mailpoet_validate_success {
left: 0;
position: absolute;
text-align: left;
top: 0;
transform: none;
color: #e11e26;
}
.site-footer a:not(.gb-button) {
text-decoration: none;
}
.site-footer a:not(.gb-button):hover {
text-decoration: underline;
}
@media (prefers-color-scheme: dark) {
.site-footer .gb-shapes {
display: none;
}
.site-footer > div {
background-color: #000 !important;
}
}