/* 
 Theme Name:     Child Theme for Divi
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

/* Divimade Styles
    Note: This is just for Email Optin Module. If you'd like to use the section which has Email Optin Module 
    then use this CSS, otherwise leave it.
*/
@media (min-width: 767px) {
	/*set the width of the button*/
	.et_pb_newsletter_fields .et_pb_newsletter_button_wrap {
		flex-basis: 165px !important;
	}
	/*set the width of the input field minus the width of the button*/
	.et_pb_newsletter_form .et_pb_newsletter_field {
		flex-basis: calc(100% - 165px) !important;
	}
}

.custom-opt p.et_pb_newsletter_field {
    min-width: 100%;
}
.custom-opt p.et_pb_newsletter_button_wrap {
    min-width: 100%;
}
/* End Divimade Styles */

/* Typography Styles */
h2 {
    font-size: 30px;
    font-weight: bold;
}
/* End Typography Styles */

/* Homepage Styles */
#homepage-hero .et_pb_button_module_wrapper {
    display: inline-block !important;
}

#homepage-app-section .et_pb_button_module_wrapper {
    display: inline-block !important;
}
/* End Homepage Styles */

/* Gravity Forms Styles */
:root,
#gform_wrapper_1[data-form-index="0"].gform-theme, [data-parent-form="1_0"] {
	--gf-color-primary: #00a2e4 !important;
    --gf-color-primary-rgb: 0, 162, 228;
    --gf-color-primary-darker: #0091CC;
    --gf-color-primary-lighter: #050607;
}
/* End Gravity Forms Styles */

/* Product cards */
.rl-product-card .et_pb_blurb_content {
    max-width: unset;
}

.rl-product-card .et_pb_blurb_content .et_pb_blurb_container {
    border-top: 2px solid #00a2e4;
    background-color: #f0f5f9;
    padding: 20px 50px 30px;
}


/* End Product cards */