.atom-service-tile {
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 400px;
    height: 400px;
    position: relative;
    overflow-y: hidden;
    user-select:none;
}
.atom-service-tile-image-spacer {
    height: 100%;
    width: 100%;
}

.atom-service-tile-title-container{
    height:75px;
    margin-top:-75px;
}

.atom-service-tile-title-container, .atom-service-tile-details{
    background: #0c356be6;
    padding:0 10px;
    transition:margin-top .35s;
}

.atom-service-tile-details {
    height:400px;
}
.atom-service-tile-title, .atom-service-tile-description {
    margin:0;
}

.atom-service-tile:hover .atom-services-tile-details, .atom-service-tile:hover .atom-service-tile-title-container{
    margin-top:-300px;
}

.atom-mosaic-image-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px,1fr));
    grid-auto-rows: minmax(250px, 1fr);
    grid-gap: 10px;
}
.atom-mosaic-image {
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
}
.atom-mosaic-image > a{
    display:inline-block;
    width:100%;
    height:100%;
}

.dialog-type-lightbox {
    z-index: 99999999999999999999999 !important;
}
.elementor-slideshow__header{
    flex-direction:row !important;
}
.swiper-slide.elementor-lightbox-item.swiper-slide-active {
    padding: 100px;
}
.swiper-wrapper .swiper-zoom-container .elementor-lightbox-image {
    max-height: 80vh;
    max-width: 80vw;
    width: auto;
    height: auto;
}



/* ATOM BEFORE AFTER SCROLLER */
img {
  display: block;
  max-width: 100%;
}

.atom-before-after-slider {
  display: grid;
  place-items: center;
  /*min-height: 100vh;*/
  aspect-ratio:1/1;
  margin:0 auto;
}

.atom-before-after-container {
  display: grid;
  place-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  --position: 50%;
  height:100%;
}

.image-container {
  max-width: 800px;
  /*max-height: 90vh;*/
  aspect-ratio: 1/1;
  max-height:100%;
}

.slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}

.image-before {
  position: absolute;
  inset: 0;
  width: var(--position);
  /*filter: grayscale(100%)*/
}

.slider {
  position: absolute;
  inset: 0;
  cursor: pointer;
  opacity: 0;
  /* for Firefox */
  width: 100%;
  height: 100%;
}

.slider:focus-visible ~ .slider-button {
  outline: 5px solid black;
  outline-offset: 3px;
}

.slider-line {
  position: absolute;
  inset: 0;
  width: .2rem;
  height: 100%;
  background-color: #fff;
  /* z-index: 10; */
  left: var(--position);
  transform: translateX(-50%);
  pointer-events: none;
}

.slider-button {
  position: absolute;
  background-color: #fff;
  color: black;
  padding: .5rem;
  border-radius: 100vw;
  display: grid;
  place-items: center;
  top: 50%;
  left: var(--position);
  transform: translate(-50%, -50%);
  pointer-events: none;
  /* z-index: 100; */
  box-shadow: 1px 1px 1px hsl(0, 50%, 2%, .5);
}
.atom-before-after-slider img.slider-image {
    height:100%;
}
/* ATOM BEFORE AFTER SCROLLER END */




/* ATOM REVIEWS */
.atom-section-3 {
    display:flex;
    flex-direction:column;
    /*background: #F2F2F2;*/
    padding:0;
    max-width:80%;
    margin:0 auto;
    /*box-shadow:0 0 10px 0 rgba(0,0,0,0.5);*/
    
}
.atom-review-bubbles {
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
}
.atom-review-top {
    display:flex;
    flex-direction:column;
    align-items: center;
}
.atom-section-3 > h2 {
    text-transform: capitalize;
    text-align: center;
    color:#34393F;
    margin-top:35px;
    font-size: 30px;
}
.atom-review-bubble{
    display:none;
    /* border:1px solid black; */
    border-radius:14px;
    margin:10px 30px;
    padding:10px 15px;
    color:#34393F;
    flex:80%;
}
    .atom-review-bubble.disable-transition {
        transition:none !important;
        transform: none !important;
    }

    .atom-review-bubble.active {
        display:block;
        animation: fadein 2s;
    }

