/*
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
*/
h2 em{
	font-style: normal;
	position: relative;
	background: linear-gradient(45deg, #fea043, #fc693a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*h2 em:before {
    content: "";
    background: url(https://associazione.prmweb.biz/wp-content/uploads/2022/09/bkg-focus-keyword.webp);
    height: 100%;
    position: absolute;
    width: 100%;
    background-repeat: no-repeat;
    z-index: -1;
    top: 20px;
    background-size: contain;
}*/
#intro .row-bg{
    background-size: contain;
}
#news .row-bg {
    background-size: contain;
}
.blog-recent[data-style*=classic_enhanced] .excerpt {
    font-size: 15px;
    line-height: 20px;
}
body #header-outer[data-lhe="default"] #top nav .sf-menu > .current_page_item > a {
    background: url(https://associazione.prmweb.biz/wp-content/uploads/2022/09/bkg-focus-keyword.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    color: #ffffff !important;
	padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 60px;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    width: 100%;
	background: linear-gradient(45deg, #fea043, #fc693a);
}