/*
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
*/
#header-outer .menu-item-242 > a:before {
    background: #966446;
}
#header-outer li[class*="menu-item-btn-style"] > a:hover:before {
    transform: scale(1) translateY(-50%) !important;
    background: #7f553b !important;
}
a:hover .nectar-text-reveal-button__text{
	transform:none !important;
}
.nectar-text-reveal-button__text:after {
    transition: none !important
    bottom: -120%;
    content: attr(data-text);
    left: 0;
    position: absolute;
}
/* #header-outer .menu-item-btn-style-button_accent-color > a:hover:before {
    transform: scale(1.0) !important;
    height: auto !important;
	background:#966446;
} */
.custom-gallery .work-item img {
    border-radius: 20px;
}
.nectar-post-grid[data-hover-effect=zoom] .nectar-post-grid-item:hover .nectar-post-grid-item-bg {
    transform: scale(1.01) !important;
}
.more-work:hover {
    transform: none !important;
}
.iwt-icon i:before {
    color: #966446;
	font-size:30px;
}
.iwt-icon i.fa-envelope::before {
    font-size: 25px !important;
}
#textarea-1 .forminator-description {
    display: none;
}
input[type=text], input[type=email], input[type=tel] {
    min-height: 50px !important;
}
button.forminator-button.forminator-button-submit {
    padding: 12px 2.5em !important;
    font-size: 16px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.custom-gallery .portfolio-items[data-ps="2"] .col .work-item:hover .work-info-bg{
	opacity:0.2 !important;
}
.nectar-link-underline-effect a.created {
    animation: none !important;
}
button.forminator-button.forminator-button-submit:hover {
    box-shadow: none !important;
}
.nectar-social.fixed{
	display:none !important;
}
.for-mobile {
    display: none !important;
}
@media (max-width:999px){
	.for-desktop {
		display: none !important;
	}
	.for-mobile {
		display: block !important;
	}
}
@media (max-width:767px){
	.home-visual {
		margin-bottom: 1px !important;
	}
	#ajax-content-wrap .exhibitions .nectar-hor-list-item.multiple-columns[data-columns="3"] .nectar-list-item,
	#ajax-content-wrap .achievement  .nectar-hor-list-item.multiple-columns[data-columns="3"] .nectar-list-item{
		width:100% !important;
	}
	.shailesh-work .nectar-post-grid .nectar-post-grid-item .content {
		padding: 15px 15px 10px 15px;
	}
	.shailesh-work .nectar-post-grid .nectar-post-grid-item .content .post-heading {
		line-height: 1.1em;
	}
}
@media (min-width:1200px){
	.achievement .nectar-list-item:nth-child(1) {
		width: 40% !important;
	}
	.achievement .nectar-list-item:nth-child(2) {
		width: 50% !important;
	}
	.achievement .nectar-list-item:nth-child(3) {
		width: 10% !important;
	}
}