@import url('//fonts.googleapis.com/css?family=Nunito:300,300i,400,400i,600,600i,700,700i');
@import url('//fonts.googleapis.com/css?family=Dosis:400,500,600,700,800');

body.widget-snippet {
    padding:40px;
}
body.widget-snippet .btn-wrap {
  text-align: left;
}
.btn-wrap {
  text-align: right;
}
.widget-snippet .btn-wrap a {
  background: #228BE6;
  border-radius: 3px;
  width: 140px;
  color: #FFFFFF;
  font-family: 'Nunito';
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  display: inline-block;
  text-align: center;
  padding: 10px;
  transition: all 300ms ease-out 0s;
  text-decoration: none;
}
.widget-snippet .btn-wrap a:hover{
    text-decoration: none;
    background: #086AC2;
}

@media (max-width: 767px) {
 .widget-snippet .btn-wrap a {
  width: 120px;
  font-size: 16px;
}
}
