/*--------------PLEASE PLACE ALL CUSTOM CSS HERE ----------------*NOTES: If you use Appearance/Customize/Additional CSS to test your custom CSS, please make sure that once you're done you add that code to this stylesheet and remove it from the Appearance/Customize/Additional CSS section. Please add a commented out title to the custom code you add to this page so it's easy for developers to find what they need. ----------------------------------------------------------------*/
.nav-bar ul li.phone-link a {
    background: #1c0c0c;
    padding: 12px 14px;
    letter-spacing: .05em;
}

.nav-bar ul li.phone-link a i {
    color: #c12b2c;
    margin-right: 4px;
}
.red {background-color: #c12b2c;}
.float-right {width: 100%;float: none; margin-bottom:1.5em; }

@media only screen and (min-width: 768px) {
	.float-right {
		min-width: 47%;
		margin: 0 0 1.5em 1.5em;
		float: right;
		width: 47%;
	}
}