/*
Theme Name:     AttackIQ
Theme URI:      n/a
Template:       kadence
Author:         Volume11
Author URI:     n/a
Description:    AttackIQ
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
.blogtable li>ul {margin-left:8px;}
.entry.loop-entry, .entry {box-shadow:none;}
.wp-site-blocks .post-thumbnail img {border-radius:7px;}
.splide .splide__arrow--next {
    right: -2.5em !important;
}
.splide .splide__arrow--prev {
    left: -2.5em !important;
}
.loop-entry .entry-content-wrap {padding:1em !important;}

.resources-hero-section {
    padding: 75px 0;
}

.resources-hero-section .hero-section-overlay {
    background: url(https://attackiq.v11.site/wp-content/uploads/2025/07/page-header.webp) no-repeat center center;
	background-size: cover;
}

/** Blog **/
.v11-blog-categories select#wp-block-categories-1 {
    background-color: var(--global-palette2);
    width: 100%;
    border: 1px solid var(--global-palette6);
    border-radius: 7px;
    color: var(--global-palette6);
	font-size: var(--global-kb-font-size-sm, 1rem);
	padding: .4em .5em;
}

.pagination {color: var(--global-palette9) !important;}
.blog .grid-cols, .archive .grid-cols {column-gap:1.5rem; row-gap: 1.5rem;}

/** Blog Categories **/
.category .content-area {margin-top:0px !important;}
