/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
p a {
	color: black;
	text-decoration: none !important;
	font-weight: 400;
}

.page-content a {
	border-bottom: 0 solid #000;
}

body p {
	font-weight: 100;
	font-size: 1.3rem;
}

.snails  a {
	text-decoration: none !important;
}

a {
	text-decoration: none;
	transition: color 110ms ease-in-out;
	color: #0073aa;
}

.site-branding {
	background: #5d5c5c;
	margin-bottom: 3.5em;
	padding: 4em .75em;
	text-align: center;
}

h1.entry-title {
	color: grey;
	letter-spacing: .04em;
}

.wp-block-media-text {
	grid-template-columns: 100% auto;
}

.mymenu  a {
	text-transform: uppercase;
	font-size: 1.6rem;
	font-weight: 100;
	color: #999;
}

.mymenu .active {
	font-size: 1.6rem;
	font-weight: 200;
}

h3 {
	font-family: "brandon-grotesque-1", "brandon-grotesque-2", sans-serif;
}

.tits {
	font-family: "brandon-grotesque-1", "brandon-grotesque-2", sans-serif;
	font-size: 1.4rem;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: black;
}

/* Review: this selector can never match anything — <hr> is a void element
   and cannot contain a child with class "myline". If the intent was to
   style the <hr> itself, this should be "hr.myline" (no space). Left
   as-is pending confirmation of what .myline was meant to target. */
hr .myline {
	background-color: white;
}

hr {
	background-color: #fff;
	border: 0;
	border-bottom-width: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

.titstitle {
	font-family: "brandon-grotesque-1", "brandon-grotesque-2", sans-serif;
	font-size: 1.4rem;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: black;
	padding: 1rem 0 3rem;
}

.tits2 {
	font-family: "brandon-grotesque-1", "brandon-grotesque-2", sans-serif;
	font-size: 1.1rem;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: black;
}

.titsthick {
	font-family: "brandon-grotesque-1", "brandon-grotesque-2", sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: .08em;
	color: black;
}

.site-title a {
	color: #fff !important;
	font-weight: 300;
	letter-spacing: .05em;
	line-height: 1.2;
}

.blocks-gallery-item {
	width: 100% !important;
}

/* Jetpack: Carousel
****************************************** */

/* Hide Comment Form & Link */
#jp-carousel-comment-form-container, /* Form */
div.jp-carousel-buttons a.jp-carousel-commentlink, /* Link */
#jp-carousel-comments-loading /* Loading Comments text */ {
	display: none !important;
}

.nav-links a {
	color: #666666;
}

#colophon {
	margin-top: 200px;
}

.site-footer a {
	color: #666666;
	font-size: 1rem;
}

/* Portfolio thumbnails - force consistent tiles */
.jetpack-portfolio .entry-thumbnail img,
.jetpack-portfolio .post-thumbnail img,
.jetpack-portfolio .wp-post-image,
.tax-jetpack-portfolio-type .entry-thumbnail img,
.tax-jetpack-portfolio-type .post-thumbnail img,
.tax-jetpack-portfolio-type .wp-post-image,
.post-type-archive-jetpack-portfolio .entry-thumbnail img,
.post-type-archive-jetpack-portfolio .post-thumbnail img,
.post-type-archive-jetpack-portfolio .wp-post-image {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	height: auto;
	display: block;
}

/* Force consistent portfolio item spacing */
.jetpack-portfolio .portfolio-entry,
.jetpack-portfolio .entry,
.jetpack-portfolio .hentry,
.post-type-archive-jetpack-portfolio .hentry {
	display: flex;
	flex-direction: column;
}

/* Normalize spacing below thumbnails */
.jetpack-portfolio .entry-thumbnail,
.jetpack-portfolio .post-thumbnail {
	margin-bottom: 1rem !important;
}

/* Kill inconsistent margins in titles/meta */
.jetpack-portfolio h2,
.jetpack-portfolio h3,
.jetpack-portfolio .entry-title {
	margin-top: .5rem;
	margin-bottom: 0;
}

/* Portfolio alignment fix: force a real grid with consistent gaps */
.post-type-archive-jetpack-portfolio .portfolio-entries,
.tax-jetpack-portfolio-type .portfolio-entries,
.jetpack-portfolio .portfolio-entries {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 24px !important;
}

/* Remove theme-set margins that cause uneven vertical spacing */
.post-type-archive-jetpack-portfolio .portfolio-entry,
.tax-jetpack-portfolio-type .portfolio-entry,
.jetpack-portfolio .portfolio-entry {
	margin: 0 !important;
	padding: 0 !important;
	break-inside: avoid !important;
/* helps if the theme uses columns anywhere */
}

/* Remove default margins that vary by item (titles, paragraphs, etc.) */
.post-type-archive-jetpack-portfolio .portfolio-entry * {
	margin-top: 0;
}

/* Keep all content images inside the theme's content container */
.entry-content img,
.entry-content figure,
.entry-content .wp-block-image,
.entry-content .wp-block-image img,
.entry-content .wp-block-gallery img,
.entry-content .blocks-gallery-item img {
	max-width: 100% !important;
	height: auto !important;
}

/* Prevent wide/full align blocks from breaking out (if present) */
.entry-content .alignwide,
.entry-content .alignfull {
	max-width: 100% !important;
	width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/* Table row with no vertical borders */
.no-vertical-borders td,
.no-vertical-borders th {
	border-left: none !important;
	border-right: none !important;
}

.site-description {
	font-family: "brandon-grotesque-1", "brandon-grotesque-2", sans-serif;
	text-transform: uppercase;
	font-size: clamp(1.25rem, 2.4vw, 1.7rem);
	font-weight: 300;
	letter-spacing: .12em;
	margin-bottom: 2.5em;
	color: #595959 !important;
}

.site-logo-link {
  display: none;
}