/*
 Theme Name:   Futurio Child
 Theme URI:    https://wordpress.org/themes/futurio/
 Description:  Futurio Child Theme
 Author:       SOS Front-end Team
 Author URI:   https://www.serviceos.com/
 Template:     futurio
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  futuriochild
*/

.primary-btn {
    display: inline-block;
	border-radius: 8px;
	border: 1px solid var(--btn-primary-border-color);
	background-color: var(--btn-primary-background);
	padding: 14px 18px;
	color: var(--btn-primary-color);
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 700;
	text-align: center;
}

.primary-btn:hover {
	background-color: var(--btn-primary-background-hover);
	color: var(--btn-primary-color-hover);
	border: 1px solid var(--btn-primary-border-color-hover);
}

.grecaptcha-badge {
    display: none !important;
}

.gform_confirmation_wrapper {
    background-color: #d1e7dd;
    border-color: #badbcc;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

@media only screen and (max-width: 767px) {
	.heading-menu .site-branding-logo img {
		padding: 10px 0 !important;
	}
}