/*

Theme Name: ZambianPlay Mobile Theme by Pedro 
Theme URI: https://genesis.com.ng 
Description: A mobile-friendly theme.
Version: October 20211
Author: Pedro
Author URI: https://telegram.me/darkngcom 
Tags: silver, white, one-column, flexible-width
// This file is part of the ZambianPlay Mobile Theme for WordPress
// https://genesis.com.ng 
//
// Copyright (c) 2021 Genesis Inc, Ltd. All rights reserved.
// https://genesis.com.ng 
//
// Released under the GPL license
// http://www.opensource.org/licenses/gpl-license.php
//
// **********************************************************************
// This program is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
// **********************************************************************

*/

 body {
    max-width: 1080px;
    margin: 0 auto !important;
    float: none !important
}


* {
    box-sizing: border-box
}

.main {
    float: left;
    width: 60%;
    padding: 0 20px;
    overflow: hidden
}

.right {
    float: left;
    width: 40%
}

@media only screen and (max-width:800px) {
    .main {
        width: 100%;
        padding: 0
    }

    .right {
        width: 100%
    }
}

@media only screen and (max-width:500px) {

    .menu,
    .main,
    .right {
        width: 100%
    }
    
    
    
    
    

}

.fa {
        padding: 15px;
    font-size: 20px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 10px 4px;
	    border-radius: 3px;
}


.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #e52d27;
  color: white;
}
.fa-youtube-play {
  background: #ff0000;
  color: white;
}

.fa-instagram {
  background: #bc2a8d;
  color: white;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}
.fa-reddit {
  background: #ff5700;
  color: white;
}
.fa-whatsapp {
  background: #4CAF50;
  color: white;
}

h1,
h2,
h3,
p {
    margin: 0 0 5px;
    padding: 0
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 5px;
    margin-left: 10px;
    padding: 0
}

.alignleft,
.alignright {
    margin-bottom: 1em;
    max-width: 35%
}

hr {
    color: #999;
    height: 1px
}

.alignleft {
    float: left;
    margin-right: 1em
}

.alignright {
    float: right;
    margin-left: 1em
}

.aligncenter,
.alignnone,
img {
    max-width: 100%
}


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

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0
}

img {
    height: auto
}

img {
    height: auto;
    max-width: 99%
}

.wp-post-image {
    float: left;
    margin: 0 11px 0 0;
    padding: 2px 0 5px !important
}

ul.table.disclosure li,
ul.table li.disclosure {
    clear: both;
    margin: 0;
    padding: 0 0 0 3px !important;
    position: relative
}

body {
    background: #F7F7F7;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #4c4c4c;
    margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
    font-weight: 600
}

h1 {
    font-size: 27px;
    font-weight: 700
}

h2 {
    font-size: 24px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 17px
}

h5 {
    font-size: 13px
}

h6 {
    font-size: 12px
}


hr.line{
	border-top: 1px solid green;
}

/* Dotted red border */
hr.dotted {
  border-top: 1px dotted black;
}


a {
    color: #06801e
}

blockquote {
    border-left: 2px solid #ddd;
    margin: 0 0 0 5px;
    padding-left: 5px
}

ul,
ol {
    margin-left: 40px
}

p,
li {
    margin: 0 0 10px
}

.small {
    font-size: 14px;
    line-height: 2
}

.hide {
    display: none
}

.clear {
    clear: both;
    float: none
}

.table-title,
.content {
    color: #777;
    font-size: 1em;
    line-height: 1.5;
    margin: 10px;
    text-shadow: 1px 1px 2px #fff
}

.table-title {
    margin-top: 20px
}

.group {
    background: #fff;
    border: 1px solid #ccc;
    overflow: hidden;
    margin: 10px;
    padding: 10px
}


ul.table.group {
    margin: 10px;
    padding: 0
}

ul.table {
    clear: both;
    color: #999;
    list-style: none;
    margin: 0
}

ul.table li {
    border-bottom: 1px solid #ccc;
    padding: 15px
}

ul.table li:last-child {
    border: 0
}

