/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */

.custom-direction {
  direction: rtl !important;
}

.img-custom-height {
  max-height: 85px !important;
}

.text-orange-colored {
  color: #cba20e !important;
  font-size: 26px;
}

.saudi-cup-logo {
  max-height: 120px !important;
}

.service-cell-height {
  height: 110px !important;
}

.cell-custom-position {
  margin-top: 28px !important;
  margin-bottom: 40px !important;
}

.social-icons-top {
  margin-bottom: 0px !important;
}

.header-bar {
  position: fixed !important;
  z-index: 2147483647 !important;
}

.header-bar-menu {
  position: fixed !important;
  z-index: 10 !important;
  background: #ffffff !important;
}

.header-bar-menu-transparent {
  position: fixed !important;
  z-index: 10 !important;
}

.navbar {
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.custom-header-element {
  z-index: 9 !important;
}

.footer {
  background-color: black;
}

.news-desc {
  height: 6em;
  line-height: 1;
  overflow: hidden; 
  font-size: 14px !important;
  margin-top: 20px !important;
  text-align: justify;
  text-justify: inter-word;
  line-height: 1.6;
}

.menu-top-right {
  float: right;
}

.menu-top-left {
  float: left;
}

.graphic-logo-right {
  float: right;
}

.line-bottom:after {
  width: 250px !important;
}

.line-bottom-no-border:after {
  width: 250px !important;
}

.custom-news-image {
  width: 300px !important;
  height: 300px !important;
  object-fit: cover !important;
  background-position: center center !important;
}

.entry-title-custom {
  height: 3.9em !important;
  line-height: 1.3 !important;
  overflow: hidden !important;
  font-size: 14px !important;
}