/* set a max-width for horizontal fluid layout and make it centered */
.container-fluid {
  max-width: 1400px; /* or 950px */
}
.module-hero {
    height: 100vh;
}
.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-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;
}

.inner-brand img{
    width: 200px;
}


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

}

.media-info-extra{
    padding: 0px 40px
}

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


 .widget-posts-image {
    width: 80px;
}
.widget-posts-body {
    margin-left: 100px;
}


.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;
}
.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 > a {
    font-size: 12px;
    padding: 33px 12px;
}
.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: #202564;
}
.header, .menu-extras {
    box-shadow: none !important;
}
.nav-icon-toggle span {
    background: #fff;
    }
.nav-icon-toggle span, .inner-nav > li > a, .menu-extras > .menu-item > div > a  {
    color: #fff;
}


*/
.header-search-form {
    background: #76c2e1e3;
    display: inline-block;
}

.footer {
    background: linear-gradient(60deg, #202564, #a693ff);
  /*   background: linear-gradient(60deg, #76c2e1, #3969a4);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: relative;
   padding: 0px 0 0; */
}

.footer .copyright {
    border: none;
    padding: 30px 0;
    margin: 0px 0 0;
}
.form-control {
    border: 2px solid #76c2e1;
    color: #3969a4;
}




@media (max-device-width : 480px) {
.hero-caption {
    width: 100%;
}
.hero-caption .hero-text h1.text-super-lg {
    font-size: 40px;
    line-height: 60px;
}
 .inner-brand img {
    width: 238px;
} 
.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;
}
.media-info-extra {
    padding: 0px 20px;
}
.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;
}


}




.topright:before {
    background-color: rgba(0,0,0,0);
    background-image: url(../../../wordfest.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.playfair-display{
    font-family: 'Playfair Display', serif;
}
.hero-text h1{
    font-family: 'Playfair Display', serif;
}
.hero-text p{
  line-height: 1.8;
    font-size: 15px;
}
.hero-text span{
  font-weight: bold;
}




.text-super-mdlg {
    font-size: 80px;
}
