/*
 Theme Name:   Soledad Child
 Theme URI: http://pencidesign.com/
 Description: A Multi-Concept Blog/Magazine WordPress Theme
 Author: GuoWei Cheng
 Author URI: http://pencidesign.com/
 Template: soledad
 Version: 1.0.0
 License: GNU General Public License version 3.0
 License URI: http://www.gnu.org/licenses/gpl-3.0.html
 Tags: black, green, white, light, one-column, two-columns, three-columns, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, featured-images, post-formats, translation-ready
 Text Domain: soledad
 Domain Path: /languages
*/

@import url("../soledad/style.css");

/* Custom CSS */
body.category .title-bar>span{
  display: none;    
}
body.category .penci-grid li .item-content.entry-content{
  text-align: center;    
}
body.category .penci-grid li h2.penci-entry-title{
  /*height: 22px;*/
  /*overflow: hidden;  */
}
body.single-post .shortcode.box.gray{
  background: #e6e6e6;
  border-color: #e6e6e6;
  color: #0c0c0c !important; 
}
body.single-post .inner-post-entry.entry-content>.shortcode.box.gray{
  display: none;    
}
.post-author .author-img img{
  border-radius: 75px;  
  max-width: 100px;
}

@media only screen and (max-width: 767px){
   .elementor-widget-container.q2w3-fixed-widget-container > aside{
      position: relative !important;
      bottom: 64px !important;
      top: 0px !important; 
   }    
   .elementor-widget-container.q2w3-fixed-widget-container  aside.q2w3-widget-clone-main-sidebar{
     display: none !important;    
   }
}