/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

.sticky-bar {position: sticky; position: -webkit-sticky; top:0; z-index: 5;}
/*Affiliate Forms*/
	#AffiliateForm {color:black;}
	#AffiliateForm .slicewp-button-primary {background-color: #e07300; border: none;text-transform:uppercase; font-family: 'Source Sans Pro'; font-weight:600; font-size: 25px;letter-spacing: 1px; padding: 20px; width:100%;}
/*EDD Forms*/
	#CheckoutForm {text-transform: uppercase; font-family: 'Source Sans Pro'; font-weight:600; font-size: 25px; color: black;}
	#edd_checkout_wrap {color: black; font-family: 'Source Sans Pro'; font-size: 20px;}
	#CheckoutForm, #edd_checkout_wrap span.edd_empty_cart {color: black; font-family: 'Source Sans Pro'; font-size: 20px;}
div#edd_checkout_wrap {
    text-align: center;
    font-family: source sans pro;
    font-size: 20px;
    color: black;
}
#EDD-STN-Button {padding: 10px 15px;!important}

#edd_checkout_form_wrap #edd-discount-code-wrap, #edd_checkout_form_wrap #edd_final_total_wrap, #edd_checkout_form_wrap #edd_show_discount {
    border: 2px solid #666;
}