/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* Blog parent page design CSS */
/* .vitamind3-blog-page .post-grid-thumbnail{
    margin-bottom: 0px !important;
}

.vitamind3-blog-page .post-grid-text-wrap{
    height: 54px;
    background: #f3f3f3;
    font-size: 1.1rem;
    line-height: 1.5rem;
    padding: 7px 20px 75px 15px;
    margin-bottom: 25px !important;
}

.vitamind3-blog-page .post-grid-text-wrap h3{
    font-size: 18px !important;
    line-height: 24px !important;
} */

.blog-contact-form_wrapper .gform_title{
    font-size: 40px !important;
    color: rgb(19,38,111) !important;
}
.blog-contact-form .gform_fields{
    font-family: 'Open Sans' !important;
    font-size: 14px !important;
    color: rgb(19,38,111) !important;
}

/* Tablet css */
@media only screen and (min-width:768px) and (max-width:1024px) {

    /* .vitamind3-blog-page{
        margin-right: 50px;
        margin-left: 50px;
    }
    .vitamind3-blog-page .post-grid-thumbnail img{
        height: 160px;
    }
    .vitamind3-blog-page article{
        width: 90%;
    }
    .vitamind3-blog-page .post-grid-text-wrap {
        height: 74px;
        background: #f3f3f3;
        font-size: 1.1rem;
        line-height: 1.5rem;
        padding: 8px 23px 22px 16px;
        margin-bottom: 25px !important;
    }
    .vitamind3-blog-page .post-grid-text-wrap h3 {
        font-size: 14px !important;
        line-height: 20px !important;
    } */
    .gform_legacy_markup_wrapper h3.gform_title {
        font-size: 34px !important;
    }
}

/* Mini Tablet css */
@media only screen and (min-width:768px) and (max-width:824px) {
    .gform_legacy_markup_wrapper h3.gform_title {
        font-size: 26px !important;
    }
    /* .upper-bg-heading h2{
        font-size: 40px !important;
        font-weight: 600 !important;
        line-height: 54px !important;
    } */
}

/* Mobile view css */
@media only screen and (min-width:268px) and (max-width:767px) {
    .gform_legacy_markup_wrapper h3.gform_title {
        font-size: 24px !important;
    }
    /* .upper-bg-heading h2{
        font-size: 30px !important;
        font-weight: 600 !important;
        line-height: 45px !important;
    } */
}

/* Mobile view for iphone pro css */
@media only screen and (min-width:399px) and (max-width:424px) {
    .gform_legacy_markup_wrapper h3.gform_title {
        font-size: 27px !important;
    }
}