/*
Theme Name: Remoov
Theme URI: https://remoov.com
Author: Remoov Team
Author URI: https://remoov.com
Description: Tema WordPress Premium com compatibilidade total com Elementor Free e Pro. Design moderno, responsivo e altamente customizável com múltiplos layouts de cabeçalho, builder customizado, font manager e painel administrativo completo.
Version: 1.0.0
Requires at least: 6.0
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: remoov
Tags: custom-header, custom-menu, custom-logo, editor-style, featured-images, flexible-header, full-width-template, theme-options, translation-ready, blog, e-commerce, portfolio

Remoov - Tema WordPress Premium
*/

:root {
    --remoov-primary: #3b82f6;
    --remoov-primary-light: #93c5fd;
    --remoov-primary-dark: #1e40af;
    --remoov-secondary: #a5b4fc;
    --remoov-text: #1f2937;
    --remoov-text-light: #6b7280;
    --remoov-bg: #ffffff;
    --remoov-bg-light: #f9fafb;
    --remoov-border: #e5e7eb;
    --remoov-container-width: 1100px;
    --remoov-transition: all 0.3s ease;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: var(--remoov-text);
    background-color: var(--remoov-bg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.remoov-container {
    max-width: var(--remoov-container-width);
    margin: 0 auto;
    padding: 0 20px;
}

a {
    color: var(--remoov-primary);
    text-decoration: none;
    transition: var(--remoov-transition);
}

a:hover {
    color: var(--remoov-primary-dark);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
}

.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;
}

.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    text-align: center;
    font-size: 0.875em;
    color: var(--remoov-text-light);
    margin-top: 0.5em;
}

.sticky {
    position: relative;
}

.bypostauthor {
    font-weight: bold;
}

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding: 0.5em;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

@media screen and (max-width: 768px) {
    .remoov-container {
        padding: 0 15px;
    }
    
    .gallery-columns-2 .gallery-item,
    .gallery-columns-3 .gallery-item,
    .gallery-columns-4 .gallery-item,
    .gallery-columns-5 .gallery-item,
    .gallery-columns-6 .gallery-item,
    .gallery-columns-7 .gallery-item,
    .gallery-columns-8 .gallery-item,
    .gallery-columns-9 .gallery-item {
        max-width: 50%;
    }
}

@media screen and (max-width: 480px) {
    .gallery-item {
        max-width: 100% !important;
    }
}
