/*
Theme Name: Extraflor
Theme URI: https://www.squembri.com/
Author: Squembri
Author URI: https://www.squembri.com/
Description: Theme a medida para Extraflor
Version: 1.2.2
Requires at least: 5.9
Tested up to: 6.5
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Text Domain: extraflor
*/
/* 

TOC

1. Variables
2. General	
	.container
	.container.medio
	.section-separator
	.page-wrapper
	.text-content
		.text-content h1
		.text-content h2
		.text-content h3
		.text-content h4
		.text-content h5
		.text-content h6
		.text-content p
		.text-content ul
		.text-content ol
		.text-content li
		.text-content blockquote
		.text-content cite
3. Botones
	thm-btn
	thm-btn.transparente
	thm-btn.transparente.small
4. Botón editar post y WP

*/
/* --------------------------------------------- */
/* Variables */
:root {
  --theme-font: 'Plus Jakarta Sans', sans-serif;
  --theme-font-two: 'Plus Jakarta Sans', sans-serif;
  --theme-font-three: 'Plus Jakarta Sans', sans-serif;
  --theme-font-four: 'Plus Jakarta Sans', sans-serif;
  --theme-gray: #666666;
  --theme-gray-rgb: 102, 102, 102;
  --theme-white: #ffffff;
  --theme-white-rgb: 255, 255, 255;
  --theme-base: #161616;
  --theme-base-rgb: 22, 22, 22;
  --theme-black: #000000;
  --theme-black-title: #222222;
  --theme-morado: #CA99D1;
  --theme-gray-light: #ADADAD;
}
/* --------------------------------------------- */
/* General */
html {
  scroll-padding-top: 120px;
}
.row {
  --bs-gutter-x: 30px;
}
.gutter-y-30 {
  --bs-gutter-y: 30px;
}
body {
  font-family: var(--theme-font);
  color: var(--theme-gray);
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: -0.176px;
}
body.locked {
  overflow: hidden;
}
a {
  color: var(--theme-base);
}
a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  transition: all 500ms ease;
}
a:hover {
  text-decoration: underline;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
::placeholder {
  color: inherit;
  opacity: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--theme-font-two);
  color: var(--theme-black);
  margin: 0;
}
p {
  margin: 0;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
::placeholder {
  color: inherit;
  opacity: 1;
}
.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}
.container {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1240px) {
  .container {
    max-width: 1240px;
  }
}
@media (min-width: 1080px) {
  .container.medio {
    max-width: 1080px;
  }
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
::placeholder {
  color: inherit;
  opacity: 1;
}
.section-separator {
  border-color: var(--theme-border);
  border-width: 1px;
  margin-top: 0;
  margin-bottom: 0;
}
#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  opacity: 0.4;
  z-index: -1;
}
.text-content h1 {
  font-size: 2.5rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.text-content h2 {
  font-size: 2rem;
  margin-top: 1.75rem;
  margin-bottom: 1rem;
}
.text-content h3 {
  font-size: 1.75rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.text-content h4 {
  font-size: 1.5rem;
  margin-top: 1.25rem;
  margin-bottom: 0.75rem;
}
.text-content h5 {
  font-size: 1.25rem;
  margin-top: 1rem;
  margin-bottom: 0.75rem;
}
.text-content h6 {
  font-size: 1rem;
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
}
.text-content p {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.text-content ul {
  margin: 1rem 0;
  padding-left: 1.5rem;
}
.text-content ol {
  margin: 1rem 0;
  padding-left: 1.5rem;
}
.text-content li {
  margin-bottom: 0.5rem;
}
.text-content blockquote {
  margin: 1.5rem 0;
  padding: 1rem;
  background-color: #f9f9f9;
  border-left: 5px solid #ccc;
  font-style: italic;
}
.text-content cite {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  text-align: right;
  color: #666;
}
/* --------------------------------------------- */
/* Botones */
.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  text-decoration: none;
  background-color: var(--theme-black);
  border: 1px solid var(--theme-black) !important;
  color: var(--theme-white);
  font-weight: 700;
  font-family: var(--theme-font);
  text-transform: uppercase;
  padding: 23px 40px;
  margin: 0;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 1px;
  border-radius: 10px;
}
.thm-btn span {
  position: relative;
  z-index: 2;
}
.thm-btn::before {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: 1;
  background: var(--theme-white);
  color: var(--theme-black);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 8px;
}
.thm-btn:hover {
  color: var(--theme-black);
  text-decoration: none;
}
.thm-btn:hover span {
  color: var(--theme-black);
}
.thm-btn:hover svg g path {
  stroke: var(--theme-black);
}
.thm-btn:hover:before {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
  color: var(--theme-black);
}
/* btn Verson 2 */
.thm-btn.v2 {
  background-color: var(--theme-white);
  padding: 24px 40px;
  border: none;
  color: var(--theme-black);
}
.thm-btn.v2:before {
  background-color: var(--theme-black);
}
.thm-btn.v2:hover {
  color: var(--theme-white);
}
.thm-btn.v2:hover span {
  color: var(--theme-white);
}
/* btn v2 y v3 */
.thm-btn.v3,
.thm-btn.small {
  padding: 8px 25px 8px;
}
.thm-btn.vprod {
  padding: 13px 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Botón editar post y WP */
.sq_edit_post {
  position: fixed;
  z-index: 9999999;
  bottom: 210px;
  left: 30px;
  border-radius: 100%;
  background: #333;
  border: 3px #e00034 solid;
  box-shadow: 0 1px 16px 0px rgba(0, 0, 0, 0.75);
  transition: 0.5s;
}
.sq_edit_post a {
  display: block;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sq_edit_post a svg {
  width: 25px;
  height: 20px;
}
.sq_edit_post a svg path {
  fill: #fff;
  transition: 0.3s;
}
.sq_edit_post.sq_wp_link {
  bottom: 90px;
}
.sq_edit_post.sq_info_link {
  bottom: 150px;
}
.sq_edit_post:hover {
  border: 3px #000 solid;
}
.sq_edit_post:hover a svg path {
  fill: #ebebeb;
}
figure.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
}
/* migas de Yoast Seo */
.SQ_migas_yoast {
  margin-bottom: 170px;
}
.SQ_migas_yoast #breadcrumbs {
  font-family: var(--theme-font);
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0px;
  color: var(--theme-white);
}
.SQ_migas_yoast #breadcrumbs span {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #C1C1C1;
}
.SQ_migas_yoast #breadcrumbs span span a {
  font-family: var(--theme-font);
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0px;
  color: #C1C1C1;
  text-decoration: none;
  text-transform: capitalize;
}
.SQ_migas_yoast #breadcrumbs span .breadcrumb_last {
  color: var(--theme-white);
}
