/*!
Theme Name: Pindula News Lite
Theme URI: http://pindula.co.zw/
Author: Pindula News
Author URI: http://pindula.co.zw/
Description: Pindula News Lite Theme. Mobile First and focused on being lite. First deployed May 2019
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pindula-news-lite
*/
/*--------------------------------------------------------------
>>> 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 */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #444;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
    margin: 1.5em .5em;
    box-shadow: 2px 2px 13px #eeeeee;
    border: 1px solid #e9e9e9;
    padding:.5em;
    border-left: 5px solid #0075c2;
	font-family: 'PT Serif', serif;	
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	/*background: #fbfbfb;
	 Fallback for when there is no custom background color defined. */
}


div#content {
	background: #fff;
}

.single div#content{
	padding: 0;	
	/*border: 1px solid #dfdfdf;*/
}

div#primary {
    margin: .75em;
}
header#masthead {
    margin: .2em .6em;
	background: #fff
}



hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background-color: #0075c2;
    font-size: 1.15em;
    justify-content: center;
    align-items: center;
    padding: .1em 1em;
    color: #fff;
    border: none;
    text-decoration: none;	
	font-weight: 700;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #0075c2;
	text-decoration: none;
}
.blog h2.entry-title a, 
.home h2.entry-title a,
.archive h2.entry-title a,
.search h2.entry-title a, 
.page-template-popular h2.entry-title a,
.page-template-popular-week h2.entry-title a,
.page-template-popular-month h2.entry-title a,
.page-template-popular-year h2.entry-title a{
	color: #444;
	display:block;
}

a:visited {
	color: #0075c2;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
	max-width: 750px;
    margin: 0 auto;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/

.single h1.entry-title {
	line-height: 1.1em;
	color:#333;
	font-size: 1.4em;
    margin: .3em 0;	
	font-weight:600;
	font-family: 'PT Serif', serif;
}

body.page h1.entry-title {
    text-align: center;
}

span.news-date {
    float: right;
}

.news-image.wp-post-image {
    width: 100%;
}

p.pindula-f-image-caption {
    color: #777;
    margin: -.2em 0 .8em;
    font-size: .85em;
    line-height: 1.15em;
    text-align: center;
}

.sticky {
	display: block;
}

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

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

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
    font-size: 1.1em;
	font-family: 'PT Serif', serif;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

footer.entry-footer {
    font-size: .8em;
    margin: .6em auto;
    max-width: 750px;
}
.entry-footer .tags-links a {
    background: #0075c2;
    padding: .1em .4em;
    color: #ffff;
    font-weight: bold;
}




.popular-list-widget {
    max-width: 750px;
    margin: 0 auto;
	border-bottom: 1px dashed #efefef;
}

.popular-list-widget h2 {
    margin-bottom: 0;
}

.popular-list-widget ul {
    margin-top: .5em;
    padding-left: 1.5em;	
}

li.popular-list-item {
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 1em;
} 

nav.navigation.post-navigation {
   /* overflow: auto;*/
}

.nav-previous {
    border-right: 1px solid #dedede;
}
span.post-nav-title {
    display: block;
	font-weight: 600;
	color: #000;
}
.nav-links a {
    display: block;
}

span.the-actual-title {
    line-height: 1.2em;
    display: block;
    font-size: .9em;
    font-weight: 600;
}

span.edit-link {
    display: block;
    font-size: 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

#comments {
    margin: 0 auto;
    max-width: 750px;
}
.comments-meta {
    float: left;
    font-size: .9em;
    text-transform: uppercase;
    padding-top: .5em;
}


a.back-to-top {
    text-transform: uppercase;
    font-size: .8em;
    font-weight: 700;
}

p.go-to-comments {
    border: 1px solid #f4f4f4;
    font-weight: 600;
    margin: .5em auto;
    font-size: 1.2em;
    text-align: center;
    background: #fafafa;
    max-width: 750px;
}
.go-to-comments a {
    display: block;
    padding: .5em;	
}


.comments-title {
	font-size: 1.25em;
}
.comment-body {
    font-size: .9em;
}
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}
h3#reply-title {
    margin-bottom: 0;
}

p.comment-notes {
    margin: 0;
    font-size: .8em;
}
p.comment-form-comment, 
p.comment-form-author, 
p.comment-form-email {
    margin: .2em 0;
}
.comment-form p {
    font-size: .85em;
}

#comments .comment-form input[type='text'], 
#comments .comment-form input[type='email'], 
#comments .comment-form input[type='url'], 
#comments .comment-form textarea{
	background-color: #fff;
    border: 2px solid #0075c2;
}

