/*************************************************
* Main CSS file for ATX Architects custom child-theme
*************************************************/
/* @font-face {
    font-family: 'Aboreto';
    src: url('fonts/Aboreto-Regular.woff2') format('woff2'),
         url('fonts/Aboreto-Regular.woff') format('woff'),
         url('fonts/Aboreto-Regular.ttf') format('truetype');
} */
/*************************************************
* General - sitewide
* ***********************************************/
.wp-block-group > .wp-block-group__inner-container, #content.site-content {
	padding:  0 !important;
}
.outer-group, .custom-full-width.outer-group > .wp-block-cover__inner-container {
	padding: 5rem 30px;
	max-width: 1440px;
	margin: auto;
}
.inside-header, .inside-footer-widgets, .inside-site-info {
	max-width: 1440px !important;
	margin:  auto;
}
.inside-footer-widgets {
	margin-left: inherit !important;
}
.custom-full-width.outer-group {
	max-width: 100%;
}
.copyright-bar, .entry-meta, .entry-summary {
	display: none;
}
.primary-btn a, .secondary-btn a, .black-btn a {
	border-radius: 0;
	background-color: white !important;
	border: 2px solid white;
}
.primary-btn a {
	color: black !important;
} 
.secondary-btn a {
	background-color: transparent !important;
	color: white !important;
}
.black-btn a {
	background-color: black !important;
	border: 2px solid black;
	color: white !important;
}
.primary-btn a:hover, .secondary-btn a:hover, .black-btn a:hover {
	text-decoration: underline;
}
.primary-btn a:active, .secondary-btn a:active, .black-btn a:active {
	box-shadow: 0 0 10px rgba(253, 220, 92, 1);
}
/*************************************************
* Our Work (blog) Page
* ***********************************************/
.blog #main {
	display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
	max-width: 1440px;
	margin: auto;
	padding: 0px 30px 5em;
}
.blog .post-image {
	margin-top: 0 !important;
}
.blog .post-image img {
	height: 300px;
	object-fit: cover;
}
.blog .inside-article {
	position: relative;
/* 	padding: 0 0 80px; */
}
.blog .entry-header {
	position: absolute;
	bottom: -40px;
	left: 0;
}
.blog .entry-title {
	font-size: 22px;
}
@media(min-width: 600px) {
	.blog #main {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media(min-width: 1024px) {
	.blog #main {
		grid-template-columns: repeat(3, 1fr);
	}
}
/*************************************************
* Single Post page 
* ***********************************************/
.single-post .featured-image {
	margin-bottom: 0.5em !important;
}
.single-post .featured-image img {
	width: 100%;
	padding: 0 30px;
}
.single-post .comments-area {
	display: none;
}
.single-post .outer-group {
	padding: 0px 30px 30px;
}
.single-post .entry-content {
	margin-top: 0 !important;
}
.single-post h1 {
	margin-top: 20px;
}
/*************************************************
* HOME PAGE
* ***********************************************/
/*************************************************
* Hero
* ***********************************************/
#hero-group {
	min-height: 80vh;
}
#hero-group h2,#hero-group p {
	color: white !important;
}
#hero-group .wp-block-cover__background {
	background: linear-gradient(90deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.6) 33%, transparent 100%) !important;
	opacity: 1 !important;
}
@media(min-width: 782px) {
	#hero-group .wp-block-cover__background, #hero-group .wp-block-cover__image-background {
		display: none !important
	}
	#hero-group {
		background: linear-gradient(90deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.6) 33%, transparent 50%),
					url('https://atx-architects.searchsands.com/wp-content/uploads/2026/09/ranchland-desktop-hero-bg.jpg') left top / cover no-repeat;
	}
}
@media(min-width: 1440px) {
	#hero-group {
		background: linear-gradient(90deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.6) 33%, transparent 50%),
					url('https://atx-architects.searchsands.com/wp-content/uploads/2026/09/RANCHLAND-1-large-resolution.jpg') left top / cover no-repeat;
	}	
}
/*************************************************
* Our Design Process
* ***********************************************/
#process-group h2 {
	margin-bottom: 5rem;
}
#process-group h3 {
	font-size: 14px;
    font-weight: bold;
    text-align: center;
	height: 35px;
    margin-bottom: 10px;
}
.design-process-row {
	gap: 30px;
	display: grid !important;
    grid-template-columns: repeat(1, 1fr);
	margin: auto;
}
.design-process-row h3 {
    text-align: center;
}
.design-process-step img {
	height: 200px;
	width: auto;
	object-fit: cover;
	margin-bottom: 20px;
}
.design-process-step figure{
	position: relative;
}
.design-process-step figure::after {
	content: "";
	display: none;
    left: calc(100% + 10px);
    top: calc(50% - 20px);
    position: absolute;
    width: 10px;
    transform: translateY(-50%);
    height: 15px;
    background: url("https://atx-architects.searchsands.com/wp-content/uploads/2026/09/greater-than-icon-black.png") center center / contain no-repeat;
}
.design-process-step:nth-last-child(1) figure::after {
	display: none;
}
@media(max-width: 600px) {
	.design-process-step figure, .design-process-step p {
		text-align: center;
	}
}
@media(min-width: 600px) {
	.design-process-row {
		grid-template-columns: repeat(2, 1fr);
		justify-content: center;
		align-items: start;
	}
	.design-process-step figure::after {
		display: block;
	}
}
@media(min-width: 782px) {
	.design-process-row {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media(min-width: 1024px) {
	.design-process-row {
		grid-template-columns: repeat(5, 1fr);
	}
}
/*************************************************
* posts / projects group
* ***********************************************/
#projects-group {
	position: relative;
}
#projects-group h2.wp-block-post-title {
	font-size: 14px;
	margin-bottom:  5px;
}
#projects-group #all-projects-link {
	position: absolute;
    top: calc(55px + 3rem);
    right: 30px;
}
#projects-group #all-projects-link > a {
	padding-right: 40px;
	position: relative;
	z-index: 999;
}
#projects-group #all-projects-link::after {
	content: "";
    left: calc(100% - 30px);
    top: 50%;
    position: absolute;
    width: 20px;
    transform: translateY(-50%);
    height: 15px;
    background: url(https://atx-architects.searchsands.com/wp-content/uploads/2026/09/arrow-icon-black.png) center center / contain no-repeat;
}
.wp-block-query ul {
	display: grid !important;
    grid-template-columns: repeat(1, 1fr);
}
.wp-block-query .wp-block-columns {
	display: flex;
}
.wp-block-query ul > li {
	padding: 5px;
}
.wp-block-query .wp-block-columns {
	flex-direction: column;
	width: auto !important;
	margin-left: 0 !important;
	gap: 10px;
}
.wp-block-query ul li img {
	min-height: 200px;
    height: 100%;
}
#permitting-col img, #permitting-col figure {
	height: 100%;
	object-fit: cover;
}
@media(max-width: 600px) {
	#projects-group #all-projects-link {
		text-align: left;
		position: relative;
		top: 0;
		left: 0;
	}
}
@media(min-width: 600px) {
	.wp-block-query ul {
		grid-template-columns: repeat(3, 1fr);
		justify-content: center;
		align-items: start;
	}
}
@media(min-width: 782px) {
	.wp-block-query ul {
		grid-template-columns: repeat(5, 1fr);
	}
}
/*************************************************
* permitting group
* ***********************************************/
 #permitting-group .wp-block-group__inner-container > .wp-block-columns {
	gap:  50px;
	justify-content: space-between;
} 
#permitting-col p {
	margin-bottom: 10px;
}
#permitting-group ul {
	list-style-image: url('https://atx-architects.searchsands.com/wp-content/uploads/2026/09/checkmark-icon-black.png');
}
/*************************************************
* FAQ Group
* ***********************************************/
#faq-group > .wp-block-group__inner-container {
	max-width: 700px;
	margin: auto;
}
#faq-group .wp-block-accordion-heading {
	margin-bottom: 0;
	border-style: solid none none none;
	border-color: grey;
	border-width: 1px;
}
/*************************************************
* footer
* ***********************************************/
#footer-widgets, footer.site-info {
	background-color: black;
}
.inside-site-info {
	padding: 10px 30px 0 !important;
	justify-content: end !important;
}
#footer-widgets p, footer.site-info p, #footer-widgets a, footer.site-info a {
	color: white;
}
.footer-widgets-container {
	padding: 10px 30px 0 !important;
}
.footer-widget-1 {
	flex: 2 1 0 !important;
}
.footer-widget-1 img {
	width: 150px;
	height: auto;
}
.footer-widget-2 ul {
	margin: auto !important;
    width: max-content;
}
.footer-widget-4 ul {
	justify-content: end;
}
.inside-footer-widgets > div {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media(max-width:  782px) {
	.footer-widget-1 .wp-block-group {
		flex-direction: column;
	}
}
@media(min-width:  769px) {
	.inside-footer-widgets > div {
    	justify-content: end;
    }	
}