/*
Theme Name: Osteria
Theme URI: https://example.com/osteria
Author: Osteria
Author URI: https://example.com
Description: Theme base para Osteria construido sobre Bootstrap 4, con estructura clasica de WordPress, sidebars, menu principal, formatos de entrada, assets locales y plantillas listas para personalizar.
Version: 1.0.0
Requires PHP: 5.5
Requires at least: 5.0
Tested up to: 6.9
License: MIT
License URI: https://opensource.org/licenses/MIT
Text Domain: osteria
Domain Path: /languages/
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, post-formats, threaded-comments, translation-ready, editor-style, blog

Osteria esta construido sobre Bootstrap v4 y parte de Bootstrap Basic4 como base tecnica.

*/


/*
Required WordPress CSS
*/
.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.alignleft {
    float: left;
    margin-right: 1.5em;
}
.alignright {
    float: right;
    margin-left: 1.5em;
}
.bypostauthor {
}


/* WordPress gallery */
.gallery-caption {
}
.gallery {
    margin-bottom: 1.6em;
}
.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.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%;
}
.gallery-icon img {
    margin: 0 auto;
}
.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}


/* 
Text meant only for screen readers. 
copied from https://codex.wordpress.org/CSS
*/
.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 !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.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;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}


.sticky {
}
.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}


/* Osteria job application landing */
.home {
    background: rgba(41, 55, 57, 1);
}

.home .page-container {
    width: 100%;
    max-width: none;
    padding-right: 0;
    padding-left: 0;
}

.home .page-header,
.home .site-footer {
    display: none;
}

.home .site-content {
    margin: 0;
}

.osteria-landing {
    width: 100%;
    min-height: 100vh;
    background: rgba(41, 55, 57, 1);
    color: #dcd7c9;
    font-family: Arial, Helvetica, sans-serif;
}

.osteria-hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 44px 28px;
}

.osteria-hero__inner {
    width: min(1180px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.72fr);
    gap: clamp(32px, 7vw, 92px);
    align-items: end;
}

.osteria-hero__brand {
    grid-column: 1 / -1;
    width: min(520px, 74vw);
    margin-bottom: clamp(28px, 6vw, 84px);
}

.osteria-hero__logo {
    width: 100%;
    height: auto;
    display: block;
}

.osteria-hero__content {
    border-top: 1px solid rgba(220, 215, 201, 0.42);
    padding-top: 30px;
}

.osteria-hero__eyebrow {
    margin: 0 0 22px;
    color: #a27b5b;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.osteria-hero h1 {
    margin: 0;
    max-width: 640px;
    color: #dcd7c9;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3rem, 7.4vw, 7rem);
    font-weight: 400;
    line-height: 0.92;
    letter-spacing: 0;
}

.osteria-hero__lead {
    max-width: 520px;
    margin: 28px 0 0;
    color: rgba(220, 215, 201, 0.78);
    font-size: 1rem;
    line-height: 1.75;
}

.osteria-hero__details {
    display: grid;
    gap: 10px;
    margin-top: 34px;
    color: rgba(220, 215, 201, 0.72);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.osteria-apply {
    background: #dcd7c9;
    color: #2c3639;
    padding: clamp(24px, 4vw, 42px);
}

.osteria-apply h2 {
    margin: 0;
    color: #2c3639;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 3.8vw, 3.5rem);
    font-weight: 400;
    line-height: 1;
}

.osteria-apply > p {
    margin: 16px 0 28px;
    color: rgba(44, 54, 57, 0.76);
    font-size: 0.95rem;
    line-height: 1.65;
}

.osteria-cf7-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}

.osteria-cf7-grid label,
.osteria-apply .wpcf7-form label {
    margin: 0;
    color: #2c3639;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.osteria-cf7-full {
    grid-column: 1 / -1;
}

.osteria-apply .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-acceptance) {
    width: 100%;
    min-height: 46px;
    margin-top: 7px;
    border: 0;
    border-bottom: 1px solid rgba(44, 54, 57, 0.42);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.25);
    color: #2c3639;
    font-size: 1rem;
}

.osteria-apply textarea.wpcf7-form-control {
    min-height: 120px;
}

.osteria-apply .wpcf7-submit {
    width: 100%;
    min-height: 50px;
    border: 1px solid #2c3639;
    border-radius: 0;
    background: #2c3639;
    color: #dcd7c9;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    cursor: pointer;
}

.osteria-cf7-placeholder {
    border: 1px dashed rgba(44, 54, 57, 0.44);
    padding: 18px;
}

.osteria-cf7-placeholder p {
    margin: 0 0 12px;
}

@media (max-width: 900px) {
    .osteria-hero__inner,
    .osteria-cf7-grid {
        grid-template-columns: 1fr;
    }

    .osteria-hero {
        align-items: flex-start;
        padding: 30px 20px;
    }

    .osteria-hero__brand {
        margin-bottom: 36px;
    }
}
