/* Custom RH Theme Styles */
.post .downloads-list-wrapper {
	display: table;
	width: 100%;
	margin-bottom: 30px;
}
.post .downloads-list-wrapper ul {
	display: table-cell;
	width: 40%;
	padding-right: 15px;
}
.post .downloads-list-wrapper li {
	list-style: none;
    margin: 0 0 10px 0;
}
.post .downloads-list-wrapper .priced_block .btn_offer_block{
	text-transform: inherit;
	font-size: 22px;
	width: 100%;
	display: block;
	font-weight: 500;
	padding: 0.5em 1em 0.5em 1em;
	text-align: left;
}
.post .downloads-list-wrapper .priced_block .btn_offer_block i {
    font-size: 18px;
    margin-right: 5px;
}
.downloads-list-count,
.downloads-list-desc {
    display: table-cell;
    border: 1px solid #777;
    padding: 0 10px 10px;
	vertical-align: middle;
}
.downloads-list-count {
	width: 20%;
	text-align: center;
	border-right: 0;
}
.downloads-list-count h3 {
	margin-bottom: 10px;
}
.downloads-list-desc label{
	font-weight: bold;
}
.re-downloads-notice {
	font-size: 11px;
	overflow: hidden;
	white-space: nowrap; 
	text-overflow: ellipsis;
}
.re-downloads-notice span {
    text-transform: capitalize;
}
.priced_block .btn_offer_block {
	font-size: 28px;
    padding: 0.5em 2.6em;
}
.inline_compact_btnblock.priced_block .rh_button_wrapper {
    margin-left: inherit;
}
.re_carousel .owl-dots.disabled, .re_carousel .owl-nav.disabled {
    display: block;
}

.rh_post_layout_fullimage .rh-container {
    min-height: 380px;
	overflow: inherit;
}
.rh_post_layout_fullimage .title_single_area h1 {
    font-size: 50px;
    line-height: 50px;
}
#rh_post_layout_inimage {
    background-color: #D8D8D8;
}
#comments .title_comments {
    padding-bottom: 0;
}

#rh_post_layout_inimage .rh_post_header_holder {
    position: absolute;
    bottom: 35px;
	width: 100%;
}
#rh_post_layout_inimage .title_image_area, 
#rh_post_layout_inimage .title_single_area,
#rh_post_layout_inimage .title_buttons_area {
    display: inline-table;
    vertical-align: bottom;
}
#rh_post_layout_inimage .title_image_area {
    width: 15%;
}
#rh_post_layout_inimage .title_image_area img {
	border: 2px solid;
    box-shadow: -1px 6px 13px rgba(48,33,82,0.4);
}
#rh_post_layout_inimage .title_single_area {
    width: 50%;
	margin: 0;
}
.title_single_area h1 {
    margin: 0;
}
#rh_post_layout_inimage .post-excerpt{
    color: #ffffff;
    font-family: "Open Sans", Sans-serif;
    font-size: 19px;
    font-weight: 100;
    font-style: italic;
}
#rh_post_layout_inimage .post_share {
    margin: 0;
    overflow: inherit;
}

.row_social_inpost span.share-link-image {
	box-shadow: none;
    border-radius: .5em;
    padding: 14px;
    margin: 0;
    margin-right: 8px;
    height: auto;
    min-width: 48px;
    line-height: 18px;
}
.favour_in_row {
    margin-right: 8px;
}
.favour_btn_red .heart_thumb_wrap {
    padding: 9px 11px;
    border-radius: .5em;
}
.row_social_inpost span.tw:after,
.row_social_inpost span.fb:after {
    content: "";
    font-size: inherit;
    margin: 0;
}
.share-link-image:hover,
.favour_btn_red .heart_thumb_wrap:hover {
    top: auto;
    -webkit-filter: saturate(1.5) brightness(1.2);
    filter: saturate(1.5) brightness(1.2);
}

#rh_post_layout_inimage .social-icons-wrapper {
    margin-left: -8px;
}
#rh_post_layout_inimage a.icon.social-icon {
    color: #fff;
    font-size: 130%;
    display: inline-block;
    padding: 10px;
}
#rh_post_layout_inimage a.icon.social-icon:hover {
    opacity: .9;
	color: #4D3F6E;
}
.post-meta-data {
    width: auto;
    padding: 25px 10px 0;
    border: 1px solid #ececec;
    margin-bottom: 20px;
	font-size: 13px;
}
.post-meta-data:first-child {
	border: 0;
    border-bottom: 1px solid #ececec;
	font-size: large;
}
.post-meta-data label{
	font-weight: 600;
	text-transform: uppercase;
}
.post-meta {
    padding: 15px 0;
}
.post-meta-data .priced_block .btn_offer_block {
	font-size: 30px;
    padding: 1em 3em;
}
.conditional_widget_widget .rate_bar_wrap_two_reviews .review-criteria {
    width: auto;
    float: inherit;
}
.conditional_widget_widget .wpsm-one-half {
    width: auto;
    margin: 0;
    float: inherit
}
.conditional_widget_widget .wpsm_pros,
.conditional_widget_widget .wpsm_cons {
    padding: 0 0 20px;
}
.review-top .review-text span.review-header {
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
	.post .downloads-list-wrapper {
		display: block;
		margin-bottom: 0;
	}
	.post .downloads-list-wrapper ul {
		display: block;
		width: 100%;
		padding-right: 0;
	}
	.downloads-list-count {
		margin-bottom: 10px;
	}
	#rh_post_layout_inimage .title_image_area {
		width: 25%;
		vertical-align: top;
		margin-right: 3%;
	}
	#rh_post_layout_inimage .title_single_area {
		width: 70%;
	}
	#rh_post_layout_inimage .post-excerpt {
		font-size: 16px;
	}
}