/*
Theme Name: Hub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

.fluentform .ff-btn.ff-btn-next,
.fluentform .ff-btn-secondary{
	background: #007bff;
	border: 1px solid #007bff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-family: "Rubik",sans-serif;
    padding: 5px 12px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.fluentform .ff-btn.ff-btn-next:hover,
.fluentform .ff-btn.ff-btn-next:focus,
.fluentform .ff-btn-secondary:focus,
.fluentform .ff-btn-secondary:hover{
	background: #fff;
	color: #007bff;
	border: 1px solid #007bff;
}



.fluentform .ff-btn.ff-btn-prev.ff-btn-secondary {
	background: #F0F2FA;
	border: 1px solid #F0F2FA;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	color: #0E1758BD;
    font-family: "Rubik",sans-serif;
    padding: 5px 12px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.fluentform .ff-btn.ff-btn-prev.ff-btn-secondary:focus,
.fluentform .ff-btn.ff-btn-prev.ff-btn-secondary:hover {
	background: #fff;
	color: #000;
	border: 1px solid #F0F2FA;
}

#wrap header.header.site-header.main-header.main-header-overlay.sticky-header-noshadow.is-not-stuck {top:0;}