ul.table.disclosure li,
ul.table li.disclosure {
    margin: 0;
    padding: 0;
    position: relative
}

ul.table.disclosure a,
ul.table li.disclosure a {
    border: 0;
    display: block;
    padding: 5px 10px;
    text-decoration: none
}

ul.table.disclosure a .date,
ul.table li.disclosure a .date {
    color: #666;
    font-size: 11px;
    white-space: nowrap
}

ul.table li .title {
    background: #a5a5a5 url(../img/title-dimple.gif) repeat-x top;
    border-bottom: 1px solid #777;
    color: #fff;
    display: block;
    font-size: 10px;
    font-weight: 400;
    padding: 3px 8px;
    text-shadow: 0 1px 1px #555
}

.title-divider {
    background: url(../img/title-divider.png) repeat-x center;
    color: #999;
    font-size: 10px;
    font-weight: 400;
    margin: 0 -15px 10px
}

.title-divider span {
    background: #fff;
    margin: 0 0 0 10px;
    padding: 0 5px
}

.notification {
    background: #fffdc2;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 10px 0;
    padding: 10px
}

#site-name {
    background: #fff url() repeat-x center;
    line-height: 1.2;
    margin: 0
}

#site-name a {
    background: transparent url() no-repeat 10px center;
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 5px
}

#navigation-top {
    display: none
}

.pagination {
    margin: 0 10px
}

.group:not(.table) .pagination:last-child {
    background: 0 0;
    border-width: 1px 0 0;
    margin: 0 -10px -10px
}

.pagination {
    background: #fff;
    border: 1px solid #ccc;
    border-width: 0 1px 1px;
    clear: both;
    overflow: hidden
}

.pagination span {
    display: none
}

.pagination span.next,
.pagination span.prev {
    display: block;
    width: 50%
}

.pagination span.prev {
    float: right
}

.pagination span.next {
    float: left
}

.pagination .next a,
.pagination .prev a {
    border: 5px solid #fff;
    display: block;
    height: 1.5em;
    overflow: hidden;
    text-decoration: none
}

/*     .pagination .next a,
ul.table.disclosure .pagination .next a {
    background: url(../img/disclosure-left.png) no-repeat left center;
    border-right: 1px solid #ddd;
    border-left: 0;
    padding-left: 35px
}

.pagination .prev a,
ul.table.disclosure .pagination .prev a {
    background: url(../img/disclosure.png) no-repeat right center;
    border-left: 1px solid #fff;
    border-right: 0;
    padding-right: 35px;
    text-align: right
}
*/
#next-prev-bottom,
#navigation-bottom {
    display: none
}


.tabbed.group {
    padding: 0
}

.tabbed ul.tabs {
    background: url(../img/title-divider.png) repeat-x bottom;
    list-style: none;
    margin: 0 10px;
    overflow: hidden
}

.tabbed .tabs li {
    float: left;
    margin-bottom: 0;
    width: 50%
}

.tabbed .tabs li a {
    background: #d5d5d5 url(../img/tab.gif) repeat-x bottom;
    color: #333;
    display: block;
    padding: 7px;
    text-decoration: none
}

.tabbed .tabs li.active a {
    background-color: #fff;
    background-image: url(../img/tab-active.gif)
}

.commentlist {
    margin: 0 -10px
}

.commentlist .li-comment {
    background: url(../img/comment.png) no-repeat 10px 10px;
    border-bottom: 1px solid #ddd;
    font-size: 11px;
    list-style: none;
    margin: 0;
    padding: 10px 10px 10px 30px
}

.commentlist li:last-child {
    border: 0
}

.commentlist li .comment-info {
    color: #999;
    margin: 0
}

.commentlist .comment-info cite {
    font-weight: 700
}

.commentlist .children {
    margin: 10px 0 0
}

.commentlist .children .li-comment {
    background-position: 0 10px;
    border: 0;
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-left: 20px
}

#respond .title-divider {
    margin-bottom: 5px;
    margin-top: 5px
}

#respond label {
    display: block
}

