/*!
Theme Name: Heaven_it
Theme URI: https://heavenit.net
Author: Heaven It
Author URI: https://heavenit.net
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: heaven_it
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 with others.

Heaven_it is based on Underscores https://heavenit.net/, (C) 2012-2019 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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.
 */
.tss-wrapper .tss-layout1 .item-content {
    font-size: 100%;
    line-height: 26px;
}
h5.faq-heading {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
ul.faqs li {
    margin-bottom: 25px;
}
.profile-img-wrapper {
    display: none !important;
}
.testimonial {
    background: #e9e9e9;
    padding: 50px 0;
}









