/*!
Theme Name: Appal
Theme URI: http://themesvila.com/themes-wp/appal
Author: Themesvila
Author URI: https://www.templatemonster.com/authors/themesvila/
Description: App Landing Page WordPress Theme
Version: 1.0.0
Tested up to: 5.9
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: appal
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.

Appal 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:
----------------------------------------------------------------
# Components
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/


/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 10px 0 0;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Extra CSS */

dl {
  margin: 0 20px;
}
dd {
	margin-bottom: 12px;
}
table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
	text-align: center;
}
caption, th, td {
    font-weight: normal;
    text-align: center;
}
caption {
	font-size: 16px;
	margin: 0;
	padding-top: 0;
}
th {
    font-weight: bold;
    text-transform: uppercase;
}
td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}
tr{
	 padding: 6px 10px 6px 0;
}
del {
    color: #333;
}
select{
	border: 1px solid #ddd;
	padding: 10px;
	background: #fff;
}

.wp-block-latest-comments{
	padding-left: 0;
}
.wp-block-cover{
	margin-bottom: 15px;
}
.post-description-blog .wp-block-cover-text{
	color: #fff!important;
}
.comment-list{
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 60px;
}

.single_comment{
	overflow: hidden;
}
.com_reply{
	float: right;
	font-weight: 600;
	font-size: 14px;
}
.comment-description{
	margin-top: 12px;
}
.single_comment ul{
	padding-left: 15px;
}
.post-description-blog ul,
.post-description-blog ol{
	padding-left: 15px;
}
.form-submit .submit {
	background: #3b7eff;
	border: 1px solid #3b7eff;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	overflow: hidden;
	padding: 15px 40px;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
	cursor: pointer;
	margin-top: 15px;
}
.form-submit .submit:hover,
.form-submit .submit:focus{
	background:#f54291;
	color:#fff;
	border: 1px solid #f54291;
}
.comment-form-cookies-consent{
	margin-top: 15px;
}
.cancel-comment-reply-link{
	padding-left: 15px;
}
.blog_head_title{
	margin-top: 20px;
}
.navigation.post-navigation{
	text-align: center;
}
.navigation.post-navigation .nav-links{
	display: inline-block;
	width: 100%;
}
.navigation.post-navigation .nav-links div{
	display: inline-block;
	margin: 0 15px;
}
.navigation.post-navigation .nav-links a {
	font-weight: 500;
	color: #fff;
	background-color: #3b7eff;
	padding: 10px 20px;
	border-radius: 6px;
	font-size: 14px;
}
article.sticky{
	border-top: 5px solid #3b7eff;
}
.single_widget{
	overflow: hidden;
}
.single_widget select{
	width: 100%;
}
.single_widget ul{
	list-style: none;
}
.single_widget li{
	padding: 6px 0;
}

.single_widget li a{
	transition: .5s;
}

.single_widget li a:hover,
.single_widget li a:focus{
	color: #3b7eff;
}
.single_widget li li{
	padding-left: 15px;
	padding-bottom: 0;
}
.single_widget.widget_archive li,
.single_widget.widget_categories li{
	text-align: right;
}
.single_widget.widget_archive li a,
.single_widget.widget_categories li a{
	text-align: left;
	width: 90%;
	float: left;
}
.single_widget.widget_text p{
	padding: 5px 0;
}
.single_widget.widget_tag_cloud a{
	display: inline-block;
	padding: 5px 10px;
	background-color: #3b7eff;
	color: #fff;
	font-size: 14px!important;
	border-radius: 4px;
	margin-right: 3px;
	margin-bottom: 7px;
}
.wp-block-button,
.post-description-blog p{
	margin-bottom: 15px;
}
.post-description-blog ul,
.post-description-blog ol{
	margin-bottom: 10px;
}
.wp-block-group__inner-container{
	padding: 15px;
}
.has-large-font-size{
	line-height: normal;
}
.comments_part{
	padding-top: 50px;
}
.error-404.not-found h2{
	font-weight: 600;
	margin-bottom: 30px;
}
.error-404.not-found p{
	margin-bottom: 40px;
}

.customize-support #navbar{
	padding-top: 43px!important;
}
#cancel-comment-reply-link{
	padding-left: 15px;
}
.comments_part .children{
	padding-left: 15px;
}