/*
Theme Name: Hestia Child
Theme URI: https://www.themeisle.com/
Description: This is a custom child theme I have created.
Author: ThemeIsle
URI: https://www.themeisle.com/
Template: hestia
Version: 0.1
*/

header .navbar.navbar-transparent .navbar-brand img {
	display: none;
}

.hestia-team-content .card .card-image {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.hestia-big-title-content .hestia-title img {
	width: 100%;
	max-width: 500px;
	opacity: .85;
}

footer.footer-big .copyright {
	padding: 0;
}

footer .copyright .footer-menu {
	display: inline-block;
}
footer .copyright .navbar-text {
	display: inline-block;
	float: none;
}

body:not(.menu-open) .navbar.navbar-transparent {
	background-color: transparent;
}
body:not(.menu-open) .navbar.navbar-transparent button.navbar-toggle {
	color: #fff;
}

.no-top-margin {
	margin-top: 0;
}

.page-content-wrap a:not(.wp-block-button__link) {
	color: #337ab7;
}

.associations-row {
	position: relative;
	border-bottom: 1px solid #000;
}
.associations-row > div {
	padding: .5rem 0;
}
.associations-title {
	position: absolute;
	padding: 0;
	top: 50%;
	left: 0;
	transform: translateX(-50%) rotate(-90deg);
	transform-origin: 50% 0;
}
