@font-face {
	src: url('../fonts/Rubik-Light.ttf') format("truetype");
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
}

@font-face {
	src: url('../fonts/Rubik-Regular.ttf') format("truetype");
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	src: url('../fonts/Rubik-Medium.ttf') format("truetype");
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
}

@font-face {
	src: url('../fonts/Rubik-SemiBold.ttf') format("truetype");
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
}

@font-face {
	src: url('../fonts/Rubik-Bold.ttf') format("truetype");
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
}

@font-face {
	src: url('../fonts/Rubik-ExtraBold.ttf') format("truetype");
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
}

body {
	font-family: 'Rubik';
}

.wp-block-image img {
	margin-bottom: 40px;
	max-width: 100%;
}

.main-content p {
	margin-bottom: 10px;
}

.main-wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	overflow: hidden;
}

.header-logo img {
	width: auto;
	height: 90px;
}

.header-wrap {
	padding: 10px 0px;
	transition: padding 0.4s ease;
}

.scroll .header-wrap {
	padding: 15px 0;
	transition: padding 0.4s ease;
}

.scroll .main-content {
	padding: 80px 0 40px 0;
	transition: padding 0.4s ease;
}

.header-menu {
	font-family: 'Rubik';
	font-weight: 500;
}

ul,
button,
p {
	margin: 0;
	padding: 0;
	border: 0;
}

ul {
	list-style: none;
}

.header-menu .sub-menu .menu-item {
	min-width: 200px;
}

a {
	color: inherit;
	text-decoration: none;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 26px;
}

h5 {
	font-size: 24px;
}

h6 {
	font-size: 16px;
}

p,
span {
	font-size: 16px;
}

/*tags*/

.tags {
	padding: 0 10px 10px 0;
}

.tags-container {
	display: flex;
	flex-wrap: wrap;
}

.tags a {
	text-transform: uppercase;
	color: #5e5e5e;
	font-size: 12px;
	border: 1px solid #5e5e5e;
	border-radius: 20px;
	padding: 6px 11px 5px;
	transition: all 0.5s ease;
}

.tags a:hover {
	color: #111111;
	box-shadow: inset 0px 0px 0px 200px rgba(0, 0, 0, 0.3);
	transition: all 0.5s ease;
}

.little-news-content-dark .tags-container .tags a,
.sidebar-separate-links .tags-container .tags a,
.content-slider .container .row .col-md-6 .content .tags-container .tags a {
	color: #ffffff;
	border: 1px solid #ffffff;
	transition: all 0.5s ease;
}

.little-news-content-dark .tags-container .tags a:hover,
.sidebar-separate-links .tags-container .tags a:hover,
,
.content-slider .container .row .col-md-6 .content .tags-container .tags a:hover {
	color: #ffffff;
	box-shadow: inset 0px 0px 0px 200px rgba(0, 0, 0, 0.7);
}

.tags-without-reference p {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 12px;
	border: 1px solid #ffffff;
	border-radius: 20px;
	padding: 6px 11px 5px;
}

.tags-without-reference {
	padding: 0 10px 10px 0;
}

/*tags*/

.wp-block-embed-youtube .wp-block-embed__wrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	height: 0;
	overflow: hidden;
}

.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*autor*/

.slick-track {
	display: flex !important;
	flex-direction: row;
}

.slick-slide {
	height: inherit !important;
}

/* autor autor-black autor-white */

.autor-name {
	display: flex;
	flex-direction: row;
}

.autor-photo {
	border-radius: 50%;
	margin-right: 5px;
}

.autor-black {
	color: #818181;
	transition: color 0.5s ease;
}

.autor-black:hover {
	color: #111111;
	transition: color 0.5s ease;
}

.autor-white {
	color: #ffffffcc;
	transition: color 0.5s ease;
}

.autor-white:hover {
	color: #ffffff;
	transition: color 0.5s ease;
}

/*autor*/

.header {
	position: fixed;
	width: 100%;
	background-color: #ffffff;
	z-index: 16;
	box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
}

.header-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	/*    text-align: center;*/
}

.menu-search-block {
	display: flex;
	justify-content: space-between;
}

.header-menu {
	display: flex;
	align-items: center;
	gap: 5px;
}

.header-menu .menu-item {
	color: #111111;
	width: fit-content;
}

