div#review_form {
    margin-top: 15px;
}
#review_form_wrapper #review_form {
	display:  none;
}


/* .entry-title-desc .entry-title {
    display: none;
} */

.wdb-featured-blog-posts {
    display: flex;
    width: 100%;
	margin-bottom: 50px;
}
.wdb-featured-blog-posts .wdb-featured-blog-sec {
    display: flex;
    flex-direction: column;
    padding: 10px;
}
.wdb-featured-blog-posts .wdb-featured-blog-sec.left {
    width: 70%;
}
.wdb-featured-blog-posts .wdb-featured-blog-sec.right {
    width: 30%;
}


.wdb-featured-blog-sec article.post.entry {
	margin: 15px 0;
}
.wdb-featured-blog-sec article.post.entry .entry-content {
    display: flex;
	align-items: center;
}
.wdb-featured-blog-sec article.post.entry .entry-content a.entry-image-link {
    width: 35%;
    height: 85px;
}
.wdb-featured-blog-sec article.post.entry .entry-content .entry-title-desc {
	width: 65%;
	margin-left: 15px;
}
.wdb-featured-blog-sec article.post.entry .entry-content .entry-title-desc .entry-title {
	font-size: 20px;	
}
.wdb-featured-blog-sec.right article.post.entry .entry-content .entry-title + p {
	display: none;
}

.wdb-featured-blog-sec article.post.entry:first-child .entry-content {
    flex-direction: column;
}
.wdb-featured-blog-sec article.post.entry:first-child .entry-content a.entry-image-link {
    width: 100%;
}
.wdb-featured-blog-sec article.post.entry:first-child .entry-content .entry-title-desc {
    width: 100%;
}

.wdb-featured-blog-sec.left article.post.entry:first-child .entry-content a.entry-image-link {
	height: 500px;
}
.wdb-featured-blog-sec.left article.post.entry .entry-content .entry-title {
    font-size: 32px;
    margin-top: 15px;
}
.wdb-featured-blog-sec.left article.post.entry:nth-child(2) .entry-content a.entry-image-link {
    width: 40%;
}
.wdb-featured-blog-sec.left article.post.entry:nth-child(2) .entry-content .entry-title-desc {
    width: 60%;
}
.wdb-featured-blog-sec.left article.post.entry:nth-child(2) .entry-content a.entry-image-link {
	height: 350px;
}

.wdb-featured-blog-sec.right article.post.entry:first-child .entry-content a.entry-image-link {
    height: 250px;
}
.wdb-featured-blog-sec.right article.post.entry:first-child .entry-content .entry-title {
    font-size: 32px;
    margin-top: 15px;
}
.wdb-featured-blog-sec.right article.post.entry:first-child .entry-content .entry-title + p {
    display: block;
}

article.post.entry .entry-content .entry-title a {
	color: #706BDC;
}
a.wdb-read-more {
    color: #706BDC;
}

/* header.entry-header {
    display: block !important;
} */

.site-inner {
    max-width: 1200px;
    padding: 0;
}

main.content {
    width: 100%;
}

.site-inner .content-sidebar-wrap main.content article.post.entry {
/*	width: auto;*/
}


.wdb-articles-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}
.wdb-articles-wrapper article.post.entry {
    display: flex;
    flex-direction: column;
	width: calc(100% / 3 - 20px);
    margin: 10px;
    /* justify-content: center; */
    /* align-items: center; */
    /* text-align: center; */
}
.archive-pagination.pagination {
    text-align: center;
}




/* article.post.entry {
    width: calc(100% / 3);
    float: left;
	padding: 15px;
} */
a.entry-image-link {
    width: 100%;
    height: 300px;
    display: block;
}
a.entry-image-link img.post-image.entry-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
}

.wdb-articles-wrapper article.post.entry .entry-content .entry-title {
	font-size: 32px;
    margin-top: 15px;
}


.wdb-post-hero.wdb-blog-hero .wdb-post-hero-container {
    text-align: center;
    padding-bottom: 20px;  
}
.wdb-category-list {
	margin-top: 50px;
    border-top: 2px solid #fff;
    padding: 10px 10px;
	display: flex;
	align-items: center;
}
.wdb-category-list li.categories {
    display: inline-flex;
    width: 100%;
}
.wdb-category-list li.categories ul {
	margin-left: 0;
}
.wdb-category-list li.categories ul li {
    display: inline-block;
    margin: 0 20px;
	position: relative;
}
.wdb-category-list li.categories ul li:after {
    content: '';
    background-color: #fff;
    position: absolute;
    width: 2px;
    height: 15px;
    right: -20px;
    top: 7px;
}
.wdb-category-list li.categories ul li:last-child:after {
    display: none;
}

.wdb-post-hero.wdb-blog-hero .wdb-post-hero-container p.entry-excerpt {
    max-width: 800px;
    margin: 0 auto;
}
.wdb-post-hero.wdb-blog-hero .wdb-post-hero-container p.entry-excerpt:before {
	display: none;
}

.wdb-category-list li.categories ul li a {
	position: relative;
	text-decoration: none;
	color: #fff;
}
.wdb-category-list li.categories ul li a:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
}
.wdb-category-list li.categories ul li a:before {
    content: "";
    position: absolute;
    bottom: -4px;
    height: 2px;
    background: #F4CBF1;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    width: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-transform-origin: right;
    transform-origin: right;
}


.wdb-post-hero.wdb-page-hero .wdb-post-hero-container {
    text-align: center;
    padding-bottom: 50px;
}
button.button[name="track"] {
    margin-top: 15px;
}


