/*
Theme Name: Quince Child
Theme URI: http://mnkythemes.com/quince
Template: quince
Author: MNKY
Author URI: http://themeforest.net/user/MNKY
Description: Quince is a modern multipurpose WordPress business theme. Available exclusively on Theme Forest.
Version: 1.6.2.1508799061
Updated: 2017-10-23 22:51:01

*/

.custom-row-display .esg-media-cover-wrapper {
    display: flex;
}

.custom-row-display .esg-entry-media-wrapper {
    height: 100%;
    width: 25%;
}

.custom-row-display .esg-entry-content {
    width: 75%;
}

.custom-row-display .esg-entry-cover .esg-overlay {
    width: 25% !important;
    left: 0;
}

.custom-row-display .eg-grant-element-2-a {
    left: -37% !important;
}

.custom-row-display .esg-grid li.eg-grant-wrapper {
    background: rgb(247, 247, 247) !important;
}

.custom-row-display .eg-grant-element-0 { margin-bottom: 0; }
.custom-row-display .eg-grant-element-3 { display: none !important; }
.custom-row-display .eg-grant-element-6 { font-size: 17px !important; }


@media only screen and (max-width: 650px) {
    .custom-row-display .esg-media-cover-wrapper {
        flex-wrap: wrap;
    }
    .custom-row-display .esg-entry-content, .custom-row-display .esg-entry-media-wrapper, .custom-row-display .esg-entry-cover .esg-overlay {
        width: 100%;
    }
    .custom-row-display .esg-entry-cover .esg-overlay {
        width: 100% !important;
        left: 0;
    }
    .custom-row-display .eg-grant-element-2-a {
        left: 0% !important;
    }
}