#respond textarea,
#respond input[type=text] {
    width: 95%
}

.group {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px
}

.tabbed ul.table.group {
    border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0
}

.pagination .next a,
ul.table.disclosure .pagination .next a {
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px
}

.pagination .prev a,
ul.table.disclosure .pagination .prev a {
    border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px
}

.pagination {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px
}

.tabbed .tabs li:first-child a {
    border: 1px solid #ccc;
    border-width: 1px 1px 0;
    border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px
}

.tabbed .tabs li:last-child a {
    border: 1px solid #ccc;
    border-width: 1px 1px 0 0;
    border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px
}

.pages-link {
    margin: 2em 0;
    word-spacing: .25em
}

.pages-link a {
    background: #d7d7d7;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    color: #333;
    padding: .3em .5em;
    text-decoration: none
}

ul.table.disclosure li:after {
    content: " ";
    display: block;
    clear: both
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 0 auto
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%
}

ul.table.disclosure li:after {
    content: " ";
    display: block;
    clear: both;
}


/*ul.table.disclosure li, ul.table li.disclosure {*/


/* position: relative;*/


/* min-height: 88px;*/


/* display: block;*/


/* height: 88px;*/


/*}*/


/*ul.table.disclosure a, ul.table li.disclosure a {*/


/* position: relative;*/


/* top: 50%;*/


/* -webkit-transform: translateY(-50%);*/


/* -ms-transform: translateY(-50%);*/


/* transform: translateY(-50%);*/


/*}*/

.alert {
    padding: 5px;
    margin-bottom: 0px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    margin-bottom: 15px;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    margin-bottom: 15px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    margin-bottom: 15px;
}

#commentform input[type="submit"] {
    background-color: green;
    box-shadow: inset -1px -1px 3px rgba(47, 47, 47, 0.7);
    border-radius: 10px !important;
    border: none;
    padding: 5px 15px;
    color: #fff;
    font-weight: 600;
    -webkit-appearance: none;
}

a {
    text-decoration: none;
}


img {}

.wp-post-image {
    float: left;
    margin: 0 11px 0 0;
    padding: 2px 0 5px !important;
}
.mejs-container {
    margin-bottom: 10px !important;
}
.wp-video {
    margin-bottom: 10px;
}
.header-ad-m {
    margin-bottom: 15px;
}
.header-ad-m img {
    -webkit-box-shadow: 0 0 8px #000 !important;
    -moz-box-shadow: 0 0 8px #000 !important;
    box-shadow: 0 0 8px #000 !important;
}

.post-featured-image {
    position: relative;
}
.post-featured-image p {
    padding: 0;
}
.post-featured-image img {
    width: 100%;
}
.post-featured-caption {
    font-family: 'Roboto';
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    padding: 15px;
    background: rgba(0, 0, 0, 0.8);
    text-shadow: none;
    font-weight: 800;
    color: #fff;
    font-size: 16px;
}
ul.table.disclosure {
    margin: 3px 3px;
    padding: 0;
    border: none;
}
ul.table.disclosure li,
ul.table li.disclosure {
    display: flex;
    clear: both;
    margin: 0 10px !important;
    position: relative;
        padding: 5px 0 !important;
}

/*ul.table.disclosure.ul-list-1 {

    overflow-y: scroll;
    height: 400px;
    scroll-behavior: smooth;

}

ul.table.disclosure.ul-list-1::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

ul.table.disclosure.ul-list-1::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

ul.table.disclosure.ul-list-1::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}*/


