/* Enter Your Custom CSS Here */
.easy-notification-bar {
	line-height: 1.4;
}
.easy-notification-bar-button a, 
.easy-notification-bar-button a:hover, 
.easy-notification-bar-button a:visited, 
.easy-notification-bar-button a:focus {
	background: #7fba00;
	border-radius: 13px;
	opacity: 1;
}

.easy-notification-bar-button a {
	padding-left: 1em;
	padding-right: 1em;
}
.easy-notification-bar-button a:hover {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 767px) {
	.easy-notification-bar {
		display: none;
	}
}
@media only screen and (min-width: 767px) {
	#edd_profile_editor_form fieldset p {
		float: left;
		width: 48.5%;
	}
	#edd_profile_editor_form fieldset p:nth-of-type(2n) {
		float: right;
	}
	#edd_profile_editor_form fieldset label {
	}
}
.single-download .wpw-fp-button {
	max-height: 33px;
	overflow: hidden;
}