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

/* OnsQuotiënt Typography */
html { font-size: 62.5%!important; }
body, .footer p, .footer a, .footer {
    font-size: 1.75rem!important;
    line-height: 2.75rem!important;
}
#top nav > ul > li > a , .nectar-button span {
    font-size: 1.6rem!important;
    line-height: 2.5rem!important;
}
@media (max-width: 1000px) {
    html { font-size: 68%!important; }
}
@media (max-width: 690px) {
    html { font-size: 70%!important; }
    html body h1, html body .vc_column-inner .wpb_wrapper h1.vc_custom_heading {
        font-size: 3.5rem!important;
        line-height: 4.5rem!important;
		margin-bottom: 2rem;
    }
    html body h2, html body .vc_column-inner .wpb_wrapper h2.vc_custom_heading {
        font-size: 2.75rem!important;
        line-height: 3.75rem!important;
		margin-bottom: 1.5rem;
    }
    html body h3, html body .vc_column-inner .wpb_wrapper h3.vc_custom_heading {
        font-size: 2rem!important;
        line-height: 3rem!important;
		margin-bottom: 1rem;
    }
    html body h4, html body .vc_column-inner .wpb_wrapper h4.vc_custom_heading {
        font-size: 2rem!important;
        line-height: 2.5rem!important;
    }
}
html body h1, html body .wpb_wrapper h1.vc_custom_heading {
    font-size: 4rem!important;
    line-height: 4.75rem!important;
    letter-spacing: 1.15px!important;
	margin-bottom: 2rem;
}
html body h2, html body .wpb_wrapper h2.vc_custom_heading {
    font-size: 3.25rem!important;
    line-height: 4rem!important;
    letter-spacing: 1.15px!important;
	margin-bottom: 1.5rem;
}
html body h3, html body .wpb_wrapper h3.vc_custom_heading {
    font-size: 2.75rem!important;
    line-height: 3.25rem!important;
    letter-spacing: 1.15px!important;
	margin-bottom: 1rem;
}
html body h4, html body .wpb_wrapper h4.vc_custom_heading {
    font-size: 2.25rem!important;
    line-height: 2.75rem!important;
}
html body h5, html body .wpb_wrapper h5.vc_custom_heading {
    font-size: 2rem!important;
    line-height: 2.5rem!important;
    letter-spacing: 1.15px!important;
}


/* Blog */
body.single-post .container-wrap.no-sidebar .post-area {
  max-width: initial!important;
}
.single .heading-title {
  display: none;
}
.container-wrap {
  padding-top: 0 !important;
}
.post .content-inner {
  padding-bottom: 0 !important;
}
.row {
  padding-bottom: 0 !important;
}
