/*
	Theme Name:   Jannah Child
	Theme URI:    http://jannah.tielabs.com/
	Description:  Jannh Child Theme
	Author:       TieLabs
	Author URI:   https://tielabs.com
	Template:     jannah
	Version:      1.0.2
	License:      license purchased
	License URI:  http://themeforest.net/licenses/regular_extended
	Tags:         Tags: two-columns, buddypress, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, microformats, rtl-language-support, sticky-post, threaded-comments, translation-ready
	Text Domain:  jannah-child
*/


/* write custom css after this line */
  .entry-content p {
    padding-top: 15px;
  }
  .wp-caption {
    border-bottom: 3px solid #000;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .wp-caption .wp-caption-text {
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    padding: 0 8px;
    background: #000;
    background-color: rgba(0, 0, 0, 0.8);
    margin: -20px 0;
    position: absolute;
  }
  hr {    
  height: 10px;
  border: 0;
  box-shadow: 0 10px 10px -10px #8c8b8b inset;

  }
  .entry strong {
    font-size: 18px;
  }
  .mag-box .posts-items li .post-title {
    width: 100%;
    min-height: 75px;
  
  }
 .posts-items li .post-details .post-title {
    width: 100%;
    min-height: 84px;
  }
  .container-404 h2 {
    font-size: 40px;
    color: #333;
  }