/*
Theme Name:     Newspaper Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        9.0c
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/

/* ==== تعديل بواسطة Alex - */

/* إخفاء واجهة تسجيل الدخول الأصلية في الهيدر من قالب Newspaper */
.tdb-head-usr-item,
.tdb-head-usr-avatar,
.tdb-head-usr-name,
.tdb-head-usr-log {
    display: none !important;
}


/* ===Login position= تعديل بواسطة Alex - */
.um-header-user {
	margin-right: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.um-header-user a {
  color: white !important;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
}

.um-header-user img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}



/* ===ADS= تعديل بواسطة Alex - */
.td-a-rec {
  display: none !important;
}

.td_block_wrap[class*="td-a-rec-id"] {
  display: none !important;
}


/* ===Loder gif= تعديل بواسطة Shen - */
#td-outer-wrap .td-ajax-infinite-post,
.tdb-infinite-load-more,
.td-loader-autoload {
    display: none !important;
}



/* Adel loging  */
.um-header-login {
  color: white;
  font-weight: 500;
}

.um-header-login > a {
  font-family: cairo, sans-serif;
  color: white;
  font-weight: bold;
}

.um-header-login > a:hover {
  color: #C6AD88;
}




