/**
* Theme Name: Emphires Child
* Description: This is a child theme of Emphires, generated by Merlin WP.
* Author: <a href="https://creativesplanet.com/">Creative's Planet</a>
* Template: emphires
* Version: 1.0
*/

.cspt-steps-ihbox .cspt-ihbox{
	min-height: 305px;
}
.scroll-to-top {
	position: fixed !important;
}
.feature-box .cspt-ihbox {
    min-height: 225px;
}
.success-stories .creativesplanet-ele {
	min-height: 675px;
}
/* 1. Make the columns a flex container */
.equal-height .elementor-column {
  display: flex;
  flex-direction: column; /* ensures inner content can stretch */
}

/* 2. Make the widget wrap flex and fill the column */
.equal-height .elementor-column > .elementor-widget-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
}
/* 3. Make the actual box stretch */
.equal-height .elementor-column .cspt-ihbox-box {
  flex: 1;
  display: flex;
  flex-direction: column;
}
/* Optional: center content vertically inside the box */
.equal-height .elementor-column .cspt-ihbox-box > .cspt-ihbox-contents {
  margin-top: auto;
  margin-bottom: auto;
}
.creativesplanet-element-portfolio .owl-carousel .owl-item img{
	min-height: 264px;
	object-fit: cover;
}
.owl-carousel .cspt-lightbox{
	display:none !important;
}
.cspt-read-more-link {
	margin: 15px 0;
}
.cspt-featured-wrapper img{
	width:100% !important;
}
.cspt-portfolio-style-2 .cspt-featured-wrapper img{
	height:280px;
	object-fit:cover;
}
.cspt-footer-widget input[name="FNAME"],
.cspt-footer-widget input[name="LNAME"], 
.cspt-footer-widget .btn-text {
    display: none;
}
.cspt-service-ele .cspt-service-icon{
	display:none
}
.cspt-portfolio-style-2 .cspt-portfolio-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
body.single-cspt-portfolio #content{
	padding-bottom: 0 !important;
}
.cspt-portfolio-single .navigation{
	margin-top: 80px;
}
.cspt-portfolio-single .cspt-portfolio-nav-wrapper{
	width: 100% !important;
}