/*!
Theme Name: Coachable Theme
Theme URI: http://underscores.me/
Author: Coachable And Team
Author URI: http://underscores.me/
Description: A Responsive WordPress Theme is a modern, mobile-friendly theme designed to automatically adapt to all screen sizes and devices — including desktops, laptops, tablets, and smartphones.  Built with flexible layouts, scalable images, and optimized CSS media queries, the theme ensures seamless user experience across all devices without requiring separate mobile versions.  Key Features  ✅ Fully Responsive & Mobile-First Design  ✅ Cross-Browser Compatible (Chrome, Safari, Firefox, Edge)  ✅ SEO Optimized Structure  ✅ Fast Loading & Performance Optimized  ✅ Retina Ready Display  ✅ Customizable Header & Footer  ✅ Elementor / Gutenberg Compatible  ✅ Clean & Lightweight Code
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: coachable_theme
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.

Coachable Theme 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.
 */


#blog-filters .filters-wrapper .filter-tag select,
#blog-filters .filters-wrapper .filter-year select {
	position: relative;
	padding: 0;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	font-weight: bold;
	font-size: 19px;
	letter-spacing: -0.02em;
	background: transparent;
	border: 0;
}
#blog-filters .filters-wrapper .filterWrap{
	position: relative;
	display: inline-block;
}
#blog-filters .filters-wrapper .filterWrap select{
	background-color: transparent;
	outline: none;
	-webkit-appearance: none;
	cursor: pointer;
	padding-left: 10px;
}
#blog-filters .filters-wrapper .filterWrap select option{
	font-size: 16px;
}
#blog-filters .filters-wrapper .filterWrap:after,
#blog-filters .filters-wrapper .filterWrap:after {
	position: absolute;
	top: calc(50% - 4px);
	right: 0;
	width: 15px;
	height: 8px;
	content: '';
	background-image: url('imgs/coachable-filters-arrow.png');
	background-size: 15px 8px;
	background-position: center;
	background-repeat: no-repeat
}
#contact-body form fieldset input{
	margin-top: 20px;
}
#contact-body form fieldset .wpcf7-form-control-wrap:first-of-type input{
	margin-top: 0;
}
#contact-body form fieldset .subscribe-wrapper .wpcf7-list-item.first{
	margin-left: 0;
}
#contact-body form fieldset .subscribe-wrapper input[type="checkbox"]{
	margin-right: 7px;
}
#contact-body form fieldset .subscribe-wrapper .wpcf7-list-item-label{
	font-weight: 400;
}
#contact-body form input[type="submit"]{
	cursor: pointer;
}