/*
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
*/
.abc-ieon-with-text .iwithtext .iwt-icon img {
    width: 120px !important;
	border: 1px solid #333333;
}
.abc-ieon-with-text .iwithtext .iwt-text {
    padding-left: 160px;
}
.nectar-icon-list-item {
    margin-bottom: 20px;
}
.nectar-icon-list[data-icon-style=border] .list-icon-holder {
    border: 2px solid #924a22;
    background-color: #924a22 !important;
    color: #ffffff;
}
.nectar-icon-list-item .content {
    color: #333;
}
.abc-fancy-list .nectar-fancy-ul ul li i:before{
    background: #9d4514;
    color: #ffffff;
    font-size: 20px;
    border-radius: 40px;
    padding: 2px;
}
.abc-fancy-list .nectar-fancy-ul ul li i{
	margin-top:-5px!important;
}
.abc-table .th-row th{
    background: #9d4514!important;
    color: #ffffff;	
}
.abc-table tr td{
    background-color:transparent!important;
	font-size: 18px !important;
}
.abc-table table, body:not(.woocommerce-cart) .main-content .abc-table table tr:nth-child(2n+1){
    background-color:rgba(255,255,255,0.5)!important;
}
.nectar-fancy-ul[data-list-icon=dot] ul li {
    padding-left: 20px;
}
.gform_required_legend{
	display:none!important;
}
@media(max-width:1000px){
.abc-ieon-with-text .iwithtext .iwt-icon img {
    width: 70px !important;
}	
.abc-ieon-with-text .iwithtext .iwt-text {
    padding-left: 90px;
}
.abc-ieon-with-text .iwithtext .iwt-text h1{
   font-size:22px!important;
	line-height:30px!important;
}
}
@media(min-width:1000px){
	.abc-ieon-with-text .iwithtext{
		margin-left:70px!important;
	}
}