/** Chat Buttons **/
.chat .appointment:hover, .chat .appointment:focus {
    cursor: pointer;
}

/** Destop Nav **/
/* #page .menu-natick-container .jet-menu > .jet-regular-item.jet-no-roll-up:nth-last-child(1) .top-level-link {
    color: #fff;
    padding: 10px 25px;
    font-weight: 600;
    font-size: 14px;
    margin-left: 5%;
    box-shadow: 0px 5px 15px 0px rgba(99, 77, 160, 0.25);
} */

.ast-logo-title-inline .site-logo-img {padding-right:0px;}

#page .main-header-bar {
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
}

@media (max-width: 1240px) and (min-width: 1131px) {
    .site-desktop-nav .jet-menu-item a {
        font-size: 12px!important;
    }
    .site-logo .elementor-image img {
        max-width: 150px!important;
    }
    .site-header .site-phone a, .site-header .appointment .elementor-button-text {
        font-size: 13px!important;
    }
}

@media (max-width: 1130px) and (min-width: 1025px) {
    .site-desktop-nav .jet-menu-item a {
        font-size: 11px!important;
        padding: 10px 6px!important;
    }
    .site-logo .elementor-image img {
        max-width: 150px!important;
    }
    .site-header .site-phone a, .site-header .appointment .elementor-button-text {
        font-size: 12px!important;
    }
}

/** Mobile Nav **/
#page .elementor-location-header .jet-mobile-menu__item .jet-menu-label {
    line-height: 2em;
}

@media (max-width: 921px) {
    #page .main-header-bar-navigation {
        display: none!important;
    }
}

/** Custom Sidebar **/
#content .elementor-widget-sidebar li {
    display: block;
}

#content .elementor-widget-sidebar .widget {
    margin: 0 0 1em 0;
}

/** Virtual Sign Up Form **/
#content #vcform .elementor-field:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #1d4366;
}

/** Testimonial Carousel Social Image **/
#content .testimonial-carousel .elementor-testimonial__title img {
    max-width: 200px;
    margin-top: 10px;
}

/** Testimonial Carousel Navigation **/
@media (min-width: 800px) {
    #content .testimonial-carousel .slick-nav.slick-prev {
        right: 70px;
    }
    #content .testimonial-carousel .slick-nav.slick-next {
        right: 35px;
    }
}

/** Column Shape Divider **/
#content .tp-plus-shape-divider {
    pointer-events: none!important;
}

/** Disable Column Divider on Mobile **/
@media (max-width: 767px) {
    #content .tp-plus-shape-divider  {
        display: none!important;
    }
}

/** Chat Trigger Buttons **/
#content .chat .appointment, #page .appointment .top-level-link {
    cursor: pointer;
}

/** Blog **/
#content .elementor-widget-post-comments #comments.comments-area {
    padding-left: 30px;
    padding-right: 30px;
}

#content .elementor-widget-post-comments h3#reply-title {
    font-weight: 800;
}

#content .elementor-widget-post-comments input#submit {
    background: #6852A5;
    color: #fff;
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 50px;
}

/** Blog Categories Widget **/
#content .elementor-widget-wp-widget-categories h5 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #000;
}

#content .elementor-widget-wp-widget-categories li.cat-item a {
    background: #6852A5;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    padding: 6px 15px;
    border-radius: 50px;
    box-shadow: 0px 5px 15px 0px rgba(99, 77, 160, 0.15);
}

#content .elementor-widget-wp-widget-categories li.cat-item a:hover, #content .elementor-widget-wp-widget-categories li.cat-item a:active {
    background: #EF9092;
}

#content .elementor-widget-wp-widget-categories li.cat-item {
    margin-bottom: 10px!important;
}

@media (max-width: 977px) {
    #content .elementor-widget-wp-widget-categories {
        text-align: center;
    }
    #content .elementor-widget-wp-widget-categories h5 {
        font-size: 18px;
    }
    #content .elementor-widget-wp-widget-categories li.cat-item a {
        font-size: 12px;
    }
}

img {
    pointer-events: none !important;
}