
/*
Theme Name:   Smartfogw
Template:     Divi
*/
.single-post a.small-button.small-button {
	position: relative;
	padding: 15px 35px 15px 25px;
	color: #fff !important;
	border-width: 0px;
	border-radius: 100px;
	font-family: "Mulish", Helvetica, Arial, Lucida, sans-serif;
	font-size: 16px;
	font-weight: 500 !important;
	line-height: 1.7em !important;
	text-decoration: none;
	transition: all 300ms ease 0ms;
}

.single-post a.small-button:after {
	content: "$";
	position: absolute;
	color: #fff;
	line-height: inherit;
	font-size: inherit !important;
	opacity: 1;
	margin-left: .3em;
	left: auto;
	font-family: ETmodules !important;
	font-weight: 400 !important;
}

.single-post a.smallorange {
	background: #ff5e15;
}

.single-post a.smallblue {
	background: #032d5a;
}

.single-post a.smalllightblue {
	background: #69adea;
}

.single-post .et_pb_post_content p:not(.has-background):last-of-type {
	padding-bottom: 1em;
}

.single-post .et_pb_post_content :last-child {
	padding-bottom: 0;
}
