/**
* Theme Name:     TheShiftNews
* Theme URI:      https://theshiftnews.com
* Description:    Custom theme for TheShiftNews
* Version:        1.1
* Author:         TheShiftNews
* Author URI:     https://theshiftnews.com
*/

* {
	font-family: 'Noto Serif', serif;
	font-weight: normal;
	font-size: 16px;
	color: #333;
}
body.single-post .wp-caption-text{
	font-size:16px!important
}
body.single-post .post_authors{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
body.single-post .post_authors > div{
	flex: 0 0 calc(100% / 3);
}
@media(max-width:992px){
	body.single-post .post_authors > div{
		flex: 0 0 100%;
	}
}
body.home .awardsFooter{
	display:none
}
.awards {
	display: flex;
	justify-content: space-between;
}

.awards img {
	width: 20%;
	height: 100px;
	object-fit: contain
}

.donate-page,
.donate-page p,
.s1,
p {
	font-size: 1.375rem
}

a {
	text-decoration: none !important;
}

body {
	background-color: whitesmoke;
}

li {
	font-size: 1.2rem;
}

h1,
h2,
h3 {
	color: #202124;
	font-weight: bold;
	margin: 20px 0;
}

.fab,
.fas,
.far {
	font-style: normal;
}

.bg-white {
	background-color: white;
}

.hidden {
	display: none;
}

.float_left {
	float: left;
}

.text_center {
	text-align: center;
}

.date,
.fetch_date {
	font-size: 13px;
	color: #A6ADB4;
	font-style: italic;
}

.wp-pagenavi .extend {
	display: none;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16         :9 */
	height: 0;
	margin: 50px 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

input[type="image"] {
	width: 300px;
}

.container-fluid {
	padding: 0;
}

.container-fluid .apl-widget-area {
	text-align: center;
	clear: both;
}

.container-fluid #header .logo {
	display:inline-block
}

.container-fluid #header .logo a {
	overflow: auto;
}

.container-fluid #header .logo a .img-logo {
	width: 100px;
}

.container-fluid #header .container {
	clear: both;
}

.container-fluid #header .top-container {
	/*overflow: auto;*/
	max-width: 900px;
	float: right;
}

.container-fluid #header .top-container .search {
	float: right;
	margin-top: 10px;
}

.container-fluid #header .top-container .search .btn-donate {
	float: left;
	border-radius: 0 !important;
	background-color: #FEC20E;
	border-color: #FEC20E;
	font-size: 11px;
	width: 150px;
	font-weight: bold;
	height: 35px;
	padding: 10px;
}

.container-fluid #header .top-container .search form {
	float: left;
	margin-right: 9px;
}

.container-fluid #header .top-container .search form .search-field {
	border-radius: 0;
	width: 300px;
	font-size: 15px;
	height: 35px;
}

.container-fluid #header .top-container .search form .btn-search {
	position: relative;
	margin-left: -25px;
	margin-top: 10px;
	cursor: pointer;
}

.container-fluid #header .top-container .menu-secondary-menu-container ul {
	display: flex;
	list-style-type: none;
	margin: 13px 0;
	padding: 0;
}

.container-fluid #header .top-container .menu-secondary-menu-container ul li {
	margin: 0 20px;
}

.container-fluid #header .top-container .menu-secondary-menu-container ul li a {
	color: #000
}

.container-fluid #header .top-container .top-menu-container {
	list-style: none;
	float: left;
	margin-top: 15px;
	padding: 0;
}

.container-fluid #header .top-container .top-menu-container .menu-item {
	display: inline;
	padding: 0 20px;
}

.container-fluid #header .top-container .top-menu-container .menu-item a {
	color: gray;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

.container-fluid #header .top-container .top-menu-container .menu-item a .fab {
	font-size: 20px;
}

.container-fluid #header .navbar {
	display:inline-block;
	padding:0
}

.container-fluid #header .navbar .container {
	padding-left: 0;
	padding-right: 0;
}

.container-fluid #header .navbar .container .btn_donate {
	background: #FEC20E;
}

.container-fluid #header .navbar .container .menu-item {
	padding: 10px;
	border-top: 5px solid transparent;
}

.container-fluid #header .navbar .container .menu-item:hover {
	border-top: 5px solid #FEC20E;
}

.container-fluid #header .navbar .container .menu-item.active {
	border-top: 5px solid #FEC20E;
}

.container-fluid #header .navbar .container .menu-item a {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	color: #333;
}

.container-fluid #header .navbar .container .menu-item .dropdown-menu .menu-item {
	border-top: 0 none;
}

.container-fluid #header .navbar .container .menu-item .dropdown-menu .menu-item:hover {
	border-top: 0 none;
	background-color: transparent;
}

.container-fluid #header .navbar .container .menu-item .dropdown-menu .menu-item a:hover {
	border-top: 0 none;
	background-color: transparent;
}

#footer {
	background-color: black;
	min-height: 100px;
	overflow: auto;
	padding: 20px;
	color: white;
	clear: both;
}

#footer a {
	color: white;
	text-decoration: none;
}

#footer .logo {
	padding: 20px 0;
}

#footer .logo .img-logo {
	width: 4vw;
	padding-top: 10px;
}

#footer .short-info {
	color: gray;
	padding: 20px 0;
}

#footer .nav {
	padding-top: 20px;
	display: block;
	list-style: none;
}

#footer .nav li {
	padding: 5px;
}

#footer .sub-box {
	padding-top: 30px;
}

#footer .sub-box .txt-email {
	text-align: left;
	border: 1px solid gray;
	color: gray;
	background-color: black;
	border-radius: 0;
}

#footer .sub-box .btn-send {
	position: relative;
	right: 25px;
	top: 6px;
	cursor: pointer;
	color: #FEC20E;
}

#footer .sub-box .info {
	font-size: 12px;
}

#footer .social {
	list-style: none;
	display: inline;
	padding-left: 0;
}

#footer .social li {
	display: inline;
	padding: 15px;
}

.container-fluid #search #container .prm_title {
	margin-left: 25px;
}

.container-fluid #archive .conitem {
	float: left;
	min-height: 570px;
}

.container-fluid #archive .conitem .comitem {
	min-height: 300px;
	background-color: transparent;
	position: relative;
	margin-bottom: 30px;
	padding: 10px;
}

.container-fluid #archive .conitem .featured_image {
	min-height: 300px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #ccc;
	background-size: cover;
}

.container-fluid #archive .conitem .cat_name {
	background: #FEC20E;
	min-width: 100px;
	color: black;
	text-transform: uppercase;
	font-weight: bolder;
	text-align: center;
	padding: 10px 30px;
	position: absolute;
	left: 20px;
	top: -15px;
	font-size: 11px;
}

.container-fluid #archive .conitem .texts {
	padding: 20px 0;
}

.container-fluid #archive .conitem .texts .post_title {
	padding-bottom: 20px;
	height: 50px;
	overflow: hidden;
	margin-bottom: 10px;
}

.container-fluid #archive .conitem .texts .post_title a {
	font-size: 14px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

.container-fluid #archive .conitem .texts .post_excerpt {
	font-size: 14px;
	padding-bottom: 20px;
	height: 50px;
	overflow: hidden;
	margin-bottom: 10px;
}

