/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 1.0
Updated: 2017-10-08 18:05:54

*/

@media only screen and (min-width: 981px) {
	#left-area {
		width: 70.25% !important;
	}
	#sidebar {
    	width: 29.75%;
	}
	.et_right_sidebar #main-content .container:before {
    	right: 29.75% !important;
	}
}

/* wp full stripe */
.wpfs-form * {
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif !important;
}
.wpfs-btn:not(.wpfs-btn-link):not(.wpfs-btn-outline-primary){
	background-color: #0c44c1 !important;
}
.wpfs-button-group .wpfs-form-check-input:checked + .wpfs-btn-outline-primary{
	background-color: #0c44c1 !important;
}
.wpfs-form-check-group > legend {
	display: none;
}
.wpfs-form-check-group:before {
    content: "Choose a donation level:";
	position: relative;
	font-weight: bold;
	font-size: 13px;
    color: var(--form-base-color);
	margin-bottom: 13px;
	display: block;
}
/* hide payment details link */
.wpfs-form-actions .wpfs-btn[data-toggle="tooltip"]{
	display: none;
}
