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

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

@import "./abstracts/mixins";

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

//Header
@import "./theme/elements/header/header-top";
@import "./theme/elements/header/header-slots";
@import "./theme/elements/header/header";
@import "./theme/elements/header/header-sticky";
@import "./theme/elements/header/menu-main";
@import "./theme/elements/header/menu-donate";
@import "./theme/elements/header/menu-social";
@import "./theme/elements/header/menu-subscribe";
@import "./theme/elements/header/menu-actions";
@import "./theme/elements/megamenu";

//Layout
@import "./theme/layout/overlay";
@import "./theme/layout/content-positioning";
@import "./theme/layout/layouts";
@import "./theme/layout/welcome-area.scss";

//Section
@import "./theme/general";
@import "./theme/section";
@import "./theme/elements/sidebar";

@import "./theme/elements/subscribe";

//Compontents
@import "./theme/components/buttons";
@import "./theme/components/pagination";
@import "./theme/components/forms";

//WP Eelements
@import "./theme/wordpress/wpelements";
@import "./theme/wordpress/comments";
@import "./theme/wordpress/widgets";

//Single
@import "./theme/single";
@import "./theme/blocks";

//Player
@import "./theme/elements/player/player";
//Footer
@import "./theme/elements/footer/footer";
@import "./theme/elements/footer/go-to-top";
@import "./theme/elements/modal";
@import "./theme/elements/sidebar-hidden";
@import "./theme/miscs/breadcrumbs";
@import "./theme/miscs/shortcodes";

@import "./theme/elements/instagram";
@import "./theme/miscs/alt-colors";
@import "./theme/components/styles";
@import "./theme/miscs/browserfix";

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