/*!
Theme Name: Quick Reply
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: quick-reply
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.

Quick Reply 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;
	background:#f8f9fa !important;
}


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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1,h2,h3,h4,h5,h6,p {margin:0;}
.is-form-style.is-form-style-3 input.is-search-input {border-radius: 12px 0 0 12px;height:42px !important;}
.is-form-style button.is-search-submit {height: 42px !important; border-radius: 0 12px 12px 0 !important;}
.is-search-icon {line-height: 51px;border-radius: 0 12px 12px 0;height:42px;padding-top: 0px !important;}
div.is-ajax-search-details, div.is-ajax-search-result {background: #fff !important; border: 1px solid #ebe6e7;border-radius: 12px;padding: 10px !important;}
.is-ajax-search-post .is-title a {font-size: 16px !important;color: #1c1d1c;font-weight: 600;}
.is-ajax-result-description {margin-top: 0 !important;}
.icon_item li:hover {background: #bbf7d0;}
.icon_item li:hover a {color: #16a34a;}
.icon_item li svg { stroke: #6B7280; }