@media only screen and (min-width: 4px) {
	.main-navigation > div {
		display: inline-block;
	}
	.main-navigation #toggle-menu {
		display: none;
	}
	.main-navigation > div > ul > li > ul {
		display: none;
	}
}
a:hover {
	color: #6962a5;
}
.red-menu.menu-item > a {
	font-family: AdmanN ;
	Color:black;
	text-decoration: none;
}
a {
  color: #18272F;
  position: relative;
  text-decoration: none;
}

a {
  color: inherit;
  text-decoration: none;
}

a {
  background:
    linear-gradient(
      to right,
      rgba(100, 200, 200, 1),
      rgba(100, 200, 200, 1)
    ),
    linear-gradient(
      to right,
      rgba(0, 0, 0, 1),
      rgba(2, 0, 180, 1),
      rgba(255, 100, 800, 1)
  );
  background-size: 0% 0px, 0 0px;
  background-position: 0% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 500ms;
}

a:hover {
  background-size: 0 2px, 100% 2px;
	
}
.button:not(.has-background):hover, button:not(.has-background):hover,
input:not(.has-background):hover[type="submit"],
.wp-block-button__link:not(.has-background):hover,
.wp-block-file__button:not(.has-background):hover, .a8c-posts-list__view-all:not(.has-background):hover, .wp-block-search .wp-block-search__button:not(.has-background):hover, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:not(.has-background):hover,
.button:focus, button:focus,
input:focus[type="submit"],
.wp-block-button__link:focus,
.wp-block-file__button:focus, .a8c-posts-list__view-all:focus, .wp-block-search .wp-block-search__button:focus, body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus,
.has-focus.button, button.has-focus,
input.has-focus[type="submit"],
.has-focus.wp-block-button__link,
.has-focus.wp-block-file__button, .has-focus.a8c-posts-list__view-all, .wp-block-search .has-focus.wp-block-search__button, body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept {
	color: white;
	background-color: #6962a5;
}
input[type="text"], textarea {
  width: 300px; /* กำหนดความกว้างเป็น 200 พิกเซล */
  height: 40px; /* กำหนดความสูงเป็น 50 พิกเซล */
}
input[type="email"] {
  width: 300px; /* กำหนดความกว้างเป็น 200 พิกเซล */
  height: 40px; /* กำหนดความสูงเป็น 30 พิกเซล */
}