/* Global Styles (portrait) ----------- */
body {
  -webkit-text-size-adjust: none;
}
input,
button,
textarea {
  -webkit-appearance: none;
}
#toggle-menu {
  display: none;
  font-family: var(--body-font);
  padding: 0 0.5em;
  position: relative;
  color: var(--gray);
  font-size: 0.963rem;
  font-style: normal;
  font-weight: 800;
  border-radius: 5px;
  border: solid 1px var(--gray);
  height: 28px;
  line-height: 26px;
  text-transform: uppercase;
}
#toggle-menu:hover {
  text-decoration: none;
  border-color: var(--green);
  background: var(--green);
  color: #fff;
}
#mobileNav {
  position: fixed;
  display: none;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background: rgba(216, 226, 220, 0.9);
  z-index: 99;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  overflow-y: auto; /* Enable scrolling inside menu */
}
.body-fixed {
  overflow: hidden;
  height: 100vh;
}
#mobileNav .custom-search-form {
  flex-direction: row-reverse;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 30px;
  padding: 0 1rem;
  width: 100%;
}
#mobileNav .custom-search-form .search-field {
  position: relative;
  display: block !important;
  border: none;
  width: 50%;
  flex-grow: 1;
}
#mobile-search {
  padding: 2rem;
  border-bottom: solid 2px var(--moss-green);
}
#mobile-menu {
  position: relative;
  padding: 0rem;
  text-transform: uppercase;
}
#mobile-menu > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#mobile-menu > ul > li {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  position: relative;
}
#mobile-menu > ul > li > a {
  font-family: var(--body-font);
  padding: 10px 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2em;
  position: relative;
  color: var(--moss-green);
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2em;
  display: block;
  position: relative;
}
#mobile-menu > ul > li > a:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.1);
}
#mobile-menu > ul > li > a > i {
  color: var(--moss-green);
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
#mobile-menu > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#mobile-menu > ul > li > ul > li {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  position: relative;
}
#mobile-menu > ul > li > ul > li > a {
  font-family: var(--body-font);
  padding: 10px 15px 10px 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2em;
  position: relative;
  color: var(--green);
  font-size: 0.88rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2em;
  display: block;
  position: relative;
}
#mobile-menu > ul > li > ul > li > a::before {
  content: "\f054";
  font-weight: 900;
  font-family: "Font Awesome 7 Free";
  margin-right: 1rem;
  font-size: 0.8em;
  color: var(--moss-green);
  vertical-align: top;
}
#mobile-menu > ul > li > ul > li > a:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.1);
}
#close-menu {
  position: absolute;
  z-index: 99;
  right: 10px;
  top: 10px;
  font-size: 1.5rem;
  cursor: pointer;
}
@media only screen and (max-width: 1299px) {
  #product-detail-nav .container span {
    width: 100%;
    padding-right: 0;
    padding-bottom: 1rem;
    text-align: center;
  }
}

