/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

@import url("../salient/style.css");

/*
 * Legal Disclaimer
 *
 * These Fonts are licensed only for use on these domains and their subdomains:
 * www.xiavo.com
 *
 * It is illegal to download or use them on other websites.
 *
 * Lineto.com, 2015
 */

@font-face {
    font-family: "Replica-Pro-Light";
    src:url("fonts/lineto-replica-pro-light.eot");
    src:url("fonts/lineto-replica-pro-light.eot?#iefix") format("embedded-opentype"),
        url("fonts/lineto-replica-pro-light.woff") format("woff"),
        url("fonts/lineto-replica-pro-light.ttf") format("truetype"),
        url("fonts/lineto-replica-pro-light.svg#lineto-replica-pro-light") format("svg");
    font-weight: normal;
    font-style: normal;
}

/*-------------------------------------------------------------*/
/*	Body
/*-------------------------------------------------------------*/

.container-wrap, .project-title {
    background-color: #000!important;
}


/*-------------------------------------------------------------*/
/*	Typography
/*-------------------------------------------------------------*/

body, .toggle h3 a, body .ui-widget, table, .bar_graph li span strong, #search-results .result .title span, .woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3, body .nectar-love span, body .nectar-social .nectar-love .nectar-love-count, body .carousel-heading h2, .nectar-button {
	font-family: "Replica-Pro-Light";
	font-weight: normal;
	letter-spacing: 0.5px;
	text-rendering:optimizeLegibilty;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Replica-Pro-Light";
	font-weight: normal;
	letter-spacing: 0.5px;
	text-rendering:optimizeLegibilty;
}
.bold, strong, b {
    font-family: "Replica-Pro-Light";
	font-weight: normal;
	text-rendering:optimizeLegibilty;
}

/*-------------------------------------------------------------*/
/*	Color
/*-------------------------------------------------------------*/

a:hover {
    color: #666;
}
.gray p {
    color: #999;
}