/*!
Theme Name: tec-sense
Theme URI: http://underscores.me/
Author: TEC-SENSE INNOVATIONS PVT LTD
Author URI: https://tec-sense.com/
Description: We are an IT Service provider and consulting firm pioneering in Web design/development and Mobile application development, custom software, SEO, Graphic Designing .
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tec-sense
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

tec-sense is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

/* Custom CSS */

body.home .tradingview-widget-container {
    height: auto !important;
}
body.home .tradingview-widget-copyright {
    display: none;
}

ul.sub-menu.dropdown_box li a.nav-link{
	color: #545454;
	font-size: 14px;
	text-transform: none;
	font-weight: 600;
	line-height: 130%;
	display: flex;
	border-radius: unset;
	align-items: center;
	padding: 12px 5px 11px 5px;
	justify-content: center;
}
li.active a{
	color: #F21D04 !important;
}