/* 
Theme Name:		100AND10% Hello Child Theme
Theme URI:		https://elementor.com/
Description:	'Hello' child theme, created by 100AND10%
Author:			100AND10%
Author URI:		https://110percent.co.uk
Template:		hello-elementor
Version:		1.0.0
*/



/*Gravity Forms*/
.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important;
}

/* ELEMENTOR BUTTONS */
body .btn-style-outline .elementor-button {
    color: #0E193F;
    background-color: transparent;
    border-color: #0E193F;
}

body .btn-style-outline .elementor-button:hover, body .btn-style-outline .elementor-button:focus {
    color: #394795;
    background-color: transparent;
    border-color: #394795;
}

body .btn-style-minimal .elementor-button {
    color: #0E193F;
    background-color: transparent;
    border-color: #0E193F;
    padding: 4px 0px;
    border-width: 0px 0px 2px 0px;
    border-radius: 0px;
}

body .btn-style-minimal .elementor-button:hover, body .btn-style-minimal .elementor-button:focus {
    color: #394795;
    background-color: transparent;
    border-color: transparent;
}

body .btn-style-white-outline .elementor-button {
    color: #FFFFFF;
    background-color: transparent;
    border-color: #FFFFFF;
}

body .btn-style-white-outline .elementor-button:hover, body .btn-style-white-outline .elementor-button:focus {
    color: #0E193F;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

body .btn-style-white-minimal .elementor-button {
    color: #FFFFFF;
    background-color: transparent;
    border-color: #FFFFFF;
    padding: 4px 0px;
    border-width: 0 0 2px 0;
    border-radius: 0px;
}

body .btn-style-white-minimal .elementor-button:hover, body .btn-style-white-minimal .elementor-button:focus {
    color: #FFFFFF;
    background-color: transparent;
    border-color: transparent;	
}

body .btn-style-primary-green .elementor-button {
    color: #0E193F;
    background-color: #2BEF95;
    border-color: #2BEF95;
}

body .btn-style-primary-green .elementor-button:hover, body .btn-style-primary-green .elementor-button:focus {
    color: #2BEF95;
    background-color: transparent;
    border-color: #2BEF95;
}

/* HERO BACKGROUND */
.hero-gradient-text {
  display: inline-block;
  padding: 8px;
  color: #ffffff;
  background: linear-gradient(90deg, #2BEF95 0%, #FAE10A 100%);
}

