/*
 Theme Name:   Backyard Sheds Co. - GeneratePress Child
 Theme URI:    https://www.backyardshedco.com/
 Description:  A custom theme created by EZMarketing.com
 Author:       Zach Heindel
 Author URI:   https://ezmarketing.com
 Template:     generatepress
 Version:      0.1
*/
.home-hero {
  height: 66vh;
  min-height: 550px;
}
.col-list {
  background: white;
  min-height: 495px;
  padding: 20px;
  font-size: 14px;
}
.col-list {
  list-style: none;
}
.col-list li:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  font-weight: 800;
  color: green;
}
.col-list ul {
  list-style: disc;
}
.col-list li {
  margin-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
}
.col-list li:last-child {
  margin-bottom: 0px;
  border-bottom: 0px solid transparent;
  padding-bottom: 0px;
}
.col-list ul li {
  margin-bottom: 0px;
  border-bottom: 0px solid transparent;
  padding-bottom: 0px;
}
.col-list ul li:last-child {
  margin-bottom: 10px;
}
ul.col-list ul {
  margin-left: 50px;
}
ul.col-list {
  margin-left: 0px;
}
#content .col-list ul li:before {
  content: none;
}
/*---xSite Layout_---*/
html, body {
  font-family: 'Lora', serif;
  overflow-x: hidden;
  line-height: 1.85;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Assistant', sans-serif;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: 900 !important;
}
h1 {
  font-size: 52px;
}
a {
  font-family: 'Assistant', sans-serif;
  font-weight: 700;
}
body:not(.home) h1 {
  font-size: 34px;
}
body:not(.home) h2 {
  font-size: 28px;
}
body:not(.home) h3 {
  font-size: 22px;
}
body:not(.home) h4 {
  font-size: 19px;
}
.letter-spacing-fix {
  letter-spacing: -.25px;
}
.wp-block-cover.alignfull {
  padding: 0px;
  width: 100%;
  min-width: 100%;
}
.alignfull .wp-block-columns:last-child {
  margin-bottom: 0px;
}
.relative {
  position: relative;
}
.no-sidebar .entry-content .alignfull {
  margin-left: calc(-99vw / 2 + 98.145% / 2);
  margin-right: calc(-99vw / 2 + 98.145% / 2);
}
#main .wp-block-columns.is-layout-flex {
  gap: 5%;
}
.home-hero .wp-block-buttons {
  position: relative;
  top: 140px;
}
.home-hero a.wp-block-button__link {
  font-size: 17.23px;
}
.wp-block-cover.alignfull .wp-block-cover__inner-container {
  padding-top: 75px;
  padding-bottom: 75px;
  padding-left: 2.5%;
  padding-right: 2.5%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.error404 div#content {
  padding-top: 45px;
  padding-bottom: 45px;
  padding-left: 2.5%;
  padding-right: 2.5%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.search div#content {
  padding-top: 45px;
  padding-bottom: 45px;
  padding-left: 2.5%;
  padding-right: 2.5%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
body.single-inventory #content {
  padding-top: 45px;
  padding-bottom: 45px;
  padding-left: 2.5%;
  padding-right: 2.5%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: block;
}
body.single-inventory #primary {
  width: 100%;
}
.top-bar .inside-top-bar {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 2.5%;
  padding-right: 2.5%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.site-header .inside-header {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 2.5%;
  padding-right: 2.5%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.site-info .inside-site-info {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 2.5%;
  padding-right: 2.5%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.site-footer {
  box-shadow: 0px -5px 11px #0000002b;
  position: relative;
  z-index: 5;
}
.site-footer p {
  margin-bottom: 12px;
}
hr.is-style-wide {
  max-width: 40px;
  margin: 32px auto 30px;
  border-color: #000000 !important;
  border-width: 2px;
  opacity: .15;
}
.button, .wp-block-button .wp-block-button__link {
  font-size: 16px;
  font-weight: 900;
  border-bottom: 1px solid #00000040;
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
  padding: 8px 18px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  text-transform: uppercase;
  border-radius: 0px !important;
  position: relative;
}
.button:hover, .wp-block-button .wp-block-button__link:hover {
  -webkit-box-shadow: 0px 3px 5px #00000040;
  box-shadow: 0px 3px 5px #00000040;
  -webkit-animation: shadow-drop-2-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: shadow-drop-2-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.button:active, .wp-block-button .wp-block-button__link:active {
  -webkit-box-shadow: 0px 0px 0px transparent;
  box-shadow: 0px 0px 0px transparent;
  border-bottom: 3px solid transparent;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.btn-yellow a, .btn-teal a, #block-7 a {
  position: relative;
}
.hero-in .button, .hero-in .wp-block-button .wp-block-button__link {
  text-shadow: 0px 0px 0px transparent !important;
}
a.wp-block-button__link.has-contrast-2-background-color {
  color: white;
  border: 0px solid transparent !important;
}
.btn-yellow {
  margin-bottom: 0px !important;
}
.btn-yellow:hover {
  -webkit-animation: shadow-drop-2-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: shadow-drop-2-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.btn-yellow:active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.btn-yellow a {
  font-size: 12px !important;
  font-weight: 900 !important;
  border-bottom: 1px solid #00000040;
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
  padding: 8px 20px !important;
  color: var(--contrast);
  background-color: var(--contrast-3);
  text-transform: uppercase;
}
.btn-yellow a:hover {
  -webkit-box-shadow: 0px 3px 5px #00000040;
  box-shadow: 0px 3px 5px #00000040;
  -webkit-animation: shadow-drop-2-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: shadow-drop-2-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  color: var(--base-3);
  background-color: var(--contrast-2);
}
.btn-yellow a:active {
  -webkit-box-shadow: 0px 0px 0px transparent;
  box-shadow: 0px 0px 0px transparent;
  border-bottom: 3px solid transparent;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.btn-teal {
  margin-bottom: 0px !important;
  margin-left: 10px;
}
.btn-teal:hover {
  -webkit-animation: shadow-drop-2-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: shadow-drop-2-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.btn-teal:active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.btn-teal a {
  font-size: 12px !important;
  font-weight: 900 !important;
  border-bottom: 1px solid #00000040;
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
  padding: 8px 20px !important;
  text-transform: uppercase;
  color: white !important;
  background-color: var(--contrast-2);
}
.btn-teal a:hover {
  -webkit-box-shadow: 0px 3px 5px #00000040;
  box-shadow: 0px 3px 5px #00000040;
  -webkit-animation: shadow-drop-2-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: shadow-drop-2-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  color: var(--base-3);
  background-color: var(--accent);
}
.btn-teal a:active {
  -webkit-box-shadow: 0px 0px 0px transparent;
  box-shadow: 0px 0px 0px transparent;
  border-bottom: 3px solid transparent;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.marg15 {
  margin-bottom: 15px;
}
.cover-shadow {
  position: relative;
  box-shadow: 0px 0px 16px -3px #00000040;
  z-index: 15;
}
.img-shadow img {
  box-shadow: 0px 0px 16px -3px #00000010;
}
.hero-in p:last-child {
  margin-bottom: 0px;
}
#content .lightlinks a {
  color: var(--contrast-3);
}
#content .lightlinks a:hover {
  color: var(--accent);
}
#content .hero-in .has-x-large-font-size {
  font-family: 'Assistant', sans-serif;
  font-size: 44px !important;
  margin-bottom: 10px;
}
i.fa-solid.fa-check.fa-check-big {
  color: green;
  background: white;
  border-radius: 900px;
  padding: 20px;
  font-size: 32px;
  height: 70px;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.featurelist li:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  font-weight: 800;
  color: green !important;
}
.featurelist li {
  background: white;
  padding: 10px 20px;
  margin: 12px;
  font-size: 18px;
}
.featurelist {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 0px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
}
.wp-block-cover.alignfull {
  border-bottom: solid 1px #0000002b;
}
/*---xNavigation_---*/
#menu-top-menu-info .top-phone a {
  font-size: 15px;
}
#menu-top-menu-info .top-geo a {
  font-size: 15px;
}
#masthead {
  z-index: 99;
  border-bottom: 1px solid #0000002b;
}
.site-header .header-image {
  mix-blend-mode: multiply;
}
.top-phone a:before {
  content: "\f095";
  font-family: "Font Awesome 6 Pro";
  margin-right: 7px;
  vertical-align: middle;
  font-weight: 800;
}
.top-geo a:before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Pro";
  margin-right: 7px;
  vertical-align: middle;
  font-weight: 800;
}
.inside-header {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header-widget {
  width: 100%;
  position: relative;
  z-index: 100;
}
#nav_menu-2 .top-geo a {
  margin-right: -5px;
}
#nav_menu-2 {
  position: absolute;
  top: -81px;
  right: 2.15vw;
  padding-bottom: 20px;
  width: 80%;
}
#nav_menu-2 li i {
  margin-right: 5px;
}
#menu-top-menu-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#menu-top-menu-info li {
  margin-bottom: 0px;
}
#menu-top-menu-info li a {
  font-weight: 900;
  font-size: 13px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
