/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.home .page-header {
    display: none;
}

.e-grid.e-parent .premium-banner-ib .premium-banner-ib-desc {
    position: relative;
}

.e-grid.e-parent .premium-banner-ib .premium-banner-ib-desc .premium-banner-ib-content,
.e-grid.e-parent .premium-banner-ib .premium-banner-ib-desc .premium-banner-ib-title,
.e-grid.e-parent .premium-banner-ib img {
    transform: translate3d(0, 0, 0);
    opacity: 1 !important;
}

.page-id-580 #footercta {
	display: none;
}

.gform_footer input[type="submit"] {
	font-weight: 500 !important;
    color: #FFF !important;
    background-image: linear-gradient(135deg, #000 0%, #000 100%);
    border-style: solid;
	    min-height: 55px;
	    font-size: 18px !important;
    padding: 15px 30px;
	    flex-basis: 100%;
	border-right: none;
	transition: 0.3s ease-out;
}

.gform_footer input[type="submit"]:hover {
	background-image: linear-gradient(135deg, #FFF 0%, #FFF 100%);
	color: #810000 !important;
	
}

.gform-theme--foundation .gform_fields {
	gap: 1rem;
}