/*CMS Button */
.button-white-bg,.button-orange-bg,.button-gradient-bg{padding: 5px 10px 7px;border-radius: 5px;
    background-color: #fff; color: #000;font-weight: 600;
    border: 1px solid #ccc;}
.button-white-bg{ background-color:#ffffff;}
.button-orange-bg{background-color:#fc5a1f;}
.button-gradient-bg{   background: rgb(0,0,0);
    background: -moz-linear-gradient(45deg, rgba(0,0,0,1) 15%, rgba(22,43,71,1) 39%, rgba(75,100,133,1) 55%, rgba(232,209,232,1) 80%, rgba(255,212,46,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(0,0,0,1) 15%, rgba(22,43,71,1) 39%, rgba(75,100,133,1) 55%, rgba(232,209,232,1) 80%, rgba(255,212,46,1) 100%);
    background: linear-gradient(45deg, rgba(0,0,0,1) 15%, rgba(22,43,71,1) 39%, rgba(75,100,133,1) 55%, rgba(232,209,232,1) 80%, rgba(255,212,46,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffd42e",GradientType=1); color: #ccc;}
    .orangeButton, .entry a.orangeButton{
      font-family:'Noto Sans', sans-serif;
      font-weight:900;
      font-style:normal;
      text-transform: uppercase;
      font-size:18px;
      line-height:26px;
      min-width:120px!important;
      padding:10px 20px!important;
      color:#fff!important;
      background-color:#FF5F2E;
      -webkit-box-shadow:-8px 8px 0px 0px #162B47);
      box-shadow:-8px 8px 0px 0px #162B47;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      -webkit-transform-style: preserve-3d;
      -webkit-backface-visibility: hidden;
      position:relative;
      text-decoration:none;
    }
