/*!
Theme Name: peppypage
Theme URI: http://bharathreddy.net/
Author URI: http://bharathreddy.net/
Author: Bharath Kumar Reddy V
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pepypage_blog
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 with others.

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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

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

.hentry {
	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: 0 0 1.5em;
}

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* 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;
}
#content{
	padding:50px 0;
}
article{
	padding-bottom:65px;
	position:relative;
}
.page-header{
	margin-bottom:30px;
}
.entry-footer{
	padding:14px;
	background-color:#333;
	position:absolute;
	width:100%;
	display:none;
	color:#FFF;
}
.entry-footer a{
	color:#FFF;
}
.blog.internal-page{
	overflow:visible!important;
}
body.pushable{
	background-color:#FFF!important;
}
img{
	max-width:100%;
}
.blog article .entry-content{
	padding:10px 20px!important;
	margin:0!important
}
.blog article .entry-header{
	padding:20px!important;
	margin-bottom:0!important;
}
.archive article, .home article, .search article{
	width:100%;
	background-color:#FFF;
	border-bottom:1px solid #333;
	padding-bottom:20px;
	margin-bottom:50px;
	color:#333;
	font-size:1.2rem;
	box-shadow:0 2px 5px 5px #CCC;
}
.home .post-thumbnail img,
.category .post-thumbnail img,
.archive .post-thumbnail img{
	max-height:250px;
}
.single article{
	color:#333;
	line-height:1.5;
	font-size:1.2rem;
	text-align:left;
}
.blog #comments{
	padding:20px;
}
.home-search{
	min-width:100%;
	margin:30px 0;
}
.home-search .search-submit{
    height: 69px;
    width: 150px;
    background: #2693ce;
    border-color: #2693ce;
    box-shadow: none;
    font-size: 1.5rem;
    line-height: 0;
	color:#FFF;
    padding: 32px;
	margin-left:-3px;
}
.home-search label{
	min-width:calc(100% - 150px);
	float:left;
}
.home-search .search-field{
	
    padding: 20px;
    min-width: 100%;
    box-shadow: none;
    border: 2px solid #CCC;
    border-radius: 3px;
    font-size: 1.5rem;
	color: #333;
}
.home-search .search-field:focus{
		outline: none;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
.content-area{
	text-align:left;
	color:#333;
	font-size:1.35rem;
	line-height:1.35rem;
}
input, select, textarea{
    width: 100%;
	color:#333;
    min-height: 50px;
    padding: 10px;
    outline: none;
    box-shadow: none;
    border: 1px solid #CCC;
}
.nf-form-fields-required{
	display:none;
}
#secondary{
	background-color:#FAFAFA;
	color:#333;
	padding:0;
	font-size:1.35rem;
	text-align:left;
	line-height:2;
}
.widget{
	margin:0!important;
}
#secondary ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
#secondary ul > li{
	padding:10px;
	border-bottom:1px dotted #CCC;
}
.widget-title{
    color: #FFF;
    text-align: left;
    font-size: 2rem;
    padding: 10px;
    border-bottom: 1px solid #2196F3;
    margin-bottom: 0!important;
    background: #2196F3;
}
.fullwidth-page article{
	margin-top:18px!important;
	margin-bottom:100px;
}
.fullwidth-page article .entry-content,
.fullwidth-page article{
	padding:0!important;
}
:not(.home) #main{
	border:1px solid #EEE;
}
pre{
	background-color:#FAFAFA;
	border-top:2px solid #333;
	padding:20px;
	font-size:1rem;
}
.title_section{
	position:relative;
	min-height: 250px;
	background-size: cover;
	padding: 100px 0;
	display:inline-flex;
	width:100%;
	margin-top:18px;
}
.title_section:before{
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color:rgba(0,0,0,0.75);
}
.title_section h1{
	z-index:100;
	position:relative;
	font-size:3rem;
	vertical-align:middle;
	margin:auto;
}
.nav-links{
	display:flex;
}
.nav-previous, .nav-next{
    display: inline-block;
    padding: 10px;
    background: #EEE;
    font-size: 1rem;
	width:auto;
}
.nav-next{
	margin-left:auto;
}
.nav-previous{
	margin-right:auto;;
}
.woocommerce-tabs{
    padding: 20px!important;
    background: #F5F5F5;
    float: right;
    width: 62%;
	position:relative;
}
.woocommerce-tabs::before{
	content:"";
	position:absolute;
	top:100px;
	left:-25px;
	display:block!important;
	width:0;
	height:0;
	border-right:25px solid #F5F5F5;
	border-top:25px solid transparent;
	border-bottom:25px solid transparent;
	z-index:100;
}
.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description{
	font-size: 1.5rem;
	line-height: 2;
	margin-top: 0!important;
}
.single_add_to_cart_button{
    width: 100%!important;
    padding: 20px!important;
    font-size: 2rem!important;
    text-transform: uppercase!important;
    background: #FFF!important;
    color: #4d8bc4!important;
    border: none!important;
}
.summary.entry-summary{
    width: 35%;
    float: left;
    padding:50px 20px;
    background: #3f88c9;
    color: #FFF;
    font-size: 2rem;
}
.single.woocommerce .stock{
	display:none!important;
}
.single .product_meta{
	display:none!important;
}
.woocommerce #main{
	max-width:85%!important;
	margin:auto;
	min-width:85%!important;
	padding:20px 50px;
}
table{
	box-shadow: 0 2px 5px #EEE;
}
body.blog.pushable{
	background-color:transparent!important;
}