/* set a max-width for horizontal fluid layout and make it centered */
body {
    color: #000;
    }
.modal-dialog {
    margin: 12vh auto;
    width: 50vw;
}
.bg-cl-1{
    background-color: rgb(104 140 206 / 20%) !important;
}
.modal-header {
    background: #003366;
    border-top: 5px solid #C20017;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    padding: 20px;
    text-align: center;
    border-bottom: none;
}

.modal-title{
    color: #fff;
}
.grecaptcha-badge{
    right: -24vw !important
}

    .module, .module-sm, .module-xs{
        background: transparent !important; 
    }
    .p-5{
        padding: 5px;
    }
    .border-top-none{
        border-top: none !important;
    }
.header-small .inner-brand {
    height: 50px; /* */
}
    .header-small .btn.navbar-btn {
     margin: 15px 15px;; /**/
}
.header-small .inner-nav>li>a{
padding: 20px 12px;
    
}
.bg-news-ticker {
    background-color: #dbdee2 !important;
    border: 1px solid #dce2e7;
}
.breadcrumb a {
    color: #5f5f5f;
}
h1.post-lead{
    font-size: 51px;
}
.recommended-columns .post .post-content {
    padding: 30px 25px;
    min-height: 165px;
}
span.post-type  {
     position: absolute;
    top: 0;
    left: 0;
    margin: 0px;
}

.aside-right span.post-type  {
    /*position: initial;*/
}

.layer-video-post {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.layer-video-post a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  content: "\f144";
  font-family: Font Awesome\ 5 Free;
    font-size: 55px;
    color: #989898;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}
.layer-video-post a:hover:before {
  color: #eee;
}

.aside-right .layer-video-post a:before , .aside-left .layer-video-post a:before, .front-featured-list-main-sub .layer-video-post a:before {
  top: 40%;
  font-size: 30px;
  color: #dabbbb;

}

#breaking-news .breakingnews {
    float: left;
    background-color: #ed1c24;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 15px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif
}
.btn.navbar-btn {
    margin: 15px 15px;
}
    .container-fluid {
  max-width: 1400px; /* or 950px */
}
.module-hero {
    height: 60vh;
}
.bg-blue-alfa-30 {
    background-color: rgba(52, 152, 219, 0.56) !important;
}

.shadow-light{
        box-shadow: 0 10px 10px -8px rgba(0,0,0,0.2);

}
.dropcap:first-child:first-letter {
  color: #903; 
  font-family: Georgia;
  initial-letter: 2;
}
.drop-cap:first-letter {
    font-size: 4.8em;
    float: left;
    margin-right: 5px;
    margin-top: -10px;
    line-height: 80px;
} 

blockquote {
    font-size: 16px;
    padding: 20px 55px;
}
.blockquote-icon:before {
    content: "\e900";
    left: 30px;
    line-height: 20px;
}
.blockquote-icon:before, .blockquote-icon:after {
    font-size: 150%;
    font-family: icomoon;
    display: block;
    position: absolute;
}
blockquote:before {
    content: open-quote;
    left: 40px;
    line-height: 40px;
}
blockquote:after {
    content: close-quote;
    right: 40px;
    line-height: 0px;
}

blockquote:before, blockquote:after {
    font-size: 350%;
    font-family: arial;
    display: block;
    position: absolute;
}



@-webkit-keyframes animated-background {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -50000px 0;
    }
}

@keyframes animated-background {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -50000px 0;
    }
}


.p-50 {
    padding: 50px;
}
 .inner-brand {
    font-weight: bold;
    font-size: 24px;
    color: #4099d4;
    letter-spacing: 2px;
        height: 50px;
}

.inner-brand img{
width: 220px;
    margin-top: 10px;
}
/*
.inner-brand img{
    width: 210px;
        border: 2px solid #fff;
    padding: 4px;
    border-radius: 3px;
    margin-top: 8px;
}
*/

.inner-brand span{
    font-family: 'Pacifico',cursive;
    color: brown;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 20px;
}

.header.header-transparent .inner-brand, .header.header-transparent .inner-brand span{
    color: #fff;
}

.inner-nav > li > a {
    color: #000000;
    font-weight: 600;
}
.inner-nav > li > a:hover, .inner-nav > li > a:focus, .inner-nav > li.submenu-open > a {
    color: #ddd;
}
.btn.navbar-btn {
    font-size: 12px;
}
.submenu {
    background: #3498db;
        color: #fff;
}
.submenu li a{
  color: #fff;
  text-transform: uppercase;
}

.header.header-transparent .menu-extras a i.icon {
    background: #fff;
    color: blue;
    border-radius: 20px;
    padding: 8px;
}

