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

/*colours*/
.lightsage {color: #6E7F5B;}
.darksage {color: #556B44;} 
.earthbrown {color: #7A5A3A;}
.palestone {color: #E6E1D8;}
.lightlimestone {color: #F0ECE4;} 
.ivorywhite {color: #FFFFF0;} 
.charcoalblack {color: #1F1F1F;}

/*fonts*/
body, p {font-family: ;}
h1, h2, h3, h4, h5, h6 {font-family: ;}

/*general styling*/

/*rounded borders*/
.cnr-tl {
	border-top-left-radius: 50px !important;
	overflow: hidden;
}
.cnr-tr {
	border-top-left-radius: 50px !important;
	overflow: hidden;
}
.cnr-bl {
	border-top-left-radius: 50px !important;
	overflow: hidden;
}
.cnr-br {
	border-top-left-radius: 50px !important;
	overflow: hidden;
}


