/*!
Theme Name: exploresuman
Theme URI: http://underscores.me/
Author: Suman Shrestha
Author URI: https://sumanshresthaa.com.np
Description: Explore Suman is developed by Suman Shrestha
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: exploresuman
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.

exploresuman 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
--------------------------------------------------------------*/
nav.navbar.pa-navbar{padding: 0px 80px;}
.pa-navbar li ul li {width: 300px;}
.pa-navbar ul li.registered a.nav-link {
    border: 1px solid #eee;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
.pa-navbar ul li.registered a.nav-link:hover {
    background: #444;
    color: #fff;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
nav.navbar.pa-navbar:hover{background-color: #101010 !important;}

iframe{
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
}
.yt_video {
    margin-bottom: 30px;
}
.yt_video_title a {
    background: #222;
    color: #fff;
    display: block;
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
}


/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.single .pa-h1-v1 {
    font-size: 48px;
    margin-bottom: 18px;
    font-family: 'Blinker' !important;
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px #000;
}

/* 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;
}



img.custom-logo {
    height: 100px;
    width: auto;
    margin-right: 100px;
}
.pa-related-item {
    height: 265px;
}
.pa-single-article {
    padding-bottom: 80px;
}

.pa-h2-v1-hero-subhead.pa-white p {
    color: #ffffff;
}

.pa-h2-v1-hero-subhead p {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 38px;
    font-weight: 600;
    text-shadow: 1px 1px 3px #000;
    letter-spacing: 0.6px;
}
.post-content h3 {
    color: #c00;
	font-family: "Instrument Serif", serif;
    font-size: 30px;
    padding: 0px 80px;
    text-align: justify;
}
.post-content p {
    color: #000;
    font-size: 20px;
    padding: 0px 80px;
    text-align: justify;
}
.post-content p em {
    font-weight: 400;
    font-family: "Instrument Serif", serif;
	font-style: italic;
    letter-spacing: 0.6px;
}

.no_sidebar.pa-blog-style-v2-stretched .pa-h3-blog-feed-title-font a {
    font-size: 25px;
    font-weight: 800;
    line-height: 48px;
    text-transform: uppercase;
}
.no_sidebar.pa-blog-style-v2-stretched .post-excerpt p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}


p.pa-p-v1.pa-dark {
    color: #000;
    font-size: 20px;
	letter-spacing: 0.6px;
}

.benifits_block {
    background: linear-gradient(180deg, #f2f9ff 0%, #fff9f9 100%);
    padding: 30px;
    margin-bottom: 30px;
    display: block;
    overflow: hidden;
    clear: both;
    position: relative;
}
.benifits_block p {
    color: #000;
    font-size: 18px;
    letter-spacing: 0.6px;
}

ul.post-categories {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.pa-bottom-tags ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.pa-bottom-tags ul li {
    display: inline-block;
    margin-right: 15px;
}

.post-content ul {
    margin: 0 0 30px 25px;
    padding: 0px 80px;
    list-style: none;
}
.post-content ul li {
    border-bottom: 1px dotted #ccc;
    font-size: 18px;
    color: #333;
    line-height: 2;
    letter-spacing: 0.3px;
    list-style: decimal-leading-zero;
}
.post-content ul li:last-child {
    border-bottom: none;
}


ul.page-numbers li {
    display: inline-block;
    margin-right: 20px;
}
ul.page-numbers li a.page-numbers {
    border: 1px solid #666;
    color: #666;
    text-align: center;
    height: 50px;
    width: 50px;
}