/*
Theme Name: Everse
Theme URI: https://deothemes.com/wordpress-themes/everse-multi-purpose-elementor-wordpress-theme/
Author: DeoThemes
Author URI: https://deothemes.com
Description: Everse is a multi niche optimized WordPress theme based on Elementor Page Builder. Comes with advanced customization, Gutenberg and WooCommerce support.
Version: 0.2.2
Tested up to: 5.5.1
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: everse
Tags: blog, translation-ready, theme-options, accessibility-ready, grid-layout, left-sidebar, right-sidebar, e-commerce, custom-colors, custom-background, custom-logo, footer-widgets, featured-images, custom-menu, block-styles, wide-blocks

@fs_premium_only /includes/customizer/modules/socials.php, /includes/customizer/modules/gdpr.php, /includes/plugins/, /includes/child-theme/ 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*-------------------------------------------------------*/
/* Table of Content

1.General
  1.1.Typography
  1.2.Grid
2.Common Elements
3.Layout
4.Blog
5.Navigation
6.Footer
7.Helper CLasses
8.WordPress styles
9.Gutenberg
10.Widgets

/*-------------------------------------------------------*/

/*-------------------------------------------------------*/
/* Bootstrap Grid
/*-------------------------------------------------------*/
@import "_bootstrap.scss";


/*-------------------------------------------------------*/
/* General
/*-------------------------------------------------------*/
::-moz-selection { color: #333; background: #fbedc4; }
::-webkit-selection { color: #333; background: #fbedc4; }
::selection { color: #333; background: #fbedc4; }

a {
  text-decoration: none;
  color: $primary-color;
}

a:hover,
a:focus {
  text-decoration: none;
  color: lighten( $primary-color, 3% );
}

body {
  margin: 0;
  padding: 0;
  font-family: $body-font;
  font-size: 16px;
  line-height: 1.5;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  background: #fff;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  color: $text-color;

  img {
    border: none;
    max-width: 100%;
    user-select: none;
  }
}

video {
  width: 100%;
}

figure {
  margin: 0;
}

figcaption {
  font-size: 0.8125rem;
  margin-top: 16px;
  color: $meta-color;
  text-align: center;
}