/* 
 Theme Name:   ContractFlooring
 Theme URI:    
 Description:  
 Author:       sikichmarketingteam
 Author URI:   https://contractflooring.sikich.digital
 Template:     hello-elementor
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/

.orange-button {
    background: #f79239;
    color: #ffffff !important;
}

.orange-button a {
    color: #ffffff !important;
}

#imagePortfolio figcaption.elementor-image-carousel-caption {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: #E51923;
    padding: 10px;
    font-style: normal;
}

#imagePortfolio figcaption.elementor-image-carousel-caption {
    opacity: 0;
   transition: opacity 0.3s;
}

#imagePortfolio .swiper-slide-inner:hover figcaption.elementor-image-carousel-caption {
    opacity: 1;
}