.trending-paginate {
    margin: -2px 3px 0 3px;
    background: #fff;
    padding: 0px 10px 10px 10px;
    border: none;
    border-top: 0;
    text-align: center;
}
.holder {
    text-align: center;
}
.holder a {
    display: none;
}
.holder a.jp-next {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
}
.pag-label {
    font-family: roboto;
    padding-right: 11px;
    font-weight: 800;
    font-size: 13px;
    display: block;
    padding-top: 10px;
}
.page-numbers {
    margin-top: 10px;
    color: #7a7a7a!important;
    padding: 2px 15px;
    display: block;
	text-align: center;
	margin-left: 5px !important;
}
.page-numbers.current {
	color: rgb(255, 255, 255) !important;
    background-color: rgb(6, 128, 30) !important;
    line-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    font-weight: 500;
    padding: unset !important;
}
.seeMore {
    text-align: left;
    background: #f1f3f4;
    font-weight: 800;
    padding: 18px 10px;
    margin-bottom: 20px;
    border-left: 3px solid #7ec343;
}
.seeMore a {
    color: #7ec343;
    text-transform: uppercase;
}
.pagination .current,
.pagination .current:focus,
.pagination .current:hover,
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #fff!important;
    background-color: #06801e !important;
    border-color: #06801e !important;
}

.scroll-latest-post {
    text-align: center;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 0px;
    margin-bottom: 0;
    padding: 20px 0;
}
.drop-comment {
    background: #06801e !important;
    border: 1px solid #06801e !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    border-radius: 5px !important;
    display: inline-block !important;
    padding: 5px 20px !important;
    letter-spacing: 0 !important;
    text-transform: uppercase;

}

.sticky-symbol {
    float: left;
    margin: 10px 5px 0px 0;
}
.sticky-symbol img {
    width: 30px;
}
.wp-post-image {
    width: 55px;
}
.the-post-link {
    background: none !important;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.the-post-link:after {
    display: none;
}
ul.table.disclosure .category_list .cat-post-thumb {
    background-size: cover;
    background-position: center;
    float: left;
    margin: 0px;
    flex: 0 0 95px;
    height: 90px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
	border-radius:10px;
}

ul.table.disclosure .category_list .cat-post-text {
    padding: 0 0 0 15px;
    margin: auto;
    flex-direction: column;
    justify-content: center;
    height: 60px;
    flex: 5;
    resize: vertical;
}
ul.table.disclosure .category_list .cat-post-text a {
    background: none;
    padding: 0px 10px 0px 0px;
    font-weight: 600;
    color: #000;
    font-size: 13px;
}
span.dt {
    font-size: 11px;
}
ul.ul-list-1.table.disclosure .category_list .cat-post-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 40px;
}
ul.ul-list-1.table.disclosure .category_list .cat-post-text .icons {
    padding-right: 5px;
}
ul.ul-list-1.table.disclosure .category_list .cat-post-text a {
    padding: 0px 25px 15px 0px;
    color: #333;
    font-weight: 600;
}
ul.ul-list-1.table.disclosure .category_list .cat-post-thumb img {
    display: none;
}
ul.ul-list-1.table.disclosure .category_list .cat-post-thumb {
    height: 90px;
    width: 90px;
}
ul.ul-list-1.table.disclosure .category_list .comments-count {
    padding-top: 4px;
    padding-left: 73px;
    font-size: 13px;
    color: #5fb518;
}
ul.ul-list-1.table.disclosure .category_list .cat-post-thumb {
    margin: 0px;
}
.cat-post-thumb.hott {
    margin: 0px !important;
}
.ul-list-1 {
    border-radius: 0 !important;
}
.group {
    border-radius: 0;
    border-radius: 0px 0px 10px 10px;
}
.ul-list-2 .pagination {
    border: 0 !important;
}
.pagination {
    border-radius: 0px !important;
    background: #fff;
    border: 1px solid #ccc !important;
    margin: 0 3px;
}
.pagination .next a,
.pagination .prev a {
    font-size: 13px;
}
.cat-title {
    display: inline-block;
    background: #000000;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 20px;
    font-size: 1.0em;
    border-radius: 4px 4px 0 0;
    text-shadow: 2px 1px 3px #000000;
    margin: 0 10px 0px 0px;
}
.group {
    border-radius: 0px 0px 10px 10px;
    margin: 3px 3px;
}
.sticky-border {
    border: 2px solid deeppink;
}
.cat-wrapper {
    list-style: none;
}
.cat-wrapper .post-categories {
    list-style: none;
    margin: 0;
    display: flex;
}
.cat-wrapper .post-categories li {
    margin-right: 5px;
}
.cat-wrapper a {
 background-color: #06801e;
    color: #fff;
    padding: 3px 6px 3px 6px !important;
    font-size: 10px;
    text-transform: uppercase;
        font-weight: 400;
}

