/*
Theme Name: party-putters
Author: Mark Lamanna
Author URI: https://marklamanna.com
Theme URI: https://marklamanna.com
Tags: full-site-editing, block-patterns
Text Domain: party-putters
Requires at least: 6.4
Requires PHP: 7.4
Tested up to: 6.4
Version: 100.4

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@import url('https://fonts.googleapis.com/css2?family=Changa:wght@200..800&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/* Styles intended only for the front.*/
html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {

	html {
		scroll-behavior: auto;
	}
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.width-100 {
	width: 100%;
}
.max-width {
	max-width: 1000px;
  	width: 100%;
	margin: 0 auto;
}


.home-h1 {
	font-family: "Changa", serif;
	font-size: 3.5em;
	font-weight:800;

	line-height: 1em;
	margin-block-start: 15px;
}

.home-h2 {
	font-family: "Changa", serif;
	font-size: 1.65em;
	font-weight:800;

	line-height: 1em;
	margin-block-start: 15px;
}
.home-section-heading {
	font-family: "Changa", serif;
	letter-spacing: -1px;
	font-weight: 700;
	line-height: 40px;
}
.home-section-paragraph{
	font-family: "Josefin Sans", sans-serif;
  	font-optical-sizing: auto;
	font-size: 16px;
  	font-style: normal;
}

.footer-links > li {
	list-style: none;
	margin: -15px;
}
.header-links > li > a, .footer-links > li > a {
	color: var(--wp--preset--color--base);
  	text-decoration: none;
	font-size: 0.75em;
}
.header-links > li > a.wp-block-navigation-item__content > span{
	color: var(--wp--preset--color--base);
}

:where(.wp-site-blocks) > *, :root :where(.is-layout-flow) > * {
	margin-block-start: 0px;
}
.wp-block-group {
	padding: 20px 0;
}

.icon-list-icon {
	flex: 1;
}
.icon-list-content {
	flex: 4;
	padding-bottom: 0;
	gap: 12px;
}
.icon-list {
	width: 100%;
	gap: 0;
	padding: 0;
}
.icon-list-heading, .icon-list-heading-nolist {
	font-family: "Changa", serif;
	letter-spacing: -1px;
	font-weight: 700;
	line-height: 1;
	font-size: 26px;
}
.icon-list-heading:before {
	content: "·";
	font-size: 26px;
	line-height: 0;
	padding-right: 10px;
}

.icon-list-paragraph, .icon-list-paragraph-nolist {
	
	font-family: "Josefin Sans", sans-serif;
	font-optical-sizing: auto;
	font-size: 16px;
	font-style: normal;
}
.icon-list-paragraph {
	padding-left: 20px;
}
.home-section-group {
	gap: 0;
}

.home-section-list>li>strong {
	font-family: "Changa", serif;
	letter-spacing: -1px;
	font-weight: 700;
	line-height: 0;
	font-size: 26px;
  }
  .home-section-list > li {
	font-family: "Josefin Sans", sans-serif;
	font-optical-sizing: auto;
	font-size: 16px;
	font-style: normal;
	padding-bottom: 10px;
  }

  .footer-links {
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;

	font-family: "Josefin Sans", sans-serif;
	font-optical-sizing: auto;
	font-size: 26px;
	font-style: normal;
	
  }

  .wp-block-post-title {
	font-family: "Changa";
	font-weight: 800;
	font-size: 2.25em;
  }

  .wp-block-navigation-item__label {
	font-family: "Josefin Sans", sans-serif;
	font-size: 0.9em;
  }

  .lightweight-accordion .lightweight-accordion-title {
	background: none;
	border-top: 3px solid gray;
	list-style: none;
	padding: 0;
	position: relative;
  }

  .lightweight-accordion .lightweight-accordion-title > span {
	font-family: "Changa", serif;
	letter-spacing: -1px;
	font-weight: 700;
	line-height: 1;
	font-size: 26px;
	padding-right: 20px;
  }
  .lightweight-accordion .lightweight-accordion-body {
	font-family: "Josefin Sans", sans-serif;
	font-size: 16px;
	padding: 0;
  }
  .lightweight-accordion .lightweight-accordion-body > p {
	margin-top: 0;
  }

  .lightweight-accordion-title:after{
	content: '+';
	position: absolute;
	right: 0;
	font-family: "Changa";
	font-weight: 800;
  }


  details[open] > .lightweight-accordion-title:after {
	content: '-';
  }
  

  .wp-block-columns.testimonial-columns {
	gap: 0;
  }
  .wp-block-column.testimonial-column {
	width: 100%;
  }
  .wp-block-column.testimonial-column > figure {
	width: 100%;
  }
  .wp-block-column.testimonial-column > figure > img {
	width: 100%;
	max-height: 400px;
  }

  .pp-quote {
	font-family: "Josefin Sans", sans-serif;
	font-optical-sizing: auto;
	font-size: 16px;
	font-style: normal;
  }
  .pp-quote > cite {
	color: black;
  }
  .testimonials-group {
	margin-bottom: -20px;
  }

  @media screen and (max-width: 600px){
  	ul.wp-block-list.footer-links {
    	display: inline-flex;
    	flex-direction: row;
    	width: 100%;
    	padding-left: 0;
	}

	.footer-links > li {
    	margin: auto;
	}
	
	main.wp-block-group {
		padding-left: 5px;
		padding-right: 5px;
	}
	h1.wp-block-heading.home-h1 {
		font-size: 2em;
	}
	
	h2.wp-block-heading.home-h2 {
		font-size: 1em;
	}
	
	.wp-block-spacer.home-after-heading {
		height: 0px !important;
	}
	
	.home-layout {padding-left: 5px;padding-right: 5px;}
	
	figure.wp-block-image.home-section-image {
		margin-inline-start: 0;
		width: 100%;
	}
	
	figure.wp-block-image.home-section-image > img {
		max-height: 200px;
		width: 100% !important;
		object-fit: cover;
		height: 100% !important;
	}
	
	h3.wp-block-heading.icon-list-heading {
		display: inline-flex;
		flex-wrap: wrap;
		flex: 1;
		height: 40px;
		padding-left: 10px;
	}
	.icon-list-heading:before {
		display: none;
	}
}