/* 
Theme Name: Luxride
Theme URI: https://themeforest.net/user/steelthemes/portfolio
Author: SteelThemes
Author URI: https://themeforest.net/category/wordpress?term=steelthemes&view=grid#content
Description: Luxride - Multipurpose Startup WordPress Theme.
Version: 1.3.1
Requires at least: 5.8
Tested up to: 6.8.1
Requires PHP: 7.4
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: luxride
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
*/
.d_flex, .d-flex, .mc4wp-form-fields { /* Safari */
  display: -moz-flex !important; /* Firefox */ /* IE 10 */ /* Older WebKit browsers */
  display: flex !important; /* Standard syntax */
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
.menu_overlay {
  width: 100%;
  height: 10000vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  z-index: 995;
}
.menu_overlay.active {
    visibility: visible;
    opacity: 1;
}
sup {
  top: -0.5em;
}
.sticky_header_area > p {
  display: none;
}
.left-sidebar .default_row .content-area {
  order: 2;
}
.left-sidebar .default_row all_side_bar {
  order: 1;
} 
 
.header_area{
  position: relative;

}