/*!
 Theme Name:   HaLimMovie Child
 Theme URI:    http://halimthemes.com
 Description:  HaLimMovie - Premium Wordpress Movie Theme
 Author:       HoangHa
 Author URI:   http://halimthemes.com
 Template:     halimmovies
*/

/*code tu them: doi mau header duoi logo*/
.header-tpl-2 {
  background: #1c1c1c !important;
  background-image: none !important;
}
.navbar-container.nav-tpl-2 {
  background-color: #1f2021 !important;
  background-image: none !important;
}

@media screen and (max-width: 768px) {
  .header-tpl-2 {
    background: #1c1c1c !important;
    background-image: none !important;
  }

  .navbar-container.nav-tpl-2 {
    background-color: #1f2021 !important;
    background-image: none !important;
  }
}
/*code tu them: doi font ten movie*/
.entry-title {
  font-family: 'Montserrat', sans-serif !important;
}
/*code tu them: in dam ten pim*/
.entry-title {
  font-weight: bold !important;
}

/*code tu them: in dam status pim*/
.status {
  font-weight: 600 !important;
}
.title {
  font-weight: bold;
}
span.episode {
  font-weight: bold !important;
}
/* chọn tất cả các link trong menu chính */
.halim-navbar .navbar-nav li a {
  font-weight: 800 !important;  /* 700 = bold */
}
/* In đậm toàn bộ chữ trong các ô ngày của lịch chiếu */
ul.halim-showtimes-block li.weekday,
ul.halim-showtimes-block li.weekday * {
  font-weight: 700 !important;
}
/* Ẩn nút toggle-pagination-pc */
button.toggle-pagination-pc,
.toggle-pagination-pc.navbar-toggle-pc {
  display: none !important;
}

/* Ẩn thẻ tag dưới pim */
.the_tag_list {
  display: none ;
}
.halim_showtime_movies {
  font-weight: bold ;
  font-size: 14px ;
}



