/*
Theme Name: Pete Kopf Theme
Theme URI: https://wordpress.org/themes/twentytwenty/
Template: twentytwenty
Author: the WordPress team
Author URI: https://wordpress.org/
Description: A custom theme for Pete Kopf.
Tags: blog,one-column,custom-background,custom-colors,custom-logo,custom-menu,editor-style,featured-images,footer-widgets,full-width-template,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready,block-patterns,block-styles,wide-blocks,accessibility-ready
Version: 1.0.1753212671
Updated: 2025-07-22 19:31:11

*/

/* Menu */

#site-header {
	background-color: #142a42;
	background-image: url('https://petekopf.wpenginepowered.com/wp-content/uploads/2025/07/star.png'), url('https://petekopf.wpenginepowered.com/wp-content/uploads/2025/07/star.png');
    background-size: 56px 79px, 56px 79px;
    background-position: 0 14px, 28.5px 53.5px;
	background-repeat: repeat, repeat;
}
.primary-menu {
	font-family: fieldwork, sans-serif;
	font-weight: 400 !important;
	font-style: normal;
	text-transform: uppercase;
}
.primary-menu > li > a {
	color: #ffffff !important;
}
.primary-menu li.current-menu-item > a, .primary-menu li.current-menu-item > .link-icon-wrapper > a {
    text-decoration: none;
	color: #b32c2b !important;
	font-weight: 700 !important;
}
html body {
  --wp--preset--color--accent: #b32c2b !important;
}

/* All Pages */
.post-35 .entry-header, .post-67 .entry-header, .post-79 .entry-header, .post-89 .entry-header, .post-95 .entry-header, .post-15 .entry-header, .post-123 .entry-header {
	display: none;
}

