

/*hide on mobile*/
@media only screen and (max-width: 767x) {
.only_desktop { display: none !important; }}

@media screen and (max-width: 767px) {
header, .footer-menu { display: none !important; }}


/* colors in header */

.header-image {

}

.site-title {
	color: #071a45;
}

a, .header-text
{
	color: #071a45;	
	text-decoration: none !important;
}

.site-description {
	color: #071a45;
}

/*base-colors*/
a, .main-navigation a:link, .main-navigation a:visited {
	color: #071a45;
}

a:hover {
	color: #353695;
}

/*link styling*/
.city a:link {
text-decoration: underline !important;
}

/*over ride mail chimp formats*/
button {
    font-family : 'source serif pro' !important;
    font-size: 16.666px !important;
font-weight: bold !important;
	padding: 16px !important;
	max-height: 44.19px !important;
	line-height: 100% !important;
}


/*button colors*/


.footer-menu a:hover
, .site-header a:hover {
  color: #353395 !important;
}

button[data-load-more-btn]
, button
, .button
, input[type=submit]
, .wp-block-button__link
, .wp-block-file__button
, .a8c-posts-list__view-all 
{
	background-color: #071a45 !important;
}

button[data-load-more-btn], .button:hover
, .search-submit:hover
, .wp-block-button__link:hover
, .wp-block-button__link-is-style-shadow:hover
, .wp-block-file__button:hover
, .a8c-posts-list__view-all:hover
{
	background-color: #353695 !important;
}

button[data-load-more-btn], .button:visited,
.wp-block-button__link:visited, .wp-block-file__button:visited, .a8c-posts-list__view-all:visited {
	background-color: #071a45 !important;
}


/*back button*/
.back-button
.wp-block-button__link

{
	background-color: whitesmoke !important;
	color: #996633 !important;
}

.back-button
.wp-block-button__link:hover
{
	background-color: #996633 !important;
	color: whitesmoke !important;
}



/*headers*/


.entry-title {
	display: none;
}

/*footer*/
.site-info {
	display: none;
}

.site-footer {
	text-align: center;
}

.search-form
{text-align: center;}


.footer-navigation .footer-menu {
	justify-content: center;
}

.wp-block-columns_b {
align-items: center;
}

