/*
Theme Name:  theme55970
Theme URI:   http://yoursite.com/link/to/theme
Description: Your theme description.
Author:      Your Name
Author URI:  http://yoursite.com
Version:     4.0.4
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:        fixed-layout, fluid-layout, responsive-layout, left-sidebar, right-sidebar, custom-menu, featured-images, full-width-template, post-formats, sticky-post, theme-options, translation-ready
Text Domain: child-theme-domain
Template:    cherryframework4
*/

/* =Theme customization starts here
-------------------------------------------------------------- */
.btn-primary {
	display: inline-block;
	padding: 15px 55px;
	color: #fff;
	font: 600 14px/18px 'Montserrat', sans-serif;
	text-transform: uppercase;
	border: none;
	border-radius: 30px;
	background: #002e97;
}
.btn-primary:hover {
	background-color:#c7d2da;
}