/* adjust logo size | KEL 28575254-hc */
.site-logo {
    max-height: 300px;
    width: 500px;
}

/* Top Menu and navigation Styling | 28575254-hc (DH)*/
 .site-bar  {
    background-color: #95c0c7;
}

.main-navigation {
    background-color: #be8a9f !important;
}
/* Footer Background | 28575254-hc (DH)*/
.site-info {
    background: #fff;
}
.sf-menu a, .sf-menu a:visited {
    color: white;
}
/* menu text size | KW-28580336-hc */
.sf-menu a, .sf-menu a:visited {
    font-size: 1.0rem;
}

/* primary color for Arcane theme | KW-28580336-hc */
.arcane-postcarousel-wrapper .owl-dots .owl-dot.active span, .arcane-postcarousel-wrapper .owl-dots .owl-dot:hover span, .author-info .author-description .author-title:after, .featured-content-wrapper .owl-controls .owl-dots .owl-dot.active span, .featured-content-wrapper .owl-controls .owl-dots .owl-dot:hover span, .has-excerpt .entry-header-wrapper:after, .infinite-scroll #infinite-handle span, .more-link, .sf-menu>li>a:after, .more-link:visited, .page-header:after, .page-links>span, .page-links a:hover, .pagination .current.page-numbers, .pagination .page-numbers:hover, .search-control-wrapper a, .search-control-wrapper a:visited, .search-form .search-submit, .site-social-menu a:active, .site-social-menu a:focus, .site-social-menu a:hover, .site-social2-menu a:active, .site-social2-menu a:focus, .site-social2-menu a:hover, .widget .widget-title:after, .widget_nav_menu div[class^="menu-social-"] a:active, .widget_nav_menu div[class^="menu-social-"] a:focus, .widget_nav_menu div[class^="menu-social-"] a:hover, .wp_widget_tag_cloud a:active, .wp_widget_tag_cloud a:focus, .wp_widget_tag_cloud a:hover, body.page .entry-header-wrapper:after, body.single .entry-header-wrapper:after, button, input[type="button"], input[type="reset"], input[type="submit"] {
    background: #febf57;
}

.sf-menu a:active, .sf-menu a:focus, .sf-menu a:hover, .sf-menu ul a:active, .sf-menu ul a:focus, .sf-menu ul a:hover {
	color: #febf57;
}

.site-info {
    border-top-color: #febf57;
}
/* white lines between main menu items | KW-28580336-hc */
.sf-menu > li:before {
    width: 2px;
}

/* black lines between social menu items | KW-28580336-hc */
.site-social-menu ul li {
    border-left: none;
}

.site-social-menu ul li:last-child {
    border-right: none;
}/* change background color on search icon 28599805-hc rs */
.search-control-wrapper a, .search-control-wrapper a:visited {
    background: #bec0c2;
}
/* Slideshow Full Width block: make the images full width as well | 28600094-hc JB */

.wp-block-jetpack-slideshow.alignfull .wp-block-jetpack-slideshow_image {
  width: 100vw;
  max-width: unset;
  object-fit: cover;
}


/* width of Welcome to SPA 2021 group on homepage | KW-28658415-hc */
@media screen and (min-width: 720px) {
	.homepage-group-columns-spa {
    width: 730px;
    margin: 0 auto;
	}
}
/*remove hyphens | SN-28973722-hc*/
p {
    hyphens: none !important;
}
/*adjust header size | 28974128-hc | GM */
.site-header {
	min-height: unset;
	background-size: contain;
	margin: 2em;
	padding: 1em;
}

/* adjust position of mobile menu toggle | 28974128-hc | GM */
.has-custom-header .site-header .toggle-menu-wrapper a, .has-custom-header .site-header .toggle-menu-wrapper a:visited {
	margin-top: 2em
}
/* Change Button Color for File Block | YH-29078634-hc */
.wp-block-file .wp-block-file__button {
    background: #95c0c7;
}
.wp-block-file a.wp-block-file__button:hover {
	background: #5e6a71;
}

/* Disable Capitalization for File Block buttons | YH-29078634-hc */
.wp-block-file__button {
	text-transform: none;
}