.list-titlee {
    display: block;
    text-align: left;
    background: white;
    color: #06801e;
    padding: 5px 20px;
    font-size: 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    margin: 0 3px 0px 3px;
    text-transform: uppercase;
    font-weight: 700;
}
.post-title {
    color: #000000;
	line-height: 1.5;
    font-weight: 800;
    font-size: 20px;
}
a.comment-reply-link {
    background: #ccc;
    border-radius: 5px;
    color: #fff;
    padding: 2px 8px;
    font-weight: 600;
    box-sizing: border-box;
    margin-top: 5px;
}
.commentlist .li-comment {
    /*background: #f1f1f1 url(http://www.naijaloaded.com.ng/wp-content/themes/carrington-mobile-1.2/img/comment.png) no-repeat;*/
    
    background: #f1f1f1;
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    background-position: 10px 15px;
    font-size: 13px;
    list-style: none;
    margin: 10px 0 10px 0;
    padding: 10px;
    position: relative;
}
.commentlist .li-comment:nth-child(odd) {
    background: #fff;
}

/* .commentlist .li-comment:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(http://www.naijaloaded.com.ng/wp-content/uploads/2018/05/none.png-150x150.jpg) no-repeat;
    background-size: 30px;
    border-radius: 50%;
    position: absolute;
    left: 9px;
} */
.commentlist .children .li-comment {
    background: #f1f1f1;
    background-position: 10px 15px;
    border: 1px solid #e9e9e9;
    padding-right: 0;
    padding: 10px;
}
.commentlist .children .li-comment:before {
    display: none;
}
.commentlist .li-comment:nth-child(odd) .children .li-comment {
    background: #fff;
}
.commentlist {
    margin: 0;
}
.commentlist .children {
    margin-left: 20px;
}
.comment-author {
    /*background: #f1f1f1;*/
    /*box-shadow: inset 1px 1px 1px 1px #dcdcdc;*/
    /*border: 1px solid #ccc;*/
    /*border-radius: 0px;*/
    /*padding: 7px 10px;*/
    
    margin-bottom: 0px;
    font-weight: bold;
    /*color: #333;*/
    
    text-transform: capitalize;
}
.commentlist li .comment-info {
    color: #999;
    margin: 0 0 10px 0;
}
#respond textarea,
#respond input[type=text] {
    box-shadow: inset 1px 1px 3px rgba(47, 47, 47, 0.3);
    border-radius: 6px;
    border: 1px solid #c1c1c1;
    font-weight: 400;
    font-size: 14px;
}
#respond input[type=text] {
    height: 23px;
    width: 95%;
}
#respond textarea {
    width: 98%;
}
.sticky-border img {
    float: right;
}
.pagination span.prev {
    float: right;
    text-align: right;
}

ul.table.disclosure li.pagination {
    padding: 25px 5px 25px !important;
    margin: -2px !important;
}

/*ul.table.disclosure li.pagination {
    padding: 13px 5px 10px 5px !important;
    margin: -2px !IMPORTANT;
    background: #e5e5e5;
}
ul.table.disclosure .pagination .prev a,
ul.table.disclosure .pagination .next a {
    font-size: 14px;
    font-weight: 600;
    padding: 15px 0;
    text-align: center;
    height: auto;
    line-height: 0.8;
    display: block;
    width: 120px;
    box-sizing: border-box;
    margin: 0;
    background: #06801e;
    color: #fff;
}*/

ul.table.disclosure .pagination .prev a, ul.table.disclosure .pagination .next a {
    font-size: 15px;
    font-weight: 600;
    padding: 10px 0;
    text-align: center;
    height: auto;
    line-height: 1;
    display: block;
    min-width: 120px;
    box-sizing: border-box;
    margin: 0 10px;
    background: rgb(241 241 241);
    color: #000;
}