.container-fluid #archive .conitem .texts .apl_post_meta .gravatar {
	float: left;
	width: 64px;
}

.container-fluid #archive .conitem .texts .apl_post_meta .gravatar img {
	border-radius: 50%;
	border: 1px solid gray;
	width: 44px;
	height: 44px;
	object-fit: cover;
}

.container-fluid #archive .conitem .texts .apl_post_meta .ddata .author {
	font-weight: bold;
	font-size: 13px;
}

.container-fluid #archive .conitem .texts .apl_post_meta .ddata .author a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

.container-fluid #archive .conitem .texts .apl_post_meta .ddata .date {
	font-size: 13px;
	color: #666666;
	font-weight: normal;
}

.container-fluid #archive .conitem .texts .apl_post_meta .ddata .date .fa-clock {
	font-size: 15px;
	color: gray;
}

.container-fluid #archive .wp-pagenavi {
	margin: 20px 0;
	text-align: center;
}

.container-fluid #archive .wp-pagenavi span,
.container-fluid #archive .wp-pagenavi a {
	background: black;
	color: white;
	padding: 10px;
	font-size: 11px;
	text-transform: uppercase;
}

.container-fluid #container {
	margin-top: 50px;
}

.container-fluid #container .featured_posts {
	margin-bottom: 40px;
}

.container-fluid #container .featured_posts .lntitle {
	text-transform: none;
	padding: 40px 0;
	font-weight: bold;
}

.container-fluid #container .featured_posts .featured_image {
	height: 400px;
	margin: 20px 0;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size:cover
}

.container-fluid #container .featured_posts .featured_image .cat_name {
	position: absolute;
	top: -20px;
	left: 40px;
	background: #FEC20E;
	text-align: center;
	color: black;
	font-weight: bold;
	padding: 10px 30px;
	text-transform: uppercase;
	font-size: 14px;
}

.container-fluid #container .featured_posts .featured_image .title {
	color: white !important;
}

.container-fluid #container .featured_posts .featured_image .title a {
	color: white !important;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: bold;
	padding-top: 150px;
	padding-left: 40px;
	text-decoration: none;
}

.container-fluid #container .featured_posts .featured_image .post_title a {
	color: white;
	font-weight: bold;
	padding: 0 20px;
	font-size: 30px;
	position: absolute;
	bottom: 10px;
	max-width: 800px;
	overflow: auto;
	width: 100%;
}

.container-fluid #container .featured_posts .featured_image a.read {
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #FEC20E;
	padding: 10px 40px;
	margin-left: 40px;
	text-decoration: none;
	position: absolute;
	bottom: 50px;
}

.container-fluid #container .featured_posts .featured_image a.read:hover {
	background-color: #FEC20E;
	color: white;
}

.container-fluid #container .prm_title {
	text-transform: none;
}

.container-fluid #container .latest_news {
	clear: both;
	margin-bottom: 20px;
	padding-top: 30px;
}

.container-fluid #container .latest_news .lntitle {
	text-transform: none;
	padding: 40px 0;
	font-weight: bold;
}

.container-fluid #container .latest_news .comitem {
	min-height: 300px;
	background-color: transparent;
	position: relative;
	margin-bottom: 30px;
}

.container-fluid #container .latest_news .featured_image {
	min-height: 300px;
	background-position: center;
	background-repeat: no-repeat;
	background-size:cover
}

.container-fluid #container .latest_news .featured_image .post_title {
	padding: 0 20px;
	width: 100%;
	position: absolute;
	bottom: 10px;
}

.container-fluid #container .latest_news .featured_image .post_title a {
	color: white;
	font-size: 24px;
	text-decoration: none;
	font-weight: bold;
}

.container-fluid #container .latest_news .cat_name {
	background: #FEC20E;
	min-width: 100px;
	color: black;
	text-transform: uppercase;
	font-weight: bolder;
	text-align: center;
	padding: 10px;
	position: absolute;
	left: 20px;
	top: -15px;
	font-size: 11px;
}

.container-fluid #container .latest_news .texts {
	padding: 20px 0;
}

.container-fluid #container .latest_news .texts .post_title {
	padding-bottom: 20px;
}

.container-fluid #container .latest_news .texts .post_title a {
	font-size: 14px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

.container-fluid #container .latest_news .texts .post_excerpt {
	font-size: 14px;
	padding-bottom: 20px;
}

.container-fluid #container .latest_news .texts .apl_post_meta {
	height: 50px;
}

.container-fluid #container .latest_news .texts .apl_post_meta .gravatar {
	float: left;
	width: 64px;
}

.container-fluid #container .latest_news .texts .apl_post_meta .gravatar img {
	border-radius: 50%;
	border: 1px solid gray;
	width: 44px;
	height: 44px;
	object-fit: cover;
}

.container-fluid #container .latest_news .texts .apl_post_meta .ddata .author a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}

.container-fluid #container .latest_news .texts .apl_post_meta .ddata .date {
	font-size: 13px;
	font-weight: normal;
	color: #666666;
}

.container-fluid #container .latest_news .texts .apl_post_meta .ddata .date .fa-clock {
	font-size: 15px;
	color: gray;
}

.container-fluid #container .latest_news .load_more {
	background: #202124;
	padding: 8px 15px;
	float: right;
	margin-bottom: 20px;
	margin-right: 10px;
}

.container-fluid #container .latest_news .load_more a {
	text-transform: uppercase;
	text-decoration: none;
	color: white;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

.container-fluid #container .donate_n_sub {
	clear: both;
	padding-top: 20px;
}

.container-fluid #sidebar .donate_n_sub {
	margin-bottom: 20px;
}

.container-fluid #sidebar .donate_n_sub .donate {
	background: black;
	padding: 20px;
	color: white;
	position: relative;
	margin-bottom: 20px
}

.container-fluid #sidebar .donate_n_sub .donate .btn-donate {
	color: white;
	background: #FEC20E;
	text-align: center;
	padding: 10px;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	font-size: 11px;
	margin-top: 22px;
	height: 35px;
}

.container-fluid #sidebar .donate_n_sub .donate h3,
.container-fluid #sidebar .donate_n_sub .subs h3 {
	margin-top: 0
}

.container-fluid #sidebar .donate_n_sub .donate h3,
.container-fluid #sidebar .donate_n_sub .donate p {
	color: white !important;
}

.container-fluid #sidebar .donate_n_sub .subs {
	background: black;
	padding: 20px;
	color: white;
	position: relative;
}

.container-fluid #sidebar .donate_n_sub .subs h3,
.container-fluid #sidebar .donate_n_sub .subs p {
	color: white !important;
}

.container-fluid #sidebar .donate_n_sub .subs .sub-box {
	padding-top: 30px;
	position: relative;
}

.container-fluid #sidebar .donate_n_sub .subs .sub-box .txt-email {
	text-align: left;
	border: 1px solid #fff;
	color: #000;
	background-color: #FEC20E;
	border-radius: 0;
}

.container-fluid #sidebar .donate_n_sub .subs .sub-box .btn-send {
	position: absolute;
	right: 15px;
	top: 10px;
	cursor: pointer;
	color: #000;
}

