/* 
Theme Name:		 Toocheke Premium Child
Theme URI:		 https://www.store.toocheke.com/
Description:	 Toocheke Child is a child theme of Toocheke
Author:			 LeeToo
Author URI:		 https://leetoo.net/
Template:		 toocheke-premium
Version:		 1.0.0
Text Domain:	 toocheke-premium-child
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
/* Hide the sidebar on the homepage only */
body.page-id-8175 .col-lg-4 {
    display: none !important;
}

/* Expand main content to full width */
body.page-id-8175 .col-lg-8 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
}
.swiper-pagination-simple {
  display: none !important;
}
.home .entry-title {
  display: none !important;
}
	
/* transparent white */
#left-col {
  background: none;
}
#left-content, #comic {
   background: rgba(255, 255, 255, .7);
} 

