/***************************************************************************
*	DESIGNER PRO CORE STYLESHEET
****************************************************************************
*	these are the designerpro core styles for web elements and
* 	custom layouts from the designer pro theme
****************************************************************************
*	Designed by Michael Fucilli (mfucilli.com)
***************************************************************************/

/* WP ADMIN EDIT: style the custom WordPress Admin Edit Button */
.dsgnr-wpedit {
	background-color: rgba(255,255,255,0.75);
	border: 1px solid #F0F0F0;
	border-left: 0;
	box-shadow: 1px 1px 2px -1px rgba(0, 0, 0, 0.4);
	color: #2A2A35;
	font-size: 1.4rem; font-size: 14px;
	padding: 14px 24px 14px 14px;
	text-decoration: none;
	position: fixed;
	bottom: 15%;
	left: 0;
	z-index: 9999;
}

@media( max-width: 767px ) {
	.dsgnr-wpedit {
		display: none;
	}
}
