/*
Theme Name: Body Craft
Theme URI: #
Author: Quadnotion
Author URI: https://quadnotion.com/
Description: Body Craft  your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: body-craft
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/

.latest-offers-carousel .owl-dots, .latest-offers-carousel .owl-controls {
	display: none !important;
}
.locations-carousel .owl-dots {
	margin-top: 60px;
}
.locations-carousel .owl-dots .owl-dot.active span {
    background: transparent;
    border: 2px solid #23252d;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}
.locations-carousel .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    border: 2px solid transparent;
    background: #626262;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
.first-on-mobile {
-webkit-order: 1;
order: 1;
display: block;
}

.second-on-mobile {
-webkit-order: 2;
order: 2;
}


.third-on-mobile {
-webkit-order: 3;
order: 3;
}

.fourth-on-mobile {
-webkit-order: 4;
order: 4;
}
}

