/*
Theme Name: PTJ
Theme URI: #
Description: Custom Theme
Author: Netlogiq
Textdomain: qi
Author URI: https://yourwebsite.com/
Template: qi
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html 
*/

@media only screen and (max-width: 480px) {
    .qodef-content-grid {
        width: 90%!important;
    }
}
#qodef-page-wrapper #qodef-page-inner {
        padding: 60px 0 100px;
    }
@media screen and (min-width:768px) {
    .qodef-page-title {
        margin-top: 20px;
    }
    #qodef-page-wrapper  #qodef-page-inner {
        padding: 40px 0 100px;
    }

}
#qodef-page-mobile-header-inner {
    padding: 10px 50px!important;
}

.qodef-page-title {
    background: #03A461;
    color: #FFF;
    height: 150px;
}
.qodef-page-title .qodef-breadcrumbs-inner {
	color:#FFF;
}

.qodef-blog.qodef--list .qodef-blog-item .qodef-e-post-title {
    font-size: 30px;
    line-height: 35px;
}
.qodef-blog .qodef-blog-item .qodef-e-excerpt {
    font-size: 18px;
    line-height: 24px;
}