/* 
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
*/


/* Write here your own personal stylesheet */
@media only screen and (min-width: 991px) {
#content {
	max-width: 1250px;
}
 .home.nosidebar #single-comic-col{
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
      #left-sidebar, #right-sidebar{
       padding-top: 15px;
    }  

}

@media (max-width: 990px) {
    #left-sidebar{
        order: 1;
    }  
    #right-sidebar{
        order: 2;
    }
       #left-sidebar, #right-sidebar{
       padding: 15px;
       padding-left: 30px;
       padding-right: 30px;
       text-align: center;
       width: 50%;
    }  

}