/*
Theme Name: themeTop8k
Description: Theme for Kho8k movie site
Author: Kho8k
Template: flatsome
Version: 3.1
*/

/* Custom search input styling */
.header .header-search-form .search-field {
  background-color: #282828;
  border: 1px solid #282828;
  color: #ccc;
  padding: 0 .8em;
  height: 34px;
  box-shadow: 0 0 1px #ffffff4d, inset 0 0 5px #000;
  font-size: 14px;
  width: 300px;
}

/* Remove sidebar border on larger screens */
@media screen and (min-width: 850px) {
  .row-divided > .post-sidebar.col {
    border-left: none !important;
  }
}

/* Mobile optimizations */
@media only screen and (max-width: 48em) {
  .header .header-search-form .search-field {
    width: 250px;
  }
}