/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.5
	Stable tag: 3.4.5
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/
.archive-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 16px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  margin-bottom: 24px;
}

.archive-filter input,
.archive-filter select {
  height: 40px;
  padding: 0 12px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 14px;
  min-width: 180px;
}

.archive-filter input:focus,
.archive-filter select:focus {
  outline: none;
  border-color: #6366f1;
}

.archive-filter button {
  height: 40px;
  padding: 0 20px;
  border: none;
  border-radius: 6px;
  background: #6366f1;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
}

.archive-filter button:hover {
  background: #4f46e5;
}

/* Mobile */
@media (max-width: 768px) {
  .archive-filter {
    flex-direction: column;
  }

  .archive-filter input,
  .archive-filter select,
  .archive-filter button {
    width: 100%;
  }
}

.elementor-home-categories-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* Tablet */
@media (max-width: 1024px) {
  .elementor-home-categories-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 768px) {
  .elementor-home-categories-wrapper {
    grid-template-columns: 1fr;
  }
}

.elementor-home-categories-wrapper .home12 h2 {

  font-size: 1.2rem;
  padding: 0 10px 10px;
}

.elementor-home-categories-wrapper .elementor-post__title {
  font-size: 1rem;
  margin: 0px;

}

.elementor-home-categories-wrapper .elementor-post__title a:not(:hover) {
  color: unset;
}

.elementor a {
  color: #752313;
}

.daterangepicker {
  box-sizing: border-box !important;
  width: auto !important;
  min-width: 650px;
  max-width: 100%;
  z-index: 9999;
}

.daterangepicker * {
  box-sizing: border-box !important;
}

.daterangepicker .calendar-table {
  width: 100% !important;
}

.daterangepicker .drp-calendar {
  max-width: none !important;
}

.daterangepicker td,
.daterangepicker th {
  width: 36px;
  height: 32px;
  line-height: 32px;
}

.daterangepicker .ranges {
  width: 180px;
}

@media (max-width: 768px) {
  .daterangepicker {
    min-width: 100% !important;
  }

  .daterangepicker .ranges {
    width: 100%;
  }
}

.daterangepicker table td,
.daterangepicker table th {
  padding: 0;
}

.wps-premium-btn {
  display: none !important;
}