/*
Theme Name:  Deva Photo
Theme URI:   https://www.nlinksolution.com
Author:      Nlinksolution - Naren and Team
Author URI:  https://www.nlinksolution.com
Description: A full-screen photography WordPress theme with admin-managed slider, portfolio folders (CPT + taxonomy), fully editable About and Contact pages, and zero plugin dependencies.
Version:     1.0.1
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: devaphoto
Tags:        photography, portfolio, full-width-template, custom-menu, featured-images, theme-options
*/

/* ==========================================
   WORDPRESS CORE OVERRIDES
   (main styles loaded via enqueue.php)
   ========================================== */

/* Align images added via editor */
.alignleft  { float: left;  margin: 0 1.5em 1.5em 0; }
.alignright { float: right; margin: 0 0 1.5em 1.5em; }
.aligncenter { display: block; margin: 0 auto 1.5em; }

/* WordPress caption */
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 0.85em; text-align: center; }

/* Accessibility skip link */
.skip-link {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.skip-link:focus {
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    padding: 6px 12px;
    background: #000;
    color: #fff;
    z-index: 99999;
}