.container-fluid #sidebar .donate_n_sub .subs .sub-box .info {
	font-size: 12px;
}

.container-fluid #sidebar .donate_n_sub .subs .sub-box .no_spam {
	font-size: 10px;
	text-align: right;
	float: right;
	color: #fff
}

.container-fluid #sidebar {
	margin-top: 70px;
	text-align: center;
}
.container-fluid #sidebar .primry-widget > p{
	display:none
}
.container-fluid #sidebar .primry-widget,
.container-fluid #sidebar .hmpg-widget {
	margin-bottom: 50px;
}

.container-fluid #sidebar .primry-widget .post_sidebar .sp,
.container-fluid #sidebar .hmpg-widget .post_sidebar .sp {
	padding: 20px 0;
}

.container-fluid #sidebar .primry-widget .post_sidebar .sp img,
.container-fluid #sidebar .hmpg-widget .post_sidebar .sp img {
	width: 300px;
	height: 250px;
	object-fit: cover;
	object-position: center;
}

.container-fluid #sidebar .primry-widget .post_sidebar .sp .author_name,
.container-fluid #sidebar .hmpg-widget .post_sidebar .sp .author_name {
	margin: 10px 0;
	text-align: left;
	width: 300px;
	margin: auto;
	font-size: 15px;
}

.container-fluid #sidebar .primry-widget .post_sidebar .sp .date,
.container-fluid #sidebar .hmpg-widget .post_sidebar .sp .date {
	margin-bottom: 10px;
	text-align: left;
	width: 300px;
	margin: auto;
}

.container-fluid #sidebar .primry-widget .post_sidebar .sp .post_title,
.container-fluid #sidebar .hmpg-widget .post_sidebar .sp .post_title {
	padding: 10px 0;
	width: 300px;
	margin: auto;
	text-align: left;
}

.container-fluid #sidebar .primry-widget .post_sidebar .sp .post_title a,
.container-fluid #sidebar .hmpg-widget .post_sidebar .sp .post_title a {
	font-size: 20px;
	font-weight: bold;
}

.container-fluid #sidebar .primry-widget .post_sidebar .sp a,
.container-fluid #sidebar .hmpg-widget .post_sidebar .sp a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

.container-fluid .single_post #comment {
	width: 100%;
}

.container-fluid .single_post .featured_posts .featured_image {
	height: auto !important;
}

.container-fluid .single_post .featured_posts .featured_image img {
	width: 100%;
}

.container-fluid .single_post .title {
	padding-bottom: 30px;
	text-transform: none;
	font-size: 40px;
	font-weight: bold;
	line-height: 60px;
}

.container-fluid .single_post .apl_post_meta {
	height: 70px;
}

.container-fluid .single_post .apl_post_meta .gravatar {
	float: left;
	width: 84px;
}

.container-fluid .single_post .apl_post_meta .gravatar img {
	border-radius: 50%;
	border: 1px solid gray;
	width: 64px;
	height:64px;
	object-fit:cover
}

.container-fluid .single_post .apl_post_meta .ddata .author {
	font-weight: bold;
	font-size: 13px;
}

.container-fluid .single_post .apl_post_meta .ddata .author a {
	color: #333333;
	text-decoration: none;
}

.container-fluid .single_post .apl_post_meta .ddata .date {
	font-size: 13px;
}

.container-fluid .single_post .apl_post_meta .ddata .date .fa-clock {
	font-size: 15px;
	color: gray;
}

.container-fluid .single_post .content {
	font-size: 14px;
	margin-top: 30px;
	color: #666666;
}

.container-fluid .single_post .content img,
.container-fluid .single_post .content .wp-caption {
	width: 100% !important;
	border: 1px solid #ddd;
	overflow: auto;
	margin-bottom: 20px;
	text-align: center;
	background-color: white;
	height: auto;
}

.container-fluid .single_post .content img {
	width: auto !important;
	max-width: 100%;
}

.single-post .content .wp-caption.alignleft {
	text-align: left;
}

.single-post .content .wp-caption.alignright {
	text-align: right;
}

.single-post .content .wp-caption.aligncenter {
	text-align: center;
}

.container-fluid .single_post .next,
.container-fluid .single_post .previous {
	float: left;
	margin-top: 30px;
	padding: 0;
}

.container-fluid .single_post .next p,
.container-fluid .single_post .previous p {
	color: #666;
}

.container-fluid .single_post .next a,
.container-fluid .single_post .previous a {
	color: #333;
	font-size: 18px;
	font-weight: bold;
}

.container-fluid .single_post .next {
	text-align: right;
}

#page img {
	width: 100% !important;
}

.container-fluid #page #container .prm_title {
	margin-bottom: 50px;
}

.container-fluid #page #container .content {
	color: #666666;
}

.container-fluid #page #container .content ul {
	list-style: none;
	padding: 0;
}

@media (max-width: 767px) {
	#header .logo img {
		width: 60px !important;
	}

	.comitem .comitem {
		padding: 0;
	}
}

@media (max-width: 991px) {
	#header .logo img {
		width: 70px !important;
	}

	#header .top-container {
		float: left;
	}

	#header .top-container .search {
		display: inline-block;
		margin: 10px 20px;
		width: calc(100% - 40px);
	}
	.container-fluid #header .top-container .search form{
		float: none;
		margin-right: 10px;
	}

	#header .top-container .reg {
		visibility: hidden;
	}

	#header .navbar .menu-item {
		border-top: 0 none;
	}

	#header .navbar .menu-item:hover {
		border-top: 0 none;
	}

	#header .navbar .menu-item.active {
		border-top: 0 none;
	}

	#header .navbar .navbar-toggler {
		border: none;
	}
	.navbar-light .navbar-toggler-icon{
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	}

	#header .navbar .navbar-collapse {
		text-align: right;
		background-color: #FEC20E;
		z-index: 999;
		width:100%
	}
	.container-fluid #header .navbar .container-fluid .menu-item{
		padding:10px
	}
	.container-fluid #header .navbar .container-fluid .menu-item a {
		text-align: center;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 14px;
		color: #333;
	}

	#container .donate_n_sub .donate .btn-donate {
		width: 92%;
	}

	#header {
		height: 100px
	}
}

#our_insgtgn #investigation-middle-widget {
	padding-bottom: 50px;
}

#our_insgtgn .lntitlez {
	color: #202124;
	font-weight: bold;
	font-size: 32px;
	text-transform: uppercase;
	margin-bottom: 50px;
}

#our_insgtgn .top5,
#our_insgtgn .top4 {
	background: white;
	width: 100%;
	overflow: auto;
	margin-bottom: 80px;
}

#our_insgtgn .top5 .left,
#our_insgtgn .top4 .left {
	width: 50%;
	float: left;
	overflow: hidden;
}

#our_insgtgn .top5 .left .main_img,
#our_insgtgn .top4 .left .main_img {
	max-height: 300px;
	overflow: hidden;
	margin-right: 20px;
}

#our_insgtgn .top5 .left .main_img img,
#our_insgtgn .top4 .left .main_img img {
	width: 100%;
}

