/*!
Theme Name: Kshitij
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
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: kshitij
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.

Kshitij 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.
 */
@import url('https://fonts.googleapis.com/css2?family=Special+Gothic+Condensed+One&display=swap');

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

body {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: var(--background);
	overflow-x: hidden;
	background-image: url("assets/images/bg_body.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: repeat;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Special Gothic Condensed One", sans-serif !important;
	font-weight: 400 !important;
	font-style: normal !important;
}



.elementor-button:hover .elementor-button-icon {
	animation: 0.3s ease 0s 1 normal forwards running toLeftFromRight;
	transition: transform 0.3s;
}

/* 
.elementor-button .elementor-button-icon {
	animation: 0.3s ease 0s 1 normal forwards running toLeftFromRight;
	transition: transform 0.3s;
} */

@keyframes toLeftFromRight {

	0% {
		opacity: 1;
		transform: translate(0px);
	}

	50% {
		opacity: 0;
		transform: translate(-100%);
	}

	51% {
		opacity: 0;
		transform: translate(100%);
	}

	100% {
		opacity: 1;
		transform: translate(0px);
	}
}

.w-90 {
	width: 100% !important;
}

#wid-90 {
	width: 97% !important;

}

#ww-90 {
	width: 97% !important;

}