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

:root {
	--medblue: #A8CDD9;
	--darkblue: #477E9A;
	--lightblue: #DAE8ED;
	--beige: #F6EEE5;
	--black: #515253;
}

p {
    font-size: clamp(17px, 1.7vw, 20px) !important;
    line-height: 1.2em;
}

body a {
    color:var(--darkblue);
}


/*-------------------------------------------------------------------------*/
/* BANNER
/*-------------------------------------------------------------------------*/

.banner-box .vc_column-inner{
    width: 110%!important;
    z-index: 999!important;
    left: -10%!important;
    position: relative!important;
}

/*-------------------------------------------------------------------------*/
/* ELEMENTE
/*-------------------------------------------------------------------------*/

.tab-item a, .tab-item span {
    color:var(--black)!important;
	letter-spacing: 0;
}

.tabbed>ul li .active-tab {
     color:var(--black)!important;
}