.atom-review-top > .atom-review-picture {
    background:gray;
    /* border:5px solid black; */
    box-sizing:border-box;
    width:50px;
    height:50px;
    min-width:50px;
    min-height:50px;
    border-radius:50px;
    margin-bottom: 10px;
  

}
    .atom-review-picture.bill-gallery {
        background: url('https://billgallery.com/photos/site%20resources/favicon%2096x96.jpg');
        background-size:100%;
        border:2px solid #fe5700;
    }
    .atom-review-picture.pro-leash {
        background: url('https://pro-leash.com/wp-content/uploads/2020/11/cropped-pro-leash-logo-dog-leashes-3.png');
        border:2px solid #fcb425;
        background-size:100%;
        background-repeat:no-repeat;
        background-position:center;
    }
    .atom-review-picture.mopsnbuckets {
        background: url('https://mopsnbucketsco.com/wp-content/uploads/2020/06/cropped-mopsnbuckets_new_hampshire_cleaning_service_icon-192x192.png');
        border:2px solid #14afe5;
        background-size:75%;
        background-repeat: no-repeat;
        background-position:center;
    }
.atom-review-dots {
    text-align:center;
    margin-bottom:5px;
    margin-top:5px;
}
.atom-review-dot {
    cursor:pointer;
    height:10px;
    width:10px;
    margin:0 2px;
    background-color:#bbb;
    border-radius:50%;
    display:inline-block;
    transition: background-color 0.6s ease;
}
.atom-review-dot.active, .atom-review-dot:hover {
    background-color:#34393F;
}
.atom-review-text {
    text-align: center;
    font-size: 16px;
    display:none;
}
.atom-review-text > p {
    display:none;
    font-family:'roboto-regular','arial','sans-serif';
    text-align: center;
    font-size: 20px;
}
    .atom-review-text > p:first-child {
        display:-webkit-box;
        max-width:100%;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow:hidden;
    }
.atom-review-read-more {
    margin-bottom:10px;
    color:var(--atom-blue);
    font-weight:700;
    font-family:'roboto-medium','arial','sans-serif';
    font-size:18rem;
    margin-top:35rem;
    text-align: center;
    cursor:pointer;
    user-select:none;
    /* display:none; */
}
    .atom-review-read-more:hover{
        text-decoration:underline;
    }
.atom-review-title {
    font-size:24px;
    font-weight:700;
    font-family:'roboto-medium','arial','sans-serif';
    text-align: center;
}
.atom-review-bubbles > .back-arrow, .atom-review-bubbles > .forward-arrow {
    font-size:40px;
    font-family:'roboto-medium', arial, sans-serif;
    cursor:pointer;
    user-select:none;
    border-radius:100%;
    text-align:center;
    padding:10px;
    display:none;
    color:var(--atom-primary);
    flex:10%;
}
.atom-review-blurb > p {
    font-family:'roboto-regular', 'arial', 'sans-serif';
    text-align:center;
    font-size:20px;
}
.atom-review-owner > h3{
    margin:0;
    font-size:20px;
}
/* END ATOM REVIEWS */

/* ATOM CATEGORY INFO */
.atom-categories-info {
    /* border: 1px solid black; */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    
    /*display:grid;*/
    /*grid-template-columns:repeat(2, 1fr);*/
}
.atom-categories {
    flex: 50%;
    box-sizing: border-box;
    display:flex;
    flex-direction:column;
}
.atom-category {
    padding: 30px;
    background: var(--atom-primary);
    cursor: pointer;
    align-self:flex-end;
    width:100%;
    transition: transform .3s, box-shadow .3s;
    margin-bottom:10px;
    user-select:none;
    
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    box-shadow:none;
}
.atom-category.active{
    transform:unset;
    box-shadow:unset;
}
.atom-category > p {
    margin:0;
}
.atom-infos {
    flex: 50%;
    box-sizing: border-box;
}
.atom-info {
    opacity:0;
    height:0;
    pointer-events:none;
}
.atom-info.active {
    display: flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:space-evenly;
    gap:25px;
    height: 100%;
    width: 100%;
    /* background: #e3b5b5; */
    padding: 20px;
    border: 5px solid var(--atom-primary);
    background:white;
    /*border-radius: 5px;*/
    opacity:100%;
    transition:opacity .5s;
    margin-bottom:10px;
    margin-top:-10px;
    pointer-events:auto;
}
.atom-info:not(.active) > a {
    display: none;
}
.atom-info .atom-info-button{
    /*font-size:18px;*/
    padding:15px;
    background:black;
    color:white;
}
.atom-category-inner-arrow {
    user-select: none;
}
/* END ATOM CATEGORY INFO */