#our_insgtgn .top5 .left .main_img .tag,
#our_insgtgn .top4 .left .main_img .tag {
	left: 50px;
	position: absolute;
	background: #FFC20E;
	padding: 10px 20px;
	color: black;
	text-transform: uppercase;
	font-size: 12px;
	margin-top: -15px;
	text-align: center;
	font-weight: bold;
}

#our_insgtgn .top5 .left .main_img .tag a,
#our_insgtgn .top4 .left .main_img .tag a {
	color: black;
	font-size: 12px;
}

#our_insgtgn .top5 .left .title,
#our_insgtgn .top4 .left .title {
	padding: 25px 20px;
}

#our_insgtgn .top5 .left .title a,
#our_insgtgn .top4 .left .title a {
	font-weight: bold;
	font-size: 32px;
	color: #FFC20E;
}

#our_insgtgn .top5 .left .post_excerpt,
#our_insgtgn .top4 .left .post_excerpt {
	font-size: 16px;
	color: #A6ADB4;
	padding: 0 20px 25px;
}

#our_insgtgn .top5 .right,
#our_insgtgn .top4 .right {
	width: 50%;
	float: left;
}

#our_insgtgn .top5 .right .small_50,
#our_insgtgn .top4 .right .small_50 {
	width: 50%;
	float: left;
	padding: 30px 10px 10px;
	margin-bottom: 25px;
}

#our_insgtgn .top5 .right .small_50 .title,
#our_insgtgn .top4 .right .small_50 .title {
	height: 70px;
	overflow: hidden;
	margin-bottom: 0;
}

#our_insgtgn .top5 .right .small_50 .title a,
#our_insgtgn .top4 .right .small_50 .title a {
	color: #FFC20E;
	font-size: 16px;
	text-transform: uppercase;
}

#our_insgtgn .top5 .right .small_50 .subtitle,
#our_insgtgn .top4 .right .small_50 .subtitle {
	color: #202124;
	font-size: 16px;
	height: 25px;
	overflow: hidden;
}

#our_insgtgn .top5 .right .small_50 .post_excerpt,
#our_insgtgn .top4 .right .small_50 .post_excerpt {
	height: 50px;
	color: #A6ADB4;
	font-size: 14px;
	overflow: hidden;
}

#our_insgtgn .top5 .right .small_50 .date .fetch_date,
#our_insgtgn .top4 .right .small_50 .date .fetch_date {
	color: #A6ADB4;
	font-size: 13px;
}

#our_insgtgn .top5 .right .small_100,
#our_insgtgn .top4 .right .small_100 {
	width: 100%;
	float: left;
	padding: 10px;
}

#our_insgtgn .top5 .right .small_100 .title,
#our_insgtgn .top4 .right .small_100 .title {
	height: 50px;
	overflow: hidden;
}

#our_insgtgn .top5 .right .small_100 .title a,
#our_insgtgn .top4 .right .small_100 .title a {
	color: #FFC20E;
	font-size: 16px;
	text-transform: uppercase;
}

#our_insgtgn .top5 .right .small_100 .subtitle,
#our_insgtgn .top4 .right .small_100 .subtitle {
	color: #202124;
	font-size: 16px;
	height: 30px;
}

#our_insgtgn .top5 .right .small_100 .post_excerpt,
#our_insgtgn .top4 .right .small_100 .post_excerpt {
	height: 50px;
	color: #A6ADB4;
	font-size: 16px;
}

#our_insgtgn .top5 .right .small_100 .date .fetch_date,
#our_insgtgn .top4 .right .small_100 .date .fetch_date {
	color: #A6ADB4;
	font-size: 13px;
}

#our_insgtgn .bottom_part .col-sm-12,
#our_insgtgn .bottom_part .col-lg-9,
#our_insgtgn .bottom_part .col-md-6,
#our_insgtgn .bottom_part .col-lg-3 {
	padding: 0;
}

#our_insgtgn .bottom_part #investigation-bottom-widget {
	text-align: center;
}

#our_insgtgn .bottom_part .top3 {
	background: white;
	width: 100%;
	overflow: auto;
	margin-bottom: 30px;
}

#our_insgtgn .bottom_part .top3 .left {
	width: 40%;
	float: left;
	overflow: hidden;
}

#our_insgtgn .bottom_part .top3 .left .main_img {
	max-height: 150px;
	overflow: hidden;
	margin-right: 20px;
}

#our_insgtgn .bottom_part .top3 .left .main_img img {
	height: 200px;
}

#our_insgtgn .bottom_part .top3 .left .main_img .tag {
	left: 50px;
	position: absolute;
	background: #FFC20E;
	padding: 10px 20px;
	color: black;
	text-transform: uppercase;
	font-size: 12px;
	margin-top: -15px;
	text-align: center;
	font-weight: bold;
}

#our_insgtgn .bottom_part .top3 .left .main_img .tag a {
	color: black;
	font-size: 12px;
}

#our_insgtgn .bottom_part .top3 .left .title {
	padding: 20px;
	height: 50px;
	overflow: hidden;
}

#our_insgtgn .bottom_part .top3 .left .title a {
	font-weight: bold;
	font-size: 16px;
	color: #202124;
}

#our_insgtgn .bottom_part .top3 .left .post_excerpt {
	font-size: 13px;
	color: #A6ADB4;
	padding: 0 20px 25px;
}

#our_insgtgn .bottom_part .top3 .right {
	width: 60%;
	float: left;
}

#our_insgtgn .bottom_part .top3 .right .small_50 {
	width: 50%;
	float: left;
	padding: 10px;
}

#our_insgtgn .bottom_part .top3 .right .small_50 .title {
	height: 70px;
	overflow: hidden;
	margin-bottom: 0;
}

#our_insgtgn .bottom_part .top3 .right .small_50 .title a {
	color: #FFC20E;
	font-size: 16px;
	text-transform: uppercase;
}

#our_insgtgn .bottom_part .top3 .right .small_50 .subtitle {
	color: #202124;
	font-size: 14px;
	height: 20px;
	overflow: hidden;
}

#our_insgtgn .bottom_part .top3 .right .small_50 .post_excerpt {
	height: 50px;
	color: #A6ADB4;
	font-size: 16px;
	overflow: hidden;
}

#our_insgtgn .bottom_part .top3 .right .small_50 .date .fetch_date {
	color: #A6ADB4;
	font-size: 13px;
}

#our_insgtgn .bottom_part .top3 .right .small_100 {
	width: 100%;
	float: left;
	padding: 10px;
}

#our_insgtgn .bottom_part .top3 .right .small_100 .title {
	height: 50px;
	overflow: hidden;
}

#our_insgtgn .bottom_part .top3 .right .small_100 .title a {
	color: #FFC20E;
	font-size: 16px;
	text-transform: uppercase;
}

#our_insgtgn .bottom_part .top3 .right .small_100 .subtitle {
	color: #202124;
	font-size: 16px;
	height: 30px;
}

#our_insgtgn .bottom_part .top3 .right .small_100 .post_excerpt {
	height: 50px;
	color: #A6ADB4;
	font-size: 16px;
}

#our_insgtgn .bottom_part .top3 .right .small_100 .date .fetch_date {
	color: #A6ADB4;
	font-size: 13px;
}

