/*
Theme Name: Noormed Theme
Theme URI: https://d-archive.ly
description: This template was specially created by Digital Archive company for Noor Al-Amana Medical. It’s not allowed to use this template with another party without the author permission.
Author: Noor Al-Amana
Author URI: http://noormed.ly/
Template: astra
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Noormed, Digital Archive
Text Domain: astra-child
*/

/*******************************/
/*   HOMEPAGE CUSTOM STYLES    */
/*******************************/

#HomeNews ul {
  list-style: none;
  margin: 0;
  display: flex;
}
#HomeNews h5 {
  display: none;
}
#HomeNews ul li {
  display: grid;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
  padding: 20px 25px 25px 25px;
  border-radius: 18px 18px 18px 18px;
  margin-top: 20px;
  margin-bottom: 20px;
  background: white;
}
#HomeNews ul li:hover {
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.40);
}

/*******************************/
/*    CUSTOM MEDIA QUERIES     */
/*******************************/

@media (max-width: 767px) {
  #HomeNews ul {
    display: flow-root;
  }
}

@media (min-width: 768px) {
  #HomeNews ul li {
    width: 50%;
  }

  #HomeNews ul li:not(:first-child) {
    margin-left: 20px;
  }
}
/*******************************/
/*     RTL CUSTOM STYLES       */
/*******************************/

body.rtl .elementor-button-wrapper .elementor-button, body.rtl .eael-load-more-button {
  letter-spacing: 0 !important;
}

body.rtl .eael-post-grid .eael-entry-wrapper > .eael-entry-meta span.eael-posted-on::before {
  padding-right: 0;
  padding-left: 7px;
}

body.rtl .elementor-element .eael-grid-post {
    float: right;
}