/* ATOM POST CATEGORY FILTER */
.atom-post-category-filter-container{
    display:flex;
    justify-content:center;
    gap:10px;
    flex-wrap:wrap;
}
.atom-post-category-filter{
    background:orange;
    display:inline;
    padding:10px;
    border-radius:5px;
    cursor:pointer;
    user-select:none;
}
.atom-post-hidden{
    animation:shrinkAndFade 0.5s ease-out;
}

.elementor-post{
    position:unset !important;
}
.elementor-post__card{
    min-height:unset !important;
}

@keyframes shrinkAndFade{
    0%{
        transform:scale(1);
        opacity:1;
    }
    100%{
        transform:scale(0);
        opacity:0;
    }
}
@keyframes slideUp{
    0%{
        transform: translateY(0);
    }
    100%{
        transform: translateY(-100%);
    }
}
/* END ATOM POST CATEGORY FILTER */

/* ATOM POSTS */
.atom-posts {
    /*border: 1px solid black;*/
    width: 100%;
    box-sizing: border-box;
    margin:0;
    padding:0;
    opacity:1;
    transition:all .5s;
}
.atom-posts.hidden{
    opacity:0;
}
.atom-post {
    width:100%;
    box-sizing: border-box;
    margin:0;
    padding:10px;
}
.atom-post-inner{
    /*border:1px solid black;*/
    box-shadow:0 0 10px 0 rgba(0,0,0,.15);
    border-radius:15px;
    overflow:hidden;
    transition:box-shadow .25s ease-in;
}
    .atom-post-inner:hover{
        box-shadow:0 0 20px 0 rgba(0,0,0,.15);
    }
.atom-post-column-width{
    width:200px;
}
.atom-post-text-inner-1 {
    padding: 20px 10px;
}
.atom-post-title {
    font-size: 24px;
    font-family: var(--e-global-typography-primary-font-family), sans-serif;
    color: #34393F;
    font-weight: 600;
    cursor:pointer;
    margin-bottom:20px;
    
    /*display:-webkit-box;*/
    /*-webkit-line-clamp:2;*/
    /*line-clamp:2;*/
    /*-webkit-box-orient:vertical;*/
    /*overflow:hidden;*/
    /*height:56px;*/
}
.atom-post-excerpt {
    font-size:14px;
    color:#777;
    line-height:1.5em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
    overflow: hidden;
    /*height:65px;*/
}
.atom-post-link {
    font-size: 18px;
    text-transform: uppercase;
    margin: 20px 0;
    font-weight: 700;
}
.atom-post-image{
    position:relative;
    cursor:pointer;
}
.atom-post-image img{
    width:100%;
    max-width:100%;
    object-fit:cover;
    /*height:250px;*/
}
.image-overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: linear-gradient(0deg, rgba(0,0,0,0.35), transparent 75%);
    background-repeat: no-repeat;
    opacity: 1;
    transition: all .25s ease-in;
}
    .atom-post-inner:hover .image-overlay{
        opacity:.5;
    }
.atom-post-text-inner-2 {
    border-top: 1px solid #eaeaea;
    padding: 10px 10px 12px;
}
.atom-post-date {
    font-size: 14px;
    color: #34393f;
}
/* END ATOM POSTS */

/* ATOM COUNTER */
.atom-counter{
    text-align:center;
}
/* END ATOM COUNTER */



.gohighlevel-section {
    position:relative;
    height:650px;
}
.gohighlevel-section iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}




/* Medium screens */
@media only screen and (min-width:550px)
{
    /* ATOM POSTS */
    .atom-post{
        width:50%;
    }
    /* END ATOM POSTS*/
}