#our_insgtgn .bottom_part .load_more {
	background: #202124;
	float: right;
	padding: 5px 20px;
	text-transform: uppercase;
	margin-bottom: 75px;
}

#our_insgtgn .bottom_part .load_more a {
	font-size: 11px;
	font-weight: bold;
	color: white;
}

#sub-investigation .prm_title {
	font-size: 32px;
	font-weight: bold;
	color: #202124;
	text-transform: none;
	margin: 20px 0 30px;
}

#sub-investigation .top {
	margin-bottom: 50px;
}

#sub-investigation .top .main_post img {
	width: 100%;
}

#sub-investigation .top .main_post .title {
	margin: 20px 0;
}

#sub-investigation .top .main_post .title a {
	font-family: 'Noto Serif', serif;
	font-size: 30px;
	font-weight: bold;
	color: #202124;
}

#sub-investigation .top .sub_post img {
	width: 100%;
}

#sub-investigation .top .sub_post .title {
	margin: 20px 0;
	height: 50px;
	overflow: hidden;
}

#sub-investigation .top .sub_post .title a {
	font-size: 16px;
	font-weight: bold;
	color: #202124;
}

#sub-investigation .top .sub_post .post_excerpt {
	font-size: 16px;
	color: #A6ADB4;
	margin: 20px 0;
	/* font-family: sans-serif, serif;*/
}

#sub-investigation .middle {
	margin-bottom: 50px;
}

#sub-investigation .middle .main_gray {
	background: #EBEDED;
	position: relative;
}

#sub-investigation .middle .main_gray .tag {
	background: #FFC20E;
	color: black;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	width: 130px;
	text-align: center;
	padding: 5px 20px;
	position: absolute;
	left: 25%;
	top: -15px;
}

#sub-investigation .middle .main_gray .wwksf {
	margin: 20px;
	padding: 30px 10px;
}

#sub-investigation .middle .main_gray .wwksf li {
	margin: 10px;
	font-size: 18px;
}

#sub-investigation .middle .main_gray .wwksf a {
	color: #343638;
	font-size: 18px;
}

#sub-investigation .middle .second_half {
	list-style: none;
	margin-top: 20px;
	padding: 0 10px;
}

#sub-investigation .middle .second_half li {
	border-top: 1px solid #FFC20E;
	padding: 5px 0 50px;
	height: 40px;
	overflow: hidden;
	margin-bottom: 30px;
}

#sub-investigation .middle .second_half li a {
	color: #202124;
	font-size: 18px;
}

#sub-investigation .middle .third_half {
	list-style: none;
	margin-top: 20px;
	padding: 0;
}

#sub-investigation .middle .third_half li {
	background: #202124;
	padding: 20px 20px 10px 20px;
	margin-bottom: 20px;
}

#sub-investigation .middle .third_half li p a {
	color: white;
	font-weight: bold;
	font-size: 18px;
}

#sub-investigation .middle .third_half li .post_author {
	color: white;
	text-transform: capitalize;
	border-top: 1px solid #FFC20E;
	margin-top: 10px;
	font-size: 11px;
	padding-top: 10px;
	margin-bottom: 0px;
}

#sub-investigation .bottom .prm_title {
	clear: both;
	width: 100%;
	padding-left: 20px;
}

#sub-investigation .bottom .main_post .half_image {
	height: 200px;
	overflow: hidden;
}

#sub-investigation .bottom .main_post .half_image img {
	width: 100%;
}

#sub-investigation .bottom .main_post .post_title {
	margin: 20px 0;
	height: 90px;
	overflow: hidden;
}

#sub-investigation .bottom .main_post .post_title a {
	font-weight: bold;
	font-size: 30px;
	color: #343638;
}

#sub-investigation .bottom .three_posts {
	list-style: none;
}

#sub-investigation .bottom .three_posts li {
	padding: 10px 0 40px;
	border-top: 1px solid #FFC20E;
}

#sub-investigation .bottom .three_posts li a {
	font-size: 16px;
	color: #202124;
}

#sub-investigation .load_more {
	background: #202124;
	padding: 5px 20px;
	float: right;
	margin-bottom: 20px;
	margin-right: 10px;
	clear: both;
	text-align: right;
	text-transform: uppercase;
}

#sub-investigation .load_more a {
	font-size: 11px;
	font-weight: bold;
	color: white;
	text-align: center;
}

body.home .featured_posts,
body.home .featured_posts>.featured_image {
	margin-bottom: 0 !important;
}

/*June-15-2020*/

#header #menu-main-menu {
	margin-left: auto;
}

.container-fluid #header .top-container {
	display: flex;
}

.container-fluid #header #menu-main-menu>li:last-child {
	margin-left: 10px;
}

.container-fluid #header #menu-main-menu>li:last-child>a {
	color: #fff;
}

.container-fluid #container .featured_posts .featured_image .post_title a,
.container-fluid #container .latest_news .featured_image .post_title a,
.container-fluid #sidebar .hmpg-widget .post_sidebar .sp .post_title a {
	line-height: normal;
}

.container-fluid #sidebar .hmpg-widget .post_sidebar .sp .post_title,
.container-fluid #sidebar .primry-widget .post_sidebar .sp .post_title,
.container-fluid #sidebar .hmpg-widget .post_sidebar .sp .post_title {
	padding-bottom: 0;
	line-height: normal;
	margin-bottom: 5px;
}

.container-fluid #sidebar .hmpg-widget .post_sidebar .sp .post_title a,
.container-fluid #sidebar .primry-widget .post_sidebar .sp .post_title a,
.container-fluid #sidebar .hmpg-widget .post_sidebar .sp .post_title a {
	line-height: 22px;
}

.container-fluid #sidebar .primry-widget .post_sidebar .sp a,
.container-fluid #sidebar .hmpg-widget .post_sidebar .sp a {
	font-weight: normal;
}

.container-fluid #container .latest_news .featured_image .post_title,
.container-fluid #container .featured_posts .featured_image .post_title a {
	padding: 0 30px;
	bottom: 23px;
}

.container-fluid #container .latest_news .load_more,
#our_insgtgn .bottom_part .load_more {
	padding: 0;
	margin-right: 0;
	margin-bottom: 40px;
}

.container-fluid #container .latest_news .load_more a,
#our_insgtgn .bottom_part .load_more a {
	display: block;
	padding: 8px 50px 7px;
}

.container-fluid #container .featured_posts .featured_image .cat_name,
.container-fluid #container .latest_news .cat_name {
	color: #fff;
}

.container-fluid #container .donate_n_sub .row .col-lg-6 .donate,
.container-fluid #container .donate_n_sub .row .col-lg-6 .subs {
	height: 100%;
	padding: 50px 30px;
	background-color: #202124;
}

.container-fluid #container .donate_n_sub .row .col-lg-6 .donate h3 {
	margin-bottom: 0;
}

.container-fluid #container .donate_n_sub .row .col-lg-6 .donate .btn-donate {
	position: static;
	display: block;
	width: 100%;
	height: auto;
	margin-top: 30px;
	padding: 11px;
}

.container-fluid #container .donate_n_sub .row .col-lg-6 .subs .sub-box .txt-email {
	border-color: #fff;
	border-width: 2px;
}

