@charset "UTF-8";

/*
Theme Name: Prowrap
*/

.single_footer_widget li a:hover{ color:#fff; }
.common_button_div  input{ border:none; }
.desktop{
	display:block;
}
.mobile{
	display:none;
}

@media only screen and (max-width: 767px) {
  .desktop{
	display:none;
}
.mobile{
	display:block;
}
}