/*!
 * William Jeffrey's Diamonds and Fine Jewelry
 * Copyright 2008-2017 Punchmark
 */

.btn, .form-control {
	border-radius: 0 !important;
}

.widget-text-overlay [data-widget-element="widgetHeader"].text-light + .link-container .btn-link {
  color: #ffffff !important;
}

.link-container .btn-link {
	position: relative;
	color: #003057;
}

.link-container .btn-link:after {
	content: "";
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #A49264;
}

