/*
	Theme Name: Slavonic
	Description: slavonic Theme
	Version: 1.0
	Author: AZobenko
	Author URI: https://facebook.com/zobenko777
*/

@font-face {
	font-family:'Book Antiqua';
	src:url('fonts/book-antiqua.eot');
	src:url('fonts/book-antiqua.eot?#iefix') format('embedded-opentype'),
		url('fonts/book-antiqua.woff') format('woff'),
		url('fonts/book-antiqua.ttf') format('truetype'),
		url('fonts/book-antiqua.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	transition:all 200ms;
	-webkit-transition:all 200ms;
}
*:hover {
	transition:all 200ms;
	-webkit-transition:all 200ms;
}
*:focus {
	outline:none;
}
.wp-block-image img {
    height: auto;
}
body {
	font-size:14px;
	font-family: arial, sans-serif;
	color:#1e1f26;
	background:#efefef;
}
main,
aside {
	margin-top:30px;
}
body:not(.home) main,
body:not(.home) aside {
	margin-top:10px;
}
body.single main {
	margin-top:10px;
}
body.single aside {
	margin-top:35px;
}
@media (min-width: 920px) {
  .menu-button {
    display: none;
	}
}
#search-switch,
#lang-switch {
 /* float:right; */
  /* padding-top: 30px; */
    color: #fff;
    order: 2;
}
#lang-switch{
    order: 3;
}
#lang-switch span {
  font-size:18px;
  /* margin-left:10px; */
  /* margin-top: 2px; */
}
header .wrapper > div.lang-container,
header .wrapper > div.search-container {
  display:none;
  width:100%;
  height:0px;
  overflow:hidden;
  transition:all 300ms;
  -webkit-transition:all 300ms;
  position: absolute;
  top: auto;
  bottom: -18px;
  left: 0;
}
header .wrapper > div.lang-container.open,
header .wrapper > div.search-container.open {
  height:36px;
  display: block;

}
.lang-container ul {
  list-style:none;
  margin:0;
}
.lang-container ul li.current-lang,
.lang-container ul li:hover {
  border-top: 2px solid #fff;
}
.lang-container ul li {
  list-style:none;
  margin:0;
  float:right;
  line-height: 30px;
    margin-left: 15px;
   border-top: 2px solid transparent;
}
.lang-container ul li a {
  color:#fff;
}
form.search {
  float:right;
  width:320px
}
.menu-button {
  height: 30px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 99999999;
  
  order: 4;
  }
  aside .textwidget  a.zoomLink{
    width: 100%;
  }
  .menu-button span {
    margin: 0 auto;
    position: relative;
    transition-duration: 0s;
    transition-delay: 0.2s;
    background-size: 0; }
    .menu-button span:before {
      margin-top: -10px;
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      transition-property: margin, transform;
      transition-duration: 0.2s;
      transition-delay: 0.2s, 0s; }
    .menu-button span:after {
      margin-top: 10px;
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      transition-property: margin, transform;
      transition-duration: 0.2s;
      transition-delay: 0.2s, 0s; }
    .menu-button span:before, .menu-button span:after {
      content: '';
      position: absolute;
      transform: initial; }
    .menu-button span, .menu-button span:before, .menu-button span:after {
      width: 35px;
      height: 3px;
      background-color: #fff;
      display: block;
      border-radius: 3px; }
  .menu-button:focus {
    outline: none;
    box-shadow: none; }
  .menu-button.active span {
    background-color: rgba(0, 0, 0, 0);
    transition-delay: 0s, 0.2s; }
    .menu-button.active span:before {
      margin-top: 0;
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      transition-delay: 0s, 0.2s; }
    .menu-button.active span:after {
      margin-top: 0;
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      transition-delay: 0s, 0.2s; }
#breadcrumbs a {
	color:#1e1f26;
	text-decoration:none;
}
#breadcrumbs + aside,
#breadcrumbs + main {
	margin-top:10px;
}
.single #breadcrumbs {
	margin:0 auto 10px;
  line-height: 15px;
}
#breadcrumbs {
	margin:10px auto 0;
	font-size:12px;
}
input[type="search"] {
    padding: 8px 12px;
    opacity: 0.7;
    border: 1px solid #ccc;
    font-size: 16px;
	width:100%;
}
form.search {
	display:flex;
	position:relative;
	overflow:hidden;
}
form.search:hover .search-submit {
	transform:translateX(0px);
	opacity:1;
}
.search-submit {
	content: '';
    height: 32px;
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 99999;
	opacity:0;
	transform:translateX(20px);
	color: #fff;
    background: #152C60;
    border: none;
    padding: 0 10px;
}
h1, h2, h3, h4, h5 {
	font-family: 'Book Antiqua', times;
}
.wp-block-image img {
    height: auto;
}
.sidebar-widget > div:hover {
	box-shadow: 0 0 20px #aaa;
}
.sidebar-widget > div {
	margin-bottom:20px;
}
.post-edit-link:hover {
	background:#152C60;
	box-shadow:0 0 15px #777;
	color:#fff;
}
.post-edit-link {
    background: #777;
    color: #fff;
    padding: 7px 8px 8px 16px;
    border-radius: 10px;
    font-family: arial;
	margin-top:20px;
	display: block;
    max-width: 130px;
}
.page .post-edit-link,
.home .post-edit-link {
	padding: 8px 16px;
	position: fixed;
	left: -10px;
    top: 110px;
}
.clear:before,
.clear:after {
    content:' ';
    display:table;
}
.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
p {
	font-size:15px;
	line-height: 20px;
	text-align: justify;
}
blockquote cite {
	font-weight:700;
}
blockquote {
	border-left: 3px solid #ddd;
    margin-left: 0;
    padding-left: 30px;
    font-style: italic;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#333;
	text-decoration:none;
}
article p a {
	text-decoration:underline;
	color:#152C60;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
.hidden {
	display:none!important;
}
.widget_polylang ul {
  padding:0;
  list-style:none;
  margin:0;
}
.widget_polylang ul li a{
    padding: 7px 15px;
    display: block;
    background: #e0e0e0;
    font-family: 'Book Antiqua', times;
    color: #152C60;
    font-size: 15px;
    letter-spacing: 0.5px;
}
.widget_polylang ul li a:hover {
  background:#fff;
}
#cboxCurrent {
  display:none!important;
}
#cboxTitle {
    padding: 0 10px;
}
/* wrapper */
.wrapper {
	max-width:1200px;
	width:90%;
	margin:0 auto;
	position:relative;
	clear:both;
}
/* header */
.header {
	background:#152C60;
	padding:10px 0;
	color:#fff;
}
.box-header{
    display: flex;
    align-items: center;
    gap: 20px;
}
.box-header .dashicons{
    height: auto;
}
header .wrapper > div {
	/* float: left; */
    display: flex;
    align-items: center;
    margin-right: auto;
}
footer .logo {
	float: left;
    margin-right: 10px;
}
.logo {
	margin-right:10px;
	width: 50px;
}
img.custom-logo {
	width:50px;
    height: auto;
   
   
	/* height:80px; */
}
.site-info a {
	color:#fff;
}
.site-info {
	font-size:10px;
	text-transform:uppercase;
	/* padding-top: 9px; */
	/* max-width: 210px; */
    width: 100%;
	/* text-align:justify; */
}
.site-info a {
	text-decoration:none;
}
.site-info a span {
	display:block;
	font-size:14px;
	letter-spacing:1px;
	font-family: 'Book Antiqua', times;
	font-weight:700;
    text-wrap: balance;
}
.site-info a span.blog_desk{
    font-size: 12px;
    font-weight: 400;
    padding-top: 10px;
}
.nav {
	/* float:right; */
	margin-top:0px;
 
}
header nav {
    flex: 1;
    margin-top: 0;
}
.nav ul {
	list-style:none;
	display:flex;
}
header nav  ul{
    justify-content: flex-end;
}
.nav ul li {
	padding:10px;
	margin:0;
	position:relative;
	border-top:3px solid transparent;
}
.nav ul li:hover {
	border-top:3px solid #fff;
}
.nav ul li a{
	padding:0;
	margin:0;
	color:#fff;
	font-size:14px;
	white-space: nowrap;
	text-transform: uppercase;
	text-decoration:none;
	width:100%;
	height:100%;
	display:inline-block;
	letter-spacing:0.5px;
}
.nav ul li .sub-menu {
	flex-direction:column;
	position:absolute;
	top:35px;
	left:-5px;
	background:rgba(255,255,255,1);
	opacity:0;
	pointer-events:none;
	transition:all 300ms;
	-webkit-transition:all 300ms;
	margin:0;
	padding:0;
	z-index:999;
	transform: translateY(-15px);
}
body .nav ul li .sub-menu ul.sub-menu li:before {
	content: '\2629';
    color: #777;
    float: left;
    padding: 8px 5px 0 7px;
}
body .nav ul li .sub-menu ul.sub-menu li {
	background:#fff;
	padding-left:20px;
}
body .nav ul li .sub-menu ul.sub-menu {
	left: 0;
	top:0;
    width: 100%;
	opacity:1;
	display:block;
	position:relative;
}
.nav ul li.open .sub-menu {
	opacity:1;
	pointer-events:all;
	transition:all 300ms;
	-webkit-transition:all 300ms;
	transform: translateY(0);
}
.nav ul li .sub-menu li {
	float:none;
	padding:0;
	margin:0;
}
.nav ul li .sub-menu li a:hover {
	background:rgba(0,0,0,0.1);
}
.nav ul li .sub-menu li a {
	padding:10px 20px;
	margin:0;
	color:#555;
	display:block;
	text-transform:none;
}
.last-news {
	margin-bottom: 30px;
}
@media screen and (max-width:920px) {
  .last-news {
	margin-bottom:90px;
}
  form.search {
    width: 100%;
}
  .page .post-edit-link, .home .post-edit-link {
    top: 175px;
  }
}
.last-publ h3 {
   font-size: 22px;
    margin: 0 0 20px;
    background: #152C60;
    color: #fff;
    padding: 10px;
    display: block;
}
.last-news h3 {
	font-size:22px;
	margin: 0 0 15px;
    padding: 15px 0 0  20px;
}
.last-news article:hover {
	box-shadow:0 0 20px rgba(0,0,0,0.2)
}
.last-news article {
    padding: 0 20px 0 0;
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
    background: #fff;
    display: flex;
}
.last-news article:first-child {
	padding:0 20px 20px;
    display:block
}
.last-news article:first-child img {
	width:100%;
}
.last-news article:first-child .image {
	float:none;
	margin-left: -20px;
    width: calc(100% + 40px);
    display: block;
   max-width:inherit;
   max-height:inherit;
   margin-right: 0;
}
.last-news article:first-child h2 {
	font-size:22px;
	margin:10px 0;
}
.last-news article:first-child span.date {
	margin-top:15px;
	display:block;
}
.last-news article h2 {
	font-size:20px;
	margin:20px 0 10px;
	line-height:24px;
}
article span.date {
	color: #844b6b;
	font-weight:700;
	margin: 10px 0;
    display: block;
}
.last-news article p {
	display:block;
	margin-top:5px;
}
.last-publ .more-publ:hover,
.last-news .more-news:hover {
	box-shadow:0 0 20px rgba(0,0,0,0.2);
}
.last-news .more-news {
	display: block;
    padding: 10px 0;
    background: #152C60;
    color: #fff;
    text-align: center;
    width: 200px;
    font-size: 16px;
    clear: both;
    text-decoration: none;
	float: right;
    margin-bottom: 20px;
    margin-top: 20px;
}
.last-news article .image {
	min-width: 300px;
    max-width: 300px;
    overflow: hidden;
    display: block;
    margin-right: 30px;
}
.last-publ .more-publ {
	display: block;
    float: none;
    position: absolute;
    bottom: 30px;
    right: 0;
	padding: 10px 0;
    background: #152C60;
    color: #fff;
    text-align: center;
    width: 200px;
    font-size: 16px;
    clear: both;
    text-decoration: none;
}
.last-publ {
	padding:0;
	display:inline-block;
	margin-bottom: 80px;
	width: 100%;
}
.last-publ article:last-child {
	margin-right:0;
}
.last-publ article h2 {
	font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
	padding:0;
}
.last-publ article:hover {
	box-shadow:2px 2px 10px rgba(0,0,0,0.1);
}
.last-publ article:nth-child(4) {
	margin-right:0;
}
.last-publ article {
	margin-right:0;
    margin-bottom:20px;
	width:100%;
	background:#fff;
  	display:flex;
    padding-right: 30px;
}

