/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.dashicons {
	vertical-align: text-top;
}

.ww-profiles .entry-image-link {
	margin: 0 auto 1em !important;
	/* display: inline-block !important; */
	position: relative;
	/* padding: 0 1em; */
	/* max-width: 136px; */
}

.ww-profiles .entry-image-link img {
	margin: 0 auto;
}

.ww-profiles .entry-image-link .ww-profile-icon {
	border-radius: 0;
}

.ww-profile-meta {
	/* font-size: 1.4rem;
	font-size: 14px; */
	color: #647585;
	/* margin: 0; */
	line-height: 1.3em;
}

.ww-profile-title {
	font-weight: 700;
	text-align: center;
	margin-bottom: 1em;
	text-transform: uppercase;
}

.ww-profile-firms {
	color: #647585;
}

.ww-post-summary .ww-read-more {
	text-align: center;
}

.ww-post-summary .ww-read-more:first-of-type {
	margin: 1.5em 0 0 0;
}

/* @media (min-width: 512px) {
	.ww-profiles .entry {
		width: 23.076923076923077% !important;
	}

	.ww-profiles .entry:nth-of-type(3n + 1) {
		margin-left: 2.564102564102564% !important;
	}

	.ww-profiles .entry:nth-of-type(4n + 1) {
		margin-left: 0 !important;
	}
} */
/*
// Singular
*/
/* .ww-profile-sidebar {
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	padding: 1.5em 0;
	margin-top: 1.5em;
} */
/* .ww-profile-profile {
	display: flex;
	justify-content: space-between;
} */
.ww-profiles .after-entry ul {
	padding-left: 40px;
}

.ww-profiles .after-entry ul li {
	list-style-type: square;
}

.ww-profiles .entry-title a {
	text-decoration: none;
	/* color: inherit; */
	/* font-size: 18px;
	font-weight: 700; */
}

/* .ww-profiles .entry-title a:hover {
	color: #232c39;
} */

.ww-profile-profile .entry-title {
	/* color: #232c39; */
	text-align: center;
	margin-bottom: .5em;
}

.ww-profile-profile .ww-profile-meta {
	line-height: normal;
	/* font-size: 1.6rem;
	font-size: 16px; */
}

.ww-profile-profile-img {
	margin-bottom: 1em;
}

.ww-profile-icon {
	position: absolute;
	bottom: 0;
	right: 0;
}

.ww-profile-profile .wp-block-button {
	text-align: center;
}

/* .ww-profile-profile-img .attachment-thumbnail {
	border-radius: 50% !important;
} */
.ww-profile-contacts {
	margin-bottom: 1em;
}

.ww-profile-contacts div {
	margin-bottom: .5em;
}

.ww-profile-contacts div:last-child {
	margin-bottom: 0;
}

.ww-profile-contacts a,
.ww-profile-social a {
	text-decoration: none;
	/* color: #2f5b41; */
}

/* .ww-profile-contacts a:hover {
	text-decoration: underline;
} */

.ww-profile-social {
	margin: 1em 0;
}

.ww-profile-social a {
	margin-right: .5em;
}

/* .ww-profile-social a:hover {
	text-decoration: none !important;
} */
.ww-profile-social a:last-child {
	margin-right: 0;
	/* text-decoration: none !important; */
}

.ww-profile-footer-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ww-profile-footer-nav a {
	display: inline-block;
	text-decoration: none;
	width: 50%;
	background-color: #f8f8f8;
	border: 1px solid #f1f1f1;
	padding: 2em;
}

.ww-profile-footer-nav a:hover {
	background-color: #f1f1f1;
	/* color: #2f5b41; */
}

.ww-profile-footer-nav a[rel~="next"] {
	text-align: right;
}

/* .entry-header {
	padding: 16px 0;
} */

.entry-title {
	margin-bottom: 0;
}

.ww-profiles .ww-post-summary .entry-title,
.ww-profiles .ww-post-summary .ww-profile-meta {
	text-align: center;
}

@media (max-width: 991px) {
	.ww-profiles .sidebar-primary {
		display: block !important;
		margin-top: -5em;
		-ms-grid-row: 1;
		grid-row: 1;
		/* NEW */
	}
	.ww-profiles .ww-profile-contacts {
		text-align: center;
	}
}

@media (max-width: 991px) {
	.ww-profiles .content-area {
		display: -ms-grid;
		display: grid;
	}
}