.header-menu>.menu-item>a {
	padding: 10px 15px;
	line-height: 1.2;
	display: inline-block;
	transition: background-color 0.5s ease;
}

.header-menu>.menu-item>a:hover {
	background-color: rgba(17, 17, 17, 0.05);
	transition: background-color 0.5s ease;
}

.header-menu .menu-item .sub-menu-item a,
.header-menu .sub-menu .menu-item a {
	transition-duration: 0.5s;
}

.header-menu .menu-item .sub-menu-item a:hover,
.header-menu .sub-menu .menu-item a:hover {
	color: #bf9004;
	transition-duration: 0.5s;
}

.header-menu .menu-item {
	position: relative;
}

.header-menu .sub-menu {
	padding: 10px 0;
	opacity: 0;
	position: absolute;
	visibility: hidden;
	border-top: 1px solid rgba(17, 17, 17, 0.05);
	background-color: #ffffff;
	box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
	transition-duration: 0.5s;
}

.header-menu .sub-menu .menu-item-has-children .sub-menu {
	opacity: 0;
	position: absolute;
	visibility: hidden;
	border-top: 1px solid rgba(17, 17, 17, 0.05);
	background-color: #ffffff;
	box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
	left: 100%;
	top: 0;
	transition-duration: 0.5s;
}

.header-menu .menu-item:hover>.sub-menu {
	opacity: 1;
	visibility: visible;
	transition-duration: 0.5s;
}

.header-menu .menu-item {
	font-family: 'Rubik';
	font-size: 16px;
	display: block;
	height: auto;
}

.header-menu .sub-menu .menu-item {
	position: relative;
	transition: padding-left 0.5s ease;
}

/*.sub-menu .menu-item:hover {
  padding-left: 10px;
  transition: padding-left 0.5s ease;
}
*/
.sub-menu .menu-item-type-post_type .sub-menu {
	opacity: 0;
	visibility: hidden;
}

.sub-menu .menu-item-type-post_type:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	position: absolute;
	right: 0;
	top: 0;
	transform: translate(100%, 0);
	transition-duration: 0.5s;
}

.header-menu .sub-menu li a {
	padding: 10px 20px;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}


/*.sub-menu li:first-child a {
  padding: 20px 20px 0;
}

.sub-menu li:last-child a {
  padding: 10px 20px 20px;
}
*/

/*.sub-menu .menu-item-type-post_type .sub-menu .menu-item-type-post_type a {
  padding: 10px 20px 0;
}
 */
.header-menu .menu-item .sub-menu .menu-item-has-children>a::after,
.header-wrap .header-menu .menu-item .sub-menu>.menu-item-type-post_type.menu-item-has-child>a::after {
	content: "\25b6";
	margin-left: 7px;
	font-size: 10px;
	float: right;
	display: inline;
}

input[type="search"] {
	width: 100%;
	border: 1px solid rgba(17, 17, 17, 0.1);
	border-radius: 2px;
	padding: 10px;
}

input[type="search"]:focus {
	outline: none;
}

input[type="submit"] {
	font-family: 'Rubik';
	background-color: #470d15;
	width: 100%;
	border: 0;
	border-radius: 2px;
	font-size: 18px;
	text-transform: uppercase;
	padding: 10px 0;
	margin-top: 7px;
	font-weight: 700;
	color: #fff;
	transition: box-shadow 0.5s ease;
}

input[type="submit"]:hover {
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3), inset 0 0 230px rgba(0, 0, 0, .1);
	transition: box-shadow 0.5s ease;
}

.icon-search {
	color: #111111;
	cursor: pointer;
	transition: color 0.5s ease;
	padding: 0 10px;
	display: flex;
	align-items: center;
	font-size: 16px;
}

.icon-search:hover {
	color: #bf9004;
	transition: color 0.5s ease;
}

.all-news-search-block {
	display: flex;
	flex-direction: row;
	padding-top: 15px;
	padding-bottom: 20px;
}

.all-news-search-block form {
	width: 100%;
}

.all-news-search {
	margin-right: 10px;
}

.all-news-search-block .all-news-search-button {
	width: 25%;
	height: 100%;
	margin: 0;
}

.all-news-header {
	padding-top: 15px;
}

.footer {
	font-family: "Rubik";
	font-size: 14px;
	background-color: #111111;
	color: #ffffff;
}


