main#content {
  padding-bottom: 25px;
}
section.blog_p * {
  z-index: 2;
  position: relative;
  font-weight: bold;
  color: #fff;
}
section.blog_p .backto-title {
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  font-size: 45px;
}
section.blog_p .back_link {
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}
section.blog_p {
  min-height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
  background-position: center center;

  padding: 6.9rem 1.5rem 6.9rem 1.5rem;
}
section.blog_p:before {
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(47 181 233 / 62%);
  z-index: 0;
  position: absolute;
}
.single_post_page {
  display: block;
  margin-top: -100px;
  z-index: 100;
  position: relative;
  background: #fff;
  box-shadow: 0 2px 2px rgb(154 160 185 / 5%), 0 5px 20px rgb(166 173 201 / 20%);
}
.top_post_info {
  display: flex;
}
.top_post_info > div:not(:last-child):after {
  content: '|';
  margin: 0 5px;
}

.single_post_page h1,
.single_post_page h2,
.single_post_page h3 {
  position: relative;
  margin-bottom: 50px;
  font-weight: 600 !important;
}
.single_post_page h1:after,
.single_post_page h2:after,
.single_post_page h3:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 100px;
  bottom: -13px;
  left: 0;
  height: 4px;
  border-radius: 2px;
  background-color: var(--clr-secondary);
}
@media (min-width: 992px) {
  .single_post_page h1 {
    font-size: 32px;
  }
  .single_post_page h2 {
    font-size: 24px;
  }
}

.widget.widget_categories ul {
  padding: 0;
  list-style: none;
}

#categories-2 {
  display: none;
}

@media (max-width: 992px) {
  .top_post_info {
    flex-wrap: wrap;
    row-gap: 1rem;
  }
  .single-post-est {
    flex: 1;
  }
  .top_post_info > * {
    font-size: 1.3rem;
  }
}










/**/

.single_post_template img.wp-post-image {
  width: 100%;
  height: auto !important;
  display: block;
  margin-bottom: 3rem;
  aspect-ratio: 16 /9;
}

.single_post_template #sidebar h3 {
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  font-size: 28px;
}

.single_post_template #sidebar h3:after {
  --purple: #a17bb6;
  position: absolute;
  content: "";
  width: 5rem;
  display: block;
  bottom: 0;
  height: 0.2rem;
  background: var(--purple);
}

.single_post_template #sidebar ul.wp-block-latest-posts li,
.single_post_template #sidebar ul.wp-block-related-posts li,
.single_post_template #sidebar .widget_categories {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

.single_post_template #sidebar ul {
  padding-left: 0 !important;
  list-style: none;
}

.single_post_template #sidebar form[role="search"] {
  display: none;
}
.single_post_template span.cat-links {
  font-weight: 600;
}
.single_post_template span.cat-links a {
  font-weight: 400;
}
#comments p.comment-form-comment label {
  display: block;
  margin-bottom: 10px;
}
.single-post #comments input#submit {
  padding: 10px 15px;
}

/*Blog post*/
.blog_homepage {
  display: flex;
}

.hp_title{
	font-weight: bold;
	font-size: 32px;
	line-height: 50px;
}

.blog_homepage_image img {
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.image_text_blog {
  position: relative;
  border-radius: 5px;
}

.image_text_blog h3 {
  min-height: 60%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
  z-index: 2;
  font-style: italic;
  font-weight: 900;
  font-size: clamp(
    1.8rem,
    calc(1.8rem + (3 - 1.8) * ((100vw - 32rem) / (192 - 32))),
    3rem
  );
  min-height: 0vw;
  line-height: 1.3;
  text-align: center;
  color: var(--white-color);
}

.blog_homepage .short_description.entry {
  background: var(--black-color);
  padding: clamp(
    1.5rem,
    calc(1.5rem + (3 - 1.5) * ((100vw - 32rem) / (192 - 32))),
    3rem
  );
  font-size: 16px;
  color: var(--white-color);
}
.blog_homepage_image {
  position: relative;
  overflow: hidden;
}

.blog_homepage_image:before {
  position: absolute;
  content: "";
  background: #0000007a;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.blog_homepage a:hover img {
  transform: scale(1.2);
}

.blog_homepage .spletnik-readmore {
  position: absolute;
  left: 50%;
  top: 75%;
  transform: translate(-50%, 0%);
  font-family: inherit;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  z-index: 2;
}

.blog_page {
  margin-bottom: 22px;
}
.blog_page_image img {
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}


.image_text_blog h3 {
  min-height: 60%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
  z-index: 2;
  font-style: italic;
  font-weight: 900;
  font-size: clamp(
    1.8rem,
    calc(1.8rem + (3 - 1.8) * ((100vw - 32rem) / (192 - 32))),
    3rem
  );
  min-height: 0vw;
  line-height: 1.3;
  text-align: center;
  color: var(--white-color);
}

.blog_page .short_description.entry {
	margin-bottom: 35px;
	font-size: 18px;
	line-height: 27px;
	color: #6C6C6C;

	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

@media only screen and (max-width: 600px) {
	.blog_page .short_description.entry{
		font-size: 16px;
	}
}
.blog_page_image {
	/*position: relative;
	overflow: hidden;*/

	border-radius: 5px;
	background-repeat: no-repeat;
	padding-top: 70%;
	background-position: center;
	background-size: cover;
	position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog_page_image:hover {

	transform: scale(1.2);
}

/*.blog_page_image:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: 5px;
}*/

.blog_page a:hover img {
  transform: scale(1.2);
}

.image_text_blog{
	margin-bottom: 26px;
	overflow: hidden;
}

.post_cat_item .spletnik-readmore {
	position: relative;
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	color: #000;
}

.post_cat_item .spletnik-readmore:after {
	background-image: url('/wp-content/uploads/2022/01/Arrow.png');
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	content: "";
	top: 6px;
	background-repeat: no-repeat;
	left: 100px;
}

.post_cat_item{
	position:relative;
	margin-bottom: 70px;
}

.blog_page h3{
	font-size: 20px;
	line-height: 33px;
	text-align: left;
	color: #000;
}


.category-post{
	position: relative;
	top: -55px;
	left: 18px;
	background: #ED1C24;
	padding: 7px 20px;
	border-radius: 5px;
	display: inline-block;
  color: #fff !important;
}

.category-post a{
	color: #fff !important;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
}

.author-date-comment li svg{
	width: 16px !important;
	height: auto !important;
	margin-right: 10px;
}

.author-date-comment{
	list-style:none;
	padding-left: 0px !important;
}

.author-date-comment li{
	display: inline-flex;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: #6A6A6A;
}

.author-date-comment li span, .author-date-comment li{
	margin-right: 10px;
}

.single-post #content a {
  color: var(--black-color);
}

.single-post #content a:hover {
  color: var(--hover-color);
}

.avatar{
	width: 32px !important;
	height: 32px !important;
}



