/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 03 2020 | 16:30:10 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

@media all and (max-width: 768px) and (min-width: 320px) {
	a.eltd-btn.eltd-btn-medium.eltd-btn-arrow.popmake-submit.eltd-btn-hide-text.eltd-btn-arrow-center.pum-trigger.eltd-btn-visible {
		width:200px !important;
	}
}

@media only screen and (min-device-width: 320px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio : 3) {
	a.eltd-btn.eltd-btn-medium.eltd-btn-arrow.popmake-submit.eltd-btn-hide-text.eltd-btn-arrow-center.pum-trigger.eltd-btn-visible {
		width:200px !important;
	}
}