/*======================================
Theme Name: Redmont Pharma
Theme URI: https://leftplusright.com/
Description: Redmont Pharma Theme
Version: 1.0
Author: Left Plus Right
Author URI: http://leftplusright.com
Template: Divi
======================================*/


/* General Styles */
body, h1, h2, h3, a {
	font-family: calibri, sans-serif;
}


/* Headers and Banner Label */
.hdr-coupon h2 {
    margin-bottom: 0px;
    padding-bottom: 1px;
}
.hdr-coupon span.label {
    background: #EC1847;
    font-size: 13px;
    vertical-align: middle;
    padding: 2px 10px;
    margin: 0px;
    border-radius: 6px;
    text-transform: uppercase;
    color: #fff;
}


/* Inline Buttons */
.inline-btn {
	display: inline-block;
}
.inline-btn:hover {
	background: #EC1847 !important;
}
.footer-contact a {
	color: #28367B;
	text-decoration: underline;
}

@media only screen and ( max-width: 767px ) {
    .et_pb_module.inline-btn {
		width: 80% !important;
		margin: 10px auto !important;
		display: block !important;
	}
	.footer-contact {
		display: block;
	}
	.hdr-coupon span.label {
		display: block !important;
		padding: 1px 5px;
	}
}