.comments-holder {
    padding: 1px 46px 0px 5px;
}

.comments-form-holder {
    padding-right: 0px;
    padding-left: 30px;
}

.comments-form-holder .comment-content {
    margin: 0 0 35px 0px;
}

.help-block {
    font-size: 13px;
}

.text-super-lg {
    font-size: 90px;
}

.text-super-md {
    font-size: 60px;
}

.text-super-header {
    font-size: 45px;
}

.text-super-sm {
    font-size: 30px;
}
.text-super-sm.bold{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.5px;
}
.text-super-sm.bold2{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.5px;
}


h3.text-uppercase, .h3.text-uppercase {
    letter-spacing: 4px;
    margin-right: -5px;
}

.bottom-link{
      position: absolute;
    margin: 0;
    bottom: 0px;
    padding: 0;
    left : 0;
    background: #fff;
}

.bottom-link .btn{
    padding: 25px 31px;
    background: #fff;
    border-color: #fff;
    color: #333;
    z-index: 2;
}

.bottom-link .icon {
    font-size: 31px;
    padding: 8px 25px;
    background: gainsboro;
    text-align: center;
    color: #333 !important;
}

.bottom-link.bottom-link-hover:hover, .bottom-link.bottom-link-hover:hover .btn{
     background-color: #258cd1;
    border-color: #258cd1;
    color: #fff;
}

.post-columns .post:hover{
    box-shadow: 0 16px 16px -8px rgba(0,0,0,0.2);
}

 .shop-item:hover .shop-item-photo{
    box-shadow: -10px 20px 16px -8px rgba(0,0,0,0.2)
}
/*
.pay-link{
      position: absolute;
    margin: 0;
    bottom: 0px;
    padding: 0;
    top: 70vh;
        right: -88px;
}
 */
 .pay-link{
      position: absolute;
    margin: 0;
    bottom: 0px;
    padding: 0;
   top: 70vh;
    right: 15px;
}


.pay-link .btn{
    padding: 25px 31px;
    z-index: 2;
}

.pay-link .icon {
    font-size: 31px;
    padding: 8px 25px;
    background: gainsboro;
    text-align: center;
    color: #333 !important;
}
.pay-link.article-page {
    right: 27px;
    bottom: 80px;
}
.form-group {
    margin-bottom: 15px;
}

.media-info-front{
    min-height: 600px;

}
.front-featured-list .module-xs, .post-columns .post {
    background-color: #ffffff !important;
}

.front-featured-list-main{

}
.front-featured-list-main-sub .post-columns .post .post-content {
    padding: 20px 2px;
}
.front-featured-list-main-sub .post-columns .post:hover {
    box-shadow: 7px 5px 16px -8px rgba(0,0,0,0.2);
}
.front-featured-list-main-sub .post-columns .post .post-title {
    font-size: 18px;
    line-height: 25px;
}
.front-featured-list-main-sub .post-columns .post .post-meta li a {
    color: #999;
    font-weight: 600;
}



.front-featured-list-main .post{
   margin: 0px;
}
.front-featured-list-main img{
    width: 100%;
}

.recent-posts .widget-posts-title a, .front-featured-list-main .post-title, .front-featured-list-main a.post-title, .front-featured-list-main .post-title a, .post-columns .post .post-title a {
    color: #003366 !important;
}



.front-featured-list-main .post-title {
    font-size: 30px;
    line-height: 36px;
}

.front-featured-list-main ul.followed-update li:before{
      border-left: 1px solid #eee;
        content: " ";
    display: inline;
}

.front-featured-list-main ul.followed-update li{
    margin: 4px 0px;
    line-height: 17px;
    margin-bottom: 15px;
}
.front-featured-list-main ul.followed-update li a{
    font-size: 12px;
    color: #666666;
}
.bg-white-important {
    background-color: #ffffff !important;
    border: 1px solid #dce2e7;
}
.media-info-extra{
    padding: 0px 10px
}

 .height-full{
    min-height: 90vh;
 }


 .widget-posts-image {
    width: 120px;
        position: relative;
    display: inline-block;
}
.widget-posts-body {
    margin-left: 140px;
}
.widget.no-image .widget-posts-body{
    margin-left: 5px;
}

.left-cube, .right-cube{
  min-height: 650px;
  padding-bottom: 50px;
}

.left-cube *, .right-cube *{
  color: #000;
}

.left-cube, .left-cube-img{
  background-color: transparent;
}
.right-cube, .right-cube-img, section.cube-container:before{
  background-color: #d8d7dd;
}