.no-margins {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

p {
	font-family: fieldwork, sans-serif;
	font-weight: 300;
	font-style: normal;
}

h1, h2 {
	font-family: fieldwork, sans-serif !important;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
}

.section-header {
	font-family: fieldwork, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
}

.geo-ital-demi {
	font-family: fieldwork, sans-serif !important;
	font-weight: 600;
	font-style: italic;
}
.geo-demi {
	font-family: fieldwork, sans-serif !important;
	font-weight: 600;
}

.quote-block {
  position: relative;
  z-index: 2;
}
.quote-block::before {
	content: "";
	position: absolute;
	top: -10%;
	left: -40%;
	width: 210px;
	height: 171px;
	background: url('https://petekopf.wpenginepowered.com/wp-content/uploads/2025/07/open-quote.png') no-repeat center center;
	background-size:cover;
	opacity: 0.3;
	transform: scale(0.75);
	z-index: -1;
}
.quote-block::after {
	content: "";
	position: absolute;
	bottom: 25%;
	right: -10%;
	width: 85px;
	height: 65px;
	background: url('https://petekopf.wpenginepowered.com/wp-content/uploads/2025/07/close-quote.png') no-repeat center center;
	background-size:cover;
	opacity: 0.3;
	transform: scale(0.75);
	z-index: -1;
}

.drop-shadow {
	filter: drop-shadow(0 0 8px #142a42);
}

.light-drop-shadow {
  width: auto;
  height: auto;
  background: white;
  position: relative;
  z-index: 1;
}

.light-drop-shadow::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  filter: blur(10px);
  mix-blend-mode: multiply;
  z-index: -1;
}

.round-button .wp-element-button {
	border-radius: 50px;
	font-family: fieldwork, sans-serif;
	font-weight: 700;
	font-style: normal;
	padding: 1.1em 3em;
}

.curved-section {
  position: relative;
  overflow: visible;
  z-index: 1;
}
.curved-section::after {
	content: "";
	position: absolute;
	bottom: -60px;
	left: 0;
	width: 100%;
	aspect-ratio: 11.125;
	background: url('https://petekopf.wpenginepowered.com/wp-content/uploads/2025/07/curve-divider.svg') no-repeat center bottom;
	background-size: cover;
	z-index: 10;
	pointer-events: none;
	filter: drop-shadow(0 0 8px #142a42);
}
.curved-section .wp-block-cover__image-background {
  -webkit-mask-image: radial-gradient(ellipse at top, black 70%, transparent 71%);
  -webkit-mask-size: 240% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: bottom;

  mask-image: radial-gradient(ellipse at top, black 70%, transparent 71%);
  mask-size: 240% 100%;
  mask-repeat: no-repeat;
  mask-position: bottom;
}
.under-section {
	margin-top: -35px !important;
}
@media only screen and (min-width: 344px) {
	.curved-section::after {
		bottom: -32px;
		left: -50%;
		width: 200%;
	}
	.curved-section .wp-block-cover__image-background {
		mask-size: 680% 100%;
		-webkit-mask-size: 680% 100%;
	}
}
@media only screen and (min-width: 540px) {
	.curved-section::after {
		bottom: -48px;
	}
}
@media only screen and (min-width: 600px) {
	.curved-section::after {
		bottom: -60px;
	}
}
@media only screen and (min-width: 768px) {
	.curved-section::after {
		bottom: -40px;
		left: 0%;
		width: 100%;
	}
	.curved-section .wp-block-cover__image-background {
		mask-size: 300% 100%;
		-webkit-mask-size: 300% 100%;
	}
}
@media only screen and (min-width: 1024px) {
	.curved-section::after {
		bottom: -56px;
	}
	.curved-section .wp-block-cover__image-background {
		mask-size: 260% 100%;
		-webkit-mask-size: 260% 100%;
	}
}
@media only screen and (min-width: 1280px) {
	.curved-section::after {
		bottom: -72px;
	}
}
@media only screen and (min-width: 1600px) {
	.curved-section::after {
		bottom: -84px;
	}
}
@media only screen and (min-width: 1760px) {
	.curved-section::after {
		bottom: -100px;
	}
}
@media only screen and (min-width: 1920px) {
	.curved-section::after {
		bottom: -44px;
		background: url('https://petekopf.wpenginepowered.com/wp-content/uploads/2025/07/curve-divider-wide.svg') no-repeat center bottom;
	}
	.curved-section .wp-block-cover__image-background {
		mask-size: 200% 100%;
		-webkit-mask-size: 200% 100%;
	}
	.under-section {
		margin-top: -45px !important;
	}
}
@media only screen and (min-width: 2030px) {
	.curved-section::after {
		bottom: -60px;
	}
	.curved-section .wp-block-cover__image-background {
		mask-size: 270% 100%;
		-webkit-mask-size: 270% 100%;
	}
}
@media only screen and (min-width: 2400px) {
	.curved-section::after {
		bottom: -70px;
	}
	.curved-section .wp-block-cover__image-background {
		mask-size: 240% 100%;
		-webkit-mask-size: 240% 100%;
	}
}
@media only screen and (min-width: 2560px) {
	.curved-section::after {
		bottom: -74px;
	}
}
@media only screen and (min-width: 2800px) {
	.curved-section::after {
		bottom: -94px;
	}
	.curved-section .wp-block-cover__image-background {
		mask-size: 210% 100%;
		-webkit-mask-size: 210% 100%;
	}
}
@media only screen and (min-width: 3200px) {
	.curved-section::after {
		bottom: -94px;
	}
}

.blue-box {
  position: relative;
  background-color: #476489;
  z-index: 1;
}

.blue-box::before {
  content: "";
  position: absolute;
  top: 0;
  right: -160px;
  width: 100vw;
  height: 100%;
  background-color: #476489;
  z-index: -1;
}
@media only screen and (max-width: 781px) {
	.blue-box::before {
  		right: -10px;
	}
	.scale-image {
		transform: scale(1.25) !important;
		transform-origin: bottom left !important;
	}
}

.to-front {
	z-index: 1;
}

.move-right {
	position: relative;
	left: 110px;
}

.scale-image {
	transform: scale(1.5);
	transform-origin: top left;
}

/* Form */
input, textarea {
    border-color: #476489 !important;
}
input[type="text"], input[type="email"], textarea {
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    font-size: 1.6rem;
}
input::placeholder, textarea::placeholder {
  color: #476489;
}
input[type="submit"] {
	background-color: #b32c2b !important;
	border-radius: 50px;
	font-family: fieldwork, sans-serif;
	font-weight: 700;
	font-style: normal;
	padding: 1.1em 3em;
}

.icon-input {
  position: relative;
}

.icon-input .name-icon {
  position: absolute;
  top: 66%;
  left: 14px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url('https://petekopf.wpenginepowered.com/wp-content/uploads/2025/07/name-icon.png') no-repeat center center;
  background-size: contain;
  pointer-events: none;
  z-index: 2;
}

.icon-input .state-icon {
  position: absolute;
  top: 66%;
  left: 14px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url('https://petekopf.wpenginepowered.com/wp-content/uploads/2025/07/state-icon.png') no-repeat center center;
  background-size: contain;
  pointer-events: none;
  z-index: 2;
}

.icon-input .email-icon {
  position: absolute;
  top: 66%;
  left: 14px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url('https://petekopf.wpenginepowered.com/wp-content/uploads/2025/07/email-icon.png') no-repeat center center;
  background-size: contain;
  pointer-events: none;
  z-index: 2;
}

.icon-input input[type="text"], .icon-input input[type="email"] {
  padding-left: 44px;
  background-color: transparent;
  position: relative;
  z-index: 1;
}





/* Footer */
.overflow-column {
	position: relative;
	z-index: 2;
	margin-bottom: -100px !important;
}
.wp-block-columns,
.wp-block-cover {
	overflow: visible; position: relative;
}
@media only screen and (max-width: 781px) {
	.overflow-column {
		margin-bottom: 0px !important;
	}
}

.bottom-bar {
	border-top: 15px solid #b32c2b;
}

#site-footer {
	margin-top: 0 !important;
	background-color: #142a42;
}
.reduced-spacing.footer-top-visible .footer-nav-widgets-wrapper, .reduced-spacing.footer-top-hidden #site-footer {
    border-top-width: 0rem;
}
.footer-copyright {
	color: #fff;
}
.powered-by-wordpress {
	display: none;
}
a.to-the-top {
	color: #fff !important;
}

