/*
Theme Name: GWS Solar
Theme URI: https://giftwebsolutions.com
Author: Gift Web Solutions
Description: Elementor-ready corporate solar and renewable-energy WordPress theme based on the Solarion design.
Version: 1.3.2
Requires at least: 6.4
Requires PHP: 8.1
Text Domain: gws-solar
Tags: custom-logo, custom-menu, featured-images, full-width-template, blog, portfolio
*/

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.screen-reader-text:focus {
  position: fixed;
  z-index: 100000;
  top: 10px;
  left: 10px;
  width: auto;
  height: auto;
  padding: 12px 18px;
  clip: auto;
  background: #fff;
  color: #17251d;
}
.custom-logo-link img {
  display: block;
  width: auto;
  max-height: 64px;
  max-width: 240px;
}
.main-footer .brand-mark,
.main-footer .brand-mark > span {
  color: #fff;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.elementor-page-content {
  padding: 0;
}
.navigation.pagination {
  justify-content: center;
}
.gws-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.project-featured-image {
  height: 560px;
  border-radius: var(--border-radius-lg, 18px);
  overflow: hidden;
}
.project-facts {
  position: sticky;
  top: 120px;
}
.project-facts h2 {
  font-size: 22px;
  margin-bottom: 22px;
}
.project-facts .footer-contact-list li {
  color: var(--text-color);
  border-bottom: 1px solid var(--border-color);
  padding: 13px 0;
}
.project-gallery .detail-image {
  height: 280px;
  border-radius: var(--border-radius);
  overflow: hidden;
}
.gws-layout-contained #main-content {
  max-width: 1320px;
  margin-inline: auto;
}
.gws-layout-narrow #main-content {
  max-width: 860px;
  margin-inline: auto;
}
.gws-padding-hide #main-content > .section-padding {
  padding-block: 0;
}
.gws-padding-top #main-content > .section-padding {
  padding-bottom: 0;
}
.gws-padding-bottom #main-content > .section-padding {
  padding-top: 0;
}
.gws-transparent-header-enable .main-header {
  position: absolute;
  z-index: 1000;
  width: 100%;
  background: transparent;
}
body {
  font-family: var(--body-font, "Manrope", sans-serif);
}
