/*
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;
}
@media (min-width: 1025px) {

    /* Hero Wrapper (Controls overall alignment) */
    #pxl-page-title-default {
        /* perfect vertical space */
       background-size: contain !important;
        background-position: center center !important;
        display: flex;
        align-items: center;
    }

    /* Container width (prevents stretched UI on wide screens) */
    #pxl-page-title-default .container {
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 60px;
    }

    /* Title Styling */
    #pxl-page-title-default .pxl-page-title {
        font-size: clamp(28px, 4.2vw, 50px) !important;
        line-height: 1.1 !important;
        font-weight: 700 !important;
        color: #fff !important;
        max-width: 800px;
        display: block;
        margin-bottom: 20px;
    }

    /* Breadcrumbs styling */
    .pxl-page-title .yoast-breadcrumbs a {
        font-size: 16px;
        opacity: 0.7;
    }

    /* Breadcrumb label */
    .pxl-page-title span span a {
        font-size: 14px;
        opacity: 0.6;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    /* Line break for main hero title */
    .breadcrumb_last {
        display: block;
        margin-top: 8px;
        font-size: inherit !important;
        font-weight: inherit !important;
    }
}

@media (max-width: 768px) {
    #pxl-page-title-default {
        top: 0 !important;
background-image: url('https://northwickcyber.com/wp-content/uploads/2026/01/Banner_mobile.webp') !important;
		min-height: auto !important;
    padding: 48px 16px 32px !important;
    }
	#pxl-page-title-default .ptitle-content h1{
		font-size: 28px !important;
    line-height: 1.3 !important;
    word-break: normal;
	}
}
@media (max-width: 767px) and (orientation: portrait) {
  #pxl-page-title-default {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 1200px) {
    #pxl-page-title-default {
        top:0 !important;
    }
}
.pxl-anchor-button.style-1 svg{
	width: 100px !important;
    height: 100px !important;
}

/* Elementor Blog Content */
.single-post .elementor-widget-text-editor {
        font-size: 16px;
    line-height: 1.75;
    color: #444;
}

/* Paragraph spacing */
.single-post .elementor-widget-text-editor p {
    margin-bottom: 18px;
}

/* H2 Headings */
.single-post .elementor-widget-text-editor h2 {
    
    font-size: 26px;
    font-weight: 600;
    margin: 40px 0 16px;
    color: #111;
}

/* H3 Headings */
.single-post .elementor-widget-text-editor h3 {
    
    font-size: 22px;
    font-weight: 600;
    margin: 32px 0 14px;
    color: #111;
}

/* Unordered & Ordered Lists */
.single-post .elementor-widget-text-editor ul,
.single-post .elementor-widget-text-editor ol {
    margin: 20px 0 20px 22px;
    padding: 0;
}

.single-post .elementor-widget-text-editor li {
    margin-bottom: 10px;
    line-height: 1.7;
}

.single-post .elementor-widget-text-editor b,
.single-post .elementor-widget-text-editor strong {
    font-weight: 600;
    color: #111;
}

.single-post .elementor-widget-text-editor {
    max-width: 820px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .single-post .elementor-widget-text-editor {
        font-size: 15px;
    }

    .single-post .elementor-widget-text-editor h2 {
        font-size: 22px;
    }

    .single-post .elementor-widget-text-editor h3 {
        font-size: 20px;
    }
}
.ourcyberinsights #pxl-page-title-default{
	top:0px !important;
}

/* Wrapper styling */
.records-per-page-wrapper {
    margin-bottom: 25px;
    display: flex;
    justify-content: flex-end; /* change to flex-start if you want left */
}

/* Modern dropdown */
.records-per-page-select {
    width: auto;
    min-width: 190px;
    padding: 10px 16px;
    font-size: 15px;
    font-weight: 600; /* stronger text */
    border-radius: 10px;
    border: 2px solid #ccc;
    background: #fff;
    color: #000000;
    cursor: pointer !important; /* hand symbol */
    transition: all 0.25s ease;
    appearance: none; /* removes default arrow for cleaner UI */
    background-image: url("data:image/svg+xml,%3Csvg fill='%23000000' height='14' viewBox='0 0 24 24' width='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E"); 
    background-repeat: no-repeat;
    background-position: right 12px center;
}

/* Hover + Focus Effects */
.records-per-page-select:hover,
.records-per-page-select:focus {
    border-color: #ea8c2e;  /* Your theme color */
    box-shadow: 0 0 0 4px rgba(234, 140, 46, 0.25);
    color: #000000;
}

/* Dropdown Options */
.records-per-page-select option {
    font-weight: 600;
    padding: 10px;
}