#menu-top-menu-info li:first-child a {
  padding-left: 0px;
}
#menu-top-menu-info li:last-child a {
  padding-right: 0px;
}
#menu-primary-menu .menu-item-has-children .dropdown-menu-toggle {
  padding-right: 0px;
}
#menu-primary-menu li a {
  font-weight: 900;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 60px;
  font-size: 17px;
}
#menu-primary-menu li .sub-menu a {
  line-height: 25px;
  font-size: 14px;
}
#menu-primary-menu li:first-child a {
  padding-left: 0px;
}
#menu-primary-menu li:last-child a {
  padding-right: 0px;
}
#primary-menu {
  position: relative;
  top: 10px;
  padding: 0px 40px;
  margin-top: 25px;
}
#primary-menu li ul li {
  list-style: none;
  margin-left: 0px;
}
#primary-menu li:last-child a:after {
  content: none !important;
}
#primary-menu li ul li a:after {
  content: none !important;
}
.site-logo {
  padding-top: 2px;
  padding-bottom: 2px;
}
/*
.main-navigation ul ul {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
  -webkit-box-shadow: 0px 3px 5px #00000040;
  box-shadow: 0px 3px 5px #00000040;
}
*/
.main-navigation:not(.toggled) ul li.sfHover > ul, .main-navigation:not(.toggled) ul li:hover > ul {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#menu-primary-menu li ul a {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
#block-8 .wp-block-cover.aligncenter {
  min-height: 100px !important;
}
#menu-top-menu-info-1 li {
  margin-bottom: 0px;
  margin-left: 20px;
}
#menu-top-menu-info-1 li:first-child {
  margin-left: 0px
}
#menu-top-menu-info-1 li a {
  text-decoration: none;
  color: var(--contrast);
  font-size: 14px !important;
}
#generate-slideout-menu .main-nav {
  margin-bottom: 10px;
}
#menu-top-menu-info-1 li a:hover {
  color: var(--contrast-2);
}
aside#nav_menu-3 {
  margin: 0px;
}
#menu-top-menu-info-1 .btn-yellow a, #menu-top-menu-info-1 .btn-teal a {
  color: var(--contrast);
}
#menu-top-menu-info-1 .btn-yellow a:hover, #menu-top-menu-info-1 .btn-teal a:hover {
  color: white;
}
#block-7 a {
  font-size: 14px;
  border: 1px solid var(--contrast-3);
  font-weight: 900 !important;
  border-bottom: 1px solid #00000040;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
  padding: 8px 20px !important;
  color: var(--contrast);
  background-color: var(--contrast-3);
  text-transform: uppercase;
}
#block-7 a:before {
  color: black;
}
#block-7 a:hover {
  text-decoration: none;
  background: rgb(255 249 233);
  background: linear-gradient(0deg, rgb(255 249 233) 0%, rgba(255, 255, 255, 1) 100%);
}
i.fa-square-facebook {
  color: #1778F2;
  font-size: 22px;
  margin-top: 5px;
}
i.fa-square-facebook:hover {
  color: blue;
}
.footer-builder {
  margin-top: 15px;
  font-size: 20px;
}
.footer-builder a:before {
  content: "\f7d9";
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  margin-right: 7px;
  vertical-align: middle;
  font-weight: 500;
  color: var(--contrast-3);
}
.footer-builder a:hover:before {
  color: white;
}
.footer-builder a {
  text-decoration: none;
  position: relative;
}
.footer-builder a:hover {
  top: -1px;
  right: -1px;
}
#block-8 .wp-block-column {
  background: var(--base-3);
}
#block-8 img {
  mix-blend-mode: multiply;
  max-width: 150px;
}
ul#menu-top-menu-info-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  flex-direction: row;
}
#nav_menu-3 {
  width: 100%;
}
.footer-widgets-container.grid-container {
  padding: 0px !important;
}
#block-7 {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5%;
  padding-right: 2.5%;
  padding-bottom: 20px;
  margin-bottom: 0px;
}
#block-8 {
  padding-left: 0px;
  width: 100%;
}
#block-8 .wp-block-cover__inner-container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5%;
  padding-right: 2.5%;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
