/**
Theme Name: cultivating-digital-child
Author: Cultivating Digital
Author URI: https://cultivatingdigital.com/
Description: Cultivating Digital – Organic marketing for the Life of your business.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cultivating-digital-child
Template: astra
*/
/* Branding */
.text-purple {
	color: var(--ast-global-color-0) !important;
}
/* End Branding */
/* Forms */
.gform_heading {
    display: none;
    visibility: hidden;
}
#gform_wrapper_2 #field_2_3 {
    grid-column: span 9;
    margin-left: 2vw;
}
#gform_wrapper_2 #field_submit {
    grid-column: span 3;
}
/* End Form */
/* Home */
.home-service-row .vc_column-inner {
    border-top-width: 3px !important;
    border-right-width: 3px !important;
    border-bottom-width: 3px !important;
    border-left-width: 3px !important;
    background-color: #FFFFFF !important;
    border-left-style: solid !important;
    border-right-style: solid !important;
    border-top-style: solid !important;
    border-bottom-style: solid !important;
    border-radius: 5px !important;
    border-color: #312A41 !important;
    padding-top: 35px;
    min-height: 380px;
}
#purple-difference {
    width: 290px;
}
#purple-difference img {
    margin-left: 0 !important;
    max-height: 130px;
    width: auto;
}
/* End Home */