/* Profile + Contact sidebar: restore pre-update CC Child Pages cards */

.sidebar .ccchildpages {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	float: none;
}

.sidebar .ccchildpage {
	box-sizing: border-box;
	width: 100%;
	float: none;
	display: block;
	margin: 0 0 24px;
	padding: 0;
	background: #fff;
}

.sidebar .ccchildpage:last-child {
	margin-bottom: 0;
}

.sidebar .cc-child-pages-thumb,
.sidebar .ccchildpage img {
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
}

.sidebar .ccpages_excerpt,
.sidebar .ccpages_more {
	display: none !important;
}

.sidebar .cell-text-block {
	background-color: #f8f4f2;
}

.sidebar .ccchildpage-title,
.sidebar h3.ccchildpage-title {
	display: block;
	margin: 0 !important;
	padding: 13px !important;
	background-color: #f8f4f2 !important;
	text-align: left;
	color: #153745;
	font-size: 16pt;
	font-weight: 400;
	letter-spacing: 1px;
}

.sidebar .ccchildpage-title a,
.entry .entry-content .sidebar .ccchildpage-title a {
	display: block;
	color: #153745 !important;
	text-decoration: none !important;
	background: transparent;
	font-weight: 800;
	letter-spacing: 2.1px;
}

.entry .entry-content .sidebar .ccchildpage-title a:hover {
	text-decoration: none !important;
	color: #c88b6d !important;
}

@media screen and (max-width: 500px) {
	.sidebar .ccchildpage-title {
		text-align: center !important;
	}
}

/* Landing page 3-column cards */
#child-pages {
	width: 80%;
	margin: 0 auto;
	padding: 0 0 60px;
	box-sizing: border-box;
	background-color: #fff;
}

#child-pages .ccchildpages,
#child-pages .threecol {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 28px;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 0;
	float: none;
	box-sizing: border-box;
}

#child-pages .ccchildpage {
	box-sizing: border-box;
	width: calc((100% - 56px) / 3);
	float: none;
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
	background: #fff;
}

#child-pages .cc-child-pages-thumb,
#child-pages .ccchildpage img {
	display: none;
}

#child-pages .cell-text-block {
	flex: 0 0 auto;
	background: #f8f4f2;
}

#child-pages .ccchildpage-title,
#child-pages h3.ccchildpage-title {
	background: #f8f4f2;
	color: #c88b6d;
	font-size: 15pt;
	font-weight: 400;
	letter-spacing: 0.5px;
	line-height: 1.45;
	text-transform: capitalize;
	text-align: left;
	padding: 30px 20px 13px;
	margin: 0;
}

#child-pages .ccchildpage-title a,
.entry .entry-content #child-pages .ccchildpage-title a {
	color: #c88b6d !important;
	font-weight: 400 !important;
	letter-spacing: 0.5px;
	text-decoration: none !important;
	background: transparent;
}

.entry .entry-content #child-pages .ccchildpage-title a:hover {
	text-decoration: none !important;
	color: #153745 !important;
}

#child-pages .ccpages_excerpt {
	display: block;
	font-size: 13pt;
	letter-spacing: 0;
	line-height: 20px;
	color: #000;
	font-weight: 300;
	padding: 0 20px;
	margin: 0;
	text-align: left;
}

#child-pages .ccpages_more {
	display: block;
	margin: 0;
	padding: 36px 20px 30px;
	background: #f8f4f2;
	text-align: left !important;
	width: 100%;
	box-sizing: border-box;
	font-size: 12pt;
	font-style: unset !important;
}

#child-pages .ccpages_more a,
.entry .entry-content #child-pages .ccpages_more a {
	display: inline-block;
	background-color: #9bb1ba !important;
	padding: 3px 15px;
	color: #fff !important;
	letter-spacing: 0;
	font-size: 13pt;
	font-weight: 400 !important;
	font-family: "futura", sans-serif;
	text-decoration: none !important;
	border-radius: 0;
	transition: all 0.15s linear;
}

.entry .entry-content #child-pages .ccpages_more a:hover,
#child-pages .ccpages_more a:hover {
	background-color: #153745 !important;
	text-decoration: none !important;
}

@media screen and (max-width: 768px) {
	#child-pages {
		width: 90%;
	}

	#child-pages .ccchildpage {
		width: 100%;
		margin: 0 0 50px;
	}
}