.last-publ .image img {
	width:100%;
}
.last-publ .image {
	min-width: 300px;
    max-width: 300px;
    max-height: 180px;
    overflow: hidden;
  	display:block;
    margin-right:30px;
}
.view-article {
	display:none;
}
.more-button:hover {
	color:#fff;
	box-shadow:0 0 20px rgba(0,0,0,0.2);
}
.more-button {
	display: block;
    padding: 10px 0;
    background: #152C60;
    color: #fff;
    text-align: center;
    width: 140px;
    font-size: 16px;
	clear:both;
	text-decoration: none;
}
.single main article,
.page:not(.home) main section {
	padding:20px 30px 50px;
	background:#fff;
	margin-bottom:50px;
}
.page h1 {
	margin:0 0 20px;
}
.archive .wp-block-image img {
    max-width: 100%;
    width: 100%;
}
.archive .wp-block-image {
    margin-bottom: 0;
}
.archive article {
	padding: 20px;
    background: #fff;
	margin-bottom:20px;
}
.archive article > a:first-child {
	float: left;
    margin: 0 20px 20px 0;
    width: 100%;
}
div.copyright {
     clear: both;
    text-align: center;
    margin-top: 40px;
    /* text-transform: lowercase; */
}
@media screen and (min-width:920px){
  .archive article > a:first-child {
    width: 200px;
  }
}
.archive article h2 {
	margin:0;
	line-height:26px;
}
.pagination span,
.pagination a {
	border: 1px solid #777;
    border-radius: 3px;
    padding: 10px 13px;
    font-size: 16px;
    font-weight: 700;
	background:#fff;
	margin-right:10px;
}
.pagination {
    margin: 30px 0 50px;
}
footer {
	background: #152C60;
    clear: both;
    padding: 30px 0;
    color: #fff;
}
footer p {
  margin:0;
}
.crefits{
    display: flex;
    align-items: center;
}
p.copyright a {
	display: block;
    letter-spacing: 1px;
    font-family: 'Book Antiqua', times;
    font-weight: 700;
    color:#fff;
    /* width: 210px; */
  font-size: 17px;
    line-height: 25px;
    text-transform: uppercase;
}
p.copyright a span{
    font-size: 12px;
    font-weight: 400;
    
}
p.copyright {
    margin-top:0;
    text-align: left;
    font-size: 12px;
    float: left;
    letter-spacing: 1px;
    font-family: 'Book Antiqua', times;
    font-weight: 700;
}
.footer-widget {
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.footer-widget .widget_text {
  margin-left:50px;
}
.footer-widget .widget_text h3 {
  margin-top:0;
}
body.search main section h1 {
	margin:0;
	font-size:22px;
}
body.search main section article {
	padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

body.search main section {
	background:#fff;
	padding:20px;
}
@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {
	
}
@media only screen and (min-width:920px) {
	.sidebar {
		width:300px;
		float:right;
	}
	main {
		width: calc(100% - 300px);
		float: left;
		padding-right: 30px;
	}
  .last-news article .image {
    width: auto;
	}
}
@media only screen and (min-width:1140px) {
	.nav ul li a {
		font-size: 14px;
	}
}
@media only screen and (min-width:1290px) {
	.site-info {
		font-size:20px;
		/* padding-top:5px; */
		float:left;
		/* max-width:140px; */
	}
	.custom-logo {
		width:90px;
		height:90px;
	}
	
	.site-info a span {
	
		letter-spacing: 1.5px;
	}
	
}

@media screen and (max-width:1265px) {
	.nav ul li a {
		font-size: 13px;
	}
}
@media screen and (max-width:1150px) {
	.nav ul li a {
		font-size: 14px;
	}
}
@media screen and (max-width:920px) {
    .site-info a span{
        font-size: 12px;
    }
	.nav {
		position: absolute;
		top: 80px;
		left: -397px;
		background: #152C60;
		z-index: 999;
		width: 377px;
		margin:0;
		display:block;
		padding:0;
		overflow: auto;
		transition:all 1000ms;
		-webkit-transition:all 1000ms;
	}
	.nav ul {
		list-style: none;
		display: flex;
		flex-direction: column;
		padding-left: 15px;
	}
	.nav ul li .sub-menu {
		position: relative;
		top: 0;
		left: 0;
		background: transparent;
		opacity: 1;
		pointer-events: all;
		transition: all 300ms;
		-webkit-transition: all 300ms;
		margin: 0;
		padding: 0;
		z-index: 999;
		transform: translateY(0);
	}
	
	.nav ul li .sub-menu li a {
		padding: 15px 20px;
		margin: 0;
		color: #fff;
	}
	.search-container.open form.search {
      margin-top:20px;
    }
	body .nav ul li .sub-menu ul.sub-menu li {
		background: transparent;
		padding-left: 10px;
	}
	body .nav ul li .sub-menu ul.sub-menu li:before {
		color: #ccc;
		padding: 12px 5px 0 7px;
	}
	.nav ul li:hover {
		border-top: 3px solid transparent;
	}
	
	img {
		width:100%;
	}
  header .wrapper > div.lang-container.open,
  header .wrapper > div.search-container.open {
    height:56px;
  }
  .search-container.open form.search,
  .lang-container.open ul {
    margin-top:20px;
  }
}

@media screen and (max-width:768px) {
   .last-news article {
    padding: 0;
    margin-right: 0;
     display:block;
} 
  .last-news article .image {
    min-width: 100%;
    max-width: 100%;
    overflow: visible;
    display: block;
    margin-right: 0;
}
  .last-news article > div {
  padding:0 20px 20px
  }
  .last-news article:first-child > div {
  padding:0
  }

	.last-news article:first-child .image {
		float: none;
		margin: 0 0 20px -20px;
		display: block;
	}
  .footer-widget {
    flex-direction: column;
    clear: both;
    align-items: center;
  }
  .footer-widget .widget_text {
    margin-left: 0;
    margin-top: 40px;
    text-align: center;
  }
    .footer-widget .widget_text p{
        text-align: center;
    }
  footer .logo {
    margin-bottom: 30px;
  }
  .last-publ .image {
    min-width: 100%;
    max-width: 100%;
    max-height: inherit;
    overflow: hidden;
    display: block;
    margin-right: 30px;
}
  .last-publ article {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
    background: #fff;
    display: flex;
    padding-right: 0;
    flex-direction: column;
}
  .last-publ article > div {
  padding:0 20px;
  }
}
@media screen and (max-width:520px) {
	.last-publ article {
		margin-right: 0;
		width: 100%;
	}
	.last-news .more-news {
		width: 100%;
	}
  .single main article, .page:not(.home) main section {
      padding: 20px 15px 50px;
  }
}
@media screen and (max-width:400px){
  img.custom-logo {
      /* width: 77px; */
      /* height: 70px; */
  }
  .logo {
    margin-right: 10px;
    width: 77px;
  }
  .site-info a span {
    font-size: 13px;
  }
  
 
  .site-info {
    /* width: 120px; */
  }
}
@media screen and (max-width:365px){
  .menu-button span, .menu-button span:before, .menu-button span:after {
    width: 25px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}



/* new */
.church-homepage {
    background: #f2f2f4;
    padding-bottom: 48px;
}

.church-homepage__content {
    padding-top: 36px;
}

.home-section {
    margin-bottom: 40px;
}

.home-section__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
    padding-bottom: 10px;
   position: relative;
}
.home-section__title::after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #dddee1;
}
.home-section__title {
    margin: 0;
    font-size: 1.75rem;
    line-height: 1.2;
    font-weight: 700;
    color: #243a73;
	display: flex;
	align-items: center;
	gap: 25px;
	width: 100%;
    text-wrap: nowrap;
}

.home-section__more {
    margin-top: 16px;
    text-align: right;
}

.home-section__more a {
    color: #243a73;
    text-decoration: none;
    font-weight: 600;
    font-family: 'Book Antiqua', times;
}

.home-section__more a:hover {
    text-decoration: underline;
}

.home-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
}

