
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
		1. TYPOGRAPHY
		2. BASE STYLINGS
		3. HELPERS
		4. HEADER SLOTS
		5. HEADER ELEMENTS
		6. HEADER STICKY
		7. MENU MAIN
		8. MENU DONATE
		9. MENU SOCIAL
		10. MENU SUBSCRIBE
		11. MENU ACTIONS
		12. MEGAMENU
		13. OVERLAY ELEMENTS
		14. CONTENT POSITIONING
		15. LAYOUTS
		16. WELCOME AREA STYLING
		17. GENERAL STYLES
		18. SECTION STYLING
		19. SIDEBAR
		20. SUBSCRIBE ELEMENTS
		21. BUTTONS
		22. PAGINATION
		23. FORMS
		24. WP ELEMENTS
		25. COMMENTS
		26. WIDGETS
		27. SINGLE
		28. BLOCKS
		29. PLAYER ELEMENTS
		30. FOOTER
		31. MODAL
		32. SIDEBAR HIDDEN
		33. BREADCRUMBS
		34. SHORTCODES
		35. INSTAGRAM
		36. ALT COLORS STYLES
		37. THEME STYLE VARIATIONS
		38. BROWSERFIXES
		39. RESPONSIVE

--------------------------------------------------------------*/


@import "./abstracts/mixins";
@import "./abstracts/placeholders";

//Basic setup and helpers for theme
@import "./base/typography";
@import "./base/base";
@import "./base/helpers";
@import "./base/spacing";

//Header

@import "./theme/elements/header/header-slots";
@import "./theme/elements/header/header";
@import "./theme/elements/header/header-sticky";
@import "./theme/elements/header/header-search";
//Menus
@import "./theme/elements/header/menu-main";
@import "./theme/elements/header/menu-social";
@import "./theme/elements/header/menu-donate";
@import "./theme/elements/header/menu-subscribe";


//General
@import "./theme/section";
@import "./theme/general";
@import "./theme/layout/overlay.scss";
@import "./theme/layout/layouts.scss";
//Welcome Area
@import "./theme/layout/welcome-area.scss";

//Components
@import "./theme/components/buttons";
@import "./theme/components/forms";

@import "./theme/wordpress/widgets";
@import "./theme/single";
@import "./theme/wordpress/comments";
@import "./theme/elements/ess";
@import "./theme/elements/player/player.scss";

//Pagination
@import "./theme/components/pagination";

//Player
@import "./theme/wordpress/wpelements";
@import "./theme/blocks";

//Footer
@import "./theme/elements/footer/footer";
@import "./theme/elements/footer/go-to-top";

@import "./theme/miscs/shortcodes";

@import "./theme/miscs/responsive";


