/*
Theme Name:     Gridlove Child
Theme URI:      http://mekshq.com
Description:    Child theme for Gridlove theme
Author:         meks
Author URI:     http://mekshq.com
Template:       gridlove
Version:        0.1.0
*/

/*
--------------------------------------
#
# DUKELOVE HEADER
#
--------------------------------------
*/

#gridlove-header-sticky{
    overflow: hidden;
}

#gridlove-header-sticky .gridlove-site-branding a img{
    max-height: 68px;
}

/*
--------------------------------------
#
# DUKELOVE SIX GRID POST
#
--------------------------------------
*/

.module-type-six-grid-posts article.gridlove-post-a.custom-ad,
.module-type-six-grid-posts article.gridlove-post-b.custom-ad,
.module-type-six-grid-posts article.gridlove-post-c.custom-ad,
.module-type-six-grid-posts article.gridlove-post-d.custom-ad{
    overflow: hidden;
}

.module-type-six-grid-posts article.gridlove-post-a.custom-ad p,
.module-type-six-grid-posts article.gridlove-post-b.custom-ad p,
.module-type-six-grid-posts article.gridlove-post-c.custom-ad p,
.module-type-six-grid-posts article.gridlove-post-d.custom-ad p{
    height: 300px;
    max-width: 100%;
    margin: 0;
    padding: 30px 30px;
}

.module-type-six-grid-posts article.gridlove-post-a.custom-ad p img,
.module-type-six-grid-posts article.gridlove-post-b.custom-ad p img,
.module-type-six-grid-posts article.gridlove-post-c.custom-ad p img,
.module-type-six-grid-posts article.gridlove-post-d.custom-ad p img{
    height: 240px;
    width: 100%;
}

/*
--------------------------------------
#
# DUKELOVE RESPONSIVE STYLES
#
--------------------------------------
*/

@media screen and (max-width: 1200px){
    .gridlove-slot-r .gridlove-ad{
        float: right;
        width: 85%;
    }
}

.meta-author span:before {
    content: "\f007";
    font-family: 'FontAwesome';
    margin-right: 4px;
}
.entry-image img {
    width: 100%;
    height: auto;
}