#comments .comment-form input[type='submit'] {
    background-color: #0075c2;
	width: 100%;
	font-size:1.15em;
	display: flex;
	justify-content: center;
    align-items: center;
    padding: 15px;
    color: #fff;	
    border: none;
    font-weight: 700;
    text-decoration: none;	
}


.comment-metadata a,
.comment-body span.edit-link {
    font-size: .8em;
    color: #666;
}

.comment-body .reply {
    margin: 0 0 1.5em;
}

ol.comment-list, 
ol.comment-list ol.children {
    list-style: none;
}



/*Recommeded Content */

.recommneded-content {
    max-width: 750px;
    margin: 0 auto;
}


/*--------------------------------------------------------------
# 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;
}
.site-title {
	text-align: center;
}


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

.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;
}


/*--------------------------------------------------------------
## End Galleries
--------------------------------------------------------------*/


.blog article, 
.home article,
.archive article,
.search article,
.page-template-popular article, 
.page-template-popular-week article, 
.page-template-popular-month article,
.page-template-popular-year article{
    clear: both;
    margin: .6em .2em;
    border-bottom: 1px dashed #efefef;
    overflow: auto;
    padding: .3em 0;
}

.blog #main img,
.home #main img,
.archive #main img,
.search #main img,
.page-template-popular #main img,
.page-template-popular-week #main img,
.page-template-popular-month #main img,
.page-template-popular-year #main img{
    float: left;
    margin-bottom: 0;
	margin-right: .7em;
}

.blog h2.entry-title,
.home h2.entry-title,
.archive h2.entry-title,
.search h2.entry-title,
.page-template-popular h2.entry-title,
.page-template-popular-week h2.entry-title,
.page-template-popular-month h2.entry-title,
.page-template-popular-year h2.entry-title{
    clear: initial;
    font-weight: 600;
    font-size: 1em;
	line-height: 1.4em;
	margin:.1em 0;
}

.home article.sticky .entry-title {
    background: yellow;
}

h1.page-title {
    font-size: 1.3em;
}

.entry-meta .pindula-home-cats {
    float: right;
}

span.aggregate-author {
    float: right;
    margin-right: 1em;
	text-transform: capitalize;
}


.entry-meta {
    text-transform: uppercase;
    font-size: .65em;
    color: #aaa;
}

.single .entry-meta {
    font-size: .8em;
	color: #999;
}


/*Bottom 'Sidebar'*/
#secondary {
    margin: .75em;
}

h2.partners-list {
    margin: 0 0 .1em;
}

ul.partners-listing {
	margin-top: .1em;
    padding-left: 1.3em;
}

.partners-listing li {
    text-align: left;
}

.widget_search form input[type="submit"]{
    background-color: #0075c2;
    padding: .1em;
    color: #fff;
    border: none;
    text-decoration: none;
    font-weight: 100;
    font-size: 1em;
}

.widget_search form {
    max-width: 300px;
    margin: 0 auto;
}


#secondary .textwidget.custom-html-widget {
    max-width: 425px;
    margin: 0 auto;
    border: 1px solid #aaaa;
    font-size: .9em;
    padding: .5em 0 0 .5em;
}




/*Share buttons*/

.social-share-wrapper.header-shares {
    margin: 0 0 .2em;
}
*.social-share-wrapper.header-shares div {
    float: right;
}

.social-share-wrapper {
    display: block;
    overflow: auto;
    margin: 1em 0;
}
*.social-share-wrapper div{
	float: left;
	margin: .2em .2em 0 0;
}

*.social-share-wrapper div a {
	display: block;
	padding:.3em .7em;
	color:white;
	font-weight:600;
	text-decoration: none;
	border: none;
	font-size: .7em;
	font-family: sans-serif;
}

.social-share-wrapper div.share-on {
	font-weight: bold;
}

.social-share-wrapper div.facebook {
	background-color: #3a5795;
}

.social-share-wrapper div.twitter {
	background-color: #55acee;
}

.social-share-wrapper div.linkedin {
	background-color: #007bb6;
}

.social-share-wrapper div.whatsapp {
	background-color: #71c169;
}

.clear {
	clear: left;
}

/*One Signal AMP Aubscription stuff */