/*
section.cube-container:before {
    content: "";
    height: 300px;
    top: 100%;
    width: 565px;
    right: 28%;
    position: absolute;
    display: none;
}

.cube-container, .right-cube, .right-cube-img{
  background-color: #c1e3f7;
}
*/
.left-cube .cube-info, .right-cube .cube-info{
  padding-left: 40px;
  padding-right: 40px;
  text-align: left;
  padding-top: 80px;
  padding-bottom: 50px;
}
.cube-info h3 {
    font-size: 32px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 50px;
}
.left-cube p, .right-cube p{
  font-size: 14px;
    line-height: 24px;
}

.bordered{
    border: 1px solid #eee;
    border-radius: 5px;
}

.p-10 {
    padding: 10px;
}
.p-20 {
    padding: 20px;
}
.p-30 {
    padding: 30px;
}
.p-40 {
    padding: 40px;
}
.p-50 {
    padding: 50px;
}
.p-60 {
    padding: 60px;
}
.p-70 {
    padding: 70px;
}
.p-80 {
    padding: 80px;
}
.p-90 {
    padding: 90px;
}
.p-100 {
    padding: 100px;
}
.divider-bottom {
    border-bottom: 1px solid #eeeeee;
}
.divider-top {
    border-top: 1px solid #eeeeee;
}
.divider-left {
    border-left: 1px solid #eeeeee;
}
.border-right {
    border-right: 1px solid #eeeeee;
}
.exclusive .post-columns .post{
    background-color: #fff;
    border-bottom: 2px;
}
.exclusive .post-columns .post .post-content {
    padding: 0px 5px;
}
.exclusive .post-columns .post:hover {
    box-shadow: none;
}

.special .post-columns .post .post-content {
    padding: 20px 15px;
        min-height: 270px;
}
.special .post-columns .post .post-title {
    font-size: 18px;
}
.widget .recent-posts-big {
    margin-left: 0px;
    float: left;
    -webkit-padding-start: 0px;
}
.newest-list .widget-posts-title span{
      font-size: 13px;
    font-weight: normal;
    color: #666;
}

.newest-list .widget-posts-meta {
    color: tomato;
}
.newest-list .widget-posts-title span:before {
    content: '-';
    padding: 0px 5px;
}

.widget .recent-posts-big li{
  list-style: none;
}
.widget.widget-no-image .widget-posts-body {
    margin-left: 10px;
}


/*
6.76 GB ₦ 2,307.06  ₦ 4,692.94  

.widget .recent-posts-big .widget-posts-image{
    width: 100%;
        margin-bottom: 10px;
}


.widget .recent-posts-big .widget-posts-body{
   margin-left: 0px;
    clear: both;
    margin-bottom: 40px;
}

.widget .recent-posts-big .widget-posts-title {
    margin: 5px 0;
    line-height: 23px;
}
*/
.inner-nav > li:first-child{
    margin-left: 50px;
}
.inner-nav > li > a {
    font-size: 12px;
    padding: 20px 12px;
    text-transform: none;
    letter-spacing: 0px;
}

.widget-posts-title {
    margin: 2px 0;
    line-height: 24px;
    font-size: 14px;
}
.exclusive .post-columns .post .post-content {
    padding: 10px 5px;
}
.bg-skyblue-light {
    background-color: #5bc0de40 !important
}

.header {
    background: #003366;
    border-top: 7px solid #C20017;
}
.nav-icon-toggle span {
    background: #fff;
    }
.nav-icon-toggle span, .inner-nav > li > a {
    color: #fff;
}
.menu-extras > .menu-item > div > a  {
    color: #fff;
        padding: 20px 10px;
}
  .bg-news-ticker {
    background-color: #044586 !important;
    border: 1px solid #18568a;
}
  .search-module{
    background-color: #003366 !important;
  }
.header, .menu-extras {
    box-shadow: none !important;
}
.header-search-form {
    background: #d9534f;
    display: inline-block;
    height: 80px;
}
body.page-home .header-search-form {
    top: 127px;
}
body.page-default .header-search-form {
    top: 70px;
}

.search-form-inner {
    top: 90%;
    -webkit-transform: none;
    transform: none;
}
.search-form-inner input {
    font-size: 34px;
}
.header-search-form-clouse {
    padding: 14px 0 14px;
}

.footer {
    background-color: #003366;
  /*   background: linear-gradient(60deg, #76c2e1, #3969a4);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: relative;
   padding: 0px 0 0; */
}
.footer ul.links-list li {
    color: #fff;
opacity: 0.7;
    margin: 0 0 0px;
}

