body.theme-flatsome .wpo-image-button .wpo-price-container span.amount {
    color: #989696;
    opacity: 1;
}

/* Makes text unselectable and unclickable */
.pe-none {
    pointer-events: none;
}

/* When displaying woo commerce products as images, this class fixes the sizing 
 * Products -> Option Groups
 *  - Type is Product
 *  - Display choices as: Image buttons
 * */
figcaption.wpo-image-text {
	height: auto !important;	
}


/* better alignment of the radio buttons at the checckout */
input[type=checkbox], input[type=radio] {
    display: inline;
    font-size: 16px;
    margin-right: 10px;
    width: 5%;
}

/**
 * Menu label 'New'
 */
.label-purple.menu-item > a:after {
	content: 'Orange'; /* Change text */
	display: inline-block;
	font-size: 9px;
	line-height: 9px;
	text-transform: uppercase;
	letter-spacing: -0.1px;
	margin-left: 4px;
	background-color: #572fbd; /* Change color */
	font-weight: bolder;
	border-radius: 2px;
	color: #fff;
	padding: 2px 3px 3px;
	position: relative;
	top: -2px;
}


/*** Buddypress alterations ***/
.groups-header .desc-wrap .group-description {
    background: #fafafa;
    box-shadow: 0;
    padding: 1em;
    text-align: left;
    font-weight: 800;
}


/*** Post date background to orange ***/
.badge-inner {
    background-color: #ff4d00;
}

/*** Product space above tabs to lessen ***/
.product-footer .woocommerce-tabs {
    border-top: 1px solid #ececec;
	  padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 40px;
    padding-left: 0px;
}

/*** Product space under short description to lessen ***/
.product-main {
    padding: 40px 0px 0px 0px;
    padding-top: 40px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}




/*** woocommerce remove product sku and other meta data from product page ***/
.product_meta {
    font-size: .8em;
    margin-bottom: 1em;
    display: none;
}


/*** woocommerce width of product listings on catalogue pages ***/
@media screen and (min-width: 850px) {
    .gallery-columns-4 .gallery-item, .large-columns-4 .flickity-slider>.col, .large-columns-4>.col {
        flex-basis: 25%;
        max-width: 100%;
    }
}
		

		
		
		
		

/*** woocommerce product ordering / sorting in catalog pages ***/
.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
    margin-bottom: 30px;
    display: none;
}



/*** hide add to wishlist ***/ 
.yith-wcwl-add-to-wishlist {
    display: none;
}



/*** remove dark footer under existing footer ***/ 
.absolute-footer.dark {
    display: none;
}


/*** no background for mailchimp sign up form ***/ 
#mc_embed_signup {
    background: #ffffff00;
}

/*** Orange line under header ***/ 
.header-main {
    position: relative;
    z-index: 10;
    border-bottom-width: 15px;
    border-bottom-color: #ff4d00;
    border-bottom-style: solid;
}



/*** Yield calculator ***/ 

 .custom-form-wrapper {
       max-width: 400px;
       margin: 20px auto;
   }

.custom-form-wrapper buttoncalc {
   display: block;
   width: 100%;
   padding: 10px;
   background-color: #ff4d00;
   color: white;
   border: none;
   border-radius: 5px;
   font-size: 16px;
   cursor: pointer;
   margin-top: 10px;
}
.custom-form-wrapper buttoncalc:hover {
   background-color: #128888;
}
.custom-form-wrapper form {
   margin-bottom: 20px;
}

label {
           display: block;
           margin: 10px 0 5px;
       }
       input {
           width: 100%;
           padding: 10px;
           margin-bottom: 10px;
           border: 1px solid #ccc;
           border-radius: 5px;
       }
       input:focus {
           border-color: #007BFF;
           outline: none;
       }
       .error {
           border-color: red;
       }
       .success {
           border-color: green;
       }

       .result {
           font-weight: bold;
           color: #ff4d00;
           margin-top: 15px;
       }
       .error-messagecalc {
           color: red;
           font-size: 0.9em;
           margin: -8px 0 10px;
       }

/*** Yield calculator ***/


/*** Hide dollar amount on header ***/
.nav-box a:hover span.amount, .nav-dark span.amount {
    color: currentColor;
    display: none;
}
		
		
/* Feature container */
.cd-feature{ position:relative; z-index:3; }

