.wsp-pages-title {
    display: none;
}

.post ul {
    margin-top: 0px;
    margin-bottom: 0px;
}

.children ul {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 24px;
    font-weight: 400 !important;
}

.children ul li a {
    color: black !important;
}

.children ul ul li a {
    margin-top: 0px;
    margin-bottom: 0px;

    color: black !important;
    font-weight: 400;
}

.page_item {
    font-weight: 800;
}

a:link {
    color: #9a2117;
}
a:visited {
    color: #9a2117;
}

.post {}

.post date {
	text-transform: uppercase;
	display: inline-block;
}

.post .post-title {

}

.post .post-title a:hover {
	color: #d50000;
}

.post .post-title,
.post .post-title a {
	color: #2a2a2a;
}

.post .post-desc,
.post date {
	color: #656565;
}

.post .post-desc {

}

.post .post-image {}

.post table {
	font-size: 14px;
	line-height: 35px;
	width: 100%;
	text-align: left;
	margin-top: 35px;
	margin-bottom: 6px;
}

.post table th {
	font-weight: 600;
	border-bottom: 2px solid #dddddd;
}

.post table th,
.post table td {
	padding: 0 0px 0px 15px;
}

.post table tr + tr td {
	border-top: 1px solid #dddddd;
}

.post table tr:nth-child(even) {
	background: #f9f9f9;
}

.post ul {
	margin-top: 18px;
	margin-bottom: -3px;
}

.post ul li {
	list-style-type: none;
}

.post ul li:before {
	/*content: "•";*/
	color: #d50000;
	padding: 0 14px;
}

.vfb-section-div {
    background-color: #f8f8f8 !important;
}

.visual-form-builder .vfb-section-div h4 {
    margin-bottom: 20px !important;
}

.post.block {
	margin-top: 30px;
	padding: 0 15px;
	padding-bottom: 17px;
    min-height: 220px;
}

.post.block .post-title {
	font-size: 16px;
	line-height: 21px;
	padding-bottom: 9px;
	padding-top: 9px;
}

.post.block .post-image {
	margin: 0 -15px;
	width: calc(100% + 30px);
}

.post.block .post-desc {
	font-size: 12px;
	line-height: 16px;
}

.post.block.link {
	display: block;
	text-decoration: none;
	min-height: 195px;
	box-sizing: border-box;
	position: relative;
	padding: 20px;
}

.post.block.link .post-title {
	padding-top: 19px;
	padding-bottom: 15px;
}

.post.block.link:hover .post-title {
	color: #d50000;
}

.post.block.link .post-desc {
	padding-bottom: 32px;
}

.post.block.link .post-link {
	position: absolute;
	bottom: 20px;
	color: #9a2117;
}

.post.block.gallery {
	display: block;
	text-decoration: none;
}

.post.block.gallery:hover .post-title {
	color: #d50000;
}

.post.block.gallery .post-title {
	position: relative;
	padding-left: 33px;
	padding-bottom: 3px;
	padding-top: 4px;
}

.post.block.gallery .count {
	background: #656565;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	padding: 0 10px;
	padding-top: 1px;
	font-weight: normal;
	position: absolute;
	left: -15px;
	top: -30px;
}

.posts-search {
	padding-bottom: 25px;
}

.posts-search .post {
	padding: 15px 18px;
	padding-left: 53px;
}
.posts-search .post-title {
	font-size: 16px;
	line-height: 21px;
	padding-bottom: 1px;
}
.posts-search .post-desc {
	font-size: 13px;
	line-height: 21px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 95%;
}
.posts-search .post-link {
	margin-top: -5px;
	font-size: 12px;
	line-height: 18px;
	color: #9a2117;
}

.posts-search .post-link a {
	color: #9a2117;
}

.posts-search .post-number {
	color: #656565;
	float: left;
	margin-left: -34px;
	margin-top: 1px;
}

.posts-search .results-count {
	color: #656565;
	font-size: 15px;
	line-height: 32px;
	padding: 34px 18px 8px 18px;
}

.post-gallery .post-image {
	width: 100%;
	vertical-align: middle;
}

.post-gallery .post-header {
	position: relative;
}

.post-gallery .post-header,
.post-gallery .post-count {
	font-size: 14px;
	line-height: 40px;
}

.post-gallery .post-count {
	color: #fff;
	background: #000;
	display: inline-block;
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 0px 18px;
}

.post-gallery .post-header a {
	border-right: 1px solid #e2e2e2;
	display: inline-block;
	text-align: center;
	padding: 0 18px;
}

.post-gallery .post-header a i {
	margin-top: -3px;
}

.post-gallery {
	margin: 31px 0px;
	position: relative;
}

.post-gallery .prev {
	display: block;
	height:62px;
	width:31px;
	border-radius: 0px 62px 62px 0;
	-moz-border-radius: 0px 62px 62px 0;
	-webkit-border-radius: 0px 62px 62px 0;
	background: rgba(255,255,255, .15);
	position: absolute;
	top: 45%;
	left: 0px;
	text-align: left;
}

.post-gallery .next {
	display: block;
	height:62px;
	width:31px;
	border-radius: 62px 0px 0px 62px;
	-moz-border-radius: 62px 0px 0px 62px;
	-webkit-border-radius: 62px 0px 0px 62px;
	background: rgba(255,255,255, .15);
	position: absolute;
	top: 45%;
	right: 0px;
	text-align: right;
}

.post-gallery .next i,
.post-gallery .prev i {
	margin-top: 18px;
	visibility: hidden;
}


.post-gallery .next:hover i,
.post-gallery .prev:hover i {
	visibility: visible;
}

.post-gallery .next:hover,
.post-gallery .prev:hover {
	background: #fff;
}

/* Blocks */
.block-group {

}

.block-group .block + .block {
	border-top: 12px solid #fff;
}

.block-group + .block-group {
	margin-top: 24px;
}

.block {
	background: #f0f0f0;
}

.block .block-label {
	font-weight: bold;
	font-size: 16px;
	line-height: 32px;
	padding: 11px 14px 10px 14px;
}

/* Common */
.more {
	display: inline-block;
	color: #9a2117;
	font-weight: 600;
	font-size: 12px;
	line-height: 24px;
}

.more.more-block {
	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
}

.envira-gallery-wrap .envira-album-title {
    background: #f0f0f0;
    min-height: 162px;
}

.envira-album-caption {
	min-height: 24px;
}