/*
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
*/
/* tweak logo properties for this class used with no header
*/ 
#lplogo {
    width: auto;
    max-width: none;
    line-height: 22px;
    font-size: 22px;
    letter-spacing: -1px;
    color: #444;
    font-weight: 600;
    align-self: center;
    text-decoration: none;
}
/* tweak this class used with no header
*/ 
body[data-header-resize="1"] .container-wrap, body[data-header-resize="1"] .project-title {
    padding-top: 20px!important;
}
/* tweak mobile properties for h1
*/ 
@media (max-width: 480px) { 

  #page-header-big h1 { 

    font-size: 34px!important; /* Adjust the font size as needed for mobile */
    line-height: 48px!important;
  } 

}
