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


.newzim {
    margin: 10px 0;
    font-weight: 700;
    line-height: 1.2;
}

div#side-stream-right {
    left: auto;
    right: 0;
}

div#side-stream-left {
    right: auto;
    left: 0 !important;
}




.top-nav .advert a {
    color: #FFF !important;
    font-weight: 600  !important;
    background: #fa9a28  !important;
    margin-right: 2px;
}

.top-nav .contact a {
    color: #FFF !important;
    font-weight: 600  !important;
    background: #ff0000  !important;
    margin-right: 2px;
}

.top-nav {
    border-bottom: 0;
}



li.hide-desktop {
    position: absolute !important;
    top: -20px;
}

.hide-desktop.advert {
    left: 50px;
}

.hide-desktop.contact {
    left: -20px;
}


.hide-desktop.contact a {
    background: #ff0000  !important;
    padding: 5px 10px !important;;
}

.hide-desktop.advert a {
    background: #fa9a28  !important;
	padding: 5px 10px !important;;
}

.hide-desktop a {
    font-size: 12px !important;
}


a.close-side-aside.remove.big-btn {
    right: 0;
}

.video {margin-bottom:15px;}

@media (min-width: 768px){
	.hide-desktop {
        display: none;
    }
}

.more-link {
    white-space: normal;
    text-align: start;
}

.container-wrapper > .g{
    margin-bottom: 10px !important;
}

[id^="tie-block_"]:has(.container-wrapper):not(:has(img, iframe, a, script)) {
    display: none !important;
}

@media (max-width: 991px) {
  .magazine2 .mag-box,
  .magazine2 .sidebar .container-wrapper,
  .magazine2 .sidebar .tie-weather-widget,
  .magazine2 .widget-content-only {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
  }

  /* Breaking news - 2 lines */
  .top-nav {
      line-height: 60px !important;
  }
  .breaking-news-outer,
  .ticker-wrapper.has-js,
  .ticker,
  .ticker-swipe,
  .breaking-news-nav {
      height: 60px !important;
  }
  .breaking-title {
      line-height: 60px !important;
  }
  .ticker-content {
      line-height: 1.4 !important;
      height: 60px !important;
      overflow: hidden !important;
      white-space: normal !important;
      display: flex !important;
      flex-direction: column !important;
      justify-content: center !important;
  }
  .breaking-news .news-item,
  .breaking-news .news-item a {
      overflow: hidden !important;
      max-height: 60px !important;
  }
}



