/*!
Theme Name: Qrten
Theme URI: https://demo.gutenmate.com/qrten
Author: Gutenmate
Author URI: https://gutenmate.com
Description: Web theme for Gutenmate plugin.
Version: 1.0.0
Tested up to: 6.2
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: qrten
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*
This file will be used both frontend and editor
*/
/* -----------------------------------------------------------------------------
 * 
 * Base style
 * 
 * -------------------------------------------------------------------------- */
figure {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  max-width: 100%;
}

pre {
  overflow: auto;
}

textarea {
  line-height: 1.45;
}

ol:not([class]),ul:not([class]) {
  margin-top: 0.25em;
}
ol:not([class]) li:not(:first-child),ul:not([class]) li:not(:first-child) {
  margin-top: 0.25em;
}

table:not([class]),table[class=""] {
  border: 1px solid var(--wp--preset--color--line);
  border-collapse: collapse;
}
table:not([class]) thead th,table:not([class]) tfoot th,table[class=""] thead th,table[class=""] tfoot th {
  color: var(--wp--preset--color--secondary-text);
  background: var(--wp--preset--color--area);
  font-size: var(--wp--preset--font-size--sm);
}
table:not([class]) caption,table[class=""] caption {
  padding: 0.5em;
}
table:not([class]) th,table:not([class]) td,table[class=""] th,table[class=""] td {
  padding: 0.25em 1em;
  border: 1px solid lightgrey;
}

mark.has-inline-color {
  background: transparent;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: var(--wp--preset--spacing--xs);
}
.gallery img {
  width: auto;
  max-width: 100%;
}
.gallery.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery .gallery-caption {
  font-size: var(--wp--preset--font-size--sm);
}

.wp-caption-text {
  font-size: var(--wp--preset--font-size--sm);
}

blockquote:not([class]) {
  font-size: var(--wp--preset--font-size--4-xl);
  font-family: var(--gtmt--heading--font-family);
  letter-spacing: -0.05em;
  line-height: 1.2;
  font-weight: bold;
  color: var(--wp--preset--color--primary-text);
  margin-left: 1em;
  margin-right: 1em;
}
blockquote:not([class]) cite {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}

.gtm-icon:before {
  display: inline-block;
}

/**
 * Common styles for this theme
 */
/* -----------------------------------------------------------------------------
 * 
 * # SITE
 * 
 * -------------------------------------------------------------------------- */
:root {
  --gtm-transition: all 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  --gtm-section-headline-line-spacing: 0.75em;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,*:before,*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

a {
  -webkit-transition: var(--gtm-transition);
  transition: var(--gtm-transition);
  -webkit-transition-property: var(--gtm-global--transition-property);
  transition-property: var(--gtm-global--transition-property);
  will-change: var(--gtm-global--transition-property);
}

/*//////////////////////////////////////
// Typography
//////////////////////////////////////*/
.has-2-xs-font-size {
  line-height: var(--wp--custom--line-height--md);
}

.has-xs-font-size {
  line-height: var(--wp--custom--line-height--md);
}

.has-sm-font-size {
  line-height: var(--wp--custom--line-height--md);
}

.has-lg-font-size {
  line-height: var(--wp--custom--line-height--md);
}

.has-xl-font-size {
  line-height: var(--wp--custom--line-height--sm);
}

.has-2-xl-font-size {
  line-height: var(--wp--custom--line-height--sm);
}

.has-3-xl-font-size {
  line-height: var(--wp--custom--line-height--sm);
}

.has-4-xl-font-size {
  line-height: var(--wp--custom--line-height--sm);
}

.has-5-xl-font-size {
  line-height: var(--wp--custom--line-height--sm);
}

.has-6-xl-font-size {
  line-height: var(--wp--custom--line-height--sm);
}

/*//////////////////////////////////////
// Preloader
//////////////////////////////////////*/
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgba(136, 136, 136, 0.5);
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
          animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
          animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0);
  }
}
/*//////////////////////////////////////
// Form
//////////////////////////////////////*/
.qrten-theme-button,button[type=submit],input[type=submit] {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  overflow-wrap: break-word;
  border-radius: var(--wp--custom--radius--md);
  font-family: var(--gtmt--heading--font-family);
  font-weight: 700;
  font-size: var(--wp--preset--font-size--sm);
  line-height: 1.8;
  padding: 0.65em 1.25em;
  color: #fff;
  background-color: var(--wp--preset--color--primary-text);
  max-width: 100%;
}

.qrten-theme-input,input:not([type=submit]):not([type=checkbox]),textarea,select {
  padding: calc(0.667em + 2px);
  border: 1px solid #949494;
  font-size: 1em;
  font-family: inherit;
  border-color: #ddd !important;
  border-radius: var(--wp--custom--radius--md);
  max-width: 100%;
}

.qrten-theme-contact-form input:not([type=submit]):not([type=checkbox]),.qrten-theme-contact-form textarea,.qrten-theme-contact-form select {
  width: 100%;
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

@media (min-width: 768px) {
  .alignleft,.alignright {
    width: 50%;
  }
}
.alignleft:not(:first-child),.alignright:not(:first-child) {
  margin-top: var(--wp--style--block-gap);
}

.xxxxxxx {
  background-image: url("");
}

.wp-block-cover.gtmt-demo-landing-cover img {
  height: auto;
}