.wp-block-navigation {
	font-family: fieldwork, sans-serif;
	font-weight: 300;
	font-style: normal;
	text-transform: uppercase;
	padding-right: 20px;
}

.vertical-menu .wp-block-navigation__container {
	display: block !important;
}

.vertical-menu .wp-block-navigation__container > .wp-block-navigation-item {
	display: block !important;
	width: 100%;
}

.vertical-menu li {
	text-align: right;
}

.wp-block-navigation__responsive-container-content ul.wp-block-page-list {
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start;
}

.wp-block-navigation__responsive-container-content ul.wp-block-page-list li {
	width: 100%;
	margin: 0;
}

.wp-block-navigation__responsive-container-content a.wp-block-navigation-item__content {
	display: block;
	width: 100%;
	text-align: right;
}

.wp-block-navigation .wp-block-page-list {
    gap: initial;
}

a.wp-block-navigation-item__content:hover {
	text-decoration: underline;
}

.social-media-block {
	padding-right: 0 !important;
	padding-left: 0 !important;
	gap: 0em;
}
@media only screen and (max-width: 430px) {
	.social-media-block .alignright {
		max-width: 100% !important;
	}
	.social-media-block .wp-block-image .alignright {
		float: none;
	}
	.footer-logo {
		padding-top: 20px;
	}
}

.footer-logo {
	padding-left: 20px;
}

.footer-block, .wp-block-cover .wp-block-cover__inner-container {
    padding: 0 !important;
}

/* Pete's Story Page */
.no-cover-pad {
    padding: 0 !important;
}

.red-bar {
    background-color: #b32c2b;
    max-width: 200px !important;
    margin-left: 0 !important;
}

.photo-cw img {
	border: 10px solid #fff;
	transform: rotate(3deg);
}
.photo-ccw  img {
	border: 10px solid #fff;
	transform: rotate(-3deg);
}

.align-right .alignright{
	max-width: 100%;
}
.align-right {
	margin-top: 0 !important;
}
.shift-left {
	position: relative;
	left: -50px;
}
.shift-up {
	position: relative;
	top: -50px;
}

