/*!
Theme Name: Vault Child
Theme URI: https://uicore.co
Description: Multi-Purpose Elementor WordPress Theme
Author: UiCore
Author URI: https://uicore.co
Template: vault
Version: 1.0.0
Text Domain: vault
*/

 /* Add your custom style here */

.gform_wrapper.gravity-theme .gfield select {
	background: #fff;
}

.uicore-header-wrapper .uicore-cta-wrapper .uicore-btn {
	color: var(--e-global-color-uicore_primary)!important;
	border-color: var(--e-global-color-uicore_secondary)!important;
	background-color: var(--e-global-color-uicore_secondary)!important;
}

.uicore-header-wrapper .uicore-cta-wrapper .uicore-btn:hover {
	color: var(--e-global-color-uicore_secondary)!important;
	border-color: var(--e-global-color-uicore_primary)!important;
	background-color: var(--e-global-color-uicore_primary)!important;
}

.elementor-kit-9 .elementor-button.elementor-button,
.elementor-kit-9 .elementor-button:not(.bdt-offcanvas-button){
	color: var(--e-global-color-uicore_secondary)!important;
	border-color: var(--e-global-color-uicore_primary)!important;
	background-color: var(--e-global-color-uicore_primary)!important;
}

.elementor-kit-9 .elementor-button.elementor-button:hover,
.elementor-kit-9 .elementor-button.elementor-button:focus,
.elementor-kit-9 .elementor-button:not(.bdt-offcanvas-button):focus,
.elementor-kit-9 .elementor-button:not(.bdt-offcanvas-button):hover{
	color: var(--e-global-color-uicore_primary)!important;
	border-color: var(--e-global-color-uicore_primary)!important;
	background-color: var(--e-global-color-uicore_secondary)!important;
}

#btn-subscribe {
	border-color: var(--e-global-color-uicore_secondary)!important;
}

.elementor-widget-image-box + .elementor-widget-button {
	margin-top: auto;
}

.rb-fill-img {
	height: 100%;

	img {
		height: 100% !important;
		object-fit: cover;
	}
}