amp-web-push-widget button.subscribe {
      display: inline-flex;
      align-items: center;
      border-radius: 2px;
      border: 0;
      box-sizing: border-box;
      margin: 0;
      padding: 10px 15px;
      cursor: pointer;
      outline: none;
      font-size: 15px;
      font-weight: 400;
      background: #4A90E2;
      color: white;
      box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    amp-web-push-widget button.subscribe .subscribe-icon {
      margin-right: 10px;
    }

    amp-web-push-widget button.subscribe:active {
      transform: scale(0.99);
    }

    amp-web-push-widget button.unsubscribe {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 45px;
      border: 0;
      margin: 0;
      cursor: pointer;
      outline: none;
      font-size: 15px;
      font-weight: 400;
      background: transparent;
      color: #B1B1B1;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
	
/*END One Signal AMP Aubscription stuff */	




/*WhatsApp Subscription stuff */

.whatsapp_section h4 {
    margin: 0;
 }

p.news_form_description {
    margin-top: 0;

}

.subscription_stuff {
    border: 1px solid #efefef;
    background: #0075c20d;
	text-align: center;
}




p.fullalert {
    margin-bottom: 0;
}

p.news_form_description a {
    font-weight: bold;
	overflow-wrap: break-word;
}

span.nodisc {
    color: #666;
}

.whatsapp_section p {
    font-size: .8em;
}

/*end WhatsApp subscription stuff */



/*Header Ad Links Section */


#header-ad-links-section ul,
.textwidget ul.ad-links,
.ad-links-inside ul {
    overflow: auto;
    background: #E56600;
    list-style: none;
    padding: 0 .2em;
    margin: .5em auto;
    text-align: center;
    color: #FFFFFF;
    width: 300px;
}

#header-ad-links-section ul li,
.textwidget ul.ad-links li,
.ad-links-inside ul li {
    display: inline;
}

#header-ad-links-section ul li a,
.textwidget ul.ad-links li a,
.ad-links-inside ul li a{
    border-right: 2px solid #fff;
    padding: 0 .5em;
    font-weight: 700;
	font-size:.8em;
	color: #FFFFFF	
}


#header-ad-links-section ul li:last-child a,
.textwidget ul.ad-links li:last-child a,
.ad-links-inside ul li:last-child a{
	border-right:0;
}

#header-ad-links-section,
.textwidget,
.ad-links-inside {
    clear: both;
}



/*Featured Stories Section */

#featured-stories ul {
    overflow: auto;
    background: yellow;
    list-style: none;
    padding: 0 .2em;
    margin: 0 .75em;
	text-align: center;
}

#featured-stories ul li {
    display: inline;
}

#featured-stories  ul li a{
    border-right: 2px solid #999;
    padding: 0 .5em;
    font-weight: 700;
	font-size:.8em;
}


#featured-stories  ul li:last-child a{
	border-right:0;
}

#featured-stories {
    clear: both;
}
 
 
 /*
bottom nav
__________*/

.bottom-nav{
	width:100%;
	overflow: auto;
	margin:.5em 0;
}

#bottom-navigation ul.menu {
	list-style: none;
	overflow: auto;
	margin: 0;
	padding:0;
	background: #0075c2;
	-webkit-padding-start: 0;
	font-size: 1em;
	padding: .4em;
}

#bottom-navigation ul.menu li {
	float: left;
}

#bottom-navigation ul.menu a {
	display: block;
	font-weight: 600;
	padding: .2em 1em;
	border-right: 1px solid #dfdfdf;
	text-transform: uppercase;
	font-size: 1em;
	color: #fff;
}

#bottom-navigation ul.menu li:last-child a{
	border-right:0;
}

img.trending-img {
	vertical-align: middle;
}		
#bottom-navigation {
	bottom: 0;
	width: 100%;
	position: fixed;
	background: #f9f9f9;
	overflow: hidden;
	z-index: 100;
	border-top: 1px solid #efefef;		
}



/*
Popular and Latest Tabs
**************************/

div#latest-popular {
    overflow: auto;
}
#latest-popular h1, #latest-popular span {
    line-height: 2em;
    font-size: .9em;
    font-weight: bold;
    margin: 0;
}

.latest-tab,
.popular-tab {
    width: 50%;
	float: left;
	text-align:center;
}

a.other-tab-link{ 
    display: block;
}

.popular-tab.active-tab,
.latest-tab.active-tab {
    border-left: 1px solid #dedede;
    border-top: 1px solid #dedede;
    border-right: 1px solid #dedede;
}

.latest-tab.inactive-tab,
.popular-tab.inactive-tab {
	border-color: #dedede;
	border-style: solid;
	background:#fbfbfb
}

.popular-tab.inactive-tab {
	border-width: 0px 0px 1px 0px;
}

.latest-tab.inactive-tab{
	border-width: 0px 0px 1px 0px;
}	


/*After Logo and Other Popular links navigation */
#other-popular-links,
#after-logo-nav {
    text-align: center;
}

#after-logo-nav {
	display:none;
}