/*ul.table.disclosure .pagination .prev a {
    margin-left: auto;
    border-radius: 1px 1px 1px 1px;
}
ul.table.disclosure .pagination .next a {
    border-radius: 1px 1px 1px 1px;
}*/

ul.table.disclosure .pagination .next a {
    border-radius: 100px;
}
ul.table.disclosure .pagination .prev a {
    border-radius: 100px;
}

blockquote {
    font-style: normal;
    background: #e2e2e2 !important;
    border-left: 6px solid deeppink !important;
    /* box-shadow: 0 8px 8px -6px #333; */
    
    border: none;
    border-radius: 0;
    padding: 15px 25px !important;
    position: relative;
    margin-bottom: 15px
}
blockquote p {
    font-style: normal;
    /* background: #ffff99 !important; */
    /* box-shadow: 0 8px 8px -6px #333; */
    
    border: none;
    border-radius: 0;
    /* padding: 15px 35px; */
}
blockquote p:after {
    content: "";
    display: block;
}
.blockquote:after,
.blockquote:before,
blockquote:after,
blockquote:before {
    content: "\201c";
    display: inline-block;
    position: absolute;
    color: #000;
    font-size: 45px;
    line-height: 1;
    font-style: normal;
}
.blockquote:before,
blockquote:before {
    top: 0px;
    left: -6px;
    background: #e2e2e2;
    height: 26px;
    line-height: 36px;
}
.blockquote:after,
blockquote:after {
    content: "\201d";
    bottom: -5px;
    top: auto;
    right: 0;
    line-height: 0;
}
.comment-title {
    text-shadow: 1px 1px 1px #999;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, deeppink), color-stop(100%, #ff669c));
    background: -webkit-linear-gradient(top, green, #3CB371);
    background: -moz-linear-gradient(top, green, #3CB371);
    background: -o-linear-gradient(top, green, #3CB371);
    background: linear-gradient( green, #3CB371);
    color: #fff;
    padding: 5px 15px;
    text-shadow: 1px 1px #333;
    margin-top: -10px;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 15px;
}
.commentlist .comment-info cite {
    font-weight: bold;
    color: #757575;
    font-style: italic;
}

.comment-form-cookies-consent label {
    display: inline-block !important;
}
ul.table.disclosure.footer-top-links a {
    background: none !important;
    font-weight: 600;
}

/*---------- Video Embeds ---------*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 0 auto;
}
.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


/* Add a black background color to the top navigation */
.topnav {
  background-color: #fff;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #06801e;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
   font-weight: 600;

}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #06801e;
  color: #fff;
}

/* Add an active class to highlight the current page */
.active {
  background-color: #4CAF50;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}


/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}


/* Style the search field */

form.example{
    background: rgb(241, 241, 241);
    margin: 0 40px;
    border-radius: 5px;
}

form.example input[type=text] {
	padding: 12px 5px;
    font-size: 15px;
    border: unset;
    width: 80%;
    background: rgb(241, 241, 241);
    border-radius: 5px;
}

/* Style the submit button */
form.example button {
padding: unset;
    background: rgb(6, 128, 30);
    color: white;
    cursor: pointer;
    height: 36px;
    border-radius: 5px;
    border: unset;
    outline: none;
    width: 15%;
}

i.far.fa-search {
    font-size: 16px;
}
form.example button:hover {
  background: #06801e;
}

#breadcrumbs {font-size: 40%; color: #8e908f;margin:1em 0 1em 0;}
#breadcrumbs a {display: inline; border: none; padding: 0;  text-transform: none;}

.secondary-nav {
    border-top: 1px solid #fff;
    width: 100%;
    height: 32px;
    background-color: #fff
}

.secondary-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%
}

.secondary-nav ul li {
    display: table-cell;
    width: 118px;
    text-align: center
}

.secondary-nav ul li.active {
    background-color: #dc3d31
}

.secondary-nav ul li a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    text-transform: uppercase;
    color: #06801e;
    display: block;
    
    font-size: 13px;
    font-weight: 700;
    line-height: 31px;
    padding: 0;
    text-decoration: none;
    letter-spacing: 1px
}
	.secondary-nav a:hover {
  background-color: #06801e;
	color: white;
}

.secondary-nav ul li a:hover {
    background: #06801e;
    text-decoration: none
}

@media only screen and (min-width:600px) {
            .secondary-nav, * [aria-labelledby='secondary-nav'] {
                display: none;
                max-height: 0;
                overflow: hidden;
            }
        }
        
        	@media (min-width: 769px) {
    /* CSS in here for desktop only */
    
   	#main {
		
			width: 80%;
			margin: 0 auto;
			padding: 2em;
			}
			
		
}

