/*
Theme Name:     NewsPlus Child
Theme URI:      http://labs.saurabh-sharma.net/themes/newsplus/wp/
Description:    Child theme for the NewsPlus theme
Author:         Saurabh Sharma
Author URI:     http://themeforest.net/user/SaurabhSharma
Template:       newsplus                             
Version:        3.2.1
*/
.single-post-thumb img {
    display: block;
    margin: 0 auto 24px;
    width: 100%;
}
.postid-1327 form {
    background: #202d5f;
    padding: 26px;
    width: 44%;
    margin: 0 auto 24px;
}
.postid-1327 .two-col-wrapper form {
    background: #202d5f;
    padding: 26px;
    width: 84%;
    margin: 0 auto 24px;
}
.postid-1327 .two-col-text {
	padding-top: 40px;
}
.np-news-ticker {
    direction: ltr;
}
.js-marquee{
	direction: rtl;
}
#world_clock_widget .display {
    direction: ltr;
}
#sidebar{
    padding: 0 25px !important;
}
.post-views{
	display: none !important;
}

#header .column.last{
	float: left;
}

.widget_date_time {
    text-align: left;
}
/* .kc-col-container .entry-title {    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
} */
.newsplus.entry-grid .entry-title{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.entry-card .post-thumb {
    min-height: 250px;
}
.card-wrap .wp-post-image {
    display: block;
    max-width: 340px !important;
    max-height: 250px;
    padding-top: 0;
    object-fit: none;
    width: 100%;
    height: 245px !important;
}
.ss-label{
	width: 100%;
}
@media only screen and (max-width: 1000px){
	#header .column {
		margin-bottom: 0;
		width: 50%;
		display: inline-block;
	}

	#header .column.last {
		float: left;
		position: relative;
		padding-top: 0;
	}
	.menu-button {
		height: 44px;
	}
	.toggle-icon {
		float: right;
	}
	.menu-button .toggle-icon {
		float: right;
	}
	.resp-main .search-trigger, .resp-main .search-form, .scheme-default .primary-nav .search-form, .scheme-customizer .primary-nav .search-form {
		right: auto;
		left: 0;
	}
	.postid-1327 form {
		background: #202d5f;
		padding: 26px;
		width: 80%;
		margin: 0 auto 24px;
	}
}