/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 06 2025 | 01:28:08 */
#masthead{
	background-color: #222850;
}
@media screen and (max-width: 640px){
	.logo-wrap img{
		max-width: 200px;
	}
}

#top-bar-wrap{
	background-color: #222850;
}
#top-bar-wrap .topInfo{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#top-bar-wrap .topInfo a{
	color: #fff;
	margin-right: 15px;
	transition: .5s ease-in-out;
}
#top-bar-wrap .topInfo a:hover{
	color: #f4b453;
	text-decoration: none;
}
#top-bar-wrap .topInfo a i{
	margin-right: 5px;
	color: #f4b453;
}
#brand-wrap{
	padding: 15px 0;
}
#navbar{
	position: relative;
	background: #222850;
}
#navbar:after{
	display:none;
}
#navbar .flex-end{
	justify-content: flex-end;
}

.end-of-theme:before{
	display: none;
}

.end-of-theme .centerFooter{
	text-align: center;
}
.end-of-theme .rightFooter{
	text-align: right;
}
.end-of-theme a{
	transition: all .5s ease-in-out;
}
.end-of-theme a:hover{
	text-decoration: none!important;
}

#colophon .end-of-theme{
	background: #f4b453;
}

.theme-btn{
	background-color: #f4b453;
	border: 1px solid #f4b453;
}

blockquote:before, blockquote:after{
	display: none;
}
