/* rgd css */

/* =========================================
   Responsive Heading System – FowlSlam
   Mobile-first, fluid typography
   ========================================= */

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 0.75em 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* Largest page titles */
h1 {
  font-size: clamp(1.9rem, 4.5vw, 3.2rem);
  letter-spacing: -0.02em;
}

/* Section titles */
h2 {
  font-size: clamp(1.6rem, 3.8vw, 2.6rem);
  letter-spacing: -0.015em;
}

/* Sub-sections */
h3 {
  font-size: clamp(1.35rem, 3vw, 2.1rem);
}

/* Content headings */
h4 {
  font-size: clamp(1.15rem, 2.4vw, 1.7rem);
}

/* Minor headings */
h5 {
  font-size: clamp(1rem, 2vw, 1.35rem);
  font-weight: 600;
}

/* Small labels / UI headings */
h6 {
  font-size: clamp(0.9rem, 1.8vw, 1.15rem);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}


#sp-main-body, .com-djclassifieds #sp-main-body, .view-profile #sp-main-body {
  padding: 180px 0 !important;
}

.main #sp-main-body{padding:0!important;}

.dash #sp-main-body {
  max-width: 1320px;
  margin: auto;
  padding: 100px 0;
}

.view-useritems #sp-main-body {
  padding: 180px 0;
}

.view-useritems h1 {
  font-size: 2rem;
}

#sp-header {
  background: transparent;
  box-shadow: none;
  position: fixed;
}

#sp-header .container {
  width: 100%;
  max-width: 100%;
}

#sp-header.header-sticky {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    animation: spFadeInDown .5s;
    background: rgba(255,255,255,.85);
}

@media (max-width: 575px) {
  #sp-header {
    height: 56px;
  }
}

.logo-image-phone {
  height: 36px;
}

.sppb-article-info-wrap h4 {
  font-size: 1.25rem;
}

.sppb-addon-articles
  .sppb-addon-article-layout-magazine-content:hover
  .sppb-article-info-wrap {
  background: rgba(0, 0, 0, 0.75);
}

.mod-list {
  list-style: none;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {padding: 4px 0;cursor: pointer;}

/* DJ Classifieds */
#dj-classifieds .dj-category,
#dj-classifieds .dj-additem .additem_djform {
  background-color: transparent !important;
  border: none;
}

#dj-classifieds .dj-category .cat_row_title,
#dj-classifieds .dj-additem .title_top {
  background-color: transparent;
  border-bottom: none;
  color: #000;
  padding: 0;
  text-align: center;
  font-family: "Cinzel", sans-serif;
  font-size: 3rem;
  text-decoration: none;
}

#dj-classifieds .dj-additem .djform_row {
  border-bottom: none;
  margin-bottom: 6px;
  padding-bottom: 6px;
}

#dj-classifieds .dj-additem .djform_row .djform_field {
  display: block;
  width: 100%;
}

#dj-classifieds .dj-additem .djform_row textarea.invalid,
#dj-classifieds .dj-additem .djform_row input.invalid,
#dj-classifieds .dj-additem .djform_row select.invalid,
#dj-classifieds .dj-additem .title_top.invalid {
  border: 1px solid #9d261d !important;
  width: 100%;
}

#dj-classifieds .dj-additem .djform_row .label {
  float: none;
  font-weight: bold;
  margin: 5px 30px 5px 0;
  text-align: left;
  width: 100%;
  color: inherit;
  font-size: inherit;
}

#dj-classifieds .dj-additem .djform_row .label span {
  display: inline-block;
  width: 80%;
}

#dj-classifieds .djcf_items_blog .item_box_in2 {
  background: transparent;
  border: 0 !important;
  padding: 0;
  box-sizing: border-box;
}

#dj-classifieds .blog_det .item_desc,
#dj-classifieds .blog_det .region,
#dj-classifieds .blog_det .price,
#dj-classifieds .blog_det .category,
#dj-classifieds .blog_det .cf_box {
  border-bottom: none;
  margin: 0;
  padding: 0;
}

#dj-classifieds .djcf_items_blog .title {
  margin-bottom: 0;
  padding: 0;
  border-bottom: none;
}