.footer-logo img {
	width: auto;
	height: 150px;
	margin: 30px 0 15px 0;
}

.help {
	font-size: 20px;
	margin: 30px 0 15px 0;
}

.help-menu {
	color: #ffffffcc;
	transition-duration: 0.5s;
}

.header-menu .menu-item-type-custom li:not(:last-child) {
	border-bottom: 1px solid;
	border-color: rgba(255, 255, 255, 0.2);
}

.footer-help-menu .help-menu .menu-item-type-custom {
	padding: 10px;
	transition-duration: 0.5s;
}

.footer-help-menu .help-menu .menu-item-type-custom:hover {
	padding-left: 15px;
	color: #ffffff;
	transition-duration: 0.5s;
}

.footer-bottom {
	padding: 15px 0;
	text-align: center;
}

.footer-bottom a{
	line-height: 2.2;
}
.help-menu li a {
	width: 100%;
	height: 100%;
	padding: 3px 0;
	display: block;
}

/*.menu-item-type-custom li:first-child {
  padding: 0 10px 10px;
}*/

.info-dev {
	padding: 10px 0 30px 0;
	margin: 0;
	color: #ffffffcc;
	text-align: center;
}



.line-1 {
	height: 1px;
	background: rgba(255, 255, 255, .2);
	width: 100px;
	margin: 20px auto;
}

.footer .container .row .col-md-9 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.footer-social ul {
	list-style: none;
	display: flex;
	gap: 10px;
}

.footer-social .social li a {
	font-size: 30px;
}

.icon-social {
	transition: filter 0.5s ease;
}

.icon-social:hover {
	filter: brightness(0.5);
	transition: filter 0.5s ease;
}

.burger {
	position: relative;
	cursor: pointer;
	width: 30px;
	height: 22px;
	transition: all 0.35s;
	background: none;
}

.burger .top,
.burger .middle,
.burger .bottom {
	position: absolute;
	top: 0;
	left: 0;
	width: 27px;
	height: 3px;
	background-color: #5c5c5c;
	transform: rotate(0);
	transition: all 0.35s;
}

.burger .middle {
	transform: translateY(8px);
}

.burger .bottom {
	transform: translateY(16px);
}

.burger.open {
	transform: rotate(90deg);
	transform: translateY(0px);
}

.burger.open .top {
	transform: rotate(45deg) translateY(6px) translate(8px);
}

.burger.open .middle {
	display: none;
}

.burger.open .bottom {
	transform: rotate(-45deg) translateY(8px) translate(-6px);
}

.mobile-menu-block {
	font-family: 'Rubik';
	font-weight: 700;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	color: #5e5e5e;
	background-color: #ffffff;
	padding-top: 10px;
	overflow: scroll;
	box-shadow: 0px -3px 10px 5px rgba(199, 199, 199, 1);
}

.mobile-menu a,
.mobile-menu .menu-item-has-children a {
	padding: 15px 30px;
	display: flex;
	justify-content: space-between;
}

