/* 
Theme Name:		 Toocheke Child
Theme URI:		 https://www.toocheke.com/
Description:	 Toocheke Child is a child theme of Toocheke
Author:			 LeeToo
Author URI:		 https://leetoo.net/
Template:		 toocheke
Version:		 1.0.47
Text Domain:	 toocheke-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 */
body{
	font: 1em/1.2em Hind;
	
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
 font-family: Abel;
}

.jumbotron-header{
	background-color: #0B0D1F !important;
}

.jumbotron {
	background-size: cover;
}

.menu-item{
	font-family: Abel;
}

.page-header {
	text-align: center;
	font-family: Abel;
}

.entry-header {
	margin-bottom: 1em;
	
}

#comic-grid {
	grid-template-columns: repeat(auto-fill, minmax(100px, 1fr))
}

#comic-grid-title{
	text-align: center;
}

.comic-archive-title{
	margin-left: 0px;
	margin-top: 3px;
}

.single-comic-navigation{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 10px;
}

.toocheke-likes-wrapper a{
	color: #d61317 !important,
}

#comic-bookmark{
	color: black !important,
}

.single-comic-wrapper{
	margin-top: 0px;
}

#side-bar section {
	padding: 1em 1em;
	padding-bottom: 0em;
}

#block-29, #block-30{
	text-align: justify;
}

#block-32 p{
	margin-bottom: 0;
}

#side-bar section .widget-title{
	text-align: center;
}

.navbar-nav>.menu-item:before{
	all: initial;
}

#comments .card {
	box-shadow: none;
	-webkit-box-shadow: none;
}

.comment-respond{
	background-color: #f5f5f5 !important;
}

.hoverable:hover{
	box-shadow: none;
	
}
.card-header .hoverable:hover {
	box-shadow: none;
}

.wp-block-media-text>.wp-block-media-text__content {
	padding: 0 5%;
}

.wp-block-media-text{
	padding-bottom: 2%
}

.wp-block-pullquote blockquote {
	margin: 1em;
}

.wp-block-pullquote {
	padding: 1em 0;
}

#home-scroll-container{
	line-height: 50px;
}