/*

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

*/

/* Roboto font - it was having trouble loading on the homepage */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i&display=swap');

/* Hides the mobile-only bg row on the Loan Products and Services pages on desktops */
@media(min-width:1000px){
    .hide-on-desktop {
        display: none;
    }
}