/*
Theme Name: Salient Child
Theme URI: https://themeforest.net/item/salient-responsive-multipurpose-theme/full_screen_preview/4363266
Author: ChildThemeWP.com
Author URI: https://childthemewp.com
Description: My WordPress Salient child theme.
Template: salient
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0.0
Text Domain: salient-child
*/

/*------------------------------------------------------------------------
## algemeen
------------------------------------------------------------------------*/

/*-- fonts --*/

/*-- vc --*/

/*-- buttons --*/

/*-- formulieren algemeen --*/


/*------------------------------------------------------------------------
## header
------------------------------------------------------------------------*/

/*-- menu --*/

/*------------------------------------------------------------------------
## page header
------------------------------------------------------------------------*/

body #page-header-bg h1 span:last-child {color: #5ab3e8 !important;}

/*------------------------------------------------------------------------
## footer
------------------------------------------------------------------------*/

/*------------------------------------------------------------------------
## pagina's
------------------------------------------------------------------------*/

/*-- home --*/

body.home h1 span.char11,
body.home h1 span.char28 {
    display: block;
}
body.home #page-header-wrap h1 span.char9,
body.home #page-header-wrap h1 span.char26 {
    color: #5ab3e8 !important;
}

/*------------------------------------------------------------------------
## mobile
------------------------------------------------------------------------*/

@media screen and ( min-width : 768px ) {
	
}

@media screen and ( max-width : 767px ) {

}