.theme-blog-category-column .theme-blog-category-container.theme-blog-rss-feed {
    display: none;
}

.theme-blog-tag-list ul li a{
  color: #191C23 !important 
}

/* Change Blog header color inside the article */ 
.theme-single-post .theme-blog-container .theme-blog-part.theme-single-blog-header .theme-blog-heading {
}
 h1{
 color: rgba(1, 58, 81, 1);
    
}
/* Change Blog header size outside the article */ 
.theme-blog-container-column .theme-blog-container .theme-blog-part.theme-blog-heading-author .theme-blog-heading a {

 font-size: 40px ;
    
}
/* Change Blog text size outside the article */ 
div.theme-blog-part.theme-blog-author {

 font-size: 20px ;
}
/* Change Blog text color outside the article */ 
div.theme-blog-part.theme-blog-author {
<style>
 color: rgba(1, 58, 81, 1) ;
}

/* Change Blog header size outside the article */ 
.theme-blog-container-column .theme-blog-container .theme-blog-part.theme-blog-heading-author .theme-blog-heading a {

 color: rgba(1, 58, 81, 1);
    
}
/* Change Blog Author color outside the article */ 
.theme-blog-container-column .theme-blog-container .theme-blog-part.theme-blog-heading-author .theme-blog-author {
    color: rgba(1, 58, 81, 1); 
}

/* Change Blog Category list color */ 
.theme-blog-category-column .theme-blog-category-container .theme-blog-category-list ul li a {
  color: rgba(1, 58, 81, 1);
 }

/* Change Blog Image size */ 
.theme-blog-container-column .theme-blog-container .theme-blog-cover-img-container {
width: 400px
height: 300px;
        
}
/* Change Author blog color */ 
.theme-blog-list-seo {
color: rgba(1, 58, 81, 1);
 
}
/* Change Number category color */ 
.theme-blog-category-column .theme-blog-category-container .theme-blog-category-list ul li .theme-blog-count  {
}
p{
    color:rgba(241, 93, 62);
}

/* Change CONTACT US Color */ 
.zpform-container h2 {
     color: rgba(255, 255, 255);
 }   

/* Change Items color from contact list */ 
.zpform-container label{
     color: rgba(255, 255, 255);
 }   

/* Change Blog Author color BY:  outside the article */ 
.theme-blog-container-column .theme-blog-container .theme-blog-part.theme-blog-heading-author .theme-blog-author * {
}
 p{
 color: rgba(1, 58, 81, 1);
   
}  
/* Change Text color article in white */ 
.theme-blog-part .theme-blog-author {
}
div {
    color:rgba(1, 58, 81, 1);
}

/* Change Blog Square Background color inside the post */ 
.theme-single-post .theme-blog-container .theme-blog-part.theme-blog-single-post-footer .theme-single-blog-post-footer-content .theme-single-blog-tags .theme-single-post-tags-list a{

 background-color: #98c9ec;
   }  

    
