/*
Theme Name: The MovieHD
Author: GO-SOLUTION
Description: Theme เว็บไซต์ดูหนังออนไลน์พร้อมระบบโฆษณา
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: the-moviehd
*/
/* style2024.css */
@import url("style.css");

.search .widget_search .searchform button {
    background: #66CC00;
    width: 21%;
    text-align: center;
    border-radius: 0;
    cursor: pointer;
}
.searchform button i {
    font-size: 18px;
}
.navbar {
    background: #66CC00; 
    width: 100%;
    border-top: 0.1px solid #7d7a7a; 
    border-bottom: 0.1px solid #7d7a7a; 
}
.navbar a {
    color: #fff; 
    text-decoration: none; 
    transition: color 0.3s;
      font-size: 25px;
}
.navbar a:hover {
    color: #666600; 
}
 .adlf2 .ve-cat-widget-listing {
      list-style-type: none;
      margin: 0;
      padding: 0;
  }
.adlf2 .ve-cat-widget-listing li {
      margin-bottom: 5px;
      text-align: center; 
  }
.adlf2 .ve-cat-widget-listing li a {
      display: block;
      padding: 8px 5px;
      text-decoration: none;
      color: #000;
      border-radius: 5px;
      transition: background-color 0.3s;
      font-size: 35px;
  }
.adlf2 .post-count {
      display: block;
      text-align: center;
      margin-top: 5px;
  }
.ve-cat-widget-div ul.ve-cat-widget-listing li {
    position: relative;
    list-style-type: none;
    line-height:25px;
    padding: 0 5%;
    text-align: center;
} 
   
.inline-content h2, .inline-content p {
    display: inline;
}
.custom-h2 {
    font-size: 18px;
}
.logo-head img {
    max-height: 83px;
    max-width: 250px;
}