/*
 * Theme Name:  Newsblock Child
 * Theme URI:   https://codesupply.co/themes/newsblock/
 * Description: Newsblock Child Theme
 * Author:      Code Supply Co.
 * Author URI:  https://codesupply.co/
 * Template:    newsblock
 * Version:     1.0.0
 */
.cs-entry__header-simple .cs-entry__header-info {
    margin-top: 0rem;
}

.cs-footer__inner>*:not(:first-child) {
    margin-top: 0px;
}
.cs-footer__col {
    padding: 25px 0;
}


.cs-header__col.cs-col-right {
    justify-content: flex-end;
    padding-left: 20px;
}
.cs-entry__tags ul a {
    background-color: #fabf28;
    color: #000;
}

.cs-entry__post-meta .cs-meta-category .post-categories li:before 
{
    bottom: -5px;
  
}
.cs-main-content .entry-content>*, .cs-main-content .entry-content .wp-block-column>*, .cs-main-content .entry-content .wp-block-group__inner-container>*, .cs-main-content .entry-content .wp-block-cover__inner-container>*, .cs-main-content .entry-content .wp-block-media-text__content>*, .cs-main-content .entry-content .cnvs-block-column-inner>div>*, .cs-main-content .entry-content .cnvs-block-section-content-inner>*, .cs-main-content .entry-content .cnvs-block-section-sidebar-inner>*, .cs-main-content .entry-summary>*, .cs-main-content .entry-summary .wp-block-column>*, .cs-main-content .entry-summary .wp-block-group__inner-container>*, .cs-main-content .entry-summary .wp-block-cover__inner-container>*, .cs-main-content .entry-summary .wp-block-media-text__content>*, .cs-main-content .entry-summary .cnvs-block-column-inner>div>*, .cs-main-content .entry-summary .cnvs-block-section-content-inner>*, .cs-main-content .entry-summary .cnvs-block-section-sidebar-inner>* {
    margin-top: 23px;
    margin-bottom: 23px;
}
.cs-main-content .entry-content>h1:not(:first-child), .cs-main-content .entry-content>h2:not(:first-child), .cs-main-content .entry-content>h3:not(:first-child), .cs-main-content .entry-content>h4:not(:first-child), .cs-main-content .entry-content>h5:not(:first-child), .cs-main-content .entry-content>h6:not(:first-child), .cs-main-content .entry-content>.h1:not(:first-child), .cs-main-content .entry-content>.h2:not(:first-child), .cs-main-content .entry-content>.h3:not(:first-child), .cs-main-content .entry-content>.h4:not(:first-child), .cs-main-content .entry-content>.h5:not(:first-child), .cs-main-content .entry-content>.h6:not(:first-child), .cs-main-content .entry-summary>h1:not(:first-child), .cs-main-content .entry-summary>h2:not(:first-child), .cs-main-content .entry-summary>h3:not(:first-child), .cs-main-content .entry-summary>h4:not(:first-child), .cs-main-content .entry-summary>h5:not(:first-child), .cs-main-content .entry-summary>h6:not(:first-child), .cs-main-content .entry-summary>.h1:not(:first-child), .cs-main-content .entry-summary>.h2:not(:first-child), .cs-main-content .entry-summary>.h3:not(:first-child), .cs-main-content .entry-summary>.h4:not(:first-child), .cs-main-content .entry-summary>.h5:not(:first-child), .cs-main-content .entry-summary>.h6:not(:first-child) {
    margin-top: 20px;
}
.cs-site-subscribe__item>*:not(:last-child) {
    margin-right: 50px;
    margin-bottom: 0;
}

/* Mobile Responsive Category View */
@media (max-width: 600px){
.cs-posts-area__list .cs-entry__thumbnail {
    flex: 0 0 35%;
	margin-top: 3%;
    margin-right: 8px;}
.cs-entry__inner:not(:first-child) {
    margin-top: 0px;
}
.cs-posts-area .cs-display-borders-between-posts.cs-posts-area__main .cs-entry:nth-child(n) {
    padding: calc(var(--cs-posts-area-grid-gap) / 12);}
.cs-entry__excerpt:not(:first-child) {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    box-sizing: inherit;
	  margin-top: 0px;
		font-size:12px;
}
.cs-posts-area__list .cs-entry__outer {
    flex-direction: revert;
}
.cs-posts-area__list .cs-entry__content .cs-entry__post-meta:not(:first-child) {
    margin-top: 5px!important;
}
#published{font-size:8px;}
#updated{font-size:8px;}
.cs-entry__post-meta .cs-meta-author {font-size:8px;}
	.cs-entry__post-meta .cs-meta-category .post-categories{font-size:9px;}
	
}
.cs-posts-area__list .cs-entry__content .cs-entry__post-meta:not(:first-child) {
    margin-top: 6rem;
}
.cs-posts-area__list .cs-entry__thumbnail .cs-overlay-background {
    border-radius: 10px;
    overflow: hidden;
    margin: 2px;
    backface-visibility: hidden;
    box-shadow: rgb(0 0 0 / 30%) 3px 3px 12px;
    transform: translateY(0px);
    transition: all 0.2s ease-in-out 0s;
    padding: 0px!important;
}
.cs-posts-area__list .cs-entry__thumbnail {
	overflow: inherit;}
/* Desktop Category View */
@media (min-width: 720px){
.cs-posts-area__list .cs-entry__thumbnail {
    flex: 0 0 35%;
    max-width: 50%;
    margin-right: 2rem;
}
.cs-posts-area__list .cs-entry__content .cs-entry__post-meta:not(:first-child) {
    margin-top: 2rem;
}
}
.cs-site-content {
    margin: 2rem 0;
}
.cs-entry__thumbnail .cs-overlay-background img {
    border-radius: 10px;
}


.cs-entry__excerpt:not(:first-child) {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    box-sizing: inherit;
    margin-top: 10px;
    font-size: 12px;
}
.cs-footer__nav {
    justify-content: center;
}
@media (max-width: 600px){
.cs-site-subscribe__item>*:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 0;
}
	.cs-entry__excerpt:not(:first-child)
	{
		display:none;
	}
	.cnvs-block-posts-layout-horizontal-type-2 .cs-entry__thumbnail
	{
		margin-top:11px;
	}
}

/* Copy any classes from parent theme here. They will override the parent's version. */
