/*
Theme Name:     Gridlove Child
Theme URI:      https://mekshq.com/theme/gridlove
Description:    Child theme for Gridlove theme
Author:         meks
Author URI:     https://mekshq.com
Template:       gridlove
Version:        0.1.0
*/
td {white-space: normal;}

.page-id-2414 #content{display:none;}
.single-post .gridlove-cover-area, .single-post .gridlove-cover {
    height: 200px!important;
}
.meta-comments a:empty {
   display: none;
}
/* category page css */
.layout-simple:nth-child(odd) .entry-image{display: none;}
.layout-simple:nth-child(even) .entry-content{display: none;}
.layout-simple:nth-child(odd)  .entry-overlay .entry-title a{
	color: #111111;
}
.layout-simple:nth-child(odd)  .entry-meta .meta-item, .layout-simple:nth-child(odd)  .entry-meta a, .layout-simple:nth-child(odd) .entry-meta span, .comment-metadata a{color: #818181;}

.layout-simple:nth-child(odd) .entry-overlay .gridlove-format-icon, .layout-simple:nth-child(odd) .gridlove-cover-item .gridlove-format-icon, .layout-simple:nth-child(odd) .gridlove-post-a .gridlove-format-icon {
    background: #111;
    color: #fff;
}
.module-header.cat-header {
	text-align: center;
	background-size: cover;
	background-position: center;
	background:url(https://www.janos.work/wp-content/uploads/2020/08/server-administration.png)
}
.category-email-deliverability .module-header.cat-header {
	background:url(https://www.janos.work/wp-content/uploads/2020/08/email-deliverability.png)
}
.category .gridlove-site-header{
	margin-bottom: 0px;
}
.category .cat-header .h2 {
    padding: 10px 20px;
    text-align: center;
    display: block;
    min-width: 200px;
	margin: 65px auto;
    font-size: 32px;
	position: relative;
    background: none rgb(0,0,0,0.2);
	border-radius: 2px;
	color:#FFF;
}
.category .cat-header .module-title .h2::before {
    background: none;
}
.category .cat-header .module-title .h2::after {
    background: none;
}
/* end category page css */

@media (max-width: 786px){
	.single-post .gridlove-cover-area, .single-post .gridlove-cover {
    	height: 150px!important;
	}
	.category .cat-header .h2 {
		margin: 40px auto;
    	font-size: 28px;
	}
}

.page-template-default .gridlove-cover-area, .page-template-default  .gridlove-cover {
    height: 200px;
}