.xltag a, .xltag a:visited, .xltag a:active { 
background:#06801e;
border:1px solid #fff;
border-radius:5px;
text-decoration:none;
padding:3px;
margin:3px;
text-transform:uppercase;
color:#fff;
font-weight: bold;
text-align: left;
}
 
.xltag a:hover { 
background:#fff;
color:#06801e;
border:1px solid #06801e;
font-weight: bold;
}

.mobilesearch {
    background:#fff;
   margin: 3px;
   padding: 3px 3px;
    text-align: center
    
}

.xlcenter {
   background:#fff;
   margin: 10px;
   padding: 10px 10px;
    text-align: center
}

   @media only screen and (min-width:600px) {
            .mobilesearch, * [aria-labelledby='mobilesearch'] {
                display: none;
                max-height: 0;
                overflow: hidden;
            }
        }
        
        .footer {
  background-color: #f1f1f1;
  text-align: center;
  font-size: 13px;
  padding: 15px;
  color: #4c4c4c;
  font-weight: 500;
}


.container-wrapper {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    padding: 10px;
}

.entry-header,
.page-title {
  font-size: 45px;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .entry-header,
  .page-title {
    font-size: 28px;
  }
}

.entry-header .entry-title {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .entry-header .entry-title {
    font-size: 28px;
  }
}

.entry-header .entry-sub-title {
  font-size: 18px;
  line-height: 27px;
  font-weight: normal;
  margin-top: -5px;
  margin-bottom: 15px;
  color: #777777;
  font-family: inherit;
  letter-spacing: 0;
}

@media (max-width: 991px) {
  .entry-header .entry-sub-title {
    font-size: 16px;
    line-height: 23px;
  }

    .entry-header .entry-title {
    font-size: 28px;
  }
}

.entry-header .post-is-trending {
  margin: 15px 0 10px;
  font-size: 14px;
  font-weight: bold;
}

.entry-header .trending-post {
  margin-right: 5px;
}

.entry-header .post-cat {
  margin-bottom: 6px;
}

.entry-header .post-meta {
  overflow: inherit;
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 0;
  line-height: 24px;
}

.entry-header .post-meta .meta-item {
  margin-right: 12px;
}

.entry-header .post-meta,
.entry-header .post-meta a:not(:hover) {
  color: #333333;
}

.entry-header .post-meta .meta-author {
  margin: 0;
}

.entry-header .post-meta .meta-author .fa {
  display: none;
}

.entry-header .post-meta .meta-author a {
  font-weight: 600;
}

.entry-header .post-meta .date .fa {
  display: none;
}

.entry-header .post-meta .date:before {
  content: "\2022";
  color: #ccc;
  margin: 0 3px 0 5px;
  display: inline-block;
}

.entry-header .post-meta .tie-alignright {
  display: inline;
}

@media (max-width: 767px) {
  .entry-header .post-meta {
    margin-bottom: -8px;
  }
  .entry-header .post-meta .tie-alignright {
    float: none;
  }
  .entry-header .post-meta .meta-item,
  .entry-header .post-meta .tie-alignright .meta-item:last-child {
    margin-bottom: 8px !important;
  }
  .entry-header .post-meta > span,
  .entry-header .post-meta > div {
    float: initial !important;
  }
  .entry-header .post-meta .meta-author a {
    font-weight: normal;
  }
  .entry-header .meta-author-avatar img {
    width: 20px;
    height: 20px;
  }
}