/* Large screens */
@media only screen and (min-width: 1050px) {
    .atom-review-bubbles > .back-arrow, .atom-review-bubbles > .forward-arrow {
        /*display:block;*/
        display:none;
    }
    .atom-section-3{
        max-width:100%;
    }
    
    
    
    /* ATOM CATEGORIES */
    .atom-categories-info{
        flex-direction:row;
        display:grid;
        grid-template-columns:repeat(2, 1fr);
        gap:15px;
    }
    .atom-category{
        grid-column:1;
        margin-bottom:0;
    }
    .atom-category.active{
        transform:translateX(5px);
        box-shadow: #00000030 0px 2px 11px 5px;
    }
    .atom-info{
        grid-column:2;
        grid-row:5;
    }
    .atom-info.active{
        margin-top:unset;
        grid-row:1/5;
        grid-column:2;
    }
    /* END ATOM CATEGORIES */
    
    /* ATOM POSTS */
    .atom-post{
        width:33.33%;
    }
    /* END ATOM POSTS */
}




/* ATOM HEADER 1 */
/* Add your desired styles for the header, logo, and navigation here */
header.atom-header {
    color: #fff;
    /*padding: 10px 20px;*/
    display: flex;
    flex-direction:column;
    justify-content: space-between;
    align-items: center;
    
    /*position:fixed;*/
    /*top:0;*/
    /*left:0;*/
    /*width:100%;*/
    /*z-index:9999;*/
}

.atom-header .logo {
    font-size: 24px;
    z-index:99999;
}

.atom-header .nav-list {
    list-style: none;
    display: flex;
    gap: 20px;
    padding:0;
}

.atom-header .nav-list li {
    padding: 0;
    cursor:pointer;
    user-select:none;
}
.atom-header li.active{
    border-bottom:1px solid var(--e-global-color-text);
}


.atom-header .nav-list > li > a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

.atom-header .menu-btn {
    display: none;
    flex-direction: column;
    cursor: pointer;
    user-select:none;
    z-index:999999;
}

.atom-header .bar {
    width: 30px;
    height: 1px;
    background-color: #fff;
    margin: 4px 0;
    transition: 0.4s;
}

