/* -------------------------
  mason gallery component
-------------------------- */
.mason-gallery {
    display: flex;
    flex-wrap: wrap;
    margin-top: 80px;
    padding: 0;
    max-width: 1300px;
    width: 100%;
    position: relative;
  }
  .mason-gallery h3 {
    position: absolute;
    top: -64px;
  }
  .mason-gallery .mason-gallery-item {
    width: 24%;
    height: 250px;
    margin: 0.5%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mason-gallery .mason-gallery-item img {
    margin-top: 8px;
    vertical-align: middle;
    width: 160%;
    transition: all 0.2s ease-in-out;
  }
  .mason-gallery .mason-gallery-item img:hover {
    filter: drop-shadow(4px 4px 6px gray);
    transform: scale(1.05);
  }
  
  @media screen and (max-width: 1200px) {
    .mason-gallery-item {
      flex: 33%;
      max-width: 32%;
    }
  }
  @media screen and (max-width: 992px) {
    .mason-gallery-item {
      flex: 50%;
      max-width: 49%;
    }
  }
  @media screen and (max-width: 600px) {
    .mason-gallery-item {
      flex: 100%;
      max-width: 100%;
    }
  }
  /* -----------------
    slider component
  ------------------- */
  .beforeAfterContainer {
    padding: 0 30px;
  }
  
  .beforeAfterContainer #comparison {
    width: 100%;
    height: 60vw;
    max-height: 400px;
    margin: 0px auto;
    padding: 3vh 10px;
  }
  
  .beforeAfterContainer #comparison .before-1 {
    background-image: url("/imageserver/UserMedia/lonestarroofinghouston/portfolio/romansky/image001%20(2).jpg");
    background-size: cover;
    position: relative;
    font-size: 0;
    width: 100%;
    height: 100%;
    margin: 0;
  }
  
  .beforeAfterContainer #comparison .before-2 {
    background-image: url("/imageserver/UserMedia/lonestarroofinghouston/portfolio/steeple/steeple-before1.jpg");
    background-size: cover;
    position: relative;
    font-size: 0;
    width: 100%;
    height: 100%;
    margin: 0;
  }
  
  .beforeAfterContainer #comparison .before-3 {
    background-image: url("/imageserver/UserMedia/lonestarroofinghouston/portfolio/steeple/steeple-before2.jpg");
    background-size: cover;
    position: relative;
    font-size: 0;
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .beforeAfterContainer #comparison .before-4 {
    background-image: url("/imageserver/UserMedia/lonestarroofinghouston/federal-before1.jpg");
    background-size: cover;
    position: relative;
    font-size: 0;
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .beforeAfterContainer #comparison .before-5 {
    background-image: url("/imageserver/UserMedia/lonestarroofinghouston/federal-before.jpg");
    background-size: cover;
    position: relative;
    font-size: 0;
    width: 100%;
    height: 100%;
    margin: 0;
  }
  
  .beforeAfterContainer #comparison figure > img {
    position: relative;
    width: 100%;
  }
  
  .beforeAfterContainer #comparison #after-1 {
    background-image: url("/imageserver/UserMedia/lonestarroofinghouston/portfolio/romansky/image001.jpg");
    background-size: cover;
    position: absolute;
    width: 0%;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    bottom: 0;
    height: 100%;
  }
  
  .beforeAfterContainer #comparison #after-2 {
    background-image: url("/imageserver/UserMedia/lonestarroofinghouston/portfolio/steeple/steeple-after1.jpg");
    background-size: cover;
    position: absolute;
    width: 0%;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    bottom: 0;
    height: 100%;
  }
  
  .beforeAfterContainer #comparison #after-3 {
    background-image: url("/imageserver/UserMedia/lonestarroofinghouston/portfolio/steeple/steeple-after2.jpg");
    background-size: cover;
    position: absolute;
    width: 0%;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    bottom: 0;
    height: 100%;
  }
  
  .beforeAfterContainer #comparison #after-4 {
    background-image: url("/imageserver/UserMedia/lonestarroofinghouston/federal-after2.jpg");
    background-size: cover;
    position: absolute;
    width: 0%;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    bottom: 0;
    height: 100%;
  }
  
  .beforeAfterContainer #comparison #after-5 {
    background-image: url("/imageserver/UserMedia/lonestarroofinghouston/federal-after3.jpg");
    background-size: cover;
    position: absolute;
    width: 0%;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    bottom: 0;
    height: 100%;
  }
  
  input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    top: -2rem;
    left: -2%;
    background-color: rgba(255, 255, 255, 0.5);
    width: 102%;
    height: 15px;
  }
  
  input[type=range]:focus {
    outline: none;
  }
  
  input[type=range]:active {
    outline: none;
  }
  
  input[type=range]::-moz-range-track {
    -moz-appearance: none;
    height: 15px;
    width: 102%;
    right: 2%;
    background-color: rgba(255, 255, 255, 0.5);
    position: relative;
    outline: none;
  }
  
  input[type=range]::active {
    border: none;
    outline: none;
  }
  
  input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 25px;
    height: 25px;
    background: #faa716;
    border-radius: 50%;
    border: 6px solid #ffffff;
  }
  
  input[type=range]::-moz-range-thumb {
    -moz-appearance: none;
    width: 25px;
    height: 25px;
    background: #faa716;
    border: 6px solid #ffffff;
    border-radius: 50%;
  }
  
  input[type=range]:focus::-webkit-slider-thumb {
    background: #faa716;
  }
  
  input[type=range]:focus::-moz-range-thumb {
    background: #faa716;
  }
  
  /* ---------------------
          toggler component
    ----------------------- */
  .switchContainer {
    display: flex;
    justify-content: end;
  }
  
  .switchContainer p {
    padding: 0 5px;
  }
  
  /* The switch - the box around the slider */
  .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* The slider */
  .toggler {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
  }
  
  .toggler:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
  }
  
  input:checked + .toggler {
    background-color: #faa716;
  }
  
  input:focus + .toggler {
    box-shadow: 0 0 1px #faa716;
  }
  
  input:checked + .toggler:before {
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .toggler.round {
    border-radius: 34px;
  }
  
  .toggler.round:before {
    border-radius: 50%;
  }/*# sourceMappingURL=portfolio.css.map */