/*
Theme Name:     Pertusati Performance Group
Description:    Venture child theme.
Author:         Katie Te Nahu Owen
Author URI:		deliciousmint.net
Template:       venture
Version:        0.1.0
*/

/* Site wide */
body {
	--wp--preset--color--primary-dark: #000080;
	--wp--preset--color--primary-base: #000080;
}

.is-rounded {
	border-radius: 20px !important;
}

.font-weight-400 {
	font-weight: 400;
}

.wp-block-cover .has-grand-font-size {
	font-size: 3rem !important;
}

@media screen and (min-width: 768px) {
	.wp-block-cover .has-grand-font-size {
		font-size: 5rem !important;
	}
}

.wp-block-cover .has-gigantic-font-size {
	font-size: 2rem !important;
}

@media screen and (min-width: 768px) {
	.wp-block-cover .has-gigantic-font-size {
		font-size: 3rem !important;
	}
}

.hidden {
	display: none;
}

.mobile-change-order .wp-block-column:first-child {
	order: 2;
}

/* Header */
.site-branding {
	align-items: center;
	display: flex;
}

.site-header .site-branding .custom-logo-alt img {
	max-height: 42px;
	max-width: none;
	width: auto;
}

@media screen and (min-width: 768px) {
	.site-header .site-branding .custom-logo,
	.site-header .site-branding .custom-logo-alt img {
		max-height: 36px;
		width: auto;
	}
}

.site-header .site-title {
	margin-block-start: 0;
	margin-left: 12px;
}

.mobile-navigation ul .children a:not(:hover),
.mobile-navigation ul .sub-menu a:not(:hover) {
	color: #000080 !important;
}

/* Homepage */
.our-impact .wp-block-column h2.has-grand-font-size strong {
	font-size: 4rem !important;
}

:where(.wp-block-cover-image.is-light:not(.has-text-color)),
:where(.wp-block-cover.is-light:not(.has-text-color)) {
	color: #000080 !important;
}

.home-hero h1 {
	font-size: 5rem !important;
}

.home-hero p {
	font-size: 1.25rem !important;
}

.home .svg svg {
	height: 120px;
}

.home .svg svg path,
.home .svg svg rect {
	fill: #000080;
}

/* Blueprint section */
.wrapper-for-border .wp-block-column {
	align-items: center;
	display: flex;
	font-weight: 700;
	min-height: 124px;
	padding: 1rem;
}

@media screen and (min-width: 768px) {
	.wrapper-for-border .wp-block-column {
		min-height: 162px;
	}
}

.wrapper-for-border .wp-block-column p {
	width: 100%;
}

.page-id-2 .svg svg {
	height: 200px;
}

.page-id-2 .svg svg g * {
	fill: #000080;
}

.page-id-8 hr.wp-block-separator {
	display: none;
}

.single-post .singular-page-header .entry-meta,
.single-post .entry-author {
	display: none;
}

.singular-page-header .entry-title {
	font-weight: bold;
	text-shadow: none;
}

.nav-links .has-primary-light-color {
	color: #000080 !important;
}

/* Get Started section */
.page-id-14 .case-study > h2,
.page-id-14 .case-study .entry-content > h2,
.page-id-14 .case-study .entry-content > p,
.page-id-14 .case-study .entry-content > ul {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--wp--style--global--content-size);
	padding-left: 1.75rem;
	padding-right: 1.75rem;
}

@media screen and (min-width: 768px) {
	.page-id-14 .case-study > h2,
	.page-id-14 .case-study .entry-content > h2,
	.page-id-14 .case-study .entry-content > p,
	.page-id-14 .case-study .entry-content > ul {
		padding-left: 0;
		padding-right: 0;
	}
}

.page-id-14 .case-study > h2 {
	font-size: 2rem;
}
