/**

 * Theme Name:     Checkmate Industries
 * Author:         Intersmart
 * Template:       twentyseventeen
 * Text Domain:	   checkmate-industries
 * Description:    Checkmate is a unique business that supplies industrial nameplates to large and small businesses in Australia. Established 30 years ago. An example of one of Checkmate Global\&#039;s products would be the steel plates that you see inside a lift in a hotel or office block that states the lift builders name, address, amount of people allowed in the lift and the maximum tare weight.
 */

.ProductsListingPage .prod-listing button.load-more, .ServiceListingPage .prod-listing button.load-more {
    margin: 55px 0 0;
    font-size: 20px;
    font-weight: 600;
    background: linear-gradient(180deg, #B02033 0%, #692637 100%);
    background-clip: border-box;
    background-size: 100% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    color: rgba(0, 0, 0, 0);
}

#wpforms-289 button#wpforms-submit-289, #wpforms-291 button#wpforms-submit-291 {
    color: #191515;
    background: linear-gradient(180deg, #960924 0%, #692637 100%);
    border: none;
    margin: 0 ;
    display: inline-flex ;
    align-items: center ;
    justify-content: center ;
    font-weight: 500 ;
    border-radius: 4px 4px 12px 4px ;
    white-space: nowrap ;
    transition: all .4s ease-in-out ;
    position: relative ;
    overflow: hidden ;
    z-index: 2 ;
}
