/*
 Theme Name: Twenty Seventeen Pantheon HCBlogs
 Template: twentyseventeen
 Version: 1.0
*/

.custom-purple-bar {
	z-index: 9999;
	background-color: #602d89;
	color: #fff;
	padding: 10px 0;
	text-align: center;
	font-family: Arial, sans-serif;
}

.custom-purple-bar-content {
	max-width: 1200px;
	display: flex;
}

.has-header-image .custom-purple-bar {
	position: relative !important;
	z-index: 10000 !important;
}

.custom-bar-logo {
	height: 35px;
	margin-left: 15px;
}

.custom-bar-text {
	font-size: 16px;
	font-weight: bold;
}

.custom-purple-bar a {
	color: #fff;
	text-decoration: none;
}

.custom-purple-bar a:hover {
	text-decoration: underline;
}
/* 
.wp-custom-header {
	z-index: 0;
	position: absolute;
	margin-top: 20px;
	padding-top: 20px;
}
	WORKING - Not the tweaks 
	*/

.main-navigation {
	background: linear-gradient(
		to right,
		white 10%,
		#6a0dad 10%
	); /* 10% white, transition quickly to purple */
	padding-left: 150px; /* Leave space on the left for the logo */
	z-index: 9; /* Ensure the menu stays below the purple bar with the logo */
}

/* FOOTER */

.footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #e5e5e5;
	padding: 20px;
	flex-wrap: wrap;
}

.footer-left {
	max-width: 60%;
	font-size: 14px;
	line-height: 1.5;
	color: #333;
}

.footer-right {
	display: flex;
	gap: 10px;
}

.footer-right a img {
	transition: transform 0.3s ease;
}

.footer-right a img:hover {
	transform: scale(1.1);
}

.footer-right a {
	display: inline-block;
}

.site-footer {
	border-top: 1px solid #eee;
}

.site-footer .wrap {
	padding-bottom: 1.5em;
	padding-top: 2em;
}

/* Footer widgets */

.site-footer .widget-area {
	padding-bottom: 2em;
	padding-top: 2em;
}

/* Social nav */

.social-navigation {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 1em;
}

.social-navigation ul {
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
}

.social-navigation li {
	display: inline;
}

.social-navigation a {
	background-color: #767676;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	color: #fff;
	display: inline-block;
	height: 40px;
	margin: 0 1em 0.5em 0;
	text-align: center;
	width: 40px;
}

.social-navigation a:hover,
.social-navigation a:focus {
	background-color: #333;
}

.social-navigation .icon {
	height: 16px;
	top: 12px;
	width: 16px;
	vertical-align: top;
}

/* Site info */

.site-info {
	font-size: 14px;
	font-size: 0.875rem;
	margin-bottom: 1em;
}

.site-info a {
	color: #666;
}

.site-info .sep {
	margin: 0;
	display: block;
	visibility: hidden;
	height: 0;
	width: 100%;
}

.phone {
	font-weight: bold;
	color: rgb(51, 51, 177);
}
