/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* Typography */
body {
	font-family: 'Manrope', Helvetica, Arial, sans-serif;
	font-size: 16px;
}
p, span, ul {
font-weight:400;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:700;
	line-height:1.2;
}
h1 {
	font-size: 3rem;
}
h2 {
	font-size: 2.4rem;
}
h3 {
	font-size: 2rem;
}
h4 {
	font-size: 1.6rem;
}
h5 {
	font-size: 1.25rem;
}
h6 {
	font-size: 1.05rem;
}

.text-label {
    color: #585858;
    text-transform: uppercase;
    font-size: 0.85rem;
    font-weight: 300;
    letter-spacing: 0.13em;
}
/* Utilities */
.block {
display:block;
}
.mb-med {
margin-bottom:16px;
}
.black-link {
	color:#000;
	text-decoration:none;
}
/* Listing page */
ul.fta-terms-list {
list-style:none;
margin:0;
display: inline-block;
margin-bottom:26px;
}
.fta-terms-list ul {
list-style:none;
margin:0;
display: inline-block;
}
.fta-terms-list li {
display: inline-block;
}
.fta-terms-list ul:before {
  padding: 8px;
  color: #585858;
  content: "/\00a0";
}
ul.fta-terms-list li+li:before {
  padding: 8px;
  color: #585858;
  content: "/\00a0";
}
.fta-listing {
display:grid;
grid-template-columns: 1fr 1fr;
grid-gap:20px;
}
ul.fta-terms-list.zip-list:before {
 padding: 8px;
 color: #585858;
 content: "-";
}
@media screen and (max-width: 780px) {
.fta-listing {
 grid-template-columns: 1fr;
}	
	
}

/* City page styles */

ul.fta-term-list.city > li > .children {
	display:grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
	grid-gap:5px;
	margin-bottom:30px;
}
ul.fta-term-list {
	margin:0px;
}
ul.fta-term-list > li {
	list-style:none;
}

ul.fta-term-list.city > li > a {
	text-decoration:none;
	font-size:23px;
	font-weight:bold;
	color: black;
	display:block;
	margin-bottom:10px;
}

ul.fta-term-list.zip > li > a {
	font-size:16px;
	display:block;
	margin-bottom:10px;
}
ul.fta-term-list.zip {
	display:grid;
	 grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	grid-gap:5px;
	margin-bottom:30px;
}
/* City browse list */

ul.fta-city-list {
	    margin: 0;
    display: columns;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 5px;
    list-style: none;
	margin-bottom:50px;
}

/* Archive styles */
.fta-term-description {
max-width:740px;
}
.fta-grid {
	margin-top:40px;
display: grid;
   grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
	grid-gap: 30px;
		margin-bottom:30px;

}
.fta-grid .post-item {
    border: 1px solid #e3e3e3;
    border-radius: 0.25rem;
    padding: 30px;
}

/* Yoast Breadcrumbs */
.tax-city .fta-yoast-breadcrumbs, .tax-zip .fta-yoast-breadcrumbs {
font-size:12px;
margin-bottom:10px;
}

/* Footer */

.site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
	color: #666;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5rem;
	letter-spacing:0.6px;
}

/* Search input */
input.fta-search {
    border-radius: 0.25rem;
    width: 100%;
    max-width: 360px;
    height: 60px;
    border: 1px solid #d9d9d9;
    font-size: 1.1rem;
    display: block;
    padding: 0 1.75rem 0 3rem;
    outline: 0;
    cursor: pointer;
	margin-bottom:10px;
		background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg width='20px' height='20px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 15L21 21' stroke='%23323232' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17 10C17 13.866 13.866 17 10 17C6.13401 17 3 13.866 3 10C3 6.13401 6.13401 3 10 3C13.866 3 17 6.13401 17 10Z' stroke='%23323232' stroke-width='2'/%3E%3C/svg%3E");
		background-position: 5% center;
	  background-repeat: no-repeat;

}
.info {
	margin-bottom:8px;
}

a.fta-info-link {
	font-size:18px;
	font-weight:bold;
	color:black;
	text-decoration:none;
	display:block;
	margin-bottom:5px;
}

@media screen and (max-width:500px) {
	.fta-grid {
grid-template-columns: 1fr;
	}
}

/* Button stack gap tighter */

.tight-stack :where(.wp-block-columns.is-layout-flex) {
gap:0.5em;
}
.tight-stack .wp-block-columns.is-layout-flex {
gap:0.5em;
}

/* Mobile typography */

@media screen and (max-width: 780px) {
body {
 font-size: 13px;
}
ul, li {
 font-size: 13px;
}
h1 {
	font-size: 2rem;
}
h2 {
	font-size: 1.6rem;
}
h3 {
	font-size: 1.2rem;
}
h4 {
	font-size: 1.1rem;
}
h5 {
	font-size: 0.95rem;
}
h6 {
	font-size: 0.8rem;
}
.has-regular-font-size {
    font-size: 13px;
}
.has-larger-font-size {
    font-size: 18px;
}
.has-normal-font-size, .has-medium-font-size {
    font-size: 16px;
}
.has-huge-font-size {
    font-size: 24px;
}
	.site-info {
		font-size:13px;
	}
}


