.apress-dgems {
	margin: 0 0 48px;
}

.apress-dgems-grid {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -18px;
}

.apress-dgems-card {
	width: 33.3333%;
	padding: 0 18px 36px;
}

.apress-dgems-card-inner {
	height: 100%;
	min-height: 720px;
	display: flex;
	flex-direction: column;
	border: 1px solid #ececec;
	background: #ffffff;
	box-shadow: 0 0 2px #dddddd;
}

.apress-dgems-card-body {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	padding: 42px 44px 30px;
	text-align: center;
}

.apress-dgems-archive .postcategory_area {
	padding: 0 0 28px;
}

.apress-dgems-archive .categories-links.box a,
.apress-dgems-archive .categories-links.box .apress-dgems-card-label {
	display: inline-block;
	padding: 8px 14px;
	background: #de3b33;
	border-color: #de3b33;
	color: #ffffff;
	font-family: inherit;
	font-size: 15px;
	font-weight: inherit;
	letter-spacing: 1px;
}

.apress-dgems-archive .entry-title,
.apress-dgems-archive .entry-title a {
	margin: 0;
	color: #4c4c4c;
	font-size: 34px;
	line-height: 1.45;
	text-align: center;
}

.apress-dgems-archive .zolo_blog_description_area {
	flex: 1 1 auto;
	padding-top: 26px;
	color: #7a7a7a;
	font-size: 18px;
	line-height: 1.5;
}

.apress-dgems-archive .zolo_blog_description_area p {
	margin: 0;
}

.apress-dgems-archive .read_more_area {
	margin-top: 34px;
	padding-top: 36px;
	border-top: 1px solid #ededed;
	text-align: center;
}

.apress-dgems-archive .read_more_area a.read-more {
	padding: 14px 28px;
	background: #ffffff;
	border: 1px solid #4c4c4c;
	color: #4c4c4c;
	font-size: 15px;
	letter-spacing: 2px;
	text-transform: none;
}

.apress-dgems-archive .read_more_area a.read-more:hover {
	background: #4c4c4c;
	color: #ffffff;
}

.apress-dgems-card-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 18px 28px;
	border-top: 1px solid #ececec;
	font-size: 15px;
	color: #747474;
}

.apress-dgems-card-author {
	display: flex;
	align-items: center;
	min-width: 0;
}

.apress-dgems-card-author-icon {
	position: relative;
	width: 22px;
	height: 22px;
	margin-right: 10px;
	border: 2px solid #cfcfcf;
	border-radius: 50%;
	flex: 0 0 22px;
}

.apress-dgems-card-author-icon:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 50%;
	width: 6px;
	height: 6px;
	margin-left: -3px;
	border-radius: 50%;
	background: #cfcfcf;
}

.apress-dgems-card-author-icon:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 3px;
	width: 12px;
	height: 6px;
	margin-left: -6px;
	border-radius: 6px 6px 0 0;
	background: #cfcfcf;
}