#other-popular-links ul,
#after-logo-nav ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display:inline-block;
}

#other-popular-links ul li,
#after-logo-nav ul li{
  float: left;
}

#other-popular-links ul li a{
    display: block;
    padding: 0 .75em;
    font-size: .9em;
    border-right: 1px solid #dfdfdf;
    margin: .8em 0 0;
    text-transform: lowercase;
}
#other-popular-links ul li:last-child a,
#after-logo-nav ul li:last-child a{
    border-right: 0;
    padding-right: .6em;
}

#after-logo-nav  ul li a {
    display: block;
    padding: 0 .75em;
    font-size: .8em;
    border-right: 1px solid #dfdfdf;
    text-transform: uppercase;	
    font-weight: 700;
}


p.contents-description {
    font-size: .8em;
    margin: .2em 0;
	color: #777;
	font-style: italic;
}
/*end other popular links navigation */








/* fixed top menu has a 40px height*/
nav.main-navigation{
	float:right;
	height:40px;
	position:relative;
	background: transparent;
	z-index:990;}

/* remove bullets and add transition effect */
nav.main-navigation ul{
	list-style-type: none;
	margin:0;
	padding:0;
	transition: transform .5s ease-in-out; 
	 -webkit-transition: transform .5s ease-in-out;
	}

/* fixed menu button */
nav.main-navigation > ul >li{
	position: relative;
	right:0;
	top:0;
	z-index:991;
	line-height:1em;}

.pindula-burger {
	text-align:right;
	height:0;}

span.the-burger {
		font-size: 1.5em;
		display: block;
		margin-top: .3em;
		font-weight:900;
	}

.pindula-burger ul li{
	text-align:left;}


/* initial state: hide the menu */
nav.main-navigation > ul > li > ul{
	position:relative;
	top:-500px;
	right:0px;
	width:240px;
	bottom:0;
	background:#fefefe;
	z-index:990;
	padding-top:36px;
	border-right:1px solid #ddd;}



/* Hover state, the menu button has been clicked
_________________________________________________*/

/* scroll the menu into the page */
nav.main-navigation > ul > li:hover > ul{
	transform: translate3d( 0px, 475px, 0 );
	-webkit-transform: translate3d( 0px, 475px, 0 );}

/* div on top of menu to simulate the close button, delay animation for .75s*/
#closemenu {
	float:right;
	position:relative;
	top:-50px;
	left:0;
	margin-right: .2em;
	height:40px; 
	z-index:999; 
	line-height:40px; 
	/*padding-left:210px; */
	font-size:2em;
	font-weight:900;
	transition: transform .05s ease-in-out;
	-webkit-transition: transform .05s ease-in-out; 
	-webkit-transition-delay: 0.40s;
	transition-delay: 0.40s;}
/* the the close menu button, uses ~ selector */

nav.main-navigation ul:hover  ~ #closemenu{
	transform: translate3d( 0, 40px, 0 );
	-webkit-transform: translate3d( 0, 40px, 0 )}

