/*
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 ready, RTL & Translation ready, regularly updated and maintained. Everse gives you complete design freedom. Using Everse Starter Sites plugin you can import pre-defined sites with just a single click. Everse is fast fully customizable and SEO friendly theme for any kind of website.
Version: 1.7
Tested up to: 5.8
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, rtl-language-support

@fs_premium_only /assets/js/cookieconsent.js, /assets/js/cookieconsent.min.js, /assets/js/cookies.js, /assets/css/sass/learndash.scss, /assets/css/compatibility/learndash/, /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:hover,
a:focus {
	text-decoration: none;
	color: $heading-color;
}

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;
}
