/*!
Theme Name: rusmartyrxx_new
Author: rusmartyrxx_new
Version: 1.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&amp;family=Playfair+Display+SC:wght@400;700&amp;display=swap');

.nav__link,
.saint__title {
	text-transform: uppercase;
}

.podcast-inner__text {
	column-count: 2;
}

.not-found-text {
	margin: auto;
}

.custom_loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .6);
  align-items: center;
  justify-content: center;
  z-index: 55;
  display: none;
}

.custom_loader.active {
  display: flex;
}

.custom_loader-inner {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  overflow: hidden;
  background: #fff;
}

.custom_loader-inner img {
  width: 100%;
  height: 100%;
}

.acticle_item_go_to_back {
  display: block;
  font-size: 18px;
  margin-top: 30px;
}

.acticle_item_h1 {
  margin: 30px 0 0 0;
  font-size: 2.5em;
}

.acticle_item_h2 {
  margin: 0px 0 30px 0;
  color: #ad592f;
  font-size: 30px;
  text-transform: inherit;
  line-height: 1;
}

.acticle_item_datetime {
  color: #808080;
  font-size: 18px;
  margin-bottom: 30px;
  display: block;
}

.section_acticle_item_content p {
  font-size: 24px;
  line-height: 1.33em;
  margin: 30px 0;
  color: #000;
}

.section_acticle_item_content {
  margin: 30px 0;
}

b, strong {
  font-weight: bolder;
}

.section_acticle_item_content figure {
  margin: auto;
  font-size: 18px;
}

.articles .col-md-6 .article__text {
	display: none;
}

.article__title {
    margin-bottom: 20px;
}

.article {
	height: 96%;
}

h3.article__title__sub {
	font-family: "Playfair Display SC";
	color: #000000;
    font-size: 22px;
    line-height: 1.5;

}

h4.article__title__sub {
	font-family: "Playfair Display SC";
	color: #000000;
    font-size: 22px;
    line-height: 1.5;
	font-weight: 500;
	margin-bottom: 65px;
}

@media screen and (max-width: 600px) {
  .section_acticle_item_content p {
    font-size: 18px;
  }
  .acticle_item_h1 {
    font-size: 30px;
  }
  .section_acticle_item_content figure,
  .section_acticle_item_content iframe {
    width: 100% !important;
  }
  .section_acticle_item_content iframe {
    aspect-ratio: 16 / 9;
    height: auto;
  }
  .podcast-inner__text {
    column-count: initial;
  }
  
  .articles .col-md-6 .article__text {
	display: none;
	}

	.article__title {
		margin-bottom: 10px;
	}


	h4.article__title__sub {
		font-size: 16px;
	}
}


.section_acticle_item_content h3 {
	font-size: 2.2em;
	line-height: 1.33em;
	margin-top: 1.5em;

}
	

@media only screen and (max-width: 600px) {
	figcaption {
		font-size: 14px;
	}
	.section_acticle_item_content h3 {
		font-size: 24px;
		line-height: 120%;
		margin-top: 1.5em;

	}
}