/*
Theme name: ESource Coach Multi-Site
Description: Custom Theme
*/

/*
	Source post-css styles are located in resources/css/
	The compiled bundle is saved to `dist/css/bundle-${fingerprint}.css`
	(dist/manifest.json provides the exact path mapping).

	DEVELOPMENT.md file contains instructions how to get the compilation
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment -- it's loaded after the compiled bundle.
*/

p {  }

.header__aside .profile .profile__image img {
	object-fit: cover;
    width: 100%;
    height: 100%;
}

body.error404 .hero .hero__image-text:after {
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.1)),to(rgb(255 255 255)));
    background: -o-linear-gradient(top,rgba(0,0,0,.1),rgb(255 255 255));
    background: linear-gradient(180deg,rgb(255 255 255 / 10%), rgb(255 255 255))
}

body.error404 .section-text .section__inner {
	justify-content: center;
}

.profile .profile__content p a[href^="https"] {
	color: #37abdf;
}

.tile-solution .tile__description p {
	padding: 15px 0;
}
@media (max-width: 767px) {
	.tile-solution .tile__description p {
		padding: 10px 0;
	}
}

#gf_form_focus {
	display: none;
}

.single-post .shell .section__inner ul li {
	display: list-item!important;
}

#wp-admin-bar-my-sites-list {max-height: 90vh; overflow-y: auto; overflow-x: visible;}#wpadminbar .menupop li.hover {position: relative;}#wpadminbar .menupop li.hover > .ab-sub-wrapper {margin-left: 337px;margin-top: -32px;position: fixed;}

@media screen and (min-width: 640px) {
	.shell .section__inner ul li {
		display:inline!important;
		margin:0px 10px
	}
}