.container-fluid #container .donate_n_sub .row .col-lg-6 .subs .sub-box {
	padding-top: 13px;
}

.container-fluid #container .donate_n_sub .row .col-lg-6 .subs .sub-box .txt-email {
	background-color: transparent;
}

.container-fluid #container .donate_n_sub .row .col-lg-6 .subs .sub-box .no_spam {
	display: block;
	margin-top: 5px;
}

#footer {
	margin-top: 50px;
}

.container-fluid #archive .conitem .texts .post_title a {
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
}

.container-fluid #archive .conitem .texts .post_title {
	height: auto;
	padding-bottom: 0;
	margin-bottom: 5px;
}

.container-fluid #archive .conitem {
	min-height: 1px;
}

.category-news .container-fluid #container {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.container-fluid #archive .conitem .texts .post_excerpt {
	height: auto;
	margin-bottom: 0;
}

.container-fluid #archive .wp-pagenavi {
	width: 100%;
}

.container-fluid #archive .wp-pagenavi>* {
	display: inline-block;
}

.container-fluid #archive .wp-pagenavi span,
.container-fluid #archive .wp-pagenavi a {
	color: #000;
	background-color: transparent;
	font-size: 12px;
	padding: 6px 12px;
}

.container-fluid #archive .wp-pagenavi span.current,
.container-fluid #archive .wp-pagenavi span.active,
.container-fluid #archive .wp-pagenavi span:hover,
.container-fluid #archive .wp-pagenavi span.focus,
.container-fluid #archive .wp-pagenavi a.current,
.container-fluid #archive .wp-pagenavi a.active,
.container-fluid #archive .wp-pagenavi a:hover,
.container-fluid #archive .wp-pagenavi a.focus {
	color: #fff;
	background-color: #000;
	border-color: #000;
}

.container-fluid #sidebar .primry-widget .post_sidebar .sp,
.container-fluid #sidebar .hmpg-widget .post_sidebar .sp {
	padding: 0;
}

.container-fluid #sidebar .primry-widget .post_sidebar .sp+.sp,
.container-fluid #sidebar .hmpg-widget .post_sidebar .sp+.sp {
	margin-top: 50px;
}

.single-post .container-fluid .single_post .title {
	line-height: normal;
	margin-bottom: 35px;
	padding-bottom: 0;
	font-size: 32px;
}

.single-post .container-fluid .single_post .apl_post_meta {
	height: auto;
}
.single-post .content .proads-space iframe{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.single-post twitter-widget,
.single-post .content iframe,
.single_post .content .wp-caption {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

.single-post .container-fluid .single_post .next p,
.single-post .container-fluid .single_post .previous p {
	margin-bottom: 5px;
}

.single-post .container-fluid .single_post .next {
	padding-right: 48px;
	padding-left: 15px;
}

.single-post .container-fluid .single_post .previous {
	padding-left: 48px;
	padding-right: 15px;
}

.single-post .container-fluid .single_post .previous a,
.single-post .container-fluid .single_post .next a {
	position: relative;
}

.single-post .container-fluid .single_post .previous a:before {
	content: "";
	border: solid black;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	position: absolute;
	left: -30px;
	top: 5px;
	visibility: visible;
}

.single-post .container-fluid .single_post .next a:after {
	content: "";
	border: solid black;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	position: absolute;
	right: -30px;
	top: 5px;
	visibility: visible;
}

.single-post .container-fluid #container .latest_news .texts .post_title a {
	font-size: 20px !important;
	font-weight: 700 !important;
	line-height: normal !important;
}

.single-post .container-fluid #container .latest_news .texts .post_title {
	height: auto;
	padding-bottom: 0;
	margin-bottom: 5px;
}

#footer .social li i:before {
	color: #fff;
}

#footer .sub-box .btn-send {
	right: 30px;
	top: 11px;
}

.single-post .container-fluid .single_post .apl_post_meta .gravatar {
	margin-top: -8px;
}

.single-post .container-fluid .single_post .col-lg-6 .apl_post_meta .gravatar {
	margin-top: 0px;
}

#our_insgtgn .top5 .left .main_img .tag a,
#our_insgtgn .top4 .left .main_img .tag a,
#our_insgtgn .bottom_part .top3 .left .main_img .tag a {
	color: #fff;
}

#our_insgtgn .top5 .right .small_50 .title,
#our_insgtgn .top4 .right .small_50 .title,
#our_insgtgn .top5 .left .post_excerpt,
#our_insgtgn .top4 .left .post_excerpt {
	line-height: normal;
}

#our_insgtgn .top5 .right .small_50 .title a,
#our_insgtgn .top4 .right .small_50 .title a,
#our_insgtgn .top5 .right .small_50 .subtitle,
#our_insgtgn .top4 .right .small_50 .subtitle,
#our_insgtgn .top5 .right .small_100 .title a,
#our_insgtgn .top4 .right .small_100 .title a,
#our_insgtgn .bottom_part .top3 .right .small_50 .title a,
#our_insgtgn .top5 .right .small_100 .subtitle,
#our_insgtgn .top4 .right .small_100 .subtitle,
#our_insgtgn .bottom_part .top3 .right .small_50 .subtitle {
	font-weight: bold;
	letter-spacing: 1px;
	line-height: normal;
	height: auto;
}

#our_insgtgn .top5 .right .small_50 .title,
#our_insgtgn .top4 .right .small_50 .title,
#our_insgtgn .bottom_part .top3 .right .small_50 .title,
#our_insgtgn .top5 .right .small_100 .title,
#our_insgtgn .top4 .right .small_100 .title,
#our_insgtgn .bottom_part .top3 .right .small_50 .post_excerpt,
#our_insgtgn .top5 .right .small_100 .post_excerpt,
#our_insgtgn .top4 .right .small_100 .post_excerpt {
	height: auto;
	line-height: normal;
}

#our_insgtgn .top5 .right,
#our_insgtgn .top4 .right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 40px 0 20px;
	height: auto;
}

#our_insgtgn .top5 .right .small_50 .post_excerpt,
#our_insgtgn .top4 .right .small_50 .post_excerpt,
#our_insgtgn .bottom_part .top3 .left .title {
	height: auto;
}

#our_insgtgn .bottom_part .top3 .left .title a {
	display: block;
}

#our_insgtgn .bottom_part .top3 .left .title {
	padding-bottom: 0;
}

#our_insgtgn .bottom_part .top3 .left>*:not(.main_img) {
	padding-right: 60px;
}

#our_insgtgn .bottom_part .top3 .left>*:last-child {
	margin-bottom: 0;
}

#our_insgtgn .bottom_part .top3 .right {
	padding: 20px 0;
}

#our_insgtgn {
	padding-right: 40px;
}

#our_insgtgn .bottom_part .text_center .invst-widget {
	text-align: right;
}

#our_insgtgn .bottom_part .text_center .invst-widget+.invst-widget {
	margin-top: 50px;
}

#our_insgtgn .bottom_part .load_more {
	margin-bottom: 100px;
}

body.category #archive #container,
.template-two-column-layout#archive #container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body.category #archive #sidebar,
.template-two-column-layout#archive #sidebar {
	margin-top: 60px;
}

