/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

.remnant-excerpt {
  padding: 15px 0;
}

.type-remnants h2 {
	font-weight:bold;
	font-size: 20px;
}

.remnant-desc {
  color: #666;
  margin-bottom: 10px;
}

.remnant-meta {
  font-size: 15px;
  margin-bottom: 10px;
}

.remnant-pricing .old-price {
  text-decoration: line-through;
  color: #999;
  margin-right: 10px;
}

.remnant-pricing .sale-price {
  font-size: 22px;
  font-weight: 700;
  color: #1f2b7b;
}

.remnant-pricing .saving {
  display: block;
  color: green;
  font-weight: 600;
}

.remnant-btn {
  display: block;
  margin-top: 15px;
  padding: 12px;
  background: #e24c32;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s ease;
}

.remnant-btn:hover {
  background: #c63e27;
  color: #fff;
}

.remnant-info p {
    font-size: 13px !important;
    margin-top: 8px;
    line-height: 1.4;
    opacity: 0.9;
}

/* Disable blog card image + title links */
.et_pb_blog_grid .entry-featured-image-url,
.et_pb_blog_grid .entry-title a {
    pointer-events: none;
    cursor: default;
}

/* New Homepage style */
.hp-service h4 {
	padding: 10px;
}

.hp-service p {
	padding: 10px;
}