#dj-classifieds .djcf_items_blog .item_desc .label_title {
  font-weight: bold;
  background: url(../images/description.svg) no-repeat left center;
  padding: 0;
  font-size: 1rem;
}

#dj-classifieds .djcf_items_blog .category .label_title {
  display: none;
}

#dj-classifieds .djcf_items_blog .item_img img {
  margin: 0;
  max-width: 326px;
  width: 100%;
}

#dj-classifieds .classifieds_buttons {
  display: block;
}

#dj-classifieds .dj-additem .djmap_intro .button,
#dj-classifieds .classifieds_buttons .button, #dj-classifieds .plupload .plupload_content .plupload_button {
  padding: 20px 50px;
  font-size: 22px;
  line-height: 1.6;
  border-radius: 6px;
}

#dj-classifieds a {
    text-decoration: none;
    color: #2ba84a;
}

#dj-classifieds a:hover {
    text-decoration: none;
    color: #008526;
}

/* Buttons */
.sppb-btn-primary {
    color: rgb(255, 255, 255);
    background-color: #2ba84a;
    border-color: #2ba84a;
}
.sppb-btn-primary:hover {
    color: rgb(255, 255, 255);
    background-color: #008526;
    border-color: #008526;
}

/* Footer */
#sp-footer {
  background: transparent !important;
  color: #252525;
  position: absolute;
  bottom: 0;
  z-index: 999;
  text-align: center;
  width: 100%;
}

#sp-footer ul.menu li a:hover {
    color: #008526;
}
/* Checklists (species + locations) */
.fowlslam-checklist {
  max-width: 1320px;
}

.fowlslam-checklist h2 {
  margin: 0 0 6px;
}

.fowlslam-checklist .meta {
  color: #444;
  margin: 0 0 14px;
}

.fowlslam-checklist .progress-wrap {
  background: #eee;
  border-radius: 10px;
  overflow: hidden;
  height: 14px;
  margin: 10px 0 18px;
}

.fowlslam-checklist .progress-bar {
  height: 14px;
  width: <?php echo (int) $data['percent']; ?>%;
  background: #2d6cdf;
}

.fowlslam-checklist .section {
  margin: 18px 0;
}

.fowlslam-checklist .section-title {
  margin: 0 0 10px;
  font-size: 18px;
}

.fowlslam-checklist img {
  width: auto;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid #eee;
}

.fowlslam-checklist input[type="checkbox"] {
  margin-top: 2px;
  transform: scale(2);
}

.fowlslam-checklist .actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.fowlslam-checklist button {
  padding: 10px 14px;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
}

.fowlslam-checklist .primary {
  background: #2d6cdf;
  color: #fff;
}

.fowlslam-checklist .danger {
  background: #b42318;
  color: #fff;
}

.fowlslam-checklist .muted {
  font-size: 13px;
  color: #555;
  margin-top: 6px;
}

/* Species grid + card */
.fowlslam-checklist .species-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

@media (max-width: 992px) {
  .fowlslam-checklist .species-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 576px) {
  .fowlslam-checklist .species-grid {
    grid-template-columns: 1fr;
  }
}

.fowlslam-checklist .species {
  border: 1px solid #e6e6e6;
  border-radius: 14px;
  padding: 12px;
  margin: 0;
  display: block;
  gap: 14px;
  align-items: center;
}

.fowlslam-checklist .species-left {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  flex: 1;
}

.fowlslam-checklist .species-title {
  font-family: 'Cinzel', sans-serif;
  font-weight: 700;
  font-size:1.1rem;
  text-decoration: none;
}

/* Location grid + item */
.fowlslam-checklist .location-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

@media (max-width: 992px) {
  .fowlslam-checklist .location-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 576px) {
  .fowlslam-checklist .location-grid {
    grid-template-columns: 1fr;
  }
}

.fowlslam-checklist .location-item {
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  padding: 10px;
  margin: 0;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  background: #fff;
}
/*login logout*/
.view-login #sp-main-body{padding:224px 0!important;}
.logout .controls{margin:0!important;text-align:center;}