/*

Template: buildar - Construction WordPress Theme
Author: peacefulqode.com
Version: 1.1
Design and Developed by: Peacefulqode

*/

@media(max-width:1400px) {

    .container,
    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 100%;
    }
}

@media(max-width:1023px) {
    .content-area .site-main {
        padding: 90px 0;
    }

    .pt-blog-post .pt-blog-contain {
        padding: 0;
    }

    .pt-blog-post .pt-blog-contain .pt-blog-title a {
        font-size: 26px;
    }
}

@media(max-width:767px) {
    .content-area .site-main {
        padding: 60px 0;
    }
}

@media(max-width:479px) {
    .pt-blog-post .pt-blog-contain .pt-blog-title a {
        font-size: 20px;
    }
}