/*
Theme Name: querciahouses
Template: generatepress
Theme URI: https://querciahouses.com
Author: Ricardo Alves
Author URI: https://ricardoalves.com
Description: Solucao Web child theme for more customized development.
Version: 1.0
Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, fluid-layout, fixed-layout, responsive-layout, flexible-header, full-width-template, buddypress, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options
*/

:root {
  --max-content-width: 1440px;
  --half-content-width: calc(var(--max-content-width) / 2);
  --main-font: "Montserrat", sans-serif;
  --base-font: "Montserrat", sans-serif;
  --ls-em-002: 0.02em;
  --rgba-white-color: 255, 255, 255;
  --rgba-black-color: 0, 0, 0;
  --rgba-dark-brown: 61, 57, 49;
  --rgba-color-dark: 27, 57, 66;
  --rgba-primary-color: 146, 106, 73;
  --rgba-neutral-11: 63, 86, 81;
  --content-padding: 40px;
  --section-pad-top: 80px;
  --section-pad-bot: 80px;
  --banner-images-anim: 4s;
}

@media (min-width: 768px) and (max-width: 991px) {
  :root {
    --content-padding: 40px;
    --section-pad-top: 80px;
    --section-pad-bot: 80px;
  }
}

@media (max-width: 767px) {
  :root {
    --content-padding: 20px;
    --section-pad-top: 60px;
    --section-pad-bot: 60px;
  }
}

body {
  color: var(--color-text);
  font-weight: 300;
}

div[data-cky-tag="detail-powered-by"] {
  display: none !important;
}

.cky-btn-revisit-wrapper {
  background-color: var(--color-primary) !important;
}

.no-results.not-found {
  max-width: var(--max-content-width);
  margin: 0 auto;
  padding: var(--section-pad-top) var(--content-padding) var(--section-pad-bot)
    var(--content-padding);
  text-align: center;
}
