/*
Theme Name: Buudhaa Library
Theme URI: https://example.com/
Author: Buudhaa Library
Author URI: https://example.com/
Description: A clean, extensible classic WordPress theme foundation for Buudhaa Library.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: buudhaalibrary
*/

/*
 * The supplied frontend stylesheet is loaded from assets/css/style.css.
 * This file intentionally contains only the required theme header and a few
 * neutral structural defaults for the base theme templates.
 */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

img {
  height: auto;
  max-width: 100%;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #fff;
  clip: auto !important;
  clip-path: none;
  color: #000;
  display: block;
  font-size: 1rem;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.site-main {
  min-height: 50vh;
}

.alignleft {
  float: left;
  margin-right: 1.5rem;
}

.alignright {
  float: right;
  margin-left: 1.5rem;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.subtitle .elementor-heading-title {
  font-size: 1.2rem;
  font-weight: 400;
  color: #facc15 !important;
}

.img-gallery .gallery-icon {
  max-height: 260px;
  height: 260px;
  overflow: hidden;
  width: 100%;
}

.img-gallery .gallery-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

@media (max-width: 1024px) {
  .img-gallery .gallery-icon {
    height: 220px;
  }
}

@media (max-width: 767px) {
  .img-gallery .gallery-icon {
    height: 180px;
  }
}
.hrs .elementor-counter .elementor-counter-number-wrapper {
  align-items: baseline;
}
.hrs span.elementor-counter-number-suffix {
  font-size: 18px;
  vertical-align: bottom;
}
