@media screen and (max-width: 3000px) and (min-width: 900px) {
a.site-search.s-modal-trigger.m-user {
    display: none;
}
.s-container {
    max-width: 1000px;
}
.page-pad {
    padding: 130px 0px 0px;
}
.site-header, .site-header-space {
    min-height: auto;
}
.app-css-dow {
    width: 22%;
    padding-left: 1%;
    padding-right: 1%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    background-image: linear-gradient(#d0a765,#f6da8e,#c09244);
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    border-bottom: 1px solid #0000000f;
    text-shadow: 0px 0px 1px #000000;
}
}
.site-header {
    background-color: #00000061;
}
#primary,
#headbar_d {
    width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    text-shadow: 2px 1px 2px #000000;
    margin-left: 25px;
}
h1,h2,h3,h4,h5,p,
.h1,.h2,.h3,.h4,.h5 {
    margin: 0px;
}
h1,.h1 {
    font-size: 55px;
    line-height: 50px;
}
h2,.h2 {
    font-size: 45px;
    line-height: 40px;
}
h3,.h3 {
    font-size: 35px;
    line-height: 30px;
}
body,p, ol, ul, label {
    font-size: 23px;
    line-height: 23px;
}
h5,.h5 {
    font-size: 20px;
    line-height: 20px;
}
ol, ul {
    text-indent: 0;
    margin: 0px;
}
b, strong {
    font-family: bb;
    font-weight: 500;
}
@media only screen and (max-width: 900px){
 .site-toggle {
    left: auto;
    right: 15px;
}
.site-toggle b, .site-toggle b:after, .site-toggle b:before {
    background-color: #ffffff;
}
.site-nav-m .menu-item-has-children.active>.sub-menu {
    padding-left: 20px;
}
  .page-pad {
    padding: 20px 0px 0px;
}
h1 {
    font-size: 40px;
    line-height: 40px;
}
  h2 {
    font-size: 30px;
    line-height: 25px;
}
h3 {
    font-size: 25px;
    line-height: 25px;
}
body, p, ol, ul, label {
    font-size: 20px;
    line-height: 20px;
}
h5, .h5 {
    font-size: 18px;
    line-height: 18px;
}
.link-css {
    padding: 5px !important;
}
.app-css-dow {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 10px;
    float: left;
}
.bor-me-title {
    margin-top: 5px !important;
}
}
.bor-me-title {
    margin-top: 20px;
    background: #fff37b;
    height: 3px;
    width: 100%;
}
.link-css {
    background-image: linear-gradient(#8bc602, #0f6d00);
    text-shadow: 2px 1px 2px #000000;
    padding: 10px;
    border-radius: 50px;
}
ul#mobile-menu {
    text-align: center;
}

/*---------------------------------บทความ------------------------------*/
.s-grid {
    grid-gap: 20px;
}
.content-item .entry-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.entry-summary {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 67px;
}
.content-item.-card {
    background: #2a2a2a;
    border-radius: 5px;
    padding: 15px;
}
.content-item .entry-meta {
    display: none;
}
.content-item .entry-summary p {
    margin-top: 0px;
    margin-bottom: 0;
}
span.author.vcard {
    display: none;
}
.entry-author {
    display: none;
}
.entry-content {
    color: white;
    margin-bottom: 80px;
}
.entry-meta i {
    font-size: 14px;
    color: #9c793a;
}
.main-header .title {
    font-size: 1.8em;
}
.content-item.-card .author {
    display: none;
}
a {
    color: #e4df71;
}

/*-----------------------------------------Hover----------------------------------*/
.azoomout {
    opacity: 0;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.2s;
    -moz-transition: 0.23s;
    -o-transition: 0.23s;
    transition: 0.23s;
}
.azoomout:hover {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    position: relative;
    z-index: 999;
}
/*------------------------------*/
.shine-hover {
    position: relative;
    overflow: hidden;
    transition: all ease-in-out .6s;
    cursor: pointer;
}
.shine-hover:hover {
    filter: grayscale(.7);
}
.shine-hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, #ffffffd1, transparent);
    transition: .6s;
    z-index: 9999;
    opacity: .8;
}
.shine-hover:hover:before {
    transition-delay: .3s;
    left: 100%;
}

/*---------------------------------------------------------------------------------------*/
button {
  background: transparent;
  border: 0px solid transparent;
  width: 100%;
  cursor: pointer;
  z-index: 9997;
  outline: 0;
  padding: 0px;
}
button #plusr,
button #plusl {
    display: block;
    color: #FFF;
    font-size: 2em;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}
button #plusr.closer,
button #plusl.closel {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#myDIVr,
#myDIVl {
    display: block;
    width: 13vw;
}
.mystyler,
.mystylel {
  display: none !important;
}
.game-div-css {
    border: 1px solid #888888;
    border-radius: 5px;
    overflow: hidden;
}
/*---------------------------------iframe---------------------------------*/
.sgpb-popup-dialog-main-div-wrapper iframe {
    height: 400px !important;
    max-height: 400px !important;
    max-width: 100% !important;
}
/*----------------------------------------------RW-------------------------*/
form.glsr-form [type=submit] {
    background-image: linear-gradient(#8bc602, #0f6d00);
    padding: 3px;
    font-family: inherit;
    font-size: 23px;
}
form.glsr-form input.glsr-field-control, form.glsr-form textarea.glsr-field-control {
    font-size: 23px;
    line-height: 23px;
}
.glsr-ltr .glsr-default .glsr-review-rating {
    margin-right: 0px;
}
.glsr-default .glsr-review>div {
    margin-bottom: 0px;
}
.glsr-review-title {
    color: #fff37b;
}
.glsr-review-date {
    color: white;
    font-size: 25px;
}
.glsr-star {
    background-size: 15px;
    height: 18px;
    width: 18px;
    margin-bottom: -3px;
}
.glsr-review-content {
    color: black;
    background: white;
    padding: 10px 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 75px;
}
.glsr-default .glsr-review-content p {
    line-height: 30px;
}
.glsr-default .glsr-review p {
    white-space: pre-line;
    margin: 0px;
}
.glsr-default .glsr-pagination .navigation, .glsr-default .glsr-review {
    width: 31.33333%;
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    margin-bottom: 10px;
    letter-spacing: .5px;
}
@media only screen and (max-width: 900px){
.glsr-default .glsr-pagination .navigation, .glsr-default .glsr-review {
    width: 100%;
    margin-bottom: 10px;
}
.entry-summary {
    height: 60px !important;
}
}