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

:root {
	--blue: #10446d;
	--lightblue: #17a9e0;
	--yellow: #fac80e;
}

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

.staff-grid {display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;}
.staff-grid h3 a {color: var(--blue);margin-top: 15px;display: inline-block;}
.staff-grid img {filter: brightness(1); transition: .5s;aspect-ratio: 1/1; object-fit: cover; width: 100%;}
.staff-grid img:hover {filter: brightness(0.6);}
.staff-grid h3 a:hover {color: var(--lightblue);}
.staff-grid .staff-grid-position {color: var(--lightblue);font-size: 22px;line-height: 32px;}
.staff-grid p:not(:last-child) {margin-bottom: 10px !important;}
.staff-grid .jawn_button i {margin-left: 5px;}

.single-staff h3 {color: var(--blue);margin-top: 20px;}
.single-staff .position {color: var(--lightblue); font-size: 22px; line-height: 32px;}

.news-list h3 a {font-size: 40px;line-height: 50px;color: var(--blue);}
.news-list h3 a:hover {color: var(--lightblue);}
.news-list .news-list-item:not(:last-child) {margin-bottom: 40px; padding-bottom: 40px; border-bottom: 1px solid #ddd;}
.news-list .published-date {color: #888;}

#title {padding-left: 30px; padding-right: 30px;}
#title p {font-weight: 500; margin-top: 20px; font-size: 35px; line-height: 45px;max-width: 1400px;}
#title h1 {color: var(--lightblue);font-size: 6vw;line-height: 7vw;}

#footer .footer-col.col-2 {align-self: flex-end;margin-bottom: -15px;padding-right: 30px;}
#footer .col-1 img {max-height: 100px;}
.footer-top-inner > div {align-items: center;margin: 0;}
#footer .footer-top-inner {padding-left: 15px;padding-right: 15px;}