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

/* Button */
.nectar-button, .nectar-button.medium {
	font-size: 14px !important;
	text-transform: none !important;
}
.joinchat{
	--bottom : 48px !important;
}

/* Desktop Only */
@media (min-width: 981px) {
	
}
/* Tablet Only */
@media screen and (min-width: 768px) and (max-width:980px) {
	
}
/* Mobile Only */
@media (max-width: 767px) {
    .wpb_column{
        margin-bottom: 0 !important;
    }
}
/* Mobile & Tablet Responsive */
@media (max-width: 980px) {
    .container{
        max-width: 92% !important;
    }
}
@media only screen and (min-width:783px) {
	
}
@media screen and (min-width: 1000px) and (max-width:1323px) {
	
}