#block-9 {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  margin-top: 25px;
  padding-left: 2.5%;
  padding-right: 2.5%;
}
.footerp {
  font-size: 14px !important;
  line-height: 20px;
}
.copyright-bar {
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
}
/*---xPages_---*/
#primary .wp-block-image.is-style-rounded img {
  border-radius: 0px;
  box-shadow: 20px 20px 0px 0px #24231f1c;
}
figure.fg-item-inner {
  background: black !important;
  border-radius: 0px !important;
}
.fg-caption-inner {
  margin: 0px auto;
}
.fg-caption-title {
  color: white !important;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 14px !important;
  font-weight: 900 !important;
}
.home-hero {}
body #main .hero-gallery {
  height: 300px;
}
#main .hero-in {
  height: 460px;
}
.home-hero .wp-block-heading {
  margin-bottom: 0px;
  font-size: 58px;
}
.home-hero .wp-block-cover__image-background {
  -webkit-box-shadow: inset 0px 0px 10px 10px #00000038;
  box-shadow: inset 0px 0px 10px 10px #00000038;
}
.home-hero h1 strong {
  font-weight: 900;
}
.home-hero h1 {
  line-height: normal;
  text-shadow: 0px 0px 10px black;
}
.hero-in {
  text-shadow: 0px 0px 10px black;
}
.home-hero h1 mark {
  font-size: 31px !important;
  display: block !important;
  margin-top: 15px;
}
.hero-in {
  min-height: 100px !important;
}
.hero-in .wp-block-cover__image-background {
  -webkit-box-shadow: inset 0px 0px 10px 10px #00000038;
  box-shadow: inset 0px 0px 10px 10px #00000038;
}
.hero-in h1 {
  font-size: 42px;
}
.home-in h1 strong {
  font-weight: 900;
  text-shadow: 0px 0px 3px black, 0px 0px 2px black;
}
strong {
  font-weight: 900;
}
.hero-in h1 mark {
  font-size: 27px !important;
  display: block !important;
}
.hero-in p {
  font-size: 18px;
}
.scalehover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}
.scalehover:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.scalehover:active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.wp-block-gallery a {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
  -webkit-box-shadow: 0px 0px 16px -3px #00000040;
  box-shadow: 0px 0px 16px -3px #00000040;
  border: 3px solid black;
}
.wp-block-gallery a:hover {
  -webkit-animation: shadow-drop-2-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: shadow-drop-2-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  -webkit-transform: scale(.98);
  -ms-transform: scale(.98);
  transform: scale(.98);
  border: 10px solid black;
}
figure.fg-item-inner {
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}
figure.fg-item-inner:hover {
  -webkit-transform: scale(.98);
  -ms-transform: scale(.98);
  transform: scale(.98);
}
.wp-block-gallery a:active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.taglineimg {
  position: absolute;
  left: -50px;
  top: -45px;
  z-index: 5;
  width: 310px;
}
.specials-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
a.specials-box {
  width: 33%;
  background: white;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
  position: relative;
  min-height: 440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 30px;
}
a.specials-box img {
  z-index: 2;
  position: relative;
}
a.specials-box h3 {
  font-size: 29px;
  margin-bottom: 20px;
  line-height: 1.2em;
  font-weight: 900;
  text-transform: none;
  margin-top: 20px;
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 2;
  position: relative;
}
a.specials-box:hover h3 {
  color: var(--contrast) !important;
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}
a.specials-box p {
  font-size: 16px;
  line-height: 27px;
  font-family: 'Lora', serif;
  color: var(--contrast) !important;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 2;
  position: relative;
}
a.specials-box:hover {
  -webkit-box-shadow: 0px 3px 5px #00000040;
  box-shadow: 0px 3px 5px #00000040;
  -webkit-animation: shadow-drop-2-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: shadow-drop-2-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}