.mobile-menu {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.mobile-menu .sub-menu {
	background: #470d15;
	color: #ffffff;
	display: none;
	width: 100%;
	position: relative;
}


.mobile-menu .menu-item-has-children>a:after,
.mobile-menu .sub-menu .menu-item-has-children>a:after {
	font-family: 'icomoon' !important;
	content: "\e90a";
	font-size: 16px;
	transition: transform 0.2s ease;
}

.mobile-menu-block .footer-social .social {
	margin-left: 30px;
	margin-top: 15 px;
}

.accordeon-open:after {
	transform: rotate(-180deg);
	transition: transform 0.2s ease;
}

.no-scroll {
	overflow: hidden;
}

.main-content {
	font-family: "Rubik";
	padding: 110px 0 40px 0;
	transition: padding 0.4s ease;
	flex-grow: 1;
}

.body-content {
	margin-top: 25px;
}

.title-news-content {
	display: flex;
	position: relative;
	box-shadow: 0px 0px 19px -1px rgba(0, 0, 0, 0.41);
	margin: 0 0 30px 0;
}

.title-news-content-all-news {
	height: 100%;
}

.short-news-block {
	font-family: "Rubik";
}

.slider-title a,
.news-title a {
	transition: color 0.5s ease;
}

.slider-title a:hover,
.news-title a:hover {
	color: #bf9004;
	transition: color 0.5s ease;
}

.news-img {
	width: 50%;
	float: left;
	background-color: #111111;
}

.short-news-block {
	font-style: normal;
	font-size: 14px;
	width: 50%;
	display: flex;
	flex-direction: column;
	padding: 30px;
	justify-content: space-between;
}

.news-short p {
	font-style: normal;
	font-size: 14px;
	font-weight: 400;
}

.news-img a img {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: opacity 0.5s ease;
}

.news-img:hover img {
	opacity: 0.8;
	transition: opacity 0.5s ease;
}

.sidebar {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-row-gap: 30px;
	grid-auto-rows: min-content;
}

.sidebar-all-block-link {
	box-shadow: 0px 0px 19px -1px rgba(0, 0, 0, 0.41);
	min-height: 200px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-around;
}

.shadow {
	box-shadow: 0px 0px 19px -1px rgba(0, 0, 0, 0.41) !important;
}

.sidebar-all-block-link a {
	/*  background: url('../photos/testphoto2.jpg') no-repeat center center;*/
	background-size: cover;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	color: #ffffffcc;
	transition: box-shadow 0.5s ease;
	padding: 50px 20px;
}

.sidebar-separate-links {
	/*  background: url('../photos/testphoto2.jpg') no-repeat center center;*/
	background-size: cover;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	color: #ffffffcc;
	min-height: 200px;
	transition: box-shadow 0.5s ease;
	padding: 20px;
}

.sidebar-separate-links:hover {
	box-shadow: inset 0px 0px 300px 200px rgba(0, 0, 0, 0.2);
	transition: box-shadow 0.5s ease;
}

.sidebar-all-block-link a:hover {
	box-shadow: inset 0px 0px 300px 200px rgba(0, 0, 0, 0.2);
	transition: box-shadow 0.5s ease;
}

.little-news-cotainer {
	padding: 0 12px 30px 12px;
}

.little-news {
	box-shadow: 0px 0px 19px -1px rgba(0, 0, 0, 0.41);
	height: 100%;
	display: flex;
	flex-direction: column;
}

.little-news-img {
	background: #111111;
}

.little-news-img img {
	transition: opacity 0.5s ease;
}

.little-news-img:hover img {
	opacity: 0.8;
	transition: opacity 0.5s ease;
}

.little-news-img a {
	position: relative;
}

.little-news-img a img {
	width: 100%;
	height: auto;
}

.little-news-content {
	display: flex;
	flex-direction: column;
	/*  justify-content: space-between;*/
	justify-content: flex-start;
	height: inherit;
	padding: 20px;
	word-break: break-word;
}

.little-news-content .news-title a {
	transition: color 0.5s ease;
}

.little-news-content .news-title a:hover {
	color: #bf9004;
	transition: color 0.5s ease;
}

.little-news-content-item {
	margin: 0 0 15px;
}

.little-news-content-dark {
	background: #470d15;
	color: #ffffff;
}

.little-news-content-dark .news-title a {
	transition: color 0.5s ease;
}

.little-news-content-dark .news-title a:hover {
	color: #bf9004;
	transition: color 0.5s ease;
}

.priest-block {
	box-shadow: 0px 0px 19px -1px rgba(0, 0, 0, 0.41);
}

.priest-photo img {
	width: 100%;
}

.priest-name {
	background: #470d15;
	color: #ffffff;
	word-break: break-word;
	padding: 20px;
}

.priest-name h5 {
	padding: 15px 10px;
}

.priest-name p {
	padding: 15px 10px;
}

.priest-name p {
	font-size: 18px;
}

.sidebar-link a {
	font-family: 'Rubik';
	font-size: 20px;
	transition: color 0.5s ease;
}

.sidebar-link a:hover {
	color: #bf9004;
	transition: color 0.5s ease;
}

.sidebar-link {
	background: #470d15;
	color: #ffffff;
	padding: 10px;
	box-shadow: 0px 0px 19px -1px rgba(0, 0, 0, 0.41);
}

.sidebar-link i {
	margin-right: 5px;
	margin-left: 10px;
	font-size: 20px;

}

.video {
	display: flex;
	box-shadow: 0px 0px 19px -1px rgba(0, 0, 0, 0.41);
}

.video iframe {
	width: 100%;
	height: 300px;
}

.vertical-news {
	display: flex;
	flex-direction: column;
	box-shadow: 0px 0px 19px -1px rgba(0, 0, 0, 0.41);
}

.vertical-news-img,
.vertical-news-content {
	width: 100%;
}

.vertical-news-content {
	padding: 20px;
	word-break: break-word;
}

.schedule-content-list li {
	display: flex;
	flex-direction: row;
	align-items: center;
	word-break: break-word;
}

.week-day .time {
	font-style: normal;
	font-weight: 500;
	width: 50px;
	margin-left: 5px;
	margin-right: 10px;
	word-break: normal;
}

.week-day {
	display: flex;
	flex-direction: row;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3);
	background: #ffffff;
	padding: 15px;
	height: 100%;
}

