/*
Theme Name: Northwick
Theme URI: https://northwickcyber.com/
Author: Northwick
Author URI: https://northwickcyber.com/
Description: 
Version: 1.0.0
License: ThemeForest
Requires PHP: 7.4
Tested up to: 6.0
License URI: https://themeforest.net/licenses
Text Domain: Northwick
Tags: 
Copyright (c) 2025 Northwick. All rights reserved.
This theme is licensed under the GPL-2.0+ license.
*/

:root {
    --primary-color: #EA8C2E !important;
	--link-color: #EA8C2E !important;
	--link-color-hover: #000000 !important;
	--link-color-active: #EA8C2E !important;
    --gradient-color-from: #000 !important;
    --gradient-color-to: #EA8C2E !important;
}

.single-post #pxl-page-title-default{
	top:90px;
}

.single-post .pin-spacer{
	display:none !important;
}

.single-post h2 {
    font-size: clamp(20px, 4vw, 28px);
    line-height: 1.3;
}

body.single-post ul,
body.single-post ol {
    margin: 20px 0;
    padding-left: 22px;
}

body.single-post ul li,
body.single-post ol li {
    margin-bottom: 10px;
    line-height: 1.6;
}

.single-post #pxl-page-title-default {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(https://northwickcyber.com/wp-content/uploads/2026/01/Banner_OurInsights-1.webp);
    background-size: cover;
}

.single-post #pxl-page-title-default .pxl-page-title{
	font-size: 60px;
}

.single-post #pxl-page-title-default .ptitle-content{
	max-width:1000px;
}