/*
Theme Name: Startit Child
Theme URI: https://startit.qodeinteractive.com/
Description: A child theme of Startit Theme
Author: Select Themes
Author URI: https://qodeinteractive.com
Version: 2.0.2
Text Domain: startit
Template: startit
*/

form.mailpoet_form {
    background-color: transparent !important;
}

.qodef-blog-load-more-button-holder {
    margin-bottom: 30px;
}

body.home .qodef-container-inner {
    width: auto !important;
    padding-top: 0 !important;
}

@media screen and (min-width: 1024px) {
    .qodef-post-image {
        max-width: 560px !important;
        float: right !important;
        margin-left: 30px !important;
        margin-bottom: 30px !important;
    }

    .qodef-blog-standard-post-date {
        width: 50px;
        float: left;
        padding-right: 25px;
        margin-bottom: 16px;
    }

    .qodef-blog-standard-info-holder {
        width: 435px;
        min-height: 60px;
        float: right;
        margin-left: 0 !important;
        display: flex !important;
        flex-direction: column;
        justify-content: center;
    }

    .qodef-blog-holder article .qodef-post-info {
        margin-bottom: 0 !important;
    }

    .qodef-post-title,
    .qodef-blog-holder article .qodef-post-info>div:after,
    .qodef-post-info-comments-holder {
        display: none !important;
    }

    .qodef-blog-holder.qodef-blog-type-masonry .qodef-post-title {
        display: block !important;
    }

    .qodef-post-text-inner > p:first-of-type {
        clear: left;
    }
}