.week-day-container {
	padding: 0 12px 30px 12px;
}

.schedule-icon {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	margin-right: 15px;
}

.schedule-icon img {
	width: 60px;
	height: auto;
}

.schedule hr {
	margin: 0;
	color: #bf9004;
	border-width: 2px;
	width: 60px;
}

.schedule * {
	margin: 5px 0;
}

.schedule-content-list i {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.week-day-name p {
	text-transform: uppercase;
	font-size: 18px;
}

.schedule-intention p {
	font-size: 16px;
}

.schedule-content-list .icon-cross {
	color: #bf9004;
	word-break: normal;
}

.schedule {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.useful-links {
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3);
}

.useful-links-head {
	display: flex;
	flex-direction: row;
	background: #470d15;
	color: #ffffff;
	font-size: 20px;
	padding: 10px;
}

.useful-links-head .icon-question {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	margin-right: 5px;
	margin-left: 10px;
}

.useful-links-head h5 {
	margin: 0;
	padding-left: 10px;
}

.useful-links-list {
	padding: 10px;
}

.useful-links-list li {
	padding-top: 5px;
}

.useful-links-list li a {
	transition: color 0.5s ease;
}

.useful-links-list li a:hover {
	color: #bf9004;
	transition: color 0.5s ease;
}

.icon-social {
	color: #bf9004 !important;
}

.nav-links {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 30px;
}

.nav-links .page-numbers {
	font-size: 18px;
	color: #5e5e5e;
	padding: 5px 10px;
	transition: all 0.5s ease;
}

.nav-links a.page-numbers:hover {
	box-shadow: inset 0px 0px 0px 200px rgba(0, 0, 0, 0.3);
	color: #111111;
	transition: all 0.5 ease;
}

.page-numbers.current {
	color: #bf9004;
}

.page-404-container {
	display: flex;
	gap: 40px;
	flex-direction: column;
	box-shadow: 0px 0px 19px -1px rgba(0, 0, 0, 0.41);
	padding: 150px 30px;
	align-items: center;
	margin-top: 40px;
}

.page-404-container .home-button a {
	margin: 10px 0;
}

.page-404-container p,
.page-404-container h1 {
	text-align: center;
}

/*single*/

.single-news-block img {
	max-width: 100%;
	height: auto;
	/*  max-height: 50vh;*/
}

.single-news-title {
	padding-bottom: 15px;
}

.single-news-block {
	box-shadow: 0px 0px 19px -1px rgba(0, 0, 0, 0.41);
	margin-bottom: 30px;
}

.single-news-title-media iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
}

.single-news-title-media {
	text-align: center;
}

.single-news-title-media img {
	max-width: 100%;
	height: auto;
}

.single-news-body {
	padding: 40px;
}

.single-news-body p {
	margin-bottom: 15px;
}

.autor-block {
	display: flex;
	flex-direction: row;
}

.date-publication {
	padding: 10px;
	display: flex;
	flex-direction: row;
	gap: 15px;
	font-size: 16px;
}

.date-publication p {
	font-family: 'Rubik';
}


.single-header .tags-container {
	padding-bottom: 10px;
}

.single-header,
.single-news-sub-title {
	padding-bottom: 20px;
}

.summary-article {
	color: #111111;
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 15px;
}

.single-news-block p {
	color: #5e5e5e;
}

.single-news-block p strong {
	font-weight: 600;
}

.single-news-block p em {
	font-style: italic;
}

.single-news-block h1 {
	font-size: 40px;
}