a.specials-box:active {
  -webkit-box-shadow: 0px 0px 0px transparent;
  box-shadow: 0px 0px 0px transparent;
  border-bottom: 3px solid transparent;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
a.specials-box:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}
a.specials-box:hover:before {
  background: var(--base-2);
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}
a.specials-box span.wp-block-button__link.wp-element-button {
  background: var(--contrast-2);
  color: white;
  -webkit-transition: all .15s !important;
  -o-transition: all .15s !important;
  transition: all .15s !important;
  position: relative;
  z-index: 2;
  border: 0px solid transparent !important;
}
a.specials-box:hover span.wp-block-button__link.wp-element-button {
  background: var(--contrast-2);
  color: white;
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
}
a.specials-box hr {
  margin-bottom: 10px;
  margin-top: 0px;
  position: relative;
  z-index: 2;
}
.product-boxes .wp-block-cover {
  max-height: 170px;
}
.product-boxes .wp-block-column {
  background: white;
  min-height: 410px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-shadow: 0px 0px 16px -3px #00000040;
  box-shadow: 0px 0px 16px -3px #00000040;
}
.product-boxes figure a img:hover {
  opacity: .9;
}
.product-boxes h4 {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 10px;
  margin-top: 30px;
}
.product-boxes p {
  margin-bottom: 35px;
}
.product-boxes h3 {
  margin-top: 15px;
}
.product-boxes p {
  padding-left: 20px;
  padding-right: 20px;
}
.product-boxes .wp-block-button a {
  width: 100%;
}
.product-boxes .wp-block-button {
  width: 100%;
}
.shed-family {
  position: absolute;
  bottom: -64px;
  left: 0;
  width: 810px;
}
#wprev-slider-1 .wprevpro_t1_P_3, #wprev-slider-2 .wprevpro_t1_P_3 {
  font-style: normal;
  line-height: 24px;
  font-size: 15px;
}
#wprev-slider-1 .wprev_preview_tcolor2_T1, #wprev-slider-2 .wprev_preview_tcolor2_T1 {
  color: black !important;
}
h2.gform_title {
  font-weight: 700 !important;
}
#main .su-spoiler-content.su-u-clearfix.su-u-trim {
  background: rgb(255 249 233);
  background: linear-gradient(0deg, rgb(255 249 233) 0%, rgba(255, 255, 255, 1) 100%);
  padding: 1px;
}
.su-spoiler-content.su-u-clearfix.su-u-trim p {
  padding: 25px;
  font-size: 20px;
}
#main .su-spoiler-title {
  background: var(--contrast-2);
  border: 1px solid var(--contrast-2);
  -webkit-box-shadow: inset 0px 0px 2px black;
  box-shadow: inset 0px 0px 2px black;
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
  font-size: 18px;
  min-height: 40px;
}
#main .su-spoiler-title:hover {
  -webkit-transform: scale(1.025);
  -ms-transform: scale(1.025);
  transform: scale(1.025);
  -webkit-box-shadow: inset 0px 0px 0px transparent;
  box-shadow: inset 0px 0px 0px transparent;
  background: #831f1c;
}
#main .guide-boxes {
  gap: 2% !important;
}
.guide-boxes .wp-block-column {
  background: rgb(255 249 233);
  background: linear-gradient(0deg, rgb(255 249 233) 0%, rgba(255, 255, 255, 1) 100%);
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 519px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.guide-boxes .wp-block-column img {
  max-width: 120px;
}
.guide-boxes h2 {
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.sell-block-2 figure {
  position: relative;
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
  -webkit-box-shadow: 0px 0px 16px -3px #00000040;
  box-shadow: 0px 0px 16px -3px #00000040;
  border: 5px solid black;
}
.sell-block-2 figure:hover {
  transform: scale(1.05);
}
.sell-block figure {
  position: relative;
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
  -webkit-box-shadow: 0px 0px 16px -3px #00000040;
  box-shadow: 0px 0px 16px -3px #00000040;
  border: 5px solid black;
}
.sell-block figure:hover {
  transform: scale(1.05);
}
.sell-block figcaption {
  position: absolute;
  top: 42%;
  width: 100%;
  margin-bottom: 0px;
  margin-top: 0px;
  text-shadow: 0px 0px 5px black, 0px 0px 10px black;
}
.sell-block figcaption a {
  color: white;
  text-decoration: none;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.sell-block figcaption a:hover {
  color: white !important;
}
.sell-block figure:hover {
  -webkit-animation: shadow-drop-2-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: shadow-drop-2-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  -webkit-box-shadow: 0px 0px 0px 0px #00000000;
  box-shadow: 0px 0px 0px 0px #00000000;
}
.sell-squeeze {
  max-width: 820px;
  margin: 0 auto;
}
.ezsteps img {
  max-width: 80px;
  margin-bottom: 5px;
}
.shedpos {
  position: absolute;
  right: 0;
  bottom: 0;
}
.white-block .wp-block-column {
  padding: 25px;
}
.white-block .wp-block-column p:last-child {
  margin-bottom: 0px !important;
}
.white-block figure.wp-block-image.size-full img {
  max-width: 150px;
}
.contact-box {
  border: 1px solid #efede2;
  padding: 20px;
  height: -webkit-fill-available;
  -webkit-box-shadow: 0px 0px 20px -5px #efede2;
  box-shadow: 0px 0px 20px -5px #efede2;
}
.contact-box h2 {
  background: #efede2;
  font-size: 28px;
  padding: 20px;
}
.featuredproducts .wp-block-image {
  background: black !important;
  padding: 4px;
}
.featuredproducts figure {
  transition: all .2s;
}
.featuredproducts figure:hover {
  transform: scale(.925);
}
.featuredproducts figcaption.wp-element-caption {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 16px;
  padding: 0;
  height: 1.3em;
  color: white !important;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-family: 'Assistant', sans-serif !important;
}
#wprev-slider-2 .wprev_preview_tcolor2_T1 {
  color: black !important;
}
a.generate-back-to-top {
  z-index: 999;
  border-radius: 100px;
  opacity: .5;
}
.inv-info {
  width: 60%;
}
.inv-img {
  padding-left: 5%;
  width: 35%;
}
.inv-headline-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.inv-headline {
  width: 50%;
}
.inv-wrapper {
  display: flex;
  justify-content: space-between;
  background: white;
  padding: 35px;
  border: 1px solid black;
  margin-top: 20px;
  margin-bottom: 20px;
}
.inv-gallery {
  list-style: none;
  margin-left: 0px;
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.inv-gallery li {
  border: 1px solid var(--accent);
  margin-right: 15px;
  margin-left: 15px;
  line-height: 1px;
}
.inv-gallery li:hover {
  border: 1px solid var(--contrast-2);
}
#main .inv-wrapper h3, #main .inv-wrapper h2 {
  font-size: 16px;
}
.inv-wrapper h3, .inv-wrapper h2 {
  text-transform: uppercase;
  color: var(--contrast-2);
  margin-bottom: 1px;
  font-weight: 900;
  font-family: 'Assistant', sans-serif;
}
.inv-wrapper hr {
  margin-top: 5px;
}
.inv-wrapper p {
  font-size: 18px;
  line-height: 33px;
}
#main h2.sales-price {
  font-weight: 900;
  letter-spacing: initial;
  font-size: 25px;
}
#main h2.reg-price {
  font-weight: 900;
  font-size: 16px;
  color: black;
}
.caf-post-title h2 a {
  color: white !important;
  font-size: 16px !important;
  line-height: 25px !important;
  margin-bottom: 10px;
  display: block;
  margin-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}
