/*   
Theme Name: Jtheme Jello Child
Theme URI: https://elementor.com
Description: Simple and lightweight Jezweb theme
Author: Jezweb
Author URI: https://www.jezweb.com.au/
Template: elementor-hello-theme-master
Text Domain: elementor-hello-theme-child
Version: 1.0
*/

.ctm-btn a.elementor-button-link.elementor-button.elementor-size-md:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
          }
          
          
 .ctm-btn a.elementor-button-link.elementor-button.elementor-size-md {
              transition: 0.5s;
            background-size: 200% auto;
}
         
.ctm-cta .elementor-cta__bg-overlay{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,1f1917+100&0+27,1+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(195,193,192,0) 27%, rgba(31,25,23,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(195,193,192,0) 27%,rgba(31,25,23,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(195,193,192,0) 27%,rgba(31,25,23,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#1f1917',GradientType=0 ); /* IE6-9 */


}

.ctm-cta .elementor-content-item.elementor-cta__content-item.elementor-cta__image img{
   filter: invert(1);
   position: absolute;
   right: 0;
   top: 20px;
}


.ctm-form input::placeholder, .ctm-form textarea::placeholder{
    opacity: 1 !important;
}

.p-break{
    word-break: break-all;
}

.ctm-accord .elementor-accordion-item{
    margin-bottom: 20px;
}



@media (max-width: 1024px) { 
    #location .elementor-background-overlay {
    background-image: linear-gradient(
90deg
, #FFFFFF 0%, #394B21 0%);
}
    
}

div.gform_wrapper form .gform_footer .gform_button {
    width: 100% !important;
    padding: 13px !important;
}
div.gform_wrapper form .gform_footer .gform_button:hover {
    background: #ffffff !important;
    color: #13294e !important;
}