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

.gridlove-post-a .entry-image img {
    height: 233px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.gridlove-post-a .box-inner-p {
    padding: 7px 0 0;
    text-align: center;
}

/* added by abhishek */
/* for footer-submit button */
body .mc4wp-form-theme-blue button, body  .mc4wp-form-theme-blue input[type=submit] {
    color: #fff!important;
    background-color: #009cff!important;
    border-color: #009cff;
}
/* for footer-submit button close*/
/* for home page mid block section */
.welcome_block{
    background: #363636;
    text-align: center;
    padding: 20px 0px;
    margin-bottom: 30px;
    color: #fff;
}
.welcome_block .module-header{
	margin:0px;
}
.welcome_block .module-title h2{
	text-align: center;
    width: 100%;
    margin: 0px;
    color: #fff;
    font-size: 32px;
    letter-spacing: 1px;
}
.testimonial_block {
    background: #440043;
    text-align: center;
    padding: 60px 0px;
    margin-bottom: 30px;
    color: #fff;
}

.testimonial_quotes {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.4em;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.testimonial_block .gridlove-text-module-content {
    margin-bottom: 0;
    width: 60%;
    margin: 0px auto;
}
/* for home page mid block section close*/
/* added by abhishek */