/*Hide Sharedaddy buttons from post thumbnail in blog posts block | HC-22811992 | ERM*/
.wp-block-newspack-blocks-homepage-articles.wpnbha.show-image .sharedaddy.sd-sharing-enabled {
   display: none;
}


/*hide "All articles filed in" from category pages| 23135276-hc lm*/
.archive.category:not(.tax-post_format) .page-header > h1 {
    color: rgba(0,0,0,0);
    font-size: 0px ;
}


/*Кнопка "Показать больше статей"*/
@media screen and (max-width: 551px) { 
  aside#secondary {
    padding-top: 60px;
    padding-top: 0;
    margin-top: 60px !important;
  }
}


/* format search button as subscribe button below| 23135276-hc lm*/
.widget_search input.search-submit[type="submit"] {
    color: #fff;
    background-color: #000;
    border-radius: 23px;
    box-shadow: none;
    line-height: 2;
    padding: .4em 2em .4em;
    min-height: 46px;
    margin-right: 0;
    margin-bottom: 0;
    opacity: 1;
}


/*"Search Results for:" поиск*/
	body.search:not(.search-no-results) .page-title, .archive:not(.tax-post_format) .page-header>h1 {
		color: rgba(0,0,0,0);
    font-size: 0px ;}


/* "Posted by" после статьи */ 
.author-box {
	display: none;
}


/* Бордюр вокруг кампании под статьей */ 
div[id*="leyka_campaign_card_standalone"] .leyka-campaign-card {
    border: none;   
}


/*hide featured pages on mobile devices | 23274213-hc swm*/

@media screen and (max-width: 1024px) { 
	.featured-page-wrapper { 
display: none;} 
}



/* Move comments up in posts 3218974-zd */
body:not(.no-sidebar).single .container .left-holder {
display: flex;
flex-direction: column;
}

.main {
order: 1;
}

.container .comments-holder {
order: 2;
}

.container .author-post-nav {
order: 3;
}

.divide-line.vertical {
display: none;
}

.comments-holder.container.container-small.clear {
margin-right: unset;
}

.comment-respond {
padding-top: 20px;
}
/* End of comments in posts fix */


/* Подпись под изображением */
.wp-block-image .aligncenter>figcaption, .wp-block-image .alignleft>figcaption, .wp-block-image .alignright>figcaption, .wp-block-image.is-resized>figcaption {
    display: block;
}


.wp-block-latest-posts__featured-image.alignleft {
width:150; 
	height:150;} 


/*tag description font size 30518795-hc DF*/
.archive .page-header .taxonomy-description > p {
	  font-size: 1.375rem;
	  line-height: 1.15;
	  font-weight: 600;
	  font-family: 'Playfair Display', 'Times New Roman', Times, serif;
	  color: #191919;
	  
}


/*БЛОК ПОЖЕРТВОВАНИЙ*/
.donations__content {
 background: no-repeat fixed center/100% url("https://vetapeta.com/wp-content/uploads/2022/01/jakub-dziubak-XtUd5SiX464-unsplash.jpg");
}

/*БЛОК ПОЖЕРТВОВАНИЙ МОБ УСТРОЙСТВА*/
@media screen and (max-width: 1024px) { 
	.donations__content {
 background: url("https://vetapeta.com/wp-content/uploads/2022/01/jakub-dziubak-XtUd5SiX464-unsplash-5.jpg");
	background-size: 100%;  
}
}

