@charset "utf-8";
/* CSS Document */
@media screen {
  #my-header, #header-logo, #header-nav {
    transition-duration: .25s;
    transition-property: all;
  }
  .alignleft, img.alignleft {
    display: inline;
    float: left;
    margin-right: 1em;
  }
  .alignright, img.alignright {
    display: inline;
    float: right;
    margin-left: 1em;
  }
  .aligncenter, img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .alignleft, img.alignleft, .alignright, img.alignright, .aligncenter, img.aligncenter {
    max-width: 100% !important;
    height: auto;
    margin-top: .5em;
    margin-bottom: .5em;
  }
  .flex-outer {
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
  }
  .flex-outer > * {
    width: max-content;
    align-self: center;
  }
  /* BLOG LAYOUT */
  .blog-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .blog-content-container {
    flex-basis: 75%;
  }
  .blog-right-container {
    flex-basis: 20%;
  }
  .woocommerce .entry, .woocommerce-cart .entry {
    margin-top: 2em;
  }
  .woocommerce ul.products li.product > .woocommerce-loop-product__link {
    background-color: #FFF;
    display: block !important;
    position: relative !important;
    line-height: 0px !important;
  }
  .woocommerce ul.products li.product > .woocommerce-loop-product__link:after {
    padding-top: 100% !important;
    position: relative !important;
    display: block !important;
    content: '' !important;
  }
  .woocommerce ul.products li.product a img {
    position: absolute !important;
    max-height: 100% !important;
    max-width: 100% !important;
    object-fit: contain !important;
    border: none !important;
  }
  .woocommerce ul.products li.product > a .button {
    display: none !important;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    position: absolute !important;
    bottom: 0px !important;
    background-color: rgba(0, 0, 0, 0.78) !important;
    color: #FFF !important;
    text-align: center !important;
    line-height: 1.3rem;
  }
  .woocommerce-product-gallery__image img {
    max-height: calc(100vh - 220px);
    width: auto !important;
    margin-bottom: 5px;
  }
  .woocommerce-product-gallery__wrapper a {
    display: flex !important;
    justify-content: center !important;
  }
  .woocommerce div.product .product_title {
    background-color: transparent !important;
    color: #606862;
    text-align: left !important;
  }
  .posted_in, .tagged_as {
    display: block;
    margin-bottom: 10px;
  }
  .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 25% !important;
  }
  .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 70% !important;
  }
  .woocommerce ul.products li.product a img {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    margin: 0px !important;
  }
  #footer-logo {
    width: 300px;
    height: auto;
  }
  #footer-content > div:nth-child(1), #footer-content > div:nth-child(2), #footer-content > div:nth-child(3) {
    width: 30%
  }
  #footer-street-address {
    display: flex;
    justify-content: center;
  }
  #partial-footer-bg {
    display: flex;

    background-position: right;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  #footer-phone-number {
    justify-content: flex-end;
    display: flex;
  }
  #footer-phone-number > * {
    white-space: nowrap;
    width: min-content;
  }
  #footer-phone-number a {
    display: flex;
    line-height: 1.5;
  }
  #footer-phone-number a > * {
    align-self: center;
  }
  #returns {
    margin-right: 40px;
  }
  .sbsbox {
    display: flex;
    font-size: 1vw;
    line-height: 1.5;
  }
  .sbsbox > * {
    padding: 6vw;
    width: 50%;
    flex-direction: column;
  }
  .sbsbox > .lesspadding {
    padding: 2vw;
  }
  .sbsbox h2 {
    font-size: 2vw;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .sbsbox > div > * {
    opacity: 0;
    transition: margin-left 2s, margin-right 2s, opacity 2s;
  }
  .sbsbox > div:nth-child(odd) > * {
    margin-right: 10vw;
  }
  .sbsbox > div:nth-child(odd).intersected > * {
    opacity: 1;
    margin-right: 0vh;
  }
  .sbsbox > div:nth-child(even) > * {
    margin-left: 10vw;
    transition-delay: .5s;
  }
  .sbsbox > div:nth-child(even).intersected > * {
    opacity: 1;
    margin-left: 0vh;
  }
.wppage-6 .entry ul {
    list-style: none;
    margin-left: 2vw;
    position: relative;
    padding-left: 2vw;
  }
 .wppage-6 .entry li {
    list-style: none;
    font-size: 1.5em;
    margin-bottom: 2em;
    font-weight: bold;
  }
  .sbsbox li h3, .entry li h3 {
    display: inline;
    font-weight: 500;
  }
 .wppage-6 .entry li:before {
    background: url(../../../uploads/red_bullet.svg);
    color: #44854e;
    content: '';
    display: inline-block;
    margin-top: -.1em;
    height: 1.5em;
    width: 1.5em;
    background-size: 100%;
    background-repeat: no-repeat;
    left: -3em;
    position: absolute;
  }

  .entry h2, .entry h3 {
    clear: both;
    padding-top: 1em;
  }
  .h1holder h1 {
    font-size: calc(4vw + 2vh);
  }
  .flex65 {
    width: 60%;
    align-self: stretch;
  }
  .my-google-map {
    height: 80%;
    padding-top: 10%;
    min-height: 600px;
  }
  .outeryoutubewrap {
    max-width: 600px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .easygrid {
    text-align: center;
    align-self: center;
  }
  .easygrid > img, .easygrid a > img {
    width: 100%;
  }
  .flexbasis5 {
    flex-basis: 5%;
  }
  .flexbasis10 {
    flex-basis: 10%;
  }
  .flexbasis15 {
    flex-basis: 15%;
  }
  .flexbasis20 {
    flex-basis: 20%;
  }
  .flexbasis25 {
    flex-basis: 25%;
  }
  .flexbasis30 {
    flex-basis: 30%;
  }
  .flexbasis35 {
    flex-basis: 35%;
  }
  .flexbasis40 {
    flex-basis: 40%;
  }
  .flexbasis45 {
    flex-basis: 45%;
  }
  .flexbasis50 {
    flex-basis: 50%;
  }
  .flexbasis55 {
    flex-basis: 55%;
  }
  .flexbasis60 {
    flex-basis: 60%;
  }
  .flexbasis65 {
    flex-basis: 65%;
  }
  .flexbasis70 {
    flex-basis: 70%;
  }
  .flexbasis75 {
    flex-basis: 75%;
  }
  .flexbasis80 {
    flex-basis: 80%;
  }
  .flexbasis85 {
    flex-basis: 85%;
  }
  .flexbasis90 {
    flex-basis: 90%;
  }
  .flexbasis95 {
    flex-basis: 95%;
  }
  .flexbasis100 {
    flex-basis: 100%;
  }
  .easygrid-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
  }
  footer .icon-phone-squared, footer .icon-location, footer .icon-mail-alt {
    font-size: 1.5vw;
    margin: 0px !important;
    padding: 0px !important;
    margin-right: .5vw !important;
  }
  footer .icon-location {
    font-size: 2vw;
  }
  footer .icon-mail-alt {
    font-size: 1.25vw;
  }
  .flexlist {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .flexlist > * {
    align-self: center;
  }
  .flexlist li, .flexlist ul {
    width: max-content;
  }
  .flexlist {
    font-size: .8vw;
  }
    /* Use thge class below in conjuction with flexlist if I want the list to be auto centered and take up minimal width rather than taking up 100% width */
  .maxcontentandcenter {
    width: max-content;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  .maxcontentandcenter > * {
    margin-right: 1em;
  }
  .maxcontentandcenter > *:last-child {
    margin-right: 0px;
  }
  .mypx {
    background-size: 100% auto;
  }
  .mypx {
    background-position: 50% 100%;
  }
  .intersected.mypx {
    background-position: 50% 50%;
  }
  .mypxheightdesktop10vh {
    height: 10vh;
  }
  .mypxheightdesktop20vh {
    height: 20vh;
  }
  .mypxheightdesktop25vh {
    height: 25vh;
  }
  .mypxheightdesktop30vh {
    height: 30vh;
  }
  .mypxheightdesktop35vh {
    height: 35vh;
  }
  .mypxheightdesktop40vh {
    height: 40vh;
  }
  .mypxheightdesktop45vh {
    height: 45vh;
  }
  .mypxheightdesktop50vh {
    height: 50vh;
  }
  .mypxheightdesktop55vh {
    height: 55vh;
  }
  .mypxheightdesktop60vh {
    height: 60vh;
  }
  .mypxheightdesktop65vh {
    height: 65vh;
  }
  .mypxheightdesktop70vh {
    height: 70vh;
  }
  .mypxheightdesktop75vh {
    height: 75vh;
  }
  .mypxheightdesktop100vh {
    height: 100vh;
  }


    .blogthumbtitle {font-size:2vw;width:100%;text-align:center;}
    .blogthumbwrapper{display:flex;flex-wrap:wrap;justify-content: center;column-gap: 4vw;row-gap:3vw;}
    .blogthumbwrapper > a{width:20vw;display:block;position: relative;padding-bottom:10vw;transition: transform .3s, box-shadow .3s;}
    .blogthumbwrapper > a:hover{transform:scale(1.1);box-shadow: 1vw 1vw 1vw .5vw rgba(0,0,0,0.2);}
    #chamberlogo{width:175px;}
    
}