/* 
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 */



.btn:hover, .btn:focus {
	color : #41cc92;
    background: #fff;
}
.btn-green a.btn:hover, .btn-green a.btn:focus {
    background: #1B1B1B;
    color: #41CC92;
}
.btn {
	border-radius : 3px !important;
    font-family: "Helvetica";
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 14px 30px;
    background: #41cc92;
    display: inline-block;
    color: #1b1b1b;
}
.roofit-cta {
    display: block !important;
    margin-top: 20px;
}
.elementor-element.e-con-boxed.e-con .elementor-element.elementor-widget:nth-child(2) .elementor-widget-container>div {
    padding-top: 0px !important;
}
.elementor-element.e-con-boxed.e-con .elementor-element.elementor-widget:nth-child(3) .elementor-widget-container>div {
    padding-top: 0px !important;
}
.elementor-element.e-con-boxed.e-con .elementor-element.elementor-widget:nth-child(4) .elementor-widget-container>div {
    padding-top: 0px !important;
}
.elementor-element.e-con-boxed.e-con .elementor-element.elementor-widget:nth-child(5) .elementor-widget-container>div {
    padding-top: 0px !important;
}
.elementor-element.elementor-widget .elementor-widget-container>div {
    padding-top: 70px;
    padding-bottom: 70px;
}


/* Home Hero */

.hero-inner {
    max-width: 56%;
}
.hero-inner .roofit-description {
    max-width: 60%;
}
.roofit-hero {
    padding: 250px 0 100px 0 !important;
}