#content .caf-post-title h2 a:hover {
  color: white !important;
}
.caf-post-layout1 .manage-layout1:hover {
  transform: scale(.98);
}
.caf-post-title {
  background-color: transparent !important;
}
#manage-post-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
#content ul.caf-multiple-check-filter li label {
  padding: 0px 7.5px;
  font-size: 13px;
  color: #000000;
  border-color: #000000 !important;
  font-weight: 900;
}
#content ul.caf-multiple-check-filter li label:hover {
  background: #00000010;
}
input#caf-search-sub {
  background-color: #ad302c;
}
.caf-search-bar.sr-layout1 {
  display: block;
  margin-top: 25px;
}
input#caf-search-input {
  border: 1px solid black;
}
a.caf-read-more {
  border: 0px solid transparent !important;
  display: block !important;
  margin-bottom: 10px !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  border-bottom: 1px solid #00000040;
  -webkit-transition: all .15s;
  -o-transition: all .15s;
  transition: all .15s;
  padding: 8px 20px !important;
  color: white !important;
  background-color: var(--accent) !important;
  text-transform: uppercase;
  font-family: 'Assistant', sans-serif !important;
}
.fbx-stage .fbx-caption-desc {
  display: none;
}
.displaynone {
  display: none !important;
}
.caf-manage-search-bar {
  margin-bottom: 10px;
}
input#caf-search-input {
  padding: 8px 20px;
}
.caf-post-title {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.sell-block-2-max {
  max-width: 824px;
  margin: 0 auto 35px;
}
@-webkit-keyframes shadow-drop-2-center {
  0% {
    background: var(--accent);
  }
  100% {
    background: var(--accent);
  }
}
@keyframes shadow-drop-2-center {
  0% {
    background: var(--accent);
  }
  100% {
    background: var(--accent);
  }
}
.caf-post-title {
  background: black !important;
}
.manage-layout1 {
  background: black !important;
}
.caf-post-layout1 .caf-content-read-more {
  background: black !important;
}
.g33flexwrapper {
  display: flex;
  align-items: center;
}
.g33flex {
  width: 33%;
}
#main .stocknum {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 1px;
  font-weight: 900;
  font-family: 'Assistant', sans-serif;
}
#main .sold {
  background: var(--contrast-2);
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 20px;
  text-align: center;
  display: block;
  font-weight: 700;
  margin-bottom: 0px;
}
#main .inv-info .entry-title {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 11px;
  font-weight: 900;
  font-family: 'Assistant', sans-serif;
}
#main .inventory-back {
  font-size: 16px;
  text-transform: uppercase;
  text-align: right;
  display: block;
  font-weight: 700;
  margin-bottom: 0px;
  font-family: 'Assistant', sans-serif;
}
#main .inventory-back:hover {
  color: black !important;
}
.calldeets {
  display: block;
  text-align: center;
  font-size: 22px;
  margin-bottom: 15px;
}
ul.caf-filter-container.caf-pcf-layout.caf-pcf-parent-category {
  background: rgb(255 249 233);
  background: linear-gradient(0deg, rgb(255 249 233) 0%, rgba(255, 255, 255, 1) 100%);
  padding: 20px;
  max-height: 380px;
  overflow: hidden;
  overflow-y: scroll;
}
#main h3.tax-heading {
  font-size: 12px;
}
form#gform_1 {
  background: rgb(255 249 233);
  background: linear-gradient(0deg, rgb(255 249 233) 0%, rgba(255, 255, 255, 1) 100%);
  border: 1px solid #efede2;
  padding: 20px;
  height: -webkit-fill-available;
  -webkit-box-shadow: 0px 0px 20px -5px #efede2;
  box-shadow: 0px 0px 20px -5px #efede2;
}
.white-block-maps p, .white-block-maps h2 {
  padding-left: 20px;
  padding-right: 20px;
}
#content ul.caf-multiple-check-filter li input[type='checkbox']:checked + label {
  color: white !important;
}
article#caf-post-layout1 .manage-layout1 {
  border: 3px solid black;
  transition: all .35s !important;
}
.fg-item figure.fg-item-inner {
  border: 3px solid black !important;
  transition: all .35s !important;
}
.fg-item:hover figure.fg-item-inner {
  border: 10px solid black !important;
}
.rto-checkmark-col {
  margin-top: 40px;
  margin-bottom: 40px;
  display: block;
}
.rto-checkmark-col p {
  margin-bottom: 0px;
}
.rto-checkmark-col .wp-block-column {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rto-checkmark-col .wp-block-column i {
  max-width: 80px;
  margin-right: 33px;
}
.rto-checkmark-col .wp-block-group {
  width: 100%;
}
#main .white-block-maps .wp-block-column {
  background: rgb(255 249 233);
  background: linear-gradient(0deg, rgb(255 249 233) 0%, rgba(255, 255, 255, 1) 100%);
}
.white-box {
  background: white;
  padding: 20px;
}
#primary .white-box ul.col-list {
  background: transparent;
}
#content .su-expand-link.su-expand-link-more a, #content .su-expand-link.su-expand-link-less a {
  text-align: center;
  display: block;
  margin-top: 20px;
}
.video-title-overlay {
  position: absolute;
  width: 100%;
  background: #FFFFFF70;
}
.col-list {
  font-size: 16px;
}
#content .remove-box {
  background: transparent;
  box-shadow: 0px 0px 0px transparent;
}
/*
header#masthead {
  background: rgb(246 240 226);
  background: linear-gradient(180deg, rgba(246, 240, 226, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.gradflip .wp-block-cover__background {
  background: rgb(255 249 233);
  background: linear-gradient(90deg, rgb(255 249 233) 0%, rgba(255, 255, 255, 1) 100%);
}
*/
.guide-boxes .wp-block-column {
  border: 1px ridge #00000030;
}
#main .hero-in .wp-block-cover__background {
  opacity: .3;
  background-color: #4a452e;
  mix-blend-mode: hard-light;
}
#main .hero-in {
  height: auto !important;
}
form#gform_1 {
  background: white !important;
}
span.mobile-menu {
  font-weight: 900;
}
.inventory-template-default .fbx-caption {
  display: none;
}
/*	--------------------------------------------------
	:: Grid 
	-------------------------------------------------- */
