/*
	Theme Name:   da_base Child
	Theme URI:    https://www.digitalartisans.com/
	Description:  Child theme for da_base
	Author:       Digital Artisans
	Author URI:   http://www.digitalartisans.com
	Template:     da-theme
	Version:      1.0.0
	Text Domain:  da_base-child
*/

/* Child Site Overrides
-------------------------------------------------------------- */
.home #content:before, 
.home #content:after {
	display: none !important;
}
.home .colorScheme-blue #content #content-wrapper {
    background: #ffffff !important;
}
section.callout-block .logo {
	width: var(--ctaLogoWidth, 160px) !important;
}
.navigation div.logo a {
	width: var(--logoWidth, 160px) !important;
}
@media screen and (min-width: 1330px) {
	.navigation div.logo a {
		width: var(--logoWidth, 160px) !important;
	}
}