body.category .container-fluid #archive .conitem .comitem,
.template-two-column-layout#archive .conitem .comitem {
	padding-left: 0;
	padding-right: 0;
}

.container-fluid #container .featured_posts .featured_image .post_title a,
.container-fluid #container .latest_news .featured_image .post_title a {
	bottom: 0;
	padding: 23px 30px;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	position: absolute;
}

.container-fluid #container .latest_news .featured_image .post_title {
	padding: 0;
	bottom: 0;
	position: static;
}

.category-asset-declarations #sub-investigation {
	padding-right: 40px !important;
}

#sub-investigation .top .main_post .title a {
	line-height: normal;
}

#sub-investigation .top .sub_post .title {
	line-height: normal;
}

#sub-investigation .middle .second_half li {
	height: auto;
	padding-bottom: 36px;
}

#sub-investigation .middle .third_half li p a {
	font-weight: normal;
}

#sub-investigation .middle .main_gray .tag {
	color: #fff;
}

#sub-investigation .middle .third_half li .post_author {
	display: inline-block;
}

#sub-investigation .middle .main_gray .wwksf a,
#sub-investigation .middle .second_half li a {
	font-weight: 600;
}

#sub-investigation .middle .main_gray .tag {
	left: 30px;
}

#sub-investigation .middle .main_gray .wwksf {
	margin: 20px;
	padding: 30px 10px;
	padding-top: 50px;
}

#sub-investigation .bottom .main_post .post_title {
	height: auto;
	line-height: normal;
}

#sub-investigation .load_more {
	padding: 0;
	margin-right: 0;
	margin-bottom: 40px;
}

#sub-investigation .load_more a {
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	text-align: center;
	display: block;
	padding: 8px 50px 7px;
}

#sub-investigation .bottom .three_posts {
	padding-left: 0;
}

#sub-investigation .row.bottom>.col-md-4:last-child {
	margin-top: -15px;
}

#sub-investigation .bottom .three_posts li {
	position: relative;
	border-top-color: transparent;
}

#sub-investigation .bottom .three_posts li a {
	font-weight: 600;
}

#sub-investigation .bottom .three_posts li:before {
	display: block;
	width: 65%;
	height: 1px;
	top: -1px;
	position: absolute;
	content: " ";
	background-color: #FFC20E;
}

.advertisements.post_sidebar {
	width: auto;
}

.advertisements.post_sidebar img {
	max-width: 300px;
	height: auto;
}

.advertisements.post_sidebar img+p {
	max-width: 300px;
	margin-bottom: 1rem;
	margin-left: auto;
	margin-right: auto;
}

.advertisements.post_sidebar img+p img {
	margin-top: 1rem;
}

.advertisements.post_sidebar .advertisement>div {
	width: auto !important;
}

.wp-pagenavi a[rel="next"],
.wp-pagenavi a[rel="prev"] {
	color: transparent !important;
	position: relative;
}

.wp-pagenavi a[rel="next"]:after,
.wp-pagenavi a[rel="prev"]:after {
	content: "«";
	position: absolute;
	font-size: 22px;
	display: inline-block;
	color: #000;
	top: -3px;
	left: 10px;
}

.wp-pagenavi a[rel="next"]:after {
	content: "»";
	top: -3px;
	left: auto;
	right: 10px
}

.container-fluid #archive .wp-pagenavi a.current:after,
.container-fluid #archive .wp-pagenavi a.active:after,
.container-fluid #archive .wp-pagenavi a:hover:after,
.container-fluid #archive .wp-pagenavi a.focus:after {
	color: #fff;
}

#sub-investigation .row.top>.col-md-6.col-lg-6.col-sm-12:last-child>.row,
#sub-investigation .row.top>.col-md-6.col-lg-6.col-sm-12:last-child>.row .sub_post,
#sub-investigation .row.top>.col-md-6.col-lg-6.col-sm-12:first-child>.main_post {
	height: 100%;
}

#sub-investigation .row.top>.col-md-6.col-lg-6.col-sm-12:last-child>.row .sub_post .title {
	height: auto;
}

#sub-investigation .row.top>.col-md-6.col-lg-6.col-sm-12:last-child>.row .sub_post,
#sub-investigation .row.top>.col-md-6.col-lg-6.col-sm-12:first-child>.main_post {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}

/*End-June-15-2020*/
/*July-10-2020*/
#sidebar .advertisement .post_sidebar {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#sidebar .advertisement .post_sidebar a {
	color: #202124;
	font-weight: 700;
}

#sidebar .advertisement .post_sidebar .post_title {
	margin-top: 10px;
	margin-bottom: 5px;
}

#sidebar .advertisement .post_sidebar .post_title a {
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
	line-height: 22px;
}

#sidebar .advertisement .post_sidebar .author_name {
	margin-bottom: 0;
}

#sidebar .advertisement .post_sidebar .author_name a {
	font-weight: 400;
}

#sidebar .advertisement .post_sidebar .sp {
	margin-top: 50px;
}

/*End-July-10-2020*/
/*Aug-10-2020*/
#menu-item-dropdown-31009:hover+ul,
#menu-item-dropdown-31009:hover+ul:hover,
#menu-item-dropdown-31009+ul:hover {
	display: block !important;
}

nav .dropdown-menu::before {
	content: "";
	display: block;
	background: transparent;
	height: 20px;
	position: absolute;
	top: -20px;
	left: 0;
	width: 100%;
	opacity: 0;
}

/*End-Aug-10-2020*/
@media (max-width: 767px) {
	.add_728 {
		display: none;
	}

	.container-fluid .single_post .title {
		font-size: 30px;
	}

	.container-fluid .single_post .content {
		font-size: 16px;
	}

	.container-fluid #header .top-container .top-menu-container {
		margin-right: 50px;
	}

	#footer .logo .img-logo {
		width: 100px;
		padding-top: 10px;
	}

	#our_insgtgn .top4 .left,
	#our_insgtgn .top5 .left,
	#our_insgtgn .top4 .right,
	#our_insgtgn .top5 .right {
		width: 100%;
	}

	#our_insgtgn .top4 .left .main_img,
	#our_insgtgn .top5 .left .main_img,
	#our_insgtgn .top4 .right .main_img,
	#our_insgtgn .top5 .right .main_img {
		margin-right: 0;
	}

	#our_insgtgn .bottom_part .top3 .left,
	#our_insgtgn .bottom_part .top3 .right {
		width: 100%;
	}

	#our_insgtgn .bottom_part .top3 .left .main_img,
	#our_insgtgn .bottom_part .top3 .right .main_img {
		margin-right: 0;
	}

	#our_insgtgn .bottom_part .top3 .left .main_img img,
	#our_insgtgn .bottom_part .top3 .right .main_img img {
		width: 100%;
		min-height: 300px;
	}

	#sub-investigation .row.top>.col-md-6.col-lg-6.col-sm-12:last-child>.row .sub_post,
	#sub-investigation .row.top>.col-md-6.col-lg-6.col-sm-12:first-child>.main_post {
		display: block;
	}
}

@media (max-width: 1500px) and (min-width: 992px) {

	#header .logo img {
		width: 80px !important;
	}
}

