CSS Files and Structure

 <!-- Styles -->
<link rel="stylesheet" type="text/css" href="js/plugins/jquery.bxslider/jquery.bxslider.css"> (1)
<link rel="stylesheet" type="text/css" href="js/plugins/jquery.customscroll/jquery.mCustomScrollbar.min.css"> (2)
<link rel="stylesheet" type="text/css" href="js/plugins/jquery.mediaelement/mediaelementplayer.min.css"> (3)
<link rel="stylesheet" type="text/css" href="js/plugins/jquery.fancybox/jquery.fancybox.css"> (4)
<link rel="stylesheet" type="text/css" href="js/plugins/jquery.owlcarousel/owl.carousel.css"> (5)
<link rel="stylesheet" type="text/css" href="js/plugins/jquery.owlcarousel/owl.theme.css"> (6)
<link rel="stylesheet" type="text/css" href="style.css"> (7)
<link rel="stylesheet" type="text/css" href="rtl.css"> (8)
<link rel="stylesheet" type="text/css" href="colors/[color].css"> (9)

(1)-(6) There are styles used from javascript plugins, for more details look “JavaScript” section.

(9) There are styles for theme color, for more details look “Theme Colors” section.

(7) General styles for whole theme are in the style.css, if you would like to edit a specific section of the site, simply find the appropriate label in the CSS file, and then scroll down until you find the appropriate style that needs to be edited.

(8) Styles for the RTL language support.

 /**
* Table of Contents:
*
* 1.0 - Reset
* 2.0 - General
*     2.1 - Typography
*     2.2 - Elements
*     2.3 - Helper Classes
*     2.4 - Icons
* 3.0 - Form
* 4.0 - Grid
* 5.0 - WP Editor
*     5.1 - Alignments
*     5.2 - Caption
*     5.3 - Galleries
* 6.0 - Components
*     6.1 - Buttons
*     6.2 - Ripple
*     6.3 - Social
*     6.4 - Pagination
*     6.5 - Custom Scroll
*     6.6 - Video & Audio Player
*     6.7 - Scroll Animations
* 7.0 - Containers
* 8.0 - Preloader/Overlay
* 9.0 - Header
*     9.1 - Logo
*     9.2 - Navigation
*     9.3 - Mobile Navigation
*     9.4 - Header With BgImage
*     9.5 - Header Sticky
* 10.0 - Sidebar
*     10.1 - Sidebar Fixed
*     10.2 - Widgets
*     10.3 - No Sidebar
* 11.0 - Home
*     11.1 - Section Texts
*     11.2 - Section About
*     11.3 - Section Skills
*     11.4 - Section Interests
*     11.5 - Section Portfolio
*     11.6 - Section Timeline
*     11.7 - Section References
*     11.8 - Section Calendar
*     11.9 - Section Contact
*    11.10 - Section Prices
*    11.11 - Section Clients
* 12.0 - Blog
*     12.1 - Blog General
*     12.2 - Blog Post Box
*     12.3 - Post Page
*     12.4 - Post Comments
* 13.0 - Error Page
* 14.0 - Footer
* 15.0 - Theme dark
* 16.0 - Old Browsers
*/