@font-face {
    font-family: FontAwesome;
    src: url(https://netdna.bootstrapcdn.com/font-awesome/4.0.3/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3) format('embedded-opentype'), url(https://netdna.bootstrapcdn.com/font-awesome/4.0.3/fonts/fontawesome-webfont.woff?v=4.0.3) format('woff'), url(https://netdna.bootstrapcdn.com/font-awesome/4.0.3/fonts/fontawesome-webfont.ttf?v=4.0.3) format('truetype'), url(https://netdna.bootstrapcdn.com/font-awesome/4.0.3/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular) format('svg');
    font-weight: normal;
    font-style: normal
}
 
.fa {
    display: inline-block;
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased
}

.fa-twitter::before {
    content: '\f099'
}

.fa-facebook::before {
    content: '\f09a'
}
.fa-youtube-play:before {
    content: "\f16a";
}
.fa-pinterest::before {
    content: '\f0d2'
}
.fa-whatsapp:before {
    content: "\f232";
}

.fa-youtube::before {
    content: '\f167'
}

.fa-instagram::before {
    content: '\f16d'
}

.secondary-nav i {
    display: block;
    padding-top: 10px;
}

nav.secondary-nav.mobile {
    height: auto !important;
}
input[type="submit"] {
	background-color: #06801e;
	border: none;
	padding: 7px 15px;
	color: #fff;
	font-weight: 600;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

.listNo {
position: absolute;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    background: rgb(9, 129, 33);
    padding: 2px 8px;
    z-index: 999;
    width: 28px;
    color: rgb(255, 255, 255);
    border-radius: 20px;
    border: 2px solid rgb(255, 255, 255);
    left: 33px;
	top:35px;
}
.tags a {
    padding: 5px;
    background: #d1d1d1;
    color: black;
    font-size: 15px;
    margin: 5px 5px;
    display: inline-block;
    font-weight: 600;
    border: 1px solid #b5b2b2;
    border-radius: 3px;
}
.item {
    display: block;
    width: 33.33%;
    position: relative;
    float: left;
    padding: 10px;
    margin: 0 auto;
	min-height: 220px;
}
.rounded img {
    border-radius: 500px;
}
.rounded {
    text-align: center;
}
.artistTitle {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 10px 0px;
}
.row {
    display: block;
    position: relative;
    width: 100%;
    float: left;
}
.paginationArtist {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
}
.rounded img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.tagImg {
    padding: 10px;
    text-align: center;
    max-width: inherit;
    overflow: hidden;
    position: relative;
}
.CatName {
    font-size: 13px;
    color: #098121;
    font-weight: 600;
	text-transform: uppercase;
}
.cat ul.table.disclosure .category_list .cat-post-text {
    height: auto !important;
}
.single ul.table.disclosure .category_list .cat-post-text {
    height: auto !important;
}
/*.AjaxLoading{
	background-image: url(/wp-content/themes/ZambianPlay%20Mobile/img/ajax-loader.gif);
    opacity: .7;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}*/
#more_posts {
    border: 1px solid rgba(0,0,0,0.1);
    height: 40px;
    line-height: 35px;
    position: relative;
    text-align: center;
    display: block;
    font-weight: 600;
    cursor: pointer;
    clear: both;
    margin: 2% 10%;
    border-radius: 35px;
}
.disabled{
    opacity: 0.5;
    cursor: default !important;
	color: #888 !important;
}

.page-numbers li {
    display: inline-block !important;
    border: unset !important;
}

a.page-numbers {
	padding: unset !important;
	line-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    background: rgb(238, 238, 238);
    font-weight: 500;
    background: #eeeeee;
    font-weight: 500;
}
.fa-long-arrow-alt-left:before {
    content: "\f177";
}
.fa-long-arrow-alt-right:before {
    content: "\f178";
}
a.is-disable {
    pointer-events: none;
    opacity: .5;
}
.subcribe-njotv img {
    max-width: 20px;
    vertical-align: middle;
    margin-top: -2px;
}