/* Anchor = the word "with" (dot starts next to the text) */
.cd-feature .cd-anchor{
  position: relative;
  display: inline-block;
  vertical-align: baseline;
}

/* Keep AutoDry icon aligned */
.cd-feature img.cd-icon{
  height: 18px;
  width: auto;
  vertical-align: baseline;
  margin-left: 6px;
}

/* DOT */
.cd-feature .cd-anchor::after{
  content:"";
  position:absolute;
  top: 50%;
  transform: translateY(-50%);
  width:10px;
  height:10px;
  background:#ff6a00;
  border-radius:50%;
}

/* LINE */
.cd-feature .cd-anchor::before{
  content:"";
  position:absolute;
  top: 50%;
  transform: translateY(-50%);
  height:2px;
  background:#ff6a00;
  width: 185px; /* default */
}

/* Left column: line goes RIGHT (towards machine) */
.cd-left .cd-anchor::after{ left: calc(100% + 8px); }
.cd-left .cd-anchor::before{ left: calc(100% + 18px); }

/* Right column: line goes LEFT (towards machine) */
.cd-right .cd-anchor::after{ right: calc(100% + 8px); }
.cd-right .cd-anchor::before{ right: calc(100% + 18px); }

/* Set line lengths per bullet */
.cd-f1 .cd-anchor::before{ width:320px; }
.cd-f2 .cd-anchor::before{ width:220px; }
.cd-f3 .cd-anchor::before{ width:320px; }
.cd-f4 .cd-anchor::before{ width:390px; }

.cd-f5 .cd-anchor::before{ width:330px; }
.cd-f6 .cd-anchor::before{ width:220px; }
.cd-f7 .cd-anchor::before{ width:260px; }
.cd-f8 .cd-anchor::before{ width:400px; }

/* Mobile: hide connectors */
@media (max-width: 849px){
  .cd-feature .cd-anchor::before,
  .cd-feature .cd-anchor::after{ display:none; }
}

/* ==========================================
   ELBOW CONNECTORS (Top = down, Bottom = up)
   ========================================== */

/* TOP (DOWN) */
.cd-left.cd-f1 .cd-anchor{
  background-image: linear-gradient(#ff6a00,#ff6a00);
  background-repeat: no-repeat;
  background-size: 2px 28px;
  background-position: calc(100% + 18px + 280px) 50%;
}

.cd-right.cd-f5 .cd-anchor{
  background-image: linear-gradient(#ff6a00,#ff6a00);
  background-repeat: no-repeat;
  background-size: 2px 28px;
  background-position: calc(-18px - 280px) 50%;
}

/* BOTTOM (UP) */
.cd-left.cd-f4 .cd-anchor{
  background-image: linear-gradient(#ff6a00,#ff6a00);
  background-repeat: no-repeat;
  background-size: 2px 28px;
  background-position: calc(100% + 18px + 250px) calc(50% - 28px);
}

.cd-right.cd-f8 .cd-anchor{
  background-image: linear-gradient(#ff6a00,#ff6a00);
  background-repeat: no-repeat;
  background-size: 2px 28px;
  background-position: calc(-18px - 280px) calc(50% - 28px);
}

/* Mobile: hide elbow legs */
@media (max-width: 849px){
  .cd-left.cd-f1 .cd-anchor,
  .cd-right.cd-f5 .cd-anchor,
  .cd-left.cd-f4 .cd-anchor,
  .cd-right.cd-f8 .cd-anchor{
    background-image: none !important;
  }
}

@keyframes moveUpBanner {
  0% {
    opacity: 0;
    transform: translateY(110px); /* Start position: 110px down */
  }
  100% {
    opacity: 1;
    transform: translateY(0); /* End position: original vertical position */
  }
}

/* 1) Make the image visible by default (overlay hidden) */
.tile-hover .overlay {
  opacity: 0;
  transition: opacity .25s ease;
}

/* 2) Show overlay on hover */
.tile-hover:hover .overlay {
  opacity: 1;
}

/* 3) Hide text by default */
.tile-hover .tile-text {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .25s ease, transform .25s ease;
}

/* 4) Show text on hover */
.tile-hover:hover .tile-text {
  opacity: 1;
  transform: translateY(0);
}

/* Optional: make sure text is above overlay */
.tile-hover .tile-text {
  position: relative;
  z-index: 2;
}