/* Only make the background transparent IF the Unity app is on this page */
body.unity-background-active,
body.unity-background-active #content,
body.unity-background-active .site-main,
body.unity-background-active #page {
    background-color: transparent !important;
}

#masthead.site-header {
  background: rgba(250, 250, 250, 0);
	border-bottom: transparent;
}


#masthead.sticky-menu {
	transition: background .4s ease-in-out !important;
}
#masthead.sticky-menu.floating {
	background:rgba(0,0, 0, 0.3) !important;
}

body.responsive .container {
	max-width: 1260px;
}

.so-widget-sow-accordion-default, .widget_sow-accordion, .so-widget-sow-accordion, .sow-accordion-panel-content, .sow-accordion-panel-border {
	 background-color: transparent !important;
}
.sow-accordion-panel-header {
		background:rgba(255,255, 255, 0.1) !important;
}