 /* this can be used also to rerplicate some of a site's css, so styles appears
 correctly in wysiwyg textareas */

 
.main-button-red a {
    font-size: 13px;
    color: #fff;
    background-color: #a12c2f;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 22px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .3s;
  }
  
  .main-button-red a:hover {
    opacity: 0.9;
  }
  
  .main-button-yellow a {
    font-size: 13px;
    color: #fff;
    background-color: #f5a425;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 22px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .3s;
  }
  
  .main-button-yellow a:hover {
    opacity: 0.9;
  }
  
.main-banner .caption .main-button-red {
    margin-top: 30px;
  }
  section.le-club .categories .main-button-red {
    border-top: 1px solid #eee;
    padding-top: 30px;
    margin-top: 15px;
  }
  
  section.le-club .categories .main-button-red a {
    width: 100%;
    text-align: center;
  }  