@media (min-width: 1501px){
	#header .logo img {
		width: 100px !important;
	}
}



/*June-15-2020*/

@media (max-width: 1199px) {
	.container-fluid #header .custom-navbar {
		padding-right: 0;
	}

	.container-fluid #header .top-container {
		margin-right: -15px;
	}

	#our_insgtgn {
		padding-right: 5px;
	}

	.bottom_part .col-sm-12.col-lg-8.col-md-6.float_left {
		padding-right: 40px !important;
	}

	.bottom_part #investigation-bottom-widget img {
		width: 100%;
	}

	body.category #archive #container,
	.template-two-column-layout#archive #container {
		padding-right: 15px !important;
	}

	.category-asset-declarations #sub-investigation {
		padding-right: 8px !important;
	}

	#sub-investigation .top .sub_post .title {
		height: auto;
	}

	#sub-investigation .middle .second_half li {
		height: auto;
		padding-bottom: 11px;
	}

	#sub-investigation .bottom .main_post .half_image img {
		height: 100%;
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
}

@media (max-width: 991px) {
	.container-fluid #header .top-container .menu-secondary-menu-container ul {
		justify-content: center;
		margin: 0
	}

	.container-fluid #header .top-container {
		margin-right: 0;
		padding-right: 60px;
		float: none
	}

	.container-fluid #header .top-container .top-menu-container {
		float: none;
		text-align: center;
		margin-right: 0
	}

	.container-fluid #header #menu-main-menu>li:last-child {
		margin-left: 0px;
	}

	#our_insgtgn .top5 .right,
	#our_insgtgn .top4 .right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0 10px 0 0;
	}

	#investigation-middle-widget img {
		width: 100%;
	}

	.bottom_part>div {
		padding-right: 0px !important;
		float: none;
		width: 100%;
		max-width: 100%;
	}

	#our_insgtgn .bottom_part .load_more {
		margin-bottom: 50px;
	}

	.bottom_part .col-sm-12.col-lg-8.col-md-6.float_left {
		padding-right: 0 !important;
	}

	#our_insgtgn .bottom_part .text_center .invst-widget {
		margin-top: 50px;
		text-align: center;
	}

	body.category #archive #container,
	body.category #archive #sidebar,
	.template-two-column-layout#archive #container,
	.template-two-column-layout#archive #sidebar {
		padding-right: 0px !important;
	}

	.category-asset-declarations #sub-investigation {
		padding-right: 15px !important;
	}

	#sub-investigation #investigation-cat-widget img {
		max-width: 100%;
	}

	#sub-investigation .middle .main_gray .tag {
		left: 0;
		right: 0;
		margin: 0 auto;
	}

	#sub-investigation .middle .main_gray .wwksf {
		margin: 5px;
		padding: 30px 10px 10px;
		padding-top: 40px;
	}

	#sub-investigation .middle .second_half li {
		height: auto;
		padding-bottom: 23px;
	}

	#sub-investigation .middle .main_gray .wwksf li,
	#sub-investigation .middle .main_gray .wwksf a,
	#sub-investigation .middle .second_half li a {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.container-fluid #header .top-container {
		margin-right: 0;
		padding-right: 0px;
	}

	#our_insgtgn .top5 .right,
	#our_insgtgn .top4 .right {
		padding: 0 10px;
	}

	#our_insgtgn .top5 .left .post_excerpt,
	#our_insgtgn .top4 .left .post_excerpt {
		padding-bottom: 0;
	}

	#our_insgtgn .bottom_part .top3 .left>*:last-child {
		margin-bottom: initial;
		padding-bottom: 0;
	}

	#our_insgtgn .bottom_part .text_center .invst-widget {
		margin-top: 0px;
	}

	body.category #archive #container,
	body.category #archive #sidebar,
	.template-two-column-layout#archive #container,
	.template-two-column-layout#archive #sidebar {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}

	#sub-investigation .main_post {
		margin-bottom: 40px;
	}

	#sub-investigation .middle .main_gray .wwksf {
		margin: 0px 25px;
		padding: 30px 10px 10px;
		padding-top: 40px;
	}

	#sub-investigation .middle .main_gray .tag {
		left: 25px;
		right: 0;
		margin: 0;
	}

	#sub-investigation .middle .main_gray {
		margin-bottom: 30px;
	}

	#sub-investigation .middle .second_half li {
		height: auto;
		padding-bottom: 0;
	}

	#sub-investigation .middle .second_half {
		margin: 0;
	}

	#sub-investigation #investigation-cat-widget img {
		float: none !important;
	}

	.container-fluid .apl-widget-area {
		text-align: center;
	}

	#sub-investigation .load_more {
		float: none;
		background-color: transparent !important;
		text-align: center;
	}

	#sub-investigation .load_more a {
		background-color: #202124;
		display: inline-block;
	}

	#sub-investigation .row.bottom>.col-md-4:last-child {
		margin-top: 0;
		margin-bottom: 40px;
	}

	#sub-investigation .middle .main_gray .wwksf li,
	#sub-investigation .middle .main_gray .wwksf a,
	#sub-investigation .middle .second_half li a {
		font-size: 18px;
	}
}

@media (max-width: 575px) {

	#our_insgtgn .top5 .right .small_50,
	#our_insgtgn .top4 .right .small_50,
	#our_insgtgn .bottom_part .top3 .right .small_50 {
		width: 100%;
	}

	#our_insgtgn .bottom_part .top3 .right .small_50+.small_50 {
		margin-top: 20px;
	}

	#our_insgtgn #investigation-middle-widget {
		padding-bottom: 0px;
	}
}


/*End-June-15-2020*/
/* august-7-2020 */
.container-fluid .single_post .content ul,
.container-fluid .single_post .content ul *,
.container-fluid .single_post .content p,
.container-fluid .single_post .content p * {
	font-size: 1.375rem;
	line-height: 1.4;
}

.single-post .container-fluid .single_post .title {
	font-size: 35px;
}

.container-fluid .single_post .apl_post_meta .ddata .author a {
	font-size: 1.375rem;
}

.container-fluid .single_post .apl_post_meta .ddata .date {
	font-size: 1rem;
}

.comitem .texts .apl_post_meta,
.single-post .container-fluid .single_post .apl_post_meta {
	display: flex;
	align-items: center;
}

/*End- august-7-2020 */
.container-fluid #container .latest_news .load_more {
	float: none;
	display: block;
	background: none;
	text-align: right;
}

.container-fluid #container .latest_news .load_more a {
	display: inline-block;
	background: #202124;
}

.featured_advertisement {
	display: block;
	/* 	text-align:center; */
}

.featured_advertisement img.alignleft {
	display: block;
	margin-right: auto;
}

.featured_advertisement img.alignright {
	display: block;
	margin-left: auto;
}

.featured_advertisement img.aligncenter {
	display: block;
	margin: 0 auto;
}

.container-fluid #archive .conitem .texts .post_excerpt {
	font-size: 1.1rem;
}

.dropdown-menu {
	top: 80% !important;
}

/* Fix in-page Google Auto Ads overlapping text EWH */
.single-post .adsbygoogle iframe {
	margin: 0 !important;
}