.apress-dgems-card-author-name {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.apress-dgems-card-share {
	position: relative;
	margin-left: 18px;
}

.apress-dgems-card-share-trigger {
	display: inline-block;
	cursor: pointer;
	color: #4c4c4c;
}

.apress-dgems-card-share-trigger i {
	margin-left: 6px;
}

.apress-dgems-share-svg {
	display: inline-flex;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.apress-dgems-share-svg svg {
	width: 100%;
	height: 100%;
	fill: currentColor;
}

.apress-dgems-share-trigger-icon {
	margin-left: 6px;
}

.apress-dgems-share-panel {
	position: absolute;
	right: 0;
	bottom: calc(100% + 12px);
	z-index: 5;
	min-width: 168px;
	padding: 10px 12px;
	border: 1px solid #e5e5e5;
	background: #ffffff;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: all 0.2s ease;
}

.apress-dgems-card-share:hover .apress-dgems-share-panel,
.apress-dgems-card-share:focus-within .apress-dgems-share-panel {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.apress-dgems-share-panel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: flex-end;
}

.apress-dgems-share-panel li {
	margin-left: 8px;
}

.apress-dgems-share-panel li:first-child {
	margin-left: 0;
}

.apress-dgems-share-panel li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 1px solid #d5d5d5;
	color: #4c4c4c;
	background: #ffffff;
}

.apress-dgems-share-panel li a:hover {
	color: #ffffff;
	background: #4c4c4c;
	border-color: #4c4c4c;
}

.apress-dgems-card-error .apress-dgems-card-body {
	justify-content: center;
}

.apress-dgems-detail-header {
	margin-bottom: 20px;
}

.apress-dgems-detail {
	margin: 0 0 32px;
	padding: 32px;
	border: 1px solid #e6e1d8;
	background: #fffdfa;
}

.apress-dgems-detail:last-child {
	margin-bottom: 0;
}

.apress-dgems-detail .apress-dgems-date {
	margin: 0 0 10px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #8a6a3f;
}

.apress-dgems-detail .apress-dgems-title {
	margin: 0 0 10px;
	font-size: 30px;
	line-height: 1.2;
}

.apress-dgems-detail .apress-dgems-scripture {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	color: #5f5b54;
}

.apress-dgems-detail,
.apress-dgems-detail p,
.apress-dgems-detail li,
.apress-dgems-detail .wpb_text_column,
.apress-dgems-detail .wpb_text_column p,
.apress-dgems-detail .wpb_text_column li {
	font-size: 18px;
}

.apress-dgems-detail strong,
.apress-dgems-detail b {
	font-family: inherit !important;
	font-weight: 500 !important;
}

.apress-dgems-detail .vc_row:first-child {
	margin-bottom: 12px;
}

.apress-dgems-detail .vc_row:first-child .wpb_text_column {
	margin-bottom: 14px;
}

.apress-dgems-detail .vc_row:first-child .wpb_content_element:last-child,
.apress-dgems-detail .vc_row:first-child .wpb_wrapper > :last-child {
	margin-bottom: 0;
}

.apress-dgems-detail .apress-dgems-share-box {
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid #ece6db;
}

.apress-dgems-detail .apress-dgems-share-box h6 {
	margin-bottom: 14px;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.apress-dgems-detail .apress-dgems-share-box .social-networks {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
}

.apress-dgems-detail .apress-dgems-share-box .social-networks li {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}

.apress-dgems-detail .apress-dgems-share-box .social-networks a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid #d7d1c7;
	color: #4c4c4c;
	line-height: 1;
}

.apress-dgems-detail .apress-dgems-share-box .social-networks a:hover {
	background: #4c4c4c;
	border-color: #4c4c4c;
	color: #ffffff;
}

.apress-dgems-detail .apress-dgems-share-box .apress-dgems-share-svg {
	width: 18px;
	height: 18px;
}

.apress-dgems-content p:last-child,
.apress-dgems-pointer p:last-child {
	margin-bottom: 0;
}

.apress-dgems-pagination {
	width: 100%;
	float: left;
	margin-top: 8px;
	margin-bottom: 28px;
}

.apress-dgems-pagination .page-numbers {
	padding-top: 8px;
	padding-bottom: 6px;
}

.apress-dgems-pagination .page-numbers .dots {
	padding: 12px 16px;
	background: #333333;
	border: 1px solid #333333;
	color: #ffffff;
}

.apress-dgems-pointers {
	margin-top: 32px;
	padding-top: 24px;
	border-top: 1px solid #e6e1d8;
}

.apress-dgems-section-title {
	margin: 0 0 20px;
	font-size: 22px;
}

.apress-dgems-pointer {
	margin-bottom: 18px;
}

.apress-dgems-pointer:last-child {
	margin-bottom: 0;
}

.apress-dgems-error-message {
	margin: 0;
	color: #8c2c2c;
}

@media (max-width: 767px) {
	.apress-dgems {
		margin-left: -15px;
		margin-right: -15px;
	}

	.apress-dgems-grid {
		margin: 0;
	}

	.apress-dgems-card {
		width: 100%;
		padding: 0 0 24px;
	}

	.apress-dgems-card-inner {
		min-height: 0;
	}

	.apress-dgems-card-body {
		padding: 28px 10px 24px;
	}

	.apress-dgems-archive .entry-title,
	.apress-dgems-archive .entry-title a {
		font-size: 26px;
	}

	.apress-dgems-archive .zolo_blog_description_area {
		font-size: 16px;
	}

	.apress-dgems-card-footer {
		padding: 16px 10px;
	}

	.apress-dgems-detail {
		padding: 20px 10px;
	}

	.apress-dgems-detail .vc_row {
		margin-left: -10px;
		margin-right: -10px;
	}

	.apress-dgems-detail .vc_column_container > .vc_column-inner {
		padding-left: 10px;
		padding-right: 10px;
	}

	.apress-dgems-detail .apress-dgems-title {
		font-size: 24px;
	}
}

@media (max-width: 1100px) and (min-width: 768px) {
	.apress-dgems-card {
		width: 50%;
	}

	.apress-dgems-card-inner {
		min-height: 680px;
	}
}


