/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/
/* Start Global Style */

.focus-text {
  font-weight: bold;
}

.custom-nav-menu .bricks-mobile-menu > li:last-child > a  {
  border-bottom: none !important;
}

/* أي لينك داخل فقرة - مقال */
.article-content a {
  color: #0073e6;
  font-weight: bold;
  text-decoration: underline;
}
/* عند المرور بالماوس */
.article-content a:hover {
  color: #ff6600;
  text-decoration: none;
}
@keyframes tickerMove {
     0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(50%);
  }
}




/* End Global Style */

