/*
Theme Name: CentreSpringMD
Theme URI: http://thrivethemes.com/
Version: 1.0
Author: <a href="http://www.thrivethemes.com">Thrive Themes</a>
Description: Fully customizable, front end theme and template editing for WordPress has arrived! 
Template: thrive-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, custom-everything
*/

/* Hide thrive form input field for conversion tracking */
.thrv_lead_generation_container input[data-name='csmd']{
	display: none;
}


/* Login as User Overlay Issue Fix */

body.home div.login-as-user-top{
	position: relative !important;
}

.add-to-cart-cta{
	padding-top: 8px;
	font-size: 1rem;
}

#gform_19 input[type=text], #gform_19 input[type=email]{
    box-sizing: border-box;
    border-radius: 2px;
    padding: 0px 0px 0px 16px;
    height: 51px;
    text-align: left;
    color: rgb(0, 0, 0);
    font-family: Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 200;
    letter-spacing: 2px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgba(96, 106, 114, 0);
}

#gform_19 input[type=submit]{
	background: rgb(0, 0, 0);
    border-radius: 0px;
    border-style: none;
    border-color: rgb(92, 45, 227);
    border-width: 3px;
    color: rgb(255, 255, 255);
    font-family: Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 1;
    white-space: normal;
    padding-top: 11px;
    padding-bottom: 11px;
    text-align: center;
    word-break: break-word;
    align-self: flex-end;
    cursor: pointer;
    height: auto;
    width: 100%;
}

.woocommerce div.product form.cart .button{
    background: hsla(175, 47%, 54%, 1) !important;
    display: inline-block !important;
}