.archive_heading {
    margin-top: 0;
}
.review_list .row {
    margin-bottom: 30px;
}
.review_list .row:last-child {
    margin-bottom: 0;
}
.post_header {
    border-bottom: 1px solid #e5e5e5;
}
.post_top_meta {
    font-size: 13px;
    color: #949494;
    padding: 10px 30px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}
.post_top_section {
    color: #949494;
    padding: 30px 30px 0px;
}
.breadcrumb {
    display: flex;
}
.post_top_meta .breadcrumb:before {
    content: '';
    border-style: solid;
    border-color: #e5e5e5 transparent transparent #e5e5e5;
    border-width: 6px 8px;
    position: absolute;
    bottom: -12px;
    left: 31px;
}
.post_top_meta .breadcrumb:after {
    content: '';
    border-style: solid;
    border-color: #fff transparent transparent #fff;
    border-width: 5px 7px;
    position: absolute;
    bottom: -10px;
    left: 32px;
}
.post_top_meta .breadcrumb_item.home_breadcrumb a {
    color: #999;
}
.breadcrumb .breadcrumb_item {
    position: relative;
    padding-right: 12px;
    margin-right: 12px;
}
.breadcrumb .breadcrumb_item a {
    font-weight: 700;
}
.breadcrumb .breadcrumb_item:after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #b9b9b9;
    border-right: 2px solid #b9b9b9;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 6px;
    right: 0;
    z-index: 9;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.breadcrumb .breadcrumb_item:last-child:after {
	display: none
}
.post_header_container {
    margin: 30px;
}
.opinion_content .post_header_container {
    margin: 0px;
}
.post_header_container h2 {
    font-weight: bold;
}
.post_header .post_title {
    font-size: 27px;
}
/*.post_header .post_bottom_meta {*/
.post_bottom_meta {
    color: #949494;
    font-size: 14px;
	display: flex;
	flex-wrap: wrap;
    align-items: center;
}
.post .post_bottom_meta .post_author {
    font-weight: bolder;
}
.post_author {
    display: flex;
}
.post .post_bottom_meta span {
    margin-right: 1em;
}
.opinion_sharer {
    padding: 0;
	display: flex;
    justify-content: space-between;
	border-bottom: 1px solid #e5e5e5!important;
}
.opinion_sharer.fixed {
    background: #fff;
    position: fixed;
    top: 60px;
    z-index: 2;
	margin-left: -1px;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
}
.dummy-share-block {
    height: 61px;
    width: 100%;
    display: none;
    position: relative;
    content: " ";
}
.dummy-share-block.fixed {
    display: block;
}
.opinion-sharer-placeholder {
	height: 60px;
}
.socials_share {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0 15px 30px;
}
.opinion_sharer .social_share {
    font-size: 13px;
    margin-right: 5px;
    border-radius: 3px;
    display: inline-block;
    color: #fff;
    padding: 12px 15px;
    min-width: 38px;
    text-align: center;
    background: #333;
    height: 100%;
	display: inline-flex;
    align-items: center;
	justify-content: center;
}
.share_icon {
    display: flex;
}
.share_text {
    margin-left: 5px;
}
.social_share.share_facebook {
    background: #2980b9;
}
.social_share.share_twitter {
    background: #00bff0;
}
.social_share.share_google_plus {
    background: #e74c3c;
}
.social_share.share_linkedin {
    background: #0087c3;
}
.social_share.share_whatsapp {
    background: #1bd741;
}
.social_share.share_telegram {
    background: #039be5;
}
.opinion_shorturl {
    padding: 0px 30px;
	display: flex;
    align-items: center;
    border-left: 1px solid #e5e5e5;
}
.opinion_shorturl input {
    height: 34px;
    line-height: 34px;
    width: 160px;
    font-weight: bold;
}
#content input[type="text"], #content input[type="password"], #content input[type="email"], #content input[type="url"], #content textarea, #content select {
    line-height: 20px;
}
.featured.featured_image img {
    display: flex;
    width: auto;
    margin: 0 auto;
    max-height: 50vh;
}
.wp_caption_text {
    text-align: right;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px;
    margin: 0;
    display: block;
    background: rgba(0,0,0,0.5);
}
.wp_caption .wp_caption_text, .featured .wp_caption_text {
    font-style: italic;
    font-size: 13px;
}
.post .featured {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}
.opinion_content {
    color: #474747;
	padding: 30px 95px;
    line-height: 1.8em;
}
.aside_post {
    float: right;
    font-size: 13px;
    width: 30%;
    margin: 1.2em 0 1em 2em;
}
.aside_heading {
    font-size: 13px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.aside_post .post_title {
    color: #474747;
    border-top: 1px solid #e5e5e5;
    padding: 5px 0;
    display: block;
    font-size: 15px;
    line-height: 24px;
}
.aside_post .related_news {
    font-weight: 400;
}
.aside_post h6 {
    color: #e91e63;
}
.attachment {
    position: relative;
}
.attachment img {
	display: flex
}
.author_box {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
	display: flex;
}
.author_image img {
    border-radius: 100%;
    height: auto;
    max-width: 90px;
}
.author_content {
    margin-left: 30px;
    position: relative;
}
.author_title {
    color: #949494;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0 0 0.5em;
}
.author_name {
    font-size: 24px;
    line-height: 1.6em;
    margin: 0;
}
.author_description {
    line-height: 1.8em;
}
.prevnext_post {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}
.prevnext_post .post {
    display: table-cell;
    width: 50%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 50px;
    min-width: 475px;
}
.prevnext_post .post {
    min-width: 415px;
}
.prevnext_post .post:hover {
    background: #fbfbfb;
}
.prevnext_post .caption {
    font-size: 12px;
    letter-spacing: 0.1em;
    color: #979797;
    text-transform: uppercase;
}
.prevnext_post .post_title {
    font-size: 16px;
    margin: 10px 0 0;
	font-weight: bold;
}
.prevnext_post .next_post {
    border-left: 1px solid #e5e5e5;
}
.share_icon svg {
    width: 15px;
    height: 15px;
    fill: #fff;
}
.gallery_wrap .imglist {
    display: flex;
    flex-wrap: wrap;
	margin-left: -5px;
    margin-right: -5px;
}
.gallery_wrap .imglist a {
    display: flex;
}
.gallery_wrap .imglist a {
	width: 33.333%;
    padding-right: 5px;
    padding-left: 5px;
	margin-bottom: 10px;
}
.gallery_wrap .imglist img {
    width: 100%;
}
.page_header_container {
    text-align: center;
    margin: 50px 20px;
}
.post_header .post_title {
    font-weight: normal;
}
.alignnone, .alignNone {
    margin-top: 10px;
}
.pagination {
    display: flex;
    justify-content: center;
}
.pagination ul {
    display: flex;
    align-items: center;
}
.pagination ul li {
    width: 35px;
    height: 35px;
    border: 1px solid #ddd;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 4px;
	transition: 0.2s ease-in-out;
}
.pagination ul li:hover {
    background-color: #d81921;
    border-color: #d81921;
}
.pagination ul li:hover a, .pagination ul li:hover span {
	color: #fff
}
.pagination ul li a, .pagination ul li span {
    line-height: 1;
    font-size: 15px;
    color: #4747479c;
}
.video_container {
    height: 0;
    overflow: hidden;
    padding-bottom: 56%;
    position: relative;
}
.video_container iframe, .video_container object, .video_container embed, .video_container video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.post_list.post_listVideo .postbox_Icon .icon {
    width: 40px;
    height: 40px;
}
.post_list.post_listVideo .postbox_Icon .icon svg {
    width: 20px;
    height: 20px;
}
.latest_post_big .postbox_Icon .icon {
    width: 60px;
    height: 60px;
}
.post_one_column .postbox_Icon .icon {
    width: 50px;
    height: 50px;
}
.comment_heading {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
}
.podcast_block .post_title {
	margin-top: 0;
	margin-bottom: 7px;
}
.podcast_block .podcast_item .post_title {
    font-size: 18px;
}
.pod_maincontent .post_title {
    font-size: 22px;
}
.podcast_block .post_title a {
	font-weight: bold;
}
.podcast_block .pod_icon .icon svg {
    width: 15px;
    height: 15px;
}
.podcast_block {
	display: flex;
    align-items: flex-start;
}
.podcast_block .podcast_item {
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.podcast_block .pod_icon {
    margin-right: 30px;
}
.podcast_block .pod_icon .icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #d81921;
    border-radius: 50%;
}
.podcast_block .pod_icon .icon svg {
    width: 15px;
    height: 15px;
    fill: #d81921;
    transform: translateX(2px);
}
.list-group {
	display: flex;
    flex-direction: column;
    padding-left: 0;
}
.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    color: #555;
    text-decoration: none;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
	color: #d81921;
}
.badge {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    position: absolute;
    top: -62px;
    right: 0;
    background-color: rgba(0,0,0,0.9);
    z-index: 9;
    padding: 4px 10px 2px;
}
.list-group-item>.badge {
    float: right;
}
.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
    color: #d81921;
    background-color: #fff;
}
.list-group-item {
    position: relative;
    display: block;
    margin-bottom: -1px;
    background-color: #fff;
	color: #000;
	font-size: 15px;
    font-weight: bold;
}
.audio_player .btn {
    padding: 0;
	flex: 0 0 auto;
    box-shadow: none;
}
.podcast_wafeform {
    display: flex;
	margin-bottom: 20px;
}
.podcast_image {
    width: 20%;
	display: flex;
	padding-right: 20px
}
.waveform_block {
    flex: 0 0 auto;
    width: 80%;
}
.podcast_imageItem img {
    height: 150px;
    border-radius: 5px;
    object-fit: cover;
}
.player_icon svg {
    width: 10px;
    height: 10px;
	fill: #fff;
}
.play svg {
    transform: translateX(1px);
}
.audio_player {
    display: flex;
	align-items: flex-start;
	position: relative;
}
.podcast_headerItem {
    display: none;
	flex-direction: column;
}
.podcast_moreItem {
    display: none;
}
.podcast_moreItem.is-active {
    display: flex;
}
.podcast_headerItem.is-active {
    display: flex;
}
.podcast_headerItem .post_title {
    font-size: 17px;
    margin-top: 5px;
	color: #000;
}
.playlist_item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.playlist_cont {
    display: flex;
	width: 100%;
}
.list_player {
    flex: 0 0 auto;
}
.pause_icon {
	display: none;
}
.list_player .player_icon {
    padding: 0;
    width: 35px;
    height: 35px;
    flex: 0 0 auto;
    border-radius: 50%;
    box-shadow: none;
    background-color: #28282e;
    display: flex;
    align-items: center;
    justify-content: center;
}
.playlist_info {
    width: 100%;
    margin-left: 15px;
    display: flex;
    justify-content: space-between;
}
.play_icon {
    transform: translateX(1px);
}
.playlist_item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
.podcast_moreItem p {
    margin-top: 0;
	margin-bottom: 35px;
}
.playlist_item.is-active .play_icon {
    display: none;
}
.playlist_item.is-active .pause_icon {
    display: block;
}
#waveform {
	height: 120px;
    position: relative;
}
.wave_bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: rgba(255,255,255,0.5);
    z-index: 9;
}
.podcast_headerItem .post_title a {
    font-weight: bold;
}
.player_icon {
    padding: 0;
    width: 35px;
    height: 35px;
    flex: 0 0 auto;
    border-radius: 50%;
    box-shadow: none;
    background-color: #28282e;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-right: 15px;
}
.more_podcast {
	display: flex;
    align-items: flex-start;
}
.more_podcast .post_title {
    margin-top: 0;
}
.download_btn {
    color: #ef4135;
    font-weight: 500;
    cursor: pointer;
    display: inline-flex;
}
.site_keyword {
    padding: 30px 0;
    border-top: 1px solid #e5e5e5;
}
.header_withIcon {
    display: flex;
    align-items: center;
}
.header_withIcon .icon {
    opacity: 0.5;
    margin-right: 12px;
}
.header_withIcon .icon svg {
    width: 20px;
    height: 20px;
}
.tag_list a {
    background-color: #f1f1f1;
    padding: 8px 20px;
    display: inline-flex;
    color: #000;
    margin-right: 10px;
	/*margin-top: 20px;*/
    margin-top: 10px;
	border-radius: 2px;
    transition: 0.2s ease-in-out;
}
.tag_list a:hover {
    color: #fff;
    background-color: #d81921;
}
.inner_heading {
    margin: 0;
}
.subtitle {
    margin-top: 0;
    margin-bottom: 0;
}
.latest_post_feed {
    margin-bottom: 2em;
}
.review_box {
    display: flex;
	flex-wrap: wrap;
	margin-bottom: 2em;
}
.image_review {
    width: 30%;
    flex: 0 0 auto;
    margin-right: 35px;
}
.content_review {
    flex: 1 1;
}
.review_list .post_title {
	font-size: 19px;
	margin-top: 0;
	font-weight: bold;
}
.list_of_news {
    padding: 30px;
}
.latest_post_feed:last-child {
    margin-bottom: 0;
}
.review_list .opinion_item {
	padding: 30px 0;
}
.post_list .thumb + .content {
    margin-top: 15px;
}
.page_header_container h1 {
    font-weight: bold;
}
.social_block {
    display: flex;
    flex-wrap: wrap;
}
.social_block .socila_link {
    display: flex;
    margin-top: 10px;
    opacity: 0.5;
}
.social_block .socila_link + .socila_link {
	margin-left: 10px
}
.social_block .socila_link:hover {
	opacity: 1
}
.social_block .socila_link svg {
    width: 25px;
    height: 25px;
}
.featured_review .latest_post_big .post_title {
    margin-top: 0;
}
.share_title {
	display: none;
	font-weight: bold;
	margin-right: 15px;
}
@media (max-width: 1300px) {
	.opinion_sharer.fixed {
		top: 0;
	}
}
@media (max-width: 1024px) {
	.aside_post {
		width: 100%;
        float: none;
		margin: 0;
		padding-bottom: 20px;
	}
	.prevnext_post .post {
		display: block;
		width: 100%;
		padding-bottom: 35px;
		min-width: 0;
	}
	.prevnext_post .next_post {
		border-left: 0;
		border-top: 1px solid #e5e5e5;
	}
	.prevnext_post .post {
		padding: 30px;
	}
}
@media (max-width: 991px) {
	.review_list .thumb {
		margin-bottom: 20px;
	}
	.review_list .opinion_item .thumb {
		margin-bottom: 0;
	}
	.subtitle {
		/*margin-top: 20px;*/
	}
	.post_list.latest_post_feed {
		display: flex;
		align-items: flex-start;
		margin-bottom: 1.3em;
	}
	.post_list.latest_post_feed .thumb {
		width: 30%;
		flex: 0 0 auto;
		margin-right: 15px;
	}
	.post_list .thumb + .content {
		margin-top: 0;
	}
	.podcast_wafeform {
		flex-direction: column;
		justify-content: center;
	}
	.podcast_image {
		padding-right: 0;
		margin: 0 auto;
		height: 100px;
		width: 100px;
		border-radius: 50%;
	}
	.podcast_image img {
		border-radius: 100%;
	}
	.waveform_block {
		width: 100%;
	}
}
@media (max-width: 768px) {
	.gallery_wrap .imglist a {
		width: 50%;
	}
	.opinion_shorturl {
		display: none;
	}
	.socials_share {
		width: auto;
		padding: 15px 0;
	}
	.opinion_sharer {
		align-items: center;
		justify-content: center;
	}
	.image_review {
		margin-right: 15px;
	}
	.post_header_container h3 {
		font-size: 17px;
	}
	.opinion_content {
		padding: 30px;
	}
	.post_header_container h2 {
		font-size: 22px;
	}
	.review_list .post_title {
		font-size: 17px;
	}
	.postbox_Icon .icon {
		width: 40px;
		height: 40px;
	}
	.postbox_Icon .icon svg {
		width: 20px;
		height: 20px;
		transform: translateX(3px);
	}
	.author_name {
		font-size: 20px;
	}
	.social_block .socila_link svg {
		width: 20px;
		height: 20px;
	}
	.share_text {
		display: none;
	}
	.share_title {
		display: flex
	}
}
@media (max-width: 480px) {
	.opinion_content {
		padding: 30px;
	}
	/*.post_header .post_bottom_meta > span {*/
    .post_bottom_meta > span {
		width: 100%;
	}
	.post .post_bottom_meta span + span {
		margin-left: 0;
		/*margin-top: 1em;*/
	}
	.post_header .post_title {
		font-size: 1.5em;
		line-height: normal;
	}
	.wp_caption_text {
		padding: 5px 10px;
		font-size: 12px;
	}
	.author_name {
		font-size: 20px;
	}
	.subtitle {
		font-size: 15px;
	}
	.prevnext_post .post {
		padding: 30px;
		background-color: #f8f8f8;
	}
	.prevnext_post .post_title {
		font-size: 15px;
	}
	.opinion_content {
		padding: 0 20px;
        margin-bottom: 20px;
	}
	.post_header_container h2 {
		font-size: 20px;
	}
	.post_top_section {
		padding: 30px 20px 0px;
	}
	.post_top_meta {
		padding: 10px 20px;
	}
	.post_header_container {
		margin: 30px 20px;
	}
	.opinion_content .post_header_container {
		margin: 10px 0px 0px 0px !important;
	}
	.opinion_content .post_header_container time {
		font-size: 13px;
	}
	.socials_share {
		padding: 0;
	}
	.tag_list a {
		margin-right: 2px;
	}
	.wp_caption .wp_caption_text, .featured .wp_caption_text {
		font-size: 12px;
	}
	.comment_heading {
		font-size: 22px; 
	}
	.videos .image_review {
		width: 100%;
	}
	.videos .content_review {
		width: 100%;
	}
	.videos .review_list .post_title {
		font-size: 17px;
	}
	.author_box {
		padding: 30px;
		flex-wrap: wrap;
	}
	.author_box > div {
		width: 100%;
	}
	.author_image {
		float: none;
		margin-bottom: 20px;
		text-align: center;
	}
	.author_content {
		margin-left: 0;
		text-align: center;
	}
	.podcast_imageItem img {
		height: 100px;
	}
	.author_box .social_block {
		align-items: center;
		justify-content: center;
	}
}
@media (max-width: 425px) {
    .post_meta time {
        display: block;
    }
    
    .post_meta .post_category a {
        font-size: 15px;
    }
}
@media (max-width: 375px) {
	.post_header .post_title {
		font-size: 1.35em;
	}
	.post_header_container h2 {
		font-size: 20px;
	}
	.author_name {
		font-size: 17px;
	}
}

.opinion_content img {
    height: auto !important;
}