/*
Theme Name: Hydrogen
Theme URI: http://gantry.org
Author: RocketTheme, LLC
Author URI: http://rockettheme.com
Description: Default Gantry 5 theme. Provides a simple, clean and fast design to get you started on developing your own theme or setting up a quick new site
Version: 5.4.19
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


.rtp-btn {
    background: #236192;
    color: #fff !important;
    border-radius: 25px;
    display: inline-block;
    font-size: 17px;
    padding: 6px 16px;
    font-weight: 500;
    transition: all ease .3s;
    border: solid 2px #236192;
  }
  .rtp-btn:hover {
    background: #002554;
    border: solid 2px #002554;
    color: #fff;
  }