.atom-header-overlay {
    /*display: none;*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
    opacity:0;
    user-select:none;
    pointer-events:none;
}

/*  new wrapping method styles */
/*.atom-header.second.wrap-menu {*/
/*    flex-direction:row-reverse;*/
/*}*/
/*.atom-header.second.wrap-menu .menu-btn {*/
/*    display:flex;*/
/*}*/
/*.atom-header.second.wrap-menu .nav-list {*/
/*    display: none;*/
/*    flex-direction: row;*/
/*    background-color: #333;*/
/*    padding: 20px;*/
/*    position: absolute;*/
/*    top: 70px;*/
/*    right: 0;*/
/*    width: 100%;*/
/*}*/
/*  end new wrapping method styles */



/* Media query for small screens  (THIS WAS MOVED INTO THE ELEMENTOR ELEMENT WIDGET)*/

/*@media screen and (max-width: 768px) {*/
/*    header.atom-header {*/
/*        flex-direction:row-reverse;*/
/*    }*/
/*    .atom-header .nav-list {*/
/*        display: none;*/
/*        flex-direction: row;*/
/*        background-color: #333;*/
/*        padding: 20px;*/
/*        position: absolute;*/
/*        top: 70px;*/
/*        right: 0;*/
/*        width: 100%;*/
/*    }*/
    

/*    .atom-header .menu-btn {*/
/*        display: flex;*/
/*    }*/

/*    .atom-header .menu-btn.active .bar:nth-child(1) {*/
/*        transform: rotate(-45deg) translate(-6px, 6px);*/
/*    }*/

/*    .atom-header .menu-btn.active .bar:nth-child(2) {*/
/*        opacity: 0;*/
/*    }*/

/*    .atom-header .menu-btn.active .bar:nth-child(3) {*/
/*        transform: rotate(45deg) translate(-6px, -6px);*/
/*    }*/

/*    .atom-header .atom-header-logo-text {*/
/*        text-align:center;*/
/*    }*/
/*    .atom-header .atom-header-logo-text.active a{*/
/*        transition:.5s all;   */
/*    }*/
    
/*    .atom-header-overlay.active {*/
/*        display: flex;*/
/*        flex-direction: column;*/
/*        align-items: center;*/
/*        justify-content: center;*/
        /*backdrop-filter:blur(2px);*/
/*        opacity:1;*/
/*        user-select:unset;*/
/*        pointer-events:unset;*/
/*        transition:.5s opacity;*/
/*        position:fixed;*/
/*        top:0;*/
/*        left:0;*/
/*        width:100vw;*/
/*        height:100vh;*/
/*    }*/
/*    .atom-header-overlay.active.mobile_blur {*/
/*        -webkit-backdrop-filter:blur(8px);*/
/*        backdrop-filter:blur(8px);*/
/*    }*/
/*    .atom-header-overlay.active ul {*/
/*        list-style: none;*/
/*        padding: 0;*/
/*    }*/
/*    .atom-header-overlay.active ul li {*/
/*        color: white;*/
/*    }*/
/*}*/

/* END ATOM HEADER 1*/



/*  ATOM HEADER 2 */
.atom-header.second .nav-list{
    flex-wrap:wrap;
    align-items:center;
    justify-content:center;
    gap:15px;
    list-style:none;
}

.atom-header.second .nav-list > li {
    padding: 0;
    cursor: pointer;
    user-select: none;
    text-align: center;
    transition: .4s all;
    color: white;
    position:relative;
}
.atom-header.second .nav-list > li > a {
    transition: .4s all;
    display:block;
}



.atom-header.second .nav-list li.active {
    border-bottom:none;
    
}


.atom-header.second .logo {
    display:none;
}

.atom-header.second .atom-header-overlay ul li {
    font-size:24px;
}

.atom-header.second .menu-btn .bar {
    background:white;
}
.atom-header .mobile-bottom-button {
    position: absolute;
    bottom: 5vh;
}
.atom-header .mobile-bottom-button a:hover{
    transition:.25s all;
}

.atom-header-submenu-ul {
     display: none; 
    position: absolute;
    list-style: none;
    background: white;
    padding: 30px 40px;
    right: 0;
    border: 1px solid lightgray;
    border-radius: 2px;
    flex-direction:column;
    align-items:flex-start;
}
.nav-list li:hover .atom-header-submenu-ul {
    display: flex;
}
.atom-header-submenu-ul > li {
    max-width: unset;
    text-wrap: nowrap;
    text-align: left;
}
.atom-header-submenu-ul > li:not(:last-of-type) {
    margin-bottom: 10px;
}
ul.atom-mobile-header-submenu-ul > li {
    padding-left: 25px;
}
/*  END ATOM HEADER 2*/

    header.atom-header.always-collapsed {
        flex-direction:row-reverse;
    }
    .atom-header.always-collapsed .nav-list {
        display: none;
        flex-direction: row;
        background-color: #333;
        padding: 20px;
        position: absolute;
        top: 70px;
        right: 0;
        width: 100%;
    }

    .atom-header.always-collapsed .menu-btn {
        display: flex;
    }

    .atom-header.always-collapsed .menu-btn.active .bar:nth-child(1) {
        transform: rotate(-45deg) translate(-6px, 6px);
    }

    .atom-header.always-collapsed .menu-btn.active .bar:nth-child(2) {
        opacity: 0;
    }

    .atom-header.always-collapsed .menu-btn.active .bar:nth-child(3) {
        transform: rotate(45deg) translate(-6px, -6px);
    }

    .atom-header.always-collapsed .atom-header-logo-text {
        text-align:center;
    }
    .atom-header.always-collapsed .atom-header-logo-text.active a{
        transition:.5s all;   
    }
.atom-header.always-collapsed .atom-header-overlay.active {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        /*backdrop-filter:blur(2px);*/
        opacity:1;
        user-select:unset;
        pointer-events:unset;
        transition:.5s opacity;
    }
.atom-header.always-collapsed .atom-header-overlay.active.mobile_blur {
    -webkit-backdrop-filter:blur(8px);
    backdrop-filter:blur(8px);
}
.atom-header.always-collapsed .atom-header-overlay.active ul {
    list-style: none;
    padding: 0;
}
.atom-header.always-collapsed .atom-header-overlay.active ul li {
    color: white;
}