.home-card {
    background: #fff;
    border: 1px solid #e3e3e8;
}

.home-card__image {
    display: block;
    aspect-ratio: 1.35 / 1;
    overflow: hidden;
    background: #ececf1;
}

.home-card__image img,
.home-card__placeholder {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-card__body {
    padding: 18px 16px 20px;
}

.home-card__title {
    margin: 0;
    font-size: 1rem;
    line-height: 1.35;
    font-weight: 600;
}

.home-card__title a {
    color: #2b2b2f;
    text-decoration: none;
}

.home-card__title a:hover {
    color: #243a73;
}

.home-banner {
    margin-bottom: 40px;
}

.home-banner__link,
.home-banner__image {
    display: block;
    width: 100%;
}

.home-banner__image {
    height: auto;
}

.home-schedule__table {
    background: #fff;
    border: 1px solid #e3e3e8;
}

.home-schedule__row {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 30px;
    padding: 24px 28px;
    border-bottom: 1px solid #ececf0;
}

.home-schedule__row:last-child {
    border-bottom: 0;
}

.home-schedule__day {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    color: #243a73;
    text-transform: uppercase;
}

.home-schedule__services {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.home-schedule__service {
    display: grid;
    grid-template-columns: 1fr 90px;
    gap: 20px;
    align-items: center;
	font-family: 'Book Antiqua', times;
}

.home-schedule__service-title {
    font-size: 24px;
    line-height: 1.35;
    color: #152C60;
	
}

.home-schedule__service-time {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    text-align: right;
     color: #152C60;
}

.home-hero-slider {
    position: relative;
}

.home-hero-swiper,
.home-hero-slide {
    min-height: var(--home-slider-min-height, 560px);
}

.home-hero-slide {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.home-hero-slide__bg,
.home-hero-slide__overlay {
    position: absolute;
    inset: 0;
}

.home-hero-slide__bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-hero-slide__overlay {
    z-index: 1;
}

.home-hero-slide .container {
    position: relative;
    z-index: 2;
    width: 100%;
}

.home-hero-slide__content {
    padding: 80px 70px;
}

.home-hero-slide__content.is-align-left {
    margin-right: auto;
    text-align: left;
}

.home-hero-slide__content.is-align-center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.home-hero-slide__content.is-align-right {
    margin-left: auto;
    text-align: right;
}

.home-hero-slide__title {
    margin: 0 0 10px;
    font-size: clamp(34px, 5vw, 64px);
    line-height: 1.05;
    font-weight: 700;
}

.home-hero-slide__subtitle {
    margin-bottom: 12px;
    font-size: clamp(22px, 3vw, 40px);
    line-height: 1.15;
    font-weight: 500;
}

.home-hero-slide__description {
    margin-top: 14px;
    font-size: clamp(16px, 1.8vw, 24px);
    line-height: 1.5;
}

.home-hero-slide__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.home-hero-slide__content.is-align-center .home-hero-slide__buttons {
    justify-content: center;
}

.home-hero-slide__content.is-align-right .home-hero-slide__buttons {
    justify-content: flex-end;
}

.home-hero-slide__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 24px;
    border-radius: 6px;
    background: #d4a62a;
    color: #111;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s ease;
}

.home-hero-slide__btn:hover {
    opacity: 0.95;
    transform: translateY(-1px);
    text-decoration: none;
}

.home-hero-slide__btn--secondary {
    background: #c69418;
}

.home-hero-swiper__pagination {
    bottom: 24px !important;
}

.home-hero-swiper__nav {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 46px;
    height: 46px;
    margin-top: -23px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(4px);
    cursor: pointer;
}

.home-hero-swiper__nav::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.home-hero-swiper__nav--prev {
    left: 20px;
}

.home-hero-swiper__nav--prev::before {
    transform: translate(-35%, -50%) rotate(-135deg);
}

.home-hero-swiper__nav--next {
    right: 20px;
}

.home-hero-swiper__nav--next::before {
    transform: translate(-65%, -50%) rotate(45deg);
}

@media (max-width: 991px) {
    .home-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
.home-hero-slider{
	margin-right: -5%;
	margin-left: -5%;
}
    .home-schedule__row {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .home-schedule__day {
        font-size: 24px;
    }

    .home-schedule__service-title,
    .home-schedule__service-time {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .church-homepage__content {
        padding-top: 24px;
    }

    .home-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .home-section__title {
        font-size: 26px;
    }

    .home-hero-swiper,
    .home-hero-slide {
        min-height: 420px;
    }

    .home-hero-slide__content {
        padding: 60px 16px 80px;
    }

    .home-hero-swiper__nav {
        display: none;
    }

    .home-hero-slide__buttons {
        gap: 10px;
    }

    .home-hero-slide__btn {
        width: 100%;
    }

    .home-schedule__service {
        grid-template-columns: 1fr auto;
        gap: 12px;
    }
}


.home-cards article{
	flex: 1;
}

.church-gold-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 24px;
    border: 1px solid #9f7417;
    border-radius: 6px;
    background: linear-gradient(
        180deg,
        #f8e08a 0%,
        #e2bd55 18%,
        #c99722 48%,
        #b67f12 70%,
        #f1d06a 100%
    );
    color: #2f2206;
    text-decoration: none;
    font-weight: 700;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.45),
        inset 0 -1px 0 rgba(120, 75, 5, 0.25),
        0 2px 8px rgba(0, 0, 0, 0.18);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        filter 0.2s ease;
}

.church-gold-btn:hover {
    color: #2f2206;
    text-decoration: none;
    filter: brightness(1.03);
    transform: translateY(-1px);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.5),
        inset 0 -1px 0 rgba(120, 75, 5, 0.28),
        0 4px 12px rgba(0, 0, 0, 0.22);
}

.church-gold-btn:active {
    transform: translateY(0);
    filter: brightness(0.98);
    box-shadow:
        inset 0 2px 4px rgba(120, 75, 5, 0.18),
        0 1px 4px rgba(0, 0, 0, 0.18);
}

.church-gold-btn:focus-visible {
    outline: 2px solid rgba(244, 210, 104, 0.65);
    outline-offset: 2px;
}
footer .textwidget a {
	color: #fff;
}

.donate_charge{
    background: #152C60;
    color: #fff;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Book Antiqua', times;
    font-size: 2rem;
    width: 100%;
}
.donate_charge p{
    font-size: 1.5rem;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  margin: 10px 0;
}
.donate_charge a{
    color: #152C60;
}
.content-home{
    display: flex;

}

.content-home main{
    float: none;
}
.box_schedule{
    display: flex;
    gap: 20px;
  
}
.box_schedule .map{
    flex: 1;
}
.box_schedule iframe{
    width: 100%;
    height: 124px;
    border: 0;  
}
@media(max-width: 920px){
    
    .content-home{
        flex-direction: column;
    }
    .box_schedule{
        flex-direction: column;
          margin-bottom: 40px;
    }
    .single main article a.zoomLink{
        display: block;
    }
}