.single-news-block h2 {
	font-size: 32px;
}

.single-news-block h3 {
	margin: 0 0 30px 0;
}

.single-news-block h4 {
	font-size: 24px;
}

.single-news-block h5 {
	font-size: 20px;
}

.single-news-block h6 {
	font-size: 16px;
}

.single-news-body p a {
	transition: color 0.2s ease;
	text-decoration: underline;
	color: blue;
}

.single-news-body p a:hover {
	color: #bf9004;
	transition: color 0.2s ease;
}

.wp-block-gallery,
.single-news-img-block {
	display: grid !important;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(1fr);
	padding-bottom: 25px;
	grid-column-gap: 5px;
	grid-row-gap: 5px;
}

.wp-block-gallery figure {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

.single-news-img-block div {
	display: flex;
}

.single-news-img-block a video,
.single-news-img-block a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.single-news-img-block a.video-gallery:before {
	color: white;
	content: "\25B6";
	opacity: 0.5;
	text-shadow: #000 0px 0px 10px;
	z-index: 100;
	font-size: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: opacity .5s;
}

.single-news-img-block a.video-gallery:hover:before {
	opacity: 1;
	transition: opacity .5s;
}

.single-news-img-block a.video-gallery {
	position: relative;
}

.single-news-block blockquote {
	display: flex;
	padding-left: 20px;
	flex-direction: column;
}

.single-news-block blockquote::before {
	content: "”";
	font-size: 72px;
	font-weight: 900;
	line-height: 72px;
	padding-right: 20px;
	color: rgba(17, 17, 17, 0.15);
}

.single-news-block blockquote {
	font-size: 18px;
	font-weight: 600;
	color: #111111cc;
}

.single-news-block blockquote p:last-child {
	padding-top: 20px;
}

.news-header-single {
	padding-bottom: 20px;
}

.popular-news {
	padding: 10px 15px;
	box-shadow: 0px 0px 19px -1px rgba(0, 0, 0, 0.41);
}

.popular-news-item {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	align-items: center;
	margin: 10px 0;
}

.popular-news-item>a {
	width: 100%;
}

.popular-news-item>a:hover img {
	filter: brightness(0.8);
	transition: filter 0.5s ease;
}

.popular-news-item a img {
	width: 100%;
	height: auto;
	transition: filter 0.5s ease;
}

.popular-news-item h6 {
	grid-column: span 2;
}

.popular-news-item h6 a {
	color: #5e5e5e;
	transition: color 0.5s ease;
}

.popular-news-item h6 a:hover {
	color: #bf9004;
	transition: color 0.5s ease;
}

.popular-news-content-img .popular-news-item h6 {
	word-break: break-word;
}

.footer-social-single {
	display: flex;
	box-shadow: 0px 0px 19px -1px rgba(0, 0, 0, 0.41);
	padding: 15px;
	align-items: center;
	justify-content: space-around;
}

.popular-icon,
.announcement {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #470d15;
	color: #ffffff;
	grid-column: span 1;
}

.date-announcement {
	font-size: 33px;
	font-style: normal;
	font-weight: 500;
}

.sidebar-single {
	padding-top: 0;
}


/*single*/



/*slider*/
.slick-slide {
	display: none;
	opacity: 0;
	float: left;
	height: 100%;
	min-height: 1px
}

/*.slick-initialized .slick-slide {
	display: block;
}*/
.slick-slider {
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
}

.slick-initialized.slick-slider {
	visibility: visible;
	opacity: 1;
	transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
}

.content-slider {
	color: #ffffff;
	box-shadow: inset 0px 0px 300px 200px rgba(0, 0, 0, 0.5);
}

.content-slider.content-black {
	color: #111111;
	box-shadow: inset 0px 0px 300px 200px rgba(255, 255, 255, 0.5);
}

.prev-button,
.next-button {
	position: absolute;
	z-index: 15;
	top: 50%;
	font-size: 30px;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	color: #5e5e5e;
	background: rgba(255, 255, 255, .5);
	opacity: 0.5;
	text-align: center;
	box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
	vertical-align: top;
	transition: background 0.5s ease;
	line-height: 1.74;
	transform: translateY(-50%);

}

.prev-button:hover {
	background: #fff;
	transition: background 0.5s ease;
}

.next-button:hover {
	background: #fff;
	transition: background 0.5s ease;
}

.prev-button {
	margin-left: 20px;
	letter-spacing: 4px;
}

.next-button {
	right: 0;
	margin-right: 20px;
	letter-spacing: -4px;
}

.buton-none {
	opacity: 0;
	visibility: hidden;
}

.content-right {
	/*  background: url(https://picsum.photos/1600/800?random=1) no-repeat center center;*/
	background-size: cover;
	height: 50vh;
	width: 100%;
}

.content-left {
	/*  background: url(https://picsum.photos/1600/800?random=2) no-repeat center center;*/
	background-size: cover;
	height: 50vh;
	width: 100%;
}

.content-center {
	/*  background: url(https://picsum.photos/1600/800?random=3) no-repeat center center;*/
	background-size: cover;
	height: 50vh;
	width: 100%;
}

.slider-title h2 {
	margin: 0;
}

.slider-text p {
	padding: 0;
}

.content {
	padding: 5vh 0;
	height: 50vh;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}

.read-more {
	display: flex !important;
	justify-content: flex-start !important;
}


/* To Top */

#back-to-top-button {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #470d15;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color .3s,
		opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}