@media only screen and (max-width: 1199px) {
  html,
  body {
    font-size: 16px;
    line-height: 1.35em;
  }
  .bannerTitle_h1 {
    font-size: 5rem;
  }
  #toggle-menu {
    display: block;
  }
  #navigation ul.desktopMenu {
    display: none;
  }
  .quality-tile {
    padding: 0;
    position: relative;
    height: 100%;
  }
  #join-mailing-list h2,
  #product-retailers h2 {
    font-size: 3rem;
  }
  #product-nav-btns {
    flex-wrap: wrap;
    justify-content: center;
  }
  #product-nav-btns .button {
    margin: 2px;
    font-size: 0.98rem;
  }
  .productTile.entry {
    display: block;
  }
  .productTileImg {
    width: 100%;
    height: 35vw;
    max-height: 280px;
  }
  .teamTile .productTileImg {
	height: auto;
}
  .productTileMeta {
    width: 100%;
  }
  ul.downloadList > li .entry-title {
    font-size: 1.7rem;
  }
  .mediaCategoryName {
    font-size: 1.65rem;
  }
  #blogposts .entry-summary,
  .entry-btns {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .entry-btns {
    bottom: 1.5rem;
  }
  .breadcrumb {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 991px) {
  .bannerTitle_h1 {
    font-size: 4rem;
  }
  #banner h4 {
    font-size: 1.35rem;
  }
  input[type="submit"],
  button,
  .button {
    height: var(--line-height-mobile);
    line-height: var(--line-height-mobile);
    font-size: 1rem;
  }
  .btn-xs {
    font-size: 11.525px;
    height: 26px;
    line-height: 26px;
  }
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input.text,
  input.title,
  textarea,
  select,
  .gfield_label {
    height: var(--line-height-mobile);
    line-height: var(--line-height-mobile);
    font-size: 1rem;
  }
  #page-home .banner-bottom {
    padding-top: 40vw;
    margin-top: calc(var(--line-height-mobile) / -2);
  }
  #page-home .banner-bottom .bg-image {
    height: 45vw;
  }
  .bannerTitle_h1,
  .bannerTitle_h2,
  section h2,
  #single-blog #banner h2 {
    font-size: 3.25rem;
  }
  .testimonialTxt {
    font-size: 1.3rem;
  }
  .rating-stars i {
    font-size: 2.5rem;
  }
  #join-mailing-list {
    padding: 4rem 0 2.25rem;
  }
  #join-mailing-list .font24 {
    font-size: 1.2rem !important;
  }
  footer .container {
    display: block;
  }
  #footerLeft {
    width: 100%;
    flex-grow: 1;
  }
  #footerWidgets > .footerWidgetArea:last-child {
    padding-right: 0;
  }
  #footerRight {
    width: 100%;
    padding-top: 2rem;
    text-align: center;
  }
  #footerLogo {
    max-width: 280px;
    margin: 0 auto;
  }
  #footerSocial {
    justify-content: center;
  }
  #accreditions {
    justify-content: center;
  }
  #copyright {
    text-align: center;
  }
  .featureMeta {
    padding: 20px;
  }
  section h4.featureTitle {
    font-size: 1.5rem;
  }
  ul.downloadList > li {
    flex-wrap: wrap;
  }
  ul.downloadList > li .entry-title {
    width: 100%;
    padding-bottom: 1rem;
  }
  #section-contact p.font20 {
    font-size: 1.1rem;
  }
  #input_2_1 {
    padding-top: 0;
  }
  #input_2_1 .gchoice {
    width: 100%;
    padding-right: 0;
  }
  legend.gfield_label {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .inlineMedia {
    margin-bottom: 1.5rem;
  }
  section.justify-content-end,
  section.justify-content-start,
  #page-assembly-instructions #banner,
  .single-ptype_instructions #banner,
  #single-blog #banner {
    padding-top: 0 !important;
  }
  section.justify-content-end .bg-image,
  section.justify-content-start .bg-image,
  #child-sections section.justify-content-start .bg-image {
    width: 100%;
    height: 60vw;
    max-height: 300px;
    position: relative;
    margin-bottom: 1.5rem;
    border-radius: 0;
  }
  .testimonialImg.inlineMedia {
    height: 300px;
  }
  #home-about,
  #home-easy-reach {
    border-top: 0;
  }

  #home-about .bg-image,
  #home-easy-reach .bg-image,
  #home-visit-austin .bg-image,
  #page-assembly-instructions #banner .bg-image,
  .single-ptype_instructions #banner .bg-image,
  #single-blog #banner .bg-image {
    width: 100%;
    position: relative;
  }
  #join-mailing-list form {
    max-width: 100%;
  }
  .footerWidgetArea {
    position: relative;
    padding-right: 2rem;
    min-width: 165px;
  }
  #archive-product-category #banner .bg-image {
    width: 100%;
  }
  #archive-product-category #banner .bg-image::before,
  #single-blog #banner .bg-image::before,
  #category-design-greenhouse .bg-image:before,
  #bannerImgs:before,
  #page-assembly-instructions #banner .bg-image:before,
  .single-ptype_instructions #banner .bg-image:before,
  #single-blog #banner .bg-image:before {
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 70.1%,
      #fff 97.59%
    );
  }
  .term-section-head {
	display: block;
	padding-top: 0;
	border-top: 0;
	padding-bottom: 0;
}
  .term-section-body .productTileImg {
    width: 100%;
    height: auto;
    max-height: inherit;
  }
  .productTileImg .bg-image {
    margin-bottom: 0 !important;
  }
  #category-design-greenhouse {
    padding-top: 0;
  }
  #category-design-greenhouse .bg-image {
    width: 100%;
    position: relative;
    height: 50vw;
  }
  #bannerImgs {
    width: 100%;
    height: 60vw;
  }
  #bannerImgs {
    width: 100%;
    height: 60vw !important;
    max-height: 350px;
    position: relative;
    margin-bottom: 2rem;
  }
  #bannerImgs ul.slides {
    height: 100%;
    position: relative;
  }
  #bannerImgs ul.slides > li {
    height: 100%;
    position: relative;
  }
  #bannerImgs .flex-viewport,
  #bannerImgs ul.slides,
  #bannerImgs ul.slides > li {
    height: 100% !important;
  }

  /* Make slide images fully fill container height */
  #bannerImgs ul.slides img {
    height: 100% !important;
    width: 100%;
    object-fit: cover; /* keeps image inside */
    object-position: center;
  }
  .single-ptype_products #banner {
    padding: 0 0 4rem 0;
  }
  .faqCategory .faqBx .faqQ {
    font-size: 1.6rem;
  }
  section h3 {
    font-size: 2.4rem;
  }
  section h4 {
    font-size: 1.5rem;
  }
  .content-title.big,
  #product-retailers .content-title.big {
    font-size: 2.4rem;
  }
  #product-retailers p.font24 {
    font-size: 1.2rem !important;
  }
  .bannerTxt {
    font-size: 1.1rem;
  }
  .heading-bar {
    display: block;
  }
  .heading-bar h3 {
    margin-right: 0;
  }
  #paginationWrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .wp-pagenavi {
    position: relative;
    margin: 1rem 0;
    width: 100%;
    text-align: center;
  }
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 30px;
    height: 30px;
    font-size: 1.1rem;
    line-height: 30px;
    border-radius: 5px;
  }
  .bannerTitle_h1,
  .bannerTitle_h2,
  section h2,
  #single-blog #banner h2 {
    font-size: 2.75rem;
  }
  .contact-col {
    margin-top: 3rem;
  }
  #home-yard-garden{
	padding-bottom: 2px;
  }
}
@media only screen and (max-width: 576px) {
	#header-search {
		display: none;
	}
	#topbar {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#topbar {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#topbar span {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	#topbar .button {
		margin-left: 0;
		font-size: 10.4px;
	}
	#logo{
		max-width: 180px;
	}
	#navigation{
		padding-right: 0;
	}
	#banner h4 {
		font-size: 1.15rem;
	}
	#page-home .banner-bottom{
		padding-top: 60vw;
	}
	#page-home .banner-bottom .bg-image{
		height: 65vw;
	}
	#page-home .banner-top .container::after {
		width: 85px;
		height: 85px;
		background-size: contain;
		bottom: -90px;
		right: 10px;
	}
	.bannerTxt p.font24, .font24{
		font-size: 1.2rem !important;
	}
	.bannerTitle_h1, .bannerTitle_h2, section h2, #single-blog #banner h2, #home-quality-craft h2, #join-mailing-list h2, #product-retailers h2 {
		font-size: 2.3rem;
	}
	input[type="submit"], button, .button {
		font-size: .85rem;
	}
	section h3 {
		font-size: 2rem;
	}
	.font20{font-size: 1rem;}
	.craft-row .col .entry{
		display: block;
	}
	.craft-row .col .entry .entryImg{
		width: 100%; margin-bottom: 1rem; padding: 20px;
	}
	.craft-row .col .entry 	.entryMeta{
		width: 100%; padding: 20px;
	}
	.entry-title, section h3.sml{
		font-size: 1.7rem;
	}
	#footerBtns {
		display: flex;
		align-items: flex-start;
		flex-direction: column;
	}
	#footerBtns .button{
		margin-bottom: 8px; width: 100%; display: block;
	}
	#footerWidgets{
		display: block;
	}
	.footerWidgetArea {
		position: relative;
		padding-right: 0;
		min-width: inherit;
	}
	.footerWidgetArea .widget-container{
		padding-bottom: 3rem;
	}
	.productTileMeta {
		padding: 20px;
	}
	#product-accessories{
		padding: 20px;
	}
	.faqCategory .faqBx{
		padding: 20px;
	}
	.faqCategory .faqBx .faqQ {
		font-size: 1.3rem;
	}
	.faqCategory .faqBx .faqA{
		padding-left: 0;
	}
	.res-icon {
		width: 40px;
		position: relative;
	}
	.resources-list li h4{
		font-size: 1.2rem;
	}
	#product-testimonials .testimonialBx{
		padding: 20px 15px;
	}
	.rating-stars i{
		font-size: 2rem;
	}
	.testimonialTxt{
		font-size: 1.1rem;
	}
	#assembly-search-bx {
		display: block;
	}
	#assembly-search-bx span{
		display: block; width: 100%; text-align: center;
	}
	#assembly-search {
		width: 100%;
		margin: 1rem 0 0 0;
		height: var(--line-height-mobile);
		line-height: var(--line-height-mobile);
		font-size: .9rem;
	}
	.assemblyBx.entry{
		padding: 20px;
	}
	.assembly-term-head {
		display: block;
	}
	.assembly-logo {
		width: 100%;
		height: 75px; 
		padding-right: 0;
	}
	.assembly-title, .assemblyBx.withoutImg .assembly-title {
		font-size: 1.4rem;
		width: 100%;
		text-align: center;
	}
	#footerAddress{
		font-size: 1.1rem;
	}
	.entry.single-entry{
		padding: 20px;
	}
	blockquote{
		padding-left: 1.5rem;
	}
	blockquote p{
	font-size: 1.1rem;	
	}
	legend.gfield_label {
		font-size: 1.26rem;
	}
}
