
/*
Theme Name: Devexis Premium MPT
Theme URI: https://devexis.com/devexis-premium-mpt
Author: Devexis India
Author URI: https://devexis.com
Description: Modern lightweight business WordPress theme developed by Devexis India.
Version: 2.1
Requires at least: 5.8
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: devexis-premium-mpt
Tags: blog, custom-logo, custom-menu, featured-images, theme-options, translation-ready, two-columns

Copyright: © 2026 Devexis India
*/

body{
margin:0;
font-family:Arial, Helvetica, sans-serif;
background:#f5f5f5;
color:#333;
}

.container{
width:90%;
max-width:1200px;
margin:auto;
}

header{
background:#111;
color:#fff;
padding:20px 0;
}

header a{color:#fff;text-decoration:none}

nav ul{
display:flex;
gap:20px;
list-style:none;
padding:0;
}

.grid{
display:grid;
grid-template-columns:2fr 1fr;
gap:40px;
}

article{
background:#fff;
padding:25px;
margin-bottom:30px;
border-radius:8px;
}

.widget{
background:#fff;
padding:20px;
margin-bottom:20px;
border-radius:6px;
}

footer{
background:#111;
color:#fff;
padding:40px 0;
text-align:center;
}

.wp-caption {}
.wp-caption-text {}
.sticky {}
.gallery-caption {}
.bypostauthor {}
.alignright { float:right; }
.alignleft { float:left; }
.aligncenter { display:block; margin:auto; }

.screen-reader-text {
position:absolute;
left:-9999px;
}