#back-to-top-button::after {
	content: "⌃";
	font-weight: bold;
	font-style: normal;
	font-size: 2em;
	color: #fff;
	width: 100%;
	height: 100%;
	line-height: 2;
}

#back-to-top-button:hover {
	cursor: pointer;
	background-color: #333;
}

#back-to-top-button:active {
	background-color: #555;
}

#back-to-top-button.show {
	opacity: 1;
	visibility: visible;
}

/*slider*/

@media (max-width: 1024px) {
	.popular-news {
		padding: 10px;
	}

	.popular-news h4 {
		font-size: 16px;
	}

	.popular-news-item h6 {
		font-size: 10px;
	}

	.announcement {
		margin-right: 5px;
		padding: 5px;
	}

	.date-announcement {
		font-size: 16px;
	}

	.month-announcement {
		font-size: 10px;
	}


}

@media(max-width: 991px) {

	h1 {
		font-size: 36px;
	}

	h2 {
		font-size: 28px;
	}

	h3 {
		font-size: 24px;
	}

	h4 {
		font-size: 22px;
	}

	h5 {
		font-size: 20px;
	}

	h6 {
		font-size: 13px;
	}

	p,
	span {
		font-size: 13px;
	}

	.sidebar {
		padding-top: 23px;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-row-gap: 30px;
		grid-column-gap: 24px;
		grid-auto-rows: min-content;
	}

	.sidebar-single {
		grid-template-columns: repeat(1, 1fr);
		padding-top: 0;
	}
}

@media (max-width: 767px) {

	.little-news .announcement {
		padding: 30px;
	}

	/*  .single-news-block img{
	max-height: 30vh;
  }*/
	.single-news-block h1 {
		font-size: 28px;
	}

	.footer-logo {
		display: flex;
		justify-content: center;
		margin: 0 0 15px 0;
	}

	.footer-social {
		display: flex;
		justify-content: center;
		margin-top: 20px;
	}

	.footer-social-single {
		margin-top: 0;
	}

	.mobile-menu-block .footer-social {
		margin: 15px 0 15px 0;
		display: flex;
		justify-content: center;
	}

	.sub-menu .menu-item-has-children .sub-menu {

		position: relative;
		top: 0;
		left: 0;
		background-color: #470d15;
		transition-duration: 0.5s;
	}

	.header-logo img {
		width: auto;
		height: 70px;
		padding-left: 10px;
	}

	.header-wrap {
		padding: 30px 0px;
	}

	.short-news-block {
		font-style: normal;
		font-size: 14px;
		width: 100%;
		padding: 20px;
		display: flex;
		flex-direction: column;
		justify-content: space-evenly;
	}

	.short-news-block .tags-container,
	.short-news-block .news-title,
	.short-news-block .news-short,
	.short-news-block .autor {
		margin: 5px 0;
	}

	.news-img {
		width: 100%;
		height: auto;
		min-height: inherit;
	}

	.title-news-content {
		display: flex;
		position: relative;
		flex-direction: column;
	}

	.vertical-news-content {
		padding: 10px;
	}

	.content {
		margin: 5px 0;
	}

	.content-slider {
		height: 50vh;
	}

	.main-content {
		padding-top: 100px;
	}

	.popular-news {
		padding: 10px;
	}

	.popular-news h4 {
		font-size: 24px;
	}

	.popular-news-item h6 {
		font-size: 16px;
	}

	.single-news-body {
		padding: 10px;
	}

	.single-news-block-quote {
		padding-left: 10px;
	}

	.single-news-block-quote::before {
		padding-right: 10px;
	}

	.all-news a {
		margin: 20px 0;
	}

	.all-news-search-block .all-news-search-button {
		font-size: 12px;
	}

	.page-404-container {
		padding: 50px 30px;
	}

	.single-news-img-block {
		grid-template-columns: repeat(3, 1fr);
	}

	.sidebar {
		padding-top: 23px;
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-row-gap: 30px;
		grid-column-gap: 24px;
		grid-auto-rows: min-content;
	}

	.priest-name {
		padding: 10px;
	}
}



