/* CSS contributed by tim@div.digital */

body.home #post-inner .pt-cv-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 4rem;
}

@media only screen and (min-width: 769px) {
body.home #post-inner .pt-cv-wrapper   {
    padding: 0 4rem;
  }
}

body.home #post-inner .pt-cv-meta-fields {
    font-size: 2.1rem;
}

body.home #post-inner .pt-cv-readmore.btn {
    display: none;
}

h3.pt-cv-title {
    font-size: 2.25rem;
    line-height: 1.4;
    margin: 1.75rem 0 !important;
}

/* improvements by auut studio */

.use-hoefler-type {
	font-family: NonBreakingSpaceOverride, "Hoefler Text", Garamond, "Times New Roman", serif;
}
.project-in-tabs h4 {
	font-size: 2.8rem;
	margin-top: 10px !important;
	margin-bottom: 6px !important;
}
.project-in-tabs li {
	margin-bottom: 6px !important;
}
.page-id-788 h1.entry-title {
	font-family: "Inter var", "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 800;
}
.page-id-788 .wp-container-3.wp-block-columns.alignfull {
	padding-left: 10%;
	padding-right: 10%;
}
.page-id-3910 .wpnbha article .entry-title {
		text-shadow: 2px 2px 4px black;
}

@media (min-width: 1080px) {
	.page-id-3910 .wp-block-jetpack-layout-grid {
    padding-left: 29%;
    padding-right: 0%;
	}
	.page-id-3910 .wpnbha.image-alignbehind .post-has-image .post-thumbnail img.wp-post-image {
		height: auto !important;
	}
	.wp-block-jetpack-layout-grid.alignfull {
		margin-top: 0 !important;
	}
}

@media (min-width: 1220px) {
	h1, .heading-size-1 {
    font-size: 6rem;
	}
}
@media (min-width: 700px) {
	.singular .entry-header {
    padding: 4rem 0;
	}
	h1, .heading-size-1 {
    font-size: 6rem;
	}
}

.padding td {
  padding: 30px;
  /* Apply cell padding */
};body.home .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: calc(100% - 4rem) !important;
    width: calc(100% - 4rem) !important;
}

/* Homepage fix by tim@div.digital on Oct 15 2025 */

body.home .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: calc(100% - 4rem) !important;
    width: calc(100% - 4rem) !important;
}