.g10, .g20, .g30, .g40, .g50, .g60, .g70, .g80, .g90, .g100, .g33, .g25, .g75 {
  height: auto;
  float: left;
}
.g10 {
  width: 10%;
}
.g20 {
  width: 20%;
}
.g30 {
  width: 30%;
}
.g40 {
  width: 40%;
}
.g50 {
  width: 50%;
}
.g60 {
  width: 60%;
}
.g70 {
  width: 70%;
}
.g80 {
  width: 80%;
}
.g90 {
  width: 90%;
}
.g100 {
  width: 100%;
}
.g33 {
  width: 33.33333333%;
}
.g25 {
  width: 25%;
}
.g75 {
  width: 75%;
}
.padding {
  padding: 10px 15px;
}
.clear {
  clear: both;
}
/*---xMedia Queries_---*/
ul#menu-primary-menu .sub-menu li {
  border-top: 1px groove #00000010;
}
.site-footer .footer-widgets-container .inside-footer-widgets {
  margin-left: 0px;
}
@media screen and (max-width: 1680px) {
  .shed-family {
    width: 40%
  }
}
@media screen and (max-width: 1180px) {
  #menu-primary-menu li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .g25 {
    width: 50% !important;
  }
  .g30 {
    width: 100% !important;
  }
  .g33 {
    width: 100% !important;
  }
  .g50 {
    width: 100% !important;
  }
  .g70 {
    width: 100% !important;
  }
  .home-hero .wp-block-buttons {
    top: 25px;
  }
  .shed-family {
    position: relative;
    bottom: 0px;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 968px) {
  #masthead .header-widget {
    display: none;
  }
  #primary-menu {
    display: none;
  }
}
#generate-slideout-menu a {
  font-weight: 800;
}
@media screen and (max-width: 900px) {
  #block-8 .wp-block-columns {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center !important;
    margin: 0 auto;
  }
  #menu-top-menu-info-1 {
    justify-content: center !important;
    flex-wrap: wrap;
  }
  #nav_menu-3 .btn-yellow {
    margin-bottom: 16px !important;
  }
  #nav_menu-3 .btn-yellow a {
    text-align: center;
  }
  .main-nav {
    margin-bottom: 0px !important;
    padding-bottom: 16px;
    border-bottom: 2px groove #0000002e;
  }
  #nav_menu-3 {
    text-align: center;
    padding-top: 16px;
    padding-left: 20px;
  }
  #nav_menu-3 a {
    margin-bottom: 8px;
  }
  #nav_menu-3 a:last-child {
    margin-bottom: 0px;
  }
  #nav_menu-3 .btn-teal {
    margin-left: 0px;
  }
  #nav_menu-3 .btn-teal a {
    text-align: center;
  }
  #nav_menu-3 {
    width: 100%;
    margin-top: 0px;
  }
  #main .hero-in {
    height: 290px;
  }
}
@media screen and (max-width: 781px) {
  .product-boxes .wp-block-column img {
    width: 100%;
  }
  .product-boxes .wp-block-column {
    margin-bottom: 32px;
  }
  .product-boxes .wp-block-column:last-child {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  body {
    text-align: center;
  }
  #content .has-contrast-color {
    text-align: center;
  }
  /* #content for when calling commonly reused styles - #main for containers - #primary for inside divs */
  #content .copyright-bar {
    padding-left: 90px;
  }
  .footer-widget-1 li.btn-teal {
    margin-top: 20px;
  }
  .wp-block-buttons {
    justify-content: center !important;
  }
  #primary .wp-block-image.is-style-rounded img {
    margin-top: 47.777px;
    margin-bottom: 47.777px;
  }
  ul {
    text-align: left !important;
  }
  .featuredproducts .wp-block-image {
    /* margin-top: 32px; */
    margin-bottom: 32px;
  }
  figure.wp-block-image.size-full {
    margin-bottom: 16px;
    margin-top: 16px;
  }
  #main .product-boxes .wp-block-column figure {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  ul#menu-top-menu-info-1 {
    flex-direction: column;
  }
  .sell-block figure {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  #block-7 a {
    text-align: center !important;
    display: block;
  }
  .wp-block-cover.alignfull .wp-block-cover__inner-container {
    padding-top: 64px;
    padding-bottom: 64px;
    padding-left: 5%;
    padding-right: 5%;
    max-width: 768px;
  }
  .g10 {
    width: 100% !important;
  }
  .g20 {
    width: 100% !important;
  }
  .g25 {
    width: 100% !important;
  }
  .g40 {
    width: 100% !important;
  }
  .g60 {
    width: 100% !important;
  }
  .g80 {
    width: 100% !important;
  }
  .g90 {
    width: 100% !important;
  }
  .header-widget {
    display: none;
  }
  .flex-flip {
    flex-direction: column-reverse;
  }
  .home-hero .wp-block-heading {
    margin-bottom: 0px;
    font-size: 50px;
  }
  .home-hero h1 mark {
    font-size: 21px !important;
  }
  .home-hero {
    height: 36vh;
    min-height: 340px;
  }
  .button, .wp-block-button .wp-block-button__link {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .home-hero .wp-block-buttons {
    top: 0px;
  }
  .copyright-bar {
    padding-left: 15vw;
  }
}