/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


.row.heading-title.hentry{
	display:none !important;
}
.container-wrap.no-sidebar{
	padding-top : 0px !important;
}
.nectar-social.fixed{
    position: fixed;
    right: 30px !important;
    bottom: 80px !important;
    height: 50px;
    width: 50px;
    line-height: 50px;
    z-index: 1000;
}

@media(max-width:768px){
	select.wpcf7-form-control.wpcf7-select{
		max-width : 100%;
	}
	.co-author-details{
	 display : flex;
	flex-direction:column;
	}
.contact-number{
		max-width : 100% ;
	}
}

@media (min-width : 769px){
	select.wpcf7-form-control.wpcf7-select
	{
		max-width :25% !important;
	}
	.co-author-details{
	 display : flex;
	flex-direction:row;
    justify-content: space-between;
	}
	.contact-number{
		max-width : 30% !important;
	}
}
input.wpcf7-form-control, textarea.wpcf7-form-control.wpcf7-textarea{
	border-radius : 3px;
	border : 1px solid #0b4771 !important;
	background : transparent !important;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner{
	background :#0b4771 !important;
}
select.wpcf7-form-control.wpcf7-select{
	border-radius : 3px;
	border : 1px solid #0b4771 !important;
	background : transparent !important;
}

/*article archive - disable article feature image*/
.article-archive .nectar-post-grid-item-bg-wrap {
    display: none;
}
.article-archive{
	margin-top : -30px !important;
}
.article-archive .nectar-post-grid-item {
    border-bottom: 2px solid #70707020;
    margin-bottom: 0px !important;
    padding-bottom: 25px;
    margin-top: 45px !important;
}
/*article archive - disable article feature image ends*/
/*whatsapp*/
.foot-whatsapp-icon{
	z-index : 999 !important;
}