/* styling */
nav.main-navigation > ul > li > ul > li{
	font-size:1em;
	padding:8px 0 8px 8px;
	border-bottom:1px solid #ddd;}

nav.main-navigation > ul > li > ul > li >a{
	display:block; 
	text-decoration:none;
	padding: 0 .3em;
	font-weight: 300;
    text-transform: uppercase;
    font-size: .8em;
}


.site-info {
	margin-bottom: 3.8em;
	font-size:.7em;
	text-align: center;
}




/*Google Adsense */
.header-ad{
	margin:0 auto;
	text-align:center;
	margin-top: .5em;
}


.textwidget.custom-html-widget {
    text-align: center;
    margin: 0 auto;
}


/*Airtime formatting */

/*below pos airtime*/
section.tz-airtime-container {
    font-size: .9em;
    background: #fbfbfb;
    border: 1px solid #efefef;
    padding: .5em;
}
section.tz-airtime-container hr {
    display: none;
}

section.tz-airtime-container h3 {
    margin: 0 0 .6em;
    font-size: 1em;
}
.tz-airtime-query-form {
    margin: 0;
}

.tz-airtime-powered-by {
    display: none!important;
}





/*airtime page*/


form.tz-airtime-simple-buying-form h4 {
    display: none;
}

.tz-airtime-simple-buying-form input[type=submit] {
    background-color: #0075c2!important;
    width: 100%!important;
    font-size: 1.15em!important;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    padding: 10px!important;
    color: #fff!important;
    border: none!important;
    font-weight: 700!important;
    text-decoration: none!important;
	height:initial!important;
	border-radius: initial!important;
    text-transform: initial!important;
}


.page-template-airtime h1.entry-title {
    font-size: 1.3em;
    text-align: center;
}

.page-template-airtime p {
    text-align: center;
	font-size: .85em;
}

.page-template-airtime .social-share-wrapper {
    margin: 3em auto 0;
    max-width: 275px;
}



/* Mailpoet Form Styles */
label.mailpoet_checkbox_label {
    display: block;
}

label.mailpoet_text_label,
label.mailpoet_select_label {
    margin-right: .5em;
}
/* end Mailpoet Form Styles */


/*Yet Another Related Posts Plugin Styles */

.yarpp-related {
    font-family: sans-serif;
}

.yarpp-related ul {
    margin-top: 0;
	padding-left: 1.5em;
	font-size: .9em;
}
.yarpp-related ul li {
    margin: .5em 0;
}




/*Pindula Profiles RSS Widget */

img.rss-widget-icon {
    display: none;
}

h3 .rsswidget {
    cursor: not-allowed;
    pointer-events: none;
    color: #444444;
}

a.rsswidget {
    font-weight: bold;
}



/*-----------------------------------------
Media queries to show trending menu at the top of site on desktop screens
-----------------------------------------------------------*/
@media screen and (min-width: 430px) {
	
	.site-branding {
		margin-top: 3em;
	}
	
	.blog h2.entry-title,
	.home h2.entry-title,
	.archive h2.entry-title,
	.search h2.entry-title,
	.page-template-popular h2.entry-title,	
	.page-template-popular-week h2.entry-title,
	.page-template-popular-month h2.entry-title,
	.page-template-popular-year h2.entry-title{
		font-size: 1.25em;
		margin:.5em 0;
	}		
	
	h1.page-title {
		font-size: 1.8em;
	}	
	
	
	.blog #main img, 
	.home #main img, 
	.archive #main img, 
	.search #main img,
	.page-template-popular #main img, 	
	.page-template-popular-week #main img, 
	.page-template-popular-month #main img, 
	.page-template-popular-year #main img {
		width: 90px;
		height: 90px;
	}	
	
	#latest-popular h1, #latest-popular span {
		font-size: 1.2em;
	}	

	.single h1.entry-title {
		font-size: 2.5em;
	}	
	
	#after-logo-nav {
		display:block;
	}	
} 

/*-----------------------------------------
Media queries to show trending menu at the top of site on desktop screens
-----------------------------------------------------------*/
@media screen and (min-width: 768px) {


	div#page {
		max-width: 1440px;
		margin: 0 auto;
	}
	
	#content {
		margin-left:4em;
		margin-right:4em;
	}

	article .entry-content{
		max-width: 750px;
		margin: 0 auto;
	}
		
	.blog #content,
	.home #content,
	.archive #content,
	.search #content,
	.page-template-popular #content,	
	.page-template-popular-week #content,
	.page-template-popular-month #content,
	.page-template-popular-year #content{
		max-width:750px;
		margin-right:auto;	
		margin-left:auto;
	}			
	
	.blog h2.entry-title,
	.home h2.entry-title,
	.archive h2.entry-title,
	.search h2.entry-title,
	.page-template-popular h2.entry-title,	
	.page-template-popular-week h2.entry-title,
	.page-template-popular-month h2.entry-title,
	.page-template-popular-year h2.entry-title{
		font-size: 1.4em;
	}	

	#pindula-bottom-bar {
		display:none;
	}


	/*navigation menu on desktops */

	span.the-burger, #closemenu {
		display: none;
	}

	.main-navigation {
		clear: both;
		display: block;
		float: left;
		width: 100%;
	}

	.main-navigation ul li ul {
		list-style: none;
		margin: 0;
		padding-left: 0;
	}

	.main-navigation ul li ul {
		float: left;
		position: absolute;
		z-index: 99999;
	}

	.main-navigation ul li ul li{
		float: left;
		position: relative;
	}

	.main-navigation a {
		display: block;
		text-decoration: none;
	}

	nav.main-navigation {
		float: none;
		height: initial;
		position: relative;
		background: transparent;
		z-index: 990;
	}

	nav.main-navigation > ul > li > ul{
		position:relative;
		top:2px;
		right:0px;
		width:100%;
		bottom:initial;
		z-index:990;
		padding-top:0;
		border: 0;
		background:transparent;}

	nav.main-navigation > ul > li > ul > li {
		border:0;
	}		

	nav.main-navigation > ul > li:hover > ul{
		transform: none;
		-webkit-transform: none;}
	
}

@media screen and (min-width: 1024px) {

	#content {
		margin-left:6em;
		margin-right:6em;
	}
	
}
