/*
Theme Name: Fight My Ticket Theme
Theme URI: https://alejandro-figueroa.netlify.app/en/
Author: Alejandro Figueroa
Author URI: https://alejandro-figueroa.netlify.app/en/
Description: Designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create endless layouts using the available blocks. Block editor settings give you a good idea of what your content will look like, even before you publish. 
Tags: gutenber, acf, theme
Version: 1.0.0
Requires at least: 7.0
Tested up to: 7.0
Requires PHP: 7.0
Text Domain: fmt
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  /* Safari and Chrome */
  -moz-osx-font-smoothing: grayscale;
  /* Firefox on macOS */
  text-rendering: optimizeLegibility;
}

p {
  margin-top: 0;
  font-size: 1.125rem;
}

.text-display {
  font-family: var(--wp--preset--font-family--source-serif-4);
  display: block;
  font-weight: 600;
  margin: 0;
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin: 36px 0 12px;
}
.text-display:first-of-type {
  margin-top: 0;
}
.text-display {
  font-size: 3.25rem;
}
.text-display i,
.text-display em {
  font-style: normal;
  color: var(--wp--preset--color--alert);
}
@media (width >= 768px) {
  .text-display {
    font-size: 3.5rem;
  }
}
@media (width >= 1100px) {
  .text-display {
    font-size: 3.75rem;
  }
}

h1,
.h1 {
  font-family: var(--wp--preset--font-family--source-serif-4);
  display: block;
  font-weight: 600;
  margin: 0;
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin: 36px 0 12px;
}
h1:first-of-type,
.h1:first-of-type {
  margin-top: 0;
}
h1,
.h1 {
  font-size: 2rem;
}
@media (width >= 1100px) {
  h1,
  .h1 {
    font-size: 2.75rem;
  }
}

h2,
.h2 {
  font-family: var(--wp--preset--font-family--source-serif-4);
  display: block;
  font-weight: 600;
  margin: 0;
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin: 36px 0 12px;
}
h2:first-of-type,
.h2:first-of-type {
  margin-top: 0;
}
h2,
.h2 {
  font-size: 1.5rem;
}
@media (width >= 768px) {
  h2,
  .h2 {
    font-size: 2rem;
  }
}
@media (width >= 1100px) {
  h2,
  .h2 {
    font-size: 3.5rem;
    line-height: 1;
  }
}

h3,
.h3 {
  font-family: var(--wp--preset--font-family--source-serif-4);
  display: block;
  font-weight: 600;
  margin: 0;
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin: 36px 0 12px;
}
h3:first-of-type,
.h3:first-of-type {
  margin-top: 0;
}
h3,
.h3 {
  font-size: 1.25rem;
}
h4,
.h4 {
  font-family: var(--wp--preset--font-family--source-serif-4);
  display: block;
  font-weight: 600;
  margin: 0;
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin: 36px 0 12px;
}
h4:first-of-type,
.h4:first-of-type {
  margin-top: 0;
}
h5,
.h5 {
  font-family: var(--wp--preset--font-family--source-serif-4);
  display: block;
  font-weight: 600;
  margin: 0;
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin: 36px 0 12px;
}
h5:first-of-type,
.h5:first-of-type {
  margin-top: 0;
}
.yoast-breadcrumbs {
  margin-bottom: 20px;
}
.yoast-breadcrumbs span {
  color: var(--wp--preset--color--ink);
  font-size: 0.9rem;
}
.yoast-breadcrumbs a {
  color: var(--wp--preset--color--bear-deep);
  font-size: 0.9rem;
}