/* Pete's Experience Page */
.red-bar-center {
	background-color: #b32c2b;
    max-width: 200px !important;
}

.align-wider {
    max-width: 90rem !important;
    position: relative;
    width: calc(100% - 4rem);
}

.centered-columns {
	justify-content: center;
	gap: 4rem;
	margin-top: 1rem !important;
}

.equal-height-columns {
	overflow: hidden;
}
.equal-height-columns > .wp-block-column {
	position: relative;
	padding: 2rem;
}

.equal-height-columns > .wp-block-column::before {
	content: "";
	position: absolute;
	top: -30px;
	right: 0;
	bottom: -30px;
	left: 0;
	background: white;
	z-index: 0;
}

.equal-height-columns > .wp-block-column > * {
	position: relative;
	z-index: 1;
}

@media (max-width: 976px) {
	.equal-height-columns {
		flex-direction: column !important;
	}
	.equal-height-columns > .wp-block-column {
		position: relative;
		padding: 2rem;
		flex-basis: 0 !important;
	}
	.equal-height-columns > .wp-block-column::before {
		  top: 0;
		  bottom: 0;
	}
}

.two-row-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.two-row-columns > .wp-block-column {
  flex: 1 1 220px;
  max-width: 250px;
  box-sizing: border-box;
}

/* Pete's Vision Page */
.sm-red-bar {
    background-color: #b32c2b;
    max-width: 40px !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
}

/* Testimonials Page */
.mobile-only {
  display: block;
}

@media (min-width: 782px) {
  .mobile-only {
    display: none !important;
  }
}
.not-mobile {
  display: none;
}

@media (min-width: 782px) {
  .not-mobile {
    display: block;
  }
}

.shift-down {
	position: relative;
	top: 10px;
}

.testimonials-block {
	padding-left: 0 !important;
	padding-right: 0 !important;
	gap: 0;
}
.testimonials-block p {
	margin: 3em 5em !important;
}
@media (max-width: 782px) {
	.testimonials-block p {
		margin: 3em 1em !important;
	}
}
.testimonials-block .quote-block::before {
	top: -50px;
	left: -110px;
}
.testimonials-block .quote-block::after {
	bottom: -30px;
	right: -35px;
}
.testimonial-2-bg {
	background-image: url("https://petekopf.wpenginepowered.com/wp-content/uploads/2025/07/testimonial-2.jpg");
	background-size: cover;
}
.testimonial-3-bg {
	background-image: url("https://petekopf.wpenginepowered.com/wp-content/uploads/2025/07/testimonial-3.jpg");
	background-size: cover;
}
.testimonial-4-bg {
	background-image: url("https://petekopf.wpenginepowered.com/wp-content/uploads/2025/07/testimonial-4.jpg");
	background-size: cover;
}

/* Campaign Team */

.campaign-team .wp-block-image {
	flex-grow: 0 !important;
	padding: 10px;
}

.campaign-team figure:nth-child(13) {
	margin-left: auto !important;
}

.campaign-team figure:nth-child(14) {
	margin-right: auto !important;
}
.campaign-team figcaption {
	margin: 10px !important;
	font-family: fieldwork, sans-serif;
	font-style: normal;
	font-size: clamp(1rem, 2vw, 2rem) !important;
}
.campaign-team figcaption strong {
	font-size: clamp(1.5rem, 2vw, 2.9rem) !important;
}
.campaign-team figure.wp-block-image:has(figcaption):before {
    margin: 10px;
}







/* Mobile Menu Edits */

.header-inner .toggle path {
    fill: white;
}

.toggle-inner .toggle-text {
    color: #FFFFFF !important;
}

.menu-modal nav * {
    border-color: #FFFFFF !important;
}

.modal-menu a {
	color: #FFFFFF !important;
	background: linear-gradient(36deg, #142a42, #476489);
}

.menu-modal-inner {
    background: #476489;
}

.close-nav-toggle .toggle-text {
	color: #fff;
	text-decoration: underline;
}

.close-nav-toggle .svg-icon {
	color: #fff;
}

