@media (max-width: 426px) {

	h1 {
		font-size: 30px;
	}

	h2 {
		font-size: 24px;
	}

	h3 {
		font-size: 22px;
	}

	h4 {
		font-size: 20px;
	}

	h5 {
		font-size: 18px;
	}

	h6 {
		font-size: 13px;
	}

	p,
	span {
		font-size: 13px;
	}


	.sidebar-link a {
		font-family: 'Rubik';
		font-size: 18px;
	}

	.prev-button,
	.next-button {
		visibility: hidden;
		opacity: 0;
	}

	.single-news-block h1 {
		font-size: 22px;
	}

	.page-404-container {
		padding: 30px 15px;
	}

	.single-news-img-block {
		grid-template-columns: repeat(2, 1fr);
	}

	.sidebar {
		padding-top: 23px;
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-row-gap: 10px;
		grid-column-gap: 10px;
	}
}







.main-content {
	flex-grow: 1;
}



/*contact style*/

.contact-info {
	padding: 30px 0;
	color: #111111;
	transition: color 0.5s ease;
}

.contact-info p {
	margin: 10px 0;
	font-size: 18px;
}

.contact-info p a:hover {
	color: rgb(213, 39, 63);
	transition: color 0.5s ease;
}

.contact-map iframe {
	border: 0;
	width: 100%;
	aspect-ratio: 16 / 9;
}

.contact-map {
	box-shadow: 0px 0px 19px -1px rgba(0, 0, 0, 0.41);
}

.divider {
	margin: 10px 0;
	color: #bf9004;
	border-width: 4px;
	width: 100%;
	opacity: 1;
}

/*contact style*/

.contacts-form {
	padding: 50px 0;
}

.contacts-form-box {
	display: flex;
	flex-direction: column;
	box-shadow: 0px 0px 19px -1px rgba(0, 0, 0, 0.41);
	padding: 40px;
	color: #111111;
}

.contacts-form-box h1,
.contacts-form-box p {
	margin: 15px 0;
}

.form-box label span {
	color: #f1445c;
}

.form-box label {
	margin-block-end: 5px;
}

.feedback {
	display: flex;
	flex-direction: column;
}

.feedback .form-box {
	display: flex;
	flex-direction: column;
	margin: 10px 0;
}

.feedback .form-box input,
.feedback .form-box textarea {
	width: 100%;
	border: 1px solid rgba(17, 17, 17, 0.1);
	border-radius: 2px;
	padding: 10px;
}

/*.contacts-button {
  width: 50% !important;
}*/

.contacts-button-box {
	display: flex;
	justify-content: center;
	margin: 20px 0;
}


@media (max-width: 426px) {

	.contacts-button {
		width: 100% !important;
	}

}

/*contact style*/

.universal-button {
	display: flex;
	justify-content: space-evenly;
	margin: 30px 0;
}

.btn-alt,
.universal-button a {
	color: #FFF;
	font-weight: 500;
	background-color: #470d15;
	padding: 10px 15px;
	border-radius: 2px;
	text-transform: uppercase;
	transition: background-color 0.5s ease;
}

.btn-alt:hover,
.universal-button a:hover {
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3), inset 0 0 230px rgba(0, 0, 0, .1);
	transition: box-shadow 0.5s ease, background-color 0.5s ease;
	background-color: #bf9004;
}