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


.gridlove-cover-content .entry-title, 
.gridlove-cover-content .entry-title a, 
.gridlove-cover-content p {
    color: #FFFFFF;
}
li#menu-item-2448 {
    background-color: #d68030;
    border-radius: 25px;
    color: white;
}
li#menu-item-2448 a{
    color: white;
}
.gridlove-action-link, 
.gridlove-slider-controls > div, 
.module-actions ul.page-numbers .next.page-numbers, 
.module-actions ul.page-numbers .prev.page-numbers {
    background: rgb(120,120,120);
    color: #ffffff;
}

a.register-btn {
    height: 40px;
    border: none;
    border-radius: 2px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    padding: 14px 20px;
    font-weight: 700;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.1),inset 0 0 0 transparent;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.1),inset 0 0 0 transparent;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #FFF;
    background-color: #38615f;
}

article.gridlove-post.gridlove-post-b.zoada-b {
    height: 300px;
}

.box-inner-ellipsis {
    height: 230px;
    max-height: 230px;
    overflow: hidden;
}
.entry-category {
    padding-top: 10px;
}
article.gridlove-post-a div.box-inner-p div.entry-category {
    position: absolute;
    bottom: 20px;
}

@media screen and (min-width: 600px){
	.cs-content-area .n2-ss-section-main-content.n2-ss-layer-with-background.n2-ss-layer-content{
		background: none!important;
	}
}