/*
Theme Name:   Partdo Child
 Theme URI:    http://klbtheme.com/partdo/
 Description:  Partdo Child Theme
 Author:       KlbTheme
 Author URI:   http://themeforest.net/user/KlbTheme
 Template:     partdo
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  partdo-child
*/


.e-con-inner{max-width: 1360px !important;}
.site-footer .footer-row.custom-background-dark, .site-footer .footer-row.custom-background-light {
    background: #01193B;
    background: linear-gradient(90deg, rgba(1, 25, 59, 1) 0%, rgba(21, 56, 105, 1) 100%);
}
.site-footer .footer-row.dark {color: #fff;}
.post-single .single-post{ display:grid;}
.post-single .single-post .entry-header{ order:0;}
.post-single .single-post .entry-media{ order:1;}
.post-single .single-post .entry-footer{ order:2;margin-bottom: 0;}
.post-single .single-post .entry-content{ order:3;}