a.cta-button-orange {
}

a.cta-button-blue {
}

a.cta-button-red {
}

.boxmove-widget {
  border: none;
  width: 100%;
  min-height: 300vh;
}

table.layout-table {
  border-style: none;
  width: 100% !important;
}

/* Start Advanced Layouts */
table.layout-table td {
  border-style: dashed;
  border-color: lightgray;
}

table.layout-table td img {
  display: block;
  width: 100% !important;
  height: auto !important;
}

table.layout-table:before {
  content: 'LAYOUT TABLE';
  display: inline-block;
  padding: 4px;
  font-size: 10px;
  background-color: #333;
  color: #fff;
}
/* End Advanced Layouts */

/* Custom */
a.cta-button {
    border-radius: 20px 5px 20px 5px;
    font-weight: bold;
    font-size: 16px;
    line-height: 20.54px;
    color: #FFFFFF;
    background-color: #3C1053;
    text-align: center;
    gap: 10px;
    padding: 15px 35px;
}
a.cta-button:hover {
    background-color: #6638B6;  
}
a.cta-button.donate{
    border-radius: 20px 5px 5px 5px;
    font-weight: bold;
    font-size: 16px;
    line-height: 20.54px;
    color: #3C1053;
    background-color: #F2A900;
    text-align: center;
    gap: 10px;
    padding: 15px 35px;
}
a.cta-button.donate:hover {
    background-color: #EA7600;  
}
a.btn-referral{
    border-radius: 5px 5px 20px 5px;
    border: 2px solid #3C1053;
    font-weight: bold;
    font-size: 16px;
    line-height: 20.54px;
    color: #3C1053;
    background-color: #FFFFFF;
    text-align: center;
    gap: 10px;
    padding: 13px 35px;
}
a.btn-referral:hover {
    border: 2px solid #6638B6;
    color: #FFFFFF;
    background-color: #6638B6;    
}