/*
	Theme Name: v215 Child
	Template:v215
	Author:The 215 Guys
	Author URI: https://www.the215guys.com
	Version: 1
*/

:root {
	--blue: #0D2273;
	--red: #B20D37;
}

#header .header-cta span {background: var(--red);padding: 12px 24px;border: 2px solid var(--red);color: white;transition: .5s;}
#header .header-cta a:hover span {background: transparent; color: var(--red);}

.title h1 strong {font-weight: 500; color: var(--red);}
.title p {font-size: 24px; line-height: 34px;}

#footer .col-1 img {max-height: 50px;}
#footer .footer-bottom p {text-align: left;}

#footer .col-1 p:not(:last-child):after {margin-right: 10px;content: '•';margin-left: 10px;}
#footer .col-1 p:nth-child(2), #footer .col-1 p:nth-child(3) {display: inline-block;}