/*!
Theme Name: Alok Dube
Theme URI: http://underscores.me/
Author: Alok Dube
Author URI: https://www.dukami.com/
Description: Description
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: alokdube
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.

Alok Dube 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.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
	 /**
	  * Remove the margin in all browsers.
	  */
	 body {
	 	margin: 0;
	 	color: #576168;
	 /* 	line-height: 1.85714285714286; */
	 }

	 /**
	  * Render the `main` element consistently in IE.
	  */
	  * {
	     margin: 0;
	     padding: 0;
	 }

	 a,
	 body,
	 p,
	 input,
	 select,
	 optgroup,
	 textarea {
	 	font-family: Montserrat, sans-serif;
	 }

	 img {
	 	height: auto;
	 	max-width: 100%;
	 }

	 h1, h2, h3, h4, h5, h6{
	 	 overflow-wrap: normal !important;
		 font-family: Rufina, serif;
	 }
	 .navik-menu ul li>a{
	 	font-family: Montserrat, sans-serif;
	 	font-weight: 600;
	     font-size: 15px;
	     color: #000;
	 	text-transform: capitalize;
	 }
	 span.search_con i {
	     border: 1px solid #ccc;
	     padding: 9px;
	     cursor: pointer;
	     border-radius: 3px;
	 }
	 .navik-menu ul li.current-menu>a, .navik-menu ul li:hover>a {
	     color: #1B558C;
	 }
	 a.btn.call_foot {
	     background: transparent;
	     padding: 0;
	     color: #ffffff;
	     border-radius: 2px;
	     border: none;
	     font-weight: 600;
	 }

	 .logo_lft_foot img {
	     max-width: 100%;
	 }
