/**
* Theme Name: Clotya Child
* Description: This is a child theme of Clotya, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/KlbTheme">KlbTheme (Sinan ISIK)</a>
* Template: clotya
* Version: 1.4.0
*/

 /* Hide the Jotform footer branding */
  #footer, .jotform-branding, .thankyou-branding {
    display: none !important;
    visibility: hidden;
    height: 0;
  }
  .buy-now-button{
    width: 100%;
    background-color: #000;
    text-align: center;
    padding: 12px;
    margin-top: 20px;
    color: #fff;
    font-weight: 500;
  }
    .buy-now-button:hover{
    border-color: var(--color-form-active);
    background-color: var(--color-form-active);
    color: #fff;
  }