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

#ajax-content-wrap #footer-outer #copyright {
  border-top: 1px solid rgba(0, 0, 0, 0.34);
}

/* Default (mobile-first) */
.row-desktop { 
  display: none !important; 
}
.row-mobile { 
  display: block !important; 
}

/* Switch at desktop breakpoint */
@media (min-width: 992px) {   /* adjust to your theme’s breakpoint: 992px, 1024px, or 1200px */
  .row-desktop { 
    display: block !important; 
  }
  .row-mobile { 
    display: none !important; 
  }
}

#slide-out-widget-area .inner .off-canvas-menu-container li > a {
  font-size: 18px;
  line-height: 25px;
  font-family: 'Open Sans';
  font-weight: 500;
}

.textwidget {
  font-size: 15px;
  line-height: 20px;
}


