$line-height: 2;

/*
    Table of Contents:
    ------------------------------
    1. Import Vendors
      1.1. Bootstrap 4
      1.2. Owl Carousel
      1.3. Themify Icons
      1.4. Maginic Popup
    2. Basic Elements
    3. Header
      3.1. Hero Section
    4. Footer
    5. Extenders
      5.1. WordPress Defaults
      5.2. Visual Composer
      5.3. Events Schedule
      5.4. Owl Carousel
      5.5. Contact Form 7
  ------------------------------


  1. Import Vendors
  ------------------------------
  1.1. Bootstrap 4
  ------------------------------
*/
@import '../libs/bootstrap/scss/bootstrap';
/*
  1.2. Owl Carousel
  ------------------------------
*/
@import '../libs/owl-carousel/scss/owl.carousel';
/*
  1.3. Themify Icons
  ------------------------------
*/
@import '../libs/themify/themify-icons';
/*
  1.4. Maginic Popup
  ------------------------------
*/
@import '../libs/magnific/main';
@import '_helpers';
/*
  2. Basic Elements
  ------------------------------
*/
@import '_basic';
@import '_bootstrap';
@import '_spacing';
/*
  3. Header
  ------------------------------
*/
@import '_header';
/*
  3.1. Hero Section
  ------------------------------
*/
@import '_hero';
/*
  4. Footer
  ------------------------------
*/
@import '_footer';
/*
  5. Extenders
  ------------------------------
  5.1. WordPress Defaults
  ------------------------------
*/
@import '_wordpress';
/*
  5.2. Visual Composer
  ------------------------------
*/
@import '_vc';
@import '_section-scroll';
/*
  5.3. Events Schedule
  ------------------------------
*/
@import '_wcs';
/*
  5.4. Owl Carousel
  ------------------------------
*/
@import '_owl';
/*
  5.5. Contact Form 7
  ------------------------------
*/
@import '_cf7';

body#tinymce.wp-editor{
  padding: 1rem;
}
