/*
Theme Name: Neori
Theme URI: http://litmotion.net/demo/neori
Description: News and Magazine WordPress Theme
Author: litMotion Templates
Author URI: http://litmotion.net/
Tags: news
Version: 1.4
License: Themeforest License
License URI: http://themeforest.net/licenses
Text Domain: neori
*/


/*--------------------------------------------------------------
>>>>>>>>>>>>>>>>>> TABLE OF CONTENTS:
----------------------------------------------------------------

#1 - Underscores General Styles
		- Navigation
		- Accesibilty
		- Alignments
		- Clearings
		- Widgets
		- Posts and Pages
		- Comments
		- Infinite Scroll
		- Media

#2 - Custom CSS
		- Header
		- Navigation
		- Mega Menu
		- Offcanvas Navigation
		- Single Post
		- Page
		- Home Page
		- Archive and Category Page
		- Author Page
		- Search Page
		- 404 Page
		- Comments
		- Posts Pagination
		- Blog
		- Slices - General
		- Slice - Type 1
		- Slice - Type 2
		- Slice - Type 3
		- Slice - Type 4
		- Slice - Type 5
		- Slice - Type 6
		- Slice - Type 7
		- Footer
		- WooCommerce
		- bbPress
		- ContactForm 7
		- Back on Top Button
		- Gutenberg

#3 - Responsive


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


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

#1 - Underscores General Styles

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

@font-face {
	font-family: "english";
	src: 
		 url("./fonts/english.ttf");
  }

  body {
    font-family: english !important;
}

li.nav-item{
	padding-right: 11px;
}

b, strong {
    font-weight: bolder;
    font-family: assistant !important;
}


.slide-content {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #1e5e9e91;
    padding: 15px;
    color: #fff;
    font-family: english !important;
}

