/*!
Theme Name: readingaloud
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: readingaloud
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.

readingaloud 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.
 */

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	box-sizing: border-box;
}

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

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	overflow-y: auto;
	overflow-x: hidden;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	background-color: #ffffff;
	color: #413a42;	
	line-height: 1.5;		
}

a {
	text-decoration: none;
	color: #413a42;
	display: inline-block;
	transition: 0.4s;
}

a:hover {
	color: #68bb61;
	transition: 0.4s;
}

h1, .h1  {
	font-size: 42px;
	font-weight: 700;
	line-height: 54px;
	margin-bottom: 20px;
}

h2, .h2  {
	font-size: 36px;
	font-weight: 600;
	line-height: 48px;
	margin-bottom: 20px;
}

h3, .h3  {
	font-size: 30px;
	font-weight: 600;
	line-height: 42px;
	margin-bottom: 15px;
}

h4, .h4  {
	font-size: 24px;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 15px;
}

h5, .h5  {
	font-size: 20px;
	font-weight: 500;
	line-height: 32px;
	margin-bottom: 15px;
}

h6, .h6  {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 15px;
}

ul, ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	display: block;
	margin: 0;
}

p {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}

.primary {
	background-color: #68bb61;
  	color: #fff;
  	border-radius: 25px;
  	padding: 10px 16px;
  	transition: 0.4s;
}

.primary:hover {
	background-color: #000000;
	color: #ffffff;
	transition: 0.4s;
}

.global_padding {
	padding: 80px 0;
}

#masthead {
	padding: 10px 0;
}

#masthead .row {
	align-items: center;
}

.main-navigation ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 38px;
}

.main-navigation ul li a {
	font-weight: 500;
}

.hdr_phone {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

.hdr_phone a {
	background: #68bb61;
	color: #fff;
	padding: 13px 16px;
	border-radius: 30px;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.4px;
}

.bannerBox img {
	width: 100%;
}

.banner h2 {
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	font-size: 54px;
	display: block;
	line-height: 66px;	
}

.banner p {
	font-size: 24px;
	font-weight: 500;
	line-height: 36px;
	margin-bottom: 35px;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.bannerBox .swiper-button-next, 
.bannerBox .swiper-button-prev {
	color: #ffffff;
}

.bannerBox .swiper-button-next svg, 
.bannerBox .swiper-button-prev svg {
	display: none;
}

.bannerBox {
	position: relative;
}

.content-inner {
	position: absolute;
	top: 35%;
	left: 0;
	z-index: 99999;
	width: 100%;	
}

.bannerSlides {
	max-width: 1366px;
	padding: 0 24px;
	margin: 0 auto;
	color: #ffffff;
}

.book_list {
	padding: 0 14px;
}

.bookListSlides {
	background-color: #f6f6f6;
}

.bookSlideBox a {
	display: block;
	background-color: #ffffff;
	border: 1px solid #dfdfdf;
	border-radius: 12px;
	padding: 12px;
	transition: 0.4s;
}

.about-us img {
	border-radius: 12px;
}

.information img {
	border-radius: 12px;
	margin-top: 30px;
}

.blogs img {
	height: 350px;
	width: 100%;
	object-fit: cover;
	border-radius: 12px;
}

.blogs .blog-image a {
	display: block;
}

.blog-content {
	margin-top: 15px;
}

.contactForms label {
	font-weight: 600;
	display: block;
	margin-bottom: 8px;
}

.contactForms br {
	display: none;
}

.contactForms input,
.contactForms textarea {
	display: block;
	width: 100%;
	border: 1px solid #dfdfdf;
	border-radius: 12px;
	padding: 12px 20px;
}

.contactForms textarea {
	height: 150px;
}

.contactForms input.wpcf7-submit {
	width: auto;
	background: #68bb61;
	color: #fff;
	padding: 10px 24px;
	border-radius: 30px;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.4px;
	border: 0;
}

footer li {
	margin-bottom: 8px;
}

footer li a {
	display: block;
}

#masthead {
	border-bottom: 1px solid #dfdfdf;
}

main {
	padding: 40px 0;
	background-color: #f6f6f6;
}

.blogLists {
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.updated {
  display: none;
}

.blogLists h2 {
	margin-bottom: 10px;
}

.blogLists img {
	height: 400px;
	object-fit: cover;
	width: 100%;
	margin: 15px 0 10px;
	border-radius: 12px;
}

#comments {
	display: none;
}

body form.es_subscription_form.es_subscription_form[data-form-id="1"].wysiwyg-form .es-field-label {
	color: #413a42 !important;
}

body #es_form_f1-n1 br {
	display: none;
}

body #es_form_f1-n1 label {
	font-weight: 600;
	display: block;
	margin-bottom: 8px;
}

body #es_form_f1-n1 label {
	margin-top: 5px;
}

body footer form.es_subscription_form.es_subscription_form[data-form-id="1"].wysiwyg-form .ig-es-form-input, 
body footer form.es_subscription_form.es_subscription_form[data-form-id="1"].wysiwyg-form .ig-es-form-field textarea, 
body footer form.es_subscription_form.es_subscription_form[data-form-id="1"].wysiwyg-form .ig_es_form_field_select {
	margin-top: 5px !important;	
	border: 1px solid #dfdfdf !important;
	border-radius: 12px;
}

body footer form.es_subscription_form.es_subscription_form[data-form-id="1"].wysiwyg-form input.ig-es-submit-btn, 
body footer form.es_subscription_form.es_subscription_form[data-form-id="1"].wysiwyg-form input.es-subscribe-btn, 
body footer form.es_subscription_form.es_subscription_form[data-form-id="1"].wysiwyg-form .ig-es-submit-btn, 
body footer form.es_subscription_form.es_subscription_form[data-form-id="1"].wysiwyg-form .es-subscribe-btn:hover {
	background: #68bb61;
	opacity: 1;
	border-radius: 30px;
	border: 0;
}

.categorySlideBox {
	margin-bottom: 30px;
}

.commonList ul,
.commonList ul li {
	list-style: disc;
}

.commonList ul {
	margin-left: 15px;
}

.commonList ul li {
	margin-bottom: 8px;
}

.category-item {
	margin-bottom: 30px;
}

.category-item a {
	display: block;
	margin-bottom: 15px;
}

.category-item img {
	width: 100%;
	border-radius: 12px;
	height: 400px;
	object-fit: cover;
}

.posts-grid .post-card {
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 30px;
	margin-bottom: 20px;
}

.posts-grid .post-card:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border: 0;
}

/*

Books to 'Reviews'
Readings to 'Reflections'
Writings to 'Notes and Writings'
ECCE to 'Learning with young Learners'
Chinhari

*/