.tagline, .wp-block-query .wp-block-post-template .wp-block-post .post-meta div {
  color: var(--wp--preset--color--bear);
  text-transform: uppercase;
  display: block;
  gap: 10px;
  font-size: 14px;
  margin-bottom: 16px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.byline {
  font-size: 20px;
  color: var(--wp--preset--color--mute);
}

.btn-bear {
  font-weight: 600;
  font-size: 1rem;
  padding: 13px 20px;
  border-radius: 12px;
  border: solid 1px transparent;
  display: flex;
  gap: 10px;
  align-items: center;
  width: max-content;
  background-color: var(--wp--preset--color--bear);
  color: var(--wp--preset--color--ink);
}

.btn-outline {
  font-weight: 600;
  font-size: 1rem;
  padding: 13px 20px;
  border-radius: 12px;
  border: solid 1px transparent;
  display: flex;
  gap: 10px;
  align-items: center;
  width: max-content;
  border-color: #aab4c2;
  color: var(--wp--preset--color--paper);
}

.btn-outline-ink {
  font-weight: 600;
  font-size: 1rem;
  padding: 13px 20px;
  border-radius: 12px;
  border: solid 1px transparent;
  display: flex;
  gap: 10px;
  align-items: center;
  width: max-content;
  border-color: var(--wp--preset--color--ink);
  color: var(--wp--preset--color--ink);
}

.btn-outline-bear {
  font-weight: 600;
  font-size: 1rem;
  padding: 13px 20px;
  border-radius: 12px;
  border: solid 1px transparent;
  display: flex;
  gap: 10px;
  align-items: center;
  width: max-content;
  border-color: var(--wp--preset--color--bear);
  color: var(--wp--preset--color--bear);
}
.btn-outline-bear svg {
  color: var(--wp--preset--color--bear);
}

.tag-alert {
  display: inline-block;
  width: max-content;
  padding: 5px 10px;
  border-radius: 7px;
  background-color: var(--wp--preset--color--alert);
  color: var(--wp--preset--color--bear-soft);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0;
}

.inner-with-sidebar {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  padding: 64px 24px;
  max-width: 1140px;
  margin: 0 auto;
}
.inner-with-sidebar .content .wp-block-paragraph a {
  color: var(--wp--preset--color--bear-deep);
}
.inner-with-sidebar .sidebar {
  display: flex;
  flex-flow: column;
  gap: 24px;
}
.inner-with-sidebar .sidebar .sidebar-widget {
  position: relative;
  background-color: var(--wp--preset--color--paper);
  padding: 32px 22px 22px;
  border: solid 1px var(--wp--preset--color--rule-2);
  border-radius: 16px;
  box-shadow: 0 1px 2px rgba(14, 27, 44, 0.06), 0 8px 24px -8px rgba(14, 27, 44, 0.12);
}
.inner-with-sidebar .sidebar .sidebar-widget .wp-block-latest-posts__list {
  padding-left: 40px;
  list-style: disc;
}
@media (width >= 768px) {
  .inner-with-sidebar {
    grid-template-columns: 1fr 0.5fr;
    gap: 24px;
  }
}
@media (width >= 1100px) {
  .inner-with-sidebar {
    grid-template-columns: 1fr 0.5fr;
    gap: 64px;
  }
}

.wp-block-query {
  display: flex;
  flex-flow: column;
  gap: 0;
}
.wp-block-query .wp-block-post-template {
  display: flex;
  flex-flow: column;
  gap: 32px;
}
.wp-block-query .wp-block-post-template .wp-block-post a {
  color: var(--wp--preset--color--bear);
}
.wp-block-query .wp-block-post-template .wp-block-post .wp-block-post-title a {
  color: var(--wp--preset--color--ink);
}
.wp-block-query .wp-block-post-template .wp-block-post:not(:last-of-type) {
  border-bottom: solid 1px var(--wp--preset--color--bear);
  padding-bottom: 32px;
}
.wp-block-query .wp-block-post-template .wp-block-post .post-meta {
  gap: 0;
  flex-wrap: wrap;
}
.wp-block-query .wp-block-post-template .wp-block-post .post-meta div {
  color: var(--wp--preset--color--ink);
}
.wp-block-query .wp-block-post-template .wp-block-post .post-meta div a {
  color: var(--wp--preset--color--bear);
}
.wp-block-query .wp-block-post-template .wp-block-post .post-meta div:not(:last-of-type) {
  border-right: solid 2px var(--wp--preset--color--bear-soft);
  padding-right: 5px;
  margin-right: 5px;
}
.wp-block-query .wp-block-post-template .wp-block-post .wp-block-post-featured-image {
  padding-bottom: 0px;
}
.wp-block-query .wp-block-post-template .wp-block-post .wp-block-post-featured-image img {
  border-radius: 16px;
}
.wp-block-query .wp-block-post-template .wp-block-post .wp-block-post-excerpt__more-text {
  margin-top: 20px;
}
.wp-block-query .wp-block-post-template .wp-block-post .wp-block-post-excerpt__more-text a {
  font-weight: bold;
}
.wp-block-query .wp-block-query-pagination {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.wp-block-query .wp-block-query-pagination .wp-block-query-pagination-numbers {
  display: flex;
  align-items: center;
  gap: 12px;
}
.wp-block-query .wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers {
  font-family: var(--wp--preset--font-family--source-serif-4);
  display: block;
  font-weight: 600;
  margin: 0;
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin: 36px 0 12px;
}
.wp-block-query .wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers:first-of-type {
  margin-top: 0;
}
.wp-block-query .wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers {
  font-size: 1.25rem;
}
.wp-block-query .wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers {
  margin: 0;
  width: 40px;
  height: 40px;
  display: block;
  border: solid 0.5px var(--wp--preset--color--bear);
  background-color: var(--wp--preset--color--bear-soft);
  color: var(--wp--preset--color--ink);
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-block-query .wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers.current {
  background-color: var(--wp--preset--color--ink-3);
  color: var(--wp--preset--color--paper);
  border: solid 1px var(--wp--preset--color--ink);
  color: var(--wp--preset--color--paper);
}
.wp-block-query .wp-block-query-pagination .wp-block-query-pagination-previous,
.wp-block-query .wp-block-query-pagination .wp-block-query-pagination-next {
  font-family: var(--wp--preset--font-family--source-serif-4);
  display: block;
  font-weight: 600;
  margin: 0;
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin: 36px 0 12px;
}
.wp-block-query .wp-block-query-pagination .wp-block-query-pagination-previous:first-of-type,
.wp-block-query .wp-block-query-pagination .wp-block-query-pagination-next:first-of-type {
  margin-top: 0;
}
.wp-block-query .wp-block-query-pagination .wp-block-query-pagination-previous,
.wp-block-query .wp-block-query-pagination .wp-block-query-pagination-next {
  font-size: 1.25rem;
}
.wp-block-query .wp-block-query-pagination .wp-block-query-pagination-previous,
.wp-block-query .wp-block-query-pagination .wp-block-query-pagination-next {
  color: var(--wp--preset--color--bear);
  margin-bottom: 0;
}

.is-layout-flow > .alignleft {
  margin-inline-end: 0;
  float: none;
  width: 100%;
}
.is-layout-flow > .alignleft img {
  display: block;
  width: 100%;
}
@media (width >= 768px) {
  .is-layout-flow > .alignleft {
    margin-inline-end: 16px;
    margin: 0 16px 0 0;
    float: left;
    width: auto;
  }
  .is-layout-flow > .alignleft img {
    width: auto;
  }
}/*# sourceMappingURL=style.css.map */