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

/*fonts*/
@font-face {
    font-family: 'ploni';
    src: url("/wp-content/fonts/ploni-regular-aaa.woff") format("woff"),
        url("/wp-content/fonts/ploni-regular-aaa.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}



.gradient-div-border{
	border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(0deg, #F7EFE5, rgba(0,0,0,0)) 1;
    outline: none;
    box-sizing: border-box;
}
@media only screen and (max-width: 600px) {
	.nectar-icon-list-item{
		margin-bottom:20px !important;
	}
	#slide-out-widget-area .off-canvas-social-links li i{
		font-size:30px !important;
	}
	#slide-out-widget-area.fullscreen-alt .off-canvas-social-links:after{
		background-color:#354425 !important;
	}
}