.form-control {
    border: 1px solid #76c2e1;
    color: #3969a4;
}

.page-not-found-suggestion {
    padding: 0px 20px;
}

.page-not-found-suggestion h2.widget-posts-title {
    font-size: 2.9em;
    line-height: 1.4em;
}
.page-not-found-suggestion .widget-posts-image {
    width: 300px;
}
.page-not-found-suggestion .widget-posts-body {
    margin-left: 330px;
}
.page-not-found .module-header p{
    font-size: 20px;
}


@media (max-width : 1198px) {

.inner-brand img {
    width: 160px !important;;
}
.inner-nav > li:first-child {
    margin-left: 15px !important;;
}
.inner-nav > li > a {
    padding: 20px 7px !important;;
}
.btn.navbar-btn {
    margin: 11px 0px !important;;
    padding: 6px 10px !important;
}
.ticker-title {
    padding: 10px 0px;
    letter-spacing: 1px;
    font-size: 12px;
}

.aside-left .widget-posts-image, .aside-right .widget-posts-image {
    width: 100%;
}
.aside-left .widget-posts-body, .aside-right .widget-posts-body{
    margin-left: 0px;
    margin-bottom: 20px;
}



}


@media (max-width : 480px) {
.header {
    border-top: 4px solid #C20017;
    height: 65px
}
.inner-brand .brand-dark {
    display: none;
}
.inner-brand .brand-light {
    display: inline-block;
}
.bg-white-important{
    border: none; 
}
.main-nav-toggle {
    border-left: none;
    padding: 20px 0 20px 15px;
}
.header-search-form {
    top: 65px;
    height: 70px;
}
.search-form-inner input {
       font-size: 18px;
    height: 50px;
    margin-top: 10px;
}
.module-xs.module-search-header {
    padding: 35px 0 35px;
}
.inner-nav > li:first-child {
    margin-left: 0px;
}
 .inner-brand img {
    width: 230px;
    border: none;
} 
.module-page{
    padding-top: 5px !important;
}

.module-page .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.module-page .front-featured-list-main{
        padding: 0px;
}

.module-page .front-featured-list-main .post-content{
    padding: 0px 12px 15px;
}

.front-featured-list-main .post-title{
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 8px;
}

.front-featured-list-main-sub .post-columns .post .post-preview span.post-type{
        left: 10px;
}

span.post-type {
    left: 0;
}

.aside-right span.post-type {
    position: absolute
}


.front-featured-list-main ul.followed-update li {
    margin: 8px 0px;
}
.front-featured-list-main ul.followed-update li:before {
    content: '';
    display: none;
}

.front-featured-list-main-sub {
   margin-top: 10px
   margin-bottom: 10px
   padding-bottom:10px;
}
.front-featured-list-main ul.followed-update li a {
    color: #00337f;
        font-size: 14px;
}
.front-featured-list .module-xs, .post-columns .post{
    padding: 0px;
        margin: 0 0 10px;
}
.front-featured-list-main-sub .post-columns .post .post-content {
    padding: 0px 0px 10px;
}

.front-featured-list-main-sub .post-columns .post .post-preview {
    padding: 0px 0px;
}
.front-featured-list-main-sub .post-columns .post .post-preview  img{
    width: 98vw;
}

.front-featured-list-main-sub .post-columns .post .post-title {
    font-size: 13px;
    line-height: 20px;
}

.widget .recent-posts {
    padding: 0px 15px;
}
.widget-posts-image {
    width: 130px;
        position: relative;
    display: inline-block;
    cursor: pointer;
}
.widget-posts-body {
    margin-left: 150px;
}
.front-featured-list-main-sub .widget-posts-body p{
    display: none;
}


.widget.no-image .recent-posts{
    padding: 0px 15px;
}

.aside-left, .aside-right{
    margin: 10px 15px;
}


.aside-left .widget-posts-image, .aside-right .widget-posts-image{
    width: 39% !important;
    float: left;
}
.aside-left .widget-posts-body, .aside-right .widget-posts-body{
width: 59% !important;
    float: right;
    margin-bottom: 10px;
}

.aside-left .widget-posts-body .widget-posts-title, .aside-right .widget-posts-body .widget-posts-title {
    margin: 0px 0;
    line-height: 22px;
    font-size: 14px;
    padding: 0px 10px;
}


.module-hero.homepage-hero-small {
    padding-top: 25px;
    padding-bottom: 25px;
}  
.left-cube, .right-cube {
    min-height: 400px;
}
.left-cube .cube-info, .right-cube .cube-info {
    padding-left: 10px;
    padding-right: 10px;
        padding-top: 50px;
    }
.left-cube, .right-cube {
padding-bottom: 40px;
}
.left-cube p, .right-cube p {
    line-height: 22px;
}
.cube-info h3 {
    font-size: 28px;
    color: #222222;
    margin-bottom: 20px;
}
.cube-info h5 {
margin-bottom: 20px !important;
}
.cube-info h5, .cube-info .h5 {
    font-size: 11px;
}
.media-info-front .module-sm .col-md-12 {
        padding: 20px;
        margin-top: 0px !important;
}
.media-info-front .module-sm .col-md-12 h6.montserrat{
  line-height: 2.0;
  margin-bottom: 30px !important;
}
.media-info-front .module-sm .col-md-12 h6.montserrat a{
  display: inline-block;
}

.newest-list {
    padding: 0px;
}
.newest-list .p-t-140 {
    padding-top: 50px !important;
}
.newest-list .widget-posts-title span {
    display: none;
}
.post-columns .post .post-content p{
        height: 54px;
    overflow: hidden;
}
.post-columns .post .post-meta {
    margin: 0 0 10px;
    display: none;
}
.media-info-extra {
    padding: 0px 20px;
}
.aside-right .media-info-extra {
    padding: 0px;
}
.aside-right .media-info-extra > h6 {
    padding: 0px 18px;
    color: darkred;
    font-size: large;
    margin-bottom: 30px !important;
}

.text-super-md {
    font-size: 50px;
}
.inner-nav > li > a {
    padding: 11px 0px !important;
    border-bottom: 1px solid #7398c5 !important;
}
.main-nav {
    background: #5a89c3;
    }
 .m-t-70 {
    margin-top: 40px !important;
}

.h1, h1 {
    font-size: 24px;
}

.h2, h2 {
    font-size: 18px;
}

.main-nav {
    max-height: 380px;
}
h3.text-uppercase, .h3.text-uppercase {
    letter-spacing: 3px;
}
.module-hero {
    height: auto;
    padding: 10px 0;
        padding-top: 100px;
}
  .module-header {
      margin: 0 0 20px;
  }
.box-icon-left, .box-icon-right {
    padding: 25px 0 25px 50px;
    text-align: left;
}
.module, .module-sm, .module-xs {
    padding: 60px 0 60px;
}

.p-t-80 {
    padding-top: 60px !important;
}

.box-icon{
    padding: 15px 0;
}
.box-icon p{
    margin: 1px;
}


.box-icon .icon-box-icon{
    margin: 0 0 0px;
}

.modal-dialog {
    width: 90%;
    margin: 3vh auto;
}
.wrapper{
    padding: 0px 10px;
}

.wrapper.post-details h1.post-lead {
    font-size: 22px;
        margin-top: 20px;
}

.wrapper.post-details .breadcrumb {
    font-size: 10px;
}
.wrapper.post-details .breadcrumb>li+li:before {
    padding: 0 5px;
}
.wrapper.post-details .module-xs.post-details-header {
    padding: 20px 0 40px;
}

.at4-jumboshare .at4-count-container {
    min-width: 135px !important;
    padding-right: 10px !important;
}
.at4-jumboshare .at4-count-container .at4-title{
    font-size: 12px !important; 
}

.at4-jumboshare .at4-share-container {
    padding-left: 10px !important;
}
.at-mobile .at-resp-share-element .at-share-btn {
    padding: 1px !important;
    margin-right: 5px !important;
}
.at4-jumboshare .at4-count {
    padding-bottom: 8px !important;
    font-size: 38px !important;
}

.at4-jumboshare .at4-count span {
    font-size: 18px !important;
}

blockquote {
    margin-top: 20px;
    font-size: 14px;
    padding: 17px 20px;
}

blockquote:before, blockquote:after {
    font-size: 260%;
    font-family: arial;
    display: block;
    position: absolute;
}
blockquote:before {
    content: open-quote;
    left: 15px;
    line-height: 40px;
}

.grecaptcha-badge {
    display: none;
    }

.comment-content {
    margin: 0 0 30px 35px;
    padding: 20px;
}
.comment-tools > a {
    display: none;

}
.comment-avatar {
    display: none;
}

.page-not-found-suggestion .widget-posts-body {
    margin-left: 0px;
    display: inline-block;
    margin-top: 10px;
}

.page-not-found-suggestion h2.widget-posts-title {
    font-size: 1.5em;
    line-height: 1.4em;
}

.page-not-found .module-header h1 {
    font-size: 30px;
}
.page-not-found .module-header p {
    font-size: 14px;
}
.page-not-found.module {
    padding: 50px 0 10px;
}




}

