/*------------------------------------------------------------------------- SCROLLING TEXT*/
.scroll-container {
      width: 100%;
      overflow: hidden;
      position: relative;
    }

    .scrolling-text {
      display: flex;
      white-space: nowrap;
      justify-content: flex-start;
      align-items: center;
      animation: scroll 60s linear infinite;
    }

    .scrolling-text div {
      padding: 0 25px; /* Space between the text */
    }

    /* Keyframes for smooth scrolling */
    @keyframes scroll {
      0% {
        transform: translateX(3%);
      }
      100% {
        transform: translateX(-62%);
      }
    }

    /* Duplicate text for seamless scrolling */
    .scrolling-text-duplicated {
      display: flex;
    }


div#services-popup {
    margin-top: 145px;
}
.admin-bar #services-popup {
    margin-top: 0px;
}


.wpcf7-date {
background-color: #eee !important;
border: none !important;
width: 100% !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
font-size: 14px;
color: #999 !important;
padding: 16px!important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

/*------------------------------------------------------------------------- Shop Page*/
.vagaro-iframe.vagaro-iframe-100 iframe { width: 100%!important; }
.vagaro-container.vagaro-embedded-widget .vagaro-iframe { max-width: 100%!important; width: 100%!important; }


/*Indented mobile menu*/
.et_mobile_menu li a {
    font-weight: bold;
}
ul.sub-menu li a {
    font-weight: 400;
    margin-left: 21px;
}


/* Contact Form 7 Icons ------------------------------------------------------------------------------------------------------------------------------------------------*/
.wpcf7-icons {
    background-size: 27px!important;
    background-position: 5px center!important;
    padding-left: 40px!important;
    //background-color: white!important;
}

@media only screen and (max-width: 480px) {
.wpcf7-form-control-icons { background-size: 20px!important; padding-left: 30px!important; }
}

.cf7_name { background: url(http://www.totalbodylaser.net/wp-content/uploads/2021/08/blue-person.svg) no-repeat scroll 7px 7px; }
.cf7_phone { background: url(http://www.totalbodylaser.net/wp-content/uploads/2021/08/blue-phone.svg) no-repeat scroll 7px 7px; }
.cf7_email { background: url(http://www.totalbodylaser.net/wp-content/uploads/2021/08/blue-email.svg) no-repeat scroll 7px 7px; }
.cf7_location { background: url(http://www.totalbodylaser.net/wp-content/uploads/2021/08/blue-location.svg) no-repeat scroll 7px 7px; }


/* RESPONSIVE SETTINGS ------------------------------------------------------------------------------------------------------------------------------------------------*/

/* LARGE SCREEN */
@media only screen and (min-width: 2000px) { }

/*THIS SIZE OR BIGGER*/
@media screen and (min-width: 1250px) {}

/* MOBILE SCREEN */
@media only screen and (max-width: 980px) {
     #services-popup { display: none; }
}

/* BETWEEN 2 SIZES */
@media screen and (min-width:400px) and (max-width:900px){}
