//-----------------------------------------//
//-----------------------------------------//
//-----------------STARTER-----------------//
//-----------------------------------------//
//----00_Rules----//

@import "00_rules/normalize";

//----01_Mixins----//
@import "01_mixin/breakpoints";
@import "01_mixin/font-face";
@import "01_mixin/grid";
@import "01_mixin/gradient";
@import "01_mixin/rem-size";

//----02_utils----//
@import "02_utils/easings";
@import "02_utils/objectfit";
@import "02_utils/social";
@import "02_utils/triangle";
@import "02_utils/hidden";
@import "02_utils/border";
//----settings----//
@import "theme/_settings/colors";
@import "theme/_settings/fonts";

//----components----//

@import "theme/common/components/btn";
@import "theme/common/components/editor";
@import "theme/common/components/section";
@import "theme/common/components/inputs";
@import "theme/common/components/checkbox";
@import "theme/common/components/template"; 
@import "theme/common/components/table";

@import "theme/components/fields";

.minotaure-admin main {
  //----------------------------------------//
  //----------------------------------------//
  //------------------Wireframes-----------------//
  //----------------------------------------//

  //----settings----//
  @import "theme/_settings/titles";
  @import "theme/_settings/content";
  @import "theme/_settings/forms";
  @import "theme/_settings/table";

  //----common----//

  //----header----//
  @import "theme/common/header/topbar";

  //----footer----//
  @import "theme/common/footer/bottombar";

  background: $white !important;

  #wpwrap {
    background: $white !important;
  }
}
//----widgets panel----//
@import "theme/widgets/panel/body";
@import "theme/widgets/panel/searchlist";
@import "theme/widgets/panel/searchitem";
@import "theme/widgets/panel/workspace";
@import "theme/widgets/panel/searchpanel";
@import "theme/widgets/panel/section";
@import "theme/widgets/panel/widget";
@import "theme/widgets/panel/inputs";
@import "theme/widgets/panel/application";

@import "theme/widgets/wp-tabs";
@import "theme/widgets/media"; 

@import "theme/widgets/select/multiselect";

@import "theme/widgets/repeater/repeater";
@import "theme/widgets/repeater/cta";

// --editor
@import "theme/components/editor/editor";
@import "theme/components/editor/area";
@import "theme/components/editor/toolbar";
@import "theme/components/editor/components";
@import "theme/components/editor/components/link";
@import "theme/components/editor/fontstyle";
@import "theme/components/editor/linkbox";

#wpcontent {
  padding-left: 20px;
}

.minotaure-admin #wpcontent {
  padding-left: 0;
}

#postbox-container-2 {
  position: relative;
  z-index: 0 !important;
}