/*
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
*/




/*p{
    font-size: 18px!important;
    line-height: 28px!important;
}*/

.nectar-split-heading[data-animation-type="line-reveal-by-space"]:not(.markup-generated) > * {
    line-height: 1.5;
}

/* HOVER FLECHITA PRODUCTOS */
.nectar-fancy-box[data-style="color_box_hover"]:hover .inner-wrap img  {
    filter: invert()!important;
    transition: all 0.45s cubic-bezier(0.25,1,0.2,1);

}


#full_width_portfolio .container-wrap[data-nav-pos=after_project_2] .bottom_controls {
    margin: 50px 0px 180px!important;
}

/* DEGRADADO CAJA PORTFOLIO SIGUIENTE */
.single-portfolio #full_width_portfolio #portfolio-nav {
    background: linear-gradient(to bottom right,#1f00fe,#33d192);
    border-radius: 20px;
    margin: 5% 0 10%;
}

.container-wrap[data-nav-pos="after_project_next_only"] .bottom_controls .proj-bg-img {
    display: none;
}

.container-wrap[data-nav-pos="after_project_next_only"] .bottom_controls .parallax-layer-wrap:after {
    background-color: transparent!important;
}

.container-wrap[data-nav-pos="after_project_next_only"] .controls li{
    padding: 4%!important;
}

/* FEATURE DESTACADA EN FICHA PORTFOLIO / CASOS DE ÉXITO*/
.nectar-hor-list-item[data-columns="2"][data-column-layout=small_first]>div:nth-child(2) {
    font-weight: 600;
}

.item-main h3.post-heading{
    font-size: 24px;
}

/* MENU IDIOMAS */
#header-outer[data-lhe=animated_underline] #top .sf-menu > .menu-item.wpml-ls-slot-15.wpml-ls-item a {
	background: white;
    padding: 1rem 2rem;
    border-radius: 43px;
	margin-left: 0;
}

#header-outer[data-lhe=animated_underline] #top .sf-menu > .menu-item.wpml-ls-slot-15.wpml-ls-item .sub-menu {
	border-radius: 50px;
    padding: 0;
    width: auto;
}