/*
Theme Name: Kraft Portfolio
Theme URI: https://krafttheme.com
Author: CaliberThemes
Author URI: https://caliberthemes.com
Description: Kraft is a minimal, clean and modern WordPress portfolio theme perfect for creative professionals, agencies, photographers, and designers. Features include multiple homepage layouts, portfolio grid/masonry layouts, blog layouts, and extensive customization options.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kraft
Tags: portfolio, photography, blog, creative, agency, minimal, clean, modern, one-column, two-columns, custom-menu, custom-logo, editor-style, featured-images, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
# Base
# Typography
# Elements
# Forms
# Navigation
# Accessibility
# Alignments
# Widgets
# Content
# Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
* {
    box-sizing: border-box;
}

html {
    font-size: 16px;
}

body {
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    background: #fff;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
img {
    max-width: 100%;
    height: auto;
}

a {
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: #000;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 1rem;
}

p {
    margin: 0 0 1.5rem;
}

/*--------------------------------------------------------------
# WordPress Core
--------------------------------------------------------------*/
.alignnone {
    margin: 1.5rem 0;
}

.aligncenter {
    display: block;
    margin: 1.5rem auto;
}

.alignleft {
    float: left;
    margin: 0.5rem 1.5rem 1.5rem 0;
}

.alignright {
    float: right;
    margin: 0.5rem 0 1.5rem 1.5rem;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    text-align: center;
    font-size: 0.9rem;
    color: #666;
}

.gallery-caption {
    font-size: 0.9rem;
    color: #666;
}

.sticky {
    /* Sticky post styling can be added here */
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