form.search-form {
    position: relative;
    width: 350px;
}
form.search-form input.search-form-input {
    color: #000;
    border-radius: 50px;
    height: 50px;
	padding-right: 50px;
}
form.search-form input.search-form-submit {
    position: absolute;
    right: 5px;
    top: 5px;
    margin: 0 !important;
    transform: rotateY(180deg);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0;
	background-color: #706BDC;
}



.site-container {
    word-wrap: inherit;
}

.wdb-container {
    max-width: 1200px;
    margin: 0 auto;
}

h3.related-posts-title {
    text-align: center;
    font-size: 34px;
	color: #706BDC;
}

.wdb-grid-container {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}
.wdb-grid-item {
    display: flex;
    flex-direction: row;
	width: calc(100% / 3 - 20px);
    margin: 10px;
    /* justify-content: center; */
    /* align-items: center; */
    /* text-align: center; */
}
.wdb-grid-item-inner {
    padding: 25px 15px;
}

.wdb-post-item a {
    text-decoration: none;
    color: #333333;
}
.wdb-post-item .entry-thumbnail {
    width: 100%;
    height: 300px;
    background-color: #e2e2e2;
	margin-bottom: 20px;
}
.wdb-post-item .entry-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wdb-post-item .entry-title:hover {
    text-decoration: underline;
}



.wdb-author-box {
    margin: 25px 0;
}
.wdb-author-box {
    display: flex;
}
.author-img img {
	width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-right: 15px;  
}


.wdb-post-hero {
	background-color: #706BDC;
}
.wdb-post-hero * {
	color: #ffffff;
}
.wdb-post-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;
	padding-bottom: 300px;
}
.wdb-post-hero + .entry-thumbnail {
    max-width: 1200px;
    margin: 0 auto;
    height: 600px;
	padding: 0 20px;
    margin-top: -300px;   
}
.wdb-post-hero + .entry-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.wdb-post-hero-container h1.entry-title {
	font-size: 60px;
}
.wdb-post-hero-container p.entry-excerpt {
    font-size: 21px;
    line-height: 1.3;
}
body.single-post  p.entry-excerpt:before {
    content: "Quick Summary \021AC";
    padding-right: 0.25em;
    opacity: .6;
}

body.single-post > .site-container > .site-inner .content {
    float: none;
    max-width: 1000px;
    padding: 0;
    margin: 0 auto;
    /* background-color: lightblue; */
    margin-top: 50px;
    margin-bottom: 50px;
}

/**-- Tablet View and below that --**/
@media only screen and (max-width: 991px) {	
	.wdb-featured-blog-posts {
		display: flex;
		width: 100%;
		flex-direction: column;
	}
	.wdb-featured-blog-posts .wdb-featured-blog-sec.left {
		width: 100%;
	}
	.wdb-featured-blog-posts .wdb-featured-blog-sec.right {
		width: 100%;
	}
	.wdb-featured-blog-sec.right article.post.entry:first-child .entry-content a.entry-image-link {
		height: 350px;
	}
	.wdb-featured-blog-sec article.post.entry .entry-content a.entry-image-link {
		width: 40%;
		height: 200px;
	}
	.wdb-featured-blog-sec article.post.entry .entry-content .entry-title-desc {
		width: 60%;
	}
	.wdb-featured-blog-sec article.post.entry .entry-content .entry-title-desc .entry-title {
		font-size: 32px;
	}
	
	
	
	.site-inner {
		padding-left: 25px;
		padding-right: 25px;
	}
	
	
	.wdb-post-hero-container h1.entry-title {
		font-size: 52px;
	}
	.wdb-post-hero + .entry-thumbnail {
		height: 400px;
	}
	
	.wdb-articles-wrapper article.post.entry {
		width: calc(100% / 2 - 20px);
	}
}

/**-- Mobile View --**/
@media only screen and (max-width: 767px) {
	
	.site-inner {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.wdb-featured-blog-sec.left article.post.entry:first-child .entry-content a.entry-image-link {
		height: 300px;
	}
	
	.wdb-featured-blog-sec.left article.post.entry:nth-child(2) .entry-content a.entry-image-link {
		width: 35%;
		height: 85px;
	}
	.wdb-featured-blog-sec.left article.post.entry:nth-child(2) .entry-content .entry-title-desc {
		width: 65%;
		margin-left: 15px;
	}
	.wdb-featured-blog-sec.left article.post.entry:nth-child(2) .entry-content .entry-title-desc .entry-title {
		font-size: 20px;
	}
	.wdb-featured-blog-sec.left article.post.entry:nth-child(2) .entry-content .entry-title-desc .entry-title + p {
		display: none;
	}
	
	.wdb-featured-blog-sec.right article.post.entry:first-child .entry-content a.entry-image-link {
		height: 300px;
	}
	
	.wdb-featured-blog-sec article.post.entry .entry-content a.entry-image-link {
		width: 35%;
		height: 85px;
	}
	.wdb-featured-blog-sec article.post.entry .entry-content .entry-title-desc {
		width: 65%;
		margin-left: 15px;
	}
	.wdb-featured-blog-sec article.post.entry .entry-content .entry-title-desc .entry-title {
		font-size: 20px;
	}
	
  	.wdb-post-hero-container h1.entry-title {
		font-size: 32px;
	}
	.wdb-post-hero + .entry-thumbnail {
		height: 300px;
	}
	
	.wdb-category-list {
		display: inline-block;
		width: 100%;
	}
	.wdb-category-list li.categories {
		display: inline-block;
		width: 100%;
	}
	form.search-form {
		width: 100%;
		margin-top: 15px;
	}
	
	.wdb-articles-wrapper article.post.entry {
		width: calc(100% / 1 - 20px);
	}
}