/*
Theme Name: AbdRabo Portfolio
Theme URI: https://behance.net/Abdraboart
Author: HP ZBOOK POWER G10 / Antigravity
Description: Premium Editorial Portfolio Theme for Art Direction & Visual Strategy featuring GSAP, Three.js, and WebGL image shaders.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: abdrabo-portfolio
*/

/* Reset & Basic WP Core Alignments */
.aligncenter {
    display: block;
    margin: 1.5em auto;
}
.alignleft {
    float: left;
    margin: 0 1.5em 1.5em 0;
}
.alignright {
    float: right;
    margin: 0 0 1.5em 1.5em;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}
